Slimstat Analytics - Version 4.6.1

Version Description

  • [New] You spoke, we listened. Many users have been asking us over time to add a feature to display metrics and reports on their front-facing website. Although Slimstat has been supporting shortcodes for many years, they felt like they needed more than that basic feature. We are now extending the shortcode syntax to allow users to place widgets on their websites in just a few steps. Please refer to our knowledge base to learn more about this new feature, or feel free to contact us if you need help implementing it on your website.
  • [New] Hovering a report's title will reveal its unique ID, which you can use in your shortcode to display it on your website.
  • [Update] The update notice displayed in the admin is now only shown to site administrators (single installation) and super administrators (WP MU / network), to avoid any confusion for MU site administrators.
  • [Update] Improved the accessibility of our Filter Bar, by introducing (hidden) labels for all the fields. Please make sure to flush your client/server caches to load the new stylesheet.
  • [Update] Removed the option to deactivate Slimscroll as it did not play nice with some other features we recently introduced, and also because the incompatibility issues between Firefox and Slimscroll have been addressed.
  • [Fix] The icon to export a report as Excel comma separated value was not being visualized correctly, when the premium add-on was enabled.
  • [Fix] Addressed some Javascript warning being displayed in the browser console, returned by the qTip library.
  • [Fix] The height of all the Dashboard widgets (including the ones not related to Slimstat) was being affected by a typo in our CSS.
  • [Fix] Cleaned up minor layout glitches and improved rendering of charts after initial round of feedback from users.
Download this release

Release Info

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

Code changes from version 4.6 to 4.6.1

admin/config/index.php CHANGED
@@ -167,7 +167,6 @@ $settings = array(
167
 
168
  'reports_functionality_header' => array( 'description' => __( 'Functionality', 'wp-slimstat' ), 'type' => 'section_header' ),
169
  'async_load' => array( 'description' => __( 'Async Mode', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Activate this feature if your reports take a while to load. It breaks down the load on your server into multiple requests, thus avoiding memory issues and performance problems.', 'wp-slimstat' ) ),
170
- 'use_slimscroll' => array('description' => __('SlimScroll','wp-slimstat'), 'type' => 'toggle', 'long_description' => __('Enable SlimScroll, a slick jQuery library that replaces the built-in browser scrollbar.','wp-slimstat')),
171
  'expand_details' => array('description' => __('Expand Details','wp-slimstat'), 'type' => 'toggle', 'long_description' => __("Expand each row's details by default, insted of on mousehover.",'wp-slimstat')),
172
  'rows_to_show' => array('description' => __('Rows to Display','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Specify the number of items in each report.','wp-slimstat')),
173
  'limit_results' => array( 'description' => __( 'Max Results','wp-slimstat' ), 'type' => 'integer', 'long_description' => __( 'Decide how many records should be retrieved from the database in total. Depending on your server configuration, you may want to fine tune this value to avoid exceeding your PHP memory limit.', 'wp-slimstat' ) ),
167
 
168
  'reports_functionality_header' => array( 'description' => __( 'Functionality', 'wp-slimstat' ), 'type' => 'section_header' ),
169
  'async_load' => array( 'description' => __( 'Async Mode', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Activate this feature if your reports take a while to load. It breaks down the load on your server into multiple requests, thus avoiding memory issues and performance problems.', 'wp-slimstat' ) ),
 
170
  'expand_details' => array('description' => __('Expand Details','wp-slimstat'), 'type' => 'toggle', 'long_description' => __("Expand each row's details by default, insted of on mousehover.",'wp-slimstat')),
171
  'rows_to_show' => array('description' => __('Rows to Display','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Specify the number of items in each report.','wp-slimstat')),
172
  'limit_results' => array( 'description' => __( 'Max Results','wp-slimstat' ), 'type' => 'integer', 'long_description' => __( 'Decide how many records should be retrieved from the database in total. Depending on your server configuration, you may want to fine tune this value to avoid exceeding your PHP memory limit.', 'wp-slimstat' ) ),
admin/css/slimstat.css CHANGED
@@ -38,6 +38,10 @@
38
  vertical-align: initial;
39
  width: 15%;
40
  }
 
 
 
 
41
  #slimstat-date-filters{
42
  padding: 4px 10px 6px 20px;
43
  position: absolute;
@@ -56,7 +60,7 @@
56
  #slimstat-date-filters>a.open::after{
57
  content: "\f142";
58
  }
59
- #slimstat-date-filters span{
60
  background-color: #fff;
61
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
62
  color: #222;
@@ -68,7 +72,7 @@
68
  width: 450px;
69
  z-index: 120;
70
  }
71
- #slimstat-date-filters span a.slimstat-date-choice{
72
  background-color: #eee;
73
  display: block;
74
  float: left;
@@ -76,21 +80,21 @@
76
  padding: 5px;
77
  width: 135px;
78
  }
79
- #slimstat-date-filters span strong{
80
  clear: both;
81
  display: block;
82
  font-weight: normal;
83
  padding: 10px 5px 5px 0;
84
  text-transform: uppercase;
85
  }
86
- #slimstat-date-filters span select, #slimstat-date-filters span input{
87
  margin-bottom: 5px;
88
  width: 80px;
89
  }
90
- #slimstat-date-filters span select.short, #slimstat-date-filters span input.short{
91
  width: 50px;
92
  }
93
- #slimstat-date-filters span .ui-datepicker-trigger{
94
  float: right;
95
  margin: 2px 5px 0 0;
96
  }
@@ -159,9 +163,10 @@
159
  margin: 0;
160
  padding: 10px;
161
  }
162
- .wrap.slimstat .postbox h3 a{
163
- font-size: 1em;
164
- font-weight: 700;
 
165
  }
166
  .wrap.slimstat .postbox.tall h3{
167
  cursor:auto;
@@ -216,13 +221,13 @@
216
  .wrap.slimstat .postbox.tall .inside{
217
  height: 900px;
218
  }
219
- [id^=slim_] p{
220
  border-bottom: 1px solid #ddd;
221
  line-height: 1.5em;
222
  margin: 0;
223
  min-height: 20px;
224
  overflow: auto;
225
- padding: 6px 10px;
226
  position: relative;
227
  word-wrap: break-word;
228
  }
@@ -399,11 +404,14 @@
399
  }
400
 
401
  /* Dashboard Widgets */
402
- #dashboard-widgets .postbox .inside {
403
- height: 415px;
 
 
 
404
  }
405
- #dashboard-widgets .postbox .inside .chart-placeholder {
406
- height: 400px;
407
  }
408
  .closed .slimScrollDiv{
409
  height: 0 !important;
@@ -610,7 +618,7 @@
610
  }
611
  .wrap.slimstat .postbox p {
612
  font-size: 1em;
613
- line-height: 1.7em;
614
  }
615
  }
616
 
38
  vertical-align: initial;
39
  width: 15%;
40
  }
41
+ #slimstat-filters-form label {
42
+ left:-9000px;
43
+ position: absolute;
44
+ }
45
  #slimstat-date-filters{
46
  padding: 4px 10px 6px 20px;
47
  position: absolute;
60
  #slimstat-date-filters>a.open::after{
61
  content: "\f142";
62
  }
63
+ #slimstat-date-filters .dropdown {
64
  background-color: #fff;
65
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
66
  color: #222;
72
  width: 450px;
73
  z-index: 120;
74
  }
75
+ #slimstat-date-filters .dropdown a.slimstat-date-choice{
76
  background-color: #eee;
77
  display: block;
78
  float: left;
80
  padding: 5px;
81
  width: 135px;
82
  }
83
+ #slimstat-date-filters .dropdown strong{
84
  clear: both;
85
  display: block;
86
  font-weight: normal;
87
  padding: 10px 5px 5px 0;
88
  text-transform: uppercase;
89
  }
90
+ #slimstat-date-filters .dropdown select, #slimstat-date-filters .dropdown input{
91
  margin-bottom: 5px;
92
  width: 80px;
93
  }
94
+ #slimstat-date-filters .dropdown select.short, #slimstat-date-filters .dropdown input.short{
95
  width: 50px;
96
  }
97
+ #slimstat-date-filters .dropdown .ui-datepicker-trigger{
98
  float: right;
99
  margin: 2px 5px 0 0;
100
  }
163
  margin: 0;
164
  padding: 10px;
165
  }
166
+ .wrap.slimstat .postbox h3:hover:after {
167
+ color: #bbb;
168
+ content: attr(data-report-id);
169
+ margin-left: 10px;
170
  }
171
  .wrap.slimstat .postbox.tall h3{
172
  cursor:auto;
221
  .wrap.slimstat .postbox.tall .inside{
222
  height: 900px;
223
  }
224
+ [id^=slim_] p {
225
  border-bottom: 1px solid #ddd;
226
  line-height: 1.5em;
227
  margin: 0;
228
  min-height: 20px;
229
  overflow: auto;
230
+ padding: 7px 10px;
231
  position: relative;
232
  word-wrap: break-word;
233
  }
404
  }
405
 
406
  /* Dashboard Widgets */
407
+ #dashboard-widgets [id*=slim_p].postbox .inside {
408
+ height: 281px;
409
+ }
410
+ #dashboard-widgets [id*=slim_p][id*=_01].postbox .inside {
411
+ height: 290px;
412
  }
413
+ #dashboard-widgets #slim_p7_02.postbox .inside {
414
+ height: 320px;
415
  }
416
  .closed .slimScrollDiv{
417
  height: 0 !important;
618
  }
619
  .wrap.slimstat .postbox p {
620
  font-size: 1em;
621
+ line-height: 1.5em;
622
  }
623
  }
624
 
admin/css/slimstat.frontend.css ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [id*=slim_p].postbox {
2
+ box-sizing: border-box;
3
+ margin-bottom: 2em;
4
+ width: 100%;
5
+ }
6
+ [id*=slim_p].postbox h3 {
7
+ display: none;
8
+ }
9
+ [id*=slim_p].postbox .inside {
10
+ height: 20em;
11
+ overflow: auto;
12
+ }
13
+ [id*=slim_p].postbox p {
14
+ border-bottom: 1px solid #ccc;
15
+ padding: 5px 10px;
16
+ margin: 0;
17
+ }
18
+ [id*=slim_p].postbox p span {
19
+ float: right;
20
+ margin-left: 0.5em;
21
+ }
admin/js/slimstat.admin.js CHANGED
@@ -3,8 +3,7 @@ if ( typeof SlimStatAdminParams == 'undefined' ) {
3
  refresh_interval: 0,
4
  expand_details: 'no',
5
  datepicker_image: '',
6
- text_direction: '',
7
- use_slimscroll: 'yes'
8
  };
9
  }
10
 
@@ -162,7 +161,7 @@ jQuery(function(){
162
  // Show/Hide Date Dropdown Filters
163
  jQuery('#slimstat-date-filters a').click(function(e){
164
  e.preventDefault();
165
- jQuery('#slimstat-date-filters span').slideToggle(300);
166
  jQuery(this).toggleClass('open');
167
  }).children().click(function(){
168
  return false;
@@ -237,10 +236,8 @@ jQuery(function(){
237
  data = {action: 'slimstat_load_report', report_id: report_id, security: jQuery('#meta-box-order-nonce').val(), page: SlimStatAdmin.get_query_string_value( 'page' ) };
238
  SlimStatAdmin.refresh_report(report_id, data);
239
 
240
- if (SlimStatAdminParams.use_slimscroll == 'yes'){
241
- jQuery('#'+report_id+' .inside').slimScroll({scrollTo : '0px'});
242
- }
243
-
244
  if (typeof refresh_handle != 'undefined' && !jQuery('[name^="fs\[is_past\]"]').length){
245
  window.clearTimeout(refresh_handle);
246
  SlimStatAdmin._refresh_timer[0] = parseInt(SlimStatAdminParams.refresh_interval/60);
@@ -292,30 +289,33 @@ jQuery(function(){
292
  });
293
 
294
  // SlimScroll init
295
- if (SlimStatAdminParams.use_slimscroll == 'yes'){
296
- jQuery('[id^=slim_]:not(.tall) .inside').slimScroll({
297
- distance: '2px',
298
- opacity: '0.15',
299
- size: '5px',
300
- wheelStep: 10
301
- });
302
- jQuery('[id^=slim_].tall .inside').slimScroll({
303
- distance: '2px',
304
- height: '630px',
305
- opacity: '0.15',
306
- size: '5px',
307
- wheelStep: 10
308
- });
309
- }
310
 
311
  // ToolTips
312
- jQuery(document).on('mouseover', '.slimstat-tooltip-trigger', function(e){
313
- var tooltip_content = jQuery( this ).next( '.slimstat-tooltip-content:not(.expanded)' );
314
- var tooltip_relationship = 'sibling';
 
315
 
316
- if ( tooltip_content.length == 0 ) {
317
- tooltip_content = jQuery( this ).find( '.slimstat-tooltip-content:not(.expanded)' );
318
- tooltip_relationship = 'child';
 
 
 
 
319
  }
320
 
321
  if ( tooltip_content.length ) {
@@ -329,14 +329,14 @@ jQuery(function(){
329
  ready: true
330
  },
331
  hide: {
332
- delay: ( tooltip_relationship == 'child' ) ? 250 : 100,
333
  fixed: true
334
  },
335
  position: {
336
- my: 'top right', // Position my top left...
337
  at: 'top left',
338
  adjust: {
339
- x: ( tooltip_relationship == 'child' ) ? 0 : -15
340
  },
341
  viewport: jQuery(window)
342
  },
3
  refresh_interval: 0,
4
  expand_details: 'no',
5
  datepicker_image: '',
6
+ text_direction: ''
 
7
  };
8
  }
9
 
161
  // Show/Hide Date Dropdown Filters
162
  jQuery('#slimstat-date-filters a').click(function(e){
163
  e.preventDefault();
164
+ jQuery('#slimstat-date-filters .dropdown').slideToggle(300);
165
  jQuery(this).toggleClass('open');
166
  }).children().click(function(){
167
  return false;
236
  data = {action: 'slimstat_load_report', report_id: report_id, security: jQuery('#meta-box-order-nonce').val(), page: SlimStatAdmin.get_query_string_value( 'page' ) };
237
  SlimStatAdmin.refresh_report(report_id, data);
238
 
239
+ jQuery('#'+report_id+' .inside').slimScroll({scrollTo : '0px'});
240
+
 
 
241
  if (typeof refresh_handle != 'undefined' && !jQuery('[name^="fs\[is_past\]"]').length){
242
  window.clearTimeout(refresh_handle);
243
  SlimStatAdmin._refresh_timer[0] = parseInt(SlimStatAdminParams.refresh_interval/60);
289
  });
290
 
291
  // SlimScroll init
292
+ jQuery('[id^=slim_]:not(.tall) .inside').slimScroll({
293
+ distance: '2px',
294
+ opacity: '0.15',
295
+ size: '5px',
296
+ wheelStep: 10
297
+ });
298
+ jQuery('[id^=slim_].tall .inside').slimScroll({
299
+ distance: '2px',
300
+ height: '630px',
301
+ opacity: '0.15',
302
+ size: '5px',
303
+ wheelStep: 10
304
+ });
 
 
305
 
306
  // ToolTips
307
+ jQuery( document ).on( 'mouseover', '.slimstat-tooltip-trigger', function( e ) {
308
+ if ( typeof jQuery( this ).attr( 'data-hasqtip' ) != 'undefined' ) {
309
+ return true;
310
+ }
311
 
312
+ tooltip_content = jQuery( this ).find( '.slimstat-tooltip-content:not(.expanded)' );
313
+
314
+ if ( typeof tooltip_content == 'undefined' || tooltip_content.length == 0 ) {
315
+ tooltip_content = jQuery( this ).attr( 'title' );
316
+ }
317
+ else {
318
+ tooltip_content = tooltip_content[ 0 ].innerHTML;
319
  }
320
 
321
  if ( tooltip_content.length ) {
329
  ready: true
330
  },
331
  hide: {
332
+ delay: 250,
333
  fixed: true
334
  },
335
  position: {
336
+ my: 'bottom right', // Position my top left...
337
  at: 'top left',
338
  adjust: {
339
+ x: 5
340
  },
341
  viewport: jQuery(window)
342
  },
admin/view/index.php CHANGED
@@ -7,19 +7,19 @@
7
 
8
  <form action="<?php echo wp_slimstat_reports::fs_url(); ?>" method="post" id="slimstat-filters-form">
9
  <fieldset id="slimstat-filters"><?php
10
- $filter_name_html = '<select name="f" id="slimstat-filter-name"><option value="" disabled selected>' . __( 'Filter', 'wp-slimstat' ) . '</option>';
11
  foreach ( wp_slimstat_db::$columns_names as $a_filter_label => $a_filter_info ) {
12
  $filter_name_html .= "<option value='$a_filter_label'>{$a_filter_info[0]}</option>";
13
  }
14
  $filter_name_html .= '</select>';
15
 
16
- $filter_operator_html = '<select name="o" id="slimstat-filter-operator">';
17
  foreach ( wp_slimstat_db::$operator_names as $a_operator_label => $a_operator_name ){
18
  $filter_operator_html .= "<option value='$a_operator_label'>$a_operator_name</option>";
19
  }
20
  $filter_operator_html .= '</select>';
21
 
22
- $filter_value_html = '<input type="text" class="text" name="v" id="slimstat-filter-value" value="" size="20">';
23
 
24
  if (wp_slimstat::$settings['enable_sov'] == 'yes'){
25
  echo $filter_value_html.$filter_operator_html.$filter_name_html;
@@ -51,7 +51,7 @@
51
  echo ucwords( gmdate( wp_slimstat::$settings[ 'date_format' ], wp_slimstat_db::$filters_normalized[ 'utime' ][ 'start' ] ) . ' - ' . gmdate( wp_slimstat::$settings[ 'date_format' ], wp_slimstat_db::$filters_normalized[ 'utime' ][ 'end' ] ) );
52
  }
53
  ?></a>
54
- <span>
55
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals '.date_i18n('d').'&&&month equals '.date_i18n('m').'&&&year equals '.date_i18n('Y').'&&&interval equals 0') ?>"><?php _e('Today','wp-slimstat') ?></a>
56
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals '.date_i18n('d', mktime(0, 0, 0, date_i18n('m'), date_i18n('d')-1, date_i18n('Y'))).'&&&month equals '.date_i18n('m', mktime(0, 0, 0, date_i18n('m'), date_i18n('d')-1, date_i18n('Y'))).'&&&year equals '.date_i18n('Y', mktime(0, 0, 0, date_i18n('m'), date_i18n('d')-1, date_i18n('Y'))).'&&&interval equals 0') ?>"><?php _e('Yesterday','wp-slimstat') ?></a>
57
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals '.date_i18n('d').'&&&month equals '.date_i18n('m').'&&&year equals '.date_i18n('Y').'&&&interval equals 7&&&interval_direction equals minus') ?>"><?php _e('Last 7 Days','wp-slimstat') ?></a>
@@ -59,6 +59,8 @@
59
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals '.date_i18n('d').'&&&month equals '.date_i18n('m').'&&&year equals '.date_i18n('Y').'&&&interval equals 90&&&interval_direction equals minus') ?>"><?php _e('Last 90 Days','wp-slimstat') ?></a>
60
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals 0&&&month equals 0&&&year equals '.date_i18n('Y').'&&&interval equals 0') ?>"><?php _e('This Year So Far','wp-slimstat') ?></a>
61
  <strong><?php _e('Date Range','wp-slimstat') ?></strong>
 
 
62
  <select name="day" id="slimstat-filter-day">
63
  <option value="0"><?php _e('Day','wp-slimstat') ?></option><?php
64
  for($i=1;$i<=31;$i++){
@@ -68,7 +70,9 @@
68
  echo "<option>$i</option>";
69
  }
70
  ?>
71
- </select>
 
 
72
  <select name="month" id="slimstat-filter-month">
73
  <option value="0"><?php _e('Month','wp-slimstat') ?></option><?php
74
  for($i=1;$i<=12;$i++){
@@ -79,19 +83,36 @@
79
  }
80
  ?>
81
  </select>
82
- <input type="text" name="year" id="slimstat-filter-year" placeholder="<?php _e('Year','wp-slimstat') ?>" class="empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['year'])?wp_slimstat_db::$filters_normalized['date']['year']:'' ?>"> @
 
 
 
 
 
83
  <input type="text" name="hour" id="slimstat-filter-hour" placeholder="<?php _e('Hour','wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['hour'])?wp_slimstat_db::$filters_normalized['date']['hour']:'' ?>">:
 
 
84
  <input type="text" name="minute" id="slimstat-filter-minute" placeholder="<?php _e('Min','wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['minute'])?wp_slimstat_db::$filters_normalized['date']['minute']:'' ?>">
85
  <input type="hidden" class="slimstat-filter-date" name="slimstat-filter-date" value=""/>
86
  <br/>
 
 
87
  <select name="interval_direction" class="short" id="slimstat-filter-interval_direction">
88
  <option value="minus" <?php selected(wp_slimstat_db::$filters_normalized['date']['interval_direction'], 'minus') ?>>-</option>
89
  <option value="plus" <?php selected(wp_slimstat_db::$filters_normalized['date']['interval_direction'], 'plus') ?>>+</option>
90
  </select>
 
 
91
  <input type="text" name="interval" id="slimstat-filter-interval" placeholder="<?php _e('days', 'wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['interval'])?wp_slimstat_db::$filters_normalized['date']['interval']:'' ?>">,
 
 
92
  <input type="text" name="interval_hours" id="slimstat-filter-interval_hours" placeholder="<?php _e('hours', 'wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['interval_hours'])?wp_slimstat_db::$filters_normalized['date']['interval_hours']:'' ?>">:
 
 
93
  <input type="text" name="interval_minutes" id="slimstat-filter-interval_minutes" placeholder="<?php _e('mins', 'wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['interval_minutes'])?wp_slimstat_db::$filters_normalized['date']['interval_minutes']:'' ?>">
 
94
  <input type="submit" value="<?php _e('Apply','wp-slimstat') ?>" class="button-secondary noslimstat">
 
95
  <?php
96
  if (!empty(wp_slimstat_db::$filters_normalized['date']['day']) ||
97
  !(empty(wp_slimstat_db::$filters_normalized['date']['month']) || wp_slimstat_db::$filters_normalized['date']['month'] == date_i18n('n')) ||
@@ -101,7 +122,7 @@
101
  !empty(wp_slimstat_db::$filters_normalized['date']['interval_minutes'])): ?>
102
  <a class="slimstat-filter-link button-secondary noslimstat" href="<?php echo wp_slimstat_reports::fs_url('minute equals 0&&&hour equals 0&&&day equals 0&&&month equals '.date_i18n('n').'&&&year equals 0&&&interval_direction equals plus&&&interval equals 0&&&interval_hours equals 0&&&interval_minutes equals 0') ?>"><?php _e('Reset Filters','wp-slimstat') ?></a>
103
  <?php endif ?>
104
- </span>
105
  </fieldset><!-- .slimstat-date-filters -->
106
 
107
  <?php foreach(wp_slimstat_db::$filters_normalized['columns'] as $a_key => $a_details): ?>
7
 
8
  <form action="<?php echo wp_slimstat_reports::fs_url(); ?>" method="post" id="slimstat-filters-form">
9
  <fieldset id="slimstat-filters"><?php
10
+ $filter_name_html = '<label for="slimstat-filter-name">Filter by</label><select name="f" id="slimstat-filter-name"><option value="" disabled selected>' . __( 'Filter', 'wp-slimstat' ) . '</option>';
11
  foreach ( wp_slimstat_db::$columns_names as $a_filter_label => $a_filter_info ) {
12
  $filter_name_html .= "<option value='$a_filter_label'>{$a_filter_info[0]}</option>";
13
  }
14
  $filter_name_html .= '</select>';
15
 
16
+ $filter_operator_html = '<label for="slimstat-filter-operator">Filter operator</label><select name="o" id="slimstat-filter-operator">';
17
  foreach ( wp_slimstat_db::$operator_names as $a_operator_label => $a_operator_name ){
18
  $filter_operator_html .= "<option value='$a_operator_label'>$a_operator_name</option>";
19
  }
20
  $filter_operator_html .= '</select>';
21
 
22
+ $filter_value_html = '<label for="slimstat-filter-value">Filter value</label><input type="text" class="text" name="v" id="slimstat-filter-value" value="" size="20">';
23
 
24
  if (wp_slimstat::$settings['enable_sov'] == 'yes'){
25
  echo $filter_value_html.$filter_operator_html.$filter_name_html;
51
  echo ucwords( gmdate( wp_slimstat::$settings[ 'date_format' ], wp_slimstat_db::$filters_normalized[ 'utime' ][ 'start' ] ) . ' - ' . gmdate( wp_slimstat::$settings[ 'date_format' ], wp_slimstat_db::$filters_normalized[ 'utime' ][ 'end' ] ) );
52
  }
53
  ?></a>
54
+ <div class="dropdown">
55
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals '.date_i18n('d').'&&&month equals '.date_i18n('m').'&&&year equals '.date_i18n('Y').'&&&interval equals 0') ?>"><?php _e('Today','wp-slimstat') ?></a>
56
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals '.date_i18n('d', mktime(0, 0, 0, date_i18n('m'), date_i18n('d')-1, date_i18n('Y'))).'&&&month equals '.date_i18n('m', mktime(0, 0, 0, date_i18n('m'), date_i18n('d')-1, date_i18n('Y'))).'&&&year equals '.date_i18n('Y', mktime(0, 0, 0, date_i18n('m'), date_i18n('d')-1, date_i18n('Y'))).'&&&interval equals 0') ?>"><?php _e('Yesterday','wp-slimstat') ?></a>
57
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals '.date_i18n('d').'&&&month equals '.date_i18n('m').'&&&year equals '.date_i18n('Y').'&&&interval equals 7&&&interval_direction equals minus') ?>"><?php _e('Last 7 Days','wp-slimstat') ?></a>
59
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals '.date_i18n('d').'&&&month equals '.date_i18n('m').'&&&year equals '.date_i18n('Y').'&&&interval equals 90&&&interval_direction equals minus') ?>"><?php _e('Last 90 Days','wp-slimstat') ?></a>
60
  <a class="slimstat-filter-link slimstat-date-choice noslimstat" href="<?php echo wp_slimstat_reports::fs_url('hour equals 0&&&day equals 0&&&month equals 0&&&year equals '.date_i18n('Y').'&&&interval equals 0') ?>"><?php _e('This Year So Far','wp-slimstat') ?></a>
61
  <strong><?php _e('Date Range','wp-slimstat') ?></strong>
62
+
63
+ <label for="slimstat-filter-day">Day</label>
64
  <select name="day" id="slimstat-filter-day">
65
  <option value="0"><?php _e('Day','wp-slimstat') ?></option><?php
66
  for($i=1;$i<=31;$i++){
70
  echo "<option>$i</option>";
71
  }
72
  ?>
73
+ </select>
74
+
75
+ <label for="slimstat-filter-month">Month</label>
76
  <select name="month" id="slimstat-filter-month">
77
  <option value="0"><?php _e('Month','wp-slimstat') ?></option><?php
78
  for($i=1;$i<=12;$i++){
83
  }
84
  ?>
85
  </select>
86
+
87
+ <label for="slimstat-filter-year">Year</label>
88
+ <input type="text" name="year" id="slimstat-filter-year" placeholder="<?php _e('Year','wp-slimstat') ?>" class="empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['year'])?wp_slimstat_db::$filters_normalized['date']['year']:'' ?>">
89
+
90
+ @
91
+ <label for="slimstat-filter-hour">Hour</label>
92
  <input type="text" name="hour" id="slimstat-filter-hour" placeholder="<?php _e('Hour','wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['hour'])?wp_slimstat_db::$filters_normalized['date']['hour']:'' ?>">:
93
+
94
+ <label for="slimstat-filter-minute">Minute</label>
95
  <input type="text" name="minute" id="slimstat-filter-minute" placeholder="<?php _e('Min','wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['minute'])?wp_slimstat_db::$filters_normalized['date']['minute']:'' ?>">
96
  <input type="hidden" class="slimstat-filter-date" name="slimstat-filter-date" value=""/>
97
  <br/>
98
+
99
+ <label for="slimstat-filter-interval_direction">Direction</label>
100
  <select name="interval_direction" class="short" id="slimstat-filter-interval_direction">
101
  <option value="minus" <?php selected(wp_slimstat_db::$filters_normalized['date']['interval_direction'], 'minus') ?>>-</option>
102
  <option value="plus" <?php selected(wp_slimstat_db::$filters_normalized['date']['interval_direction'], 'plus') ?>>+</option>
103
  </select>
104
+
105
+ <label for="slimstat-filter-interval">Days in interval</label>
106
  <input type="text" name="interval" id="slimstat-filter-interval" placeholder="<?php _e('days', 'wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['interval'])?wp_slimstat_db::$filters_normalized['date']['interval']:'' ?>">,
107
+
108
+ <label for="slimstat-filter-interval_hours">Hours in interval</label>
109
  <input type="text" name="interval_hours" id="slimstat-filter-interval_hours" placeholder="<?php _e('hours', 'wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['interval_hours'])?wp_slimstat_db::$filters_normalized['date']['interval_hours']:'' ?>">:
110
+
111
+ <label for="slimstat-filter-interval_minutes">Minutes in interval</label>
112
  <input type="text" name="interval_minutes" id="slimstat-filter-interval_minutes" placeholder="<?php _e('mins', 'wp-slimstat') ?>" class="short empty-on-focus" value="<?php echo !empty(wp_slimstat_db::$filters_normalized['date']['interval_minutes'])?wp_slimstat_db::$filters_normalized['date']['interval_minutes']:'' ?>">
113
+
114
  <input type="submit" value="<?php _e('Apply','wp-slimstat') ?>" class="button-secondary noslimstat">
115
+
116
  <?php
117
  if (!empty(wp_slimstat_db::$filters_normalized['date']['day']) ||
118
  !(empty(wp_slimstat_db::$filters_normalized['date']['month']) || wp_slimstat_db::$filters_normalized['date']['month'] == date_i18n('n')) ||
122
  !empty(wp_slimstat_db::$filters_normalized['date']['interval_minutes'])): ?>
123
  <a class="slimstat-filter-link button-secondary noslimstat" href="<?php echo wp_slimstat_reports::fs_url('minute equals 0&&&hour equals 0&&&day equals 0&&&month equals '.date_i18n('n').'&&&year equals 0&&&interval_direction equals plus&&&interval equals 0&&&interval_hours equals 0&&&interval_minutes equals 0') ?>"><?php _e('Reset Filters','wp-slimstat') ?></a>
124
  <?php endif ?>
125
+ </div>
126
  </fieldset><!-- .slimstat-date-filters -->
127
 
128
  <?php foreach(wp_slimstat_db::$filters_normalized['columns'] as $a_key => $a_details): ?>
admin/view/right-now.php CHANGED
@@ -79,7 +79,7 @@ else {
79
  $highlight_row = !empty($results[$i]['searchterms'])?' is-search-engine':(($results[$i]['browser_type'] != 1)?' is-direct':'');
80
 
81
  // Country
82
- $results[$i]['country'] = "<a class='slimstat-filter-link inline-icon' href='".wp_slimstat_reports::fs_url('country equals '.$results[$i]['country'])."'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/flags/{$results[$i]['country']}.png' width='16' height='16'/><span class='slimstat-tooltip-content'>".__('c-'.$results[$i]['country'],'wp-slimstat')."</span></a>";
83
 
84
  // Browser
85
  if ($results[$i]['browser_version'] == 0) $results[$i]['browser_version'] = '';
@@ -88,19 +88,19 @@ else {
88
  if (in_array($results[$i]['browser'], $supported_browser_icons)){
89
  $browser_icon = $plugin_url.'/images/browsers/'.sanitize_title($results[$i]['browser']).'.png';
90
  }
91
- $browser_filtered = "<a class='slimstat-filter-link inline-icon' href='".wp_slimstat_reports::fs_url('browser equals '.$results[$i]['browser'])."'><img class='slimstat-tooltip-trigger' src='$browser_icon' width='16' height='16'/><span class='slimstat-tooltip-content'>$browser_title</span></a>";
92
 
93
  // Platform
94
  $platform_icon = $plugin_url.'/images/browsers/other-browsers-and-os.png';
95
  if (in_array(strtolower($results[$i]['platform']), $supported_os_icons)){
96
  $platform_icon = $plugin_url.'/images/platforms/'.sanitize_title($results[$i]['platform']).'.png';
97
  }
98
- $platform_filtered = "<a class='slimstat-filter-link inline-icon' href='".wp_slimstat_reports::fs_url('platform equals '.$results[$i]['platform'])."'><img class='slimstat-tooltip-trigger' src='$platform_icon' width='16' height='16'/><span class='slimstat-tooltip-content'>".__($results[$i]['platform'],'wp-slimstat')."</span></a>";
99
 
100
  // Browser Type
101
  $browser_type_filtered = '';
102
  if ($results[$i]['browser_type'] != 0){
103
- $browser_type_filtered = "<a class='slimstat-filter-link inline-icon' href='".wp_slimstat_reports::fs_url('browser_type equals '.$results[$i]['browser_type'])."'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/browsers/type{$results[$i]['browser_type']}.png' width='16' height='16'/><span class='slimstat-tooltip-content'>{$supported_browser_types[$results[$i]['browser_type']]}</span></a>";
104
  }
105
 
106
  // IP Address and user
@@ -118,14 +118,14 @@ else {
118
  $highlight_row = (strpos( $results[$i]['notes'], 'user:') !== false)?' is-known-user':' is-known-visitor';
119
 
120
  }
121
- if ( !empty( wp_slimstat::$settings[ 'ip_lookup_service' ] ) ) {
122
  $ip_address = "<a class='slimstat-font-location-1 whois' href='" . wp_slimstat::$settings[ 'ip_lookup_service' ] . "{$results[ $i ][ 'ip' ]}' target='_blank' title='WHOIS: {$results[ $i ][ 'ip' ]}'></a> $ip_address";
123
  }
124
 
125
  // Originating IP Address
126
  $other_ip_address = intval( $results[ $i ][ 'other_ip' ] );
127
  if ( !empty( $other_ip_address ) ) {
128
- $other_ip_address = "<a class='slimstat-filter-link' href='".wp_slimstat_reports::fs_url('other_ip equals '.$results[$i]['other_ip'])."'>(".__('Originating IP','wp-slimstat').": {$results[$i]['other_ip']})</a>";
129
  }
130
  else {
131
  $other_ip_address = '';
@@ -137,7 +137,7 @@ else {
137
  $results[$i]['plugins'] = explode(',', $results[$i]['plugins']);
138
  foreach($results[$i]['plugins'] as $a_plugin){
139
  $a_plugin = trim($a_plugin);
140
- $plugins .= "<a class='slimstat-filter-link inline-icon' href='".wp_slimstat_reports::fs_url('plugins contains '.$a_plugin)."'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/plugins/$a_plugin.png' width='16' height='16'/><span class='slimstat-tooltip-content'>".__($a_plugin,'wp-slimstat')."</span></a> ";
141
  }
142
  }
143
 
@@ -147,7 +147,14 @@ else {
147
  $screen_resolution = "<span class='pageview-screenres'>{$results[ $i ][ 'screen_width' ]}x{$results[ $i ][ 'screen_height' ]}</span>";
148
  }
149
 
150
- echo "<p class='header$highlight_row'>{$results[$i]['country']} $browser_filtered $platform_filtered $browser_type_filtered $ip_address $other_ip_address <span class='plugins'>$plugins</span> $screen_resolution</p>";
 
 
 
 
 
 
 
151
  }
152
 
153
  // Permalink: find post title, if available
@@ -204,7 +211,7 @@ else {
204
 
205
  // Pageview Notes
206
  $notes = '';
207
- if (!empty($results[$i]['notes'])){
208
  $notes = str_replace(array(';', ':'), array('<br/>', ': '), $results[$i]['notes']);
209
  $notes = "<i class='slimstat-font-edit slimstat-tooltip-trigger'></i><b class='slimstat-tooltip-content'>{$notes}</b>";
210
  }
@@ -262,7 +269,14 @@ else {
262
  $results[$i]['referer'] = $results[$i][ 'outbound_resource' ] = $results[$i][ 'content_type' ] = '';
263
  }
264
 
265
- echo "<p>{$results[$i]['resource']} <span class='details'>$time_on_page $login_logout {$results[$i]['searchterms']} {$results[$i]['referer']} {$results[$i]['outbound_resource']} {$results[$i]['content_type']} $performance $date_time {$notes} {$delete_row}</span></p>";
 
 
 
 
 
 
 
266
  }
267
 
268
  // Pagination
79
  $highlight_row = !empty($results[$i]['searchterms'])?' is-search-engine':(($results[$i]['browser_type'] != 1)?' is-direct':'');
80
 
81
  // Country
82
+ $results[$i][ 'country' ] = "<a class='slimstat-filter-link inline-icon' href='".wp_slimstat_reports::fs_url('country equals '.$results[$i]['country'])."'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/flags/{$results[$i]['country']}.png' width='16' height='16' title='" . __('c-'.$results[$i]['country'],'wp-slimstat') . "'></a>";
83
 
84
  // Browser
85
  if ($results[$i]['browser_version'] == 0) $results[$i]['browser_version'] = '';
88
  if (in_array($results[$i]['browser'], $supported_browser_icons)){
89
  $browser_icon = $plugin_url.'/images/browsers/'.sanitize_title($results[$i]['browser']).'.png';
90
  }
91
+ $browser_filtered = "<a class='slimstat-filter-link inline-icon' href='".wp_slimstat_reports::fs_url('browser equals '.$results[$i]['browser'])."'><img class='slimstat-tooltip-trigger' src='$browser_icon' width='16' height='16' title='{$browser_title}'></a>";
92
 
93
  // Platform
94
  $platform_icon = $plugin_url.'/images/browsers/other-browsers-and-os.png';
95
  if (in_array(strtolower($results[$i]['platform']), $supported_os_icons)){
96
  $platform_icon = $plugin_url.'/images/platforms/'.sanitize_title($results[$i]['platform']).'.png';
97
  }
98
+ $platform_filtered = "<a class='slimstat-filter-link inline-icon' href='".wp_slimstat_reports::fs_url('platform equals '.$results[$i]['platform'])."'><img class='slimstat-tooltip-trigger' src='$platform_icon' width='16' height='16' title='" . __( $results[ $i ][ 'platform' ], 'wp-slimstat' ) . "'></a>";
99
 
100
  // Browser Type
101
  $browser_type_filtered = '';
102
  if ($results[$i]['browser_type'] != 0){
103
+ $browser_type_filtered = "<a class='slimstat-filter-link inline-icon' href='".wp_slimstat_reports::fs_url('browser_type equals '.$results[$i]['browser_type'])."'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/browsers/type{$results[$i]['browser_type']}.png' width='16' height='16' title='{$supported_browser_types[$results[$i]['browser_type']]}'></a>";
104
  }
105
 
106
  // IP Address and user
118
  $highlight_row = (strpos( $results[$i]['notes'], 'user:') !== false)?' is-known-user':' is-known-visitor';
119
 
120
  }
121
+ if ( is_admin() && !empty( wp_slimstat::$settings[ 'ip_lookup_service' ] ) ) {
122
  $ip_address = "<a class='slimstat-font-location-1 whois' href='" . wp_slimstat::$settings[ 'ip_lookup_service' ] . "{$results[ $i ][ 'ip' ]}' target='_blank' title='WHOIS: {$results[ $i ][ 'ip' ]}'></a> $ip_address";
123
  }
124
 
125
  // Originating IP Address
126
  $other_ip_address = intval( $results[ $i ][ 'other_ip' ] );
127
  if ( !empty( $other_ip_address ) ) {
128
+ $other_ip_address = "<a class='slimstat-filter-link' href='" . wp_slimstat_reports::fs_url( 'other_ip equals '. $results[ $i ][ 'other_ip' ] ) . "'>(" . __( 'Originating IP', 'wp-slimstat' ) . ": {$results[$i]['other_ip']})</a>";
129
  }
130
  else {
131
  $other_ip_address = '';
137
  $results[$i]['plugins'] = explode(',', $results[$i]['plugins']);
138
  foreach($results[$i]['plugins'] as $a_plugin){
139
  $a_plugin = trim($a_plugin);
140
+ $plugins .= "<a class='slimstat-filter-link inline-icon' href='" . wp_slimstat_reports::fs_url( 'plugins contains ' . $a_plugin ) . "'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/plugins/$a_plugin.png' width='16' height='16' title='" . __( $a_plugin, 'wp-slimstat' ) . "'></a> ";
141
  }
142
  }
143
 
147
  $screen_resolution = "<span class='pageview-screenres'>{$results[ $i ][ 'screen_width' ]}x{$results[ $i ][ 'screen_height' ]}</span>";
148
  }
149
 
150
+ $row_output = "<p class='header$highlight_row'>{$results[$i]['country']} $browser_filtered $platform_filtered $browser_type_filtered $ip_address $other_ip_address <span class='plugins'>$plugins</span> $screen_resolution</p>";
151
+
152
+ // Strip all the filter links, if this information is shown on the frontend
153
+ if ( !is_admin() ) {
154
+ $row_output = preg_replace('/<a (.*?)>(.*?)<\/a>/', "\\2", $row_output);
155
+ }
156
+
157
+ echo $row_output;
158
  }
159
 
160
  // Permalink: find post title, if available
211
 
212
  // Pageview Notes
213
  $notes = '';
214
+ if ( is_admin() && !empty( $results[ $i ][ 'notes' ] ) ) {
215
  $notes = str_replace(array(';', ':'), array('<br/>', ': '), $results[$i]['notes']);
216
  $notes = "<i class='slimstat-font-edit slimstat-tooltip-trigger'></i><b class='slimstat-tooltip-content'>{$notes}</b>";
217
  }
269
  $results[$i]['referer'] = $results[$i][ 'outbound_resource' ] = $results[$i][ 'content_type' ] = '';
270
  }
271
 
272
+ $row_output = "<p>{$results[$i]['resource']} <span class='details'>$time_on_page $login_logout {$results[$i]['searchterms']} {$results[$i]['referer']} {$results[$i]['outbound_resource']} {$results[$i]['content_type']} $performance $date_time {$notes} {$delete_row}</span></p>";
273
+
274
+ // Strip all the filter links, if this information is shown on the frontend
275
+ if ( !is_admin() ) {
276
+ $row_output = preg_replace('/<a (.*?)>(.*?)<\/a>/', "\\2", $row_output);
277
+ }
278
+
279
+ echo $row_output;
280
  }
281
 
282
  // Pagination
admin/view/wp-slimstat-reports.php CHANGED
@@ -208,6 +208,9 @@ class wp_slimstat_reports {
208
  'slim_p1_15' => array(
209
  'title' => __( 'Rankings', 'wp-slimstat' ),
210
  'callback' => array( __CLASS__, 'show_rankings' ),
 
 
 
211
  'classes' => array( 'normal' ),
212
  'screens' => array( 'slimview2' ),
213
  'tooltip' => __( "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to measures your site's rankings. Values are updated every 12 hours. Please enter your personal access ID in the settings to access your personalized Mozscape data.", 'wp-slimstat' )
@@ -863,6 +866,9 @@ class wp_slimstat_reports {
863
  'slim_p6_01' => array(
864
  'title' => __( 'World Map', 'wp-slimstat' ),
865
  'callback' => array( __CLASS__, 'show_world_map' ),
 
 
 
866
  'classes' => array( 'full-width', 'tall' ),
867
  'screens' => array( 'slimview6' ),
868
  'tooltip' => ''
@@ -895,7 +901,7 @@ class wp_slimstat_reports {
895
  self::$user_reports = get_user_option( "meta-box-order_{$page_location}_page_slimlayout", $current_user->ID );
896
 
897
  // Do this only if we are in one of our screens (no dashboard!)
898
- if ( !empty( $_REQUEST['page'] ) && strpos( $_REQUEST['page'], 'slimview' ) !== false ) {
899
 
900
  // If this list is not empty, we rearrange the order of our reports
901
  if ( !empty( self::$user_reports[ $_REQUEST[ 'page' ] ] ) ) {
@@ -943,17 +949,22 @@ class wp_slimstat_reports {
943
  public static function report_header( $_report_id = '' ) {
944
  $header_classes = !empty( self::$reports_info[ $_report_id ][ 'classes' ] ) ? implode( ' ', self::$reports_info[ $_report_id ][ 'classes' ] ) : '';
945
  $header_buttons = '';
 
946
 
947
- // Show the refresh button only if the time range is not in the past
948
- if ( wp_slimstat_db::$filters_normalized[ 'utime' ][ 'end' ] >= date_i18n( 'U' ) - 300 ) {
949
- $header_buttons = '<a class="button-ajax noslimstat refresh slimstat-font-arrows-cw" title="'.__('Refresh','wp-slimstat').'" href="'.self::fs_url().'"></a>';
950
- }
 
 
951
 
952
- // Allow third-party code to add more buttons
953
- $header_buttons = '<div class="slimstat-header-buttons">' . apply_filters( 'slimstat_report_header_buttons', $header_buttons ) . '</div>';
954
- $header_tooltip = !empty( self::$reports_info[ $_report_id ][ 'tooltip' ] ) ? "<i class='slimstat-tooltip-trigger corner'></i><span class='slimstat-tooltip-content'>".self::$reports_info[ $_report_id ][ 'tooltip' ]."</span>" : '';
 
 
955
 
956
- echo "<div class='postbox $header_classes' id='$_report_id'>$header_buttons<h3>".self::$reports_info[ $_report_id ][ 'title' ]." $header_tooltip</h3><div class='inside' id='{$_report_id}_inside'>";
957
  }
958
 
959
  public static function report_footer(){
@@ -961,6 +972,10 @@ class wp_slimstat_reports {
961
  }
962
 
963
  public static function report_pagination( $_count_page_results = 0, $_count_all_results = 0, $_show_refresh_countdown = false, $_results_per_page = -1 ) {
 
 
 
 
964
  $_results_per_page = ( $_results_per_page < 0 ) ? wp_slimstat::$settings[ 'rows_to_show' ] : $_results_per_page;
965
 
966
  $endpoint = min($_count_all_results, wp_slimstat_db::$filters_normalized['misc']['start_from'] + $_results_per_page);
@@ -993,7 +1008,7 @@ class wp_slimstat_reports {
993
  }
994
  $pagination .= $pagination_buttons.'</p>';
995
 
996
- echo $pagination;
997
  }
998
 
999
  public static function callback_wrapper() {
@@ -1015,7 +1030,7 @@ class wp_slimstat_reports {
1015
  // Some reports don't need any kind of pre/post-processing, we just display the data contained in the array
1016
  if ( empty( $_args[ 'columns' ] ) ) {
1017
  foreach ( $all_results as $a_result ) {
1018
- echo '<p class="slimstat-tooltip-trigger">';
1019
 
1020
  if ( !empty( $a_result[ 'tooltip' ] ) ) {
1021
  self::inline_help( $a_result[ 'tooltip' ] );
@@ -1066,9 +1081,9 @@ class wp_slimstat_reports {
1066
  $_args[ 'columns' ] = trim( $_args[ 'columns' ][ 0 ] );
1067
  }
1068
 
1069
- self::report_pagination( $count_page_results, count( $all_results ) );
1070
 
1071
- $is_expanded = ( wp_slimstat::$settings[ 'expand_details' ] == 'yes' ) ? ' expanded' : '';
1072
  $permalinks_enabled = get_option( 'permalink_structure' );
1073
  $column_not_calculated = str_replace( '_calculated', '', $_args[ 'columns' ] );
1074
 
@@ -1127,7 +1142,7 @@ class wp_slimstat_reports {
1127
  if ( $resource_title != $results[ $i ][ $_args[ 'columns' ] ] ) {
1128
  $row_details = __( 'URL', 'wp-slimstat' ) . ': ' . htmlentities( $results[ $i ][ $_args[ 'columns' ] ], ENT_QUOTES, 'UTF-8' );
1129
  }
1130
- if ( strpos( $_args[ 'where' ], 'download' ) !== false ) {
1131
  $clean_extension = pathinfo( strtolower( parse_url( $results[ $i ][ $_args[ 'columns' ] ], PHP_URL_PATH ) ), PATHINFO_EXTENSION );
1132
  if ( in_array( $clean_extension, array( 'jpg', 'gif', 'png', 'jpeg', 'bmp' ) ) ) {
1133
  $row_details = '<br><img src="' . $results[ $i ][ $_args[ 'columns' ] ] . '" style="width:100px">';
@@ -1172,7 +1187,9 @@ class wp_slimstat_reports {
1172
  default:
1173
  }
1174
 
1175
- $element_value = "<a class='slimstat-filter-link' href='" . self::fs_url( $column_not_calculated. ' ' . $_args[ 'filter_op' ] . ' ' . $results[ $i ][ $_args[ 'columns' ] ] ) . "'>$element_value</a>";
 
 
1176
 
1177
  if ( !empty( $_args['type'] ) && $_args['type'] == 'recent' ) {
1178
  $row_details = date_i18n(wp_slimstat::$settings[ 'date_format' ] . ' ' . wp_slimstat::$settings[ 'time_format' ], $results[ $i ][ 'dt' ], true ) . ( !empty( $row_details ) ? '<br>' : '' ) . $row_details;
@@ -1182,7 +1199,7 @@ class wp_slimstat_reports {
1182
  $percentage_value = ( ( self::$pageviews > 0 ) ? number_format( sprintf( "%01.2f", ( 100 * $results[ $i ][ 'counthits' ] / self::$pageviews ) ), 2, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] ) : 0 );
1183
  $counthits = number_format( $results[ $i ][ 'counthits' ], 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1184
 
1185
- if ( $_args[ 'criteria' ] == 'swap' ) {
1186
  $percentage = ' <span>' . $counthits . '</span>';
1187
  $row_details = __('Hits','wp-slimstat') . ': ' . ( ( $column_not_calculated != 'outbound_resource' ) ? $percentage_value . '%' . ( !empty( $row_details ) ? '<br>' : '' ) . $row_details : '' );
1188
  }
@@ -1212,14 +1229,21 @@ class wp_slimstat_reports {
1212
  $element_value = '<a target="_blank" class="slimstat-font-logout" title="'.__('Open this URL in a new window','wp-slimstat').'" href="'.$element_url.'"></a> '.$element_value;
1213
  }
1214
 
1215
- if ( !empty( $results[ $i ][ 'ip' ]) && $_args[ 'columns' ] != 'ip' && wp_slimstat::$settings[ 'convert_ip_addresses' ] != 'yes' ) {
1216
  $row_details .= '<br> IP: <a class="slimstat-filter-link" href="'.self::fs_url( 'ip equals ' . $results[ $i ][ 'ip' ] ) . '">' . $results[ $i ][ 'ip' ] . '</a>' . ( !empty( $results[ $i ][ 'other_ip' ] ) ? ' / ' . $results[ $i ][ 'other_ip' ] : '' ) . '<a title="WHOIS: ' . $results[ $i ][ 'ip' ] . '" class="slimstat-font-location-1 whois" href="' . wp_slimstat::$settings[ 'ip_lookup_service' ] . $results[ $i ][ 'ip' ] . '"></a>';
1217
  }
1218
  if ( !empty( $row_details ) ) {
1219
  $row_details = "<b class='slimstat-tooltip-content$is_expanded'>$row_details</b>";
1220
  }
1221
 
1222
- echo "<p class='slimstat-tooltip-trigger'>$element_pre_value$element_value$percentage $row_details</p>";
 
 
 
 
 
 
 
1223
  }
1224
  }
1225
 
@@ -1230,7 +1254,7 @@ class wp_slimstat_reports {
1230
 
1231
  public static function show_activity_log( $_args = array() ) {
1232
  // This function is too long, so it was moved to a separate file
1233
- include_once( WP_PLUGIN_DIR."/wp-slimstat/admin/view/right-now.php" );
1234
 
1235
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
1236
  die();
@@ -1295,7 +1319,7 @@ class wp_slimstat_reports {
1295
  "categoryField": "date",
1296
  "categoryAxis": {
1297
  "dashLength": 1,
1298
- "autoGridCount": <?php echo ( $chart_data[ 'json_count' ] > 31 || wp_slimstat_db::$filters_normalized[ 'utime' ][ 'type' ] == 'interval' ) ? 'true' : 'false' ?>,
1299
  "gridCount": <?php echo $chart_data[ 'json_count' ] ?>,
1300
  "position": "bottom"
1301
  },
@@ -1373,138 +1397,6 @@ class wp_slimstat_reports {
1373
  }
1374
  }
1375
 
1376
- public static function show_chart_old( $_args = array() ){
1377
- $chart_data = wp_slimstat_db::get_data_for_chart( $_args[ 'chart_data' ] );
1378
- ?>
1379
-
1380
- <div class="chart-placeholder" id="<?php echo 'SlimChartParams_' . $_args[ 'id' ]; ?>" style="height: 300px"></div><div class="chart-legend"></div>
1381
- <script type="text/javascript">
1382
- var SlimChartParams_<?php echo $_args[ 'id' ] ?> = {
1383
- colors: [
1384
- <?php
1385
- if ( !empty( wp_slimstat::$settings[ 'chart_colors' ] ) ) {
1386
- echo '"' . implode( '", "', wp_slimstat::string_to_array( wp_slimstat::$settings[ 'chart_colors' ] ) ) . '"';
1387
- }
1388
- else {
1389
- echo '"#ccc", "#999", "#bbcc44", "#21759b"';
1390
- }
1391
- ?>
1392
- ],
1393
- info: {},
1394
- data: {}
1395
- };
1396
-
1397
- <?php if ( in_array( wp_slimstat_db::$filters_normalized[ 'utime' ][ 'type' ], array( 'm', 'interval' ) ) ): ?>
1398
- SlimChartParams_<?php echo $_args[ 'id' ] ?>.info = {
1399
- 'current_year': <?php echo date( 'Y', wp_slimstat_db::$filters_normalized[ 'utime' ][ 'start' ] ); ?>,
1400
- 'current_month': <?php echo date( 'm', wp_slimstat_db::$filters_normalized[ 'utime' ][ 'start' ] ); ?>,
1401
- 'text_direction': '<?php echo $GLOBALS[ 'wp_locale' ]->text_direction ?>'
1402
- };
1403
- <?php endif; ?>
1404
-
1405
- SlimChartParams_<?php echo $_args[ 'id' ] ?>.data = [];
1406
-
1407
- <?php if ( !empty( $chart_data[ 'previous' ][ 'label' ] ) ) : ?>
1408
- SlimChartParams_<?php echo $_args[ 'id' ] ?>.data.push({
1409
- label: '<?php echo htmlspecialchars( $_args[ 'chart_labels' ][ 0 ] . ' ' . $chart_data[ 'previous' ][ 'label' ], ENT_QUOTES, 'UTF-8' ); ?>',
1410
- data: [<?php
1411
- $tmp_serialize = array();
1412
- $j = 0;
1413
- foreach( $chart_data[ 'previous' ][ 'first_metric' ] as $a_value ) {
1414
- $tmp_serialize[] = "[$j, $a_value]";
1415
- $j++;
1416
- }
1417
- echo implode( ',', $tmp_serialize );
1418
- ?>],
1419
- points: {
1420
- show: true,
1421
- symbol: function(ctx, x, y, radius, shadow){
1422
- ctx.arc(x, y, 2, 0, Math.PI * 2, false)
1423
- }
1424
- }
1425
- });
1426
-
1427
- SlimChartParams_<?php echo $_args[ 'id' ] ?>.data.push({
1428
- label: '<?php echo htmlspecialchars( $_args[ 'chart_labels' ][ 1 ] . ' ' . $chart_data[ 'previous' ][ 'label' ], ENT_QUOTES, 'UTF-8' ); ?>',
1429
- data: [<?php
1430
- $tmp_serialize = array();
1431
- $j = 0;
1432
- foreach( $chart_data[ 'previous' ][ 'second_metric' ] as $a_value ) {
1433
- $tmp_serialize[] = "[$j, $a_value]";
1434
- $j++;
1435
- }
1436
- echo implode( ',', $tmp_serialize );
1437
- ?>],
1438
- points: {
1439
- show: true,
1440
- symbol: function(ctx, x, y, radius, shadow){
1441
- ctx.arc(x, y, 2, 0, Math.PI * 2, false)
1442
- }
1443
- }
1444
- });
1445
- <?php endif ?>
1446
-
1447
- SlimChartParams_<?php echo $_args[ 'id' ] ?>.data.push({
1448
- label: '<?php echo htmlspecialchars( $_args[ 'chart_labels' ][ 0 ] . ' ' . $chart_data[ 'current' ][ 'label' ], ENT_QUOTES, 'UTF-8' ); ?>',
1449
- data: [<?php
1450
- $tmp_serialize = array();
1451
- $j = 0;
1452
- foreach( $chart_data[ 'current' ][ 'first_metric' ] as $a_value ) {
1453
- $tmp_serialize[] = "[$j, $a_value]";
1454
- $j++;
1455
- }
1456
- echo implode( ',', $tmp_serialize );
1457
- ?>],
1458
- points: {
1459
- show: true,
1460
- symbol: function(ctx, x, y, radius, shadow){
1461
- ctx.arc(x, y, 2, 0, Math.PI * 2, false)
1462
- }
1463
- }
1464
- });
1465
-
1466
- SlimChartParams_<?php echo $_args[ 'id' ] ?>.data.push({
1467
- label: '<?php echo htmlspecialchars( $_args[ 'chart_labels' ][ 1 ] . ' ' . $chart_data[ 'current' ][ 'label' ], ENT_QUOTES, 'UTF-8' ); ?>',
1468
- data: [<?php
1469
- $tmp_serialize = array();
1470
- $j = 0;
1471
- foreach( $chart_data[ 'current' ][ 'second_metric' ] as $a_value ) {
1472
- $tmp_serialize[] = "[$j, $a_value]";
1473
- $j++;
1474
- }
1475
- echo implode( ',', $tmp_serialize );
1476
- ?>],
1477
- points: {
1478
- show: true,
1479
- symbol: function(ctx, x, y, radius, shadow){
1480
- ctx.arc(x, y, 2, 0, Math.PI * 2, false)
1481
- }
1482
- }
1483
- });
1484
-
1485
- SlimChartParams_<?php echo $_args[ 'id' ] ?>.ticks = [<?php
1486
- $tmp_serialize = array();
1487
- $max_ticks = max( count( $chart_data[ 'current' ][ 'first_metric' ]), count( $chart_data[ 'previous' ][ 'first_metric' ] ) );
1488
- if ( !empty( wp_slimstat_db::$filters_normalized[ 'date' ][ 'interval' ] ) ) {
1489
- for ( $i = 0; $i < $max_ticks; $i++ ) {
1490
- $tmp_serialize[] = "[$i,'".date('d/m', wp_slimstat_db::$filters_normalized['utime']['start'] + ( $i * 86400) )."']";
1491
- }
1492
- }
1493
- else{
1494
- $min_idx = min( array_keys( $chart_data[ 'current' ][ 'first_metric' ] ) );
1495
- for ($i = $min_idx; $i < $max_ticks+$min_idx; $i++){
1496
- $tmp_serialize[] = '['.($i-$min_idx).',"'.$i.'"]';
1497
- }
1498
- }
1499
- echo implode( ',', $tmp_serialize );
1500
- ?>];
1501
- </script> <?php
1502
-
1503
- if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
1504
- die();
1505
- }
1506
- }
1507
-
1508
  public static function get_about_wpslimstat() {
1509
  $dt = wp_slimstat_db::get_oldest_visit( '1=1', false );
1510
  $results = array();
@@ -1938,7 +1830,7 @@ class wp_slimstat_reports {
1938
  }
1939
  }
1940
 
1941
- self::report_pagination( $count_page_results, count( $all_results ) );
1942
  $is_expanded = ( wp_slimstat::$settings[ 'expand_details' ] == 'yes' ) ? ' expanded' : '';
1943
 
1944
  foreach ( $results as $a_result ) {
@@ -2094,6 +1986,10 @@ class wp_slimstat_reports {
2094
  $request_uri = $_SERVER[ 'REQUEST_URI' ];
2095
  $request_page = 'slimview1';
2096
 
 
 
 
 
2097
  // Are we on the Dashboard?
2098
  if ( empty( $_REQUEST[ 'page' ] ) ) {
2099
  $request_uri = str_replace( 'index.php', 'admin.php', $request_uri );
@@ -2201,8 +2097,8 @@ class wp_slimstat_reports {
2201
  }
2202
 
2203
  public static function inline_help( $_text = '', $_echo = true ) {
2204
- if ( !empty( $_text ) ) {
2205
- $wrapped_text = "<i class='slimstat-tooltip-trigger corner'></i><span class='slimstat-tooltip-content'>$_text</span>";
2206
  }
2207
  else {
2208
  $wrapped_text = '';
208
  'slim_p1_15' => array(
209
  'title' => __( 'Rankings', 'wp-slimstat' ),
210
  'callback' => array( __CLASS__, 'show_rankings' ),
211
+ 'callback_args' => array(
212
+ 'id' => 'slim_p1_15'
213
+ ),
214
  'classes' => array( 'normal' ),
215
  'screens' => array( 'slimview2' ),
216
  'tooltip' => __( "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to measures your site's rankings. Values are updated every 12 hours. Please enter your personal access ID in the settings to access your personalized Mozscape data.", 'wp-slimstat' )
866
  'slim_p6_01' => array(
867
  'title' => __( 'World Map', 'wp-slimstat' ),
868
  'callback' => array( __CLASS__, 'show_world_map' ),
869
+ 'callback_args' => array(
870
+ 'id' => 'slim_p6_01'
871
+ ),
872
  'classes' => array( 'full-width', 'tall' ),
873
  'screens' => array( 'slimview6' ),
874
  'tooltip' => ''
901
  self::$user_reports = get_user_option( "meta-box-order_{$page_location}_page_slimlayout", $current_user->ID );
902
 
903
  // Do this only if we are in one of our screens (no dashboard!)
904
+ if ( is_admin() && !empty( $_REQUEST['page'] ) && strpos( $_REQUEST['page'], 'slimview' ) !== false ) {
905
 
906
  // If this list is not empty, we rearrange the order of our reports
907
  if ( !empty( self::$user_reports[ $_REQUEST[ 'page' ] ] ) ) {
949
  public static function report_header( $_report_id = '' ) {
950
  $header_classes = !empty( self::$reports_info[ $_report_id ][ 'classes' ] ) ? implode( ' ', self::$reports_info[ $_report_id ][ 'classes' ] ) : '';
951
  $header_buttons = '';
952
+ $header_tooltip = '';
953
 
954
+ // Don't show the header buttons on the frontend
955
+ if ( is_admin() ) {
956
+ // Show the refresh button only if the time range is not in the past
957
+ if ( wp_slimstat_db::$filters_normalized[ 'utime' ][ 'end' ] >= date_i18n( 'U' ) - 300 ) {
958
+ $header_buttons = '<a class="button-ajax noslimstat refresh slimstat-font-arrows-cw" title="'.__('Refresh','wp-slimstat').'" href="'.self::fs_url().'"></a>';
959
+ }
960
 
961
+ // Allow third-party code to add more buttons
962
+ $header_buttons = apply_filters( 'slimstat_report_header_buttons', $header_buttons, $_report_id );
963
+ $header_buttons = '<div class="slimstat-header-buttons">' . $header_buttons . '</div>';
964
+ $header_tooltip = !empty( self::$reports_info[ $_report_id ][ 'tooltip' ] ) ? '<i class="slimstat-tooltip-trigger corner"><span class="slimstat-tooltip-content">' . self::$reports_info[ $_report_id ][ 'tooltip' ] . '</span></i>' : '';
965
+ }
966
 
967
+ echo "<div class='postbox $header_classes' id='$_report_id'>{$header_buttons} <h3 data-report-id='{$_report_id}'>" . self::$reports_info[ $_report_id ][ 'title' ] . " {$header_tooltip}</h3><div class='inside' id='{$_report_id}_inside'>";
968
  }
969
 
970
  public static function report_footer(){
972
  }
973
 
974
  public static function report_pagination( $_count_page_results = 0, $_count_all_results = 0, $_show_refresh_countdown = false, $_results_per_page = -1 ) {
975
+ if ( !is_admin() ) {
976
+ return '';
977
+ }
978
+
979
  $_results_per_page = ( $_results_per_page < 0 ) ? wp_slimstat::$settings[ 'rows_to_show' ] : $_results_per_page;
980
 
981
  $endpoint = min($_count_all_results, wp_slimstat_db::$filters_normalized['misc']['start_from'] + $_results_per_page);
1008
  }
1009
  $pagination .= $pagination_buttons.'</p>';
1010
 
1011
+ return $pagination;
1012
  }
1013
 
1014
  public static function callback_wrapper() {
1030
  // Some reports don't need any kind of pre/post-processing, we just display the data contained in the array
1031
  if ( empty( $_args[ 'columns' ] ) ) {
1032
  foreach ( $all_results as $a_result ) {
1033
+ echo '<p>';
1034
 
1035
  if ( !empty( $a_result[ 'tooltip' ] ) ) {
1036
  self::inline_help( $a_result[ 'tooltip' ] );
1081
  $_args[ 'columns' ] = trim( $_args[ 'columns' ][ 0 ] );
1082
  }
1083
 
1084
+ echo self::report_pagination( $count_page_results, count( $all_results ) );
1085
 
1086
+ $is_expanded = ( is_admin() && wp_slimstat::$settings[ 'expand_details' ] == 'yes' ) ? ' expanded' : '';
1087
  $permalinks_enabled = get_option( 'permalink_structure' );
1088
  $column_not_calculated = str_replace( '_calculated', '', $_args[ 'columns' ] );
1089
 
1142
  if ( $resource_title != $results[ $i ][ $_args[ 'columns' ] ] ) {
1143
  $row_details = __( 'URL', 'wp-slimstat' ) . ': ' . htmlentities( $results[ $i ][ $_args[ 'columns' ] ], ENT_QUOTES, 'UTF-8' );
1144
  }
1145
+ if ( !empty( $_args[ 'where' ] ) && strpos( $_args[ 'where' ], 'download' ) !== false ) {
1146
  $clean_extension = pathinfo( strtolower( parse_url( $results[ $i ][ $_args[ 'columns' ] ], PHP_URL_PATH ) ), PATHINFO_EXTENSION );
1147
  if ( in_array( $clean_extension, array( 'jpg', 'gif', 'png', 'jpeg', 'bmp' ) ) ) {
1148
  $row_details = '<br><img src="' . $results[ $i ][ $_args[ 'columns' ] ] . '" style="width:100px">';
1187
  default:
1188
  }
1189
 
1190
+ if ( is_admin() ) {
1191
+ $element_value = "<a class='slimstat-filter-link' href='" . self::fs_url( $column_not_calculated. ' ' . $_args[ 'filter_op' ] . ' ' . $results[ $i ][ $_args[ 'columns' ] ] ) . "'>$element_value</a>";
1192
+ }
1193
 
1194
  if ( !empty( $_args['type'] ) && $_args['type'] == 'recent' ) {
1195
  $row_details = date_i18n(wp_slimstat::$settings[ 'date_format' ] . ' ' . wp_slimstat::$settings[ 'time_format' ], $results[ $i ][ 'dt' ], true ) . ( !empty( $row_details ) ? '<br>' : '' ) . $row_details;
1199
  $percentage_value = ( ( self::$pageviews > 0 ) ? number_format( sprintf( "%01.2f", ( 100 * $results[ $i ][ 'counthits' ] / self::$pageviews ) ), 2, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] ) : 0 );
1200
  $counthits = number_format( $results[ $i ][ 'counthits' ], 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1201
 
1202
+ if ( !empty( $_args[ 'criteria' ] ) && $_args[ 'criteria' ] == 'swap' ) {
1203
  $percentage = ' <span>' . $counthits . '</span>';
1204
  $row_details = __('Hits','wp-slimstat') . ': ' . ( ( $column_not_calculated != 'outbound_resource' ) ? $percentage_value . '%' . ( !empty( $row_details ) ? '<br>' : '' ) . $row_details : '' );
1205
  }
1229
  $element_value = '<a target="_blank" class="slimstat-font-logout" title="'.__('Open this URL in a new window','wp-slimstat').'" href="'.$element_url.'"></a> '.$element_value;
1230
  }
1231
 
1232
+ if ( is_admin() && !empty( $results[ $i ][ 'ip' ]) && $_args[ 'columns' ] != 'ip' && wp_slimstat::$settings[ 'convert_ip_addresses' ] != 'yes' ) {
1233
  $row_details .= '<br> IP: <a class="slimstat-filter-link" href="'.self::fs_url( 'ip equals ' . $results[ $i ][ 'ip' ] ) . '">' . $results[ $i ][ 'ip' ] . '</a>' . ( !empty( $results[ $i ][ 'other_ip' ] ) ? ' / ' . $results[ $i ][ 'other_ip' ] : '' ) . '<a title="WHOIS: ' . $results[ $i ][ 'ip' ] . '" class="slimstat-font-location-1 whois" href="' . wp_slimstat::$settings[ 'ip_lookup_service' ] . $results[ $i ][ 'ip' ] . '"></a>';
1234
  }
1235
  if ( !empty( $row_details ) ) {
1236
  $row_details = "<b class='slimstat-tooltip-content$is_expanded'>$row_details</b>";
1237
  }
1238
 
1239
+ $row_output = "<p class='slimstat-tooltip-trigger'>$element_pre_value$element_value$percentage $row_details</p>";
1240
+
1241
+ // Strip all the filter links, if this information is shown on the frontend
1242
+ if ( !is_admin() ) {
1243
+ $row_output = preg_replace('/<a (.*?)>(.*?)<\/a>/', "\\2", $row_output);
1244
+ }
1245
+
1246
+ echo $row_output;
1247
  }
1248
  }
1249
 
1254
 
1255
  public static function show_activity_log( $_args = array() ) {
1256
  // This function is too long, so it was moved to a separate file
1257
+ include( WP_PLUGIN_DIR . '/wp-slimstat/admin/view/right-now.php' );
1258
 
1259
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
1260
  die();
1319
  "categoryField": "date",
1320
  "categoryAxis": {
1321
  "dashLength": 1,
1322
+ "autoGridCount": <?php echo ( $chart_data[ 'json_count' ] > 31 || wp_slimstat_db::$filters_normalized[ 'utime' ][ 'type' ] == 'interval' || empty( $_REQUEST[ 'page' ] ) ) ? 'true' : 'false' ?>,
1323
  "gridCount": <?php echo $chart_data[ 'json_count' ] ?>,
1324
  "position": "bottom"
1325
  },
1397
  }
1398
  }
1399
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1400
  public static function get_about_wpslimstat() {
1401
  $dt = wp_slimstat_db::get_oldest_visit( '1=1', false );
1402
  $results = array();
1830
  }
1831
  }
1832
 
1833
+ echo self::report_pagination( $count_page_results, count( $all_results ) );
1834
  $is_expanded = ( wp_slimstat::$settings[ 'expand_details' ] == 'yes' ) ? ' expanded' : '';
1835
 
1836
  foreach ( $results as $a_result ) {
1986
  $request_uri = $_SERVER[ 'REQUEST_URI' ];
1987
  $request_page = 'slimview1';
1988
 
1989
+ if ( !is_admin() ) {
1990
+ return '';
1991
+ }
1992
+
1993
  // Are we on the Dashboard?
1994
  if ( empty( $_REQUEST[ 'page' ] ) ) {
1995
  $request_uri = str_replace( 'index.php', 'admin.php', $request_uri );
2097
  }
2098
 
2099
  public static function inline_help( $_text = '', $_echo = true ) {
2100
+ if ( is_admin() && !empty( $_text ) ) {
2101
+ $wrapped_text = "<i class='slimstat-tooltip-trigger corner'><span class='slimstat-tooltip-content'>$_text</span></i>";
2102
  }
2103
  else {
2104
  $wrapped_text = '';
admin/wp-slimstat-admin.php CHANGED
@@ -11,7 +11,7 @@ class wp_slimstat_admin {
11
  * Init -- Sets things up.
12
  */
13
  public static function init() {
14
- self::$admin_notice = "Our development team has had the task of revamping Slimstat's charts on their to-do list for quite a while now. Given that the compatibility issues related to our Browscap library have been addressed and resolved, it was time to tackle this new challenge and offer a beautiful new interface to analyze and interact with visual reports and charts. Version 4.6 includes a new library, <a href='https://www.amcharts.com/' target='_blank'>courtesy of AmCharts</a>, that takes our charts <a href='https://www.youtube.com/watch?v=1zfCC-PED1o&from=admin' target='_blank'>to a whole new level (video)</a>. Also, as an added bonus, we are also working on extending the list of supported shortcodes to allow administrators to also share these brand-new charts with their visitors, by quickly placing them on any page of their website. The same will apply to the world map, which currently displays the total number of page views by Country. Lots of exciting new features will soon be available to all our users. Stay tuned!";
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
 
@@ -107,7 +107,7 @@ class wp_slimstat_admin {
107
 
108
  // Display a notice that hightlights this version's features
109
  if ( !empty( $_GET[ 'page' ] ) && strpos( $_GET[ 'page' ], 'slimview' ) !== false ) {
110
- if ( !empty( self::$admin_notice ) && wp_slimstat::$settings[ 'show_admin_notice' ] != wp_slimstat::$version && current_user_can( 'manage_options' ) ) {
111
  add_action( 'admin_notices', array( __CLASS__, 'show_admin_notice' ) );
112
  }
113
  add_filter( 'admin_footer_text', array( __CLASS__, 'admin_footer_text' ) );
@@ -766,8 +766,7 @@ class wp_slimstat_admin {
766
  'datepicker_image' => plugins_url( '/admin/images/datepicker.png', dirname( __FILE__ ) ),
767
  'expand_details' => !empty( wp_slimstat::$settings[ 'expand_details' ] ) ? wp_slimstat::$settings[ 'expand_details' ] : 'no',
768
  'refresh_interval' => intval( wp_slimstat::$settings[ 'refresh_interval' ] ),
769
- 'text_direction' => $GLOBALS[ 'wp_locale' ]->text_direction,
770
- 'use_slimscroll' => !empty( wp_slimstat::$settings[ 'use_slimscroll' ] ) ? wp_slimstat::$settings[ 'use_slimscroll' ] : 'yes'
771
  );
772
  wp_localize_script( 'slimstat_admin', 'SlimStatAdminParams', $params );
773
  }
@@ -1040,7 +1039,7 @@ class wp_slimstat_admin {
1040
  /**
1041
  * Displays a message related to the current version of Slimstat
1042
  */
1043
- public static function show_admin_notice(){
1044
  echo '<div class="notice slimstat-notice" style="padding:10px"><span>'.self::$admin_notice.'</span></div>';
1045
  }
1046
 
11
  * Init -- Sets things up.
12
  */
13
  public static function init() {
14
+ self::$admin_notice = "We received many positive comments regarding the new chart interface we released last week. Please keep those messages coming, as they help us understand what functionality to plan for future releases. This update introduces a feature that many of you have been requesting for a while: the ability to display our 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 (not just sidebars). 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 parameters added to our shortcode. Or simply head over to your Appearance > Widgets admin screen and add the Slimstat widget to any of your sidebars. Note that widget styles will depend on how your theme defines certain elements (headings, paragraphs, spans, etc). Also, keep in mind that this feature is still experimental: please 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
 
107
 
108
  // Display a notice that hightlights this version's features
109
  if ( !empty( $_GET[ 'page' ] ) && strpos( $_GET[ 'page' ], 'slimview' ) !== false ) {
110
+ if ( !empty( self::$admin_notice ) && wp_slimstat::$settings[ 'show_admin_notice' ] != wp_slimstat::$version && is_super_admin() ) {
111
  add_action( 'admin_notices', array( __CLASS__, 'show_admin_notice' ) );
112
  }
113
  add_filter( 'admin_footer_text', array( __CLASS__, 'admin_footer_text' ) );
766
  'datepicker_image' => plugins_url( '/admin/images/datepicker.png', dirname( __FILE__ ) ),
767
  'expand_details' => !empty( wp_slimstat::$settings[ 'expand_details' ] ) ? wp_slimstat::$settings[ 'expand_details' ] : 'no',
768
  'refresh_interval' => intval( wp_slimstat::$settings[ 'refresh_interval' ] ),
769
+ 'text_direction' => $GLOBALS[ 'wp_locale' ]->text_direction
 
770
  );
771
  wp_localize_script( 'slimstat_admin', 'SlimStatAdminParams', $params );
772
  }
1039
  /**
1040
  * Displays a message related to the current version of Slimstat
1041
  */
1042
+ public static function show_admin_notice() {
1043
  echo '<div class="notice slimstat-notice" style="padding:10px"><span>'.self::$admin_notice.'</span></div>';
1044
  }
1045
 
languages/wp-slimstat-by_BY.mo CHANGED
Binary file
languages/wp-slimstat-by_BY.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
- "POT-Creation-Date: 2016-07-17 13:46-0500\n"
7
- "PO-Revision-Date: 2016-07-17 13:46-0500\n"
8
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
9
  "Language-Team: Natasha\n"
10
  "Language: be\n"
@@ -13,15 +13,15 @@ msgstr ""
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
- "X-Generator: Poedit 1.6.11\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: _e;__\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
  "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
21
  "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
22
 
23
- #: ../admin/config/index.php:32 ../admin/config/index.php:57
24
- #: ../admin/config/index.php:82
25
  msgid ""
26
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
27
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
@@ -30,36 +30,36 @@ msgstr ""
30
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> гэтую старонку </a> "
31
  "для атрымання дадатковай інфармацыі"
32
 
33
- #: ../admin/config/index.php:47
34
  msgid "Read access: username not found"
35
  msgstr "Доступ для чытання: імя карыстальніка не знойдзена"
36
 
37
- #: ../admin/config/index.php:72
38
  msgid "Config access: username not found"
39
  msgstr "Канфігурацыя доступу: імя карыстальніка не знойдзена"
40
 
41
- #: ../admin/config/index.php:91
42
  msgid "Basic"
43
  msgstr "Базавы"
44
 
45
- #: ../admin/config/index.php:93 ../admin/config/index.php:114
46
  msgid "Tracker"
47
  msgstr "трэкер"
48
 
49
- #: ../admin/config/index.php:94
50
  msgid "Enable Tracking"
51
  msgstr "Уключыць адсочванне"
52
 
53
- #: ../admin/config/index.php:94
54
  msgid "Turn the tracker on or off, while keeping the reports accessible."
55
  msgstr ""
56
  "Уключыце трэкер або адключыць, захоўваючы пры гэтым даступныя справаздачы."
57
 
58
- #: ../admin/config/index.php:95
59
  msgid "Tracking Mode"
60
  msgstr "рэжым сачэння"
61
 
62
- #: ../admin/config/index.php:95
63
  msgid ""
64
  "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
65
  "Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
@@ -74,22 +74,22 @@ msgstr ""
74
  "эфект у тым, што <strong> большасць спамераў, пошукавыя сістэмы і іншыя "
75
  "шукальнікі </strong> не будзе адсочвацца."
76
 
77
- #: ../admin/config/index.php:95
78
  #, fuzzy
79
  msgid "Client"
80
  msgstr "З боку клiента"
81
 
82
- #: ../admin/config/index.php:95
83
  #, fuzzy
84
  msgid "Server"
85
  msgstr "З боку сервера"
86
 
87
- #: ../admin/config/index.php:96
88
  #, fuzzy
89
  msgid "Track Client Info"
90
  msgstr "рэжым сачэння"
91
 
92
- #: ../admin/config/index.php:96
93
  #, fuzzy
94
  msgid ""
95
  "If this option is disabled, Slimstat will not add the Javascript tracking "
@@ -104,24 +104,24 @@ msgstr ""
104
  "выходных спасылак, загрузкі і г.д. Гэтая опцыя ігнаруецца, калі рэжым "
105
  "адсочвання усталяваны на кліенце."
106
 
107
- #: ../admin/config/index.php:97
108
  #, fuzzy
109
  msgid "Track Admin Pages"
110
  msgstr "Скаронка адміністратара"
111
 
112
- #: ../admin/config/index.php:97
113
  msgid "Enable this option to track your users' activity within the admin."
114
  msgstr "Уключыце гэтую опцыю, каб адсочваць актыўнасць вашых карыстальнікаў."
115
 
116
- #: ../admin/config/index.php:99
117
  msgid "WordPress Integration"
118
  msgstr "WordPress Інтэграцыя"
119
 
120
- #: ../admin/config/index.php:100
121
  msgid "Dashboard Widgets"
122
  msgstr "міні-дадатак панэлі маніторынгу"
123
 
124
- #: ../admin/config/index.php:100
125
  #, fuzzy
126
  msgid ""
127
  "Enable this option if you want to add reports to your WordPress Dashboard. "
@@ -131,11 +131,11 @@ msgstr ""
131
  "WordPress. З дапамогай выпадальнага меню Параметры экрана, каб выбраць, якія "
132
  "з іх адлюстраваць."
133
 
134
- #: ../admin/config/index.php:101
135
  msgid "Menu Position"
136
  msgstr "становішча меню"
137
 
138
- #: ../admin/config/index.php:101
139
  msgid ""
140
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
141
  "admin bar (if visible)."
@@ -143,20 +143,20 @@ msgstr ""
143
  "Выбар паміж аўтаномным меню адміністратара для Slimstat або выпадальнага у "
144
  "панэлі адміністратара (калі ён бачны)."
145
 
146
- #: ../admin/config/index.php:101
147
  #, fuzzy
148
  msgid "Side"
149
  msgstr "бакавое меню"
150
 
151
- #: ../admin/config/index.php:101
152
  msgid "Bar"
153
  msgstr ""
154
 
155
- #: ../admin/config/index.php:102
156
  msgid "Posts and Pages"
157
  msgstr "Паведамленні і старонкі"
158
 
159
- #: ../admin/config/index.php:102
160
  msgid ""
161
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
162
  "per post within the timeframe specified here below."
@@ -164,11 +164,11 @@ msgstr ""
164
  "Дадайце новы слупок дапаведамлення / старонкі, з колькасцю зваротаў у пасаду "
165
  "з тэрмінамi, адзначаныя ніжэй."
166
 
167
- #: ../admin/config/index.php:103
168
  msgid "Report Interval"
169
  msgstr "часовай інтэрвал паміж двума паведамленнямі"
170
 
171
- #: ../admin/config/index.php:103
172
  msgid ""
173
  "Enter the time range, in days, that should be used to calculate the value "
174
  "here above."
@@ -176,11 +176,11 @@ msgstr ""
176
  "Увядзіце дыяпазон часу, у дні, якія варта выкарыстоўваць для разліку "
177
  "значэння вышэй."
178
 
179
- #: ../admin/config/index.php:104
180
  msgid "Report Type"
181
  msgstr "тып справаздачы"
182
 
183
- #: ../admin/config/index.php:104
184
  #, fuzzy
185
  msgid ""
186
  "Select what kind of information you would like to see displayed on your "
@@ -192,29 +192,30 @@ msgstr ""
192
  "унікальныя разглядаюць толькі адзін раз для кожнага карыстальніка ў "
193
  "зададзеным часовым дыяпазоне."
194
 
195
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:1176
196
- #: ../admin/view/wp-slimstat-reports.php:1408
197
- #: ../admin/view/wp-slimstat-reports.php:1464
198
- #: ../admin/view/wp-slimstat-reports.php:1470
199
- #: ../admin/view/wp-slimstat-reports.php:1476
200
- #: ../admin/view/wp-slimstat-reports.php:1482
201
- #: ../admin/view/wp-slimstat-reports.php:1488
202
- #: ../admin/view/wp-slimstat-reports.php:1494
203
- #: ../admin/view/wp-slimstat-reports.php:1500
204
- #: ../admin/view/wp-slimstat-reports.php:1772
 
205
  msgid "Hits"
206
  msgstr "колькасць праглядаў"
207
 
208
- #: ../admin/config/index.php:104
209
  #, fuzzy
210
  msgid "IPs"
211
  msgstr "IP"
212
 
213
- #: ../admin/config/index.php:105
214
  msgid "Hide Add-ons"
215
  msgstr "Схаваць Дадаткі"
216
 
217
- #: ../admin/config/index.php:105
218
  msgid ""
219
  "Enable this option to hide all your <strong>active</strong> premium add-ons "
220
  "from the list of plugins in WordPress. Please note that you will still "
@@ -224,15 +225,15 @@ msgstr ""
224
  "дапаўненні са спісу убудоў ў WordPress. Звярніце ўвагу, што вы па-ранейшаму "
225
  "атрымліваць абнаўлення для схаваных дапаўненняў."
226
 
227
- #: ../admin/config/index.php:107
228
  msgid "Database"
229
  msgstr "база дадзеных"
230
 
231
- #: ../admin/config/index.php:108
232
  msgid "Retain data for"
233
  msgstr "Захавайце дадзеныя для"
234
 
235
- #: ../admin/config/index.php:108
236
  msgid ""
237
  "Clean-up log entries older than the number of days specified here above. "
238
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
@@ -242,11 +243,11 @@ msgstr ""
242
  "<strong>0</strong> (нумар нуль), калі вы хочаце захаваць вашыя дадзеныя "
243
  "незалежна ад яго ўзросту."
244
 
245
- #: ../admin/config/index.php:108
246
  msgid "Next clean-up on"
247
  msgstr "Наступная ачыстка на"
248
 
249
- #: ../admin/config/index.php:108
250
  #, php-format
251
  msgid ""
252
  "Entries logged on or before %s will be archived or deleted according to the "
@@ -255,17 +256,17 @@ msgstr ""
255
  "Запісы ўвайшлі ў сістэму або перад% s будуць захоўвацца або выдалены ў "
256
  "адпаведнасці з варыянтам тут ніжэй."
257
 
258
- #: ../admin/config/index.php:108 ../admin/view/index.php:89
259
  #: ../admin/view/wp-slimstat-db.php:98
260
- #: ../admin/view/wp-slimstat-reports.php:1352
261
  msgid "days"
262
  msgstr "дні"
263
 
264
- #: ../admin/config/index.php:109
265
  msgid "Archive records"
266
  msgstr "Архіў запісаў"
267
 
268
- #: ../admin/config/index.php:109
269
  msgid ""
270
  "If DB space is not an issue, you can decide to archive older records in "
271
  "another table, instead of deleting them. This way performance is preserved, "
@@ -282,16 +283,16 @@ msgstr ""
282
  "</strong> разам з усімі іншымі табліцамі, калі Slimstat выдаляецца. "
283
  "Пераканайцеся, што рэзервовую копію дадзеных, перш чым працягнуць."
284
 
285
- #: ../admin/config/index.php:116
286
  msgid "Link Tracking"
287
  msgstr "Адсочванне пасылкi"
288
 
289
- #: ../admin/config/index.php:117
290
  #, fuzzy
291
  msgid "Track Outbound Clicks"
292
  msgstr "Выходнае нацiсканне"
293
 
294
- #: ../admin/config/index.php:117
295
  msgid ""
296
  "Track when your visitors click on link to external websites. This option "
297
  "required Spy Mode to be enabled."
@@ -299,12 +300,12 @@ msgstr ""
299
  "Адсочваецца, калі вашы наведвальнікі націскаюць на спасылку і пераходзяць на "
300
  "знешнія сайты. Гэтая опцыя патрабуецца уключаны Spy Mode."
301
 
302
- #: ../admin/config/index.php:118
303
  #, fuzzy
304
  msgid "Track Internal Clicks"
305
  msgstr "Унутраннае нацiсканне"
306
 
307
- #: ../admin/config/index.php:118
308
  msgid ""
309
  "Collect mouse coordinates and other information for clicks on internal "
310
  "links. Recommended if you're using our heatmap add-on. By default, this "
@@ -314,39 +315,11 @@ msgstr ""
314
  "спасылкам. Рэкамендуецца, калі вы карыстаецеся наш Heatmap дапаўненні. Па "
315
  "змаўчанні гэтая інфармацыя збіраецца толькі для знешніх спасылак."
316
 
317
- #: ../admin/config/index.php:119
318
- msgid "Async Tracker"
319
- msgstr "Асінхронны Tracker"
320
-
321
- #: ../admin/config/index.php:119
322
- msgid ""
323
- "When the tracker is configured to record clicks on internal and / or "
324
- "outbound links, it needs to send this information back to the server "
325
- "<strong>before</strong> loading the actual page. This can result in a "
326
- "noticeable delay when someone clicks on one of your links, if your server "
327
- "takes a while to acknowledge the receipt of that information. You can set "
328
- "this option to instruct the tracker not to wait for the server, and load the "
329
- "target URL right away. This will remove the delay, but it might result in a "
330
- "less accurate logging of events. You can check your server latency under "
331
- "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
332
- "to use async mode."
333
- msgstr ""
334
- "Калі трэкер выкананы з магчымасцю запісу клікаў на ўнутраных і / або "
335
- "выходных спасылак, ён павінен паслаць гэтую інфармацыю назад на "
336
- "сервер<strong> перад </strong> загрузкі фактычнай старонкі. Гэта можа "
337
- "прывесці да прыкметнай затрымкай, калі хтосьцi націскае на адну з спасылак, "
338
- "калі ваш сервер займае некаторы час, каб пацвердзіць атрыманне гэтай "
339
- "інфармацыі. Вы можаце ўсталяваць гэты параметр, каб інструктаваць трэкер i "
340
- "не чакаць сервера, і загрузіць URL адразу. Гэта прывядзе да выдалення "
341
- "затрымкі, але гэта можа прывесці да меншай дакладнай рэгістрацыі падзей. Вы "
342
- "можаце праверыць час чакання сервера Site Analysis > Your Website. Значэння "
343
- "ў 1000 мілісекунд можа дазволіць вам выкарыстоўваць асінхронны рэжым ."
344
-
345
- #: ../admin/config/index.php:120
346
  msgid "No Callback"
347
  msgstr "няма зваротных званкоў"
348
 
349
- #: ../admin/config/index.php:120
350
  #, fuzzy
351
  msgid ""
352
  "Track the event but do not invoke the callback function on links marked with "
@@ -359,29 +332,49 @@ msgstr ""
359
  "<em>href</em> змяшчае адзін з гэтых радкоў (праз коску) , Карысна, каб "
360
  "прадухіліць канфлікты з лайтбокс і іншых падобных бібліятэк."
361
 
362
- #: ../admin/config/index.php:121
363
  msgid "Do Not Track"
364
  msgstr "Ня адсочваць параметры"
365
 
366
- #: ../admin/config/index.php:121
367
- #, fuzzy
368
  msgid ""
369
- "The tracker will ignore links marked with one of these class names, <em>rel</"
370
  "em> attributes or whose <em>href</em> attribute contains one of these "
371
- "strings."
 
 
 
 
 
 
372
  msgstr ""
373
- "Трэкер будзе ігнараваць спасылкі, адзначаныя з адным з гэтых імёнаў класаў, "
374
- "<em>rel</em> або <em>href</em> змяшчае адзін з гэтых радкоў (праз коску)."
375
 
376
- #: ../admin/config/index.php:124
 
 
 
 
 
 
 
 
 
377
  msgid "Advanced Options"
378
  msgstr "Пашыраныя налады"
379
 
380
- #: ../admin/config/index.php:125
 
 
 
 
 
 
 
 
381
  msgid "Session Duration"
382
  msgstr "працягласць сеансу"
383
 
384
- #: ../admin/config/index.php:125
385
  msgid ""
386
  "How many seconds should a human session last? Google Analytics sets it to "
387
  "1800 seconds."
@@ -389,59 +382,25 @@ msgstr ""
389
  "Колькі секунд была апошняя сесія чалавека? Google Analytics ўсталёўвае яго "
390
  "да 1800 секунд."
391
 
392
- #: ../admin/config/index.php:125 ../admin/config/index.php:193
393
  msgid "seconds"
394
  msgstr "хвілін"
395
 
396
- #: ../admin/config/index.php:126
397
  msgid "Extend Session"
398
  msgstr "падоўжыць сесію"
399
 
400
- #: ../admin/config/index.php:126
401
  msgid "Extend the duration of a session each time the user visits a new page."
402
  msgstr ""
403
  "Павялічыць працягласць сеансу кожны раз, калі карыстальнік наведвае новую "
404
  "старонку."
405
 
406
- #: ../admin/config/index.php:127
407
- #, fuzzy
408
- msgid "User Agent Accuracy"
409
- msgstr "агент карыстальніка"
410
-
411
- #: ../admin/config/index.php:127
412
- #, fuzzy
413
- msgid ""
414
- "Slimstat implements a heuristic function to determine the user's browser and "
415
- "operating system from his user agent string. This approach requires very "
416
- "little memory, but for uncommon user agent strings it might be less "
417
- "accurate, and produce a unreliable match. That's why we also include an "
418
- "alternative method which relies on Browscap, a third-party database "
419
- "containing even the most obscure user agent strings. You decide which one "
420
- "should be used first: the other one will only be invoked if the one you "
421
- "chose did not produce a match."
422
- msgstr ""
423
- "Эўрыстычныя функцыя нашмат хутчэй і патрабуе вельмі мала памяці, але агент "
424
- "карыстальніка можа стаць менш дакладным, і вырабіць недакладны матч. "
425
- "Browscap.ini, база дадзеных трэцім бокам мы выкарыстоўваем, гэта вялікі "
426
- "аб'ём памяці і выкарыстоўваць BruteForce падыход для вызначэння браўзэра "
427
- "наведвальніка, але гэта вельмі дакладны і нават патрабуе з самых "
428
- "незразумелых радкоў карыстацкага агента (амаль усе з іх). Вы самі вырашаеце, "
429
- "які з іх павінен выкарыстоўвацца ў першую чаргу: іншы будзе Спрацоўвае "
430
- "толькі калі той, які вы выбралі не выраблялі матч."
431
-
432
- #: ../admin/config/index.php:127
433
- msgid "High"
434
- msgstr ""
435
-
436
- #: ../admin/config/index.php:127
437
- msgid "Normal"
438
- msgstr ""
439
-
440
- #: ../admin/config/index.php:128
441
  msgid "Enable CDN"
442
  msgstr "Уключыць CDN"
443
 
444
- #: ../admin/config/index.php:128
445
  msgid ""
446
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
447
  "by serving our tracking code from their fast and reliable network (free "
@@ -450,11 +409,11 @@ msgstr ""
450
  "Выкарыстоўвайце <a href='http://www.jsdelivr.com/' target='_blank'> JSDelivr "
451
  "</a>,код адсочвае хуткасць і надзейнасць сеткі (бясплатная паслуга)."
452
 
453
- #: ../admin/config/index.php:129
454
  msgid "Extensions to Track"
455
  msgstr "Пашырэння для адсочвання"
456
 
457
- #: ../admin/config/index.php:129
458
  msgid ""
459
  "List all the file extensions that you want to be treated as Downloads. "
460
  "Please note that links pointing to external resources (i.e. PDFs on a "
@@ -468,11 +427,11 @@ msgstr ""
468
  "спасылквмі (і адсочваюцца як тыя), калі іх пашырэнне адпавядае аднаму з "
469
  "пералічаных ніжэй."
470
 
471
- #: ../admin/config/index.php:131
472
  msgid "External Pages"
473
  msgstr "знешнія старонкі"
474
 
475
- #: ../admin/config/index.php:132
476
  msgid ""
477
  "Add the following code to all the non-WP pages you want to track, right "
478
  "before the closing BODY tag. Please make sure to change the protocol of all "
@@ -483,11 +442,11 @@ msgstr ""
483
  "ўсіх URL-адрасоў для HTTPS, калі знешні сайт абслугоўваецца па бяспечным "
484
  "каналу."
485
 
486
- #: ../admin/config/index.php:142
487
  msgid "Allow Domains"
488
  msgstr "Дазволенныя дамены"
489
 
490
- #: ../admin/config/index.php:142
491
  #, fuzzy
492
  msgid ""
493
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
@@ -506,51 +465,19 @@ msgstr ""
506
  "#security' target='_blank'>this W3 resource</a> for more information on the "
507
  "security implications of allowing CORS requests."
508
 
509
- #: ../admin/config/index.php:143 ../admin/config/index.php:165
510
- #: ../admin/config/index.php:196
511
- msgid "Miscellaneous"
512
- msgstr "разнастайны"
513
-
514
- #: ../admin/config/index.php:144
515
- msgid "Enable UAN"
516
- msgstr "Уключыць UAN"
517
-
518
- #: ../admin/config/index.php:144
519
- msgid ""
520
- "Send anonymous data about user agents to our server for analysis. This "
521
- "allows us to contribute to the <a href='http://browscap.org/' "
522
- "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
523
- "Slimstat's browser detection functionality. It also enables our transparent "
524
- "ads network. No worries, your site will not be affected in any way."
525
- msgstr ""
526
- "Адправіць ананімныя дадзеныя аб карыстацкіх агентаў на наш сервер для "
527
- "аналізу. Гэта дазваляе нам ўнесці свой уклад у <a href='http://browscap."
528
- "org/' target='_blank'>BrowsCap opensource project</a>, а таксама павысіць "
529
- "дакладнасць выяўлення функцыянальных магчымасцяў браўзэра Slimstats. Яна "
530
- "таксама дазваляе нашай празрыстай рэкламнай сеткі. Не турбуйцеся, ваш сайт "
531
- "не будзе закранута якім-небудзь чынам."
532
-
533
- #: ../admin/config/index.php:149
534
  msgid "Filters"
535
  msgstr "фільтры"
536
 
537
- #: ../admin/config/index.php:151
538
  msgid "Do not track settings"
539
  msgstr "Ня адсочваць параметры"
540
 
541
- #: ../admin/config/index.php:152
542
- msgid "Track Registered Users"
543
- msgstr "Трэк для зарэгістраваных карыстальнікаў"
544
-
545
- #: ../admin/config/index.php:152
546
- msgid "Enable this option to track logged in users."
547
- msgstr "Уключыце гэтую опцыю, каб трэк аўтарызаваныя карыстальнікі."
548
-
549
- #: ../admin/config/index.php:153
550
  msgid "Blacklist by Username"
551
  msgstr "Чорны спіс па імя карыстальніка"
552
 
553
- #: ../admin/config/index.php:153
554
  #, fuzzy
555
  msgid ""
556
  "List all the usernames you don't want to track. Please be aware that spaces "
@@ -568,11 +495,11 @@ msgstr ""
568
  "user12 і userfoo, <code>u*100</code> будзе адпавядаць user100 і uber100, "
569
  "<code>user!0</code> будзе адпавядаць user10 і user90."
570
 
571
- #: ../admin/config/index.php:154
572
  msgid "Blacklist by IP Address"
573
  msgstr "Блакаваныя па IP-адрасе"
574
 
575
- #: ../admin/config/index.php:154
576
  #, fuzzy
577
  msgid ""
578
  "List all the IP addresses you don't want to track. Each network "
@@ -587,11 +514,11 @@ msgstr ""
587
  "em>). Гэты фільтр ставіцца як да грамадскага IP і выходнаму IP, калі такія "
588
  "маюцца."
589
 
590
- #: ../admin/config/index.php:155
591
  msgid "Blacklist by Capability"
592
  msgstr "Чорны спіс Магчымасцей"
593
 
594
- #: ../admin/config/index.php:155
595
  msgid ""
596
  "Users having at least one of the <a href='http://codex.wordpress.org/"
597
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
@@ -602,15 +529,15 @@ msgstr ""
602
  "пералічаныя тут ніжэй, не будуць адсочвацца. Магчымасці не адчувальныя да "
603
  "рэгістра."
604
 
605
- #: ../admin/config/index.php:157
606
  msgid "Profiling"
607
  msgstr "прафіляванне"
608
 
609
- #: ../admin/config/index.php:158
610
  msgid "Ignore Spammers"
611
  msgstr "ігнараваць спамераў"
612
 
613
- #: ../admin/config/index.php:158
614
  msgid ""
615
  "Enable this option if you don't want to track visits from users identified "
616
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
@@ -622,11 +549,11 @@ msgstr ""
622
  "Akismet. Прагляд старонак, якія ствараюцца карыстальнікамі, чые каментары "
623
  "пазней пазначаныя як спам, таксама будуць выдаленыя з базы дадзеных."
624
 
625
- #: ../admin/config/index.php:159
626
  msgid "Ignore Bots"
627
  msgstr "ігнараваць Боты"
628
 
629
- #: ../admin/config/index.php:159
630
  msgid ""
631
  "Turn on this feature if you want to have the accuracy level of server-side "
632
  "tracking, but not the inconvenience of getting your database clogged with "
@@ -639,11 +566,11 @@ msgstr ""
639
  "Калі ласка, звярніце ўвагу, што ў рэжыме кліента, ботаў ігнаруюцца незалежна "
640
  "ад гэтага параметру."
641
 
642
- #: ../admin/config/index.php:160
643
  msgid "Permalinks"
644
  msgstr "пастаянная спасылка"
645
 
646
- #: ../admin/config/index.php:160
647
  #, fuzzy
648
  msgid ""
649
  "List all the URLs on your website that you don't want to track. Don't "
@@ -661,11 +588,11 @@ msgstr ""
661
  "code> will match /aboundant and /about, <code>/abo!t</code> will match /"
662
  "about and /abort. Радкі адчувальныя да рэгістра."
663
 
664
- #: ../admin/config/index.php:161
665
  msgid "Countries"
666
  msgstr "краіны"
667
 
668
- #: ../admin/config/index.php:161
669
  #, fuzzy
670
  msgid ""
671
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
@@ -674,11 +601,11 @@ msgstr ""
674
  "Коды краін (i.e.: <code>en-us, it, es</code>), што вы не хочаце, каб "
675
  "адсочваць, падзеленых коскамі."
676
 
677
- #: ../admin/config/index.php:162
678
  msgid "User Agents"
679
  msgstr "агент карыстальніка"
680
 
681
- #: ../admin/config/index.php:162
682
  #, fuzzy
683
  msgid ""
684
  "Browsers (user agents) you don't want to track. You can specify the "
@@ -696,11 +623,11 @@ msgstr ""
696
  "<code>IE/!.0</code> будзе адпавядаць IE/7.0 and IE/8.0. Радкі адчувальныя "
697
  "да рэгістра."
698
 
699
- #: ../admin/config/index.php:163
700
  msgid "Referring Sites"
701
  msgstr "зыходныя сайты"
702
 
703
- #: ../admin/config/index.php:163
704
  #, fuzzy
705
  msgid ""
706
  "Referring URLs that you don't want to track: <code>http://mysite.com*</"
@@ -716,21 +643,25 @@ msgstr ""
716
  "любым знакам. Радкі адчувальныя да рэгістра. Калі ласка, уключыце альбо "
717
  "групавы знак ці пратакол, які вы хочаце фільтраваць(http://, https://)."
718
 
719
- #: ../admin/config/index.php:166
 
 
 
 
720
  msgid "Enable Privacy Mode"
721
  msgstr "Уключыць рэжым прыватнасці"
722
 
723
- #: ../admin/config/index.php:166
724
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
725
  msgstr ""
726
  "Маска IP-адрасы вашых наведвальнікаў, каб адпавядаць еўрапейскім законам аб "
727
  "прыватным жыцці."
728
 
729
- #: ../admin/config/index.php:167
730
  msgid "Ignore Prefetch Requests"
731
  msgstr "Ігнараваць папярэднія запыты"
732
 
733
- #: ../admin/config/index.php:167
734
  msgid ""
735
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
736
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
@@ -740,27 +671,27 @@ msgstr ""
740
  "developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>Link "
741
  "Prefetching functionality</a>."
742
 
743
- #: ../admin/config/index.php:172 ../admin/config/index.php:207
744
  msgid "Reports"
745
  msgstr "паведамленне"
746
 
747
- #: ../admin/config/index.php:174
748
  msgid "Formats and Conversions"
749
  msgstr "Фарматы і Выніковасць"
750
 
751
- #: ../admin/config/index.php:175
752
  msgid "Number Format"
753
  msgstr "фармат нумара"
754
 
755
- #: ../admin/config/index.php:175
756
  msgid "Choose the number format you want to use for your reports."
757
  msgstr "Выберыце фармат нумара, які вы хочаце выкарыстоўваць для справаздач."
758
 
759
- #: ../admin/config/index.php:176
760
  msgid "Date Format"
761
  msgstr "фармат даты"
762
 
763
- #: ../admin/config/index.php:176
764
  msgid ""
765
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
766
  "Format</a> to use when displaying a pageview's date."
@@ -768,11 +699,11 @@ msgstr ""
768
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
769
  "Format</a>, які выкарыстоўваецца пры адлюстраванні даты праглядаў старонак."
770
 
771
- #: ../admin/config/index.php:177
772
  msgid "Time Format"
773
  msgstr "фармат часу"
774
 
775
- #: ../admin/config/index.php:177
776
  msgid ""
777
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
778
  "Format</a> to use when displaying a pageview's time."
@@ -780,11 +711,11 @@ msgstr ""
780
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
781
  "Format</a>, які выкарыстоўваецца пры адлюстраванні старонкі прагляд часу."
782
 
783
- #: ../admin/config/index.php:178
784
  msgid "Use Display Name"
785
  msgstr "Выкарыстанне імя дысплея"
786
 
787
- #: ../admin/config/index.php:178
788
  msgid ""
789
  "By default, users are listed by their usernames. Use this option to "
790
  "visualize their display names instead."
@@ -792,11 +723,11 @@ msgstr ""
792
  "Па змаўчанні, карыстальнікі пералічаныя іх імёны карыстальнікаў. "
793
  "Выкарыстоўвайце гэтую опцыю, каб візуалізаваць іх імёны замест адлюстравання."
794
 
795
- #: ../admin/config/index.php:179
796
  msgid "Use Titles"
797
  msgstr "Выкарыстоўвайце ў загалоўках"
798
 
799
- #: ../admin/config/index.php:179
800
  msgid ""
801
  "Slimstat converts your permalinks into post, page and category titles. "
802
  "Disable this feature if you need to see the URL in your reports."
@@ -804,23 +735,23 @@ msgstr ""
804
  "Slimstat пераўтворыць вашы пермалінкі ў пост, старонкі і катэгорыі назваў. "
805
  "Адключыць гэтую функцыю, калі вам трэба, каб убачыць URL ў справаздачах."
806
 
807
- #: ../admin/config/index.php:180
808
  msgid "Convert IP Addresses"
809
  msgstr "Пераўтварэнне IP-адрасоў"
810
 
811
- #: ../admin/config/index.php:180
812
  msgid "Display provider names instead of IP addresses."
813
  msgstr "Імёны пастаўшчыкоў замест IP-адрасоў."
814
 
815
- #: ../admin/config/index.php:182
816
  msgid "Functionality"
817
  msgstr "функцыянальнасць"
818
 
819
- #: ../admin/config/index.php:183
820
  msgid "Async Mode"
821
  msgstr "Асінхронны рэжым"
822
 
823
- #: ../admin/config/index.php:183
824
  msgid ""
825
  "Activate this feature if your reports take a while to load. It breaks down "
826
  "the load on your server into multiple requests, thus avoiding memory issues "
@@ -830,39 +761,27 @@ msgstr ""
830
  "знiжае нагрузку на сервер, што дазваляе пазбегнуць праблем з памяццю і "
831
  "праблемы з прадукцыйнасцю."
832
 
833
- #: ../admin/config/index.php:184
834
- msgid "SlimScroll"
835
- msgstr "SlimScroll"
836
-
837
- #: ../admin/config/index.php:184
838
- msgid ""
839
- "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
840
- "scrollbar."
841
- msgstr ""
842
- "Уключыць SlimScroll, бібліятэку JQuery, якая замяняе убудаваны браўзэр "
843
- "скроллбар."
844
-
845
- #: ../admin/config/index.php:185
846
  msgid "Expand Details"
847
  msgstr "разгарнуць падрабязна"
848
 
849
- #: ../admin/config/index.php:185
850
  msgid "Expand each row's details by default, insted of on mousehover."
851
  msgstr "Разгарніце дэталі кожнага радка па змаўчанні, замест mousehover."
852
 
853
- #: ../admin/config/index.php:186 ../admin/config/index.php:194
854
  msgid "Rows to Display"
855
  msgstr "Шэрагі для адлюстравання"
856
 
857
- #: ../admin/config/index.php:186
858
  msgid "Specify the number of items in each report."
859
  msgstr "Пакажыце колькасць элементаў у кожным справаздачы."
860
 
861
- #: ../admin/config/index.php:187 ../admin/view/wp-slimstat-db.php:121
862
  msgid "Max Results"
863
  msgstr "Максімальную колькасць вынікаў"
864
 
865
- #: ../admin/config/index.php:187
866
  msgid ""
867
  "Decide how many records should be retrieved from the database in total. "
868
  "Depending on your server configuration, you may want to fine tune this value "
@@ -872,19 +791,21 @@ msgstr ""
872
  "ад канфігурацыі сервера, вы можаце дакладна наладзіць гэта значэнне, каб "
873
  "пазбегнуць перавышэння ліміту PHP памяці."
874
 
875
- #: ../admin/config/index.php:188
876
  msgid "IP Lookup"
877
  msgstr "Шукаць IP"
878
 
879
- #: ../admin/config/index.php:188
880
- msgid "Customize the Geolocation service to be used in the reports."
881
- msgstr "Налада службы геалакацыі, якая будзе выкарыстоўвацца ў справаздачах."
 
 
882
 
883
- #: ../admin/config/index.php:189
884
  msgid "Mozscape Access ID"
885
  msgstr "Mozscape ідэнтыфікатар доступу"
886
 
887
- #: ../admin/config/index.php:189
888
  msgid ""
889
  "Get accurate rankings for your website through the free <a href=\"https://"
890
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
@@ -897,11 +818,11 @@ msgstr ""
897
  "супольнасці, каб пачаць працу. Затым увядзіце свой персанальны "
898
  "ідэнтыфікацыйны код тут."
899
 
900
- #: ../admin/config/index.php:190
901
  msgid "Mozscape Secret Key"
902
  msgstr "Mozscape сакрэтны ключ"
903
 
904
- #: ../admin/config/index.php:190
905
  msgid ""
906
  "Do not share your secret key with anyone or they will be able to make API "
907
  "requests on your account!"
@@ -909,31 +830,29 @@ msgstr ""
909
  "Не паведамляйце свой сакрэтны ключ з кім-небудзь, ці яны змогуць рабіць API "
910
  "запыты на свой рахунак!"
911
 
912
- #: ../admin/config/index.php:192
913
- msgid "Activity Log"
914
- msgstr "Log актыўнасці"
915
 
916
- #: ../admin/config/index.php:193
917
- msgid "Live Stream"
918
- msgstr "прамая трансляцыя"
919
 
920
- #: ../admin/config/index.php:193
921
  msgid ""
922
- "Enable the Live view, which refreshes the Activity Log every X seconds. "
923
- "Enter <strong>0</strong> (number zero) to deactivate this feature."
924
  msgstr ""
925
- "Ўключыць у рэжыме Live View, які абнаўляе Activity Log кожныя Х секунд. "
926
- "Увядзіце <strong>0</strong> (нумар нуль), каб адключыць гэтую функцыю."
927
 
928
- #: ../admin/config/index.php:194
929
- msgid "Specify the number of items in the Activity Log."
930
- msgstr "Пакажыце колькасць элементаў у Log актыўнасці."
931
 
932
- #: ../admin/config/index.php:197
933
  msgid "Custom CSS"
934
  msgstr "прыстасаваныя CSS"
935
 
936
- #: ../admin/config/index.php:197
937
  msgid ""
938
  "Paste here your custom stylesheet to personalize the way your reports look. "
939
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -948,11 +867,11 @@ msgstr ""
948
  "a> для атрымання дадатковай інфармацыі аб тым, як выкарыстоўваць гэты "
949
  "параметр."
950
 
951
- #: ../admin/config/index.php:198
952
  msgid "Chart Colors"
953
  msgstr "Колер дыяграмы"
954
 
955
- #: ../admin/config/index.php:198
956
  #, fuzzy
957
  msgid ""
958
  "Customize the look and feel of your charts by assigning personalized colors "
@@ -966,11 +885,11 @@ msgstr ""
966
  "metric 2 current. Прыклад формы: <код> #ccc, # 999, # bbcc44, # 21759b </ "
967
  "код>."
968
 
969
- #: ../admin/config/index.php:199
970
  msgid "Show User Agent"
971
  msgstr "Паказаць Агента карыстальніка"
972
 
973
- #: ../admin/config/index.php:199
974
  msgid ""
975
  "Choose if you want to see the browser name or a complete user agent string "
976
  "when hovering on browser icons."
@@ -978,11 +897,11 @@ msgstr ""
978
  "Выберыце, калі вы хочаце, каб убачыць назву браўзэра або поўную радок агента "
979
  "карыстальніка пры навядзенні курсора мышы на абразкі браўзэра."
980
 
981
- #: ../admin/config/index.php:200
982
  msgid "Enable SOV"
983
  msgstr "Уключыць SOV"
984
 
985
- #: ../admin/config/index.php:200
986
  msgid ""
987
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
988
  "the subject, object, and verb of a sentence appear in that order, like in "
@@ -992,15 +911,15 @@ msgstr ""
992
  "той, у якім суб'ект, аб'ект, і дзеяслоў у прыкладзе з'яўляюцца ў такім "
993
  "парадку, як і на японскай мове."
994
 
995
- #: ../admin/config/index.php:205
996
  msgid "Access Control"
997
  msgstr "Кіраванне доступам"
998
 
999
- #: ../admin/config/index.php:208
1000
  msgid "Restrict Authors"
1001
  msgstr "апошні аўтар"
1002
 
1003
- #: ../admin/config/index.php:208
1004
  msgid ""
1005
  "Enable this option if you want your authors to only see stats related to "
1006
  "their own content."
@@ -1008,11 +927,11 @@ msgstr ""
1008
  "Уключыце гэтую опцыю, калі вы хочаце, каб вашы аўтары бачыць толькі "
1009
  "статыстыку, звязаныя з іх уласным зместам."
1010
 
1011
- #: ../admin/config/index.php:209 ../admin/config/index.php:213
1012
  msgid "Capability"
1013
  msgstr "магчымасць"
1014
 
1015
- #: ../admin/config/index.php:209
1016
  msgid ""
1017
  "Specify the minimum <a href='http://codex.wordpress.org/"
1018
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -1029,11 +948,11 @@ msgstr ""
1029
  "\" белы спіс не быў паказаны тут ніжэй. У гэтым выпадку спіс мае прыярытэт "
1030
  "над магчымасцямі."
1031
 
1032
- #: ../admin/config/index.php:210 ../admin/config/index.php:214
1033
  msgid "Whitelist"
1034
  msgstr "белы ліст"
1035
 
1036
- #: ../admin/config/index.php:210
1037
  #, fuzzy
1038
  msgid ""
1039
  "List all the users who should have access to the reports. Administrators are "
@@ -1044,13 +963,13 @@ msgstr ""
1044
  "коскамі. Адміністратары няяўна дапускаецца, так што вам не трэба пералічваць "
1045
  "іх тут. Usernames адчувальныя да рэгістра."
1046
 
1047
- #: ../admin/config/index.php:212 ../admin/config/index.php:237
1048
- #: ../admin/wp-slimstat-admin.php:894 ../admin/wp-slimstat-admin.php:912
1049
- #: ../admin/wp-slimstat-admin.php:915
1050
  msgid "Settings"
1051
  msgstr "налады"
1052
 
1053
- #: ../admin/config/index.php:213
1054
  msgid ""
1055
  "Specify the minimum <a href='http://codex.wordpress.org/"
1056
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
@@ -1063,7 +982,7 @@ msgstr ""
1063
  "можа быць выкарыстаны, каб перавызначыць гэты параметр для канкрэтных "
1064
  "карыстальнікаў."
1065
 
1066
- #: ../admin/config/index.php:214
1067
  #, fuzzy
1068
  msgid ""
1069
  "List all the users who can edit these options. Please be advised that admins "
@@ -1075,15 +994,27 @@ msgstr ""
1075
  "дазволены, так што не забудзьцеся ўключыць сябе! Usernames адчувальныя да "
1076
  "рэгістра."
1077
 
1078
- #: ../admin/config/index.php:219
1079
  msgid "Maintenance"
1080
  msgstr "тэхнічнае абслугоўванне"
1081
 
1082
- #: ../admin/config/index.php:224 ../admin/view/addons.php:35
1083
- #: ../admin/wp-slimstat-admin.php:124
1084
  msgid "Add-ons"
1085
  msgstr "Дапаўненні"
1086
 
 
 
 
 
 
 
 
 
 
 
 
 
1087
  #: ../admin/config/maintenance.php:16
1088
  msgid ""
1089
  "Congratulations! Slimstat Analytics is now optimized for <a href=\"http://"
@@ -1110,61 +1041,87 @@ msgstr "База дадзеных геалакацыі была выдалена
1110
  msgid "The geolocation database has been installed on your server."
1111
  msgstr "База дадзеных геалакацыі была ўсталявана на вашым серверы."
1112
 
1113
- #: ../admin/config/maintenance.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1114
  msgid "Your reports were successfully restored to their default arrangement."
1115
  msgstr "Вашы справаздачы былі паспяхова адноўлены, размяшчэнны па змаўчанні."
1116
 
1117
- #: ../admin/config/maintenance.php:92
1118
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1119
  msgstr "Вашы табліцы Slimstat былі паспяхова ператвораныя ў InnoDB."
1120
 
1121
- #: ../admin/config/maintenance.php:98
1122
  msgid "All the archived records were successfully deleted."
1123
  msgstr "Усе архіўныя запісы былі паспяхова выдалены."
1124
 
1125
- #: ../admin/config/maintenance.php:106
1126
  msgid "All the records were successfully deleted."
1127
  msgstr "Усе запісы былі паспяхова выдалены."
1128
 
1129
- #: ../admin/config/maintenance.php:132
1130
  msgid "Troubleshooting"
1131
  msgstr "Пошук няспраўнасцяў"
1132
 
1133
- #: ../admin/config/maintenance.php:135
1134
- msgid "Tracker Status"
1135
- msgstr "Праверыць статус трэкера"
1136
 
1137
- #: ../admin/config/maintenance.php:137
1138
- msgid "Reset the tracker status"
1139
- msgstr "Праверыць статус трэкера"
1140
 
1141
- #: ../admin/config/maintenance.php:137
1142
  msgid "So far so good."
1143
  msgstr "Пакуль што ўсё добра"
1144
 
1145
- #: ../admin/config/maintenance.php:138
1146
  msgid ""
1147
  "The information here above is useful to troubleshoot issues with the "
1148
- "tracker. It includes both <strong>errors</strong>, which are returned when "
1149
- "the tracker could not record a pageview and are indicative of some kind of "
1150
- "malfunction, and <strong>notices</strong>, which explain the reason why the "
1151
- "most recent pageview was not recorded, based on your settings (filters, "
1152
- "blackslists, etc). Please include the message here above when sending a "
1153
- "support request."
1154
- msgstr ""
1155
- "Інфармацыя тут карысная для ліквідацыі непаладак, звязаных з трэкерам. Яна "
1156
- "ўключае ў сябе як <STRONG> памылкі </ STRONG>, якія вяртаюцца калі трэкер не "
1157
- "ўдалося выканаць запіс прагляда старонак і сведчыць пра нейкую няспраўнасці, "
1158
- <STRONG> апавяшчэння </ STRONG>, якія тлумачаць прычыну, чаму не было "
1159
- "самых апошніх у запісау аб прагляд старонкі, у залежнасці ад налад "
1160
- "(фільтры, чорныя спісы і г.д.). Калі ласка, уключыце паведамленне тут перад "
1161
- "адпраўкай запыту у службу падтрымкі."
1162
-
1163
- #: ../admin/config/maintenance.php:144
 
 
 
 
 
 
1164
  msgid "Enable SQL Debug"
1165
  msgstr "Ўключыць SQL адладкі"
1166
 
1167
- #: ../admin/config/maintenance.php:147
1168
  msgid ""
1169
  "Display the SQL code used to retrieve the data from the database. Useful to "
1170
  "troubleshoot issues with data consistency or missing pageviews."
@@ -1173,25 +1130,25 @@ msgstr ""
1173
  "дадзеных. Карысна для ліквідацыі непаладак, звязаных з паслядоўнасцю "
1174
  "дадзеных або адсутнымі старонкамi."
1175
 
1176
- #: ../admin/config/maintenance.php:151
1177
  msgid "Disable SQL Debug"
1178
  msgstr "Адключыць SQL адладкі"
1179
 
1180
- #: ../admin/config/maintenance.php:154
1181
  msgid "Deactivate the SQL output on top of each report."
1182
  msgstr "Адключэнне вываду SQL у верхняй частцы кожнай справаздачы."
1183
 
1184
- #: ../admin/config/maintenance.php:159
1185
  msgid ""
1186
  "Are you sure you want to restore the default arrangement of your reports?"
1187
  msgstr ""
1188
  "Вы ўпэўненыя, што хочаце аднавіць размяшчэнне вашых справаздач па змаўчанні?"
1189
 
1190
- #: ../admin/config/maintenance.php:159
1191
  msgid "No Panic Button"
1192
  msgstr "нама трывожнай кнопкі"
1193
 
1194
- #: ../admin/config/maintenance.php:161
1195
  msgid ""
1196
  "Reset the default arrangement of your reports. Helpful when, for some "
1197
  "reason, reports disappear from your panels or something doesn't look right "
@@ -1201,91 +1158,91 @@ msgstr ""
1201
  "прычыне, справаздачы знікаюць з вашых панэляў ці нешта не выглядае прама ў "
1202
  "вашых поглядах."
1203
 
1204
- #: ../admin/config/maintenance.php:165
1205
  msgid "Data Maintenance"
1206
  msgstr "Тэхнічнае абслугоўванне дадзеных"
1207
 
1208
- #: ../admin/config/maintenance.php:168
1209
  msgid "Delete pageviews where"
1210
  msgstr "Выдаленне праглядаў старонкі, дзе"
1211
 
1212
- #: ../admin/config/maintenance.php:182 ../admin/view/wp-slimstat-db.php:71
1213
  msgid "equals"
1214
  msgstr "ураўноўваецца"
1215
 
1216
- #: ../admin/config/maintenance.php:183 ../admin/view/wp-slimstat-db.php:72
1217
  msgid "is not equal to"
1218
  msgstr "не роўная"
1219
 
1220
- #: ../admin/config/maintenance.php:184 ../admin/view/wp-slimstat-db.php:73
1221
  msgid "contains"
1222
  msgstr "змяшчае"
1223
 
1224
- #: ../admin/config/maintenance.php:185 ../admin/view/wp-slimstat-db.php:74
1225
  msgid "is included in"
1226
  msgstr "уваходзіць у"
1227
 
1228
- #: ../admin/config/maintenance.php:186 ../admin/view/wp-slimstat-db.php:75
1229
  msgid "does not contain"
1230
  msgstr "не ўтрымлівае"
1231
 
1232
- #: ../admin/config/maintenance.php:187 ../admin/view/wp-slimstat-db.php:76
1233
  msgid "starts with"
1234
  msgstr "пачынаецца з"
1235
 
1236
- #: ../admin/config/maintenance.php:188 ../admin/view/wp-slimstat-db.php:77
1237
  msgid "ends with"
1238
  msgstr "заканчваецца з"
1239
 
1240
- #: ../admin/config/maintenance.php:189 ../admin/view/wp-slimstat-db.php:78
1241
  msgid "sounds like"
1242
  msgstr "гучыць як"
1243
 
1244
- #: ../admin/config/maintenance.php:190 ../admin/view/wp-slimstat-db.php:79
1245
  msgid "is greater than"
1246
  msgstr "больш чым"
1247
 
1248
- #: ../admin/config/maintenance.php:191 ../admin/view/wp-slimstat-db.php:80
1249
  msgid "is less than"
1250
  msgstr "менш чым"
1251
 
1252
- #: ../admin/config/maintenance.php:192 ../admin/view/wp-slimstat-db.php:82
1253
  msgid "matches"
1254
  msgstr "адпавядаць"
1255
 
1256
- #: ../admin/config/maintenance.php:193 ../admin/view/wp-slimstat-db.php:83
1257
  msgid "does not match"
1258
  msgstr "не адпавядае"
1259
 
1260
- #: ../admin/config/maintenance.php:194 ../admin/view/wp-slimstat-db.php:84
1261
  msgid "is empty"
1262
  msgstr "пуста"
1263
 
1264
- #: ../admin/config/maintenance.php:195 ../admin/view/wp-slimstat-db.php:85
1265
  msgid "is not empty"
1266
  msgstr "не пуста"
1267
 
1268
- #: ../admin/config/maintenance.php:198 ../admin/view/index.php:29
1269
- #: ../admin/view/index.php:92
1270
  msgid "Apply"
1271
  msgstr "ужываць"
1272
 
1273
- #: ../admin/config/maintenance.php:199
1274
  msgid ""
1275
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1276
  msgstr "Вы ўпэўненыя, што хочаце выдаліць гэтыя запісы з базы дадзеных?"
1277
 
1278
- #: ../admin/config/maintenance.php:206
1279
  msgid ""
1280
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1281
  "database?"
1282
  msgstr "Вы ўпэўненыя, што хочаце выдаліць усе запісы з базы дадзеных?"
1283
 
1284
- #: ../admin/config/maintenance.php:206
1285
  msgid "Delete All Records"
1286
  msgstr "выдаліць усе запісы"
1287
 
1288
- #: ../admin/config/maintenance.php:209
1289
  msgid ""
1290
  "Erase all the information collected so far by Slimstat, but not the archived "
1291
  "records (<code>wp_slim_stats_archive</code>). This operation <strong>does "
@@ -1296,25 +1253,25 @@ msgstr ""
1296
  "запісы (<code>wp_slim_stats_archive</code>). Гэтая аперацыя <strong>does "
1297
  "not</strong> для скіду вашых налад і гэта можа быць адменена ўручную."
1298
 
1299
- #: ../admin/config/maintenance.php:215
1300
  msgid ""
1301
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1302
  "archive?"
1303
  msgstr "Вы ўпэўненыя, што хочаце выдаліць усе запісы з архіва?"
1304
 
1305
- #: ../admin/config/maintenance.php:215
1306
  msgid "Delete Archive"
1307
  msgstr "выдаліць архіў"
1308
 
1309
- #: ../admin/config/maintenance.php:218
1310
  msgid "Erase all the archived records. This operation cannot be undone."
1311
  msgstr "Сцерці ўсе архіўныя запісы. Гэтая аперацыя не можа быць адменена."
1312
 
1313
- #: ../admin/config/maintenance.php:224
1314
  msgid "Improve Performance"
1315
  msgstr "павышэнне прадукцыйнасці"
1316
 
1317
- #: ../admin/config/maintenance.php:228
1318
  msgid ""
1319
  "Please note that you will need about 30% more DB space to store the extra "
1320
  "information required."
@@ -1322,11 +1279,11 @@ msgstr ""
1322
  "Звярніце ўвагу, што вам спатрэбіцца каля 30% больш DB месцы для захоўвання "
1323
  "дадатковай інфармацыі."
1324
 
1325
- #: ../admin/config/maintenance.php:232
1326
  msgid "Save DB Space"
1327
  msgstr "Захаваць DB месца"
1328
 
1329
- #: ../admin/config/maintenance.php:235
1330
  msgid ""
1331
  "Please note that by removing table indexes, Slimstat's performance will be "
1332
  "affected."
@@ -1334,11 +1291,11 @@ msgstr ""
1334
  "Звярніце ўвагу, што шляхам выдалення індэксаў табліц,будзе закранута "
1335
  "прадукцыйнасць Slimstats."
1336
 
1337
- #: ../admin/config/maintenance.php:240
1338
- msgid "MaxMind IP to Country"
1339
- msgstr "MaxMind IP у Краіне"
1340
 
1341
- #: ../admin/config/maintenance.php:246
1342
  msgid ""
1343
  "Do you want to download and install the geolocation database from MaxMind's "
1344
  "server?"
@@ -1346,39 +1303,66 @@ msgstr ""
1346
  "Вы хочаце, каб загрузіць і ўсталяваць базы дадзеных геалакацыі з сервера "
1347
  "MaxMind?"
1348
 
1349
- #: ../admin/config/maintenance.php:246
1350
  msgid "Install GeoLite DB"
1351
  msgstr "Усталяваць Geolite DB"
1352
 
1353
- #: ../admin/config/maintenance.php:249
1354
  msgid "Do you want to uninstall the geolocation database?"
1355
  msgstr "Вы хочаце выдаліць базы геалакацыі?"
1356
 
1357
- #: ../admin/config/maintenance.php:249
1358
  msgid "Uninstall GeoLite DB"
1359
  msgstr "Выдаліць GeoLite DB"
1360
 
1361
- #: ../admin/config/maintenance.php:253
1362
  msgid ""
1363
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1364
- "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
1365
- "released under the Creative Commons BY-SA 3.0 license, and cannot be "
1366
- "directly bundled with the plugin because of license incompatibility issues. "
1367
- "We are mandated to have the user take an affirmative action in order to "
1368
- "enable this functionality."
1369
- msgstr ""
1370
- "<a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1371
- "target='_blank'>MaxMind GeoLite library</a> выкарыстоўваецца для "
1372
- "наведвальнікаў Geolocate выпушчаны пад Creative Commons BY-SA 3.0 ліцэнзіі, "
1373
- "і не можа быць непасрэдна ў камплекце з убудовай з-за праблем "
1374
- "несумяшчальнасці ліцэнзій. Мы ўпаўнаважаны прымаць пазітыўныя меры для таго, "
1375
- "каб уключыць гэтую функцыю."
1376
-
1377
- #: ../admin/config/maintenance.php:258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1378
  msgid "Configuration String"
1379
  msgstr "Радок канфігурацыі"
1380
 
1381
- #: ../admin/config/maintenance.php:262
1382
  msgid ""
1383
  "Here below you can find the current configuration string for Slimstat. You "
1384
  "can update your settings by pasting a new string inside the text area and "
@@ -1388,35 +1372,35 @@ msgstr ""
1388
  "можаце абнавіць налады, устаўляючы новую радок ўнутры тэкставай вобласці і "
1389
  "націснуўшы кнопку Імпарт"
1390
 
1391
- #: ../admin/config/maintenance.php:267
1392
  msgid "Import"
1393
  msgstr "імпарт"
1394
 
1395
- #: ../admin/config/maintenance.php:268
1396
  msgid "Are you sure you want to OVERWRITE your current settings?"
1397
  msgstr "Вы ўпэўненыя, што хочаце перазапісаць бягучыя налады?"
1398
 
1399
- #: ../admin/config/maintenance.php:273
1400
  msgid "Database Information"
1401
  msgstr "Інфармацыйная база дадзеных"
1402
 
1403
- #: ../admin/config/maintenance.php:276
1404
  msgid "Engine"
1405
  msgstr "рухавік"
1406
 
1407
- #: ../admin/config/maintenance.php:280
1408
  msgid "switch to InnoDB"
1409
  msgstr "перайсці на InnoDB"
1410
 
1411
- #: ../admin/config/maintenance.php:291
1412
  msgid "records"
1413
  msgstr "дакументацыя"
1414
 
1415
- #: ../admin/config/maintenance.php:298
1416
  msgid "Old Tables"
1417
  msgstr "Старыя таблiцы"
1418
 
1419
- #: ../admin/config/maintenance.php:299
1420
  #, php-format
1421
  msgid ""
1422
  "It looks like your database was upgraded from a version prior to 4.0. Our "
@@ -1471,11 +1455,9 @@ msgstr ""
1471
  #: ../admin/view/addons.php:40
1472
  #, php-format
1473
  msgid ""
1474
- "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true"
1475
- "\">click here</a> to clear the cache."
1476
  msgstr ""
1477
- "Гэты спіс абнаўляецца адзін раз у дзень: <a href=\"%s&amp;force_refresh=true"
1478
- "\">націсніце тут </a>, каб ачысціць кэш."
1479
 
1480
  #: ../admin/view/addons.php:54
1481
  msgid "Add-on"
@@ -1501,93 +1483,95 @@ msgstr "Ваша версія:"
1501
  msgid "Installed and Active"
1502
  msgstr "Усталяваць і актызаваць:"
1503
 
1504
- #: ../admin/view/index.php:8
1505
  msgid "Filter"
1506
  msgstr "фільтр"
1507
 
1508
- #: ../admin/view/index.php:33
1509
  msgid "Load"
1510
  msgstr "загрузка"
1511
 
1512
- #: ../admin/view/index.php:53 ../admin/view/wp-slimstat-reports.php:1390
1513
  msgid "Today"
1514
  msgstr "Сёння"
1515
 
1516
- #: ../admin/view/index.php:54 ../admin/view/wp-slimstat-reports.php:1393
1517
  msgid "Yesterday"
1518
  msgstr "Учора"
1519
 
1520
- #: ../admin/view/index.php:55
1521
  msgid "Last 7 Days"
1522
  msgstr "За апошнія 7 дзён"
1523
 
1524
- #: ../admin/view/index.php:56
1525
  msgid "Last 60 Days"
1526
  msgstr "За апошнія 60 дзён"
1527
 
1528
- #: ../admin/view/index.php:57
1529
  msgid "Last 90 Days"
1530
  msgstr "За апошнія 90 дзён"
1531
 
1532
- #: ../admin/view/index.php:58
1533
  msgid "This Year So Far"
1534
  msgstr "У гэтым годзе усё добра"
1535
 
1536
- #: ../admin/view/index.php:59
1537
  msgid "Date Range"
1538
  msgstr "Дыяпазон дат"
1539
 
1540
- #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:94
1541
  msgid "Day"
1542
  msgstr "дні (дзён)"
1543
 
1544
- #: ../admin/view/index.php:71 ../admin/view/wp-slimstat-db.php:95
1545
  msgid "Month"
1546
  msgstr "Месяц"
1547
 
1548
- #: ../admin/view/index.php:80 ../admin/view/wp-slimstat-db.php:96
1549
  msgid "Year"
1550
  msgstr "Год"
1551
 
1552
- #: ../admin/view/index.php:81 ../admin/view/wp-slimstat-db.php:93
1553
  msgid "Hour"
1554
  msgstr "Гадзінa"
1555
 
1556
- #: ../admin/view/index.php:82
1557
  msgid "Min"
1558
  msgstr "Хвіліна"
1559
 
1560
- #: ../admin/view/index.php:90 ../admin/view/wp-slimstat-db.php:99
1561
  msgid "hours"
1562
  msgstr "Часы"
1563
 
1564
- #: ../admin/view/index.php:91
1565
  msgid "mins"
1566
  msgstr "Хвіліны"
1567
 
1568
- #: ../admin/view/index.php:100
1569
  msgid "Reset Filters"
1570
  msgstr "скінуць фільтры"
1571
 
1572
- #: ../admin/view/index.php:119
1573
  #, php-format
1574
  msgid ""
1575
- "Install MaxMind's <a href='%s'>GeoLite DB</a> to determine your visitors' "
1576
- "country of origin."
1577
  msgstr ""
1578
- "Усталяваць MaxMind's <a href='%s'>GeoLite DB</a>, каб вызначыць краіну "
1579
- "паходжання вашых наведвальнікаў."
1580
 
1581
- #: ../admin/view/index.php:123
 
 
 
 
 
 
 
1582
  #, php-format
1583
  msgid ""
1584
  "A caching plugin has been detected on your website. Please <a href='%s' "
1585
- "target='_blank'>make sure to configure</a> Slimstat Analytics accordingly, "
1586
- "to get accurate information."
1587
  msgstr ""
1588
- "Убудова кэшавання быў выяўлены на вашым сайце. Калі ласка <a href='%s' "
1589
- "target='_blank'> пераканайцеся, каб наладзіць </a> Slimstat Analytics "
1590
- "адпаведна, каб атрымаць дакладную інфармацыю."
1591
 
1592
  #: ../admin/view/layout.php:47
1593
  msgid "Customize and organize your reports"
@@ -1637,87 +1621,87 @@ msgstr "мабільныя прылады"
1637
  msgid "Syndication Reader"
1638
  msgstr "Чытач сіндыкацыі"
1639
 
1640
- #: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
1641
- #: ../admin/view/wp-slimstat-reports.php:1751
1642
  msgid "No data to display"
1643
  msgstr "Няма дадзеных для адлюстравання"
1644
 
1645
- #: ../admin/view/right-now.php:62
1646
  msgid "Date and Time"
1647
  msgstr "Дата і час"
1648
 
1649
- #: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1088
1650
- #: ../admin/view/wp-slimstat-reports.php:1794 ../wp-slimstat.php:1236
1651
  msgid "c-"
1652
  msgstr ""
1653
 
1654
- #: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-db.php:60
1655
- #: ../admin/wp-slimstat-admin.php:1370 ../admin/wp-slimstat-admin.php:1410
1656
  msgid "Originating IP"
1657
  msgstr "ініцыявальны IP"
1658
 
1659
- #: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-reports.php:1187
1660
- #: ../admin/view/wp-slimstat-reports.php:1192
1661
- #: ../admin/view/wp-slimstat-reports.php:1197
1662
  msgid "Open this URL in a new window"
1663
  msgstr "Адкрыць URL у новым акне"
1664
 
1665
- #: ../admin/view/right-now.php:160
1666
  msgid "Local search results page"
1667
  msgstr " Лакальны пошук вынікаў старонкі"
1668
 
1669
- #: ../admin/view/right-now.php:166 ../admin/view/wp-slimstat-db.php:42
1670
- #: ../admin/view/wp-slimstat-reports.php:242
1671
- #: ../admin/view/wp-slimstat-reports.php:252
1672
- #: ../admin/wp-slimstat-admin.php:1373 ../admin/wp-slimstat-admin.php:1389
1673
  msgid "Search Terms"
1674
  msgstr "Умовы пошуку"
1675
 
1676
- #: ../admin/view/right-now.php:175
1677
  msgid "Server Latency and Page Speed in milliseconds"
1678
  msgstr "Затрымка сервера і хуткасць старонкі ў мілісекундах"
1679
 
1680
- #: ../admin/view/right-now.php:175
1681
  msgid "SL"
1682
  msgstr ""
1683
 
1684
- #: ../admin/view/right-now.php:175
1685
  msgid "PS"
1686
  msgstr ""
1687
 
1688
- #: ../admin/view/right-now.php:182
1689
  msgid "Time spent on this page"
1690
  msgstr "Час затрачаны на гэтую старонку"
1691
 
1692
- #: ../admin/view/right-now.php:192
1693
  msgid "Open this referrer in a new window"
1694
  msgstr "Адкрыць рэферэрам у новым акне"
1695
 
1696
- #: ../admin/view/right-now.php:193
1697
  msgid "Content Type"
1698
  msgstr "тып змесціва"
1699
 
1700
- #: ../admin/view/right-now.php:200
1701
  msgid "Open this outbound link in a new window"
1702
  msgstr "Адкрыць выходную спасылку ў новым акне"
1703
 
1704
- #: ../admin/view/right-now.php:208
1705
- msgid "Delete this pageview"
1706
- msgstr "Выдаліць гэты выгляд старонкі"
1707
 
1708
- #: ../admin/view/right-now.php:219
1709
  msgid "User Logged In"
1710
  msgstr "Карыстальніцкi уваход у сістэму"
1711
 
1712
- #: ../admin/view/right-now.php:229
1713
  msgid "User Logged Out"
1714
  msgstr "Карыстальнiцкi выхад з сiстэмы"
1715
 
1716
- #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:1386
1717
  msgid "Browser"
1718
  msgstr "Браўзер"
1719
 
1720
- #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:1387
1721
  msgid "Country Code"
1722
  msgstr "код краіны"
1723
 
@@ -1725,22 +1709,22 @@ msgstr "код краіны"
1725
  msgid "IP Address"
1726
  msgstr "IP адрас"
1727
 
1728
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:1390
1729
  msgid "Language Code"
1730
  msgstr "Код мовы"
1731
 
1732
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:106
1733
- #: ../admin/wp-slimstat-admin.php:1391
1734
  msgid "Operating System"
1735
  msgstr "Аперацыйная сістэма"
1736
 
1737
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:107
1738
- #: ../admin/wp-slimstat-admin.php:1392
1739
  msgid "Permalink"
1740
  msgstr "пастаянная спасылка"
1741
 
1742
  #: ../admin/view/wp-slimstat-db.php:46 ../admin/view/wp-slimstat-db.php:108
1743
- #: ../admin/wp-slimstat-admin.php:1393
1744
  msgid "Referer"
1745
  msgstr "звярнуцца да таго, хто здзяйсняе дзеянне"
1746
 
@@ -1748,7 +1732,7 @@ msgstr "звярнуцца да таго, хто здзяйсняе дзеянн
1748
  msgid "Visitor's Username"
1749
  msgstr "Імя наведвальніка"
1750
 
1751
- #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:1376
1752
  msgid "Outbound Link"
1753
  msgstr "Выхадная спасылка"
1754
 
@@ -1761,19 +1745,19 @@ msgid "-- Advanced filters --"
1761
  msgstr "Дадатковыя фільтры"
1762
 
1763
  #: ../admin/view/wp-slimstat-db.php:52
1764
- #: ../admin/view/wp-slimstat-reports.php:372
1765
  msgid "Browser Capabilities"
1766
  msgstr "магчымасці браўзэраў"
1767
 
1768
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1405
1769
  msgid "Browser Version"
1770
  msgstr "версія браўзэра"
1771
 
1772
- #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1406
1773
  msgid "Browser Type"
1774
  msgstr "тып браўзэра"
1775
 
1776
- #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:1375
1777
  msgid "User Agent"
1778
  msgstr "агент карыстальніка"
1779
 
@@ -1785,15 +1769,15 @@ msgstr "анатацыі"
1785
  msgid "Server Latency"
1786
  msgstr "затрымка сервера"
1787
 
1788
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1408
1789
  msgid "Post Author"
1790
  msgstr "пост аўтара"
1791
 
1792
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1409
1793
  msgid "Post Category ID"
1794
  msgstr "пост катэгорыі ID"
1795
 
1796
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1411
1797
  msgid "Resource Content Type"
1798
  msgstr "тып кантэнту рэсурсу"
1799
 
@@ -1813,7 +1797,7 @@ msgstr "вышыня экрана"
1813
  msgid "Viewport Size"
1814
  msgstr "дэманстрацыйнае акно экрана"
1815
 
1816
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1413
1817
  msgid "Visit ID"
1818
  msgstr "наведванне ID"
1819
 
@@ -1862,7 +1846,7 @@ msgid "Event ID"
1862
  msgstr "ID падзеі"
1863
 
1864
  #: ../admin/view/wp-slimstat-db.php:116
1865
- #: ../admin/view/wp-slimstat-reports.php:1765
1866
  msgid "Type"
1867
  msgstr "тып"
1868
 
@@ -1894,77 +1878,76 @@ msgstr "Выкарыстоўвайце кола мышы для павелічэ
1894
  msgid "While zooming in, drag the chart to move to a different area"
1895
  msgstr "Да маштабавання, перацягнуць дыяграму, каб перайсці ў іншую вобласць"
1896
 
1897
- #: ../admin/view/wp-slimstat-reports.php:68
1898
  msgid "Visitors Activity"
1899
  msgstr "актыўнасць наведвальнікаў"
1900
 
1901
- #: ../admin/view/wp-slimstat-reports.php:77
1902
  msgid "Color codes"
1903
  msgstr "каляровыя коды"
1904
 
1905
- #: ../admin/view/wp-slimstat-reports.php:77
1906
  msgid "From search result page"
1907
  msgstr "З вынікаў пошуку на старонке"
1908
 
1909
- #: ../admin/view/wp-slimstat-reports.php:77
1910
- #: ../admin/wp-slimstat-admin.php:1368
1911
  msgid "Known Visitor"
1912
  msgstr "вядомыя наведвальнікі"
1913
 
1914
- #: ../admin/view/wp-slimstat-reports.php:77
1915
  msgid "Known Users"
1916
  msgstr "вядомыя карыстальнікі"
1917
 
1918
- #: ../admin/view/wp-slimstat-reports.php:77
1919
  msgid "Other Humans"
1920
  msgstr "іншыя людзі"
1921
 
1922
- #: ../admin/view/wp-slimstat-reports.php:77
1923
  msgid "Bot or Crawler"
1924
  msgstr "бот ці чарвяк"
1925
 
1926
- #: ../admin/view/wp-slimstat-reports.php:81
1927
- #: ../admin/view/wp-slimstat-reports.php:90
1928
- #: ../admin/view/wp-slimstat-reports.php:1368
1929
- #: ../admin/view/wp-slimstat-reports.php:1526
1930
  msgid "Pageviews"
1931
  msgstr "прагляд старонкі"
1932
 
1933
- #: ../admin/view/wp-slimstat-reports.php:91
1934
- #: ../admin/view/wp-slimstat-reports.php:285
1935
- #: ../admin/view/wp-slimstat-reports.php:526
1936
- #: ../admin/view/wp-slimstat-reports.php:1383
1937
- #: ../admin/view/wp-slimstat-reports.php:1428
1938
  msgid "Unique IPs"
1939
  msgstr "Унікальныя IP-адрасы"
1940
 
1941
- #: ../admin/view/wp-slimstat-reports.php:99
1942
  msgid "About Slimstat"
1943
  msgstr "О Slimstat"
1944
 
1945
- #: ../admin/view/wp-slimstat-reports.php:108
1946
  msgid "Traffic at a Glance"
1947
  msgstr "Трафік у лічбах"
1948
 
1949
- #: ../admin/view/wp-slimstat-reports.php:118
1950
  msgid "Currently Online"
1951
  msgstr "У цяперашні час анлайн"
1952
 
1953
- #: ../admin/view/wp-slimstat-reports.php:131
1954
  msgid "Recent Search Terms"
1955
  msgstr "Апошнія ўмовы пошуку"
1956
 
1957
- #: ../admin/view/wp-slimstat-reports.php:142
1958
  msgid "Keywords used by your visitors to find your website on a search engine."
1959
  msgstr ""
1960
  "Ключавыя словы, якімі карыстаюцца наведвальнікі, каб знайсці свой сайт у "
1961
  "пошукавай сістэме."
1962
 
1963
- #: ../admin/view/wp-slimstat-reports.php:145
1964
  msgid "Top Web Pages"
1965
  msgstr "Лепшыя вэб-старонкi"
1966
 
1967
- #: ../admin/view/wp-slimstat-reports.php:156
1968
  msgid ""
1969
  "Here a \"page\" is not just a WordPress page type, but any webpage on your "
1970
  "site, including posts, products, categories, and so on. You can set the "
@@ -1978,23 +1961,23 @@ msgstr ""
1978
  "прыраўноўвае cpt:you_cpt_slug_here , каб атрымаць рэйтынг вэб-старонак для "
1979
  "канкрэтнага тыпу карыстацкага пасту, якi ў вас ёсць."
1980
 
1981
- #: ../admin/view/wp-slimstat-reports.php:159
1982
  msgid "Top Referring Domains"
1983
  msgstr "Лепшыя спасылаючыся дамены"
1984
 
1985
- #: ../admin/view/wp-slimstat-reports.php:173
1986
  msgid "Top Known Visitors"
1987
  msgstr "Топ Вядомых наведвальнікаў"
1988
 
1989
- #: ../admin/view/wp-slimstat-reports.php:184
1990
  msgid "Top Search Terms"
1991
  msgstr "Папулярныя пошукавыя фразы"
1992
 
1993
- #: ../admin/view/wp-slimstat-reports.php:196
1994
  msgid "Top Countries"
1995
  msgstr "папулярныя краіны"
1996
 
1997
- #: ../admin/view/wp-slimstat-reports.php:205
1998
  msgid ""
1999
  "You can configure Slimstat to ignore a specific Country by setting the "
2000
  "corresponding filter under Settings > Slimstat > Filters."
@@ -2002,11 +1985,11 @@ msgstr ""
2002
  "Вы можаце наладзіць Slimstat ігнараваць канкрэтную краіну, усталяваўшы "
2003
  "адпаведны фільтр у раздзеле Settings > Slimstat > Filters."
2004
 
2005
- #: ../admin/view/wp-slimstat-reports.php:208
2006
  msgid "Rankings"
2007
  msgstr "рэйтынгі"
2008
 
2009
- #: ../admin/view/wp-slimstat-reports.php:212
2010
  msgid ""
2011
  "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
2012
  "measures your site's rankings. Values are updated every 12 hours. Please "
@@ -2018,15 +2001,15 @@ msgstr ""
2018
  "ласка, увядзіце Ваш персанальны код доступу ў наладах i атрымайце доступ да "
2019
  "персаналізаванай інфармацыі Mozscape."
2020
 
2021
- #: ../admin/view/wp-slimstat-reports.php:215
2022
  msgid "Top Language Families"
2023
  msgstr "Лепшыя моўныя сем'і"
2024
 
2025
- #: ../admin/view/wp-slimstat-reports.php:228
2026
  msgid "Users Currently Online"
2027
  msgstr "Карыстальнікі на сайце"
2028
 
2029
- #: ../admin/view/wp-slimstat-reports.php:239
2030
  msgid ""
2031
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2032
  "Slimstat leverages this information to identify returning visitors. Please "
@@ -2037,28 +2020,28 @@ msgstr ""
2037
  "наведвальнікаў. Звярніце ўвагу, што наведвальнікі таксама ўключаюць "
2038
  "зарэгістраваных карыстальнікаў."
2039
 
2040
- #: ../admin/view/wp-slimstat-reports.php:253
2041
  msgid "Unique Terms"
2042
  msgstr "Унікальныя ўмовы"
2043
 
2044
- #: ../admin/view/wp-slimstat-reports.php:261
2045
  msgid "Top Referring URLs"
2046
  msgstr "Лепшыя спасылаючыся URLs"
2047
 
2048
- #: ../admin/view/wp-slimstat-reports.php:274
2049
  msgid "Human Visits"
2050
  msgstr "чалавечыя прагляды"
2051
 
2052
- #: ../admin/view/wp-slimstat-reports.php:284
2053
- #: ../admin/view/wp-slimstat-reports.php:1424
2054
  msgid "Visits"
2055
  msgstr "прагляды"
2056
 
2057
- #: ../admin/view/wp-slimstat-reports.php:293
2058
  msgid "Audience Overview"
2059
  msgstr "агляд аўдыторыі"
2060
 
2061
- #: ../admin/view/wp-slimstat-reports.php:300
2062
  msgid ""
2063
  "Where not otherwise specified, the metrics in this report are referred to "
2064
  "human visitors."
@@ -2066,20 +2049,20 @@ msgstr ""
2066
  "Калі не пазначана іншае, паказчыкі ў гэтым дакладзе згадваюцца "
2067
  "наведвальнікаў."
2068
 
2069
- #: ../admin/view/wp-slimstat-reports.php:303
2070
  msgid "Top Languages"
2071
  msgstr "топ мовы"
2072
 
2073
- #: ../admin/view/wp-slimstat-reports.php:314
2074
  msgid "Top Browsers"
2075
  msgstr "топ браўзераў"
2076
 
2077
- #: ../admin/view/wp-slimstat-reports.php:325
2078
  msgid "Top Service Providers"
2079
  msgstr "Лепшыя пастаўшчыкі паслуг"
2080
 
2081
- #: ../admin/view/wp-slimstat-reports.php:334
2082
- #: ../admin/view/wp-slimstat-reports.php:346
2083
  msgid ""
2084
  "Internet Service Provider: a company which provides other companies or "
2085
  "individuals with access to the Internet. Your DSL or cable internet service "
@@ -2092,23 +2075,23 @@ msgstr ""
2092
  "ігнараваць пэўныя IP-адрасы, усталяваўшы адпаведны фільтр у раздзеле Налады> "
2093
  "Slimstat> Фільтры."
2094
 
2095
- #: ../admin/view/wp-slimstat-reports.php:337
2096
  msgid "Top Operating Systems"
2097
  msgstr "топ аперацыйных сістэм"
2098
 
2099
- #: ../admin/view/wp-slimstat-reports.php:349
2100
  msgid "Top Screen Resolutions"
2101
  msgstr "топ дазвола экрана"
2102
 
2103
- #: ../admin/view/wp-slimstat-reports.php:361
2104
  msgid "Top Viewport Sizes"
2105
  msgstr "Лепшыя памеры акна экрана "
2106
 
2107
- #: ../admin/view/wp-slimstat-reports.php:381
2108
  msgid "Visit Duration"
2109
  msgstr "працягласць наведвання"
2110
 
2111
- #: ../admin/view/wp-slimstat-reports.php:388
2112
  msgid ""
2113
  "All values represent the percentages of pageviews within the corresponding "
2114
  "time range."
@@ -2116,31 +2099,31 @@ msgstr ""
2116
  "Усе значэння ўяўляюць сабой працэнт праглядаў старонак на працягу "
2117
  "адпаведнага інтэрвалу часу."
2118
 
2119
- #: ../admin/view/wp-slimstat-reports.php:391
2120
  msgid "Recent Countries"
2121
  msgstr "нядаўнія краіны"
2122
 
2123
- #: ../admin/view/wp-slimstat-reports.php:402
2124
  msgid "Recent Viewport Sizes"
2125
  msgstr "Апошнія памеры акрана экрана"
2126
 
2127
- #: ../admin/view/wp-slimstat-reports.php:413
2128
  msgid "Recent Operating Systems"
2129
  msgstr "апошняя аперацыйная сістэма"
2130
 
2131
- #: ../admin/view/wp-slimstat-reports.php:424
2132
  msgid "Recent Browsers"
2133
  msgstr "апошні браузер"
2134
 
2135
- #: ../admin/view/wp-slimstat-reports.php:435
2136
  msgid "Recent Languages"
2137
  msgstr "апошнія мовы"
2138
 
2139
- #: ../admin/view/wp-slimstat-reports.php:446
2140
  msgid "Top Browser Families"
2141
  msgstr "Лепшыя сям'і браўзэра"
2142
 
2143
- #: ../admin/view/wp-slimstat-reports.php:455
2144
  msgid ""
2145
  "This report shows you what user agent families (no version considered) are "
2146
  "popular among your visitors."
@@ -2148,11 +2131,11 @@ msgstr ""
2148
  "Гэтая справаздача паказвае, што карыстальнік агента (ні адна з версій "
2149
  "лічыцца) карыстаюцца папулярнасцю сярод наведвальнікаў."
2150
 
2151
- #: ../admin/view/wp-slimstat-reports.php:458
2152
  msgid "Top OS Families"
2153
  msgstr "Лепшыя OS мноства"
2154
 
2155
- #: ../admin/view/wp-slimstat-reports.php:469
2156
  msgid ""
2157
  "This report shows you what operating system families (no version considered) "
2158
  "are popular among your visitors."
@@ -2160,87 +2143,86 @@ msgstr ""
2160
  "Гэтая справаздача паказвае, што мноства аперацыйных сістэм (ні адна з версій "
2161
  "лічыцца) карыстаюцца папулярнасцю сярод наведвальнікаў."
2162
 
2163
- #: ../admin/view/wp-slimstat-reports.php:472
2164
  msgid "Recent Users"
2165
  msgstr "новыя карыстальнікі"
2166
 
2167
- #: ../admin/view/wp-slimstat-reports.php:484
2168
  msgid "Top Users"
2169
  msgstr "топ карыстальнікаў"
2170
 
2171
- #: ../admin/view/wp-slimstat-reports.php:496
2172
- #: ../admin/view/wp-slimstat-reports.php:505
2173
  msgid "Users"
2174
  msgstr "Карыстачы"
2175
 
2176
- #: ../admin/view/wp-slimstat-reports.php:506
2177
  msgid "Unique Users"
2178
  msgstr "Унікальныя карыстальнікі"
2179
 
2180
- #: ../admin/view/wp-slimstat-reports.php:515
2181
- #: ../admin/wp-slimstat-admin.php:106
2182
  msgid "Traffic Sources"
2183
  msgstr "крыніцы трафіку"
2184
 
2185
- #: ../admin/view/wp-slimstat-reports.php:525
2186
  msgid "Domains"
2187
  msgstr "дамены"
2188
 
2189
- #: ../admin/view/wp-slimstat-reports.php:534
2190
  msgid "Traffic Summary"
2191
  msgstr "сумарны трафік"
2192
 
2193
- #: ../admin/view/wp-slimstat-reports.php:543
2194
  msgid "Top Referring Search Engines"
2195
  msgstr "топ накірованых пошукавікаў"
2196
 
2197
- #: ../admin/view/wp-slimstat-reports.php:572
2198
  msgid "Recent Outbound Links"
2199
  msgstr "Апошнія зыходзячыя спасылкі"
2200
 
2201
- #: ../admin/view/wp-slimstat-reports.php:584
2202
  msgid "Recent Posts"
2203
  msgstr "Апошні пост"
2204
 
2205
- #: ../admin/view/wp-slimstat-reports.php:612
2206
  msgid "Recent Feeds"
2207
  msgstr "Апошні водгук"
2208
 
2209
- #: ../admin/view/wp-slimstat-reports.php:624
2210
  msgid "Recent Pages Not Found"
2211
  msgstr "Апошнія старонкі не знойдзены"
2212
 
2213
- #: ../admin/view/wp-slimstat-reports.php:636
2214
  msgid "Recent Internal Searches"
2215
  msgstr "Апошнія ўнутраныя пошукавыя запыты"
2216
 
2217
- #: ../admin/view/wp-slimstat-reports.php:646
2218
  msgid "Searches performed using WordPress' built-in search functionality."
2219
  msgstr ""
2220
  "Пошукавыя запыты выконваюцца з выкарыстаннем WordPress 'убудаваныя функцыі "
2221
  "пошуку."
2222
 
2223
- #: ../admin/view/wp-slimstat-reports.php:649
2224
  msgid "Top Categories"
2225
  msgstr "топ катэгорыі"
2226
 
2227
- #: ../admin/view/wp-slimstat-reports.php:662
2228
  msgid "Top Downloads"
2229
  msgstr "папулярныя загрузкі"
2230
 
2231
- #: ../admin/view/wp-slimstat-reports.php:673
2232
  msgid ""
2233
  "You can configure Slimstat to track specific file extensions as downloads."
2234
  msgstr ""
2235
  "Вы можаце наладзіць Slimstat для адсочвання канкрэтных пашырэньні файлаў як "
2236
  "для загрузкі."
2237
 
2238
- #: ../admin/view/wp-slimstat-reports.php:676
2239
  msgid "Recent Events"
2240
  msgstr "апошнія падзеі"
2241
 
2242
- #: ../admin/view/wp-slimstat-reports.php:685
2243
- #: ../admin/view/wp-slimstat-reports.php:709
2244
  msgid ""
2245
  "This report lists any <em>event</em> occurred on your website. Please refer "
2246
  "to the FAQ for more information on how to use this functionality."
@@ -2249,47 +2231,47 @@ msgstr ""
2249
  "на вашым сайце. Калі ласка, звярніцеся да FAQ для атрымання дадатковай "
2250
  "інфармацыі аб тым, як выкарыстоўваць гэтую функцыю."
2251
 
2252
- #: ../admin/view/wp-slimstat-reports.php:688
2253
  msgid "Top Posts"
2254
  msgstr "лепшыя пасты"
2255
 
2256
- #: ../admin/view/wp-slimstat-reports.php:700
2257
  msgid "Top Events"
2258
  msgstr "лепшыя падзеі"
2259
 
2260
- #: ../admin/view/wp-slimstat-reports.php:712
2261
  msgid "Top Internal Searches"
2262
  msgstr "лепшыя пашукавыя запыты"
2263
 
2264
- #: ../admin/view/wp-slimstat-reports.php:724
2265
  msgid "Recent Categories"
2266
  msgstr "апошнія катэгорыі"
2267
 
2268
- #: ../admin/view/wp-slimstat-reports.php:736
2269
  msgid "Top Pages Not Found"
2270
  msgstr "лтоп старонак не знойдзена"
2271
 
2272
- #: ../admin/view/wp-slimstat-reports.php:748
2273
  msgid "Top Authors"
2274
  msgstr "топ аўтараў"
2275
 
2276
- #: ../admin/view/wp-slimstat-reports.php:759
2277
  msgid "Top Tags"
2278
  msgstr "лепшыя тэгі"
2279
 
2280
- #: ../admin/view/wp-slimstat-reports.php:771
2281
  msgid "Recent Downloads"
2282
  msgstr "апошнія загрузкі"
2283
 
2284
- #: ../admin/view/wp-slimstat-reports.php:783
2285
  msgid "Top Outbound Links"
2286
  msgstr "Апошнія зыходзячыя спасылкі"
2287
 
2288
- #: ../admin/view/wp-slimstat-reports.php:795
2289
  msgid "Your Website"
2290
  msgstr "ваш сайт"
2291
 
2292
- #: ../admin/view/wp-slimstat-reports.php:802
2293
  msgid ""
2294
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2295
  "this report is not affected by the filters set here above."
@@ -2298,123 +2280,122 @@ msgstr ""
2298
  "ласка, звярніце ўвагу, што гэты справаздачу не залежыць ад фільтраў, "
2299
  "устаноўленых тут вышэй."
2300
 
2301
- #: ../admin/view/wp-slimstat-reports.php:805
2302
  msgid "Top Bounce Pages"
2303
  msgstr "топ старонак адмоваў"
2304
 
2305
- #: ../admin/view/wp-slimstat-reports.php:818
2306
  msgid "Top Exit Pages"
2307
  msgstr "Самыя папулярныя старонкі выхаду"
2308
 
2309
- #: ../admin/view/wp-slimstat-reports.php:831
2310
  msgid "Top Entry Pages"
2311
  msgstr "топ старонак пунктаў"
2312
 
2313
- #: ../admin/view/wp-slimstat-reports.php:844
2314
  #, fuzzy
2315
  msgid "Pages with Outbound Links"
2316
  msgstr "Апошнія зыходзячыя спасылкі"
2317
 
2318
- #: ../admin/view/wp-slimstat-reports.php:853
2319
  msgid "Outbound Links"
2320
  msgstr "Выходныя спасылкі"
2321
 
2322
- #: ../admin/view/wp-slimstat-reports.php:854
2323
  msgid "Unique Outbound"
2324
  msgstr "Унiкальны за мяжой"
2325
 
2326
- #: ../admin/view/wp-slimstat-reports.php:863
2327
  msgid "World Map"
2328
  msgstr "карта свету"
2329
 
2330
- #: ../admin/view/wp-slimstat-reports.php:944
2331
  msgid "Refresh"
2332
  msgstr "абнаўленне"
2333
 
2334
- #: ../admin/view/wp-slimstat-reports.php:981
2335
  #, php-format
2336
  msgid "Results %s - %s of %s"
2337
  msgstr "Абнаўленне %s - %s з %s"
2338
 
2339
- #: ../admin/view/wp-slimstat-reports.php:983
2340
  msgid "Refresh in"
2341
  msgstr "абнаўленне ў"
2342
 
2343
- #: ../admin/view/wp-slimstat-reports.php:1082
2344
  msgid "Category ID"
2345
  msgstr "ідэнтыфікатар катэгорыі"
2346
 
2347
- #: ../admin/view/wp-slimstat-reports.php:1087
2348
- #: ../admin/view/wp-slimstat-reports.php:1101
2349
- #: ../admin/view/wp-slimstat-reports.php:1106
2350
  msgid "Code"
2351
  msgstr "Код"
2352
 
2353
- #: ../admin/view/wp-slimstat-reports.php:1102
2354
- #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1248
2355
  msgid "l-"
2356
  msgstr ""
2357
 
2358
- #: ../admin/view/wp-slimstat-reports.php:1119
2359
  msgid "URL"
2360
  msgstr "URL"
2361
 
2362
- #: ../admin/view/wp-slimstat-reports.php:1132
2363
  msgid "Referrer"
2364
  msgstr "Referrer"
2365
 
2366
- #: ../admin/view/wp-slimstat-reports.php:1335
2367
  msgid "Dataset Size"
2368
  msgstr "Памер набора дадзеных"
2369
 
2370
- #: ../admin/view/wp-slimstat-reports.php:1337
2371
  msgid "Total number of records stored in the database."
2372
  msgstr "Агульная колькасць запісаў, якія захоўваюцца ў базе дадзеных."
2373
 
2374
- #: ../admin/view/wp-slimstat-reports.php:1339
2375
  msgid "DB Size"
2376
  msgstr "Памер набора дадзеных"
2377
 
2378
- #: ../admin/view/wp-slimstat-reports.php:1342
2379
  msgid "Tracking Enabled"
2380
  msgstr "Уключыць адсочванне"
2381
 
2382
- #: ../admin/view/wp-slimstat-reports.php:1345
2383
  msgid "Javascript Mode"
2384
  msgstr "Асінхронны рэжым"
2385
 
2386
- #: ../admin/view/wp-slimstat-reports.php:1348
2387
  msgid "Tracking Browser Caps"
2388
  msgstr "адсочваць заглушку браўзэра"
2389
 
2390
- #: ../admin/view/wp-slimstat-reports.php:1351
2391
  msgid "Auto purge"
2392
  msgstr "аўтаматычная чыстка"
2393
 
2394
- #: ../admin/view/wp-slimstat-reports.php:1352
2395
- #: ../admin/wp-slimstat-admin.php:1234
2396
  msgid "Off"
2397
  msgstr "выключана"
2398
 
2399
- #: ../admin/view/wp-slimstat-reports.php:1354
2400
  msgid "Oldest pageview"
2401
  msgstr "Старыя старонкi"
2402
 
2403
- #: ../admin/view/wp-slimstat-reports.php:1355
2404
  msgid "No visits"
2405
  msgstr "няма наведвання"
2406
 
2407
- #: ../admin/view/wp-slimstat-reports.php:1357
2408
- #: ../admin/wp-slimstat-admin.php:112
2409
  msgid "Geolocation"
2410
  msgstr "Геалакацыя"
2411
 
2412
- #: ../admin/view/wp-slimstat-reports.php:1359
2413
  msgid "Date when the MaxMind Geolocation database was last updated."
2414
  msgstr "Дата, калі база дадзеных MaxMind Geolocation была абнаўленна."
2415
 
2416
- #: ../admin/view/wp-slimstat-reports.php:1370
2417
- #: ../admin/view/wp-slimstat-reports.php:1528
2418
  msgid ""
2419
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2420
  "the tracking code is executed."
@@ -2422,15 +2403,15 @@ msgstr ""
2422
  "Запыт на загрузку аднаго файла HTML. Slimstat рэгіструе \"прагляд старонкі"
2423
  "\" кожны раз, калі выконваецца код адсочвання."
2424
 
2425
- #: ../admin/view/wp-slimstat-reports.php:1372
2426
  msgid "Days in Range"
2427
  msgstr "Дні ў дыяпазоне"
2428
 
2429
- #: ../admin/view/wp-slimstat-reports.php:1375
2430
  msgid "Average Daily Pageviews"
2431
  msgstr "Сярэдняя колькасць прагляду старонак"
2432
 
2433
- #: ../admin/view/wp-slimstat-reports.php:1377
2434
  msgid ""
2435
  "How many pages have been visited on average every day during the current "
2436
  "period."
@@ -2438,11 +2419,11 @@ msgstr ""
2438
  "Колькі старонак былі наведаны у сярэднім кожны дзень на працягу бягучага "
2439
  "перыяду."
2440
 
2441
- #: ../admin/view/wp-slimstat-reports.php:1379
2442
  msgid "From Search Results"
2443
  msgstr "З вынікаў пошуку"
2444
 
2445
- #: ../admin/view/wp-slimstat-reports.php:1381
2446
  msgid ""
2447
  "Visitors who landed on your site after searching for a keyword on Google, "
2448
  "Yahoo, etc."
@@ -2450,7 +2431,7 @@ msgstr ""
2450
  "Наведвальнікі, якія прыйшлi на ваш сайт пасля пошуку па ключавым слове у "
2451
  "Google, Yahoo і г.д."
2452
 
2453
- #: ../admin/view/wp-slimstat-reports.php:1385
2454
  msgid ""
2455
  "Used to differentiate between multiple requests to download a file from one "
2456
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2459,11 +2440,11 @@ msgstr ""
2459
  "аднаго інтэрнэт-адрасы (IP) і запытаў, якія адбываюцца з многіх розных "
2460
  "адрасоў"
2461
 
2462
- #: ../admin/view/wp-slimstat-reports.php:1387
2463
  msgid "Last 30 minutes"
2464
  msgstr "Апошнiя 30 хвiлiн"
2465
 
2466
- #: ../admin/view/wp-slimstat-reports.php:1426
2467
  msgid ""
2468
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2469
  "multiple times if they perform multiple visits."
@@ -2471,15 +2452,15 @@ msgstr ""
2471
  "Час візіт не больш за 30 хвілін. Наведвальнікі, якія вярнуліся, "
2472
  "падлічваюцца некалькі разоў, калі яны выконваюць некалькі візітаў."
2473
 
2474
- #: ../admin/view/wp-slimstat-reports.php:1430
2475
  msgid "It includes only traffic generated by human visitors."
2476
  msgstr "Уключае ў сябе толькі трафік, генераваны чалавека наведвальнікаў."
2477
 
2478
- #: ../admin/view/wp-slimstat-reports.php:1432
2479
  msgid "Bounce rate"
2480
  msgstr "Паказчык адмоваў"
2481
 
2482
- #: ../admin/view/wp-slimstat-reports.php:1434
2483
  msgid ""
2484
  "Percentage of single-page visits, i.e. visits in which the person left your "
2485
  "site from the entrance page."
@@ -2487,75 +2468,75 @@ msgstr ""
2487
  "Працэнт наведванняў адной старонкі, гэта значыць наведванняў, у якіх "
2488
  "наведвальнік пакідае сайт са старонкі ўваходу."
2489
 
2490
- #: ../admin/view/wp-slimstat-reports.php:1436
2491
  msgid "Known visitors"
2492
  msgstr "вядомыя наведвальнікі"
2493
 
2494
- #: ../admin/view/wp-slimstat-reports.php:1438
2495
  msgid "Visitors who had previously left a comment on your blog."
2496
  msgstr "Наведвальнікі, якія раней пакінуў каментар на вашым блогу."
2497
 
2498
- #: ../admin/view/wp-slimstat-reports.php:1440
2499
  msgid "New visitors"
2500
  msgstr "новыя наведвальнiкi"
2501
 
2502
- #: ../admin/view/wp-slimstat-reports.php:1442
2503
  msgid "Human users who visited your site only once."
2504
  msgstr "Чалавечыя карыстальнікаў, якія наведалі ваш сайт толькі адзін раз."
2505
 
2506
- #: ../admin/view/wp-slimstat-reports.php:1444
2507
  msgid "Bots"
2508
  msgstr "Боты"
2509
 
2510
- #: ../admin/view/wp-slimstat-reports.php:1447
2511
  msgid "Pageviews per visit"
2512
  msgstr "Праглядаў старонак за адно наведванне"
2513
 
2514
- #: ../admin/view/wp-slimstat-reports.php:1450
2515
  msgid "Longest visit"
2516
  msgstr "Самы доугi вiзiт"
2517
 
2518
- #: ../admin/view/wp-slimstat-reports.php:1451
2519
  msgid "hits"
2520
  msgstr "колькасць праглядаў"
2521
 
2522
- #: ../admin/view/wp-slimstat-reports.php:1462
2523
  msgid "0 - 30 seconds"
2524
  msgstr "0 - 30 секунд"
2525
 
2526
- #: ../admin/view/wp-slimstat-reports.php:1468
2527
  msgid "31 - 60 seconds"
2528
  msgstr "31-60 секунд"
2529
 
2530
- #: ../admin/view/wp-slimstat-reports.php:1474
2531
  msgid "1 - 3 minutes"
2532
  msgstr "1 - 3 хвіліны"
2533
 
2534
- #: ../admin/view/wp-slimstat-reports.php:1480
2535
  msgid "3 - 5 minutes"
2536
  msgstr "3-5 хвіліны"
2537
 
2538
- #: ../admin/view/wp-slimstat-reports.php:1486
2539
  msgid "5 - 7 minutes"
2540
  msgstr "5- 7 хвіліны"
2541
 
2542
- #: ../admin/view/wp-slimstat-reports.php:1492
2543
  msgid "7 - 10 minutes"
2544
  msgstr "7-10 хвіліны"
2545
 
2546
- #: ../admin/view/wp-slimstat-reports.php:1498
2547
  msgid "More than 10 minutes"
2548
  msgstr "Больш за 10 хвілін"
2549
 
2550
- #: ../admin/view/wp-slimstat-reports.php:1510
2551
  msgid "Average visit duration"
2552
  msgstr "Сярэдняя працягласць наведвання"
2553
 
2554
- #: ../admin/view/wp-slimstat-reports.php:1530
2555
  msgid "Unique Referrers"
2556
  msgstr "унікальныя рэферэрам"
2557
 
2558
- #: ../admin/view/wp-slimstat-reports.php:1532
2559
  msgid ""
2560
  "A referrer (or referring site) is the site that a visitor previously visited "
2561
  "before following a link to your site."
@@ -2563,11 +2544,11 @@ msgstr ""
2563
  "Рэферэрам з'яўляецца сайт, які наведвальнік раней наведвалі да наступнага "
2564
  "спасылку на ваш сайт."
2565
 
2566
- #: ../admin/view/wp-slimstat-reports.php:1534
2567
  msgid "Direct Pageviews"
2568
  msgstr "Прамы прагляд старонак"
2569
 
2570
- #: ../admin/view/wp-slimstat-reports.php:1536
2571
  msgid ""
2572
  "Visitors who visited the site by typing the URL directly into their browser. "
2573
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2580,11 +2561,11 @@ msgstr ""
2580
  "паведамленнях электроннай пошты ці спасылкі з дакументаў, якія не ўключаюць "
2581
  "у сябе адсочванне зменных."
2582
 
2583
- #: ../admin/view/wp-slimstat-reports.php:1538
2584
  msgid "From a search result"
2585
  msgstr "З вынікаў пошуку"
2586
 
2587
- #: ../admin/view/wp-slimstat-reports.php:1540
2588
  msgid ""
2589
  "Visitors who came to your site via searches on Google or some other search "
2590
  "engine."
@@ -2592,11 +2573,11 @@ msgstr ""
2592
  "Наведвальнікі, якія прыйшлі на ваш сайт з дапамогай пошуку на Google або "
2593
  "якой-небудзь іншай пошукавай сістэмы."
2594
 
2595
- #: ../admin/view/wp-slimstat-reports.php:1542
2596
  msgid "Unique Landing Pages"
2597
  msgstr "Унікальныя мэтавыя старонкі"
2598
 
2599
- #: ../admin/view/wp-slimstat-reports.php:1544
2600
  msgid ""
2601
  "The first page that a user views during a session. This is also known as the "
2602
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2609,20 +2590,20 @@ msgstr ""
2609
  "старонцы, ён атрымлівае падлічваюцца (для гэтага візіту) у якасці мэтавай "
2610
  "старонкі."
2611
 
2612
- #: ../admin/view/wp-slimstat-reports.php:1546
2613
  msgid "Bounce Pages"
2614
  msgstr "Паказчык адмоваў"
2615
 
2616
- #: ../admin/view/wp-slimstat-reports.php:1548
2617
  msgid "Number of single page visits to your site over the selected period."
2618
  msgstr ""
2619
  "Колькасць аднамесных наведванняў старонак вашага сайта на абраны перыяд."
2620
 
2621
- #: ../admin/view/wp-slimstat-reports.php:1550
2622
  msgid "New Visitors Rate"
2623
  msgstr "Стайка новых наведвальнікау"
2624
 
2625
- #: ../admin/view/wp-slimstat-reports.php:1552
2626
  msgid ""
2627
  "Percentage of single page visits, i.e. visits in which the person left your "
2628
  "site from the entrance page."
@@ -2630,11 +2611,11 @@ msgstr ""
2630
  "Працэнт наведванняў адной старонцы, то ёсць наведванняў, у якіх наведвальнік "
2631
  "пакідае сайт са старонкі ўваходу."
2632
 
2633
- #: ../admin/view/wp-slimstat-reports.php:1554
2634
  msgid "Currently from search engines"
2635
  msgstr "З вынікаў пошуку"
2636
 
2637
- #: ../admin/view/wp-slimstat-reports.php:1556
2638
  msgid ""
2639
  "Visitors who visited the site in the last 5 minutes coming from a search "
2640
  "engine."
@@ -2642,19 +2623,19 @@ msgstr ""
2642
  "Наведвальнікі, якія наведалі сайт на працягу апошніх 5 хвілін, якія прыйшлi "
2643
  "з пошукавай сістэмы."
2644
 
2645
- #: ../admin/view/wp-slimstat-reports.php:1574
2646
  msgid "Backlinks"
2647
  msgstr "Зваротныя спасылкі"
2648
 
2649
- #: ../admin/view/wp-slimstat-reports.php:1575
2650
  msgid "Number of external equity links to your website."
2651
  msgstr "Колькасць знешніх фондавых спасылак на ваш сайт."
2652
 
2653
- #: ../admin/view/wp-slimstat-reports.php:1579
2654
  msgid "MozRank"
2655
  msgstr "Moz Званне"
2656
 
2657
- #: ../admin/view/wp-slimstat-reports.php:1580
2658
  msgid ""
2659
  "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2660
  "link popularity score. It reflects the importance of any given web page on "
@@ -2664,11 +2645,11 @@ msgstr ""
2664
  "папулярнасці спасылак. Ен адлюстроўвае важнасць той ці іншай вэб-старонкі ў "
2665
  "Інтэрнэце."
2666
 
2667
- #: ../admin/view/wp-slimstat-reports.php:1584
2668
  msgid "Equity Links"
2669
  msgstr "Адзінства спасылак"
2670
 
2671
- #: ../admin/view/wp-slimstat-reports.php:1585
2672
  msgid ""
2673
  "Number of authority-passing links (including followed links and redirects, "
2674
  "internal or external) to your website. Set the permalink filter here above "
@@ -2678,23 +2659,23 @@ msgstr ""
2678
  "ўнутраныя або знешнія) на свой вэб-сайт. Усталюйце пастаянную фільтр тут, "
2679
  "каб атрымаць адпаведныя паказчыкі ў гэтай справаздачы."
2680
 
2681
- #: ../admin/view/wp-slimstat-reports.php:1589
2682
  msgid "Facebook Shares"
2683
  msgstr "Падзяліцца на Facebook "
2684
 
2685
- #: ../admin/view/wp-slimstat-reports.php:1594
2686
  msgid "Facebook Clicks"
2687
  msgstr "Нацiскi на Facebook"
2688
 
2689
- #: ../admin/view/wp-slimstat-reports.php:1595
2690
  msgid "How many times links to your website have been clicked on Facebook."
2691
  msgstr "Колькі разоў спасылкі на ваш сайт былі націснулі на Facebook."
2692
 
2693
- #: ../admin/view/wp-slimstat-reports.php:1599
2694
  msgid "Alexa World Rank"
2695
  msgstr "Alexa Сусветны ранг"
2696
 
2697
- #: ../admin/view/wp-slimstat-reports.php:1600
2698
  msgid ""
2699
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2700
  "traffic data."
@@ -2702,23 +2683,23 @@ msgstr ""
2702
  "Alexa з'яўляецца даччынай кампаніяй Amazon.com, які дае камерцыйныя дадзеныя "
2703
  "вэб-трафіку."
2704
 
2705
- #: ../admin/view/wp-slimstat-reports.php:1604
2706
  msgid "Alexa Country Rank"
2707
  msgstr "Alexa Краiны ранг"
2708
 
2709
- #: ../admin/view/wp-slimstat-reports.php:1609
2710
  msgid "Alexa Popularity"
2711
  msgstr "Alexa Папулярнасць"
2712
 
2713
- #: ../admin/view/wp-slimstat-reports.php:1668
2714
  msgid "Alexa Delta"
2715
  msgstr ""
2716
 
2717
- #: ../admin/view/wp-slimstat-reports.php:1702
2718
  msgid "Content Items"
2719
  msgstr "Змест пунктау"
2720
 
2721
- #: ../admin/view/wp-slimstat-reports.php:1704
2722
  msgid ""
2723
  "This value includes not only posts, but also custom post types, regardless "
2724
  "of their status"
@@ -2726,35 +2707,35 @@ msgstr ""
2726
  "Гэта значэнне ўключае ў сябе не толькі пасты, але і прыстасаваныя тыпы "
2727
  "поста, незалежна ад іх статусу"
2728
 
2729
- #: ../admin/view/wp-slimstat-reports.php:1706
2730
  msgid "Posts"
2731
  msgstr "пасты"
2732
 
2733
- #: ../admin/view/wp-slimstat-reports.php:1709
2734
  msgid "Pages"
2735
  msgstr "Старонкi"
2736
 
2737
- #: ../admin/view/wp-slimstat-reports.php:1712
2738
  msgid "Attachments"
2739
  msgstr "укладаннi"
2740
 
2741
- #: ../admin/view/wp-slimstat-reports.php:1715
2742
  msgid "Revisions"
2743
  msgstr "перагляды"
2744
 
2745
- #: ../admin/view/wp-slimstat-reports.php:1718
2746
  msgid "Comments"
2747
  msgstr "каментары"
2748
 
2749
- #: ../admin/view/wp-slimstat-reports.php:1721
2750
  msgid "Avg Comments per Post"
2751
  msgstr "Сярэдняя колькасць каментарау на паведамленне"
2752
 
2753
- #: ../admin/view/wp-slimstat-reports.php:1724
2754
  msgid "Avg Server Latency"
2755
  msgstr "сярэднii час затрымкi сервера"
2756
 
2757
- #: ../admin/view/wp-slimstat-reports.php:1726
2758
  msgid ""
2759
  "Latency is the amount of time it takes for the host server to receive and "
2760
  "process a request for a page object. The amount of latency depends largely "
@@ -2764,1157 +2745,1153 @@ msgstr ""
2764
  "прыёму і апрацоўкі запыту для аб'екта старонкі. Велічыня латэнтнага часу "
2765
  "шмат у чым залежыць ад таго, як далёка карыстальнік знаходзіцца з сервера."
2766
 
2767
- #: ../admin/view/wp-slimstat-reports.php:1769
2768
  msgid "Coordinates"
2769
  msgstr "каардынаты"
2770
 
2771
- #: ../admin/view/wp-slimstat-reports.php:1769
2772
  msgid "Date"
2773
  msgstr "дата"
2774
 
2775
  # Unknown
2776
- #: ../admin/view/wp-slimstat-reports.php:1785
2777
  msgid "c-xx"
2778
  msgstr "Unknown"
2779
 
2780
  # Afghanistan
2781
- #: ../admin/view/wp-slimstat-reports.php:1785
2782
  msgid "c-af"
2783
  msgstr "Афганістан"
2784
 
2785
  # Åland Islands
2786
- #: ../admin/view/wp-slimstat-reports.php:1785
2787
  msgid "c-ax"
2788
  msgstr "Аландскія астравы"
2789
 
2790
  # Albania
2791
- #: ../admin/view/wp-slimstat-reports.php:1785
2792
  msgid "c-al"
2793
  msgstr "Албанія"
2794
 
2795
  # Algeria
2796
- #: ../admin/view/wp-slimstat-reports.php:1785
2797
  msgid "c-dz"
2798
  msgstr "Алжыр"
2799
 
2800
  # Andorra
2801
- #: ../admin/view/wp-slimstat-reports.php:1785
2802
  msgid "c-ad"
2803
  msgstr "Андора"
2804
 
2805
  # Angola
2806
- #: ../admin/view/wp-slimstat-reports.php:1785
2807
  msgid "c-ao"
2808
  msgstr "Ангола"
2809
 
2810
  # Anguilla
2811
- #: ../admin/view/wp-slimstat-reports.php:1785
2812
  msgid "c-ai"
2813
  msgstr "Ангілья"
2814
 
2815
  # Antigua and Barbuda
2816
- #: ../admin/view/wp-slimstat-reports.php:1785
2817
  msgid "c-ag"
2818
  msgstr "Антыгуа і Барбуда"
2819
 
2820
  # Argentina
2821
- #: ../admin/view/wp-slimstat-reports.php:1785
2822
  msgid "c-ar"
2823
  msgstr "Аргенціна"
2824
 
2825
  # Armenia
2826
- #: ../admin/view/wp-slimstat-reports.php:1785
2827
  msgid "c-am"
2828
  msgstr "Арменія"
2829
 
2830
  # Aruba
2831
- #: ../admin/view/wp-slimstat-reports.php:1785
2832
  msgid "c-aw"
2833
  msgstr "Аруба"
2834
 
2835
  # Australia
2836
- #: ../admin/view/wp-slimstat-reports.php:1785
2837
  msgid "c-au"
2838
  msgstr "Аўстралія"
2839
 
2840
  # Austria
2841
- #: ../admin/view/wp-slimstat-reports.php:1785
2842
  msgid "c-at"
2843
  msgstr "Аўстрыя"
2844
 
2845
  # Azerbaijan
2846
- #: ../admin/view/wp-slimstat-reports.php:1785
2847
  msgid "c-az"
2848
  msgstr "Азербайджан"
2849
 
2850
  # Bahamas
2851
- #: ../admin/view/wp-slimstat-reports.php:1785
2852
  msgid "c-bs"
2853
  msgstr "Багамскія а-вы"
2854
 
2855
  # Bahrain
2856
- #: ../admin/view/wp-slimstat-reports.php:1785
2857
  msgid "c-bh"
2858
  msgstr "Бахрэйн"
2859
 
2860
  # Bangladesh
2861
- #: ../admin/view/wp-slimstat-reports.php:1785
2862
  msgid "c-bd"
2863
  msgstr "Бангладэш"
2864
 
2865
  # Barbados
2866
- #: ../admin/view/wp-slimstat-reports.php:1785
2867
  msgid "c-bb"
2868
  msgstr "Барбадас"
2869
 
2870
  # Belarus
2871
- #: ../admin/view/wp-slimstat-reports.php:1785
2872
  msgid "c-by"
2873
  msgstr "Беларусь"
2874
 
2875
  # Belgium
2876
- #: ../admin/view/wp-slimstat-reports.php:1785
2877
  msgid "c-be"
2878
  msgstr "Бельгія"
2879
 
2880
  # Belize
2881
- #: ../admin/view/wp-slimstat-reports.php:1785
2882
  msgid "c-bz"
2883
  msgstr "Беліз"
2884
 
2885
  # Benin
2886
- #: ../admin/view/wp-slimstat-reports.php:1785
2887
  msgid "c-bj"
2888
  msgstr "Бенін"
2889
 
2890
  # Bermuda
2891
- #: ../admin/view/wp-slimstat-reports.php:1785
2892
  msgid "c-bm"
2893
  msgstr "Бэрмудзкія выспы"
2894
 
2895
  # Bhutan
2896
- #: ../admin/view/wp-slimstat-reports.php:1785
2897
  msgid "c-bt"
2898
  msgstr "Бутан"
2899
 
2900
  # Bolivia
2901
- #: ../admin/view/wp-slimstat-reports.php:1785
2902
  msgid "c-bo"
2903
  msgstr "Балівія"
2904
 
2905
  # Bosnia and Herzegovina
2906
- #: ../admin/view/wp-slimstat-reports.php:1785
2907
  msgid "c-ba"
2908
  msgstr "Боснія і Герцагавіна"
2909
 
2910
  # Botswana
2911
- #: ../admin/view/wp-slimstat-reports.php:1785
2912
  msgid "c-bw"
2913
  msgstr "Батсвана"
2914
 
2915
  # Brazil
2916
- #: ../admin/view/wp-slimstat-reports.php:1785
2917
  msgid "c-br"
2918
  msgstr "Бразілія"
2919
 
2920
  # Brunei Darussalam
2921
- #: ../admin/view/wp-slimstat-reports.php:1785
2922
  msgid "c-bn"
2923
  msgstr "Бруней Даруссалам"
2924
 
2925
  # Bulgaria
2926
- #: ../admin/view/wp-slimstat-reports.php:1785
2927
  msgid "c-bg"
2928
  msgstr "Балгарыя"
2929
 
2930
  # Burkina Faso
2931
- #: ../admin/view/wp-slimstat-reports.php:1785
2932
  msgid "c-bf"
2933
  msgstr "Буркіна-Фасо"
2934
 
2935
  # Burundi
2936
- #: ../admin/view/wp-slimstat-reports.php:1785
2937
  msgid "c-bi"
2938
  msgstr "Бурундзі"
2939
 
2940
  # Cambodia
2941
- #: ../admin/view/wp-slimstat-reports.php:1785
2942
  msgid "c-kh"
2943
  msgstr "Камбоджа"
2944
 
2945
  # Cameroon
2946
- #: ../admin/view/wp-slimstat-reports.php:1785
2947
  msgid "c-cm"
2948
  msgstr "Камерун"
2949
 
2950
  # Canada
2951
- #: ../admin/view/wp-slimstat-reports.php:1785
2952
  msgid "c-ca"
2953
  msgstr "Канада"
2954
 
2955
  # Cape Verde
2956
- #: ../admin/view/wp-slimstat-reports.php:1785
2957
  msgid "c-cv"
2958
  msgstr "Каба-Вэрдэ"
2959
 
2960
  # Cayman Islands
2961
- #: ../admin/view/wp-slimstat-reports.php:1785
2962
  msgid "c-ky"
2963
  msgstr "Кайманавы выспы"
2964
 
2965
  # Central African Republic
2966
- #: ../admin/view/wp-slimstat-reports.php:1785
2967
  msgid "c-cf"
2968
  msgstr "Цэнтральна-Афрыканская Рэспубліка"
2969
 
2970
  # Chad
2971
- #: ../admin/view/wp-slimstat-reports.php:1785
2972
  msgid "c-td"
2973
  msgstr "Чад"
2974
 
2975
  # Chile
2976
- #: ../admin/view/wp-slimstat-reports.php:1785
2977
  msgid "c-cl"
2978
  msgstr "Чылі"
2979
 
2980
  # China
2981
- #: ../admin/view/wp-slimstat-reports.php:1785
2982
  msgid "c-cn"
2983
  msgstr "Кітай"
2984
 
2985
  # Colombia
2986
- #: ../admin/view/wp-slimstat-reports.php:1785
2987
  msgid "c-co"
2988
  msgstr "Калумбія"
2989
 
2990
  # Comoros
2991
- #: ../admin/view/wp-slimstat-reports.php:1785
2992
  msgid "c-km"
2993
  msgstr "Каморскія выспы"
2994
 
2995
  # Congo
2996
- #: ../admin/view/wp-slimstat-reports.php:1785
2997
  msgid "c-cg"
2998
  msgstr "Конга"
2999
 
3000
  # The Democratic Republic of the Congo
3001
- #: ../admin/view/wp-slimstat-reports.php:1785
3002
  msgid "c-cd"
3003
  msgstr "Дэмакратычная Рэспубліка Конга"
3004
 
3005
  # Costa Rica
3006
- #: ../admin/view/wp-slimstat-reports.php:1785
3007
  msgid "c-cr"
3008
  msgstr "Коста-Рыка"
3009
 
3010
  # Côte d'Ivoire
3011
- #: ../admin/view/wp-slimstat-reports.php:1785
3012
  msgid "c-ci"
3013
  msgstr "Бераг Слановай Косці"
3014
 
3015
  # Croatia
3016
- #: ../admin/view/wp-slimstat-reports.php:1785
3017
  msgid "c-hr"
3018
  msgstr "Харватыя"
3019
 
3020
  # Cuba
3021
- #: ../admin/view/wp-slimstat-reports.php:1785
3022
  msgid "c-cu"
3023
  msgstr "Куба"
3024
 
3025
  # Cyprus
3026
- #: ../admin/view/wp-slimstat-reports.php:1785
3027
  msgid "c-cy"
3028
  msgstr "Кіпр"
3029
 
3030
  # Czech Republic
3031
- #: ../admin/view/wp-slimstat-reports.php:1785
3032
  msgid "c-cz"
3033
  msgstr "Чэская Рэспубліка"
3034
 
3035
  # Denmark
3036
- #: ../admin/view/wp-slimstat-reports.php:1785
3037
  msgid "c-dk"
3038
  msgstr "Данія"
3039
 
3040
  # Djibouti
3041
- #: ../admin/view/wp-slimstat-reports.php:1785
3042
  msgid "c-dj"
3043
  msgstr "Джыбуці"
3044
 
3045
  # Dominica
3046
- #: ../admin/view/wp-slimstat-reports.php:1785
3047
  msgid "c-dm"
3048
  msgstr "Дамініка"
3049
 
3050
  # Dominican Republic
3051
- #: ../admin/view/wp-slimstat-reports.php:1785
3052
  msgid "c-do"
3053
  msgstr "Дамініканская Рэспубліка"
3054
 
3055
  # Ecuador
3056
- #: ../admin/view/wp-slimstat-reports.php:1785
3057
  msgid "c-ec"
3058
  msgstr "Эквадор"
3059
 
3060
  # Egypt
3061
- #: ../admin/view/wp-slimstat-reports.php:1785
3062
  msgid "c-eg"
3063
  msgstr "Егіпет"
3064
 
3065
  # El Salvador
3066
- #: ../admin/view/wp-slimstat-reports.php:1785
3067
  msgid "c-sv"
3068
  msgstr "Сальвадор"
3069
 
3070
  # Equatorial Guinea
3071
- #: ../admin/view/wp-slimstat-reports.php:1785
3072
  msgid "c-gq"
3073
  msgstr "Экватарыяльная Гвінея"
3074
 
3075
  # Eritrea
3076
- #: ../admin/view/wp-slimstat-reports.php:1785
3077
  msgid "c-er"
3078
  msgstr "Эрытрэя"
3079
 
3080
  # Estonia
3081
- #: ../admin/view/wp-slimstat-reports.php:1785
3082
  msgid "c-ee"
3083
  msgstr "Эстонія"
3084
 
3085
  # Ethiopia
3086
- #: ../admin/view/wp-slimstat-reports.php:1785
3087
  msgid "c-et"
3088
  msgstr "Эфіопія"
3089
 
3090
  # Faroe Islands
3091
- #: ../admin/view/wp-slimstat-reports.php:1785
3092
  msgid "c-fo"
3093
  msgstr "Фарэрскія выспы"
3094
 
3095
  # Falkland Islands (Malvinas)
3096
- #: ../admin/view/wp-slimstat-reports.php:1785
3097
  msgid "c-fk"
3098
  msgstr "Фалклендскія (Мальвінскія) выспы"
3099
 
3100
  # Fiji
3101
- #: ../admin/view/wp-slimstat-reports.php:1785
3102
  msgid "c-fj"
3103
  msgstr "Фіджы"
3104
 
3105
  # Finland
3106
- #: ../admin/view/wp-slimstat-reports.php:1785
3107
  msgid "c-fi"
3108
  msgstr "Фінляндыя"
3109
 
3110
  # France
3111
- #: ../admin/view/wp-slimstat-reports.php:1785
3112
  msgid "c-fr"
3113
  msgstr "Францыя"
3114
 
3115
  # French Guiana
3116
- #: ../admin/view/wp-slimstat-reports.php:1785
3117
  msgid "c-gf"
3118
  msgstr "Французская Гвіяна"
3119
 
3120
  # Gabon
3121
- #: ../admin/view/wp-slimstat-reports.php:1785
3122
  msgid "c-ga"
3123
  msgstr "Габон"
3124
 
3125
  # Gambia
3126
- #: ../admin/view/wp-slimstat-reports.php:1785
3127
  msgid "c-gm"
3128
  msgstr "Гамбія"
3129
 
3130
  # Georgia
3131
- #: ../admin/view/wp-slimstat-reports.php:1785
3132
  msgid "c-ge"
3133
  msgstr "Грузія"
3134
 
3135
  # Germany
3136
- #: ../admin/view/wp-slimstat-reports.php:1785
3137
  msgid "c-de"
3138
  msgstr "Германія"
3139
 
3140
  # Ghana
3141
- #: ../admin/view/wp-slimstat-reports.php:1785
3142
  msgid "c-gh"
3143
  msgstr "Гана"
3144
 
3145
  # Greece
3146
- #: ../admin/view/wp-slimstat-reports.php:1785
3147
  msgid "c-gr"
3148
  msgstr "Грэцыя"
3149
 
3150
  # Greenland
3151
- #: ../admin/view/wp-slimstat-reports.php:1785
3152
  msgid "c-gl"
3153
  msgstr "Грэнландыя"
3154
 
3155
  # Grenada
3156
- #: ../admin/view/wp-slimstat-reports.php:1785
3157
  msgid "c-gd"
3158
  msgstr "Грэнада"
3159
 
3160
  # Guadeloupe
3161
- #: ../admin/view/wp-slimstat-reports.php:1785
3162
  msgid "c-gp"
3163
  msgstr "Гвадэлупа"
3164
 
3165
  # Guatemala
3166
- #: ../admin/view/wp-slimstat-reports.php:1785
3167
  msgid "c-gt"
3168
  msgstr "Гватэмала"
3169
 
3170
  # Guinea
3171
- #: ../admin/view/wp-slimstat-reports.php:1785
3172
  msgid "c-gn"
3173
  msgstr "Гвінея"
3174
 
3175
  # Guinea-Bissau
3176
- #: ../admin/view/wp-slimstat-reports.php:1785
3177
  msgid "c-gw"
3178
  msgstr "Гвінея-Бісаў"
3179
 
3180
  # Guyana
3181
- #: ../admin/view/wp-slimstat-reports.php:1785
3182
  msgid "c-gy"
3183
  msgstr "Гаяна"
3184
 
3185
  # Haiti
3186
- #: ../admin/view/wp-slimstat-reports.php:1785
3187
  msgid "c-ht"
3188
  msgstr "Гаіці"
3189
 
3190
  # Honduras
3191
- #: ../admin/view/wp-slimstat-reports.php:1785
3192
  msgid "c-hn"
3193
  msgstr "Гандурас"
3194
 
3195
  # Hong Kong
3196
- #: ../admin/view/wp-slimstat-reports.php:1785
3197
  msgid "c-hk"
3198
  msgstr "Ганконг"
3199
 
3200
  # Hungary
3201
- #: ../admin/view/wp-slimstat-reports.php:1785
3202
  msgid "c-hu"
3203
  msgstr "Венгрыя"
3204
 
3205
  # Iceland
3206
- #: ../admin/view/wp-slimstat-reports.php:1785
3207
  msgid "c-is"
3208
  msgstr "Ісландыя"
3209
 
3210
  # India
3211
- #: ../admin/view/wp-slimstat-reports.php:1785
3212
  msgid "c-in"
3213
  msgstr "Індыя"
3214
 
3215
  # Indonesia
3216
- #: ../admin/view/wp-slimstat-reports.php:1785
3217
  msgid "c-id"
3218
  msgstr "Інданезія"
3219
 
3220
  # Islamic Republic of Iran
3221
- #: ../admin/view/wp-slimstat-reports.php:1785
3222
  msgid "c-ir"
3223
  msgstr "Ісламская Рэспубліка Іран"
3224
 
3225
  # Iraq
3226
- #: ../admin/view/wp-slimstat-reports.php:1785
3227
  msgid "c-iq"
3228
  msgstr "Ірак"
3229
 
3230
  # Ireland
3231
- #: ../admin/view/wp-slimstat-reports.php:1785
3232
  msgid "c-ie"
3233
  msgstr "Ірландыя"
3234
 
3235
  # Israel
3236
- #: ../admin/view/wp-slimstat-reports.php:1785
3237
  msgid "c-il"
3238
  msgstr "Ізраіль"
3239
 
3240
  # Italy
3241
- #: ../admin/view/wp-slimstat-reports.php:1785
3242
  msgid "c-it"
3243
  msgstr "Італія"
3244
 
3245
  # Jamaica
3246
- #: ../admin/view/wp-slimstat-reports.php:1785
3247
  msgid "c-jm"
3248
  msgstr "Ямайка"
3249
 
3250
  # Japan
3251
- #: ../admin/view/wp-slimstat-reports.php:1785
3252
  msgid "c-jp"
3253
  msgstr "Японія"
3254
 
3255
  # Jordan
3256
- #: ../admin/view/wp-slimstat-reports.php:1785
3257
  msgid "c-jo"
3258
  msgstr "Іарданія"
3259
 
3260
  # Kazakhstan
3261
- #: ../admin/view/wp-slimstat-reports.php:1785
3262
  msgid "c-kz"
3263
  msgstr "Казахстан"
3264
 
3265
  # Kenya
3266
- #: ../admin/view/wp-slimstat-reports.php:1785
3267
  msgid "c-ke"
3268
  msgstr "Кенія"
3269
 
3270
  # Nauru
3271
- #: ../admin/view/wp-slimstat-reports.php:1785
3272
  msgid "c-nr"
3273
  msgstr "Науру"
3274
 
3275
  # Democratic People's Republic of Korea
3276
- #: ../admin/view/wp-slimstat-reports.php:1785
3277
  msgid "c-kp"
3278
  msgstr "Карэйская Народна-Дэмакратычная Рэспубліка"
3279
 
3280
  # Republic of Korea
3281
- #: ../admin/view/wp-slimstat-reports.php:1785
3282
  msgid "c-kr"
3283
  msgstr "Рэспубліка Карэя"
3284
 
3285
- #: ../admin/view/wp-slimstat-reports.php:1785
3286
  msgid "c-kv"
3287
  msgstr "Косава"
3288
 
3289
  # Kuwait
3290
- #: ../admin/view/wp-slimstat-reports.php:1785
3291
  msgid "c-kw"
3292
  msgstr "Кувейт"
3293
 
3294
  # Kyrgyzstan
3295
- #: ../admin/view/wp-slimstat-reports.php:1785
3296
  msgid "c-kg"
3297
  msgstr "Кіргізія"
3298
 
3299
  # Lao People's Democratic Republic
3300
- #: ../admin/view/wp-slimstat-reports.php:1785
3301
  msgid "c-la"
3302
  msgstr "Лаоскай Народна-Дэмакратычная Рэспубліка"
3303
 
3304
  # Latvia
3305
- #: ../admin/view/wp-slimstat-reports.php:1785
3306
  msgid "c-lv"
3307
  msgstr "Латвія"
3308
 
3309
  # Lebanon
3310
- #: ../admin/view/wp-slimstat-reports.php:1785
3311
  msgid "c-lb"
3312
  msgstr "Ліван"
3313
 
3314
  # Lesotho
3315
- #: ../admin/view/wp-slimstat-reports.php:1785
3316
  msgid "c-ls"
3317
  msgstr "Лесота"
3318
 
3319
  # Liberia
3320
- #: ../admin/view/wp-slimstat-reports.php:1785
3321
  msgid "c-lr"
3322
  msgstr "Ліберыя"
3323
 
3324
  # Libyan Arab Jamahiriya
3325
- #: ../admin/view/wp-slimstat-reports.php:1785
3326
  msgid "c-ly"
3327
  msgstr "Лівійская Араб Джамахірыя"
3328
 
3329
  # Liechtenstein
3330
- #: ../admin/view/wp-slimstat-reports.php:1785
3331
  msgid "c-li"
3332
  msgstr "Ліхтэнштэйн"
3333
 
3334
  # Lithuania
3335
- #: ../admin/view/wp-slimstat-reports.php:1785
3336
  msgid "c-lt"
3337
  msgstr "Літва"
3338
 
3339
  # Luxembourg
3340
- #: ../admin/view/wp-slimstat-reports.php:1785
3341
  msgid "c-lu"
3342
  msgstr "Люксембург"
3343
 
3344
  # The Former Yugoslav Republic of Macedonia
3345
- #: ../admin/view/wp-slimstat-reports.php:1785
3346
  msgid "c-mk"
3347
  msgstr "Былая югаслаўская Рэспубліка Македонія"
3348
 
3349
  # Madagascar
3350
- #: ../admin/view/wp-slimstat-reports.php:1785
3351
  msgid "c-mg"
3352
  msgstr "Мадагаскар"
3353
 
3354
  # Malawi
3355
- #: ../admin/view/wp-slimstat-reports.php:1785
3356
  msgid "c-mw"
3357
  msgstr "Малаві"
3358
 
3359
  # Malaysia
3360
- #: ../admin/view/wp-slimstat-reports.php:1785
3361
  msgid "c-my"
3362
  msgstr "Малайзія"
3363
 
3364
  # Mali
3365
- #: ../admin/view/wp-slimstat-reports.php:1785
3366
  msgid "c-ml"
3367
  msgstr "Малі"
3368
 
3369
  # Malta
3370
- #: ../admin/view/wp-slimstat-reports.php:1785
3371
  msgid "c-mt"
3372
  msgstr "Мальта"
3373
 
3374
  # Martinique
3375
- #: ../admin/view/wp-slimstat-reports.php:1785
3376
  msgid "c-mq"
3377
  msgstr "Марцініка"
3378
 
3379
  # Mauritania
3380
- #: ../admin/view/wp-slimstat-reports.php:1785
3381
  msgid "c-mr"
3382
  msgstr "Маўрытанія"
3383
 
3384
  # Mauritius
3385
- #: ../admin/view/wp-slimstat-reports.php:1785
3386
  msgid "c-mu"
3387
  msgstr "Маўрыкій"
3388
 
3389
  # Mexico
3390
- #: ../admin/view/wp-slimstat-reports.php:1785
3391
  msgid "c-mx"
3392
  msgstr "Мехіка"
3393
 
3394
  # Moldova
3395
- #: ../admin/view/wp-slimstat-reports.php:1785
3396
  msgid "c-md"
3397
  msgstr "Малдова"
3398
 
3399
  # Mongolia
3400
- #: ../admin/view/wp-slimstat-reports.php:1785
3401
  msgid "c-mn"
3402
  msgstr "Манголія"
3403
 
3404
  # Montenegro
3405
- #: ../admin/view/wp-slimstat-reports.php:1785
3406
  msgid "c-me"
3407
  msgstr "Чарнагорыя"
3408
 
3409
  # Montserrat
3410
- #: ../admin/view/wp-slimstat-reports.php:1785
3411
  msgid "c-ms"
3412
  msgstr "Мансерат"
3413
 
3414
  # Morocco
3415
- #: ../admin/view/wp-slimstat-reports.php:1785
3416
  msgid "c-ma"
3417
  msgstr "Марока"
3418
 
3419
  # Mozambique
3420
- #: ../admin/view/wp-slimstat-reports.php:1785
3421
  msgid "c-mz"
3422
  msgstr "Мазамбік"
3423
 
3424
  # Myanmar
3425
- #: ../admin/view/wp-slimstat-reports.php:1785
3426
  msgid "c-mm"
3427
  msgstr "М'янма"
3428
 
3429
  # Namibia
3430
- #: ../admin/view/wp-slimstat-reports.php:1785
3431
  msgid "c-na"
3432
  msgstr "Намібія"
3433
 
3434
  # Nepal
3435
- #: ../admin/view/wp-slimstat-reports.php:1785
3436
  msgid "c-np"
3437
  msgstr "Непал"
3438
 
3439
  # Netherlands
3440
- #: ../admin/view/wp-slimstat-reports.php:1785
3441
  msgid "c-nl"
3442
  msgstr "Нідэрланды"
3443
 
3444
  # New Caledonia
3445
- #: ../admin/view/wp-slimstat-reports.php:1785
3446
  msgid "c-nc"
3447
  msgstr "Новая Каледонія"
3448
 
3449
  # New Zealand
3450
- #: ../admin/view/wp-slimstat-reports.php:1785
3451
  msgid "c-nz"
3452
  msgstr "Новая Зеландыя"
3453
 
3454
  # Nicaragua
3455
- #: ../admin/view/wp-slimstat-reports.php:1785
3456
  msgid "c-ni"
3457
  msgstr "Нікарагуа"
3458
 
3459
  # Niger
3460
- #: ../admin/view/wp-slimstat-reports.php:1785
3461
  msgid "c-ne"
3462
  msgstr "Нігер"
3463
 
3464
  # Nigeria
3465
- #: ../admin/view/wp-slimstat-reports.php:1785
3466
  msgid "c-ng"
3467
  msgstr "Нігерыя"
3468
 
3469
  # Norway
3470
- #: ../admin/view/wp-slimstat-reports.php:1785
3471
  msgid "c-no"
3472
  msgstr "Нарвегія"
3473
 
3474
  # Oman
3475
- #: ../admin/view/wp-slimstat-reports.php:1785
3476
  msgid "c-om"
3477
  msgstr "Аман"
3478
 
3479
  # Pakistan
3480
- #: ../admin/view/wp-slimstat-reports.php:1785
3481
  msgid "c-pk"
3482
  msgstr "Пакістан"
3483
 
3484
  # Palau
3485
- #: ../admin/view/wp-slimstat-reports.php:1785
3486
  msgid "c-pw"
3487
  msgstr "Палаў"
3488
 
3489
  # Occupied Palestinian Territory
3490
- #: ../admin/view/wp-slimstat-reports.php:1785
3491
  msgid "c-ps"
3492
  msgstr "Акупаваная палестынская тэрыторыя"
3493
 
3494
  # Panama
3495
- #: ../admin/view/wp-slimstat-reports.php:1785
3496
  msgid "c-pa"
3497
  msgstr "Панама"
3498
 
3499
  # Papua New Guinea
3500
- #: ../admin/view/wp-slimstat-reports.php:1785
3501
  msgid "c-pg"
3502
  msgstr "Папуа-Новая Гвінея"
3503
 
3504
  # Paraguay
3505
- #: ../admin/view/wp-slimstat-reports.php:1785
3506
  msgid "c-py"
3507
  msgstr "Парагвай"
3508
 
3509
  # Peru
3510
- #: ../admin/view/wp-slimstat-reports.php:1785
3511
  msgid "c-pe"
3512
  msgstr "Перу"
3513
 
3514
  # Philippines
3515
- #: ../admin/view/wp-slimstat-reports.php:1785
3516
  msgid "c-ph"
3517
  msgstr "Філіпіны"
3518
 
3519
  # Poland
3520
- #: ../admin/view/wp-slimstat-reports.php:1785
3521
  msgid "c-pl"
3522
  msgstr "Польшча"
3523
 
3524
  # Portugal
3525
- #: ../admin/view/wp-slimstat-reports.php:1785
3526
  msgid "c-pt"
3527
  msgstr "Партугалія"
3528
 
3529
  # Puerto Rico
3530
- #: ../admin/view/wp-slimstat-reports.php:1785
3531
  msgid "c-pr"
3532
  msgstr "Пуэрта-Рыка"
3533
 
3534
  # Qatar
3535
- #: ../admin/view/wp-slimstat-reports.php:1785
3536
  msgid "c-qa"
3537
  msgstr "Катар"
3538
 
3539
  # Réunion
3540
- #: ../admin/view/wp-slimstat-reports.php:1785
3541
  msgid "c-re"
3542
  msgstr "Рэюньён"
3543
 
3544
  # Romania
3545
- #: ../admin/view/wp-slimstat-reports.php:1785
3546
  msgid "c-ro"
3547
  msgstr "Румынія"
3548
 
3549
  # Russian Federation
3550
- #: ../admin/view/wp-slimstat-reports.php:1785
3551
  msgid "c-ru"
3552
  msgstr "Расія"
3553
 
3554
  # Rwanda
3555
- #: ../admin/view/wp-slimstat-reports.php:1785
3556
  msgid "c-rw"
3557
  msgstr "Руанда"
3558
 
3559
  # Saint Kitts and Nevis
3560
- #: ../admin/view/wp-slimstat-reports.php:1785
3561
  msgid "c-kn"
3562
  msgstr "Сэнт-Кітс і Нэвіс"
3563
 
3564
  # Saint Lucia
3565
- #: ../admin/view/wp-slimstat-reports.php:1785
3566
  msgid "c-lc"
3567
  msgstr "Сэнт-Люсія"
3568
 
3569
  # Saint Martin
3570
- #: ../admin/view/wp-slimstat-reports.php:1785
3571
  msgid "c-mf"
3572
  msgstr "Сен-Мартэн"
3573
 
3574
  # Saint Vincent and the Grenadines
3575
- #: ../admin/view/wp-slimstat-reports.php:1785
3576
  msgid "c-vc"
3577
  msgstr "Сэнт-Вінсэнт і Грэнадыны"
3578
 
3579
  # Samoa
3580
- #: ../admin/view/wp-slimstat-reports.php:1785
3581
  msgid "c-ws"
3582
  msgstr "Самоа"
3583
 
3584
  # Sao Tome and Principe
3585
- #: ../admin/view/wp-slimstat-reports.php:1785
3586
  msgid "c-st"
3587
  msgstr "Сан-Томе і Прынсэп"
3588
 
3589
  # Saudi Arabia
3590
- #: ../admin/view/wp-slimstat-reports.php:1785
3591
  msgid "c-sa"
3592
  msgstr "Саўдаўская Аравія"
3593
 
3594
  # Senegal
3595
- #: ../admin/view/wp-slimstat-reports.php:1785
3596
  msgid "c-sn"
3597
  msgstr "Сенегал"
3598
 
3599
  # Serbia
3600
- #: ../admin/view/wp-slimstat-reports.php:1785
3601
  msgid "c-rs"
3602
  msgstr "Сербія"
3603
 
3604
  # Sierra Leone
3605
- #: ../admin/view/wp-slimstat-reports.php:1785
3606
  msgid "c-sl"
3607
  msgstr "Сьера-Леонэ"
3608
 
3609
  # Singapore
3610
- #: ../admin/view/wp-slimstat-reports.php:1785
3611
  msgid "c-sg"
3612
  msgstr "Сінгапур"
3613
 
3614
  # Slovakia
3615
- #: ../admin/view/wp-slimstat-reports.php:1785
3616
  msgid "c-sk"
3617
  msgstr "Славакія"
3618
 
3619
  # Slovenia
3620
- #: ../admin/view/wp-slimstat-reports.php:1785
3621
  msgid "c-si"
3622
  msgstr "Славенія"
3623
 
3624
  # Solomon Islands
3625
- #: ../admin/view/wp-slimstat-reports.php:1785
3626
  msgid "c-sb"
3627
  msgstr "Саламонавы выспы"
3628
 
3629
  # Somalia
3630
- #: ../admin/view/wp-slimstat-reports.php:1785
3631
  msgid "c-so"
3632
  msgstr "Самалі"
3633
 
3634
  # South Africa
3635
- #: ../admin/view/wp-slimstat-reports.php:1785
3636
  msgid "c-za"
3637
  msgstr "Паўднёвая Афрыка"
3638
 
3639
  # South Georgia and the South Sandwich Islands
3640
- #: ../admin/view/wp-slimstat-reports.php:1785
3641
  msgid "c-gs"
3642
  msgstr "Паўднёвая Джорджыя і Паўднёвыя Сандвічавы астравы"
3643
 
3644
  # Spain
3645
- #: ../admin/view/wp-slimstat-reports.php:1785
3646
  msgid "c-es"
3647
  msgstr "Іспанія"
3648
 
3649
  # Sri Lanka
3650
- #: ../admin/view/wp-slimstat-reports.php:1785
3651
  msgid "c-lk"
3652
  msgstr "Шры Ланка"
3653
 
3654
- #: ../admin/view/wp-slimstat-reports.php:1785
3655
  msgid "c-sc"
3656
  msgstr "Сейшэльскія выспы"
3657
 
3658
  # Sudan
3659
- #: ../admin/view/wp-slimstat-reports.php:1785
3660
  msgid "c-sd"
3661
  msgstr "Судан"
3662
 
3663
- #: ../admin/view/wp-slimstat-reports.php:1785
3664
  msgid "c-ss"
3665
  msgstr "Паўднёвы Судан"
3666
 
3667
  # Suriname
3668
- #: ../admin/view/wp-slimstat-reports.php:1785
3669
  msgid "c-sr"
3670
  msgstr "Сурынам"
3671
 
3672
  # Svalbard and Jan Mayen
3673
- #: ../admin/view/wp-slimstat-reports.php:1785
3674
  msgid "c-sj"
3675
  msgstr "Шпіцбэрген і Ян-Майен"
3676
 
3677
  # Swaziland
3678
- #: ../admin/view/wp-slimstat-reports.php:1785
3679
  msgid "c-sz"
3680
  msgstr "Свазіленд"
3681
 
3682
  # Sweden
3683
- #: ../admin/view/wp-slimstat-reports.php:1785
3684
  msgid "c-se"
3685
  msgstr "Швецыя"
3686
 
3687
  # Switzerland
3688
- #: ../admin/view/wp-slimstat-reports.php:1785
3689
  msgid "c-ch"
3690
  msgstr "Швейцарыя"
3691
 
3692
  # Syrian Arab Republic
3693
- #: ../admin/view/wp-slimstat-reports.php:1785
3694
  msgid "c-sy"
3695
  msgstr "Сірыйская Арабская Рэспубліка"
3696
 
3697
  # Taiwan, Province of China
3698
- #: ../admin/view/wp-slimstat-reports.php:1785
3699
  msgid "c-tw"
3700
  msgstr "Тайвань"
3701
 
3702
  # Tajikistan
3703
- #: ../admin/view/wp-slimstat-reports.php:1785
3704
  msgid "c-tj"
3705
  msgstr "Таджыкістан"
3706
 
3707
  # United Republic of Tanzania
3708
- #: ../admin/view/wp-slimstat-reports.php:1785
3709
  msgid "c-tz"
3710
  msgstr "Аб'яднаная Рэспубліка Танзанія"
3711
 
3712
  # Thailand
3713
- #: ../admin/view/wp-slimstat-reports.php:1785
3714
  msgid "c-th"
3715
  msgstr "Тайланд"
3716
 
3717
  # Timor-Leste
3718
- #: ../admin/view/wp-slimstat-reports.php:1785
3719
  msgid "c-tl"
3720
  msgstr "Усходні Тымор"
3721
 
3722
  # Togo
3723
- #: ../admin/view/wp-slimstat-reports.php:1785
3724
  msgid "c-tg"
3725
  msgstr "Таго"
3726
 
3727
  # Tonga
3728
- #: ../admin/view/wp-slimstat-reports.php:1785
3729
  msgid "c-to"
3730
  msgstr "Тонга"
3731
 
3732
  # Trinidad and Tobago
3733
- #: ../admin/view/wp-slimstat-reports.php:1785
3734
  msgid "c-tt"
3735
  msgstr "Трынідад і Табага"
3736
 
3737
  # Tunisia
3738
- #: ../admin/view/wp-slimstat-reports.php:1785
3739
  msgid "c-tn"
3740
  msgstr "Туніс"
3741
 
3742
  # Turkey
3743
- #: ../admin/view/wp-slimstat-reports.php:1785
3744
  msgid "c-tr"
3745
  msgstr "Турцыя"
3746
 
3747
  # Turkmenistan
3748
- #: ../admin/view/wp-slimstat-reports.php:1785
3749
  msgid "c-tm"
3750
  msgstr "Туркменістан"
3751
 
3752
  # Turks and Caicos Islands
3753
- #: ../admin/view/wp-slimstat-reports.php:1785
3754
  msgid "c-tc"
3755
  msgstr "Астравы Тэркс і Кайкас"
3756
 
3757
  # Uganda
3758
- #: ../admin/view/wp-slimstat-reports.php:1785
3759
  msgid "c-ug"
3760
  msgstr "Уганда"
3761
 
3762
  # Ukraine
3763
- #: ../admin/view/wp-slimstat-reports.php:1785
3764
  msgid "c-ua"
3765
  msgstr "Украіна"
3766
 
3767
  # United Arab Emirates
3768
- #: ../admin/view/wp-slimstat-reports.php:1785
3769
  msgid "c-ae"
3770
  msgstr "Аб'яднаныя Арабскія Эміраты"
3771
 
3772
  # United Kingdom
3773
- #: ../admin/view/wp-slimstat-reports.php:1785
3774
  msgid "c-gb"
3775
  msgstr "Злучанае Каралеўства"
3776
 
3777
  # United States
3778
- #: ../admin/view/wp-slimstat-reports.php:1785
3779
  msgid "c-us"
3780
  msgstr "ЗША"
3781
 
3782
  # Uruguay
3783
- #: ../admin/view/wp-slimstat-reports.php:1785
3784
  msgid "c-uy"
3785
  msgstr "Уругвай"
3786
 
3787
  # Uzbekistan
3788
- #: ../admin/view/wp-slimstat-reports.php:1785
3789
  msgid "c-uz"
3790
  msgstr "Узбекістан"
3791
 
3792
  # Vanuatu
3793
- #: ../admin/view/wp-slimstat-reports.php:1785
3794
  msgid "c-vu"
3795
  msgstr "Вануату"
3796
 
3797
  # Venezuela
3798
- #: ../admin/view/wp-slimstat-reports.php:1785
3799
  msgid "c-ve"
3800
  msgstr "Венесуэла"
3801
 
3802
  # Viet Nam
3803
- #: ../admin/view/wp-slimstat-reports.php:1785
3804
  msgid "c-vn"
3805
  msgstr "В'етнам"
3806
 
3807
  # British Virgin Islands
3808
- #: ../admin/view/wp-slimstat-reports.php:1785
3809
  msgid "c-vg"
3810
  msgstr "Брытанскія Віргінскія выспы"
3811
 
3812
  # U.S. Virgin Islands
3813
- #: ../admin/view/wp-slimstat-reports.php:1785
3814
  msgid "c-vi"
3815
  msgstr "Віргінскія астравы ЗША"
3816
 
3817
  # Western Sahara
3818
- #: ../admin/view/wp-slimstat-reports.php:1785
3819
  msgid "c-eh"
3820
  msgstr "Заходняя Сахара"
3821
 
3822
  # Yemen
3823
- #: ../admin/view/wp-slimstat-reports.php:1785
3824
  msgid "c-ye"
3825
  msgstr "Емен"
3826
 
3827
  # Zambia
3828
- #: ../admin/view/wp-slimstat-reports.php:1785
3829
  msgid "c-zm"
3830
  msgstr "Замбія"
3831
 
3832
  # Zimbabwe
3833
- #: ../admin/view/wp-slimstat-reports.php:1785
3834
  msgid "c-zw"
3835
  msgstr "Зімбабвэ"
3836
 
3837
  # Guernsey
3838
- #: ../admin/view/wp-slimstat-reports.php:1785
3839
  msgid "c-gg"
3840
  msgstr "Гернсі"
3841
 
3842
  # Jersey
3843
- #: ../admin/view/wp-slimstat-reports.php:1785
3844
  msgid "c-je"
3845
  msgstr "Джэрсі"
3846
 
3847
  # Isle of Man
3848
- #: ../admin/view/wp-slimstat-reports.php:1785
3849
  msgid "c-im"
3850
  msgstr "Востраў Мэн"
3851
 
3852
  # Maldives
3853
- #: ../admin/view/wp-slimstat-reports.php:1785
3854
  msgid "c-mv"
3855
  msgstr "Мальдывы"
3856
 
3857
- #: ../admin/view/wp-slimstat-reports.php:1786
3858
  msgid "c-eu"
3859
  msgstr "Еўропа"
3860
 
3861
- #: ../admin/view/wp-slimstat-reports.php:1863
3862
  msgid "src"
3863
  msgstr ""
3864
 
3865
- #: ../admin/view/wp-slimstat-reports.php:1867
3866
  msgid "serp"
3867
  msgstr "serp"
3868
 
3869
- #: ../admin/view/wp-slimstat-reports.php:1875
3870
  msgid "Go to the referring page"
3871
  msgstr "Перайсці да старонкі са спасылкай"
3872
 
3873
- #: ../admin/view/wp-slimstat-reports.php:1897
3874
  msgid "Remove filter for"
3875
  msgstr "Выдаліць фільтр для"
3876
 
3877
- #: ../admin/view/wp-slimstat-reports.php:1901
3878
  msgid "Save"
3879
  msgstr "Захаваць"
3880
 
3881
- #: ../admin/view/wp-slimstat-reports.php:1904
3882
  msgid "Reset All"
3883
  msgstr "Скінуць ўсе"
3884
 
3885
- #: ../admin/view/wp-slimstat-reports.php:1908
3886
  msgid "Current filters:"
3887
  msgstr "Бягучыя фільтры:"
3888
 
3889
- #: ../admin/wp-slimstat-admin.php:82
3890
- msgid "Access Log"
3891
- msgstr "часопіс доступу"
3892
-
3893
- #: ../admin/wp-slimstat-admin.php:88
3894
  msgid "Overview"
3895
  msgstr "агляд"
3896
 
3897
- #: ../admin/wp-slimstat-admin.php:94
3898
  msgid "Audience"
3899
  msgstr "публіка, гледачы"
3900
 
3901
- #: ../admin/wp-slimstat-admin.php:100
3902
  msgid "Site Analysis"
3903
  msgstr "аналіз сайта"
3904
 
3905
- #: ../admin/wp-slimstat-admin.php:118
3906
  msgid "Customize"
3907
  msgstr "Наладзіць"
3908
 
3909
- #: ../admin/wp-slimstat-admin.php:130
3910
  msgid "WordPress Dashboard"
3911
  msgstr "WordPress панэль"
3912
 
3913
- #: ../admin/wp-slimstat-admin.php:136
3914
  msgid "Inactive Reports"
3915
  msgstr "Неактыўныя справаздачы"
3916
 
3917
- #: ../admin/wp-slimstat-admin.php:502
3918
  msgid ""
3919
  "Slimstat attempted to upgrade your database structure, but the procedure "
3920
  "might not have been completed (temporary tables were detected in your "
@@ -3937,69 +3914,69 @@ msgstr ""
3937
  "Калі ласка, не саромейцеся звязацца з нашай службай падтрымкі, калі ў вас "
3938
  "ёсць якія-небудзь пытанні."
3939
 
3940
- #: ../admin/wp-slimstat-admin.php:820
3941
  msgid "SlimStat"
3942
  msgstr "SlimStat"
3943
 
3944
- #: ../admin/wp-slimstat-admin.php:878
3945
  msgid "Slimstat"
3946
  msgstr "Slimstat"
3947
 
3948
- #: ../admin/wp-slimstat-admin.php:968
3949
  msgid "Pageviews in the last "
3950
  msgstr "Прагляд старонак у апошнім"
3951
 
3952
- #: ../admin/wp-slimstat-admin.php:971
3953
  msgid "Unique IPs in the last "
3954
  msgstr "Унікальныя IP-адрасы ў апошнім"
3955
 
3956
- #: ../admin/wp-slimstat-admin.php:1005
3957
  #, php-format
3958
  msgid ""
3959
  " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3960
  msgstr "І каб сачыць за вашым вэб-трафікам з дапамогай %sSlimStat Analytics%s."
3961
 
3962
- #: ../admin/wp-slimstat-admin.php:1030
3963
  msgid "Show on screen"
3964
  msgstr "Паказваць на экране"
3965
 
3966
- #: ../admin/wp-slimstat-admin.php:1123
3967
  msgid "Already saved"
3968
  msgstr "Ужо захаваны"
3969
 
3970
- #: ../admin/wp-slimstat-admin.php:1131
3971
  msgid "Saved"
3972
  msgstr "Захавана"
3973
 
3974
- #: ../admin/wp-slimstat-admin.php:1151
3975
  msgid "Delete this filter"
3976
  msgstr "Выдаліць гэты фільтр"
3977
 
3978
- #: ../admin/wp-slimstat-admin.php:1233
3979
  msgid "On"
3980
  msgstr "уключана"
3981
 
3982
- #: ../admin/wp-slimstat-admin.php:1299
3983
  msgid "Save Changes"
3984
  msgstr "Захаваць змены"
3985
 
3986
- #: ../admin/wp-slimstat-admin.php:1342
3987
  msgid "There was an error updating the following options:"
3988
  msgstr "Была памылка абнаўлення па наступным параметрам:"
3989
 
3990
- #: ../admin/wp-slimstat-admin.php:1345
3991
  msgid "Your changes have been saved."
3992
  msgstr "Вашы змены былі захаваныя."
3993
 
3994
- #: ../admin/wp-slimstat-admin.php:1363
3995
  msgid "Definitions"
3996
  msgstr "Вызначэннi"
3997
 
3998
- #: ../admin/wp-slimstat-admin.php:1366
3999
  msgid "Pageview"
4000
  msgstr "Прагляд старонкі"
4001
 
4002
- #: ../admin/wp-slimstat-admin.php:1366
4003
  msgid ""
4004
  "A request to load a single HTML file (\"page\"). This should be contrasted "
4005
  "with a \"hit\", which refers to a request for any file from a web server. "
@@ -4010,11 +3987,11 @@ msgstr ""
4010
  "любога файла з вэб-сервера. Slimstat рэгіструе прагляд старонкі кожны раз, "
4011
  "калі выконваецца код адсочвання"
4012
 
4013
- #: ../admin/wp-slimstat-admin.php:1367
4014
  msgid "(Human) Visit"
4015
  msgstr "(Чалавек) Наведванне"
4016
 
4017
- #: ../admin/wp-slimstat-admin.php:1367
4018
  msgid ""
4019
  "A period of interaction between a visitor's browser and your website, ending "
4020
  "when the browser is closed or when the user has been inactive on that site "
@@ -4024,7 +4001,7 @@ msgstr ""
4024
  "сканчаецца пры закрыцці браўзэра або калі карыстальнік быў неактыўны на "
4025
  "гэтым сайце на працягу 30 хвілін"
4026
 
4027
- #: ../admin/wp-slimstat-admin.php:1368
4028
  msgid ""
4029
  "Any user who has left a comment on your blog, and is thus identified by "
4030
  "Wordpress as a returning visitor"
@@ -4032,11 +4009,11 @@ msgstr ""
4032
  "Любы карыстальнік, які пакінуў каментарый у вашым блогу, і, такім чынам, быу "
4033
  "вызначаны на Wordpress як вернуты наведвальнік"
4034
 
4035
- #: ../admin/wp-slimstat-admin.php:1369
4036
  msgid "Unique IP"
4037
  msgstr "Унікальны IP"
4038
 
4039
- #: ../admin/wp-slimstat-admin.php:1369
4040
  msgid ""
4041
  "Used to differentiate between multiple requests to download a file from one "
4042
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -4048,7 +4025,7 @@ msgstr ""
4048
  "адрасоў; так як гэта вымярэнне глядзіць толькі на інтэрнэт-адрас адкуль "
4049
  "прыйшла старонка, гэта карысна, але не ідэальна"
4050
 
4051
- #: ../admin/wp-slimstat-admin.php:1370
4052
  msgid ""
4053
  "the originating IP address of a client connecting to a web server through an "
4054
  "HTTP proxy or load balancer"
@@ -4056,11 +4033,11 @@ msgstr ""
4056
  "ініцыявальны IP-адрас кліента падлучэння да вэб-сервера праз проксі-сервер "
4057
  "HTTP цi кампенсатар нагрузкі"
4058
 
4059
- #: ../admin/wp-slimstat-admin.php:1371
4060
  msgid "Direct Traffic"
4061
  msgstr "прамы трафiк"
4062
 
4063
- #: ../admin/wp-slimstat-admin.php:1371
4064
  msgid ""
4065
  "All those people showing up to your Web site by typing in the URL of your "
4066
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -4070,11 +4047,11 @@ msgstr ""
4070
  "сайта або прыходзіць ад закладкі; некаторыя людзі таксама называюць гэта "
4071
  "\"трафік па змаўчанні\" ці \"навакольны трафік\""
4072
 
4073
- #: ../admin/wp-slimstat-admin.php:1372
4074
  msgid "Search Engine"
4075
  msgstr "Пошукавая сістэма"
4076
 
4077
- #: ../admin/wp-slimstat-admin.php:1372
4078
  msgid ""
4079
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4080
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -4082,17 +4059,17 @@ msgstr ""
4082
  "Google, Yahoo, MSN, Ask, іншыя; гэта вядро будзе ўключаць у сябе увесь ваш "
4083
  "арганічны i платны (PPC/SEM) трафік, так што будзiце у курсе, што"
4084
 
4085
- #: ../admin/wp-slimstat-admin.php:1373 ../admin/wp-slimstat-admin.php:1389
4086
  msgid "Keywords used by your visitors to find your website on a search engine"
4087
  msgstr ""
4088
  "Ключавыя словы, якімі карыстаюцца наведвальнікі, для пошуку вашага сайта ў "
4089
  "пошукавай сістэме"
4090
 
4091
- #: ../admin/wp-slimstat-admin.php:1374
4092
  msgid "SERP"
4093
  msgstr "serp"
4094
 
4095
- #: ../admin/wp-slimstat-admin.php:1374
4096
  msgid ""
4097
  "Short for search engine results page, the Web page that a search engine "
4098
  "returns with the results of its search. The value shown represents your rank "
@@ -4102,7 +4079,7 @@ msgstr ""
4102
  "старонцы. Значэнне, якое паказалі прадстаўляе свой ранг (або становішча) у "
4103
  "межах гэтага спісу вынікаў"
4104
 
4105
- #: ../admin/wp-slimstat-admin.php:1375
4106
  msgid ""
4107
  "Any program used for accessing a website; this includes browsers, robots, "
4108
  "spiders and any other program that was used to retrieve information from the "
@@ -4112,7 +4089,7 @@ msgstr ""
4112
  "сябе браўзэры, робаты, павукі і любыя іншыя праграмы, якiя выкарыстоуваюцца "
4113
  "для атрымання інфармацыі з сайта"
4114
 
4115
- #: ../admin/wp-slimstat-admin.php:1376
4116
  msgid ""
4117
  "A link from one domain to another is said to be outbound from its source "
4118
  "anchor and inbound to its target. This report lists all the links to other "
@@ -4122,27 +4099,27 @@ msgstr ""
4122
  "уязной да сваёй мэты. У гэтай справаздачы пералічаны ўсе спасылкі на іншыя "
4123
  "сайты вашых наведвальнікау."
4124
 
4125
- #: ../admin/wp-slimstat-admin.php:1383
4126
  msgid "Basic Filters"
4127
  msgstr "Асноўныя фільтры"
4128
 
4129
- #: ../admin/wp-slimstat-admin.php:1386
4130
  msgid "User agent (Firefox, Chrome, ...)"
4131
  msgstr "Агент карыстальніка (Firefox, Chrome, ...)"
4132
 
4133
- #: ../admin/wp-slimstat-admin.php:1387
4134
  msgid "2-letter code (us, ru, de, it, ...)"
4135
  msgstr "2-літарны код (us, ru, de, it, ...)"
4136
 
4137
- #: ../admin/wp-slimstat-admin.php:1388
4138
  msgid "IP"
4139
  msgstr "IP"
4140
 
4141
- #: ../admin/wp-slimstat-admin.php:1388
4142
  msgid "Visitor's public IP address"
4143
  msgstr "Публiчны IP-адрас наведвальніка"
4144
 
4145
- #: ../admin/wp-slimstat-admin.php:1390
4146
  msgid ""
4147
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4148
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -4152,7 +4129,7 @@ msgstr ""
4152
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
4153
  "a> ( першы слупок) для атрымання дадатковай інфармацыі"
4154
 
4155
- #: ../admin/wp-slimstat-admin.php:1391
4156
  msgid ""
4157
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4158
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -4162,19 +4139,19 @@ msgstr ""
4162
  "<a target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
4163
  "\"> старонцы кіраўніцтва </a> для атрымання дадатковай інфармацыі"
4164
 
4165
- #: ../admin/wp-slimstat-admin.php:1392
4166
  msgid "URL accessed on your site"
4167
  msgstr "URL-доступ на вашым сайце"
4168
 
4169
- #: ../admin/wp-slimstat-admin.php:1393
4170
  msgid "Complete address of the referrer page"
4171
  msgstr "Адрас"
4172
 
4173
- #: ../admin/wp-slimstat-admin.php:1394
4174
  msgid "Visitor's Name"
4175
  msgstr "Імя наведвальніка"
4176
 
4177
- #: ../admin/wp-slimstat-admin.php:1394
4178
  msgid ""
4179
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4180
  "comment"
@@ -4182,15 +4159,15 @@ msgstr ""
4182
  "Імёны наведвальнікаў у адпаведнасці з печыва, устаноўленыя Wordpress пасля "
4183
  "таго, як яны пакінуць каментарый"
4184
 
4185
- #: ../admin/wp-slimstat-admin.php:1402
4186
  msgid "Advanced Filters"
4187
  msgstr "Дадатковыя фільтры"
4188
 
4189
- #: ../admin/wp-slimstat-admin.php:1405
4190
  msgid "user agent version (9.0, 11, ...)"
4191
  msgstr "версія агента карыстальніка (9.0, 11, ...)"
4192
 
4193
- #: ../admin/wp-slimstat-admin.php:1406
4194
  msgid ""
4195
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4196
  "all others"
@@ -4198,11 +4175,11 @@ msgstr ""
4198
  "1 = пошукавы робат, 2 = мабільнае прылада, 3 = чытач сіндыкацыі, 0 = ўсе "
4199
  "астатнія"
4200
 
4201
- #: ../admin/wp-slimstat-admin.php:1407
4202
  msgid "Pageview Attributes"
4203
  msgstr "Атрыбуты прагляду старонак"
4204
 
4205
- #: ../admin/wp-slimstat-admin.php:1407
4206
  msgid ""
4207
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4208
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -4212,20 +4189,20 @@ msgstr ""
4212
  "праз <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4213
  "Link_prefetching_FAQ\">Link Prefetching</a> або падобныя метады"
4214
 
4215
- #: ../admin/wp-slimstat-admin.php:1408
4216
  msgid "author associated to that post/page when the resource was accessed"
4217
  msgstr "аўтар звязаны з запісам/старонкай, калі рэсурс быў даступны"
4218
 
4219
- #: ../admin/wp-slimstat-admin.php:1409
4220
  msgid "ID of the category/term associated to the resource, when available"
4221
  msgstr ""
4222
  "Ідэнтыфікатар катэгорыі / тэрмін, звязаны з рэсурсам, калі такія маюцца"
4223
 
4224
- #: ../admin/wp-slimstat-admin.php:1410
4225
  msgid "visitor's originating IP address, if available"
4226
  msgstr "выходны IP-адрас наведвальніка, калі такая маецца"
4227
 
4228
- #: ../admin/wp-slimstat-admin.php:1411
4229
  msgid ""
4230
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4231
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -4239,15 +4216,15 @@ msgstr ""
4239
  "\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional "
4240
  "Tags</a> для атрымання дадатковай інфармацыі"
4241
 
4242
- #: ../admin/wp-slimstat-admin.php:1412
4243
  msgid "Screen Resolution"
4244
  msgstr "Паказваць на экране"
4245
 
4246
- #: ../admin/wp-slimstat-admin.php:1412
4247
  msgid "viewport width and height (1024x768, 800x600, ...)"
4248
  msgstr "экран шырыня і вышыня (1024x768, 800x600, ...)"
4249
 
4250
- #: ../admin/wp-slimstat-admin.php:1413
4251
  msgid ""
4252
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4253
  "visitors"
@@ -4255,11 +4232,11 @@ msgstr ""
4255
  "як правіла, выкарыстоўваецца ў спалучэнні з <em>is not empty</em>, "
4256
  "ідэнтыфікуе чалавека наведвальнікаў"
4257
 
4258
- #: ../admin/wp-slimstat-admin.php:1414
4259
  msgid "Date Filters"
4260
  msgstr "Дата фільтры"
4261
 
4262
- #: ../admin/wp-slimstat-admin.php:1414
4263
  msgid ""
4264
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4265
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -4269,16 +4246,66 @@ msgstr ""
4269
  "выкарыстоўваць -1 i уключаць <em>to date</em> (i.e., day=1, month=1, "
4270
  "year=blank, interval=-1 will set a year-to-date filter)"
4271
 
4272
- #: ../admin/wp-slimstat-admin.php:1415
4273
  msgid "SERP Position"
4274
  msgstr "SERP Пазіцыя"
4275
 
4276
- #: ../admin/wp-slimstat-admin.php:1415
4277
  msgid ""
4278
  "set the filter to Referer contains cd=N&, where N is the position you are "
4279
  "looking for"
4280
  msgstr "ўсталяваць фільтр Referrer cd=N&, дзе N з'яўляецца палажэннем шука"
4281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4282
  #: ../languages/dynamic_strings.php:3
4283
  msgid "xx"
4284
  msgstr ""
@@ -5823,101 +5850,341 @@ msgstr "Невядомы"
5823
  msgid "c-xy"
5824
  msgstr "Лакальны IP"
5825
 
5826
- #: ../wp-slimstat.php:250 ../wp-slimstat.php:535
5827
- msgid "Notice: Pageview filtered by third-party code"
5828
- msgstr "Заўвага: Прагляд старонкі фільтруюцца іншым кодам"
 
 
 
 
5829
 
5830
- #: ../wp-slimstat.php:267
5831
  #, php-format
5832
- msgid "Error: Malformed URL %s"
5833
- msgstr "Памылка: Няправільны фармат URL% s"
 
 
 
 
 
5834
 
5835
  #: ../wp-slimstat.php:291
5836
  #, php-format
5837
- msgid "Notice: Referrer %s is blacklisted"
5838
- msgstr "Заўвага: реферр %s занесены ў чорны спіс"
 
 
 
 
 
5839
 
5840
- #: ../wp-slimstat.php:367
5841
  #, php-format
5842
- msgid "Notice: Permalink %s is blacklisted"
5843
- msgstr "Заўвага: Permalinks %s занесены ў чорны спіс"
5844
 
5845
- #: ../wp-slimstat.php:378
5846
- msgid "Error: Empty or not supported IP address format (IPv6)"
5847
- msgstr "Памылка: пустая або не падтрымліваецца фармат IP-адрас (IPv6)"
 
 
 
 
 
5848
 
5849
- #: ../wp-slimstat.php:387
5850
  #, php-format
5851
- msgid "Notice: Logged in user %s not tracked"
5852
- msgstr "Заўвага: аўтарызаваны карыстальнік %s не адсочваецца"
5853
 
5854
- #: ../wp-slimstat.php:395
5855
  #, php-format
5856
- msgid "Notice: User with capability %s not tracked"
5857
- msgstr "Заўвага: Карыстальнік з магчымасцю %s не адсочваецца"
5858
 
5859
- #: ../wp-slimstat.php:405
5860
  #, php-format
5861
- msgid "Notice: User %s is blacklisted"
5862
- msgstr "Заўвага: Карыстальнік %s занесены ў чорны спіс"
5863
 
5864
- #: ../wp-slimstat.php:426
5865
  #, php-format
5866
- msgid "Notice: Spammer %s not tracked"
5867
- msgstr "Заўвага: Спамер %s не адсочваецца"
5868
 
5869
- #: ../wp-slimstat.php:455
5870
  #, php-format
5871
- msgid "Notice: IP address %s is blacklisted"
5872
- msgstr "Заўвага: IP-адрас %s занесены ў чорны спіс"
5873
 
5874
- #: ../wp-slimstat.php:484
5875
  #, php-format
5876
- msgid "Notice: Country %s is blacklisted"
5877
- msgstr "Заўвага: краіна %s занесена ў чорны спіс"
5878
 
5879
- #: ../wp-slimstat.php:493
5880
- msgid "Notice: Prefetch requests are ignored"
5881
- msgstr "Заўвага: папярэднія запыты ігнаруюцца"
5882
 
5883
- #: ../wp-slimstat.php:509
5884
- msgid "Notice: Bot not tracked"
5885
- msgstr "Заўвага: праграма-робат не адсочваецца"
5886
 
5887
- #: ../wp-slimstat.php:518
5888
  #, php-format
5889
- msgid "Notice: Browser %s is blacklisted"
5890
- msgstr "Заўвага: Браўзэры %s занесены ў чорны спіс"
5891
-
5892
- #: ../wp-slimstat.php:553
5893
- msgid "Error:"
5894
- msgstr "Пасылка:"
5895
 
5896
- #: ../wp-slimstat.php:1012
5897
  msgid "Invalid payload string. Try clearing your WordPress cache."
5898
  msgstr ""
5899
  "Недапушчальная радок карыснай нагрузкі. Паспрабуйце ачысціць кэш WordPress."
5900
 
5901
- #: ../wp-slimstat.php:1022
5902
  msgid "Invalid data signature. Try clearing your WordPress cache."
5903
  msgstr "Няправільная подпіс дадзеных. Паспрабуйце ачысціць кэш WordPress."
5904
 
5905
- #: ../wp-slimstat.php:1116
5906
  msgid "There was an error downloading the MaxMind Geolite DB:"
5907
  msgstr "Памылка загрузкі MaxMind Geolite DB:"
5908
 
5909
- #: ../wp-slimstat.php:1124 ../wp-slimstat.php:1133
5910
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5911
  msgstr "Памылка пры адкрыцці архіва MaxMind Geolite DB."
5912
 
5913
- #: ../wp-slimstat.php:1128
5914
  msgid "Function gzopen not defined. Aborting."
5915
  msgstr "Функцыя gzopen не вызначана. "
5916
 
5917
- #: ../wp-slimstat.php:1138
5918
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5919
  msgstr "Памылка пры адкрыцці архiва MaxMind Geolite DB."
5920
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5921
  #~ msgid ""
5922
  #~ "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
5923
  #~ "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2017-02-26 15:10-0500\n"
7
+ "PO-Revision-Date: 2017-02-26 15:10-0500\n"
8
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
9
  "Language-Team: Natasha\n"
10
  "Language: be\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Generator: Poedit 1.8.12\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: _e;__\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
  "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
21
  "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
22
 
23
+ #: ../admin/config/index.php:22 ../admin/config/index.php:47
24
+ #: ../admin/config/index.php:72
25
  msgid ""
26
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
27
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
30
  "wordpress.org/Roles_and_Capabilities\" target=\"_new\"> гэтую старонку </a> "
31
  "для атрымання дадатковай інфармацыі"
32
 
33
+ #: ../admin/config/index.php:37
34
  msgid "Read access: username not found"
35
  msgstr "Доступ для чытання: імя карыстальніка не знойдзена"
36
 
37
+ #: ../admin/config/index.php:62
38
  msgid "Config access: username not found"
39
  msgstr "Канфігурацыя доступу: імя карыстальніка не знойдзена"
40
 
41
+ #: ../admin/config/index.php:81
42
  msgid "Basic"
43
  msgstr "Базавы"
44
 
45
+ #: ../admin/config/index.php:83 ../admin/config/index.php:104
46
  msgid "Tracker"
47
  msgstr "трэкер"
48
 
49
+ #: ../admin/config/index.php:84
50
  msgid "Enable Tracking"
51
  msgstr "Уключыць адсочванне"
52
 
53
+ #: ../admin/config/index.php:84
54
  msgid "Turn the tracker on or off, while keeping the reports accessible."
55
  msgstr ""
56
  "Уключыце трэкер або адключыць, захоўваючы пры гэтым даступныя справаздачы."
57
 
58
+ #: ../admin/config/index.php:85
59
  msgid "Tracking Mode"
60
  msgstr "рэжым сачэння"
61
 
62
+ #: ../admin/config/index.php:85
63
  msgid ""
64
  "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
65
  "Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
74
  "эфект у тым, што <strong> большасць спамераў, пошукавыя сістэмы і іншыя "
75
  "шукальнікі </strong> не будзе адсочвацца."
76
 
77
+ #: ../admin/config/index.php:85
78
  #, fuzzy
79
  msgid "Client"
80
  msgstr "З боку клiента"
81
 
82
+ #: ../admin/config/index.php:85
83
  #, fuzzy
84
  msgid "Server"
85
  msgstr "З боку сервера"
86
 
87
+ #: ../admin/config/index.php:86
88
  #, fuzzy
89
  msgid "Track Client Info"
90
  msgstr "рэжым сачэння"
91
 
92
+ #: ../admin/config/index.php:86
93
  #, fuzzy
94
  msgid ""
95
  "If this option is disabled, Slimstat will not add the Javascript tracking "
104
  "выходных спасылак, загрузкі і г.д. Гэтая опцыя ігнаруецца, калі рэжым "
105
  "адсочвання усталяваны на кліенце."
106
 
107
+ #: ../admin/config/index.php:87
108
  #, fuzzy
109
  msgid "Track Admin Pages"
110
  msgstr "Скаронка адміністратара"
111
 
112
+ #: ../admin/config/index.php:87
113
  msgid "Enable this option to track your users' activity within the admin."
114
  msgstr "Уключыце гэтую опцыю, каб адсочваць актыўнасць вашых карыстальнікаў."
115
 
116
+ #: ../admin/config/index.php:89
117
  msgid "WordPress Integration"
118
  msgstr "WordPress Інтэграцыя"
119
 
120
+ #: ../admin/config/index.php:90
121
  msgid "Dashboard Widgets"
122
  msgstr "міні-дадатак панэлі маніторынгу"
123
 
124
+ #: ../admin/config/index.php:90
125
  #, fuzzy
126
  msgid ""
127
  "Enable this option if you want to add reports to your WordPress Dashboard. "
131
  "WordPress. З дапамогай выпадальнага меню Параметры экрана, каб выбраць, якія "
132
  "з іх адлюстраваць."
133
 
134
+ #: ../admin/config/index.php:91
135
  msgid "Menu Position"
136
  msgstr "становішча меню"
137
 
138
+ #: ../admin/config/index.php:91
139
  msgid ""
140
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
141
  "admin bar (if visible)."
143
  "Выбар паміж аўтаномным меню адміністратара для Slimstat або выпадальнага у "
144
  "панэлі адміністратара (калі ён бачны)."
145
 
146
+ #: ../admin/config/index.php:91
147
  #, fuzzy
148
  msgid "Side"
149
  msgstr "бакавое меню"
150
 
151
+ #: ../admin/config/index.php:91
152
  msgid "Bar"
153
  msgstr ""
154
 
155
+ #: ../admin/config/index.php:92
156
  msgid "Posts and Pages"
157
  msgstr "Паведамленні і старонкі"
158
 
159
+ #: ../admin/config/index.php:92
160
  msgid ""
161
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
162
  "per post within the timeframe specified here below."
164
  "Дадайце новы слупок дапаведамлення / старонкі, з колькасцю зваротаў у пасаду "
165
  "з тэрмінамi, адзначаныя ніжэй."
166
 
167
+ #: ../admin/config/index.php:93
168
  msgid "Report Interval"
169
  msgstr "часовай інтэрвал паміж двума паведамленнямі"
170
 
171
+ #: ../admin/config/index.php:93
172
  msgid ""
173
  "Enter the time range, in days, that should be used to calculate the value "
174
  "here above."
176
  "Увядзіце дыяпазон часу, у дні, якія варта выкарыстоўваць для разліку "
177
  "значэння вышэй."
178
 
179
+ #: ../admin/config/index.php:94
180
  msgid "Report Type"
181
  msgstr "тып справаздачы"
182
 
183
+ #: ../admin/config/index.php:94
184
  #, fuzzy
185
  msgid ""
186
  "Select what kind of information you would like to see displayed on your "
192
  "унікальныя разглядаюць толькі адзін раз для кожнага карыстальніка ў "
193
  "зададзеным часовым дыяпазоне."
194
 
195
+ #: ../admin/config/index.php:94 ../admin/view/wp-slimstat-reports.php:1204
196
+ #: ../admin/view/wp-slimstat-reports.php:1208
197
+ #: ../admin/view/wp-slimstat-reports.php:1477
198
+ #: ../admin/view/wp-slimstat-reports.php:1536
199
+ #: ../admin/view/wp-slimstat-reports.php:1542
200
+ #: ../admin/view/wp-slimstat-reports.php:1548
201
+ #: ../admin/view/wp-slimstat-reports.php:1554
202
+ #: ../admin/view/wp-slimstat-reports.php:1560
203
+ #: ../admin/view/wp-slimstat-reports.php:1566
204
+ #: ../admin/view/wp-slimstat-reports.php:1572
205
+ #: ../admin/view/wp-slimstat-reports.php:1844
206
  msgid "Hits"
207
  msgstr "колькасць праглядаў"
208
 
209
+ #: ../admin/config/index.php:94
210
  #, fuzzy
211
  msgid "IPs"
212
  msgstr "IP"
213
 
214
+ #: ../admin/config/index.php:95
215
  msgid "Hide Add-ons"
216
  msgstr "Схаваць Дадаткі"
217
 
218
+ #: ../admin/config/index.php:95
219
  msgid ""
220
  "Enable this option to hide all your <strong>active</strong> premium add-ons "
221
  "from the list of plugins in WordPress. Please note that you will still "
225
  "дапаўненні са спісу убудоў ў WordPress. Звярніце ўвагу, што вы па-ранейшаму "
226
  "атрымліваць абнаўлення для схаваных дапаўненняў."
227
 
228
+ #: ../admin/config/index.php:97
229
  msgid "Database"
230
  msgstr "база дадзеных"
231
 
232
+ #: ../admin/config/index.php:98
233
  msgid "Retain data for"
234
  msgstr "Захавайце дадзеныя для"
235
 
236
+ #: ../admin/config/index.php:98
237
  msgid ""
238
  "Clean-up log entries older than the number of days specified here above. "
239
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
243
  "<strong>0</strong> (нумар нуль), калі вы хочаце захаваць вашыя дадзеныя "
244
  "незалежна ад яго ўзросту."
245
 
246
+ #: ../admin/config/index.php:98
247
  msgid "Next clean-up on"
248
  msgstr "Наступная ачыстка на"
249
 
250
+ #: ../admin/config/index.php:98
251
  #, php-format
252
  msgid ""
253
  "Entries logged on or before %s will be archived or deleted according to the "
256
  "Запісы ўвайшлі ў сістэму або перад% s будуць захоўвацца або выдалены ў "
257
  "адпаведнасці з варыянтам тут ніжэй."
258
 
259
+ #: ../admin/config/index.php:98 ../admin/view/index.php:106
260
  #: ../admin/view/wp-slimstat-db.php:98
261
+ #: ../admin/view/wp-slimstat-reports.php:1421
262
  msgid "days"
263
  msgstr "дні"
264
 
265
+ #: ../admin/config/index.php:99
266
  msgid "Archive records"
267
  msgstr "Архіў запісаў"
268
 
269
+ #: ../admin/config/index.php:99
270
  msgid ""
271
  "If DB space is not an issue, you can decide to archive older records in "
272
  "another table, instead of deleting them. This way performance is preserved, "
283
  "</strong> разам з усімі іншымі табліцамі, калі Slimstat выдаляецца. "
284
  "Пераканайцеся, што рэзервовую копію дадзеных, перш чым працягнуць."
285
 
286
+ #: ../admin/config/index.php:106
287
  msgid "Link Tracking"
288
  msgstr "Адсочванне пасылкi"
289
 
290
+ #: ../admin/config/index.php:107
291
  #, fuzzy
292
  msgid "Track Outbound Clicks"
293
  msgstr "Выходнае нацiсканне"
294
 
295
+ #: ../admin/config/index.php:107
296
  msgid ""
297
  "Track when your visitors click on link to external websites. This option "
298
  "required Spy Mode to be enabled."
300
  "Адсочваецца, калі вашы наведвальнікі націскаюць на спасылку і пераходзяць на "
301
  "знешнія сайты. Гэтая опцыя патрабуецца уключаны Spy Mode."
302
 
303
+ #: ../admin/config/index.php:108
304
  #, fuzzy
305
  msgid "Track Internal Clicks"
306
  msgstr "Унутраннае нацiсканне"
307
 
308
+ #: ../admin/config/index.php:108
309
  msgid ""
310
  "Collect mouse coordinates and other information for clicks on internal "
311
  "links. Recommended if you're using our heatmap add-on. By default, this "
315
  "спасылкам. Рэкамендуецца, калі вы карыстаецеся наш Heatmap дапаўненні. Па "
316
  "змаўчанні гэтая інфармацыя збіраецца толькі для знешніх спасылак."
317
 
318
+ #: ../admin/config/index.php:109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  msgid "No Callback"
320
  msgstr "няма зваротных званкоў"
321
 
322
+ #: ../admin/config/index.php:109
323
  #, fuzzy
324
  msgid ""
325
  "Track the event but do not invoke the callback function on links marked with "
332
  "<em>href</em> змяшчае адзін з гэтых радкоў (праз коску) , Карысна, каб "
333
  "прадухіліць канфлікты з лайтбокс і іншых падобных бібліятэк."
334
 
335
+ #: ../admin/config/index.php:110
336
  msgid "Do Not Track"
337
  msgstr "Ня адсочваць параметры"
338
 
339
+ #: ../admin/config/index.php:110
 
340
  msgid ""
341
+ "Slimstat will ignore links marked with one of these class names, <em>rel</"
342
  "em> attributes or whose <em>href</em> attribute contains one of these "
343
+ "strings. Please keep in mind that the class <code>noslimstat</code> is also "
344
+ "used to avoid tracking interactive links throughout the reports. If you "
345
+ "remove it from this list, some features might not work as expected."
346
+ msgstr ""
347
+
348
+ #: ../admin/config/index.php:111
349
+ msgid "Same-Domain Referrers"
350
  msgstr ""
 
 
351
 
352
+ #: ../admin/config/index.php:111
353
+ msgid ""
354
+ "By default, when the domain of the referrer for a given page view is the "
355
+ "same as the current site, that information is not tracked to save space in "
356
+ "the database. However, if you are running a multisite network with "
357
+ "subfolders, you might need to track same-domain referrers from one site to "
358
+ "another, as they are technically \"separate\" websites."
359
+ msgstr ""
360
+
361
+ #: ../admin/config/index.php:113
362
  msgid "Advanced Options"
363
  msgstr "Пашыраныя налады"
364
 
365
+ #: ../admin/config/index.php:114
366
+ msgid "Track Registered Users"
367
+ msgstr "Трэк для зарэгістраваных карыстальнікаў"
368
+
369
+ #: ../admin/config/index.php:114
370
+ msgid "Enable this option to track logged in users."
371
+ msgstr "Уключыце гэтую опцыю, каб трэк аўтарызаваныя карыстальнікі."
372
+
373
+ #: ../admin/config/index.php:115
374
  msgid "Session Duration"
375
  msgstr "працягласць сеансу"
376
 
377
+ #: ../admin/config/index.php:115
378
  msgid ""
379
  "How many seconds should a human session last? Google Analytics sets it to "
380
  "1800 seconds."
382
  "Колькі секунд была апошняя сесія чалавека? Google Analytics ўсталёўвае яго "
383
  "да 1800 секунд."
384
 
385
+ #: ../admin/config/index.php:115 ../admin/config/index.php:178
386
  msgid "seconds"
387
  msgstr "хвілін"
388
 
389
+ #: ../admin/config/index.php:116
390
  msgid "Extend Session"
391
  msgstr "падоўжыць сесію"
392
 
393
+ #: ../admin/config/index.php:116
394
  msgid "Extend the duration of a session each time the user visits a new page."
395
  msgstr ""
396
  "Павялічыць працягласць сеансу кожны раз, калі карыстальнік наведвае новую "
397
  "старонку."
398
 
399
+ #: ../admin/config/index.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "Enable CDN"
401
  msgstr "Уключыць CDN"
402
 
403
+ #: ../admin/config/index.php:117
404
  msgid ""
405
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
406
  "by serving our tracking code from their fast and reliable network (free "
409
  "Выкарыстоўвайце <a href='http://www.jsdelivr.com/' target='_blank'> JSDelivr "
410
  "</a>,код адсочвае хуткасць і надзейнасць сеткі (бясплатная паслуга)."
411
 
412
+ #: ../admin/config/index.php:118
413
  msgid "Extensions to Track"
414
  msgstr "Пашырэння для адсочвання"
415
 
416
+ #: ../admin/config/index.php:118
417
  msgid ""
418
  "List all the file extensions that you want to be treated as Downloads. "
419
  "Please note that links pointing to external resources (i.e. PDFs on a "
427
  "спасылквмі (і адсочваюцца як тыя), калі іх пашырэнне адпавядае аднаму з "
428
  "пералічаных ніжэй."
429
 
430
+ #: ../admin/config/index.php:120
431
  msgid "External Pages"
432
  msgstr "знешнія старонкі"
433
 
434
+ #: ../admin/config/index.php:121
435
  msgid ""
436
  "Add the following code to all the non-WP pages you want to track, right "
437
  "before the closing BODY tag. Please make sure to change the protocol of all "
442
  "ўсіх URL-адрасоў для HTTPS, калі знешні сайт абслугоўваецца па бяспечным "
443
  "каналу."
444
 
445
+ #: ../admin/config/index.php:131
446
  msgid "Allow Domains"
447
  msgstr "Дазволенныя дамены"
448
 
449
+ #: ../admin/config/index.php:131
450
  #, fuzzy
451
  msgid ""
452
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
465
  "#security' target='_blank'>this W3 resource</a> for more information on the "
466
  "security implications of allowing CORS requests."
467
 
468
+ #: ../admin/config/index.php:136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
469
  msgid "Filters"
470
  msgstr "фільтры"
471
 
472
+ #: ../admin/config/index.php:138
473
  msgid "Do not track settings"
474
  msgstr "Ня адсочваць параметры"
475
 
476
+ #: ../admin/config/index.php:139
 
 
 
 
 
 
 
 
477
  msgid "Blacklist by Username"
478
  msgstr "Чорны спіс па імя карыстальніка"
479
 
480
+ #: ../admin/config/index.php:139
481
  #, fuzzy
482
  msgid ""
483
  "List all the usernames you don't want to track. Please be aware that spaces "
495
  "user12 і userfoo, <code>u*100</code> будзе адпавядаць user100 і uber100, "
496
  "<code>user!0</code> будзе адпавядаць user10 і user90."
497
 
498
+ #: ../admin/config/index.php:140
499
  msgid "Blacklist by IP Address"
500
  msgstr "Блакаваныя па IP-адрасе"
501
 
502
+ #: ../admin/config/index.php:140
503
  #, fuzzy
504
  msgid ""
505
  "List all the IP addresses you don't want to track. Each network "
514
  "em>). Гэты фільтр ставіцца як да грамадскага IP і выходнаму IP, калі такія "
515
  "маюцца."
516
 
517
+ #: ../admin/config/index.php:141
518
  msgid "Blacklist by Capability"
519
  msgstr "Чорны спіс Магчымасцей"
520
 
521
+ #: ../admin/config/index.php:141
522
  msgid ""
523
  "Users having at least one of the <a href='http://codex.wordpress.org/"
524
  "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
529
  "пералічаныя тут ніжэй, не будуць адсочвацца. Магчымасці не адчувальныя да "
530
  "рэгістра."
531
 
532
+ #: ../admin/config/index.php:143
533
  msgid "Profiling"
534
  msgstr "прафіляванне"
535
 
536
+ #: ../admin/config/index.php:144
537
  msgid "Ignore Spammers"
538
  msgstr "ігнараваць спамераў"
539
 
540
+ #: ../admin/config/index.php:144
541
  msgid ""
542
  "Enable this option if you don't want to track visits from users identified "
543
  "as spammers by third-party tools like Akismet. Pageviews generated by users "
549
  "Akismet. Прагляд старонак, якія ствараюцца карыстальнікамі, чые каментары "
550
  "пазней пазначаныя як спам, таксама будуць выдаленыя з базы дадзеных."
551
 
552
+ #: ../admin/config/index.php:145
553
  msgid "Ignore Bots"
554
  msgstr "ігнараваць Боты"
555
 
556
+ #: ../admin/config/index.php:145
557
  msgid ""
558
  "Turn on this feature if you want to have the accuracy level of server-side "
559
  "tracking, but not the inconvenience of getting your database clogged with "
566
  "Калі ласка, звярніце ўвагу, што ў рэжыме кліента, ботаў ігнаруюцца незалежна "
567
  "ад гэтага параметру."
568
 
569
+ #: ../admin/config/index.php:146
570
  msgid "Permalinks"
571
  msgstr "пастаянная спасылка"
572
 
573
+ #: ../admin/config/index.php:146
574
  #, fuzzy
575
  msgid ""
576
  "List all the URLs on your website that you don't want to track. Don't "
588
  "code> will match /aboundant and /about, <code>/abo!t</code> will match /"
589
  "about and /abort. Радкі адчувальныя да рэгістра."
590
 
591
+ #: ../admin/config/index.php:147
592
  msgid "Countries"
593
  msgstr "краіны"
594
 
595
+ #: ../admin/config/index.php:147
596
  #, fuzzy
597
  msgid ""
598
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
601
  "Коды краін (i.e.: <code>en-us, it, es</code>), што вы не хочаце, каб "
602
  "адсочваць, падзеленых коскамі."
603
 
604
+ #: ../admin/config/index.php:148
605
  msgid "User Agents"
606
  msgstr "агент карыстальніка"
607
 
608
+ #: ../admin/config/index.php:148
609
  #, fuzzy
610
  msgid ""
611
  "Browsers (user agents) you don't want to track. You can specify the "
623
  "<code>IE/!.0</code> будзе адпавядаць IE/7.0 and IE/8.0. Радкі адчувальныя "
624
  "да рэгістра."
625
 
626
+ #: ../admin/config/index.php:149
627
  msgid "Referring Sites"
628
  msgstr "зыходныя сайты"
629
 
630
+ #: ../admin/config/index.php:149
631
  #, fuzzy
632
  msgid ""
633
  "Referring URLs that you don't want to track: <code>http://mysite.com*</"
643
  "любым знакам. Радкі адчувальныя да рэгістра. Калі ласка, уключыце альбо "
644
  "групавы знак ці пратакол, які вы хочаце фільтраваць(http://, https://)."
645
 
646
+ #: ../admin/config/index.php:151 ../admin/config/index.php:181
647
+ msgid "Miscellaneous"
648
+ msgstr "разнастайны"
649
+
650
+ #: ../admin/config/index.php:152
651
  msgid "Enable Privacy Mode"
652
  msgstr "Уключыць рэжым прыватнасці"
653
 
654
+ #: ../admin/config/index.php:152
655
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
656
  msgstr ""
657
  "Маска IP-адрасы вашых наведвальнікаў, каб адпавядаць еўрапейскім законам аб "
658
  "прыватным жыцці."
659
 
660
+ #: ../admin/config/index.php:153
661
  msgid "Ignore Prefetch Requests"
662
  msgstr "Ігнараваць папярэднія запыты"
663
 
664
+ #: ../admin/config/index.php:153
665
  msgid ""
666
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
667
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
671
  "developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>Link "
672
  "Prefetching functionality</a>."
673
 
674
+ #: ../admin/config/index.php:158 ../admin/config/index.php:192
675
  msgid "Reports"
676
  msgstr "паведамленне"
677
 
678
+ #: ../admin/config/index.php:160
679
  msgid "Formats and Conversions"
680
  msgstr "Фарматы і Выніковасць"
681
 
682
+ #: ../admin/config/index.php:161
683
  msgid "Number Format"
684
  msgstr "фармат нумара"
685
 
686
+ #: ../admin/config/index.php:161
687
  msgid "Choose the number format you want to use for your reports."
688
  msgstr "Выберыце фармат нумара, які вы хочаце выкарыстоўваць для справаздач."
689
 
690
+ #: ../admin/config/index.php:162
691
  msgid "Date Format"
692
  msgstr "фармат даты"
693
 
694
+ #: ../admin/config/index.php:162
695
  msgid ""
696
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
697
  "Format</a> to use when displaying a pageview's date."
699
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
700
  "Format</a>, які выкарыстоўваецца пры адлюстраванні даты праглядаў старонак."
701
 
702
+ #: ../admin/config/index.php:163
703
  msgid "Time Format"
704
  msgstr "фармат часу"
705
 
706
+ #: ../admin/config/index.php:163
707
  msgid ""
708
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
709
  "Format</a> to use when displaying a pageview's time."
711
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
712
  "Format</a>, які выкарыстоўваецца пры адлюстраванні старонкі прагляд часу."
713
 
714
+ #: ../admin/config/index.php:164
715
  msgid "Use Display Name"
716
  msgstr "Выкарыстанне імя дысплея"
717
 
718
+ #: ../admin/config/index.php:164
719
  msgid ""
720
  "By default, users are listed by their usernames. Use this option to "
721
  "visualize their display names instead."
723
  "Па змаўчанні, карыстальнікі пералічаныя іх імёны карыстальнікаў. "
724
  "Выкарыстоўвайце гэтую опцыю, каб візуалізаваць іх імёны замест адлюстравання."
725
 
726
+ #: ../admin/config/index.php:165
727
  msgid "Use Titles"
728
  msgstr "Выкарыстоўвайце ў загалоўках"
729
 
730
+ #: ../admin/config/index.php:165
731
  msgid ""
732
  "Slimstat converts your permalinks into post, page and category titles. "
733
  "Disable this feature if you need to see the URL in your reports."
735
  "Slimstat пераўтворыць вашы пермалінкі ў пост, старонкі і катэгорыі назваў. "
736
  "Адключыць гэтую функцыю, калі вам трэба, каб убачыць URL ў справаздачах."
737
 
738
+ #: ../admin/config/index.php:166
739
  msgid "Convert IP Addresses"
740
  msgstr "Пераўтварэнне IP-адрасоў"
741
 
742
+ #: ../admin/config/index.php:166
743
  msgid "Display provider names instead of IP addresses."
744
  msgstr "Імёны пастаўшчыкоў замест IP-адрасоў."
745
 
746
+ #: ../admin/config/index.php:168
747
  msgid "Functionality"
748
  msgstr "функцыянальнасць"
749
 
750
+ #: ../admin/config/index.php:169
751
  msgid "Async Mode"
752
  msgstr "Асінхронны рэжым"
753
 
754
+ #: ../admin/config/index.php:169
755
  msgid ""
756
  "Activate this feature if your reports take a while to load. It breaks down "
757
  "the load on your server into multiple requests, thus avoiding memory issues "
761
  "знiжае нагрузку на сервер, што дазваляе пазбегнуць праблем з памяццю і "
762
  "праблемы з прадукцыйнасцю."
763
 
764
+ #: ../admin/config/index.php:170
 
 
 
 
 
 
 
 
 
 
 
 
765
  msgid "Expand Details"
766
  msgstr "разгарнуць падрабязна"
767
 
768
+ #: ../admin/config/index.php:170
769
  msgid "Expand each row's details by default, insted of on mousehover."
770
  msgstr "Разгарніце дэталі кожнага радка па змаўчанні, замест mousehover."
771
 
772
+ #: ../admin/config/index.php:171 ../admin/config/index.php:179
773
  msgid "Rows to Display"
774
  msgstr "Шэрагі для адлюстравання"
775
 
776
+ #: ../admin/config/index.php:171
777
  msgid "Specify the number of items in each report."
778
  msgstr "Пакажыце колькасць элементаў у кожным справаздачы."
779
 
780
+ #: ../admin/config/index.php:172 ../admin/view/wp-slimstat-db.php:121
781
  msgid "Max Results"
782
  msgstr "Максімальную колькасць вынікаў"
783
 
784
+ #: ../admin/config/index.php:172
785
  msgid ""
786
  "Decide how many records should be retrieved from the database in total. "
787
  "Depending on your server configuration, you may want to fine tune this value "
791
  "ад канфігурацыі сервера, вы можаце дакладна наладзіць гэта значэнне, каб "
792
  "пазбегнуць перавышэння ліміту PHP памяці."
793
 
794
+ #: ../admin/config/index.php:173
795
  msgid "IP Lookup"
796
  msgstr "Шукаць IP"
797
 
798
+ #: ../admin/config/index.php:173
799
+ msgid ""
800
+ "Customize the Geolocation service to be used in the reports. Default: "
801
+ "<code>http://www.infosniper.net/?ip_address=</code>"
802
+ msgstr ""
803
 
804
+ #: ../admin/config/index.php:174
805
  msgid "Mozscape Access ID"
806
  msgstr "Mozscape ідэнтыфікатар доступу"
807
 
808
+ #: ../admin/config/index.php:174
809
  msgid ""
810
  "Get accurate rankings for your website through the free <a href=\"https://"
811
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
818
  "супольнасці, каб пачаць працу. Затым увядзіце свой персанальны "
819
  "ідэнтыфікацыйны код тут."
820
 
821
+ #: ../admin/config/index.php:175
822
  msgid "Mozscape Secret Key"
823
  msgstr "Mozscape сакрэтны ключ"
824
 
825
+ #: ../admin/config/index.php:175
826
  msgid ""
827
  "Do not share your secret key with anyone or they will be able to make API "
828
  "requests on your account!"
830
  "Не паведамляйце свой сакрэтны ключ з кім-небудзь, ці яны змогуць рабіць API "
831
  "запыты на свой рахунак!"
832
 
833
+ #: ../admin/config/index.php:177 ../admin/wp-slimstat-admin.php:33
834
+ msgid "Access Log"
835
+ msgstr "часопіс доступу"
836
 
837
+ #: ../admin/config/index.php:178
838
+ msgid "Auto Refresh"
839
+ msgstr ""
840
 
841
+ #: ../admin/config/index.php:178
842
  msgid ""
843
+ "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
844
+ "<strong>0</strong> (number zero) to deactivate this feature."
845
  msgstr ""
 
 
846
 
847
+ #: ../admin/config/index.php:179
848
+ msgid "Specify the number of items in the Access Log."
849
+ msgstr ""
850
 
851
+ #: ../admin/config/index.php:182
852
  msgid "Custom CSS"
853
  msgstr "прыстасаваныя CSS"
854
 
855
+ #: ../admin/config/index.php:182
856
  msgid ""
857
  "Paste here your custom stylesheet to personalize the way your reports look. "
858
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
867
  "a> для атрымання дадатковай інфармацыі аб тым, як выкарыстоўваць гэты "
868
  "параметр."
869
 
870
+ #: ../admin/config/index.php:183
871
  msgid "Chart Colors"
872
  msgstr "Колер дыяграмы"
873
 
874
+ #: ../admin/config/index.php:183
875
  #, fuzzy
876
  msgid ""
877
  "Customize the look and feel of your charts by assigning personalized colors "
885
  "metric 2 current. Прыклад формы: <код> #ccc, # 999, # bbcc44, # 21759b </ "
886
  "код>."
887
 
888
+ #: ../admin/config/index.php:184
889
  msgid "Show User Agent"
890
  msgstr "Паказаць Агента карыстальніка"
891
 
892
+ #: ../admin/config/index.php:184
893
  msgid ""
894
  "Choose if you want to see the browser name or a complete user agent string "
895
  "when hovering on browser icons."
897
  "Выберыце, калі вы хочаце, каб убачыць назву браўзэра або поўную радок агента "
898
  "карыстальніка пры навядзенні курсора мышы на абразкі браўзэра."
899
 
900
+ #: ../admin/config/index.php:185
901
  msgid "Enable SOV"
902
  msgstr "Уключыць SOV"
903
 
904
+ #: ../admin/config/index.php:185
905
  msgid ""
906
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
907
  "the subject, object, and verb of a sentence appear in that order, like in "
911
  "той, у якім суб'ект, аб'ект, і дзеяслоў у прыкладзе з'яўляюцца ў такім "
912
  "парадку, як і на японскай мове."
913
 
914
+ #: ../admin/config/index.php:190
915
  msgid "Access Control"
916
  msgstr "Кіраванне доступам"
917
 
918
+ #: ../admin/config/index.php:193
919
  msgid "Restrict Authors"
920
  msgstr "апошні аўтар"
921
 
922
+ #: ../admin/config/index.php:193
923
  msgid ""
924
  "Enable this option if you want your authors to only see stats related to "
925
  "their own content."
927
  "Уключыце гэтую опцыю, калі вы хочаце, каб вашы аўтары бачыць толькі "
928
  "статыстыку, звязаныя з іх уласным зместам."
929
 
930
+ #: ../admin/config/index.php:194 ../admin/config/index.php:198
931
  msgid "Capability"
932
  msgstr "магчымасць"
933
 
934
+ #: ../admin/config/index.php:194
935
  msgid ""
936
  "Specify the minimum <a href='http://codex.wordpress.org/"
937
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
948
  "\" белы спіс не быў паказаны тут ніжэй. У гэтым выпадку спіс мае прыярытэт "
949
  "над магчымасцямі."
950
 
951
+ #: ../admin/config/index.php:195 ../admin/config/index.php:199
952
  msgid "Whitelist"
953
  msgstr "белы ліст"
954
 
955
+ #: ../admin/config/index.php:195
956
  #, fuzzy
957
  msgid ""
958
  "List all the users who should have access to the reports. Administrators are "
963
  "коскамі. Адміністратары няяўна дапускаецца, так што вам не трэба пералічваць "
964
  "іх тут. Usernames адчувальныя да рэгістра."
965
 
966
+ #: ../admin/config/index.php:197 ../admin/config/index.php:222
967
+ #: ../admin/wp-slimstat-admin.php:871 ../admin/wp-slimstat-admin.php:889
968
+ #: ../admin/wp-slimstat-admin.php:892
969
  msgid "Settings"
970
  msgstr "налады"
971
 
972
+ #: ../admin/config/index.php:198
973
  msgid ""
974
  "Specify the minimum <a href='http://codex.wordpress.org/"
975
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
982
  "можа быць выкарыстаны, каб перавызначыць гэты параметр для канкрэтных "
983
  "карыстальнікаў."
984
 
985
+ #: ../admin/config/index.php:199
986
  #, fuzzy
987
  msgid ""
988
  "List all the users who can edit these options. Please be advised that admins "
994
  "дазволены, так што не забудзьцеся ўключыць сябе! Usernames адчувальныя да "
995
  "рэгістра."
996
 
997
+ #: ../admin/config/index.php:204
998
  msgid "Maintenance"
999
  msgstr "тэхнічнае абслугоўванне"
1000
 
1001
+ #: ../admin/config/index.php:209 ../admin/view/addons.php:35
1002
+ #: ../admin/wp-slimstat-admin.php:75
1003
  msgid "Add-ons"
1004
  msgstr "Дапаўненні"
1005
 
1006
+ #: ../admin/config/index.php:223 ../admin/view/index.php:6
1007
+ msgid ""
1008
+ "<strong>AdBlock browser extension detected</strong> - If you see this "
1009
+ "notice, it means that your browser is not loading our stylesheet and/or "
1010
+ "Javascript files correctly. This could be caused by an overzealous ad "
1011
+ "blocker feature enabled in your browser (AdBlock Plus and friends). <a href="
1012
+ "\"https://slimstat.freshdesk.com/support/solutions/articles/12000000414-the-"
1013
+ "reports-are-not-being-rendered-correctly-or-buttons-do-not-work\" target="
1014
+ "\"_blank\">Please make sure to add an exception</a> to your configuration "
1015
+ "and allow the browser to load these assets."
1016
+ msgstr ""
1017
+
1018
  #: ../admin/config/maintenance.php:16
1019
  msgid ""
1020
  "Congratulations! Slimstat Analytics is now optimized for <a href=\"http://"
1041
  msgid "The geolocation database has been installed on your server."
1042
  msgstr "База дадзеных геалакацыі была ўсталявана на вашым серверы."
1043
 
1044
+ #: ../admin/config/maintenance.php:66
1045
+ msgid "The Browscap data file has been uninstalled from your server."
1046
+ msgstr ""
1047
+
1048
+ #: ../admin/config/maintenance.php:69
1049
+ msgid ""
1050
+ "There was an error deleting the Browscap data folder on your server. Please "
1051
+ "check your permissions."
1052
+ msgstr ""
1053
+
1054
+ #: ../admin/config/maintenance.php:90
1055
+ msgid "Your new Slimstat settings have been imported and installed."
1056
+ msgstr ""
1057
+
1058
+ #: ../admin/config/maintenance.php:93
1059
+ msgid ""
1060
+ "There was an error decoding your settings string. Please verify that it is a "
1061
+ "valid serialized string."
1062
+ msgstr ""
1063
+
1064
+ #: ../admin/config/maintenance.php:111
1065
  msgid "Your reports were successfully restored to their default arrangement."
1066
  msgstr "Вашы справаздачы былі паспяхова адноўлены, размяшчэнны па змаўчанні."
1067
 
1068
+ #: ../admin/config/maintenance.php:121
1069
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1070
  msgstr "Вашы табліцы Slimstat былі паспяхова ператвораныя ў InnoDB."
1071
 
1072
+ #: ../admin/config/maintenance.php:127
1073
  msgid "All the archived records were successfully deleted."
1074
  msgstr "Усе архіўныя запісы былі паспяхова выдалены."
1075
 
1076
+ #: ../admin/config/maintenance.php:135
1077
  msgid "All the records were successfully deleted."
1078
  msgstr "Усе запісы былі паспяхова выдалены."
1079
 
1080
+ #: ../admin/config/maintenance.php:161
1081
  msgid "Troubleshooting"
1082
  msgstr "Пошук няспраўнасцяў"
1083
 
1084
+ #: ../admin/config/maintenance.php:164
1085
+ msgid "Tracker Error"
1086
+ msgstr ""
1087
 
1088
+ #: ../admin/config/maintenance.php:166
1089
+ msgid "Reset this error"
1090
+ msgstr ""
1091
 
1092
+ #: ../admin/config/maintenance.php:166 ../admin/config/maintenance.php:173
1093
  msgid "So far so good."
1094
  msgstr "Пакуль што ўсё добра"
1095
 
1096
+ #: ../admin/config/maintenance.php:167
1097
  msgid ""
1098
  "The information here above is useful to troubleshoot issues with the "
1099
+ "tracker. <strong>Errors</strong> are returned when the tracker could not "
1100
+ "record a page view for some reason, and are indicative of some kind of "
1101
+ "malfunction. Please include the message here above when sending a support "
1102
+ "request."
1103
+ msgstr ""
1104
+
1105
+ #: ../admin/config/maintenance.php:171
1106
+ msgid "Tracker Notice"
1107
+ msgstr ""
1108
+
1109
+ #: ../admin/config/maintenance.php:173
1110
+ msgid "Reset this notice"
1111
+ msgstr ""
1112
+
1113
+ #: ../admin/config/maintenance.php:174
1114
+ msgid ""
1115
+ "The message here above will indicate if a page view was not recorded because "
1116
+ "it matched at least one of the conditions you configured in your settings "
1117
+ "(filters, blackslists, etc)."
1118
+ msgstr ""
1119
+
1120
+ #: ../admin/config/maintenance.php:180
1121
  msgid "Enable SQL Debug"
1122
  msgstr "Ўключыць SQL адладкі"
1123
 
1124
+ #: ../admin/config/maintenance.php:183
1125
  msgid ""
1126
  "Display the SQL code used to retrieve the data from the database. Useful to "
1127
  "troubleshoot issues with data consistency or missing pageviews."
1130
  "дадзеных. Карысна для ліквідацыі непаладак, звязаных з паслядоўнасцю "
1131
  "дадзеных або адсутнымі старонкамi."
1132
 
1133
+ #: ../admin/config/maintenance.php:187
1134
  msgid "Disable SQL Debug"
1135
  msgstr "Адключыць SQL адладкі"
1136
 
1137
+ #: ../admin/config/maintenance.php:190
1138
  msgid "Deactivate the SQL output on top of each report."
1139
  msgstr "Адключэнне вываду SQL у верхняй частцы кожнай справаздачы."
1140
 
1141
+ #: ../admin/config/maintenance.php:195
1142
  msgid ""
1143
  "Are you sure you want to restore the default arrangement of your reports?"
1144
  msgstr ""
1145
  "Вы ўпэўненыя, што хочаце аднавіць размяшчэнне вашых справаздач па змаўчанні?"
1146
 
1147
+ #: ../admin/config/maintenance.php:195
1148
  msgid "No Panic Button"
1149
  msgstr "нама трывожнай кнопкі"
1150
 
1151
+ #: ../admin/config/maintenance.php:197
1152
  msgid ""
1153
  "Reset the default arrangement of your reports. Helpful when, for some "
1154
  "reason, reports disappear from your panels or something doesn't look right "
1158
  "прычыне, справаздачы знікаюць з вашых панэляў ці нешта не выглядае прама ў "
1159
  "вашых поглядах."
1160
 
1161
+ #: ../admin/config/maintenance.php:201
1162
  msgid "Data Maintenance"
1163
  msgstr "Тэхнічнае абслугоўванне дадзеных"
1164
 
1165
+ #: ../admin/config/maintenance.php:204
1166
  msgid "Delete pageviews where"
1167
  msgstr "Выдаленне праглядаў старонкі, дзе"
1168
 
1169
+ #: ../admin/config/maintenance.php:218 ../admin/view/wp-slimstat-db.php:71
1170
  msgid "equals"
1171
  msgstr "ураўноўваецца"
1172
 
1173
+ #: ../admin/config/maintenance.php:219 ../admin/view/wp-slimstat-db.php:72
1174
  msgid "is not equal to"
1175
  msgstr "не роўная"
1176
 
1177
+ #: ../admin/config/maintenance.php:220 ../admin/view/wp-slimstat-db.php:73
1178
  msgid "contains"
1179
  msgstr "змяшчае"
1180
 
1181
+ #: ../admin/config/maintenance.php:221 ../admin/view/wp-slimstat-db.php:74
1182
  msgid "is included in"
1183
  msgstr "уваходзіць у"
1184
 
1185
+ #: ../admin/config/maintenance.php:222 ../admin/view/wp-slimstat-db.php:75
1186
  msgid "does not contain"
1187
  msgstr "не ўтрымлівае"
1188
 
1189
+ #: ../admin/config/maintenance.php:223 ../admin/view/wp-slimstat-db.php:76
1190
  msgid "starts with"
1191
  msgstr "пачынаецца з"
1192
 
1193
+ #: ../admin/config/maintenance.php:224 ../admin/view/wp-slimstat-db.php:77
1194
  msgid "ends with"
1195
  msgstr "заканчваецца з"
1196
 
1197
+ #: ../admin/config/maintenance.php:225 ../admin/view/wp-slimstat-db.php:78
1198
  msgid "sounds like"
1199
  msgstr "гучыць як"
1200
 
1201
+ #: ../admin/config/maintenance.php:226 ../admin/view/wp-slimstat-db.php:79
1202
  msgid "is greater than"
1203
  msgstr "больш чым"
1204
 
1205
+ #: ../admin/config/maintenance.php:227 ../admin/view/wp-slimstat-db.php:80
1206
  msgid "is less than"
1207
  msgstr "менш чым"
1208
 
1209
+ #: ../admin/config/maintenance.php:228 ../admin/view/wp-slimstat-db.php:82
1210
  msgid "matches"
1211
  msgstr "адпавядаць"
1212
 
1213
+ #: ../admin/config/maintenance.php:229 ../admin/view/wp-slimstat-db.php:83
1214
  msgid "does not match"
1215
  msgstr "не адпавядае"
1216
 
1217
+ #: ../admin/config/maintenance.php:230 ../admin/view/wp-slimstat-db.php:84
1218
  msgid "is empty"
1219
  msgstr "пуста"
1220
 
1221
+ #: ../admin/config/maintenance.php:231 ../admin/view/wp-slimstat-db.php:85
1222
  msgid "is not empty"
1223
  msgstr "не пуста"
1224
 
1225
+ #: ../admin/config/maintenance.php:234 ../admin/view/index.php:31
1226
+ #: ../admin/view/index.php:114
1227
  msgid "Apply"
1228
  msgstr "ужываць"
1229
 
1230
+ #: ../admin/config/maintenance.php:235
1231
  msgid ""
1232
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1233
  msgstr "Вы ўпэўненыя, што хочаце выдаліць гэтыя запісы з базы дадзеных?"
1234
 
1235
+ #: ../admin/config/maintenance.php:242
1236
  msgid ""
1237
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1238
  "database?"
1239
  msgstr "Вы ўпэўненыя, што хочаце выдаліць усе запісы з базы дадзеных?"
1240
 
1241
+ #: ../admin/config/maintenance.php:242
1242
  msgid "Delete All Records"
1243
  msgstr "выдаліць усе запісы"
1244
 
1245
+ #: ../admin/config/maintenance.php:245
1246
  msgid ""
1247
  "Erase all the information collected so far by Slimstat, but not the archived "
1248
  "records (<code>wp_slim_stats_archive</code>). This operation <strong>does "
1253
  "запісы (<code>wp_slim_stats_archive</code>). Гэтая аперацыя <strong>does "
1254
  "not</strong> для скіду вашых налад і гэта можа быць адменена ўручную."
1255
 
1256
+ #: ../admin/config/maintenance.php:251
1257
  msgid ""
1258
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1259
  "archive?"
1260
  msgstr "Вы ўпэўненыя, што хочаце выдаліць усе запісы з архіва?"
1261
 
1262
+ #: ../admin/config/maintenance.php:251
1263
  msgid "Delete Archive"
1264
  msgstr "выдаліць архіў"
1265
 
1266
+ #: ../admin/config/maintenance.php:254
1267
  msgid "Erase all the archived records. This operation cannot be undone."
1268
  msgstr "Сцерці ўсе архіўныя запісы. Гэтая аперацыя не можа быць адменена."
1269
 
1270
+ #: ../admin/config/maintenance.php:260
1271
  msgid "Improve Performance"
1272
  msgstr "павышэнне прадукцыйнасці"
1273
 
1274
+ #: ../admin/config/maintenance.php:264
1275
  msgid ""
1276
  "Please note that you will need about 30% more DB space to store the extra "
1277
  "information required."
1279
  "Звярніце ўвагу, што вам спатрэбіцца каля 30% больш DB месцы для захоўвання "
1280
  "дадатковай інфармацыі."
1281
 
1282
+ #: ../admin/config/maintenance.php:268
1283
  msgid "Save DB Space"
1284
  msgstr "Захаваць DB месца"
1285
 
1286
+ #: ../admin/config/maintenance.php:271
1287
  msgid ""
1288
  "Please note that by removing table indexes, Slimstat's performance will be "
1289
  "affected."
1291
  "Звярніце ўвагу, што шляхам выдалення індэксаў табліц,будзе закранута "
1292
  "прадукцыйнасць Slimstats."
1293
 
1294
+ #: ../admin/config/maintenance.php:276
1295
+ msgid "External Data Files"
1296
+ msgstr ""
1297
 
1298
+ #: ../admin/config/maintenance.php:282
1299
  msgid ""
1300
  "Do you want to download and install the geolocation database from MaxMind's "
1301
  "server?"
1303
  "Вы хочаце, каб загрузіць і ўсталяваць базы дадзеных геалакацыі з сервера "
1304
  "MaxMind?"
1305
 
1306
+ #: ../admin/config/maintenance.php:282
1307
  msgid "Install GeoLite DB"
1308
  msgstr "Усталяваць Geolite DB"
1309
 
1310
+ #: ../admin/config/maintenance.php:285
1311
  msgid "Do you want to uninstall the geolocation database?"
1312
  msgstr "Вы хочаце выдаліць базы геалакацыі?"
1313
 
1314
+ #: ../admin/config/maintenance.php:285
1315
  msgid "Uninstall GeoLite DB"
1316
  msgstr "Выдаліць GeoLite DB"
1317
 
1318
+ #: ../admin/config/maintenance.php:289
1319
  msgid ""
1320
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1321
+ "target='_blank'>MaxMind GeoLite library</a>, which Slimstat uses to "
1322
+ "geolocate visitors, is released under the Creative Commons BY-SA 3.0 "
1323
+ "license, and cannot be directly bundled with the plugin because of license "
1324
+ "incompatibility issues. We are mandated to have the user take an affirmative "
1325
+ "action in order to enable this functionality."
1326
+ msgstr ""
1327
+
1328
+ #: ../admin/config/maintenance.php:296
1329
+ msgid ""
1330
+ "Do you want to download and install the Browscap data file from our server?"
1331
+ msgstr ""
1332
+
1333
+ #: ../admin/config/maintenance.php:296
1334
+ msgid "Install Browscap"
1335
+ msgstr ""
1336
+
1337
+ #: ../admin/config/maintenance.php:299
1338
+ msgid "Do you want to uninstall the Browscap data file?"
1339
+ msgstr ""
1340
+
1341
+ #: ../admin/config/maintenance.php:299
1342
+ msgid "Uninstall Browscap"
1343
+ msgstr ""
1344
+
1345
+ #: ../admin/config/maintenance.php:303
1346
+ msgid ""
1347
+ "We are contributing to the <a href='http://browscap.org/' "
1348
+ "target='_blank'>Browscap Capabilities Project</a>, which we use to decode "
1349
+ "your visitors' user agent string into browser name and operating system. We "
1350
+ "use an optimized version of their data structure, for improved performance. "
1351
+ "After you enable this feature, Slimstat will use this data file instead of "
1352
+ "the built-in heuristic function, to accurately determine your visitors' "
1353
+ "browser information. It will also automatically check for updates and "
1354
+ "download the latest version for you. Please feel free to <a href='http://s3."
1355
+ "amazonaws.com/browscap/terms-conditions.html' target='_blank'>review our "
1356
+ "terms and conditions</a>, and do not hesitate to <a href='http://support.wp-"
1357
+ "slimstat.com' target='_blank'>contact our support team</a> if you have any "
1358
+ "questions."
1359
+ msgstr ""
1360
+
1361
+ #: ../admin/config/maintenance.php:307
1362
  msgid "Configuration String"
1363
  msgstr "Радок канфігурацыі"
1364
 
1365
+ #: ../admin/config/maintenance.php:311
1366
  msgid ""
1367
  "Here below you can find the current configuration string for Slimstat. You "
1368
  "can update your settings by pasting a new string inside the text area and "
1372
  "можаце абнавіць налады, устаўляючы новую радок ўнутры тэкставай вобласці і "
1373
  "націснуўшы кнопку Імпарт"
1374
 
1375
+ #: ../admin/config/maintenance.php:316
1376
  msgid "Import"
1377
  msgstr "імпарт"
1378
 
1379
+ #: ../admin/config/maintenance.php:317
1380
  msgid "Are you sure you want to OVERWRITE your current settings?"
1381
  msgstr "Вы ўпэўненыя, што хочаце перазапісаць бягучыя налады?"
1382
 
1383
+ #: ../admin/config/maintenance.php:322
1384
  msgid "Database Information"
1385
  msgstr "Інфармацыйная база дадзеных"
1386
 
1387
+ #: ../admin/config/maintenance.php:325
1388
  msgid "Engine"
1389
  msgstr "рухавік"
1390
 
1391
+ #: ../admin/config/maintenance.php:329
1392
  msgid "switch to InnoDB"
1393
  msgstr "перайсці на InnoDB"
1394
 
1395
+ #: ../admin/config/maintenance.php:340
1396
  msgid "records"
1397
  msgstr "дакументацыя"
1398
 
1399
+ #: ../admin/config/maintenance.php:347
1400
  msgid "Old Tables"
1401
  msgstr "Старыя таблiцы"
1402
 
1403
+ #: ../admin/config/maintenance.php:348
1404
  #, php-format
1405
  msgid ""
1406
  "It looks like your database was upgraded from a version prior to 4.0. Our "
1455
  #: ../admin/view/addons.php:40
1456
  #, php-format
1457
  msgid ""
1458
+ "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true\" "
1459
+ "class=\"noslimstat\">click here</a> to clear the cache."
1460
  msgstr ""
 
 
1461
 
1462
  #: ../admin/view/addons.php:54
1463
  msgid "Add-on"
1483
  msgid "Installed and Active"
1484
  msgstr "Усталяваць і актызаваць:"
1485
 
1486
+ #: ../admin/view/index.php:10
1487
  msgid "Filter"
1488
  msgstr "фільтр"
1489
 
1490
+ #: ../admin/view/index.php:35
1491
  msgid "Load"
1492
  msgstr "загрузка"
1493
 
1494
+ #: ../admin/view/index.php:55 ../admin/view/wp-slimstat-reports.php:1459
1495
  msgid "Today"
1496
  msgstr "Сёння"
1497
 
1498
+ #: ../admin/view/index.php:56 ../admin/view/wp-slimstat-reports.php:1462
1499
  msgid "Yesterday"
1500
  msgstr "Учора"
1501
 
1502
+ #: ../admin/view/index.php:57
1503
  msgid "Last 7 Days"
1504
  msgstr "За апошнія 7 дзён"
1505
 
1506
+ #: ../admin/view/index.php:58
1507
  msgid "Last 60 Days"
1508
  msgstr "За апошнія 60 дзён"
1509
 
1510
+ #: ../admin/view/index.php:59
1511
  msgid "Last 90 Days"
1512
  msgstr "За апошнія 90 дзён"
1513
 
1514
+ #: ../admin/view/index.php:60
1515
  msgid "This Year So Far"
1516
  msgstr "У гэтым годзе усё добра"
1517
 
1518
+ #: ../admin/view/index.php:61
1519
  msgid "Date Range"
1520
  msgstr "Дыяпазон дат"
1521
 
1522
+ #: ../admin/view/index.php:65 ../admin/view/wp-slimstat-db.php:94
1523
  msgid "Day"
1524
  msgstr "дні (дзён)"
1525
 
1526
+ #: ../admin/view/index.php:77 ../admin/view/wp-slimstat-db.php:95
1527
  msgid "Month"
1528
  msgstr "Месяц"
1529
 
1530
+ #: ../admin/view/index.php:88 ../admin/view/wp-slimstat-db.php:96
1531
  msgid "Year"
1532
  msgstr "Год"
1533
 
1534
+ #: ../admin/view/index.php:92 ../admin/view/wp-slimstat-db.php:93
1535
  msgid "Hour"
1536
  msgstr "Гадзінa"
1537
 
1538
+ #: ../admin/view/index.php:95
1539
  msgid "Min"
1540
  msgstr "Хвіліна"
1541
 
1542
+ #: ../admin/view/index.php:109 ../admin/view/wp-slimstat-db.php:99
1543
  msgid "hours"
1544
  msgstr "Часы"
1545
 
1546
+ #: ../admin/view/index.php:112
1547
  msgid "mins"
1548
  msgstr "Хвіліны"
1549
 
1550
+ #: ../admin/view/index.php:123
1551
  msgid "Reset Filters"
1552
  msgstr "скінуць фільтры"
1553
 
1554
+ #: ../admin/view/index.php:142
1555
  #, php-format
1556
  msgid ""
1557
+ "<a href='%s' class='noslimstat'>Install MaxMind's GeoLite DB</a> to "
1558
+ "determine your visitors' country of origin."
1559
  msgstr ""
 
 
1560
 
1561
+ #: ../admin/view/index.php:146
1562
+ #, php-format
1563
+ msgid ""
1564
+ "Install the Browscap <a href='%s' class='noslimstat'>User Agent Database</a> "
1565
+ "to accurately determine your visitors' browser and operating system."
1566
+ msgstr ""
1567
+
1568
+ #: ../admin/view/index.php:150
1569
  #, php-format
1570
  msgid ""
1571
  "A caching plugin has been detected on your website. Please <a href='%s' "
1572
+ "target='_blank' class='noslimstat'>make sure to configure</a> Slimstat "
1573
+ "Analytics accordingly, to get accurate information."
1574
  msgstr ""
 
 
 
1575
 
1576
  #: ../admin/view/layout.php:47
1577
  msgid "Customize and organize your reports"
1621
  msgid "Syndication Reader"
1622
  msgstr "Чытач сіндыкацыі"
1623
 
1624
+ #: ../admin/view/right-now.php:52 ../admin/view/wp-slimstat-reports.php:1060
1625
+ #: ../admin/view/wp-slimstat-reports.php:1823
1626
  msgid "No data to display"
1627
  msgstr "Няма дадзеных для адлюстравання"
1628
 
1629
+ #: ../admin/view/right-now.php:73
1630
  msgid "Date and Time"
1631
  msgstr "Дата і час"
1632
 
1633
+ #: ../admin/view/right-now.php:82 ../admin/view/wp-slimstat-reports.php:1112
1634
+ #: ../admin/view/wp-slimstat-reports.php:1866 ../wp-slimstat.php:1292
1635
  msgid "c-"
1636
  msgstr ""
1637
 
1638
+ #: ../admin/view/right-now.php:128 ../admin/view/wp-slimstat-db.php:60
1639
+ #: ../admin/wp-slimstat-admin.php:1353 ../admin/wp-slimstat-admin.php:1393
1640
  msgid "Originating IP"
1641
  msgstr "ініцыявальны IP"
1642
 
1643
+ #: ../admin/view/right-now.php:169 ../admin/view/wp-slimstat-reports.php:1219
1644
+ #: ../admin/view/wp-slimstat-reports.php:1224
1645
+ #: ../admin/view/wp-slimstat-reports.php:1229
1646
  msgid "Open this URL in a new window"
1647
  msgstr "Адкрыць URL у новым акне"
1648
 
1649
+ #: ../admin/view/right-now.php:181
1650
  msgid "Local search results page"
1651
  msgstr " Лакальны пошук вынікаў старонкі"
1652
 
1653
+ #: ../admin/view/right-now.php:190 ../admin/view/wp-slimstat-db.php:42
1654
+ #: ../admin/view/wp-slimstat-reports.php:246
1655
+ #: ../admin/view/wp-slimstat-reports.php:256
1656
+ #: ../admin/wp-slimstat-admin.php:1356 ../admin/wp-slimstat-admin.php:1372
1657
  msgid "Search Terms"
1658
  msgstr "Умовы пошуку"
1659
 
1660
+ #: ../admin/view/right-now.php:202
1661
  msgid "Server Latency and Page Speed in milliseconds"
1662
  msgstr "Затрымка сервера і хуткасць старонкі ў мілісекундах"
1663
 
1664
+ #: ../admin/view/right-now.php:202
1665
  msgid "SL"
1666
  msgstr ""
1667
 
1668
+ #: ../admin/view/right-now.php:202
1669
  msgid "PS"
1670
  msgstr ""
1671
 
1672
+ #: ../admin/view/right-now.php:209
1673
  msgid "Time spent on this page"
1674
  msgstr "Час затрачаны на гэтую старонку"
1675
 
1676
+ #: ../admin/view/right-now.php:226
1677
  msgid "Open this referrer in a new window"
1678
  msgstr "Адкрыць рэферэрам у новым акне"
1679
 
1680
+ #: ../admin/view/right-now.php:227
1681
  msgid "Content Type"
1682
  msgstr "тып змесціва"
1683
 
1684
+ #: ../admin/view/right-now.php:234
1685
  msgid "Open this outbound link in a new window"
1686
  msgstr "Адкрыць выходную спасылку ў новым акне"
1687
 
1688
+ #: ../admin/view/right-now.php:242
1689
+ msgid "Delete this entry from the database"
1690
+ msgstr ""
1691
 
1692
+ #: ../admin/view/right-now.php:254
1693
  msgid "User Logged In"
1694
  msgstr "Карыстальніцкi уваход у сістэму"
1695
 
1696
+ #: ../admin/view/right-now.php:264
1697
  msgid "User Logged Out"
1698
  msgstr "Карыстальнiцкi выхад з сiстэмы"
1699
 
1700
+ #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:1369
1701
  msgid "Browser"
1702
  msgstr "Браўзер"
1703
 
1704
+ #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:1370
1705
  msgid "Country Code"
1706
  msgstr "код краіны"
1707
 
1709
  msgid "IP Address"
1710
  msgstr "IP адрас"
1711
 
1712
+ #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:1373
1713
  msgid "Language Code"
1714
  msgstr "Код мовы"
1715
 
1716
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:106
1717
+ #: ../admin/wp-slimstat-admin.php:1374
1718
  msgid "Operating System"
1719
  msgstr "Аперацыйная сістэма"
1720
 
1721
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:107
1722
+ #: ../admin/wp-slimstat-admin.php:1375
1723
  msgid "Permalink"
1724
  msgstr "пастаянная спасылка"
1725
 
1726
  #: ../admin/view/wp-slimstat-db.php:46 ../admin/view/wp-slimstat-db.php:108
1727
+ #: ../admin/wp-slimstat-admin.php:1376
1728
  msgid "Referer"
1729
  msgstr "звярнуцца да таго, хто здзяйсняе дзеянне"
1730
 
1732
  msgid "Visitor's Username"
1733
  msgstr "Імя наведвальніка"
1734
 
1735
+ #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:1359
1736
  msgid "Outbound Link"
1737
  msgstr "Выхадная спасылка"
1738
 
1745
  msgstr "Дадатковыя фільтры"
1746
 
1747
  #: ../admin/view/wp-slimstat-db.php:52
1748
+ #: ../admin/view/wp-slimstat-reports.php:376
1749
  msgid "Browser Capabilities"
1750
  msgstr "магчымасці браўзэраў"
1751
 
1752
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1388
1753
  msgid "Browser Version"
1754
  msgstr "версія браўзэра"
1755
 
1756
+ #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1389
1757
  msgid "Browser Type"
1758
  msgstr "тып браўзэра"
1759
 
1760
+ #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:1358
1761
  msgid "User Agent"
1762
  msgstr "агент карыстальніка"
1763
 
1769
  msgid "Server Latency"
1770
  msgstr "затрымка сервера"
1771
 
1772
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1391
1773
  msgid "Post Author"
1774
  msgstr "пост аўтара"
1775
 
1776
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1392
1777
  msgid "Post Category ID"
1778
  msgstr "пост катэгорыі ID"
1779
 
1780
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1394
1781
  msgid "Resource Content Type"
1782
  msgstr "тып кантэнту рэсурсу"
1783
 
1797
  msgid "Viewport Size"
1798
  msgstr "дэманстрацыйнае акно экрана"
1799
 
1800
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1396
1801
  msgid "Visit ID"
1802
  msgstr "наведванне ID"
1803
 
1846
  msgstr "ID падзеі"
1847
 
1848
  #: ../admin/view/wp-slimstat-db.php:116
1849
+ #: ../admin/view/wp-slimstat-reports.php:1837
1850
  msgid "Type"
1851
  msgstr "тып"
1852
 
1878
  msgid "While zooming in, drag the chart to move to a different area"
1879
  msgstr "Да маштабавання, перацягнуць дыяграму, каб перайсці ў іншую вобласць"
1880
 
1881
+ #: ../admin/view/wp-slimstat-reports.php:69
1882
  msgid "Visitors Activity"
1883
  msgstr "актыўнасць наведвальнікаў"
1884
 
1885
+ #: ../admin/view/wp-slimstat-reports.php:78
1886
  msgid "Color codes"
1887
  msgstr "каляровыя коды"
1888
 
1889
+ #: ../admin/view/wp-slimstat-reports.php:78
1890
  msgid "From search result page"
1891
  msgstr "З вынікаў пошуку на старонке"
1892
 
1893
+ #: ../admin/view/wp-slimstat-reports.php:78 ../admin/wp-slimstat-admin.php:1351
 
1894
  msgid "Known Visitor"
1895
  msgstr "вядомыя наведвальнікі"
1896
 
1897
+ #: ../admin/view/wp-slimstat-reports.php:78
1898
  msgid "Known Users"
1899
  msgstr "вядомыя карыстальнікі"
1900
 
1901
+ #: ../admin/view/wp-slimstat-reports.php:78
1902
  msgid "Other Humans"
1903
  msgstr "іншыя людзі"
1904
 
1905
+ #: ../admin/view/wp-slimstat-reports.php:78
1906
  msgid "Bot or Crawler"
1907
  msgstr "бот ці чарвяк"
1908
 
1909
+ #: ../admin/view/wp-slimstat-reports.php:82
1910
+ #: ../admin/view/wp-slimstat-reports.php:91
1911
+ #: ../admin/view/wp-slimstat-reports.php:1437
1912
+ #: ../admin/view/wp-slimstat-reports.php:1598
1913
  msgid "Pageviews"
1914
  msgstr "прагляд старонкі"
1915
 
1916
+ #: ../admin/view/wp-slimstat-reports.php:92
1917
+ #: ../admin/view/wp-slimstat-reports.php:289
1918
+ #: ../admin/view/wp-slimstat-reports.php:530
1919
+ #: ../admin/view/wp-slimstat-reports.php:1452
1920
+ #: ../admin/view/wp-slimstat-reports.php:1500
1921
  msgid "Unique IPs"
1922
  msgstr "Унікальныя IP-адрасы"
1923
 
1924
+ #: ../admin/view/wp-slimstat-reports.php:100
1925
  msgid "About Slimstat"
1926
  msgstr "О Slimstat"
1927
 
1928
+ #: ../admin/view/wp-slimstat-reports.php:109
1929
  msgid "Traffic at a Glance"
1930
  msgstr "Трафік у лічбах"
1931
 
1932
+ #: ../admin/view/wp-slimstat-reports.php:119
1933
  msgid "Currently Online"
1934
  msgstr "У цяперашні час анлайн"
1935
 
1936
+ #: ../admin/view/wp-slimstat-reports.php:132
1937
  msgid "Recent Search Terms"
1938
  msgstr "Апошнія ўмовы пошуку"
1939
 
1940
+ #: ../admin/view/wp-slimstat-reports.php:143
1941
  msgid "Keywords used by your visitors to find your website on a search engine."
1942
  msgstr ""
1943
  "Ключавыя словы, якімі карыстаюцца наведвальнікі, каб знайсці свой сайт у "
1944
  "пошукавай сістэме."
1945
 
1946
+ #: ../admin/view/wp-slimstat-reports.php:146
1947
  msgid "Top Web Pages"
1948
  msgstr "Лепшыя вэб-старонкi"
1949
 
1950
+ #: ../admin/view/wp-slimstat-reports.php:157
1951
  msgid ""
1952
  "Here a \"page\" is not just a WordPress page type, but any webpage on your "
1953
  "site, including posts, products, categories, and so on. You can set the "
1961
  "прыраўноўвае cpt:you_cpt_slug_here , каб атрымаць рэйтынг вэб-старонак для "
1962
  "канкрэтнага тыпу карыстацкага пасту, якi ў вас ёсць."
1963
 
1964
+ #: ../admin/view/wp-slimstat-reports.php:160
1965
  msgid "Top Referring Domains"
1966
  msgstr "Лепшыя спасылаючыся дамены"
1967
 
1968
+ #: ../admin/view/wp-slimstat-reports.php:174
1969
  msgid "Top Known Visitors"
1970
  msgstr "Топ Вядомых наведвальнікаў"
1971
 
1972
+ #: ../admin/view/wp-slimstat-reports.php:185
1973
  msgid "Top Search Terms"
1974
  msgstr "Папулярныя пошукавыя фразы"
1975
 
1976
+ #: ../admin/view/wp-slimstat-reports.php:197
1977
  msgid "Top Countries"
1978
  msgstr "папулярныя краіны"
1979
 
1980
+ #: ../admin/view/wp-slimstat-reports.php:206
1981
  msgid ""
1982
  "You can configure Slimstat to ignore a specific Country by setting the "
1983
  "corresponding filter under Settings > Slimstat > Filters."
1985
  "Вы можаце наладзіць Slimstat ігнараваць канкрэтную краіну, усталяваўшы "
1986
  "адпаведны фільтр у раздзеле Settings > Slimstat > Filters."
1987
 
1988
+ #: ../admin/view/wp-slimstat-reports.php:209
1989
  msgid "Rankings"
1990
  msgstr "рэйтынгі"
1991
 
1992
+ #: ../admin/view/wp-slimstat-reports.php:216
1993
  msgid ""
1994
  "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1995
  "measures your site's rankings. Values are updated every 12 hours. Please "
2001
  "ласка, увядзіце Ваш персанальны код доступу ў наладах i атрымайце доступ да "
2002
  "персаналізаванай інфармацыі Mozscape."
2003
 
2004
+ #: ../admin/view/wp-slimstat-reports.php:219
2005
  msgid "Top Language Families"
2006
  msgstr "Лепшыя моўныя сем'і"
2007
 
2008
+ #: ../admin/view/wp-slimstat-reports.php:232
2009
  msgid "Users Currently Online"
2010
  msgstr "Карыстальнікі на сайце"
2011
 
2012
+ #: ../admin/view/wp-slimstat-reports.php:243
2013
  msgid ""
2014
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2015
  "Slimstat leverages this information to identify returning visitors. Please "
2020
  "наведвальнікаў. Звярніце ўвагу, што наведвальнікі таксама ўключаюць "
2021
  "зарэгістраваных карыстальнікаў."
2022
 
2023
+ #: ../admin/view/wp-slimstat-reports.php:257
2024
  msgid "Unique Terms"
2025
  msgstr "Унікальныя ўмовы"
2026
 
2027
+ #: ../admin/view/wp-slimstat-reports.php:265
2028
  msgid "Top Referring URLs"
2029
  msgstr "Лепшыя спасылаючыся URLs"
2030
 
2031
+ #: ../admin/view/wp-slimstat-reports.php:278
2032
  msgid "Human Visits"
2033
  msgstr "чалавечыя прагляды"
2034
 
2035
+ #: ../admin/view/wp-slimstat-reports.php:288
2036
+ #: ../admin/view/wp-slimstat-reports.php:1496
2037
  msgid "Visits"
2038
  msgstr "прагляды"
2039
 
2040
+ #: ../admin/view/wp-slimstat-reports.php:297
2041
  msgid "Audience Overview"
2042
  msgstr "агляд аўдыторыі"
2043
 
2044
+ #: ../admin/view/wp-slimstat-reports.php:304
2045
  msgid ""
2046
  "Where not otherwise specified, the metrics in this report are referred to "
2047
  "human visitors."
2049
  "Калі не пазначана іншае, паказчыкі ў гэтым дакладзе згадваюцца "
2050
  "наведвальнікаў."
2051
 
2052
+ #: ../admin/view/wp-slimstat-reports.php:307
2053
  msgid "Top Languages"
2054
  msgstr "топ мовы"
2055
 
2056
+ #: ../admin/view/wp-slimstat-reports.php:318
2057
  msgid "Top Browsers"
2058
  msgstr "топ браўзераў"
2059
 
2060
+ #: ../admin/view/wp-slimstat-reports.php:329
2061
  msgid "Top Service Providers"
2062
  msgstr "Лепшыя пастаўшчыкі паслуг"
2063
 
2064
+ #: ../admin/view/wp-slimstat-reports.php:338
2065
+ #: ../admin/view/wp-slimstat-reports.php:350
2066
  msgid ""
2067
  "Internet Service Provider: a company which provides other companies or "
2068
  "individuals with access to the Internet. Your DSL or cable internet service "
2075
  "ігнараваць пэўныя IP-адрасы, усталяваўшы адпаведны фільтр у раздзеле Налады> "
2076
  "Slimstat> Фільтры."
2077
 
2078
+ #: ../admin/view/wp-slimstat-reports.php:341
2079
  msgid "Top Operating Systems"
2080
  msgstr "топ аперацыйных сістэм"
2081
 
2082
+ #: ../admin/view/wp-slimstat-reports.php:353
2083
  msgid "Top Screen Resolutions"
2084
  msgstr "топ дазвола экрана"
2085
 
2086
+ #: ../admin/view/wp-slimstat-reports.php:365
2087
  msgid "Top Viewport Sizes"
2088
  msgstr "Лепшыя памеры акна экрана "
2089
 
2090
+ #: ../admin/view/wp-slimstat-reports.php:385
2091
  msgid "Visit Duration"
2092
  msgstr "працягласць наведвання"
2093
 
2094
+ #: ../admin/view/wp-slimstat-reports.php:392
2095
  msgid ""
2096
  "All values represent the percentages of pageviews within the corresponding "
2097
  "time range."
2099
  "Усе значэння ўяўляюць сабой працэнт праглядаў старонак на працягу "
2100
  "адпаведнага інтэрвалу часу."
2101
 
2102
+ #: ../admin/view/wp-slimstat-reports.php:395
2103
  msgid "Recent Countries"
2104
  msgstr "нядаўнія краіны"
2105
 
2106
+ #: ../admin/view/wp-slimstat-reports.php:406
2107
  msgid "Recent Viewport Sizes"
2108
  msgstr "Апошнія памеры акрана экрана"
2109
 
2110
+ #: ../admin/view/wp-slimstat-reports.php:417
2111
  msgid "Recent Operating Systems"
2112
  msgstr "апошняя аперацыйная сістэма"
2113
 
2114
+ #: ../admin/view/wp-slimstat-reports.php:428
2115
  msgid "Recent Browsers"
2116
  msgstr "апошні браузер"
2117
 
2118
+ #: ../admin/view/wp-slimstat-reports.php:439
2119
  msgid "Recent Languages"
2120
  msgstr "апошнія мовы"
2121
 
2122
+ #: ../admin/view/wp-slimstat-reports.php:450
2123
  msgid "Top Browser Families"
2124
  msgstr "Лепшыя сям'і браўзэра"
2125
 
2126
+ #: ../admin/view/wp-slimstat-reports.php:459
2127
  msgid ""
2128
  "This report shows you what user agent families (no version considered) are "
2129
  "popular among your visitors."
2131
  "Гэтая справаздача паказвае, што карыстальнік агента (ні адна з версій "
2132
  "лічыцца) карыстаюцца папулярнасцю сярод наведвальнікаў."
2133
 
2134
+ #: ../admin/view/wp-slimstat-reports.php:462
2135
  msgid "Top OS Families"
2136
  msgstr "Лепшыя OS мноства"
2137
 
2138
+ #: ../admin/view/wp-slimstat-reports.php:473
2139
  msgid ""
2140
  "This report shows you what operating system families (no version considered) "
2141
  "are popular among your visitors."
2143
  "Гэтая справаздача паказвае, што мноства аперацыйных сістэм (ні адна з версій "
2144
  "лічыцца) карыстаюцца папулярнасцю сярод наведвальнікаў."
2145
 
2146
+ #: ../admin/view/wp-slimstat-reports.php:476
2147
  msgid "Recent Users"
2148
  msgstr "новыя карыстальнікі"
2149
 
2150
+ #: ../admin/view/wp-slimstat-reports.php:488
2151
  msgid "Top Users"
2152
  msgstr "топ карыстальнікаў"
2153
 
2154
+ #: ../admin/view/wp-slimstat-reports.php:500
2155
+ #: ../admin/view/wp-slimstat-reports.php:509
2156
  msgid "Users"
2157
  msgstr "Карыстачы"
2158
 
2159
+ #: ../admin/view/wp-slimstat-reports.php:510
2160
  msgid "Unique Users"
2161
  msgstr "Унікальныя карыстальнікі"
2162
 
2163
+ #: ../admin/view/wp-slimstat-reports.php:519 ../admin/wp-slimstat-admin.php:57
 
2164
  msgid "Traffic Sources"
2165
  msgstr "крыніцы трафіку"
2166
 
2167
+ #: ../admin/view/wp-slimstat-reports.php:529
2168
  msgid "Domains"
2169
  msgstr "дамены"
2170
 
2171
+ #: ../admin/view/wp-slimstat-reports.php:538
2172
  msgid "Traffic Summary"
2173
  msgstr "сумарны трафік"
2174
 
2175
+ #: ../admin/view/wp-slimstat-reports.php:547
2176
  msgid "Top Referring Search Engines"
2177
  msgstr "топ накірованых пошукавікаў"
2178
 
2179
+ #: ../admin/view/wp-slimstat-reports.php:576
2180
  msgid "Recent Outbound Links"
2181
  msgstr "Апошнія зыходзячыя спасылкі"
2182
 
2183
+ #: ../admin/view/wp-slimstat-reports.php:588
2184
  msgid "Recent Posts"
2185
  msgstr "Апошні пост"
2186
 
2187
+ #: ../admin/view/wp-slimstat-reports.php:616
2188
  msgid "Recent Feeds"
2189
  msgstr "Апошні водгук"
2190
 
2191
+ #: ../admin/view/wp-slimstat-reports.php:628
2192
  msgid "Recent Pages Not Found"
2193
  msgstr "Апошнія старонкі не знойдзены"
2194
 
2195
+ #: ../admin/view/wp-slimstat-reports.php:640
2196
  msgid "Recent Internal Searches"
2197
  msgstr "Апошнія ўнутраныя пошукавыя запыты"
2198
 
2199
+ #: ../admin/view/wp-slimstat-reports.php:650
2200
  msgid "Searches performed using WordPress' built-in search functionality."
2201
  msgstr ""
2202
  "Пошукавыя запыты выконваюцца з выкарыстаннем WordPress 'убудаваныя функцыі "
2203
  "пошуку."
2204
 
2205
+ #: ../admin/view/wp-slimstat-reports.php:653
2206
  msgid "Top Categories"
2207
  msgstr "топ катэгорыі"
2208
 
2209
+ #: ../admin/view/wp-slimstat-reports.php:666
2210
  msgid "Top Downloads"
2211
  msgstr "папулярныя загрузкі"
2212
 
2213
+ #: ../admin/view/wp-slimstat-reports.php:677
2214
  msgid ""
2215
  "You can configure Slimstat to track specific file extensions as downloads."
2216
  msgstr ""
2217
  "Вы можаце наладзіць Slimstat для адсочвання канкрэтных пашырэньні файлаў як "
2218
  "для загрузкі."
2219
 
2220
+ #: ../admin/view/wp-slimstat-reports.php:680
2221
  msgid "Recent Events"
2222
  msgstr "апошнія падзеі"
2223
 
2224
+ #: ../admin/view/wp-slimstat-reports.php:689
2225
+ #: ../admin/view/wp-slimstat-reports.php:713
2226
  msgid ""
2227
  "This report lists any <em>event</em> occurred on your website. Please refer "
2228
  "to the FAQ for more information on how to use this functionality."
2231
  "на вашым сайце. Калі ласка, звярніцеся да FAQ для атрымання дадатковай "
2232
  "інфармацыі аб тым, як выкарыстоўваць гэтую функцыю."
2233
 
2234
+ #: ../admin/view/wp-slimstat-reports.php:692
2235
  msgid "Top Posts"
2236
  msgstr "лепшыя пасты"
2237
 
2238
+ #: ../admin/view/wp-slimstat-reports.php:704
2239
  msgid "Top Events"
2240
  msgstr "лепшыя падзеі"
2241
 
2242
+ #: ../admin/view/wp-slimstat-reports.php:716
2243
  msgid "Top Internal Searches"
2244
  msgstr "лепшыя пашукавыя запыты"
2245
 
2246
+ #: ../admin/view/wp-slimstat-reports.php:728
2247
  msgid "Recent Categories"
2248
  msgstr "апошнія катэгорыі"
2249
 
2250
+ #: ../admin/view/wp-slimstat-reports.php:740
2251
  msgid "Top Pages Not Found"
2252
  msgstr "лтоп старонак не знойдзена"
2253
 
2254
+ #: ../admin/view/wp-slimstat-reports.php:752
2255
  msgid "Top Authors"
2256
  msgstr "топ аўтараў"
2257
 
2258
+ #: ../admin/view/wp-slimstat-reports.php:763
2259
  msgid "Top Tags"
2260
  msgstr "лепшыя тэгі"
2261
 
2262
+ #: ../admin/view/wp-slimstat-reports.php:775
2263
  msgid "Recent Downloads"
2264
  msgstr "апошнія загрузкі"
2265
 
2266
+ #: ../admin/view/wp-slimstat-reports.php:787
2267
  msgid "Top Outbound Links"
2268
  msgstr "Апошнія зыходзячыя спасылкі"
2269
 
2270
+ #: ../admin/view/wp-slimstat-reports.php:799
2271
  msgid "Your Website"
2272
  msgstr "ваш сайт"
2273
 
2274
+ #: ../admin/view/wp-slimstat-reports.php:806
2275
  msgid ""
2276
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2277
  "this report is not affected by the filters set here above."
2280
  "ласка, звярніце ўвагу, што гэты справаздачу не залежыць ад фільтраў, "
2281
  "устаноўленых тут вышэй."
2282
 
2283
+ #: ../admin/view/wp-slimstat-reports.php:809
2284
  msgid "Top Bounce Pages"
2285
  msgstr "топ старонак адмоваў"
2286
 
2287
+ #: ../admin/view/wp-slimstat-reports.php:822
2288
  msgid "Top Exit Pages"
2289
  msgstr "Самыя папулярныя старонкі выхаду"
2290
 
2291
+ #: ../admin/view/wp-slimstat-reports.php:835
2292
  msgid "Top Entry Pages"
2293
  msgstr "топ старонак пунктаў"
2294
 
2295
+ #: ../admin/view/wp-slimstat-reports.php:848
2296
  #, fuzzy
2297
  msgid "Pages with Outbound Links"
2298
  msgstr "Апошнія зыходзячыя спасылкі"
2299
 
2300
+ #: ../admin/view/wp-slimstat-reports.php:857
2301
  msgid "Outbound Links"
2302
  msgstr "Выходныя спасылкі"
2303
 
2304
+ #: ../admin/view/wp-slimstat-reports.php:858
2305
  msgid "Unique Outbound"
2306
  msgstr "Унiкальны за мяжой"
2307
 
2308
+ #: ../admin/view/wp-slimstat-reports.php:867
2309
  msgid "World Map"
2310
  msgstr "карта свету"
2311
 
2312
+ #: ../admin/view/wp-slimstat-reports.php:958
2313
  msgid "Refresh"
2314
  msgstr "абнаўленне"
2315
 
2316
+ #: ../admin/view/wp-slimstat-reports.php:1005
2317
  #, php-format
2318
  msgid "Results %s - %s of %s"
2319
  msgstr "Абнаўленне %s - %s з %s"
2320
 
2321
+ #: ../admin/view/wp-slimstat-reports.php:1007
2322
  msgid "Refresh in"
2323
  msgstr "абнаўленне ў"
2324
 
2325
+ #: ../admin/view/wp-slimstat-reports.php:1106
2326
  msgid "Category ID"
2327
  msgstr "ідэнтыфікатар катэгорыі"
2328
 
2329
+ #: ../admin/view/wp-slimstat-reports.php:1111
2330
+ #: ../admin/view/wp-slimstat-reports.php:1125
2331
+ #: ../admin/view/wp-slimstat-reports.php:1130
2332
  msgid "Code"
2333
  msgstr "Код"
2334
 
2335
+ #: ../admin/view/wp-slimstat-reports.php:1126
2336
+ #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1304
2337
  msgid "l-"
2338
  msgstr ""
2339
 
2340
+ #: ../admin/view/wp-slimstat-reports.php:1143
2341
  msgid "URL"
2342
  msgstr "URL"
2343
 
2344
+ #: ../admin/view/wp-slimstat-reports.php:1162
2345
  msgid "Referrer"
2346
  msgstr "Referrer"
2347
 
2348
+ #: ../admin/view/wp-slimstat-reports.php:1404
2349
  msgid "Dataset Size"
2350
  msgstr "Памер набора дадзеных"
2351
 
2352
+ #: ../admin/view/wp-slimstat-reports.php:1406
2353
  msgid "Total number of records stored in the database."
2354
  msgstr "Агульная колькасць запісаў, якія захоўваюцца ў базе дадзеных."
2355
 
2356
+ #: ../admin/view/wp-slimstat-reports.php:1408
2357
  msgid "DB Size"
2358
  msgstr "Памер набора дадзеных"
2359
 
2360
+ #: ../admin/view/wp-slimstat-reports.php:1411
2361
  msgid "Tracking Enabled"
2362
  msgstr "Уключыць адсочванне"
2363
 
2364
+ #: ../admin/view/wp-slimstat-reports.php:1414
2365
  msgid "Javascript Mode"
2366
  msgstr "Асінхронны рэжым"
2367
 
2368
+ #: ../admin/view/wp-slimstat-reports.php:1417
2369
  msgid "Tracking Browser Caps"
2370
  msgstr "адсочваць заглушку браўзэра"
2371
 
2372
+ #: ../admin/view/wp-slimstat-reports.php:1420
2373
  msgid "Auto purge"
2374
  msgstr "аўтаматычная чыстка"
2375
 
2376
+ #: ../admin/view/wp-slimstat-reports.php:1421
2377
+ #: ../admin/wp-slimstat-admin.php:1209
2378
  msgid "Off"
2379
  msgstr "выключана"
2380
 
2381
+ #: ../admin/view/wp-slimstat-reports.php:1423
2382
  msgid "Oldest pageview"
2383
  msgstr "Старыя старонкi"
2384
 
2385
+ #: ../admin/view/wp-slimstat-reports.php:1424
2386
  msgid "No visits"
2387
  msgstr "няма наведвання"
2388
 
2389
+ #: ../admin/view/wp-slimstat-reports.php:1426 ../admin/wp-slimstat-admin.php:63
 
2390
  msgid "Geolocation"
2391
  msgstr "Геалакацыя"
2392
 
2393
+ #: ../admin/view/wp-slimstat-reports.php:1428
2394
  msgid "Date when the MaxMind Geolocation database was last updated."
2395
  msgstr "Дата, калі база дадзеных MaxMind Geolocation была абнаўленна."
2396
 
2397
+ #: ../admin/view/wp-slimstat-reports.php:1439
2398
+ #: ../admin/view/wp-slimstat-reports.php:1600
2399
  msgid ""
2400
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2401
  "the tracking code is executed."
2403
  "Запыт на загрузку аднаго файла HTML. Slimstat рэгіструе \"прагляд старонкі"
2404
  "\" кожны раз, калі выконваецца код адсочвання."
2405
 
2406
+ #: ../admin/view/wp-slimstat-reports.php:1441
2407
  msgid "Days in Range"
2408
  msgstr "Дні ў дыяпазоне"
2409
 
2410
+ #: ../admin/view/wp-slimstat-reports.php:1444
2411
  msgid "Average Daily Pageviews"
2412
  msgstr "Сярэдняя колькасць прагляду старонак"
2413
 
2414
+ #: ../admin/view/wp-slimstat-reports.php:1446
2415
  msgid ""
2416
  "How many pages have been visited on average every day during the current "
2417
  "period."
2419
  "Колькі старонак былі наведаны у сярэднім кожны дзень на працягу бягучага "
2420
  "перыяду."
2421
 
2422
+ #: ../admin/view/wp-slimstat-reports.php:1448
2423
  msgid "From Search Results"
2424
  msgstr "З вынікаў пошуку"
2425
 
2426
+ #: ../admin/view/wp-slimstat-reports.php:1450
2427
  msgid ""
2428
  "Visitors who landed on your site after searching for a keyword on Google, "
2429
  "Yahoo, etc."
2431
  "Наведвальнікі, якія прыйшлi на ваш сайт пасля пошуку па ключавым слове у "
2432
  "Google, Yahoo і г.д."
2433
 
2434
+ #: ../admin/view/wp-slimstat-reports.php:1454
2435
  msgid ""
2436
  "Used to differentiate between multiple requests to download a file from one "
2437
  "internet address (IP) and requests originating from many distinct addresses"
2440
  "аднаго інтэрнэт-адрасы (IP) і запытаў, якія адбываюцца з многіх розных "
2441
  "адрасоў"
2442
 
2443
+ #: ../admin/view/wp-slimstat-reports.php:1456
2444
  msgid "Last 30 minutes"
2445
  msgstr "Апошнiя 30 хвiлiн"
2446
 
2447
+ #: ../admin/view/wp-slimstat-reports.php:1498
2448
  msgid ""
2449
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2450
  "multiple times if they perform multiple visits."
2452
  "Час візіт не больш за 30 хвілін. Наведвальнікі, якія вярнуліся, "
2453
  "падлічваюцца некалькі разоў, калі яны выконваюць некалькі візітаў."
2454
 
2455
+ #: ../admin/view/wp-slimstat-reports.php:1502
2456
  msgid "It includes only traffic generated by human visitors."
2457
  msgstr "Уключае ў сябе толькі трафік, генераваны чалавека наведвальнікаў."
2458
 
2459
+ #: ../admin/view/wp-slimstat-reports.php:1504
2460
  msgid "Bounce rate"
2461
  msgstr "Паказчык адмоваў"
2462
 
2463
+ #: ../admin/view/wp-slimstat-reports.php:1506
2464
  msgid ""
2465
  "Percentage of single-page visits, i.e. visits in which the person left your "
2466
  "site from the entrance page."
2468
  "Працэнт наведванняў адной старонкі, гэта значыць наведванняў, у якіх "
2469
  "наведвальнік пакідае сайт са старонкі ўваходу."
2470
 
2471
+ #: ../admin/view/wp-slimstat-reports.php:1508
2472
  msgid "Known visitors"
2473
  msgstr "вядомыя наведвальнікі"
2474
 
2475
+ #: ../admin/view/wp-slimstat-reports.php:1510
2476
  msgid "Visitors who had previously left a comment on your blog."
2477
  msgstr "Наведвальнікі, якія раней пакінуў каментар на вашым блогу."
2478
 
2479
+ #: ../admin/view/wp-slimstat-reports.php:1512
2480
  msgid "New visitors"
2481
  msgstr "новыя наведвальнiкi"
2482
 
2483
+ #: ../admin/view/wp-slimstat-reports.php:1514
2484
  msgid "Human users who visited your site only once."
2485
  msgstr "Чалавечыя карыстальнікаў, якія наведалі ваш сайт толькі адзін раз."
2486
 
2487
+ #: ../admin/view/wp-slimstat-reports.php:1516
2488
  msgid "Bots"
2489
  msgstr "Боты"
2490
 
2491
+ #: ../admin/view/wp-slimstat-reports.php:1519
2492
  msgid "Pageviews per visit"
2493
  msgstr "Праглядаў старонак за адно наведванне"
2494
 
2495
+ #: ../admin/view/wp-slimstat-reports.php:1522
2496
  msgid "Longest visit"
2497
  msgstr "Самы доугi вiзiт"
2498
 
2499
+ #: ../admin/view/wp-slimstat-reports.php:1523
2500
  msgid "hits"
2501
  msgstr "колькасць праглядаў"
2502
 
2503
+ #: ../admin/view/wp-slimstat-reports.php:1534
2504
  msgid "0 - 30 seconds"
2505
  msgstr "0 - 30 секунд"
2506
 
2507
+ #: ../admin/view/wp-slimstat-reports.php:1540
2508
  msgid "31 - 60 seconds"
2509
  msgstr "31-60 секунд"
2510
 
2511
+ #: ../admin/view/wp-slimstat-reports.php:1546
2512
  msgid "1 - 3 minutes"
2513
  msgstr "1 - 3 хвіліны"
2514
 
2515
+ #: ../admin/view/wp-slimstat-reports.php:1552
2516
  msgid "3 - 5 minutes"
2517
  msgstr "3-5 хвіліны"
2518
 
2519
+ #: ../admin/view/wp-slimstat-reports.php:1558
2520
  msgid "5 - 7 minutes"
2521
  msgstr "5- 7 хвіліны"
2522
 
2523
+ #: ../admin/view/wp-slimstat-reports.php:1564
2524
  msgid "7 - 10 minutes"
2525
  msgstr "7-10 хвіліны"
2526
 
2527
+ #: ../admin/view/wp-slimstat-reports.php:1570
2528
  msgid "More than 10 minutes"
2529
  msgstr "Больш за 10 хвілін"
2530
 
2531
+ #: ../admin/view/wp-slimstat-reports.php:1582
2532
  msgid "Average visit duration"
2533
  msgstr "Сярэдняя працягласць наведвання"
2534
 
2535
+ #: ../admin/view/wp-slimstat-reports.php:1602
2536
  msgid "Unique Referrers"
2537
  msgstr "унікальныя рэферэрам"
2538
 
2539
+ #: ../admin/view/wp-slimstat-reports.php:1604
2540
  msgid ""
2541
  "A referrer (or referring site) is the site that a visitor previously visited "
2542
  "before following a link to your site."
2544
  "Рэферэрам з'яўляецца сайт, які наведвальнік раней наведвалі да наступнага "
2545
  "спасылку на ваш сайт."
2546
 
2547
+ #: ../admin/view/wp-slimstat-reports.php:1606
2548
  msgid "Direct Pageviews"
2549
  msgstr "Прамы прагляд старонак"
2550
 
2551
+ #: ../admin/view/wp-slimstat-reports.php:1608
2552
  msgid ""
2553
  "Visitors who visited the site by typing the URL directly into their browser. "
2554
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2561
  "паведамленнях электроннай пошты ці спасылкі з дакументаў, якія не ўключаюць "
2562
  "у сябе адсочванне зменных."
2563
 
2564
+ #: ../admin/view/wp-slimstat-reports.php:1610
2565
  msgid "From a search result"
2566
  msgstr "З вынікаў пошуку"
2567
 
2568
+ #: ../admin/view/wp-slimstat-reports.php:1612
2569
  msgid ""
2570
  "Visitors who came to your site via searches on Google or some other search "
2571
  "engine."
2573
  "Наведвальнікі, якія прыйшлі на ваш сайт з дапамогай пошуку на Google або "
2574
  "якой-небудзь іншай пошукавай сістэмы."
2575
 
2576
+ #: ../admin/view/wp-slimstat-reports.php:1614
2577
  msgid "Unique Landing Pages"
2578
  msgstr "Унікальныя мэтавыя старонкі"
2579
 
2580
+ #: ../admin/view/wp-slimstat-reports.php:1616
2581
  msgid ""
2582
  "The first page that a user views during a session. This is also known as the "
2583
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2590
  "старонцы, ён атрымлівае падлічваюцца (для гэтага візіту) у якасці мэтавай "
2591
  "старонкі."
2592
 
2593
+ #: ../admin/view/wp-slimstat-reports.php:1618
2594
  msgid "Bounce Pages"
2595
  msgstr "Паказчык адмоваў"
2596
 
2597
+ #: ../admin/view/wp-slimstat-reports.php:1620
2598
  msgid "Number of single page visits to your site over the selected period."
2599
  msgstr ""
2600
  "Колькасць аднамесных наведванняў старонак вашага сайта на абраны перыяд."
2601
 
2602
+ #: ../admin/view/wp-slimstat-reports.php:1622
2603
  msgid "New Visitors Rate"
2604
  msgstr "Стайка новых наведвальнікау"
2605
 
2606
+ #: ../admin/view/wp-slimstat-reports.php:1624
2607
  msgid ""
2608
  "Percentage of single page visits, i.e. visits in which the person left your "
2609
  "site from the entrance page."
2611
  "Працэнт наведванняў адной старонцы, то ёсць наведванняў, у якіх наведвальнік "
2612
  "пакідае сайт са старонкі ўваходу."
2613
 
2614
+ #: ../admin/view/wp-slimstat-reports.php:1626
2615
  msgid "Currently from search engines"
2616
  msgstr "З вынікаў пошуку"
2617
 
2618
+ #: ../admin/view/wp-slimstat-reports.php:1628
2619
  msgid ""
2620
  "Visitors who visited the site in the last 5 minutes coming from a search "
2621
  "engine."
2623
  "Наведвальнікі, якія наведалі сайт на працягу апошніх 5 хвілін, якія прыйшлi "
2624
  "з пошукавай сістэмы."
2625
 
2626
+ #: ../admin/view/wp-slimstat-reports.php:1646
2627
  msgid "Backlinks"
2628
  msgstr "Зваротныя спасылкі"
2629
 
2630
+ #: ../admin/view/wp-slimstat-reports.php:1647
2631
  msgid "Number of external equity links to your website."
2632
  msgstr "Колькасць знешніх фондавых спасылак на ваш сайт."
2633
 
2634
+ #: ../admin/view/wp-slimstat-reports.php:1651
2635
  msgid "MozRank"
2636
  msgstr "Moz Званне"
2637
 
2638
+ #: ../admin/view/wp-slimstat-reports.php:1652
2639
  msgid ""
2640
  "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2641
  "link popularity score. It reflects the importance of any given web page on "
2645
  "папулярнасці спасылак. Ен адлюстроўвае важнасць той ці іншай вэб-старонкі ў "
2646
  "Інтэрнэце."
2647
 
2648
+ #: ../admin/view/wp-slimstat-reports.php:1656
2649
  msgid "Equity Links"
2650
  msgstr "Адзінства спасылак"
2651
 
2652
+ #: ../admin/view/wp-slimstat-reports.php:1657
2653
  msgid ""
2654
  "Number of authority-passing links (including followed links and redirects, "
2655
  "internal or external) to your website. Set the permalink filter here above "
2659
  "ўнутраныя або знешнія) на свой вэб-сайт. Усталюйце пастаянную фільтр тут, "
2660
  "каб атрымаць адпаведныя паказчыкі ў гэтай справаздачы."
2661
 
2662
+ #: ../admin/view/wp-slimstat-reports.php:1661
2663
  msgid "Facebook Shares"
2664
  msgstr "Падзяліцца на Facebook "
2665
 
2666
+ #: ../admin/view/wp-slimstat-reports.php:1666
2667
  msgid "Facebook Clicks"
2668
  msgstr "Нацiскi на Facebook"
2669
 
2670
+ #: ../admin/view/wp-slimstat-reports.php:1667
2671
  msgid "How many times links to your website have been clicked on Facebook."
2672
  msgstr "Колькі разоў спасылкі на ваш сайт былі націснулі на Facebook."
2673
 
2674
+ #: ../admin/view/wp-slimstat-reports.php:1671
2675
  msgid "Alexa World Rank"
2676
  msgstr "Alexa Сусветны ранг"
2677
 
2678
+ #: ../admin/view/wp-slimstat-reports.php:1672
2679
  msgid ""
2680
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2681
  "traffic data."
2683
  "Alexa з'яўляецца даччынай кампаніяй Amazon.com, які дае камерцыйныя дадзеныя "
2684
  "вэб-трафіку."
2685
 
2686
+ #: ../admin/view/wp-slimstat-reports.php:1676
2687
  msgid "Alexa Country Rank"
2688
  msgstr "Alexa Краiны ранг"
2689
 
2690
+ #: ../admin/view/wp-slimstat-reports.php:1681
2691
  msgid "Alexa Popularity"
2692
  msgstr "Alexa Папулярнасць"
2693
 
2694
+ #: ../admin/view/wp-slimstat-reports.php:1740
2695
  msgid "Alexa Delta"
2696
  msgstr ""
2697
 
2698
+ #: ../admin/view/wp-slimstat-reports.php:1774
2699
  msgid "Content Items"
2700
  msgstr "Змест пунктау"
2701
 
2702
+ #: ../admin/view/wp-slimstat-reports.php:1776
2703
  msgid ""
2704
  "This value includes not only posts, but also custom post types, regardless "
2705
  "of their status"
2707
  "Гэта значэнне ўключае ў сябе не толькі пасты, але і прыстасаваныя тыпы "
2708
  "поста, незалежна ад іх статусу"
2709
 
2710
+ #: ../admin/view/wp-slimstat-reports.php:1778
2711
  msgid "Posts"
2712
  msgstr "пасты"
2713
 
2714
+ #: ../admin/view/wp-slimstat-reports.php:1781
2715
  msgid "Pages"
2716
  msgstr "Старонкi"
2717
 
2718
+ #: ../admin/view/wp-slimstat-reports.php:1784
2719
  msgid "Attachments"
2720
  msgstr "укладаннi"
2721
 
2722
+ #: ../admin/view/wp-slimstat-reports.php:1787
2723
  msgid "Revisions"
2724
  msgstr "перагляды"
2725
 
2726
+ #: ../admin/view/wp-slimstat-reports.php:1790
2727
  msgid "Comments"
2728
  msgstr "каментары"
2729
 
2730
+ #: ../admin/view/wp-slimstat-reports.php:1793
2731
  msgid "Avg Comments per Post"
2732
  msgstr "Сярэдняя колькасць каментарау на паведамленне"
2733
 
2734
+ #: ../admin/view/wp-slimstat-reports.php:1796
2735
  msgid "Avg Server Latency"
2736
  msgstr "сярэднii час затрымкi сервера"
2737
 
2738
+ #: ../admin/view/wp-slimstat-reports.php:1798
2739
  msgid ""
2740
  "Latency is the amount of time it takes for the host server to receive and "
2741
  "process a request for a page object. The amount of latency depends largely "
2745
  "прыёму і апрацоўкі запыту для аб'екта старонкі. Велічыня латэнтнага часу "
2746
  "шмат у чым залежыць ад таго, як далёка карыстальнік знаходзіцца з сервера."
2747
 
2748
+ #: ../admin/view/wp-slimstat-reports.php:1841
2749
  msgid "Coordinates"
2750
  msgstr "каардынаты"
2751
 
2752
+ #: ../admin/view/wp-slimstat-reports.php:1841
2753
  msgid "Date"
2754
  msgstr "дата"
2755
 
2756
  # Unknown
2757
+ #: ../admin/view/wp-slimstat-reports.php:1857
2758
  msgid "c-xx"
2759
  msgstr "Unknown"
2760
 
2761
  # Afghanistan
2762
+ #: ../admin/view/wp-slimstat-reports.php:1857
2763
  msgid "c-af"
2764
  msgstr "Афганістан"
2765
 
2766
  # Åland Islands
2767
+ #: ../admin/view/wp-slimstat-reports.php:1857
2768
  msgid "c-ax"
2769
  msgstr "Аландскія астравы"
2770
 
2771
  # Albania
2772
+ #: ../admin/view/wp-slimstat-reports.php:1857
2773
  msgid "c-al"
2774
  msgstr "Албанія"
2775
 
2776
  # Algeria
2777
+ #: ../admin/view/wp-slimstat-reports.php:1857
2778
  msgid "c-dz"
2779
  msgstr "Алжыр"
2780
 
2781
  # Andorra
2782
+ #: ../admin/view/wp-slimstat-reports.php:1857
2783
  msgid "c-ad"
2784
  msgstr "Андора"
2785
 
2786
  # Angola
2787
+ #: ../admin/view/wp-slimstat-reports.php:1857
2788
  msgid "c-ao"
2789
  msgstr "Ангола"
2790
 
2791
  # Anguilla
2792
+ #: ../admin/view/wp-slimstat-reports.php:1857
2793
  msgid "c-ai"
2794
  msgstr "Ангілья"
2795
 
2796
  # Antigua and Barbuda
2797
+ #: ../admin/view/wp-slimstat-reports.php:1857
2798
  msgid "c-ag"
2799
  msgstr "Антыгуа і Барбуда"
2800
 
2801
  # Argentina
2802
+ #: ../admin/view/wp-slimstat-reports.php:1857
2803
  msgid "c-ar"
2804
  msgstr "Аргенціна"
2805
 
2806
  # Armenia
2807
+ #: ../admin/view/wp-slimstat-reports.php:1857
2808
  msgid "c-am"
2809
  msgstr "Арменія"
2810
 
2811
  # Aruba
2812
+ #: ../admin/view/wp-slimstat-reports.php:1857
2813
  msgid "c-aw"
2814
  msgstr "Аруба"
2815
 
2816
  # Australia
2817
+ #: ../admin/view/wp-slimstat-reports.php:1857
2818
  msgid "c-au"
2819
  msgstr "Аўстралія"
2820
 
2821
  # Austria
2822
+ #: ../admin/view/wp-slimstat-reports.php:1857
2823
  msgid "c-at"
2824
  msgstr "Аўстрыя"
2825
 
2826
  # Azerbaijan
2827
+ #: ../admin/view/wp-slimstat-reports.php:1857
2828
  msgid "c-az"
2829
  msgstr "Азербайджан"
2830
 
2831
  # Bahamas
2832
+ #: ../admin/view/wp-slimstat-reports.php:1857
2833
  msgid "c-bs"
2834
  msgstr "Багамскія а-вы"
2835
 
2836
  # Bahrain
2837
+ #: ../admin/view/wp-slimstat-reports.php:1857
2838
  msgid "c-bh"
2839
  msgstr "Бахрэйн"
2840
 
2841
  # Bangladesh
2842
+ #: ../admin/view/wp-slimstat-reports.php:1857
2843
  msgid "c-bd"
2844
  msgstr "Бангладэш"
2845
 
2846
  # Barbados
2847
+ #: ../admin/view/wp-slimstat-reports.php:1857
2848
  msgid "c-bb"
2849
  msgstr "Барбадас"
2850
 
2851
  # Belarus
2852
+ #: ../admin/view/wp-slimstat-reports.php:1857
2853
  msgid "c-by"
2854
  msgstr "Беларусь"
2855
 
2856
  # Belgium
2857
+ #: ../admin/view/wp-slimstat-reports.php:1857
2858
  msgid "c-be"
2859
  msgstr "Бельгія"
2860
 
2861
  # Belize
2862
+ #: ../admin/view/wp-slimstat-reports.php:1857
2863
  msgid "c-bz"
2864
  msgstr "Беліз"
2865
 
2866
  # Benin
2867
+ #: ../admin/view/wp-slimstat-reports.php:1857
2868
  msgid "c-bj"
2869
  msgstr "Бенін"
2870
 
2871
  # Bermuda
2872
+ #: ../admin/view/wp-slimstat-reports.php:1857
2873
  msgid "c-bm"
2874
  msgstr "Бэрмудзкія выспы"
2875
 
2876
  # Bhutan
2877
+ #: ../admin/view/wp-slimstat-reports.php:1857
2878
  msgid "c-bt"
2879
  msgstr "Бутан"
2880
 
2881
  # Bolivia
2882
+ #: ../admin/view/wp-slimstat-reports.php:1857
2883
  msgid "c-bo"
2884
  msgstr "Балівія"
2885
 
2886
  # Bosnia and Herzegovina
2887
+ #: ../admin/view/wp-slimstat-reports.php:1857
2888
  msgid "c-ba"
2889
  msgstr "Боснія і Герцагавіна"
2890
 
2891
  # Botswana
2892
+ #: ../admin/view/wp-slimstat-reports.php:1857
2893
  msgid "c-bw"
2894
  msgstr "Батсвана"
2895
 
2896
  # Brazil
2897
+ #: ../admin/view/wp-slimstat-reports.php:1857
2898
  msgid "c-br"
2899
  msgstr "Бразілія"
2900
 
2901
  # Brunei Darussalam
2902
+ #: ../admin/view/wp-slimstat-reports.php:1857
2903
  msgid "c-bn"
2904
  msgstr "Бруней Даруссалам"
2905
 
2906
  # Bulgaria
2907
+ #: ../admin/view/wp-slimstat-reports.php:1857
2908
  msgid "c-bg"
2909
  msgstr "Балгарыя"
2910
 
2911
  # Burkina Faso
2912
+ #: ../admin/view/wp-slimstat-reports.php:1857
2913
  msgid "c-bf"
2914
  msgstr "Буркіна-Фасо"
2915
 
2916
  # Burundi
2917
+ #: ../admin/view/wp-slimstat-reports.php:1857
2918
  msgid "c-bi"
2919
  msgstr "Бурундзі"
2920
 
2921
  # Cambodia
2922
+ #: ../admin/view/wp-slimstat-reports.php:1857
2923
  msgid "c-kh"
2924
  msgstr "Камбоджа"
2925
 
2926
  # Cameroon
2927
+ #: ../admin/view/wp-slimstat-reports.php:1857
2928
  msgid "c-cm"
2929
  msgstr "Камерун"
2930
 
2931
  # Canada
2932
+ #: ../admin/view/wp-slimstat-reports.php:1857
2933
  msgid "c-ca"
2934
  msgstr "Канада"
2935
 
2936
  # Cape Verde
2937
+ #: ../admin/view/wp-slimstat-reports.php:1857
2938
  msgid "c-cv"
2939
  msgstr "Каба-Вэрдэ"
2940
 
2941
  # Cayman Islands
2942
+ #: ../admin/view/wp-slimstat-reports.php:1857
2943
  msgid "c-ky"
2944
  msgstr "Кайманавы выспы"
2945
 
2946
  # Central African Republic
2947
+ #: ../admin/view/wp-slimstat-reports.php:1857
2948
  msgid "c-cf"
2949
  msgstr "Цэнтральна-Афрыканская Рэспубліка"
2950
 
2951
  # Chad
2952
+ #: ../admin/view/wp-slimstat-reports.php:1857
2953
  msgid "c-td"
2954
  msgstr "Чад"
2955
 
2956
  # Chile
2957
+ #: ../admin/view/wp-slimstat-reports.php:1857
2958
  msgid "c-cl"
2959
  msgstr "Чылі"
2960
 
2961
  # China
2962
+ #: ../admin/view/wp-slimstat-reports.php:1857
2963
  msgid "c-cn"
2964
  msgstr "Кітай"
2965
 
2966
  # Colombia
2967
+ #: ../admin/view/wp-slimstat-reports.php:1857
2968
  msgid "c-co"
2969
  msgstr "Калумбія"
2970
 
2971
  # Comoros
2972
+ #: ../admin/view/wp-slimstat-reports.php:1857
2973
  msgid "c-km"
2974
  msgstr "Каморскія выспы"
2975
 
2976
  # Congo
2977
+ #: ../admin/view/wp-slimstat-reports.php:1857
2978
  msgid "c-cg"
2979
  msgstr "Конга"
2980
 
2981
  # The Democratic Republic of the Congo
2982
+ #: ../admin/view/wp-slimstat-reports.php:1857
2983
  msgid "c-cd"
2984
  msgstr "Дэмакратычная Рэспубліка Конга"
2985
 
2986
  # Costa Rica
2987
+ #: ../admin/view/wp-slimstat-reports.php:1857
2988
  msgid "c-cr"
2989
  msgstr "Коста-Рыка"
2990
 
2991
  # Côte d'Ivoire
2992
+ #: ../admin/view/wp-slimstat-reports.php:1857
2993
  msgid "c-ci"
2994
  msgstr "Бераг Слановай Косці"
2995
 
2996
  # Croatia
2997
+ #: ../admin/view/wp-slimstat-reports.php:1857
2998
  msgid "c-hr"
2999
  msgstr "Харватыя"
3000
 
3001
  # Cuba
3002
+ #: ../admin/view/wp-slimstat-reports.php:1857
3003
  msgid "c-cu"
3004
  msgstr "Куба"
3005
 
3006
  # Cyprus
3007
+ #: ../admin/view/wp-slimstat-reports.php:1857
3008
  msgid "c-cy"
3009
  msgstr "Кіпр"
3010
 
3011
  # Czech Republic
3012
+ #: ../admin/view/wp-slimstat-reports.php:1857
3013
  msgid "c-cz"
3014
  msgstr "Чэская Рэспубліка"
3015
 
3016
  # Denmark
3017
+ #: ../admin/view/wp-slimstat-reports.php:1857
3018
  msgid "c-dk"
3019
  msgstr "Данія"
3020
 
3021
  # Djibouti
3022
+ #: ../admin/view/wp-slimstat-reports.php:1857
3023
  msgid "c-dj"
3024
  msgstr "Джыбуці"
3025
 
3026
  # Dominica
3027
+ #: ../admin/view/wp-slimstat-reports.php:1857
3028
  msgid "c-dm"
3029
  msgstr "Дамініка"
3030
 
3031
  # Dominican Republic
3032
+ #: ../admin/view/wp-slimstat-reports.php:1857
3033
  msgid "c-do"
3034
  msgstr "Дамініканская Рэспубліка"
3035
 
3036
  # Ecuador
3037
+ #: ../admin/view/wp-slimstat-reports.php:1857
3038
  msgid "c-ec"
3039
  msgstr "Эквадор"
3040
 
3041
  # Egypt
3042
+ #: ../admin/view/wp-slimstat-reports.php:1857
3043
  msgid "c-eg"
3044
  msgstr "Егіпет"
3045
 
3046
  # El Salvador
3047
+ #: ../admin/view/wp-slimstat-reports.php:1857
3048
  msgid "c-sv"
3049
  msgstr "Сальвадор"
3050
 
3051
  # Equatorial Guinea
3052
+ #: ../admin/view/wp-slimstat-reports.php:1857
3053
  msgid "c-gq"
3054
  msgstr "Экватарыяльная Гвінея"
3055
 
3056
  # Eritrea
3057
+ #: ../admin/view/wp-slimstat-reports.php:1857
3058
  msgid "c-er"
3059
  msgstr "Эрытрэя"
3060
 
3061
  # Estonia
3062
+ #: ../admin/view/wp-slimstat-reports.php:1857
3063
  msgid "c-ee"
3064
  msgstr "Эстонія"
3065
 
3066
  # Ethiopia
3067
+ #: ../admin/view/wp-slimstat-reports.php:1857
3068
  msgid "c-et"
3069
  msgstr "Эфіопія"
3070
 
3071
  # Faroe Islands
3072
+ #: ../admin/view/wp-slimstat-reports.php:1857
3073
  msgid "c-fo"
3074
  msgstr "Фарэрскія выспы"
3075
 
3076
  # Falkland Islands (Malvinas)
3077
+ #: ../admin/view/wp-slimstat-reports.php:1857
3078
  msgid "c-fk"
3079
  msgstr "Фалклендскія (Мальвінскія) выспы"
3080
 
3081
  # Fiji
3082
+ #: ../admin/view/wp-slimstat-reports.php:1857
3083
  msgid "c-fj"
3084
  msgstr "Фіджы"
3085
 
3086
  # Finland
3087
+ #: ../admin/view/wp-slimstat-reports.php:1857
3088
  msgid "c-fi"
3089
  msgstr "Фінляндыя"
3090
 
3091
  # France
3092
+ #: ../admin/view/wp-slimstat-reports.php:1857
3093
  msgid "c-fr"
3094
  msgstr "Францыя"
3095
 
3096
  # French Guiana
3097
+ #: ../admin/view/wp-slimstat-reports.php:1857
3098
  msgid "c-gf"
3099
  msgstr "Французская Гвіяна"
3100
 
3101
  # Gabon
3102
+ #: ../admin/view/wp-slimstat-reports.php:1857
3103
  msgid "c-ga"
3104
  msgstr "Габон"
3105
 
3106
  # Gambia
3107
+ #: ../admin/view/wp-slimstat-reports.php:1857
3108
  msgid "c-gm"
3109
  msgstr "Гамбія"
3110
 
3111
  # Georgia
3112
+ #: ../admin/view/wp-slimstat-reports.php:1857
3113
  msgid "c-ge"
3114
  msgstr "Грузія"
3115
 
3116
  # Germany
3117
+ #: ../admin/view/wp-slimstat-reports.php:1857
3118
  msgid "c-de"
3119
  msgstr "Германія"
3120
 
3121
  # Ghana
3122
+ #: ../admin/view/wp-slimstat-reports.php:1857
3123
  msgid "c-gh"
3124
  msgstr "Гана"
3125
 
3126
  # Greece
3127
+ #: ../admin/view/wp-slimstat-reports.php:1857
3128
  msgid "c-gr"
3129
  msgstr "Грэцыя"
3130
 
3131
  # Greenland
3132
+ #: ../admin/view/wp-slimstat-reports.php:1857
3133
  msgid "c-gl"
3134
  msgstr "Грэнландыя"
3135
 
3136
  # Grenada
3137
+ #: ../admin/view/wp-slimstat-reports.php:1857
3138
  msgid "c-gd"
3139
  msgstr "Грэнада"
3140
 
3141
  # Guadeloupe
3142
+ #: ../admin/view/wp-slimstat-reports.php:1857
3143
  msgid "c-gp"
3144
  msgstr "Гвадэлупа"
3145
 
3146
  # Guatemala
3147
+ #: ../admin/view/wp-slimstat-reports.php:1857
3148
  msgid "c-gt"
3149
  msgstr "Гватэмала"
3150
 
3151
  # Guinea
3152
+ #: ../admin/view/wp-slimstat-reports.php:1857
3153
  msgid "c-gn"
3154
  msgstr "Гвінея"
3155
 
3156
  # Guinea-Bissau
3157
+ #: ../admin/view/wp-slimstat-reports.php:1857
3158
  msgid "c-gw"
3159
  msgstr "Гвінея-Бісаў"
3160
 
3161
  # Guyana
3162
+ #: ../admin/view/wp-slimstat-reports.php:1857
3163
  msgid "c-gy"
3164
  msgstr "Гаяна"
3165
 
3166
  # Haiti
3167
+ #: ../admin/view/wp-slimstat-reports.php:1857
3168
  msgid "c-ht"
3169
  msgstr "Гаіці"
3170
 
3171
  # Honduras
3172
+ #: ../admin/view/wp-slimstat-reports.php:1857
3173
  msgid "c-hn"
3174
  msgstr "Гандурас"
3175
 
3176
  # Hong Kong
3177
+ #: ../admin/view/wp-slimstat-reports.php:1857
3178
  msgid "c-hk"
3179
  msgstr "Ганконг"
3180
 
3181
  # Hungary
3182
+ #: ../admin/view/wp-slimstat-reports.php:1857
3183
  msgid "c-hu"
3184
  msgstr "Венгрыя"
3185
 
3186
  # Iceland
3187
+ #: ../admin/view/wp-slimstat-reports.php:1857
3188
  msgid "c-is"
3189
  msgstr "Ісландыя"
3190
 
3191
  # India
3192
+ #: ../admin/view/wp-slimstat-reports.php:1857
3193
  msgid "c-in"
3194
  msgstr "Індыя"
3195
 
3196
  # Indonesia
3197
+ #: ../admin/view/wp-slimstat-reports.php:1857
3198
  msgid "c-id"
3199
  msgstr "Інданезія"
3200
 
3201
  # Islamic Republic of Iran
3202
+ #: ../admin/view/wp-slimstat-reports.php:1857
3203
  msgid "c-ir"
3204
  msgstr "Ісламская Рэспубліка Іран"
3205
 
3206
  # Iraq
3207
+ #: ../admin/view/wp-slimstat-reports.php:1857
3208
  msgid "c-iq"
3209
  msgstr "Ірак"
3210
 
3211
  # Ireland
3212
+ #: ../admin/view/wp-slimstat-reports.php:1857
3213
  msgid "c-ie"
3214
  msgstr "Ірландыя"
3215
 
3216
  # Israel
3217
+ #: ../admin/view/wp-slimstat-reports.php:1857
3218
  msgid "c-il"
3219
  msgstr "Ізраіль"
3220
 
3221
  # Italy
3222
+ #: ../admin/view/wp-slimstat-reports.php:1857
3223
  msgid "c-it"
3224
  msgstr "Італія"
3225
 
3226
  # Jamaica
3227
+ #: ../admin/view/wp-slimstat-reports.php:1857
3228
  msgid "c-jm"
3229
  msgstr "Ямайка"
3230
 
3231
  # Japan
3232
+ #: ../admin/view/wp-slimstat-reports.php:1857
3233
  msgid "c-jp"
3234
  msgstr "Японія"
3235
 
3236
  # Jordan
3237
+ #: ../admin/view/wp-slimstat-reports.php:1857
3238
  msgid "c-jo"
3239
  msgstr "Іарданія"
3240
 
3241
  # Kazakhstan
3242
+ #: ../admin/view/wp-slimstat-reports.php:1857
3243
  msgid "c-kz"
3244
  msgstr "Казахстан"
3245
 
3246
  # Kenya
3247
+ #: ../admin/view/wp-slimstat-reports.php:1857
3248
  msgid "c-ke"
3249
  msgstr "Кенія"
3250
 
3251
  # Nauru
3252
+ #: ../admin/view/wp-slimstat-reports.php:1857
3253
  msgid "c-nr"
3254
  msgstr "Науру"
3255
 
3256
  # Democratic People's Republic of Korea
3257
+ #: ../admin/view/wp-slimstat-reports.php:1857
3258
  msgid "c-kp"
3259
  msgstr "Карэйская Народна-Дэмакратычная Рэспубліка"
3260
 
3261
  # Republic of Korea
3262
+ #: ../admin/view/wp-slimstat-reports.php:1857
3263
  msgid "c-kr"
3264
  msgstr "Рэспубліка Карэя"
3265
 
3266
+ #: ../admin/view/wp-slimstat-reports.php:1857
3267
  msgid "c-kv"
3268
  msgstr "Косава"
3269
 
3270
  # Kuwait
3271
+ #: ../admin/view/wp-slimstat-reports.php:1857
3272
  msgid "c-kw"
3273
  msgstr "Кувейт"
3274
 
3275
  # Kyrgyzstan
3276
+ #: ../admin/view/wp-slimstat-reports.php:1857
3277
  msgid "c-kg"
3278
  msgstr "Кіргізія"
3279
 
3280
  # Lao People's Democratic Republic
3281
+ #: ../admin/view/wp-slimstat-reports.php:1857
3282
  msgid "c-la"
3283
  msgstr "Лаоскай Народна-Дэмакратычная Рэспубліка"
3284
 
3285
  # Latvia
3286
+ #: ../admin/view/wp-slimstat-reports.php:1857
3287
  msgid "c-lv"
3288
  msgstr "Латвія"
3289
 
3290
  # Lebanon
3291
+ #: ../admin/view/wp-slimstat-reports.php:1857
3292
  msgid "c-lb"
3293
  msgstr "Ліван"
3294
 
3295
  # Lesotho
3296
+ #: ../admin/view/wp-slimstat-reports.php:1857
3297
  msgid "c-ls"
3298
  msgstr "Лесота"
3299
 
3300
  # Liberia
3301
+ #: ../admin/view/wp-slimstat-reports.php:1857
3302
  msgid "c-lr"
3303
  msgstr "Ліберыя"
3304
 
3305
  # Libyan Arab Jamahiriya
3306
+ #: ../admin/view/wp-slimstat-reports.php:1857
3307
  msgid "c-ly"
3308
  msgstr "Лівійская Араб Джамахірыя"
3309
 
3310
  # Liechtenstein
3311
+ #: ../admin/view/wp-slimstat-reports.php:1857
3312
  msgid "c-li"
3313
  msgstr "Ліхтэнштэйн"
3314
 
3315
  # Lithuania
3316
+ #: ../admin/view/wp-slimstat-reports.php:1857
3317
  msgid "c-lt"
3318
  msgstr "Літва"
3319
 
3320
  # Luxembourg
3321
+ #: ../admin/view/wp-slimstat-reports.php:1857
3322
  msgid "c-lu"
3323
  msgstr "Люксембург"
3324
 
3325
  # The Former Yugoslav Republic of Macedonia
3326
+ #: ../admin/view/wp-slimstat-reports.php:1857
3327
  msgid "c-mk"
3328
  msgstr "Былая югаслаўская Рэспубліка Македонія"
3329
 
3330
  # Madagascar
3331
+ #: ../admin/view/wp-slimstat-reports.php:1857
3332
  msgid "c-mg"
3333
  msgstr "Мадагаскар"
3334
 
3335
  # Malawi
3336
+ #: ../admin/view/wp-slimstat-reports.php:1857
3337
  msgid "c-mw"
3338
  msgstr "Малаві"
3339
 
3340
  # Malaysia
3341
+ #: ../admin/view/wp-slimstat-reports.php:1857
3342
  msgid "c-my"
3343
  msgstr "Малайзія"
3344
 
3345
  # Mali
3346
+ #: ../admin/view/wp-slimstat-reports.php:1857
3347
  msgid "c-ml"
3348
  msgstr "Малі"
3349
 
3350
  # Malta
3351
+ #: ../admin/view/wp-slimstat-reports.php:1857
3352
  msgid "c-mt"
3353
  msgstr "Мальта"
3354
 
3355
  # Martinique
3356
+ #: ../admin/view/wp-slimstat-reports.php:1857
3357
  msgid "c-mq"
3358
  msgstr "Марцініка"
3359
 
3360
  # Mauritania
3361
+ #: ../admin/view/wp-slimstat-reports.php:1857
3362
  msgid "c-mr"
3363
  msgstr "Маўрытанія"
3364
 
3365
  # Mauritius
3366
+ #: ../admin/view/wp-slimstat-reports.php:1857
3367
  msgid "c-mu"
3368
  msgstr "Маўрыкій"
3369
 
3370
  # Mexico
3371
+ #: ../admin/view/wp-slimstat-reports.php:1857
3372
  msgid "c-mx"
3373
  msgstr "Мехіка"
3374
 
3375
  # Moldova
3376
+ #: ../admin/view/wp-slimstat-reports.php:1857
3377
  msgid "c-md"
3378
  msgstr "Малдова"
3379
 
3380
  # Mongolia
3381
+ #: ../admin/view/wp-slimstat-reports.php:1857
3382
  msgid "c-mn"
3383
  msgstr "Манголія"
3384
 
3385
  # Montenegro
3386
+ #: ../admin/view/wp-slimstat-reports.php:1857
3387
  msgid "c-me"
3388
  msgstr "Чарнагорыя"
3389
 
3390
  # Montserrat
3391
+ #: ../admin/view/wp-slimstat-reports.php:1857
3392
  msgid "c-ms"
3393
  msgstr "Мансерат"
3394
 
3395
  # Morocco
3396
+ #: ../admin/view/wp-slimstat-reports.php:1857
3397
  msgid "c-ma"
3398
  msgstr "Марока"
3399
 
3400
  # Mozambique
3401
+ #: ../admin/view/wp-slimstat-reports.php:1857
3402
  msgid "c-mz"
3403
  msgstr "Мазамбік"
3404
 
3405
  # Myanmar
3406
+ #: ../admin/view/wp-slimstat-reports.php:1857
3407
  msgid "c-mm"
3408
  msgstr "М'янма"
3409
 
3410
  # Namibia
3411
+ #: ../admin/view/wp-slimstat-reports.php:1857
3412
  msgid "c-na"
3413
  msgstr "Намібія"
3414
 
3415
  # Nepal
3416
+ #: ../admin/view/wp-slimstat-reports.php:1857
3417
  msgid "c-np"
3418
  msgstr "Непал"
3419
 
3420
  # Netherlands
3421
+ #: ../admin/view/wp-slimstat-reports.php:1857
3422
  msgid "c-nl"
3423
  msgstr "Нідэрланды"
3424
 
3425
  # New Caledonia
3426
+ #: ../admin/view/wp-slimstat-reports.php:1857
3427
  msgid "c-nc"
3428
  msgstr "Новая Каледонія"
3429
 
3430
  # New Zealand
3431
+ #: ../admin/view/wp-slimstat-reports.php:1857
3432
  msgid "c-nz"
3433
  msgstr "Новая Зеландыя"
3434
 
3435
  # Nicaragua
3436
+ #: ../admin/view/wp-slimstat-reports.php:1857
3437
  msgid "c-ni"
3438
  msgstr "Нікарагуа"
3439
 
3440
  # Niger
3441
+ #: ../admin/view/wp-slimstat-reports.php:1857
3442
  msgid "c-ne"
3443
  msgstr "Нігер"
3444
 
3445
  # Nigeria
3446
+ #: ../admin/view/wp-slimstat-reports.php:1857
3447
  msgid "c-ng"
3448
  msgstr "Нігерыя"
3449
 
3450
  # Norway
3451
+ #: ../admin/view/wp-slimstat-reports.php:1857
3452
  msgid "c-no"
3453
  msgstr "Нарвегія"
3454
 
3455
  # Oman
3456
+ #: ../admin/view/wp-slimstat-reports.php:1857
3457
  msgid "c-om"
3458
  msgstr "Аман"
3459
 
3460
  # Pakistan
3461
+ #: ../admin/view/wp-slimstat-reports.php:1857
3462
  msgid "c-pk"
3463
  msgstr "Пакістан"
3464
 
3465
  # Palau
3466
+ #: ../admin/view/wp-slimstat-reports.php:1857
3467
  msgid "c-pw"
3468
  msgstr "Палаў"
3469
 
3470
  # Occupied Palestinian Territory
3471
+ #: ../admin/view/wp-slimstat-reports.php:1857
3472
  msgid "c-ps"
3473
  msgstr "Акупаваная палестынская тэрыторыя"
3474
 
3475
  # Panama
3476
+ #: ../admin/view/wp-slimstat-reports.php:1857
3477
  msgid "c-pa"
3478
  msgstr "Панама"
3479
 
3480
  # Papua New Guinea
3481
+ #: ../admin/view/wp-slimstat-reports.php:1857
3482
  msgid "c-pg"
3483
  msgstr "Папуа-Новая Гвінея"
3484
 
3485
  # Paraguay
3486
+ #: ../admin/view/wp-slimstat-reports.php:1857
3487
  msgid "c-py"
3488
  msgstr "Парагвай"
3489
 
3490
  # Peru
3491
+ #: ../admin/view/wp-slimstat-reports.php:1857
3492
  msgid "c-pe"
3493
  msgstr "Перу"
3494
 
3495
  # Philippines
3496
+ #: ../admin/view/wp-slimstat-reports.php:1857
3497
  msgid "c-ph"
3498
  msgstr "Філіпіны"
3499
 
3500
  # Poland
3501
+ #: ../admin/view/wp-slimstat-reports.php:1857
3502
  msgid "c-pl"
3503
  msgstr "Польшча"
3504
 
3505
  # Portugal
3506
+ #: ../admin/view/wp-slimstat-reports.php:1857
3507
  msgid "c-pt"
3508
  msgstr "Партугалія"
3509
 
3510
  # Puerto Rico
3511
+ #: ../admin/view/wp-slimstat-reports.php:1857
3512
  msgid "c-pr"
3513
  msgstr "Пуэрта-Рыка"
3514
 
3515
  # Qatar
3516
+ #: ../admin/view/wp-slimstat-reports.php:1857
3517
  msgid "c-qa"
3518
  msgstr "Катар"
3519
 
3520
  # Réunion
3521
+ #: ../admin/view/wp-slimstat-reports.php:1857
3522
  msgid "c-re"
3523
  msgstr "Рэюньён"
3524
 
3525
  # Romania
3526
+ #: ../admin/view/wp-slimstat-reports.php:1857
3527
  msgid "c-ro"
3528
  msgstr "Румынія"
3529
 
3530
  # Russian Federation
3531
+ #: ../admin/view/wp-slimstat-reports.php:1857
3532
  msgid "c-ru"
3533
  msgstr "Расія"
3534
 
3535
  # Rwanda
3536
+ #: ../admin/view/wp-slimstat-reports.php:1857
3537
  msgid "c-rw"
3538
  msgstr "Руанда"
3539
 
3540
  # Saint Kitts and Nevis
3541
+ #: ../admin/view/wp-slimstat-reports.php:1857
3542
  msgid "c-kn"
3543
  msgstr "Сэнт-Кітс і Нэвіс"
3544
 
3545
  # Saint Lucia
3546
+ #: ../admin/view/wp-slimstat-reports.php:1857
3547
  msgid "c-lc"
3548
  msgstr "Сэнт-Люсія"
3549
 
3550
  # Saint Martin
3551
+ #: ../admin/view/wp-slimstat-reports.php:1857
3552
  msgid "c-mf"
3553
  msgstr "Сен-Мартэн"
3554
 
3555
  # Saint Vincent and the Grenadines
3556
+ #: ../admin/view/wp-slimstat-reports.php:1857
3557
  msgid "c-vc"
3558
  msgstr "Сэнт-Вінсэнт і Грэнадыны"
3559
 
3560
  # Samoa
3561
+ #: ../admin/view/wp-slimstat-reports.php:1857
3562
  msgid "c-ws"
3563
  msgstr "Самоа"
3564
 
3565
  # Sao Tome and Principe
3566
+ #: ../admin/view/wp-slimstat-reports.php:1857
3567
  msgid "c-st"
3568
  msgstr "Сан-Томе і Прынсэп"
3569
 
3570
  # Saudi Arabia
3571
+ #: ../admin/view/wp-slimstat-reports.php:1857
3572
  msgid "c-sa"
3573
  msgstr "Саўдаўская Аравія"
3574
 
3575
  # Senegal
3576
+ #: ../admin/view/wp-slimstat-reports.php:1857
3577
  msgid "c-sn"
3578
  msgstr "Сенегал"
3579
 
3580
  # Serbia
3581
+ #: ../admin/view/wp-slimstat-reports.php:1857
3582
  msgid "c-rs"
3583
  msgstr "Сербія"
3584
 
3585
  # Sierra Leone
3586
+ #: ../admin/view/wp-slimstat-reports.php:1857
3587
  msgid "c-sl"
3588
  msgstr "Сьера-Леонэ"
3589
 
3590
  # Singapore
3591
+ #: ../admin/view/wp-slimstat-reports.php:1857
3592
  msgid "c-sg"
3593
  msgstr "Сінгапур"
3594
 
3595
  # Slovakia
3596
+ #: ../admin/view/wp-slimstat-reports.php:1857
3597
  msgid "c-sk"
3598
  msgstr "Славакія"
3599
 
3600
  # Slovenia
3601
+ #: ../admin/view/wp-slimstat-reports.php:1857
3602
  msgid "c-si"
3603
  msgstr "Славенія"
3604
 
3605
  # Solomon Islands
3606
+ #: ../admin/view/wp-slimstat-reports.php:1857
3607
  msgid "c-sb"
3608
  msgstr "Саламонавы выспы"
3609
 
3610
  # Somalia
3611
+ #: ../admin/view/wp-slimstat-reports.php:1857
3612
  msgid "c-so"
3613
  msgstr "Самалі"
3614
 
3615
  # South Africa
3616
+ #: ../admin/view/wp-slimstat-reports.php:1857
3617
  msgid "c-za"
3618
  msgstr "Паўднёвая Афрыка"
3619
 
3620
  # South Georgia and the South Sandwich Islands
3621
+ #: ../admin/view/wp-slimstat-reports.php:1857
3622
  msgid "c-gs"
3623
  msgstr "Паўднёвая Джорджыя і Паўднёвыя Сандвічавы астравы"
3624
 
3625
  # Spain
3626
+ #: ../admin/view/wp-slimstat-reports.php:1857
3627
  msgid "c-es"
3628
  msgstr "Іспанія"
3629
 
3630
  # Sri Lanka
3631
+ #: ../admin/view/wp-slimstat-reports.php:1857
3632
  msgid "c-lk"
3633
  msgstr "Шры Ланка"
3634
 
3635
+ #: ../admin/view/wp-slimstat-reports.php:1857
3636
  msgid "c-sc"
3637
  msgstr "Сейшэльскія выспы"
3638
 
3639
  # Sudan
3640
+ #: ../admin/view/wp-slimstat-reports.php:1857
3641
  msgid "c-sd"
3642
  msgstr "Судан"
3643
 
3644
+ #: ../admin/view/wp-slimstat-reports.php:1857
3645
  msgid "c-ss"
3646
  msgstr "Паўднёвы Судан"
3647
 
3648
  # Suriname
3649
+ #: ../admin/view/wp-slimstat-reports.php:1857
3650
  msgid "c-sr"
3651
  msgstr "Сурынам"
3652
 
3653
  # Svalbard and Jan Mayen
3654
+ #: ../admin/view/wp-slimstat-reports.php:1857
3655
  msgid "c-sj"
3656
  msgstr "Шпіцбэрген і Ян-Майен"
3657
 
3658
  # Swaziland
3659
+ #: ../admin/view/wp-slimstat-reports.php:1857
3660
  msgid "c-sz"
3661
  msgstr "Свазіленд"
3662
 
3663
  # Sweden
3664
+ #: ../admin/view/wp-slimstat-reports.php:1857
3665
  msgid "c-se"
3666
  msgstr "Швецыя"
3667
 
3668
  # Switzerland
3669
+ #: ../admin/view/wp-slimstat-reports.php:1857
3670
  msgid "c-ch"
3671
  msgstr "Швейцарыя"
3672
 
3673
  # Syrian Arab Republic
3674
+ #: ../admin/view/wp-slimstat-reports.php:1857
3675
  msgid "c-sy"
3676
  msgstr "Сірыйская Арабская Рэспубліка"
3677
 
3678
  # Taiwan, Province of China
3679
+ #: ../admin/view/wp-slimstat-reports.php:1857
3680
  msgid "c-tw"
3681
  msgstr "Тайвань"
3682
 
3683
  # Tajikistan
3684
+ #: ../admin/view/wp-slimstat-reports.php:1857
3685
  msgid "c-tj"
3686
  msgstr "Таджыкістан"
3687
 
3688
  # United Republic of Tanzania
3689
+ #: ../admin/view/wp-slimstat-reports.php:1857
3690
  msgid "c-tz"
3691
  msgstr "Аб'яднаная Рэспубліка Танзанія"
3692
 
3693
  # Thailand
3694
+ #: ../admin/view/wp-slimstat-reports.php:1857
3695
  msgid "c-th"
3696
  msgstr "Тайланд"
3697
 
3698
  # Timor-Leste
3699
+ #: ../admin/view/wp-slimstat-reports.php:1857
3700
  msgid "c-tl"
3701
  msgstr "Усходні Тымор"
3702
 
3703
  # Togo
3704
+ #: ../admin/view/wp-slimstat-reports.php:1857
3705
  msgid "c-tg"
3706
  msgstr "Таго"
3707
 
3708
  # Tonga
3709
+ #: ../admin/view/wp-slimstat-reports.php:1857
3710
  msgid "c-to"
3711
  msgstr "Тонга"
3712
 
3713
  # Trinidad and Tobago
3714
+ #: ../admin/view/wp-slimstat-reports.php:1857
3715
  msgid "c-tt"
3716
  msgstr "Трынідад і Табага"
3717
 
3718
  # Tunisia
3719
+ #: ../admin/view/wp-slimstat-reports.php:1857
3720
  msgid "c-tn"
3721
  msgstr "Туніс"
3722
 
3723
  # Turkey
3724
+ #: ../admin/view/wp-slimstat-reports.php:1857
3725
  msgid "c-tr"
3726
  msgstr "Турцыя"
3727
 
3728
  # Turkmenistan
3729
+ #: ../admin/view/wp-slimstat-reports.php:1857
3730
  msgid "c-tm"
3731
  msgstr "Туркменістан"
3732
 
3733
  # Turks and Caicos Islands
3734
+ #: ../admin/view/wp-slimstat-reports.php:1857
3735
  msgid "c-tc"
3736
  msgstr "Астравы Тэркс і Кайкас"
3737
 
3738
  # Uganda
3739
+ #: ../admin/view/wp-slimstat-reports.php:1857
3740
  msgid "c-ug"
3741
  msgstr "Уганда"
3742
 
3743
  # Ukraine
3744
+ #: ../admin/view/wp-slimstat-reports.php:1857
3745
  msgid "c-ua"
3746
  msgstr "Украіна"
3747
 
3748
  # United Arab Emirates
3749
+ #: ../admin/view/wp-slimstat-reports.php:1857
3750
  msgid "c-ae"
3751
  msgstr "Аб'яднаныя Арабскія Эміраты"
3752
 
3753
  # United Kingdom
3754
+ #: ../admin/view/wp-slimstat-reports.php:1857
3755
  msgid "c-gb"
3756
  msgstr "Злучанае Каралеўства"
3757
 
3758
  # United States
3759
+ #: ../admin/view/wp-slimstat-reports.php:1857
3760
  msgid "c-us"
3761
  msgstr "ЗША"
3762
 
3763
  # Uruguay
3764
+ #: ../admin/view/wp-slimstat-reports.php:1857
3765
  msgid "c-uy"
3766
  msgstr "Уругвай"
3767
 
3768
  # Uzbekistan
3769
+ #: ../admin/view/wp-slimstat-reports.php:1857
3770
  msgid "c-uz"
3771
  msgstr "Узбекістан"
3772
 
3773
  # Vanuatu
3774
+ #: ../admin/view/wp-slimstat-reports.php:1857
3775
  msgid "c-vu"
3776
  msgstr "Вануату"
3777
 
3778
  # Venezuela
3779
+ #: ../admin/view/wp-slimstat-reports.php:1857
3780
  msgid "c-ve"
3781
  msgstr "Венесуэла"
3782
 
3783
  # Viet Nam
3784
+ #: ../admin/view/wp-slimstat-reports.php:1857
3785
  msgid "c-vn"
3786
  msgstr "В'етнам"
3787
 
3788
  # British Virgin Islands
3789
+ #: ../admin/view/wp-slimstat-reports.php:1857
3790
  msgid "c-vg"
3791
  msgstr "Брытанскія Віргінскія выспы"
3792
 
3793
  # U.S. Virgin Islands
3794
+ #: ../admin/view/wp-slimstat-reports.php:1857
3795
  msgid "c-vi"
3796
  msgstr "Віргінскія астравы ЗША"
3797
 
3798
  # Western Sahara
3799
+ #: ../admin/view/wp-slimstat-reports.php:1857
3800
  msgid "c-eh"
3801
  msgstr "Заходняя Сахара"
3802
 
3803
  # Yemen
3804
+ #: ../admin/view/wp-slimstat-reports.php:1857
3805
  msgid "c-ye"
3806
  msgstr "Емен"
3807
 
3808
  # Zambia
3809
+ #: ../admin/view/wp-slimstat-reports.php:1857
3810
  msgid "c-zm"
3811
  msgstr "Замбія"
3812
 
3813
  # Zimbabwe
3814
+ #: ../admin/view/wp-slimstat-reports.php:1857
3815
  msgid "c-zw"
3816
  msgstr "Зімбабвэ"
3817
 
3818
  # Guernsey
3819
+ #: ../admin/view/wp-slimstat-reports.php:1857
3820
  msgid "c-gg"
3821
  msgstr "Гернсі"
3822
 
3823
  # Jersey
3824
+ #: ../admin/view/wp-slimstat-reports.php:1857
3825
  msgid "c-je"
3826
  msgstr "Джэрсі"
3827
 
3828
  # Isle of Man
3829
+ #: ../admin/view/wp-slimstat-reports.php:1857
3830
  msgid "c-im"
3831
  msgstr "Востраў Мэн"
3832
 
3833
  # Maldives
3834
+ #: ../admin/view/wp-slimstat-reports.php:1857
3835
  msgid "c-mv"
3836
  msgstr "Мальдывы"
3837
 
3838
+ #: ../admin/view/wp-slimstat-reports.php:1858
3839
  msgid "c-eu"
3840
  msgstr "Еўропа"
3841
 
3842
+ #: ../admin/view/wp-slimstat-reports.php:1935
3843
  msgid "src"
3844
  msgstr ""
3845
 
3846
+ #: ../admin/view/wp-slimstat-reports.php:1939
3847
  msgid "serp"
3848
  msgstr "serp"
3849
 
3850
+ #: ../admin/view/wp-slimstat-reports.php:1947
3851
  msgid "Go to the referring page"
3852
  msgstr "Перайсці да старонкі са спасылкай"
3853
 
3854
+ #: ../admin/view/wp-slimstat-reports.php:1969
3855
  msgid "Remove filter for"
3856
  msgstr "Выдаліць фільтр для"
3857
 
3858
+ #: ../admin/view/wp-slimstat-reports.php:1973
3859
  msgid "Save"
3860
  msgstr "Захаваць"
3861
 
3862
+ #: ../admin/view/wp-slimstat-reports.php:1976
3863
  msgid "Reset All"
3864
  msgstr "Скінуць ўсе"
3865
 
3866
+ #: ../admin/view/wp-slimstat-reports.php:1980
3867
  msgid "Current filters:"
3868
  msgstr "Бягучыя фільтры:"
3869
 
3870
+ #: ../admin/wp-slimstat-admin.php:39
 
 
 
 
3871
  msgid "Overview"
3872
  msgstr "агляд"
3873
 
3874
+ #: ../admin/wp-slimstat-admin.php:45
3875
  msgid "Audience"
3876
  msgstr "публіка, гледачы"
3877
 
3878
+ #: ../admin/wp-slimstat-admin.php:51
3879
  msgid "Site Analysis"
3880
  msgstr "аналіз сайта"
3881
 
3882
+ #: ../admin/wp-slimstat-admin.php:69
3883
  msgid "Customize"
3884
  msgstr "Наладзіць"
3885
 
3886
+ #: ../admin/wp-slimstat-admin.php:81
3887
  msgid "WordPress Dashboard"
3888
  msgstr "WordPress панэль"
3889
 
3890
+ #: ../admin/wp-slimstat-admin.php:87
3891
  msgid "Inactive Reports"
3892
  msgstr "Неактыўныя справаздачы"
3893
 
3894
+ #: ../admin/wp-slimstat-admin.php:452
3895
  msgid ""
3896
  "Slimstat attempted to upgrade your database structure, but the procedure "
3897
  "might not have been completed (temporary tables were detected in your "
3914
  "Калі ласка, не саромейцеся звязацца з нашай службай падтрымкі, калі ў вас "
3915
  "ёсць якія-небудзь пытанні."
3916
 
3917
+ #: ../admin/wp-slimstat-admin.php:792
3918
  msgid "SlimStat"
3919
  msgstr "SlimStat"
3920
 
3921
+ #: ../admin/wp-slimstat-admin.php:855
3922
  msgid "Slimstat"
3923
  msgstr "Slimstat"
3924
 
3925
+ #: ../admin/wp-slimstat-admin.php:945
3926
  msgid "Pageviews in the last "
3927
  msgstr "Прагляд старонак у апошнім"
3928
 
3929
+ #: ../admin/wp-slimstat-admin.php:948
3930
  msgid "Unique IPs in the last "
3931
  msgstr "Унікальныя IP-адрасы ў апошнім"
3932
 
3933
+ #: ../admin/wp-slimstat-admin.php:982
3934
  #, php-format
3935
  msgid ""
3936
  " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3937
  msgstr "І каб сачыць за вашым вэб-трафікам з дапамогай %sSlimStat Analytics%s."
3938
 
3939
+ #: ../admin/wp-slimstat-admin.php:1007
3940
  msgid "Show on screen"
3941
  msgstr "Паказваць на экране"
3942
 
3943
+ #: ../admin/wp-slimstat-admin.php:1116
3944
  msgid "Already saved"
3945
  msgstr "Ужо захаваны"
3946
 
3947
+ #: ../admin/wp-slimstat-admin.php:1124
3948
  msgid "Saved"
3949
  msgstr "Захавана"
3950
 
3951
+ #: ../admin/wp-slimstat-admin.php:1144
3952
  msgid "Delete this filter"
3953
  msgstr "Выдаліць гэты фільтр"
3954
 
3955
+ #: ../admin/wp-slimstat-admin.php:1208
3956
  msgid "On"
3957
  msgstr "уключана"
3958
 
3959
+ #: ../admin/wp-slimstat-admin.php:1276
3960
  msgid "Save Changes"
3961
  msgstr "Захаваць змены"
3962
 
3963
+ #: ../admin/wp-slimstat-admin.php:1325
3964
  msgid "There was an error updating the following options:"
3965
  msgstr "Была памылка абнаўлення па наступным параметрам:"
3966
 
3967
+ #: ../admin/wp-slimstat-admin.php:1328
3968
  msgid "Your changes have been saved."
3969
  msgstr "Вашы змены былі захаваныя."
3970
 
3971
+ #: ../admin/wp-slimstat-admin.php:1346
3972
  msgid "Definitions"
3973
  msgstr "Вызначэннi"
3974
 
3975
+ #: ../admin/wp-slimstat-admin.php:1349
3976
  msgid "Pageview"
3977
  msgstr "Прагляд старонкі"
3978
 
3979
+ #: ../admin/wp-slimstat-admin.php:1349
3980
  msgid ""
3981
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3982
  "with a \"hit\", which refers to a request for any file from a web server. "
3987
  "любога файла з вэб-сервера. Slimstat рэгіструе прагляд старонкі кожны раз, "
3988
  "калі выконваецца код адсочвання"
3989
 
3990
+ #: ../admin/wp-slimstat-admin.php:1350
3991
  msgid "(Human) Visit"
3992
  msgstr "(Чалавек) Наведванне"
3993
 
3994
+ #: ../admin/wp-slimstat-admin.php:1350
3995
  msgid ""
3996
  "A period of interaction between a visitor's browser and your website, ending "
3997
  "when the browser is closed or when the user has been inactive on that site "
4001
  "сканчаецца пры закрыцці браўзэра або калі карыстальнік быў неактыўны на "
4002
  "гэтым сайце на працягу 30 хвілін"
4003
 
4004
+ #: ../admin/wp-slimstat-admin.php:1351
4005
  msgid ""
4006
  "Any user who has left a comment on your blog, and is thus identified by "
4007
  "Wordpress as a returning visitor"
4009
  "Любы карыстальнік, які пакінуў каментарый у вашым блогу, і, такім чынам, быу "
4010
  "вызначаны на Wordpress як вернуты наведвальнік"
4011
 
4012
+ #: ../admin/wp-slimstat-admin.php:1352
4013
  msgid "Unique IP"
4014
  msgstr "Унікальны IP"
4015
 
4016
+ #: ../admin/wp-slimstat-admin.php:1352
4017
  msgid ""
4018
  "Used to differentiate between multiple requests to download a file from one "
4019
  "internet address (IP) and requests originating from many distinct addresses; "
4025
  "адрасоў; так як гэта вымярэнне глядзіць толькі на інтэрнэт-адрас адкуль "
4026
  "прыйшла старонка, гэта карысна, але не ідэальна"
4027
 
4028
+ #: ../admin/wp-slimstat-admin.php:1353
4029
  msgid ""
4030
  "the originating IP address of a client connecting to a web server through an "
4031
  "HTTP proxy or load balancer"
4033
  "ініцыявальны IP-адрас кліента падлучэння да вэб-сервера праз проксі-сервер "
4034
  "HTTP цi кампенсатар нагрузкі"
4035
 
4036
+ #: ../admin/wp-slimstat-admin.php:1354
4037
  msgid "Direct Traffic"
4038
  msgstr "прамы трафiк"
4039
 
4040
+ #: ../admin/wp-slimstat-admin.php:1354
4041
  msgid ""
4042
  "All those people showing up to your Web site by typing in the URL of your "
4043
  "Web site coming or from a bookmark; some people also call this \"default "
4047
  "сайта або прыходзіць ад закладкі; некаторыя людзі таксама называюць гэта "
4048
  "\"трафік па змаўчанні\" ці \"навакольны трафік\""
4049
 
4050
+ #: ../admin/wp-slimstat-admin.php:1355
4051
  msgid "Search Engine"
4052
  msgstr "Пошукавая сістэма"
4053
 
4054
+ #: ../admin/wp-slimstat-admin.php:1355
4055
  msgid ""
4056
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4057
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
4059
  "Google, Yahoo, MSN, Ask, іншыя; гэта вядро будзе ўключаць у сябе увесь ваш "
4060
  "арганічны i платны (PPC/SEM) трафік, так што будзiце у курсе, што"
4061
 
4062
+ #: ../admin/wp-slimstat-admin.php:1356 ../admin/wp-slimstat-admin.php:1372
4063
  msgid "Keywords used by your visitors to find your website on a search engine"
4064
  msgstr ""
4065
  "Ключавыя словы, якімі карыстаюцца наведвальнікі, для пошуку вашага сайта ў "
4066
  "пошукавай сістэме"
4067
 
4068
+ #: ../admin/wp-slimstat-admin.php:1357
4069
  msgid "SERP"
4070
  msgstr "serp"
4071
 
4072
+ #: ../admin/wp-slimstat-admin.php:1357
4073
  msgid ""
4074
  "Short for search engine results page, the Web page that a search engine "
4075
  "returns with the results of its search. The value shown represents your rank "
4079
  "старонцы. Значэнне, якое паказалі прадстаўляе свой ранг (або становішча) у "
4080
  "межах гэтага спісу вынікаў"
4081
 
4082
+ #: ../admin/wp-slimstat-admin.php:1358
4083
  msgid ""
4084
  "Any program used for accessing a website; this includes browsers, robots, "
4085
  "spiders and any other program that was used to retrieve information from the "
4089
  "сябе браўзэры, робаты, павукі і любыя іншыя праграмы, якiя выкарыстоуваюцца "
4090
  "для атрымання інфармацыі з сайта"
4091
 
4092
+ #: ../admin/wp-slimstat-admin.php:1359
4093
  msgid ""
4094
  "A link from one domain to another is said to be outbound from its source "
4095
  "anchor and inbound to its target. This report lists all the links to other "
4099
  "уязной да сваёй мэты. У гэтай справаздачы пералічаны ўсе спасылкі на іншыя "
4100
  "сайты вашых наведвальнікау."
4101
 
4102
+ #: ../admin/wp-slimstat-admin.php:1366
4103
  msgid "Basic Filters"
4104
  msgstr "Асноўныя фільтры"
4105
 
4106
+ #: ../admin/wp-slimstat-admin.php:1369
4107
  msgid "User agent (Firefox, Chrome, ...)"
4108
  msgstr "Агент карыстальніка (Firefox, Chrome, ...)"
4109
 
4110
+ #: ../admin/wp-slimstat-admin.php:1370
4111
  msgid "2-letter code (us, ru, de, it, ...)"
4112
  msgstr "2-літарны код (us, ru, de, it, ...)"
4113
 
4114
+ #: ../admin/wp-slimstat-admin.php:1371
4115
  msgid "IP"
4116
  msgstr "IP"
4117
 
4118
+ #: ../admin/wp-slimstat-admin.php:1371
4119
  msgid "Visitor's public IP address"
4120
  msgstr "Публiчны IP-адрас наведвальніка"
4121
 
4122
+ #: ../admin/wp-slimstat-admin.php:1373
4123
  msgid ""
4124
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4125
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4129
  "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
4130
  "a> ( першы слупок) для атрымання дадатковай інфармацыі"
4131
 
4132
+ #: ../admin/wp-slimstat-admin.php:1374
4133
  msgid ""
4134
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4135
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4139
  "<a target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
4140
  "\"> старонцы кіраўніцтва </a> для атрымання дадатковай інфармацыі"
4141
 
4142
+ #: ../admin/wp-slimstat-admin.php:1375
4143
  msgid "URL accessed on your site"
4144
  msgstr "URL-доступ на вашым сайце"
4145
 
4146
+ #: ../admin/wp-slimstat-admin.php:1376
4147
  msgid "Complete address of the referrer page"
4148
  msgstr "Адрас"
4149
 
4150
+ #: ../admin/wp-slimstat-admin.php:1377
4151
  msgid "Visitor's Name"
4152
  msgstr "Імя наведвальніка"
4153
 
4154
+ #: ../admin/wp-slimstat-admin.php:1377
4155
  msgid ""
4156
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4157
  "comment"
4159
  "Імёны наведвальнікаў у адпаведнасці з печыва, устаноўленыя Wordpress пасля "
4160
  "таго, як яны пакінуць каментарый"
4161
 
4162
+ #: ../admin/wp-slimstat-admin.php:1385
4163
  msgid "Advanced Filters"
4164
  msgstr "Дадатковыя фільтры"
4165
 
4166
+ #: ../admin/wp-slimstat-admin.php:1388
4167
  msgid "user agent version (9.0, 11, ...)"
4168
  msgstr "версія агента карыстальніка (9.0, 11, ...)"
4169
 
4170
+ #: ../admin/wp-slimstat-admin.php:1389
4171
  msgid ""
4172
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4173
  "all others"
4175
  "1 = пошукавы робат, 2 = мабільнае прылада, 3 = чытач сіндыкацыі, 0 = ўсе "
4176
  "астатнія"
4177
 
4178
+ #: ../admin/wp-slimstat-admin.php:1390
4179
  msgid "Pageview Attributes"
4180
  msgstr "Атрыбуты прагляду старонак"
4181
 
4182
+ #: ../admin/wp-slimstat-admin.php:1390
4183
  msgid ""
4184
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4185
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4189
  "праз <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4190
  "Link_prefetching_FAQ\">Link Prefetching</a> або падобныя метады"
4191
 
4192
+ #: ../admin/wp-slimstat-admin.php:1391
4193
  msgid "author associated to that post/page when the resource was accessed"
4194
  msgstr "аўтар звязаны з запісам/старонкай, калі рэсурс быў даступны"
4195
 
4196
+ #: ../admin/wp-slimstat-admin.php:1392
4197
  msgid "ID of the category/term associated to the resource, when available"
4198
  msgstr ""
4199
  "Ідэнтыфікатар катэгорыі / тэрмін, звязаны з рэсурсам, калі такія маюцца"
4200
 
4201
+ #: ../admin/wp-slimstat-admin.php:1393
4202
  msgid "visitor's originating IP address, if available"
4203
  msgstr "выходны IP-адрас наведвальніка, калі такая маецца"
4204
 
4205
+ #: ../admin/wp-slimstat-admin.php:1394
4206
  msgid ""
4207
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4208
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4216
  "\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional "
4217
  "Tags</a> для атрымання дадатковай інфармацыі"
4218
 
4219
+ #: ../admin/wp-slimstat-admin.php:1395
4220
  msgid "Screen Resolution"
4221
  msgstr "Паказваць на экране"
4222
 
4223
+ #: ../admin/wp-slimstat-admin.php:1395
4224
  msgid "viewport width and height (1024x768, 800x600, ...)"
4225
  msgstr "экран шырыня і вышыня (1024x768, 800x600, ...)"
4226
 
4227
+ #: ../admin/wp-slimstat-admin.php:1396
4228
  msgid ""
4229
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4230
  "visitors"
4232
  "як правіла, выкарыстоўваецца ў спалучэнні з <em>is not empty</em>, "
4233
  "ідэнтыфікуе чалавека наведвальнікаў"
4234
 
4235
+ #: ../admin/wp-slimstat-admin.php:1397
4236
  msgid "Date Filters"
4237
  msgstr "Дата фільтры"
4238
 
4239
+ #: ../admin/wp-slimstat-admin.php:1397
4240
  msgid ""
4241
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4242
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4246
  "выкарыстоўваць -1 i уключаць <em>to date</em> (i.e., day=1, month=1, "
4247
  "year=blank, interval=-1 will set a year-to-date filter)"
4248
 
4249
+ #: ../admin/wp-slimstat-admin.php:1398
4250
  msgid "SERP Position"
4251
  msgstr "SERP Пазіцыя"
4252
 
4253
+ #: ../admin/wp-slimstat-admin.php:1398
4254
  msgid ""
4255
  "set the filter to Referer contains cd=N&, where N is the position you are "
4256
  "looking for"
4257
  msgstr "ўсталяваць фільтр Referrer cd=N&, дзе N з'яўляецца палажэннем шука"
4258
 
4259
+ #: ../browscap/browser.php:51
4260
+ msgid ""
4261
+ "This library requires at least PHP 5.5. Please ask your service provider to "
4262
+ "upgrade your server accordingly."
4263
+ msgstr ""
4264
+
4265
+ #: ../browscap/browser.php:55
4266
+ msgid "No updates are performed during AJAX requests."
4267
+ msgstr ""
4268
+
4269
+ #: ../browscap/browser.php:92
4270
+ msgid ""
4271
+ "The Browscap Library could not be opened on your filesystem. Please check "
4272
+ "your server permissions and try again."
4273
+ msgstr ""
4274
+
4275
+ #: ../browscap/browser.php:109
4276
+ msgid ""
4277
+ "There was an error checking the remote library version. Please try again "
4278
+ "later."
4279
+ msgstr ""
4280
+
4281
+ #: ../browscap/browser.php:123
4282
+ msgid ""
4283
+ "There was an error saving the Browscap data file on your server. Please "
4284
+ "check your folder permissions."
4285
+ msgstr ""
4286
+
4287
+ #: ../browscap/browser.php:130
4288
+ msgid ""
4289
+ "There was an error downloading the Browscap data file from our server. "
4290
+ "Please try again later."
4291
+ msgstr ""
4292
+
4293
+ #: ../browscap/browser.php:139
4294
+ msgid ""
4295
+ "Could not initialize the WP Filesystem API. Please check your folder "
4296
+ "permissions and PHP configuration."
4297
+ msgstr ""
4298
+
4299
+ #: ../browscap/browser.php:155
4300
+ msgid ""
4301
+ "There was an error uncompressing the Browscap data file on your server. "
4302
+ "Please check your folder permissions and PHP configuration."
4303
+ msgstr ""
4304
+
4305
+ #: ../browscap/browser.php:163
4306
+ msgid "The Browscap data file has been installed on your server."
4307
+ msgstr ""
4308
+
4309
  #: ../languages/dynamic_strings.php:3
4310
  msgid "xx"
4311
  msgstr ""
5850
  msgid "c-xy"
5851
  msgstr "Лакальны IP"
5852
 
5853
+ #: ../wp-slimstat.php:259 ../wp-slimstat.php:562
5854
+ msgid "Pageview filtered by third-party code"
5855
+ msgstr ""
5856
+
5857
+ #: ../wp-slimstat.php:268
5858
+ msgid "Empty or not supported IP address format (IPv6)"
5859
+ msgstr ""
5860
 
5861
+ #: ../wp-slimstat.php:285
5862
  #, php-format
5863
+ msgid "Malformed referrer URL: %s (IP: %s)"
5864
+ msgstr ""
5865
+
5866
+ #: ../wp-slimstat.php:286
5867
+ #, php-format
5868
+ msgid "Malformed referrer URL: %s"
5869
+ msgstr ""
5870
 
5871
  #: ../wp-slimstat.php:291
5872
  #, php-format
5873
+ msgid "Attempted XSS Injection: %s (IP: %s)"
5874
+ msgstr ""
5875
+
5876
+ #: ../wp-slimstat.php:292
5877
+ #, php-format
5878
+ msgid "Attempted XSS Injection: %s"
5879
+ msgstr ""
5880
 
5881
+ #: ../wp-slimstat.php:317
5882
  #, php-format
5883
+ msgid "Referrer %s is blacklisted"
5884
+ msgstr ""
5885
 
5886
+ #: ../wp-slimstat.php:369
5887
+ msgid "Malformed URL"
5888
+ msgstr ""
5889
+
5890
+ #: ../wp-slimstat.php:403
5891
+ #, php-format
5892
+ msgid "Permalink %s is blacklisted"
5893
+ msgstr ""
5894
 
5895
+ #: ../wp-slimstat.php:414
5896
  #, php-format
5897
+ msgid "Logged in user %s not tracked"
5898
+ msgstr ""
5899
 
5900
+ #: ../wp-slimstat.php:422
5901
  #, php-format
5902
+ msgid "User with capability %s not tracked"
5903
+ msgstr ""
5904
 
5905
+ #: ../wp-slimstat.php:432
5906
  #, php-format
5907
+ msgid "User %s is blacklisted"
5908
+ msgstr ""
5909
 
5910
+ #: ../wp-slimstat.php:453
5911
  #, php-format
5912
+ msgid "Spammer %s not tracked"
5913
+ msgstr ""
5914
 
5915
+ #: ../wp-slimstat.php:482
5916
  #, php-format
5917
+ msgid "IP address %s is blacklisted"
5918
+ msgstr ""
5919
 
5920
+ #: ../wp-slimstat.php:511
5921
  #, php-format
5922
+ msgid "Country %s is blacklisted"
5923
+ msgstr ""
5924
 
5925
+ #: ../wp-slimstat.php:520
5926
+ msgid "Prefetch requests are ignored"
5927
+ msgstr ""
5928
 
5929
+ #: ../wp-slimstat.php:536
5930
+ msgid "Bot not tracked"
5931
+ msgstr ""
5932
 
5933
+ #: ../wp-slimstat.php:545
5934
  #, php-format
5935
+ msgid "Browser %s is blacklisted"
5936
+ msgstr ""
 
 
 
 
5937
 
5938
+ #: ../wp-slimstat.php:1044
5939
  msgid "Invalid payload string. Try clearing your WordPress cache."
5940
  msgstr ""
5941
  "Недапушчальная радок карыснай нагрузкі. Паспрабуйце ачысціць кэш WordPress."
5942
 
5943
+ #: ../wp-slimstat.php:1055
5944
  msgid "Invalid data signature. Try clearing your WordPress cache."
5945
  msgstr "Няправільная подпіс дадзеных. Паспрабуйце ачысціць кэш WordPress."
5946
 
5947
+ #: ../wp-slimstat.php:1155
5948
  msgid "There was an error downloading the MaxMind Geolite DB:"
5949
  msgstr "Памылка загрузкі MaxMind Geolite DB:"
5950
 
5951
+ #: ../wp-slimstat.php:1163 ../wp-slimstat.php:1172
5952
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5953
  msgstr "Памылка пры адкрыцці архіва MaxMind Geolite DB."
5954
 
5955
+ #: ../wp-slimstat.php:1167
5956
  msgid "Function gzopen not defined. Aborting."
5957
  msgstr "Функцыя gzopen не вызначана. "
5958
 
5959
+ #: ../wp-slimstat.php:1177
5960
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5961
  msgstr "Памылка пры адкрыцці архiва MaxMind Geolite DB."
5962
 
5963
+ #: ../wp-slimstat.php:1649
5964
+ msgid "Optional filters"
5965
+ msgstr ""
5966
+
5967
+ #~ msgid "Async Tracker"
5968
+ #~ msgstr "Асінхронны Tracker"
5969
+
5970
+ #~ msgid ""
5971
+ #~ "When the tracker is configured to record clicks on internal and / or "
5972
+ #~ "outbound links, it needs to send this information back to the server "
5973
+ #~ "<strong>before</strong> loading the actual page. This can result in a "
5974
+ #~ "noticeable delay when someone clicks on one of your links, if your server "
5975
+ #~ "takes a while to acknowledge the receipt of that information. You can set "
5976
+ #~ "this option to instruct the tracker not to wait for the server, and load "
5977
+ #~ "the target URL right away. This will remove the delay, but it might "
5978
+ #~ "result in a less accurate logging of events. You can check your server "
5979
+ #~ "latency under Site Analysis > Your Website. Values under 1000 "
5980
+ #~ "milliseconds might allow you to use async mode."
5981
+ #~ msgstr ""
5982
+ #~ "Калі трэкер выкананы з магчымасцю запісу клікаў на ўнутраных і / або "
5983
+ #~ "выходных спасылак, ён павінен паслаць гэтую інфармацыю назад на "
5984
+ #~ "сервер<strong> перад </strong> загрузкі фактычнай старонкі. Гэта можа "
5985
+ #~ "прывесці да прыкметнай затрымкай, калі хтосьцi націскае на адну з "
5986
+ #~ "спасылак, калі ваш сервер займае некаторы час, каб пацвердзіць атрыманне "
5987
+ #~ "гэтай інфармацыі. Вы можаце ўсталяваць гэты параметр, каб інструктаваць "
5988
+ #~ "трэкер i не чакаць сервера, і загрузіць URL адразу. Гэта прывядзе да "
5989
+ #~ "выдалення затрымкі, але гэта можа прывесці да меншай дакладнай "
5990
+ #~ "рэгістрацыі падзей. Вы можаце праверыць час чакання сервера Site "
5991
+ #~ "Analysis > Your Website. Значэння ў 1000 мілісекунд можа дазволіць вам "
5992
+ #~ "выкарыстоўваць асінхронны рэжым ."
5993
+
5994
+ #, fuzzy
5995
+ #~ msgid ""
5996
+ #~ "The tracker will ignore links marked with one of these class names, "
5997
+ #~ "<em>rel</em> attributes or whose <em>href</em> attribute contains one of "
5998
+ #~ "these strings."
5999
+ #~ msgstr ""
6000
+ #~ "Трэкер будзе ігнараваць спасылкі, адзначаныя з адным з гэтых імёнаў "
6001
+ #~ "класаў, <em>rel</em> або <em>href</em> змяшчае адзін з гэтых радкоў "
6002
+ #~ "(праз коску)."
6003
+
6004
+ #, fuzzy
6005
+ #~ msgid "User Agent Accuracy"
6006
+ #~ msgstr "агент карыстальніка"
6007
+
6008
+ #, fuzzy
6009
+ #~ msgid ""
6010
+ #~ "Slimstat implements a heuristic function to determine the user's browser "
6011
+ #~ "and operating system from his user agent string. This approach requires "
6012
+ #~ "very little memory, but for uncommon user agent strings it might be less "
6013
+ #~ "accurate, and produce a unreliable match. That's why we also include an "
6014
+ #~ "alternative method which relies on Browscap, a third-party database "
6015
+ #~ "containing even the most obscure user agent strings. You decide which one "
6016
+ #~ "should be used first: the other one will only be invoked if the one you "
6017
+ #~ "chose did not produce a match."
6018
+ #~ msgstr ""
6019
+ #~ "Эўрыстычныя функцыя нашмат хутчэй і патрабуе вельмі мала памяці, але "
6020
+ #~ "агент карыстальніка можа стаць менш дакладным, і вырабіць недакладны "
6021
+ #~ "матч. Browscap.ini, база дадзеных трэцім бокам мы выкарыстоўваем, гэта "
6022
+ #~ "вялікі аб'ём памяці і выкарыстоўваць BruteForce падыход для вызначэння "
6023
+ #~ "браўзэра наведвальніка, але гэта вельмі дакладны і нават патрабуе з самых "
6024
+ #~ "незразумелых радкоў карыстацкага агента (амаль усе з іх). Вы самі "
6025
+ #~ "вырашаеце, які з іх павінен выкарыстоўвацца ў першую чаргу: іншы будзе "
6026
+ #~ "Спрацоўвае толькі калі той, які вы выбралі не выраблялі матч."
6027
+
6028
+ #~ msgid "Enable UAN"
6029
+ #~ msgstr "Уключыць UAN"
6030
+
6031
+ #~ msgid ""
6032
+ #~ "Send anonymous data about user agents to our server for analysis. This "
6033
+ #~ "allows us to contribute to the <a href='http://browscap.org/' "
6034
+ #~ "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy "
6035
+ #~ "of Slimstat's browser detection functionality. It also enables our "
6036
+ #~ "transparent ads network. No worries, your site will not be affected in "
6037
+ #~ "any way."
6038
+ #~ msgstr ""
6039
+ #~ "Адправіць ананімныя дадзеныя аб карыстацкіх агентаў на наш сервер для "
6040
+ #~ "аналізу. Гэта дазваляе нам ўнесці свой уклад у <a href='http://browscap."
6041
+ #~ "org/' target='_blank'>BrowsCap opensource project</a>, а таксама павысіць "
6042
+ #~ "дакладнасць выяўлення функцыянальных магчымасцяў браўзэра Slimstats. Яна "
6043
+ #~ "таксама дазваляе нашай празрыстай рэкламнай сеткі. Не турбуйцеся, ваш "
6044
+ #~ "сайт не будзе закранута якім-небудзь чынам."
6045
+
6046
+ #~ msgid "SlimScroll"
6047
+ #~ msgstr "SlimScroll"
6048
+
6049
+ #~ msgid ""
6050
+ #~ "Enable SlimScroll, a slick jQuery library that replaces the built-in "
6051
+ #~ "browser scrollbar."
6052
+ #~ msgstr ""
6053
+ #~ "Уключыць SlimScroll, бібліятэку JQuery, якая замяняе убудаваны браўзэр "
6054
+ #~ "скроллбар."
6055
+
6056
+ #~ msgid "Customize the Geolocation service to be used in the reports."
6057
+ #~ msgstr ""
6058
+ #~ "Налада службы геалакацыі, якая будзе выкарыстоўвацца ў справаздачах."
6059
+
6060
+ #~ msgid "Activity Log"
6061
+ #~ msgstr "Log актыўнасці"
6062
+
6063
+ #~ msgid "Live Stream"
6064
+ #~ msgstr "прамая трансляцыя"
6065
+
6066
+ #~ msgid ""
6067
+ #~ "Enable the Live view, which refreshes the Activity Log every X seconds. "
6068
+ #~ "Enter <strong>0</strong> (number zero) to deactivate this feature."
6069
+ #~ msgstr ""
6070
+ #~ "Ўключыць у рэжыме Live View, які абнаўляе Activity Log кожныя Х секунд. "
6071
+ #~ "Увядзіце <strong>0</strong> (нумар нуль), каб адключыць гэтую функцыю."
6072
+
6073
+ #~ msgid "Specify the number of items in the Activity Log."
6074
+ #~ msgstr "Пакажыце колькасць элементаў у Log актыўнасці."
6075
+
6076
+ #~ msgid "Tracker Status"
6077
+ #~ msgstr "Праверыць статус трэкера"
6078
+
6079
+ #~ msgid "Reset the tracker status"
6080
+ #~ msgstr "Праверыць статус трэкера"
6081
+
6082
+ #~ msgid ""
6083
+ #~ "The information here above is useful to troubleshoot issues with the "
6084
+ #~ "tracker. It includes both <strong>errors</strong>, which are returned "
6085
+ #~ "when the tracker could not record a pageview and are indicative of some "
6086
+ #~ "kind of malfunction, and <strong>notices</strong>, which explain the "
6087
+ #~ "reason why the most recent pageview was not recorded, based on your "
6088
+ #~ "settings (filters, blackslists, etc). Please include the message here "
6089
+ #~ "above when sending a support request."
6090
+ #~ msgstr ""
6091
+ #~ "Інфармацыя тут карысная для ліквідацыі непаладак, звязаных з трэкерам. "
6092
+ #~ "Яна ўключае ў сябе як <STRONG> памылкі </ STRONG>, якія вяртаюцца калі "
6093
+ #~ "трэкер не ўдалося выканаць запіс прагляда старонак і сведчыць пра нейкую "
6094
+ #~ "няспраўнасці, а <STRONG> апавяшчэння </ STRONG>, якія тлумачаць прычыну, "
6095
+ #~ "чаму не было самых апошніх у запісау аб прагляд старонкі, у залежнасці "
6096
+ #~ "ад налад (фільтры, чорныя спісы і г.д.). Калі ласка, уключыце "
6097
+ #~ "паведамленне тут перад адпраўкай запыту у службу падтрымкі."
6098
+
6099
+ #~ msgid "MaxMind IP to Country"
6100
+ #~ msgstr "MaxMind IP у Краіне"
6101
+
6102
+ #~ msgid ""
6103
+ #~ "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
6104
+ #~ "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
6105
+ #~ "released under the Creative Commons BY-SA 3.0 license, and cannot be "
6106
+ #~ "directly bundled with the plugin because of license incompatibility "
6107
+ #~ "issues. We are mandated to have the user take an affirmative action in "
6108
+ #~ "order to enable this functionality."
6109
+ #~ msgstr ""
6110
+ #~ "<a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
6111
+ #~ "target='_blank'>MaxMind GeoLite library</a> выкарыстоўваецца для "
6112
+ #~ "наведвальнікаў Geolocate выпушчаны пад Creative Commons BY-SA 3.0 "
6113
+ #~ "ліцэнзіі, і не можа быць непасрэдна ў камплекце з убудовай з-за праблем "
6114
+ #~ "несумяшчальнасці ліцэнзій. Мы ўпаўнаважаны прымаць пазітыўныя меры для "
6115
+ #~ "таго, каб уключыць гэтую функцыю."
6116
+
6117
+ #~ msgid ""
6118
+ #~ "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true"
6119
+ #~ "\">click here</a> to clear the cache."
6120
+ #~ msgstr ""
6121
+ #~ "Гэты спіс абнаўляецца адзін раз у дзень: <a href=\"%s&amp;"
6122
+ #~ "force_refresh=true\">націсніце тут </a>, каб ачысціць кэш."
6123
+
6124
+ #~ msgid ""
6125
+ #~ "Install MaxMind's <a href='%s'>GeoLite DB</a> to determine your visitors' "
6126
+ #~ "country of origin."
6127
+ #~ msgstr ""
6128
+ #~ "Усталяваць MaxMind's <a href='%s'>GeoLite DB</a>, каб вызначыць краіну "
6129
+ #~ "паходжання вашых наведвальнікаў."
6130
+
6131
+ #~ msgid ""
6132
+ #~ "A caching plugin has been detected on your website. Please <a href='%s' "
6133
+ #~ "target='_blank'>make sure to configure</a> Slimstat Analytics "
6134
+ #~ "accordingly, to get accurate information."
6135
+ #~ msgstr ""
6136
+ #~ "Убудова кэшавання быў выяўлены на вашым сайце. Калі ласка <a href='%s' "
6137
+ #~ "target='_blank'> пераканайцеся, каб наладзіць </a> Slimstat Analytics "
6138
+ #~ "адпаведна, каб атрымаць дакладную інфармацыю."
6139
+
6140
+ #~ msgid "Delete this pageview"
6141
+ #~ msgstr "Выдаліць гэты выгляд старонкі"
6142
+
6143
+ #~ msgid "Notice: Pageview filtered by third-party code"
6144
+ #~ msgstr "Заўвага: Прагляд старонкі фільтруюцца іншым кодам"
6145
+
6146
+ #~ msgid "Error: Malformed URL %s"
6147
+ #~ msgstr "Памылка: Няправільны фармат URL% s"
6148
+
6149
+ #~ msgid "Notice: Referrer %s is blacklisted"
6150
+ #~ msgstr "Заўвага: реферр %s занесены ў чорны спіс"
6151
+
6152
+ #~ msgid "Notice: Permalink %s is blacklisted"
6153
+ #~ msgstr "Заўвага: Permalinks %s занесены ў чорны спіс"
6154
+
6155
+ #~ msgid "Error: Empty or not supported IP address format (IPv6)"
6156
+ #~ msgstr "Памылка: пустая або не падтрымліваецца фармат IP-адрас (IPv6)"
6157
+
6158
+ #~ msgid "Notice: Logged in user %s not tracked"
6159
+ #~ msgstr "Заўвага: аўтарызаваны карыстальнік %s не адсочваецца"
6160
+
6161
+ #~ msgid "Notice: User with capability %s not tracked"
6162
+ #~ msgstr "Заўвага: Карыстальнік з магчымасцю %s не адсочваецца"
6163
+
6164
+ #~ msgid "Notice: User %s is blacklisted"
6165
+ #~ msgstr "Заўвага: Карыстальнік %s занесены ў чорны спіс"
6166
+
6167
+ #~ msgid "Notice: Spammer %s not tracked"
6168
+ #~ msgstr "Заўвага: Спамер %s не адсочваецца"
6169
+
6170
+ #~ msgid "Notice: IP address %s is blacklisted"
6171
+ #~ msgstr "Заўвага: IP-адрас %s занесены ў чорны спіс"
6172
+
6173
+ #~ msgid "Notice: Country %s is blacklisted"
6174
+ #~ msgstr "Заўвага: краіна %s занесена ў чорны спіс"
6175
+
6176
+ #~ msgid "Notice: Prefetch requests are ignored"
6177
+ #~ msgstr "Заўвага: папярэднія запыты ігнаруюцца"
6178
+
6179
+ #~ msgid "Notice: Bot not tracked"
6180
+ #~ msgstr "Заўвага: праграма-робат не адсочваецца"
6181
+
6182
+ #~ msgid "Notice: Browser %s is blacklisted"
6183
+ #~ msgstr "Заўвага: Браўзэры %s занесены ў чорны спіс"
6184
+
6185
+ #~ msgid "Error:"
6186
+ #~ msgstr "Пасылка:"
6187
+
6188
  #~ msgid ""
6189
  #~ "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
6190
  #~ "org/Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
languages/wp-slimstat-de_DE.mo CHANGED
Binary file
languages/wp-slimstat-de_DE.po CHANGED
@@ -1,15 +1,15 @@
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: 2016-07-17 13:47-0500\n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
8
  "Language: de_DE\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.6.11\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -19,45 +19,45 @@ msgstr ""
19
  "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
20
  "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
21
 
22
- #: ../admin/config/index.php:32 ../admin/config/index.php:57
23
- #: ../admin/config/index.php:82
24
  msgid ""
25
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
26
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
27
  msgstr ""
28
 
29
- #: ../admin/config/index.php:47
30
  msgid "Read access: username not found"
31
  msgstr "Lesezugriff: Benutzername nicht gefunden"
32
 
33
- #: ../admin/config/index.php:72
34
  msgid "Config access: username not found"
35
  msgstr "Konfigurationszugriff: Benutzername nicht gefunden."
36
 
37
- #: ../admin/config/index.php:91
38
  msgid "Basic"
39
  msgstr ""
40
 
41
- #: ../admin/config/index.php:93 ../admin/config/index.php:114
42
  #, fuzzy
43
  msgid "Tracker"
44
  msgstr "Benutzer tracken"
45
 
46
- #: ../admin/config/index.php:94
47
  #, fuzzy
48
  msgid "Enable Tracking"
49
  msgstr "Verfolgung aktivieren"
50
 
51
- #: ../admin/config/index.php:94
52
  msgid "Turn the tracker on or off, while keeping the reports accessible."
53
  msgstr ""
54
 
55
- #: ../admin/config/index.php:95
56
  #, fuzzy
57
  msgid "Tracking Mode"
58
  msgstr "Tracking aktiv"
59
 
60
- #: ../admin/config/index.php:95
61
  #, fuzzy
62
  msgid ""
63
  "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
@@ -72,21 +72,21 @@ msgstr ""
72
  "tzt ignorieren. Ein netter Nebeneffekt: Die meisten Spammer, Suchmaschinen "
73
  "und andere Crawler werden so nicht mehr berücksichtigt."
74
 
75
- #: ../admin/config/index.php:95
76
  msgid "Client"
77
  msgstr ""
78
 
79
- #: ../admin/config/index.php:95
80
  #, fuzzy
81
  msgid "Server"
82
  msgstr "Serverseitig"
83
 
84
- #: ../admin/config/index.php:96
85
  #, fuzzy
86
  msgid "Track Client Info"
87
  msgstr "Tracking aktiv"
88
 
89
- #: ../admin/config/index.php:96
90
  msgid ""
91
  "If this option is disabled, Slimstat will not add the Javascript tracking "
92
  "code to your pages, if tracking mode is set to Server. Please note: if "
@@ -95,29 +95,29 @@ msgid ""
95
  "Tracking Mode is set to Client."
96
  msgstr ""
97
 
98
- #: ../admin/config/index.php:97
99
  #, fuzzy
100
  msgid "Track Admin Pages"
101
  msgstr "Verfolgen Admin-Seiten"
102
 
103
  # correct, if admin = admin area
104
- #: ../admin/config/index.php:97
105
  #, fuzzy
106
  msgid "Enable this option to track your users' activity within the admin."
107
  msgstr ""
108
  "Aktivieren Sie diese Option, wenn Sie die Aktivitäten Ihrer Benutzer "
109
  "innerhalb des Adminbereiches verfolgen wollen."
110
 
111
- #: ../admin/config/index.php:99
112
  msgid "WordPress Integration"
113
  msgstr "WordPress-Integration"
114
 
115
- #: ../admin/config/index.php:100
116
  #, fuzzy
117
  msgid "Dashboard Widgets"
118
  msgstr "&Uuml;bersicht"
119
 
120
- #: ../admin/config/index.php:100
121
  #, fuzzy
122
  msgid ""
123
  "Enable this option if you want to add reports to your WordPress Dashboard. "
@@ -126,12 +126,12 @@ msgstr ""
126
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
127
  "eigenen Inhalt ansehen können."
128
 
129
- #: ../admin/config/index.php:101
130
  #, fuzzy
131
  msgid "Menu Position"
132
  msgstr "Suchmaschinenrang"
133
 
134
- #: ../admin/config/index.php:101
135
  #, fuzzy
136
  msgid ""
137
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
@@ -140,21 +140,21 @@ msgstr ""
140
  "Das Dashboard-Men&uuml; kann um ein eigenes WP SlimStat Men&uuml; erg&auml;"
141
  "nzt werden."
142
 
143
- #: ../admin/config/index.php:101
144
  #, fuzzy
145
  msgid "Side"
146
  msgstr "Seitenmenü"
147
 
148
- #: ../admin/config/index.php:101
149
  msgid "Bar"
150
  msgstr ""
151
 
152
- #: ../admin/config/index.php:102
153
  #, fuzzy
154
  msgid "Posts and Pages"
155
  msgstr "Top-Einstiegsseiten"
156
 
157
- #: ../admin/config/index.php:102
158
  #, fuzzy
159
  msgid ""
160
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
@@ -163,79 +163,80 @@ msgstr ""
163
  "F&uuml;gt eine Spalte in der Beitrags&uuml;bersicht ein, welche die Anzahl "
164
  "der Zugriffe pro Beitrag anzeigt."
165
 
166
- #: ../admin/config/index.php:103
167
  #, fuzzy
168
  msgid "Report Interval"
169
  msgstr "Eindeutige interne Zugriffe"
170
 
171
- #: ../admin/config/index.php:103
172
  msgid ""
173
  "Enter the time range, in days, that should be used to calculate the value "
174
  "here above."
175
  msgstr ""
176
 
177
- #: ../admin/config/index.php:104
178
  #, fuzzy
179
  msgid "Report Type"
180
  msgstr "Auswertungen"
181
 
182
- #: ../admin/config/index.php:104
183
  msgid ""
184
  "Select what kind of information you would like to see displayed on your "
185
  "Posts admin screen. Hits counts all the pageviews regardless of the user, "
186
  "(unique) IPs counts only one hit per IP in the given time range."
187
  msgstr ""
188
 
189
- #: ../admin/config/index.php:104 ../admin/view/wp-slimstat-reports.php:1176
190
- #: ../admin/view/wp-slimstat-reports.php:1408
191
- #: ../admin/view/wp-slimstat-reports.php:1464
192
- #: ../admin/view/wp-slimstat-reports.php:1470
193
- #: ../admin/view/wp-slimstat-reports.php:1476
194
- #: ../admin/view/wp-slimstat-reports.php:1482
195
- #: ../admin/view/wp-slimstat-reports.php:1488
196
- #: ../admin/view/wp-slimstat-reports.php:1494
197
- #: ../admin/view/wp-slimstat-reports.php:1500
198
- #: ../admin/view/wp-slimstat-reports.php:1772
 
199
  msgid "Hits"
200
  msgstr "Zugriffe"
201
 
202
- #: ../admin/config/index.php:104
203
  #, fuzzy
204
  msgid "IPs"
205
  msgstr "IP"
206
 
207
- #: ../admin/config/index.php:105
208
  #, fuzzy
209
  msgid "Hide Add-ons"
210
  msgstr "Add-Ons"
211
 
212
- #: ../admin/config/index.php:105
213
  msgid ""
214
  "Enable this option to hide all your <strong>active</strong> premium add-ons "
215
  "from the list of plugins in WordPress. Please note that you will still "
216
  "receive updates for hidden add-ons."
217
  msgstr ""
218
 
219
- #: ../admin/config/index.php:107
220
  msgid "Database"
221
  msgstr "Datenbank"
222
 
223
- #: ../admin/config/index.php:108
224
  msgid "Retain data for"
225
  msgstr ""
226
 
227
- #: ../admin/config/index.php:108
228
  msgid ""
229
  "Clean-up log entries older than the number of days specified here above. "
230
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
231
  "regardless of its age."
232
  msgstr ""
233
 
234
- #: ../admin/config/index.php:108
235
  msgid "Next clean-up on"
236
  msgstr "N&auml;chste Bereinigung "
237
 
238
- #: ../admin/config/index.php:108
239
  #, fuzzy, php-format
240
  msgid ""
241
  "Entries logged on or before %s will be archived or deleted according to the "
@@ -244,18 +245,18 @@ msgstr ""
244
  "Eintr&auml;ge, die vor dem %s erfasst wurden werden unwiderruflich gel&ouml;"
245
  "scht."
246
 
247
- #: ../admin/config/index.php:108 ../admin/view/index.php:89
248
  #: ../admin/view/wp-slimstat-db.php:98
249
- #: ../admin/view/wp-slimstat-reports.php:1352
250
  msgid "days"
251
  msgstr "Tage"
252
 
253
- #: ../admin/config/index.php:109
254
  #, fuzzy
255
  msgid "Archive records"
256
  msgstr "Datensätze"
257
 
258
- #: ../admin/config/index.php:109
259
  msgid ""
260
  "If DB space is not an issue, you can decide to archive older records in "
261
  "another table, instead of deleting them. This way performance is preserved, "
@@ -265,58 +266,39 @@ msgid ""
265
  "is uninstalled. Make sure to backup your data before you proceed."
266
  msgstr ""
267
 
268
- #: ../admin/config/index.php:116
269
  #, fuzzy
270
  msgid "Link Tracking"
271
  msgstr "Tracking aktiv"
272
 
273
- #: ../admin/config/index.php:117
274
  #, fuzzy
275
  msgid "Track Outbound Clicks"
276
  msgstr "Letzte ausgehende Links"
277
 
278
- #: ../admin/config/index.php:117
279
  msgid ""
280
  "Track when your visitors click on link to external websites. This option "
281
  "required Spy Mode to be enabled."
282
  msgstr ""
283
 
284
- #: ../admin/config/index.php:118
285
  #, fuzzy
286
  msgid "Track Internal Clicks"
287
  msgstr "Top interne Suchbegriffe"
288
 
289
- #: ../admin/config/index.php:118
290
  msgid ""
291
  "Collect mouse coordinates and other information for clicks on internal "
292
  "links. Recommended if you're using our heatmap add-on. By default, this "
293
  "information is only collected for external links."
294
  msgstr ""
295
 
296
- #: ../admin/config/index.php:119
297
- #, fuzzy
298
- msgid "Async Tracker"
299
- msgstr "Benutzer tracken"
300
-
301
- #: ../admin/config/index.php:119
302
- msgid ""
303
- "When the tracker is configured to record clicks on internal and / or "
304
- "outbound links, it needs to send this information back to the server "
305
- "<strong>before</strong> loading the actual page. This can result in a "
306
- "noticeable delay when someone clicks on one of your links, if your server "
307
- "takes a while to acknowledge the receipt of that information. You can set "
308
- "this option to instruct the tracker not to wait for the server, and load the "
309
- "target URL right away. This will remove the delay, but it might result in a "
310
- "less accurate logging of events. You can check your server latency under "
311
- "Site Analysis > Your Website. Values under 1000 milliseconds might allow you "
312
- "to use async mode."
313
- msgstr ""
314
-
315
- #: ../admin/config/index.php:120
316
  msgid "No Callback"
317
  msgstr ""
318
 
319
- #: ../admin/config/index.php:120
320
  msgid ""
321
  "Track the event but do not invoke the callback function on links marked with "
322
  "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
@@ -324,27 +306,52 @@ msgid ""
324
  "lightbox and similar libraries."
325
  msgstr ""
326
 
327
- #: ../admin/config/index.php:121
328
  msgid "Do Not Track"
329
  msgstr ""
330
 
331
- #: ../admin/config/index.php:121
332
  msgid ""
333
- "The tracker will ignore links marked with one of these class names, <em>rel</"
334
  "em> attributes or whose <em>href</em> attribute contains one of these "
335
- "strings."
 
 
 
 
 
 
336
  msgstr ""
337
 
338
- #: ../admin/config/index.php:124
 
 
 
 
 
 
 
 
 
339
  #, fuzzy
340
  msgid "Advanced Options"
341
  msgstr "Erweiterte Filter"
342
 
343
- #: ../admin/config/index.php:125
 
 
 
 
 
 
 
 
 
 
344
  msgid "Session Duration"
345
  msgstr "Besuchsdauer"
346
 
347
- #: ../admin/config/index.php:125
348
  #, fuzzy
349
  msgid ""
350
  "How many seconds should a human session last? Google Analytics sets it to "
@@ -353,62 +360,37 @@ msgstr ""
353
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
354
  "wird hier 1.800 Sekunden vorgeschlagen."
355
 
356
- #: ../admin/config/index.php:125 ../admin/config/index.php:193
357
  msgid "seconds"
358
  msgstr "Sekunden"
359
 
360
- #: ../admin/config/index.php:126
361
  msgid "Extend Session"
362
  msgstr "Sitzung erweitern"
363
 
364
- #: ../admin/config/index.php:126
365
  #, fuzzy
366
  msgid "Extend the duration of a session each time the user visits a new page."
367
  msgstr ""
368
  "Verlängert die Dauer einer Sitzung jedes Mal um die hier eingegebene Zahl an "
369
  "Sekunden, wenn ein Benutzer eine neue Seite aufruft."
370
 
371
- #: ../admin/config/index.php:127
372
- #, fuzzy
373
- msgid "User Agent Accuracy"
374
- msgstr "User Agent"
375
-
376
- #: ../admin/config/index.php:127
377
- msgid ""
378
- "Slimstat implements a heuristic function to determine the user's browser and "
379
- "operating system from his user agent string. This approach requires very "
380
- "little memory, but for uncommon user agent strings it might be less "
381
- "accurate, and produce a unreliable match. That's why we also include an "
382
- "alternative method which relies on Browscap, a third-party database "
383
- "containing even the most obscure user agent strings. You decide which one "
384
- "should be used first: the other one will only be invoked if the one you "
385
- "chose did not produce a match."
386
- msgstr ""
387
-
388
- #: ../admin/config/index.php:127
389
- msgid "High"
390
- msgstr ""
391
-
392
- #: ../admin/config/index.php:127
393
- msgid "Normal"
394
- msgstr ""
395
-
396
- #: ../admin/config/index.php:128
397
  msgid "Enable CDN"
398
  msgstr "CDN aktivieren"
399
 
400
- #: ../admin/config/index.php:128
401
  msgid ""
402
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
403
  "by serving our tracking code from their fast and reliable network (free "
404
  "service)."
405
  msgstr ""
406
 
407
- #: ../admin/config/index.php:129
408
  msgid "Extensions to Track"
409
  msgstr "Zu verfolgende Erweiterungen"
410
 
411
- #: ../admin/config/index.php:129
412
  #, fuzzy
413
  msgid ""
414
  "List all the file extensions that you want to be treated as Downloads. "
@@ -423,24 +405,24 @@ msgstr ""
423
  "nicht als 'Ausgehende Links' gewertet werden, wenn der Typ in der folgenden "
424
  "Liste enthalten ist."
425
 
426
- #: ../admin/config/index.php:131
427
  #, fuzzy
428
  msgid "External Pages"
429
  msgstr "Gesamte Seitenaufrufe"
430
 
431
- #: ../admin/config/index.php:132
432
  msgid ""
433
  "Add the following code to all the non-WP pages you want to track, right "
434
  "before the closing BODY tag. Please make sure to change the protocol of all "
435
  "the URLs to HTTPS, if you external site is served over a secure channel."
436
  msgstr ""
437
 
438
- #: ../admin/config/index.php:142
439
  #, fuzzy
440
  msgid "Allow Domains"
441
  msgstr "Gesamte Seitenaufrufe"
442
 
443
- #: ../admin/config/index.php:142
444
  msgid ""
445
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
446
  "header is present on the requested resource, when using the external "
@@ -451,50 +433,21 @@ msgid ""
451
  "implications of allowing CORS requests."
452
  msgstr ""
453
 
454
- #: ../admin/config/index.php:143 ../admin/config/index.php:165
455
- #: ../admin/config/index.php:196
456
- msgid "Miscellaneous"
457
- msgstr "Diverse"
458
-
459
- #: ../admin/config/index.php:144
460
- #, fuzzy
461
- msgid "Enable UAN"
462
- msgstr "ADN aktivieren"
463
-
464
- #: ../admin/config/index.php:144
465
- msgid ""
466
- "Send anonymous data about user agents to our server for analysis. This "
467
- "allows us to contribute to the <a href='http://browscap.org/' "
468
- "target='_blank'>BrowsCap opensource project</a>, and improve the accuracy of "
469
- "Slimstat's browser detection functionality. It also enables our transparent "
470
- "ads network. No worries, your site will not be affected in any way."
471
- msgstr ""
472
-
473
- #: ../admin/config/index.php:149
474
  msgid "Filters"
475
  msgstr "Filter"
476
 
477
- #: ../admin/config/index.php:151
478
  #, fuzzy
479
  msgid "Do not track settings"
480
  msgstr "Bot oder Crawler"
481
 
482
- #: ../admin/config/index.php:152
483
- #, fuzzy
484
- msgid "Track Registered Users"
485
- msgstr "Benutzer tracken"
486
-
487
- #: ../admin/config/index.php:152
488
- #, fuzzy
489
- msgid "Enable this option to track logged in users."
490
- msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
491
-
492
- #: ../admin/config/index.php:153
493
  #, fuzzy
494
  msgid "Blacklist by Username"
495
  msgstr "IP-Adresse"
496
 
497
- #: ../admin/config/index.php:153
498
  #, fuzzy
499
  msgid ""
500
  "List all the usernames you don't want to track. Please be aware that spaces "
@@ -512,12 +465,12 @@ msgstr ""
512
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
513
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
514
 
515
- #: ../admin/config/index.php:154
516
  #, fuzzy
517
  msgid "Blacklist by IP Address"
518
  msgstr "IP-Adresse"
519
 
520
- #: ../admin/config/index.php:154
521
  #, fuzzy
522
  msgid ""
523
  "List all the IP addresses you don't want to track. Each network "
@@ -532,12 +485,12 @@ msgstr ""
532
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
533
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
534
 
535
- #: ../admin/config/index.php:155
536
  #, fuzzy
537
  msgid "Blacklist by Capability"
538
  msgstr "Benutzer nach Browserf&auml;higkeiten"
539
 
540
- #: ../admin/config/index.php:155
541
  #, fuzzy
542
  msgid ""
543
  "Users having at least one of the <a href='http://codex.wordpress.org/"
@@ -548,15 +501,15 @@ msgstr ""
548
  "wordpress.org/Roles_and_Capabilities' target='_new'>CAPABILITIES</a> haben, "
549
  "werden nicht verfolgt. Bitte Groß-/Kleinschreibung beachten."
550
 
551
- #: ../admin/config/index.php:157
552
  msgid "Profiling"
553
  msgstr ""
554
 
555
- #: ../admin/config/index.php:158
556
  msgid "Ignore Spammers"
557
  msgstr "Spammer ignorieren"
558
 
559
- #: ../admin/config/index.php:158
560
  #, fuzzy
561
  msgid ""
562
  "Enable this option if you don't want to track visits from users identified "
@@ -569,12 +522,12 @@ msgstr ""
569
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
570
  "Datenbank entfernt."
571
 
572
- #: ../admin/config/index.php:159
573
  #, fuzzy
574
  msgid "Ignore Bots"
575
  msgstr "Ignoriere Benutzer"
576
 
577
- #: ../admin/config/index.php:159
578
  msgid ""
579
  "Turn on this feature if you want to have the accuracy level of server-side "
580
  "tracking, but not the inconvenience of getting your database clogged with "
@@ -582,11 +535,11 @@ msgid ""
582
  "note that in Client mode, bots are ignored regardless of this setting."
583
  msgstr ""
584
 
585
- #: ../admin/config/index.php:160
586
  msgid "Permalinks"
587
  msgstr "Permalinks"
588
 
589
- #: ../admin/config/index.php:160
590
  #, fuzzy
591
  msgid ""
592
  "List all the URLs on your website that you don't want to track. Don't "
@@ -604,11 +557,11 @@ msgstr ""
604
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
605
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
606
 
607
- #: ../admin/config/index.php:161
608
  msgid "Countries"
609
  msgstr "L&auml;nder"
610
 
611
- #: ../admin/config/index.php:161
612
  #, fuzzy
613
  msgid ""
614
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
@@ -617,11 +570,11 @@ msgstr ""
617
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
618
  "mit erfasst werden sollen, getrennt durch Kommata."
619
 
620
- #: ../admin/config/index.php:162
621
  msgid "User Agents"
622
  msgstr "User Agents"
623
 
624
- #: ../admin/config/index.php:162
625
  #, fuzzy
626
  msgid ""
627
  "Browsers (user agents) you don't want to track. You can specify the "
@@ -639,11 +592,11 @@ msgstr ""
639
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
640
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
641
 
642
- #: ../admin/config/index.php:163
643
  msgid "Referring Sites"
644
  msgstr "Verweisende Webseiten"
645
 
646
- #: ../admin/config/index.php:163
647
  #, fuzzy
648
  msgid ""
649
  "Referring URLs that you don't want to track: <code>http://mysite.com*</"
@@ -660,22 +613,26 @@ msgstr ""
660
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
661
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
662
 
663
- #: ../admin/config/index.php:166
 
 
 
 
664
  msgid "Enable Privacy Mode"
665
  msgstr ""
666
 
667
- #: ../admin/config/index.php:166
668
  #, fuzzy
669
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
670
  msgstr ""
671
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
672
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
673
 
674
- #: ../admin/config/index.php:167
675
  msgid "Ignore Prefetch Requests"
676
  msgstr ""
677
 
678
- #: ../admin/config/index.php:167
679
  #, fuzzy
680
  msgid ""
681
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
@@ -685,50 +642,50 @@ msgstr ""
685
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
686
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
687
 
688
- #: ../admin/config/index.php:172 ../admin/config/index.php:207
689
  msgid "Reports"
690
  msgstr "Auswertungen"
691
 
692
- #: ../admin/config/index.php:174
693
  msgid "Formats and Conversions"
694
  msgstr ""
695
 
696
- #: ../admin/config/index.php:175
697
  msgid "Number Format"
698
  msgstr "Zahlenformat"
699
 
700
- #: ../admin/config/index.php:175
701
  #, fuzzy
702
  msgid "Choose the number format you want to use for your reports."
703
  msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
704
 
705
- #: ../admin/config/index.php:176
706
  msgid "Date Format"
707
  msgstr "Datum"
708
 
709
- #: ../admin/config/index.php:176
710
  msgid ""
711
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
712
  "Format</a> to use when displaying a pageview's date."
713
  msgstr ""
714
 
715
- #: ../admin/config/index.php:177
716
  #, fuzzy
717
  msgid "Time Format"
718
  msgstr "Zahlenformat"
719
 
720
- #: ../admin/config/index.php:177
721
  msgid ""
722
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
723
  "Format</a> to use when displaying a pageview's time."
724
  msgstr ""
725
 
726
- #: ../admin/config/index.php:178
727
  #, fuzzy
728
  msgid "Use Display Name"
729
  msgstr "Spitznamen anzeigen"
730
 
731
- #: ../admin/config/index.php:178
732
  #, fuzzy
733
  msgid ""
734
  "By default, users are listed by their usernames. Use this option to "
@@ -737,93 +694,85 @@ msgstr ""
737
  "Standardmäßig werden die Benutzernamen aufgelistet. Benutzen Sie diese "
738
  "Option, um dafür stattdessen die Spitznamen anzeigen zu lassen,"
739
 
740
- #: ../admin/config/index.php:179
741
  #, fuzzy
742
  msgid "Use Titles"
743
  msgstr "Titel anzeigen"
744
 
745
- #: ../admin/config/index.php:179
746
  msgid ""
747
  "Slimstat converts your permalinks into post, page and category titles. "
748
  "Disable this feature if you need to see the URL in your reports."
749
  msgstr ""
750
 
751
- #: ../admin/config/index.php:180
752
  msgid "Convert IP Addresses"
753
  msgstr "IP-Adressen umwandeln"
754
 
755
- #: ../admin/config/index.php:180
756
  msgid "Display provider names instead of IP addresses."
757
  msgstr ""
758
 
759
- #: ../admin/config/index.php:182
760
  msgid "Functionality"
761
  msgstr "Funktionalität"
762
 
763
- #: ../admin/config/index.php:183
764
  msgid "Async Mode"
765
  msgstr ""
766
 
767
- #: ../admin/config/index.php:183
768
  msgid ""
769
  "Activate this feature if your reports take a while to load. It breaks down "
770
  "the load on your server into multiple requests, thus avoiding memory issues "
771
  "and performance problems."
772
  msgstr ""
773
 
774
- #: ../admin/config/index.php:184
775
- msgid "SlimScroll"
776
- msgstr ""
777
-
778
- #: ../admin/config/index.php:184
779
- msgid ""
780
- "Enable SlimScroll, a slick jQuery library that replaces the built-in browser "
781
- "scrollbar."
782
- msgstr ""
783
-
784
- #: ../admin/config/index.php:185
785
  msgid "Expand Details"
786
  msgstr "Details anzeigen"
787
 
788
- #: ../admin/config/index.php:185
789
  #, fuzzy
790
  msgid "Expand each row's details by default, insted of on mousehover."
791
  msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
792
 
793
- #: ../admin/config/index.php:186 ../admin/config/index.php:194
794
  #, fuzzy
795
  msgid "Rows to Display"
796
  msgstr "keine Daten vorhanden"
797
 
798
- #: ../admin/config/index.php:186
799
  msgid "Specify the number of items in each report."
800
  msgstr ""
801
 
802
- #: ../admin/config/index.php:187 ../admin/view/wp-slimstat-db.php:121
803
  #, fuzzy
804
  msgid "Max Results"
805
  msgstr "Max. Anzahl Ergebnisse"
806
 
807
- #: ../admin/config/index.php:187
808
  msgid ""
809
  "Decide how many records should be retrieved from the database in total. "
810
  "Depending on your server configuration, you may want to fine tune this value "
811
  "to avoid exceeding your PHP memory limit."
812
  msgstr ""
813
 
814
- #: ../admin/config/index.php:188
815
  msgid "IP Lookup"
816
  msgstr "IP Suche"
817
 
818
- #: ../admin/config/index.php:188
819
- msgid "Customize the Geolocation service to be used in the reports."
 
 
820
  msgstr ""
821
 
822
- #: ../admin/config/index.php:189
823
  msgid "Mozscape Access ID"
824
  msgstr ""
825
 
826
- #: ../admin/config/index.php:189
827
  msgid ""
828
  "Get accurate rankings for your website through the free <a href=\"https://"
829
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
@@ -831,42 +780,39 @@ msgid ""
831
  "started. Then enter your personal identification code here."
832
  msgstr ""
833
 
834
- #: ../admin/config/index.php:190
835
  msgid "Mozscape Secret Key"
836
  msgstr ""
837
 
838
- #: ../admin/config/index.php:190
839
  msgid ""
840
  "Do not share your secret key with anyone or they will be able to make API "
841
  "requests on your account!"
842
  msgstr ""
843
 
844
- #: ../admin/config/index.php:192
845
- msgid "Activity Log"
846
  msgstr ""
847
 
848
- #: ../admin/config/index.php:193
849
- msgid "Live Stream"
850
- msgstr "Livestream"
851
 
852
- #: ../admin/config/index.php:193
853
- #, fuzzy
854
  msgid ""
855
- "Enable the Live view, which refreshes the Activity Log every X seconds. "
856
- "Enter <strong>0</strong> (number zero) to deactivate this feature."
857
  msgstr ""
858
- "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
859
- "deaktiviert diese Funktion."
860
 
861
- #: ../admin/config/index.php:194
862
- msgid "Specify the number of items in the Activity Log."
863
  msgstr ""
864
 
865
- #: ../admin/config/index.php:197
866
  msgid "Custom CSS"
867
  msgstr "Benutzerdefinierte CSS"
868
 
869
- #: ../admin/config/index.php:197
870
  msgid ""
871
  "Paste here your custom stylesheet to personalize the way your reports look. "
872
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -875,12 +821,12 @@ msgid ""
875
  "a> for more information on how to use this setting."
876
  msgstr ""
877
 
878
- #: ../admin/config/index.php:198
879
  #, fuzzy
880
  msgid "Chart Colors"
881
  msgstr "Diagramm-Einstellungen"
882
 
883
- #: ../admin/config/index.php:198
884
  msgid ""
885
  "Customize the look and feel of your charts by assigning personalized colors "
886
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
@@ -888,12 +834,12 @@ msgid ""
888
  "example: <code>#ccc, #999, #bbcc44, #21759b</code>."
889
  msgstr ""
890
 
891
- #: ../admin/config/index.php:199
892
  #, fuzzy
893
  msgid "Show User Agent"
894
  msgstr "Top Browser"
895
 
896
- #: ../admin/config/index.php:199
897
  #, fuzzy
898
  msgid ""
899
  "Choose if you want to see the browser name or a complete user agent string "
@@ -902,26 +848,26 @@ msgstr ""
902
  "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
903
  "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
904
 
905
- #: ../admin/config/index.php:200
906
  msgid "Enable SOV"
907
  msgstr "SOV aktivieren"
908
 
909
- #: ../admin/config/index.php:200
910
  msgid ""
911
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
912
  "the subject, object, and verb of a sentence appear in that order, like in "
913
  "Japanese."
914
  msgstr ""
915
 
916
- #: ../admin/config/index.php:205
917
  msgid "Access Control"
918
  msgstr ""
919
 
920
- #: ../admin/config/index.php:208
921
  msgid "Restrict Authors"
922
  msgstr "Autoren einschränken"
923
 
924
- #: ../admin/config/index.php:208
925
  #, fuzzy
926
  msgid ""
927
  "Enable this option if you want your authors to only see stats related to "
@@ -930,12 +876,12 @@ msgstr ""
930
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
931
  "eigenen Inhalt ansehen können."
932
 
933
- #: ../admin/config/index.php:209 ../admin/config/index.php:213
934
  #, fuzzy
935
  msgid "Capability"
936
  msgstr "Benutzer nach Browserf&auml;higkeiten"
937
 
938
- #: ../admin/config/index.php:209
939
  #, fuzzy
940
  msgid ""
941
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -952,11 +898,11 @@ msgstr ""
952
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
953
  "welche Vorrang über die CAPABILITY hat."
954
 
955
- #: ../admin/config/index.php:210 ../admin/config/index.php:214
956
  msgid "Whitelist"
957
  msgstr "Whitelist"
958
 
959
- #: ../admin/config/index.php:210
960
  #, fuzzy
961
  msgid ""
962
  "List all the users who should have access to the reports. Administrators are "
@@ -968,13 +914,13 @@ msgstr ""
968
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
969
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
970
 
971
- #: ../admin/config/index.php:212 ../admin/config/index.php:237
972
- #: ../admin/wp-slimstat-admin.php:894 ../admin/wp-slimstat-admin.php:912
973
- #: ../admin/wp-slimstat-admin.php:915
974
  msgid "Settings"
975
  msgstr "Einstellungen"
976
 
977
- #: ../admin/config/index.php:213
978
  #, fuzzy
979
  msgid ""
980
  "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -989,7 +935,7 @@ msgstr ""
989
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
990
  "welche Vorrang über die CAPABILITY hat."
991
 
992
- #: ../admin/config/index.php:214
993
  #, fuzzy
994
  msgid ""
995
  "List all the users who can edit these options. Please be advised that admins "
@@ -1003,15 +949,27 @@ msgstr ""
1003
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
1004
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
1005
 
1006
- #: ../admin/config/index.php:219
1007
  msgid "Maintenance"
1008
  msgstr "Wartung"
1009
 
1010
- #: ../admin/config/index.php:224 ../admin/view/addons.php:35
1011
- #: ../admin/wp-slimstat-admin.php:124
1012
  msgid "Add-ons"
1013
  msgstr "Add-Ons"
1014
 
 
 
 
 
 
 
 
 
 
 
 
 
1015
  #: ../admin/config/maintenance.php:16
1016
  #, fuzzy
1017
  msgid ""
@@ -1038,161 +996,192 @@ msgstr ""
1038
  msgid "The geolocation database has been installed on your server."
1039
  msgstr ""
1040
 
1041
- #: ../admin/config/maintenance.php:82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1042
  msgid "Your reports were successfully restored to their default arrangement."
1043
  msgstr ""
1044
 
1045
- #: ../admin/config/maintenance.php:92
1046
  #, fuzzy
1047
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1048
  msgstr ""
1049
  "Ihre WP SlimStat Datenbank wurden erfolgreich ins InnoDB-Format konvertiert."
1050
 
1051
- #: ../admin/config/maintenance.php:98
1052
  #, fuzzy
1053
  msgid "All the archived records were successfully deleted."
1054
  msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1055
 
1056
- #: ../admin/config/maintenance.php:106
1057
  msgid "All the records were successfully deleted."
1058
  msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1059
 
1060
- #: ../admin/config/maintenance.php:132
1061
  msgid "Troubleshooting"
1062
  msgstr ""
1063
 
1064
- #: ../admin/config/maintenance.php:135
1065
- #, fuzzy
1066
- msgid "Tracker Status"
1067
- msgstr "Benutzer tracken"
1068
 
1069
- #: ../admin/config/maintenance.php:137
1070
- #, fuzzy
1071
- msgid "Reset the tracker status"
1072
- msgstr "Benutzer tracken"
1073
 
1074
- #: ../admin/config/maintenance.php:137
1075
  msgid "So far so good."
1076
  msgstr ""
1077
 
1078
- #: ../admin/config/maintenance.php:138
1079
  msgid ""
1080
  "The information here above is useful to troubleshoot issues with the "
1081
- "tracker. It includes both <strong>errors</strong>, which are returned when "
1082
- "the tracker could not record a pageview and are indicative of some kind of "
1083
- "malfunction, and <strong>notices</strong>, which explain the reason why the "
1084
- "most recent pageview was not recorded, based on your settings (filters, "
1085
- "blackslists, etc). Please include the message here above when sending a "
1086
- "support request."
 
 
 
 
 
 
 
 
 
 
 
 
 
1087
  msgstr ""
1088
 
1089
- #: ../admin/config/maintenance.php:144
1090
  #, fuzzy
1091
  msgid "Enable SQL Debug"
1092
  msgstr "SOV aktivieren"
1093
 
1094
- #: ../admin/config/maintenance.php:147
1095
  msgid ""
1096
  "Display the SQL code used to retrieve the data from the database. Useful to "
1097
  "troubleshoot issues with data consistency or missing pageviews."
1098
  msgstr ""
1099
 
1100
- #: ../admin/config/maintenance.php:151
1101
  msgid "Disable SQL Debug"
1102
  msgstr ""
1103
 
1104
- #: ../admin/config/maintenance.php:154
1105
  msgid "Deactivate the SQL output on top of each report."
1106
  msgstr ""
1107
 
1108
- #: ../admin/config/maintenance.php:159
1109
  #, fuzzy
1110
  msgid ""
1111
  "Are you sure you want to restore the default arrangement of your reports?"
1112
  msgstr "Datenbanktabellen wirklich zurücksetzen?"
1113
 
1114
- #: ../admin/config/maintenance.php:159
1115
  msgid "No Panic Button"
1116
  msgstr ""
1117
 
1118
- #: ../admin/config/maintenance.php:161
1119
  msgid ""
1120
  "Reset the default arrangement of your reports. Helpful when, for some "
1121
  "reason, reports disappear from your panels or something doesn't look right "
1122
  "in your views."
1123
  msgstr ""
1124
 
1125
- #: ../admin/config/maintenance.php:165
1126
  msgid "Data Maintenance"
1127
  msgstr "Datenwartung"
1128
 
1129
- #: ../admin/config/maintenance.php:168
1130
  #, fuzzy
1131
  msgid "Delete pageviews where"
1132
  msgstr "Lösche Seitenaufrufe, wo"
1133
 
1134
- #: ../admin/config/maintenance.php:182 ../admin/view/wp-slimstat-db.php:71
1135
  msgid "equals"
1136
  msgstr "entspricht"
1137
 
1138
- #: ../admin/config/maintenance.php:183 ../admin/view/wp-slimstat-db.php:72
1139
  msgid "is not equal to"
1140
  msgstr "ist ungleich zu"
1141
 
1142
- #: ../admin/config/maintenance.php:184 ../admin/view/wp-slimstat-db.php:73
1143
  msgid "contains"
1144
  msgstr "enth&auml;lt"
1145
 
1146
- #: ../admin/config/maintenance.php:185 ../admin/view/wp-slimstat-db.php:74
1147
  msgid "is included in"
1148
  msgstr ""
1149
 
1150
- #: ../admin/config/maintenance.php:186 ../admin/view/wp-slimstat-db.php:75
1151
  msgid "does not contain"
1152
  msgstr "enth&auml;lt nicht"
1153
 
1154
- #: ../admin/config/maintenance.php:187 ../admin/view/wp-slimstat-db.php:76
1155
  msgid "starts with"
1156
  msgstr "beginnt mit"
1157
 
1158
- #: ../admin/config/maintenance.php:188 ../admin/view/wp-slimstat-db.php:77
1159
  msgid "ends with"
1160
  msgstr "endet mit"
1161
 
1162
- #: ../admin/config/maintenance.php:189 ../admin/view/wp-slimstat-db.php:78
1163
  msgid "sounds like"
1164
  msgstr "&auml;hnelt"
1165
 
1166
- #: ../admin/config/maintenance.php:190 ../admin/view/wp-slimstat-db.php:79
1167
  msgid "is greater than"
1168
  msgstr "ist gr&ouml;sser als"
1169
 
1170
- #: ../admin/config/maintenance.php:191 ../admin/view/wp-slimstat-db.php:80
1171
  msgid "is less than"
1172
  msgstr "ist kleiner als"
1173
 
1174
- #: ../admin/config/maintenance.php:192 ../admin/view/wp-slimstat-db.php:82
1175
  msgid "matches"
1176
  msgstr "entspricht"
1177
 
1178
- #: ../admin/config/maintenance.php:193 ../admin/view/wp-slimstat-db.php:83
1179
  msgid "does not match"
1180
  msgstr "entspricht nicht"
1181
 
1182
- #: ../admin/config/maintenance.php:194 ../admin/view/wp-slimstat-db.php:84
1183
  msgid "is empty"
1184
  msgstr "ist leer"
1185
 
1186
- #: ../admin/config/maintenance.php:195 ../admin/view/wp-slimstat-db.php:85
1187
  msgid "is not empty"
1188
  msgstr "ist nicht leer"
1189
 
1190
- #: ../admin/config/maintenance.php:198 ../admin/view/index.php:29
1191
- #: ../admin/view/index.php:92
1192
  msgid "Apply"
1193
  msgstr "Anwenden"
1194
 
1195
- #: ../admin/config/maintenance.php:199
1196
  #, fuzzy
1197
  msgid ""
1198
  "Are you sure you want to PERMANENTLY delete these records from your database?"
@@ -1200,7 +1189,7 @@ msgstr ""
1200
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1201
  "Datenbank löschen möchten?"
1202
 
1203
- #: ../admin/config/maintenance.php:206
1204
  #, fuzzy
1205
  msgid ""
1206
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
@@ -1209,12 +1198,12 @@ msgstr ""
1209
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1210
  "Datenbank löschen möchten?"
1211
 
1212
- #: ../admin/config/maintenance.php:206
1213
  #, fuzzy
1214
  msgid "Delete All Records"
1215
  msgstr "Alle Seitenaufrufe löschen"
1216
 
1217
- #: ../admin/config/maintenance.php:209
1218
  msgid ""
1219
  "Erase all the information collected so far by Slimstat, but not the archived "
1220
  "records (<code>wp_slim_stats_archive</code>). This operation <strong>does "
@@ -1222,7 +1211,7 @@ msgid ""
1222
  "your records from the archive table."
1223
  msgstr ""
1224
 
1225
- #: ../admin/config/maintenance.php:215
1226
  #, fuzzy
1227
  msgid ""
1228
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
@@ -1231,20 +1220,20 @@ msgstr ""
1231
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1232
  "Datenbank löschen möchten?"
1233
 
1234
- #: ../admin/config/maintenance.php:215
1235
  #, fuzzy
1236
  msgid "Delete Archive"
1237
  msgstr "Lösche Seitenaufrufe, wo"
1238
 
1239
- #: ../admin/config/maintenance.php:218
1240
  msgid "Erase all the archived records. This operation cannot be undone."
1241
  msgstr ""
1242
 
1243
- #: ../admin/config/maintenance.php:224
1244
  msgid "Improve Performance"
1245
  msgstr "Leistung erhöhen"
1246
 
1247
- #: ../admin/config/maintenance.php:228
1248
  #, fuzzy
1249
  msgid ""
1250
  "Please note that you will need about 30% more DB space to store the extra "
@@ -1254,92 +1243,125 @@ msgstr ""
1254
  "verbessern. Die Datenbank benötigt dafür ca. 30% mehr Speicherplatz, damit "
1255
  "die notwendigen zusätzlichne Informationen gespeichert werden können."
1256
 
1257
- #: ../admin/config/maintenance.php:232
1258
  msgid "Save DB Space"
1259
  msgstr "Datenbank-Speicherplatz sparen"
1260
 
1261
- #: ../admin/config/maintenance.php:235
1262
  msgid ""
1263
  "Please note that by removing table indexes, Slimstat's performance will be "
1264
  "affected."
1265
  msgstr ""
1266
 
1267
- #: ../admin/config/maintenance.php:240
1268
- msgid "MaxMind IP to Country"
1269
  msgstr ""
1270
 
1271
- #: ../admin/config/maintenance.php:246
1272
  msgid ""
1273
  "Do you want to download and install the geolocation database from MaxMind's "
1274
  "server?"
1275
  msgstr ""
1276
 
1277
- #: ../admin/config/maintenance.php:246
1278
  msgid "Install GeoLite DB"
1279
  msgstr ""
1280
 
1281
- #: ../admin/config/maintenance.php:249
1282
  msgid "Do you want to uninstall the geolocation database?"
1283
  msgstr ""
1284
 
1285
- #: ../admin/config/maintenance.php:249
1286
  msgid "Uninstall GeoLite DB"
1287
  msgstr ""
1288
 
1289
- #: ../admin/config/maintenance.php:253
1290
  msgid ""
1291
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1292
- "target='_blank'>MaxMind GeoLite library</a> used to geolocate visitors is "
1293
- "released under the Creative Commons BY-SA 3.0 license, and cannot be "
1294
- "directly bundled with the plugin because of license incompatibility issues. "
1295
- "We are mandated to have the user take an affirmative action in order to "
1296
- "enable this functionality."
1297
  msgstr ""
1298
 
1299
- #: ../admin/config/maintenance.php:258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1300
  msgid "Configuration String"
1301
  msgstr ""
1302
 
1303
- #: ../admin/config/maintenance.php:262
1304
  msgid ""
1305
  "Here below you can find the current configuration string for Slimstat. You "
1306
  "can update your settings by pasting a new string inside the text area and "
1307
  "clicking the Import button."
1308
  msgstr ""
1309
 
1310
- #: ../admin/config/maintenance.php:267
1311
  msgid "Import"
1312
  msgstr "Import"
1313
 
1314
- #: ../admin/config/maintenance.php:268
1315
  msgid "Are you sure you want to OVERWRITE your current settings?"
1316
  msgstr "Derzeitige Einstellungen wirklich zurücksetzen?"
1317
 
1318
- #: ../admin/config/maintenance.php:273
1319
  msgid "Database Information"
1320
  msgstr "Datenbankinformation"
1321
 
1322
  # depends on context:
1323
  # Engine = Maschine, Motor, Triebwerk or Antrieb
1324
  # Search engine = Suchmaschine
1325
- #: ../admin/config/maintenance.php:276
1326
  #, fuzzy
1327
  msgid "Engine"
1328
  msgstr "Suchmaschinen"
1329
 
1330
- #: ../admin/config/maintenance.php:280
1331
  msgid "switch to InnoDB"
1332
  msgstr "zu InnoDB wechseln"
1333
 
1334
- #: ../admin/config/maintenance.php:291
1335
  msgid "records"
1336
  msgstr "Datensätze"
1337
 
1338
- #: ../admin/config/maintenance.php:298
1339
  msgid "Old Tables"
1340
  msgstr ""
1341
 
1342
- #: ../admin/config/maintenance.php:299
1343
  #, php-format
1344
  msgid ""
1345
  "It looks like your database was upgraded from a version prior to 4.0. Our "
@@ -1389,8 +1411,8 @@ msgstr ""
1389
  #: ../admin/view/addons.php:40
1390
  #, php-format
1391
  msgid ""
1392
- "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true"
1393
- "\">click here</a> to clear the cache."
1394
  msgstr ""
1395
 
1396
  #: ../admin/view/addons.php:54
@@ -1420,92 +1442,99 @@ msgstr "Browser-Version"
1420
  msgid "Installed and Active"
1421
  msgstr ""
1422
 
1423
- #: ../admin/view/index.php:8
1424
  #, fuzzy
1425
  msgid "Filter"
1426
  msgstr "Filter"
1427
 
1428
- #: ../admin/view/index.php:33
1429
  msgid "Load"
1430
  msgstr ""
1431
 
1432
- #: ../admin/view/index.php:53 ../admin/view/wp-slimstat-reports.php:1390
1433
  msgid "Today"
1434
  msgstr "heute"
1435
 
1436
- #: ../admin/view/index.php:54 ../admin/view/wp-slimstat-reports.php:1393
1437
  msgid "Yesterday"
1438
  msgstr "Gestern"
1439
 
1440
- #: ../admin/view/index.php:55
1441
  msgid "Last 7 Days"
1442
  msgstr "Letzte 7 Tage"
1443
 
1444
- #: ../admin/view/index.php:56
1445
  #, fuzzy
1446
  msgid "Last 60 Days"
1447
  msgstr "Letzte 30 Tage"
1448
 
1449
- #: ../admin/view/index.php:57
1450
  msgid "Last 90 Days"
1451
  msgstr "Letzte 90 Tage"
1452
 
1453
- #: ../admin/view/index.php:58
1454
  #, fuzzy
1455
  msgid "This Year So Far"
1456
  msgstr "Heuer"
1457
 
1458
- #: ../admin/view/index.php:59
1459
  #, fuzzy
1460
  msgid "Date Range"
1461
  msgstr "Datum und Uhrzeit"
1462
 
1463
- #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:94
1464
  msgid "Day"
1465
  msgstr "Tag"
1466
 
1467
- #: ../admin/view/index.php:71 ../admin/view/wp-slimstat-db.php:95
1468
  msgid "Month"
1469
  msgstr "Monat"
1470
 
1471
- #: ../admin/view/index.php:80 ../admin/view/wp-slimstat-db.php:96
1472
  msgid "Year"
1473
  msgstr "Jahr"
1474
 
1475
- #: ../admin/view/index.php:81 ../admin/view/wp-slimstat-db.php:93
1476
  msgid "Hour"
1477
  msgstr "Stunde"
1478
 
1479
- #: ../admin/view/index.php:82
1480
  msgid "Min"
1481
  msgstr ""
1482
 
1483
- #: ../admin/view/index.php:90 ../admin/view/wp-slimstat-db.php:99
1484
  msgid "hours"
1485
  msgstr ""
1486
 
1487
- #: ../admin/view/index.php:91
1488
  msgid "mins"
1489
  msgstr ""
1490
 
1491
- #: ../admin/view/index.php:100
1492
  #, fuzzy
1493
  msgid "Reset Filters"
1494
  msgstr "Datumsfilter"
1495
 
1496
- #: ../admin/view/index.php:119
1497
  #, php-format
1498
  msgid ""
1499
- "Install MaxMind's <a href='%s'>GeoLite DB</a> to determine your visitors' "
1500
- "country of origin."
1501
  msgstr ""
1502
 
1503
- #: ../admin/view/index.php:123
 
 
 
 
 
 
 
1504
  #, php-format
1505
  msgid ""
1506
  "A caching plugin has been detected on your website. Please <a href='%s' "
1507
- "target='_blank'>make sure to configure</a> Slimstat Analytics accordingly, "
1508
- "to get accurate information."
1509
  msgstr ""
1510
 
1511
  #: ../admin/view/layout.php:47
@@ -1549,93 +1578,92 @@ msgstr "Mobiles Gerät"
1549
  msgid "Syndication Reader"
1550
  msgstr ""
1551
 
1552
- #: ../admin/view/right-now.php:41 ../admin/view/wp-slimstat-reports.php:1036
1553
- #: ../admin/view/wp-slimstat-reports.php:1751
1554
  msgid "No data to display"
1555
  msgstr "keine Daten vorhanden"
1556
 
1557
- #: ../admin/view/right-now.php:62
1558
  msgid "Date and Time"
1559
  msgstr "Datum und Uhrzeit"
1560
 
1561
  # Unknown
1562
- #: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1088
1563
- #: ../admin/view/wp-slimstat-reports.php:1794 ../wp-slimstat.php:1236
1564
  msgid "c-"
1565
  msgstr "Unknown"
1566
 
1567
- #: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-db.php:60
1568
- #: ../admin/wp-slimstat-admin.php:1370 ../admin/wp-slimstat-admin.php:1410
1569
  msgid "Originating IP"
1570
  msgstr "Ursprüngliche IP"
1571
 
1572
- #: ../admin/view/right-now.php:157 ../admin/view/wp-slimstat-reports.php:1187
1573
- #: ../admin/view/wp-slimstat-reports.php:1192
1574
- #: ../admin/view/wp-slimstat-reports.php:1197
1575
  msgid "Open this URL in a new window"
1576
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
1577
 
1578
- #: ../admin/view/right-now.php:160
1579
  msgid "Local search results page"
1580
  msgstr "lokale Suchergebnisse"
1581
 
1582
- #: ../admin/view/right-now.php:166 ../admin/view/wp-slimstat-db.php:42
1583
- #: ../admin/view/wp-slimstat-reports.php:242
1584
- #: ../admin/view/wp-slimstat-reports.php:252
1585
- #: ../admin/wp-slimstat-admin.php:1373 ../admin/wp-slimstat-admin.php:1389
1586
  msgid "Search Terms"
1587
  msgstr "Suchbegriffe"
1588
 
1589
- #: ../admin/view/right-now.php:175
1590
  msgid "Server Latency and Page Speed in milliseconds"
1591
  msgstr ""
1592
 
1593
- #: ../admin/view/right-now.php:175
1594
  msgid "SL"
1595
  msgstr ""
1596
 
1597
- #: ../admin/view/right-now.php:175
1598
  msgid "PS"
1599
  msgstr ""
1600
 
1601
- #: ../admin/view/right-now.php:182
1602
  #, fuzzy
1603
  msgid "Time spent on this page"
1604
  msgstr "Seite in neuem Fenster &ouml;ffnen"
1605
 
1606
- #: ../admin/view/right-now.php:192
1607
  msgid "Open this referrer in a new window"
1608
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
1609
 
1610
- #: ../admin/view/right-now.php:193
1611
  #, fuzzy
1612
  msgid "Content Type"
1613
  msgstr "Inhalt"
1614
 
1615
- #: ../admin/view/right-now.php:200
1616
  msgid "Open this outbound link in a new window"
1617
  msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
1618
 
1619
- #: ../admin/view/right-now.php:208
1620
- #, fuzzy
1621
- msgid "Delete this pageview"
1622
- msgstr "Lösche Seitenaufrufe, wo"
1623
 
1624
- #: ../admin/view/right-now.php:219
1625
  #, fuzzy
1626
  msgid "User Logged In"
1627
  msgstr "User Agent"
1628
 
1629
- #: ../admin/view/right-now.php:229
1630
  #, fuzzy
1631
  msgid "User Logged Out"
1632
  msgstr "User Agent"
1633
 
1634
- #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:1386
1635
  msgid "Browser"
1636
  msgstr "Browser"
1637
 
1638
- #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:1387
1639
  msgid "Country Code"
1640
  msgstr "L&auml;nder-Code"
1641
 
@@ -1643,22 +1671,22 @@ msgstr "L&auml;nder-Code"
1643
  msgid "IP Address"
1644
  msgstr "IP-Adresse"
1645
 
1646
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:1390
1647
  msgid "Language Code"
1648
  msgstr "Sprach-Kodierung"
1649
 
1650
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:106
1651
- #: ../admin/wp-slimstat-admin.php:1391
1652
  msgid "Operating System"
1653
  msgstr "Betriebssystem"
1654
 
1655
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:107
1656
- #: ../admin/wp-slimstat-admin.php:1392
1657
  msgid "Permalink"
1658
  msgstr "Permalink"
1659
 
1660
  #: ../admin/view/wp-slimstat-db.php:46 ../admin/view/wp-slimstat-db.php:108
1661
- #: ../admin/wp-slimstat-admin.php:1393
1662
  msgid "Referer"
1663
  msgstr "Herkunft"
1664
 
@@ -1667,7 +1695,7 @@ msgstr "Herkunft"
1667
  msgid "Visitor's Username"
1668
  msgstr "Besuchername"
1669
 
1670
- #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:1376
1671
  msgid "Outbound Link"
1672
  msgstr "Ausgehender Link"
1673
 
@@ -1680,19 +1708,19 @@ msgid "-- Advanced filters --"
1680
  msgstr "-- Erweiterte Filter --"
1681
 
1682
  #: ../admin/view/wp-slimstat-db.php:52
1683
- #: ../admin/view/wp-slimstat-reports.php:372
1684
  msgid "Browser Capabilities"
1685
  msgstr "Browser-F&auml;higkeiten"
1686
 
1687
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1405
1688
  msgid "Browser Version"
1689
  msgstr "Browser-Version"
1690
 
1691
- #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1406
1692
  msgid "Browser Type"
1693
  msgstr "Browser-Typ"
1694
 
1695
- #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:1375
1696
  msgid "User Agent"
1697
  msgstr "User Agent"
1698
 
@@ -1706,15 +1734,15 @@ msgstr "Diagrammanmerkungen"
1706
  msgid "Server Latency"
1707
  msgstr "Latenz"
1708
 
1709
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1408
1710
  msgid "Post Author"
1711
  msgstr "Autor der Seiten"
1712
 
1713
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1409
1714
  msgid "Post Category ID"
1715
  msgstr "Kategorie-ID der Seite"
1716
 
1717
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1411
1718
  msgid "Resource Content Type"
1719
  msgstr "Inhalt der Ressource"
1720
 
@@ -1735,7 +1763,7 @@ msgstr "Bildschirm-Aufl&ouml;sung"
1735
  msgid "Viewport Size"
1736
  msgstr ""
1737
 
1738
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1413
1739
  msgid "Visit ID"
1740
  msgstr "Besuchs-ID"
1741
 
@@ -1785,7 +1813,7 @@ msgid "Event ID"
1785
  msgstr ""
1786
 
1787
  #: ../admin/view/wp-slimstat-db.php:116
1788
- #: ../admin/view/wp-slimstat-reports.php:1765
1789
  msgid "Type"
1790
  msgstr ""
1791
 
@@ -1821,82 +1849,81 @@ msgid "While zooming in, drag the chart to move to a different area"
1821
  msgstr ""
1822
  "W&auml;hrend des Zooms das Diagramm zu einer anderen Position verschieben."
1823
 
1824
- #: ../admin/view/wp-slimstat-reports.php:68
1825
  #, fuzzy
1826
  msgid "Visitors Activity"
1827
  msgstr "Besucher"
1828
 
1829
- #: ../admin/view/wp-slimstat-reports.php:77
1830
  msgid "Color codes"
1831
  msgstr "Farbcode"
1832
 
1833
- #: ../admin/view/wp-slimstat-reports.php:77
1834
  #, fuzzy
1835
  msgid "From search result page"
1836
  msgstr "Von einer Suchergebnisseite"
1837
 
1838
- #: ../admin/view/wp-slimstat-reports.php:77
1839
- #: ../admin/wp-slimstat-admin.php:1368
1840
  msgid "Known Visitor"
1841
  msgstr "Bekannte Besucher"
1842
 
1843
- #: ../admin/view/wp-slimstat-reports.php:77
1844
  msgid "Known Users"
1845
  msgstr "Bekannte Benutzer"
1846
 
1847
- #: ../admin/view/wp-slimstat-reports.php:77
1848
  msgid "Other Humans"
1849
  msgstr "Andere echte Besucher"
1850
 
1851
- #: ../admin/view/wp-slimstat-reports.php:77
1852
  msgid "Bot or Crawler"
1853
  msgstr "Bot oder Crawler"
1854
 
1855
- #: ../admin/view/wp-slimstat-reports.php:81
1856
- #: ../admin/view/wp-slimstat-reports.php:90
1857
- #: ../admin/view/wp-slimstat-reports.php:1368
1858
- #: ../admin/view/wp-slimstat-reports.php:1526
1859
  msgid "Pageviews"
1860
  msgstr "Seitenaufrufe"
1861
 
1862
- #: ../admin/view/wp-slimstat-reports.php:91
1863
- #: ../admin/view/wp-slimstat-reports.php:285
1864
- #: ../admin/view/wp-slimstat-reports.php:526
1865
- #: ../admin/view/wp-slimstat-reports.php:1383
1866
- #: ../admin/view/wp-slimstat-reports.php:1428
1867
  msgid "Unique IPs"
1868
  msgstr "Eindeutige IPs"
1869
 
1870
- #: ../admin/view/wp-slimstat-reports.php:99
1871
  #, fuzzy
1872
  msgid "About Slimstat"
1873
  msgstr "&Uuml;ber WP SlimStat"
1874
 
1875
- #: ../admin/view/wp-slimstat-reports.php:108
1876
  #, fuzzy
1877
  msgid "Traffic at a Glance"
1878
  msgstr "Auf einen Blick"
1879
 
1880
- #: ../admin/view/wp-slimstat-reports.php:118
1881
  #, fuzzy
1882
  msgid "Currently Online"
1883
  msgstr "Aktuelle Filter:"
1884
 
1885
- #: ../admin/view/wp-slimstat-reports.php:131
1886
  msgid "Recent Search Terms"
1887
  msgstr "Letzte interne Suchbegriffe"
1888
 
1889
- #: ../admin/view/wp-slimstat-reports.php:142
1890
  #, fuzzy
1891
  msgid "Keywords used by your visitors to find your website on a search engine."
1892
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
1893
 
1894
- #: ../admin/view/wp-slimstat-reports.php:145
1895
  #, fuzzy
1896
  msgid "Top Web Pages"
1897
  msgstr "Top-Seiten"
1898
 
1899
- #: ../admin/view/wp-slimstat-reports.php:156
1900
  msgid ""
1901
  "Here a \"page\" is not just a WordPress page type, but any webpage on your "
1902
  "site, including posts, products, categories, and so on. You can set the "
@@ -1905,24 +1932,24 @@ msgid ""
1905
  "have."
1906
  msgstr ""
1907
 
1908
- #: ../admin/view/wp-slimstat-reports.php:159
1909
  #, fuzzy
1910
  msgid "Top Referring Domains"
1911
  msgstr "Top verweisende Suchmaschinen"
1912
 
1913
- #: ../admin/view/wp-slimstat-reports.php:173
1914
  msgid "Top Known Visitors"
1915
  msgstr "Top bekannte Besucher"
1916
 
1917
- #: ../admin/view/wp-slimstat-reports.php:184
1918
  msgid "Top Search Terms"
1919
  msgstr "Top-Suchbegriffe"
1920
 
1921
- #: ../admin/view/wp-slimstat-reports.php:196
1922
  msgid "Top Countries"
1923
  msgstr "Top-L&auml;nder"
1924
 
1925
- #: ../admin/view/wp-slimstat-reports.php:205
1926
  #, fuzzy
1927
  msgid ""
1928
  "You can configure Slimstat to ignore a specific Country by setting the "
@@ -1931,11 +1958,11 @@ msgstr ""
1931
  "Um ein spezifisches Land generell zu ignorieren kann ein entsprechender "
1932
  "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
1933
 
1934
- #: ../admin/view/wp-slimstat-reports.php:208
1935
  msgid "Rankings"
1936
  msgstr ""
1937
 
1938
- #: ../admin/view/wp-slimstat-reports.php:212
1939
  msgid ""
1940
  "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1941
  "measures your site's rankings. Values are updated every 12 hours. Please "
@@ -1943,17 +1970,17 @@ msgid ""
1943
  "Mozscape data."
1944
  msgstr ""
1945
 
1946
- #: ../admin/view/wp-slimstat-reports.php:215
1947
  #, fuzzy
1948
  msgid "Top Language Families"
1949
  msgstr "Top-Sprachen"
1950
 
1951
- #: ../admin/view/wp-slimstat-reports.php:228
1952
  #, fuzzy
1953
  msgid "Users Currently Online"
1954
  msgstr "Aktuelle Filter:"
1955
 
1956
- #: ../admin/view/wp-slimstat-reports.php:239
1957
  #, fuzzy
1958
  msgid ""
1959
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
@@ -1964,50 +1991,50 @@ msgstr ""
1964
  "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
1965
  "zur&uuml;kkehrender Besucher."
1966
 
1967
- #: ../admin/view/wp-slimstat-reports.php:253
1968
  #, fuzzy
1969
  msgid "Unique Terms"
1970
  msgstr "Eindeutige IPs"
1971
 
1972
- #: ../admin/view/wp-slimstat-reports.php:261
1973
  #, fuzzy
1974
  msgid "Top Referring URLs"
1975
  msgstr "Verweisende Webseiten"
1976
 
1977
- #: ../admin/view/wp-slimstat-reports.php:274
1978
  msgid "Human Visits"
1979
  msgstr "Echte Besuche"
1980
 
1981
- #: ../admin/view/wp-slimstat-reports.php:284
1982
- #: ../admin/view/wp-slimstat-reports.php:1424
1983
  msgid "Visits"
1984
  msgstr "Besuche"
1985
 
1986
- #: ../admin/view/wp-slimstat-reports.php:293
1987
  #, fuzzy
1988
  msgid "Audience Overview"
1989
  msgstr "&Uuml;bersicht"
1990
 
1991
- #: ../admin/view/wp-slimstat-reports.php:300
1992
  msgid ""
1993
  "Where not otherwise specified, the metrics in this report are referred to "
1994
  "human visitors."
1995
  msgstr ""
1996
 
1997
- #: ../admin/view/wp-slimstat-reports.php:303
1998
  msgid "Top Languages"
1999
  msgstr "Top-Sprachen"
2000
 
2001
- #: ../admin/view/wp-slimstat-reports.php:314
2002
  msgid "Top Browsers"
2003
  msgstr "Top-Browser"
2004
 
2005
- #: ../admin/view/wp-slimstat-reports.php:325
2006
  msgid "Top Service Providers"
2007
  msgstr "Top-Internetprovider"
2008
 
2009
- #: ../admin/view/wp-slimstat-reports.php:334
2010
- #: ../admin/view/wp-slimstat-reports.php:346
2011
  #, fuzzy
2012
  msgid ""
2013
  "Internet Service Provider: a company which provides other companies or "
@@ -2021,24 +2048,24 @@ msgstr ""
2021
  "Adressen generell zu ignorieren kann ein entsprechender Filter unter "
2022
  "'Einstellungen > SlimStat > Filter' gesetzt werden."
2023
 
2024
- #: ../admin/view/wp-slimstat-reports.php:337
2025
  msgid "Top Operating Systems"
2026
  msgstr "Top-Betriebssysteme"
2027
 
2028
- #: ../admin/view/wp-slimstat-reports.php:349
2029
  msgid "Top Screen Resolutions"
2030
  msgstr "Top-Bildschirmaufl&ouml;sungen"
2031
 
2032
- #: ../admin/view/wp-slimstat-reports.php:361
2033
  #, fuzzy
2034
  msgid "Top Viewport Sizes"
2035
  msgstr "Top-Kategorien"
2036
 
2037
- #: ../admin/view/wp-slimstat-reports.php:381
2038
  msgid "Visit Duration"
2039
  msgstr "Besuchsdauer"
2040
 
2041
- #: ../admin/view/wp-slimstat-reports.php:388
2042
  #, fuzzy
2043
  msgid ""
2044
  "All values represent the percentages of pageviews within the corresponding "
@@ -2046,32 +2073,32 @@ msgid ""
2046
  msgstr ""
2047
  "Weltkarte - Werte repr&auml;sentieren die Zugriffe in Prozent aus diesem Land"
2048
 
2049
- #: ../admin/view/wp-slimstat-reports.php:391
2050
  msgid "Recent Countries"
2051
  msgstr "Letzte L&auml;nder"
2052
 
2053
- #: ../admin/view/wp-slimstat-reports.php:402
2054
  #, fuzzy
2055
  msgid "Recent Viewport Sizes"
2056
  msgstr "Letzte Kategorien"
2057
 
2058
- #: ../admin/view/wp-slimstat-reports.php:413
2059
  msgid "Recent Operating Systems"
2060
  msgstr "Letzte Betriebssysteme"
2061
 
2062
- #: ../admin/view/wp-slimstat-reports.php:424
2063
  msgid "Recent Browsers"
2064
  msgstr "Letzte Browser"
2065
 
2066
- #: ../admin/view/wp-slimstat-reports.php:435
2067
  msgid "Recent Languages"
2068
  msgstr "Letzte Sprachen"
2069
 
2070
- #: ../admin/view/wp-slimstat-reports.php:446
2071
  msgid "Top Browser Families"
2072
  msgstr "Top-Browserfamilien"
2073
 
2074
- #: ../admin/view/wp-slimstat-reports.php:455
2075
  msgid ""
2076
  "This report shows you what user agent families (no version considered) are "
2077
  "popular among your visitors."
@@ -2079,11 +2106,11 @@ msgstr ""
2079
  "Dieser Bericht zeigt, welche User Agent-Familien (unabhängig Ihrer Version) "
2080
  "bei Ihren Besuchern populär sind."
2081
 
2082
- #: ../admin/view/wp-slimstat-reports.php:458
2083
  msgid "Top OS Families"
2084
  msgstr "Top-Betriebssysteme"
2085
 
2086
- #: ../admin/view/wp-slimstat-reports.php:469
2087
  msgid ""
2088
  "This report shows you what operating system families (no version considered) "
2089
  "are popular among your visitors."
@@ -2091,88 +2118,87 @@ msgstr ""
2091
  "Dieser Bericht zeigt, welche Betriebssystemfamilien (ohne Berücksichtigung "
2092
  "der Version) hauptsächlich von Ihren Benutzer verwendet werden."
2093
 
2094
- #: ../admin/view/wp-slimstat-reports.php:472
2095
  msgid "Recent Users"
2096
  msgstr "Letzte Benutzer"
2097
 
2098
- #: ../admin/view/wp-slimstat-reports.php:484
2099
  msgid "Top Users"
2100
  msgstr "Top-Benutzer"
2101
 
2102
- #: ../admin/view/wp-slimstat-reports.php:496
2103
- #: ../admin/view/wp-slimstat-reports.php:505
2104
  msgid "Users"
2105
  msgstr "Benutzer"
2106
 
2107
- #: ../admin/view/wp-slimstat-reports.php:506
2108
  #, fuzzy
2109
  msgid "Unique Users"
2110
  msgstr "Eindeutige IPs"
2111
 
2112
- #: ../admin/view/wp-slimstat-reports.php:515
2113
- #: ../admin/wp-slimstat-admin.php:106
2114
  msgid "Traffic Sources"
2115
  msgstr "Traffic-Ursprung"
2116
 
2117
- #: ../admin/view/wp-slimstat-reports.php:525
2118
  msgid "Domains"
2119
  msgstr "Dom&auml;nen"
2120
 
2121
- #: ../admin/view/wp-slimstat-reports.php:534
2122
  #, fuzzy
2123
  msgid "Traffic Summary"
2124
  msgstr "Traffic-Ursprung"
2125
 
2126
- #: ../admin/view/wp-slimstat-reports.php:543
2127
  msgid "Top Referring Search Engines"
2128
  msgstr "Top verweisende Suchmaschinen"
2129
 
2130
- #: ../admin/view/wp-slimstat-reports.php:572
2131
  msgid "Recent Outbound Links"
2132
  msgstr "Letzte ausgehende Links"
2133
 
2134
- #: ../admin/view/wp-slimstat-reports.php:584
2135
  msgid "Recent Posts"
2136
  msgstr "Letzte Artikel"
2137
 
2138
- #: ../admin/view/wp-slimstat-reports.php:612
2139
  msgid "Recent Feeds"
2140
  msgstr "Letzte Feeds"
2141
 
2142
- #: ../admin/view/wp-slimstat-reports.php:624
2143
  msgid "Recent Pages Not Found"
2144
  msgstr ""
2145
 
2146
- #: ../admin/view/wp-slimstat-reports.php:636
2147
  msgid "Recent Internal Searches"
2148
  msgstr "Letzte interne Suchbegriffe"
2149
 
2150
- #: ../admin/view/wp-slimstat-reports.php:646
2151
  #, fuzzy
2152
  msgid "Searches performed using WordPress' built-in search functionality."
2153
  msgstr ""
2154
  "Suchen welche mit der WordPress eigenen Such-Funktion ausgef&uuml;hrt wurden."
2155
 
2156
- #: ../admin/view/wp-slimstat-reports.php:649
2157
  msgid "Top Categories"
2158
  msgstr "Top-Kategorien"
2159
 
2160
- #: ../admin/view/wp-slimstat-reports.php:662
2161
  #, fuzzy
2162
  msgid "Top Downloads"
2163
  msgstr "Letzte Downloads"
2164
 
2165
- #: ../admin/view/wp-slimstat-reports.php:673
2166
  msgid ""
2167
  "You can configure Slimstat to track specific file extensions as downloads."
2168
  msgstr ""
2169
 
2170
- #: ../admin/view/wp-slimstat-reports.php:676
2171
  msgid "Recent Events"
2172
  msgstr "Letzte Ereignisse"
2173
 
2174
- #: ../admin/view/wp-slimstat-reports.php:685
2175
- #: ../admin/view/wp-slimstat-reports.php:709
2176
  #, fuzzy
2177
  msgid ""
2178
  "This report lists any <em>event</em> occurred on your website. Please refer "
@@ -2182,51 +2208,51 @@ msgstr ""
2182
  "stattgefunden hat. Bitte schlagen Sie in der FAQ für weitere Informationen "
2183
  "zur Verwendung dieser Funktionalit&auml;t nach."
2184
 
2185
- #: ../admin/view/wp-slimstat-reports.php:688
2186
  msgid "Top Posts"
2187
  msgstr "Top-Artikel"
2188
 
2189
- #: ../admin/view/wp-slimstat-reports.php:700
2190
  #, fuzzy
2191
  msgid "Top Events"
2192
  msgstr "Top-Seiten"
2193
 
2194
- #: ../admin/view/wp-slimstat-reports.php:712
2195
  msgid "Top Internal Searches"
2196
  msgstr "Top interne Suchbegriffe"
2197
 
2198
- #: ../admin/view/wp-slimstat-reports.php:724
2199
  msgid "Recent Categories"
2200
  msgstr "Letzte Kategorien"
2201
 
2202
- #: ../admin/view/wp-slimstat-reports.php:736
2203
  #, fuzzy
2204
  msgid "Top Pages Not Found"
2205
  msgstr "Top-Seiten"
2206
 
2207
- #: ../admin/view/wp-slimstat-reports.php:748
2208
  msgid "Top Authors"
2209
  msgstr "Top-Autoren"
2210
 
2211
- #: ../admin/view/wp-slimstat-reports.php:759
2212
  #, fuzzy
2213
  msgid "Top Tags"
2214
  msgstr "Top Seiten"
2215
 
2216
- #: ../admin/view/wp-slimstat-reports.php:771
2217
  msgid "Recent Downloads"
2218
  msgstr "Letzte Downloads"
2219
 
2220
- #: ../admin/view/wp-slimstat-reports.php:783
2221
  #, fuzzy
2222
  msgid "Top Outbound Links"
2223
  msgstr "Ausgehender Link"
2224
 
2225
- #: ../admin/view/wp-slimstat-reports.php:795
2226
  msgid "Your Website"
2227
  msgstr "Ihre Webseite"
2228
 
2229
- #: ../admin/view/wp-slimstat-reports.php:802
2230
  msgid ""
2231
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2232
  "this report is not affected by the filters set here above."
@@ -2234,131 +2260,130 @@ msgstr ""
2234
  "Ihr Inhalt auf einen Blick: Posts, Kommentare, Pingbacks, usw. Dieser "
2235
  "Bericht wird nicht durch die oben eingestellten Filter beeinflusst."
2236
 
2237
- #: ../admin/view/wp-slimstat-reports.php:805
2238
  #, fuzzy
2239
  msgid "Top Bounce Pages"
2240
  msgstr "Absprungrate"
2241
 
2242
- #: ../admin/view/wp-slimstat-reports.php:818
2243
  #, fuzzy
2244
  msgid "Top Exit Pages"
2245
  msgstr "Top-Seiten"
2246
 
2247
- #: ../admin/view/wp-slimstat-reports.php:831
2248
  #, fuzzy
2249
  msgid "Top Entry Pages"
2250
  msgstr "Top-Seiten"
2251
 
2252
- #: ../admin/view/wp-slimstat-reports.php:844
2253
  #, fuzzy
2254
  msgid "Pages with Outbound Links"
2255
  msgstr "Letzte ausgehende Links"
2256
 
2257
- #: ../admin/view/wp-slimstat-reports.php:853
2258
  #, fuzzy
2259
  msgid "Outbound Links"
2260
  msgstr "Ausgehender Link"
2261
 
2262
- #: ../admin/view/wp-slimstat-reports.php:854
2263
  msgid "Unique Outbound"
2264
  msgstr ""
2265
 
2266
- #: ../admin/view/wp-slimstat-reports.php:863
2267
  msgid "World Map"
2268
  msgstr "Weltkarte"
2269
 
2270
- #: ../admin/view/wp-slimstat-reports.php:944
2271
  msgid "Refresh"
2272
  msgstr "Anzeige aktualisieren"
2273
 
2274
- #: ../admin/view/wp-slimstat-reports.php:981
2275
  #, fuzzy, php-format
2276
  msgid "Results %s - %s of %s"
2277
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
2278
 
2279
- #: ../admin/view/wp-slimstat-reports.php:983
2280
  msgid "Refresh in"
2281
  msgstr "Anzeige aktualisieren in"
2282
 
2283
- #: ../admin/view/wp-slimstat-reports.php:1082
2284
  msgid "Category ID"
2285
  msgstr "Kategorie-ID"
2286
 
2287
- #: ../admin/view/wp-slimstat-reports.php:1087
2288
- #: ../admin/view/wp-slimstat-reports.php:1101
2289
- #: ../admin/view/wp-slimstat-reports.php:1106
2290
  #, fuzzy
2291
  msgid "Code"
2292
  msgstr "OS-Code"
2293
 
2294
- #: ../admin/view/wp-slimstat-reports.php:1102
2295
- #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1248
2296
  msgid "l-"
2297
  msgstr "l-"
2298
 
2299
- #: ../admin/view/wp-slimstat-reports.php:1119
2300
  msgid "URL"
2301
  msgstr ""
2302
 
2303
- #: ../admin/view/wp-slimstat-reports.php:1132
2304
  msgid "Referrer"
2305
  msgstr "Verweis"
2306
 
2307
- #: ../admin/view/wp-slimstat-reports.php:1335
2308
  #, fuzzy
2309
  msgid "Dataset Size"
2310
  msgstr "Datenbankgr&ouml;&szlig;e"
2311
 
2312
- #: ../admin/view/wp-slimstat-reports.php:1337
2313
  msgid "Total number of records stored in the database."
2314
  msgstr ""
2315
 
2316
- #: ../admin/view/wp-slimstat-reports.php:1339
2317
  msgid "DB Size"
2318
  msgstr "Datenbankgr&ouml;&szlig;e"
2319
 
2320
- #: ../admin/view/wp-slimstat-reports.php:1342
2321
  #, fuzzy
2322
  msgid "Tracking Enabled"
2323
  msgstr "Tracking aktiv"
2324
 
2325
- #: ../admin/view/wp-slimstat-reports.php:1345
2326
  msgid "Javascript Mode"
2327
  msgstr "Tracking per JavaScript"
2328
 
2329
- #: ../admin/view/wp-slimstat-reports.php:1348
2330
  msgid "Tracking Browser Caps"
2331
  msgstr ""
2332
 
2333
- #: ../admin/view/wp-slimstat-reports.php:1351
2334
  msgid "Auto purge"
2335
  msgstr "autom. Datenbank-Reorg."
2336
 
2337
- #: ../admin/view/wp-slimstat-reports.php:1352
2338
- #: ../admin/wp-slimstat-admin.php:1234
2339
  msgid "Off"
2340
  msgstr "Aus"
2341
 
2342
- #: ../admin/view/wp-slimstat-reports.php:1354
2343
  msgid "Oldest pageview"
2344
  msgstr "&Auml;ltester Seitenaufruf"
2345
 
2346
- #: ../admin/view/wp-slimstat-reports.php:1355
2347
  msgid "No visits"
2348
  msgstr "Keine Besuche"
2349
 
2350
- #: ../admin/view/wp-slimstat-reports.php:1357
2351
- #: ../admin/wp-slimstat-admin.php:112
2352
  #, fuzzy
2353
  msgid "Geolocation"
2354
  msgstr "Macromedia Director"
2355
 
2356
- #: ../admin/view/wp-slimstat-reports.php:1359
2357
  msgid "Date when the MaxMind Geolocation database was last updated."
2358
  msgstr ""
2359
 
2360
- #: ../admin/view/wp-slimstat-reports.php:1370
2361
- #: ../admin/view/wp-slimstat-reports.php:1528
2362
  #, fuzzy
2363
  msgid ""
2364
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -2368,17 +2393,17 @@ msgstr ""
2368
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
2369
  "wird."
2370
 
2371
- #: ../admin/view/wp-slimstat-reports.php:1372
2372
  #, fuzzy
2373
  msgid "Days in Range"
2374
  msgstr "Datum und Uhrzeit"
2375
 
2376
- #: ../admin/view/wp-slimstat-reports.php:1375
2377
  #, fuzzy
2378
  msgid "Average Daily Pageviews"
2379
  msgstr "Durchschnittl. Seitenaufrufe"
2380
 
2381
- #: ../admin/view/wp-slimstat-reports.php:1377
2382
  #, fuzzy
2383
  msgid ""
2384
  "How many pages have been visited on average every day during the current "
@@ -2387,11 +2412,11 @@ msgstr ""
2387
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
2388
  "besucht?"
2389
 
2390
- #: ../admin/view/wp-slimstat-reports.php:1379
2391
  msgid "From Search Results"
2392
  msgstr "Von Suchergebnissen"
2393
 
2394
- #: ../admin/view/wp-slimstat-reports.php:1381
2395
  msgid ""
2396
  "Visitors who landed on your site after searching for a keyword on Google, "
2397
  "Yahoo, etc."
@@ -2399,7 +2424,7 @@ msgstr ""
2399
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
2400
  "Suchmaschine auf die Website kamen."
2401
 
2402
- #: ../admin/view/wp-slimstat-reports.php:1385
2403
  msgid ""
2404
  "Used to differentiate between multiple requests to download a file from one "
2405
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2407,11 +2432,11 @@ msgstr ""
2407
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
2408
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
2409
 
2410
- #: ../admin/view/wp-slimstat-reports.php:1387
2411
  msgid "Last 30 minutes"
2412
  msgstr "Letzte 30 Minuten"
2413
 
2414
- #: ../admin/view/wp-slimstat-reports.php:1426
2415
  msgid ""
2416
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2417
  "multiple times if they perform multiple visits."
@@ -2419,15 +2444,15 @@ msgstr ""
2419
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
2420
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
2421
 
2422
- #: ../admin/view/wp-slimstat-reports.php:1430
2423
  msgid "It includes only traffic generated by human visitors."
2424
  msgstr ""
2425
 
2426
- #: ../admin/view/wp-slimstat-reports.php:1432
2427
  msgid "Bounce rate"
2428
  msgstr "Absprungrate"
2429
 
2430
- #: ../admin/view/wp-slimstat-reports.php:1434
2431
  msgid ""
2432
  "Percentage of single-page visits, i.e. visits in which the person left your "
2433
  "site from the entrance page."
@@ -2435,78 +2460,78 @@ msgstr ""
2435
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2436
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2437
 
2438
- #: ../admin/view/wp-slimstat-reports.php:1436
2439
  msgid "Known visitors"
2440
  msgstr "Bekannte Besucher"
2441
 
2442
- #: ../admin/view/wp-slimstat-reports.php:1438
2443
  msgid "Visitors who had previously left a comment on your blog."
2444
  msgstr ""
2445
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
2446
 
2447
- #: ../admin/view/wp-slimstat-reports.php:1440
2448
  msgid "New visitors"
2449
  msgstr "Neue Besucher"
2450
 
2451
- #: ../admin/view/wp-slimstat-reports.php:1442
2452
  msgid "Human users who visited your site only once."
2453
  msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
2454
 
2455
- #: ../admin/view/wp-slimstat-reports.php:1444
2456
  msgid "Bots"
2457
  msgstr "Bots"
2458
 
2459
- #: ../admin/view/wp-slimstat-reports.php:1447
2460
  #, fuzzy
2461
  msgid "Pageviews per visit"
2462
  msgstr "Seiten pro Besuch"
2463
 
2464
- #: ../admin/view/wp-slimstat-reports.php:1450
2465
  msgid "Longest visit"
2466
  msgstr "L&auml;ngster Besuch"
2467
 
2468
- #: ../admin/view/wp-slimstat-reports.php:1451
2469
  msgid "hits"
2470
  msgstr "Zugriff"
2471
 
2472
- #: ../admin/view/wp-slimstat-reports.php:1462
2473
  msgid "0 - 30 seconds"
2474
  msgstr "0-30 Sekunden"
2475
 
2476
- #: ../admin/view/wp-slimstat-reports.php:1468
2477
  msgid "31 - 60 seconds"
2478
  msgstr "31-60 Sekunden"
2479
 
2480
- #: ../admin/view/wp-slimstat-reports.php:1474
2481
  msgid "1 - 3 minutes"
2482
  msgstr "1-3 Minuten"
2483
 
2484
- #: ../admin/view/wp-slimstat-reports.php:1480
2485
  msgid "3 - 5 minutes"
2486
  msgstr "3-5 Minuten"
2487
 
2488
- #: ../admin/view/wp-slimstat-reports.php:1486
2489
  msgid "5 - 7 minutes"
2490
  msgstr "5-7 Minuten"
2491
 
2492
- #: ../admin/view/wp-slimstat-reports.php:1492
2493
  msgid "7 - 10 minutes"
2494
  msgstr "7-10 Minuten"
2495
 
2496
- #: ../admin/view/wp-slimstat-reports.php:1498
2497
  msgid "More than 10 minutes"
2498
  msgstr "Mehr als 10 Minuten"
2499
 
2500
- #: ../admin/view/wp-slimstat-reports.php:1510
2501
  #, fuzzy
2502
  msgid "Average visit duration"
2503
  msgstr "Besuchsdauer"
2504
 
2505
- #: ../admin/view/wp-slimstat-reports.php:1530
2506
  msgid "Unique Referrers"
2507
  msgstr "Eindeutige Herkunft"
2508
 
2509
- #: ../admin/view/wp-slimstat-reports.php:1532
2510
  msgid ""
2511
  "A referrer (or referring site) is the site that a visitor previously visited "
2512
  "before following a link to your site."
@@ -2514,11 +2539,11 @@ msgstr ""
2514
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
2515
  "dem Besuch der eigenen Website besucht hat."
2516
 
2517
- #: ../admin/view/wp-slimstat-reports.php:1534
2518
  msgid "Direct Pageviews"
2519
  msgstr "Direkte Seitenaufrufe"
2520
 
2521
- #: ../admin/view/wp-slimstat-reports.php:1536
2522
  msgid ""
2523
  "Visitors who visited the site by typing the URL directly into their browser. "
2524
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2529,22 +2554,22 @@ msgstr ""
2529
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
2530
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
2531
 
2532
- #: ../admin/view/wp-slimstat-reports.php:1538
2533
  msgid "From a search result"
2534
  msgstr "Von einem Suchresultat"
2535
 
2536
- #: ../admin/view/wp-slimstat-reports.php:1540
2537
  msgid ""
2538
  "Visitors who came to your site via searches on Google or some other search "
2539
  "engine."
2540
  msgstr ""
2541
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
2542
 
2543
- #: ../admin/view/wp-slimstat-reports.php:1542
2544
  msgid "Unique Landing Pages"
2545
  msgstr "Eindeutige Einstiegsseiten"
2546
 
2547
- #: ../admin/view/wp-slimstat-reports.php:1544
2548
  msgid ""
2549
  "The first page that a user views during a session. This is also known as the "
2550
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2554,22 +2579,22 @@ msgstr ""
2554
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
2555
  "s.g. Einstiegs- oder Landeseite."
2556
 
2557
- #: ../admin/view/wp-slimstat-reports.php:1546
2558
  msgid "Bounce Pages"
2559
  msgstr "Absprungrate"
2560
 
2561
- #: ../admin/view/wp-slimstat-reports.php:1548
2562
  #, fuzzy
2563
  msgid "Number of single page visits to your site over the selected period."
2564
  msgstr ""
2565
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
2566
 
2567
- #: ../admin/view/wp-slimstat-reports.php:1550
2568
  #, fuzzy
2569
  msgid "New Visitors Rate"
2570
  msgstr "Neue Besucher"
2571
 
2572
- #: ../admin/view/wp-slimstat-reports.php:1552
2573
  #, fuzzy
2574
  msgid ""
2575
  "Percentage of single page visits, i.e. visits in which the person left your "
@@ -2578,11 +2603,11 @@ msgstr ""
2578
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2579
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2580
 
2581
- #: ../admin/view/wp-slimstat-reports.php:1554
2582
  msgid "Currently from search engines"
2583
  msgstr "Aktuell von Suchmaschinen"
2584
 
2585
- #: ../admin/view/wp-slimstat-reports.php:1556
2586
  msgid ""
2587
  "Visitors who visited the site in the last 5 minutes coming from a search "
2588
  "engine."
@@ -2590,1280 +2615,1276 @@ msgstr ""
2590
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
2591
  "gekommen sind."
2592
 
2593
- #: ../admin/view/wp-slimstat-reports.php:1574
2594
  #, fuzzy
2595
  msgid "Backlinks"
2596
  msgstr "Blacklist"
2597
 
2598
- #: ../admin/view/wp-slimstat-reports.php:1575
2599
  msgid "Number of external equity links to your website."
2600
  msgstr ""
2601
 
2602
- #: ../admin/view/wp-slimstat-reports.php:1579
2603
  msgid "MozRank"
2604
  msgstr ""
2605
 
2606
- #: ../admin/view/wp-slimstat-reports.php:1580
2607
  msgid ""
2608
  "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2609
  "link popularity score. It reflects the importance of any given web page on "
2610
  "the Internet."
2611
  msgstr ""
2612
 
2613
- #: ../admin/view/wp-slimstat-reports.php:1584
2614
  #, fuzzy
2615
  msgid "Equity Links"
2616
  msgstr "Ausgehender Link"
2617
 
2618
- #: ../admin/view/wp-slimstat-reports.php:1585
2619
  msgid ""
2620
  "Number of authority-passing links (including followed links and redirects, "
2621
  "internal or external) to your website. Set the permalink filter here above "
2622
  "to get the corresponding metrics in this report."
2623
  msgstr ""
2624
 
2625
- #: ../admin/view/wp-slimstat-reports.php:1589
2626
  msgid "Facebook Shares"
2627
  msgstr ""
2628
 
2629
- #: ../admin/view/wp-slimstat-reports.php:1594
2630
  msgid "Facebook Clicks"
2631
  msgstr "Clicks bei Facebook"
2632
 
2633
- #: ../admin/view/wp-slimstat-reports.php:1595
2634
  msgid "How many times links to your website have been clicked on Facebook."
2635
  msgstr ""
2636
 
2637
- #: ../admin/view/wp-slimstat-reports.php:1599
2638
  msgid "Alexa World Rank"
2639
  msgstr ""
2640
 
2641
- #: ../admin/view/wp-slimstat-reports.php:1600
2642
  msgid ""
2643
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2644
  "traffic data."
2645
  msgstr ""
2646
 
2647
- #: ../admin/view/wp-slimstat-reports.php:1604
2648
  msgid "Alexa Country Rank"
2649
  msgstr ""
2650
 
2651
- #: ../admin/view/wp-slimstat-reports.php:1609
2652
  msgid "Alexa Popularity"
2653
  msgstr ""
2654
 
2655
- #: ../admin/view/wp-slimstat-reports.php:1668
2656
  msgid "Alexa Delta"
2657
  msgstr ""
2658
 
2659
- #: ../admin/view/wp-slimstat-reports.php:1702
2660
  #, fuzzy
2661
  msgid "Content Items"
2662
  msgstr "Inhalt"
2663
 
2664
- #: ../admin/view/wp-slimstat-reports.php:1704
2665
  msgid ""
2666
  "This value includes not only posts, but also custom post types, regardless "
2667
  "of their status"
2668
  msgstr ""
2669
 
2670
- #: ../admin/view/wp-slimstat-reports.php:1706
2671
  #, fuzzy
2672
  msgid "Posts"
2673
  msgstr "Top-Artikel"
2674
 
2675
- #: ../admin/view/wp-slimstat-reports.php:1709
2676
  #, fuzzy
2677
  msgid "Pages"
2678
  msgstr "Top-Seiten"
2679
 
2680
- #: ../admin/view/wp-slimstat-reports.php:1712
2681
  msgid "Attachments"
2682
  msgstr ""
2683
 
2684
- #: ../admin/view/wp-slimstat-reports.php:1715
2685
  #, fuzzy
2686
  msgid "Revisions"
2687
  msgstr "Berechtigungen"
2688
 
2689
- #: ../admin/view/wp-slimstat-reports.php:1718
2690
  #, fuzzy
2691
  msgid "Comments"
2692
  msgstr "Gesamte Kommentare"
2693
 
2694
- #: ../admin/view/wp-slimstat-reports.php:1721
2695
  #, fuzzy
2696
  msgid "Avg Comments per Post"
2697
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
2698
 
2699
- #: ../admin/view/wp-slimstat-reports.php:1724
2700
  msgid "Avg Server Latency"
2701
  msgstr ""
2702
 
2703
- #: ../admin/view/wp-slimstat-reports.php:1726
2704
  msgid ""
2705
  "Latency is the amount of time it takes for the host server to receive and "
2706
  "process a request for a page object. The amount of latency depends largely "
2707
  "on how far away the user is from the server."
2708
  msgstr ""
2709
 
2710
- #: ../admin/view/wp-slimstat-reports.php:1769
2711
  #, fuzzy
2712
  msgid "Coordinates"
2713
  msgstr "Tracking aktiv"
2714
 
2715
- #: ../admin/view/wp-slimstat-reports.php:1769
2716
  #, fuzzy
2717
  msgid "Date"
2718
  msgstr "Datum/Zeit"
2719
 
2720
  # Unknown
2721
- #: ../admin/view/wp-slimstat-reports.php:1785
2722
  msgid "c-xx"
2723
  msgstr "Unbekannt"
2724
 
2725
  # Afghanistan
2726
- #: ../admin/view/wp-slimstat-reports.php:1785
2727
  msgid "c-af"
2728
  msgstr "Afghanistan"
2729
 
2730
  # Åland Islands
2731
- #: ../admin/view/wp-slimstat-reports.php:1785
2732
  msgid "c-ax"
2733
  msgstr "&Aring;landinseln"
2734
 
2735
  # Albania
2736
- #: ../admin/view/wp-slimstat-reports.php:1785
2737
  msgid "c-al"
2738
  msgstr "Albanien"
2739
 
2740
  # Algeria
2741
- #: ../admin/view/wp-slimstat-reports.php:1785
2742
  msgid "c-dz"
2743
  msgstr "Algerien"
2744
 
2745
  # Andorra
2746
- #: ../admin/view/wp-slimstat-reports.php:1785
2747
  msgid "c-ad"
2748
  msgstr "Andorra"
2749
 
2750
  # Angola
2751
- #: ../admin/view/wp-slimstat-reports.php:1785
2752
  msgid "c-ao"
2753
  msgstr "Angola"
2754
 
2755
  # Anguilla
2756
- #: ../admin/view/wp-slimstat-reports.php:1785
2757
  msgid "c-ai"
2758
  msgstr "Anguilla"
2759
 
2760
  # Antigua and Barbuda
2761
- #: ../admin/view/wp-slimstat-reports.php:1785
2762
  msgid "c-ag"
2763
  msgstr "Antigua und Barbuda"
2764
 
2765
  # Argentina
2766
- #: ../admin/view/wp-slimstat-reports.php:1785
2767
  msgid "c-ar"
2768
  msgstr "Argentinien"
2769
 
2770
  # Armenia
2771
- #: ../admin/view/wp-slimstat-reports.php:1785
2772
  msgid "c-am"
2773
  msgstr "Armenien"
2774
 
2775
  # Aruba
2776
- #: ../admin/view/wp-slimstat-reports.php:1785
2777
  msgid "c-aw"
2778
  msgstr "Aruba"
2779
 
2780
  # Australia
2781
- #: ../admin/view/wp-slimstat-reports.php:1785
2782
  msgid "c-au"
2783
  msgstr "Australien"
2784
 
2785
  # Austria
2786
- #: ../admin/view/wp-slimstat-reports.php:1785
2787
  msgid "c-at"
2788
  msgstr "&Ouml;sterreich"
2789
 
2790
  # Azerbaijan
2791
- #: ../admin/view/wp-slimstat-reports.php:1785
2792
  msgid "c-az"
2793
  msgstr "Aserbaidschan"
2794
 
2795
  # Bahamas
2796
- #: ../admin/view/wp-slimstat-reports.php:1785
2797
  msgid "c-bs"
2798
  msgstr "Bahamas"
2799
 
2800
  # Bahrain
2801
- #: ../admin/view/wp-slimstat-reports.php:1785
2802
  msgid "c-bh"
2803
  msgstr "Bahrain"
2804
 
2805
  # Bangladesh
2806
- #: ../admin/view/wp-slimstat-reports.php:1785
2807
  msgid "c-bd"
2808
  msgstr "Bangladesch"
2809
 
2810
  # Barbados
2811
- #: ../admin/view/wp-slimstat-reports.php:1785
2812
  msgid "c-bb"
2813
  msgstr "Barbados"
2814
 
2815
  # Belarus
2816
- #: ../admin/view/wp-slimstat-reports.php:1785
2817
  msgid "c-by"
2818
  msgstr "Wei&szlig;russland"
2819
 
2820
  # Belgium
2821
- #: ../admin/view/wp-slimstat-reports.php:1785
2822
  msgid "c-be"
2823
  msgstr "Belgien"
2824
 
2825
  # Belize
2826
- #: ../admin/view/wp-slimstat-reports.php:1785
2827
  msgid "c-bz"
2828
  msgstr "Belize"
2829
 
2830
  # Benin
2831
- #: ../admin/view/wp-slimstat-reports.php:1785
2832
  msgid "c-bj"
2833
  msgstr "Benin"
2834
 
2835
  # Bermuda
2836
- #: ../admin/view/wp-slimstat-reports.php:1785
2837
  msgid "c-bm"
2838
  msgstr "Bermuda"
2839
 
2840
  # Bhutan
2841
- #: ../admin/view/wp-slimstat-reports.php:1785
2842
  msgid "c-bt"
2843
  msgstr "Bhutan"
2844
 
2845
  # Bolivia
2846
- #: ../admin/view/wp-slimstat-reports.php:1785
2847
  msgid "c-bo"
2848
  msgstr "Bolivien"
2849
 
2850
  # Bosnia and Herzegovina
2851
- #: ../admin/view/wp-slimstat-reports.php:1785
2852
  msgid "c-ba"
2853
  msgstr "Bosnien Herzegowina"
2854
 
2855
  # Botswana
2856
- #: ../admin/view/wp-slimstat-reports.php:1785
2857
  msgid "c-bw"
2858
  msgstr "Botswana"
2859
 
2860
  # Brazil
2861
- #: ../admin/view/wp-slimstat-reports.php:1785
2862
  msgid "c-br"
2863
  msgstr "Brasilien"
2864
 
2865
  # Brunei Darussalam
2866
- #: ../admin/view/wp-slimstat-reports.php:1785
2867
  msgid "c-bn"
2868
  msgstr "Brunei Darussalam"
2869
 
2870
  # Bulgaria
2871
- #: ../admin/view/wp-slimstat-reports.php:1785
2872
  msgid "c-bg"
2873
  msgstr "Bulgarien"
2874
 
2875
  # Burkina Faso
2876
- #: ../admin/view/wp-slimstat-reports.php:1785
2877
  msgid "c-bf"
2878
  msgstr "Burkina Faso"
2879
 
2880
  # Burundi
2881
- #: ../admin/view/wp-slimstat-reports.php:1785
2882
  msgid "c-bi"
2883
  msgstr "Burundi"
2884
 
2885
  # Cambodia
2886
- #: ../admin/view/wp-slimstat-reports.php:1785
2887
  msgid "c-kh"
2888
  msgstr "Kambodscha"
2889
 
2890
  # Cameroon
2891
- #: ../admin/view/wp-slimstat-reports.php:1785
2892
  msgid "c-cm"
2893
  msgstr "Kamerun"
2894
 
2895
  # Canada
2896
- #: ../admin/view/wp-slimstat-reports.php:1785
2897
  msgid "c-ca"
2898
  msgstr "Kanada"
2899
 
2900
  # Cape Verde
2901
- #: ../admin/view/wp-slimstat-reports.php:1785
2902
  msgid "c-cv"
2903
  msgstr "Kap Verde"
2904
 
2905
  # Cayman Islands
2906
- #: ../admin/view/wp-slimstat-reports.php:1785
2907
  msgid "c-ky"
2908
  msgstr "Kaimaninseln"
2909
 
2910
  # Central African Republic
2911
- #: ../admin/view/wp-slimstat-reports.php:1785
2912
  msgid "c-cf"
2913
  msgstr "Zentralafrika"
2914
 
2915
  # Chad
2916
- #: ../admin/view/wp-slimstat-reports.php:1785
2917
  msgid "c-td"
2918
  msgstr "Tschad"
2919
 
2920
  # Chile
2921
- #: ../admin/view/wp-slimstat-reports.php:1785
2922
  msgid "c-cl"
2923
  msgstr "Chile"
2924
 
2925
  # China
2926
- #: ../admin/view/wp-slimstat-reports.php:1785
2927
  msgid "c-cn"
2928
  msgstr "China"
2929
 
2930
  # Colombia
2931
- #: ../admin/view/wp-slimstat-reports.php:1785
2932
  msgid "c-co"
2933
  msgstr "Kolumbien"
2934
 
2935
  # Comoros
2936
- #: ../admin/view/wp-slimstat-reports.php:1785
2937
  msgid "c-km"
2938
  msgstr "Komoren"
2939
 
2940
  # Congo
2941
- #: ../admin/view/wp-slimstat-reports.php:1785
2942
  msgid "c-cg"
2943
  msgstr "Republik Kongo"
2944
 
2945
  # The Democratic Republic of the Congo
2946
- #: ../admin/view/wp-slimstat-reports.php:1785
2947
  msgid "c-cd"
2948
  msgstr "Demokratische Republik Kongo"
2949
 
2950
  # Costa Rica
2951
- #: ../admin/view/wp-slimstat-reports.php:1785
2952
  msgid "c-cr"
2953
  msgstr "Costa Rica"
2954
 
2955
  # Côte d'Ivoire
2956
- #: ../admin/view/wp-slimstat-reports.php:1785
2957
  msgid "c-ci"
2958
  msgstr "Elfenbeink&uuml;ste"
2959
 
2960
  # Croatia
2961
- #: ../admin/view/wp-slimstat-reports.php:1785
2962
  msgid "c-hr"
2963
  msgstr "Kroatien"
2964
 
2965
  # Cuba
2966
- #: ../admin/view/wp-slimstat-reports.php:1785
2967
  msgid "c-cu"
2968
  msgstr "Kuba"
2969
 
2970
  # Cyprus
2971
- #: ../admin/view/wp-slimstat-reports.php:1785
2972
  msgid "c-cy"
2973
  msgstr "Zypern"
2974
 
2975
  # Czech Republic
2976
- #: ../admin/view/wp-slimstat-reports.php:1785
2977
  msgid "c-cz"
2978
  msgstr "Tschechische Republik"
2979
 
2980
  # Denmark
2981
- #: ../admin/view/wp-slimstat-reports.php:1785
2982
  msgid "c-dk"
2983
  msgstr "D&auml;nemark"
2984
 
2985
  # Djibouti
2986
- #: ../admin/view/wp-slimstat-reports.php:1785
2987
  msgid "c-dj"
2988
  msgstr "Dschibuti"
2989
 
2990
  # Dominica
2991
- #: ../admin/view/wp-slimstat-reports.php:1785
2992
  msgid "c-dm"
2993
  msgstr "Dominica"
2994
 
2995
  # Dominican Republic
2996
- #: ../admin/view/wp-slimstat-reports.php:1785
2997
  msgid "c-do"
2998
  msgstr "Dominikanische Republik"
2999
 
3000
  # Ecuador
3001
- #: ../admin/view/wp-slimstat-reports.php:1785
3002
  msgid "c-ec"
3003
  msgstr "Ecuador"
3004
 
3005
  # Egypt
3006
- #: ../admin/view/wp-slimstat-reports.php:1785
3007
  msgid "c-eg"
3008
  msgstr "&Auml;gypten"
3009
 
3010
  # El Salvador
3011
- #: ../admin/view/wp-slimstat-reports.php:1785
3012
  msgid "c-sv"
3013
  msgstr "El Salvador"
3014
 
3015
  # Equatorial Guinea
3016
- #: ../admin/view/wp-slimstat-reports.php:1785
3017
  msgid "c-gq"
3018
  msgstr "Äquatorialguinea"
3019
 
3020
  # Eritrea
3021
- #: ../admin/view/wp-slimstat-reports.php:1785
3022
  msgid "c-er"
3023
  msgstr "Eritrea"
3024
 
3025
  # Estonia
3026
- #: ../admin/view/wp-slimstat-reports.php:1785
3027
  msgid "c-ee"
3028
  msgstr "Estland"
3029
 
3030
  # Ethiopia
3031
- #: ../admin/view/wp-slimstat-reports.php:1785
3032
  msgid "c-et"
3033
  msgstr "&Auml;thiopien"
3034
 
3035
  # Faroe Islands
3036
- #: ../admin/view/wp-slimstat-reports.php:1785
3037
  msgid "c-fo"
3038
  msgstr "F&auml;r&ouml;er Inseln"
3039
 
3040
  # Falkland Islands (Malvinas)
3041
- #: ../admin/view/wp-slimstat-reports.php:1785
3042
  msgid "c-fk"
3043
  msgstr "Falklandinseln (Malwinen)"
3044
 
3045
  # Fiji
3046
- #: ../admin/view/wp-slimstat-reports.php:1785
3047
  msgid "c-fj"
3048
  msgstr "Republik Fidschi"
3049
 
3050
  # Finland
3051
- #: ../admin/view/wp-slimstat-reports.php:1785
3052
  msgid "c-fi"
3053
  msgstr "Finnland"
3054
 
3055
  # France
3056
- #: ../admin/view/wp-slimstat-reports.php:1785
3057
  msgid "c-fr"
3058
  msgstr "Franz&ouml;sische Republik"
3059
 
3060
  # French Guiana
3061
- #: ../admin/view/wp-slimstat-reports.php:1785
3062
  msgid "c-gf"
3063
  msgstr "Franz&ouml;sisch-Guayana"
3064
 
3065
  # Gabon
3066
- #: ../admin/view/wp-slimstat-reports.php:1785
3067
  msgid "c-ga"
3068
  msgstr "Gabun"
3069
 
3070
  # Gambia
3071
- #: ../admin/view/wp-slimstat-reports.php:1785
3072
  msgid "c-gm"
3073
  msgstr "Gambia"
3074
 
3075
  # Georgia
3076
- #: ../admin/view/wp-slimstat-reports.php:1785
3077
  msgid "c-ge"
3078
  msgstr "Georgien"
3079
 
3080
  # Germany
3081
- #: ../admin/view/wp-slimstat-reports.php:1785
3082
  msgid "c-de"
3083
  msgstr "Bundesrepublik Deutschland"
3084
 
3085
  # Ghana
3086
- #: ../admin/view/wp-slimstat-reports.php:1785
3087
  msgid "c-gh"
3088
  msgstr "Ghana"
3089
 
3090
  # Greece
3091
- #: ../admin/view/wp-slimstat-reports.php:1785
3092
  msgid "c-gr"
3093
  msgstr "Griechenland"
3094
 
3095
  # Greenland
3096
- #: ../admin/view/wp-slimstat-reports.php:1785
3097
  msgid "c-gl"
3098
  msgstr "Gr&ouml;nland"
3099
 
3100
  # Grenada
3101
- #: ../admin/view/wp-slimstat-reports.php:1785
3102
  msgid "c-gd"
3103
  msgstr "Grenada"
3104
 
3105
  # Guadeloupe
3106
- #: ../admin/view/wp-slimstat-reports.php:1785
3107
  msgid "c-gp"
3108
  msgstr "Guadeloupe"
3109
 
3110
  # Guatemala
3111
- #: ../admin/view/wp-slimstat-reports.php:1785
3112
  msgid "c-gt"
3113
  msgstr "Guatemala"
3114
 
3115
  # Guinea
3116
- #: ../admin/view/wp-slimstat-reports.php:1785
3117
  msgid "c-gn"
3118
  msgstr "Guinea"
3119
 
3120
  # Guinea-Bissau
3121
- #: ../admin/view/wp-slimstat-reports.php:1785
3122
  msgid "c-gw"
3123
  msgstr "Guinea-Bissau"
3124
 
3125
  # Guyana
3126
- #: ../admin/view/wp-slimstat-reports.php:1785
3127
  msgid "c-gy"
3128
  msgstr "Guyana"
3129
 
3130
  # Haiti
3131
- #: ../admin/view/wp-slimstat-reports.php:1785
3132
  msgid "c-ht"
3133
  msgstr "Haiti"
3134
 
3135
  # Honduras
3136
- #: ../admin/view/wp-slimstat-reports.php:1785
3137
  msgid "c-hn"
3138
  msgstr "Honduras"
3139
 
3140
  # Hong Kong
3141
- #: ../admin/view/wp-slimstat-reports.php:1785
3142
  msgid "c-hk"
3143
  msgstr "Hong Kong"
3144
 
3145
  # Hungary
3146
- #: ../admin/view/wp-slimstat-reports.php:1785
3147
  msgid "c-hu"
3148
  msgstr "Ungarn"
3149
 
3150
  # Iceland
3151
- #: ../admin/view/wp-slimstat-reports.php:1785
3152
  msgid "c-is"
3153
  msgstr "Island"
3154
 
3155
  # India
3156
- #: ../admin/view/wp-slimstat-reports.php:1785
3157
  msgid "c-in"
3158
  msgstr "Indien"
3159
 
3160
  # Indonesia
3161
- #: ../admin/view/wp-slimstat-reports.php:1785
3162
  msgid "c-id"
3163
  msgstr "Indonesien"
3164
 
3165
  # Islamic Republic of Iran
3166
- #: ../admin/view/wp-slimstat-reports.php:1785
3167
  msgid "c-ir"
3168
  msgstr "Islamische Republik Iran"
3169
 
3170
  # Iraq
3171
- #: ../admin/view/wp-slimstat-reports.php:1785
3172
  msgid "c-iq"
3173
  msgstr "Irak"
3174
 
3175
  # Ireland
3176
- #: ../admin/view/wp-slimstat-reports.php:1785
3177
  msgid "c-ie"
3178
  msgstr "Irland"
3179
 
3180
  # Israel
3181
- #: ../admin/view/wp-slimstat-reports.php:1785
3182
  msgid "c-il"
3183
  msgstr "Israel"
3184
 
3185
  # Italy
3186
- #: ../admin/view/wp-slimstat-reports.php:1785
3187
  msgid "c-it"
3188
  msgstr "Italien"
3189
 
3190
  # Jamaica
3191
- #: ../admin/view/wp-slimstat-reports.php:1785
3192
  msgid "c-jm"
3193
  msgstr "Jamaika"
3194
 
3195
  # Japan
3196
- #: ../admin/view/wp-slimstat-reports.php:1785
3197
  msgid "c-jp"
3198
  msgstr "Japan"
3199
 
3200
  # Jordan
3201
- #: ../admin/view/wp-slimstat-reports.php:1785
3202
  msgid "c-jo"
3203
  msgstr "Jordan"
3204
 
3205
  # Kazakhstan
3206
- #: ../admin/view/wp-slimstat-reports.php:1785
3207
  msgid "c-kz"
3208
  msgstr "Kasachstan"
3209
 
3210
  # Kenya
3211
- #: ../admin/view/wp-slimstat-reports.php:1785
3212
  msgid "c-ke"
3213
  msgstr "Kenia"
3214
 
3215
  # Nauru
3216
- #: ../admin/view/wp-slimstat-reports.php:1785
3217
  msgid "c-nr"
3218
  msgstr "Nauru"
3219
 
3220
  # Democratic People's Republic of Korea
3221
- #: ../admin/view/wp-slimstat-reports.php:1785
3222
  msgid "c-kp"
3223
  msgstr "Demokratische Volksrepublik Korea"
3224
 
3225
  # Republic of Korea
3226
- #: ../admin/view/wp-slimstat-reports.php:1785
3227
  msgid "c-kr"
3228
  msgstr "Republik Korea"
3229
 
3230
- #: ../admin/view/wp-slimstat-reports.php:1785
3231
  msgid "c-kv"
3232
  msgstr "Komi"
3233
 
3234
  # Kuwait
3235
- #: ../admin/view/wp-slimstat-reports.php:1785
3236
  msgid "c-kw"
3237
  msgstr "Kuwait"
3238
 
3239
  # Kyrgyzstan
3240
- #: ../admin/view/wp-slimstat-reports.php:1785
3241
  msgid "c-kg"
3242
  msgstr "Kirgistan"
3243
 
3244
  # Lao People's Democratic Republic
3245
- #: ../admin/view/wp-slimstat-reports.php:1785
3246
  msgid "c-la"
3247
  msgstr "Demokratische Volksrepublik Laos"
3248
 
3249
  # Latvia
3250
- #: ../admin/view/wp-slimstat-reports.php:1785
3251
  msgid "c-lv"
3252
  msgstr "Lettland"
3253
 
3254
  # Lebanon
3255
- #: ../admin/view/wp-slimstat-reports.php:1785
3256
  msgid "c-lb"
3257
  msgstr "Libanon"
3258
 
3259
  # Lesotho
3260
- #: ../admin/view/wp-slimstat-reports.php:1785
3261
  msgid "c-ls"
3262
  msgstr "Lesotho"
3263
 
3264
  # Liberia
3265
- #: ../admin/view/wp-slimstat-reports.php:1785
3266
  msgid "c-lr"
3267
  msgstr "Liberia"
3268
 
3269
  # Libyan Arab Jamahiriya
3270
- #: ../admin/view/wp-slimstat-reports.php:1785
3271
  msgid "c-ly"
3272
  msgstr "Libyen"
3273
 
3274
  # Liechtenstein
3275
- #: ../admin/view/wp-slimstat-reports.php:1785
3276
  msgid "c-li"
3277
  msgstr "Liechtenstein"
3278
 
3279
  # Lithuania
3280
- #: ../admin/view/wp-slimstat-reports.php:1785
3281
  msgid "c-lt"
3282
  msgstr "Litauen"
3283
 
3284
  # Luxembourg
3285
- #: ../admin/view/wp-slimstat-reports.php:1785
3286
  msgid "c-lu"
3287
  msgstr "Luxemburg"
3288
 
3289
  # The Former Yugoslav Republic of Macedonia
3290
- #: ../admin/view/wp-slimstat-reports.php:1785
3291
  msgid "c-mk"
3292
  msgstr "Ehemalige Jugoslawische Republik Mazedonien"
3293
 
3294
  # Madagascar
3295
- #: ../admin/view/wp-slimstat-reports.php:1785
3296
  msgid "c-mg"
3297
  msgstr "Madagaskar"
3298
 
3299
  # Malawi
3300
- #: ../admin/view/wp-slimstat-reports.php:1785
3301
  msgid "c-mw"
3302
  msgstr "Malawi"
3303
 
3304
  # Malaysia
3305
- #: ../admin/view/wp-slimstat-reports.php:1785
3306
  msgid "c-my"
3307
  msgstr "Malaysien"
3308
 
3309
  # Mali
3310
- #: ../admin/view/wp-slimstat-reports.php:1785
3311
  msgid "c-ml"
3312
  msgstr "Mali"
3313
 
3314
  # Malta
3315
- #: ../admin/view/wp-slimstat-reports.php:1785
3316
  msgid "c-mt"
3317
  msgstr "Malta"
3318
 
3319
  # Martinique
3320
- #: ../admin/view/wp-slimstat-reports.php:1785
3321
  msgid "c-mq"
3322
  msgstr "Martinique"
3323
 
3324
  # Mauritania
3325
- #: ../admin/view/wp-slimstat-reports.php:1785
3326
  msgid "c-mr"
3327
  msgstr "Mauritanien"
3328
 
3329
  # Mauritius
3330
- #: ../admin/view/wp-slimstat-reports.php:1785
3331
  msgid "c-mu"
3332
  msgstr "Mauritius"
3333
 
3334
  # Mexico
3335
- #: ../admin/view/wp-slimstat-reports.php:1785
3336
  msgid "c-mx"
3337
  msgstr "Mexiko"
3338
 
3339
  # Moldova
3340
- #: ../admin/view/wp-slimstat-reports.php:1785
3341
  msgid "c-md"
3342
  msgstr "Moldawien"
3343
 
3344
  # Mongolia
3345
- #: ../admin/view/wp-slimstat-reports.php:1785
3346
  msgid "c-mn"
3347
  msgstr "Mongolei"
3348
 
3349
  # Montenegro
3350
- #: ../admin/view/wp-slimstat-reports.php:1785
3351
  msgid "c-me"
3352
  msgstr "Montenegro"
3353
 
3354
  # Montserrat
3355
- #: ../admin/view/wp-slimstat-reports.php:1785
3356
  msgid "c-ms"
3357
  msgstr "Montserrat"
3358
 
3359
  # Morocco
3360
- #: ../admin/view/wp-slimstat-reports.php:1785
3361
  msgid "c-ma"
3362
  msgstr "Marokko"
3363
 
3364
  # Mozambique
3365
- #: ../admin/view/wp-slimstat-reports.php:1785
3366
  msgid "c-mz"
3367
  msgstr "Mosambik"
3368
 
3369
  # Myanmar
3370
- #: ../admin/view/wp-slimstat-reports.php:1785
3371
  msgid "c-mm"
3372
  msgstr "Myanmar"
3373
 
3374
  # Namibia
3375
- #: ../admin/view/wp-slimstat-reports.php:1785
3376
  msgid "c-na"
3377
  msgstr "Namibia"
3378
 
3379
  # Nepal
3380
- #: ../admin/view/wp-slimstat-reports.php:1785
3381
  msgid "c-np"
3382
  msgstr "Nepal"
3383
 
3384
  # Netherlands
3385
- #: ../admin/view/wp-slimstat-reports.php:1785
3386
  msgid "c-nl"
3387
  msgstr "Niederlande"
3388
 
3389
  # New Caledonia
3390
- #: ../admin/view/wp-slimstat-reports.php:1785
3391
  msgid "c-nc"
3392
  msgstr "Neukaledonien"
3393
 
3394
  # New Zealand
3395
- #: ../admin/view/wp-slimstat-reports.php:1785
3396
  msgid "c-nz"
3397
  msgstr "Neuseeland"
3398
 
3399
  # Nicaragua
3400
- #: ../admin/view/wp-slimstat-reports.php:1785
3401
  msgid "c-ni"
3402
  msgstr "Nicaragua"
3403
 
3404
  # Niger
3405
- #: ../admin/view/wp-slimstat-reports.php:1785
3406
  msgid "c-ne"
3407
  msgstr "Niger"
3408
 
3409
  # Nigeria
3410
- #: ../admin/view/wp-slimstat-reports.php:1785
3411
  msgid "c-ng"
3412
  msgstr "Nigeria"
3413
 
3414
  # Norway
3415
- #: ../admin/view/wp-slimstat-reports.php:1785
3416
  msgid "c-no"
3417
  msgstr "Norwegen"
3418
 
3419
  # Oman
3420
- #: ../admin/view/wp-slimstat-reports.php:1785
3421
  msgid "c-om"
3422
  msgstr "Oman"
3423
 
3424
  # Pakistan
3425
- #: ../admin/view/wp-slimstat-reports.php:1785
3426
  msgid "c-pk"
3427
  msgstr "Pakistan"
3428
 
3429
  # Palau
3430
- #: ../admin/view/wp-slimstat-reports.php:1785
3431
  msgid "c-pw"
3432
  msgstr "Palau"
3433
 
3434
  # Occupied Palestinian Territory
3435
- #: ../admin/view/wp-slimstat-reports.php:1785
3436
  msgid "c-ps"
3437
  msgstr "Palästinensische Autonomiegebiete"
3438
 
3439
  # Panama
3440
- #: ../admin/view/wp-slimstat-reports.php:1785
3441
  msgid "c-pa"
3442
  msgstr "Panama"
3443
 
3444
  # Papua New Guinea
3445
- #: ../admin/view/wp-slimstat-reports.php:1785
3446
  msgid "c-pg"
3447
  msgstr "Papua Neu Guinea"
3448
 
3449
  # Paraguay
3450
- #: ../admin/view/wp-slimstat-reports.php:1785
3451
  msgid "c-py"
3452
  msgstr "Paraguay"
3453
 
3454
  # Peru
3455
- #: ../admin/view/wp-slimstat-reports.php:1785
3456
  msgid "c-pe"
3457
  msgstr "Peru"
3458
 
3459
  # Philippines
3460
- #: ../admin/view/wp-slimstat-reports.php:1785
3461
  msgid "c-ph"
3462
  msgstr "Philippinen"
3463
 
3464
  # Poland
3465
- #: ../admin/view/wp-slimstat-reports.php:1785
3466
  msgid "c-pl"
3467
  msgstr "Polen"
3468
 
3469
  # Portugal
3470
- #: ../admin/view/wp-slimstat-reports.php:1785
3471
  msgid "c-pt"
3472
  msgstr "Portugal"
3473
 
3474
  # Puerto Rico
3475
- #: ../admin/view/wp-slimstat-reports.php:1785
3476
  msgid "c-pr"
3477
  msgstr "Puerto Rico"
3478
 
3479
  # Qatar
3480
- #: ../admin/view/wp-slimstat-reports.php:1785
3481
  msgid "c-qa"
3482
  msgstr "Katar"
3483
 
3484
  # Réunion
3485
- #: ../admin/view/wp-slimstat-reports.php:1785
3486
  msgid "c-re"
3487
  msgstr "Réunion"
3488
 
3489
  # Romania
3490
- #: ../admin/view/wp-slimstat-reports.php:1785
3491
  msgid "c-ro"
3492
  msgstr "Rum&auml;nien"
3493
 
3494
  # Russian Federation
3495
- #: ../admin/view/wp-slimstat-reports.php:1785
3496
  msgid "c-ru"
3497
  msgstr "Russische Föderation"
3498
 
3499
  # Rwanda
3500
- #: ../admin/view/wp-slimstat-reports.php:1785
3501
  msgid "c-rw"
3502
  msgstr "Ruanda"
3503
 
3504
  # Saint Kitts and Nevis
3505
- #: ../admin/view/wp-slimstat-reports.php:1785
3506
  msgid "c-kn"
3507
  msgstr "St. Kitts und Nevis"
3508
 
3509
  # Saint Lucia
3510
- #: ../admin/view/wp-slimstat-reports.php:1785
3511
  msgid "c-lc"
3512
  msgstr "Saint Lucia"
3513
 
3514
  # Saint Martin
3515
- #: ../admin/view/wp-slimstat-reports.php:1785
3516
  msgid "c-mf"
3517
  msgstr "Saint Martin"
3518
 
3519
  # Saint Vincent and the Grenadines
3520
- #: ../admin/view/wp-slimstat-reports.php:1785
3521
  msgid "c-vc"
3522
  msgstr "St. Vincent und die Grenadinen"
3523
 
3524
  # Samoa
3525
- #: ../admin/view/wp-slimstat-reports.php:1785
3526
  msgid "c-ws"
3527
  msgstr "Samoa"
3528
 
3529
  # Sao Tome and Principe
3530
- #: ../admin/view/wp-slimstat-reports.php:1785
3531
  msgid "c-st"
3532
  msgstr "Sao Tomé und Príncipe"
3533
 
3534
  # Saudi Arabia
3535
- #: ../admin/view/wp-slimstat-reports.php:1785
3536
  msgid "c-sa"
3537
  msgstr "Saudi Arabien"
3538
 
3539
  # Senegal
3540
- #: ../admin/view/wp-slimstat-reports.php:1785
3541
  msgid "c-sn"
3542
  msgstr "Senegal"
3543
 
3544
  # Serbia
3545
- #: ../admin/view/wp-slimstat-reports.php:1785
3546
  msgid "c-rs"
3547
  msgstr "Serbien"
3548
 
3549
  # Sierra Leone
3550
- #: ../admin/view/wp-slimstat-reports.php:1785
3551
  msgid "c-sl"
3552
  msgstr "Sierra Leone"
3553
 
3554
  # Singapore
3555
- #: ../admin/view/wp-slimstat-reports.php:1785
3556
  msgid "c-sg"
3557
  msgstr "Singapur"
3558
 
3559
  # Slovakia
3560
- #: ../admin/view/wp-slimstat-reports.php:1785
3561
  msgid "c-sk"
3562
  msgstr "Slowakei"
3563
 
3564
  # Slovenia
3565
- #: ../admin/view/wp-slimstat-reports.php:1785
3566
  msgid "c-si"
3567
  msgstr "Slowenien"
3568
 
3569
  # Solomon Islands
3570
- #: ../admin/view/wp-slimstat-reports.php:1785
3571
  msgid "c-sb"
3572
  msgstr "Salomonen"
3573
 
3574
  # Somalia
3575
- #: ../admin/view/wp-slimstat-reports.php:1785
3576
  msgid "c-so"
3577
  msgstr "Somalia"
3578
 
3579
  # South Africa
3580
- #: ../admin/view/wp-slimstat-reports.php:1785
3581
  msgid "c-za"
3582
  msgstr "Südafrika"
3583
 
3584
  # South Georgia and the South Sandwich Islands
3585
- #: ../admin/view/wp-slimstat-reports.php:1785
3586
  msgid "c-gs"
3587
  msgstr "Südgeorgien und die Südlichen Sandwichinseln"
3588
 
3589
  # Spain
3590
- #: ../admin/view/wp-slimstat-reports.php:1785
3591
  msgid "c-es"
3592
  msgstr "Spanien"
3593
 
3594
  # Sri Lanka
3595
- #: ../admin/view/wp-slimstat-reports.php:1785
3596
  msgid "c-lk"
3597
  msgstr "Sri Lanka"
3598
 
3599
- #: ../admin/view/wp-slimstat-reports.php:1785
3600
  msgid "c-sc"
3601
  msgstr ""
3602
 
3603
  # Sudan
3604
- #: ../admin/view/wp-slimstat-reports.php:1785
3605
  msgid "c-sd"
3606
  msgstr "Sudan"
3607
 
3608
- #: ../admin/view/wp-slimstat-reports.php:1785
3609
  msgid "c-ss"
3610
  msgstr "Siswati"
3611
 
3612
  # Suriname
3613
- #: ../admin/view/wp-slimstat-reports.php:1785
3614
  msgid "c-sr"
3615
  msgstr "Suriname"
3616
 
3617
  # Svalbard and Jan Mayen
3618
- #: ../admin/view/wp-slimstat-reports.php:1785
3619
  msgid "c-sj"
3620
  msgstr "Spitzbergen und Jan Mayen"
3621
 
3622
  # Swaziland
3623
- #: ../admin/view/wp-slimstat-reports.php:1785
3624
  msgid "c-sz"
3625
  msgstr "Swaziland"
3626
 
3627
  # Sweden
3628
- #: ../admin/view/wp-slimstat-reports.php:1785
3629
  msgid "c-se"
3630
  msgstr "Schweden"
3631
 
3632
  # Switzerland
3633
- #: ../admin/view/wp-slimstat-reports.php:1785
3634
  msgid "c-ch"
3635
  msgstr "Schweiz"
3636
 
3637
  # Syrian Arab Republic
3638
- #: ../admin/view/wp-slimstat-reports.php:1785
3639
  msgid "c-sy"
3640
  msgstr "Arabische Republik Syrien"
3641
 
3642
  # Taiwan, Province of China
3643
- #: ../admin/view/wp-slimstat-reports.php:1785
3644
  msgid "c-tw"
3645
  msgstr "Taiwan"
3646
 
3647
  # Tajikistan
3648
- #: ../admin/view/wp-slimstat-reports.php:1785
3649
  msgid "c-tj"
3650
  msgstr "Tadschikistan"
3651
 
3652
  # United Republic of Tanzania
3653
- #: ../admin/view/wp-slimstat-reports.php:1785
3654
  msgid "c-tz"
3655
  msgstr "Vereinigte Republik Tansania"
3656
 
3657
  # Thailand
3658
- #: ../admin/view/wp-slimstat-reports.php:1785
3659
  msgid "c-th"
3660
  msgstr "Thailand"
3661
 
3662
  # Timor-Leste
3663
- #: ../admin/view/wp-slimstat-reports.php:1785
3664
  msgid "c-tl"
3665
  msgstr "Timor-Leste"
3666
 
3667
  # Togo
3668
- #: ../admin/view/wp-slimstat-reports.php:1785
3669
  msgid "c-tg"
3670
  msgstr "Togo"
3671
 
3672
  # Tonga
3673
- #: ../admin/view/wp-slimstat-reports.php:1785
3674
  msgid "c-to"
3675
  msgstr "Tonga"
3676
 
3677
  # Trinidad and Tobago
3678
- #: ../admin/view/wp-slimstat-reports.php:1785
3679
  msgid "c-tt"
3680
  msgstr "Trinidad und Tobago"
3681
 
3682
  # Tunisia
3683
- #: ../admin/view/wp-slimstat-reports.php:1785
3684
  msgid "c-tn"
3685
  msgstr "Tunesien"
3686
 
3687
  # Turkey
3688
- #: ../admin/view/wp-slimstat-reports.php:1785
3689
  msgid "c-tr"
3690
  msgstr "T&uuml;rkei"
3691
 
3692
  # Turkmenistan
3693
- #: ../admin/view/wp-slimstat-reports.php:1785
3694
  msgid "c-tm"
3695
  msgstr "Turkmenistan"
3696
 
3697
  # Turks and Caicos Islands
3698
- #: ../admin/view/wp-slimstat-reports.php:1785
3699
  msgid "c-tc"
3700
  msgstr "Turks- und Caicosinseln"
3701
 
3702
  # Uganda
3703
- #: ../admin/view/wp-slimstat-reports.php:1785
3704
  msgid "c-ug"
3705
  msgstr "Uganda"
3706
 
3707
  # Ukraine
3708
- #: ../admin/view/wp-slimstat-reports.php:1785
3709
  msgid "c-ua"
3710
  msgstr "Ukraine"
3711
 
3712
  # United Arab Emirates
3713
- #: ../admin/view/wp-slimstat-reports.php:1785
3714
  msgid "c-ae"
3715
  msgstr "Vereinigte Arabische Emirate"
3716
 
3717
  # United Kingdom
3718
- #: ../admin/view/wp-slimstat-reports.php:1785
3719
  msgid "c-gb"
3720
  msgstr "Vereinigtes K&ouml;nigreich"
3721
 
3722
  # United States
3723
- #: ../admin/view/wp-slimstat-reports.php:1785
3724
  msgid "c-us"
3725
  msgstr "Vereinigte Staaten"
3726
 
3727
  # Uruguay
3728
- #: ../admin/view/wp-slimstat-reports.php:1785
3729
  msgid "c-uy"
3730
  msgstr "Uruguay"
3731
 
3732
  # Uzbekistan
3733
- #: ../admin/view/wp-slimstat-reports.php:1785
3734
  msgid "c-uz"
3735
  msgstr "Usbekistan"
3736
 
3737
  # Vanuatu
3738
- #: ../admin/view/wp-slimstat-reports.php:1785
3739
  msgid "c-vu"
3740
  msgstr "Vanuatu"
3741
 
3742
  # Venezuela
3743
- #: ../admin/view/wp-slimstat-reports.php:1785
3744
  msgid "c-ve"
3745
  msgstr "Venezuela"
3746
 
3747
  # Viet Nam
3748
- #: ../admin/view/wp-slimstat-reports.php:1785
3749
  msgid "c-vn"
3750
  msgstr "Vietnam"
3751
 
3752
  # British Virgin Islands
3753
- #: ../admin/view/wp-slimstat-reports.php:1785
3754
  msgid "c-vg"
3755
  msgstr "Jungferninseln"
3756
 
3757
  # U.S. Virgin Islands
3758
- #: ../admin/view/wp-slimstat-reports.php:1785
3759
  msgid "c-vi"
3760
  msgstr "Amerikanische Jungferninseln"
3761
 
3762
  # Western Sahara
3763
- #: ../admin/view/wp-slimstat-reports.php:1785
3764
  msgid "c-eh"
3765
  msgstr "Westsahara"
3766
 
3767
  # Yemen
3768
- #: ../admin/view/wp-slimstat-reports.php:1785
3769
  msgid "c-ye"
3770
  msgstr "Jemen"
3771
 
3772
  # Zambia
3773
- #: ../admin/view/wp-slimstat-reports.php:1785
3774
  msgid "c-zm"
3775
  msgstr "Sambia"
3776
 
3777
  # Zimbabwe
3778
- #: ../admin/view/wp-slimstat-reports.php:1785
3779
  msgid "c-zw"
3780
  msgstr "Zimbabwe"
3781
 
3782
  # Guernsey
3783
- #: ../admin/view/wp-slimstat-reports.php:1785
3784
  msgid "c-gg"
3785
  msgstr "Guernsey"
3786
 
3787
  # Jersey
3788
- #: ../admin/view/wp-slimstat-reports.php:1785
3789
  msgid "c-je"
3790
  msgstr "Jersey"
3791
 
3792
  # Isle of Man
3793
- #: ../admin/view/wp-slimstat-reports.php:1785
3794
  msgid "c-im"
3795
  msgstr "Isle of Man"
3796
 
3797
  # Maldives
3798
- #: ../admin/view/wp-slimstat-reports.php:1785
3799
  msgid "c-mv"
3800
  msgstr "Malediven"
3801
 
3802
- #: ../admin/view/wp-slimstat-reports.php:1786
3803
  msgid "c-eu"
3804
  msgstr ""
3805
 
3806
- #: ../admin/view/wp-slimstat-reports.php:1863
3807
  msgid "src"
3808
  msgstr "src"
3809
 
3810
- #: ../admin/view/wp-slimstat-reports.php:1867
3811
  msgid "serp"
3812
  msgstr "serp"
3813
 
3814
- #: ../admin/view/wp-slimstat-reports.php:1875
3815
  msgid "Go to the referring page"
3816
  msgstr "Verweisende Seite &ouml;ffnen"
3817
 
3818
- #: ../admin/view/wp-slimstat-reports.php:1897
3819
  msgid "Remove filter for"
3820
  msgstr "Entferne Filter f&uuml;r"
3821
 
3822
- #: ../admin/view/wp-slimstat-reports.php:1901
3823
  msgid "Save"
3824
  msgstr ""
3825
 
3826
- #: ../admin/view/wp-slimstat-reports.php:1904
3827
  #, fuzzy
3828
  msgid "Reset All"
3829
  msgstr "Datenbanktabellen zurücksetzen"
3830
 
3831
- #: ../admin/view/wp-slimstat-reports.php:1908
3832
  msgid "Current filters:"
3833
  msgstr "Aktuelle Filter:"
3834
 
3835
- #: ../admin/wp-slimstat-admin.php:82
3836
- msgid "Access Log"
3837
- msgstr ""
3838
-
3839
- #: ../admin/wp-slimstat-admin.php:88
3840
  msgid "Overview"
3841
  msgstr "&Uuml;bersicht"
3842
 
3843
- #: ../admin/wp-slimstat-admin.php:94
3844
  msgid "Audience"
3845
  msgstr ""
3846
 
3847
- #: ../admin/wp-slimstat-admin.php:100
3848
  msgid "Site Analysis"
3849
  msgstr ""
3850
 
3851
- #: ../admin/wp-slimstat-admin.php:118
3852
  #, fuzzy
3853
  msgid "Customize"
3854
  msgstr "Benutzerdefinierte CSS"
3855
 
3856
- #: ../admin/wp-slimstat-admin.php:130
3857
  #, fuzzy
3858
  msgid "WordPress Dashboard"
3859
  msgstr "WordPress-Integration"
3860
 
3861
- #: ../admin/wp-slimstat-admin.php:136
3862
  #, fuzzy
3863
  msgid "Inactive Reports"
3864
  msgstr "Berichte zurücksetzen"
3865
 
3866
- #: ../admin/wp-slimstat-admin.php:502
3867
  msgid ""
3868
  "Slimstat attempted to upgrade your database structure, but the procedure "
3869
  "might not have been completed (temporary tables were detected in your "
@@ -3876,75 +3897,75 @@ msgid ""
3876
  "to contact our support team if you have any questions."
3877
  msgstr ""
3878
 
3879
- #: ../admin/wp-slimstat-admin.php:820
3880
  #, fuzzy
3881
  msgid "SlimStat"
3882
  msgstr "&Uuml;ber WP SlimStat"
3883
 
3884
- #: ../admin/wp-slimstat-admin.php:878
3885
  #, fuzzy
3886
  msgid "Slimstat"
3887
  msgstr "&Uuml;ber WP SlimStat"
3888
 
3889
- #: ../admin/wp-slimstat-admin.php:968
3890
  #, fuzzy
3891
  msgid "Pageviews in the last "
3892
  msgstr "Seitenaufrufe (Diagramm)"
3893
 
3894
- #: ../admin/wp-slimstat-admin.php:971
3895
  #, fuzzy
3896
  msgid "Unique IPs in the last "
3897
  msgstr "Eindeutige interne Zugriffe"
3898
 
3899
- #: ../admin/wp-slimstat-admin.php:1005
3900
  #, php-format
3901
  msgid ""
3902
  " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3903
  msgstr ""
3904
 
3905
- #: ../admin/wp-slimstat-admin.php:1030
3906
  msgid "Show on screen"
3907
  msgstr "Anzeigen"
3908
 
3909
- #: ../admin/wp-slimstat-admin.php:1123
3910
  msgid "Already saved"
3911
  msgstr ""
3912
 
3913
- #: ../admin/wp-slimstat-admin.php:1131
3914
  msgid "Saved"
3915
  msgstr ""
3916
 
3917
- #: ../admin/wp-slimstat-admin.php:1151
3918
  #, fuzzy
3919
  msgid "Delete this filter"
3920
  msgstr "Lösche Seitenaufrufe, wo"
3921
 
3922
- #: ../admin/wp-slimstat-admin.php:1233
3923
  msgid "On"
3924
  msgstr "An"
3925
 
3926
- #: ../admin/wp-slimstat-admin.php:1299
3927
  msgid "Save Changes"
3928
  msgstr "Änderungen speichern"
3929
 
3930
- #: ../admin/wp-slimstat-admin.php:1342
3931
  msgid "There was an error updating the following options:"
3932
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
3933
 
3934
- #: ../admin/wp-slimstat-admin.php:1345
3935
  #, fuzzy
3936
  msgid "Your changes have been saved."
3937
  msgstr "Optionen erfolgreich aktualisiert."
3938
 
3939
- #: ../admin/wp-slimstat-admin.php:1363
3940
  msgid "Definitions"
3941
  msgstr "Definitionen"
3942
 
3943
- #: ../admin/wp-slimstat-admin.php:1366
3944
  msgid "Pageview"
3945
  msgstr "Seitenaufrufe"
3946
 
3947
- #: ../admin/wp-slimstat-admin.php:1366
3948
  #, fuzzy
3949
  msgid ""
3950
  "A request to load a single HTML file (\"page\"). This should be contrasted "
@@ -3955,11 +3976,11 @@ msgstr ""
3955
  "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
3956
  "wird."
3957
 
3958
- #: ../admin/wp-slimstat-admin.php:1367
3959
  msgid "(Human) Visit"
3960
  msgstr "Echte Besuche"
3961
 
3962
- #: ../admin/wp-slimstat-admin.php:1367
3963
  msgid ""
3964
  "A period of interaction between a visitor's browser and your website, ending "
3965
  "when the browser is closed or when the user has been inactive on that site "
@@ -3969,7 +3990,7 @@ msgstr ""
3969
  "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
3970
  "lang nicht auf der Website aktiv war"
3971
 
3972
- #: ../admin/wp-slimstat-admin.php:1368
3973
  msgid ""
3974
  "Any user who has left a comment on your blog, and is thus identified by "
3975
  "Wordpress as a returning visitor"
@@ -3977,11 +3998,11 @@ msgstr ""
3977
  "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
3978
  "damit als wiederkehrender Besucher erkannt wird."
3979
 
3980
- #: ../admin/wp-slimstat-admin.php:1369
3981
  msgid "Unique IP"
3982
  msgstr "Eindeutige IPs"
3983
 
3984
- #: ../admin/wp-slimstat-admin.php:1369
3985
  msgid ""
3986
  "Used to differentiate between multiple requests to download a file from one "
3987
  "internet address (IP) and requests originating from many distinct addresses; "
@@ -3993,7 +4014,7 @@ msgstr ""
3993
  "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
3994
  "perfekt."
3995
 
3996
- #: ../admin/wp-slimstat-admin.php:1370
3997
  msgid ""
3998
  "the originating IP address of a client connecting to a web server through an "
3999
  "HTTP proxy or load balancer"
@@ -4001,11 +4022,11 @@ msgstr ""
4001
  "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
4002
  "oder Load Balancer mit dem Server verbunden hat."
4003
 
4004
- #: ../admin/wp-slimstat-admin.php:1371
4005
  msgid "Direct Traffic"
4006
  msgstr "Direkter Besuch"
4007
 
4008
- #: ../admin/wp-slimstat-admin.php:1371
4009
  msgid ""
4010
  "All those people showing up to your Web site by typing in the URL of your "
4011
  "Web site coming or from a bookmark; some people also call this \"default "
@@ -4015,11 +4036,11 @@ msgstr ""
4015
  "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
4016
  "traffic\" genannt."
4017
 
4018
- #: ../admin/wp-slimstat-admin.php:1372
4019
  msgid "Search Engine"
4020
  msgstr "Suchmaschinen"
4021
 
4022
- #: ../admin/wp-slimstat-admin.php:1372
4023
  msgid ""
4024
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4025
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
@@ -4027,15 +4048,15 @@ msgstr ""
4027
  "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
4028
  "bezahlter (PPC/SEM) Traffic enthalten."
4029
 
4030
- #: ../admin/wp-slimstat-admin.php:1373 ../admin/wp-slimstat-admin.php:1389
4031
  msgid "Keywords used by your visitors to find your website on a search engine"
4032
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
4033
 
4034
- #: ../admin/wp-slimstat-admin.php:1374
4035
  msgid "SERP"
4036
  msgstr "SERP"
4037
 
4038
- #: ../admin/wp-slimstat-admin.php:1374
4039
  msgid ""
4040
  "Short for search engine results page, the Web page that a search engine "
4041
  "returns with the results of its search. The value shown represents your rank "
@@ -4044,7 +4065,7 @@ msgstr ""
4044
  "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
4045
  "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
4046
 
4047
- #: ../admin/wp-slimstat-admin.php:1375
4048
  msgid ""
4049
  "Any program used for accessing a website; this includes browsers, robots, "
4050
  "spiders and any other program that was used to retrieve information from the "
@@ -4054,7 +4075,7 @@ msgstr ""
4054
  "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
4055
  "Informationen von einer Website abruft."
4056
 
4057
- #: ../admin/wp-slimstat-admin.php:1376
4058
  msgid ""
4059
  "A link from one domain to another is said to be outbound from its source "
4060
  "anchor and inbound to its target. This report lists all the links to other "
@@ -4063,27 +4084,27 @@ msgstr ""
4063
  "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
4064
  "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
4065
 
4066
- #: ../admin/wp-slimstat-admin.php:1383
4067
  msgid "Basic Filters"
4068
  msgstr "Einfache Filter"
4069
 
4070
- #: ../admin/wp-slimstat-admin.php:1386
4071
  msgid "User agent (Firefox, Chrome, ...)"
4072
  msgstr "Browser (Firefox, Chrome ...)"
4073
 
4074
- #: ../admin/wp-slimstat-admin.php:1387
4075
  msgid "2-letter code (us, ru, de, it, ...)"
4076
  msgstr "Länder-Code (us, ru, de, it...)"
4077
 
4078
- #: ../admin/wp-slimstat-admin.php:1388
4079
  msgid "IP"
4080
  msgstr "IP"
4081
 
4082
- #: ../admin/wp-slimstat-admin.php:1388
4083
  msgid "Visitor's public IP address"
4084
  msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
4085
 
4086
- #: ../admin/wp-slimstat-admin.php:1390
4087
  msgid ""
4088
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4089
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
@@ -4092,7 +4113,7 @@ msgstr ""
4092
  "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
4093
  "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
4094
 
4095
- #: ../admin/wp-slimstat-admin.php:1391
4096
  msgid ""
4097
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4098
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
@@ -4102,20 +4123,20 @@ msgstr ""
4102
  "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
4103
  "target=\"_blank\">dieser Seite</a>"
4104
 
4105
- #: ../admin/wp-slimstat-admin.php:1392
4106
  msgid "URL accessed on your site"
4107
  msgstr "URL, die auf Ihrer Seite besucht wurde"
4108
 
4109
- #: ../admin/wp-slimstat-admin.php:1393
4110
  #, fuzzy
4111
  msgid "Complete address of the referrer page"
4112
  msgstr "Verweisende Seite &ouml;ffnen"
4113
 
4114
- #: ../admin/wp-slimstat-admin.php:1394
4115
  msgid "Visitor's Name"
4116
  msgstr "Besuchername"
4117
 
4118
- #: ../admin/wp-slimstat-admin.php:1394
4119
  msgid ""
4120
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4121
  "comment"
@@ -4123,15 +4144,15 @@ msgstr ""
4123
  "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
4124
  "Kommentars anlegt"
4125
 
4126
- #: ../admin/wp-slimstat-admin.php:1402
4127
  msgid "Advanced Filters"
4128
  msgstr "Erweiterte Filter"
4129
 
4130
- #: ../admin/wp-slimstat-admin.php:1405
4131
  msgid "user agent version (9.0, 11, ...)"
4132
  msgstr "Browser-Version (9.0, 11, ...)"
4133
 
4134
- #: ../admin/wp-slimstat-admin.php:1406
4135
  msgid ""
4136
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4137
  "all others"
@@ -4139,11 +4160,11 @@ msgstr ""
4139
  "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
4140
  "anderen"
4141
 
4142
- #: ../admin/wp-slimstat-admin.php:1407
4143
  msgid "Pageview Attributes"
4144
  msgstr "Eigenschaften Seitenaufrufe"
4145
 
4146
- #: ../admin/wp-slimstat-admin.php:1407
4147
  msgid ""
4148
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4149
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
@@ -4153,19 +4174,19 @@ msgstr ""
4153
  "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4154
  "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
4155
 
4156
- #: ../admin/wp-slimstat-admin.php:1408
4157
  msgid "author associated to that post/page when the resource was accessed"
4158
  msgstr "Der dem Artikel / der Seite zugeordnete Autor"
4159
 
4160
- #: ../admin/wp-slimstat-admin.php:1409
4161
  msgid "ID of the category/term associated to the resource, when available"
4162
  msgstr "ID der zugeordneten Kategorie, falls vorhanden"
4163
 
4164
- #: ../admin/wp-slimstat-admin.php:1410
4165
  msgid "visitor's originating IP address, if available"
4166
  msgstr "IP-Adresse des Besuchers, falls bekannt"
4167
 
4168
- #: ../admin/wp-slimstat-admin.php:1411
4169
  msgid ""
4170
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4171
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
@@ -4178,15 +4199,15 @@ msgstr ""
4178
  "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
4179
  "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
4180
 
4181
- #: ../admin/wp-slimstat-admin.php:1412
4182
  msgid "Screen Resolution"
4183
  msgstr "Bildschirm-Aufl&ouml;sung"
4184
 
4185
- #: ../admin/wp-slimstat-admin.php:1412
4186
  msgid "viewport width and height (1024x768, 800x600, ...)"
4187
  msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
4188
 
4189
- #: ../admin/wp-slimstat-admin.php:1413
4190
  msgid ""
4191
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4192
  "visitors"
@@ -4194,11 +4215,11 @@ msgstr ""
4194
  "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
4195
  "Besucher"
4196
 
4197
- #: ../admin/wp-slimstat-admin.php:1414
4198
  msgid "Date Filters"
4199
  msgstr "Datumsfilter"
4200
 
4201
- #: ../admin/wp-slimstat-admin.php:1414
4202
  msgid ""
4203
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4204
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
@@ -4208,17 +4229,67 @@ msgstr ""
4208
  "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
4209
  "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
4210
 
4211
- #: ../admin/wp-slimstat-admin.php:1415
4212
  msgid "SERP Position"
4213
  msgstr "Suchmaschinenrang"
4214
 
4215
- #: ../admin/wp-slimstat-admin.php:1415
4216
  msgid ""
4217
  "set the filter to Referer contains cd=N&, where N is the position you are "
4218
  "looking for"
4219
  msgstr ""
4220
  "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
4221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4222
  #: ../languages/dynamic_strings.php:3
4223
  msgid "xx"
4224
  msgstr "xx"
@@ -5848,104 +5919,193 @@ msgstr "Unknown"
5848
  msgid "c-xy"
5849
  msgstr "Lokale IP-Adresse"
5850
 
5851
- #: ../wp-slimstat.php:250 ../wp-slimstat.php:535
5852
- msgid "Notice: Pageview filtered by third-party code"
5853
  msgstr ""
5854
 
5855
- #: ../wp-slimstat.php:267
5856
- #, fuzzy, php-format
5857
- msgid "Error: Malformed URL %s"
5858
- msgstr "Ignoriere Benutzer"
 
 
 
 
 
 
 
 
 
5859
 
5860
  #: ../wp-slimstat.php:291
5861
- #, fuzzy, php-format
5862
- msgid "Notice: Referrer %s is blacklisted"
5863
- msgstr "Browser-F&auml;higkeiten"
5864
 
5865
- #: ../wp-slimstat.php:367
5866
- #, fuzzy, php-format
5867
- msgid "Notice: Permalink %s is blacklisted"
5868
- msgstr "Browser-F&auml;higkeiten"
 
 
 
 
 
5869
 
5870
- #: ../wp-slimstat.php:378
5871
- msgid "Error: Empty or not supported IP address format (IPv6)"
5872
  msgstr ""
5873
 
5874
- #: ../wp-slimstat.php:387
5875
  #, php-format
5876
- msgid "Notice: Logged in user %s not tracked"
5877
  msgstr ""
5878
 
5879
- #: ../wp-slimstat.php:395
5880
  #, php-format
5881
- msgid "Notice: User with capability %s not tracked"
5882
  msgstr ""
5883
 
5884
- #: ../wp-slimstat.php:405
5885
- #, fuzzy, php-format
5886
- msgid "Notice: User %s is blacklisted"
5887
- msgstr "Browser-F&auml;higkeiten"
5888
 
5889
- #: ../wp-slimstat.php:426
5890
- #, fuzzy, php-format
5891
- msgid "Notice: Spammer %s not tracked"
5892
- msgstr "Bot oder Crawler"
5893
 
5894
- #: ../wp-slimstat.php:455
5895
- #, fuzzy, php-format
5896
- msgid "Notice: IP address %s is blacklisted"
5897
- msgstr "Browser-F&auml;higkeiten"
5898
 
5899
- #: ../wp-slimstat.php:484
5900
- #, fuzzy, php-format
5901
- msgid "Notice: Country %s is blacklisted"
5902
- msgstr "Browser-F&auml;higkeiten"
5903
 
5904
- #: ../wp-slimstat.php:493
5905
- msgid "Notice: Prefetch requests are ignored"
 
5906
  msgstr ""
5907
 
5908
- #: ../wp-slimstat.php:509
5909
- #, fuzzy
5910
- msgid "Notice: Bot not tracked"
5911
- msgstr "Bot oder Crawler"
5912
 
5913
- #: ../wp-slimstat.php:518
5914
- #, fuzzy, php-format
5915
- msgid "Notice: Browser %s is blacklisted"
5916
- msgstr "Browser-F&auml;higkeiten"
5917
 
5918
- #: ../wp-slimstat.php:553
5919
- msgid "Error:"
 
5920
  msgstr ""
5921
 
5922
- #: ../wp-slimstat.php:1012
5923
  msgid "Invalid payload string. Try clearing your WordPress cache."
5924
  msgstr ""
5925
 
5926
- #: ../wp-slimstat.php:1022
5927
  msgid "Invalid data signature. Try clearing your WordPress cache."
5928
  msgstr ""
5929
 
5930
- #: ../wp-slimstat.php:1116
5931
  #, fuzzy
5932
  msgid "There was an error downloading the MaxMind Geolite DB:"
5933
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5934
 
5935
- #: ../wp-slimstat.php:1124 ../wp-slimstat.php:1133
5936
  #, fuzzy
5937
  msgid "There was an error opening the zipped MaxMind Geolite DB."
5938
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5939
 
5940
- #: ../wp-slimstat.php:1128
5941
  msgid "Function gzopen not defined. Aborting."
5942
  msgstr ""
5943
 
5944
- #: ../wp-slimstat.php:1138
5945
  #, fuzzy
5946
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
5947
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
5948
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5949
  #, fuzzy
5950
  #~ msgid ""
5951
  #~ "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2017-02-26 15:34-0500\n"
5
+ "PO-Revision-Date: 2017-02-26 15:34-0500\n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
8
  "Language: de_DE\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
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
20
  "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
21
 
22
+ #: ../admin/config/index.php:22 ../admin/config/index.php:47
23
+ #: ../admin/config/index.php:72
24
  msgid ""
25
  "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
26
  "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
27
  msgstr ""
28
 
29
+ #: ../admin/config/index.php:37
30
  msgid "Read access: username not found"
31
  msgstr "Lesezugriff: Benutzername nicht gefunden"
32
 
33
+ #: ../admin/config/index.php:62
34
  msgid "Config access: username not found"
35
  msgstr "Konfigurationszugriff: Benutzername nicht gefunden."
36
 
37
+ #: ../admin/config/index.php:81
38
  msgid "Basic"
39
  msgstr ""
40
 
41
+ #: ../admin/config/index.php:83 ../admin/config/index.php:104
42
  #, fuzzy
43
  msgid "Tracker"
44
  msgstr "Benutzer tracken"
45
 
46
+ #: ../admin/config/index.php:84
47
  #, fuzzy
48
  msgid "Enable Tracking"
49
  msgstr "Verfolgung aktivieren"
50
 
51
+ #: ../admin/config/index.php:84
52
  msgid "Turn the tracker on or off, while keeping the reports accessible."
53
  msgstr ""
54
 
55
+ #: ../admin/config/index.php:85
56
  #, fuzzy
57
  msgid "Tracking Mode"
58
  msgstr "Tracking aktiv"
59
 
60
+ #: ../admin/config/index.php:85
61
  #, fuzzy
62
  msgid ""
63
  "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
72
  "tzt ignorieren. Ein netter Nebeneffekt: Die meisten Spammer, Suchmaschinen "
73
  "und andere Crawler werden so nicht mehr berücksichtigt."
74
 
75
+ #: ../admin/config/index.php:85
76
  msgid "Client"
77
  msgstr ""
78
 
79
+ #: ../admin/config/index.php:85
80
  #, fuzzy
81
  msgid "Server"
82
  msgstr "Serverseitig"
83
 
84
+ #: ../admin/config/index.php:86
85
  #, fuzzy
86
  msgid "Track Client Info"
87
  msgstr "Tracking aktiv"
88
 
89
+ #: ../admin/config/index.php:86
90
  msgid ""
91
  "If this option is disabled, Slimstat will not add the Javascript tracking "
92
  "code to your pages, if tracking mode is set to Server. Please note: if "
95
  "Tracking Mode is set to Client."
96
  msgstr ""
97
 
98
+ #: ../admin/config/index.php:87
99
  #, fuzzy
100
  msgid "Track Admin Pages"
101
  msgstr "Verfolgen Admin-Seiten"
102
 
103
  # correct, if admin = admin area
104
+ #: ../admin/config/index.php:87
105
  #, fuzzy
106
  msgid "Enable this option to track your users' activity within the admin."
107
  msgstr ""
108
  "Aktivieren Sie diese Option, wenn Sie die Aktivitäten Ihrer Benutzer "
109
  "innerhalb des Adminbereiches verfolgen wollen."
110
 
111
+ #: ../admin/config/index.php:89
112
  msgid "WordPress Integration"
113
  msgstr "WordPress-Integration"
114
 
115
+ #: ../admin/config/index.php:90
116
  #, fuzzy
117
  msgid "Dashboard Widgets"
118
  msgstr "&Uuml;bersicht"
119
 
120
+ #: ../admin/config/index.php:90
121
  #, fuzzy
122
  msgid ""
123
  "Enable this option if you want to add reports to your WordPress Dashboard. "
126
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
127
  "eigenen Inhalt ansehen können."
128
 
129
+ #: ../admin/config/index.php:91
130
  #, fuzzy
131
  msgid "Menu Position"
132
  msgstr "Suchmaschinenrang"
133
 
134
+ #: ../admin/config/index.php:91
135
  #, fuzzy
136
  msgid ""
137
  "Choose between a standalone admin menu for Slimstat or a drop down in the "
140
  "Das Dashboard-Men&uuml; kann um ein eigenes WP SlimStat Men&uuml; erg&auml;"
141
  "nzt werden."
142
 
143
+ #: ../admin/config/index.php:91
144
  #, fuzzy
145
  msgid "Side"
146
  msgstr "Seitenmenü"
147
 
148
+ #: ../admin/config/index.php:91
149
  msgid "Bar"
150
  msgstr ""
151
 
152
+ #: ../admin/config/index.php:92
153
  #, fuzzy
154
  msgid "Posts and Pages"
155
  msgstr "Top-Einstiegsseiten"
156
 
157
+ #: ../admin/config/index.php:92
158
  #, fuzzy
159
  msgid ""
160
  "Add a new column to the Edit Posts/Pages screens, with the number of hits "
163
  "F&uuml;gt eine Spalte in der Beitrags&uuml;bersicht ein, welche die Anzahl "
164
  "der Zugriffe pro Beitrag anzeigt."
165
 
166
+ #: ../admin/config/index.php:93
167
  #, fuzzy
168
  msgid "Report Interval"
169
  msgstr "Eindeutige interne Zugriffe"
170
 
171
+ #: ../admin/config/index.php:93
172
  msgid ""
173
  "Enter the time range, in days, that should be used to calculate the value "
174
  "here above."
175
  msgstr ""
176
 
177
+ #: ../admin/config/index.php:94
178
  #, fuzzy
179
  msgid "Report Type"
180
  msgstr "Auswertungen"
181
 
182
+ #: ../admin/config/index.php:94
183
  msgid ""
184
  "Select what kind of information you would like to see displayed on your "
185
  "Posts admin screen. Hits counts all the pageviews regardless of the user, "
186
  "(unique) IPs counts only one hit per IP in the given time range."
187
  msgstr ""
188
 
189
+ #: ../admin/config/index.php:94 ../admin/view/wp-slimstat-reports.php:1204
190
+ #: ../admin/view/wp-slimstat-reports.php:1208
191
+ #: ../admin/view/wp-slimstat-reports.php:1477
192
+ #: ../admin/view/wp-slimstat-reports.php:1536
193
+ #: ../admin/view/wp-slimstat-reports.php:1542
194
+ #: ../admin/view/wp-slimstat-reports.php:1548
195
+ #: ../admin/view/wp-slimstat-reports.php:1554
196
+ #: ../admin/view/wp-slimstat-reports.php:1560
197
+ #: ../admin/view/wp-slimstat-reports.php:1566
198
+ #: ../admin/view/wp-slimstat-reports.php:1572
199
+ #: ../admin/view/wp-slimstat-reports.php:1844
200
  msgid "Hits"
201
  msgstr "Zugriffe"
202
 
203
+ #: ../admin/config/index.php:94
204
  #, fuzzy
205
  msgid "IPs"
206
  msgstr "IP"
207
 
208
+ #: ../admin/config/index.php:95
209
  #, fuzzy
210
  msgid "Hide Add-ons"
211
  msgstr "Add-Ons"
212
 
213
+ #: ../admin/config/index.php:95
214
  msgid ""
215
  "Enable this option to hide all your <strong>active</strong> premium add-ons "
216
  "from the list of plugins in WordPress. Please note that you will still "
217
  "receive updates for hidden add-ons."
218
  msgstr ""
219
 
220
+ #: ../admin/config/index.php:97
221
  msgid "Database"
222
  msgstr "Datenbank"
223
 
224
+ #: ../admin/config/index.php:98
225
  msgid "Retain data for"
226
  msgstr ""
227
 
228
+ #: ../admin/config/index.php:98
229
  msgid ""
230
  "Clean-up log entries older than the number of days specified here above. "
231
  "Enter <strong>0</strong> (number zero) if you want to preserve your data "
232
  "regardless of its age."
233
  msgstr ""
234
 
235
+ #: ../admin/config/index.php:98
236
  msgid "Next clean-up on"
237
  msgstr "N&auml;chste Bereinigung "
238
 
239
+ #: ../admin/config/index.php:98
240
  #, fuzzy, php-format
241
  msgid ""
242
  "Entries logged on or before %s will be archived or deleted according to the "
245
  "Eintr&auml;ge, die vor dem %s erfasst wurden werden unwiderruflich gel&ouml;"
246
  "scht."
247
 
248
+ #: ../admin/config/index.php:98 ../admin/view/index.php:106
249
  #: ../admin/view/wp-slimstat-db.php:98
250
+ #: ../admin/view/wp-slimstat-reports.php:1421
251
  msgid "days"
252
  msgstr "Tage"
253
 
254
+ #: ../admin/config/index.php:99
255
  #, fuzzy
256
  msgid "Archive records"
257
  msgstr "Datensätze"
258
 
259
+ #: ../admin/config/index.php:99
260
  msgid ""
261
  "If DB space is not an issue, you can decide to archive older records in "
262
  "another table, instead of deleting them. This way performance is preserved, "
266
  "is uninstalled. Make sure to backup your data before you proceed."
267
  msgstr ""
268
 
269
+ #: ../admin/config/index.php:106
270
  #, fuzzy
271
  msgid "Link Tracking"
272
  msgstr "Tracking aktiv"
273
 
274
+ #: ../admin/config/index.php:107
275
  #, fuzzy
276
  msgid "Track Outbound Clicks"
277
  msgstr "Letzte ausgehende Links"
278
 
279
+ #: ../admin/config/index.php:107
280
  msgid ""
281
  "Track when your visitors click on link to external websites. This option "
282
  "required Spy Mode to be enabled."
283
  msgstr ""
284
 
285
+ #: ../admin/config/index.php:108
286
  #, fuzzy
287
  msgid "Track Internal Clicks"
288
  msgstr "Top interne Suchbegriffe"
289
 
290
+ #: ../admin/config/index.php:108
291
  msgid ""
292
  "Collect mouse coordinates and other information for clicks on internal "
293
  "links. Recommended if you're using our heatmap add-on. By default, this "
294
  "information is only collected for external links."
295
  msgstr ""
296
 
297
+ #: ../admin/config/index.php:109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
298
  msgid "No Callback"
299
  msgstr ""
300
 
301
+ #: ../admin/config/index.php:109
302
  msgid ""
303
  "Track the event but do not invoke the callback function on links marked with "
304
  "one of these class names, <em>rel</em> attribute or whose <em>href</em> "
306
  "lightbox and similar libraries."
307
  msgstr ""
308
 
309
+ #: ../admin/config/index.php:110
310
  msgid "Do Not Track"
311
  msgstr ""
312
 
313
+ #: ../admin/config/index.php:110
314
  msgid ""
315
+ "Slimstat will ignore links marked with one of these class names, <em>rel</"
316
  "em> attributes or whose <em>href</em> attribute contains one of these "
317
+ "strings. Please keep in mind that the class <code>noslimstat</code> is also "
318
+ "used to avoid tracking interactive links throughout the reports. If you "
319
+ "remove it from this list, some features might not work as expected."
320
+ msgstr ""
321
+
322
+ #: ../admin/config/index.php:111
323
+ msgid "Same-Domain Referrers"
324
  msgstr ""
325
 
326
+ #: ../admin/config/index.php:111
327
+ msgid ""
328
+ "By default, when the domain of the referrer for a given page view is the "
329
+ "same as the current site, that information is not tracked to save space in "
330
+ "the database. However, if you are running a multisite network with "
331
+ "subfolders, you might need to track same-domain referrers from one site to "
332
+ "another, as they are technically \"separate\" websites."
333
+ msgstr ""
334
+
335
+ #: ../admin/config/index.php:113
336
  #, fuzzy
337
  msgid "Advanced Options"
338
  msgstr "Erweiterte Filter"
339
 
340
+ #: ../admin/config/index.php:114
341
+ #, fuzzy
342
+ msgid "Track Registered Users"
343
+ msgstr "Benutzer tracken"
344
+
345
+ #: ../admin/config/index.php:114
346
+ #, fuzzy
347
+ msgid "Enable this option to track logged in users."
348
+ msgstr "Ja falls eingeloggte Benutzer getrackt werden sollen."
349
+
350
+ #: ../admin/config/index.php:115
351
  msgid "Session Duration"
352
  msgstr "Besuchsdauer"
353
 
354
+ #: ../admin/config/index.php:115
355
  #, fuzzy
356
  msgid ""
357
  "How many seconds should a human session last? Google Analytics sets it to "
360
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
361
  "wird hier 1.800 Sekunden vorgeschlagen."
362
 
363
+ #: ../admin/config/index.php:115 ../admin/config/index.php:178
364
  msgid "seconds"
365
  msgstr "Sekunden"
366
 
367
+ #: ../admin/config/index.php:116
368
  msgid "Extend Session"
369
  msgstr "Sitzung erweitern"
370
 
371
+ #: ../admin/config/index.php:116
372
  #, fuzzy
373
  msgid "Extend the duration of a session each time the user visits a new page."
374
  msgstr ""
375
  "Verlängert die Dauer einer Sitzung jedes Mal um die hier eingegebene Zahl an "
376
  "Sekunden, wenn ein Benutzer eine neue Seite aufruft."
377
 
378
+ #: ../admin/config/index.php:117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  msgid "Enable CDN"
380
  msgstr "CDN aktivieren"
381
 
382
+ #: ../admin/config/index.php:117
383
  msgid ""
384
  "Use <a href='http://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
385
  "by serving our tracking code from their fast and reliable network (free "
386
  "service)."
387
  msgstr ""
388
 
389
+ #: ../admin/config/index.php:118
390
  msgid "Extensions to Track"
391
  msgstr "Zu verfolgende Erweiterungen"
392
 
393
+ #: ../admin/config/index.php:118
394
  #, fuzzy
395
  msgid ""
396
  "List all the file extensions that you want to be treated as Downloads. "
405
  "nicht als 'Ausgehende Links' gewertet werden, wenn der Typ in der folgenden "
406
  "Liste enthalten ist."
407
 
408
+ #: ../admin/config/index.php:120
409
  #, fuzzy
410
  msgid "External Pages"
411
  msgstr "Gesamte Seitenaufrufe"
412
 
413
+ #: ../admin/config/index.php:121
414
  msgid ""
415
  "Add the following code to all the non-WP pages you want to track, right "
416
  "before the closing BODY tag. Please make sure to change the protocol of all "
417
  "the URLs to HTTPS, if you external site is served over a secure channel."
418
  msgstr ""
419
 
420
+ #: ../admin/config/index.php:131
421
  #, fuzzy
422
  msgid "Allow Domains"
423
  msgstr "Gesamte Seitenaufrufe"
424
 
425
+ #: ../admin/config/index.php:131
426
  msgid ""
427
  "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
428
  "header is present on the requested resource, when using the external "
433
  "implications of allowing CORS requests."
434
  msgstr ""
435
 
436
+ #: ../admin/config/index.php:136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
437
  msgid "Filters"
438
  msgstr "Filter"
439
 
440
+ #: ../admin/config/index.php:138
441
  #, fuzzy
442
  msgid "Do not track settings"
443
  msgstr "Bot oder Crawler"
444
 
445
+ #: ../admin/config/index.php:139
 
 
 
 
 
 
 
 
 
 
446
  #, fuzzy
447
  msgid "Blacklist by Username"
448
  msgstr "IP-Adresse"
449
 
450
+ #: ../admin/config/index.php:139
451
  #, fuzzy
452
  msgid ""
453
  "List all the usernames you don't want to track. Please be aware that spaces "
465
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
466
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
467
 
468
+ #: ../admin/config/index.php:140
469
  #, fuzzy
470
  msgid "Blacklist by IP Address"
471
  msgstr "IP-Adresse"
472
 
473
+ #: ../admin/config/index.php:140
474
  #, fuzzy
475
  msgid ""
476
  "List all the IP addresses you don't want to track. Each network "
485
  "(z.B. <em>192.168.0.0/24</em>) definiert werden. Bei inkorrektem Format kann "
486
  "WP SlimStat evtl. nicht die Pageviews korrekt tracken."
487
 
488
+ #: ../admin/config/index.php:141
489
  #, fuzzy
490
  msgid "Blacklist by Capability"
491
  msgstr "Benutzer nach Browserf&auml;higkeiten"
492
 
493
+ #: ../admin/config/index.php:141
494
  #, fuzzy
495
  msgid ""
496
  "Users having at least one of the <a href='http://codex.wordpress.org/"
501
  "wordpress.org/Roles_and_Capabilities' target='_new'>CAPABILITIES</a> haben, "
502
  "werden nicht verfolgt. Bitte Groß-/Kleinschreibung beachten."
503
 
504
+ #: ../admin/config/index.php:143
505
  msgid "Profiling"
506
  msgstr ""
507
 
508
+ #: ../admin/config/index.php:144
509
  msgid "Ignore Spammers"
510
  msgstr "Spammer ignorieren"
511
 
512
+ #: ../admin/config/index.php:144
513
  #, fuzzy
514
  msgid ""
515
  "Enable this option if you don't want to track visits from users identified "
522
  "Kommentare später von Ihnen als Spam markiert werden, werden ebenso aus der "
523
  "Datenbank entfernt."
524
 
525
+ #: ../admin/config/index.php:145
526
  #, fuzzy
527
  msgid "Ignore Bots"
528
  msgstr "Ignoriere Benutzer"
529
 
530
+ #: ../admin/config/index.php:145
531
  msgid ""
532
  "Turn on this feature if you want to have the accuracy level of server-side "
533
  "tracking, but not the inconvenience of getting your database clogged with "
535
  "note that in Client mode, bots are ignored regardless of this setting."
536
  msgstr ""
537
 
538
+ #: ../admin/config/index.php:146
539
  msgid "Permalinks"
540
  msgstr "Permalinks"
541
 
542
+ #: ../admin/config/index.php:146
543
  #, fuzzy
544
  msgid ""
545
  "List all the URLs on your website that you don't want to track. Don't "
557
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
558
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
559
 
560
+ #: ../admin/config/index.php:147
561
  msgid "Countries"
562
  msgstr "L&auml;nder"
563
 
564
+ #: ../admin/config/index.php:147
565
  #, fuzzy
566
  msgid ""
567
  "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
570
  "Liste der L&auml;dercodes (z.B.: <code>en-us, de, it, es</code>), die nicht "
571
  "mit erfasst werden sollen, getrennt durch Kommata."
572
 
573
+ #: ../admin/config/index.php:148
574
  msgid "User Agents"
575
  msgstr "User Agents"
576
 
577
+ #: ../admin/config/index.php:148
578
  #, fuzzy
579
  msgid ""
580
  "Browsers (user agents) you don't want to track. You can specify the "
592
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
593
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
594
 
595
+ #: ../admin/config/index.php:149
596
  msgid "Referring Sites"
597
  msgstr "Verweisende Webseiten"
598
 
599
+ #: ../admin/config/index.php:149
600
  #, fuzzy
601
  msgid ""
602
  "Referring URLs that you don't want to track: <code>http://mysite.com*</"
613
  "code> erfasst /aboundant und /about, <code>/abo!t</code> erfasst /about und /"
614
  "abort. Gro&szlig;-/ Kleinschreibung wird dabei nicht beachtet."
615
 
616
+ #: ../admin/config/index.php:151 ../admin/config/index.php:181
617
+ msgid "Miscellaneous"
618
+ msgstr "Diverse"
619
+
620
+ #: ../admin/config/index.php:152
621
  msgid "Enable Privacy Mode"
622
  msgstr ""
623
 
624
+ #: ../admin/config/index.php:152
625
  #, fuzzy
626
  msgid "Mask your visitors' IP addresses to comply with European Privacy Laws."
627
  msgstr ""
628
  "Diese Option maskiert das letzte Byte der IP-Adressen Ihrere Besucher um die "
629
  "Europ&auml;ischen Datenschutzgesetze zur erf&uuml;llen."
630
 
631
+ #: ../admin/config/index.php:153
632
  msgid "Ignore Prefetch Requests"
633
  msgstr ""
634
 
635
+ #: ../admin/config/index.php:153
636
  #, fuzzy
637
  msgid ""
638
  "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
642
  "Verhindert, dass WP SlimStat Pageviews trackt, die durch die <a "
643
  "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' target='_blank'>"
644
 
645
+ #: ../admin/config/index.php:158 ../admin/config/index.php:192
646
  msgid "Reports"
647
  msgstr "Auswertungen"
648
 
649
+ #: ../admin/config/index.php:160
650
  msgid "Formats and Conversions"
651
  msgstr ""
652
 
653
+ #: ../admin/config/index.php:161
654
  msgid "Number Format"
655
  msgstr "Zahlenformat"
656
 
657
+ #: ../admin/config/index.php:161
658
  #, fuzzy
659
  msgid "Choose the number format you want to use for your reports."
660
  msgstr "Das zu verwendente Zahlenformat ausw&auml;hlen (metrisch o. imperial)."
661
 
662
+ #: ../admin/config/index.php:162
663
  msgid "Date Format"
664
  msgstr "Datum"
665
 
666
+ #: ../admin/config/index.php:162
667
  msgid ""
668
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
669
  "Format</a> to use when displaying a pageview's date."
670
  msgstr ""
671
 
672
+ #: ../admin/config/index.php:163
673
  #, fuzzy
674
  msgid "Time Format"
675
  msgstr "Zahlenformat"
676
 
677
+ #: ../admin/config/index.php:163
678
  msgid ""
679
  "<a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP "
680
  "Format</a> to use when displaying a pageview's time."
681
  msgstr ""
682
 
683
+ #: ../admin/config/index.php:164
684
  #, fuzzy
685
  msgid "Use Display Name"
686
  msgstr "Spitznamen anzeigen"
687
 
688
+ #: ../admin/config/index.php:164
689
  #, fuzzy
690
  msgid ""
691
  "By default, users are listed by their usernames. Use this option to "
694
  "Standardmäßig werden die Benutzernamen aufgelistet. Benutzen Sie diese "
695
  "Option, um dafür stattdessen die Spitznamen anzeigen zu lassen,"
696
 
697
+ #: ../admin/config/index.php:165
698
  #, fuzzy
699
  msgid "Use Titles"
700
  msgstr "Titel anzeigen"
701
 
702
+ #: ../admin/config/index.php:165
703
  msgid ""
704
  "Slimstat converts your permalinks into post, page and category titles. "
705
  "Disable this feature if you need to see the URL in your reports."
706
  msgstr ""
707
 
708
+ #: ../admin/config/index.php:166
709
  msgid "Convert IP Addresses"
710
  msgstr "IP-Adressen umwandeln"
711
 
712
+ #: ../admin/config/index.php:166
713
  msgid "Display provider names instead of IP addresses."
714
  msgstr ""
715
 
716
+ #: ../admin/config/index.php:168
717
  msgid "Functionality"
718
  msgstr "Funktionalität"
719
 
720
+ #: ../admin/config/index.php:169
721
  msgid "Async Mode"
722
  msgstr ""
723
 
724
+ #: ../admin/config/index.php:169
725
  msgid ""
726
  "Activate this feature if your reports take a while to load. It breaks down "
727
  "the load on your server into multiple requests, thus avoiding memory issues "
728
  "and performance problems."
729
  msgstr ""
730
 
731
+ #: ../admin/config/index.php:170
 
 
 
 
 
 
 
 
 
 
732
  msgid "Expand Details"
733
  msgstr "Details anzeigen"
734
 
735
+ #: ../admin/config/index.php:170
736
  #, fuzzy
737
  msgid "Expand each row's details by default, insted of on mousehover."
738
  msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
739
 
740
+ #: ../admin/config/index.php:171 ../admin/config/index.php:179
741
  #, fuzzy
742
  msgid "Rows to Display"
743
  msgstr "keine Daten vorhanden"
744
 
745
+ #: ../admin/config/index.php:171
746
  msgid "Specify the number of items in each report."
747
  msgstr ""
748
 
749
+ #: ../admin/config/index.php:172 ../admin/view/wp-slimstat-db.php:121
750
  #, fuzzy
751
  msgid "Max Results"
752
  msgstr "Max. Anzahl Ergebnisse"
753
 
754
+ #: ../admin/config/index.php:172
755
  msgid ""
756
  "Decide how many records should be retrieved from the database in total. "
757
  "Depending on your server configuration, you may want to fine tune this value "
758
  "to avoid exceeding your PHP memory limit."
759
  msgstr ""
760
 
761
+ #: ../admin/config/index.php:173
762
  msgid "IP Lookup"
763
  msgstr "IP Suche"
764
 
765
+ #: ../admin/config/index.php:173
766
+ msgid ""
767
+ "Customize the Geolocation service to be used in the reports. Default: "
768
+ "<code>http://www.infosniper.net/?ip_address=</code>"
769
  msgstr ""
770
 
771
+ #: ../admin/config/index.php:174
772
  msgid "Mozscape Access ID"
773
  msgstr ""
774
 
775
+ #: ../admin/config/index.php:174
776
  msgid ""
777
  "Get accurate rankings for your website through the free <a href=\"https://"
778
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
780
  "started. Then enter your personal identification code here."
781
  msgstr ""
782
 
783
+ #: ../admin/config/index.php:175
784
  msgid "Mozscape Secret Key"
785
  msgstr ""
786
 
787
+ #: ../admin/config/index.php:175
788
  msgid ""
789
  "Do not share your secret key with anyone or they will be able to make API "
790
  "requests on your account!"
791
  msgstr ""
792
 
793
+ #: ../admin/config/index.php:177 ../admin/wp-slimstat-admin.php:33
794
+ msgid "Access Log"
795
  msgstr ""
796
 
797
+ #: ../admin/config/index.php:178
798
+ msgid "Auto Refresh"
799
+ msgstr ""
800
 
801
+ #: ../admin/config/index.php:178
 
802
  msgid ""
803
+ "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
804
+ "<strong>0</strong> (number zero) to deactivate this feature."
805
  msgstr ""
 
 
806
 
807
+ #: ../admin/config/index.php:179
808
+ msgid "Specify the number of items in the Access Log."
809
  msgstr ""
810
 
811
+ #: ../admin/config/index.php:182
812
  msgid "Custom CSS"
813
  msgstr "Benutzerdefinierte CSS"
814
 
815
+ #: ../admin/config/index.php:182
816
  msgid ""
817
  "Paste here your custom stylesheet to personalize the way your reports look. "
818
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
821
  "a> for more information on how to use this setting."
822
  msgstr ""
823
 
824
+ #: ../admin/config/index.php:183
825
  #, fuzzy
826
  msgid "Chart Colors"
827
  msgstr "Diagramm-Einstellungen"
828
 
829
+ #: ../admin/config/index.php:183
830
  msgid ""
831
  "Customize the look and feel of your charts by assigning personalized colors "
832
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
834
  "example: <code>#ccc, #999, #bbcc44, #21759b</code>."
835
  msgstr ""
836
 
837
+ #: ../admin/config/index.php:184
838
  #, fuzzy
839
  msgid "Show User Agent"
840
  msgstr "Top Browser"
841
 
842
+ #: ../admin/config/index.php:184
843
  #, fuzzy
844
  msgid ""
845
  "Choose if you want to see the browser name or a complete user agent string "
848
  "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
849
  "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
850
 
851
+ #: ../admin/config/index.php:185
852
  msgid "Enable SOV"
853
  msgstr "SOV aktivieren"
854
 
855
+ #: ../admin/config/index.php:185
856
  msgid ""
857
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
858
  "the subject, object, and verb of a sentence appear in that order, like in "
859
  "Japanese."
860
  msgstr ""
861
 
862
+ #: ../admin/config/index.php:190
863
  msgid "Access Control"
864
  msgstr ""
865
 
866
+ #: ../admin/config/index.php:193
867
  msgid "Restrict Authors"
868
  msgstr "Autoren einschränken"
869
 
870
+ #: ../admin/config/index.php:193
871
  #, fuzzy
872
  msgid ""
873
  "Enable this option if you want your authors to only see stats related to "
876
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
877
  "eigenen Inhalt ansehen können."
878
 
879
+ #: ../admin/config/index.php:194 ../admin/config/index.php:198
880
  #, fuzzy
881
  msgid "Capability"
882
  msgstr "Benutzer nach Browserf&auml;higkeiten"
883
 
884
+ #: ../admin/config/index.php:194
885
  #, fuzzy
886
  msgid ""
887
  "Specify the minimum <a href='http://codex.wordpress.org/"
898
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
899
  "welche Vorrang über die CAPABILITY hat."
900
 
901
+ #: ../admin/config/index.php:195 ../admin/config/index.php:199
902
  msgid "Whitelist"
903
  msgstr "Whitelist"
904
 
905
+ #: ../admin/config/index.php:195
906
  #, fuzzy
907
  msgid ""
908
  "List all the users who should have access to the reports. Administrators are "
914
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
915
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
916
 
917
+ #: ../admin/config/index.php:197 ../admin/config/index.php:222
918
+ #: ../admin/wp-slimstat-admin.php:871 ../admin/wp-slimstat-admin.php:889
919
+ #: ../admin/wp-slimstat-admin.php:892
920
  msgid "Settings"
921
  msgstr "Einstellungen"
922
 
923
+ #: ../admin/config/index.php:198
924
  #, fuzzy
925
  msgid ""
926
  "Specify the minimum <a href='http://codex.wordpress.org/"
935
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
936
  "welche Vorrang über die CAPABILITY hat."
937
 
938
+ #: ../admin/config/index.php:199
939
  #, fuzzy
940
  msgid ""
941
  "List all the users who can edit these options. Please be advised that admins "
949
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
950
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
951
 
952
+ #: ../admin/config/index.php:204
953
  msgid "Maintenance"
954
  msgstr "Wartung"
955
 
956
+ #: ../admin/config/index.php:209 ../admin/view/addons.php:35
957
+ #: ../admin/wp-slimstat-admin.php:75
958
  msgid "Add-ons"
959
  msgstr "Add-Ons"
960
 
961
+ #: ../admin/config/index.php:223 ../admin/view/index.php:6
962
+ msgid ""
963
+ "<strong>AdBlock browser extension detected</strong> - If you see this "
964
+ "notice, it means that your browser is not loading our stylesheet and/or "
965
+ "Javascript files correctly. This could be caused by an overzealous ad "
966
+ "blocker feature enabled in your browser (AdBlock Plus and friends). <a href="
967
+ "\"https://slimstat.freshdesk.com/support/solutions/articles/12000000414-the-"
968
+ "reports-are-not-being-rendered-correctly-or-buttons-do-not-work\" target="
969
+ "\"_blank\">Please make sure to add an exception</a> to your configuration "
970
+ "and allow the browser to load these assets."
971
+ msgstr ""
972
+
973
  #: ../admin/config/maintenance.php:16
974
  #, fuzzy
975
  msgid ""
996
  msgid "The geolocation database has been installed on your server."
997
  msgstr ""
998
 
999
+ #: ../admin/config/maintenance.php:66
1000
+ msgid "The Browscap data file has been uninstalled from your server."
1001
+ msgstr ""
1002
+
1003
+ #: ../admin/config/maintenance.php:69
1004
+ msgid ""
1005
+ "There was an error deleting the Browscap data folder on your server. Please "
1006
+ "check your permissions."
1007
+ msgstr ""
1008
+
1009
+ #: ../admin/config/maintenance.php:90
1010
+ msgid "Your new Slimstat settings have been imported and installed."
1011
+ msgstr ""
1012
+
1013
+ #: ../admin/config/maintenance.php:93
1014
+ msgid ""
1015
+ "There was an error decoding your settings string. Please verify that it is a "
1016
+ "valid serialized string."
1017
+ msgstr ""
1018
+
1019
+ #: ../admin/config/maintenance.php:111
1020
  msgid "Your reports were successfully restored to their default arrangement."
1021
  msgstr ""
1022
 
1023
+ #: ../admin/config/maintenance.php:121
1024
  #, fuzzy
1025
  msgid "Your Slimstat tables have been successfully converted to InnoDB."
1026
  msgstr ""
1027
  "Ihre WP SlimStat Datenbank wurden erfolgreich ins InnoDB-Format konvertiert."
1028
 
1029
+ #: ../admin/config/maintenance.php:127
1030
  #, fuzzy
1031
  msgid "All the archived records were successfully deleted."
1032
  msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1033
 
1034
+ #: ../admin/config/maintenance.php:135
1035
  msgid "All the records were successfully deleted."
1036
  msgstr "Alle Aufzeichnungen wurden erfolgreich gelöscht."
1037
 
1038
+ #: ../admin/config/maintenance.php:161
1039
  msgid "Troubleshooting"
1040
  msgstr ""
1041
 
1042
+ #: ../admin/config/maintenance.php:164
1043
+ msgid "Tracker Error"
1044
+ msgstr ""
 
1045
 
1046
+ #: ../admin/config/maintenance.php:166
1047
+ msgid "Reset this error"
1048
+ msgstr ""
 
1049
 
1050
+ #: ../admin/config/maintenance.php:166 ../admin/config/maintenance.php:173
1051
  msgid "So far so good."
1052
  msgstr ""
1053
 
1054
+ #: ../admin/config/maintenance.php:167
1055
  msgid ""
1056
  "The information here above is useful to troubleshoot issues with the "
1057
+ "tracker. <strong>Errors</strong> are returned when the tracker could not "
1058
+ "record a page view for some reason, and are indicative of some kind of "
1059
+ "malfunction. Please include the message here above when sending a support "
1060
+ "request."
1061
+ msgstr ""
1062
+
1063
+ #: ../admin/config/maintenance.php:171
1064
+ msgid "Tracker Notice"
1065
+ msgstr ""
1066
+
1067
+ #: ../admin/config/maintenance.php:173
1068
+ msgid "Reset this notice"
1069
+ msgstr ""
1070
+
1071
+ #: ../admin/config/maintenance.php:174
1072
+ msgid ""
1073
+ "The message here above will indicate if a page view was not recorded because "
1074
+ "it matched at least one of the conditions you configured in your settings "
1075
+ "(filters, blackslists, etc)."
1076
  msgstr ""
1077
 
1078
+ #: ../admin/config/maintenance.php:180
1079
  #, fuzzy
1080
  msgid "Enable SQL Debug"
1081
  msgstr "SOV aktivieren"
1082
 
1083
+ #: ../admin/config/maintenance.php:183
1084
  msgid ""
1085
  "Display the SQL code used to retrieve the data from the database. Useful to "
1086
  "troubleshoot issues with data consistency or missing pageviews."
1087
  msgstr ""
1088
 
1089
+ #: ../admin/config/maintenance.php:187
1090
  msgid "Disable SQL Debug"
1091
  msgstr ""
1092
 
1093
+ #: ../admin/config/maintenance.php:190
1094
  msgid "Deactivate the SQL output on top of each report."
1095
  msgstr ""
1096
 
1097
+ #: ../admin/config/maintenance.php:195
1098
  #, fuzzy
1099
  msgid ""
1100
  "Are you sure you want to restore the default arrangement of your reports?"
1101
  msgstr "Datenbanktabellen wirklich zurücksetzen?"
1102
 
1103
+ #: ../admin/config/maintenance.php:195
1104
  msgid "No Panic Button"
1105
  msgstr ""
1106
 
1107
+ #: ../admin/config/maintenance.php:197
1108
  msgid ""
1109
  "Reset the default arrangement of your reports. Helpful when, for some "
1110
  "reason, reports disappear from your panels or something doesn't look right "
1111
  "in your views."
1112
  msgstr ""
1113
 
1114
+ #: ../admin/config/maintenance.php:201
1115
  msgid "Data Maintenance"
1116
  msgstr "Datenwartung"
1117
 
1118
+ #: ../admin/config/maintenance.php:204
1119
  #, fuzzy
1120
  msgid "Delete pageviews where"
1121
  msgstr "Lösche Seitenaufrufe, wo"
1122
 
1123
+ #: ../admin/config/maintenance.php:218 ../admin/view/wp-slimstat-db.php:71
1124
  msgid "equals"
1125
  msgstr "entspricht"
1126
 
1127
+ #: ../admin/config/maintenance.php:219 ../admin/view/wp-slimstat-db.php:72
1128
  msgid "is not equal to"
1129
  msgstr "ist ungleich zu"
1130
 
1131
+ #: ../admin/config/maintenance.php:220 ../admin/view/wp-slimstat-db.php:73
1132
  msgid "contains"
1133
  msgstr "enth&auml;lt"
1134
 
1135
+ #: ../admin/config/maintenance.php:221 ../admin/view/wp-slimstat-db.php:74
1136
  msgid "is included in"
1137
  msgstr ""
1138
 
1139
+ #: ../admin/config/maintenance.php:222 ../admin/view/wp-slimstat-db.php:75
1140
  msgid "does not contain"
1141
  msgstr "enth&auml;lt nicht"
1142
 
1143
+ #: ../admin/config/maintenance.php:223 ../admin/view/wp-slimstat-db.php:76
1144
  msgid "starts with"
1145
  msgstr "beginnt mit"
1146
 
1147
+ #: ../admin/config/maintenance.php:224 ../admin/view/wp-slimstat-db.php:77
1148
  msgid "ends with"
1149
  msgstr "endet mit"
1150
 
1151
+ #: ../admin/config/maintenance.php:225 ../admin/view/wp-slimstat-db.php:78
1152
  msgid "sounds like"
1153
  msgstr "&auml;hnelt"
1154
 
1155
+ #: ../admin/config/maintenance.php:226 ../admin/view/wp-slimstat-db.php:79
1156
  msgid "is greater than"
1157
  msgstr "ist gr&ouml;sser als"
1158
 
1159
+ #: ../admin/config/maintenance.php:227 ../admin/view/wp-slimstat-db.php:80
1160
  msgid "is less than"
1161
  msgstr "ist kleiner als"
1162
 
1163
+ #: ../admin/config/maintenance.php:228 ../admin/view/wp-slimstat-db.php:82
1164
  msgid "matches"
1165
  msgstr "entspricht"
1166
 
1167
+ #: ../admin/config/maintenance.php:229 ../admin/view/wp-slimstat-db.php:83
1168
  msgid "does not match"
1169
  msgstr "entspricht nicht"
1170
 
1171
+ #: ../admin/config/maintenance.php:230 ../admin/view/wp-slimstat-db.php:84
1172
  msgid "is empty"
1173
  msgstr "ist leer"
1174
 
1175
+ #: ../admin/config/maintenance.php:231 ../admin/view/wp-slimstat-db.php:85
1176
  msgid "is not empty"
1177
  msgstr "ist nicht leer"
1178
 
1179
+ #: ../admin/config/maintenance.php:234 ../admin/view/index.php:31
1180
+ #: ../admin/view/index.php:114
1181
  msgid "Apply"
1182
  msgstr "Anwenden"
1183
 
1184
+ #: ../admin/config/maintenance.php:235
1185
  #, fuzzy
1186
  msgid ""
1187
  "Are you sure you want to PERMANENTLY delete these records from your database?"
1189
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1190
  "Datenbank löschen möchten?"
1191
 
1192
+ #: ../admin/config/maintenance.php:242
1193
  #, fuzzy
1194
  msgid ""
1195
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1198
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1199
  "Datenbank löschen möchten?"
1200
 
1201
+ #: ../admin/config/maintenance.php:242
1202
  #, fuzzy
1203
  msgid "Delete All Records"
1204
  msgstr "Alle Seitenaufrufe löschen"
1205
 
1206
+ #: ../admin/config/maintenance.php:245
1207
  msgid ""
1208
  "Erase all the information collected so far by Slimstat, but not the archived "
1209
  "records (<code>wp_slim_stats_archive</code>). This operation <strong>does "
1211
  "your records from the archive table."
1212
  msgstr ""
1213
 
1214
+ #: ../admin/config/maintenance.php:251
1215
  #, fuzzy
1216
  msgid ""
1217
  "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1220
  "Sind Sie wirklich sicher, dass Sie diese Datensätze UNWIDERRUFLICH aus Ihrer "
1221
  "Datenbank löschen möchten?"
1222
 
1223
+ #: ../admin/config/maintenance.php:251
1224
  #, fuzzy
1225
  msgid "Delete Archive"
1226
  msgstr "Lösche Seitenaufrufe, wo"
1227
 
1228
+ #: ../admin/config/maintenance.php:254
1229
  msgid "Erase all the archived records. This operation cannot be undone."
1230
  msgstr ""
1231
 
1232
+ #: ../admin/config/maintenance.php:260
1233
  msgid "Improve Performance"
1234
  msgstr "Leistung erhöhen"
1235
 
1236
+ #: ../admin/config/maintenance.php:264
1237
  #, fuzzy
1238
  msgid ""
1239
  "Please note that you will need about 30% more DB space to store the extra "
1243
  "verbessern. Die Datenbank benötigt dafür ca. 30% mehr Speicherplatz, damit "
1244
  "die notwendigen zusätzlichne Informationen gespeichert werden können."
1245
 
1246
+ #: ../admin/config/maintenance.php:268
1247
  msgid "Save DB Space"
1248
  msgstr "Datenbank-Speicherplatz sparen"
1249
 
1250
+ #: ../admin/config/maintenance.php:271
1251
  msgid ""
1252
  "Please note that by removing table indexes, Slimstat's performance will be "
1253
  "affected."
1254
  msgstr ""
1255
 
1256
+ #: ../admin/config/maintenance.php:276
1257
+ msgid "External Data Files"
1258
  msgstr ""
1259
 
1260
+ #: ../admin/config/maintenance.php:282
1261
  msgid ""
1262
  "Do you want to download and install the geolocation database from MaxMind's "
1263
  "server?"
1264
  msgstr ""
1265
 
1266
+ #: ../admin/config/maintenance.php:282
1267
  msgid "Install GeoLite DB"
1268
  msgstr ""
1269
 
1270
+ #: ../admin/config/maintenance.php:285
1271
  msgid "Do you want to uninstall the geolocation database?"
1272
  msgstr ""
1273
 
1274
+ #: ../admin/config/maintenance.php:285
1275
  msgid "Uninstall GeoLite DB"
1276
  msgstr ""
1277
 
1278
+ #: ../admin/config/maintenance.php:289
1279
  msgid ""
1280
  "The <a href='http://dev.maxmind.com/geoip/legacy/geolite/' "
1281
+ "target='_blank'>MaxMind GeoLite library</a>, which Slimstat uses to "
1282
+ "geolocate visitors, is released under the Creative Commons BY-SA 3.0 "
1283
+ "license, and cannot be directly bundled with the plugin because of license "
1284
+ "incompatibility issues. We are mandated to have the user take an affirmative "
1285
+ "action in order to enable this functionality."
1286
  msgstr ""
1287
 
1288
+ #: ../admin/config/maintenance.php:296
1289
+ msgid ""
1290
+ "Do you want to download and install the Browscap data file from our server?"
1291
+ msgstr ""
1292
+
1293
+ #: ../admin/config/maintenance.php:296
1294
+ msgid "Install Browscap"
1295
+ msgstr ""
1296
+
1297
+ #: ../admin/config/maintenance.php:299
1298
+ msgid "Do you want to uninstall the Browscap data file?"
1299
+ msgstr ""
1300
+
1301
+ #: ../admin/config/maintenance.php:299
1302
+ msgid "Uninstall Browscap"
1303
+ msgstr ""
1304
+
1305
+ #: ../admin/config/maintenance.php:303
1306
+ msgid ""
1307
+ "We are contributing to the <a href='http://browscap.org/' "
1308
+ "target='_blank'>Browscap Capabilities Project</a>, which we use to decode "
1309
+ "your visitors' user agent string into browser name and operating system. We "
1310
+ "use an optimized version of their data structure, for improved performance. "
1311
+ "After you enable this feature, Slimstat will use this data file instead of "
1312
+ "the built-in heuristic function, to accurately determine your visitors' "
1313
+ "browser information. It will also automatically check for updates and "
1314
+ "download the latest version for you. Please feel free to <a href='http://s3."
1315
+ "amazonaws.com/browscap/terms-conditions.html' target='_blank'>review our "
1316
+ "terms and conditions</a>, and do not hesitate to <a href='http://support.wp-"
1317
+ "slimstat.com' target='_blank'>contact our support team</a> if you have any "
1318
+ "questions."
1319
+ msgstr ""
1320
+
1321
+ #: ../admin/config/maintenance.php:307
1322
  msgid "Configuration String"
1323
  msgstr ""
1324
 
1325
+ #: ../admin/config/maintenance.php:311
1326
  msgid ""
1327
  "Here below you can find the current configuration string for Slimstat. You "
1328
  "can update your settings by pasting a new string inside the text area and "
1329
  "clicking the Import button."
1330
  msgstr ""
1331
 
1332
+ #: ../admin/config/maintenance.php:316
1333
  msgid "Import"
1334
  msgstr "Import"
1335
 
1336
+ #: ../admin/config/maintenance.php:317
1337
  msgid "Are you sure you want to OVERWRITE your current settings?"
1338
  msgstr "Derzeitige Einstellungen wirklich zurücksetzen?"
1339
 
1340
+ #: ../admin/config/maintenance.php:322
1341
  msgid "Database Information"
1342
  msgstr "Datenbankinformation"
1343
 
1344
  # depends on context:
1345
  # Engine = Maschine, Motor, Triebwerk or Antrieb
1346
  # Search engine = Suchmaschine
1347
+ #: ../admin/config/maintenance.php:325
1348
  #, fuzzy
1349
  msgid "Engine"
1350
  msgstr "Suchmaschinen"
1351
 
1352
+ #: ../admin/config/maintenance.php:329
1353
  msgid "switch to InnoDB"
1354
  msgstr "zu InnoDB wechseln"
1355
 
1356
+ #: ../admin/config/maintenance.php:340
1357
  msgid "records"
1358
  msgstr "Datensätze"
1359
 
1360
+ #: ../admin/config/maintenance.php:347
1361
  msgid "Old Tables"
1362
  msgstr ""
1363
 
1364
+ #: ../admin/config/maintenance.php:348
1365
  #, php-format
1366
  msgid ""
1367
  "It looks like your database was upgraded from a version prior to 4.0. Our "
1411
  #: ../admin/view/addons.php:40
1412
  #, php-format
1413
  msgid ""
1414
+ "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true\" "
1415
+ "class=\"noslimstat\">click here</a> to clear the cache."
1416
  msgstr ""
1417
 
1418
  #: ../admin/view/addons.php:54
1442
  msgid "Installed and Active"
1443
  msgstr ""
1444
 
1445
+ #: ../admin/view/index.php:10
1446
  #, fuzzy
1447
  msgid "Filter"
1448
  msgstr "Filter"
1449
 
1450
+ #: ../admin/view/index.php:35
1451
  msgid "Load"
1452
  msgstr ""
1453
 
1454
+ #: ../admin/view/index.php:55 ../admin/view/wp-slimstat-reports.php:1459
1455
  msgid "Today"
1456
  msgstr "heute"
1457
 
1458
+ #: ../admin/view/index.php:56 ../admin/view/wp-slimstat-reports.php:1462
1459
  msgid "Yesterday"
1460
  msgstr "Gestern"
1461
 
1462
+ #: ../admin/view/index.php:57
1463
  msgid "Last 7 Days"
1464
  msgstr "Letzte 7 Tage"
1465
 
1466
+ #: ../admin/view/index.php:58
1467
  #, fuzzy
1468
  msgid "Last 60 Days"
1469
  msgstr "Letzte 30 Tage"
1470
 
1471
+ #: ../admin/view/index.php:59
1472
  msgid "Last 90 Days"
1473
  msgstr "Letzte 90 Tage"
1474
 
1475
+ #: ../admin/view/index.php:60
1476
  #, fuzzy
1477
  msgid "This Year So Far"
1478
  msgstr "Heuer"
1479
 
1480
+ #: ../admin/view/index.php:61
1481
  #, fuzzy
1482
  msgid "Date Range"
1483
  msgstr "Datum und Uhrzeit"
1484
 
1485
+ #: ../admin/view/index.php:65 ../admin/view/wp-slimstat-db.php:94
1486
  msgid "Day"
1487
  msgstr "Tag"
1488
 
1489
+ #: ../admin/view/index.php:77 ../admin/view/wp-slimstat-db.php:95
1490
  msgid "Month"
1491
  msgstr "Monat"
1492
 
1493
+ #: ../admin/view/index.php:88 ../admin/view/wp-slimstat-db.php:96
1494
  msgid "Year"
1495
  msgstr "Jahr"
1496
 
1497
+ #: ../admin/view/index.php:92 ../admin/view/wp-slimstat-db.php:93
1498
  msgid "Hour"
1499
  msgstr "Stunde"
1500
 
1501
+ #: ../admin/view/index.php:95
1502
  msgid "Min"
1503
  msgstr ""
1504
 
1505
+ #: ../admin/view/index.php:109 ../admin/view/wp-slimstat-db.php:99
1506
  msgid "hours"
1507
  msgstr ""
1508
 
1509
+ #: ../admin/view/index.php:112
1510
  msgid "mins"
1511
  msgstr ""
1512
 
1513
+ #: ../admin/view/index.php:123
1514
  #, fuzzy
1515
  msgid "Reset Filters"
1516
  msgstr "Datumsfilter"
1517
 
1518
+ #: ../admin/view/index.php:142
1519
  #, php-format
1520
  msgid ""
1521
+ "<a href='%s' class='noslimstat'>Install MaxMind's GeoLite DB</a> to "
1522
+ "determine your visitors' country of origin."
1523
  msgstr ""
1524
 
1525
+ #: ../admin/view/index.php:146
1526
+ #, php-format
1527
+ msgid ""
1528
+ "Install the Browscap <a href='%s' class='noslimstat'>User Agent Database</a> "
1529
+ "to accurately determine your visitors' browser and operating system."
1530
+ msgstr ""
1531
+
1532
+ #: ../admin/view/index.php:150
1533
  #, php-format
1534
  msgid ""
1535
  "A caching plugin has been detected on your website. Please <a href='%s' "
1536
+ "target='_blank' class='noslimstat'>make sure to configure</a> Slimstat "
1537
+ "Analytics accordingly, to get accurate information."
1538
  msgstr ""
1539
 
1540
  #: ../admin/view/layout.php:47
1578
  msgid "Syndication Reader"
1579
  msgstr ""
1580
 
1581
+ #: ../admin/view/right-now.php:52 ../admin/view/wp-slimstat-reports.php:1060
1582
+ #: ../admin/view/wp-slimstat-reports.php:1823
1583
  msgid "No data to display"
1584
  msgstr "keine Daten vorhanden"
1585
 
1586
+ #: ../admin/view/right-now.php:73
1587
  msgid "Date and Time"
1588
  msgstr "Datum und Uhrzeit"
1589
 
1590
  # Unknown
1591
+ #: ../admin/view/right-now.php:82 ../admin/view/wp-slimstat-reports.php:1112
1592
+ #: ../admin/view/wp-slimstat-reports.php:1866 ../wp-slimstat.php:1292
1593
  msgid "c-"
1594
  msgstr "Unknown"
1595
 
1596
+ #: ../admin/view/right-now.php:128 ../admin/view/wp-slimstat-db.php:60
1597
+ #: ../admin/wp-slimstat-admin.php:1353 ../admin/wp-slimstat-admin.php:1393
1598
  msgid "Originating IP"
1599
  msgstr "Ursprüngliche IP"
1600
 
1601
+ #: ../admin/view/right-now.php:169 ../admin/view/wp-slimstat-reports.php:1219
1602
+ #: ../admin/view/wp-slimstat-reports.php:1224
1603
+ #: ../admin/view/wp-slimstat-reports.php:1229
1604
  msgid "Open this URL in a new window"
1605
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
1606
 
1607
+ #: ../admin/view/right-now.php:181
1608
  msgid "Local search results page"
1609
  msgstr "lokale Suchergebnisse"
1610
 
1611
+ #: ../admin/view/right-now.php:190 ../admin/view/wp-slimstat-db.php:42
1612
+ #: ../admin/view/wp-slimstat-reports.php:246
1613
+ #: ../admin/view/wp-slimstat-reports.php:256
1614
+ #: ../admin/wp-slimstat-admin.php:1356 ../admin/wp-slimstat-admin.php:1372
1615
  msgid "Search Terms"
1616
  msgstr "Suchbegriffe"
1617
 
1618
+ #: ../admin/view/right-now.php:202
1619
  msgid "Server Latency and Page Speed in milliseconds"
1620
  msgstr ""
1621
 
1622
+ #: ../admin/view/right-now.php:202
1623
  msgid "SL"
1624
  msgstr ""
1625
 
1626
+ #: ../admin/view/right-now.php:202
1627
  msgid "PS"
1628
  msgstr ""
1629
 
1630
+ #: ../admin/view/right-now.php:209
1631
  #, fuzzy
1632
  msgid "Time spent on this page"
1633
  msgstr "Seite in neuem Fenster &ouml;ffnen"
1634
 
1635
+ #: ../admin/view/right-now.php:226
1636
  msgid "Open this referrer in a new window"
1637
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
1638
 
1639
+ #: ../admin/view/right-now.php:227
1640
  #, fuzzy
1641
  msgid "Content Type"
1642
  msgstr "Inhalt"
1643
 
1644
+ #: ../admin/view/right-now.php:234
1645
  msgid "Open this outbound link in a new window"
1646
  msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
1647
 
1648
+ #: ../admin/view/right-now.php:242
1649
+ msgid "Delete this entry from the database"
1650
+ msgstr ""
 
1651
 
1652
+ #: ../admin/view/right-now.php:254
1653
  #, fuzzy
1654
  msgid "User Logged In"
1655
  msgstr "User Agent"
1656
 
1657
+ #: ../admin/view/right-now.php:264
1658
  #, fuzzy
1659
  msgid "User Logged Out"
1660
  msgstr "User Agent"
1661
 
1662
+ #: ../admin/view/wp-slimstat-db.php:39 ../admin/wp-slimstat-admin.php:1369
1663
  msgid "Browser"
1664
  msgstr "Browser"
1665
 
1666
+ #: ../admin/view/wp-slimstat-db.php:40 ../admin/wp-slimstat-admin.php:1370
1667
  msgid "Country Code"
1668
  msgstr "L&auml;nder-Code"
1669
 
1671
  msgid "IP Address"
1672
  msgstr "IP-Adresse"
1673
 
1674
+ #: ../admin/view/wp-slimstat-db.php:43 ../admin/wp-slimstat-admin.php:1373
1675
  msgid "Language Code"
1676
  msgstr "Sprach-Kodierung"
1677
 
1678
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:106
1679
+ #: ../admin/wp-slimstat-admin.php:1374
1680
  msgid "Operating System"
1681
  msgstr "Betriebssystem"
1682
 
1683
  #: ../admin/view/wp-slimstat-db.php:45 ../admin/view/wp-slimstat-db.php:107
1684
+ #: ../admin/wp-slimstat-admin.php:1375
1685
  msgid "Permalink"
1686
  msgstr "Permalink"
1687
 
1688
  #: ../admin/view/wp-slimstat-db.php:46 ../admin/view/wp-slimstat-db.php:108
1689
+ #: ../admin/wp-slimstat-admin.php:1376
1690
  msgid "Referer"
1691
  msgstr "Herkunft"
1692
 
1695
  msgid "Visitor's Username"
1696
  msgstr "Besuchername"
1697
 
1698
+ #: ../admin/view/wp-slimstat-db.php:48 ../admin/wp-slimstat-admin.php:1359
1699
  msgid "Outbound Link"
1700
  msgstr "Ausgehender Link"
1701
 
1708
  msgstr "-- Erweiterte Filter --"
1709
 
1710
  #: ../admin/view/wp-slimstat-db.php:52
1711
+ #: ../admin/view/wp-slimstat-reports.php:376
1712
  msgid "Browser Capabilities"
1713
  msgstr "Browser-F&auml;higkeiten"
1714
 
1715
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1388
1716
  msgid "Browser Version"
1717
  msgstr "Browser-Version"
1718
 
1719
+ #: ../admin/view/wp-slimstat-db.php:54 ../admin/wp-slimstat-admin.php:1389
1720
  msgid "Browser Type"
1721
  msgstr "Browser-Typ"
1722
 
1723
+ #: ../admin/view/wp-slimstat-db.php:55 ../admin/wp-slimstat-admin.php:1358
1724
  msgid "User Agent"
1725
  msgstr "User Agent"
1726
 
1734
  msgid "Server Latency"
1735
  msgstr "Latenz"
1736
 
1737
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1391
1738
  msgid "Post Author"
1739
  msgstr "Autor der Seiten"
1740
 
1741
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1392
1742
  msgid "Post Category ID"
1743
  msgstr "Kategorie-ID der Seite"
1744
 
1745
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1394
1746
  msgid "Resource Content Type"
1747
  msgstr "Inhalt der Ressource"
1748
 
1763
  msgid "Viewport Size"
1764
  msgstr ""
1765
 
1766
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1396
1767
  msgid "Visit ID"
1768
  msgstr "Besuchs-ID"
1769
 
1813
  msgstr ""
1814
 
1815
  #: ../admin/view/wp-slimstat-db.php:116
1816
+ #: ../admin/view/wp-slimstat-reports.php:1837
1817
  msgid "Type"
1818
  msgstr ""
1819
 
1849
  msgstr ""
1850
  "W&auml;hrend des Zooms das Diagramm zu einer anderen Position verschieben."
1851
 
1852
+ #: ../admin/view/wp-slimstat-reports.php:69
1853
  #, fuzzy
1854
  msgid "Visitors Activity"
1855
  msgstr "Besucher"
1856
 
1857
+ #: ../admin/view/wp-slimstat-reports.php:78
1858
  msgid "Color codes"
1859
  msgstr "Farbcode"
1860
 
1861
+ #: ../admin/view/wp-slimstat-reports.php:78
1862
  #, fuzzy
1863
  msgid "From search result page"
1864
  msgstr "Von einer Suchergebnisseite"
1865
 
1866
+ #: ../admin/view/wp-slimstat-reports.php:78 ../admin/wp-slimstat-admin.php:1351
 
1867
  msgid "Known Visitor"
1868
  msgstr "Bekannte Besucher"
1869
 
1870
+ #: ../admin/view/wp-slimstat-reports.php:78
1871
  msgid "Known Users"
1872
  msgstr "Bekannte Benutzer"
1873
 
1874
+ #: ../admin/view/wp-slimstat-reports.php:78
1875
  msgid "Other Humans"
1876
  msgstr "Andere echte Besucher"
1877
 
1878
+ #: ../admin/view/wp-slimstat-reports.php:78
1879
  msgid "Bot or Crawler"
1880
  msgstr "Bot oder Crawler"
1881
 
1882
+ #: ../admin/view/wp-slimstat-reports.php:82
1883
+ #: ../admin/view/wp-slimstat-reports.php:91
1884
+ #: ../admin/view/wp-slimstat-reports.php:1437
1885
+ #: ../admin/view/wp-slimstat-reports.php:1598
1886
  msgid "Pageviews"
1887
  msgstr "Seitenaufrufe"
1888
 
1889
+ #: ../admin/view/wp-slimstat-reports.php:92
1890
+ #: ../admin/view/wp-slimstat-reports.php:289
1891
+ #: ../admin/view/wp-slimstat-reports.php:530
1892
+ #: ../admin/view/wp-slimstat-reports.php:1452
1893
+ #: ../admin/view/wp-slimstat-reports.php:1500
1894
  msgid "Unique IPs"
1895
  msgstr "Eindeutige IPs"
1896
 
1897
+ #: ../admin/view/wp-slimstat-reports.php:100
1898
  #, fuzzy
1899
  msgid "About Slimstat"
1900
  msgstr "&Uuml;ber WP SlimStat"
1901
 
1902
+ #: ../admin/view/wp-slimstat-reports.php:109
1903
  #, fuzzy
1904
  msgid "Traffic at a Glance"
1905
  msgstr "Auf einen Blick"
1906
 
1907
+ #: ../admin/view/wp-slimstat-reports.php:119
1908
  #, fuzzy
1909
  msgid "Currently Online"
1910
  msgstr "Aktuelle Filter:"
1911
 
1912
+ #: ../admin/view/wp-slimstat-reports.php:132
1913
  msgid "Recent Search Terms"
1914
  msgstr "Letzte interne Suchbegriffe"
1915
 
1916
+ #: ../admin/view/wp-slimstat-reports.php:143
1917
  #, fuzzy
1918
  msgid "Keywords used by your visitors to find your website on a search engine."
1919
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
1920
 
1921
+ #: ../admin/view/wp-slimstat-reports.php:146
1922
  #, fuzzy
1923
  msgid "Top Web Pages"
1924
  msgstr "Top-Seiten"
1925
 
1926
+ #: ../admin/view/wp-slimstat-reports.php:157
1927
  msgid ""
1928
  "Here a \"page\" is not just a WordPress page type, but any webpage on your "
1929
  "site, including posts, products, categories, and so on. You can set the "
1932
  "have."
1933
  msgstr ""
1934
 
1935
+ #: ../admin/view/wp-slimstat-reports.php:160
1936
  #, fuzzy
1937
  msgid "Top Referring Domains"
1938
  msgstr "Top verweisende Suchmaschinen"
1939
 
1940
+ #: ../admin/view/wp-slimstat-reports.php:174
1941
  msgid "Top Known Visitors"
1942
  msgstr "Top bekannte Besucher"
1943
 
1944
+ #: ../admin/view/wp-slimstat-reports.php:185
1945
  msgid "Top Search Terms"
1946
  msgstr "Top-Suchbegriffe"
1947
 
1948
+ #: ../admin/view/wp-slimstat-reports.php:197
1949
  msgid "Top Countries"
1950
  msgstr "Top-L&auml;nder"
1951
 
1952
+ #: ../admin/view/wp-slimstat-reports.php:206
1953
  #, fuzzy
1954
  msgid ""
1955
  "You can configure Slimstat to ignore a specific Country by setting the "
1958
  "Um ein spezifisches Land generell zu ignorieren kann ein entsprechender "
1959
  "Filter unter 'Einstellungen > SlimStat > Filter' gesetzt werden."
1960
 
1961
+ #: ../admin/view/wp-slimstat-reports.php:209
1962
  msgid "Rankings"
1963
  msgstr ""
1964
 
1965
+ #: ../admin/view/wp-slimstat-reports.php:216
1966
  msgid ""
1967
  "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
1968
  "measures your site's rankings. Values are updated every 12 hours. Please "
1970
  "Mozscape data."
1971
  msgstr ""
1972
 
1973
+ #: ../admin/view/wp-slimstat-reports.php:219
1974
  #, fuzzy
1975
  msgid "Top Language Families"
1976
  msgstr "Top-Sprachen"
1977
 
1978
+ #: ../admin/view/wp-slimstat-reports.php:232
1979
  #, fuzzy
1980
  msgid "Users Currently Online"
1981
  msgstr "Aktuelle Filter:"
1982
 
1983
+ #: ../admin/view/wp-slimstat-reports.php:243
1984
  #, fuzzy
1985
  msgid ""
1986
  "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
1991
  "einen Cookie zu. WP SlimStat erweitert diese Information um die Erkennung "
1992
  "zur&uuml;kkehrender Besucher."
1993
 
1994
+ #: ../admin/view/wp-slimstat-reports.php:257
1995
  #, fuzzy
1996
  msgid "Unique Terms"
1997
  msgstr "Eindeutige IPs"
1998
 
1999
+ #: ../admin/view/wp-slimstat-reports.php:265
2000
  #, fuzzy
2001
  msgid "Top Referring URLs"
2002
  msgstr "Verweisende Webseiten"
2003
 
2004
+ #: ../admin/view/wp-slimstat-reports.php:278
2005
  msgid "Human Visits"
2006
  msgstr "Echte Besuche"
2007
 
2008
+ #: ../admin/view/wp-slimstat-reports.php:288
2009
+ #: ../admin/view/wp-slimstat-reports.php:1496
2010
  msgid "Visits"
2011
  msgstr "Besuche"
2012
 
2013
+ #: ../admin/view/wp-slimstat-reports.php:297
2014
  #, fuzzy
2015
  msgid "Audience Overview"
2016
  msgstr "&Uuml;bersicht"
2017
 
2018
+ #: ../admin/view/wp-slimstat-reports.php:304
2019
  msgid ""
2020
  "Where not otherwise specified, the metrics in this report are referred to "
2021
  "human visitors."
2022
  msgstr ""
2023
 
2024
+ #: ../admin/view/wp-slimstat-reports.php:307
2025
  msgid "Top Languages"
2026
  msgstr "Top-Sprachen"
2027
 
2028
+ #: ../admin/view/wp-slimstat-reports.php:318
2029
  msgid "Top Browsers"
2030
  msgstr "Top-Browser"
2031
 
2032
+ #: ../admin/view/wp-slimstat-reports.php:329
2033
  msgid "Top Service Providers"
2034
  msgstr "Top-Internetprovider"
2035
 
2036
+ #: ../admin/view/wp-slimstat-reports.php:338
2037
+ #: ../admin/view/wp-slimstat-reports.php:350
2038
  #, fuzzy
2039
  msgid ""
2040
  "Internet Service Provider: a company which provides other companies or "
2048
  "Adressen generell zu ignorieren kann ein entsprechender Filter unter "
2049
  "'Einstellungen > SlimStat > Filter' gesetzt werden."
2050
 
2051
+ #: ../admin/view/wp-slimstat-reports.php:341
2052
  msgid "Top Operating Systems"
2053
  msgstr "Top-Betriebssysteme"
2054
 
2055
+ #: ../admin/view/wp-slimstat-reports.php:353
2056
  msgid "Top Screen Resolutions"
2057
  msgstr "Top-Bildschirmaufl&ouml;sungen"
2058
 
2059
+ #: ../admin/view/wp-slimstat-reports.php:365
2060
  #, fuzzy
2061
  msgid "Top Viewport Sizes"
2062
  msgstr "Top-Kategorien"
2063
 
2064
+ #: ../admin/view/wp-slimstat-reports.php:385
2065
  msgid "Visit Duration"
2066
  msgstr "Besuchsdauer"
2067
 
2068
+ #: ../admin/view/wp-slimstat-reports.php:392
2069
  #, fuzzy
2070
  msgid ""
2071
  "All values represent the percentages of pageviews within the corresponding "
2073
  msgstr ""
2074
  "Weltkarte - Werte repr&auml;sentieren die Zugriffe in Prozent aus diesem Land"
2075
 
2076
+ #: ../admin/view/wp-slimstat-reports.php:395
2077
  msgid "Recent Countries"
2078
  msgstr "Letzte L&auml;nder"
2079
 
2080
+ #: ../admin/view/wp-slimstat-reports.php:406
2081
  #, fuzzy
2082
  msgid "Recent Viewport Sizes"
2083
  msgstr "Letzte Kategorien"
2084
 
2085
+ #: ../admin/view/wp-slimstat-reports.php:417
2086
  msgid "Recent Operating Systems"
2087
  msgstr "Letzte Betriebssysteme"
2088
 
2089
+ #: ../admin/view/wp-slimstat-reports.php:428
2090
  msgid "Recent Browsers"
2091
  msgstr "Letzte Browser"
2092
 
2093
+ #: ../admin/view/wp-slimstat-reports.php:439
2094
  msgid "Recent Languages"
2095
  msgstr "Letzte Sprachen"
2096
 
2097
+ #: ../admin/view/wp-slimstat-reports.php:450
2098
  msgid "Top Browser Families"
2099
  msgstr "Top-Browserfamilien"
2100
 
2101
+ #: ../admin/view/wp-slimstat-reports.php:459
2102
  msgid ""
2103
  "This report shows you what user agent families (no version considered) are "
2104
  "popular among your visitors."
2106
  "Dieser Bericht zeigt, welche User Agent-Familien (unabhängig Ihrer Version) "
2107
  "bei Ihren Besuchern populär sind."
2108
 
2109
+ #: ../admin/view/wp-slimstat-reports.php:462
2110
  msgid "Top OS Families"
2111
  msgstr "Top-Betriebssysteme"
2112
 
2113
+ #: ../admin/view/wp-slimstat-reports.php:473
2114
  msgid ""
2115
  "This report shows you what operating system families (no version considered) "
2116
  "are popular among your visitors."
2118
  "Dieser Bericht zeigt, welche Betriebssystemfamilien (ohne Berücksichtigung "
2119
  "der Version) hauptsächlich von Ihren Benutzer verwendet werden."
2120
 
2121
+ #: ../admin/view/wp-slimstat-reports.php:476
2122
  msgid "Recent Users"
2123
  msgstr "Letzte Benutzer"
2124
 
2125
+ #: ../admin/view/wp-slimstat-reports.php:488
2126
  msgid "Top Users"
2127
  msgstr "Top-Benutzer"
2128
 
2129
+ #: ../admin/view/wp-slimstat-reports.php:500
2130
+ #: ../admin/view/wp-slimstat-reports.php:509
2131
  msgid "Users"
2132
  msgstr "Benutzer"
2133
 
2134
+ #: ../admin/view/wp-slimstat-reports.php:510
2135
  #, fuzzy
2136
  msgid "Unique Users"
2137
  msgstr "Eindeutige IPs"
2138
 
2139
+ #: ../admin/view/wp-slimstat-reports.php:519 ../admin/wp-slimstat-admin.php:57
 
2140
  msgid "Traffic Sources"
2141
  msgstr "Traffic-Ursprung"
2142
 
2143
+ #: ../admin/view/wp-slimstat-reports.php:529
2144
  msgid "Domains"
2145
  msgstr "Dom&auml;nen"
2146
 
2147
+ #: ../admin/view/wp-slimstat-reports.php:538
2148
  #, fuzzy
2149
  msgid "Traffic Summary"
2150
  msgstr "Traffic-Ursprung"
2151
 
2152
+ #: ../admin/view/wp-slimstat-reports.php:547
2153
  msgid "Top Referring Search Engines"
2154
  msgstr "Top verweisende Suchmaschinen"
2155
 
2156
+ #: ../admin/view/wp-slimstat-reports.php:576
2157
  msgid "Recent Outbound Links"
2158
  msgstr "Letzte ausgehende Links"
2159
 
2160
+ #: ../admin/view/wp-slimstat-reports.php:588
2161
  msgid "Recent Posts"
2162
  msgstr "Letzte Artikel"
2163
 
2164
+ #: ../admin/view/wp-slimstat-reports.php:616
2165
  msgid "Recent Feeds"
2166
  msgstr "Letzte Feeds"
2167
 
2168
+ #: ../admin/view/wp-slimstat-reports.php:628
2169
  msgid "Recent Pages Not Found"
2170
  msgstr ""
2171
 
2172
+ #: ../admin/view/wp-slimstat-reports.php:640
2173
  msgid "Recent Internal Searches"
2174
  msgstr "Letzte interne Suchbegriffe"
2175
 
2176
+ #: ../admin/view/wp-slimstat-reports.php:650
2177
  #, fuzzy
2178
  msgid "Searches performed using WordPress' built-in search functionality."
2179
  msgstr ""
2180
  "Suchen welche mit der WordPress eigenen Such-Funktion ausgef&uuml;hrt wurden."
2181
 
2182
+ #: ../admin/view/wp-slimstat-reports.php:653
2183
  msgid "Top Categories"
2184
  msgstr "Top-Kategorien"
2185
 
2186
+ #: ../admin/view/wp-slimstat-reports.php:666
2187
  #, fuzzy
2188
  msgid "Top Downloads"
2189
  msgstr "Letzte Downloads"
2190
 
2191
+ #: ../admin/view/wp-slimstat-reports.php:677
2192
  msgid ""
2193
  "You can configure Slimstat to track specific file extensions as downloads."
2194
  msgstr ""
2195
 
2196
+ #: ../admin/view/wp-slimstat-reports.php:680
2197
  msgid "Recent Events"
2198
  msgstr "Letzte Ereignisse"
2199
 
2200
+ #: ../admin/view/wp-slimstat-reports.php:689
2201
+ #: ../admin/view/wp-slimstat-reports.php:713
2202
  #, fuzzy
2203
  msgid ""
2204
  "This report lists any <em>event</em> occurred on your website. Please refer "
2208
  "stattgefunden hat. Bitte schlagen Sie in der FAQ für weitere Informationen "
2209
  "zur Verwendung dieser Funktionalit&auml;t nach."
2210
 
2211
+ #: ../admin/view/wp-slimstat-reports.php:692
2212
  msgid "Top Posts"
2213
  msgstr "Top-Artikel"
2214
 
2215
+ #: ../admin/view/wp-slimstat-reports.php:704
2216
  #, fuzzy
2217
  msgid "Top Events"
2218
  msgstr "Top-Seiten"
2219
 
2220
+ #: ../admin/view/wp-slimstat-reports.php:716
2221
  msgid "Top Internal Searches"
2222
  msgstr "Top interne Suchbegriffe"
2223
 
2224
+ #: ../admin/view/wp-slimstat-reports.php:728
2225
  msgid "Recent Categories"
2226
  msgstr "Letzte Kategorien"
2227
 
2228
+ #: ../admin/view/wp-slimstat-reports.php:740
2229
  #, fuzzy
2230
  msgid "Top Pages Not Found"
2231
  msgstr "Top-Seiten"
2232
 
2233
+ #: ../admin/view/wp-slimstat-reports.php:752
2234
  msgid "Top Authors"
2235
  msgstr "Top-Autoren"
2236
 
2237
+ #: ../admin/view/wp-slimstat-reports.php:763
2238
  #, fuzzy
2239
  msgid "Top Tags"
2240
  msgstr "Top Seiten"
2241
 
2242
+ #: ../admin/view/wp-slimstat-reports.php:775
2243
  msgid "Recent Downloads"
2244
  msgstr "Letzte Downloads"
2245
 
2246
+ #: ../admin/view/wp-slimstat-reports.php:787
2247
  #, fuzzy
2248
  msgid "Top Outbound Links"
2249
  msgstr "Ausgehender Link"
2250
 
2251
+ #: ../admin/view/wp-slimstat-reports.php:799
2252
  msgid "Your Website"
2253
  msgstr "Ihre Webseite"
2254
 
2255
+ #: ../admin/view/wp-slimstat-reports.php:806
2256
  msgid ""
2257
  "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2258
  "this report is not affected by the filters set here above."
2260
  "Ihr Inhalt auf einen Blick: Posts, Kommentare, Pingbacks, usw. Dieser "
2261
  "Bericht wird nicht durch die oben eingestellten Filter beeinflusst."
2262
 
2263
+ #: ../admin/view/wp-slimstat-reports.php:809
2264
  #, fuzzy
2265
  msgid "Top Bounce Pages"
2266
  msgstr "Absprungrate"
2267
 
2268
+ #: ../admin/view/wp-slimstat-reports.php:822
2269
  #, fuzzy
2270
  msgid "Top Exit Pages"
2271
  msgstr "Top-Seiten"
2272
 
2273
+ #: ../admin/view/wp-slimstat-reports.php:835
2274
  #, fuzzy
2275
  msgid "Top Entry Pages"
2276
  msgstr "Top-Seiten"
2277
 
2278
+ #: ../admin/view/wp-slimstat-reports.php:848
2279
  #, fuzzy
2280
  msgid "Pages with Outbound Links"
2281
  msgstr "Letzte ausgehende Links"
2282
 
2283
+ #: ../admin/view/wp-slimstat-reports.php:857
2284
  #, fuzzy
2285
  msgid "Outbound Links"
2286
  msgstr "Ausgehender Link"
2287
 
2288
+ #: ../admin/view/wp-slimstat-reports.php:858
2289
  msgid "Unique Outbound"
2290
  msgstr ""
2291
 
2292
+ #: ../admin/view/wp-slimstat-reports.php:867
2293
  msgid "World Map"
2294
  msgstr "Weltkarte"
2295
 
2296
+ #: ../admin/view/wp-slimstat-reports.php:958
2297
  msgid "Refresh"
2298
  msgstr "Anzeige aktualisieren"
2299
 
2300
+ #: ../admin/view/wp-slimstat-reports.php:1005
2301
  #, fuzzy, php-format
2302
  msgid "Results %s - %s of %s"
2303
  msgstr "Ergbnisse filtern wo %s ist gleich %s"
2304
 
2305
+ #: ../admin/view/wp-slimstat-reports.php:1007
2306
  msgid "Refresh in"
2307
  msgstr "Anzeige aktualisieren in"
2308
 
2309
+ #: ../admin/view/wp-slimstat-reports.php:1106
2310
  msgid "Category ID"
2311
  msgstr "Kategorie-ID"
2312
 
2313
+ #: ../admin/view/wp-slimstat-reports.php:1111
2314
+ #: ../admin/view/wp-slimstat-reports.php:1125
2315
+ #: ../admin/view/wp-slimstat-reports.php:1130
2316
  #, fuzzy
2317
  msgid "Code"
2318
  msgstr "OS-Code"
2319
 
2320
+ #: ../admin/view/wp-slimstat-reports.php:1126
2321
+ #: ../languages/dynamic_strings.php:339 ../wp-slimstat.php:1304
2322
  msgid "l-"
2323
  msgstr "l-"
2324
 
2325
+ #: ../admin/view/wp-slimstat-reports.php:1143
2326
  msgid "URL"
2327
  msgstr ""
2328
 
2329
+ #: ../admin/view/wp-slimstat-reports.php:1162
2330
  msgid "Referrer"
2331
  msgstr "Verweis"
2332
 
2333
+ #: ../admin/view/wp-slimstat-reports.php:1404
2334
  #, fuzzy
2335
  msgid "Dataset Size"
2336
  msgstr "Datenbankgr&ouml;&szlig;e"
2337
 
2338
+ #: ../admin/view/wp-slimstat-reports.php:1406
2339
  msgid "Total number of records stored in the database."
2340
  msgstr ""
2341
 
2342
+ #: ../admin/view/wp-slimstat-reports.php:1408
2343
  msgid "DB Size"
2344
  msgstr "Datenbankgr&ouml;&szlig;e"
2345
 
2346
+ #: ../admin/view/wp-slimstat-reports.php:1411
2347
  #, fuzzy
2348
  msgid "Tracking Enabled"
2349
  msgstr "Tracking aktiv"
2350
 
2351
+ #: ../admin/view/wp-slimstat-reports.php:1414
2352
  msgid "Javascript Mode"
2353
  msgstr "Tracking per JavaScript"
2354
 
2355
+ #: ../admin/view/wp-slimstat-reports.php:1417
2356
  msgid "Tracking Browser Caps"
2357
  msgstr ""
2358
 
2359
+ #: ../admin/view/wp-slimstat-reports.php:1420
2360
  msgid "Auto purge"
2361
  msgstr "autom. Datenbank-Reorg."
2362
 
2363
+ #: ../admin/view/wp-slimstat-reports.php:1421
2364
+ #: ../admin/wp-slimstat-admin.php:1209
2365
  msgid "Off"
2366
  msgstr "Aus"
2367
 
2368
+ #: ../admin/view/wp-slimstat-reports.php:1423
2369
  msgid "Oldest pageview"
2370
  msgstr "&Auml;ltester Seitenaufruf"
2371
 
2372
+ #: ../admin/view/wp-slimstat-reports.php:1424
2373
  msgid "No visits"
2374
  msgstr "Keine Besuche"
2375
 
2376
+ #: ../admin/view/wp-slimstat-reports.php:1426 ../admin/wp-slimstat-admin.php:63
 
2377
  #, fuzzy
2378
  msgid "Geolocation"
2379
  msgstr "Macromedia Director"
2380
 
2381
+ #: ../admin/view/wp-slimstat-reports.php:1428
2382
  msgid "Date when the MaxMind Geolocation database was last updated."
2383
  msgstr ""
2384
 
2385
+ #: ../admin/view/wp-slimstat-reports.php:1439
2386
+ #: ../admin/view/wp-slimstat-reports.php:1600
2387
  #, fuzzy
2388
  msgid ""
2389
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2393
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
2394
  "wird."
2395
 
2396
+ #: ../admin/view/wp-slimstat-reports.php:1441
2397
  #, fuzzy
2398
  msgid "Days in Range"
2399
  msgstr "Datum und Uhrzeit"
2400
 
2401
+ #: ../admin/view/wp-slimstat-reports.php:1444
2402
  #, fuzzy
2403
  msgid "Average Daily Pageviews"
2404
  msgstr "Durchschnittl. Seitenaufrufe"
2405
 
2406
+ #: ../admin/view/wp-slimstat-reports.php:1446
2407
  #, fuzzy
2408
  msgid ""
2409
  "How many pages have been visited on average every day during the current "
2412
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
2413
  "besucht?"
2414
 
2415
+ #: ../admin/view/wp-slimstat-reports.php:1448
2416
  msgid "From Search Results"
2417
  msgstr "Von Suchergebnissen"
2418
 
2419
+ #: ../admin/view/wp-slimstat-reports.php:1450
2420
  msgid ""
2421
  "Visitors who landed on your site after searching for a keyword on Google, "
2422
  "Yahoo, etc."
2424
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
2425
  "Suchmaschine auf die Website kamen."
2426
 
2427
+ #: ../admin/view/wp-slimstat-reports.php:1454
2428
  msgid ""
2429
  "Used to differentiate between multiple requests to download a file from one "
2430
  "internet address (IP) and requests originating from many distinct addresses"
2432
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
2433
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
2434
 
2435
+ #: ../admin/view/wp-slimstat-reports.php:1456
2436
  msgid "Last 30 minutes"
2437
  msgstr "Letzte 30 Minuten"
2438
 
2439
+ #: ../admin/view/wp-slimstat-reports.php:1498
2440
  msgid ""
2441
  "A visit is a session of at most 30 minutes. Returning visitors are counted "
2442
  "multiple times if they perform multiple visits."
2444
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
2445
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
2446
 
2447
+ #: ../admin/view/wp-slimstat-reports.php:1502
2448
  msgid "It includes only traffic generated by human visitors."
2449
  msgstr ""
2450
 
2451
+ #: ../admin/view/wp-slimstat-reports.php:1504
2452
  msgid "Bounce rate"
2453
  msgstr "Absprungrate"
2454
 
2455
+ #: ../admin/view/wp-slimstat-reports.php:1506
2456
  msgid ""
2457
  "Percentage of single-page visits, i.e. visits in which the person left your "
2458
  "site from the entrance page."
2460
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2461
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2462
 
2463
+ #: ../admin/view/wp-slimstat-reports.php:1508
2464
  msgid "Known visitors"
2465
  msgstr "Bekannte Besucher"
2466
 
2467
+ #: ../admin/view/wp-slimstat-reports.php:1510
2468
  msgid "Visitors who had previously left a comment on your blog."
2469
  msgstr ""
2470
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
2471
 
2472
+ #: ../admin/view/wp-slimstat-reports.php:1512
2473
  msgid "New visitors"
2474
  msgstr "Neue Besucher"
2475
 
2476
+ #: ../admin/view/wp-slimstat-reports.php:1514
2477
  msgid "Human users who visited your site only once."
2478
  msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
2479
 
2480
+ #: ../admin/view/wp-slimstat-reports.php:1516
2481
  msgid "Bots"
2482
  msgstr "Bots"
2483
 
2484
+ #: ../admin/view/wp-slimstat-reports.php:1519
2485
  #, fuzzy
2486
  msgid "Pageviews per visit"
2487
  msgstr "Seiten pro Besuch"
2488
 
2489
+ #: ../admin/view/wp-slimstat-reports.php:1522
2490
  msgid "Longest visit"
2491
  msgstr "L&auml;ngster Besuch"
2492
 
2493
+ #: ../admin/view/wp-slimstat-reports.php:1523
2494
  msgid "hits"
2495
  msgstr "Zugriff"
2496
 
2497
+ #: ../admin/view/wp-slimstat-reports.php:1534
2498
  msgid "0 - 30 seconds"
2499
  msgstr "0-30 Sekunden"
2500
 
2501
+ #: ../admin/view/wp-slimstat-reports.php:1540
2502
  msgid "31 - 60 seconds"
2503
  msgstr "31-60 Sekunden"
2504
 
2505
+ #: ../admin/view/wp-slimstat-reports.php:1546
2506
  msgid "1 - 3 minutes"
2507
  msgstr "1-3 Minuten"
2508
 
2509
+ #: ../admin/view/wp-slimstat-reports.php:1552
2510
  msgid "3 - 5 minutes"
2511
  msgstr "3-5 Minuten"
2512
 
2513
+ #: ../admin/view/wp-slimstat-reports.php:1558
2514
  msgid "5 - 7 minutes"
2515
  msgstr "5-7 Minuten"
2516
 
2517
+ #: ../admin/view/wp-slimstat-reports.php:1564
2518
  msgid "7 - 10 minutes"
2519
  msgstr "7-10 Minuten"
2520
 
2521
+ #: ../admin/view/wp-slimstat-reports.php:1570
2522
  msgid "More than 10 minutes"
2523
  msgstr "Mehr als 10 Minuten"
2524
 
2525
+ #: ../admin/view/wp-slimstat-reports.php:1582
2526
  #, fuzzy
2527
  msgid "Average visit duration"
2528
  msgstr "Besuchsdauer"
2529
 
2530
+ #: ../admin/view/wp-slimstat-reports.php:1602
2531
  msgid "Unique Referrers"
2532
  msgstr "Eindeutige Herkunft"
2533
 
2534
+ #: ../admin/view/wp-slimstat-reports.php:1604
2535
  msgid ""
2536
  "A referrer (or referring site) is the site that a visitor previously visited "
2537
  "before following a link to your site."
2539
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
2540
  "dem Besuch der eigenen Website besucht hat."
2541
 
2542
+ #: ../admin/view/wp-slimstat-reports.php:1606
2543
  msgid "Direct Pageviews"
2544
  msgstr "Direkte Seitenaufrufe"
2545
 
2546
+ #: ../admin/view/wp-slimstat-reports.php:1608
2547
  msgid ""
2548
  "Visitors who visited the site by typing the URL directly into their browser. "
2549
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2554
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
2555
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
2556
 
2557
+ #: ../admin/view/wp-slimstat-reports.php:1610
2558
  msgid "From a search result"
2559
  msgstr "Von einem Suchresultat"
2560
 
2561
+ #: ../admin/view/wp-slimstat-reports.php:1612
2562
  msgid ""
2563
  "Visitors who came to your site via searches on Google or some other search "
2564
  "engine."
2565
  msgstr ""
2566
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
2567
 
2568
+ #: ../admin/view/wp-slimstat-reports.php:1614
2569
  msgid "Unique Landing Pages"
2570
  msgstr "Eindeutige Einstiegsseiten"
2571
 
2572
+ #: ../admin/view/wp-slimstat-reports.php:1616
2573
  msgid ""
2574
  "The first page that a user views during a session. This is also known as the "
2575
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2579
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
2580
  "s.g. Einstiegs- oder Landeseite."
2581
 
2582
+ #: ../admin/view/wp-slimstat-reports.php:1618
2583
  msgid "Bounce Pages"
2584
  msgstr "Absprungrate"
2585
 
2586
+ #: ../admin/view/wp-slimstat-reports.php:1620
2587
  #, fuzzy
2588
  msgid "Number of single page visits to your site over the selected period."
2589
  msgstr ""
2590
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
2591
 
2592
+ #: ../admin/view/wp-slimstat-reports.php:1622
2593
  #, fuzzy
2594
  msgid "New Visitors Rate"
2595
  msgstr "Neue Besucher"
2596
 
2597
+ #: ../admin/view/wp-slimstat-reports.php:1624
2598
  #, fuzzy
2599
  msgid ""
2600
  "Percentage of single page visits, i.e. visits in which the person left your "
2603
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2604
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2605
 
2606
+ #: ../admin/view/wp-slimstat-reports.php:1626
2607
  msgid "Currently from search engines"
2608
  msgstr "Aktuell von Suchmaschinen"
2609
 
2610
+ #: ../admin/view/wp-slimstat-reports.php:1628
2611
  msgid ""
2612
  "Visitors who visited the site in the last 5 minutes coming from a search "
2613
  "engine."
2615
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
2616
  "gekommen sind."
2617
 
2618
+ #: ../admin/view/wp-slimstat-reports.php:1646
2619
  #, fuzzy
2620
  msgid "Backlinks"
2621
  msgstr "Blacklist"
2622
 
2623
+ #: ../admin/view/wp-slimstat-reports.php:1647
2624
  msgid "Number of external equity links to your website."
2625
  msgstr ""
2626
 
2627
+ #: ../admin/view/wp-slimstat-reports.php:1651
2628
  msgid "MozRank"
2629
  msgstr ""
2630
 
2631
+ #: ../admin/view/wp-slimstat-reports.php:1652
2632
  msgid ""
2633
  "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2634
  "link popularity score. It reflects the importance of any given web page on "
2635
  "the Internet."
2636
  msgstr ""
2637
 
2638
+ #: ../admin/view/wp-slimstat-reports.php:1656
2639
  #, fuzzy
2640
  msgid "Equity Links"
2641
  msgstr "Ausgehender Link"
2642
 
2643
+ #: ../admin/view/wp-slimstat-reports.php:1657
2644
  msgid ""
2645
  "Number of authority-passing links (including followed links and redirects, "
2646
  "internal or external) to your website. Set the permalink filter here above "
2647
  "to get the corresponding metrics in this report."
2648
  msgstr ""
2649
 
2650
+ #: ../admin/view/wp-slimstat-reports.php:1661
2651
  msgid "Facebook Shares"
2652
  msgstr ""
2653
 
2654
+ #: ../admin/view/wp-slimstat-reports.php:1666
2655
  msgid "Facebook Clicks"
2656
  msgstr "Clicks bei Facebook"
2657
 
2658
+ #: ../admin/view/wp-slimstat-reports.php:1667
2659
  msgid "How many times links to your website have been clicked on Facebook."
2660
  msgstr ""
2661
 
2662
+ #: ../admin/view/wp-slimstat-reports.php:1671
2663
  msgid "Alexa World Rank"
2664
  msgstr ""
2665
 
2666
+ #: ../admin/view/wp-slimstat-reports.php:1672
2667
  msgid ""
2668
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2669
  "traffic data."
2670
  msgstr ""
2671
 
2672
+ #: ../admin/view/wp-slimstat-reports.php:1676
2673
  msgid "Alexa Country Rank"
2674
  msgstr ""
2675
 
2676
+ #: ../admin/view/wp-slimstat-reports.php:1681
2677
  msgid "Alexa Popularity"
2678
  msgstr ""
2679
 
2680
+ #: ../admin/view/wp-slimstat-reports.php:1740
2681
  msgid "Alexa Delta"
2682
  msgstr ""
2683
 
2684
+ #: ../admin/view/wp-slimstat-reports.php:1774
2685
  #, fuzzy
2686
  msgid "Content Items"
2687
  msgstr "Inhalt"
2688
 
2689
+ #: ../admin/view/wp-slimstat-reports.php:1776
2690
  msgid ""
2691
  "This value includes not only posts, but also custom post types, regardless "
2692
  "of their status"
2693
  msgstr ""
2694
 
2695
+ #: ../admin/view/wp-slimstat-reports.php:1778
2696
  #, fuzzy
2697
  msgid "Posts"
2698
  msgstr "Top-Artikel"
2699
 
2700
+ #: ../admin/view/wp-slimstat-reports.php:1781
2701
  #, fuzzy
2702
  msgid "Pages"
2703
  msgstr "Top-Seiten"
2704
 
2705
+ #: ../admin/view/wp-slimstat-reports.php:1784
2706
  msgid "Attachments"
2707
  msgstr ""
2708
 
2709
+ #: ../admin/view/wp-slimstat-reports.php:1787
2710
  #, fuzzy
2711
  msgid "Revisions"
2712
  msgstr "Berechtigungen"
2713
 
2714
+ #: ../admin/view/wp-slimstat-reports.php:1790
2715
  #, fuzzy
2716
  msgid "Comments"
2717
  msgstr "Gesamte Kommentare"
2718
 
2719
+ #: ../admin/view/wp-slimstat-reports.php:1793
2720
  #, fuzzy
2721
  msgid "Avg Comments per Post"
2722
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
2723
 
2724
+ #: ../admin/view/wp-slimstat-reports.php:1796
2725
  msgid "Avg Server Latency"
2726
  msgstr ""
2727
 
2728
+ #: ../admin/view/wp-slimstat-reports.php:1798
2729
  msgid ""
2730
  "Latency is the amount of time it takes for the host server to receive and "
2731
  "process a request for a page object. The amount of latency depends largely "
2732
  "on how far away the user is from the server."
2733
  msgstr ""
2734
 
2735
+ #: ../admin/view/wp-slimstat-reports.php:1841
2736
  #, fuzzy
2737
  msgid "Coordinates"
2738
  msgstr "Tracking aktiv"
2739
 
2740
+ #: ../admin/view/wp-slimstat-reports.php:1841
2741
  #, fuzzy
2742
  msgid "Date"
2743
  msgstr "Datum/Zeit"
2744
 
2745
  # Unknown
2746
+ #: ../admin/view/wp-slimstat-reports.php:1857
2747
  msgid "c-xx"
2748
  msgstr "Unbekannt"
2749
 
2750
  # Afghanistan
2751
+ #: ../admin/view/wp-slimstat-reports.php:1857
2752
  msgid "c-af"
2753
  msgstr "Afghanistan"
2754
 
2755
  # Åland Islands
2756
+ #: ../admin/view/wp-slimstat-reports.php:1857
2757
  msgid "c-ax"
2758
  msgstr "&Aring;landinseln"
2759
 
2760
  # Albania
2761
+ #: ../admin/view/wp-slimstat-reports.php:1857
2762
  msgid "c-al"
2763
  msgstr "Albanien"
2764
 
2765
  # Algeria
2766
+ #: ../admin/view/wp-slimstat-reports.php:1857
2767
  msgid "c-dz"
2768
  msgstr "Algerien"
2769
 
2770
  # Andorra
2771
+ #: ../admin/view/wp-slimstat-reports.php:1857
2772
  msgid "c-ad"
2773
  msgstr "Andorra"
2774
 
2775
  # Angola
2776
+ #: ../admin/view/wp-slimstat-reports.php:1857
2777
  msgid "c-ao"
2778
  msgstr "Angola"
2779
 
2780
  # Anguilla
2781
+ #: ../admin/view/wp-slimstat-reports.php:1857
2782
  msgid "c-ai"
2783
  msgstr "Anguilla"
2784
 
2785
  # Antigua and Barbuda
2786
+ #: ../admin/view/wp-slimstat-reports.php:1857
2787
  msgid "c-ag"
2788
  msgstr "Antigua und Barbuda"
2789
 
2790
  # Argentina
2791
+ #: ../admin/view/wp-slimstat-reports.php:1857
2792
  msgid "c-ar"
2793
  msgstr "Argentinien"
2794
 
2795
  # Armenia
2796
+ #: ../admin/view/wp-slimstat-reports.php:1857
2797
  msgid "c-am"
2798
  msgstr "Armenien"
2799
 
2800
  # Aruba
2801
+ #: ../admin/view/wp-slimstat-reports.php:1857
2802
  msgid "c-aw"
2803
  msgstr "Aruba"
2804
 
2805
  # Australia
2806
+ #: ../admin/view/wp-slimstat-reports.php:1857
2807
  msgid "c-au"
2808
  msgstr "Australien"
2809
 
2810
  # Austria
2811
+ #: ../admin/view/wp-slimstat-reports.php:1857
2812
  msgid "c-at"
2813
  msgstr "&Ouml;sterreich"
2814
 
2815
  # Azerbaijan
2816
+ #: ../admin/view/wp-slimstat-reports.php:1857
2817
  msgid "c-az"
2818
  msgstr "Aserbaidschan"
2819
 
2820
  # Bahamas
2821
+ #: ../admin/view/wp-slimstat-reports.php:1857
2822
  msgid "c-bs"
2823
  msgstr "Bahamas"
2824
 
2825
  # Bahrain
2826
+ #: ../admin/view/wp-slimstat-reports.php:1857
2827
  msgid "c-bh"
2828
  msgstr "Bahrain"
2829
 
2830
  # Bangladesh
2831
+ #: ../admin/view/wp-slimstat-reports.php:1857
2832
  msgid "c-bd"
2833
  msgstr "Bangladesch"
2834
 
2835
  # Barbados
2836
+ #: ../admin/view/wp-slimstat-reports.php:1857
2837
  msgid "c-bb"
2838
  msgstr "Barbados"
2839
 
2840
  # Belarus
2841
+ #: ../admin/view/wp-slimstat-reports.php:1857
2842
  msgid "c-by"
2843
  msgstr "Wei&szlig;russland"
2844
 
2845
  # Belgium
2846
+ #: ../admin/view/wp-slimstat-reports.php:1857
2847
  msgid "c-be"
2848
  msgstr "Belgien"
2849
 
2850
  # Belize
2851
+ #: ../admin/view/wp-slimstat-reports.php:1857
2852
  msgid "c-bz"
2853
  msgstr "Belize"
2854
 
2855
  # Benin
2856
+ #: ../admin/view/wp-slimstat-reports.php:1857
2857
  msgid "c-bj"
2858
  msgstr "Benin"
2859
 
2860
  # Bermuda
2861
+ #: ../admin/view/wp-slimstat-reports.php:1857
2862
  msgid "c-bm"
2863
  msgstr "Bermuda"
2864
 
2865
  # Bhutan
2866
+ #: ../admin/view/wp-slimstat-reports.php:1857
2867
  msgid "c-bt"
2868
  msgstr "Bhutan"
2869
 
2870
  # Bolivia
2871
+ #: ../admin/view/wp-slimstat-reports.php:1857
2872
  msgid "c-bo"
2873
  msgstr "Bolivien"
2874
 
2875
  # Bosnia and Herzegovina
2876
+ #: ../admin/view/wp-slimstat-reports.php:1857
2877
  msgid "c-ba"
2878
  msgstr "Bosnien Herzegowina"
2879
 
2880
  # Botswana
2881
+ #: ../admin/view/wp-slimstat-reports.php:1857
2882
  msgid "c-bw"
2883
  msgstr "Botswana"
2884
 
2885
  # Brazil
2886
+ #: ../admin/view/wp-slimstat-reports.php:1857
2887
  msgid "c-br"
2888
  msgstr "Brasilien"
2889
 
2890
  # Brunei Darussalam
2891
+ #: ../admin/view/wp-slimstat-reports.php:1857
2892
  msgid "c-bn"
2893
  msgstr "Brunei Darussalam"
2894
 
2895
  # Bulgaria
2896
+ #: ../admin/view/wp-slimstat-reports.php:1857
2897
  msgid "c-bg"
2898
  msgstr "Bulgarien"
2899
 
2900
  # Burkina Faso
2901
+ #: ../admin/view/wp-slimstat-reports.php:1857
2902
  msgid "c-bf"
2903
  msgstr "Burkina Faso"
2904
 
2905
  # Burundi
2906
+ #: ../admin/view/wp-slimstat-reports.php:1857
2907
  msgid "c-bi"
2908
  msgstr "Burundi"
2909
 
2910
  # Cambodia
2911
+ #: ../admin/view/wp-slimstat-reports.php:1857
2912
  msgid "c-kh"
2913
  msgstr "Kambodscha"
2914
 
2915
  # Cameroon
2916
+ #: ../admin/view/wp-slimstat-reports.php:1857
2917
  msgid "c-cm"
2918
  msgstr "Kamerun"
2919
 
2920
  # Canada
2921
+ #: ../admin/view/wp-slimstat-reports.php:1857
2922
  msgid "c-ca"
2923
  msgstr "Kanada"
2924
 
2925
  # Cape Verde
2926
+ #: ../admin/view/wp-slimstat-reports.php:1857
2927
  msgid "c-cv"
2928
  msgstr "Kap Verde"
2929
 
2930
  # Cayman Islands
2931
+ #: ../admin/view/wp-slimstat-reports.php:1857
2932
  msgid "c-ky"
2933
  msgstr "Kaimaninseln"
2934
 
2935
  # Central African Republic
2936
+ #: ../admin/view/wp-slimstat-reports.php:1857
2937
  msgid "c-cf"
2938
  msgstr "Zentralafrika"
2939
 
2940
  # Chad
2941
+ #: ../admin/view/wp-slimstat-reports.php:1857
2942
  msgid "c-td"
2943
  msgstr "Tschad"
2944
 
2945
  # Chile
2946
+ #: ../admin/view/wp-slimstat-reports.php:1857
2947
  msgid "c-cl"
2948
  msgstr "Chile"
2949
 
2950
  # China
2951
+ #: ../admin/view/wp-slimstat-reports.php:1857
2952
  msgid "c-cn"
2953
  msgstr "China"
2954
 
2955
  # Colombia
2956
+ #: ../admin/view/wp-slimstat-reports.php:1857
2957
  msgid "c-co"
2958
  msgstr "Kolumbien"
2959
 
2960
  # Comoros
2961
+ #: ../admin/view/wp-slimstat-reports.php:1857
2962
  msgid "c-km"
2963
  msgstr "Komoren"
2964
 
2965
  # Congo
2966
+ #: ../admin/view/wp-slimstat-reports.php:1857
2967
  msgid "c-cg"
2968
  msgstr "Republik Kongo"
2969
 
2970
  # The Democratic Republic of the Congo
2971
+ #: ../admin/view/wp-slimstat-reports.php:1857
2972
  msgid "c-cd"
2973
  msgstr "Demokratische Republik Kongo"
2974
 
2975
  # Costa Rica
2976
+ #: ../admin/view/wp-slimstat-reports.php:1857
2977
  msgid "c-cr"
2978
  msgstr "Costa Rica"
2979
 
2980
  # Côte d'Ivoire
2981
+ #: ../admin/view/wp-slimstat-reports.php:1857
2982
  msgid "c-ci"
2983
  msgstr "Elfenbeink&uuml;ste"
2984
 
2985
  # Croatia
2986
+ #: ../admin/view/wp-slimstat-reports.php:1857
2987
  msgid "c-hr"
2988
  msgstr "Kroatien"
2989
 
2990
  # Cuba
2991
+ #: ../admin/view/wp-slimstat-reports.php:1857
2992
  msgid "c-cu"
2993
  msgstr "Kuba"
2994
 
2995
  # Cyprus
2996
+ #: ../admin/view/wp-slimstat-reports.php:1857
2997
  msgid "c-cy"
2998
  msgstr "Zypern"
2999
 
3000
  # Czech Republic
3001
+ #: ../admin/view/wp-slimstat-reports.php:1857
3002
  msgid "c-cz"
3003
  msgstr "Tschechische Republik"
3004
 
3005
  # Denmark
3006
+ #: ../admin/view/wp-slimstat-reports.php:1857
3007
  msgid "c-dk"
3008
  msgstr "D&auml;nemark"
3009
 
3010
  # Djibouti
3011
+ #: ../admin/view/wp-slimstat-reports.php:1857
3012
  msgid "c-dj"
3013
  msgstr "Dschibuti"
3014
 
3015
  # Dominica
3016
+ #: ../admin/view/wp-slimstat-reports.php:1857
3017
  msgid "c-dm"
3018
  msgstr "Dominica"
3019
 
3020
  # Dominican Republic
3021
+ #: ../admin/view/wp-slimstat-reports.php:1857
3022
  msgid "c-do"
3023
  msgstr "Dominikanische Republik"
3024
 
3025
  # Ecuador
3026
+ #: ../admin/view/wp-slimstat-reports.php:1857
3027
  msgid "c-ec"
3028
  msgstr "Ecuador"
3029
 
3030
  # Egypt
3031
+ #: ../admin/view/wp-slimstat-reports.php:1857
3032
  msgid "c-eg"
3033
  msgstr "&Auml;gypten"
3034
 
3035
  # El Salvador
3036
+ #: ../admin/view/wp-slimstat-reports.php:1857
3037
  msgid "c-sv"
3038
  msgstr "El Salvador"
3039
 
3040
  # Equatorial Guinea
3041
+ #: ../admin/view/wp-slimstat-reports.php:1857
3042
  msgid "c-gq"
3043
  msgstr "Äquatorialguinea"
3044
 
3045
  # Eritrea
3046
+ #: ../admin/view/wp-slimstat-reports.php:1857
3047
  msgid "c-er"
3048
  msgstr "Eritrea"
3049
 
3050
  # Estonia
3051
+ #: ../admin/view/wp-slimstat-reports.php:1857
3052
  msgid "c-ee"
3053
  msgstr "Estland"
3054
 
3055
  # Ethiopia
3056
+ #: ../admin/view/wp-slimstat-reports.php:1857
3057
  msgid "c-et"
3058
  msgstr "&Auml;thiopien"
3059
 
3060
  # Faroe Islands
3061
+ #: ../admin/view/wp-slimstat-reports.php:1857
3062
  msgid "c-fo"
3063
  msgstr "F&auml;r&ouml;er Inseln"
3064
 
3065
  # Falkland Islands (Malvinas)
3066
+ #: ../admin/view/wp-slimstat-reports.php:1857
3067
  msgid "c-fk"
3068
  msgstr "Falklandinseln (Malwinen)"
3069
 
3070
  # Fiji
3071
+ #: ../admin/view/wp-slimstat-reports.php:1857
3072
  msgid "c-fj"
3073
  msgstr "Republik Fidschi"
3074
 
3075
  # Finland
3076
+ #: ../admin/view/wp-slimstat-reports.php:1857
3077
  msgid "c-fi"
3078
  msgstr "Finnland"
3079
 
3080
  # France
3081
+ #: ../admin/view/wp-slimstat-reports.php:1857
3082
  msgid "c-fr"
3083
  msgstr "Franz&ouml;sische Republik"
3084
 
3085
  # French Guiana
3086
+ #: ../admin/view/wp-slimstat-reports.php:1857
3087
  msgid "c-gf"
3088
  msgstr "Franz&ouml;sisch-Guayana"
3089
 
3090
  # Gabon
3091
+ #: ../admin/view/wp-slimstat-reports.php:1857
3092
  msgid "c-ga"
3093
  msgstr "Gabun"
3094
 
3095
  # Gambia
3096
+ #: ../admin/view/wp-slimstat-reports.php:1857
3097
  msgid "c-gm"
3098
  msgstr "Gambia"
3099
 
3100
  # Georgia
3101
+ #: ../admin/view/wp-slimstat-reports.php:1857
3102
  msgid "c-ge"
3103
  msgstr "Georgien"
3104
 
3105
  # Germany
3106
+ #: ../admin/view/wp-slimstat-reports.php:1857
3107
  msgid "c-de"
3108
  msgstr "Bundesrepublik Deutschland"
3109
 
3110
  # Ghana
3111
+ #: ../admin/view/wp-slimstat-reports.php:1857
3112
  msgid "c-gh"
3113
  msgstr "Ghana"
3114
 
3115
  # Greece
3116
+ #: ../admin/view/wp-slimstat-reports.php:1857
3117
  msgid "c-gr"
3118
  msgstr "Griechenland"
3119
 
3120
  # Greenland
3121
+ #: ../admin/view/wp-slimstat-reports.php:1857
3122
  msgid "c-gl"
3123
  msgstr "Gr&ouml;nland"
3124
 
3125
  # Grenada
3126
+ #: ../admin/view/wp-slimstat-reports.php:1857
3127
  msgid "c-gd"
3128
  msgstr "Grenada"
3129
 
3130
  # Guadeloupe
3131
+ #: ../admin/view/wp-slimstat-reports.php:1857
3132
  msgid "c-gp"
3133
  msgstr "Guadeloupe"
3134
 
3135
  # Guatemala
3136
+ #: ../admin/view/wp-slimstat-reports.php:1857
3137
  msgid "c-gt"
3138
  msgstr "Guatemala"
3139
 
3140
  # Guinea
3141
+ #: ../admin/view/wp-slimstat-reports.php:1857
3142
  msgid "c-gn"
3143
  msgstr "Guinea"
3144
 
3145
  # Guinea-Bissau
3146
+ #: ../admin/view/wp-slimstat-reports.php:1857
3147
  msgid "c-gw"
3148
  msgstr "Guinea-Bissau"
3149
 
3150
  # Guyana
3151
+ #: ../admin/view/wp-slimstat-reports.php:1857
3152
  msgid "c-gy"
3153
  msgstr "Guyana"
3154
 
3155
  # Haiti
3156
+ #: ../admin/view/wp-slimstat-reports.php:1857
3157
  msgid "c-ht"
3158
  msgstr "Haiti"
3159
 
3160
  # Honduras
3161
+ #: ../admin/view/wp-slimstat-reports.php:1857
3162
  msgid "c-hn"
3163
  msgstr "Honduras"
3164
 
3165
  # Hong Kong
3166
+ #: ../admin/view/wp-slimstat-reports.php:1857
3167
  msgid "c-hk"
3168
  msgstr "Hong Kong"
3169
 
3170
  # Hungary
3171
+ #: ../admin/view/wp-slimstat-reports.php:1857
3172
  msgid "c-hu"
3173
  msgstr "Ungarn"
3174
 
3175
  # Iceland
3176
+ #: ../admin/view/wp-slimstat-reports.php:1857
3177
  msgid "c-is"
3178
  msgstr "Island"
3179
 
3180
  # India
3181
+ #: ../admin/view/wp-slimstat-reports.php:1857
3182
  msgid "c-in"
3183
  msgstr "Indien"
3184
 
3185
  # Indonesia
3186
+ #: ../admin/view/wp-slimstat-reports.php:1857
3187
  msgid "c-id"
3188
  msgstr "Indonesien"
3189
 
3190
  # Islamic Republic of Iran
3191
+ #: ../admin/view/wp-slimstat-reports.php:1857
3192
  msgid "c-ir"
3193
  msgstr "Islamische Republik Iran"
3194
 
3195
  # Iraq
3196
+ #: ../admin/view/wp-slimstat-reports.php:1857
3197
  msgid "c-iq"
3198
  msgstr "Irak"
3199
 
3200
  # Ireland
3201
+ #: ../admin/view/wp-slimstat-reports.php:1857
3202
  msgid "c-ie"
3203
  msgstr "Irland"
3204
 
3205
  # Israel
3206
+ #: ../admin/view/wp-slimstat-reports.php:1857
3207
  msgid "c-il"
3208
  msgstr "Israel"
3209
 
3210
  # Italy
3211
+ #: ../admin/view/wp-slimstat-reports.php:1857
3212
  msgid "c-it"
3213
  msgstr "Italien"
3214
 
3215
  # Jamaica
3216
+ #: ../admin/view/wp-slimstat-reports.php:1857
3217
  msgid "c-jm"
3218
  msgstr "Jamaika"
3219
 
3220
  # Japan
3221
+ #: ../admin/view/wp-slimstat-reports.php:1857
3222
  msgid "c-jp"
3223
  msgstr "Japan"
3224
 
3225
  # Jordan
3226
+ #: ../admin/view/wp-slimstat-reports.php:1857
3227
  msgid "c-jo"
3228
  msgstr "Jordan"
3229
 
3230
  # Kazakhstan
3231
+ #: ../admin/view/wp-slimstat-reports.php:1857
3232
  msgid "c-kz"
3233
  msgstr "Kasachstan"
3234
 
3235
  # Kenya
3236
+ #: ../admin/view/wp-slimstat-reports.php:1857
3237
  msgid "c-ke"
3238
  msgstr "Kenia"
3239
 
3240
  # Nauru
3241
+ #: ../admin/view/wp-slimstat-reports.php:1857
3242
  msgid "c-nr"
3243
  msgstr "Nauru"
3244
 
3245
  # Democratic People's Republic of Korea
3246
+ #: ../admin/view/wp-slimstat-reports.php:1857
3247
  msgid "c-kp"
3248
  msgstr "Demokratische Volksrepublik Korea"
3249
 
3250
  # Republic of Korea
3251
+ #: ../admin/view/wp-slimstat-reports.php:1857
3252
  msgid "c-kr"
3253
  msgstr "Republik Korea"
3254
 
3255
+ #: ../admin/view/wp-slimstat-reports.php:1857
3256
  msgid "c-kv"
3257
  msgstr "Komi"
3258
 
3259
  # Kuwait
3260
+ #: ../admin/view/wp-slimstat-reports.php:1857
3261
  msgid "c-kw"
3262
  msgstr "Kuwait"
3263
 
3264
  # Kyrgyzstan
3265
+ #: ../admin/view/wp-slimstat-reports.php:1857
3266
  msgid "c-kg"
3267
  msgstr "Kirgistan"
3268
 
3269
  # Lao People's Democratic Republic
3270
+ #: ../admin/view/wp-slimstat-reports.php:1857
3271
  msgid "c-la"
3272
  msgstr "Demokratische Volksrepublik Laos"
3273
 
3274
  # Latvia
3275
+ #: ../admin/view/wp-slimstat-reports.php:1857
3276
  msgid "c-lv"
3277
  msgstr "Lettland"
3278
 
3279
  # Lebanon
3280
+ #: ../admin/view/wp-slimstat-reports.php:1857
3281
  msgid "c-lb"
3282
  msgstr "Libanon"
3283
 
3284
  # Lesotho
3285
+ #: ../admin/view/wp-slimstat-reports.php:1857
3286
  msgid "c-ls"
3287
  msgstr "Lesotho"
3288
 
3289
  # Liberia
3290
+ #: ../admin/view/wp-slimstat-reports.php:1857
3291
  msgid "c-lr"
3292
  msgstr "Liberia"
3293
 
3294
  # Libyan Arab Jamahiriya
3295
+ #: ../admin/view/wp-slimstat-reports.php:1857
3296
  msgid "c-ly"
3297
  msgstr "Libyen"
3298
 
3299
  # Liechtenstein
3300
+ #: ../admin/view/wp-slimstat-reports.php:1857
3301
  msgid "c-li"
3302
  msgstr "Liechtenstein"
3303
 
3304
  # Lithuania
3305
+ #: ../admin/view/wp-slimstat-reports.php:1857
3306
  msgid "c-lt"
3307
  msgstr "Litauen"
3308
 
3309
  # Luxembourg
3310
+ #: ../admin/view/wp-slimstat-reports.php:1857
3311
  msgid "c-lu"
3312
  msgstr "Luxemburg"
3313
 
3314
  # The Former Yugoslav Republic of Macedonia
3315
+ #: ../admin/view/wp-slimstat-reports.php:1857
3316
  msgid "c-mk"
3317
  msgstr "Ehemalige Jugoslawische Republik Mazedonien"
3318
 
3319
  # Madagascar
3320
+ #: ../admin/view/wp-slimstat-reports.php:1857
3321
  msgid "c-mg"
3322
  msgstr "Madagaskar"
3323
 
3324
  # Malawi
3325
+ #: ../admin/view/wp-slimstat-reports.php:1857
3326
  msgid "c-mw"
3327
  msgstr "Malawi"
3328
 
3329
  # Malaysia
3330
+ #: ../admin/view/wp-slimstat-reports.php:1857
3331
  msgid "c-my"
3332
  msgstr "Malaysien"
3333
 
3334
  # Mali
3335
+ #: ../admin/view/wp-slimstat-reports.php:1857
3336
  msgid "c-ml"
3337
  msgstr "Mali"
3338
 
3339
  # Malta
3340
+ #: ../admin/view/wp-slimstat-reports.php:1857
3341
  msgid "c-mt"
3342
  msgstr "Malta"
3343
 
3344
  # Martinique
3345
+ #: ../admin/view/wp-slimstat-reports.php:1857
3346
  msgid "c-mq"
3347
  msgstr "Martinique"
3348
 
3349
  # Mauritania
3350
+ #: ../admin/view/wp-slimstat-reports.php:1857
3351
  msgid "c-mr"
3352
  msgstr "Mauritanien"
3353
 
3354
  # Mauritius
3355
+ #: ../admin/view/wp-slimstat-reports.php:1857
3356
  msgid "c-mu"
3357
  msgstr "Mauritius"
3358
 
3359
  # Mexico
3360
+ #: ../admin/view/wp-slimstat-reports.php:1857
3361
  msgid "c-mx"
3362
  msgstr "Mexiko"
3363
 
3364
  # Moldova
3365
+ #: ../admin/view/wp-slimstat-reports.php:1857
3366
  msgid "c-md"
3367
  msgstr "Moldawien"
3368
 
3369
  # Mongolia
3370
+ #: ../admin/view/wp-slimstat-reports.php:1857
3371
  msgid "c-mn"
3372
  msgstr "Mongolei"
3373
 
3374
  # Montenegro
3375
+ #: ../admin/view/wp-slimstat-reports.php:1857
3376
  msgid "c-me"
3377
  msgstr "Montenegro"
3378
 
3379
  # Montserrat
3380
+ #: ../admin/view/wp-slimstat-reports.php:1857
3381
  msgid "c-ms"
3382
  msgstr "Montserrat"
3383
 
3384
  # Morocco
3385
+ #: ../admin/view/wp-slimstat-reports.php:1857
3386
  msgid "c-ma"
3387
  msgstr "Marokko"
3388
 
3389
  # Mozambique
3390
+ #: ../admin/view/wp-slimstat-reports.php:1857
3391
  msgid "c-mz"
3392
  msgstr "Mosambik"
3393
 
3394
  # Myanmar
3395
+ #: ../admin/view/wp-slimstat-reports.php:1857
3396
  msgid "c-mm"
3397
  msgstr "Myanmar"
3398
 
3399
  # Namibia
3400
+ #: ../admin/view/wp-slimstat-reports.php:1857
3401
  msgid "c-na"
3402
  msgstr "Namibia"
3403
 
3404
  # Nepal
3405
+ #: ../admin/view/wp-slimstat-reports.php:1857
3406
  msgid "c-np"
3407
  msgstr "Nepal"
3408
 
3409
  # Netherlands
3410
+ #: ../admin/view/wp-slimstat-reports.php:1857
3411
  msgid "c-nl"
3412
  msgstr "Niederlande"
3413
 
3414
  # New Caledonia
3415
+ #: ../admin/view/wp-slimstat-reports.php:1857
3416
  msgid "c-nc"
3417
  msgstr "Neukaledonien"
3418
 
3419
  # New Zealand
3420
+ #: ../admin/view/wp-slimstat-reports.php:1857
3421
  msgid "c-nz"
3422
  msgstr "Neuseeland"
3423
 
3424
  # Nicaragua
3425
+ #: ../admin/view/wp-slimstat-reports.php:1857
3426
  msgid "c-ni"
3427
  msgstr "Nicaragua"
3428
 
3429
  # Niger
3430
+ #: ../admin/view/wp-slimstat-reports.php:1857
3431
  msgid "c-ne"
3432
  msgstr "Niger"
3433
 
3434
  # Nigeria
3435
+ #: ../admin/view/wp-slimstat-reports.php:1857
3436
  msgid "c-ng"
3437
  msgstr "Nigeria"
3438
 
3439
  # Norway
3440
+ #: ../admin/view/wp-slimstat-reports.php:1857
3441
  msgid "c-no"
3442
  msgstr "Norwegen"
3443
 
3444
  # Oman
3445
+ #: ../admin/view/wp-slimstat-reports.php:1857
3446
  msgid "c-om"
3447
  msgstr "Oman"
3448
 
3449
  # Pakistan
3450
+ #: ../admin/view/wp-slimstat-reports.php:1857
3451
  msgid "c-pk"
3452
  msgstr "Pakistan"
3453
 
3454
  # Palau
3455
+ #: ../admin/view/wp-slimstat-reports.php:1857
3456
  msgid "c-pw"
3457
  msgstr "Palau"
3458
 
3459
  # Occupied Palestinian Territory
3460
+ #: ../admin/view/wp-slimstat-reports.php:1857
3461
  msgid "c-ps"
3462
  msgstr "Palästinensische Autonomiegebiete"
3463
 
3464
  # Panama
3465
+ #: ../admin/view/wp-slimstat-reports.php:1857
3466
  msgid "c-pa"
3467
  msgstr "Panama"
3468
 
3469
  # Papua New Guinea
3470
+ #: ../admin/view/wp-slimstat-reports.php:1857
3471
  msgid "c-pg"
3472
  msgstr "Papua Neu Guinea"
3473
 
3474
  # Paraguay
3475
+ #: ../admin/view/wp-slimstat-reports.php:1857
3476
  msgid "c-py"
3477
  msgstr "Paraguay"
3478
 
3479
  # Peru
3480
+ #: ../admin/view/wp-slimstat-reports.php:1857
3481
  msgid "c-pe"
3482
  msgstr "Peru"
3483
 
3484
  # Philippines
3485
+ #: ../admin/view/wp-slimstat-reports.php:1857
3486
  msgid "c-ph"
3487
  msgstr "Philippinen"
3488
 
3489
  # Poland
3490
+ #: ../admin/view/wp-slimstat-reports.php:1857
3491
  msgid "c-pl"
3492
  msgstr "Polen"
3493
 
3494
  # Portugal
3495
+ #: ../admin/view/wp-slimstat-reports.php:1857
3496
  msgid "c-pt"
3497
  msgstr "Portugal"
3498
 
3499
  # Puerto Rico
3500
+ #: ../admin/view/wp-slimstat-reports.php:1857
3501
  msgid "c-pr"
3502
  msgstr "Puerto Rico"
3503
 
3504
  # Qatar
3505
+ #: ../admin/view/wp-slimstat-reports.php:1857
3506
  msgid "c-qa"
3507
  msgstr "Katar"
3508
 
3509
  # Réunion
3510
+ #: ../admin/view/wp-slimstat-reports.php:1857
3511
  msgid "c-re"
3512
  msgstr "Réunion"
3513
 
3514
  # Romania
3515
+ #: ../admin/view/wp-slimstat-reports.php:1857
3516
  msgid "c-ro"
3517
  msgstr "Rum&auml;nien"
3518
 
3519
  # Russian Federation
3520
+ #: ../admin/view/wp-slimstat-reports.php:1857
3521
  msgid "c-ru"
3522
  msgstr "Russische Föderation"
3523
 
3524
  # Rwanda
3525
+ #: ../admin/view/wp-slimstat-reports.php:1857
3526
  msgid "c-rw"
3527
  msgstr "Ruanda"
3528
 
3529
  # Saint Kitts and Nevis
3530
+ #: ../admin/view/wp-slimstat-reports.php:1857
3531
  msgid "c-kn"
3532
  msgstr "St. Kitts und Nevis"
3533
 
3534
  # Saint Lucia
3535
+ #: ../admin/view/wp-slimstat-reports.php:1857
3536
  msgid "c-lc"
3537
  msgstr "Saint Lucia"
3538
 
3539
  # Saint Martin
3540
+ #: ../admin/view/wp-slimstat-reports.php:1857
3541
  msgid "c-mf"
3542
  msgstr "Saint Martin"
3543
 
3544
  # Saint Vincent and the Grenadines
3545
+ #: ../admin/view/wp-slimstat-reports.php:1857
3546
  msgid "c-vc"
3547
  msgstr "St. Vincent und die Grenadinen"
3548
 
3549
  # Samoa
3550
+ #: ../admin/view/wp-slimstat-reports.php:1857
3551
  msgid "c-ws"
3552
  msgstr "Samoa"
3553
 
3554
  # Sao Tome and Principe
3555
+ #: ../admin/view/wp-slimstat-reports.php:1857
3556
  msgid "c-st"
3557
  msgstr "Sao Tomé und Príncipe"
3558
 
3559
  # Saudi Arabia
3560
+ #: ../admin/view/wp-slimstat-reports.php:1857
3561
  msgid "c-sa"
3562
  msgstr "Saudi Arabien"
3563
 
3564
  # Senegal
3565
+ #: ../admin/view/wp-slimstat-reports.php:1857
3566
  msgid "c-sn"
3567
  msgstr "Senegal"
3568
 
3569
  # Serbia
3570
+ #: ../admin/view/wp-slimstat-reports.php:1857
3571
  msgid "c-rs"
3572
  msgstr "Serbien"
3573
 
3574
  # Sierra Leone
3575
+ #: ../admin/view/wp-slimstat-reports.php:1857
3576
  msgid "c-sl"
3577
  msgstr "Sierra Leone"
3578
 
3579
  # Singapore
3580
+ #: ../admin/view/wp-slimstat-reports.php:1857
3581
  msgid "c-sg"
3582
  msgstr "Singapur"
3583
 
3584
  # Slovakia
3585
+ #: ../admin/view/wp-slimstat-reports.php:1857
3586
  msgid "c-sk"
3587
  msgstr "Slowakei"
3588
 
3589
  # Slovenia
3590
+ #: ../admin/view/wp-slimstat-reports.php:1857
3591
  msgid "c-si"
3592
  msgstr "Slowenien"
3593
 
3594
  # Solomon Islands
3595
+ #: ../admin/view/wp-slimstat-reports.php:1857
3596
  msgid "c-sb"
3597
  msgstr "Salomonen"
3598
 
3599
  # Somalia
3600
+ #: ../admin/view/wp-slimstat-reports.php:1857
3601
  msgid "c-so"
3602
  msgstr "Somalia"
3603
 
3604
  # South Africa
3605
+ #: ../admin/view/wp-slimstat-reports.php:1857
3606
  msgid "c-za"
3607
  msgstr "Südafrika"
3608
 
3609
  # South Georgia and the South Sandwich Islands
3610
+ #: ../admin/view/wp-slimstat-reports.php:1857
3611
  msgid "c-gs"
3612
  msgstr "Südgeorgien und die Südlichen Sandwichinseln"
3613
 
3614
  # Spain
3615
+ #: ../admin/view/wp-slimstat-reports.php:1857
3616
  msgid "c-es"
3617
  msgstr "Spanien"
3618
 
3619
  # Sri Lanka
3620
+ #: ../admin/view/wp-slimstat-reports.php:1857
3621
  msgid "c-lk"
3622
  msgstr "Sri Lanka"
3623
 
3624
+ #: ../admin/view/wp-slimstat-reports.php:1857
3625
  msgid "c-sc"
3626
  msgstr ""
3627
 
3628
  # Sudan
3629
+ #: ../admin/view/wp-slimstat-reports.php:1857
3630
  msgid "c-sd"
3631
  msgstr "Sudan"
3632
 
3633
+ #: ../admin/view/wp-slimstat-reports.php:1857
3634
  msgid "c-ss"
3635
  msgstr "Siswati"
3636
 
3637
  # Suriname
3638
+ #: ../admin/view/wp-slimstat-reports.php:1857
3639
  msgid "c-sr"
3640
  msgstr "Suriname"
3641
 
3642
  # Svalbard and Jan Mayen
3643
+ #: ../admin/view/wp-slimstat-reports.php:1857
3644
  msgid "c-sj"
3645
  msgstr "Spitzbergen und Jan Mayen"
3646
 
3647
  # Swaziland
3648
+ #: ../admin/view/wp-slimstat-reports.php:1857
3649
  msgid "c-sz"
3650
  msgstr "Swaziland"
3651
 
3652
  # Sweden
3653
+ #: ../admin/view/wp-slimstat-reports.php:1857
3654
  msgid "c-se"
3655
  msgstr "Schweden"
3656
 
3657
  # Switzerland
3658
+ #: ../admin/view/wp-slimstat-reports.php:1857
3659
  msgid "c-ch"
3660
  msgstr "Schweiz"
3661
 
3662
  # Syrian Arab Republic
3663
+ #: ../admin/view/wp-slimstat-reports.php:1857
3664
  msgid "c-sy"
3665
  msgstr "Arabische Republik Syrien"
3666
 
3667
  # Taiwan, Province of China
3668
+ #: ../admin/view/wp-slimstat-reports.php:1857
3669
  msgid "c-tw"
3670
  msgstr "Taiwan"
3671
 
3672
  # Tajikistan
3673
+ #: ../admin/view/wp-slimstat-reports.php:1857
3674
  msgid "c-tj"
3675
  msgstr "Tadschikistan"
3676
 
3677
  # United Republic of Tanzania
3678
+ #: ../admin/view/wp-slimstat-reports.php:1857
3679
  msgid "c-tz"
3680
  msgstr "Vereinigte Republik Tansania"
3681
 
3682
  # Thailand
3683
+ #: ../admin/view/wp-slimstat-reports.php:1857
3684
  msgid "c-th"
3685
  msgstr "Thailand"
3686
 
3687
  # Timor-Leste
3688
+ #: ../admin/view/wp-slimstat-reports.php:1857
3689
  msgid "c-tl"
3690
  msgstr "Timor-Leste"
3691
 
3692
  # Togo
3693
+ #: ../admin/view/wp-slimstat-reports.php:1857
3694
  msgid "c-tg"
3695
  msgstr "Togo"
3696
 
3697
  # Tonga
3698
+ #: ../admin/view/wp-slimstat-reports.php:1857
3699
  msgid "c-to"
3700
  msgstr "Tonga"
3701
 
3702
  # Trinidad and Tobago
3703
+ #: ../admin/view/wp-slimstat-reports.php:1857
3704
  msgid "c-tt"
3705
  msgstr "Trinidad und Tobago"
3706
 
3707
  # Tunisia
3708
+ #: ../admin/view/wp-slimstat-reports.php:1857
3709
  msgid "c-tn"
3710
  msgstr "Tunesien"
3711
 
3712
  # Turkey
3713
+ #: ../admin/view/wp-slimstat-reports.php:1857
3714
  msgid "c-tr"
3715
  msgstr "T&uuml;rkei"
3716
 
3717
  # Turkmenistan
3718
+ #: ../admin/view/wp-slimstat-reports.php:1857
3719
  msgid "c-tm"
3720
  msgstr "Turkmenistan"
3721
 
3722
  # Turks and Caicos Islands
3723
+ #: ../admin/view/wp-slimstat-reports.php:1857
3724
  msgid "c-tc"
3725
  msgstr "Turks- und Caicosinseln"
3726
 
3727
  # Uganda
3728
+ #: ../admin/view/wp-slimstat-reports.php:1857
3729
  msgid "c-ug"
3730
  msgstr "Uganda"
3731
 
3732
  # Ukraine
3733
+ #: ../admin/view/wp-slimstat-reports.php:1857
3734
  msgid "c-ua"
3735
  msgstr "Ukraine"
3736
 
3737
  # United Arab Emirates
3738
+ #: ../admin/view/wp-slimstat-reports.php:1857
3739
  msgid "c-ae"
3740
  msgstr "Vereinigte Arabische Emirate"
3741
 
3742
  # United Kingdom
3743
+ #: ../admin/view/wp-slimstat-reports.php:1857
3744
  msgid "c-gb"
3745
  msgstr "Vereinigtes K&ouml;nigreich"
3746
 
3747
  # United States
3748
+ #: ../admin/view/wp-slimstat-reports.php:1857
3749
  msgid "c-us"
3750
  msgstr "Vereinigte Staaten"
3751
 
3752
  # Uruguay
3753
+ #: ../admin/view/wp-slimstat-reports.php:1857
3754
  msgid "c-uy"
3755
  msgstr "Uruguay"
3756
 
3757
  # Uzbekistan
3758
+ #: ../admin/view/wp-slimstat-reports.php:1857
3759
  msgid "c-uz"
3760
  msgstr "Usbekistan"
3761
 
3762
  # Vanuatu
3763
+ #: ../admin/view/wp-slimstat-reports.php:1857
3764
  msgid "c-vu"
3765
  msgstr "Vanuatu"
3766
 
3767
  # Venezuela
3768
+ #: ../admin/view/wp-slimstat-reports.php:1857
3769
  msgid "c-ve"
3770
  msgstr "Venezuela"
3771
 
3772
  # Viet Nam
3773
+ #: ../admin/view/wp-slimstat-reports.php:1857
3774
  msgid "c-vn"
3775
  msgstr "Vietnam"
3776
 
3777
  # British Virgin Islands
3778
+ #: ../admin/view/wp-slimstat-reports.php:1857
3779
  msgid "c-vg"
3780
  msgstr "Jungferninseln"
3781
 
3782
  # U.S. Virgin Islands
3783
+ #: ../admin/view/wp-slimstat-reports.php:1857
3784
  msgid "c-vi"
3785
  msgstr "Amerikanische Jungferninseln"
3786
 
3787
  # Western Sahara
3788
+ #: ../admin/view/wp-slimstat-reports.php:1857
3789
  msgid "c-eh"
3790
  msgstr "Westsahara"
3791
 
3792
  # Yemen
3793
+ #: ../admin/view/wp-slimstat-reports.php:1857
3794
  msgid "c-ye"
3795
  msgstr "Jemen"
3796
 
3797
  # Zambia
3798
+ #: ../admin/view/wp-slimstat-reports.php:1857
3799
  msgid "c-zm"
3800
  msgstr "Sambia"
3801
 
3802
  # Zimbabwe
3803
+ #: ../admin/view/wp-slimstat-reports.php:1857
3804
  msgid "c-zw"
3805
  msgstr "Zimbabwe"
3806
 
3807
  # Guernsey
3808
+ #: ../admin/view/wp-slimstat-reports.php:1857
3809
  msgid "c-gg"
3810
  msgstr "Guernsey"
3811
 
3812
  # Jersey
3813
+ #: ../admin/view/wp-slimstat-reports.php:1857
3814
  msgid "c-je"
3815
  msgstr "Jersey"
3816
 
3817
  # Isle of Man
3818
+ #: ../admin/view/wp-slimstat-reports.php:1857
3819
  msgid "c-im"
3820
  msgstr "Isle of Man"
3821
 
3822
  # Maldives
3823
+ #: ../admin/view/wp-slimstat-reports.php:1857
3824
  msgid "c-mv"
3825
  msgstr "Malediven"
3826
 
3827
+ #: ../admin/view/wp-slimstat-reports.php:1858
3828
  msgid "c-eu"
3829
  msgstr ""
3830
 
3831
+ #: ../admin/view/wp-slimstat-reports.php:1935
3832
  msgid "src"
3833
  msgstr "src"
3834
 
3835
+ #: ../admin/view/wp-slimstat-reports.php:1939
3836
  msgid "serp"
3837
  msgstr "serp"
3838
 
3839
+ #: ../admin/view/wp-slimstat-reports.php:1947
3840
  msgid "Go to the referring page"
3841
  msgstr "Verweisende Seite &ouml;ffnen"
3842
 
3843
+ #: ../admin/view/wp-slimstat-reports.php:1969
3844
  msgid "Remove filter for"
3845
  msgstr "Entferne Filter f&uuml;r"
3846
 
3847
+ #: ../admin/view/wp-slimstat-reports.php:1973
3848
  msgid "Save"
3849
  msgstr ""
3850
 
3851
+ #: ../admin/view/wp-slimstat-reports.php:1976
3852
  #, fuzzy
3853
  msgid "Reset All"
3854
  msgstr "Datenbanktabellen zurücksetzen"
3855
 
3856
+ #: ../admin/view/wp-slimstat-reports.php:1980
3857
  msgid "Current filters:"
3858
  msgstr "Aktuelle Filter:"
3859
 
3860
+ #: ../admin/wp-slimstat-admin.php:39
 
 
 
 
3861
  msgid "Overview"
3862
  msgstr "&Uuml;bersicht"
3863
 
3864
+ #: ../admin/wp-slimstat-admin.php:45
3865
  msgid "Audience"
3866
  msgstr ""
3867
 
3868
+ #: ../admin/wp-slimstat-admin.php:51
3869
  msgid "Site Analysis"
3870
  msgstr ""
3871
 
3872
+ #: ../admin/wp-slimstat-admin.php:69
3873
  #, fuzzy
3874
  msgid "Customize"
3875
  msgstr "Benutzerdefinierte CSS"
3876
 
3877
+ #: ../admin/wp-slimstat-admin.php:81
3878
  #, fuzzy
3879
  msgid "WordPress Dashboard"
3880
  msgstr "WordPress-Integration"
3881
 
3882
+ #: ../admin/wp-slimstat-admin.php:87
3883
  #, fuzzy
3884
  msgid "Inactive Reports"
3885
  msgstr "Berichte zurücksetzen"
3886
 
3887
+ #: ../admin/wp-slimstat-admin.php:452
3888
  msgid ""
3889
  "Slimstat attempted to upgrade your database structure, but the procedure "
3890
  "might not have been completed (temporary tables were detected in your "
3897
  "to contact our support team if you have any questions."
3898
  msgstr ""
3899
 
3900
+ #: ../admin/wp-slimstat-admin.php:792
3901
  #, fuzzy
3902
  msgid "SlimStat"
3903
  msgstr "&Uuml;ber WP SlimStat"
3904
 
3905
+ #: ../admin/wp-slimstat-admin.php:855
3906
  #, fuzzy
3907
  msgid "Slimstat"
3908
  msgstr "&Uuml;ber WP SlimStat"
3909
 
3910
+ #: ../admin/wp-slimstat-admin.php:945
3911
  #, fuzzy
3912
  msgid "Pageviews in the last "
3913
  msgstr "Seitenaufrufe (Diagramm)"
3914
 
3915
+ #: ../admin/wp-slimstat-admin.php:948
3916
  #, fuzzy
3917
  msgid "Unique IPs in the last "
3918
  msgstr "Eindeutige interne Zugriffe"
3919
 
3920
+ #: ../admin/wp-slimstat-admin.php:982
3921
  #, php-format
3922
  msgid ""
3923
  " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3924
  msgstr ""
3925
 
3926
+ #: ../admin/wp-slimstat-admin.php:1007
3927
  msgid "Show on screen"
3928
  msgstr "Anzeigen"
3929
 
3930
+ #: ../admin/wp-slimstat-admin.php:1116
3931
  msgid "Already saved"
3932
  msgstr ""
3933
 
3934
+ #: ../admin/wp-slimstat-admin.php:1124
3935
  msgid "Saved"
3936
  msgstr ""
3937
 
3938
+ #: ../admin/wp-slimstat-admin.php:1144
3939
  #, fuzzy
3940
  msgid "Delete this filter"
3941
  msgstr "Lösche Seitenaufrufe, wo"
3942
 
3943
+ #: ../admin/wp-slimstat-admin.php:1208
3944
  msgid "On"
3945
  msgstr "An"
3946
 
3947
+ #: ../admin/wp-slimstat-admin.php:1276
3948
  msgid "Save Changes"
3949
  msgstr "Änderungen speichern"
3950
 
3951
+ #: ../admin/wp-slimstat-admin.php:1325
3952
  msgid "There was an error updating the following options:"
3953
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
3954
 
3955
+ #: ../admin/wp-slimstat-admin.php:1328
3956
  #, fuzzy
3957
  msgid "Your changes have been saved."
3958
  msgstr "Optionen erfolgreich aktualisiert."
3959
 
3960
+ #: ../admin/wp-slimstat-admin.php:1346
3961
  msgid "Definitions"
3962
  msgstr "Definitionen"
3963
 
3964
+ #: ../admin/wp-slimstat-admin.php:1349
3965
  msgid "Pageview"
3966
  msgstr "Seitenaufrufe"
3967
 
3968
+ #: ../admin/wp-slimstat-admin.php:1349
3969
  #, fuzzy
3970
  msgid ""
3971
  "A request to load a single HTML file (\"page\"). This should be contrasted "
3976
  "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
3977
  "wird."
3978
 
3979
+ #: ../admin/wp-slimstat-admin.php:1350
3980
  msgid "(Human) Visit"
3981
  msgstr "Echte Besuche"
3982
 
3983
+ #: ../admin/wp-slimstat-admin.php:1350
3984
  msgid ""
3985
  "A period of interaction between a visitor's browser and your website, ending "
3986
  "when the browser is closed or when the user has been inactive on that site "
3990
  "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
3991
  "lang nicht auf der Website aktiv war"
3992
 
3993
+ #: ../admin/wp-slimstat-admin.php:1351
3994
  msgid ""
3995
  "Any user who has left a comment on your blog, and is thus identified by "
3996
  "Wordpress as a returning visitor"
3998
  "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
3999
  "damit als wiederkehrender Besucher erkannt wird."
4000
 
4001
+ #: ../admin/wp-slimstat-admin.php:1352
4002
  msgid "Unique IP"
4003
  msgstr "Eindeutige IPs"
4004
 
4005
+ #: ../admin/wp-slimstat-admin.php:1352
4006
  msgid ""
4007
  "Used to differentiate between multiple requests to download a file from one "
4008
  "internet address (IP) and requests originating from many distinct addresses; "
4014
  "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
4015
  "perfekt."
4016
 
4017
+ #: ../admin/wp-slimstat-admin.php:1353
4018
  msgid ""
4019
  "the originating IP address of a client connecting to a web server through an "
4020
  "HTTP proxy or load balancer"
4022
  "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
4023
  "oder Load Balancer mit dem Server verbunden hat."
4024
 
4025
+ #: ../admin/wp-slimstat-admin.php:1354
4026
  msgid "Direct Traffic"
4027
  msgstr "Direkter Besuch"
4028
 
4029
+ #: ../admin/wp-slimstat-admin.php:1354
4030
  msgid ""
4031
  "All those people showing up to your Web site by typing in the URL of your "
4032
  "Web site coming or from a bookmark; some people also call this \"default "
4036
  "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
4037
  "traffic\" genannt."
4038
 
4039
+ #: ../admin/wp-slimstat-admin.php:1355
4040
  msgid "Search Engine"
4041
  msgstr "Suchmaschinen"
4042
 
4043
+ #: ../admin/wp-slimstat-admin.php:1355
4044
  msgid ""
4045
  "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4046
  "as well as your paid (PPC/SEM) traffic, so be aware of that"
4048
  "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
4049
  "bezahlter (PPC/SEM) Traffic enthalten."
4050
 
4051
+ #: ../admin/wp-slimstat-admin.php:1356 ../admin/wp-slimstat-admin.php:1372
4052
  msgid "Keywords used by your visitors to find your website on a search engine"
4053
  msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
4054
 
4055
+ #: ../admin/wp-slimstat-admin.php:1357
4056
  msgid "SERP"
4057
  msgstr "SERP"
4058
 
4059
+ #: ../admin/wp-slimstat-admin.php:1357
4060
  msgid ""
4061
  "Short for search engine results page, the Web page that a search engine "
4062
  "returns with the results of its search. The value shown represents your rank "
4065
  "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
4066
  "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
4067
 
4068
+ #: ../admin/wp-slimstat-admin.php:1358
4069
  msgid ""
4070
  "Any program used for accessing a website; this includes browsers, robots, "
4071
  "spiders and any other program that was used to retrieve information from the "
4075
  "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
4076
  "Informationen von einer Website abruft."
4077
 
4078
+ #: ../admin/wp-slimstat-admin.php:1359
4079
  msgid ""
4080
  "A link from one domain to another is said to be outbound from its source "
4081
  "anchor and inbound to its target. This report lists all the links to other "
4084
  "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
4085
  "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
4086
 
4087
+ #: ../admin/wp-slimstat-admin.php:1366
4088
  msgid "Basic Filters"
4089
  msgstr "Einfache Filter"
4090
 
4091
+ #: ../admin/wp-slimstat-admin.php:1369
4092
  msgid "User agent (Firefox, Chrome, ...)"
4093
  msgstr "Browser (Firefox, Chrome ...)"
4094
 
4095
+ #: ../admin/wp-slimstat-admin.php:1370
4096
  msgid "2-letter code (us, ru, de, it, ...)"
4097
  msgstr "Länder-Code (us, ru, de, it...)"
4098
 
4099
+ #: ../admin/wp-slimstat-admin.php:1371
4100
  msgid "IP"
4101
  msgstr "IP"
4102
 
4103
+ #: ../admin/wp-slimstat-admin.php:1371
4104
  msgid "Visitor's public IP address"
4105
  msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
4106
 
4107
+ #: ../admin/wp-slimstat-admin.php:1373
4108
  msgid ""
4109
  "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4110
  "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4113
  "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
4114
  "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
4115
 
4116
+ #: ../admin/wp-slimstat-admin.php:1374
4117
  msgid ""
4118
  "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4119
  "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4123
  "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
4124
  "target=\"_blank\">dieser Seite</a>"
4125
 
4126
+ #: ../admin/wp-slimstat-admin.php:1375
4127
  msgid "URL accessed on your site"
4128
  msgstr "URL, die auf Ihrer Seite besucht wurde"
4129
 
4130
+ #: ../admin/wp-slimstat-admin.php:1376
4131
  #, fuzzy
4132
  msgid "Complete address of the referrer page"
4133
  msgstr "Verweisende Seite &ouml;ffnen"
4134
 
4135
+ #: ../admin/wp-slimstat-admin.php:1377
4136
  msgid "Visitor's Name"
4137
  msgstr "Besuchername"
4138
 
4139
+ #: ../admin/wp-slimstat-admin.php:1377
4140
  msgid ""
4141
  "Visitors' names according to the cookie set by Wordpress after they leave a "
4142
  "comment"
4144
  "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
4145
  "Kommentars anlegt"
4146
 
4147
+ #: ../admin/wp-slimstat-admin.php:1385
4148
  msgid "Advanced Filters"
4149
  msgstr "Erweiterte Filter"
4150
 
4151
+ #: ../admin/wp-slimstat-admin.php:1388
4152
  msgid "user agent version (9.0, 11, ...)"
4153
  msgstr "Browser-Version (9.0, 11, ...)"
4154
 
4155
+ #: ../admin/wp-slimstat-admin.php:1389
4156
  msgid ""
4157
  "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4158
  "all others"
4160
  "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
4161
  "anderen"
4162
 
4163
+ #: ../admin/wp-slimstat-admin.php:1390
4164
  msgid "Pageview Attributes"
4165
  msgstr "Eigenschaften Seitenaufrufe"
4166
 
4167
+ #: ../admin/wp-slimstat-admin.php:1390
4168
  msgid ""
4169
  "this field is set to <em>[pre]</em> if the resource has been accessed "
4170
  "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4174
  "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4175
  "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
4176
 
4177
+ #: ../admin/wp-slimstat-admin.php:1391
4178
  msgid "author associated to that post/page when the resource was accessed"
4179
  msgstr "Der dem Artikel / der Seite zugeordnete Autor"
4180
 
4181
+ #: ../admin/wp-slimstat-admin.php:1392
4182
  msgid "ID of the category/term associated to the resource, when available"
4183
  msgstr "ID der zugeordneten Kategorie, falls vorhanden"
4184
 
4185
+ #: ../admin/wp-slimstat-admin.php:1393
4186
  msgid "visitor's originating IP address, if available"
4187
  msgstr "IP-Adresse des Besuchers, falls bekannt"
4188
 
4189
+ #: ../admin/wp-slimstat-admin.php:1394
4190
  msgid ""
4191
  "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4192
  "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4199
  "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
4200
  "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
4201
 
4202
+ #: ../admin/wp-slimstat-admin.php:1395
4203
  msgid "Screen Resolution"
4204
  msgstr "Bildschirm-Aufl&ouml;sung"
4205
 
4206
+ #: ../admin/wp-slimstat-admin.php:1395
4207
  msgid "viewport width and height (1024x768, 800x600, ...)"
4208
  msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
4209
 
4210
+ #: ../admin/wp-slimstat-admin.php:1396
4211
  msgid ""
4212
  "generally used in conjunction with <em>is not empty</em>, identifies human "
4213
  "visitors"
4215
  "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
4216
  "Besucher"
4217
 
4218
+ #: ../admin/wp-slimstat-admin.php:1397
4219
  msgid "Date Filters"
4220
  msgstr "Datumsfilter"
4221
 
4222
+ #: ../admin/wp-slimstat-admin.php:1397
4223
  msgid ""
4224
  "you can specify the timeframe by entering a number in the <em>interval</em> "
4225
  "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4229
  "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
4230
  "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
4231
 
4232
+ #: ../admin/wp-slimstat-admin.php:1398
4233
  msgid "SERP Position"
4234
  msgstr "Suchmaschinenrang"
4235
 
4236
+ #: ../admin/wp-slimstat-admin.php:1398
4237
  msgid ""
4238
  "set the filter to Referer contains cd=N&, where N is the position you are "
4239
  "looking for"
4240
  msgstr ""
4241
  "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
4242
 
4243
+ #: ../browscap/browser.php:51
4244
+ msgid ""
4245
+ "This library requires at least PHP 5.5. Please ask your service provider to "
4246
+ "upgrade your server accordingly."
4247
+ msgstr ""
4248
+
4249
+ #: ../browscap/browser.php:55
4250
+ msgid "No updates are performed during AJAX requests."
4251
+ msgstr ""
4252
+
4253
+ #: ../browscap/browser.php:92
4254
+ msgid ""
4255
+ "The Browscap Library could not be opened on your filesystem. Please check "
4256
+ "your server permissions and try again."
4257
+ msgstr ""
4258
+
4259
+ #: ../browscap/browser.php:109
4260
+ msgid ""
4261
+ "There was an error checking the remote library version. Please try again "
4262
+ "later."
4263
+ msgstr ""
4264
+
4265
+ #: ../browscap/browser.php:123
4266
+ msgid ""
4267
+ "There was an error saving the Browscap data file on your server. Please "
4268
+ "check your folder permissions."
4269
+ msgstr ""
4270
+
4271
+ #: ../browscap/browser.php:130
4272
+ msgid ""
4273
+ "There was an error downloading the Browscap data file from our server. "
4274
+ "Please try again later."
4275
+ msgstr ""
4276
+
4277
+ #: ../browscap/browser.php:139
4278
+ msgid ""
4279
+ "Could not initialize the WP Filesystem API. Please check your folder "
4280
+ "permissions and PHP configuration."
4281
+ msgstr ""
4282
+
4283
+ #: ../browscap/browser.php:155
4284
+ msgid ""
4285
+ "There was an error uncompressing the Browscap data file on your server. "
4286
+ "Please check your folder permissions and PHP configuration."
4287
+ msgstr ""
4288
+
4289
+ #: ../browscap/browser.php:163
4290
+ msgid "The Browscap data file has been installed on your server."
4291
+ msgstr ""
4292
+
4293
  #: ../languages/dynamic_strings.php:3
4294
  msgid "xx"
4295
  msgstr "xx"
5919
  msgid "c-xy"
5920
  msgstr "Lokale IP-Adresse"
5921
 
5922
+ #: ../wp-slimstat.php:259 ../wp-slimstat.php:562
5923
+ msgid "Pageview filtered by third-party code"
5924
  msgstr ""
5925
 
5926
+ #: ../wp-slimstat.php:268
5927
+ msgid "Empty or not supported IP address format (IPv6)"
5928
+ msgstr ""
5929
+
5930
+ #: ../wp-slimstat.php:285
5931
+ #, php-format
5932
+ msgid "Malformed referrer URL: %s (IP: %s)"
5933
+ msgstr ""
5934
+
5935
+ #: ../wp-slimstat.php:286
5936
+ #, php-format
5937
+ msgid "Malformed referrer URL: %s"
5938
+ msgstr ""
5939
 
5940
  #: ../wp-slimstat.php:291
5941
+ #, php-format
5942
+ msgid "Attempted XSS Injection: %s (IP: %s)"
5943
+ msgstr ""
5944
 
5945
+ #: ../wp-slimstat.php:292
5946
+ #, php-format
5947
+ msgid "Attempted XSS Injection: %s"
5948
+ msgstr ""
5949
+
5950
+ #: ../wp-slimstat.php:317
5951
+ #, php-format
5952
+ msgid "Referrer %s is blacklisted"
5953
+ msgstr ""
5954
 
5955
+ #: ../wp-slimstat.php:369
5956
+ msgid "Malformed URL"
5957
  msgstr ""
5958
 
5959
+ #: ../wp-slimstat.php:403
5960
  #, php-format
5961
+ msgid "Permalink %s is blacklisted"
5962
  msgstr ""
5963
 
5964
+ #: ../wp-slimstat.php:414
5965
  #, php-format
5966
+ msgid "Logged in user %s not tracked"
5967
  msgstr ""
5968
 
5969
+ #: ../wp-slimstat.php:422
5970
+ #, php-format
5971
+ msgid "User with capability %s not tracked"
5972
+ msgstr ""
5973
 
5974
+ #: ../wp-slimstat.php:432
5975
+ #, php-format
5976
+ msgid "User %s is blacklisted"
5977
+ msgstr ""
5978
 
5979
+ #: ../wp-slimstat.php:453
5980
+ #, php-format
5981
+ msgid "Spammer %s not tracked"
5982
+ msgstr ""
5983
 
5984
+ #: ../wp-slimstat.php:482
5985
+ #, php-format
5986
+ msgid "IP address %s is blacklisted"
5987
+ msgstr ""
5988
 
5989
+ #: ../wp-slimstat.php:511
5990
+ #, php-format
5991
+ msgid "Country %s is blacklisted"
5992
  msgstr ""
5993
 
5994
+ #: ../wp-slimstat.php:520
5995
+ msgid "Prefetch requests are ignored"
5996
+ msgstr ""
 
5997
 
5998
+ #: ../wp-slimstat.php:536
5999
+ msgid "Bot not tracked"
6000
+ msgstr ""
 
6001
 
6002
+ #: ../wp-slimstat.php:545
6003
+ #, php-format
6004
+ msgid "Browser %s is blacklisted"
6005
  msgstr ""
6006
 
6007
+ #: ../wp-slimstat.php:1044
6008
  msgid "Invalid payload string. Try clearing your WordPress cache."
6009
  msgstr ""
6010
 
6011
+ #: ../wp-slimstat.php:1055
6012
  msgid "Invalid data signature. Try clearing your WordPress cache."
6013
  msgstr ""
6014
 
6015
+ #: ../wp-slimstat.php:1155
6016
  #, fuzzy
6017
  msgid "There was an error downloading the MaxMind Geolite DB:"
6018
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
6019
 
6020
+ #: ../wp-slimstat.php:1163 ../wp-slimstat.php:1172
6021
  #, fuzzy
6022
  msgid "There was an error opening the zipped MaxMind Geolite DB."
6023
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
6024
 
6025
+ #: ../wp-slimstat.php:1167
6026
  msgid "Function gzopen not defined. Aborting."
6027
  msgstr ""
6028
 
6029
+ #: ../wp-slimstat.php:1177
6030
  #, fuzzy
6031
  msgid "There was an error opening the unzipped MaxMind Geolite DB."
6032
  msgstr "Fehler beim Aktualisieren folgender Optionen:"
6033
 
6034
+ #: ../wp-slimstat.php:1649
6035
+ msgid "Optional filters"
6036
+ msgstr ""
6037
+
6038
+ #, fuzzy
6039
+ #~ msgid "Async Tracker"
6040
+ #~ msgstr "Benutzer tracken"
6041
+
6042
+ #, fuzzy
6043
+ #~ msgid "User Agent Accuracy"
6044
+ #~ msgstr "User Agent"
6045
+
6046
+ #, fuzzy
6047
+ #~ msgid "Enable UAN"
6048
+ #~ msgstr "ADN aktivieren"
6049
+
6050
+ #~ msgid "Live Stream"
6051
+ #~ msgstr "Livestream"
6052
+
6053
+ #, fuzzy
6054
+ #~ msgid ""
6055
+ #~ "Enable the Live view, which refreshes the Activity Log every X seconds. "
6056
+ #~ "Enter <strong>0</strong> (number zero) to deactivate this feature."
6057
+ #~ msgstr ""
6058
+ #~ "Anzeige der aktuell aktiven Besucher alle X Sekunden aktualisieren. Null "
6059
+ #~ "deaktiviert diese Funktion."
6060
+
6061
+ #, fuzzy
6062
+ #~ msgid "Tracker Status"
6063
+ #~ msgstr "Benutzer tracken"
6064
+
6065
+ #, fuzzy
6066
+ #~ msgid "Reset the tracker status"
6067
+ #~ msgstr "Benutzer tracken"
6068
+
6069
+ #, fuzzy
6070
+ #~ msgid "Delete this pageview"
6071
+ #~ msgstr "Lösche Seitenaufrufe, wo"
6072
+
6073
+ #, fuzzy
6074
+ #~ msgid "Error: Malformed URL %s"
6075
+ #~ msgstr "Ignoriere Benutzer"
6076
+
6077
+ #, fuzzy
6078
+ #~ msgid "Notice: Referrer %s is blacklisted"
6079
+ #~ msgstr "Browser-F&auml;higkeiten"
6080
+
6081
+ #, fuzzy
6082
+ #~ msgid "Notice: Permalink %s is blacklisted"
6083
+ #~ msgstr "Browser-F&auml;higkeiten"
6084
+
6085
+ #, fuzzy
6086
+ #~ msgid "Notice: User %s is blacklisted"
6087
+ #~ msgstr "Browser-F&auml;higkeiten"
6088
+
6089
+ #, fuzzy
6090
+ #~ msgid "Notice: Spammer %s not tracked"
6091
+ #~ msgstr "Bot oder Crawler"
6092
+
6093
+ #, fuzzy
6094
+ #~ msgid "Notice: IP address %s is blacklisted"
6095
+ #~ msgstr "Browser-F&auml;higkeiten"
6096
+
6097
+ #, fuzzy
6098
+ #~ msgid "Notice: Country %s is blacklisted"
6099
+ #~ msgstr "Browser-F&auml;higkeiten"
6100
+
6101
+ #, fuzzy
6102
+ #~ msgid "Notice: Bot not tracked"
6103
+ #~ msgstr "Bot oder Crawler"
6104
+
6105
+ #, fuzzy
6106
+ #~ msgid "Notice: Browser %s is blacklisted"
6107
+ #~ msgstr "Browser-F&auml;higkeiten"
6108
+
6109
  #, fuzzy
6110
  #~ msgid ""
6111
  #~ "Invalid minimum capability. Please check <a href=\"http://codex.wordpress."
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
9
 
10
  == Description ==
11
  [youtube https://www.youtube.com/watch?v=zEKP9yC8x6g]
@@ -27,7 +27,7 @@ Visit [our website](http://www.wp-slimstat.com/addons/) for a list of available
27
  [Like Us](https://www.facebook.com/slimstatistics/) on Facebook and [follow us](https://twitter.com/wp_stats) on Twitter to get the latest news and updates about our plugin.
28
 
29
  = Translations =
30
- Slimstat is available in multiple languages: English, Belarusian ([UStarCash](https://www.ustarcash.com/)), Chinese (沐熙工作室), Farsi ([Dean](http://www.mangallery.net)), French (Michael Bastin, Jean-Michel Venet, Yves Pouplard, Henrick Kac), German (TechnoViel), Italian, Japanese (h_a_l_f), Portuguese, Russian ([Vitaly](http://www.visbiz.org/)), Spanish ([WebHostingHub](http://www.webhostinghub.com/)), Swedish (Per Soderman) and Turkish (Seyit Mehmet Çoban). Is your language missing or incomplete? [Contact us](http://support.wp-slimstat.com/) today.
31
 
32
  = Reviews and Feedback =
33
  * This is by far the most accurate and in-depth tracking plugin I've encountered for WordPress [MiMango](https://wordpress.org/support/topic/excellent-plugin-and-service-9)
@@ -68,6 +68,17 @@ 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 =
72
  * [New] Our development team has had the task of revamping the charts available in Slimstat on their to-do list for quite a while now. Now that the compatibility issues related to our Browscap library have been addressed and resolved, it was time to tackle this new challenge and offer a beautiful new interface to analyze and interact with visual reports and charts. As an added bonus, we are also working on extending the list of supported shortcodes to allow administrators to also share these brand-new charts with their visitors, by quickly placing them on any page of their website. The same will apply to the world map, which currently displays the total number of page views by Country. Lots of exciting new features will soon be available to all our users. Stay tuned!
73
  * [Update] Email and Excel reports now honor the setting to convert IP addresses to hostnames.
@@ -86,7 +97,7 @@ Our knowledge base is available on our [support center](http://docs.wp-slimstat.
86
  = 4.5.1 =
87
  * [New] Slimstat is now looking for custom HTTP headers like [CF-Connecting-IP](https://support.cloudflare.com/hc/en-us/articles/200170986-How-does-CloudFlare-handle-HTTP-Request-headers-) to determine your visitors' originating IP address when your website is behind reverse proxies like CloudFlare.
88
  * [New] 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. A new option under Settings > Tracker was added to handle this situation (thank you, [chenryahts](https://wordpress.org/support/topic/referer-not-recorded-from-other-sites-in-same-multisite/)).
89
- * [Fix] A type in checking the PHP version was preventing some users from installing our new Browscap library.
90
  * [Fix] PHP warning of undefined offset in one of the reports when the database was empty.
91
  * [Fix] In some specific cases a function used to unzip the Browscap Library on the user's server was not defined (thank you, [victor50g, gdevic and others](https://wordpress.org/support/topic/white-screen-of-death-when-publishing-post/))
92
  * [Fix] A few users pointed out that using file_get_contents might not be ideal, if allow_url_fopen is turned off in PHP. Per [Per Dennis' suggestion](https://wordpress.org/support/topic/file_get_contents-problem-since-version-4-5/) that call was replaced with wp_remote_get. Thank you for your help!
@@ -99,7 +110,7 @@ Our knowledge base is available on our [support center](http://docs.wp-slimstat.
99
  * [Fix] Our release highlights, which are usually shown after updating to the latest version, were not disappearing when clicking on the corresponding button.
100
  * [Fix] PHP warning being returned under certain circumstances (thank you, [Sasa and computershowtopro](https://wordpress.org/support/topic/you-need-to-change-line-340-341-in-the-plugin/#post-8591529)).
101
 
102
- == Supporters ==
103
  Slimstat Analytics is an open source project, dependent in large parts on donations. [This page](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BNJR5EZNY3W38)
104
  is for those who want to donate money - be it once, be it regularly, be it a small or a big amount. Everything is set up for an easy donation process.
105
- Try it out, you'll be amazed how good it feels! If you're on a tight budget, [a review](http://wordpress.org/support/view/plugin-reviews/wp-slimstat) for Slimstat is still a nice way to say thank you!
5
  Text Domain: wp-slimstat
6
  Requires at least: 3.8
7
  Tested up to: 4.8
8
+ Stable tag: 4.6.1
9
 
10
  == Description ==
11
  [youtube https://www.youtube.com/watch?v=zEKP9yC8x6g]
27
  [Like Us](https://www.facebook.com/slimstatistics/) on Facebook and [follow us](https://twitter.com/wp_stats) on Twitter to get the latest news and updates about our plugin.
28
 
29
  = Translations =
30
+ Slimstat is available in multiple languages: English, Belarusian (UStarCash), Chinese (沐熙工作室), Farsi, French (Michael Bastin, Jean-Michel Venet, Yves Pouplard, Henrick Kac), German (TechnoViel), Italian, Japanese (h_a_l_f), Portuguese, Russian (Vitaly), Spanish ([WebHostingHub](http://www.webhostinghub.com/)), Swedish (Per Soderman) and Turkish (Seyit Mehmet Çoban). Is your language missing or incomplete? [Contact us](http://support.wp-slimstat.com/) today.
31
 
32
  = Reviews and Feedback =
33
  * This is by far the most accurate and in-depth tracking plugin I've encountered for WordPress [MiMango](https://wordpress.org/support/topic/excellent-plugin-and-service-9)
68
  5. **Responsive layout** - Keep an eye on your reports on the go
69
 
70
  == Changelog ==
71
+ = 4.6.1 =
72
+ * [New] You spoke, we listened. Many users have been asking us over time to add a feature to display metrics and reports on their front-facing website. Although Slimstat has been supporting shortcodes for many years, they felt like they needed more than that basic feature. We are now extending the shortcode syntax to allow users to place widgets on their websites in just a few steps. Please [refer to our knowledge base](https://slimstat.freshdesk.com/support/solutions/folders/5000259023) to learn more about this new feature, or feel free to contact us if you need help implementing it on your website.
73
+ * [New] Hovering a report's title will reveal its unique ID, which you can [use in your shortcode](https://slimstat.freshdesk.com/support/solutions/folders/5000259023) to display it on your website.
74
+ * [Update] The update notice displayed in the admin is now only shown to site administrators (single installation) and super administrators (WP MU / network), to avoid any confusion for MU site administrators.
75
+ * [Update] Improved the accessibility of our Filter Bar, by introducing (hidden) labels for all the fields. Please make sure to flush your client/server caches to load the new stylesheet.
76
+ * [Update] Removed the option to deactivate Slimscroll as it did not play nice with some other features we recently introduced, and also because the incompatibility issues between Firefox and Slimscroll have been addressed.
77
+ * [Fix] The icon to export a report as Excel comma separated value was not being visualized correctly, when the premium add-on was enabled.
78
+ * [Fix] Addressed some Javascript warning being displayed in the browser console, returned by the qTip library.
79
+ * [Fix] The height of all the Dashboard widgets (including the ones not related to Slimstat) was being affected by a typo in our CSS.
80
+ * [Fix] Cleaned up minor layout glitches and improved rendering of charts after initial round of feedback from users.
81
+
82
  = 4.6 =
83
  * [New] Our development team has had the task of revamping the charts available in Slimstat on their to-do list for quite a while now. Now that the compatibility issues related to our Browscap library have been addressed and resolved, it was time to tackle this new challenge and offer a beautiful new interface to analyze and interact with visual reports and charts. As an added bonus, we are also working on extending the list of supported shortcodes to allow administrators to also share these brand-new charts with their visitors, by quickly placing them on any page of their website. The same will apply to the world map, which currently displays the total number of page views by Country. Lots of exciting new features will soon be available to all our users. Stay tuned!
84
  * [Update] Email and Excel reports now honor the setting to convert IP addresses to hostnames.
97
  = 4.5.1 =
98
  * [New] Slimstat is now looking for custom HTTP headers like [CF-Connecting-IP](https://support.cloudflare.com/hc/en-us/articles/200170986-How-does-CloudFlare-handle-HTTP-Request-headers-) to determine your visitors' originating IP address when your website is behind reverse proxies like CloudFlare.
99
  * [New] 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. A new option under Settings > Tracker was added to handle this situation (thank you, [chenryahts](https://wordpress.org/support/topic/referer-not-recorded-from-other-sites-in-same-multisite/)).
100
+ * [Fix] A typo in checking the PHP version was preventing some users from installing our new Browscap library.
101
  * [Fix] PHP warning of undefined offset in one of the reports when the database was empty.
102
  * [Fix] In some specific cases a function used to unzip the Browscap Library on the user's server was not defined (thank you, [victor50g, gdevic and others](https://wordpress.org/support/topic/white-screen-of-death-when-publishing-post/))
103
  * [Fix] A few users pointed out that using file_get_contents might not be ideal, if allow_url_fopen is turned off in PHP. Per [Per Dennis' suggestion](https://wordpress.org/support/topic/file_get_contents-problem-since-version-4-5/) that call was replaced with wp_remote_get. Thank you for your help!
110
  * [Fix] Our release highlights, which are usually shown after updating to the latest version, were not disappearing when clicking on the corresponding button.
111
  * [Fix] PHP warning being returned under certain circumstances (thank you, [Sasa and computershowtopro](https://wordpress.org/support/topic/you-need-to-change-line-340-341-in-the-plugin/#post-8591529)).
112
 
113
+ == Support Our Work ==
114
  Slimstat Analytics is an open source project, dependent in large parts on donations. [This page](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BNJR5EZNY3W38)
115
  is for those who want to donate money - be it once, be it regularly, be it a small or a big amount. Everything is set up for an easy donation process.
116
+ Try it out, you'll be amazed how good it feels! If you're on a tight budget, please consider writing [a review](https://wordpress.org/support/plugin/wp-slimstat/reviews/#new-post) for Slimstat as a token of appreciation for our hard work!
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
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';
19
  public static $settings = array();
20
  public static $options = array(); // To be removed, here just for backward compatibility
21
 
@@ -1191,8 +1191,8 @@ class wp_slimstat {
1191
 
1192
  public static function slimstat_shortcode( $_attributes = '', $_content = '' ){
1193
  extract( shortcode_atts( array(
1194
- 'f' => '', // recent, popular, count
1195
- 'w' => '', // column to use
1196
  's' => ' ', // separator
1197
  'o' => 0 // offset for counters
1198
  ), $_attributes));
@@ -1230,10 +1230,14 @@ class wp_slimstat {
1230
  $output = wp_slimstat_db::count_records( $w, $where, strpos( $f, 'all') === false ) + $o;
1231
  break;
1232
 
1233
- case 'chart':
1234
- // wp_enqueue_script( 'slimstat_chart', plugins_url( '/admin/js/slimstat.chart.js', __FILE__ ), array( 'jquery' ), null, false );
 
 
1235
  ob_start();
1236
- wp_slimstat_reports::show_chart( wp_slimstat_reports::$reports_info[ 'slim_p1_01' ][ 'callback_args' ] );
 
 
1237
  $output = ob_get_contents();
1238
  ob_end_clean();
1239
  break;
@@ -1419,7 +1423,6 @@ class wp_slimstat {
1419
  'convert_resource_urls_to_titles' => 'yes',
1420
  'convert_ip_addresses' => 'no',
1421
  'async_load' => 'no',
1422
- 'use_slimscroll' => 'yes',
1423
  'expand_details' => 'no',
1424
  'rows_to_show' => '20',
1425
  'limit_results' => '1000',
@@ -1593,6 +1596,78 @@ class wp_slimstat {
1593
  }
1594
  // end of class declaration
1595
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1596
  // Ok, let's go, Sparky!
1597
  if ( function_exists( 'add_action' ) ) {
1598
  // Since we use sendBeacon, this function sends raw POST data, which does not populate the $_POST variable automatically
@@ -1623,6 +1698,8 @@ if ( function_exists( 'add_action' ) ) {
1623
  register_deactivation_hook( __FILE__, array( 'wp_slimstat_admin', 'deactivate' ) );
1624
  }
1625
 
 
 
1626
  // Add the appropriate actions
1627
  add_action( 'plugins_loaded', array( 'wp_slimstat', 'init' ), 20 );
1628
  }
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.1
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.1';
19
  public static $settings = array();
20
  public static $options = array(); // To be removed, here just for backward compatibility
21
 
1191
 
1192
  public static function slimstat_shortcode( $_attributes = '', $_content = '' ){
1193
  extract( shortcode_atts( array(
1194
+ 'f' => '', // recent, popular, count, widget
1195
+ 'w' => '', // column to use (for recent, popular and count) or widget to use
1196
  's' => ' ', // separator
1197
  'o' => 0 // offset for counters
1198
  ), $_attributes));
1230
  $output = wp_slimstat_db::count_records( $w, $where, strpos( $f, 'all') === false ) + $o;
1231
  break;
1232
 
1233
+ case 'widget':
1234
+ wp_register_style( 'wp-slimstat-frontend', plugins_url( '/admin/css/slimstat.frontend.css', __FILE__ ) );
1235
+ wp_enqueue_style( 'wp-slimstat-frontend' );
1236
+
1237
  ob_start();
1238
+ echo wp_slimstat_reports::report_header( $w );
1239
+ call_user_func( wp_slimstat_reports::$reports_info[ $w ][ 'callback' ], wp_slimstat_reports::$reports_info[ $w ][ 'callback_args' ] );
1240
+ wp_slimstat_reports::report_footer();
1241
  $output = ob_get_contents();
1242
  ob_end_clean();
1243
  break;
1423
  'convert_resource_urls_to_titles' => 'yes',
1424
  'convert_ip_addresses' => 'no',
1425
  'async_load' => 'no',
 
1426
  'expand_details' => 'no',
1427
  'rows_to_show' => '20',
1428
  'limit_results' => '1000',
1596
  }
1597
  // end of class declaration
1598
 
1599
+ class slimstat_widget extends WP_Widget {
1600
+
1601
+ /**
1602
+ * Sets up the widgets name etc
1603
+ */
1604
+ public function __construct() {
1605
+ parent::__construct( 'slimstat_widget', 'SlimStat', array(
1606
+ 'classname' => 'slimstat_widget',
1607
+ 'description' => 'Add a SlimStat report to your sidebar',
1608
+ ) );
1609
+ }
1610
+
1611
+ /**
1612
+ * Outputs the content of the widget
1613
+ *
1614
+ * @param array $args
1615
+ * @param array $instance
1616
+ */
1617
+ public function widget( $args, $instance ) {
1618
+ extract( $instance );
1619
+ echo do_shortcode( "[slimstat f='widget' w='{$slimstat_widget_id}']{$slimstat_widget_filters}[/slimstat]" );
1620
+ }
1621
+
1622
+ /**
1623
+ * Outputs the options form on admin
1624
+ *
1625
+ * @param array $instance The widget options
1626
+ */
1627
+ public function form( $instance ) {
1628
+ // Let's build the dropdown
1629
+ include_once( dirname(__FILE__) . '/admin/view/wp-slimstat-reports.php' );
1630
+ wp_slimstat_reports::init();
1631
+ $select_options = '';
1632
+ $slimstat_widget_id = !empty( $instance[ 'slimstat_widget_id' ] ) ? $instance[ 'slimstat_widget_id' ] : '';
1633
+ $slimstat_widget_filters = !empty( $instance[ 'slimstat_widget_filters' ] ) ? $instance[ 'slimstat_widget_filters' ] : '';
1634
+
1635
+ foreach ( wp_slimstat_reports::$reports_info as $a_report_id => $a_report_info ) {
1636
+ $select_options .= "<option value='$a_report_id' " . ( ( $slimstat_widget_id == $a_report_id ) ? 'selected="selected"' : '' ) . ">{$a_report_info[ 'title' ]}</option>";
1637
+ }
1638
+ ?>
1639
+
1640
+ <p>
1641
+ <label for="<?php echo esc_attr( $this->get_field_id( 'slimstat_widget_id' ) ); ?>">Widget</label>
1642
+ <select class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'slimstat_widget_id' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'slimstat_widget_id' ) ); ?>">
1643
+ <option value="">Select a widget</option>
1644
+ <?php echo $select_options ?>
1645
+ </select>
1646
+ </p>
1647
+
1648
+ <p>
1649
+ <label for="<?php echo esc_attr( $this->get_field_id( 'slimstat_widget_filters' ) ); ?>"><?php _e( 'Optional filters', 'wp-slimstat' ); ?></label>
1650
+ <a href="https://slimstat.freshdesk.com/solution/articles/5000631833-what-is-the-syntax-of-a-slimstat-shortcode-#slimstat-operators" target="_blank">[?]</a>
1651
+ <textarea class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'slimstat_widget_filters' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'slimstat_widget_filters' ) ); ?>"><?php echo trim( strip_tags( $slimstat_widget_filters ) ) ?></textarea>
1652
+ </p>
1653
+ <?php
1654
+ }
1655
+
1656
+ /**
1657
+ * Processing widget options on save
1658
+ *
1659
+ * @param array $new_instance The new options
1660
+ * @param array $old_instance The previous options
1661
+ */
1662
+ public function update( $new_instance, $old_instance ) {
1663
+ $instance = $old_instance;
1664
+
1665
+ $instance[ 'slimstat_widget_id' ] = $new_instance[ 'slimstat_widget_id' ];
1666
+ $instance[ 'slimstat_widget_filters' ] = $new_instance[ 'slimstat_widget_filters' ];
1667
+ return $instance;
1668
+ }
1669
+ }
1670
+
1671
  // Ok, let's go, Sparky!
1672
  if ( function_exists( 'add_action' ) ) {
1673
  // Since we use sendBeacon, this function sends raw POST data, which does not populate the $_POST variable automatically
1698
  register_deactivation_hook( __FILE__, array( 'wp_slimstat_admin', 'deactivate' ) );
1699
  }
1700
 
1701
+ add_action( 'widgets_init', create_function('', 'return register_widget( "slimstat_widget" );' ) );
1702
+
1703
  // Add the appropriate actions
1704
  add_action( 'plugins_loaded', array( 'wp_slimstat', 'init' ), 20 );
1705
  }