WP Statistics - Version 9.7

Version Description

Have you updated your database indexes and search table? If not please go to Statistics->Optimization->Database after you have installed the update and run the updates.

Download this release

Release Info

Developer GregRoss
Plugin Icon 128x128 WP Statistics
Version 9.7
Comparing to
See all releases

Code changes from version 9.6.6 to 9.7

Files changed (94) hide show
  1. includes/functions/functions.php +44 -20
  2. includes/functions/purge-hits.php +3 -3
  3. includes/functions/purge.php +10 -10
  4. includes/log/all-browsers.php +20 -5
  5. includes/log/exclusions.php +1 -1
  6. includes/log/top-countries.php +1 -1
  7. includes/log/top-referring.php +19 -3
  8. includes/log/widgets/countries.php +1 -1
  9. languages/default.mo +0 -0
  10. languages/default.po +66 -62
  11. languages/wp-statistics-da.po +63 -59
  12. languages/wp_statistics-ar.mo +0 -0
  13. languages/wp_statistics-ar.po +71 -67
  14. languages/wp_statistics-bg_BG.po +63 -59
  15. languages/wp_statistics-bn_BD.po +63 -59
  16. languages/wp_statistics-ckb.po +63 -59
  17. languages/wp_statistics-cs.po +63 -59
  18. languages/wp_statistics-de_DE.mo +0 -0
  19. languages/wp_statistics-de_DE.po +400 -396
  20. languages/wp_statistics-eo.po +63 -59
  21. languages/wp_statistics-es_ES.po +63 -59
  22. languages/wp_statistics-fa_IR.po +63 -59
  23. languages/wp_statistics-fr_FR.mo +0 -0
  24. languages/wp_statistics-fr_FR.po +71 -67
  25. languages/wp_statistics-hu_HU.mo +0 -0
  26. languages/wp_statistics-hu_HU.po +77 -73
  27. languages/wp_statistics-id_ID.po +63 -59
  28. languages/wp_statistics-it_IT.po +63 -59
  29. languages/wp_statistics-ja.po +63 -59
  30. languages/wp_statistics-nl_NL.mo +0 -0
  31. languages/wp_statistics-nl_NL.po +93 -89
  32. languages/wp_statistics-pl_PL.po +63 -59
  33. languages/wp_statistics-pt_BR.po +63 -59
  34. languages/wp_statistics-ro_RO.po +63 -59
  35. languages/wp_statistics-ru_RU.mo +0 -0
  36. languages/wp_statistics-ru_RU.po +111 -109
  37. languages/wp_statistics-ru_UA.po +63 -59
  38. languages/wp_statistics-sk_SK.po +63 -59
  39. languages/wp_statistics-sr_RS.po +63 -59
  40. languages/wp_statistics-sv_SE.mo +0 -0
  41. languages/wp_statistics-sv_SE.po +71 -67
  42. languages/wp_statistics-tr_TR.po +63 -59
  43. languages/wp_statistics-uk.po +63 -59
  44. languages/wp_statistics-vi.po +63 -59
  45. languages/wp_statistics-zh_CN.po +63 -59
  46. languages/wp_statistics-zh_TW.po +63 -59
  47. readme.txt +13 -1
  48. vendor/browscap/browscap-php/.editorconfig +0 -24
  49. vendor/browscap/browscap-php/.gitattributes +9 -1
  50. vendor/browscap/browscap-php/.gitignore +7 -0
  51. vendor/browscap/browscap-php/.travis-scripts/cache-browscap.sh +9 -0
  52. vendor/browscap/browscap-php/.travis.yml +16 -7
  53. vendor/browscap/browscap-php/README.md +1 -1
  54. vendor/browscap/browscap-php/composer.lock +0 -970
  55. vendor/browscap/browscap-php/src/phpbrowscap/Browscap.php +392 -186
  56. vendor/browscap/browscap-php/tests/bootstrap.php +1 -0
  57. vendor/browscap/browscap-php/tests/data/buildCache/.gitkeep +0 -0
  58. vendor/browscap/browscap-php/tests/data/buildCache/1.browsers.php +1565 -0
  59. vendor/browscap/browscap-php/tests/data/buildCache/1.expected.php +351 -0
  60. vendor/browscap/browscap-php/tests/data/buildCache/1.patterns.php +183 -0
  61. vendor/browscap/browscap-php/tests/data/buildCache/1.properties.php +51 -0
  62. vendor/browscap/browscap-php/tests/data/buildCache/1.userAgents.php +26 -0
  63. vendor/browscap/browscap-php/tests/data/buildCache/1.version.php +2 -0
  64. vendor/browscap/browscap-php/tests/data/buildCache/2.browsers.php +1565 -0
  65. vendor/browscap/browscap-php/tests/data/buildCache/2.expected.php +351 -0
  66. vendor/browscap/browscap-php/tests/data/buildCache/2.patterns.php +183 -0
  67. vendor/browscap/browscap-php/tests/data/buildCache/2.properties.php +51 -0
  68. vendor/browscap/browscap-php/tests/data/buildCache/2.userAgents.php +26 -0
  69. vendor/browscap/browscap-php/tests/data/buildCache/2.version.php +2 -0
  70. vendor/browscap/browscap-php/tests/data/testdata.ini +1461 -0
  71. vendor/browscap/browscap-php/tests/phpbrowscapTest/BrowscapTest.php +267 -58
  72. vendor/browscap/browscap-php/tests/phpbrowscapTest/CompareBrowscapWithOriginalTest.php +19 -18
  73. vendor/browscap/browscap-php/tests/phpbrowscapTest/TestCase.php +1 -12
  74. vendor/composer/ClassLoader.php +7 -7
  75. vendor/composer/LICENSE +21 -0
  76. vendor/composer/autoload_files.php +0 -10
  77. vendor/composer/autoload_psr4.php +0 -1
  78. vendor/composer/autoload_real.php +0 -5
  79. vendor/composer/installed.json +42 -43
  80. vendor/donatj/phpuseragentparser/README.md +1 -1
  81. vendor/donatj/phpuseragentparser/Source/UserAgentParser.php +7 -5
  82. vendor/donatj/phpuseragentparser/Tests/UserAgentParserTest.php +1 -1
  83. vendor/donatj/phpuseragentparser/Tests/user_agents.json +41 -1
  84. vendor/geoip2/geoip2/CHANGELOG.md +18 -0
  85. vendor/geoip2/geoip2/box.json +8 -1
  86. vendor/geoip2/geoip2/compat/JsonSerializable.php +0 -13
  87. vendor/geoip2/geoip2/composer.json +1 -2
  88. vendor/geoip2/geoip2/src/Compat/JsonSerializable.php +27 -0
  89. vendor/geoip2/geoip2/src/Model/AbstractModel.php +3 -1
  90. vendor/geoip2/geoip2/src/Model/City.php +3 -0
  91. vendor/geoip2/geoip2/src/Record/AbstractRecord.php +3 -1
  92. vendor/geoip2/geoip2/src/Record/Traits.php +4 -3
  93. vendor/geoip2/geoip2/src/WebService/Client.php +1 -1
  94. wp-statistics.php +2 -2
includes/functions/functions.php CHANGED
@@ -300,11 +300,15 @@
300
  }
301
 
302
  // This function returns all unique user agents in the database.
303
- function wp_statistics_ua_list() {
304
 
305
  global $wpdb;
306
 
307
- $result = $wpdb->get_results("SELECT DISTINCT agent FROM {$wpdb->prefix}statistics_visitor", ARRAY_N);
 
 
 
 
308
 
309
  $Browers = array();
310
 
@@ -317,21 +321,29 @@
317
  }
318
 
319
  // This function returns the count of a given user agent in the database.
320
- function wp_statistics_useragent($agent) {
321
 
322
  global $wpdb;
323
 
324
- $result = $wpdb->get_var("SELECT COUNT(agent) FROM {$wpdb->prefix}statistics_visitor WHERE `agent` = '$agent'");
 
 
 
 
325
 
326
  return $result;
327
  }
328
 
329
  // This function returns all unique platform types from the database.
330
- function wp_statistics_platform_list() {
331
 
332
  global $wpdb;
333
 
334
- $result = $wpdb->get_results("SELECT DISTINCT platform FROM {$wpdb->prefix}statistics_visitor", ARRAY_N);
 
 
 
 
335
 
336
  $Platforms = array();
337
 
@@ -344,21 +356,29 @@
344
  }
345
 
346
  // This function returns the count of a given platform in the database.
347
- function wp_statistics_platform($platform) {
348
 
349
  global $wpdb;
350
 
351
- $result = $wpdb->get_var("SELECT COUNT(platform) FROM {$wpdb->prefix}statistics_visitor WHERE `platform` = '$platform'");
 
 
 
 
352
 
353
  return $result;
354
  }
355
 
356
  // This function returns all unique versions for a given agent from the database.
357
- function wp_statistics_agent_version_list($agent) {
358
 
359
  global $wpdb;
360
 
361
- $result = $wpdb->get_results("SELECT DISTINCT version FROM {$wpdb->prefix}statistics_visitor WHERE agent = '$agent'", ARRAY_N);
 
 
 
 
362
 
363
  $Versions = array();
364
 
@@ -371,11 +391,15 @@
371
  }
372
 
373
  // This function returns the statistcs for a given agent/version pair from the database.
374
- function wp_statistics_agent_version($agent, $version) {
375
 
376
  global $wpdb;
377
 
378
- $result = $wpdb->get_var("SELECT COUNT(version) FROM {$wpdb->prefix}statistics_visitor WHERE agent = '$agent' AND version = '$version'");
 
 
 
 
379
 
380
  return $result;
381
  }
@@ -719,7 +743,7 @@
719
 
720
  global $wpdb;
721
 
722
- $countcomms = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'");
723
 
724
  return $countcomms;
725
  }
@@ -742,7 +766,7 @@
742
 
743
  global $wpdb, $WP_Statistics;
744
 
745
- $db_date = $wpdb->get_var("SELECT post_date FROM $wpdb->posts WHERE post_type='post' AND post_status='publish' ORDER BY ID DESC LIMIT 1");
746
 
747
  $date_format = get_option('date_format');
748
 
@@ -755,8 +779,8 @@
755
 
756
  global $wpdb;
757
 
758
- $get_first_post = $wpdb->get_var("SELECT post_date FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date LIMIT 1");
759
- $get_total_post = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'post'");
760
 
761
  $days_spend = intval((time() - strtotime($get_first_post) ) / 86400); // 86400 = 60 * 60 * 24 = number of seconds in a day
762
 
@@ -776,8 +800,8 @@
776
 
777
  global $wpdb;
778
 
779
- $get_first_comment = $wpdb->get_var("SELECT comment_date FROM $wpdb->comments ORDER BY comment_date LIMIT 1");
780
- $get_total_comment = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'");
781
 
782
  $days_spend = intval((time() - strtotime($get_first_comment) ) / 86400); // 86400 = 60 * 60 * 24 = number of seconds in a day
783
 
@@ -797,8 +821,8 @@
797
 
798
  global $wpdb;
799
 
800
- $get_first_user = $wpdb->get_var("SELECT user_registered FROM $wpdb->users ORDER BY user_registered LIMIT 1");
801
- $get_total_user = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->users");
802
 
803
  $days_spend = intval((time() - strtotime($get_first_user) ) / 86400); // 86400 = 60 * 60 * 24 = number of seconds in a day
804
 
300
  }
301
 
302
  // This function returns all unique user agents in the database.
303
+ function wp_statistics_ua_list( $rangestartdate = null, $rangeenddate = null ) {
304
 
305
  global $wpdb;
306
 
307
+ if( $rangestartdate != null && $rangeenddate != null ) {
308
+ $result = $wpdb->get_results( $wpdb->prepare( "SELECT DISTINCT agent FROM {$wpdb->prefix}statistics_visitor AND `last_counter` BETWEEN %s AND %s", $rangestartdate, $rangeenddate ), ARRAY_N);
309
+ } else {
310
+ $result = $wpdb->get_results( "SELECT DISTINCT agent FROM {$wpdb->prefix}statistics_visitor", ARRAY_N);
311
+ }
312
 
313
  $Browers = array();
314
 
321
  }
322
 
323
  // This function returns the count of a given user agent in the database.
324
+ function wp_statistics_useragent( $agent, $rangestartdate = null, $rangeenddate = null ) {
325
 
326
  global $wpdb;
327
 
328
+ if( $rangestartdate != null && $rangeenddate != null ) {
329
+ $result = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(agent) FROM {$wpdb->prefix}statistics_visitor WHERE `agent` = %s AND `last_counter` BETWEEN %s AND %s", $agent, $rangestartdate, $rangeenddate ) );
330
+ } else {
331
+ $result = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(agent) FROM {$wpdb->prefix}statistics_visitor WHERE `agent` = %s", $agent ) );
332
+ }
333
 
334
  return $result;
335
  }
336
 
337
  // This function returns all unique platform types from the database.
338
+ function wp_statistics_platform_list( $rangestartdate = null, $rangeenddate = null ) {
339
 
340
  global $wpdb;
341
 
342
+ if( $rangestartdate != null && $rangeenddate != null ) {
343
+ $result = $wpdb->get_results( $wpdb->prepare( "SELECT DISTINCT platform FROM {$wpdb->prefix}statistics_visitor WHERE `last_counter` BETWEEN %s AND %s", $rangestartdate, $rangeenddate ), ARRAY_N);
344
+ } else {
345
+ $result = $wpdb->get_results("SELECT DISTINCT platform FROM {$wpdb->prefix}statistics_visitor", ARRAY_N);
346
+ }
347
 
348
  $Platforms = array();
349
 
356
  }
357
 
358
  // This function returns the count of a given platform in the database.
359
+ function wp_statistics_platform( $platform, $rangestartdate = null, $rangeenddate = null ) {
360
 
361
  global $wpdb;
362
 
363
+ if( $rangestartdate != null && $rangeenddate != null ) {
364
+ $result = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(platform) FROM {$wpdb->prefix}statistics_visitor WHERE `platform` = %s AND `last_counter` BETWEEN %s AND %s", $platform, $rangestartdate, $rangeenddate ) );
365
+ } else {
366
+ $result = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(platform) FROM {$wpdb->prefix}statistics_visitor WHERE `platform` = %s", $platform ) );
367
+ }
368
 
369
  return $result;
370
  }
371
 
372
  // This function returns all unique versions for a given agent from the database.
373
+ function wp_statistics_agent_version_list( $agent, $rangestartdate = null, $rangeenddate = null ) {
374
 
375
  global $wpdb;
376
 
377
+ if( $rangestartdate != null && $rangeenddate != null ) {
378
+ $result = $wpdb->get_results( $wpdb->prepare( "SELECT DISTINCT version FROM {$wpdb->prefix}statistics_visitor WHERE agent = %s AND `last_counter` BETWEEN %s AND %s", $agent, $rangestartdate, $rangeenddate ), ARRAY_N );
379
+ } else {
380
+ $result = $wpdb->get_results( $wpdb->prepare( "SELECT DISTINCT version FROM {$wpdb->prefix}statistics_visitor WHERE agent = %s", $agent ), ARRAY_N );
381
+ }
382
 
383
  $Versions = array();
384
 
391
  }
392
 
393
  // This function returns the statistcs for a given agent/version pair from the database.
394
+ function wp_statistics_agent_version($agent, $version, $rangestartdate = null, $rangeenddate = null ) {
395
 
396
  global $wpdb;
397
 
398
+ if( $rangestartdate != null && $rangeenddate != null ) {
399
+ $result = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(version) FROM {$wpdb->prefix}statistics_visitor WHERE agent = %s AND version = %s AND `last_counter` BETWEEN %s AND %s", $agent, $version, $rangestartdate, $rangeenddate ) );
400
+ } else {
401
+ $result = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(version) FROM {$wpdb->prefix}statistics_visitor WHERE agent = %s AND version = %s", $agent, $version ) );
402
+ }
403
 
404
  return $result;
405
  }
743
 
744
  global $wpdb;
745
 
746
+ $countcomms = $wpdb->get_var("SELECT COUNT(*) FROM {$wpdb->comments} WHERE comment_approved = '1'");
747
 
748
  return $countcomms;
749
  }
766
 
767
  global $wpdb, $WP_Statistics;
768
 
769
+ $db_date = $wpdb->get_var("SELECT post_date FROM {$wpdb->posts} WHERE post_type='post' AND post_status='publish' ORDER BY ID DESC LIMIT 1");
770
 
771
  $date_format = get_option('date_format');
772
 
779
 
780
  global $wpdb;
781
 
782
+ $get_first_post = $wpdb->get_var("SELECT post_date FROM {$wpdb->posts} WHERE post_status = 'publish' ORDER BY post_date LIMIT 1");
783
+ $get_total_post = $wpdb->get_var("SELECT COUNT(*) FROM {$wpdb->posts} WHERE post_status = 'publish' AND post_type = 'post'");
784
 
785
  $days_spend = intval((time() - strtotime($get_first_post) ) / 86400); // 86400 = 60 * 60 * 24 = number of seconds in a day
786
 
800
 
801
  global $wpdb;
802
 
803
+ $get_first_comment = $wpdb->get_var("SELECT comment_date FROM {$wpdb->comments} ORDER BY comment_date LIMIT 1");
804
+ $get_total_comment = $wpdb->get_var("SELECT COUNT(*) FROM {$wpdb->comments} WHERE comment_approved = '1'");
805
 
806
  $days_spend = intval((time() - strtotime($get_first_comment) ) / 86400); // 86400 = 60 * 60 * 24 = number of seconds in a day
807
 
821
 
822
  global $wpdb;
823
 
824
+ $get_first_user = $wpdb->get_var("SELECT user_registered FROM {$wpdb->users} ORDER BY user_registered LIMIT 1");
825
+ $get_total_user = $wpdb->get_var("SELECT COUNT(*) FROM {$wpdb->users}");
826
 
827
  $days_spend = intval((time() - strtotime($get_first_user) ) / 86400); // 86400 = 60 * 60 * 24 = number of seconds in a day
828
 
includes/functions/purge-hits.php CHANGED
@@ -5,7 +5,7 @@
5
  // If it's less than 10 hits, don't do anything.
6
  if( $purge_hits > 9 ) {
7
  // Purge the visitor's with more than the defined hits.
8
- $result = $wpdb->get_results('SELECT * FROM ' . $wpdb->prefix . 'statistics_visitor WHERE `hits` > \'' . $purge_hits . '\'');
9
 
10
  $to_delete = array();
11
 
@@ -17,9 +17,9 @@
17
  if( count( $to_delete ) > 0 ) {
18
  foreach( $to_delete as $item ) {
19
  // First update the daily hit count.
20
- $wpdb->query( "UPDATE {$wpdb->prefix}statistics_visit SET `visit` = `visit` - {$item[2]} WHERE `last_counter` = '{$item[1]}';" );
21
  // Next remove the visitor. Note we can't do both in a single query, looks like $wpdb doesn't like executing them together.
22
- $wpdb->query( "DELETE FROM {$wpdb->prefix}statistics_visitor WHERE `id` = '{$item[0]}';" );
23
  }
24
 
25
  $result_string = sprintf(__('%s records purged successfully.', 'wp_statistics'), '<code>' . count( $to_delete ) . '</code>');
5
  // If it's less than 10 hits, don't do anything.
6
  if( $purge_hits > 9 ) {
7
  // Purge the visitor's with more than the defined hits.
8
+ $result = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM {$wpdb->prefix}statistics_visitor WHERE `hits` > %s", $purge_hits ) );
9
 
10
  $to_delete = array();
11
 
17
  if( count( $to_delete ) > 0 ) {
18
  foreach( $to_delete as $item ) {
19
  // First update the daily hit count.
20
+ $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->prefix}statistics_visit SET `visit` = `visit` - %d WHERE `last_counter` = %s;", $item[2], $item[1] ) );
21
  // Next remove the visitor. Note we can't do both in a single query, looks like $wpdb doesn't like executing them together.
22
+ $wpdb->query( $wpdb->prepare( "DELETE FROM {$wpdb->prefix}statistics_visitor WHERE `id` = %s;", $item[0] ) );
23
  }
24
 
25
  $result_string = sprintf(__('%s records purged successfully.', 'wp_statistics'), '<code>' . count( $to_delete ) . '</code>');
includes/functions/purge.php CHANGED
@@ -8,11 +8,11 @@
8
  $table_name = $wpdb->prefix . 'statistics_visit';
9
  $date_string = $WP_Statistics->current_date( 'Y-m-d', '-' . $purge_days);
10
 
11
- $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `last_counter` < \'' . $date_string . '\'');
12
 
13
  if($result) {
14
  // Update the historical count with what we purged.
15
- $historical_result = $wpdb->query('UPDATE ' . $wpdb->prefix . 'statistics_historical SET value = value + ' . $result . ' WHERE `category` = \'visits\'' );
16
 
17
  if( $historical_result == 0 ) {
18
  $wpdb->insert( $wpdb->prefix . "statistics_historical", array( 'value' => $result, 'category' => 'visits', 'page_id' => -2, 'uri' => '-2' ) );
@@ -26,11 +26,11 @@
26
  // Purge the visitors data.
27
  $table_name = $wpdb->prefix . 'statistics_visitor';
28
 
29
- $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `last_counter` < \'' . $date_string . '\'');
30
 
31
  if($result) {
32
  // Update the historical count with what we purged.
33
- $historical_result = $wpdb->query('UPDATE ' . $wpdb->prefix . 'statistics_historical SET value = value + ' . $result . ' WHERE `category` = \'visitors\'' );
34
 
35
  if( $historical_result == 0 ) {
36
  $wpdb->insert( $wpdb->prefix . "statistics_historical", array( 'value' => $result, 'category' => 'visitors', 'page_id' => -1, 'uri' => '-1' ) );
@@ -44,7 +44,7 @@
44
  // Purge the exclusions data.
45
  $table_name = $wpdb->prefix . 'statistics_exclusions';
46
 
47
- $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `date` < \'' . $date_string . '\'');
48
 
49
  if($result) {
50
  $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
@@ -55,7 +55,7 @@
55
  // Purge the search data.
56
  $table_name = $wpdb->prefix . 'statistics_search';
57
 
58
- $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `last_counter` < \'' . $date_string . '\'');
59
 
60
  if($result) {
61
  $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
@@ -68,17 +68,17 @@
68
  $historical = 0;
69
 
70
  // The first thing we need to do is update the historical data by finding all the unique pages.
71
- $result = $wpdb->get_results('SELECT DISTINCT uri FROM ' . $table_name . ' WHERE `date` < \'' . $date_string . '\'');
72
 
73
  // If we have a result, let's store the historical data.
74
  if( $result ) {
75
  // Loop through all the unique rows that were returned.
76
  foreach( $result as $row ) {
77
  // Use the unique rows to get a total count from the database of all the data from the given URIs/Pageids that we're going to delete later.
78
- $historical = $wpdb->get_var( $wpdb->prepare('SELECT sum(count) FROM ' . $table_name . ' WHERE `uri` = %s AND `date` < %s', $row->uri, $date_string));
79
 
80
  // Do an update of the historical data.
81
- $uresult = $wpdb->query($wpdb->prepare('UPDATE ' . $wpdb->prefix . 'statistics_historical SET `value` = value + %d WHERE `uri` = %s AND `category` = \'uri\'', $historical, $row->uri, $date_string));
82
 
83
  // If we failed it's because this is the first time we've seen this URI/pageid so let's create a historical row for it.
84
  if( $uresult == 0 ) {
@@ -88,7 +88,7 @@
88
  }
89
 
90
  // Now that we've done all of the required historical data storage, we can actually delete the data from the database.
91
- $result = $wpdb->query('DELETE FROM ' . $table_name . ' WHERE `date` < \'' . $date_string . '\'');
92
 
93
  if($result) {
94
  $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
8
  $table_name = $wpdb->prefix . 'statistics_visit';
9
  $date_string = $WP_Statistics->current_date( 'Y-m-d', '-' . $purge_days);
10
 
11
+ $result = $wpdb->query( $wpdb->prepare( "DELETE FROM {$table_name} WHERE `last_counter` < %s", $date_string ) );
12
 
13
  if($result) {
14
  // Update the historical count with what we purged.
15
+ $historical_result = $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->prefix}statistics_historical SET value = value + %d WHERE `category` = 'visits'", $result ) );
16
 
17
  if( $historical_result == 0 ) {
18
  $wpdb->insert( $wpdb->prefix . "statistics_historical", array( 'value' => $result, 'category' => 'visits', 'page_id' => -2, 'uri' => '-2' ) );
26
  // Purge the visitors data.
27
  $table_name = $wpdb->prefix . 'statistics_visitor';
28
 
29
+ $result = $wpdb->query( $wpdb->prepare( "DELETE FROM {$table_name} WHERE `last_counter` < %s", $date_string ) );
30
 
31
  if($result) {
32
  // Update the historical count with what we purged.
33
+ $historical_result = $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->prefix}statistics_historical SET value = value + %d WHERE `category` = 'visitors'", $result ) );
34
 
35
  if( $historical_result == 0 ) {
36
  $wpdb->insert( $wpdb->prefix . "statistics_historical", array( 'value' => $result, 'category' => 'visitors', 'page_id' => -1, 'uri' => '-1' ) );
44
  // Purge the exclusions data.
45
  $table_name = $wpdb->prefix . 'statistics_exclusions';
46
 
47
+ $result = $wpdb->query( $wpdb->prepare( "DELETE FROM {$table_name} WHERE `date` < %s", $date_string ) );
48
 
49
  if($result) {
50
  $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
55
  // Purge the search data.
56
  $table_name = $wpdb->prefix . 'statistics_search';
57
 
58
+ $result = $wpdb->query( $wpdb->preapre( "DELETE FROM {$table_name} WHERE `last_counter` < %s", $date_string ) );
59
 
60
  if($result) {
61
  $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
68
  $historical = 0;
69
 
70
  // The first thing we need to do is update the historical data by finding all the unique pages.
71
+ $result = $wpdb->get_results( $wpdb->preapare( "SELECT DISTINCT uri FROM {$table_name} WHERE `date` < %s", $date_string ) );
72
 
73
  // If we have a result, let's store the historical data.
74
  if( $result ) {
75
  // Loop through all the unique rows that were returned.
76
  foreach( $result as $row ) {
77
  // Use the unique rows to get a total count from the database of all the data from the given URIs/Pageids that we're going to delete later.
78
+ $historical = $wpdb->get_var( $wpdb->prepare( "SELECT sum(count) FROM {$table_name} WHERE `uri` = %s AND `date` < %s", $row->uri, $date_string));
79
 
80
  // Do an update of the historical data.
81
+ $uresult = $wpdb->query( $wpdb->prepare( "UPDATE {$wpdb->prefix}statistics_historical SET `value` = value + %d WHERE `uri` = %s AND `category` = 'uri'", $historical, $row->uri, $date_string ) );
82
 
83
  // If we failed it's because this is the first time we've seen this URI/pageid so let's create a historical row for it.
84
  if( $uresult == 0 ) {
88
  }
89
 
90
  // Now that we've done all of the required historical data storage, we can actually delete the data from the database.
91
+ $result = $wpdb->query( $wpdb->prepare( "DELETE FROM {$table_name} WHERE `date` < %s", $date_string ) );
92
 
93
  if($result) {
94
  $result_string .= '<br>' . sprintf(__('%s data older than %s days purged successfully.', 'wp_statistics'), '<code>' . $table_name . '</code>', '<code>' . $purge_days . '</code>');
includes/log/all-browsers.php CHANGED
@@ -3,10 +3,25 @@
3
  postboxes.add_postbox_toggles(pagenow);
4
  });
5
  </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  <div class="wrap">
7
  <?php screen_icon('options-general'); ?>
8
  <h2><?php _e('Browser Statistics', 'wp_statistics'); ?></h2>
9
 
 
 
10
  <div class="postbox-container" style="width: 48%; float: left; margin-right:20px">
11
  <div class="metabox-holder">
12
  <div class="meta-box-sortables">
@@ -28,7 +43,7 @@
28
 
29
  foreach( $Browsers as $Browser )
30
  {
31
- $count = wp_statistics_useragent( $Browser );
32
  echo "['" . substr( $Browser, 0, 15 ) . " (" . number_format_i18n($count) . ")'," . $count . "], ";
33
  }
34
 
@@ -103,7 +118,7 @@
103
  var platform_chart;
104
  jQuery(document).ready(function() {
105
  <?php
106
- $Platforms = wp_statistics_platform_list();
107
  if( !is_array( $Platforms ) ) { $Platforms = array(); }
108
 
109
  natcasesort( $Platforms );
@@ -228,7 +243,7 @@
228
  </div>
229
  </div>
230
 
231
- <?php function BrowserVersionStats($Browser) { $Browser_tag = strtolower(preg_replace('/[^a-zA-Z]/', '', $Browser)); ?>
232
  <div class="postbox">
233
  <div class="handlediv" title="<?php _e('Click to toggle', 'wp_statistics'); ?>"><br /></div>
234
  <h3 class="hndle"><span><?php echo sprintf(__('%s Version', 'wp_statistics'), $Browser); ?></span></h3>
@@ -238,7 +253,7 @@
238
  var <?php echo $Browser_tag;?>_chart;
239
  jQuery(document).ready(function() {
240
  <?php
241
- $Versions = wp_statistics_agent_version_list($Browser);
242
  if( !is_array( $Versions ) ) { $Versions = array(); }
243
 
244
  natcasesort( $Versions );
@@ -247,7 +262,7 @@
247
 
248
  foreach( $Versions as $Version )
249
  {
250
- $count = wp_statistics_agent_version( $Browser, $Version );
251
  echo "['" . $Version . " (" . number_format_i18n($count) . ")'," . $count . "], ";
252
  }
253
 
3
  postboxes.add_postbox_toggles(pagenow);
4
  });
5
  </script>
6
+ <?php
7
+ $daysToDisplay = 20;
8
+ if( array_key_exists('hitdays',$_GET) ) { $daysToDisplay = intval($_GET['hitdays']); }
9
+
10
+ if( array_key_exists('rangestart', $_GET ) ) { $rangestart = $_GET['rangestart']; } else { $rangestart = ''; }
11
+ if( array_key_exists('rangeend', $_GET ) ) { $rangeend = $_GET['rangeend']; } else { $rangeend = ''; }
12
+
13
+ list( $daysToDisplay, $rangestart_utime, $rangeend_utime ) = wp_statistics_date_range_calculator( $daysToDisplay, $rangestart, $rangeend );
14
+
15
+ $rangestartdate = $WP_Statistics->real_current_date('Y-m-d', '-0', $rangestart_utime );
16
+ $rangeenddate = $WP_Statistics->real_current_date('Y-m-d', '-0', $rangeend_utime );
17
+
18
+ ?>
19
  <div class="wrap">
20
  <?php screen_icon('options-general'); ?>
21
  <h2><?php _e('Browser Statistics', 'wp_statistics'); ?></h2>
22
 
23
+ <div><?php wp_statistics_date_range_selector( 'wps_browsers_menu', $daysToDisplay ); ?></div>
24
+
25
  <div class="postbox-container" style="width: 48%; float: left; margin-right:20px">
26
  <div class="metabox-holder">
27
  <div class="meta-box-sortables">
43
 
44
  foreach( $Browsers as $Browser )
45
  {
46
+ $count = wp_statistics_useragent( $Browser, $rangestartdate, $rangeenddate );
47
  echo "['" . substr( $Browser, 0, 15 ) . " (" . number_format_i18n($count) . ")'," . $count . "], ";
48
  }
49
 
118
  var platform_chart;
119
  jQuery(document).ready(function() {
120
  <?php
121
+ $Platforms = wp_statistics_platform_list( null, $rangestartdate, $rangeenddate );
122
  if( !is_array( $Platforms ) ) { $Platforms = array(); }
123
 
124
  natcasesort( $Platforms );
243
  </div>
244
  </div>
245
 
246
+ <?php function BrowserVersionStats( $Browser, $rangestartdate = null, $rangeenddate = null ) { $Browser_tag = strtolower(preg_replace('/[^a-zA-Z]/', '', $Browser)); ?>
247
  <div class="postbox">
248
  <div class="handlediv" title="<?php _e('Click to toggle', 'wp_statistics'); ?>"><br /></div>
249
  <h3 class="hndle"><span><?php echo sprintf(__('%s Version', 'wp_statistics'), $Browser); ?></span></h3>
253
  var <?php echo $Browser_tag;?>_chart;
254
  jQuery(document).ready(function() {
255
  <?php
256
+ $Versions = wp_statistics_agent_version_list( $Browser, $rangestartdate, $rangeenddate );
257
  if( !is_array( $Versions ) ) { $Versions = array(); }
258
 
259
  natcasesort( $Versions );
262
 
263
  foreach( $Versions as $Version )
264
  {
265
+ $count = wp_statistics_agent_version( $Browser, $Version, $rangestartdate, $rangeenddate );
266
  echo "['" . $Version . " (" . number_format_i18n($count) . ")'," . $count . "], ";
267
  }
268
 
includes/log/exclusions.php CHANGED
@@ -37,7 +37,7 @@
37
  $thisdate = $WP_Statistics->real_current_date('Y-m-d', '-'.$i, $rangeend_utime );
38
 
39
  // Create the SQL query string to get the data.
40
- $query = "SELECT count FROM {$wpdb->prefix}statistics_exclusions WHERE reason = '{$thisreason}' AND date = '{$thisdate}'";
41
 
42
  // Execute the query.
43
  $excluded_results[$reason][$i] = $wpdb->get_var( $query );
37
  $thisdate = $WP_Statistics->real_current_date('Y-m-d', '-'.$i, $rangeend_utime );
38
 
39
  // Create the SQL query string to get the data.
40
+ $query = $wpdb->prepare( "SELECT count FROM {$wpdb->prefix}statistics_exclusions WHERE reason = %s AND date = %s", $thisreason, $thisdate );
41
 
42
  // Execute the query.
43
  $excluded_results[$reason][$i] = $wpdb->get_var( $query );
includes/log/top-countries.php CHANGED
@@ -43,7 +43,7 @@
43
 
44
  foreach( $result as $item )
45
  {
46
- $Countries[$item->location] = $wpdb->get_var("SELECT count(location) FROM `{$wpdb->prefix}statistics_visitor` WHERE location='{$item->location}' AND `last_counter` BETWEEN '{$rangestartdate}' AND '{$rangeenddate}'" );
47
  }
48
 
49
  arsort($Countries);
43
 
44
  foreach( $result as $item )
45
  {
46
+ $Countries[$item->location] = $wpdb->get_var( $wpdb->prepare( "SELECT count(location) FROM `{$wpdb->prefix}statistics_visitor` WHERE location=%s AND `last_counter` BETWEEN %s AND %s", $item->location, $rangestartdate, $rangeenddate ) );
47
  }
48
 
49
  arsort($Countries);
includes/log/top-referring.php CHANGED
@@ -8,6 +8,17 @@
8
  });
9
  </script>
10
  <?php
 
 
 
 
 
 
 
 
 
 
 
11
  if( array_key_exists('referr',$_GET) ) {
12
  $referr = $_GET['referr'];
13
  $title = $_GET['referr'];
@@ -20,11 +31,11 @@
20
  $total = 0;
21
 
22
  if( $referr ) {
23
- $result = $wpdb->get_results($wpdb->prepare("SELECT * FROM `{$wpdb->prefix}statistics_visitor` WHERE `referred` LIKE %s' AND referred <> '' ORDER BY `{$wpdb->prefix}statistics_visitor`.`ID` DESC", '%' . $referr . '%' ) );
24
 
25
  $total = count( $result );
26
  } else {
27
- $result = $wpdb->get_results( "SELECT referred FROM {$wpdb->prefix}statistics_visitor WHERE referred <> ''" );
28
 
29
  $urls = array();
30
  foreach( $result as $item ) {
@@ -46,6 +57,11 @@
46
  <div class="wrap">
47
  <?php screen_icon('options-general'); ?>
48
  <h2><?php _e('Top Referring Sites', 'wp_statistics'); ?></h2>
 
 
 
 
 
49
  <ul class="subsubsub">
50
  <?php if($referr) { ?>
51
  <li class="all"><a <?php if(!$referr) { echo 'class="current"'; } ?>href="?page=wps_referrers_menu"><?php _e('All', 'wp_statistics'); ?></a></li>
@@ -83,7 +99,7 @@
83
  $end = $Pagination->getEntryEnd();
84
 
85
  if( $WP_Statistics->get_option('search_converted') ) {
86
- $result = $wpdb->get_results($wpdb->prepare("SELECT * FROM `{$wpdb->prefix}statistics_search` INNER JOIN `{$wpdb->prefix}statistics_visitor` on {$wpdb->prefix}statistics_search.`visitor` = {$wpdb->prefix}statistics_visitor.`ID` WHERE `host` = %s ORDER BY `{$wpdb->prefix}statistics_search`.`ID` DESC LIMIT %d, %d", $referr, $start, $end ) );
87
  }
88
 
89
  if( $referr ) {
8
  });
9
  </script>
10
  <?php
11
+ $daysToDisplay = 20;
12
+ if( array_key_exists('hitdays',$_GET) ) { $daysToDisplay = intval($_GET['hitdays']); }
13
+
14
+ if( array_key_exists('rangestart', $_GET ) ) { $rangestart = $_GET['rangestart']; } else { $rangestart = ''; }
15
+ if( array_key_exists('rangeend', $_GET ) ) { $rangeend = $_GET['rangeend']; } else { $rangeend = ''; }
16
+
17
+ list( $daysToDisplay, $rangestart_utime, $rangeend_utime ) = wp_statistics_date_range_calculator( $daysToDisplay, $rangestart, $rangeend );
18
+
19
+ $rangestartdate = $WP_Statistics->real_current_date('Y-m-d', '-0', $rangestart_utime );
20
+ $rangeenddate = $WP_Statistics->real_current_date('Y-m-d', '-0', $rangeend_utime );
21
+
22
  if( array_key_exists('referr',$_GET) ) {
23
  $referr = $_GET['referr'];
24
  $title = $_GET['referr'];
31
  $total = 0;
32
 
33
  if( $referr ) {
34
+ $result = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM `{$wpdb->prefix}statistics_visitor` WHERE `referred` LIKE %s' AND referred <> '' AND `last_counter` BETWEEN %s AND %s ORDER BY `{$wpdb->prefix}statistics_visitor`.`ID` DESC", '%' . $referr . '%', $rangestartdate, $rangeenddate ) );
35
 
36
  $total = count( $result );
37
  } else {
38
+ $result = $wpdb->get_results( $wpdb->prepare( "SELECT referred FROM {$wpdb->prefix}statistics_visitor WHERE referred <> '' AND `last_counter` BETWEEN %s AND %s", $rangestartdate, $rangeenddate ) );
39
 
40
  $urls = array();
41
  foreach( $result as $item ) {
57
  <div class="wrap">
58
  <?php screen_icon('options-general'); ?>
59
  <h2><?php _e('Top Referring Sites', 'wp_statistics'); ?></h2>
60
+
61
+ <div><?php wp_statistics_date_range_selector( 'wps_referrers_menu', $daysToDisplay ); ?></div>
62
+
63
+ <div class="clear"/>
64
+
65
  <ul class="subsubsub">
66
  <?php if($referr) { ?>
67
  <li class="all"><a <?php if(!$referr) { echo 'class="current"'; } ?>href="?page=wps_referrers_menu"><?php _e('All', 'wp_statistics'); ?></a></li>
99
  $end = $Pagination->getEntryEnd();
100
 
101
  if( $WP_Statistics->get_option('search_converted') ) {
102
+ $result = $wpdb->get_results($wpdb->prepare("SELECT * FROM `{$wpdb->prefix}statistics_search` INNER JOIN `{$wpdb->prefix}statistics_visitor` on {$wpdb->prefix}statistics_search.`visitor` = {$wpdb->prefix}statistics_visitor.`ID` WHERE `host` = %s AND {$wpdb->prefix}statistics_visitor.`last_counter` BETWEEN %s AND %s ORDER BY `{$wpdb->prefix}statistics_search`.`ID` DESC LIMIT %d, %d", $referr, $start, $end, $rangestartdate, $rangeenddate ) );
103
  }
104
 
105
  if( $referr ) {
includes/log/widgets/countries.php CHANGED
@@ -40,7 +40,7 @@
40
 
41
  foreach( $result as $item )
42
  {
43
- $Countries[$item->location] = $wpdb->get_var("SELECT count(location) FROM `{$wpdb->prefix}statistics_visitor` WHERE location='" . $item->location . "'" );
44
  }
45
 
46
  arsort($Countries);
40
 
41
  foreach( $result as $item )
42
  {
43
+ $Countries[$item->location] = $wpdb->get_var( $wpdb->prepare( "SELECT count(location) FROM `{$wpdb->prefix}statistics_visitor` WHERE location=%s", $item->location ) );
44
  }
45
 
46
  arsort($Countries);
languages/default.mo CHANGED
Binary file
languages/default.po CHANGED
@@ -2,13 +2,13 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP Statistics 9.6.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-statistics\n"
7
- "POT-Creation-Date: 2015-09-05 02:35:10+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2015-09-04 22:34-0400\n"
12
  "Last-Translator: \n"
13
  "Language-Team: \n"
14
  "X-Generator: Poedit 1.8.4\n"
@@ -74,8 +74,8 @@ msgstr ""
74
  msgid "Recent Visitors"
75
  msgstr ""
76
 
77
- #: dashboard.php:62 includes/log/top-referring.php:48
78
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
79
  #: includes/settings/tabs/wps-overview-display.php:26
80
  msgid "Top Referring Sites"
81
  msgstr ""
@@ -116,92 +116,92 @@ msgstr ""
116
  msgid "Hits in the last 20 days"
117
  msgstr ""
118
 
119
- #: includes/functions/functions.php:400
120
  msgid "Ask.com"
121
  msgstr ""
122
 
123
- #: includes/functions/functions.php:401
124
  msgid "Baidu"
125
  msgstr ""
126
 
127
- #: includes/functions/functions.php:402
128
  msgid "Bing"
129
  msgstr ""
130
 
131
- #: includes/functions/functions.php:403
132
  msgid "clearch.org"
133
  msgstr ""
134
 
135
- #: includes/functions/functions.php:404
136
  msgid "DuckDuckGo"
137
  msgstr ""
138
 
139
- #: includes/functions/functions.php:405
140
  #: includes/settings/tabs/wps-overview-display.php:128
141
  msgid "Google"
142
  msgstr ""
143
 
144
- #: includes/functions/functions.php:406
145
  msgid "Yahoo!"
146
  msgstr ""
147
 
148
- #: includes/functions/functions.php:407
149
  msgid "Yandex"
150
  msgstr ""
151
 
152
- #: includes/functions/functions.php:932
153
  msgid "10 Days"
154
  msgstr ""
155
 
156
- #: includes/functions/functions.php:932
157
  msgid "20 Days"
158
  msgstr ""
159
 
160
- #: includes/functions/functions.php:932
161
  msgid "30 Days"
162
  msgstr ""
163
 
164
- #: includes/functions/functions.php:932
165
  msgid "2 Months"
166
  msgstr ""
167
 
168
- #: includes/functions/functions.php:932
169
  msgid "3 Months"
170
  msgstr ""
171
 
172
- #: includes/functions/functions.php:932
173
  msgid "6 Months"
174
  msgstr ""
175
 
176
- #: includes/functions/functions.php:932
177
  msgid "9 Months"
178
  msgstr ""
179
 
180
- #: includes/functions/functions.php:932
181
  msgid "1 Year"
182
  msgstr ""
183
 
184
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
185
  msgid "Range"
186
  msgstr ""
187
 
188
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
189
  msgid "MM/DD/YYYY"
190
  msgstr ""
191
 
192
- #: includes/functions/functions.php:982
193
  msgid "to"
194
  msgstr ""
195
 
196
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
197
  msgid "Go"
198
  msgstr ""
199
 
200
- #: includes/functions/functions.php:1020
201
  msgid "%s table data deleted successfully."
202
  msgstr ""
203
 
204
- #: includes/functions/functions.php:1024
205
  msgid "Error, %s not emptied!"
206
  msgstr ""
207
 
@@ -243,18 +243,18 @@ msgstr ""
243
  msgid "Please select a value over 30 days."
244
  msgstr ""
245
 
246
- #: includes/log/all-browsers.php:8
247
  msgid "Browser Statistics"
248
  msgstr ""
249
 
250
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
251
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
252
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
253
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
254
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
255
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
256
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
257
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
258
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
259
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
260
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -264,26 +264,26 @@ msgstr ""
264
  msgid "Click to toggle"
265
  msgstr ""
266
 
267
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
268
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
269
  #: wp-statistics.php:452
270
  msgid "Browsers"
271
  msgstr ""
272
 
273
- #: includes/log/all-browsers.php:42
274
  msgid "Browsers by type"
275
  msgstr ""
276
 
277
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
278
  #: includes/optimization/tabs/wps-optimization-resources.php:313
279
  msgid "Platform"
280
  msgstr ""
281
 
282
- #: includes/log/all-browsers.php:126
283
  msgid "Browsers by platform"
284
  msgstr ""
285
 
286
- #: includes/log/all-browsers.php:234
287
  msgid "%s Version"
288
  msgstr ""
289
 
@@ -425,7 +425,7 @@ msgid "Visitor"
425
  msgstr ""
426
 
427
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
428
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
429
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
430
  msgid "All"
431
  msgstr ""
@@ -442,7 +442,7 @@ msgid "#hash#"
442
  msgstr ""
443
 
444
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
445
- #: includes/log/online.php:55 includes/log/top-referring.php:96
446
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
447
  #: includes/settings/tabs/wps-overview-display.php:33
448
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -451,13 +451,13 @@ msgstr ""
451
 
452
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
453
  #: includes/log/online.php:109 includes/log/top-pages.php:198
454
- #: includes/log/top-referring.php:137
455
  msgid "Page"
456
  msgstr ""
457
 
458
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
459
  #: includes/log/online.php:109 includes/log/top-pages.php:198
460
- #: includes/log/top-referring.php:137
461
  msgid "From"
462
  msgstr ""
463
 
@@ -587,11 +587,11 @@ msgstr ""
587
  msgid "To be added soon"
588
  msgstr ""
589
 
590
- #: includes/log/top-referring.php:63
591
  msgid "Referring sites from"
592
  msgstr ""
593
 
594
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
595
  msgid "References"
596
  msgstr ""
597
 
@@ -1466,7 +1466,7 @@ msgstr ""
1466
 
1467
  #: includes/settings/tabs/wps-access-level.php:85
1468
  #: includes/settings/tabs/wps-exclusions.php:234
1469
- #: includes/settings/tabs/wps-externals.php:284
1470
  #: includes/settings/tabs/wps-general.php:349
1471
  #: includes/settings/tabs/wps-maintenance.php:88
1472
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1732,8 +1732,8 @@ msgstr ""
1732
  #: includes/settings/tabs/wps-externals.php:109
1733
  #: includes/settings/tabs/wps-externals.php:172
1734
  #: includes/settings/tabs/wps-externals.php:196
1735
- #: includes/settings/tabs/wps-externals.php:235
1736
- #: includes/settings/tabs/wps-externals.php:259
1737
  #: includes/settings/tabs/wps-general.php:76
1738
  #: includes/settings/tabs/wps-general.php:92
1739
  #: includes/settings/tabs/wps-general.php:116
@@ -1779,7 +1779,7 @@ msgstr ""
1779
 
1780
  #: includes/settings/tabs/wps-externals.php:65
1781
  #: includes/settings/tabs/wps-externals.php:185
1782
- #: includes/settings/tabs/wps-externals.php:248
1783
  msgid "Save changes on this page to download the update."
1784
  msgstr ""
1785
 
@@ -1789,7 +1789,7 @@ msgstr ""
1789
 
1790
  #: includes/settings/tabs/wps-externals.php:79
1791
  #: includes/settings/tabs/wps-externals.php:199
1792
- #: includes/settings/tabs/wps-externals.php:262
1793
  msgid "Next update will be"
1794
  msgstr ""
1795
 
@@ -1878,41 +1878,41 @@ msgstr ""
1878
  msgid "Schedule weekly update of browscap DB"
1879
  msgstr ""
1880
 
1881
- #: includes/settings/tabs/wps-externals.php:214
1882
  msgid "Download of the browscap database will be scheduled for once a week."
1883
  msgstr ""
1884
 
1885
- #: includes/settings/tabs/wps-externals.php:219
1886
  msgid "Piwik Referrer Spam Blacklist settings"
1887
  msgstr ""
1888
 
1889
- #: includes/settings/tabs/wps-externals.php:224
1890
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
1891
  msgstr ""
1892
 
1893
- #: includes/settings/tabs/wps-externals.php:230
1894
  msgid "Piwik Referrer Spam Blacklist usage"
1895
  msgstr ""
1896
 
1897
- #: includes/settings/tabs/wps-externals.php:236
1898
  msgid ""
1899
  "The Piwik Referrer Spam Blacklist database will be downloaded and used to "
1900
  "detect referrer spam."
1901
  msgstr ""
1902
 
1903
- #: includes/settings/tabs/wps-externals.php:242
1904
  msgid "Update Piwik Referrer Spam Blacklist Info"
1905
  msgstr ""
1906
 
1907
- #: includes/settings/tabs/wps-externals.php:247
1908
  msgid "Download Piwik Referrer Spam Blacklist Database"
1909
  msgstr ""
1910
 
1911
- #: includes/settings/tabs/wps-externals.php:254
1912
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
1913
  msgstr ""
1914
 
1915
- #: includes/settings/tabs/wps-externals.php:277
1916
  msgid ""
1917
  "Download of the Piwik Referrer Spam Blacklist database will be scheduled for "
1918
  "once a week."
@@ -2726,7 +2726,7 @@ msgid ""
2726
  "The following features are disabled, please go to %s and enable them: %s"
2727
  msgstr ""
2728
 
2729
- #: wp-statistics.php:148 wp-statistics.php:170
2730
  msgid "settings page"
2731
  msgstr ""
2732
 
@@ -2751,6 +2751,10 @@ msgid ""
2751
  "Database updates are required, please go to %s and update the following: %s"
2752
  msgstr ""
2753
 
 
 
 
 
2754
  #: wp-statistics.php:265
2755
  msgid "WP Statistics %s installed on"
2756
  msgstr ""
@@ -2883,27 +2887,27 @@ msgstr ""
2883
  msgid "Error downloading browscap database from: %s - %s"
2884
  msgstr ""
2885
 
2886
- #: wps-updates.php:267
2887
  msgid "browscap database updated successfully!"
2888
  msgstr ""
2889
 
2890
- #: wps-updates.php:277
2891
  msgid ""
2892
  "browscap database updated failed! Cache file too large, reverting to "
2893
  "previous browscap.ini."
2894
  msgstr ""
2895
 
2896
- #: wps-updates.php:285
2897
  msgid ""
2898
  "browscap database updated failed! New browscap.ini is mis-identifing user "
2899
  "agents as crawlers, reverting to previous browscap.ini."
2900
  msgstr ""
2901
 
2902
- #: wps-updates.php:307
2903
  msgid "browscap already at current version!"
2904
  msgstr ""
2905
 
2906
- #: wps-updates.php:320
2907
  msgid "Browscap.ini update on"
2908
  msgstr ""
2909
 
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP Statistics 9.6.6\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-statistics\n"
7
+ "POT-Creation-Date: 2015-12-06 21:42:50+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-12-06 16:43-0500\n"
12
  "Last-Translator: \n"
13
  "Language-Team: \n"
14
  "X-Generator: Poedit 1.8.4\n"
74
  msgid "Recent Visitors"
75
  msgstr ""
76
 
77
+ #: dashboard.php:62 includes/log/top-referring.php:59
78
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
79
  #: includes/settings/tabs/wps-overview-display.php:26
80
  msgid "Top Referring Sites"
81
  msgstr ""
116
  msgid "Hits in the last 20 days"
117
  msgstr ""
118
 
119
+ #: includes/functions/functions.php:424
120
  msgid "Ask.com"
121
  msgstr ""
122
 
123
+ #: includes/functions/functions.php:425
124
  msgid "Baidu"
125
  msgstr ""
126
 
127
+ #: includes/functions/functions.php:426
128
  msgid "Bing"
129
  msgstr ""
130
 
131
+ #: includes/functions/functions.php:427
132
  msgid "clearch.org"
133
  msgstr ""
134
 
135
+ #: includes/functions/functions.php:428
136
  msgid "DuckDuckGo"
137
  msgstr ""
138
 
139
+ #: includes/functions/functions.php:429
140
  #: includes/settings/tabs/wps-overview-display.php:128
141
  msgid "Google"
142
  msgstr ""
143
 
144
+ #: includes/functions/functions.php:430
145
  msgid "Yahoo!"
146
  msgstr ""
147
 
148
+ #: includes/functions/functions.php:431
149
  msgid "Yandex"
150
  msgstr ""
151
 
152
+ #: includes/functions/functions.php:956
153
  msgid "10 Days"
154
  msgstr ""
155
 
156
+ #: includes/functions/functions.php:956
157
  msgid "20 Days"
158
  msgstr ""
159
 
160
+ #: includes/functions/functions.php:956
161
  msgid "30 Days"
162
  msgstr ""
163
 
164
+ #: includes/functions/functions.php:956
165
  msgid "2 Months"
166
  msgstr ""
167
 
168
+ #: includes/functions/functions.php:956
169
  msgid "3 Months"
170
  msgstr ""
171
 
172
+ #: includes/functions/functions.php:956
173
  msgid "6 Months"
174
  msgstr ""
175
 
176
+ #: includes/functions/functions.php:956
177
  msgid "9 Months"
178
  msgstr ""
179
 
180
+ #: includes/functions/functions.php:956
181
  msgid "1 Year"
182
  msgstr ""
183
 
184
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
185
  msgid "Range"
186
  msgstr ""
187
 
188
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
189
  msgid "MM/DD/YYYY"
190
  msgstr ""
191
 
192
+ #: includes/functions/functions.php:1006
193
  msgid "to"
194
  msgstr ""
195
 
196
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
197
  msgid "Go"
198
  msgstr ""
199
 
200
+ #: includes/functions/functions.php:1046
201
  msgid "%s table data deleted successfully."
202
  msgstr ""
203
 
204
+ #: includes/functions/functions.php:1050
205
  msgid "Error, %s not emptied!"
206
  msgstr ""
207
 
243
  msgid "Please select a value over 30 days."
244
  msgstr ""
245
 
246
+ #: includes/log/all-browsers.php:21
247
  msgid "Browser Statistics"
248
  msgstr ""
249
 
250
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
251
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
252
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
253
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
254
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
255
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
256
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
257
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
258
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
259
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
260
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
264
  msgid "Click to toggle"
265
  msgstr ""
266
 
267
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
268
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
269
  #: wp-statistics.php:452
270
  msgid "Browsers"
271
  msgstr ""
272
 
273
+ #: includes/log/all-browsers.php:57
274
  msgid "Browsers by type"
275
  msgstr ""
276
 
277
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
278
  #: includes/optimization/tabs/wps-optimization-resources.php:313
279
  msgid "Platform"
280
  msgstr ""
281
 
282
+ #: includes/log/all-browsers.php:141
283
  msgid "Browsers by platform"
284
  msgstr ""
285
 
286
+ #: includes/log/all-browsers.php:249
287
  msgid "%s Version"
288
  msgstr ""
289
 
425
  msgstr ""
426
 
427
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
428
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
429
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
430
  msgid "All"
431
  msgstr ""
442
  msgstr ""
443
 
444
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
445
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
446
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
447
  #: includes/settings/tabs/wps-overview-display.php:33
448
  #: includes/settings/tabs/wps-overview-display.php:113
451
 
452
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
453
  #: includes/log/online.php:109 includes/log/top-pages.php:198
454
+ #: includes/log/top-referring.php:153
455
  msgid "Page"
456
  msgstr ""
457
 
458
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
459
  #: includes/log/online.php:109 includes/log/top-pages.php:198
460
+ #: includes/log/top-referring.php:153
461
  msgid "From"
462
  msgstr ""
463
 
587
  msgid "To be added soon"
588
  msgstr ""
589
 
590
+ #: includes/log/top-referring.php:79
591
  msgid "Referring sites from"
592
  msgstr ""
593
 
594
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
595
  msgid "References"
596
  msgstr ""
597
 
1466
 
1467
  #: includes/settings/tabs/wps-access-level.php:85
1468
  #: includes/settings/tabs/wps-exclusions.php:234
1469
+ #: includes/settings/tabs/wps-externals.php:286
1470
  #: includes/settings/tabs/wps-general.php:349
1471
  #: includes/settings/tabs/wps-maintenance.php:88
1472
  #: includes/settings/tabs/wps-notifications.php:201
1732
  #: includes/settings/tabs/wps-externals.php:109
1733
  #: includes/settings/tabs/wps-externals.php:172
1734
  #: includes/settings/tabs/wps-externals.php:196
1735
+ #: includes/settings/tabs/wps-externals.php:236
1736
+ #: includes/settings/tabs/wps-externals.php:260
1737
  #: includes/settings/tabs/wps-general.php:76
1738
  #: includes/settings/tabs/wps-general.php:92
1739
  #: includes/settings/tabs/wps-general.php:116
1779
 
1780
  #: includes/settings/tabs/wps-externals.php:65
1781
  #: includes/settings/tabs/wps-externals.php:185
1782
+ #: includes/settings/tabs/wps-externals.php:249
1783
  msgid "Save changes on this page to download the update."
1784
  msgstr ""
1785
 
1789
 
1790
  #: includes/settings/tabs/wps-externals.php:79
1791
  #: includes/settings/tabs/wps-externals.php:199
1792
+ #: includes/settings/tabs/wps-externals.php:263
1793
  msgid "Next update will be"
1794
  msgstr ""
1795
 
1878
  msgid "Schedule weekly update of browscap DB"
1879
  msgstr ""
1880
 
1881
+ #: includes/settings/tabs/wps-externals.php:215
1882
  msgid "Download of the browscap database will be scheduled for once a week."
1883
  msgstr ""
1884
 
1885
+ #: includes/settings/tabs/wps-externals.php:220
1886
  msgid "Piwik Referrer Spam Blacklist settings"
1887
  msgstr ""
1888
 
1889
+ #: includes/settings/tabs/wps-externals.php:225
1890
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
1891
  msgstr ""
1892
 
1893
+ #: includes/settings/tabs/wps-externals.php:231
1894
  msgid "Piwik Referrer Spam Blacklist usage"
1895
  msgstr ""
1896
 
1897
+ #: includes/settings/tabs/wps-externals.php:237
1898
  msgid ""
1899
  "The Piwik Referrer Spam Blacklist database will be downloaded and used to "
1900
  "detect referrer spam."
1901
  msgstr ""
1902
 
1903
+ #: includes/settings/tabs/wps-externals.php:243
1904
  msgid "Update Piwik Referrer Spam Blacklist Info"
1905
  msgstr ""
1906
 
1907
+ #: includes/settings/tabs/wps-externals.php:248
1908
  msgid "Download Piwik Referrer Spam Blacklist Database"
1909
  msgstr ""
1910
 
1911
+ #: includes/settings/tabs/wps-externals.php:255
1912
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
1913
  msgstr ""
1914
 
1915
+ #: includes/settings/tabs/wps-externals.php:279
1916
  msgid ""
1917
  "Download of the Piwik Referrer Spam Blacklist database will be scheduled for "
1918
  "once a week."
2726
  "The following features are disabled, please go to %s and enable them: %s"
2727
  msgstr ""
2728
 
2729
+ #: wp-statistics.php:148
2730
  msgid "settings page"
2731
  msgstr ""
2732
 
2751
  "Database updates are required, please go to %s and update the following: %s"
2752
  msgstr ""
2753
 
2754
+ #: wp-statistics.php:170
2755
+ msgid "optimization page"
2756
+ msgstr ""
2757
+
2758
  #: wp-statistics.php:265
2759
  msgid "WP Statistics %s installed on"
2760
  msgstr ""
2887
  msgid "Error downloading browscap database from: %s - %s"
2888
  msgstr ""
2889
 
2890
+ #: wps-updates.php:274
2891
  msgid "browscap database updated successfully!"
2892
  msgstr ""
2893
 
2894
+ #: wps-updates.php:284
2895
  msgid ""
2896
  "browscap database updated failed! Cache file too large, reverting to "
2897
  "previous browscap.ini."
2898
  msgstr ""
2899
 
2900
+ #: wps-updates.php:292
2901
  msgid ""
2902
  "browscap database updated failed! New browscap.ini is mis-identifing user "
2903
  "agents as crawlers, reverting to previous browscap.ini."
2904
  msgstr ""
2905
 
2906
+ #: wps-updates.php:314
2907
  msgid "browscap already at current version!"
2908
  msgstr ""
2909
 
2910
+ #: wps-updates.php:327
2911
  msgid "Browscap.ini update on"
2912
  msgstr ""
2913
 
languages/wp-statistics-da.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr ""
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr ""
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr ""
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr ""
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr ""
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr ""
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr ""
1365
  msgid "Recent Visitors"
1366
  msgstr ""
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr ""
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr ""
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr ""
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr ""
1452
  msgid "Click to toggle"
1453
  msgstr ""
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr ""
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr ""
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr ""
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr ""
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr ""
1477
 
@@ -1483,35 +1487,35 @@ msgstr ""
1483
  msgid "Exclusions Statistics"
1484
  msgstr ""
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr ""
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr ""
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr ""
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr ""
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr ""
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr ""
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr ""
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr ""
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr ""
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr ""
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr ""
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr ""
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr ""
@@ -1685,11 +1689,11 @@ msgstr ""
1685
  msgid "To be added soon"
1686
  msgstr ""
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr ""
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr ""
1695
 
@@ -1813,11 +1817,11 @@ msgstr ""
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr ""
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr ""
1823
 
@@ -2629,8 +2633,8 @@ msgstr ""
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr ""
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr ""
2680
 
@@ -2684,11 +2688,11 @@ msgstr ""
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr ""
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr ""
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr ""
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr ""
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr ""
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr ""
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr ""
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr ""
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr ""
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr ""
1435
  msgid "Please select a value over 30 days."
1436
  msgstr ""
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr ""
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr ""
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr ""
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr ""
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr ""
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr ""
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr ""
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr ""
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr ""
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr ""
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr ""
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr ""
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr ""
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr ""
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr ""
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr ""
1521
 
1572
  msgstr ""
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr ""
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr ""
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr ""
1689
  msgid "To be added soon"
1690
  msgstr ""
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr ""
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr ""
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr ""
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr ""
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr ""
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr ""
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr ""
2698
 
languages/wp_statistics-ar.mo CHANGED
Binary file
languages/wp_statistics-ar.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-08-29 13:01:06+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,34 +10,38 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
16
- msgstr ""
17
 
18
  #: includes/settings/tabs/wps-maintenance.php:30
19
  msgid "Purge Old Data Daily"
20
- msgstr ""
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:41
23
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
24
- msgstr ""
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:47
27
  msgid "Purge data older than"
28
- msgstr ""
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:58
31
  msgid "Purge High Hit Count Visitors Daily"
32
- msgstr ""
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:69
35
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
36
- msgstr ""
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:81
39
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
40
- msgstr ""
41
 
42
  #: shortcode.php:184
43
  msgid "The post/page id to get page statistics on."
@@ -47,7 +51,7 @@ msgstr "رقم المقال/الصفحة للحصول على احصائياته
47
  msgid "Post/Page ID"
48
  msgstr "رقم المقال/الصفحة"
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr "Ask.com"
53
 
@@ -79,7 +83,7 @@ msgstr "دول فهرس قاعدة البيانات"
79
  msgid "search table"
80
  msgstr "جدول البحث"
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr "صفحة الإعدادات"
85
 
@@ -131,7 +135,7 @@ msgstr "التثبيت القديمة من احصائيات ووردبريس ت
131
  msgid "Referrer Spam"
132
  msgstr "إحالات البريد المزعج"
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "سيتم جدولة التحميل من قاعدة البيانات Piwik لإحالات الرسائل الغير مرغوب فيها بالقائمة السوداء لمرة واحدة في الأسبوع."
137
 
@@ -139,31 +143,31 @@ msgstr "سيتم جدولة التحميل من قاعدة البيانات Piwi
139
  msgid "Externals"
140
  msgstr "الجهات الخارجية"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "إعدادات القائمة السوداء Piwik لإحالات الرسائل الغير مرغوب فيها"
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr "جدولة التحديث الأسبوعي لـ Piwik لإحالات الرسائل الغير مرغوب فيها بقاعدة بيانات القائمة السوداء"
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "تحميل قاعدة البيانات Piwik لإحالات الرسائل الغير مرغوب فيها من القائمة السوداء"
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "تحديث Piwik لإحالات الرسائل الغير مرغوب فيها بمعلومات القائمة السوداء"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "سيتم تحميل قاعدة البيانات Piwik لإحالات الرسائل الغير مرغوب فيها بالقائمة السوداء واستخدامها للكشف عن مرجعية البريد المزعج."
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "يتم توفير إحالات الرسائل الغير مرغوب فيها بالقائمة السوداء من قبل Piwik، وهي متاحة من %s."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "المرجع Piwik للرسائل الغير المرغوب فيها باستخدام القائمة السوداء"
169
 
@@ -336,11 +340,11 @@ msgstr "عدد المقال"
336
  msgid "Time Frame"
337
  msgstr "الإطار الزمني"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "إلى"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "إذهب"
346
 
@@ -384,11 +388,11 @@ msgstr "التثبيتات القديمة من احصائيات ووردبريس
384
  msgid "Filtered by"
385
  msgstr "تمت تصفيتها من قبل"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "المدى"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr "آخر 30 يوم (شهر)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "آخر 7 أيام (أسبوع)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "ياهو!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "ياندكس"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "دك دك غو"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "بينج"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "بايدو"
458
 
@@ -917,7 +921,7 @@ msgstr "تعطيل القطع لمحرر الصفحة/المشاركة"
917
  msgid "Map type"
918
  msgstr "نوع الخريطة"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "جوجل"
@@ -1049,7 +1053,7 @@ msgstr "الإزالة"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "تحديث GeoIP على"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "خطأ في قاعدة بيانات browscap تحميل من: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "قاعدة بيانات browscap تم تحديثها بنجاح!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "تحديث قاعدة بيانات browscap فشل! ملف الكاش كبير جدا، تم الرجوع إلى browscap.ini السابق."
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "تحديث قاعدة بيانات browscap فشل! لم تتم تحديد هوية browscap.ini الجديدة لكلا من المستخدم والزواحف، وتم الرجوع إلى browscap.ini السابق."
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap بالفعل في النسخة الحالية!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "تحديث Browscap.ini على"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "أفضل 10 صفحات"
1365
  msgid "Recent Visitors"
1366
  msgstr "الزيارات الأخيرة"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "أعلى المواقع اشارة"
@@ -1431,18 +1435,18 @@ msgstr "قاعدة بيانات مجردة على"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "يرجى تحديد قيمة أكثر من 30 يوما."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "إحصائيات المتصفح"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "إحصائيات المتصفح"
1452
  msgid "Click to toggle"
1453
  msgstr "انقر للتبديل"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "المتصفحات"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "حسب نوع المتصفحات"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "المنصة"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "حسب نوع المنصة"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "الإصدار %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "تنبيه: لم يتم تعيين الاستثناءات حاليا ل
1483
  msgid "Exclusions Statistics"
1484
  msgstr "استثناءات الاحصائيات"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 أيام"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 يوم"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 يو م"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "شهرين"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 أشهر"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 أشهر"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 أشهر"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "سنة"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "خريطة"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "صفحة"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "من"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "الكل"
@@ -1685,11 +1689,11 @@ msgstr "الزيارات"
1685
  msgid "To be added soon"
1686
  msgstr "تضاف قريبا"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "مواقع اشارة من"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "المراجع"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s تم حذف بيانات المنصة بنجاح."
1813
  msgid "No platform data found to remove!"
1814
  msgstr "لا توجد بيانات منصة لإزالتها!"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s تم حذف بيانات الجدول بنجاح."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "خطأ, %s لم يتم التفريغ!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "استخدام browscap"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "تحميل قاعدة بيانات browscap"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "حفظ التغييرات على هذه الصفحة لتحميل التحديث."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "جدولة التحديث الأسبوعي لـ browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "التحديث القادم سيكون في"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "سيتم تحديد موعد تحميل قاعدة بيانات browscap لمرة واحدة في الأسبوع."
2694
 
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-11-03 08:59:55+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
20
+ msgstr "تمكين"
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:30
23
  msgid "Purge Old Data Daily"
24
+ msgstr "تطهير البيانات اليومية القديمة"
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:41
27
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
28
+ msgstr "سيتم تشغيل المهام المجدولة لووردبريس يوميا لتطهير أي بيانات قديمة من عدد محدد من الأيام."
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:47
31
  msgid "Purge data older than"
32
+ msgstr "تطهير البيانات الأقدم من"
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:58
35
  msgid "Purge High Hit Count Visitors Daily"
36
+ msgstr "تطهير النقرات العالية لعدد الزوار اليومي"
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:69
39
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
40
+ msgstr "سيتم تشغيل مهام ووردبريس المجدولة يوميا لتطهير أي إحصائيات بيانات مستخدمين حيث أن المستخدم لديه أكثر من عدد محدد من الزيارات في اليوم الواحد (الملقب أنها ربما تكون بوت)."
41
 
42
  #: includes/settings/tabs/wps-maintenance.php:81
43
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
44
+ msgstr "عدد الزيارات المطلوبة لحذف الزائر. قيمة الحد الأدنى هو 10 نقرات. والقيم الغير صالحة ستعطل في وضع الصيانة اليومي."
45
 
46
  #: shortcode.php:184
47
  msgid "The post/page id to get page statistics on."
51
  msgid "Post/Page ID"
52
  msgstr "رقم المقال/الصفحة"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr "Ask.com"
57
 
83
  msgid "search table"
84
  msgstr "جدول البحث"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr "صفحة الإعدادات"
89
 
135
  msgid "Referrer Spam"
136
  msgstr "إحالات البريد المزعج"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "سيتم جدولة التحميل من قاعدة البيانات Piwik لإحالات الرسائل الغير مرغوب فيها بالقائمة السوداء لمرة واحدة في الأسبوع."
141
 
143
  msgid "Externals"
144
  msgstr "الجهات الخارجية"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "إعدادات القائمة السوداء Piwik لإحالات الرسائل الغير مرغوب فيها"
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr "جدولة التحديث الأسبوعي لـ Piwik لإحالات الرسائل الغير مرغوب فيها بقاعدة بيانات القائمة السوداء"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "تحميل قاعدة البيانات Piwik لإحالات الرسائل الغير مرغوب فيها من القائمة السوداء"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "تحديث Piwik لإحالات الرسائل الغير مرغوب فيها بمعلومات القائمة السوداء"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "سيتم تحميل قاعدة البيانات Piwik لإحالات الرسائل الغير مرغوب فيها بالقائمة السوداء واستخدامها للكشف عن مرجعية البريد المزعج."
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "يتم توفير إحالات الرسائل الغير مرغوب فيها بالقائمة السوداء من قبل Piwik، وهي متاحة من %s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "المرجع Piwik للرسائل الغير المرغوب فيها باستخدام القائمة السوداء"
173
 
340
  msgid "Time Frame"
341
  msgstr "الإطار الزمني"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "إلى"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "إذهب"
350
 
388
  msgid "Filtered by"
389
  msgstr "تمت تصفيتها من قبل"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "المدى"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "آخر 7 أيام (أسبوع)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "ياهو!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "ياندكس"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "دك دك غو"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "بينج"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "بايدو"
462
 
921
  msgid "Map type"
922
  msgstr "نوع الخريطة"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "جوجل"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "خطأ في قاعدة بيانات browscap تحميل من: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "قاعدة بيانات browscap تم تحديثها بنجاح!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "تحديث قاعدة بيانات browscap فشل! ملف الكاش كبير جدا، تم الرجوع إلى browscap.ini السابق."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "تحديث قاعدة بيانات browscap فشل! لم تتم تحديد هوية browscap.ini الجديدة لكلا من المستخدم والزواحف، وتم الرجوع إلى browscap.ini السابق."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap بالفعل في النسخة الحالية!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "تحديث Browscap.ini على"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "الزيارات الأخيرة"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "أعلى المواقع اشارة"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "يرجى تحديد قيمة أكثر من 30 يوما."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "إحصائيات المتصفح"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "انقر للتبديل"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "المتصفحات"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "حسب نوع المتصفحات"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "المنصة"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "حسب نوع المنصة"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "الإصدار %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "استثناءات الاحصائيات"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 أيام"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 يوم"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 يو م"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "شهرين"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 أشهر"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 أشهر"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 أشهر"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "سنة"
1521
 
1572
  msgstr "#hash#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "صفحة"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "من"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "الكل"
1689
  msgid "To be added soon"
1690
  msgstr "تضاف قريبا"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "مواقع اشارة من"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "المراجع"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "لا توجد بيانات منصة لإزالتها!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s تم حذف بيانات الجدول بنجاح."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "خطأ, %s لم يتم التفريغ!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "حفظ التغييرات على هذه الصفحة لتحميل التحديث."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "التحديث القادم سيكون في"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "سيتم تحديد موعد تحميل قاعدة بيانات browscap لمرة واحدة في الأسبوع."
2698
 
languages/wp_statistics-bg_BG.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Тип карта"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Грешка при изтегляне на browscap база данни от: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap база данни, актуализирани успешно!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap вече в текущата версия!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Топ 10 страници"
1365
  msgid "Recent Visitors"
1366
  msgstr "Последните посетители"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Топ Препращащи сайтове"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Моля изберете стойност над 30 дни."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Браузър статистика"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Браузър статистика"
1452
  msgid "Click to toggle"
1453
  msgstr "Щракнете за превключване"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Браузъри"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Браузъри по вид"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Платформа"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Браузъри по платформа"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "версия на %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Внимание: Изключване не са в момента за
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Изключения статистика"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 дни"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 дни"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 дни"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 месеца"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 месеца"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 месеца"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 месеца"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 година"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Карта"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Страница"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "От"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Всички"
@@ -1685,11 +1689,11 @@ msgstr "Посещения"
1685
  msgid "To be added soon"
1686
  msgstr "Да бъде добавена скоро"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Препращащи сайтове от"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Препратки"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s платформа данни изтрито успешно."
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s таблични данни изтрито успешно."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Грешка, %s не се изпразва!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "използване на browscap"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Изтегли browscap база данни"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Запишете промените на тази страница, за да изтеглите актуализацията."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Планиране на седмична актуализация на b
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Следващата актуализация ще бъде"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Изтегляне на базата данни на browscap ще бъде насрочено за един път седмично."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "Тип карта"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Грешка при изтегляне на browscap база данни от: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap база данни, актуализирани успешно!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap вече в текущата версия!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Последните посетители"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Топ Препращащи сайтове"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Моля изберете стойност над 30 дни."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Браузър статистика"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Щракнете за превключване"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Браузъри"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Браузъри по вид"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Платформа"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Браузъри по платформа"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "версия на %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Изключения статистика"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 дни"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 дни"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 дни"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 месеца"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 месеца"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 месеца"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 месеца"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 година"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Страница"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "От"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Всички"
1689
  msgid "To be added soon"
1690
  msgstr "Да бъде добавена скоро"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Препращащи сайтове от"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Препратки"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s таблични данни изтрито успешно."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Грешка, %s не се изпразва!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Запишете промените на тази страница, за да изтеглите актуализацията."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Следващата актуализация ще бъде"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Изтегляне на базата данни на browscap ще бъде насрочено за един път седмично."
2698
 
languages/wp_statistics-bn_BD.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr ""
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "গুগল"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr ""
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr ""
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr ""
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr ""
1365
  msgid "Recent Visitors"
1366
  msgstr ""
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr ""
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr ""
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr ""
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr ""
1452
  msgid "Click to toggle"
1453
  msgstr ""
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr ""
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr ""
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr ""
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr ""
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr ""
1477
 
@@ -1483,35 +1487,35 @@ msgstr ""
1483
  msgid "Exclusions Statistics"
1484
  msgstr ""
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr ""
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr ""
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr ""
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr ""
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr ""
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr ""
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr ""
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr ""
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr ""
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr ""
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr ""
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr ""
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "সকল"
@@ -1685,11 +1689,11 @@ msgstr ""
1685
  msgid "To be added soon"
1686
  msgstr ""
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr ""
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr ""
1695
 
@@ -1813,11 +1817,11 @@ msgstr ""
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr ""
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr ""
1823
 
@@ -2629,8 +2633,8 @@ msgstr ""
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr ""
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr ""
2680
 
@@ -2684,11 +2688,11 @@ msgstr ""
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr ""
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr ""
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr ""
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "গুগল"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr ""
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr ""
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr ""
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr ""
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr ""
1435
  msgid "Please select a value over 30 days."
1436
  msgstr ""
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr ""
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr ""
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr ""
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr ""
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr ""
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr ""
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr ""
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr ""
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr ""
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr ""
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr ""
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr ""
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr ""
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr ""
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr ""
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr ""
1521
 
1572
  msgstr ""
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr ""
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr ""
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "সকল"
1689
  msgid "To be added soon"
1690
  msgstr ""
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr ""
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr ""
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr ""
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr ""
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr ""
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr ""
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr ""
2698
 
languages/wp_statistics-ckb.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr "٣٠ ڕۆژ ڕابردوو (مانگ)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "٧ ڕۆژی ڕابردوو(هەفتە)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "یاهو"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "یاندیکس"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "دەک دەک گۆو"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "بینگ"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "بەیدوو"
458
 
@@ -917,7 +921,7 @@ msgstr "ناچالاککردنی ئامرازی(ویدجێت) سەردانی پ
917
  msgid "Map type"
918
  msgstr "جۆری نەخشە"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "گووگڵ"
@@ -1049,7 +1053,7 @@ msgstr "سڕینەوە"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "GeoIP بەڕۆژ بوو لە"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "داگرتنی بنکەی دراوە لە browscapهەڵە لە: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap بنکەی بە سەرکەوتوویی بەڕۆژ بوو."
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "بنکەدراوەی browscap بۆ بەڕۆژ بوون سەرکەوتوو نەبووە! پەڕگەی باشکەوتکردن قەبارەی گەورەیە! بڕۆ بۆ browscap.ini پێشتر."
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "بنکەدراوەی browscap بۆ بەڕۆژ بوون سەرکەوتوو نەبووە! browscap.iniنوێ هەڵەیە identifing بریکاری بەکارهێنەر بەمانای وێبخشۆک بڕۆ بۆ browscap.ini پێشتر."
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap لە ئێستا ئامادەیە بۆ ئەم وەشانە!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Browscap.ini بەڕۆژکرا"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "بەرزترین ١٠ پەرە"
1365
  msgid "Recent Visitors"
1366
  msgstr "دوایین میوانەکان"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "زۆرترین ماڵپەڕی هاتن"
@@ -1431,18 +1435,18 @@ msgstr "بنکەی دراوە پاکسازی لە"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "تکایە زۆرتر لە ٣٠ ڕۆژ هەڵبژێرن"
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "ئاماری وێبگەرەکان"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "ئاماری وێبگەرەکان"
1452
  msgid "Click to toggle"
1453
  msgstr "بۆ بەستن و داخستن کرتە بکە"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "وێبگەڕەکان"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "وێبگڕەکان لە سەر بنەمای جۆری"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "سەکۆ"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "وێبگەڕەکان لە سەر بنەمای سەکۆ"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s وەشان"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "خاڵ: تائێستا جیاکاری بۆ ریکۆردەکان جیاک
1483
  msgid "Exclusions Statistics"
1484
  msgstr "ئاماری جیاکاریەکان"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "١٠ ڕۆژی ڕابردوو"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "٢٠ ڕۆژی ڕابردوو"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "٣٠ ڕۆژی ڕابردوو"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "٢ مانگی ڕابردوو"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "٣ مانگی ڕابردوو"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "٦مانگی ڕابردوو"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "٩ مانگی ڕابردوو"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "١ ساڵی ڕابردوو"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "نەخشە"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "پەڕە"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "لە"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "گشتی"
@@ -1685,11 +1689,11 @@ msgstr "سەردانەکان"
1685
  msgid "To be added soon"
1686
  msgstr "بە خێرایی زیاد دەبێت"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "ماڵپەرەکانی هاتن لە"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "سەرچاوە"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "ازانیارەکانی سەکۆ %s بە سەرکەوتوویی سڕا
1813
  msgid "No platform data found to remove!"
1814
  msgstr "سەکۆی وێبگەڕ بۆ سڕینەوە پەیدا نەبوو."
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "داتای خەشتی %s بە سەرکەوتوویی سڕایەوە"
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "هەڵە! %s بەتاڵ نییە!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "سودوەرگرتن لە browscap"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "داگرتنی browscapبنکەدراوە"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "پاشکەوتی گۆڕانکاری لەم پەرگە و داگرتنی بەڕۆژکراوەکان"
2680
 
@@ -2684,11 +2688,11 @@ msgstr "ببەرنامەی بەڕۆژ کردنی هەفتانە browscap دسی
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "بەڕۆژ بوونی داهاتوو هەیە."
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "داگرتنی بنکەدراوەی browscap بۆبارێک لە حەفتە"
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "٧ ڕۆژی ڕابردوو(هەفتە)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "یاهو"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "یاندیکس"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "دەک دەک گۆو"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "بینگ"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "بەیدوو"
462
 
921
  msgid "Map type"
922
  msgstr "جۆری نەخشە"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "گووگڵ"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "داگرتنی بنکەی دراوە لە browscapهەڵە لە: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap بنکەی بە سەرکەوتوویی بەڕۆژ بوو."
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "بنکەدراوەی browscap بۆ بەڕۆژ بوون سەرکەوتوو نەبووە! پەڕگەی باشکەوتکردن قەبارەی گەورەیە! بڕۆ بۆ browscap.ini پێشتر."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "بنکەدراوەی browscap بۆ بەڕۆژ بوون سەرکەوتوو نەبووە! browscap.iniنوێ هەڵەیە identifing بریکاری بەکارهێنەر بەمانای وێبخشۆک بڕۆ بۆ browscap.ini پێشتر."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap لە ئێستا ئامادەیە بۆ ئەم وەشانە!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Browscap.ini بەڕۆژکرا"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "دوایین میوانەکان"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "زۆرترین ماڵپەڕی هاتن"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "تکایە زۆرتر لە ٣٠ ڕۆژ هەڵبژێرن"
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "ئاماری وێبگەرەکان"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "بۆ بەستن و داخستن کرتە بکە"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "وێبگەڕەکان"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "وێبگڕەکان لە سەر بنەمای جۆری"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "سەکۆ"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "وێبگەڕەکان لە سەر بنەمای سەکۆ"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s وەشان"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "ئاماری جیاکاریەکان"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "١٠ ڕۆژی ڕابردوو"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "٢٠ ڕۆژی ڕابردوو"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "٣٠ ڕۆژی ڕابردوو"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "٢ مانگی ڕابردوو"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "٣ مانگی ڕابردوو"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "٦مانگی ڕابردوو"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "٩ مانگی ڕابردوو"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "١ ساڵی ڕابردوو"
1521
 
1572
  msgstr "#hash#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "پەڕە"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "لە"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "گشتی"
1689
  msgid "To be added soon"
1690
  msgstr "بە خێرایی زیاد دەبێت"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "ماڵپەرەکانی هاتن لە"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "سەرچاوە"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "سەکۆی وێبگەڕ بۆ سڕینەوە پەیدا نەبوو."
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "داتای خەشتی %s بە سەرکەوتوویی سڕایەوە"
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "هەڵە! %s بەتاڵ نییە!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "پاشکەوتی گۆڕانکاری لەم پەرگە و داگرتنی بەڕۆژکراوەکان"
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "بەڕۆژ بوونی داهاتوو هەیە."
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "داگرتنی بنکەدراوەی browscap بۆبارێک لە حەفتە"
2698
 
languages/wp_statistics-cs.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Typ mapy"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Chyba při stahování browscap databáze od: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "Browscap databáze úspěšně aktualizován!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "Browscap již v aktuální verzi!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 stránek"
1365
  msgid "Recent Visitors"
1366
  msgstr "Aktuální návštěvníci"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Nejlepší odkazující stránky"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Prosím vyber hodnotu nad 30 dní."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Statistiky prohlížečů"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Statistiky prohlížečů"
1452
  msgid "Click to toggle"
1453
  msgstr "Klik na vypínač"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Prohlížeče"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Prohlížeče podle typu"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Platforma"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Platforma prohlížečů"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s Verze"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Pozor: Vyloučení nejsou nastaveny v současnosti zaznamenávají, výs
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Vyloučení statistiky"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 Dnů"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 Dnů"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 Dnů"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 Měsíce"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 Měsíce"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 Měsíců"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 Měsíců"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 Rok"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Mapa"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Stránka"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "Od"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Všechno"
@@ -1685,11 +1689,11 @@ msgstr "Návštěvy"
1685
  msgid "To be added soon"
1686
  msgstr "Brzy bude přidáno"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Odkazující stránky od"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Odkazy"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "údaje platforma %s úspěšně smazána."
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "data tabulky %s úspěšně smazána."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Chyba, %s není vyprázdněno!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "Browscap využití"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Stáhnout browscap databáze"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Uložte změny na této stránce můžete stáhnout aktualizaci."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Rozvrh týdenní aktualizace browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Další update bude"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Ke stažení browscap databáze bude naplánován pro jednou za týden."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "Typ mapy"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Chyba při stahování browscap databáze od: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "Browscap databáze úspěšně aktualizován!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "Browscap již v aktuální verzi!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Aktuální návštěvníci"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Nejlepší odkazující stránky"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Prosím vyber hodnotu nad 30 dní."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Statistiky prohlížečů"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Klik na vypínač"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Prohlížeče"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Prohlížeče podle typu"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Platforma"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Platforma prohlížečů"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s Verze"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Vyloučení statistiky"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 Dnů"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 Dnů"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 Dnů"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 Měsíce"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 Měsíce"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 Měsíců"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 Měsíců"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 Rok"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Stránka"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "Od"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Všechno"
1689
  msgid "To be added soon"
1690
  msgstr "Brzy bude přidáno"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Odkazující stránky od"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Odkazy"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "data tabulky %s úspěšně smazána."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Chyba, %s není vyprázdněno!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Uložte změny na této stránce můžete stáhnout aktualizaci."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Další update bude"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Ke stažení browscap databáze bude naplánován pro jednou za týden."
2698
 
languages/wp_statistics-de_DE.mo CHANGED
Binary file
languages/wp_statistics-de_DE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-04-22 00:37:14+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,243 +10,247 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
16
- msgstr ""
17
 
18
  #: includes/settings/tabs/wps-maintenance.php:30
19
  msgid "Purge Old Data Daily"
20
- msgstr ""
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:41
23
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
24
- msgstr ""
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:47
27
  msgid "Purge data older than"
28
- msgstr ""
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:58
31
  msgid "Purge High Hit Count Visitors Daily"
32
- msgstr ""
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:69
35
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
36
- msgstr ""
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:81
39
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
40
- msgstr ""
41
 
42
  #: shortcode.php:184
43
  msgid "The post/page id to get page statistics on."
44
- msgstr ""
45
 
46
  #: shortcode.php:181
47
  msgid "Post/Page ID"
48
- msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
- msgstr ""
53
 
54
  #: shortcode.php:158
55
  msgid "The time frame to get the statistic for, strtotime() (http://php.net/manual/en/datetime.formats.php) will be used to calculate it. Use \"total\" to get all recorded dates."
56
- msgstr ""
57
 
58
  #: wp-statistics.php:144
59
  msgid "visitor tracking"
60
- msgstr ""
61
 
62
  #: wp-statistics.php:145
63
  msgid "geoip collection"
64
- msgstr ""
65
 
66
  #: wp-statistics.php:161
67
  msgid "visit database index"
68
- msgstr ""
69
 
70
  #: wp-statistics.php:170
71
  msgid "Database updates are required, please go to %s and update the following: %s"
72
- msgstr ""
73
 
74
  #: wp-statistics.php:161
75
  msgid "countries database index"
76
- msgstr ""
77
 
78
  #: wp-statistics.php:154
79
  msgid "search table"
80
- msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
- msgstr ""
85
 
86
  #: wp-statistics.php:148 wp-statistics.php:170
87
  msgid ","
88
- msgstr ""
89
 
90
  #: wp-statistics.php:148
91
  msgid "The following features are disabled, please go to %s and enable them: %s"
92
- msgstr ""
93
 
94
  #: wp-statistics.php:143
95
  msgid "hit tracking"
96
- msgstr ""
97
 
98
  #: wp-statistics.php:142
99
  msgid "online user tracking"
100
- msgstr ""
101
 
102
  #: wp-statistics.php:716
103
  msgid "The following plugin table(s) do not exist in the database, please re-run the %s install routine %s: "
104
- msgstr ""
105
 
106
  #: includes/optimization/wps-optimization.php:196
107
  msgid "Search table conversion complete, %d rows added."
108
- msgstr ""
109
 
110
  #: includes/optimization/tabs/wps-optimization-database.php:113
111
  msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion."
112
- msgstr ""
113
 
114
  #: includes/optimization/tabs/wps-optimization-database.php:94
115
  msgid "Search Table"
116
- msgstr ""
117
 
118
  #: includes/optimization/tabs/wps-optimization-database.php:99
119
  msgid "Convert"
120
- msgstr ""
121
 
122
  #: includes/optimization/tabs/wps-optimization-database.php:106
123
  msgid "Convert Now!"
124
- msgstr ""
125
 
126
  #: includes/optimization/tabs/wps-optimization-database.php:107
127
  msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion, however the old data must first be converted to the new format before it can be used."
128
- msgstr ""
129
 
130
  #: includes/log/exclusions.php:24
131
  msgid "Referrer Spam"
132
- msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
- msgstr ""
137
 
138
  #: includes/settings/wps-settings.php:105
139
  msgid "Externals"
140
- msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
- msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
- msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
- msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
- msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
- msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
- msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
- msgstr ""
169
 
170
  #: includes/settings/tabs/wps-exclusions.php:148
171
  msgid "Treat corrupt browser info as a bot"
172
- msgstr ""
173
 
174
  #: includes/log/exclusions.php:24
175
  msgid "404 Pages"
176
- msgstr ""
177
 
178
  #: includes/log/top-visitors.php:26
179
  msgid "Date"
180
- msgstr ""
181
 
182
  #: includes/settings/tabs/wps-exclusions.php:151
183
  msgid "Treat any visitor with corrupt browser info (missing IP address or empty user agent string) as a robot."
184
- msgstr ""
185
 
186
  #: includes/settings/tabs/wps-exclusions.php:215
187
  msgid "Excluded 404 pages"
188
- msgstr ""
189
 
190
  #: includes/settings/tabs/wps-exclusions.php:218
191
  msgid "Exclude any URL that returns a \"404 - Not Found\" message."
192
- msgstr ""
193
 
194
  #: wps-updates.php:29
195
  msgid "Error creating GeoIP database directory, make sure your web server has permissions to create directories in : %s"
196
- msgstr ""
197
 
198
  #: includes/settings/tabs/wps-general.php:281
199
  msgid "Add page title to empty search words"
200
- msgstr ""
201
 
202
  #: includes/settings/tabs/wps-general.php:287
203
  msgid "If a search engine is identified as the referrer but it does not include the search query this option will substitute the page title in quotes preceded by \"~:\" as the search query to help identify what the user may have been searching for."
204
- msgstr ""
205
 
206
  #: includes/optimization/tabs/wps-optimization-purging.php:218
207
  #: includes/settings/tabs/wps-maintenance.php:75
208
  msgid "Purge visitors with more than"
209
- msgstr ""
210
 
211
  #: includes/optimization/tabs/wps-optimization-purging.php:223
212
  msgid "hits"
213
- msgstr ""
214
 
215
  #: includes/optimization/tabs/wps-optimization-purging.php:224
216
  msgid "Deleted user statistics data where the user has more than the defined number of hits in a day. This can be useful to clear up old data when your site has been hit by a bot. This will remove the visitor and their hits to the site, however it will not remove individual page hits as that data is not recorded on a per use basis. Minimum value is 10 hits."
217
- msgstr ""
218
 
219
  #: includes/functions/purge-hits.php:28
220
  msgid "No visitors found to purge."
221
- msgstr ""
222
 
223
  #: includes/functions/purge-hits.php:25
224
  msgid "%s records purged successfully."
225
- msgstr ""
226
 
227
  #: ajax.php:178 includes/functions/purge-hits.php:32
228
  msgid "Number of hits must be greater than or equal to 10!"
229
- msgstr ""
230
 
231
  #: shortcode.php:141
232
  msgid "Page Visits"
233
- msgstr ""
234
 
235
  #: shortcode.php:144
236
  msgid "Page Count"
237
- msgstr ""
238
 
239
  #: shortcode.php:145
240
  msgid "Comment Count"
241
- msgstr ""
242
 
243
  #: shortcode.php:146
244
  msgid "Spam Count"
245
- msgstr ""
246
 
247
  #: shortcode.php:147
248
  msgid "User Count"
249
- msgstr ""
250
 
251
  #: shortcode.php:148
252
  msgid "Post Average"
@@ -262,143 +266,143 @@ msgstr ""
262
 
263
  #: shortcode.php:162
264
  msgid "Search Provider"
265
- msgstr ""
266
 
267
  #: shortcode.php:165
268
  msgid "The search provider to get statistics on."
269
- msgstr ""
270
 
271
  #: shortcode.php:169
272
  msgid "Number Format"
273
- msgstr ""
274
 
275
  #: shortcode.php:172
276
  msgid "The format to display numbers in: i18n, english, none."
277
- msgstr ""
278
 
279
  #: shortcode.php:176
280
  msgid "English"
281
- msgstr ""
282
 
283
  #: shortcode.php:177
284
  msgid "International"
285
- msgstr ""
286
 
287
  #: includes/log/exclusions.php:191 includes/log/hit-statistics.php:163
288
  msgid "Hits Statistics Summary"
289
- msgstr ""
290
 
291
  #: includes/log/exclusions.php:201 includes/log/hit-statistics.php:174
292
  msgid "Chart Total"
293
- msgstr ""
294
 
295
  #: includes/log/exclusions.php:206 includes/log/hit-statistics.php:180
296
  msgid "All Time Total"
297
- msgstr ""
298
 
299
  #: includes/log/log.php:57
300
  msgid "Have you thought about donating to WP Statistics?"
301
- msgstr ""
302
 
303
  #: includes/settings/tabs/wps-about.php:20 wp-statistics.php:392
304
  msgid "Donate"
305
- msgstr ""
306
 
307
  #: includes/settings/tabs/wps-about.php:24
308
  msgid "Fell like showing us how much you enjoy WP Statistics? Drop by our %s page and show us some love!"
309
- msgstr ""
310
 
311
  #: includes/settings/tabs/wps-about.php:24
312
  msgid "donation"
313
- msgstr ""
314
 
315
  #: includes/log/log.php:57
316
  msgid "Donate Now!"
317
- msgstr ""
318
 
319
  #: includes/log/log.php:57
320
  msgid "Close"
321
- msgstr ""
322
 
323
  #: shortcode.php:135
324
  msgid "Select the statistic you wish to display."
325
- msgstr ""
326
 
327
  #: shortcode.php:132
328
  msgid "Statistic"
329
- msgstr ""
330
 
331
  #: shortcode.php:143
332
  msgid "Post Count"
333
- msgstr ""
334
 
335
  #: shortcode.php:155
336
  msgid "Time Frame"
337
- msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
- msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
- msgstr ""
346
 
347
  #: includes/log/top-pages.php:95
348
  msgid "Rank #5"
349
- msgstr ""
350
 
351
  #: includes/log/top-pages.php:95
352
  msgid "Rank #4"
353
- msgstr ""
354
 
355
  #: includes/log/top-pages.php:95
356
  msgid "Rank #3"
357
- msgstr ""
358
 
359
  #: includes/log/top-pages.php:95
360
  msgid "Rank #1"
361
- msgstr ""
362
 
363
  #: includes/log/top-pages.php:95
364
  msgid "Rank #2"
365
- msgstr ""
366
 
367
  #: includes/optimization/tabs/wps-optimization-database.php:60
368
  msgid "Visits Table"
369
- msgstr ""
370
 
371
  #: includes/optimization/tabs/wps-optimization-database.php:75
372
  msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case. Newer installs protect against this with a unique index on the table. To create the index on the older installs duplicate entries must be deleted first. Clicking \"Update Now\" will scan the vistits table, delete duplicate entries and add the index."
373
- msgstr ""
374
 
375
  #: includes/optimization/tabs/wps-optimization-database.php:76
376
  msgid "This operation could take a long time on installs with many rows in the visits table."
377
- msgstr ""
378
 
379
  #: includes/optimization/tabs/wps-optimization-database.php:82
380
  msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case. Newer installs protect against this with a unique index on the table."
381
- msgstr ""
382
 
383
  #: includes/log/last-visitor.php:68
384
  msgid "Filtered by"
385
- msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
- msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
395
  #: includes/settings/tabs/wps-general.php:342
396
  msgid "Do not use the translations and instead use the English defaults for WP Statistics (requires two page loads)"
397
- msgstr ""
398
 
399
  #: includes/settings/tabs/wps-general.php:336
400
  msgid "Force English"
401
- msgstr ""
402
 
403
  #: includes/settings/tabs/wps-general.php:331
404
  msgid "Languages"
@@ -406,107 +410,107 @@ msgstr "Sprachen"
406
 
407
  #: includes/settings/tabs/wps-exclusions.php:227
408
  msgid "Note: this option will NOT handle url parameters (anything after the ?), only to the script name. Entries less than two characters will be ignored."
409
- msgstr ""
410
 
411
  #: includes/settings/tabs/wps-exclusions.php:225
412
  msgid "A list of local urls (ie. /wordpress/about, one per line) to exclude from statistics collection."
413
- msgstr ""
414
 
415
  #: includes/settings/tabs/wps-exclusions.php:222
416
  msgid "Excluded URLs list"
417
- msgstr ""
418
 
419
  #: includes/log/exclusions.php:24
420
  msgid "Excluded URL"
421
- msgstr ""
422
 
423
  #: includes/log/widgets/summary.php:66
424
  msgid "Last 365 Days (Year)"
425
- msgstr ""
426
 
427
  #: includes/log/widgets/summary.php:60
428
  msgid "Last 30 Days (Month)"
429
- msgstr ""
430
 
431
  #: includes/log/widgets/summary.php:54
432
  msgid "Last 7 Days (Week)"
433
- msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
459
  #: editor.php:69
460
  msgid "Hits in the last 20 days"
461
- msgstr ""
462
 
463
  #: includes/log/exclusions.php:24
464
  msgid "Feeds"
465
- msgstr ""
466
 
467
  #: includes/log/exclusions.php:24
468
  msgid "User Role"
469
- msgstr ""
470
 
471
  #: includes/log/exclusions.php:24
472
  msgid "Login Page"
473
- msgstr ""
474
 
475
  #: includes/log/exclusions.php:24
476
  msgid "Admin Page"
477
- msgstr ""
478
 
479
  #: includes/log/exclusions.php:24
480
  msgid "Self Referral"
481
- msgstr ""
482
 
483
  #: includes/log/exclusions.php:24
484
  msgid "IP Match"
485
- msgstr ""
486
 
487
  #: includes/log/exclusions.php:24
488
  msgid "Robot"
489
- msgstr ""
490
 
491
  #: includes/log/online.php:100
492
  msgid "Currently there are no users online in the site."
493
- msgstr ""
494
 
495
  #: includes/log/exclusions.php:24
496
  msgid "Robot Threshold"
497
- msgstr ""
498
 
499
  #: includes/log/exclusions.php:24
500
  msgid "Honey Pot"
501
- msgstr ""
502
 
503
  #: includes/log/widgets/page.php:8
504
  msgid "Page Trending Stats"
505
- msgstr ""
506
 
507
  #: includes/log/exclusions.php:24
508
  msgid "Hostname"
509
- msgstr ""
510
 
511
  #: includes/settings/tabs/wps-general.php:93
512
  #: includes/settings/tabs/wps-general.php:133
@@ -532,11 +536,11 @@ msgstr "Zeit, um auf neue Besucher zu überprüfen. Aktuell: %s Sekunden."
532
 
533
  #: includes/settings/tabs/wps-general.php:111
534
  msgid "Record all user"
535
- msgstr ""
536
 
537
  #: includes/settings/tabs/wps-general.php:117
538
  msgid "Ignores the exclusion settings and records all users that are online (including self referrals and robots). Should only be used for troubleshooting."
539
- msgstr ""
540
 
541
  #: includes/settings/tabs/wps-general.php:155
542
  msgid "Store entire user agent string"
@@ -552,7 +556,7 @@ msgstr "Koeffizient pro Besucher"
552
 
553
  #: includes/settings/tabs/wps-general.php:172
554
  msgid "For each visit to account for several hits. Currently %s."
555
- msgstr "Koeffizient - ein Besucher z&auml;hlt \"X\" Aufrufe. Aktuell: %s."
556
 
557
  #: includes/settings/tabs/wps-general.php:177
558
  #: includes/settings/tabs/wps-general.php:182 wp-statistics.php:381
@@ -562,19 +566,19 @@ msgstr "Seitenaufrufe"
562
 
563
  #: includes/settings/tabs/wps-general.php:194
564
  msgid "Track all pages"
565
- msgstr "Alle Seiten (Kategorien, Archive, etc.) ber&uuml;cksichtigen"
566
 
567
  #: includes/settings/tabs/wps-general.php:209
568
  msgid "Strip parameters from URI"
569
- msgstr ""
570
 
571
  #: includes/settings/tabs/wps-general.php:215
572
  msgid "This will remove anything after the ? in a URL."
573
- msgstr ""
574
 
575
  #: includes/settings/tabs/wps-general.php:223
576
  msgid "Disable hits column in post/pages list"
577
- msgstr "\"Aufrufe\"-Spalte in Beitr&auml;gen/Seiten-Listen im Admin-Bereich deaktivieren"
578
 
579
  #: includes/settings/tabs/wps-general.php:234
580
  msgid "Miscellaneous"
@@ -582,7 +586,7 @@ msgstr "Sonstige Einstellungen"
582
 
583
  #: includes/settings/tabs/wps-general.php:239
584
  msgid "Show stats in menu bar"
585
- msgstr "Statistiken in der Men&uuml;leiste anzeigen"
586
 
587
  #: includes/settings/tabs/wps-general.php:244
588
  msgid "No"
@@ -602,19 +606,19 @@ msgstr "Benachrichtigungen im Admin-Bereich verstecken"
602
 
603
  #: includes/settings/tabs/wps-general.php:259
604
  msgid "By default WP Statistics displays an alert if any of the core features are disabled on every admin page, this option will disable these notices."
605
- msgstr "WP Statistics zeigt standardm&auml;&szlig;ig eine Benachrichtigung auf allen Admin-Seiten an, wenn eines der Basis-Features deaktiviert ist. Diese Option schaltet diese Benachrichtigungen aus."
606
 
607
  #: includes/settings/tabs/wps-general.php:265
608
  msgid "Delete the manual"
609
- msgstr "Benutzerdokumentation l&ouml;schen"
610
 
611
  #: includes/settings/tabs/wps-general.php:271
612
  msgid "By default WP Statistics stores the admin manual in the plugin directory (~5 meg), if this option is enabled it will be deleted now and during upgrades in the future."
613
- msgstr "WP Statistics speichert standardm&auml;&szlig;ig die Benutzerdokumentation im Plugin-Verzeichnis (ca. 5 MB). Diese Option l&ouml;scht diese Dateien."
614
 
615
  #: includes/settings/tabs/wps-general.php:276
616
  msgid "Search Engines"
617
- msgstr ""
618
 
619
  #: includes/settings/tabs/wps-general.php:293
620
  msgid "Disabling all search engines is not allowed, doing so will result in all search engines being active."
@@ -626,7 +630,7 @@ msgstr "Deaktivieren"
626
 
627
  #: includes/settings/tabs/wps-general.php:309
628
  msgid "Disable %s from data collection and reporting."
629
- msgstr "Daten von %s aus der Statistik ausschlie&szlig;en."
630
 
631
  #: includes/settings/tabs/wps-general.php:315
632
  msgid "Charts"
@@ -634,11 +638,11 @@ msgstr "Diagramme"
634
 
635
  #: includes/settings/tabs/wps-general.php:320
636
  msgid "Include totals"
637
- msgstr "Gesamt-Z&auml;hler zeigen"
638
 
639
  #: includes/settings/tabs/wps-general.php:326
640
  msgid "Add a total line to charts with multiple values, like the search engine referrals"
641
- msgstr "Zeige eine Linie mit dem Gesamt-Z&auml;hler in Diagrammen mit mehreren Verl&auml;ufen."
642
 
643
  #: includes/settings/tabs/wps-externals.php:32
644
  msgid "GeoIP settings"
@@ -646,7 +650,7 @@ msgstr "GeoIP-Einstellungen"
646
 
647
  #: includes/settings/tabs/wps-externals.php:37
648
  msgid "IP location services provided by GeoLite2 data created by MaxMind, available from %s."
649
- msgstr "IP-Standorbestimmung mittels GeoLite2, zur Verf&uuml;gung gestellt von MaxMind - %s."
650
 
651
  #: includes/settings/tabs/wps-externals.php:47
652
  msgid "GeoIP collection"
@@ -670,11 +674,11 @@ msgstr "Automat. Aktualisierung von GeoIP"
670
 
671
  #: includes/settings/tabs/wps-externals.php:97
672
  msgid "Download of the GeoIP database will be scheduled for 2 days after the first Tuesday of the month."
673
- msgstr "Die Aktualisierung der GeoIP-Datenbank wird monatlich zwei Tage nach dem ersten Dienstag durchgef&uuml;hrt."
674
 
675
  #: includes/settings/tabs/wps-externals.php:98
676
  msgid "This option will also download the database if the local filesize is less than 1k (which usually means the stub that comes with the plugin is still in place)."
677
- msgstr "Diese Option l&auml;dt die GeoIP-Datenbank auch dann herunter, wenn die Dateigr&ouml;&szlig;e der lokalen Datenbank kleiner als 1 kB ist (was in den meisten F&auml;llen bedeutet, dass die Datei bisher noch nicht heruntergeladen wurde)."
678
 
679
  #: includes/settings/tabs/wps-externals.php:104
680
  msgid "Populate missing GeoIP after update of GeoIP DB"
@@ -686,35 +690,35 @@ msgstr "Aktualisiert alle fehlenden GeoIP-Daten nachdem eine neue GeoIP-Datenban
686
 
687
  #: includes/settings/tabs/wps-externals.php:116
688
  msgid "Country code for private IP addresses"
689
- msgstr ""
690
 
691
  #: includes/settings/tabs/wps-externals.php:121
692
  msgid "The international standard two letter country code (ie. US = United States, CA = Canada, etc.) for private (non-routable) IP addresses (ie. 10.0.0.1, 192.158.1.1, 127.0.0.1, etc.). Use \"000\" (three zeros) to use \"Unknown\" as the country code."
693
- msgstr ""
694
 
695
  #: includes/settings/tabs/wps-externals.php:132
696
  msgid "GeoIP collection is disabled due to the following reasons:"
697
- msgstr "Die GeoIP-Funktion ist aus den folgenden Gr&uuml;nden deaktiviert:"
698
 
699
  #: includes/settings/tabs/wps-externals.php:135
700
  msgid "GeoIP collection requires PHP %s or above, it is currently disabled due to the installed PHP version being "
701
- msgstr "GeoIP ben&ouml;tigt die PHP-Version %s oder h&ouml;her, die installierte PHP-Version ist "
702
 
703
  #: includes/settings/tabs/wps-externals.php:140
704
  msgid "GeoIP collection requires the cURL PHP extension and it is not loaded on your version of PHP!"
705
- msgstr ""
706
 
707
  #: includes/settings/tabs/wps-externals.php:146
708
  msgid "GeoIP collection requires the BC Math PHP extension and it is not loaded on your version of PHP!"
709
- msgstr ""
710
 
711
  #: includes/settings/tabs/wps-externals.php:152
712
  msgid "PHP safe mode detected! GeoIP collection is not supported with PHP's safe mode enabled!"
713
- msgstr ""
714
 
715
  #: includes/settings/tabs/wps-maintenance.php:20
716
  msgid "This will permanently delete data from the database each day, are you sure you want to enable this option?"
717
- msgstr "Diese Einstellung l&ouml;scht t&auml;glich Daten aus der Datenbank. Bist du sicher, dass du diese Option aktivieren willst?"
718
 
719
  #: includes/settings/tabs/wps-maintenance.php:52
720
  msgid "Days"
@@ -722,7 +726,7 @@ msgstr "Tage"
722
 
723
  #: includes/settings/tabs/wps-maintenance.php:53
724
  msgid "The number of days to keep statistics for. Minimum value is 30 days. Invalid values will disable the daily maintenance."
725
- msgstr "Anzahl der Tage, f&uuml;r die die Statistik-Daten gespeichert werden sollen. Minimum-Wert ist 30 Tage, ung&uuml;ltige Werte deaktivieren die automatisierte t&auml;gliche Wartung."
726
 
727
  #: includes/settings/tabs/wps-notifications.php:44
728
  msgid "Common Report Options"
@@ -743,7 +747,7 @@ msgstr "Update-Benachrichtigungen"
743
  #: includes/log/exclusions.php:24
744
  #: includes/settings/tabs/wps-notifications.php:64
745
  msgid "Browscap"
746
- msgstr "Browscap"
747
 
748
  #: includes/settings/tabs/wps-notifications.php:70
749
  msgid "Send a report whenever the browscap.ini is updated."
@@ -785,7 +789,7 @@ msgstr "Zeitplan"
785
 
786
  #: includes/settings/tabs/wps-notifications.php:153
787
  msgid "Select how often to receive statistical report."
788
- msgstr "W&auml;hle, wie oft ein Statistik-Report versendet werden soll."
789
 
790
  #: includes/settings/tabs/wps-notifications.php:159
791
  msgid "Send reports via"
@@ -801,15 +805,15 @@ msgstr "SMS"
801
 
802
  #: includes/settings/tabs/wps-notifications.php:170
803
  msgid "Select delivery method for statistical report."
804
- msgstr "W&auml;hle die Art der Statistik-Reports."
805
 
806
  #: includes/settings/tabs/wps-notifications.php:173
807
  msgid "Note: To send SMS text messages please install the %s plugin."
808
- msgstr "Hinweis: um Statistik-Reports per SMS versenden zu k&ouml;nnen, muss das Plugin %s installiert werden."
809
 
810
  #: includes/settings/tabs/wps-notifications.php:173
811
  msgid "WordPress SMS"
812
- msgstr ""
813
 
814
  #: includes/settings/tabs/wps-notifications.php:180
815
  msgid "Report body"
@@ -817,11 +821,11 @@ msgstr "Report-Text"
817
 
818
  #: includes/settings/tabs/wps-notifications.php:185
819
  msgid "Enter the contents of the report."
820
- msgstr "Gib den gew&uuml;nschten Inhalt der Statistik-Reports hier ein."
821
 
822
  #: includes/settings/tabs/wps-notifications.php:187
823
  msgid "Any shortcode supported by your installation of WordPress, include all shortcodes for WP Statistics (see the admin manual for a list of codes available) are supported in the body of the message. Here are some examples:"
824
- msgstr "Alle Shortcodes deiner WordPress-Installation und die eigenen Shortcodes von WP Statistics (siehe Benutzerdokumentation) k&ouml;nnen im Nachrichtentext verwendet werden. Hier sind ein paar Beispiele:"
825
 
826
  #: includes/settings/tabs/wps-notifications.php:188 widget.php:38
827
  #: widget.php:247 wp-statistics.php:562
@@ -869,11 +873,11 @@ msgstr "Zusammenfassung"
869
  #: includes/settings/tabs/wps-overview-display.php:28
870
  #: includes/settings/wps-settings.php:108
871
  msgid "About"
872
- msgstr "&Uuml;ber das Plugin"
873
 
874
  #: includes/settings/tabs/wps-overview-display.php:34
875
  msgid "Hits Statistical Chart"
876
- msgstr "Website-Aufrufe - Diagramm"
877
 
878
  #: includes/settings/tabs/wps-overview-display.php:36
879
  msgid "Search Engine Referrers Statistical Chart"
@@ -885,17 +889,17 @@ msgstr "Seitenaufrufe"
885
 
886
  #: includes/settings/tabs/wps-overview-display.php:73
887
  msgid "Dashboard"
888
- msgstr "Admin-&Uuml;bersicht"
889
 
890
  #: includes/settings/tabs/wps-overview-display.php:77
891
  #: includes/settings/tabs/wps-overview-display.php:97
892
  #: includes/settings/tabs/wps-overview-display.php:117
893
  msgid "The following items are global to all users."
894
- msgstr "Diese Einstellungen sind global f&uuml;r alle Benutzer g&uuml;ltig."
895
 
896
  #: includes/settings/tabs/wps-overview-display.php:82
897
  msgid "Disable dashboard widgets"
898
- msgstr "Widgets in der Admin-&Uuml;bersicht deaktivieren"
899
 
900
  #: includes/settings/tabs/wps-overview-display.php:88
901
  msgid "Disable the dashboard widgets."
@@ -903,36 +907,36 @@ msgstr "Feature aktivieren oder deaktivieren"
903
 
904
  #: includes/settings/tabs/wps-overview-display.php:93
905
  msgid "Page/Post Editor"
906
- msgstr ""
907
 
908
  #: includes/settings/tabs/wps-overview-display.php:102
909
  msgid "Disable post/page editor widget"
910
- msgstr ""
911
 
912
  #: includes/settings/tabs/wps-overview-display.php:108
913
  msgid "Disable the page/post editor widget."
914
- msgstr ""
915
 
916
  #: includes/settings/tabs/wps-overview-display.php:122
917
  msgid "Map type"
918
  msgstr "Karten-Typ"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
924
 
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "JQVMap"
927
- msgstr ""
928
 
929
  #: includes/settings/tabs/wps-overview-display.php:135
930
  msgid "The \"Google\" option will use Google's mapping service to plot the recent visitors (requires access to Google)."
931
- msgstr "\"Google\" verwendet das externe Karten-Service von Google, um die letzten Besucher anzuzeigen. Diese Option ben&ouml;tigt eine Verbindung zum Google Karten-Service."
932
 
933
  #: includes/settings/tabs/wps-overview-display.php:136
934
  msgid "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the recent visitors (requires no extenral services)."
935
- msgstr "\"JQVMap\" verwendet die zugeh&ouml;rige Javascript Karten-Bibliothek, um die letzten Besucher anzuzeigen und ben&ouml;tigt keine externen Services."
936
 
937
  #: includes/settings/tabs/wps-overview-display.php:142
938
  msgid "Disable map"
@@ -940,23 +944,23 @@ msgstr "Karte deaktivieren"
940
 
941
  #: includes/settings/tabs/wps-overview-display.php:148
942
  msgid "Disable the map display"
943
- msgstr "Anzeige der Weltkarte auf der Statistik-&Uuml;bersicht deaktiveren."
944
 
945
  #: includes/settings/tabs/wps-overview-display.php:154
946
  msgid "Get country location from Google"
947
- msgstr "L&auml;nderinformation von Google abfragen"
948
 
949
  #: includes/settings/tabs/wps-overview-display.php:160
950
  msgid "This feature may cause a performance degradation when viewing statistics and is only valid if the map type is set to \"Google\"."
951
- msgstr "Diese Option kann Leistungseinbu&szlig;en bei der Anzeige der Statistiken zur Folge haben und ist nur g&uuml;ltig, wenn der Karten-Typ auf \"Google\" gesetzt ist."
952
 
953
  #: includes/settings/tabs/wps-overview-display.php:171
954
  msgid "Overview Widgets to Display"
955
- msgstr "Widgets auf der Statistik-&Uuml;bersicht"
956
 
957
  #: includes/settings/tabs/wps-overview-display.php:175
958
  msgid "The following items are unique to each user. If you do not select the 'About' widget it will automatically be displayed in the last positon of column A."
959
- msgstr "Die folgenden Einstellungen sind Benutzer-spezifisch. Wenn das \"&Uuml;ber das Plugin\"-Widget nicht ausgew&auml;hlt wird, wird es automatisch an der letzten Position in Spalte A angezeigt."
960
 
961
  #: includes/settings/tabs/wps-overview-display.php:180
962
  msgid "Slot"
@@ -997,11 +1001,11 @@ msgstr "Position 6"
997
  #: includes/settings/tabs/wps-overview-display.php:348
998
  #: includes/settings/tabs/wps-overview-display.php:370
999
  msgid "N/A"
1000
- msgstr ""
1001
 
1002
  #: includes/settings/tabs/wps-overview-display.php:366
1003
  msgid "Slot 7"
1004
- msgstr ""
1005
 
1006
  #: includes/settings/tabs/wps-removal.php:15
1007
  msgid "WP Statisitcs Removal"
@@ -1009,11 +1013,11 @@ msgstr "WP Statistics - Daten entfernen"
1009
 
1010
  #: includes/settings/tabs/wps-removal.php:20
1011
  msgid "Uninstalling WP Statistics will not remove the data and settings, you can use this option to remove the WP Statistics data from your install before uninstalling the plugin."
1012
- msgstr "Das normale Deaktivieren und L&ouml;schen von WP Statistics f&uuml;hrt keine &Auml;nderungen an deiner Datenbank und den Plugin-Einstellungen durch. Wenn du alle Daten des Plugins also tats&auml;chlich l&ouml;schen willst, kannst du das mit dieser Funktion tun."
1013
 
1014
  #: includes/settings/tabs/wps-removal.php:23
1015
  msgid "Once you submit this form the settings will be deleted during the page load, however WP Statistics will still show up in your Admin menu until another page load is executed."
1016
- msgstr "Die Daten werden aus der Datenbank gel&ouml;scht, sobald dieses Formular abgeschickt wird. WP Statistics wird danach noch so lange in deinem Admin-Men&uuml; angezeigt, bis du eine andere Admin-Seite aufrufst."
1017
 
1018
  #: includes/settings/tabs/wps-removal.php:29
1019
  msgid "Remove data and settings"
@@ -1025,7 +1029,7 @@ msgstr "Entfernen"
1025
 
1026
  #: includes/settings/tabs/wps-removal.php:35
1027
  msgid "Remove data and settings, this action cannot be undone."
1028
- msgstr "Alle Daten und Plugin-Einstellungen werden aus der Datenbank gel&ouml;scht. ACHTUNG: diese Aktion kann nicht r&uuml;ckg&auml;ngig gemacht werden!"
1029
 
1030
  #: includes/settings/wps-settings.php:100
1031
  msgid "General"
@@ -1037,7 +1041,7 @@ msgstr "Benachrichtigungen"
1037
 
1038
  #: includes/settings/wps-settings.php:102
1039
  msgid "Dashboard/Overview"
1040
- msgstr "Admin- & Statistik-&Uuml;bersicht"
1041
 
1042
  #: includes/settings/wps-settings.php:106
1043
  msgid "Maintenance"
@@ -1049,7 +1053,7 @@ msgstr "Deinstallation"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1060,7 +1064,7 @@ msgstr "Einstellungen speichern"
1060
 
1061
  #: schedule.php:10
1062
  msgid "Once Weekly"
1063
- msgstr "Einmal w&ouml;chentlich"
1064
 
1065
  #: schedule.php:17
1066
  msgid "Once Every 2 Weeks"
@@ -1076,7 +1080,7 @@ msgstr "Statistik"
1076
 
1077
  #: widget.php:15
1078
  msgid "Show site stats in sidebar."
1079
- msgstr ""
1080
 
1081
  #: widget.php:73 widget.php:262
1082
  msgid "Week Visit"
@@ -1092,11 +1096,11 @@ msgstr "Aufrufe im Jahr"
1092
 
1093
  #: widget.php:108 widget.php:277
1094
  msgid "Total Page Views"
1095
- msgstr ""
1096
 
1097
  #: widget.php:116
1098
  msgid "Search Engine referred"
1099
- msgstr ""
1100
 
1101
  #: widget.php:123 widget.php:300
1102
  msgid "Total Posts"
@@ -1148,7 +1152,7 @@ msgstr "Aufrufe gestern"
1148
 
1149
  #: widget.php:280
1150
  msgid "Search Engine Referred"
1151
- msgstr ""
1152
 
1153
  #: widget.php:283
1154
  msgid "Select type of search engine"
@@ -1156,29 +1160,29 @@ msgstr "Wähle die Suchmaschine"
1156
 
1157
  #: wp-statistics.php:70
1158
  msgid "ERROR: WP Statistics has detected an unsupported version of PHP, WP Statistics will not function without PHP Version "
1159
- msgstr ""
1160
 
1161
  #: wp-statistics.php:70
1162
  msgid " or higher!"
1163
- msgstr ""
1164
 
1165
  #: wp-statistics.php:70
1166
  msgid "Your current PHP version is"
1167
- msgstr ""
1168
 
1169
  #: wp-statistics.php:86
1170
  msgid "WP Statistics has been removed, please disable and delete it."
1171
- msgstr ""
1172
 
1173
  #. Plugin Name of the plugin/theme
1174
  #: wp-statistics.php:37
1175
  msgid "WP Statistics"
1176
- msgstr ""
1177
 
1178
  #. Description of the plugin/theme
1179
  #: wp-statistics.php:38
1180
  msgid "Complete statistics for your WordPress site."
1181
- msgstr "Umfangreiche Statistik f&uuml;r WordPress."
1182
 
1183
  #: wp-statistics.php:277 wp-statistics.php:391 wp-statistics.php:464
1184
  msgid "Settings"
@@ -1186,7 +1190,7 @@ msgstr "Einstellungen"
1186
 
1187
  #: wp-statistics.php:289
1188
  msgid "Click here to visit the plugin on WordPress.org"
1189
- msgstr ""
1190
 
1191
  #: wp-statistics.php:289
1192
  msgid "Visit WordPress.org page"
@@ -1194,7 +1198,7 @@ msgstr "Besuch die Plugin-Seite auf WordPress.org"
1194
 
1195
  #: wp-statistics.php:292
1196
  msgid "Click here to rate and review this plugin on WordPress.org"
1197
- msgstr ""
1198
 
1199
  #: wp-statistics.php:292
1200
  msgid "Rate this plugin"
@@ -1202,11 +1206,11 @@ msgstr "Bewerte das Plugin"
1202
 
1203
  #: wp-statistics.php:336
1204
  msgid "WP Statistics - Hits"
1205
- msgstr ""
1206
 
1207
  #: wp-statistics.php:375 wp-statistics.php:413 wp-statistics.php:451
1208
  msgid "Overview"
1209
- msgstr "&Uuml;bersicht"
1210
 
1211
  #: wp-statistics.php:380 wp-statistics.php:456
1212
  msgid "Online"
@@ -1214,7 +1218,7 @@ msgstr "Zurzeit online"
1214
 
1215
  #: wp-statistics.php:382 wp-statistics.php:458
1216
  msgid "Referrers"
1217
- msgstr ""
1218
 
1219
  #: shortcode.php:142 wp-statistics.php:383 wp-statistics.php:459
1220
  msgid "Searches"
@@ -1226,7 +1230,7 @@ msgstr "Suchbegriffe"
1226
 
1227
  #: wp-statistics.php:385 wp-statistics.php:461
1228
  msgid "Top Visitors Today"
1229
- msgstr ""
1230
 
1231
  #: wp-statistics.php:390 wp-statistics.php:463
1232
  msgid "Optimization"
@@ -1234,15 +1238,15 @@ msgstr "Optimierung"
1234
 
1235
  #: wp-statistics.php:396 wp-statistics.php:427
1236
  msgid "Manual"
1237
- msgstr ""
1238
 
1239
  #: wp-statistics.php:442
1240
  msgid "Site"
1241
- msgstr ""
1242
 
1243
  #: wp-statistics.php:443
1244
  msgid "Options"
1245
- msgstr ""
1246
 
1247
  #: wp-statistics.php:569
1248
  msgid "Today visitor"
@@ -1262,11 +1266,11 @@ msgstr "Statistiken"
1262
 
1263
  #: wp-statistics.php:617
1264
  msgid "Download ODF file"
1265
- msgstr ""
1266
 
1267
  #: wp-statistics.php:618
1268
  msgid "Download HTML file"
1269
- msgstr ""
1270
 
1271
  #: wp-statistics.php:622
1272
  msgid "Manual file not found."
@@ -1278,7 +1282,7 @@ msgstr "Du hast keine Zugriffsrechte, um diese Seite zu sehen."
1278
 
1279
  #: wp-statistics.php:265
1280
  msgid "WP Statistics %s installed on"
1281
- msgstr ""
1282
 
1283
  #: wps-updates.php:39
1284
  msgid "Error downloading GeoIP database from: %s - %s"
@@ -1286,11 +1290,11 @@ msgstr "Fehler beim Herunterladen der GeoIP-Datenbank von: %s - %s"
1286
 
1287
  #: wps-updates.php:50
1288
  msgid "Error could not open downloaded GeoIP database for reading: %s"
1289
- msgstr ""
1290
 
1291
  #: wps-updates.php:57
1292
  msgid "Error could not open destination GeoIP database for writing %s"
1293
- msgstr ""
1294
 
1295
  #: wps-updates.php:73
1296
  msgid "GeoIP Database updated successfully!"
@@ -1298,40 +1302,40 @@ msgstr "GeoIP-Datenbank erfolgreich aktualisiert!"
1298
 
1299
  #: wps-updates.php:98
1300
  msgid "GeoIP update on"
1301
- msgstr ""
1302
 
1303
  #: wps-updates.php:165
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
- msgstr ""
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
- msgstr ""
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
- msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
- msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
- msgstr ""
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
- msgstr ""
1326
 
1327
  #. Plugin URI of the plugin/theme
1328
  #. Author URI of the plugin/theme
1329
  msgid "http://wp-statistics.com/"
1330
- msgstr ""
1331
 
1332
  #. Author of the plugin/theme
1333
  msgid "Mostafa Soufi & Greg Ross"
1334
- msgstr ""
1335
 
1336
  #: dashboard.php:55
1337
  msgid "Quick Stats"
@@ -1344,11 +1348,11 @@ msgstr "Top 10 Browser"
1344
  #: dashboard.php:57 includes/log/widgets/countries.php:11
1345
  #: includes/settings/tabs/wps-overview-display.php:27
1346
  msgid "Top 10 Countries"
1347
- msgstr "Top 10 L&auml;nder"
1348
 
1349
  #: dashboard.php:58
1350
  msgid "Today's Visitor Map"
1351
- msgstr ""
1352
 
1353
  #: dashboard.php:59 editor.php:46 includes/log/hit-statistics.php:8
1354
  #: includes/log/widgets/hits.php:10
@@ -1365,8 +1369,8 @@ msgstr "Top 10 Seiten"
1365
  msgid "Recent Visitors"
1366
  msgstr "Letzte Besucher"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Top verweisende Websites"
@@ -1389,60 +1393,60 @@ msgstr "Suchbegriffe"
1389
  #: dashboard.php:66 includes/log/widgets/top.visitors.php:10
1390
  #: includes/settings/tabs/wps-overview-display.php:35
1391
  msgid "Top 10 Visitors Today"
1392
- msgstr ""
1393
 
1394
  #: dashboard.php:97
1395
  msgid "Please reload the dashboard to display the content of this widget."
1396
- msgstr "Bitte lade die Admin-&Uuml;bersicht neu, um den Inhalt des Widgets anzuzeigen."
1397
 
1398
  #: dashboard.php:138
1399
  msgid "WP Statistics Overview"
1400
- msgstr "Statistik-&Uuml;bersicht"
1401
 
1402
  #: editor.php:63
1403
  msgid "This post is not yet published."
1404
- msgstr ""
1405
 
1406
  #: includes/functions/geoip-populate.php:24
1407
  msgid "Unable to load the GeoIP database, make sure you have downloaded it in the settings page."
1408
- msgstr "GeoIP-Datenbank konnte nicht geladen werden. Bitte pr&uuml;fe in den Einstellungen, ob diese erfolgreich heruntergeladen wurde."
1409
 
1410
  #: includes/functions/geoip-populate.php:48
1411
  msgid "Updated %s GeoIP records in the visitors database."
1412
- msgstr "%s GeoIP-Eintr&auml;ge in der Besucher-Tabelle aktualisiert."
1413
 
1414
  #: includes/functions/purge.php:21 includes/functions/purge.php:39
1415
  #: includes/functions/purge.php:50 includes/functions/purge.php:61
1416
  #: includes/functions/purge.php:94
1417
  msgid "%s data older than %s days purged successfully."
1418
- msgstr ""
1419
 
1420
  #: includes/functions/purge.php:23 includes/functions/purge.php:41
1421
  #: includes/functions/purge.php:52 includes/functions/purge.php:63
1422
  #: includes/functions/purge.php:96
1423
  msgid "No records found to purge from %s!"
1424
- msgstr ""
1425
 
1426
  #: includes/functions/purge-hits.php:45 includes/functions/purge.php:109
1427
  msgid "Database pruned on"
1428
- msgstr ""
1429
 
1430
  #: includes/functions/purge.php:114
1431
  msgid "Please select a value over 30 days."
1432
- msgstr "Bitte w&auml;hle einen Wert gr&ouml;&szlig;er als 30 Tage."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Browser-Statistiken"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,66 +1456,66 @@ msgstr "Browser-Statistiken"
1452
  msgid "Click to toggle"
1453
  msgstr "Klicken, um umzuschalten"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Browser"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Browser-Typen"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Plattform"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Browser-Plattformen"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s-Version"
1477
 
1478
  #: includes/log/exclusions.php:8
1479
  msgid "Attention: Exclusion are not currently set to be recorded, the results below may not reflect current statistics!"
1480
- msgstr "ACHTUNG: die Aufzeichnung von Ausnahmen ist aktuell deaktiviert. Die nachfolgenden Ergebnisse spiegeln also nicht die aktuelle Statistik wider!"
1481
 
1482
  #: includes/log/exclusions.php:64
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Ausnahmenstatistik"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 Tage"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 Tage"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 Tage"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 Monate"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 Monate"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 Monate"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 Monate"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 Jahr"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#anonymisiert#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Weltkarte"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Seite"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "von"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Alle"
@@ -1607,7 +1611,7 @@ msgstr "Besucher ist online seit "
1607
 
1608
  #: includes/log/page-statistics.php:26
1609
  msgid "Page Trend for Post ID"
1610
- msgstr "Verlauf der Aufrufe f&uuml;r Seiten-ID"
1611
 
1612
  #: includes/log/page-statistics.php:35
1613
  msgid "Page Trend"
@@ -1633,7 +1637,7 @@ msgstr "Gesamt"
1633
 
1634
  #: includes/log/top-countries.php:18
1635
  msgid "Top Countries"
1636
- msgstr "Top L&auml;nder"
1637
 
1638
  #: includes/log/top-countries.php:30 includes/log/widgets/countries.php:30
1639
  #: includes/log/widgets/top.visitors.php:30
@@ -1652,7 +1656,7 @@ msgstr "Land"
1652
 
1653
  #: includes/log/top-countries.php:33 includes/log/widgets/countries.php:33
1654
  msgid "Visitor Count"
1655
- msgstr "Besucherz&auml;hler"
1656
 
1657
  #: includes/log/top-pages.php:19 includes/log/top-pages.php:149
1658
  msgid "Top Pages"
@@ -1672,7 +1676,7 @@ msgstr "Anzahl der Aufrufe"
1672
 
1673
  #: includes/log/top-pages.php:177 includes/log/widgets/pages.php:35
1674
  msgid "No page title found"
1675
- msgstr "kein Titel verf&uuml;gbar / Fehler 404"
1676
 
1677
  #: includes/log/top-pages.php:180 includes/log/widgets/pages.php:38
1678
  #: includes/optimization/tabs/wps-optimization-historical.php:37
@@ -1683,23 +1687,23 @@ msgstr "Aufrufe"
1683
 
1684
  #: includes/log/top-referring.php:4
1685
  msgid "To be added soon"
1686
- msgstr ""
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Verweise von"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Verweise"
1695
 
1696
  #: includes/log/top-visitors.php:12
1697
  msgid "Top 100 Visitors Today"
1698
- msgstr ""
1699
 
1700
  #: includes/log/widgets/about.php:8
1701
  msgid "About WP Statistics Version %s"
1702
- msgstr ""
1703
 
1704
  #: includes/log/widgets/about.php:25
1705
  msgid "Website"
@@ -1715,7 +1719,7 @@ msgstr "Weitere Informationen"
1715
 
1716
  #: includes/log/widgets/about.php:39 includes/settings/tabs/wps-about.php:12
1717
  msgid "This product includes GeoLite2 data created by MaxMind, available from %s."
1718
- msgstr "Dieses Plugin verwendet GeoLite2, zur Verf&uuml;gung gestellt von MaxMind - %s."
1719
 
1720
  #: includes/log/widgets/browsers.php:10 includes/log/widgets/countries.php:11
1721
  #: includes/log/widgets/hits.php:10 includes/log/widgets/pages.php:14
@@ -1759,15 +1763,15 @@ msgstr "Aktuelle Uhrzeit/aktuelles Datum"
1759
 
1760
  #: includes/log/widgets/summary.php:132
1761
  msgid "(Adjustment)"
1762
- msgstr "(&auml;ndern)"
1763
 
1764
  #: includes/log/widgets/summary.php:136
1765
  msgid "Date: %s"
1766
- msgstr ""
1767
 
1768
  #: includes/log/widgets/summary.php:140
1769
  msgid "Time: %s"
1770
- msgstr ""
1771
 
1772
  #: includes/log/widgets/top.visitors.php:31
1773
  #: includes/settings/tabs/wps-maintenance.php:80 wp-statistics.php:301
@@ -1777,16 +1781,16 @@ msgstr "Website-Aufrufe"
1777
 
1778
  #: includes/log/widgets/top.visitors.php:34
1779
  msgid "IP"
1780
- msgstr ""
1781
 
1782
  #: includes/log/widgets/top.visitors.php:36
1783
  msgid "Agent"
1784
- msgstr ""
1785
 
1786
  #: includes/log/widgets/top.visitors.php:38
1787
  #: includes/optimization/tabs/wps-optimization-resources.php:302
1788
  msgid "Version"
1789
- msgstr ""
1790
 
1791
  #: ajax.php:41 ajax.php:71 ajax.php:129 ajax.php:154 ajax.php:184
1792
  #: includes/optimization/wps-optimization.php:6
@@ -1795,31 +1799,31 @@ msgstr "Zugriff verweigert."
1795
 
1796
  #: ajax.php:31
1797
  msgid "%s agent data deleted successfully."
1798
- msgstr ""
1799
 
1800
  #: ajax.php:34
1801
  msgid "No agent data found to remove!"
1802
- msgstr ""
1803
 
1804
  #: ajax.php:38 ajax.php:68 ajax.php:120 ajax.php:126
1805
  msgid "Please select the desired items."
1806
- msgstr "Bitte wähle die gew&uuml;nschetn Eintr&auml;ge aus."
1807
 
1808
  #: ajax.php:62
1809
  msgid "%s platform data deleted successfully."
1810
- msgstr ""
1811
 
1812
  #: ajax.php:65
1813
  msgid "No platform data found to remove!"
1814
- msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
- msgstr ""
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
- msgstr ""
1823
 
1824
  #: includes/optimization/tabs/wps-optimization-database.php:5
1825
  msgid "Database Setup"
@@ -1835,7 +1839,7 @@ msgstr "Installationsroutine starten!"
1835
 
1836
  #: includes/optimization/tabs/wps-optimization-database.php:15
1837
  msgid "If for some reason your installation of WP Statistics is missing the database tables or other core items, this will re-execute the install process."
1838
- msgstr "Wenn deine Installation von WP Statistics unvollst&auml;ndig oder fehlerhaft sein sollte, kannst du hier die Installationsroutine erneut ausf&uuml;hren."
1839
 
1840
  #: includes/optimization/tabs/wps-optimization-database.php:20
1841
  msgid "Database Index"
@@ -1845,7 +1849,7 @@ msgstr "Datenbank-Index"
1845
  #: includes/optimization/tabs/wps-optimization-updates.php:21
1846
  #: wp-statistics.php:377 wp-statistics.php:453
1847
  msgid "Countries"
1848
- msgstr "L&auml;nder"
1849
 
1850
  #: includes/optimization/tabs/wps-optimization-database.php:42
1851
  #: includes/optimization/tabs/wps-optimization-database.php:74
@@ -1856,22 +1860,22 @@ msgstr "Jetzt aktualisieren"
1856
 
1857
  #: includes/optimization/tabs/wps-optimization-database.php:43
1858
  msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case. Newer installs protect against this with a unique index on the table. To create the index on the older installs duplicate entries must be deleted first. Clicking \"Update Now\" will scan the vistitors table, delete duplicate entries and add the index."
1859
- msgstr ""
1860
 
1861
  #: includes/optimization/tabs/wps-optimization-database.php:44
1862
  #: includes/optimization/tabs/wps-optimization-database.php:108
1863
  msgid "This operation could take a long time on installs with many rows in the visitors table."
1864
- msgstr ""
1865
 
1866
  #: includes/optimization/tabs/wps-optimization-database.php:50
1867
  msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case. Newer installs protect against this with a unique index on the table."
1868
- msgstr "Bei &auml;lteren Versionen von WP Statistics k&ouml;nnen in seltenen F&auml;llen duplizierte Eintr&auml;ge in der Besucher-Tabelle entstehen. Neuere Installationen verhindern das mit einem eindeutigen Index f&uuml;r diese Tabelle."
1869
 
1870
  #: includes/optimization/tabs/wps-optimization-database.php:51
1871
  #: includes/optimization/tabs/wps-optimization-database.php:83
1872
  #: includes/optimization/tabs/wps-optimization-database.php:114
1873
  msgid "Congratulations, your installation is already up to date, nothing to do."
1874
- msgstr "Gl&uuml;ckwunsch! Deine Installation ist aktuell, es gibt hier nichts zu tun..."
1875
 
1876
  #: includes/optimization/tabs/wps-optimization-export.php:8
1877
  #: includes/optimization/wps-optimization.php:235
@@ -1890,11 +1894,11 @@ msgstr "Exportieren von"
1890
  #: includes/settings/tabs/wps-notifications.php:134
1891
  #: includes/settings/tabs/wps-notifications.php:164
1892
  msgid "Please select"
1893
- msgstr "Bitte ausw&auml;hlen"
1894
 
1895
  #: includes/optimization/tabs/wps-optimization-export.php:26
1896
  msgid "Select the table for the output file."
1897
- msgstr "DB-Tabelle ausw&auml;hlen, die exportiert werden soll."
1898
 
1899
  #: includes/optimization/tabs/wps-optimization-export.php:32
1900
  msgid "Export To"
@@ -1902,15 +1906,15 @@ msgstr "Exportieren nach"
1902
 
1903
  #: includes/optimization/tabs/wps-optimization-export.php:42
1904
  msgid "Select the output file type."
1905
- msgstr "Dateityp für die exportierte Datei ausw&auml;hlen."
1906
 
1907
  #: includes/optimization/tabs/wps-optimization-export.php:48
1908
  msgid "Include Header Row"
1909
- msgstr "Kopfzeile hinzuf&uuml;gen"
1910
 
1911
  #: includes/optimization/tabs/wps-optimization-export.php:53
1912
  msgid "Include a header row as the first line of the exported file."
1913
- msgstr "F&uuml;gt eine Kopfzeile als erste Zeile der exportierten Datei hinzu."
1914
 
1915
  #: includes/optimization/tabs/wps-optimization-export.php:54
1916
  msgid "Start Now!"
@@ -1922,7 +1926,7 @@ msgstr "Historische Angaben"
1922
 
1923
  #: includes/optimization/tabs/wps-optimization-historical.php:20
1924
  msgid "Note: As you have just purged the database you must reload this page for these numbers to be correct."
1925
- msgstr ""
1926
 
1927
  #: includes/optimization/tabs/wps-optimization-historical.php:26
1928
  #: includes/settings/tabs/wps-general.php:138
@@ -1933,11 +1937,11 @@ msgstr "Besucher"
1933
 
1934
  #: includes/optimization/tabs/wps-optimization-historical.php:31
1935
  msgid "Number of historical number of visitors to the site (current value is %s)."
1936
- msgstr "Anzahl fr&uuml;herer Besucher der Seite (vor WP Statistics). Aktuell: %s"
1937
 
1938
  #: includes/optimization/tabs/wps-optimization-historical.php:42
1939
  msgid "Number of historical number of visits to the site (current value is %s)."
1940
- msgstr "Anzahl fr&uuml;herer Seitenaufrufe (vor WP Statistics). Aktuell: %s"
1941
 
1942
  #: includes/optimization/tabs/wps-optimization-historical.php:48
1943
  msgid "Update now!"
@@ -1961,24 +1965,24 @@ msgstr "Tabelle leeren"
1961
 
1962
  #: includes/optimization/tabs/wps-optimization-purging.php:194
1963
  msgid "All data table will be lost."
1964
- msgstr "Alle Daten in der Tabelle werden unwiderruflich gel&ouml;scht!"
1965
 
1966
  #: includes/optimization/tabs/wps-optimization-purging.php:195
1967
  msgid "Clear now!"
1968
- msgstr "Daten jetzt l&ouml;schen"
1969
 
1970
  #: includes/optimization/tabs/wps-optimization-purging.php:203
1971
  msgid "Purge records older than"
1972
- msgstr "L&ouml;sche Daten &auml;lter als"
1973
 
1974
  #: includes/optimization/tabs/wps-optimization-purging.php:209
1975
  msgid "Deleted user statistics data older than the selected number of days. Minimum value is 30 days."
1976
- msgstr "Daten, die &auml;lter sind als hier angegeben, werden unwiderruflich gel&ouml;scht. Minimum-Wert ist 30 Tage."
1977
 
1978
  #: includes/optimization/tabs/wps-optimization-purging.php:210
1979
  #: includes/optimization/tabs/wps-optimization-purging.php:225
1980
  msgid "Purge now!"
1981
- msgstr "Daten jetzt l&ouml;schen"
1982
 
1983
  #: includes/optimization/tabs/wps-optimization-purging.php:232
1984
  msgid "Delete User Agent Types"
@@ -1990,12 +1994,12 @@ msgstr "Browser-Typ"
1990
 
1991
  #: includes/optimization/tabs/wps-optimization-purging.php:252
1992
  msgid "All visitor data will be lost for this agent type."
1993
- msgstr "Alle Daten f&uuml;r diesen Browser-Typ werden unwiderruflich gel&ouml;scht."
1994
 
1995
  #: includes/optimization/tabs/wps-optimization-purging.php:253
1996
  #: includes/optimization/tabs/wps-optimization-purging.php:277
1997
  msgid "Delete now!"
1998
- msgstr "Daten jetzt l&ouml;schen"
1999
 
2000
  #: includes/optimization/tabs/wps-optimization-purging.php:261
2001
  msgid "Delete Platforms"
@@ -2003,7 +2007,7 @@ msgstr "Plattform"
2003
 
2004
  #: includes/optimization/tabs/wps-optimization-purging.php:276
2005
  msgid "All visitor data will be lost for this platform type."
2006
- msgstr "Alle Daten f&uuml;r diesen Plattform-Typ werden unwiderruflich gel&ouml;scht."
2007
 
2008
  #: includes/optimization/tabs/wps-optimization-resources.php:17
2009
  msgid "Resources"
@@ -2021,11 +2025,11 @@ msgstr "Byte"
2021
 
2022
  #: includes/optimization/tabs/wps-optimization-resources.php:33
2023
  msgid "Last Overview page memory usage"
2024
- msgstr "Speichernutzung d. Statistik-&Uuml;bersicht"
2025
 
2026
  #: includes/optimization/tabs/wps-optimization-resources.php:38
2027
  msgid "Memory usage in the overview page"
2028
- msgstr "Speichernutzung Statistik-&Uuml;bersicht"
2029
 
2030
  #: includes/optimization/tabs/wps-optimization-resources.php:44
2031
  msgid "PHP Memory Limit"
@@ -2033,7 +2037,7 @@ msgstr "PHP-Speicherlimit"
2033
 
2034
  #: includes/optimization/tabs/wps-optimization-resources.php:49
2035
  msgid "The memory limit a script is allowed to consume, set in php.ini."
2036
- msgstr "Max. Speicher, den ein Skript zur Ausf&uuml;hrung verwenden darf; gesetzt in <code>php.ini</code>."
2037
 
2038
  #: includes/optimization/tabs/wps-optimization-resources.php:55
2039
  #: includes/optimization/tabs/wps-optimization-resources.php:66
@@ -2075,7 +2079,7 @@ msgstr "Version von WP Statistics"
2075
 
2076
  #: includes/optimization/tabs/wps-optimization-resources.php:141
2077
  msgid "The WP Statistics version you are running."
2078
- msgstr "Version des Plugins, die auf der Seite l&auml;uft."
2079
 
2080
  #: includes/optimization/tabs/wps-optimization-resources.php:147
2081
  msgid "PHP Version"
@@ -2083,7 +2087,7 @@ msgstr "PHP-Version"
2083
 
2084
  #: includes/optimization/tabs/wps-optimization-resources.php:152
2085
  msgid "The PHP version you are running."
2086
- msgstr "PHP-Version, die auf der Seite l&auml;uft."
2087
 
2088
  #: includes/optimization/tabs/wps-optimization-resources.php:158
2089
  msgid "PHP Safe Mode"
@@ -2099,7 +2103,7 @@ msgstr "jQuery-Version"
2099
 
2100
  #: includes/optimization/tabs/wps-optimization-resources.php:174
2101
  msgid "The jQuery version you are running."
2102
- msgstr "jQuery-Version, die auf der Seite l&auml;uft."
2103
 
2104
  #: includes/optimization/tabs/wps-optimization-resources.php:180
2105
  msgid "cURL Version"
@@ -2127,7 +2131,7 @@ msgstr "Nicht installiert"
2127
 
2128
  #: includes/optimization/tabs/wps-optimization-resources.php:196
2129
  msgid "If the PHP BC Math Extension is installed. BC Math is no longer required for the GeoIP code and is listed here only for historical reasons."
2130
- msgstr "Die BC Math-Erweiterung wird nicht l&auml;nger ben&ouml;tigt und wird hier nur mehr aus historischen Gr&uuml;nden gelistet."
2131
 
2132
  #: includes/optimization/tabs/wps-optimization-resources.php:201
2133
  msgid "File Info"
@@ -2149,7 +2153,7 @@ msgstr ", erstellt am "
2149
 
2150
  #: includes/optimization/tabs/wps-optimization-resources.php:219
2151
  msgid "The file size and date of the GeoIP database."
2152
- msgstr "Dateigr&ouml;&szlig;e und -datum der GeoIP-Datenbank"
2153
 
2154
  #: includes/optimization/tabs/wps-optimization-resources.php:225
2155
  msgid "browscap.ini File"
@@ -2161,19 +2165,19 @@ msgstr "Die Datei \"browscap.ini\" existiert nicht!"
2161
 
2162
  #: includes/optimization/tabs/wps-optimization-resources.php:238
2163
  msgid "The file size and date of the browscap.ini file."
2164
- msgstr "Dateigr&ouml;&szlig;e und -datum der \"browscap.ini\"-Datei"
2165
 
2166
  #: includes/optimization/tabs/wps-optimization-resources.php:244
2167
  msgid "browscap Cache File"
2168
- msgstr "Browscap Cache-Datei"
2169
 
2170
  #: includes/optimization/tabs/wps-optimization-resources.php:253
2171
  msgid "browscap cache file does not exist."
2172
- msgstr "Die Browscap Cache-Datei existiert nicht!"
2173
 
2174
  #: includes/optimization/tabs/wps-optimization-resources.php:257
2175
  msgid "The file size and date of the browscap cache file."
2176
- msgstr "Dateigr&ouml;&szlig;e und -datum der Browscap Cache-Datei"
2177
 
2178
  #: includes/optimization/tabs/wps-optimization-resources.php:262
2179
  msgid "Client Info"
@@ -2197,7 +2201,7 @@ msgstr "User Agent-Kennung des zurzeit aktiven Clients"
2197
 
2198
  #: includes/optimization/tabs/wps-optimization-resources.php:289
2199
  msgid "Browser"
2200
- msgstr ""
2201
 
2202
  #: includes/optimization/tabs/wps-optimization-resources.php:296
2203
  msgid "The detected client browser."
@@ -2221,7 +2225,7 @@ msgstr "GeoIP-Optionen"
2221
 
2222
  #: includes/optimization/tabs/wps-optimization-updates.php:26
2223
  msgid "Updates any unknown location data in the database, this may take a while"
2224
- msgstr "F&uuml;hrt eine Aktualisierung der bisher unbekannten Standort-Informationen in der Datenbank durch. Dies kann eine Weile dauern."
2225
 
2226
  #: includes/optimization/tabs/wps-optimization-updates.php:31
2227
  #: includes/settings/tabs/wps-general.php:66
@@ -2235,7 +2239,7 @@ msgstr "IP-Adressen anonymisieren"
2235
 
2236
  #: includes/optimization/tabs/wps-optimization-updates.php:41
2237
  msgid "Replace IP addresses in the database with hash values, you will not be able to recover the IP addresses in the future to populate location information afterwards and this may take a while"
2238
- msgstr "Ersetzt die bisher gespeicherten IP-Adressen in der Datenbank durch anonymisierte Werte. Wenn diese Operation durchgef&uuml;hrt wird, ist es sp&auml;ter nicht mehr m&ouml;glich die IP-Adressen f&uuml;r Standort-Ermittlungen wiederherzustellen!"
2239
 
2240
  #: includes/optimization/wps-optimization.php:43
2241
  msgid "IP Addresses replaced with hash values."
@@ -2243,7 +2247,7 @@ msgstr "IP-Adressen erfolgreich anonymisiert."
2243
 
2244
  #: includes/optimization/wps-optimization.php:51
2245
  msgid "Install routine complete."
2246
- msgstr ""
2247
 
2248
  #: includes/optimization/wps-optimization.php:234
2249
  msgid "Resources/Information"
@@ -2251,7 +2255,7 @@ msgstr "Ressourcen/Information"
2251
 
2252
  #: includes/optimization/wps-optimization.php:236
2253
  msgid "Purging"
2254
- msgstr "Daten l&ouml;schen"
2255
 
2256
  #: includes/optimization/wps-optimization.php:237
2257
  msgid "Database"
@@ -2259,7 +2263,7 @@ msgstr "Datenbank"
2259
 
2260
  #: includes/optimization/wps-optimization.php:238
2261
  msgid "Updates"
2262
- msgstr ""
2263
 
2264
  #: includes/optimization/wps-optimization.php:239
2265
  msgid "Historical"
@@ -2267,7 +2271,7 @@ msgstr "Historie"
2267
 
2268
  #: includes/settings/tabs/wps-about.php:8
2269
  msgid "WP Statistics V%s"
2270
- msgstr ""
2271
 
2272
  #: includes/settings/tabs/wps-about.php:28
2273
  msgid "Visit Us Online"
@@ -2287,7 +2291,7 @@ msgstr "Bewerte und rezensiere WP Statistics auf WordPress.org"
2287
 
2288
  #: includes/settings/tabs/wps-about.php:40
2289
  msgid "Thanks for installing WP Statistics, we encourage you to submit a "
2290
- msgstr "Danke, dass du WP Statistics installiert hast. Wir w&uuml;rden uns freuen, wenn du eine "
2291
 
2292
  #: includes/settings/tabs/wps-about.php:40
2293
  msgid "rating and review"
@@ -2303,11 +2307,11 @@ msgstr "Übersetzungen"
2303
 
2304
  #: includes/settings/tabs/wps-about.php:48
2305
  msgid "WP Statistics supports internationalization and we encourage our users to submit translations, please visit our %s to see the current status and %s if you would like to help."
2306
- msgstr "WP Statistics unterst&uuml;tzt Internationalisierung und wir ermuntern unsere Benutzer, uns ihre &Uuml;bersetzungen zu &uuml;bermitteln. Besuche unsere %s, um den aktuellen Stand der &Uuml;bersetzungen einzusehen und %s, wenn du dich beteiligen willst."
2307
 
2308
  #: includes/settings/tabs/wps-about.php:48
2309
  msgid "translation collaboration site"
2310
- msgstr "gemeinschaftliche &Uuml;bersetzungs-Website"
2311
 
2312
  #: includes/settings/tabs/wps-about.php:48
2313
  msgid "drop us a line"
@@ -2344,7 +2348,7 @@ msgstr "Support-Forum"
2344
 
2345
  #: includes/settings/tabs/wps-about.php:63
2346
  msgid "Have you search the Internet for any error messages you are receiving?"
2347
- msgstr "Hast du im Internet nach Erkl&auml;rungen zu Fehlermeldungen gesucht, die du angezeigt bekommst?"
2348
 
2349
  #: includes/settings/tabs/wps-about.php:64
2350
  msgid "Make sure you have access to your PHP error logs."
@@ -2352,7 +2356,7 @@ msgstr "Stelle sicher, dass du Zugriff auf deine PHP-Logs hast."
2352
 
2353
  #: includes/settings/tabs/wps-about.php:67
2354
  msgid "And a few things to double-check:"
2355
- msgstr "Noch ein paar n&uuml;tzliche Hinweise vorab:"
2356
 
2357
  #: includes/settings/tabs/wps-about.php:70
2358
  msgid "How's your memory_limit in php.ini?"
@@ -2368,15 +2372,15 @@ msgstr "Hast du versucht, das Standard WordPress-Theme zu verwenden?"
2368
 
2369
  #: includes/settings/tabs/wps-about.php:73
2370
  msgid "Have you double checked the plugin settings?"
2371
- msgstr "Hast du die Plugin-Einstellungen gepr&uuml;ft?"
2372
 
2373
  #: includes/settings/tabs/wps-about.php:74
2374
  msgid "Do you have all the required PHP extensions installed?"
2375
- msgstr "Hast du alle ben&ouml;tigten PHP-Erweiterungen installiert?"
2376
 
2377
  #: includes/settings/tabs/wps-about.php:75
2378
  msgid "Are you getting a blank or incomplete page displayed in your browser? Did you view the source for the page and check for any fatal errors?"
2379
- msgstr "Bekommst du eine leere oder unvollst&auml;ndige Seite in deinem Browser angezeigt? Hast du den Seiten-Quelltext angesehen und auf eventuelle schwere Fehler gepr&uuml;ft?"
2380
 
2381
  #: includes/settings/tabs/wps-about.php:76
2382
  msgid "Have you checked your PHP and web server error logs?"
@@ -2388,7 +2392,7 @@ msgstr "Es funktioniert noch immer nicht?"
2388
 
2389
  #: includes/settings/tabs/wps-about.php:79
2390
  msgid "Then please open a new thread on the %s and we'll respond as soon as possible."
2391
- msgstr "Dann er&ouml;ffne bitte einen neuen Thread im %s und wir werden so schnell wie m&ouml;glich darauf antworten."
2392
 
2393
  #: includes/settings/tabs/wps-about.php:79
2394
  msgid "WordPress.org support forum"
@@ -2396,19 +2400,19 @@ msgstr "WordPress.org Support-Forum"
2396
 
2397
  #: includes/settings/tabs/wps-about.php:83
2398
  msgid "Alternatively %s support is available as well."
2399
- msgstr "Alternativ ist auch %s-Unterst&uuml;tzung verf&uuml;gbar."
2400
 
2401
  #: includes/settings/tabs/wps-about.php:83
2402
  msgid "Farsi"
2403
- msgstr ""
2404
 
2405
  #: includes/settings/tabs/wps-exclusions.php:21
2406
  msgid "WP Statistics Honey Pot Page"
2407
- msgstr ""
2408
 
2409
  #: includes/settings/tabs/wps-exclusions.php:22
2410
  msgid "This is the honey pot for WP Statistics to use, do not delete."
2411
- msgstr ""
2412
 
2413
  #: includes/settings/tabs/wps-access-level.php:23
2414
  #: includes/settings/wps-settings.php:103
@@ -2429,7 +2433,7 @@ msgstr "Siehe %s, um Details der WordPress-Benutzerrechte zu erfahren."
2429
 
2430
  #: includes/settings/tabs/wps-access-level.php:75
2431
  msgid "WordPress Roles and Capabilities page"
2432
- msgstr ""
2433
 
2434
  #: includes/settings/tabs/wps-access-level.php:76
2435
  msgid "Hint: manage_network = Super Admin Network, manage_options = Administrator, edit_others_posts = Editor, publish_posts = Author, edit_posts = Contributor, read = Everyone."
@@ -2437,7 +2441,7 @@ msgstr "Hinweis: manage_network = Super-Admininistrator (Multisite), manage_opti
2437
 
2438
  #: includes/settings/tabs/wps-access-level.php:77
2439
  msgid "Each of the above casscades the rights upwards in the default WordPress configuration. So for example selecting publish_posts grants the right to Authors, Editors, Admins and Super Admins."
2440
- msgstr "Jede dieser Berechtigungen vererbt ihre Rechte \"nach oben\" in einer standardm&auml;&szlig;igen WordPress-Konfiguration. Wird z.B. \"publish_posts\" gew&auml;hlt, werden die Rechte an Autoren, Redakteure, Administratoren und Super-Administratoren vererbt."
2441
 
2442
  #: includes/settings/tabs/wps-access-level.php:78
2443
  msgid "If you need a more robust solution to delegate access you might want to look at %s in the WordPress plugin directory."
@@ -2462,11 +2466,11 @@ msgstr "Aktivieren"
2462
 
2463
  #: includes/settings/tabs/wps-exclusions.php:53
2464
  msgid "This will record all the excluded hits in a separate table with the reasons why it was excluded but no other information. This will generate a lot of data but is useful if you want to see the total number of hits your site gets, not just actual user visits."
2465
- msgstr "Diese Option zeichnet Ausnahmen f&uuml;r Zugriffe und den Grund, warum der Zugriff als Ausnahme z&auml;hlt (z.B. Zugriff erfolgte durch einen Robot, durch eine definierte Benutzerrolle, o.&Auml;.), in einer eigenen Tabelle auf. Hierbei wird eine gro&szlig;e Menge an Daten generiert. Diese kann aber hilfreich sein, um die Gesamt-Zahl an Zugriffen auf deine Seite zu verfolgen, und nicht nur reine Besucher-Zugriffe."
2466
 
2467
  #: includes/settings/tabs/wps-exclusions.php:58
2468
  msgid "Exclude User Roles"
2469
- msgstr "Benutzerrollen ausschlie&szlig;en"
2470
 
2471
  #: includes/settings/tabs/wps-exclusions.php:74
2472
  #: includes/settings/tabs/wps-exclusions.php:196
@@ -2474,15 +2478,15 @@ msgstr "Benutzerrollen ausschlie&szlig;en"
2474
  #: includes/settings/tabs/wps-exclusions.php:210
2475
  #: includes/settings/tabs/wps-exclusions.php:217
2476
  msgid "Exclude"
2477
- msgstr "Ausschlie&szlig;en"
2478
 
2479
  #: includes/settings/tabs/wps-exclusions.php:75
2480
  msgid "Exclude %s role from data collection."
2481
- msgstr "Daten der Rolle %s aus der Statistik ausschlie&szlig;en."
2482
 
2483
  #: includes/settings/tabs/wps-exclusions.php:81
2484
  msgid "IP/Robot Exclusions"
2485
- msgstr "Robots/IP-Adressen ausschlie&szlig;en"
2486
 
2487
  #: includes/settings/tabs/wps-exclusions.php:85
2488
  msgid "Robot list"
@@ -2494,7 +2498,7 @@ msgstr "Eine Liste an Namensmustern (ein Name pro Zeile), die verwendet werden u
2494
 
2495
  #: includes/settings/tabs/wps-exclusions.php:99
2496
  msgid "Reset to Default"
2497
- msgstr "Auf Standardwerte zur&uuml;cksetzen"
2498
 
2499
  #: includes/settings/tabs/wps-exclusions.php:104
2500
  msgid "Force robot list update after upgrades"
@@ -2502,15 +2506,15 @@ msgstr "Robots-Liste bei Update aktualisieren"
2502
 
2503
  #: includes/settings/tabs/wps-exclusions.php:107
2504
  msgid "Force the robot list to be reset to the default after an update to WP Statistics takes place. Note if this option is enabled any custom robots you have added to the list will be lost."
2505
- msgstr "Erzwingt das Zur&uuml;cksetzen der Robots-Liste auf die Standardwerte nach einem Update von WP Statistics. Wenn diese Option aktiviert ist, gehen alle benutzerdefinierten Robots, die zur Liste hinzugef&uuml;gt wurden, verloren!"
2506
 
2507
  #: includes/settings/tabs/wps-exclusions.php:112
2508
  msgid "Robot visit threshold"
2509
- msgstr ""
2510
 
2511
  #: includes/settings/tabs/wps-exclusions.php:115
2512
  msgid "Treat visitors with more than this number of visits per day as robots. 0 = disabled."
2513
- msgstr ""
2514
 
2515
  #: includes/settings/tabs/wps-exclusions.php:120
2516
  msgid "Excluded IP address list"
@@ -2522,71 +2526,71 @@ msgstr "Eine Liste an IP-Adressen und Subnet-Masken (ein Eintrag pro Zeile), die
2522
 
2523
  #: includes/settings/tabs/wps-exclusions.php:124
2524
  msgid "Add 10.0.0.0"
2525
- msgstr "10.0.0.0 hinzuf&uuml;gen"
2526
 
2527
  #: includes/settings/tabs/wps-exclusions.php:125
2528
  msgid "Add 172.16.0.0"
2529
- msgstr "172.16.0.0 hinzuf&uuml;gen"
2530
 
2531
  #: includes/settings/tabs/wps-exclusions.php:126
2532
  msgid "Add 192.168.0.0"
2533
- msgstr "192.168.0.0 hinzuf&uuml;gen"
2534
 
2535
  #: includes/settings/tabs/wps-exclusions.php:131
2536
  msgid "Use honey pot"
2537
- msgstr ""
2538
 
2539
  #: includes/settings/tabs/wps-exclusions.php:134
2540
  msgid "Use a honey pot page to identify robots."
2541
- msgstr ""
2542
 
2543
  #: includes/settings/tabs/wps-exclusions.php:139
2544
  msgid "Honey pot post id"
2545
- msgstr ""
2546
 
2547
  #: includes/settings/tabs/wps-exclusions.php:142
2548
  msgid "The post id to use for the honeypot page."
2549
- msgstr ""
2550
 
2551
  #: includes/settings/tabs/wps-exclusions.php:143
2552
  msgid "Create a new honey pot page"
2553
- msgstr ""
2554
 
2555
  #: includes/settings/tabs/wps-exclusions.php:156
2556
  msgid "GeoIP Exclusions"
2557
- msgstr ""
2558
 
2559
  #: includes/settings/tabs/wps-exclusions.php:160
2560
  msgid "Excluded countries list"
2561
- msgstr ""
2562
 
2563
  #: includes/settings/tabs/wps-exclusions.php:163
2564
  msgid "A list of country codes (one per line, two letters each) to exclude from statistics collection. Use \"000\" (three zeros) to exclude unknown countries."
2565
- msgstr ""
2566
 
2567
  #: includes/settings/tabs/wps-exclusions.php:168
2568
  msgid "Included countries list"
2569
- msgstr ""
2570
 
2571
  #: includes/settings/tabs/wps-exclusions.php:171
2572
  msgid "A list of country codes (one per line, two letters each) to include in statistics collection, if this list is not empty, only visitors from the included countries will be recorded. Use \"000\" (three zeros) to exclude unknown countries."
2573
- msgstr ""
2574
 
2575
  #: includes/settings/tabs/wps-exclusions.php:176
2576
  msgid "Host Exclusions"
2577
- msgstr ""
2578
 
2579
  #: includes/settings/tabs/wps-exclusions.php:180
2580
  msgid "Excluded hosts list"
2581
- msgstr ""
2582
 
2583
  #: includes/settings/tabs/wps-exclusions.php:183
2584
  msgid "A list of fully qualified host names (ie. server.example.com, one per line) to exclude from statistics collection."
2585
- msgstr ""
2586
 
2587
  #: includes/settings/tabs/wps-exclusions.php:185
2588
  msgid "Note: this option will NOT perform a reverse DNS lookup on each page load but instead cache the IP address for the provided hostnames for one hour. If you are excluding dynamically assigned hosts you may find some degree of overlap when the host changes it's IP address and when the cache is updated resulting in some hits recorded."
2589
- msgstr ""
2590
 
2591
  #: includes/settings/tabs/wps-exclusions.php:190
2592
  msgid "Site URL Exclusions"
@@ -2594,43 +2598,43 @@ msgstr "URL-Ausnahmen"
2594
 
2595
  #: includes/settings/tabs/wps-exclusions.php:194
2596
  msgid "Excluded login page"
2597
- msgstr "Login-Seite ausschlie&szlig;en"
2598
 
2599
  #: includes/settings/tabs/wps-exclusions.php:197
2600
  msgid "Exclude the login page for registering as a hit."
2601
- msgstr "Die Login-Seite von der Statistik ausschlie&szlig;en."
2602
 
2603
  #: includes/settings/tabs/wps-exclusions.php:201
2604
  msgid "Excluded admin pages"
2605
- msgstr "Admin-Seiten ausschlie&szlig;en"
2606
 
2607
  #: includes/settings/tabs/wps-exclusions.php:204
2608
  msgid "Exclude the admin pages for registering as a hit."
2609
- msgstr "Alle Seiten des Administrationsbereichs von der Statistik ausschlie&szlig;en."
2610
 
2611
  #: includes/settings/tabs/wps-exclusions.php:208
2612
  msgid "Excluded RSS feeds"
2613
- msgstr ""
2614
 
2615
  #: includes/settings/tabs/wps-exclusions.php:211
2616
  msgid "Exclude the RSS feeds for registering as a hit."
2617
- msgstr ""
2618
 
2619
  #: includes/settings/tabs/wps-externals.php:162
2620
  msgid "browscap settings"
2621
- msgstr "Browscap-Einstellungen"
2622
 
2623
  #: includes/settings/tabs/wps-externals.php:167
2624
  msgid "browscap usage"
2625
- msgstr "Browscap verwenden"
2626
 
2627
  #: includes/settings/tabs/wps-externals.php:52
2628
  #: includes/settings/tabs/wps-externals.php:76
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2666,39 +2670,39 @@ msgstr "Wenn aktiviert, verwendet WP Statistics die \"browsap.ini\" zum Erkennen
2666
 
2667
  #: includes/settings/tabs/wps-externals.php:179
2668
  msgid "Update browscap Info"
2669
- msgstr "Browscap aktualisieren"
2670
 
2671
  #: includes/settings/tabs/wps-externals.php:184
2672
  msgid "Download browscap Database"
2673
- msgstr "Browscap-Datei herunterladen"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
- msgstr "Speichere die &Auml;nderungen auf dieser Seite, um eine Aktualisierung herunterzuladen."
2680
 
2681
  #: includes/settings/tabs/wps-externals.php:191
2682
  msgid "Schedule weekly update of browscap DB"
2683
- msgstr "Automat. Aktualisierung von Browscap"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
- msgstr ""
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
- msgstr "Die Aktualisierung der \"browscap.ini\"-Datei wird w&ouml;chentlich durchgef&uuml;hrt."
2694
 
2695
  #: includes/settings/tabs/wps-general.php:50
2696
  msgid "This will delete the manual when you save the settings, are you sure?"
2697
- msgstr "Diese Einstellung l&ouml;scht das Benutzerhandbuch unwiderruflich, wenn die Einstellungen gespeichert werden. Bist du sicher??"
2698
 
2699
  #: includes/settings/tabs/wps-general.php:77
2700
  msgid "This feature will not store IP addresses in the database but instead used a unique hash. The \"Store entire user agent string\" setting will be disabled if this is selected. You will not be able to recover the IP addresses in the future to recover location information if this is enabled."
2701
- msgstr "Dieses Feature ersetzt IP-Adressen in der Datenbank durch generierte, eindeutige Hash-Werte. Die Einstellung \"Gesamten User Agent-String speichern\" wird automatisch deaktiviert, wenn die Einstellung zum Anonymisieren der IP-Adressen aktiviert wird. ACHTUNG: einmal anonymisierte IP-Adressen k&ouml;nnen zu keinem Zeitpunkt wiederhergestellt werden!"
2702
 
2703
  #: includes/settings/tabs/wps-general.php:82 shortcode.php:138
2704
  msgid "Users Online"
@@ -2706,4 +2710,4 @@ msgstr "Besucher online"
2706
 
2707
  #: includes/settings/tabs/wps-general.php:87
2708
  msgid "User online"
2709
- msgstr "Besucher online"
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-12-08 09:56:45+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr "Einstellungen"
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
20
+ msgstr "Aktiviert"
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:30
23
  msgid "Purge Old Data Daily"
24
+ msgstr "Alte Daten täglich löschen"
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:41
27
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
28
+ msgstr "Ein WordPress Cron-Job wird täglich ausgeführt, um Daten zu löschen die älter sind als die nachfolgend angegebene Anzahl an Tagen."
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:47
31
  msgid "Purge data older than"
32
+ msgstr "Lösche Daten älter als"
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:58
35
  msgid "Purge High Hit Count Visitors Daily"
36
+ msgstr "Hohe Aufrufe täglich löschen"
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:69
39
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
40
+ msgstr "Ein WordPress Cron-Job wird täglich ausgeführt, um Daten von Besuchern zu löschen die mehr Aufrufe pro Tag aufweisen als nachfolgend angegeben (eventuelle Robots)."
41
 
42
  #: includes/settings/tabs/wps-maintenance.php:81
43
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
44
+ msgstr "Anzahl der Aufrufe (pro Tag), um als vermeintlicher Robot eingestuft zu werden. Minimum-Wert ist 10 Aufrufe. Ungültige Werte deaktivieren die automatisierte tägliche Wartung."
45
 
46
  #: shortcode.php:184
47
  msgid "The post/page id to get page statistics on."
48
+ msgstr "Statistiken dieser Beitrags- / Seiten-ID anzeigen"
49
 
50
  #: shortcode.php:181
51
  msgid "Post/Page ID"
52
+ msgstr "Beitrags- / Seiten-ID"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
+ msgstr "Ask.com"
57
 
58
  #: shortcode.php:158
59
  msgid "The time frame to get the statistic for, strtotime() (http://php.net/manual/en/datetime.formats.php) will be used to calculate it. Use \"total\" to get all recorded dates."
60
+ msgstr "Statistik für diesen Zeitraum anzeigen; strtotime() (http://php.net/manual/en/datetime.formats.php) wird verwendet, um sie zu berechnen. Verwenden Sie &quot;total&quot;, um alle aufgezeichneten Daten zu bekommen."
61
 
62
  #: wp-statistics.php:144
63
  msgid "visitor tracking"
64
+ msgstr "Besucher-Tracking"
65
 
66
  #: wp-statistics.php:145
67
  msgid "geoip collection"
68
+ msgstr "GeoIP-Aufzeichnung"
69
 
70
  #: wp-statistics.php:161
71
  msgid "visit database index"
72
+ msgstr "Index der Aufrufe-Tabelle"
73
 
74
  #: wp-statistics.php:170
75
  msgid "Database updates are required, please go to %s and update the following: %s"
76
+ msgstr "Eine Datenbank-Aktualisierung ist notwendig, bitte geh zu %s und führe folgende Aktionen durch: %s"
77
 
78
  #: wp-statistics.php:161
79
  msgid "countries database index"
80
+ msgstr "Index der Länder-Tabelle"
81
 
82
  #: wp-statistics.php:154
83
  msgid "search table"
84
+ msgstr "Tabelle für Suchanfragen"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
+ msgstr "Einstellungen"
89
 
90
  #: wp-statistics.php:148 wp-statistics.php:170
91
  msgid ","
92
+ msgstr ","
93
 
94
  #: wp-statistics.php:148
95
  msgid "The following features are disabled, please go to %s and enable them: %s"
96
+ msgstr "Die folgenden Funktionen sind deaktiviert, bitte gehen zur %s und aktiviere sie: %s"
97
 
98
  #: wp-statistics.php:143
99
  msgid "hit tracking"
100
+ msgstr "Aufrufe-Tracking"
101
 
102
  #: wp-statistics.php:142
103
  msgid "online user tracking"
104
+ msgstr "Online-User-Tracking"
105
 
106
  #: wp-statistics.php:716
107
  msgid "The following plugin table(s) do not exist in the database, please re-run the %s install routine %s: "
108
+ msgstr "Die folgenden Plugin-Tabellen existieren nicht in der Datenbank. Bitte führe die %s-Installationsroutine erneut durch %s: "
109
 
110
  #: includes/optimization/wps-optimization.php:196
111
  msgid "Search table conversion complete, %d rows added."
112
+ msgstr "Konvertierung der Tabelle für Suchanfragen durchgeführt - %d Zeilen hinzugefügt."
113
 
114
  #: includes/optimization/tabs/wps-optimization-database.php:113
115
  msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion."
116
+ msgstr "Bei älteren Versionen von WP Statistics werden detaillierte Informationen zu Suchanfragen in der Besucher-Tabelle gespeichert. Das kann bei großen Datensätzen zu Leistungseinbußen führen. Daher wurde eine neue Tabelle implementiert, die diese Informationen in einem besser skalierbaren Format enthält."
117
 
118
  #: includes/optimization/tabs/wps-optimization-database.php:94
119
  msgid "Search Table"
120
+ msgstr "Tabelle für Suchanfragen"
121
 
122
  #: includes/optimization/tabs/wps-optimization-database.php:99
123
  msgid "Convert"
124
+ msgstr "Konvertieren"
125
 
126
  #: includes/optimization/tabs/wps-optimization-database.php:106
127
  msgid "Convert Now!"
128
+ msgstr "Jetzt konvertieren"
129
 
130
  #: includes/optimization/tabs/wps-optimization-database.php:107
131
  msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion, however the old data must first be converted to the new format before it can be used."
132
+ msgstr "Bei älteren Versionen von WP Statistics werden detaillierte Informationen zu Suchanfragen in der Besucher-Tabelle gespeichert. Das kann bei großen Datensätzen zu Leistungseinbußen führen. Daher wurde eine neue Tabelle implementiert, die diese Informationen in einem besser skalierbaren Format enthält. Die alten Daten müssen dafür jedoch konvertiert werden, bevor sie verwendet werden können."
133
 
134
  #: includes/log/exclusions.php:24
135
  msgid "Referrer Spam"
136
+ msgstr "Referrer Spam"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
+ msgstr "Die Aktualisierung der \"Piwik Referrer Spam\"-Blacklist wird ein Mal wöchentlich durchgeführt."
141
 
142
  #: includes/settings/wps-settings.php:105
143
  msgid "Externals"
144
+ msgstr "Externe Quellen"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
+ msgstr "\"Piwik Referrer Spam\" Blacklist-Einstellungen"
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
+ msgstr "Automat. Aktualisierung der \"Piwik Referrer Spam\" Blacklist"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
+ msgstr "\"Piwik Referrer Spam\" Blacklist herunterladen"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
+ msgstr "\"Piwik Referrer Spam\" Blacklist aktualisieren"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
+ msgstr "Die \"Piwik Referrer Spam\" Blacklist wird heruntergeladen und zur Erkennung von Referrer Spam verwendet."
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
+ msgstr "Diese Spam-Blacklist wird von Piwik auf %s zur Verfügung gestellt."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
+ msgstr "\"Piwik Referrer Spam\" Blacklist verwenden"
173
 
174
  #: includes/settings/tabs/wps-exclusions.php:148
175
  msgid "Treat corrupt browser info as a bot"
176
+ msgstr "Falsche/fehlerhafte Browserkennung berücksichtigen"
177
 
178
  #: includes/log/exclusions.php:24
179
  msgid "404 Pages"
180
+ msgstr "404-Fehlerseiten"
181
 
182
  #: includes/log/top-visitors.php:26
183
  msgid "Date"
184
+ msgstr "Wähle den gewünschten Tag"
185
 
186
  #: includes/settings/tabs/wps-exclusions.php:151
187
  msgid "Treat any visitor with corrupt browser info (missing IP address or empty user agent string) as a robot."
188
+ msgstr "Behandle Besucher mit einer falschen oder fehlerhaften Browserkennung (fehlende IP-Adresse oder leere User-Agent-Kennung) als Robot."
189
 
190
  #: includes/settings/tabs/wps-exclusions.php:215
191
  msgid "Excluded 404 pages"
192
+ msgstr "404-Fehlerseiten"
193
 
194
  #: includes/settings/tabs/wps-exclusions.php:218
195
  msgid "Exclude any URL that returns a \"404 - Not Found\" message."
196
+ msgstr "Alle Seiten, die einen Fehler-404 erzeugen, von der Statistik ausschließen."
197
 
198
  #: wps-updates.php:29
199
  msgid "Error creating GeoIP database directory, make sure your web server has permissions to create directories in : %s"
200
+ msgstr "Fehler beim Erstellen des GeoIP Datenbank-Verzeichnisses. Stelle sicher, dass dein Webserver die Berechtigung zum Erstellen von Verzeichnissen in %s hat."
201
 
202
  #: includes/settings/tabs/wps-general.php:281
203
  msgid "Add page title to empty search words"
204
+ msgstr "Seiten-Titel bei leeren Suchanfragen hinzufügen"
205
 
206
  #: includes/settings/tabs/wps-general.php:287
207
  msgid "If a search engine is identified as the referrer but it does not include the search query this option will substitute the page title in quotes preceded by \"~:\" as the search query to help identify what the user may have been searching for."
208
+ msgstr "Wenn eine Suchmaschine als Referrer identifiziert wird, diese jedoch die vorangegangene Suchanfrage nicht sendet, wird diese Option bei Aktivierung den Seiten-Titel mit einem vorangestellten \"~:\" als Suchanfrage ausweisen. Das kann dabei helfen herauszufinden, wonach der Besucher gesucht haben könnte."
209
 
210
  #: includes/optimization/tabs/wps-optimization-purging.php:218
211
  #: includes/settings/tabs/wps-maintenance.php:75
212
  msgid "Purge visitors with more than"
213
+ msgstr "Lösche Besucher mit mehr als"
214
 
215
  #: includes/optimization/tabs/wps-optimization-purging.php:223
216
  msgid "hits"
217
+ msgstr "Zugriffen pro Tag"
218
 
219
  #: includes/optimization/tabs/wps-optimization-purging.php:224
220
  msgid "Deleted user statistics data where the user has more than the defined number of hits in a day. This can be useful to clear up old data when your site has been hit by a bot. This will remove the visitor and their hits to the site, however it will not remove individual page hits as that data is not recorded on a per use basis. Minimum value is 10 hits."
221
+ msgstr "Daten von Besuchern mit mehr als den hier definierten Zugriffen an einem Tag werden gelöscht. Das kann hilfreich sein, wenn du z.B. Daten nach einer Robot-Attacke löschen willst. Diese Option löscht die entsprechenden Besucher und die mit ihnen verbunden Zugriffe auf deine Website, aktualisiert jedoch nicht die individuellen Seitenaufrufe da diese Daten nicht pro Besucher aufgezeichnet werden. Minimum-Wert ist 10 Zugriffe pro Tag."
222
 
223
  #: includes/functions/purge-hits.php:28
224
  msgid "No visitors found to purge."
225
+ msgstr "Keine Besucher zum Löschen gefunden."
226
 
227
  #: includes/functions/purge-hits.php:25
228
  msgid "%s records purged successfully."
229
+ msgstr "%s Einträge erfolgreich gelöscht."
230
 
231
  #: ajax.php:178 includes/functions/purge-hits.php:32
232
  msgid "Number of hits must be greater than or equal to 10!"
233
+ msgstr "Zugriffe muss größer als oder gleich 10 sein!"
234
 
235
  #: shortcode.php:141
236
  msgid "Page Visits"
237
+ msgstr "Seitenbesuche"
238
 
239
  #: shortcode.php:144
240
  msgid "Page Count"
241
+ msgstr "Seitenanzahl"
242
 
243
  #: shortcode.php:145
244
  msgid "Comment Count"
245
+ msgstr "Kommentaranzahl"
246
 
247
  #: shortcode.php:146
248
  msgid "Spam Count"
249
+ msgstr "Spam-Anzahl"
250
 
251
  #: shortcode.php:147
252
  msgid "User Count"
253
+ msgstr "Benutzeranzahl"
254
 
255
  #: shortcode.php:148
256
  msgid "Post Average"
266
 
267
  #: shortcode.php:162
268
  msgid "Search Provider"
269
+ msgstr "Suchanbieter"
270
 
271
  #: shortcode.php:165
272
  msgid "The search provider to get statistics on."
273
+ msgstr "Statistiken von folgendem Suchanbieter anzeigen."
274
 
275
  #: shortcode.php:169
276
  msgid "Number Format"
277
+ msgstr "Zahlenformat"
278
 
279
  #: shortcode.php:172
280
  msgid "The format to display numbers in: i18n, english, none."
281
+ msgstr "Das Format, um Zahlen anzuzeigen: i18n, english, none"
282
 
283
  #: shortcode.php:176
284
  msgid "English"
285
+ msgstr "Englisch"
286
 
287
  #: shortcode.php:177
288
  msgid "International"
289
+ msgstr "International"
290
 
291
  #: includes/log/exclusions.php:191 includes/log/hit-statistics.php:163
292
  msgid "Hits Statistics Summary"
293
+ msgstr "Website-Aufrufe - Zusammenfassung"
294
 
295
  #: includes/log/exclusions.php:201 includes/log/hit-statistics.php:174
296
  msgid "Chart Total"
297
+ msgstr "Gesamt im gewählten Diagramm-Zeitraum"
298
 
299
  #: includes/log/exclusions.php:206 includes/log/hit-statistics.php:180
300
  msgid "All Time Total"
301
+ msgstr "Gesamt seit Statistik-Beginn"
302
 
303
  #: includes/log/log.php:57
304
  msgid "Have you thought about donating to WP Statistics?"
305
+ msgstr "Hast du schon über eine Spende für WP Statistics nachgedacht?"
306
 
307
  #: includes/settings/tabs/wps-about.php:20 wp-statistics.php:392
308
  msgid "Donate"
309
+ msgstr "Spenden"
310
 
311
  #: includes/settings/tabs/wps-about.php:24
312
  msgid "Fell like showing us how much you enjoy WP Statistics? Drop by our %s page and show us some love!"
313
+ msgstr "Möchtest du uns zeigen, wieviel Spaß du mit WP Statistics hast? Besuche unsere %s-Seite und unterstütze uns!"
314
 
315
  #: includes/settings/tabs/wps-about.php:24
316
  msgid "donation"
317
+ msgstr "Spenden"
318
 
319
  #: includes/log/log.php:57
320
  msgid "Donate Now!"
321
+ msgstr "Jetzt spenden!"
322
 
323
  #: includes/log/log.php:57
324
  msgid "Close"
325
+ msgstr "Schließen"
326
 
327
  #: shortcode.php:135
328
  msgid "Select the statistic you wish to display."
329
+ msgstr "Wähle, welche Statistik angezeigt werden soll."
330
 
331
  #: shortcode.php:132
332
  msgid "Statistic"
333
+ msgstr "Statistik"
334
 
335
  #: shortcode.php:143
336
  msgid "Post Count"
337
+ msgstr "Beitragszahl"
338
 
339
  #: shortcode.php:155
340
  msgid "Time Frame"
341
+ msgstr "Zeitraum"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
+ msgstr "bis"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
+ msgstr "Los"
350
 
351
  #: includes/log/top-pages.php:95
352
  msgid "Rank #5"
353
+ msgstr "Rang #5"
354
 
355
  #: includes/log/top-pages.php:95
356
  msgid "Rank #4"
357
+ msgstr "Rang #4"
358
 
359
  #: includes/log/top-pages.php:95
360
  msgid "Rank #3"
361
+ msgstr "Rang #3"
362
 
363
  #: includes/log/top-pages.php:95
364
  msgid "Rank #1"
365
+ msgstr "Rang #1"
366
 
367
  #: includes/log/top-pages.php:95
368
  msgid "Rank #2"
369
+ msgstr "Rang #2"
370
 
371
  #: includes/optimization/tabs/wps-optimization-database.php:60
372
  msgid "Visits Table"
373
+ msgstr "Aufrufe"
374
 
375
  #: includes/optimization/tabs/wps-optimization-database.php:75
376
  msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case. Newer installs protect against this with a unique index on the table. To create the index on the older installs duplicate entries must be deleted first. Clicking \"Update Now\" will scan the vistits table, delete duplicate entries and add the index."
377
+ msgstr "Bei älteren Versionen von WP Statistics können in seltenen Fällen duplizierte Einträge in der Aufrufe-Tabelle entstehen. Neuere Installationen verhindern das mit einem eindeutigen Index für diese Tabelle. Um diesen eindeutigen Index zu erstellen, müssen zuerst die Duplikate entfernt werden - klicke dazu auf \"Jetzt aktualisieren\"."
378
 
379
  #: includes/optimization/tabs/wps-optimization-database.php:76
380
  msgid "This operation could take a long time on installs with many rows in the visits table."
381
+ msgstr "Die Durchführung kann bei Installationen mit vielen Zeilen in der Aufrufe-Tabelle länger dauern."
382
 
383
  #: includes/optimization/tabs/wps-optimization-database.php:82
384
  msgid "Older installs of WP Statistics allow for duplicate entries in the visits table in a corner case. Newer installs protect against this with a unique index on the table."
385
+ msgstr "Bei älteren Versionen von WP Statistics können in seltenen Fällen duplizierte Einträge in der Aufrufe-Tabelle entstehen. Neuere Installationen verhindern das mit einem eindeutigen Index für diese Tabelle."
386
 
387
  #: includes/log/last-visitor.php:68
388
  msgid "Filtered by"
389
+ msgstr "Filtern nach"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
+ msgstr "Zeitraum von"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
399
  #: includes/settings/tabs/wps-general.php:342
400
  msgid "Do not use the translations and instead use the English defaults for WP Statistics (requires two page loads)"
401
+ msgstr "Verwende keine Übersetzungen innerhalb des Plugins sondern stattdessen die Englischen Standard-Texte (benötigt zwei Mal ein Neuladen der Seite)."
402
 
403
  #: includes/settings/tabs/wps-general.php:336
404
  msgid "Force English"
405
+ msgstr "Englisch erzwingen"
406
 
407
  #: includes/settings/tabs/wps-general.php:331
408
  msgid "Languages"
410
 
411
  #: includes/settings/tabs/wps-exclusions.php:227
412
  msgid "Note: this option will NOT handle url parameters (anything after the ?), only to the script name. Entries less than two characters will be ignored."
413
+ msgstr "Hinweis: Diese Option berücksichtigt KEINE Parameter nach einem \"?\" in URLs. Einträge mit weniger als zwei zeichen werden ignoriert."
414
 
415
  #: includes/settings/tabs/wps-exclusions.php:225
416
  msgid "A list of local urls (ie. /wordpress/about, one per line) to exclude from statistics collection."
417
+ msgstr "Eine Liste an lokalen URLs (z.B. \"/wordpress/about\", eine pro Zeile), die aus der Statistik ausgeschlossen werden sollen."
418
 
419
  #: includes/settings/tabs/wps-exclusions.php:222
420
  msgid "Excluded URLs list"
421
+ msgstr "Ausgeschlossene URLs"
422
 
423
  #: includes/log/exclusions.php:24
424
  msgid "Excluded URL"
425
+ msgstr "Ausgeschlossene URL"
426
 
427
  #: includes/log/widgets/summary.php:66
428
  msgid "Last 365 Days (Year)"
429
+ msgstr "In den letzten 365 Tagen"
430
 
431
  #: includes/log/widgets/summary.php:60
432
  msgid "Last 30 Days (Month)"
433
+ msgstr "In den letzten 30 Tagen"
434
 
435
  #: includes/log/widgets/summary.php:54
436
  msgid "Last 7 Days (Week)"
437
+ msgstr "In den letzten 7 Tagen"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
463
  #: editor.php:69
464
  msgid "Hits in the last 20 days"
465
+ msgstr "Aufrufe in den letzten 20 Tagen"
466
 
467
  #: includes/log/exclusions.php:24
468
  msgid "Feeds"
469
+ msgstr "Feeds"
470
 
471
  #: includes/log/exclusions.php:24
472
  msgid "User Role"
473
+ msgstr "Benutzer-Rolle"
474
 
475
  #: includes/log/exclusions.php:24
476
  msgid "Login Page"
477
+ msgstr "Login-Seite"
478
 
479
  #: includes/log/exclusions.php:24
480
  msgid "Admin Page"
481
+ msgstr "Admin-Seite"
482
 
483
  #: includes/log/exclusions.php:24
484
  msgid "Self Referral"
485
+ msgstr "Self-Referral"
486
 
487
  #: includes/log/exclusions.php:24
488
  msgid "IP Match"
489
+ msgstr "IP-Adresse"
490
 
491
  #: includes/log/exclusions.php:24
492
  msgid "Robot"
493
+ msgstr "Robot"
494
 
495
  #: includes/log/online.php:100
496
  msgid "Currently there are no users online in the site."
497
+ msgstr "Zurzeit sind keine (anderen) Benutzer online auf deiner Website."
498
 
499
  #: includes/log/exclusions.php:24
500
  msgid "Robot Threshold"
501
+ msgstr "Robot-Erkennschwelle"
502
 
503
  #: includes/log/exclusions.php:24
504
  msgid "Honey Pot"
505
+ msgstr "Honey Pot"
506
 
507
  #: includes/log/widgets/page.php:8
508
  msgid "Page Trending Stats"
509
+ msgstr "Verlauf der Aufrufe"
510
 
511
  #: includes/log/exclusions.php:24
512
  msgid "Hostname"
513
+ msgstr "Hostname"
514
 
515
  #: includes/settings/tabs/wps-general.php:93
516
  #: includes/settings/tabs/wps-general.php:133
536
 
537
  #: includes/settings/tabs/wps-general.php:111
538
  msgid "Record all user"
539
+ msgstr "Alle Besucher aufzeichnen"
540
 
541
  #: includes/settings/tabs/wps-general.php:117
542
  msgid "Ignores the exclusion settings and records all users that are online (including self referrals and robots). Should only be used for troubleshooting."
543
+ msgstr "Ignoriert etwaige gesetzte Ausnahmen und zeichnet alle Besucheraktivitäten auf (inkl. Self-Referrals und Robots). Diese Option sollte nur zur Problembehebung aktiviert werden!"
544
 
545
  #: includes/settings/tabs/wps-general.php:155
546
  msgid "Store entire user agent string"
556
 
557
  #: includes/settings/tabs/wps-general.php:172
558
  msgid "For each visit to account for several hits. Currently %s."
559
+ msgstr "Koeffizient - ein Besucher zählt \"X\" Aufrufe. Aktuell: %s."
560
 
561
  #: includes/settings/tabs/wps-general.php:177
562
  #: includes/settings/tabs/wps-general.php:182 wp-statistics.php:381
566
 
567
  #: includes/settings/tabs/wps-general.php:194
568
  msgid "Track all pages"
569
+ msgstr "Alle Seiten (Kategorien, Archive, etc.) berücksichtigen"
570
 
571
  #: includes/settings/tabs/wps-general.php:209
572
  msgid "Strip parameters from URI"
573
+ msgstr "Parameter aus URLs entfernen"
574
 
575
  #: includes/settings/tabs/wps-general.php:215
576
  msgid "This will remove anything after the ? in a URL."
577
+ msgstr "Diese Option entfernt alle Parameter nach einem \"?\" in URLs."
578
 
579
  #: includes/settings/tabs/wps-general.php:223
580
  msgid "Disable hits column in post/pages list"
581
+ msgstr "\"Aufrufe\"-Spalte in Beiträgen/Seiten-Listen im Admin-Bereich deaktivieren"
582
 
583
  #: includes/settings/tabs/wps-general.php:234
584
  msgid "Miscellaneous"
586
 
587
  #: includes/settings/tabs/wps-general.php:239
588
  msgid "Show stats in menu bar"
589
+ msgstr "Statistiken in der Menüleiste anzeigen"
590
 
591
  #: includes/settings/tabs/wps-general.php:244
592
  msgid "No"
606
 
607
  #: includes/settings/tabs/wps-general.php:259
608
  msgid "By default WP Statistics displays an alert if any of the core features are disabled on every admin page, this option will disable these notices."
609
+ msgstr "WP Statistics zeigt standardmäßig eine Benachrichtigung auf allen Admin-Seiten an, wenn eines der Basis-Features deaktiviert ist. Diese Option schaltet diese Benachrichtigungen aus."
610
 
611
  #: includes/settings/tabs/wps-general.php:265
612
  msgid "Delete the manual"
613
+ msgstr "Benutzerdokumentation löschen"
614
 
615
  #: includes/settings/tabs/wps-general.php:271
616
  msgid "By default WP Statistics stores the admin manual in the plugin directory (~5 meg), if this option is enabled it will be deleted now and during upgrades in the future."
617
+ msgstr "WP Statistics speichert standardmäßig die Benutzerdokumentation im Plugin-Verzeichnis (ca. 5 MB). Diese Option löscht diese Dateien."
618
 
619
  #: includes/settings/tabs/wps-general.php:276
620
  msgid "Search Engines"
621
+ msgstr "Suchmaschinen"
622
 
623
  #: includes/settings/tabs/wps-general.php:293
624
  msgid "Disabling all search engines is not allowed, doing so will result in all search engines being active."
630
 
631
  #: includes/settings/tabs/wps-general.php:309
632
  msgid "Disable %s from data collection and reporting."
633
+ msgstr "Daten von %s aus der Statistik ausschließen."
634
 
635
  #: includes/settings/tabs/wps-general.php:315
636
  msgid "Charts"
638
 
639
  #: includes/settings/tabs/wps-general.php:320
640
  msgid "Include totals"
641
+ msgstr "Gesamt-Zähler zeigen"
642
 
643
  #: includes/settings/tabs/wps-general.php:326
644
  msgid "Add a total line to charts with multiple values, like the search engine referrals"
645
+ msgstr "Zeige eine Linie mit dem Gesamt-Zähler in Diagrammen mit mehreren Verläufen."
646
 
647
  #: includes/settings/tabs/wps-externals.php:32
648
  msgid "GeoIP settings"
650
 
651
  #: includes/settings/tabs/wps-externals.php:37
652
  msgid "IP location services provided by GeoLite2 data created by MaxMind, available from %s."
653
+ msgstr "IP-Standorbestimmung mittels GeoLite2, zur Verfügung gestellt von MaxMind - %s."
654
 
655
  #: includes/settings/tabs/wps-externals.php:47
656
  msgid "GeoIP collection"
674
 
675
  #: includes/settings/tabs/wps-externals.php:97
676
  msgid "Download of the GeoIP database will be scheduled for 2 days after the first Tuesday of the month."
677
+ msgstr "Die Aktualisierung der GeoIP-Datenbank wird monatlich zwei Tage nach dem ersten Dienstag durchgeführt."
678
 
679
  #: includes/settings/tabs/wps-externals.php:98
680
  msgid "This option will also download the database if the local filesize is less than 1k (which usually means the stub that comes with the plugin is still in place)."
681
+ msgstr "Diese Option lädt die GeoIP-Datenbank auch dann herunter, wenn die Dateigröße der lokalen Datenbank kleiner als 1 kB ist (was in den meisten Fällen bedeutet, dass die Datei bisher noch nicht heruntergeladen wurde)."
682
 
683
  #: includes/settings/tabs/wps-externals.php:104
684
  msgid "Populate missing GeoIP after update of GeoIP DB"
690
 
691
  #: includes/settings/tabs/wps-externals.php:116
692
  msgid "Country code for private IP addresses"
693
+ msgstr "Länderkennung für private IP-Adressen"
694
 
695
  #: includes/settings/tabs/wps-externals.php:121
696
  msgid "The international standard two letter country code (ie. US = United States, CA = Canada, etc.) for private (non-routable) IP addresses (ie. 10.0.0.1, 192.158.1.1, 127.0.0.1, etc.). Use \"000\" (three zeros) to use \"Unknown\" as the country code."
697
+ msgstr "Die internationale Standard-Länderkennung (zwei Buchstaben, z.B. US = United States, CA = Canada, etc.) für private, nicht-routbare IP-Adressen wie 10.0.0.1, 192.158.1.1, 127.0.0.1 usw. Verwende \"000\" (drei Nullen), um private IP-Adressen als \"unbekannt\" zu definieren."
698
 
699
  #: includes/settings/tabs/wps-externals.php:132
700
  msgid "GeoIP collection is disabled due to the following reasons:"
701
+ msgstr "Die GeoIP-Funktion ist aus den folgenden Gründen deaktiviert:"
702
 
703
  #: includes/settings/tabs/wps-externals.php:135
704
  msgid "GeoIP collection requires PHP %s or above, it is currently disabled due to the installed PHP version being "
705
+ msgstr "GeoIP benötigt die PHP-Version %s oder höher, die installierte PHP-Version ist "
706
 
707
  #: includes/settings/tabs/wps-externals.php:140
708
  msgid "GeoIP collection requires the cURL PHP extension and it is not loaded on your version of PHP!"
709
+ msgstr "GeoIP benötigt die cURL PHP-Erweiterung, die mit deiner PHP Version nicht geladen wird!"
710
 
711
  #: includes/settings/tabs/wps-externals.php:146
712
  msgid "GeoIP collection requires the BC Math PHP extension and it is not loaded on your version of PHP!"
713
+ msgstr "GeoIP benötigt die BC Math PHP-Erweiterung, die mit deiner PHP Version nicht geladen wird!"
714
 
715
  #: includes/settings/tabs/wps-externals.php:152
716
  msgid "PHP safe mode detected! GeoIP collection is not supported with PHP's safe mode enabled!"
717
+ msgstr "PHP Safe Mode wurde erkannt! GeoIP funktioniert mit aktiviertem PHP Safe Mode nicht!"
718
 
719
  #: includes/settings/tabs/wps-maintenance.php:20
720
  msgid "This will permanently delete data from the database each day, are you sure you want to enable this option?"
721
+ msgstr "Diese Einstellung löscht täglich Daten aus der Datenbank. Bist du sicher, dass du diese Option aktivieren willst?"
722
 
723
  #: includes/settings/tabs/wps-maintenance.php:52
724
  msgid "Days"
726
 
727
  #: includes/settings/tabs/wps-maintenance.php:53
728
  msgid "The number of days to keep statistics for. Minimum value is 30 days. Invalid values will disable the daily maintenance."
729
+ msgstr "Anzahl der Tage, für die die Statistik-Daten gespeichert werden sollen. Minimum-Wert ist 30 Tage, ungültige Werte deaktivieren die automatisierte tägliche Wartung."
730
 
731
  #: includes/settings/tabs/wps-notifications.php:44
732
  msgid "Common Report Options"
747
  #: includes/log/exclusions.php:24
748
  #: includes/settings/tabs/wps-notifications.php:64
749
  msgid "Browscap"
750
+ msgstr "browscap.ini"
751
 
752
  #: includes/settings/tabs/wps-notifications.php:70
753
  msgid "Send a report whenever the browscap.ini is updated."
789
 
790
  #: includes/settings/tabs/wps-notifications.php:153
791
  msgid "Select how often to receive statistical report."
792
+ msgstr "Wähle, wie oft ein Statistik-Report versendet werden soll."
793
 
794
  #: includes/settings/tabs/wps-notifications.php:159
795
  msgid "Send reports via"
805
 
806
  #: includes/settings/tabs/wps-notifications.php:170
807
  msgid "Select delivery method for statistical report."
808
+ msgstr "Wähle die Art der Statistik-Reports."
809
 
810
  #: includes/settings/tabs/wps-notifications.php:173
811
  msgid "Note: To send SMS text messages please install the %s plugin."
812
+ msgstr "Hinweis: Um Statistik-Reports per SMS versenden zu können, muss das Plugin %s installiert werden."
813
 
814
  #: includes/settings/tabs/wps-notifications.php:173
815
  msgid "WordPress SMS"
816
+ msgstr "WordPress SMS"
817
 
818
  #: includes/settings/tabs/wps-notifications.php:180
819
  msgid "Report body"
821
 
822
  #: includes/settings/tabs/wps-notifications.php:185
823
  msgid "Enter the contents of the report."
824
+ msgstr "Gib den gewünschten Inhalt der Statistik-Reports hier ein."
825
 
826
  #: includes/settings/tabs/wps-notifications.php:187
827
  msgid "Any shortcode supported by your installation of WordPress, include all shortcodes for WP Statistics (see the admin manual for a list of codes available) are supported in the body of the message. Here are some examples:"
828
+ msgstr "Alle Shortcodes deiner WordPress-Installation und die eigenen Shortcodes von WP Statistics (siehe Benutzerdokumentation) können im Nachrichtentext verwendet werden. Hier sind ein paar Beispiele:"
829
 
830
  #: includes/settings/tabs/wps-notifications.php:188 widget.php:38
831
  #: widget.php:247 wp-statistics.php:562
873
  #: includes/settings/tabs/wps-overview-display.php:28
874
  #: includes/settings/wps-settings.php:108
875
  msgid "About"
876
+ msgstr "Über das Plugin"
877
 
878
  #: includes/settings/tabs/wps-overview-display.php:34
879
  msgid "Hits Statistical Chart"
880
+ msgstr "Website-Aufrufe-Diagramm"
881
 
882
  #: includes/settings/tabs/wps-overview-display.php:36
883
  msgid "Search Engine Referrers Statistical Chart"
889
 
890
  #: includes/settings/tabs/wps-overview-display.php:73
891
  msgid "Dashboard"
892
+ msgstr "Adminbersicht"
893
 
894
  #: includes/settings/tabs/wps-overview-display.php:77
895
  #: includes/settings/tabs/wps-overview-display.php:97
896
  #: includes/settings/tabs/wps-overview-display.php:117
897
  msgid "The following items are global to all users."
898
+ msgstr "Diese Einstellungen sind global für alle Benutzer gültig."
899
 
900
  #: includes/settings/tabs/wps-overview-display.php:82
901
  msgid "Disable dashboard widgets"
902
+ msgstr "Admin-Widgets deaktivieren"
903
 
904
  #: includes/settings/tabs/wps-overview-display.php:88
905
  msgid "Disable the dashboard widgets."
907
 
908
  #: includes/settings/tabs/wps-overview-display.php:93
909
  msgid "Page/Post Editor"
910
+ msgstr "Seiten-/Beitrags-Editor"
911
 
912
  #: includes/settings/tabs/wps-overview-display.php:102
913
  msgid "Disable post/page editor widget"
914
+ msgstr "Editor-Widget deaktivieren"
915
 
916
  #: includes/settings/tabs/wps-overview-display.php:108
917
  msgid "Disable the page/post editor widget."
918
+ msgstr "Feature aktivieren oder deaktivieren"
919
 
920
  #: includes/settings/tabs/wps-overview-display.php:122
921
  msgid "Map type"
922
  msgstr "Karten-Typ"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
928
 
929
  #: includes/settings/tabs/wps-overview-display.php:128
930
  msgid "JQVMap"
931
+ msgstr "JQVMap"
932
 
933
  #: includes/settings/tabs/wps-overview-display.php:135
934
  msgid "The \"Google\" option will use Google's mapping service to plot the recent visitors (requires access to Google)."
935
+ msgstr "\"Google\" verwendet das externe Karten-Service von Google, um die letzten Besucher anzuzeigen. Diese Option benötigt eine Verbindung zum Google Karten-Service."
936
 
937
  #: includes/settings/tabs/wps-overview-display.php:136
938
  msgid "The \"JQVMap\" option will use JQVMap javascript mapping library to plot the recent visitors (requires no extenral services)."
939
+ msgstr "\"JQVMap\" verwendet die zugehörige Javascript Karten-Bibliothek, um die letzten Besucher anzuzeigen und benötigt keine externen Services."
940
 
941
  #: includes/settings/tabs/wps-overview-display.php:142
942
  msgid "Disable map"
944
 
945
  #: includes/settings/tabs/wps-overview-display.php:148
946
  msgid "Disable the map display"
947
+ msgstr "Anzeige der Weltkarte auf der Statistikbersicht deaktiveren."
948
 
949
  #: includes/settings/tabs/wps-overview-display.php:154
950
  msgid "Get country location from Google"
951
+ msgstr "Länderinformation von Google abfragen"
952
 
953
  #: includes/settings/tabs/wps-overview-display.php:160
954
  msgid "This feature may cause a performance degradation when viewing statistics and is only valid if the map type is set to \"Google\"."
955
+ msgstr "Diese Option kann Leistungseinbußen bei der Anzeige der Statistiken zur Folge haben und ist nur gültig, wenn der Karten-Typ auf \"Google\" gesetzt ist."
956
 
957
  #: includes/settings/tabs/wps-overview-display.php:171
958
  msgid "Overview Widgets to Display"
959
+ msgstr "Widgets auf der Statistikbersicht"
960
 
961
  #: includes/settings/tabs/wps-overview-display.php:175
962
  msgid "The following items are unique to each user. If you do not select the 'About' widget it will automatically be displayed in the last positon of column A."
963
+ msgstr "Die folgenden Einstellungen sind Benutzer-spezifisch. Wenn das \"Über das Plugin\"-Widget nicht ausgewählt wird, wird es automatisch an der letzten Position in Spalte A angezeigt."
964
 
965
  #: includes/settings/tabs/wps-overview-display.php:180
966
  msgid "Slot"
1001
  #: includes/settings/tabs/wps-overview-display.php:348
1002
  #: includes/settings/tabs/wps-overview-display.php:370
1003
  msgid "N/A"
1004
+ msgstr "n/v"
1005
 
1006
  #: includes/settings/tabs/wps-overview-display.php:366
1007
  msgid "Slot 7"
1008
+ msgstr "Position 7"
1009
 
1010
  #: includes/settings/tabs/wps-removal.php:15
1011
  msgid "WP Statisitcs Removal"
1013
 
1014
  #: includes/settings/tabs/wps-removal.php:20
1015
  msgid "Uninstalling WP Statistics will not remove the data and settings, you can use this option to remove the WP Statistics data from your install before uninstalling the plugin."
1016
+ msgstr "Das normale Deaktivieren und Löschen von WP Statistics führt keine Änderungen an deiner Datenbank und den Plugin-Einstellungen durch. Wenn du alle Daten des Plugins also tatsächlich löschen willst, kannst du das mit dieser Funktion tun."
1017
 
1018
  #: includes/settings/tabs/wps-removal.php:23
1019
  msgid "Once you submit this form the settings will be deleted during the page load, however WP Statistics will still show up in your Admin menu until another page load is executed."
1020
+ msgstr "Die Daten werden aus der Datenbank gelöscht, sobald dieses Formular abgeschickt wird. WP Statistics wird danach noch so lange in deinem Admin-Menü angezeigt, bis du eine andere Admin-Seite aufrufst."
1021
 
1022
  #: includes/settings/tabs/wps-removal.php:29
1023
  msgid "Remove data and settings"
1029
 
1030
  #: includes/settings/tabs/wps-removal.php:35
1031
  msgid "Remove data and settings, this action cannot be undone."
1032
+ msgstr "Alle Daten und Plugin-Einstellungen werden aus der Datenbank gelöscht. ACHTUNG: Diese Aktion kann nicht rückgängig gemacht werden!"
1033
 
1034
  #: includes/settings/wps-settings.php:100
1035
  msgid "General"
1041
 
1042
  #: includes/settings/wps-settings.php:102
1043
  msgid "Dashboard/Overview"
1044
+ msgstr "Admin- & Statistikbersicht"
1045
 
1046
  #: includes/settings/wps-settings.php:106
1047
  msgid "Maintenance"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1064
 
1065
  #: schedule.php:10
1066
  msgid "Once Weekly"
1067
+ msgstr "Ein Mal wöchentlich"
1068
 
1069
  #: schedule.php:17
1070
  msgid "Once Every 2 Weeks"
1080
 
1081
  #: widget.php:15
1082
  msgid "Show site stats in sidebar."
1083
+ msgstr "Website-Statistiken in der Sidebar anzeigen."
1084
 
1085
  #: widget.php:73 widget.php:262
1086
  msgid "Week Visit"
1096
 
1097
  #: widget.php:108 widget.php:277
1098
  msgid "Total Page Views"
1099
+ msgstr "Gesamt Seitenaufrufe"
1100
 
1101
  #: widget.php:116
1102
  msgid "Search Engine referred"
1103
+ msgstr "Von Suchmaschinen-Verweis"
1104
 
1105
  #: widget.php:123 widget.php:300
1106
  msgid "Total Posts"
1152
 
1153
  #: widget.php:280
1154
  msgid "Search Engine Referred"
1155
+ msgstr "Von Suchmaschinen-Verweis"
1156
 
1157
  #: widget.php:283
1158
  msgid "Select type of search engine"
1160
 
1161
  #: wp-statistics.php:70
1162
  msgid "ERROR: WP Statistics has detected an unsupported version of PHP, WP Statistics will not function without PHP Version "
1163
+ msgstr "FEHLER: WP Statistics hat eine nicht unterstützte Version von PHP erkannt. WP Statistics funktioniert erst mit PHP Version "
1164
 
1165
  #: wp-statistics.php:70
1166
  msgid " or higher!"
1167
+ msgstr "oder höher!"
1168
 
1169
  #: wp-statistics.php:70
1170
  msgid "Your current PHP version is"
1171
+ msgstr "Deine aktuelle PHP-Version ist"
1172
 
1173
  #: wp-statistics.php:86
1174
  msgid "WP Statistics has been removed, please disable and delete it."
1175
+ msgstr "WP Statistics wurde entfernt, du kannst das Plugin jetzt deaktivieren und löschen."
1176
 
1177
  #. Plugin Name of the plugin/theme
1178
  #: wp-statistics.php:37
1179
  msgid "WP Statistics"
1180
+ msgstr "WP Statistics"
1181
 
1182
  #. Description of the plugin/theme
1183
  #: wp-statistics.php:38
1184
  msgid "Complete statistics for your WordPress site."
1185
+ msgstr "Umfangreiche Statistik für WordPress."
1186
 
1187
  #: wp-statistics.php:277 wp-statistics.php:391 wp-statistics.php:464
1188
  msgid "Settings"
1190
 
1191
  #: wp-statistics.php:289
1192
  msgid "Click here to visit the plugin on WordPress.org"
1193
+ msgstr "Klicke hier, um die Plugin-Seite auf WordPress.org zu besuchen"
1194
 
1195
  #: wp-statistics.php:289
1196
  msgid "Visit WordPress.org page"
1198
 
1199
  #: wp-statistics.php:292
1200
  msgid "Click here to rate and review this plugin on WordPress.org"
1201
+ msgstr "Klicke hier, um das Plugin auf WordPress.org zu bewerten und zu rezensieren"
1202
 
1203
  #: wp-statistics.php:292
1204
  msgid "Rate this plugin"
1206
 
1207
  #: wp-statistics.php:336
1208
  msgid "WP Statistics - Hits"
1209
+ msgstr "WP Statistics - Aufrufe bisher"
1210
 
1211
  #: wp-statistics.php:375 wp-statistics.php:413 wp-statistics.php:451
1212
  msgid "Overview"
1213
+ msgstr "Übersicht"
1214
 
1215
  #: wp-statistics.php:380 wp-statistics.php:456
1216
  msgid "Online"
1218
 
1219
  #: wp-statistics.php:382 wp-statistics.php:458
1220
  msgid "Referrers"
1221
+ msgstr "Verw. Websites"
1222
 
1223
  #: shortcode.php:142 wp-statistics.php:383 wp-statistics.php:459
1224
  msgid "Searches"
1230
 
1231
  #: wp-statistics.php:385 wp-statistics.php:461
1232
  msgid "Top Visitors Today"
1233
+ msgstr "Top 100 Besucher"
1234
 
1235
  #: wp-statistics.php:390 wp-statistics.php:463
1236
  msgid "Optimization"
1238
 
1239
  #: wp-statistics.php:396 wp-statistics.php:427
1240
  msgid "Manual"
1241
+ msgstr "Benutzerhandbuch"
1242
 
1243
  #: wp-statistics.php:442
1244
  msgid "Site"
1245
+ msgstr "Website"
1246
 
1247
  #: wp-statistics.php:443
1248
  msgid "Options"
1249
+ msgstr "Optionen"
1250
 
1251
  #: wp-statistics.php:569
1252
  msgid "Today visitor"
1266
 
1267
  #: wp-statistics.php:617
1268
  msgid "Download ODF file"
1269
+ msgstr "ODF-Datei herunterladen"
1270
 
1271
  #: wp-statistics.php:618
1272
  msgid "Download HTML file"
1273
+ msgstr "HTML-Datei herunterladen"
1274
 
1275
  #: wp-statistics.php:622
1276
  msgid "Manual file not found."
1282
 
1283
  #: wp-statistics.php:265
1284
  msgid "WP Statistics %s installed on"
1285
+ msgstr "WP Statistics %s installiert am"
1286
 
1287
  #: wps-updates.php:39
1288
  msgid "Error downloading GeoIP database from: %s - %s"
1290
 
1291
  #: wps-updates.php:50
1292
  msgid "Error could not open downloaded GeoIP database for reading: %s"
1293
+ msgstr "Fehler beim Öffnen der heruntergeladenen GeoIP-Datenbank von: %s"
1294
 
1295
  #: wps-updates.php:57
1296
  msgid "Error could not open destination GeoIP database for writing %s"
1297
+ msgstr "Fehler beim Schreiben in die GeoIP-Datenbank: %s"
1298
 
1299
  #: wps-updates.php:73
1300
  msgid "GeoIP Database updated successfully!"
1302
 
1303
  #: wps-updates.php:98
1304
  msgid "GeoIP update on"
1305
+ msgstr "Update von GeoIP am"
1306
 
1307
  #: wps-updates.php:165
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
+ msgstr "Fehler beim Herunterladen der browscap.ini-Datenbank von: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
+ msgstr "browscap.ini-Datenbank erfolgreich aktualisiert!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
+ msgstr "Fehler bei der Aktualisierung der browscap.ini-Datenbank. Cache-Datei zu groß, stelle die alte browscap.ini wieder her."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
+ msgstr "Fehler bei der Aktualisierung der browscap.ini-Datenbank. Die neue browscap.ini identifiziert User Agents als Crawlers, stelle die alte browscap.ini wieder her."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
+ msgstr "Die browscap.ini ist aktuell!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
+ msgstr "Update der browscap.ini am"
1330
 
1331
  #. Plugin URI of the plugin/theme
1332
  #. Author URI of the plugin/theme
1333
  msgid "http://wp-statistics.com/"
1334
+ msgstr "http://wp-statistics.com/"
1335
 
1336
  #. Author of the plugin/theme
1337
  msgid "Mostafa Soufi & Greg Ross"
1338
+ msgstr "Mostafa Soufi &amp; Greg Ross"
1339
 
1340
  #: dashboard.php:55
1341
  msgid "Quick Stats"
1348
  #: dashboard.php:57 includes/log/widgets/countries.php:11
1349
  #: includes/settings/tabs/wps-overview-display.php:27
1350
  msgid "Top 10 Countries"
1351
+ msgstr "Top 10 Länder"
1352
 
1353
  #: dashboard.php:58
1354
  msgid "Today's Visitor Map"
1355
+ msgstr "Karte Besucher heute"
1356
 
1357
  #: dashboard.php:59 editor.php:46 includes/log/hit-statistics.php:8
1358
  #: includes/log/widgets/hits.php:10
1369
  msgid "Recent Visitors"
1370
  msgstr "Letzte Besucher"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Top verweisende Websites"
1393
  #: dashboard.php:66 includes/log/widgets/top.visitors.php:10
1394
  #: includes/settings/tabs/wps-overview-display.php:35
1395
  msgid "Top 10 Visitors Today"
1396
+ msgstr "Top 10 Besucher heute"
1397
 
1398
  #: dashboard.php:97
1399
  msgid "Please reload the dashboard to display the content of this widget."
1400
+ msgstr "Bitte lade die Adminbersicht neu, um den Inhalt des Widgets anzuzeigen."
1401
 
1402
  #: dashboard.php:138
1403
  msgid "WP Statistics Overview"
1404
+ msgstr "Statistikbersicht"
1405
 
1406
  #: editor.php:63
1407
  msgid "This post is not yet published."
1408
+ msgstr "Dieser Beitrag ist noch nicht veröffentlicht."
1409
 
1410
  #: includes/functions/geoip-populate.php:24
1411
  msgid "Unable to load the GeoIP database, make sure you have downloaded it in the settings page."
1412
+ msgstr "GeoIP-Datenbank konnte nicht geladen werden. Bitte prüfe in den Einstellungen, ob diese erfolgreich heruntergeladen wurde."
1413
 
1414
  #: includes/functions/geoip-populate.php:48
1415
  msgid "Updated %s GeoIP records in the visitors database."
1416
+ msgstr "%s GeoIP-Einträge in der Besucher-Tabelle aktualisiert."
1417
 
1418
  #: includes/functions/purge.php:21 includes/functions/purge.php:39
1419
  #: includes/functions/purge.php:50 includes/functions/purge.php:61
1420
  #: includes/functions/purge.php:94
1421
  msgid "%s data older than %s days purged successfully."
1422
+ msgstr "%s Daten älter als %s Tage erfolgreich gelöscht."
1423
 
1424
  #: includes/functions/purge.php:23 includes/functions/purge.php:41
1425
  #: includes/functions/purge.php:52 includes/functions/purge.php:63
1426
  #: includes/functions/purge.php:96
1427
  msgid "No records found to purge from %s!"
1428
+ msgstr "Keine Daten zum Löschen gefunden von %s!"
1429
 
1430
  #: includes/functions/purge-hits.php:45 includes/functions/purge.php:109
1431
  msgid "Database pruned on"
1432
+ msgstr "Datenbank bereinigt auf"
1433
 
1434
  #: includes/functions/purge.php:114
1435
  msgid "Please select a value over 30 days."
1436
+ msgstr "Bitte wähle einen Wert größer als 30 Tage."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Browser-Statistiken"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Klicken, um umzuschalten"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Browser"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Browser-Typen"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Plattform"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Browser-Plattformen"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s-Version"
1481
 
1482
  #: includes/log/exclusions.php:8
1483
  msgid "Attention: Exclusion are not currently set to be recorded, the results below may not reflect current statistics!"
1484
+ msgstr "ACHTUNG: Die Aufzeichnung von Ausnahmen ist aktuell deaktiviert. Die nachfolgenden Ergebnisse spiegeln also nicht die aktuelle Statistik wider!"
1485
 
1486
  #: includes/log/exclusions.php:64
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Ausnahmenstatistik"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 Tage"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 Tage"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 Tage"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 Monate"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 Monate"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 Monate"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 Monate"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 Jahr"
1521
 
1572
  msgstr "#anonymisiert#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Seite"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "von"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Alle"
1611
 
1612
  #: includes/log/page-statistics.php:26
1613
  msgid "Page Trend for Post ID"
1614
+ msgstr "Verlauf der Aufrufe für Seiten-ID"
1615
 
1616
  #: includes/log/page-statistics.php:35
1617
  msgid "Page Trend"
1637
 
1638
  #: includes/log/top-countries.php:18
1639
  msgid "Top Countries"
1640
+ msgstr "Top Länder"
1641
 
1642
  #: includes/log/top-countries.php:30 includes/log/widgets/countries.php:30
1643
  #: includes/log/widgets/top.visitors.php:30
1656
 
1657
  #: includes/log/top-countries.php:33 includes/log/widgets/countries.php:33
1658
  msgid "Visitor Count"
1659
+ msgstr "Besucherzähler"
1660
 
1661
  #: includes/log/top-pages.php:19 includes/log/top-pages.php:149
1662
  msgid "Top Pages"
1676
 
1677
  #: includes/log/top-pages.php:177 includes/log/widgets/pages.php:35
1678
  msgid "No page title found"
1679
+ msgstr "Kein Titel verfügbar / Fehler 404"
1680
 
1681
  #: includes/log/top-pages.php:180 includes/log/widgets/pages.php:38
1682
  #: includes/optimization/tabs/wps-optimization-historical.php:37
1687
 
1688
  #: includes/log/top-referring.php:4
1689
  msgid "To be added soon"
1690
+ msgstr "In Kürze verfügbar"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Verweise von"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Verweise"
1699
 
1700
  #: includes/log/top-visitors.php:12
1701
  msgid "Top 100 Visitors Today"
1702
+ msgstr "Top 100 Besucher"
1703
 
1704
  #: includes/log/widgets/about.php:8
1705
  msgid "About WP Statistics Version %s"
1706
+ msgstr "Über WP Statistics - Version %s"
1707
 
1708
  #: includes/log/widgets/about.php:25
1709
  msgid "Website"
1719
 
1720
  #: includes/log/widgets/about.php:39 includes/settings/tabs/wps-about.php:12
1721
  msgid "This product includes GeoLite2 data created by MaxMind, available from %s."
1722
+ msgstr "Dieses Plugin verwendet GeoLite2, zur Verfügung gestellt von MaxMind - %s."
1723
 
1724
  #: includes/log/widgets/browsers.php:10 includes/log/widgets/countries.php:11
1725
  #: includes/log/widgets/hits.php:10 includes/log/widgets/pages.php:14
1763
 
1764
  #: includes/log/widgets/summary.php:132
1765
  msgid "(Adjustment)"
1766
+ msgstr "(ändern)"
1767
 
1768
  #: includes/log/widgets/summary.php:136
1769
  msgid "Date: %s"
1770
+ msgstr "Datum: %s"
1771
 
1772
  #: includes/log/widgets/summary.php:140
1773
  msgid "Time: %s"
1774
+ msgstr "Zeit: %s"
1775
 
1776
  #: includes/log/widgets/top.visitors.php:31
1777
  #: includes/settings/tabs/wps-maintenance.php:80 wp-statistics.php:301
1781
 
1782
  #: includes/log/widgets/top.visitors.php:34
1783
  msgid "IP"
1784
+ msgstr "IP"
1785
 
1786
  #: includes/log/widgets/top.visitors.php:36
1787
  msgid "Agent"
1788
+ msgstr "User Agent"
1789
 
1790
  #: includes/log/widgets/top.visitors.php:38
1791
  #: includes/optimization/tabs/wps-optimization-resources.php:302
1792
  msgid "Version"
1793
+ msgstr "Version"
1794
 
1795
  #: ajax.php:41 ajax.php:71 ajax.php:129 ajax.php:154 ajax.php:184
1796
  #: includes/optimization/wps-optimization.php:6
1799
 
1800
  #: ajax.php:31
1801
  msgid "%s agent data deleted successfully."
1802
+ msgstr "%s User Agent Daten erfolgreich gelöscht."
1803
 
1804
  #: ajax.php:34
1805
  msgid "No agent data found to remove!"
1806
+ msgstr "Keine User Agent Daten zum Löschen gefunden!"
1807
 
1808
  #: ajax.php:38 ajax.php:68 ajax.php:120 ajax.php:126
1809
  msgid "Please select the desired items."
1810
+ msgstr "Bitte wähle die gewünschten Einträge aus."
1811
 
1812
  #: ajax.php:62
1813
  msgid "%s platform data deleted successfully."
1814
+ msgstr "%s Plattform-Daten erfolgreich gelöscht."
1815
 
1816
  #: ajax.php:65
1817
  msgid "No platform data found to remove!"
1818
+ msgstr "Keine Plattform-Daten zum Löschen gefunden!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
+ msgstr "%s Tabelleneinträge erfolgreich gelöscht."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
+ msgstr "Fehler - %s nicht geleert!"
1827
 
1828
  #: includes/optimization/tabs/wps-optimization-database.php:5
1829
  msgid "Database Setup"
1839
 
1840
  #: includes/optimization/tabs/wps-optimization-database.php:15
1841
  msgid "If for some reason your installation of WP Statistics is missing the database tables or other core items, this will re-execute the install process."
1842
+ msgstr "Wenn deine Installation von WP Statistics unvollständig oder fehlerhaft sein sollte, kannst du hier die Installationsroutine erneut ausführen."
1843
 
1844
  #: includes/optimization/tabs/wps-optimization-database.php:20
1845
  msgid "Database Index"
1849
  #: includes/optimization/tabs/wps-optimization-updates.php:21
1850
  #: wp-statistics.php:377 wp-statistics.php:453
1851
  msgid "Countries"
1852
+ msgstr "Länder"
1853
 
1854
  #: includes/optimization/tabs/wps-optimization-database.php:42
1855
  #: includes/optimization/tabs/wps-optimization-database.php:74
1860
 
1861
  #: includes/optimization/tabs/wps-optimization-database.php:43
1862
  msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case. Newer installs protect against this with a unique index on the table. To create the index on the older installs duplicate entries must be deleted first. Clicking \"Update Now\" will scan the vistitors table, delete duplicate entries and add the index."
1863
+ msgstr "Bei älteren Versionen von WP Statistics können in seltenen Fällen duplizierte Einträge in der Besucher-Tabelle entstehen. Neuere Installationen verhindern das mit einem eindeutigen Index für diese Tabelle. Um diesen eindeutigen Index zu erstellen, müssen zuerst die Duplikate entfernt werden - klicke dazu auf \"Jetzt aktualisieren\"."
1864
 
1865
  #: includes/optimization/tabs/wps-optimization-database.php:44
1866
  #: includes/optimization/tabs/wps-optimization-database.php:108
1867
  msgid "This operation could take a long time on installs with many rows in the visitors table."
1868
+ msgstr "Die Durchführung kann bei Installationen mit vielen Zeilen in der Besucher-Tabelle länger dauern."
1869
 
1870
  #: includes/optimization/tabs/wps-optimization-database.php:50
1871
  msgid "Older installs of WP Statistics allow for duplicate entries in the visitors table in a corner case. Newer installs protect against this with a unique index on the table."
1872
+ msgstr "Bei älteren Versionen von WP Statistics können in seltenen Fällen duplizierte Einträge in der Besucher-Tabelle entstehen. Neuere Installationen verhindern das mit einem eindeutigen Index für diese Tabelle."
1873
 
1874
  #: includes/optimization/tabs/wps-optimization-database.php:51
1875
  #: includes/optimization/tabs/wps-optimization-database.php:83
1876
  #: includes/optimization/tabs/wps-optimization-database.php:114
1877
  msgid "Congratulations, your installation is already up to date, nothing to do."
1878
+ msgstr "Glückwunsch! Deine Installation ist aktuell, es gibt hier nichts zu tun..."
1879
 
1880
  #: includes/optimization/tabs/wps-optimization-export.php:8
1881
  #: includes/optimization/wps-optimization.php:235
1894
  #: includes/settings/tabs/wps-notifications.php:134
1895
  #: includes/settings/tabs/wps-notifications.php:164
1896
  msgid "Please select"
1897
+ msgstr "Bitte auswählen"
1898
 
1899
  #: includes/optimization/tabs/wps-optimization-export.php:26
1900
  msgid "Select the table for the output file."
1901
+ msgstr "DB-Tabelle auswählen, die exportiert werden soll."
1902
 
1903
  #: includes/optimization/tabs/wps-optimization-export.php:32
1904
  msgid "Export To"
1906
 
1907
  #: includes/optimization/tabs/wps-optimization-export.php:42
1908
  msgid "Select the output file type."
1909
+ msgstr "Dateityp für die exportierte Datei auswählen."
1910
 
1911
  #: includes/optimization/tabs/wps-optimization-export.php:48
1912
  msgid "Include Header Row"
1913
+ msgstr "Kopfzeile hinzufügen"
1914
 
1915
  #: includes/optimization/tabs/wps-optimization-export.php:53
1916
  msgid "Include a header row as the first line of the exported file."
1917
+ msgstr "Fügt eine Kopfzeile als erste Zeile der exportierten Datei hinzu."
1918
 
1919
  #: includes/optimization/tabs/wps-optimization-export.php:54
1920
  msgid "Start Now!"
1926
 
1927
  #: includes/optimization/tabs/wps-optimization-historical.php:20
1928
  msgid "Note: As you have just purged the database you must reload this page for these numbers to be correct."
1929
+ msgstr "Hinweis: Da du Daten gerade erst gelöscht hast, musst du diese Seite neu laden um aktualisierte und korrekte Zahlen angezeigt zu bekommen."
1930
 
1931
  #: includes/optimization/tabs/wps-optimization-historical.php:26
1932
  #: includes/settings/tabs/wps-general.php:138
1937
 
1938
  #: includes/optimization/tabs/wps-optimization-historical.php:31
1939
  msgid "Number of historical number of visitors to the site (current value is %s)."
1940
+ msgstr "Anzahl früherer Besucher der Seite (vor WP Statistics). Aktuell: %s"
1941
 
1942
  #: includes/optimization/tabs/wps-optimization-historical.php:42
1943
  msgid "Number of historical number of visits to the site (current value is %s)."
1944
+ msgstr "Anzahl früherer Seitenaufrufe (vor WP Statistics). Aktuell: %s"
1945
 
1946
  #: includes/optimization/tabs/wps-optimization-historical.php:48
1947
  msgid "Update now!"
1965
 
1966
  #: includes/optimization/tabs/wps-optimization-purging.php:194
1967
  msgid "All data table will be lost."
1968
+ msgstr "Alle Daten in der Tabelle werden unwiderruflich gelöscht!"
1969
 
1970
  #: includes/optimization/tabs/wps-optimization-purging.php:195
1971
  msgid "Clear now!"
1972
+ msgstr "Daten jetzt löschen"
1973
 
1974
  #: includes/optimization/tabs/wps-optimization-purging.php:203
1975
  msgid "Purge records older than"
1976
+ msgstr "Lösche Daten älter als"
1977
 
1978
  #: includes/optimization/tabs/wps-optimization-purging.php:209
1979
  msgid "Deleted user statistics data older than the selected number of days. Minimum value is 30 days."
1980
+ msgstr "Daten, die älter sind als hier angegeben, werden unwiderruflich gelöscht. Minimum-Wert ist 30 Tage."
1981
 
1982
  #: includes/optimization/tabs/wps-optimization-purging.php:210
1983
  #: includes/optimization/tabs/wps-optimization-purging.php:225
1984
  msgid "Purge now!"
1985
+ msgstr "Daten jetzt löschen"
1986
 
1987
  #: includes/optimization/tabs/wps-optimization-purging.php:232
1988
  msgid "Delete User Agent Types"
1994
 
1995
  #: includes/optimization/tabs/wps-optimization-purging.php:252
1996
  msgid "All visitor data will be lost for this agent type."
1997
+ msgstr "Alle Daten für diesen Browser-Typ werden unwiderruflich gelöscht."
1998
 
1999
  #: includes/optimization/tabs/wps-optimization-purging.php:253
2000
  #: includes/optimization/tabs/wps-optimization-purging.php:277
2001
  msgid "Delete now!"
2002
+ msgstr "Daten jetzt löschen"
2003
 
2004
  #: includes/optimization/tabs/wps-optimization-purging.php:261
2005
  msgid "Delete Platforms"
2007
 
2008
  #: includes/optimization/tabs/wps-optimization-purging.php:276
2009
  msgid "All visitor data will be lost for this platform type."
2010
+ msgstr "Alle Daten für diesen Plattform-Typ werden unwiderruflich gelöscht."
2011
 
2012
  #: includes/optimization/tabs/wps-optimization-resources.php:17
2013
  msgid "Resources"
2025
 
2026
  #: includes/optimization/tabs/wps-optimization-resources.php:33
2027
  msgid "Last Overview page memory usage"
2028
+ msgstr "Speichernutzung d. Statistikbersicht"
2029
 
2030
  #: includes/optimization/tabs/wps-optimization-resources.php:38
2031
  msgid "Memory usage in the overview page"
2032
+ msgstr "Speichernutzung Statistikbersicht"
2033
 
2034
  #: includes/optimization/tabs/wps-optimization-resources.php:44
2035
  msgid "PHP Memory Limit"
2037
 
2038
  #: includes/optimization/tabs/wps-optimization-resources.php:49
2039
  msgid "The memory limit a script is allowed to consume, set in php.ini."
2040
+ msgstr "Max. Speicher, den ein Skript zur Ausführung verwenden darf; gesetzt in <code>php.ini</code>."
2041
 
2042
  #: includes/optimization/tabs/wps-optimization-resources.php:55
2043
  #: includes/optimization/tabs/wps-optimization-resources.php:66
2079
 
2080
  #: includes/optimization/tabs/wps-optimization-resources.php:141
2081
  msgid "The WP Statistics version you are running."
2082
+ msgstr "Version des Plugins, die auf der Seite läuft."
2083
 
2084
  #: includes/optimization/tabs/wps-optimization-resources.php:147
2085
  msgid "PHP Version"
2087
 
2088
  #: includes/optimization/tabs/wps-optimization-resources.php:152
2089
  msgid "The PHP version you are running."
2090
+ msgstr "PHP-Version, die auf der Seite läuft."
2091
 
2092
  #: includes/optimization/tabs/wps-optimization-resources.php:158
2093
  msgid "PHP Safe Mode"
2103
 
2104
  #: includes/optimization/tabs/wps-optimization-resources.php:174
2105
  msgid "The jQuery version you are running."
2106
+ msgstr "jQuery-Version, die auf der Seite läuft."
2107
 
2108
  #: includes/optimization/tabs/wps-optimization-resources.php:180
2109
  msgid "cURL Version"
2131
 
2132
  #: includes/optimization/tabs/wps-optimization-resources.php:196
2133
  msgid "If the PHP BC Math Extension is installed. BC Math is no longer required for the GeoIP code and is listed here only for historical reasons."
2134
+ msgstr "Die BC Math-Erweiterung wird nicht länger benötigt und wird hier nur mehr aus historischen Gründen gelistet."
2135
 
2136
  #: includes/optimization/tabs/wps-optimization-resources.php:201
2137
  msgid "File Info"
2153
 
2154
  #: includes/optimization/tabs/wps-optimization-resources.php:219
2155
  msgid "The file size and date of the GeoIP database."
2156
+ msgstr "Dateigröße und -datum der GeoIP-Datenbank"
2157
 
2158
  #: includes/optimization/tabs/wps-optimization-resources.php:225
2159
  msgid "browscap.ini File"
2165
 
2166
  #: includes/optimization/tabs/wps-optimization-resources.php:238
2167
  msgid "The file size and date of the browscap.ini file."
2168
+ msgstr "Dateigröße und -datum der \"browscap.ini\"-Datei"
2169
 
2170
  #: includes/optimization/tabs/wps-optimization-resources.php:244
2171
  msgid "browscap Cache File"
2172
+ msgstr "browscap.ini Cache-Datei"
2173
 
2174
  #: includes/optimization/tabs/wps-optimization-resources.php:253
2175
  msgid "browscap cache file does not exist."
2176
+ msgstr "Die browscap.ini Cache-Datei existiert nicht!"
2177
 
2178
  #: includes/optimization/tabs/wps-optimization-resources.php:257
2179
  msgid "The file size and date of the browscap cache file."
2180
+ msgstr "Dateigröße und -datum der browscap.ini Cache-Datei"
2181
 
2182
  #: includes/optimization/tabs/wps-optimization-resources.php:262
2183
  msgid "Client Info"
2201
 
2202
  #: includes/optimization/tabs/wps-optimization-resources.php:289
2203
  msgid "Browser"
2204
+ msgstr "Browser"
2205
 
2206
  #: includes/optimization/tabs/wps-optimization-resources.php:296
2207
  msgid "The detected client browser."
2225
 
2226
  #: includes/optimization/tabs/wps-optimization-updates.php:26
2227
  msgid "Updates any unknown location data in the database, this may take a while"
2228
+ msgstr "Führt eine Aktualisierung der bisher unbekannten Standort-Informationen in der Datenbank durch. Dies kann eine Weile dauern."
2229
 
2230
  #: includes/optimization/tabs/wps-optimization-updates.php:31
2231
  #: includes/settings/tabs/wps-general.php:66
2239
 
2240
  #: includes/optimization/tabs/wps-optimization-updates.php:41
2241
  msgid "Replace IP addresses in the database with hash values, you will not be able to recover the IP addresses in the future to populate location information afterwards and this may take a while"
2242
+ msgstr "Ersetzt die bisher gespeicherten IP-Adressen in der Datenbank durch anonymisierte Werte. Wenn diese Operation durchgeführt wird, ist es später nicht mehr möglich die IP-Adressen für Standort-Ermittlungen wiederherzustellen!"
2243
 
2244
  #: includes/optimization/wps-optimization.php:43
2245
  msgid "IP Addresses replaced with hash values."
2247
 
2248
  #: includes/optimization/wps-optimization.php:51
2249
  msgid "Install routine complete."
2250
+ msgstr "Installationsroutine erfolgreich abgeschlossen."
2251
 
2252
  #: includes/optimization/wps-optimization.php:234
2253
  msgid "Resources/Information"
2255
 
2256
  #: includes/optimization/wps-optimization.php:236
2257
  msgid "Purging"
2258
+ msgstr "Daten löschen"
2259
 
2260
  #: includes/optimization/wps-optimization.php:237
2261
  msgid "Database"
2263
 
2264
  #: includes/optimization/wps-optimization.php:238
2265
  msgid "Updates"
2266
+ msgstr "Aktualisierungen"
2267
 
2268
  #: includes/optimization/wps-optimization.php:239
2269
  msgid "Historical"
2271
 
2272
  #: includes/settings/tabs/wps-about.php:8
2273
  msgid "WP Statistics V%s"
2274
+ msgstr "WP Statistics v%s"
2275
 
2276
  #: includes/settings/tabs/wps-about.php:28
2277
  msgid "Visit Us Online"
2291
 
2292
  #: includes/settings/tabs/wps-about.php:40
2293
  msgid "Thanks for installing WP Statistics, we encourage you to submit a "
2294
+ msgstr "Danke, dass du WP Statistics installiert hast. Wir würden uns freuen, wenn du eine "
2295
 
2296
  #: includes/settings/tabs/wps-about.php:40
2297
  msgid "rating and review"
2307
 
2308
  #: includes/settings/tabs/wps-about.php:48
2309
  msgid "WP Statistics supports internationalization and we encourage our users to submit translations, please visit our %s to see the current status and %s if you would like to help."
2310
+ msgstr "WP Statistics unterstützt Internationalisierung und wir ermuntern unsere Benutzer, uns ihre Übersetzungen zu übermitteln. Besuche unsere %s, um den aktuellen Stand der Übersetzungen einzusehen und %s, wenn du dich beteiligen willst."
2311
 
2312
  #: includes/settings/tabs/wps-about.php:48
2313
  msgid "translation collaboration site"
2314
+ msgstr "gemeinschaftliche Übersetzungs-Website"
2315
 
2316
  #: includes/settings/tabs/wps-about.php:48
2317
  msgid "drop us a line"
2348
 
2349
  #: includes/settings/tabs/wps-about.php:63
2350
  msgid "Have you search the Internet for any error messages you are receiving?"
2351
+ msgstr "Hast du im Internet nach Erklärungen zu Fehlermeldungen gesucht, die du angezeigt bekommst?"
2352
 
2353
  #: includes/settings/tabs/wps-about.php:64
2354
  msgid "Make sure you have access to your PHP error logs."
2356
 
2357
  #: includes/settings/tabs/wps-about.php:67
2358
  msgid "And a few things to double-check:"
2359
+ msgstr "Noch ein paar nützliche Hinweise vorab:"
2360
 
2361
  #: includes/settings/tabs/wps-about.php:70
2362
  msgid "How's your memory_limit in php.ini?"
2372
 
2373
  #: includes/settings/tabs/wps-about.php:73
2374
  msgid "Have you double checked the plugin settings?"
2375
+ msgstr "Hast du die Plugin-Einstellungen geprüft?"
2376
 
2377
  #: includes/settings/tabs/wps-about.php:74
2378
  msgid "Do you have all the required PHP extensions installed?"
2379
+ msgstr "Hast du alle benötigten PHP-Erweiterungen installiert?"
2380
 
2381
  #: includes/settings/tabs/wps-about.php:75
2382
  msgid "Are you getting a blank or incomplete page displayed in your browser? Did you view the source for the page and check for any fatal errors?"
2383
+ msgstr "Bekommst du eine leere oder unvollständige Seite in deinem Browser angezeigt? Hast du den Seiten-Quelltext angesehen und auf eventuelle schwere Fehler geprüft?"
2384
 
2385
  #: includes/settings/tabs/wps-about.php:76
2386
  msgid "Have you checked your PHP and web server error logs?"
2392
 
2393
  #: includes/settings/tabs/wps-about.php:79
2394
  msgid "Then please open a new thread on the %s and we'll respond as soon as possible."
2395
+ msgstr "Dann eröffne bitte einen neuen Thread im %s und wir werden so schnell wie möglich darauf antworten."
2396
 
2397
  #: includes/settings/tabs/wps-about.php:79
2398
  msgid "WordPress.org support forum"
2400
 
2401
  #: includes/settings/tabs/wps-about.php:83
2402
  msgid "Alternatively %s support is available as well."
2403
+ msgstr "Alternativ ist auch %s-Unterstützung verfügbar."
2404
 
2405
  #: includes/settings/tabs/wps-about.php:83
2406
  msgid "Farsi"
2407
+ msgstr "Farsi"
2408
 
2409
  #: includes/settings/tabs/wps-exclusions.php:21
2410
  msgid "WP Statistics Honey Pot Page"
2411
+ msgstr "WP Statistics Honey Pot-Seite"
2412
 
2413
  #: includes/settings/tabs/wps-exclusions.php:22
2414
  msgid "This is the honey pot for WP Statistics to use, do not delete."
2415
+ msgstr "Das ist die Honey Pot-Seite, die WP Statistics benutzt. Nicht löschen!"
2416
 
2417
  #: includes/settings/tabs/wps-access-level.php:23
2418
  #: includes/settings/wps-settings.php:103
2433
 
2434
  #: includes/settings/tabs/wps-access-level.php:75
2435
  msgid "WordPress Roles and Capabilities page"
2436
+ msgstr "WordPress Rollen und Berechtigungen-Seite"
2437
 
2438
  #: includes/settings/tabs/wps-access-level.php:76
2439
  msgid "Hint: manage_network = Super Admin Network, manage_options = Administrator, edit_others_posts = Editor, publish_posts = Author, edit_posts = Contributor, read = Everyone."
2441
 
2442
  #: includes/settings/tabs/wps-access-level.php:77
2443
  msgid "Each of the above casscades the rights upwards in the default WordPress configuration. So for example selecting publish_posts grants the right to Authors, Editors, Admins and Super Admins."
2444
+ msgstr "Jede dieser Berechtigungen vererbt ihre Rechte \"nach oben\" in einer standardmäßigen WordPress-Konfiguration. Wird z.B. \"publish_posts\" gewählt, werden die Rechte an Autoren, Redakteure, Administratoren und Super-Administratoren vererbt."
2445
 
2446
  #: includes/settings/tabs/wps-access-level.php:78
2447
  msgid "If you need a more robust solution to delegate access you might want to look at %s in the WordPress plugin directory."
2466
 
2467
  #: includes/settings/tabs/wps-exclusions.php:53
2468
  msgid "This will record all the excluded hits in a separate table with the reasons why it was excluded but no other information. This will generate a lot of data but is useful if you want to see the total number of hits your site gets, not just actual user visits."
2469
+ msgstr "Diese Option zeichnet Ausnahmen für Zugriffe und den Grund, warum der Zugriff als Ausnahme zählt (z.B. Zugriff erfolgte durch einen Robot, durch eine definierte Benutzerrolle, o.Ä.), in einer eigenen Tabelle auf. Hierbei wird eine große Menge an Daten generiert. Diese kann aber hilfreich sein, um die Gesamt-Zahl an Zugriffen auf deine Seite zu verfolgen, und nicht nur reine Besucher-Zugriffe."
2470
 
2471
  #: includes/settings/tabs/wps-exclusions.php:58
2472
  msgid "Exclude User Roles"
2473
+ msgstr "Benutzerrollen ausschließen"
2474
 
2475
  #: includes/settings/tabs/wps-exclusions.php:74
2476
  #: includes/settings/tabs/wps-exclusions.php:196
2478
  #: includes/settings/tabs/wps-exclusions.php:210
2479
  #: includes/settings/tabs/wps-exclusions.php:217
2480
  msgid "Exclude"
2481
+ msgstr "Ausschließen"
2482
 
2483
  #: includes/settings/tabs/wps-exclusions.php:75
2484
  msgid "Exclude %s role from data collection."
2485
+ msgstr "Daten der Rolle %s aus der Statistik ausschließen."
2486
 
2487
  #: includes/settings/tabs/wps-exclusions.php:81
2488
  msgid "IP/Robot Exclusions"
2489
+ msgstr "Robots/IP-Adressen ausschließen"
2490
 
2491
  #: includes/settings/tabs/wps-exclusions.php:85
2492
  msgid "Robot list"
2498
 
2499
  #: includes/settings/tabs/wps-exclusions.php:99
2500
  msgid "Reset to Default"
2501
+ msgstr "Auf Standardwerte zurücksetzen"
2502
 
2503
  #: includes/settings/tabs/wps-exclusions.php:104
2504
  msgid "Force robot list update after upgrades"
2506
 
2507
  #: includes/settings/tabs/wps-exclusions.php:107
2508
  msgid "Force the robot list to be reset to the default after an update to WP Statistics takes place. Note if this option is enabled any custom robots you have added to the list will be lost."
2509
+ msgstr "Erzwingt das Zurücksetzen der Robots-Liste auf die Standardwerte nach einem Update von WP Statistics. Wenn diese Option aktiviert ist, gehen alle benutzerdefinierten Robots, die zur Liste hinzugefügt wurden, verloren!"
2510
 
2511
  #: includes/settings/tabs/wps-exclusions.php:112
2512
  msgid "Robot visit threshold"
2513
+ msgstr "Robot-Erkennschwelle"
2514
 
2515
  #: includes/settings/tabs/wps-exclusions.php:115
2516
  msgid "Treat visitors with more than this number of visits per day as robots. 0 = disabled."
2517
+ msgstr "Behandle Besucher mit mehr Besuchen pro Tag als hier angegeben als Robots. 0 = deaktiviert"
2518
 
2519
  #: includes/settings/tabs/wps-exclusions.php:120
2520
  msgid "Excluded IP address list"
2526
 
2527
  #: includes/settings/tabs/wps-exclusions.php:124
2528
  msgid "Add 10.0.0.0"
2529
+ msgstr "10.0.0.0 hinzufügen"
2530
 
2531
  #: includes/settings/tabs/wps-exclusions.php:125
2532
  msgid "Add 172.16.0.0"
2533
+ msgstr "172.16.0.0 hinzufügen"
2534
 
2535
  #: includes/settings/tabs/wps-exclusions.php:126
2536
  msgid "Add 192.168.0.0"
2537
+ msgstr "192.168.0.0 hinzufügen"
2538
 
2539
  #: includes/settings/tabs/wps-exclusions.php:131
2540
  msgid "Use honey pot"
2541
+ msgstr "Honey Pot"
2542
 
2543
  #: includes/settings/tabs/wps-exclusions.php:134
2544
  msgid "Use a honey pot page to identify robots."
2545
+ msgstr "Verwende eine Honey Pot Seite, um Robots zu identifizieren."
2546
 
2547
  #: includes/settings/tabs/wps-exclusions.php:139
2548
  msgid "Honey pot post id"
2549
+ msgstr "Honey Pot Seiten-ID"
2550
 
2551
  #: includes/settings/tabs/wps-exclusions.php:142
2552
  msgid "The post id to use for the honeypot page."
2553
+ msgstr "Die Seiten-ID, die für die Honey Pot Seite verwendet wird."
2554
 
2555
  #: includes/settings/tabs/wps-exclusions.php:143
2556
  msgid "Create a new honey pot page"
2557
+ msgstr "Erstelle eine neue Honey Pot Seite"
2558
 
2559
  #: includes/settings/tabs/wps-exclusions.php:156
2560
  msgid "GeoIP Exclusions"
2561
+ msgstr "GeoIP-Ausnahmen"
2562
 
2563
  #: includes/settings/tabs/wps-exclusions.php:160
2564
  msgid "Excluded countries list"
2565
+ msgstr "Exkludierte Länder"
2566
 
2567
  #: includes/settings/tabs/wps-exclusions.php:163
2568
  msgid "A list of country codes (one per line, two letters each) to exclude from statistics collection. Use \"000\" (three zeros) to exclude unknown countries."
2569
+ msgstr "Eine Liste an Länder-Kennungen (eine pro Zeile, zwei Buchstaben pro Kennung), deren Besucher aus der Statistik ausgenommen werden sollen. Verwende \"000\" (drei Nullen), um unbekannte Länder auszuschließen."
2570
 
2571
  #: includes/settings/tabs/wps-exclusions.php:168
2572
  msgid "Included countries list"
2573
+ msgstr "Inkludierte Länder"
2574
 
2575
  #: includes/settings/tabs/wps-exclusions.php:171
2576
  msgid "A list of country codes (one per line, two letters each) to include in statistics collection, if this list is not empty, only visitors from the included countries will be recorded. Use \"000\" (three zeros) to exclude unknown countries."
2577
+ msgstr "Eine Liste an Länder-Kennungen (eine pro Zeile, zwei Buchstaben pro Kennung), deren Besucher in die Statistik mit einbezogen werden sollen. Wenn diese Liste Einträge enthält, werden NUR Benutzer aus den hier definierten Ländern berücksichtigt. Verwende \"000\" (drei Nullen), um unbekannte Länder mit einzubeziehen."
2578
 
2579
  #: includes/settings/tabs/wps-exclusions.php:176
2580
  msgid "Host Exclusions"
2581
+ msgstr "Hostname-Ausnahmen"
2582
 
2583
  #: includes/settings/tabs/wps-exclusions.php:180
2584
  msgid "Excluded hosts list"
2585
+ msgstr "Ausgeschlossene Hostnamen"
2586
 
2587
  #: includes/settings/tabs/wps-exclusions.php:183
2588
  msgid "A list of fully qualified host names (ie. server.example.com, one per line) to exclude from statistics collection."
2589
+ msgstr "Eine Liste an vollständigen Hostnamen (z.B. \"server.example.com\", einer pro Zeile), die aus der Statistik ausgeschlossen werden sollen."
2590
 
2591
  #: includes/settings/tabs/wps-exclusions.php:185
2592
  msgid "Note: this option will NOT perform a reverse DNS lookup on each page load but instead cache the IP address for the provided hostnames for one hour. If you are excluding dynamically assigned hosts you may find some degree of overlap when the host changes it's IP address and when the cache is updated resulting in some hits recorded."
2593
+ msgstr "Hinweis: Diese Option führt keine Rückwärts-DNS-Anfragen bei jedem Seitenaufruf durch, sondern speichert die jeweilige IP-Adresse für die gelisteten Hostnamen für eine Stunde. Wenn hier also dynamisch zugewiesene Hostnamen gelistet werden, kann es zu Überlappungen beim Wechsel der IP-Adressen kommen und einige Zugriffe von diesen Hostnamen dennoch in die Statistik mit einbezogen werden."
2594
 
2595
  #: includes/settings/tabs/wps-exclusions.php:190
2596
  msgid "Site URL Exclusions"
2598
 
2599
  #: includes/settings/tabs/wps-exclusions.php:194
2600
  msgid "Excluded login page"
2601
+ msgstr "Login-Seite"
2602
 
2603
  #: includes/settings/tabs/wps-exclusions.php:197
2604
  msgid "Exclude the login page for registering as a hit."
2605
+ msgstr "Die Login-Seite von der Statistik ausschließen."
2606
 
2607
  #: includes/settings/tabs/wps-exclusions.php:201
2608
  msgid "Excluded admin pages"
2609
+ msgstr "Admin-Seiten"
2610
 
2611
  #: includes/settings/tabs/wps-exclusions.php:204
2612
  msgid "Exclude the admin pages for registering as a hit."
2613
+ msgstr "Alle Seiten des Administrationsbereichs von der Statistik ausschließen."
2614
 
2615
  #: includes/settings/tabs/wps-exclusions.php:208
2616
  msgid "Excluded RSS feeds"
2617
+ msgstr "RSS-Feeds"
2618
 
2619
  #: includes/settings/tabs/wps-exclusions.php:211
2620
  msgid "Exclude the RSS feeds for registering as a hit."
2621
+ msgstr "RSS-Feeds von der Statistik ausschließen."
2622
 
2623
  #: includes/settings/tabs/wps-externals.php:162
2624
  msgid "browscap settings"
2625
+ msgstr "browscap.ini-Einstellungen"
2626
 
2627
  #: includes/settings/tabs/wps-externals.php:167
2628
  msgid "browscap usage"
2629
+ msgstr "browscap.ini verwenden"
2630
 
2631
  #: includes/settings/tabs/wps-externals.php:52
2632
  #: includes/settings/tabs/wps-externals.php:76
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2670
 
2671
  #: includes/settings/tabs/wps-externals.php:179
2672
  msgid "Update browscap Info"
2673
+ msgstr "browscap.ini aktualisieren"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:184
2676
  msgid "Download browscap Database"
2677
+ msgstr "browscap.ini-Datei herunterladen"
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
+ msgstr "Speichere die Änderungen auf dieser Seite, um eine Aktualisierung herunterzuladen."
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:191
2686
  msgid "Schedule weekly update of browscap DB"
2687
+ msgstr "Automat. Aktualisierung von browscap.ini"
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
+ msgstr "Nächste Aktualisierung am"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
+ msgstr "Die Aktualisierung der \"browscap.ini\"-Datei wird ein Mal wöchentlich durchgeführt."
2698
 
2699
  #: includes/settings/tabs/wps-general.php:50
2700
  msgid "This will delete the manual when you save the settings, are you sure?"
2701
+ msgstr "Diese Einstellung löscht das Benutzerhandbuch unwiderruflich, wenn die Einstellungen gespeichert werden. Bist du sicher??"
2702
 
2703
  #: includes/settings/tabs/wps-general.php:77
2704
  msgid "This feature will not store IP addresses in the database but instead used a unique hash. The \"Store entire user agent string\" setting will be disabled if this is selected. You will not be able to recover the IP addresses in the future to recover location information if this is enabled."
2705
+ msgstr "Dieses Feature ersetzt IP-Adressen in der Datenbank durch generierte, eindeutige Hash-Werte. Die Einstellung \"Gesamten User Agent-String speichern\" wird automatisch deaktiviert, wenn die Einstellung zum Anonymisieren der IP-Adressen aktiviert wird. ACHTUNG: Einmal anonymisierte IP-Adressen können zu keinem späteren Zeitpunkt wiederhergestellt werden!"
2706
 
2707
  #: includes/settings/tabs/wps-general.php:82 shortcode.php:138
2708
  msgid "Users Online"
2710
 
2711
  #: includes/settings/tabs/wps-general.php:87
2712
  msgid "User online"
2713
+ msgstr "Benutzer online"
languages/wp_statistics-eo.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr ""
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr ""
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr ""
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr ""
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr ""
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr ""
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr ""
1365
  msgid "Recent Visitors"
1366
  msgstr ""
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr ""
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr ""
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr ""
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr ""
1452
  msgid "Click to toggle"
1453
  msgstr ""
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr ""
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr ""
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr ""
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr ""
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr ""
1477
 
@@ -1483,35 +1487,35 @@ msgstr ""
1483
  msgid "Exclusions Statistics"
1484
  msgstr ""
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr ""
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr ""
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr ""
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr ""
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr ""
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr ""
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr ""
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr ""
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr ""
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr ""
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr ""
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr ""
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr ""
@@ -1685,11 +1689,11 @@ msgstr ""
1685
  msgid "To be added soon"
1686
  msgstr ""
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr ""
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr ""
1695
 
@@ -1813,11 +1817,11 @@ msgstr ""
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr ""
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr ""
1823
 
@@ -2629,8 +2633,8 @@ msgstr ""
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr ""
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr ""
2680
 
@@ -2684,11 +2688,11 @@ msgstr ""
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr ""
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr ""
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr ""
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr ""
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr ""
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr ""
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr ""
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr ""
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr ""
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr ""
1435
  msgid "Please select a value over 30 days."
1436
  msgstr ""
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr ""
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr ""
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr ""
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr ""
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr ""
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr ""
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr ""
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr ""
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr ""
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr ""
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr ""
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr ""
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr ""
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr ""
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr ""
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr ""
1521
 
1572
  msgstr ""
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr ""
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr ""
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr ""
1689
  msgid "To be added soon"
1690
  msgstr ""
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr ""
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr ""
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr ""
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr ""
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr ""
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr ""
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr ""
2698
 
languages/wp_statistics-es_ES.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr "Índice de paises"
79
  msgid "search table"
80
  msgstr "tabla de búsqueda"
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr "página de configuración"
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr "Externos"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "Piwik provee la blacklist de spamers. Está disponible en %s."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "Uso de la blacklist de Piwik"
169
 
@@ -336,11 +340,11 @@ msgstr "Nº de post"
336
  msgid "Time Frame"
337
  msgstr "Período de tiempo"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr "Filtrado por"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "Alcance"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/AAAA"
394
 
@@ -432,27 +436,27 @@ msgstr "Últimos 30 Días (Mes)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "Últimos 7 días (Semana)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Tipo de mapa"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Error al descargar el browscap base de datos: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap base de datos actualizada!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap ya en la versión actual."
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Actualización Browscap.ini en"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 páginas"
1365
  msgid "Recent Visitors"
1366
  msgstr "Visitantes recientes"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Principales sitios de referencia"
@@ -1431,18 +1435,18 @@ msgstr "Purgado de la base de datos activado"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Por favor, seleccione un valor de más de 30 días."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Estadísticas de navegador"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Estadísticas de navegador"
1452
  msgid "Click to toggle"
1453
  msgstr "Haga clic para alternar"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Navegadores"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Navegadores por tipo"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Plataforma"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Navegadores por plataforma"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "versión de %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Atención: La exclusión no son actualmente establecido en grabarse, aba
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Estadísticas de exclusiones"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 días"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 días"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 días"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 meses"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 meses"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 meses"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 meses"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 año"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Mapa"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Página"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "De"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Todo"
@@ -1685,11 +1689,11 @@ msgstr "Visitas"
1685
  msgid "To be added soon"
1686
  msgstr "Agregarse pronto"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Sitios de referencia"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Referencias"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "datos de %s plataforma eliminados satisfactoriamente."
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "datos de la tabla de %s eliminados satisfactoriamente."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Error, %s no vaciado."
1823
 
@@ -2629,8 +2633,8 @@ msgstr "uso Browscap"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Descargar browscap base de datos"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Guardar cambios en esta página para descargar la actualización."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Actualización semanal de horario de browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Próxima actualización será"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "La descarga de la base de datos browscap se programarán por primera vez a la semana."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr "tabla de búsqueda"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr "página de configuración"
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr "Externos"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "Piwik provee la blacklist de spamers. Está disponible en %s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "Uso de la blacklist de Piwik"
173
 
340
  msgid "Time Frame"
341
  msgstr "Período de tiempo"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr "Filtrado por"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "Alcance"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/AAAA"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "Últimos 7 días (Semana)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
921
  msgid "Map type"
922
  msgstr "Tipo de mapa"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Error al descargar el browscap base de datos: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap base de datos actualizada!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap ya en la versión actual."
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Actualización Browscap.ini en"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Visitantes recientes"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Principales sitios de referencia"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Por favor, seleccione un valor de más de 30 días."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Estadísticas de navegador"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Haga clic para alternar"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Navegadores"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Navegadores por tipo"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Plataforma"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Navegadores por plataforma"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "versión de %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Estadísticas de exclusiones"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 días"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 días"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 días"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 meses"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 meses"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 meses"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 meses"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 año"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Página"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "De"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Todo"
1689
  msgid "To be added soon"
1690
  msgstr "Agregarse pronto"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Sitios de referencia"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Referencias"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "datos de la tabla de %s eliminados satisfactoriamente."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Error, %s no vaciado."
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Guardar cambios en esta página para descargar la actualización."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Próxima actualización será"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "La descarga de la base de datos browscap se programarán por primera vez a la semana."
2698
 
languages/wp_statistics-fa_IR.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr "شناسه برگه/نوشته برای دریافت آمار."
47
  msgid "Post/Page ID"
48
  msgstr "شناسه نوشته/برگه"
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr "ask.com"
53
 
@@ -79,7 +83,7 @@ msgstr "شاخص پایگاه داده کشور ها"
79
  msgid "search table"
80
  msgstr "جستجوی جدول"
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr "صفحه تنظیمات"
85
 
@@ -131,7 +135,7 @@ msgstr "نسخه های قدیمی آمار وردپرس جستجو ها را د
131
  msgid "Referrer Spam"
132
  msgstr "شناسایی جفنگ"
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "دریافت لیست سیاه هرزنامه های Piwik برنامه ریزی شد برای یک بار در هفته."
137
 
@@ -139,31 +143,31 @@ msgstr "دریافت لیست سیاه هرزنامه های Piwik برنامه
139
  msgid "Externals"
140
  msgstr "دیگر"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "تنظیمات لیست سیاه هرزنامه های Piwik."
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr "جدول زمان بندی هفتگی بروزرسانی پایگاه داده لیست سیاه هرزنامه های Piwik."
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "دریافت پایگاه داده لیست سیاه هرزنامه های Piwik"
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "بروزرسانی اطلاعات لیست سیاه هرزنامه های Piwik"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "پایگاه داده های لیست سیاه هرزنامه های Piwik دانلود و استفاده خواهد شد برای شناسایی جفنگ ها"
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "لیست سیاه هرزنامه ها ارائه شده توسط Piwik از %s در دسترس است."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "استفاده از لیست سیاه هرزنامه های Piwik"
169
 
@@ -336,11 +340,11 @@ msgstr "تعداد نوشته‌ها"
336
  msgid "Time Frame"
337
  msgstr "قاب زمان"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "تا"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "برو"
346
 
@@ -384,11 +388,11 @@ msgstr "نصب‌های قدیمی از آمار وردپرس به محتواه
384
  msgid "Filtered by"
385
  msgstr "فیلتر توسط"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "از"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr "30 روز گذشته (ماه)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "7 روز گذشته (هفته)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "یاهو!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "یاندکس"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "داک‌داک‌گو"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "بینگ"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "بایدو"
458
 
@@ -917,7 +921,7 @@ msgstr "غیرفعال ابزارک در نوشته/برگه"
917
  msgid "Map type"
918
  msgstr "نوع نقشه"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "گوگل"
@@ -1049,7 +1053,7 @@ msgstr "حذف"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "GeoIP به‌روز شد در"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "دانلود پایگاه داده browscap از خطا: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap پایگاه داده با موفقیت به روز!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "پایگاه داده browscap به روز شکست خورده! فایل ذخیره سازی بیش از حد بزرگ، رجوع به browscap.ini قبلی."
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "پایگاه داده browscap به روز شکست خورده! browscap.ini جدید است اشتباه identifing عوامل کاربر به عنوان خزنده، رجوع به browscap.ini قبلی."
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap در حال حاضر در نسخه فعلی!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Browscap.ini به روز رسانی شد"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "10 برگه برتر"
1365
  msgid "Recent Visitors"
1366
  msgstr "آخرین بازدیدکنندگان"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "برترین ارجاع دهنده‌ها"
@@ -1431,18 +1435,18 @@ msgstr "بانک اطلاعات هرس در"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "لطفاً مقدار بیشتر از 30 روز انتخاب کنید."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "آمار مرورگر ها"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "آمار مرورگر ها"
1452
  msgid "Click to toggle"
1453
  msgstr "برای باز و بستن کلیک کنید"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "مرورگر ها"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "مرورگر ها براساس نوع آن ها"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "پلت‌فرم"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "مرورگر ها براساس پلت‌فرم"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "نسخه %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "توجه: در حال حاضر استثنائات برای رکورده
1483
  msgid "Exclusions Statistics"
1484
  msgstr "استثنائات آمار"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 روز گذشته"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 روز گذشته"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 روز گذشته"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 ماهه گذشته"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 ماهه گذشته"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 ماهه گذشته"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 ماهه گذشته"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 ساله گذشته"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "نقشه"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "صفحه"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "از"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "همه"
@@ -1685,11 +1689,11 @@ msgstr "بازدید ها"
1685
  msgid "To be added soon"
1686
  msgstr "به زودی اضافه می شود"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "سایت های ارجاع دهنده از"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "ارجاع"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s از اطلاعات پلت‌فرم ها پاک شد."
1813
  msgid "No platform data found to remove!"
1814
  msgstr "پلت‌فرم های مرورگر برای حذف شدن یافت نشد!"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "اطلاعات جدول %s با موفقیت حذف."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "خطا! %s خالی نیست!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "استفاده از browscap"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "دانلود browscap پایگاه داده"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "ذخیره‌ی تغییرات در این برگه و دریافت به‌روز رسانی"
2680
 
@@ -2684,11 +2688,11 @@ msgstr "برنامه به روز رسانی هفتگی browscap دسی بل"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "بروزرسانی بعدی خواهد بود"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "دانلود بانک اطلاعاتی browscap برای یک بار در هفته طوری زمانبندی خواهد شد."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr "شناسه نوشته/برگه"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr "ask.com"
57
 
83
  msgid "search table"
84
  msgstr "جستجوی جدول"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr "صفحه تنظیمات"
89
 
135
  msgid "Referrer Spam"
136
  msgstr "شناسایی جفنگ"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "دریافت لیست سیاه هرزنامه های Piwik برنامه ریزی شد برای یک بار در هفته."
141
 
143
  msgid "Externals"
144
  msgstr "دیگر"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "تنظیمات لیست سیاه هرزنامه های Piwik."
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr "جدول زمان بندی هفتگی بروزرسانی پایگاه داده لیست سیاه هرزنامه های Piwik."
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "دریافت پایگاه داده لیست سیاه هرزنامه های Piwik"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "بروزرسانی اطلاعات لیست سیاه هرزنامه های Piwik"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "پایگاه داده های لیست سیاه هرزنامه های Piwik دانلود و استفاده خواهد شد برای شناسایی جفنگ ها"
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "لیست سیاه هرزنامه ها ارائه شده توسط Piwik از %s در دسترس است."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "استفاده از لیست سیاه هرزنامه های Piwik"
173
 
340
  msgid "Time Frame"
341
  msgstr "قاب زمان"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "تا"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "برو"
350
 
388
  msgid "Filtered by"
389
  msgstr "فیلتر توسط"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "از"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "7 روز گذشته (هفته)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "یاهو!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "یاندکس"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "داک‌داک‌گو"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "بینگ"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "بایدو"
462
 
921
  msgid "Map type"
922
  msgstr "نوع نقشه"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "گوگل"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "دانلود پایگاه داده browscap از خطا: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap پایگاه داده با موفقیت به روز!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "پایگاه داده browscap به روز شکست خورده! فایل ذخیره سازی بیش از حد بزرگ، رجوع به browscap.ini قبلی."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "پایگاه داده browscap به روز شکست خورده! browscap.ini جدید است اشتباه identifing عوامل کاربر به عنوان خزنده، رجوع به browscap.ini قبلی."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap در حال حاضر در نسخه فعلی!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Browscap.ini به روز رسانی شد"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "آخرین بازدیدکنندگان"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "برترین ارجاع دهنده‌ها"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "لطفاً مقدار بیشتر از 30 روز انتخاب کنید."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "آمار مرورگر ها"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "برای باز و بستن کلیک کنید"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "مرورگر ها"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "مرورگر ها براساس نوع آن ها"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "پلت‌فرم"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "مرورگر ها براساس پلت‌فرم"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "نسخه %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "استثنائات آمار"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 روز گذشته"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 روز گذشته"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 روز گذشته"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 ماهه گذشته"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 ماهه گذشته"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 ماهه گذشته"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 ماهه گذشته"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 ساله گذشته"
1521
 
1572
  msgstr "#hash#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "صفحه"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "از"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "همه"
1689
  msgid "To be added soon"
1690
  msgstr "به زودی اضافه می شود"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "سایت های ارجاع دهنده از"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "ارجاع"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "پلت‌فرم های مرورگر برای حذف شدن یافت نشد!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "اطلاعات جدول %s با موفقیت حذف."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "خطا! %s خالی نیست!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "ذخیره‌ی تغییرات در این برگه و دریافت به‌روز رسانی"
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "بروزرسانی بعدی خواهد بود"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "دانلود بانک اطلاعاتی browscap برای یک بار در هفته طوری زمانبندی خواهد شد."
2698
 
languages/wp_statistics-fr_FR.mo CHANGED
Binary file
languages/wp_statistics-fr_FR.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-08-28 13:44:55+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,34 +10,38 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
16
- msgstr ""
17
 
18
  #: includes/settings/tabs/wps-maintenance.php:30
19
  msgid "Purge Old Data Daily"
20
- msgstr ""
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:41
23
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
24
- msgstr ""
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:47
27
  msgid "Purge data older than"
28
- msgstr ""
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:58
31
  msgid "Purge High Hit Count Visitors Daily"
32
- msgstr ""
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:69
35
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
36
- msgstr ""
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:81
39
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
40
- msgstr ""
41
 
42
  #: shortcode.php:184
43
  msgid "The post/page id to get page statistics on."
@@ -47,7 +51,7 @@ msgstr "L’ID de l’article/page dont on veut obtenir les statistiques."
47
  msgid "Post/Page ID"
48
  msgstr "ID d’article/page"
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr "Ask.com"
53
 
@@ -79,7 +83,7 @@ msgstr "Index de la base de données des pays"
79
  msgid "search table"
80
  msgstr "table de recherche"
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr "page de "
85
 
@@ -131,7 +135,7 @@ msgstr "Les versions anciennes de WP Statistiques stockent les détails des rech
131
  msgid "Referrer Spam"
132
  msgstr "Spam de référent"
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "Le téléchargement de la base de données de liste noire de référents spammeurs Piwik sera programmé une fois par semaine."
137
 
@@ -139,31 +143,31 @@ msgstr "Le téléchargement de la base de données de liste noire de référents
139
  msgid "Externals"
140
  msgstr "Externes"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "Réglages de liste noire de référents spammeurs Piwik"
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr "Programmer une mise à jour hebdomadaire de la base de données de liste noire de référents spammeurs Piwik"
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "Télécharger la liste noire de référents spammeurs Piwik"
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "Mettre à jour l’information de liste noire de référents spammeurs Piwik"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "La liste noire de référents spammeurs de Piwik sera téléchargée et utilisée pour détecter le spam de référents."
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "La liste noire de référents spammeurs est fournie par Piwik, disponible sur %s."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "Utilisation de la liste noire de référents spammeurs de Piwik"
169
 
@@ -336,11 +340,11 @@ msgstr "Compte des articles"
336
  msgid "Time Frame"
337
  msgstr "Période de temps"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "jusqu'à"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "Aller"
346
 
@@ -384,11 +388,11 @@ msgstr "Les versions anciennes de WP Statistics comptabilisent des doublons dans
384
  msgid "Filtered by"
385
  msgstr "Filtré par"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "Intervalle"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/JJ/AAAA"
394
 
@@ -432,27 +436,27 @@ msgstr "30 derniers jours (Mois)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "7 derniers jours (Semaine)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
@@ -917,7 +921,7 @@ msgstr "Désactive le widget de l'éditeur de page/article."
917
  msgid "Map type"
918
  msgstr "Type de carte"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr "Suppression"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "GeoIP mis à jour sur"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Erreur lors du téléchargement de base de données de browscap sur : %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "Base de données browscap mise à jour avec succès !"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "Mise à jour de la base de donnée browscap ratée ! Le fichier cache est trop gros, retour à l'ancien browscap.ini."
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "Erreur lors de la mise à jour de la base de donnée browscap ! Le nouveau browscap.ini n'identifie pas les agents utilisateurs comme crawlers, retour à l'ancien browscap.ini."
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap est déjà en version actuelle !"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Browscap.in mis à jour sur"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 des pages"
1365
  msgid "Recent Visitors"
1366
  msgstr "Visiteurs récents"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Top des Sites référents"
@@ -1431,18 +1435,18 @@ msgstr "Base de données purgée le"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Veuillez sélectionner une valeur de plus de 30 jours."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Statistiques de navigateur"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Statistiques de navigateur"
1452
  msgid "Click to toggle"
1453
  msgstr "Cliquez ici pour activer/désactiver"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Navigateurs"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Navigateurs par type"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Plate-forme"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Navigateurs par plate-forme"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "version %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Attention : Les exclusion ne sont pas actuellement réglées pour être
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Statistiques d'exclusions"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 jours"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 jours"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 jours"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 mois"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 mois"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 mois"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 mois"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 an"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Carte"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Page"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "De"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Tous les"
@@ -1685,11 +1689,11 @@ msgstr "Visites"
1685
  msgid "To be added soon"
1686
  msgstr "Seront ajoutées prochainement"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Site référents de"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Références"
1695
 
@@ -1813,11 +1817,11 @@ msgstr " %s données de plate-forme supprimées avec succès."
1813
  msgid "No platform data found to remove!"
1814
  msgstr "Pas de plateforme de donnée à supprimer trouvée !"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "données de la table %s supprimées avec succès."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Erreur, %s n'a pas été vidé !"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "utilisation de browscap"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Télécharger la Base de Données browscap"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Enregistrer les modifications sur cette page pour télécharger la mise à jour."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Programmer une mise à jour hebdomadaire de browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "La prochaine mise à jour sera"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Le téléchargement de la base de données de browscap sera programmé pour une fois par semaine."
2694
 
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-12-07 14:23:25+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr "page optimisation"
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
20
+ msgstr "Activé"
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:30
23
  msgid "Purge Old Data Daily"
24
+ msgstr "Purger les données anciennes tous les jours"
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:41
27
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
28
+ msgstr "Une routine WP Cron sera exécutée tous les jours pour purger toutes les données de plus de un certain nombre de jours."
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:47
31
  msgid "Purge data older than"
32
+ msgstr "Purger les données de plus de"
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:58
35
  msgid "Purge High Hit Count Visitors Daily"
36
+ msgstr "Purger le compte de visiteurs à grand nombre de hits tous les jours"
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:69
39
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
40
+ msgstr "Une routine WP Cron sera exécutée tous les jours pour purger toutes les données statistiques des utilisateurs lorsque ces utilisateurs ont plus que le nombre défini de hits en un jour (donc ils sont probablement des bot)."
41
 
42
  #: includes/settings/tabs/wps-maintenance.php:81
43
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
44
+ msgstr "Le nombre de hits nécessaires pour supprimer le visiteur. La valeur minimale est 10 hits. Les valeurs non valides désactiveront la maintenance quotidienne."
45
 
46
  #: shortcode.php:184
47
  msgid "The post/page id to get page statistics on."
51
  msgid "Post/Page ID"
52
  msgstr "ID d’article/page"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr "Ask.com"
57
 
83
  msgid "search table"
84
  msgstr "table de recherche"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr "page de "
89
 
135
  msgid "Referrer Spam"
136
  msgstr "Spam de référent"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "Le téléchargement de la base de données de liste noire de référents spammeurs Piwik sera programmé une fois par semaine."
141
 
143
  msgid "Externals"
144
  msgstr "Externes"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "Réglages de liste noire de référents spammeurs Piwik"
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr "Programmer une mise à jour hebdomadaire de la base de données de liste noire de référents spammeurs Piwik"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "Télécharger la liste noire de référents spammeurs Piwik"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "Mettre à jour l’information de liste noire de référents spammeurs Piwik"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "La liste noire de référents spammeurs de Piwik sera téléchargée et utilisée pour détecter le spam de référents."
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "La liste noire de référents spammeurs est fournie par Piwik, disponible sur %s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "Utilisation de la liste noire de référents spammeurs de Piwik"
173
 
340
  msgid "Time Frame"
341
  msgstr "Période de temps"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "jusqu'à"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "Aller"
350
 
388
  msgid "Filtered by"
389
  msgstr "Filtré par"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "Intervalle"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/JJ/AAAA"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "7 derniers jours (Semaine)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
921
  msgid "Map type"
922
  msgstr "Type de carte"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Erreur lors du téléchargement de base de données de browscap sur : %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "Base de données browscap mise à jour avec succès !"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "Mise à jour de la base de donnée browscap ratée ! Le fichier cache est trop gros, retour à l'ancien browscap.ini."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "Erreur lors de la mise à jour de la base de donnée browscap ! Le nouveau browscap.ini n'identifie pas les agents utilisateurs comme crawlers, retour à l'ancien browscap.ini."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap est déjà en version actuelle !"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Browscap.in mis à jour sur"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Visiteurs récents"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Top des Sites référents"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Veuillez sélectionner une valeur de plus de 30 jours."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Statistiques de navigateur"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Cliquez ici pour activer/désactiver"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Navigateurs"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Navigateurs par type"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Plate-forme"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Navigateurs par plate-forme"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "version %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Statistiques d'exclusions"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 jours"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 jours"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 jours"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 mois"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 mois"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 mois"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 mois"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 an"
1521
 
1572
  msgstr "#hash#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Page"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "De"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Tous les"
1689
  msgid "To be added soon"
1690
  msgstr "Seront ajoutées prochainement"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Site référents de"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Références"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "Pas de plateforme de donnée à supprimer trouvée !"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "données de la table %s supprimées avec succès."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Erreur, %s n'a pas été vidé !"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Enregistrer les modifications sur cette page pour télécharger la mise à jour."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "La prochaine mise à jour sera"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Le téléchargement de la base de données de browscap sera programmé pour une fois par semaine."
2698
 
languages/wp_statistics-hu_HU.mo CHANGED
Binary file
languages/wp_statistics-hu_HU.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-07-30 14:59:04+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,10 +10,14 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
16
- msgstr ""
17
 
18
  #: includes/settings/tabs/wps-maintenance.php:30
19
  msgid "Purge Old Data Daily"
@@ -47,9 +51,9 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
- msgstr ""
53
 
54
  #: shortcode.php:158
55
  msgid "The time frame to get the statistic for, strtotime() (http://php.net/manual/en/datetime.formats.php) will be used to calculate it. Use \"total\" to get all recorded dates."
@@ -69,7 +73,7 @@ msgstr ""
69
 
70
  #: wp-statistics.php:170
71
  msgid "Database updates are required, please go to %s and update the following: %s"
72
- msgstr ""
73
 
74
  #: wp-statistics.php:161
75
  msgid "countries database index"
@@ -77,11 +81,11 @@ msgstr ""
77
 
78
  #: wp-statistics.php:154
79
  msgid "search table"
80
- msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
- msgstr ""
85
 
86
  #: wp-statistics.php:148 wp-statistics.php:170
87
  msgid ","
@@ -113,7 +117,7 @@ msgstr "Régebbi WP Statisztika telepítések keresések részletei tárolják a
113
 
114
  #: includes/optimization/tabs/wps-optimization-database.php:94
115
  msgid "Search Table"
116
- msgstr ""
117
 
118
  #: includes/optimization/tabs/wps-optimization-database.php:99
119
  msgid "Convert"
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "A Piwik Referrer Spam Blacklist adatbázis letöltésének ütemezése heti egy alkalommal."
137
 
@@ -139,31 +143,31 @@ msgstr "A Piwik Referrer Spam Blacklist adatbázis letöltésének ütemezése h
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "Piwik Hivatkozó Spam Blacklist adatbázis letöltése"
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "Piwik Hivatkozó Spam Blacklist frissítése"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "A Piwik Referrer Spam Blacklist adatbázis le lesz töltve és használva lesz hivatkozó spam észlelésére"
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "A hivatkozó spam feketelistát a Piwik biztosítja, elérhető innen:%s."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -306,7 +310,7 @@ msgstr "Adományoz"
306
 
307
  #: includes/settings/tabs/wps-about.php:24
308
  msgid "Fell like showing us how much you enjoy WP Statistics? Drop by our %s page and show us some love!"
309
- msgstr ""
310
 
311
  #: includes/settings/tabs/wps-about.php:24
312
  msgid "donation"
@@ -336,33 +340,33 @@ msgstr "Bejegyzés számláló"
336
  msgid "Time Frame"
337
  msgstr "Időkeret"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
- msgstr ""
346
 
347
  #: includes/log/top-pages.php:95
348
  msgid "Rank #5"
349
- msgstr ""
350
 
351
  #: includes/log/top-pages.php:95
352
  msgid "Rank #4"
353
- msgstr ""
354
 
355
  #: includes/log/top-pages.php:95
356
  msgid "Rank #3"
357
- msgstr ""
358
 
359
  #: includes/log/top-pages.php:95
360
  msgid "Rank #1"
361
- msgstr ""
362
 
363
  #: includes/log/top-pages.php:95
364
  msgid "Rank #2"
365
- msgstr ""
366
 
367
  #: includes/optimization/tabs/wps-optimization-database.php:60
368
  msgid "Visits Table"
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr "Szűrés"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "Tartomány"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "HH/NN/ÉÉÉÉ"
394
 
@@ -432,27 +436,27 @@ msgstr "Utolsó 30 nap (hónap)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "Utolsó 7 nap (hét)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
@@ -917,7 +921,7 @@ msgstr "Oldal / Hozzászólás-szerkesztő widget tiltása."
917
  msgid "Map type"
918
  msgstr "Típusa"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr "Eltávolítás"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "Geoip frissítés:"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Letöltés browscap adatbázis hiba: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap adatbázis sikeresen frissítve!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "browscap adatbázis frissítve nem sikerült! A cache fájl túl nagy, visszaállítjuk az előző browscap.ini-re."
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "browscap adatbázis frissítése nem sikerült! Új browscap.ini a mis-identifing felhasználói alkalmazások, mint bejárók, visszatérve az előző browscap.ini."
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap már az aktuális verzió!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Browscap.ini frissítés"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 oldal"
1365
  msgid "Recent Visitors"
1366
  msgstr "Előző Látogató"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Top hivatkozó webhelyek"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Kérjük, válasszon 30 napnál magasabb értéket."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Böngésző statisztikák"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Böngésző statisztikák"
1452
  msgid "Click to toggle"
1453
  msgstr "Bővebben kikapcsolás/bekapcsolás"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Böngészők"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Böngésző-típus"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Platform"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Böngésző platform"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s verzió"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Figyelem: Kizárások jelenleg nem kerülnek rögzítésre, lehet, hogy
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Kizárás statisztika"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 nap"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 nap"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 nap"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 hónap"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 hónap"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 hónap"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 hónap"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 év"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Térkép"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Oldal"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "/"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Mind"
@@ -1685,11 +1689,11 @@ msgstr "Látogatások"
1685
  msgid "To be added soon"
1686
  msgstr "Hamarosan kiegészül"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Webhelyekre hivatkozás"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Referenciák"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "a(z) %s platform adatok sikeresen törölve."
1813
  msgid "No platform data found to remove!"
1814
  msgstr "Nincs eltávolítható platform adat!"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s tábla adatai sikeresen törölve."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Hiba, %s nincs ürítve!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "browscap használat"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Letölti a browscap adatbázist"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr " Kérjük mentse el módosításait ezen az oldalon a frissítéshez."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Browscap DB heti frissítés ütemezése"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Következő frissítés lesz"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Hetente egyszer a browscap adatbázis letölthető lesz ütemezve."
2694
 
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-11-12 21:04:03+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
20
+ msgstr "Engedélyezve"
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:30
23
  msgid "Purge Old Data Daily"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
+ msgstr "Ask.com"
57
 
58
  #: shortcode.php:158
59
  msgid "The time frame to get the statistic for, strtotime() (http://php.net/manual/en/datetime.formats.php) will be used to calculate it. Use \"total\" to get all recorded dates."
73
 
74
  #: wp-statistics.php:170
75
  msgid "Database updates are required, please go to %s and update the following: %s"
76
+ msgstr "Adatbázis frissítésre van szükség. Kérjük, látogasson el: %s és frissítise a következőt: %s"
77
 
78
  #: wp-statistics.php:161
79
  msgid "countries database index"
81
 
82
  #: wp-statistics.php:154
83
  msgid "search table"
84
+ msgstr "keresési tábla"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
+ msgstr "beállítások oldal"
89
 
90
  #: wp-statistics.php:148 wp-statistics.php:170
91
  msgid ","
117
 
118
  #: includes/optimization/tabs/wps-optimization-database.php:94
119
  msgid "Search Table"
120
+ msgstr "Keresési tábla"
121
 
122
  #: includes/optimization/tabs/wps-optimization-database.php:99
123
  msgid "Convert"
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "A Piwik Referrer Spam Blacklist adatbázis letöltésének ütemezése heti egy alkalommal."
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "Piwik Hivatkozó Spam Blacklist adatbázis letöltése"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "Piwik Hivatkozó Spam Blacklist frissítése"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "A Piwik Referrer Spam Blacklist adatbázis le lesz töltve és használva lesz hivatkozó spam észlelésére"
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "A hivatkozó spam feketelistát a Piwik biztosítja, elérhető innen:%s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
310
 
311
  #: includes/settings/tabs/wps-about.php:24
312
  msgid "Fell like showing us how much you enjoy WP Statistics? Drop by our %s page and show us some love!"
313
+ msgstr "Megosztanád velünk, hogy mennyire tetszik a WP Statisztika? Ugorj a %s oldalra és jelezd tetszésedet!"
314
 
315
  #: includes/settings/tabs/wps-about.php:24
316
  msgid "donation"
340
  msgid "Time Frame"
341
  msgstr "Időkeret"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
+ msgstr "Menj"
350
 
351
  #: includes/log/top-pages.php:95
352
  msgid "Rank #5"
353
+ msgstr "Rang # 5"
354
 
355
  #: includes/log/top-pages.php:95
356
  msgid "Rank #4"
357
+ msgstr "Rang # 4"
358
 
359
  #: includes/log/top-pages.php:95
360
  msgid "Rank #3"
361
+ msgstr "Rang # 3"
362
 
363
  #: includes/log/top-pages.php:95
364
  msgid "Rank #1"
365
+ msgstr "Rang # 1"
366
 
367
  #: includes/log/top-pages.php:95
368
  msgid "Rank #2"
369
+ msgstr "Rang # 2"
370
 
371
  #: includes/optimization/tabs/wps-optimization-database.php:60
372
  msgid "Visits Table"
388
  msgid "Filtered by"
389
  msgstr "Szűrés"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "Tartomány"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "HH/NN/ÉÉÉÉ"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "Utolsó 7 nap (hét)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
921
  msgid "Map type"
922
  msgstr "Típusa"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Letöltés browscap adatbázis hiba: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap adatbázis sikeresen frissítve!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "browscap adatbázis frissítve nem sikerült! A cache fájl túl nagy, visszaállítjuk az előző browscap.ini-re."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "browscap adatbázis frissítése nem sikerült! Új browscap.ini a mis-identifing felhasználói alkalmazások, mint bejárók, visszatérve az előző browscap.ini."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap már az aktuális verzió!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Browscap.ini frissítés"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Előző Látogató"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Top hivatkozó webhelyek"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Kérjük, válasszon 30 napnál magasabb értéket."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Böngésző statisztikák"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Bővebben kikapcsolás/bekapcsolás"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Böngészők"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Böngésző-típus"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Platform"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Böngésző platform"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s verzió"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Kizárás statisztika"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 nap"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 nap"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 nap"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 hónap"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 hónap"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 hónap"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 hónap"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 év"
1521
 
1572
  msgstr "#hash#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Oldal"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "/"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Mind"
1689
  msgid "To be added soon"
1690
  msgstr "Hamarosan kiegészül"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Webhelyekre hivatkozás"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Referenciák"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "Nincs eltávolítható platform adat!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s tábla adatai sikeresen törölve."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Hiba, %s nincs ürítve!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr " Kérjük mentse el módosításait ezen az oldalon a frissítéshez."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Következő frissítés lesz"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Hetente egyszer a browscap adatbázis letölthető lesz ütemezve."
2698
 
languages/wp_statistics-id_ID.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr "indeks database negara"
79
  msgid "search table"
80
  msgstr "tabel pencarian"
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr "halaman pengaturan"
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr "Jumlah Posting"
336
  msgid "Time Frame"
337
  msgstr "Rentang Waktu"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "sampai"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "Mulai"
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr "Disaring berdasarkan"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "Rentang"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr "30 Hari Terakhir (Bulan)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "7 Hari Terakhir (Minggu)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Peta jenis"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Men-download browscap database dari kesalahan: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "database browscap yang berhasil!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap sudah di versi saat ini!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 halaman"
1365
  msgid "Recent Visitors"
1366
  msgstr "Pengunjung terkini"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Top merujuk situs"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Silakan pilih nilai lebih dari 30 hari."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Browser Statistik"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Browser Statistik"
1452
  msgid "Click to toggle"
1453
  msgstr "Klik untuk beralih"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Browser"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Browser berdasarkan jenis"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Platform"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Browser oleh platform"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "Versi %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Perhatian: Pengecualian tidak saat ini diatur untuk direkam, hasil di ba
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Pengecualian Statistik"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 hari"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 hari"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 hari"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 bulan"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 bulan"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 bulan"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 bulan"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 tahun"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Peta"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Halaman"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "Dari"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Semua"
@@ -1685,11 +1689,11 @@ msgstr "Kunjungan"
1685
  msgid "To be added soon"
1686
  msgstr "Akan ditambahkan segera"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Merujuk situs dari"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Referensi"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s platform data dihapus berhasil."
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "data tabel %s berhasil dihapus."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Kesalahan, %s tidak dikosongkan!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "browscap penggunaan"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Men-download browscap Database"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Simpan perubahan pada Halaman ini untuk men-download pembaruan."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Jadwal mingguan update dari browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Update berikutnya akan"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Download browscap database akan dijadwalkan untuk sekali seminggu."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr "tabel pencarian"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr "halaman pengaturan"
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr "Rentang Waktu"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "sampai"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "Mulai"
350
 
388
  msgid "Filtered by"
389
  msgstr "Disaring berdasarkan"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "Rentang"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "7 Hari Terakhir (Minggu)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
921
  msgid "Map type"
922
  msgstr "Peta jenis"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Men-download browscap database dari kesalahan: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "database browscap yang berhasil!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap sudah di versi saat ini!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Pengunjung terkini"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Top merujuk situs"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Silakan pilih nilai lebih dari 30 hari."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Browser Statistik"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Klik untuk beralih"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Browser"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Browser berdasarkan jenis"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Platform"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Browser oleh platform"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "Versi %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Pengecualian Statistik"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 hari"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 hari"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 hari"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 bulan"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 bulan"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 bulan"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 bulan"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 tahun"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Halaman"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "Dari"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Semua"
1689
  msgid "To be added soon"
1690
  msgstr "Akan ditambahkan segera"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Merujuk situs dari"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Referensi"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "data tabel %s berhasil dihapus."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Kesalahan, %s tidak dikosongkan!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Simpan perubahan pada Halaman ini untuk men-download pembaruan."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Update berikutnya akan"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Download browscap database akan dijadwalkan untuk sekali seminggu."
2698
 
languages/wp_statistics-it_IT.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Tipo di mappa"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Errore download browscap database da: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr ":Errore download browscap database da"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap è già alla versione corrente!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 Pagine"
1365
  msgid "Recent Visitors"
1366
  msgstr "Visitatori Recenti"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Top Siti Referrals"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "selezionare un valore di oltre 30 giorni."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Statistiche Browser"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Statistiche Browser"
1452
  msgid "Click to toggle"
1453
  msgstr "Fare clic per attivare"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Browsers"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Tipo di Browser"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Piattaforma"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Browser di piattaforma"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s Versione"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Attenzione!!: Le Esclusioni al monento non sono registrate. I risultati
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Statistiche Esclusioni"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 Giorni"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 Giorni"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 Giorni"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 Mesi"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 Mesi"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 Mesi"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 Mesi"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 Anno"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Mappa"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Pagina"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "Da"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Tutti"
@@ -1685,11 +1689,11 @@ msgstr "Visite"
1685
  msgid "To be added soon"
1686
  msgstr "Verranno aggiunte presto"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Siti Referral da"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Riferimenti"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s dati piattaforma eliminati con successo."
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "dati di tabella %s cancellati con successo."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Errore, %s non svuotato!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "Utilizzo di browsca"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Scarica browscap Database"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Salva i cambiamenti in questa pagina per scaricare l'aggiornamento."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Pianificare l'aggiornamento settimanale del browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "il prossimo aggiornamento sarà"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Il download del database browscap sarà programmato per essere eseguito una volta a settimana."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "Tipo di mappa"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Errore download browscap database da: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr ":Errore download browscap database da"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap è già alla versione corrente!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Visitatori Recenti"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Top Siti Referrals"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "selezionare un valore di oltre 30 giorni."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Statistiche Browser"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Fare clic per attivare"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Browsers"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Tipo di Browser"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Piattaforma"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Browser di piattaforma"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s Versione"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Statistiche Esclusioni"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 Giorni"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 Giorni"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 Giorni"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 Mesi"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 Mesi"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 Mesi"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 Mesi"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 Anno"
1521
 
1572
  msgstr "#hash#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Pagina"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "Da"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Tutti"
1689
  msgid "To be added soon"
1690
  msgstr "Verranno aggiunte presto"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Siti Referral da"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Riferimenti"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "dati di tabella %s cancellati con successo."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Errore, %s non svuotato!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Salva i cambiamenti in questa pagina per scaricare l'aggiornamento."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "il prossimo aggiornamento sarà"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Il download del database browscap sarà programmato per essere eseguito una volta a settimana."
2698
 
languages/wp_statistics-ja.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr "ページの統計情報を取得する投稿/ページID。"
47
  msgid "Post/Page ID"
48
  msgstr "投稿/ページID"
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr "Ask.com"
53
 
@@ -79,7 +83,7 @@ msgstr "国データベース索引"
79
  msgid "search table"
80
  msgstr "検索テーブル"
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr "設定ページ"
85
 
@@ -131,7 +135,7 @@ msgstr "古いWP Statisticsは検索の詳細情報を訪問者テーブルに
131
  msgid "Referrer Spam"
132
  msgstr "リファラースパム"
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "Piwikリファラースパムブラックリストデータベースのダウンロードは, 週に一度スケジュールされます."
137
 
@@ -139,31 +143,31 @@ msgstr "Piwikリファラースパムブラックリストデータベースの
139
  msgid "Externals"
140
  msgstr "外部"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "Piwikリファラースパムブラックリストの設定"
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr "PiwikリファラースパムブラックリストDBの毎週更新のスケジュールを設定"
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "Piwikリファラースパムブラックリストデータベースをダウンロード"
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "Piwikリファラースパムのブラックリスト情報を更新"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "Piwikリファラースパムのブラックリストデータベースがダウンロードされ, リファラースパムを検出するために使用されます."
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "リファラースパムのブラックリストはPiwikによって提供され, %sで入手可能です."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "Piwikリファラースパムブラックリストの使用"
169
 
@@ -336,11 +340,11 @@ msgstr "投稿数"
336
  msgid "Time Frame"
337
  msgstr "時間範囲"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "〜"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "行く"
346
 
@@ -384,11 +388,11 @@ msgstr "WP Statisticsの古いインストールは境界状態で訪問テー
384
  msgid "Filtered by"
385
  msgstr "によってフィルタ"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "範囲"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr "最近の30日 (月)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "最近の7日間 (1週間)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "百度"
458
 
@@ -917,7 +921,7 @@ msgstr "ページ/投稿エディタウィジェットを無効にします。"
917
  msgid "Map type"
918
  msgstr "マップタイプ"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "グーグル"
@@ -1049,7 +1053,7 @@ msgstr "削除"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "GeoIP更新"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "エラー browscapデータベースのダウンロード中: %s - %sから"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscapデータベースが正常に更新されました!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "browscapデータベースの更新に失敗しました! キャッシュファイルが大きすぎます。前のbrowscap.iniに戻します。"
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "browscapデータベースの更新に失敗しました! 新しいbrowscap.iniはユーザーエージェントをクローラとして誤認識しています。前のbrowscap.iniに戻します。"
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscapは既に最新バージョンです!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Browscap.ini更新"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "トップ10ページ"
1365
  msgid "Recent Visitors"
1366
  msgstr "最近の訪問者"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "トップ参照サイト"
@@ -1431,18 +1435,18 @@ msgstr "データベース整理"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "30日以上の値を選択してください。"
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "ブラウザの統計"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "ブラウザの統計"
1452
  msgid "Click to toggle"
1453
  msgstr "クリックして切り替えます"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "ブラウザ"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "ブラウザのタイプ別"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "プラットフォーム"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "プラットフォーム別"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%sのバージョン"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "注意: 現在、除外を記録するように設定されていませ
1483
  msgid "Exclusions Statistics"
1484
  msgstr "除外統計"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10日"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20日"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30日"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2ヶ月"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3ヶ月"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6ヶ月"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9ヶ月"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1年"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#ハッシュ#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "マップ"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "ページ"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "から"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "すべて"
@@ -1685,11 +1689,11 @@ msgstr "訪問"
1685
  msgid "To be added soon"
1686
  msgstr "近日追加します"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "参照サイト"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "参照"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%sのプラットフォームのデータが正常に削除されまし
1813
  msgid "No platform data found to remove!"
1814
  msgstr "削除すべきプラットフォームのデータはありません!"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%sのテーブルデータが正常に削除されました。"
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "エラー %sが空ではありません!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "browscap利用"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "browscapデータベースのダウンロード"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "更新をダウンロードするには、このページの変更を保存します。"
2680
 
@@ -2684,11 +2688,11 @@ msgstr "browscap DBを毎週更新する"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "次の更新は"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "browscapデータベースのダウンロードが、毎週一回にスケジュールされます。"
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr "投稿/ページID"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr "Ask.com"
57
 
83
  msgid "search table"
84
  msgstr "検索テーブル"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr "設定ページ"
89
 
135
  msgid "Referrer Spam"
136
  msgstr "リファラースパム"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "Piwikリファラースパムブラックリストデータベースのダウンロードは, 週に一度スケジュールされます."
141
 
143
  msgid "Externals"
144
  msgstr "外部"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "Piwikリファラースパムブラックリストの設定"
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr "PiwikリファラースパムブラックリストDBの毎週更新のスケジュールを設定"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "Piwikリファラースパムブラックリストデータベースをダウンロード"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "Piwikリファラースパムのブラックリスト情報を更新"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "Piwikリファラースパムのブラックリストデータベースがダウンロードされ, リファラースパムを検出するために使用されます."
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "リファラースパムのブラックリストはPiwikによって提供され, %sで入手可能です."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "Piwikリファラースパムブラックリストの使用"
173
 
340
  msgid "Time Frame"
341
  msgstr "時間範囲"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "〜"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "行く"
350
 
388
  msgid "Filtered by"
389
  msgstr "によってフィルタ"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "範囲"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "最近の7日間 (1週間)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "百度"
462
 
921
  msgid "Map type"
922
  msgstr "マップタイプ"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "グーグル"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "エラー browscapデータベースのダウンロード中: %s - %sから"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscapデータベースが正常に更新されました!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "browscapデータベースの更新に失敗しました! キャッシュファイルが大きすぎます。前のbrowscap.iniに戻します。"
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "browscapデータベースの更新に失敗しました! 新しいbrowscap.iniはユーザーエージェントをクローラとして誤認識しています。前のbrowscap.iniに戻します。"
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscapは既に最新バージョンです!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Browscap.ini更新"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "最近の訪問者"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "トップ参照サイト"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "30日以上の値を選択してください。"
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "ブラウザの統計"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "クリックして切り替えます"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "ブラウザ"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "ブラウザのタイプ別"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "プラットフォーム"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "プラットフォーム別"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%sのバージョン"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "除外統計"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10日"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20日"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30日"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2ヶ月"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3ヶ月"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6ヶ月"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9ヶ月"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1年"
1521
 
1572
  msgstr "#ハッシュ#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "ページ"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "から"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "すべて"
1689
  msgid "To be added soon"
1690
  msgstr "近日追加します"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "参照サイト"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "参照"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "削除すべきプラットフォームのデータはありません!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%sのテーブルデータが正常に削除されました。"
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "エラー %sが空ではありません!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "更新をダウンロードするには、このページの変更を保存します。"
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "次の更新は"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "browscapデータベースのダウンロードが、毎週一回にスケジュールされます。"
2698
 
languages/wp_statistics-nl_NL.mo CHANGED
Binary file
languages/wp_statistics-nl_NL.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-07-21 14:30:10+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,128 +10,132 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
16
- msgstr ""
17
 
18
  #: includes/settings/tabs/wps-maintenance.php:30
19
  msgid "Purge Old Data Daily"
20
- msgstr ""
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:41
23
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
24
- msgstr ""
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:47
27
  msgid "Purge data older than"
28
- msgstr ""
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:58
31
  msgid "Purge High Hit Count Visitors Daily"
32
- msgstr ""
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:69
35
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
36
- msgstr ""
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:81
39
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
40
- msgstr ""
41
 
42
  #: shortcode.php:184
43
  msgid "The post/page id to get page statistics on."
44
- msgstr ""
45
 
46
  #: shortcode.php:181
47
  msgid "Post/Page ID"
48
- msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
- msgstr ""
53
 
54
  #: shortcode.php:158
55
  msgid "The time frame to get the statistic for, strtotime() (http://php.net/manual/en/datetime.formats.php) will be used to calculate it. Use \"total\" to get all recorded dates."
56
- msgstr ""
57
 
58
  #: wp-statistics.php:144
59
  msgid "visitor tracking"
60
- msgstr ""
61
 
62
  #: wp-statistics.php:145
63
  msgid "geoip collection"
64
- msgstr ""
65
 
66
  #: wp-statistics.php:161
67
  msgid "visit database index"
68
- msgstr ""
69
 
70
  #: wp-statistics.php:170
71
  msgid "Database updates are required, please go to %s and update the following: %s"
72
- msgstr ""
73
 
74
  #: wp-statistics.php:161
75
  msgid "countries database index"
76
- msgstr ""
77
 
78
  #: wp-statistics.php:154
79
  msgid "search table"
80
- msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
- msgstr ""
85
 
86
  #: wp-statistics.php:148 wp-statistics.php:170
87
  msgid ","
88
- msgstr ""
89
 
90
  #: wp-statistics.php:148
91
  msgid "The following features are disabled, please go to %s and enable them: %s"
92
- msgstr ""
93
 
94
  #: wp-statistics.php:143
95
  msgid "hit tracking"
96
- msgstr ""
97
 
98
  #: wp-statistics.php:142
99
  msgid "online user tracking"
100
- msgstr ""
101
 
102
  #: wp-statistics.php:716
103
  msgid "The following plugin table(s) do not exist in the database, please re-run the %s install routine %s: "
104
- msgstr ""
105
 
106
  #: includes/optimization/wps-optimization.php:196
107
  msgid "Search table conversion complete, %d rows added."
108
- msgstr ""
109
 
110
  #: includes/optimization/tabs/wps-optimization-database.php:113
111
  msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion."
112
- msgstr ""
113
 
114
  #: includes/optimization/tabs/wps-optimization-database.php:94
115
  msgid "Search Table"
116
- msgstr ""
117
 
118
  #: includes/optimization/tabs/wps-optimization-database.php:99
119
  msgid "Convert"
120
- msgstr ""
121
 
122
  #: includes/optimization/tabs/wps-optimization-database.php:106
123
  msgid "Convert Now!"
124
- msgstr ""
125
 
126
  #: includes/optimization/tabs/wps-optimization-database.php:107
127
  msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion, however the old data must first be converted to the new format before it can be used."
128
- msgstr ""
129
 
130
  #: includes/log/exclusions.php:24
131
  msgid "Referrer Spam"
132
  msgstr "Referrer Spam"
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "Download van de Piwik Referrer Spam Blacklist database is gepland voor eens per week."
137
 
@@ -139,31 +143,31 @@ msgstr "Download van de Piwik Referrer Spam Blacklist database is gepland voor e
139
  msgid "Externals"
140
  msgstr "Externe"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "Piwik Referrer Spam Blacklist instellingen"
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr "Plan wekelijkse een update van Piwik Referrer Spam Blacklist DB"
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "Download Piwik Referrer Spam Blacklist Database"
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "Bijwerken Piwik Referrer Spam Blacklist info"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "De Piwik Referrer Spam Blacklist database wordt gedownload en gebruikt om referrer spam te detecteren."
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "Referrer spam blacklist wordt geleverd door Piwik, beschikbaar vanaf%s."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "Piwik Referrer Spam Blacklist gebruik"
169
 
@@ -336,11 +340,11 @@ msgstr "Berichten teller"
336
  msgid "Time Frame"
337
  msgstr "Tijdsduur"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "naar"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "Ga"
346
 
@@ -384,11 +388,11 @@ msgstr "Oudere installaties van WP-statistics staan in sommige gevallen dubbele
384
  msgid "Filtered by"
385
  msgstr "Gefilterd op"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "Reeks"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr "Laatste 30 dagen (maand)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "Laatste 7 dagen (week)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
@@ -917,7 +921,7 @@ msgstr "Uitschakelen van de pagina/bericht-bewerker widget."
917
  msgid "Map type"
918
  msgstr "Kaarttype"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr "Verwijdering"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "GeoIP bijwerken op"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Fout browscap database van downloaden: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "Browscap database succesvol bijgewerkt!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "browscap databank bijwerken mislukt! Cache-bestand is te groot, terugkeren naar de vorige Browscap.ini."
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "browscap-database bijwerken is mislukt! De nieuwe browscap.ini herkent de user-agents als crawlers. Er wordt terug gegaan naar de vorige browscap.ini."
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "Browscap al op de huidige versie!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Browscap.ini update over"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10-pagina 's"
1365
  msgid "Recent Visitors"
1366
  msgstr "Recente bezoekers"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Top 10-verwijzende sites"
@@ -1431,18 +1435,18 @@ msgstr "Database opgeschoond op"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Selecteer een waarde meer dan 30 dagen."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Browser statistieken"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Browser statistieken"
1452
  msgid "Click to toggle"
1453
  msgstr "Klik hierop om te schakelen"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Browsers"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Browsers door type"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Platform"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Browsers door platform"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s versie"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Let op: Uitsluitingen worden momenteel niet geregistreerd. Onderstaande
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Statistieken uitsluitingen"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 dagen"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 dagen"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 dagen"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 maanden"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 maanden"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 maanden"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 maanden"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 jaar"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Kaart"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Pagina"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "Van"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Alle"
@@ -1685,11 +1689,11 @@ msgstr "Bezoeken"
1685
  msgid "To be added soon"
1686
  msgstr "Binnenkort worden toegevoegd"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Verwijzende sites van"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Verwijzingen"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s platform gegevens verwijderd."
1813
  msgid "No platform data found to remove!"
1814
  msgstr "Geen platform-gegevens gevonden om te verwijderen!"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "tabelgegevens %s succesvol verwijderd."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Fout, %s niet leeggemaakt!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "Browscap gebruik"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Browscap-database downloaden"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Sla de wijzigingen op deze pagina op om de update te downloaden."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Plan wekelijkse update van browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Volgende update zal worden"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Download van de browscap-database is gepland voor één keer per week."
2694
 
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-11-09 07:42:12+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr "optimalisatiepagina"
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
20
+ msgstr "Ingeschakeld"
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:30
23
  msgid "Purge Old Data Daily"
24
+ msgstr "Verwijder dagelijks oude gegevens"
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:41
27
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
28
+ msgstr "Een WP Cron job zal dagelijks worden uitgevoerd om alle gegevens die ouder zijn dan een bepaald aantal dagen te zuiveren."
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:47
31
  msgid "Purge data older than"
32
+ msgstr "Verwijder data ouder dan"
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:58
35
  msgid "Purge High Hit Count Visitors Daily"
36
+ msgstr "Verwijder dagelijks hoge bezoekerhits teller "
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:69
39
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
40
+ msgstr "Een WP Cron job zal dagelijks worden uitgevoerd om eventuele statistische gegevens van gebruikers, waar de gebruiker meer hits heeft dan het gedefinieerde aantal hits in een dag, te verwijderen (oftewel het is waarschijnlijk een bot)."
41
 
42
  #: includes/settings/tabs/wps-maintenance.php:81
43
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
44
+ msgstr "Het aantal hits dat nodig is om de bezoeker te verwijderen. Minimale waarde is 10 hits. Ongeldige waarden zal het dagelijks onderhoud uitschakelen."
45
 
46
  #: shortcode.php:184
47
  msgid "The post/page id to get page statistics on."
48
+ msgstr "De bericht/pagina ID van de pagina waarop de statistieken verschijnen."
49
 
50
  #: shortcode.php:181
51
  msgid "Post/Page ID"
52
+ msgstr "Bericht/Pagina-ID"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
+ msgstr "Ask.com"
57
 
58
  #: shortcode.php:158
59
  msgid "The time frame to get the statistic for, strtotime() (http://php.net/manual/en/datetime.formats.php) will be used to calculate it. Use \"total\" to get all recorded dates."
60
+ msgstr "Het tijdsspanne voor de statistieken, strtotime() (http://php.net/manual/en/datetime.formats.php) zal worden gebruikt bij het berekenen. Gebruik &quot;totaal&quot; om alle opgeslagen data te verkrijgen."
61
 
62
  #: wp-statistics.php:144
63
  msgid "visitor tracking"
64
+ msgstr "bezoeker bijhouden"
65
 
66
  #: wp-statistics.php:145
67
  msgid "geoip collection"
68
+ msgstr "geoIP collectie"
69
 
70
  #: wp-statistics.php:161
71
  msgid "visit database index"
72
+ msgstr "bezoeker database-index"
73
 
74
  #: wp-statistics.php:170
75
  msgid "Database updates are required, please go to %s and update the following: %s"
76
+ msgstr "Database updates zijn nodig, ga naar %s en update het volgende: %s"
77
 
78
  #: wp-statistics.php:161
79
  msgid "countries database index"
80
+ msgstr "landen database-index"
81
 
82
  #: wp-statistics.php:154
83
  msgid "search table"
84
+ msgstr "zoektabel"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
+ msgstr "instellingenpagina"
89
 
90
  #: wp-statistics.php:148 wp-statistics.php:170
91
  msgid ","
92
+ msgstr ","
93
 
94
  #: wp-statistics.php:148
95
  msgid "The following features are disabled, please go to %s and enable them: %s"
96
+ msgstr "De volgende functies zijn uitgeschakeld, ga naar %s en activeer ze: %s"
97
 
98
  #: wp-statistics.php:143
99
  msgid "hit tracking"
100
+ msgstr "hits volgen"
101
 
102
  #: wp-statistics.php:142
103
  msgid "online user tracking"
104
+ msgstr "online gebruiker volgen"
105
 
106
  #: wp-statistics.php:716
107
  msgid "The following plugin table(s) do not exist in the database, please re-run the %s install routine %s: "
108
+ msgstr "De volgende plugin-tabel(len) bestaan niet ​​in de database, voer opnieuw de %s installatieroutine %s uit:"
109
 
110
  #: includes/optimization/wps-optimization.php:196
111
  msgid "Search table conversion complete, %d rows added."
112
+ msgstr "Conversie van de zoektabel compleet,%d rijen toegevoegd."
113
 
114
  #: includes/optimization/tabs/wps-optimization-database.php:113
115
  msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion."
116
+ msgstr "Oudere installaties van WP Statistics slaan details van zoekopdrachten in de bezoekerstabel op. Dit kan een performance probleem voor grote datasets worden. Een nieuwe tabel is gecreëerd om deze informatie op een meer schaalbare wijze op te slaan."
117
 
118
  #: includes/optimization/tabs/wps-optimization-database.php:94
119
  msgid "Search Table"
120
+ msgstr "Zoektabel"
121
 
122
  #: includes/optimization/tabs/wps-optimization-database.php:99
123
  msgid "Convert"
124
+ msgstr "Converteren"
125
 
126
  #: includes/optimization/tabs/wps-optimization-database.php:106
127
  msgid "Convert Now!"
128
+ msgstr "Converteer nu!"
129
 
130
  #: includes/optimization/tabs/wps-optimization-database.php:107
131
  msgid "Older installs of WP Statistics store details of searches in the visitors table which can become a performance issue on large datasets. A new table has been created to hold this information in a more scalable fashion, however the old data must first be converted to the new format before it can be used."
132
+ msgstr "Oudere installaties van WP Statistics slaan details van zoekopdrachten in de bezoekerstabel op. Dit kan een performance probleem voor grote datasets worden. Een nieuwe tabel is gecreëerd om deze informatie op een meer schaalbare wijze op te slaan. De oude gegevens worden eerst omgezet naar het nieuwe formaat voordat deze kunnen worden gebruikt."
133
 
134
  #: includes/log/exclusions.php:24
135
  msgid "Referrer Spam"
136
  msgstr "Referrer Spam"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "Download van de Piwik Referrer Spam Blacklist database is gepland voor eens per week."
141
 
143
  msgid "Externals"
144
  msgstr "Externe"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "Piwik Referrer Spam Blacklist instellingen"
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr "Plan wekelijkse een update van Piwik Referrer Spam Blacklist DB"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "Download Piwik Referrer Spam Blacklist Database"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "Bijwerken Piwik Referrer Spam Blacklist info"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "De Piwik Referrer Spam Blacklist database wordt gedownload en gebruikt om referrer spam te detecteren."
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "Referrer spam blacklist wordt geleverd door Piwik, beschikbaar vanaf%s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "Piwik Referrer Spam Blacklist gebruik"
173
 
340
  msgid "Time Frame"
341
  msgstr "Tijdsduur"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "naar"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "Ga"
350
 
388
  msgid "Filtered by"
389
  msgstr "Gefilterd op"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "Reeks"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "Laatste 7 dagen (week)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
921
  msgid "Map type"
922
  msgstr "Kaarttype"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Fout browscap database van downloaden: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "Browscap database succesvol bijgewerkt!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "browscap databank bijwerken mislukt! Cache-bestand is te groot, terugkeren naar de vorige Browscap.ini."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "browscap-database bijwerken is mislukt! De nieuwe browscap.ini herkent de user-agents als crawlers. Er wordt terug gegaan naar de vorige browscap.ini."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "Browscap al op de huidige versie!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Browscap.ini update over"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Recente bezoekers"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Top 10-verwijzende sites"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Selecteer een waarde meer dan 30 dagen."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Browser statistieken"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Klik hierop om te schakelen"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Browsers"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Browsers door type"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Platform"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Browsers door platform"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s versie"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Statistieken uitsluitingen"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 dagen"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 dagen"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 dagen"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 maanden"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 maanden"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 maanden"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 maanden"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 jaar"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Pagina"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "Van"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Alle"
1689
  msgid "To be added soon"
1690
  msgstr "Binnenkort worden toegevoegd"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Verwijzende sites van"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Verwijzingen"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "Geen platform-gegevens gevonden om te verwijderen!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "tabelgegevens %s succesvol verwijderd."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Fout, %s niet leeggemaakt!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Sla de wijzigingen op deze pagina op om de update te downloaden."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Volgende update zal worden"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Download van de browscap-database is gepland voor één keer per week."
2698
 
languages/wp_statistics-pl_PL.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr "ID posta/strony do wygenerowania statystyk."
47
  msgid "Post/Page ID"
48
  msgstr "ID posta/strony"
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr "Ask.com"
53
 
@@ -79,7 +83,7 @@ msgstr "indeks w bazie krajów"
79
  msgid "search table"
80
  msgstr "tabela wyszukiwania"
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr "strona z ustawieniami"
85
 
@@ -131,7 +135,7 @@ msgstr "Starsze instalacje WP Statystyki przechowują szczegóły wyszukiwania w
131
  msgid "Referrer Spam"
132
  msgstr "Odsyłający spam"
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "Bazy danych czarnej listy Piwik Spam odsyłających będzie pobierana co tydzień."
137
 
@@ -139,31 +143,31 @@ msgstr "Bazy danych czarnej listy Piwik Spam odsyłających będzie pobierana co
139
  msgid "Externals"
140
  msgstr "Pozory"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "Ustawienia czarnej listy Piwik Spam odsyłających"
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr "Harmonogram tygodniowej aktualizacji bazy danych czarnej listy Piwik Spam odsyłających"
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "Pobierz bazę danych czarnej listy Piwik Spam odsyłających "
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "Zaktualizuj informacje bazy danych czarnej listy Piwik Spam odsyłających"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "Baza danych czarnej listy Piwik Spam odsyłająych będzie pobierana i wykorzystywana do wykrywania spamu w stronach odsyłających."
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "Czarna lista spamu polecających jest udostępniana przez Piwik, dostępna od %s."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "Wykorzystanie czarnej listy Spamu polecających Piwik"
169
 
@@ -338,11 +342,11 @@ msgstr "Ilość wpisów"
338
  msgid "Time Frame"
339
  msgstr "Rama czasowa"
340
 
341
- #: includes/functions/functions.php:982
342
  msgid "to"
343
  msgstr "do"
344
 
345
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
346
  msgid "Go"
347
  msgstr "Przejdź"
348
 
@@ -386,11 +390,11 @@ msgstr "Starsze instalacje WP Statistics pozwalają na podwójne wpisy w tabeli
386
  msgid "Filtered by"
387
  msgstr "Filtrowane wg"
388
 
389
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
390
  msgid "Range"
391
  msgstr "Zakres"
392
 
393
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
394
  msgid "MM/DD/YYYY"
395
  msgstr "MM/DD/YYYY"
396
 
@@ -434,27 +438,27 @@ msgstr "W ciągu 30 dni (miesiąca)"
434
  msgid "Last 7 Days (Week)"
435
  msgstr "W ciągu 7 dni (tygodnia)"
436
 
437
- #: includes/functions/functions.php:406
438
  msgid "Yahoo!"
439
  msgstr "Yahoo!"
440
 
441
- #: includes/functions/functions.php:407
442
  msgid "Yandex"
443
  msgstr "Yandex"
444
 
445
- #: includes/functions/functions.php:403
446
  msgid "clearch.org"
447
  msgstr "clearch.org"
448
 
449
- #: includes/functions/functions.php:404
450
  msgid "DuckDuckGo"
451
  msgstr "DuckDuckGo"
452
 
453
- #: includes/functions/functions.php:402
454
  msgid "Bing"
455
  msgstr "Bing"
456
 
457
- #: includes/functions/functions.php:401
458
  msgid "Baidu"
459
  msgstr "Baidu"
460
 
@@ -919,7 +923,7 @@ msgstr "Wyłącz widget edytora strony/wpisu."
919
  msgid "Map type"
920
  msgstr "Typ mapy"
921
 
922
- #: includes/functions/functions.php:405
923
  #: includes/settings/tabs/wps-overview-display.php:128
924
  msgid "Google"
925
  msgstr "Google"
@@ -1051,7 +1055,7 @@ msgstr "Usunięcie"
1051
 
1052
  #: includes/settings/tabs/wps-access-level.php:85
1053
  #: includes/settings/tabs/wps-exclusions.php:234
1054
- #: includes/settings/tabs/wps-externals.php:284
1055
  #: includes/settings/tabs/wps-general.php:349
1056
  #: includes/settings/tabs/wps-maintenance.php:88
1057
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1306,23 +1310,23 @@ msgstr "GeoIP zaktualizował się"
1306
  msgid "Error downloading browscap database from: %s - %s"
1307
  msgstr "Błąd pobierania bazy danych browscap z: %s - %s"
1308
 
1309
- #: wps-updates.php:267
1310
  msgid "browscap database updated successfully!"
1311
  msgstr "Baza danych browscap zaktualizowana pomyślnie!"
1312
 
1313
- #: wps-updates.php:277
1314
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1315
  msgstr "Błąd zaktualizowanej bazy danych browscap! Plik pamięci jest zbyt duży, wróć do poprzedniego browscap.ini."
1316
 
1317
- #: wps-updates.php:285
1318
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1319
  msgstr "Błąd zaktualizowanej bazy danych browscap! Nowy browscap.ini błędnie identyfikuje agentów użytkownika jako roboty, wróć do poprzedniego browscap.ini."
1320
 
1321
- #: wps-updates.php:307
1322
  msgid "browscap already at current version!"
1323
  msgstr "browscap już w aktualnej wersji!"
1324
 
1325
- #: wps-updates.php:320
1326
  msgid "Browscap.ini update on"
1327
  msgstr "Browscap.ini zaktualizował się"
1328
 
@@ -1367,8 +1371,8 @@ msgstr "Najlepsza 10 stron"
1367
  msgid "Recent Visitors"
1368
  msgstr "Ostatni odwiedzający"
1369
 
1370
- #: dashboard.php:62 includes/log/top-referring.php:48
1371
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1372
  #: includes/settings/tabs/wps-overview-display.php:26
1373
  msgid "Top Referring Sites"
1374
  msgstr "Najlepsze odsłyłające strony"
@@ -1433,18 +1437,18 @@ msgstr "Baza danych wyczyszczona"
1433
  msgid "Please select a value over 30 days."
1434
  msgstr "Proszę wybrać wartość w ciągu 30 dni."
1435
 
1436
- #: includes/log/all-browsers.php:8
1437
  msgid "Browser Statistics"
1438
  msgstr "Statystyki przeglądarki"
1439
 
1440
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1441
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1442
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1443
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1444
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1445
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1446
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1447
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1448
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1449
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1450
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1454,26 +1458,26 @@ msgstr "Statystyki przeglądarki"
1454
  msgid "Click to toggle"
1455
  msgstr "Kliknij, aby przełączyć"
1456
 
1457
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1458
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1459
  #: wp-statistics.php:452
1460
  msgid "Browsers"
1461
  msgstr "Przeglądarki"
1462
 
1463
- #: includes/log/all-browsers.php:42
1464
  msgid "Browsers by type"
1465
  msgstr "Wg typu przeglądarek"
1466
 
1467
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1468
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1469
  msgid "Platform"
1470
  msgstr "Platforma"
1471
 
1472
- #: includes/log/all-browsers.php:126
1473
  msgid "Browsers by platform"
1474
  msgstr "Wg platformy przeglądarek"
1475
 
1476
- #: includes/log/all-browsers.php:234
1477
  msgid "%s Version"
1478
  msgstr "Wersja %s"
1479
 
@@ -1485,35 +1489,35 @@ msgstr "Uwaga: Wykluczenia nie są obecnie ustawione na zapisywanie, poniższe w
1485
  msgid "Exclusions Statistics"
1486
  msgstr "Statytyki wykluczeń"
1487
 
1488
- #: includes/functions/functions.php:932
1489
  msgid "10 Days"
1490
  msgstr "10 dni"
1491
 
1492
- #: includes/functions/functions.php:932
1493
  msgid "20 Days"
1494
  msgstr "20 dni"
1495
 
1496
- #: includes/functions/functions.php:932
1497
  msgid "30 Days"
1498
  msgstr "30 dni"
1499
 
1500
- #: includes/functions/functions.php:932
1501
  msgid "2 Months"
1502
  msgstr "2 miesiące"
1503
 
1504
- #: includes/functions/functions.php:932
1505
  msgid "3 Months"
1506
  msgstr "3 miesiące"
1507
 
1508
- #: includes/functions/functions.php:932
1509
  msgid "6 Months"
1510
  msgstr "6 miesięcy"
1511
 
1512
- #: includes/functions/functions.php:932
1513
  msgid "9 Months"
1514
  msgstr "9 miesięcy"
1515
 
1516
- #: includes/functions/functions.php:932
1517
  msgid "1 Year"
1518
  msgstr "Rok"
1519
 
@@ -1570,7 +1574,7 @@ msgid "#hash#"
1570
  msgstr "#hash#"
1571
 
1572
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1573
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1574
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1575
  #: includes/settings/tabs/wps-overview-display.php:33
1576
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1579,18 +1583,18 @@ msgstr "Mapa"
1579
 
1580
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1581
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1582
- #: includes/log/top-referring.php:137
1583
  msgid "Page"
1584
  msgstr "Strona"
1585
 
1586
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1587
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1588
- #: includes/log/top-referring.php:137
1589
  msgid "From"
1590
  msgstr "z"
1591
 
1592
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1593
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1594
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1595
  msgid "All"
1596
  msgstr "Wszystkie"
@@ -1687,11 +1691,11 @@ msgstr "Odwiedzin"
1687
  msgid "To be added soon"
1688
  msgstr "Wkrótce dodany"
1689
 
1690
- #: includes/log/top-referring.php:63
1691
  msgid "Referring sites from"
1692
  msgstr "Strony odsyłające z"
1693
 
1694
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1695
  msgid "References"
1696
  msgstr "Odniesienia"
1697
 
@@ -1815,11 +1819,11 @@ msgstr "Dane platformy %s pomyślnie usunięte."
1815
  msgid "No platform data found to remove!"
1816
  msgstr "Nie znaleziono danych platform, aby usunąć!"
1817
 
1818
- #: includes/functions/functions.php:1020
1819
  msgid "%s table data deleted successfully."
1820
  msgstr "Dane tabeli %s pomyślnie usunięte."
1821
 
1822
- #: includes/functions/functions.php:1024
1823
  msgid "Error, %s not emptied!"
1824
  msgstr "Błąd, %s nie opróźniono!"
1825
 
@@ -2631,8 +2635,8 @@ msgstr "Użycie browscap"
2631
  #: includes/settings/tabs/wps-externals.php:109
2632
  #: includes/settings/tabs/wps-externals.php:172
2633
  #: includes/settings/tabs/wps-externals.php:196
2634
- #: includes/settings/tabs/wps-externals.php:235
2635
- #: includes/settings/tabs/wps-externals.php:259
2636
  #: includes/settings/tabs/wps-general.php:76
2637
  #: includes/settings/tabs/wps-general.php:92
2638
  #: includes/settings/tabs/wps-general.php:116
@@ -2676,7 +2680,7 @@ msgstr "Pobierz bazę danych browscap"
2676
 
2677
  #: includes/settings/tabs/wps-externals.php:65
2678
  #: includes/settings/tabs/wps-externals.php:185
2679
- #: includes/settings/tabs/wps-externals.php:248
2680
  msgid "Save changes on this page to download the update."
2681
  msgstr "Zapisz zmiany na tej stronie, aby pobrać aktualizację."
2682
 
@@ -2686,11 +2690,11 @@ msgstr "Harmonogram tygodniowy aktualizacji bazy danych browscap"
2686
 
2687
  #: includes/settings/tabs/wps-externals.php:79
2688
  #: includes/settings/tabs/wps-externals.php:199
2689
- #: includes/settings/tabs/wps-externals.php:262
2690
  msgid "Next update will be"
2691
  msgstr "Następna aktualizacja będzie za"
2692
 
2693
- #: includes/settings/tabs/wps-externals.php:214
2694
  msgid "Download of the browscap database will be scheduled for once a week."
2695
  msgstr "Pobieranie bazy danych browscap planowane będzie raz w tygodniu."
2696
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr "ID posta/strony"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr "Ask.com"
57
 
83
  msgid "search table"
84
  msgstr "tabela wyszukiwania"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr "strona z ustawieniami"
89
 
135
  msgid "Referrer Spam"
136
  msgstr "Odsyłający spam"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "Bazy danych czarnej listy Piwik Spam odsyłających będzie pobierana co tydzień."
141
 
143
  msgid "Externals"
144
  msgstr "Pozory"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "Ustawienia czarnej listy Piwik Spam odsyłających"
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr "Harmonogram tygodniowej aktualizacji bazy danych czarnej listy Piwik Spam odsyłających"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "Pobierz bazę danych czarnej listy Piwik Spam odsyłających "
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "Zaktualizuj informacje bazy danych czarnej listy Piwik Spam odsyłających"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "Baza danych czarnej listy Piwik Spam odsyłająych będzie pobierana i wykorzystywana do wykrywania spamu w stronach odsyłających."
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "Czarna lista spamu polecających jest udostępniana przez Piwik, dostępna od %s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "Wykorzystanie czarnej listy Spamu polecających Piwik"
173
 
342
  msgid "Time Frame"
343
  msgstr "Rama czasowa"
344
 
345
+ #: includes/functions/functions.php:1006
346
  msgid "to"
347
  msgstr "do"
348
 
349
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
350
  msgid "Go"
351
  msgstr "Przejdź"
352
 
390
  msgid "Filtered by"
391
  msgstr "Filtrowane wg"
392
 
393
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
394
  msgid "Range"
395
  msgstr "Zakres"
396
 
397
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
398
  msgid "MM/DD/YYYY"
399
  msgstr "MM/DD/YYYY"
400
 
438
  msgid "Last 7 Days (Week)"
439
  msgstr "W ciągu 7 dni (tygodnia)"
440
 
441
+ #: includes/functions/functions.php:430
442
  msgid "Yahoo!"
443
  msgstr "Yahoo!"
444
 
445
+ #: includes/functions/functions.php:431
446
  msgid "Yandex"
447
  msgstr "Yandex"
448
 
449
+ #: includes/functions/functions.php:427
450
  msgid "clearch.org"
451
  msgstr "clearch.org"
452
 
453
+ #: includes/functions/functions.php:428
454
  msgid "DuckDuckGo"
455
  msgstr "DuckDuckGo"
456
 
457
+ #: includes/functions/functions.php:426
458
  msgid "Bing"
459
  msgstr "Bing"
460
 
461
+ #: includes/functions/functions.php:425
462
  msgid "Baidu"
463
  msgstr "Baidu"
464
 
923
  msgid "Map type"
924
  msgstr "Typ mapy"
925
 
926
+ #: includes/functions/functions.php:429
927
  #: includes/settings/tabs/wps-overview-display.php:128
928
  msgid "Google"
929
  msgstr "Google"
1055
 
1056
  #: includes/settings/tabs/wps-access-level.php:85
1057
  #: includes/settings/tabs/wps-exclusions.php:234
1058
+ #: includes/settings/tabs/wps-externals.php:286
1059
  #: includes/settings/tabs/wps-general.php:349
1060
  #: includes/settings/tabs/wps-maintenance.php:88
1061
  #: includes/settings/tabs/wps-notifications.php:201
1310
  msgid "Error downloading browscap database from: %s - %s"
1311
  msgstr "Błąd pobierania bazy danych browscap z: %s - %s"
1312
 
1313
+ #: wps-updates.php:274
1314
  msgid "browscap database updated successfully!"
1315
  msgstr "Baza danych browscap zaktualizowana pomyślnie!"
1316
 
1317
+ #: wps-updates.php:284
1318
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1319
  msgstr "Błąd zaktualizowanej bazy danych browscap! Plik pamięci jest zbyt duży, wróć do poprzedniego browscap.ini."
1320
 
1321
+ #: wps-updates.php:292
1322
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1323
  msgstr "Błąd zaktualizowanej bazy danych browscap! Nowy browscap.ini błędnie identyfikuje agentów użytkownika jako roboty, wróć do poprzedniego browscap.ini."
1324
 
1325
+ #: wps-updates.php:314
1326
  msgid "browscap already at current version!"
1327
  msgstr "browscap już w aktualnej wersji!"
1328
 
1329
+ #: wps-updates.php:327
1330
  msgid "Browscap.ini update on"
1331
  msgstr "Browscap.ini zaktualizował się"
1332
 
1371
  msgid "Recent Visitors"
1372
  msgstr "Ostatni odwiedzający"
1373
 
1374
+ #: dashboard.php:62 includes/log/top-referring.php:59
1375
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1376
  #: includes/settings/tabs/wps-overview-display.php:26
1377
  msgid "Top Referring Sites"
1378
  msgstr "Najlepsze odsłyłające strony"
1437
  msgid "Please select a value over 30 days."
1438
  msgstr "Proszę wybrać wartość w ciągu 30 dni."
1439
 
1440
+ #: includes/log/all-browsers.php:21
1441
  msgid "Browser Statistics"
1442
  msgstr "Statystyki przeglądarki"
1443
 
1444
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1445
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1446
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1447
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1448
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1449
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1450
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1451
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1452
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1453
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1454
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1458
  msgid "Click to toggle"
1459
  msgstr "Kliknij, aby przełączyć"
1460
 
1461
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1462
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1463
  #: wp-statistics.php:452
1464
  msgid "Browsers"
1465
  msgstr "Przeglądarki"
1466
 
1467
+ #: includes/log/all-browsers.php:57
1468
  msgid "Browsers by type"
1469
  msgstr "Wg typu przeglądarek"
1470
 
1471
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1472
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1473
  msgid "Platform"
1474
  msgstr "Platforma"
1475
 
1476
+ #: includes/log/all-browsers.php:141
1477
  msgid "Browsers by platform"
1478
  msgstr "Wg platformy przeglądarek"
1479
 
1480
+ #: includes/log/all-browsers.php:249
1481
  msgid "%s Version"
1482
  msgstr "Wersja %s"
1483
 
1489
  msgid "Exclusions Statistics"
1490
  msgstr "Statytyki wykluczeń"
1491
 
1492
+ #: includes/functions/functions.php:956
1493
  msgid "10 Days"
1494
  msgstr "10 dni"
1495
 
1496
+ #: includes/functions/functions.php:956
1497
  msgid "20 Days"
1498
  msgstr "20 dni"
1499
 
1500
+ #: includes/functions/functions.php:956
1501
  msgid "30 Days"
1502
  msgstr "30 dni"
1503
 
1504
+ #: includes/functions/functions.php:956
1505
  msgid "2 Months"
1506
  msgstr "2 miesiące"
1507
 
1508
+ #: includes/functions/functions.php:956
1509
  msgid "3 Months"
1510
  msgstr "3 miesiące"
1511
 
1512
+ #: includes/functions/functions.php:956
1513
  msgid "6 Months"
1514
  msgstr "6 miesięcy"
1515
 
1516
+ #: includes/functions/functions.php:956
1517
  msgid "9 Months"
1518
  msgstr "9 miesięcy"
1519
 
1520
+ #: includes/functions/functions.php:956
1521
  msgid "1 Year"
1522
  msgstr "Rok"
1523
 
1574
  msgstr "#hash#"
1575
 
1576
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1577
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1578
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1579
  #: includes/settings/tabs/wps-overview-display.php:33
1580
  #: includes/settings/tabs/wps-overview-display.php:113
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
+ #: includes/log/top-referring.php:153
1587
  msgid "Page"
1588
  msgstr "Strona"
1589
 
1590
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1591
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1592
+ #: includes/log/top-referring.php:153
1593
  msgid "From"
1594
  msgstr "z"
1595
 
1596
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1597
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1598
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1599
  msgid "All"
1600
  msgstr "Wszystkie"
1691
  msgid "To be added soon"
1692
  msgstr "Wkrótce dodany"
1693
 
1694
+ #: includes/log/top-referring.php:79
1695
  msgid "Referring sites from"
1696
  msgstr "Strony odsyłające z"
1697
 
1698
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1699
  msgid "References"
1700
  msgstr "Odniesienia"
1701
 
1819
  msgid "No platform data found to remove!"
1820
  msgstr "Nie znaleziono danych platform, aby usunąć!"
1821
 
1822
+ #: includes/functions/functions.php:1046
1823
  msgid "%s table data deleted successfully."
1824
  msgstr "Dane tabeli %s pomyślnie usunięte."
1825
 
1826
+ #: includes/functions/functions.php:1050
1827
  msgid "Error, %s not emptied!"
1828
  msgstr "Błąd, %s nie opróźniono!"
1829
 
2635
  #: includes/settings/tabs/wps-externals.php:109
2636
  #: includes/settings/tabs/wps-externals.php:172
2637
  #: includes/settings/tabs/wps-externals.php:196
2638
+ #: includes/settings/tabs/wps-externals.php:236
2639
+ #: includes/settings/tabs/wps-externals.php:260
2640
  #: includes/settings/tabs/wps-general.php:76
2641
  #: includes/settings/tabs/wps-general.php:92
2642
  #: includes/settings/tabs/wps-general.php:116
2680
 
2681
  #: includes/settings/tabs/wps-externals.php:65
2682
  #: includes/settings/tabs/wps-externals.php:185
2683
+ #: includes/settings/tabs/wps-externals.php:249
2684
  msgid "Save changes on this page to download the update."
2685
  msgstr "Zapisz zmiany na tej stronie, aby pobrać aktualizację."
2686
 
2690
 
2691
  #: includes/settings/tabs/wps-externals.php:79
2692
  #: includes/settings/tabs/wps-externals.php:199
2693
+ #: includes/settings/tabs/wps-externals.php:263
2694
  msgid "Next update will be"
2695
  msgstr "Następna aktualizacja będzie za"
2696
 
2697
+ #: includes/settings/tabs/wps-externals.php:215
2698
  msgid "Download of the browscap database will be scheduled for once a week."
2699
  msgstr "Pobieranie bazy danych browscap planowane będzie raz w tygodniu."
2700
 
languages/wp_statistics-pt_BR.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Tipo de mapa"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Erro ao fazer download de dados browscap de: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap, banco de dados atualizado com sucesso!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap já na versão atual!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 páginas"
1365
  msgid "Recent Visitors"
1366
  msgstr "Visitantes recentes"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Top Sites referentes"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Por favor, selecione um valor de mais de 30 dias."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Estatísticas do navegador"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Estatísticas do navegador"
1452
  msgid "Click to toggle"
1453
  msgstr "Clique para alternar entre"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Navegadores"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Navegadores pelo tipo"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Plataforma"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Navegadores pela plataforma"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "versão de %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Atenção: Exclusão não estão atualmente definidas para ser gravado,
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Estatísticas de exclusões"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 dias"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 dias"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 dias"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 meses"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 meses"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 meses"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 meses"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 ano"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Mapa"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Página de vídeo"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "De"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Todos os"
@@ -1685,11 +1689,11 @@ msgstr "Visitas"
1685
  msgid "To be added soon"
1686
  msgstr "Para ser adicionado em breve"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Referindo-se a sites de"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Referências"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "dados de %s plataformas excluídos com sucesso."
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "dados da tabela %s excluídos com sucesso."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Erro, %s não esvaziado!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "uso browscap"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Baixar browscap banco de dados"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Salve as alterações nesta página para baixar a atualização."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Agendar a atualização semanal do browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Próxima atualização será"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Download do banco de dados browscap será agendado pelo menos uma vez por semana."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "Tipo de mapa"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Erro ao fazer download de dados browscap de: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap, banco de dados atualizado com sucesso!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap já na versão atual!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Visitantes recentes"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Top Sites referentes"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Por favor, selecione um valor de mais de 30 dias."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Estatísticas do navegador"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Clique para alternar entre"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Navegadores"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Navegadores pelo tipo"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Plataforma"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Navegadores pela plataforma"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "versão de %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Estatísticas de exclusões"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 dias"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 dias"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 dias"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 meses"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 meses"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 meses"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 meses"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 ano"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Página de vídeo"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "De"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Todos os"
1689
  msgid "To be added soon"
1690
  msgstr "Para ser adicionado em breve"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Referindo-se a sites de"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Referências"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "dados da tabela %s excluídos com sucesso."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Erro, %s não esvaziado!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Salve as alterações nesta página para baixar a atualização."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Próxima atualização será"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Download do banco de dados browscap será agendado pelo menos uma vez por semana."
2698
 
languages/wp_statistics-ro_RO.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Tip hartă"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Eroare de descărcare browscap bazei de date: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap baza de date actualizată cu succes!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap deja la versiunea curentă!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 pagini"
1365
  msgid "Recent Visitors"
1366
  msgstr "Vizitatori recente"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Top referindu-se site-uri"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Vă rugăm să selectaţi o valoare de peste 30 de zile."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Statistici browser"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Statistici browser"
1452
  msgid "Click to toggle"
1453
  msgstr "Faceţi clic pentru a comuta"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Browsere"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Browsere de tip"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Platforma"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Browsere de platforma"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "versiunea de %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Atentie: Excluderea nu sunt în prezent stabilite pentru a fi înregistr
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Excluderi statistici"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 zile"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 de zile"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 de zile"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 luni"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 luni"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 luni"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 luni"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 an"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Hartă"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Filme"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "La"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Toate"
@@ -1685,11 +1689,11 @@ msgstr "Vizite"
1685
  msgid "To be added soon"
1686
  msgstr "Pentru a fi adăugate în curând"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Referindu-se site-uri din"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Referințe"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "platforma de date %s şters cu succes."
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "date de tabel %s şters cu succes."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Eroare, %s nu golite!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "browscap de utilizare"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Descarca browscap baza de date"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Salvați modificările pe această pagină pentru a descărca actualizarea."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Orarul săptămânal update de browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Următoarea actualizare va fi"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Descarca browscap bazei de date va fi programat pentru o dată pe săptămână."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "Tip hartă"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Eroare de descărcare browscap bazei de date: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap baza de date actualizată cu succes!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap deja la versiunea curentă!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Vizitatori recente"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Top referindu-se site-uri"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Vă rugăm să selectaţi o valoare de peste 30 de zile."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Statistici browser"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Faceţi clic pentru a comuta"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Browsere"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Browsere de tip"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Platforma"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Browsere de platforma"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "versiunea de %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Excluderi statistici"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 zile"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 de zile"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 de zile"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 luni"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 luni"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 luni"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 luni"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 an"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Filme"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "La"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Toate"
1689
  msgid "To be added soon"
1690
  msgstr "Pentru a fi adăugate în curând"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Referindu-se site-uri din"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Referințe"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "date de tabel %s şters cu succes."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Eroare, %s nu golite!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Salvați modificările pe această pagină pentru a descărca actualizarea."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Următoarea actualizare va fi"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Descarca browscap bazei de date va fi programat pentru o dată pe săptămână."
2698
 
languages/wp_statistics-ru_RU.mo CHANGED
Binary file
languages/wp_statistics-ru_RU.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-09-17 23:29:00+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr "ID сообщения/страницы для вывода статис
47
  msgid "Post/Page ID"
48
  msgstr "ID сообщение/страницы"
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr "Ask.com"
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr "Прежние версии Wp Statistics хранили произво
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "Еженедельно загружать черные списки спам-реферреров от Piwik."
137
 
@@ -139,33 +143,33 @@ msgstr "Еженедельно загружать черные списки сп
139
  msgid "Externals"
140
  msgstr "Внешнее"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "Настройки черного списка спам-реферреров от Piwik."
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
- msgstr "Еженедельное обновление черного списка спам-рефереров"
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
- msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
- msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
- msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
- msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
- msgstr ""
169
 
170
  #: includes/settings/tabs/wps-exclusions.php:148
171
  msgid "Treat corrupt browser info as a bot"
@@ -197,11 +201,11 @@ msgstr "Ошибка при создании директории базы да
197
 
198
  #: includes/settings/tabs/wps-general.php:281
199
  msgid "Add page title to empty search words"
200
- msgstr ""
201
 
202
  #: includes/settings/tabs/wps-general.php:287
203
  msgid "If a search engine is identified as the referrer but it does not include the search query this option will substitute the page title in quotes preceded by \"~:\" as the search query to help identify what the user may have been searching for."
204
- msgstr ""
205
 
206
  #: includes/optimization/tabs/wps-optimization-purging.php:218
207
  #: includes/settings/tabs/wps-maintenance.php:75
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "для"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "Перейти"
346
 
@@ -384,25 +388,25 @@ msgstr "Прежние версии WP Statistics позволяли дубли
384
  msgid "Filtered by"
385
  msgstr "Отфильтровано по"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "Диапазон"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "ММ/ДД/ГГГГ"
394
 
395
  #: includes/settings/tabs/wps-general.php:342
396
  msgid "Do not use the translations and instead use the English defaults for WP Statistics (requires two page loads)"
397
- msgstr ""
398
 
399
  #: includes/settings/tabs/wps-general.php:336
400
  msgid "Force English"
401
- msgstr ""
402
 
403
  #: includes/settings/tabs/wps-general.php:331
404
  msgid "Languages"
405
- msgstr ""
406
 
407
  #: includes/settings/tabs/wps-exclusions.php:227
408
  msgid "Note: this option will NOT handle url parameters (anything after the ?), only to the script name. Entries less than two characters will be ignored."
@@ -432,27 +436,27 @@ msgstr "Последние 30 дней (месяц)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "Последние 7 дней (неделя)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Яндекс"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
@@ -524,27 +528,27 @@ msgstr "Отметить каждого юзера онлайн"
524
 
525
  #: includes/settings/tabs/wps-general.php:104
526
  msgid "Second"
527
- msgstr "Второй"
528
 
529
  #: includes/settings/tabs/wps-general.php:105
530
  msgid "Time for the check accurate online user in the site. Now: %s Second"
531
- msgstr "Время проверки нахождения пользователя на сайте. Сейчас: %s секунд"
532
 
533
  #: includes/settings/tabs/wps-general.php:111
534
  msgid "Record all user"
535
- msgstr "Записать всех пользователей"
536
 
537
  #: includes/settings/tabs/wps-general.php:117
538
  msgid "Ignores the exclusion settings and records all users that are online (including self referrals and robots). Should only be used for troubleshooting."
539
- msgstr "Игнорировать настройки исключения и регистрировать всех пользователей, которые находятся в сети (в том числе рефералов и роботов). Следует использовать только для устранения неполадок."
540
 
541
  #: includes/settings/tabs/wps-general.php:155
542
  msgid "Store entire user agent string"
543
- msgstr "Сохранять данные user-agent'a"
544
 
545
  #: includes/settings/tabs/wps-general.php:161
546
  msgid "Only enabled for debugging"
547
- msgstr "Включено только для отладки"
548
 
549
  #: includes/settings/tabs/wps-general.php:167
550
  msgid "Coefficient per visitor"
@@ -552,29 +556,29 @@ msgstr "Коэффициент на посетителя"
552
 
553
  #: includes/settings/tabs/wps-general.php:172
554
  msgid "For each visit to account for several hits. Currently %s."
555
- msgstr "Для каждого визита за несколько посещений. Сейчас %s."
556
 
557
  #: includes/settings/tabs/wps-general.php:177
558
  #: includes/settings/tabs/wps-general.php:182 wp-statistics.php:381
559
  #: wp-statistics.php:457
560
  msgid "Pages"
561
- msgstr "Страниц"
562
 
563
  #: includes/settings/tabs/wps-general.php:194
564
  msgid "Track all pages"
565
- msgstr "Отслеживание всех страниц"
566
 
567
  #: includes/settings/tabs/wps-general.php:209
568
  msgid "Strip parameters from URI"
569
- msgstr "Обрезать параметры из URL"
570
 
571
  #: includes/settings/tabs/wps-general.php:215
572
  msgid "This will remove anything after the ? in a URL."
573
- msgstr "Удалять все после знака \"?\" в URL."
574
 
575
  #: includes/settings/tabs/wps-general.php:223
576
  msgid "Disable hits column in post/pages list"
577
- msgstr "Отключить столбец посещений в списке записей/страниц"
578
 
579
  #: includes/settings/tabs/wps-general.php:234
580
  msgid "Miscellaneous"
@@ -598,11 +602,11 @@ msgstr "Показывать статистику в админ-баре"
598
 
599
  #: includes/settings/tabs/wps-general.php:253
600
  msgid "Hide admin notices about non active features"
601
- msgstr "Скрыть уведомления администратора о неактивных компонентах"
602
 
603
  #: includes/settings/tabs/wps-general.php:259
604
  msgid "By default WP Statistics displays an alert if any of the core features are disabled on every admin page, this option will disable these notices."
605
- msgstr "По умолчанию WP Statistics отображает предупреждение, если любая из основных функций отключена на каждой странице администратора. Этот параметр отключит эти уведомления."
606
 
607
  #: includes/settings/tabs/wps-general.php:265
608
  msgid "Delete the manual"
@@ -614,11 +618,11 @@ msgstr "По умолчанию WP Statistics хранит руководств
614
 
615
  #: includes/settings/tabs/wps-general.php:276
616
  msgid "Search Engines"
617
- msgstr "Поисковики"
618
 
619
  #: includes/settings/tabs/wps-general.php:293
620
  msgid "Disabling all search engines is not allowed, doing so will result in all search engines being active."
621
- msgstr "Отключение всех поисковых системах не допускается, так как это оставит все поисковые системы активными."
622
 
623
  #: includes/settings/tabs/wps-general.php:308
624
  msgid "disable"
@@ -626,7 +630,7 @@ msgstr "отключить"
626
 
627
  #: includes/settings/tabs/wps-general.php:309
628
  msgid "Disable %s from data collection and reporting."
629
- msgstr "Отключите %s от сбора данных и отчетности."
630
 
631
  #: includes/settings/tabs/wps-general.php:315
632
  msgid "Charts"
@@ -634,53 +638,51 @@ msgstr "Графики"
634
 
635
  #: includes/settings/tabs/wps-general.php:320
636
  msgid "Include totals"
637
- msgstr "Включить итоги"
638
 
639
  #: includes/settings/tabs/wps-general.php:326
640
  msgid "Add a total line to charts with multiple values, like the search engine referrals"
641
- msgstr "Добавить общая линия диаграммы с несколькими значениями, как двигатель поиска рефералов"
642
 
643
  #: includes/settings/tabs/wps-externals.php:32
644
  msgid "GeoIP settings"
645
- msgstr "Параметры GeoIP"
646
 
647
  #: includes/settings/tabs/wps-externals.php:37
648
  msgid "IP location services provided by GeoLite2 data created by MaxMind, available from %s."
649
- msgstr "IP место службы, предоставляемые GeoLite2 данных, созданных MaxMind, доступные из %s."
650
 
651
  #: includes/settings/tabs/wps-externals.php:47
652
  msgid "GeoIP collection"
653
- msgstr "Коллекция GeoIP"
654
 
655
  #: includes/settings/tabs/wps-externals.php:53
656
  msgid "For get more information and location (country) from visitor, enable this feature."
657
- msgstr "Для получения дополнительной информации и местоположения (страны) от посетителя, включите эту функцию."
658
 
659
  #: includes/settings/tabs/wps-externals.php:59
660
  msgid "Update GeoIP Info"
661
- msgstr "Обновление GeoIP информация"
662
 
663
  #: includes/settings/tabs/wps-externals.php:64
664
  msgid "Download GeoIP Database"
665
- msgstr "Скачать GeoIP базы данных"
666
 
667
  #: includes/settings/tabs/wps-externals.php:71
668
  msgid "Schedule monthly update of GeoIP DB"
669
- msgstr "Расписание ежемесячное обновление GeoIP дБ"
670
 
671
  #: includes/settings/tabs/wps-externals.php:97
672
  msgid "Download of the GeoIP database will be scheduled for 2 days after the first Tuesday of the month."
673
- msgstr "Скачать GeoIP базы данных будет назначено на 2 дня после первого вторника месяца."
674
 
675
  #: includes/settings/tabs/wps-externals.php:98
676
  msgid "This option will also download the database if the local filesize is less than 1k (which usually means the stub that comes with the plugin is still in place)."
677
- msgstr "Этот параметр также скачать базы данных, если местные размер файла меньше, чем 1k, (который обычно означает, что до сих пор на месте заглушки, которая поставляется с плагином)."
678
 
679
  #: includes/settings/tabs/wps-externals.php:104
680
  msgid "Populate missing GeoIP after update of GeoIP DB"
681
- msgstr ""
682
- "Заполнить недостающие GeoIP после обновление GeoIP дБ\n"
683
- "Обновить неизвестные данные GeoIP, после его обновления"
684
 
685
  #: includes/settings/tabs/wps-externals.php:110
686
  msgid "Update any missing GeoIP data after downloading a new database."
@@ -919,7 +921,7 @@ msgstr ""
919
  msgid "Map type"
920
  msgstr "Тип карты"
921
 
922
- #: includes/functions/functions.php:405
923
  #: includes/settings/tabs/wps-overview-display.php:128
924
  msgid "Google"
925
  msgstr "Google"
@@ -1051,7 +1053,7 @@ msgstr ""
1051
 
1052
  #: includes/settings/tabs/wps-access-level.php:85
1053
  #: includes/settings/tabs/wps-exclusions.php:234
1054
- #: includes/settings/tabs/wps-externals.php:284
1055
  #: includes/settings/tabs/wps-general.php:349
1056
  #: includes/settings/tabs/wps-maintenance.php:88
1057
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1306,23 +1308,23 @@ msgstr ""
1306
  msgid "Error downloading browscap database from: %s - %s"
1307
  msgstr "Ошибка при загрузке базы данных browscap от: %s - %s"
1308
 
1309
- #: wps-updates.php:267
1310
  msgid "browscap database updated successfully!"
1311
  msgstr "browscap база данных успешно обновлена!"
1312
 
1313
- #: wps-updates.php:277
1314
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1315
  msgstr ""
1316
 
1317
- #: wps-updates.php:285
1318
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1319
  msgstr ""
1320
 
1321
- #: wps-updates.php:307
1322
  msgid "browscap already at current version!"
1323
  msgstr "browscap уже на текущей версии!"
1324
 
1325
- #: wps-updates.php:320
1326
  msgid "Browscap.ini update on"
1327
  msgstr ""
1328
 
@@ -1367,8 +1369,8 @@ msgstr "Топ 10 страниц"
1367
  msgid "Recent Visitors"
1368
  msgstr "Недавние посетители"
1369
 
1370
- #: dashboard.php:62 includes/log/top-referring.php:48
1371
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1372
  #: includes/settings/tabs/wps-overview-display.php:26
1373
  msgid "Top Referring Sites"
1374
  msgstr "Топ ссылающихся на вас сайтов"
@@ -1433,18 +1435,18 @@ msgstr "База данных уменьшена на"
1433
  msgid "Please select a value over 30 days."
1434
  msgstr "Пожалуйста, выберите значение более 30 дней."
1435
 
1436
- #: includes/log/all-browsers.php:8
1437
  msgid "Browser Statistics"
1438
  msgstr "Статистика браузеров"
1439
 
1440
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1441
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1442
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1443
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1444
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1445
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1446
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1447
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1448
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1449
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1450
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1454,26 +1456,26 @@ msgstr "Статистика браузеров"
1454
  msgid "Click to toggle"
1455
  msgstr "Нажмите для переключения"
1456
 
1457
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1458
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1459
  #: wp-statistics.php:452
1460
  msgid "Browsers"
1461
  msgstr "Браузеры"
1462
 
1463
- #: includes/log/all-browsers.php:42
1464
  msgid "Browsers by type"
1465
  msgstr "Браузеры по типу"
1466
 
1467
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1468
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1469
  msgid "Platform"
1470
  msgstr "Платформа"
1471
 
1472
- #: includes/log/all-browsers.php:126
1473
  msgid "Browsers by platform"
1474
  msgstr "Браузеры по платформе"
1475
 
1476
- #: includes/log/all-browsers.php:234
1477
  msgid "%s Version"
1478
  msgstr "Версии %s"
1479
 
@@ -1485,35 +1487,35 @@ msgstr "Внимание: исключения не записываются в
1485
  msgid "Exclusions Statistics"
1486
  msgstr "Статистика исключений"
1487
 
1488
- #: includes/functions/functions.php:932
1489
  msgid "10 Days"
1490
  msgstr "10 дней"
1491
 
1492
- #: includes/functions/functions.php:932
1493
  msgid "20 Days"
1494
  msgstr "20 дней"
1495
 
1496
- #: includes/functions/functions.php:932
1497
  msgid "30 Days"
1498
  msgstr "30 дней"
1499
 
1500
- #: includes/functions/functions.php:932
1501
  msgid "2 Months"
1502
  msgstr "2 месяца"
1503
 
1504
- #: includes/functions/functions.php:932
1505
  msgid "3 Months"
1506
  msgstr "3 месяца"
1507
 
1508
- #: includes/functions/functions.php:932
1509
  msgid "6 Months"
1510
  msgstr "6 месяцев"
1511
 
1512
- #: includes/functions/functions.php:932
1513
  msgid "9 Months"
1514
  msgstr "9 месяцев"
1515
 
1516
- #: includes/functions/functions.php:932
1517
  msgid "1 Year"
1518
  msgstr "1 год"
1519
 
@@ -1570,7 +1572,7 @@ msgid "#hash#"
1570
  msgstr "#hash #"
1571
 
1572
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1573
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1574
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1575
  #: includes/settings/tabs/wps-overview-display.php:33
1576
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1579,18 +1581,18 @@ msgstr "Карта"
1579
 
1580
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1581
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1582
- #: includes/log/top-referring.php:137
1583
  msgid "Page"
1584
  msgstr "Страница"
1585
 
1586
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1587
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1588
- #: includes/log/top-referring.php:137
1589
  msgid "From"
1590
  msgstr "От"
1591
 
1592
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1593
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1594
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1595
  msgid "All"
1596
  msgstr "Все"
@@ -1687,11 +1689,11 @@ msgstr "Посещений"
1687
  msgid "To be added soon"
1688
  msgstr "Скоро будут добавлены"
1689
 
1690
- #: includes/log/top-referring.php:63
1691
  msgid "Referring sites from"
1692
  msgstr ""
1693
 
1694
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1695
  msgid "References"
1696
  msgstr "Ссылается"
1697
 
@@ -1815,11 +1817,11 @@ msgstr "Платформа данных %s успешно удалена."
1815
  msgid "No platform data found to remove!"
1816
  msgstr "Не найдено данных для удаления!"
1817
 
1818
- #: includes/functions/functions.php:1020
1819
  msgid "%s table data deleted successfully."
1820
  msgstr "Данные таблицы %s успешно удалены."
1821
 
1822
- #: includes/functions/functions.php:1024
1823
  msgid "Error, %s not emptied!"
1824
  msgstr "Ошибка, %s не очищена!"
1825
 
@@ -2624,15 +2626,15 @@ msgstr "Настройки browscap"
2624
 
2625
  #: includes/settings/tabs/wps-externals.php:167
2626
  msgid "browscap usage"
2627
- msgstr "browscap использование"
2628
 
2629
  #: includes/settings/tabs/wps-externals.php:52
2630
  #: includes/settings/tabs/wps-externals.php:76
2631
  #: includes/settings/tabs/wps-externals.php:109
2632
  #: includes/settings/tabs/wps-externals.php:172
2633
  #: includes/settings/tabs/wps-externals.php:196
2634
- #: includes/settings/tabs/wps-externals.php:235
2635
- #: includes/settings/tabs/wps-externals.php:259
2636
  #: includes/settings/tabs/wps-general.php:76
2637
  #: includes/settings/tabs/wps-general.php:92
2638
  #: includes/settings/tabs/wps-general.php:116
@@ -2660,39 +2662,39 @@ msgstr "browscap использование"
2660
  #: includes/settings/tabs/wps-overview-display.php:147
2661
  #: includes/settings/tabs/wps-overview-display.php:159
2662
  msgid "Active"
2663
- msgstr "Активные"
2664
 
2665
  #: includes/settings/tabs/wps-externals.php:173
2666
  msgid "The browscap database will be downloaded and used to detect robots."
2667
- msgstr "База данных browscap будет загружено и используются для обнаружения роботов."
2668
 
2669
  #: includes/settings/tabs/wps-externals.php:179
2670
  msgid "Update browscap Info"
2671
- msgstr "Обновление browscap информация"
2672
 
2673
  #: includes/settings/tabs/wps-externals.php:184
2674
  msgid "Download browscap Database"
2675
- msgstr "Скачать browscap базы данных"
2676
 
2677
  #: includes/settings/tabs/wps-externals.php:65
2678
  #: includes/settings/tabs/wps-externals.php:185
2679
- #: includes/settings/tabs/wps-externals.php:248
2680
  msgid "Save changes on this page to download the update."
2681
  msgstr "Сохраните изменения на этой странице для загрузки обновления."
2682
 
2683
  #: includes/settings/tabs/wps-externals.php:191
2684
  msgid "Schedule weekly update of browscap DB"
2685
- msgstr "Еженедельное обновление расписания browscap DB"
2686
 
2687
  #: includes/settings/tabs/wps-externals.php:79
2688
  #: includes/settings/tabs/wps-externals.php:199
2689
- #: includes/settings/tabs/wps-externals.php:262
2690
  msgid "Next update will be"
2691
  msgstr "Следующее обновление будет"
2692
 
2693
- #: includes/settings/tabs/wps-externals.php:214
2694
  msgid "Download of the browscap database will be scheduled for once a week."
2695
- msgstr "Скачать базы данных browscap будет планироваться за один раз в неделю."
2696
 
2697
  #: includes/settings/tabs/wps-general.php:50
2698
  msgid "This will delete the manual when you save the settings, are you sure?"
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-09-22 10:19:30+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr "ID сообщение/страницы"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr "Ask.com"
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "Еженедельно загружать черные списки спам-реферреров от Piwik."
141
 
143
  msgid "Externals"
144
  msgstr "Внешнее"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "Настройки черного списка спам-реферреров от Piwik."
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
+ msgstr "Еженедельно обновлять черный список спам-реферров"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
+ msgstr "Обновит базу данных спам-реферров Piwik"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
+ msgstr "Обновить черный список спам-реферров Piwik"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
+ msgstr "Будет загружена и использована база данных спам-реферров от Piwik, для обнаружения спама."
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
+ msgstr "Черный список спам-реферреров предоставлен Piwik и доступен %s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
+ msgstr "Использовать черный список спам-реферров Piwik"
173
 
174
  #: includes/settings/tabs/wps-exclusions.php:148
175
  msgid "Treat corrupt browser info as a bot"
201
 
202
  #: includes/settings/tabs/wps-general.php:281
203
  msgid "Add page title to empty search words"
204
+ msgstr "Добавлять заголовок страница для пустых поисковых фраз"
205
 
206
  #: includes/settings/tabs/wps-general.php:287
207
  msgid "If a search engine is identified as the referrer but it does not include the search query this option will substitute the page title in quotes preceded by \"~:\" as the search query to help identify what the user may have been searching for."
208
+ msgstr "Если поисковая система зафиксировала переход, но не указала поисковый запрос, эта опция заменит поисковый запрос на заголовок страницы с \"~:\". Это позволяет предположить, что искал пользователь."
209
 
210
  #: includes/optimization/tabs/wps-optimization-purging.php:218
211
  #: includes/settings/tabs/wps-maintenance.php:75
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "для"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "Перейти"
350
 
388
  msgid "Filtered by"
389
  msgstr "Отфильтровано по"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "Диапазон"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "ММ/ДД/ГГГГ"
398
 
399
  #: includes/settings/tabs/wps-general.php:342
400
  msgid "Do not use the translations and instead use the English defaults for WP Statistics (requires two page loads)"
401
+ msgstr "Отключит переводы и будет показывать только английский вариант WP Statistics (обновите страницу два раза, чтобы переключить язык)"
402
 
403
  #: includes/settings/tabs/wps-general.php:336
404
  msgid "Force English"
405
+ msgstr "Принудительный использовать английский"
406
 
407
  #: includes/settings/tabs/wps-general.php:331
408
  msgid "Languages"
409
+ msgstr "Языки"
410
 
411
  #: includes/settings/tabs/wps-exclusions.php:227
412
  msgid "Note: this option will NOT handle url parameters (anything after the ?), only to the script name. Entries less than two characters will be ignored."
436
  msgid "Last 7 Days (Week)"
437
  msgstr "Последние 7 дней (неделя)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Яндекс"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
528
 
529
  #: includes/settings/tabs/wps-general.php:104
530
  msgid "Second"
531
+ msgstr "секунд(ы)"
532
 
533
  #: includes/settings/tabs/wps-general.php:105
534
  msgid "Time for the check accurate online user in the site. Now: %s Second"
535
+ msgstr "Периодичность проверки пользователей на сайте. Сейчас: %s секунд(ы)"
536
 
537
  #: includes/settings/tabs/wps-general.php:111
538
  msgid "Record all user"
539
+ msgstr "Регистрировать всех пользователей"
540
 
541
  #: includes/settings/tabs/wps-general.php:117
542
  msgid "Ignores the exclusion settings and records all users that are online (including self referrals and robots). Should only be used for troubleshooting."
543
+ msgstr "Игнорировать настройки исключения и регистрировать всех пользователей, которые находятся на сайте (в том числе рефералов и роботов). Следует использовать только для устранения неполадок."
544
 
545
  #: includes/settings/tabs/wps-general.php:155
546
  msgid "Store entire user agent string"
547
+ msgstr "Сохранять строку UserAgent"
548
 
549
  #: includes/settings/tabs/wps-general.php:161
550
  msgid "Only enabled for debugging"
551
+ msgstr "Включайте только для отладки"
552
 
553
  #: includes/settings/tabs/wps-general.php:167
554
  msgid "Coefficient per visitor"
556
 
557
  #: includes/settings/tabs/wps-general.php:172
558
  msgid "For each visit to account for several hits. Currently %s."
559
+ msgstr "Для каждого посещения за несколько просмотров. Сейчас %s."
560
 
561
  #: includes/settings/tabs/wps-general.php:177
562
  #: includes/settings/tabs/wps-general.php:182 wp-statistics.php:381
563
  #: wp-statistics.php:457
564
  msgid "Pages"
565
+ msgstr "Страницы"
566
 
567
  #: includes/settings/tabs/wps-general.php:194
568
  msgid "Track all pages"
569
+ msgstr "Отслеживать все страницы"
570
 
571
  #: includes/settings/tabs/wps-general.php:209
572
  msgid "Strip parameters from URI"
573
+ msgstr "Удалять параметры из URL"
574
 
575
  #: includes/settings/tabs/wps-general.php:215
576
  msgid "This will remove anything after the ? in a URL."
577
+ msgstr "Удалять все, после знака ? в URL."
578
 
579
  #: includes/settings/tabs/wps-general.php:223
580
  msgid "Disable hits column in post/pages list"
581
+ msgstr "Скрыть столбец посещений в списке записей/страниц"
582
 
583
  #: includes/settings/tabs/wps-general.php:234
584
  msgid "Miscellaneous"
602
 
603
  #: includes/settings/tabs/wps-general.php:253
604
  msgid "Hide admin notices about non active features"
605
+ msgstr "Скрыть уведомления администратору о неактивных компонентах"
606
 
607
  #: includes/settings/tabs/wps-general.php:259
608
  msgid "By default WP Statistics displays an alert if any of the core features are disabled on every admin page, this option will disable these notices."
609
+ msgstr "По умолчанию WP Statistics отображает предупреждение на каждой странице администратора, если любая из основных функций отключена . Этот параметр отключит эти уведомления."
610
 
611
  #: includes/settings/tabs/wps-general.php:265
612
  msgid "Delete the manual"
618
 
619
  #: includes/settings/tabs/wps-general.php:276
620
  msgid "Search Engines"
621
+ msgstr "Поисковые системы"
622
 
623
  #: includes/settings/tabs/wps-general.php:293
624
  msgid "Disabling all search engines is not allowed, doing so will result in all search engines being active."
625
+ msgstr "Отключение всех поисковых системах не допускается, поэтому это оставит все поисковые системы активными."
626
 
627
  #: includes/settings/tabs/wps-general.php:308
628
  msgid "disable"
630
 
631
  #: includes/settings/tabs/wps-general.php:309
632
  msgid "Disable %s from data collection and reporting."
633
+ msgstr "Отключит сбор данных и ответ от %s."
634
 
635
  #: includes/settings/tabs/wps-general.php:315
636
  msgid "Charts"
638
 
639
  #: includes/settings/tabs/wps-general.php:320
640
  msgid "Include totals"
641
+ msgstr "Включить общие данные"
642
 
643
  #: includes/settings/tabs/wps-general.php:326
644
  msgid "Add a total line to charts with multiple values, like the search engine referrals"
645
+ msgstr "Добавить в диаграмму линию с общими данными и несколькими значениями, например переходы из поисковых систем"
646
 
647
  #: includes/settings/tabs/wps-externals.php:32
648
  msgid "GeoIP settings"
649
+ msgstr "Настройки GeoIP"
650
 
651
  #: includes/settings/tabs/wps-externals.php:37
652
  msgid "IP location services provided by GeoLite2 data created by MaxMind, available from %s."
653
+ msgstr "Данные предоставлены GeoLite2 от MaxMind, доступны %s."
654
 
655
  #: includes/settings/tabs/wps-externals.php:47
656
  msgid "GeoIP collection"
657
+ msgstr "Сбор GeoIP данных"
658
 
659
  #: includes/settings/tabs/wps-externals.php:53
660
  msgid "For get more information and location (country) from visitor, enable this feature."
661
+ msgstr "Для получения дополнительной информации и местоположения (страны) о посетителе, включите эту функцию."
662
 
663
  #: includes/settings/tabs/wps-externals.php:59
664
  msgid "Update GeoIP Info"
665
+ msgstr "Обновить данные GeoIP"
666
 
667
  #: includes/settings/tabs/wps-externals.php:64
668
  msgid "Download GeoIP Database"
669
+ msgstr "Скачать базу данных GeoIP"
670
 
671
  #: includes/settings/tabs/wps-externals.php:71
672
  msgid "Schedule monthly update of GeoIP DB"
673
+ msgstr "Ежемесячно обновлять базу данных GeoIP"
674
 
675
  #: includes/settings/tabs/wps-externals.php:97
676
  msgid "Download of the GeoIP database will be scheduled for 2 days after the first Tuesday of the month."
677
+ msgstr "Загружать базу данных GeoIP через 2 дня, после первого вторника месяца."
678
 
679
  #: includes/settings/tabs/wps-externals.php:98
680
  msgid "This option will also download the database if the local filesize is less than 1k (which usually means the stub that comes with the plugin is still in place)."
681
+ msgstr "Также эта опция загрузить базу данных, если ее размер на диске менее 1кб"
682
 
683
  #: includes/settings/tabs/wps-externals.php:104
684
  msgid "Populate missing GeoIP after update of GeoIP DB"
685
+ msgstr "Обновить неизвестные данные GeoIP, после его обновления"
 
 
686
 
687
  #: includes/settings/tabs/wps-externals.php:110
688
  msgid "Update any missing GeoIP data after downloading a new database."
921
  msgid "Map type"
922
  msgstr "Тип карты"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Ошибка при загрузке базы данных browscap от: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap база данных успешно обновлена!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap уже на текущей версии!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Недавние посетители"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Топ ссылающихся на вас сайтов"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Пожалуйста, выберите значение более 30 дней."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Статистика браузеров"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Нажмите для переключения"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Браузеры"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Браузеры по типу"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Платформа"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Браузеры по платформе"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "Версии %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Статистика исключений"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 дней"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 дней"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 дней"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 месяца"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 месяца"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 месяцев"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 месяцев"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 год"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Страница"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "От"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Все"
1689
  msgid "To be added soon"
1690
  msgstr "Скоро будут добавлены"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr ""
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Ссылается"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "Не найдено данных для удаления!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "Данные таблицы %s успешно удалены."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Ошибка, %s не очищена!"
1827
 
2626
 
2627
  #: includes/settings/tabs/wps-externals.php:167
2628
  msgid "browscap usage"
2629
+ msgstr "Использовать browscap"
2630
 
2631
  #: includes/settings/tabs/wps-externals.php:52
2632
  #: includes/settings/tabs/wps-externals.php:76
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2662
  #: includes/settings/tabs/wps-overview-display.php:147
2663
  #: includes/settings/tabs/wps-overview-display.php:159
2664
  msgid "Active"
2665
+ msgstr "Активно"
2666
 
2667
  #: includes/settings/tabs/wps-externals.php:173
2668
  msgid "The browscap database will be downloaded and used to detect robots."
2669
+ msgstr "Будет загружена и использована база данных browscap для детектирования роботов."
2670
 
2671
  #: includes/settings/tabs/wps-externals.php:179
2672
  msgid "Update browscap Info"
2673
+ msgstr "Обновить данные browscap"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:184
2676
  msgid "Download browscap Database"
2677
+ msgstr "Скачать базу данных browscap"
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Сохраните изменения на этой странице для загрузки обновления."
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:191
2686
  msgid "Schedule weekly update of browscap DB"
2687
+ msgstr "Еженедельно обновлять базу данных browscap"
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Следующее обновление будет"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
+ msgstr "Автоматически обновлять базу данных browscap каждую неделю."
2698
 
2699
  #: includes/settings/tabs/wps-general.php:50
2700
  msgid "This will delete the manual when you save the settings, are you sure?"
languages/wp_statistics-ru_UA.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr ""
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr ""
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr ""
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr ""
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr ""
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr ""
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr ""
1365
  msgid "Recent Visitors"
1366
  msgstr ""
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr ""
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr ""
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr ""
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr ""
1452
  msgid "Click to toggle"
1453
  msgstr ""
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr ""
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr ""
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr ""
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr ""
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr ""
1477
 
@@ -1483,35 +1487,35 @@ msgstr ""
1483
  msgid "Exclusions Statistics"
1484
  msgstr ""
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr ""
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr ""
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr ""
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr ""
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr ""
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr ""
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr ""
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr ""
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr ""
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr ""
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr ""
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr ""
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr ""
@@ -1685,11 +1689,11 @@ msgstr ""
1685
  msgid "To be added soon"
1686
  msgstr ""
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr ""
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr ""
1695
 
@@ -1813,11 +1817,11 @@ msgstr ""
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr ""
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr ""
1823
 
@@ -2629,8 +2633,8 @@ msgstr ""
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr ""
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr ""
2680
 
@@ -2684,11 +2688,11 @@ msgstr ""
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr ""
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr ""
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr ""
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr ""
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr ""
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr ""
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr ""
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr ""
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr ""
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr ""
1435
  msgid "Please select a value over 30 days."
1436
  msgstr ""
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr ""
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr ""
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr ""
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr ""
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr ""
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr ""
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr ""
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr ""
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr ""
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr ""
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr ""
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr ""
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr ""
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr ""
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr ""
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr ""
1521
 
1572
  msgstr ""
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr ""
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr ""
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr ""
1689
  msgid "To be added soon"
1690
  msgstr ""
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr ""
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr ""
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr ""
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr ""
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr ""
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr ""
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr ""
2698
 
languages/wp_statistics-sk_SK.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr "ID príspevku / stránky"
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr "Ask.com"
53
 
@@ -79,7 +83,7 @@ msgstr "databázový index krajín"
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr "Staršie inštalácie WP Štatistiky ukladajú detaily z vyhľadávania
131
  msgid "Referrer Spam"
132
  msgstr "Referrer Spam"
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "Sťahovanie databázy Piwik Referrer Spam Blacklist bude naplánovaná raz týždenne."
137
 
@@ -139,31 +143,31 @@ msgstr "Sťahovanie databázy Piwik Referrer Spam Blacklist bude naplánovaná r
139
  msgid "Externals"
140
  msgstr "Externé špecifikácie"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "Nastavenia Piwik Referrer Spam Blacklist"
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr "Naplánovať týždennú aktualizáciu Piwik Referrer Spam Blacklist DB"
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "Stiahnite si Piwik Referrer Spam Blacklist databázu"
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "Aktualizácia Piwik Referrer Spam Blacklist informácií"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "Bude stiahnutá Piwik Referrer Spam Blacklist databáza, ktorá sa používa na určenie spamu odkazovača."
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "Referrer spam blacklist poskytuje Piwik, dostupný z %s."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "Využitie Piwik Referrer Spam Blacklist "
169
 
@@ -336,11 +340,11 @@ msgstr "Počet príspevkov"
336
  msgid "Time Frame"
337
  msgstr "Časový rámec"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "do"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "Prejsť"
346
 
@@ -384,11 +388,11 @@ msgstr "Staršie inštalácie WP Statistics umožňujú v hraničnom prípade du
384
  msgid "Filtered by"
385
  msgstr "Filtrované podľa"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "Rozsah"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/RRRR"
394
 
@@ -432,27 +436,27 @@ msgstr "Posledných 30 dní (Mesiac)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "Posledných 7 dní (Týždeň)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
@@ -917,7 +921,7 @@ msgstr "Zakázať widget editora stránky/príspevku."
917
  msgid "Map type"
918
  msgstr "Typ mapy"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr "Odstránenie"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "GeoIP aktualizované na"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Chyba pri sťahovaní browscap databázy z: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap databáza je aktualizovaná úspešne!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "browscap aktualizácia databázy zlyhala! Súbor vyrovnávacej pamäte (Cache) je príliš veľký, návrat k predchádzajúcemu browscap.ini."
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "browscap aktualizácia databázy zlyhala! Nový browscap.ini chybne identifikuje pužívateľských agentov ako skenery, návrat k predchádzajúcemu browscap.ini."
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap už v aktuálnej verzii!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Browscap.ini aktualizovaný na"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 stránok"
1365
  msgid "Recent Visitors"
1366
  msgstr "Nedávni návštevníci"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Top odkazujúce stránky"
@@ -1431,18 +1435,18 @@ msgstr "Databáza vyčistená"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Vyberte hodnotu viac ako 30 dní."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Štatistiky prehliadačov"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Štatistiky prehliadačov"
1452
  msgid "Click to toggle"
1453
  msgstr "Kliknutím prepnúť"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Prehliadače"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Prehliadače podľa typu"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Platforma"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Prehliadače podľa platformy"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "Verzia %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Pozor: Vylúčenia nie sú aktuálne nastavené na zaznamenávanie, výs
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Štatistiky vylúčení"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 dní"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 dní"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 dní"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 mesiace"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 mesiace"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 mesiacov"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 mesiacov"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 rok"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Mapa"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Strana"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "z"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Všetko"
@@ -1685,11 +1689,11 @@ msgstr "Návštevy"
1685
  msgid "To be added soon"
1686
  msgstr "Bude pridané čoskoro"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Odkazujúce stránky z"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Referencie"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "údaje platformy %s úspešne vymazané."
1813
  msgid "No platform data found to remove!"
1814
  msgstr "Neboli nájdené žiadne údaje platformy na odstránenie!"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s údaje tabuľky úspešne vymazané."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Chyba, %s nie je vyprázdnený!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "browscap použitie"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Stiahnuť browscap databázu"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Uložite zmeny na tejto stránke aby sa začalo sťahovanie aktualizácie."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Naplánovať týždennú aktualizáciu browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Ďalšia aktualizácia bude"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Sťahovanie browscap databázy bude naplánované raz týždenne."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr "ID príspevku / stránky"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr "Ask.com"
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr "Referrer Spam"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "Sťahovanie databázy Piwik Referrer Spam Blacklist bude naplánovaná raz týždenne."
141
 
143
  msgid "Externals"
144
  msgstr "Externé špecifikácie"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "Nastavenia Piwik Referrer Spam Blacklist"
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr "Naplánovať týždennú aktualizáciu Piwik Referrer Spam Blacklist DB"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "Stiahnite si Piwik Referrer Spam Blacklist databázu"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "Aktualizácia Piwik Referrer Spam Blacklist informácií"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "Bude stiahnutá Piwik Referrer Spam Blacklist databáza, ktorá sa používa na určenie spamu odkazovača."
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "Referrer spam blacklist poskytuje Piwik, dostupný z %s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "Využitie Piwik Referrer Spam Blacklist "
173
 
340
  msgid "Time Frame"
341
  msgstr "Časový rámec"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "do"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "Prejsť"
350
 
388
  msgid "Filtered by"
389
  msgstr "Filtrované podľa"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "Rozsah"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/RRRR"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "Posledných 7 dní (Týždeň)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
921
  msgid "Map type"
922
  msgstr "Typ mapy"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Chyba pri sťahovaní browscap databázy z: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap databáza je aktualizovaná úspešne!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "browscap aktualizácia databázy zlyhala! Súbor vyrovnávacej pamäte (Cache) je príliš veľký, návrat k predchádzajúcemu browscap.ini."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "browscap aktualizácia databázy zlyhala! Nový browscap.ini chybne identifikuje pužívateľských agentov ako skenery, návrat k predchádzajúcemu browscap.ini."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap už v aktuálnej verzii!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Browscap.ini aktualizovaný na"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Nedávni návštevníci"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Top odkazujúce stránky"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Vyberte hodnotu viac ako 30 dní."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Štatistiky prehliadačov"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Kliknutím prepnúť"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Prehliadače"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Prehliadače podľa typu"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Platforma"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Prehliadače podľa platformy"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "Verzia %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Štatistiky vylúčení"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 dní"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 dní"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 dní"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 mesiace"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 mesiace"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 mesiacov"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 mesiacov"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 rok"
1521
 
1572
  msgstr "#hash#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Strana"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "z"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Všetko"
1689
  msgid "To be added soon"
1690
  msgstr "Bude pridané čoskoro"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Odkazujúce stránky z"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Referencie"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "Neboli nájdené žiadne údaje platformy na odstránenie!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s údaje tabuľky úspešne vymazané."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Chyba, %s nie je vyprázdnený!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Uložite zmeny na tejto stránke aby sa začalo sťahovanie aktualizácie."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Ďalšia aktualizácia bude"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Sťahovanie browscap databázy bude naplánované raz týždenne."
2698
 
languages/wp_statistics-sr_RS.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr ""
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Vrsta mape"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Грешка при преузимању бровсцап базу података: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "бровсцап База%је успешно ажуриранаили!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "бровсцап већ у тренутној верзији"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Prvih 10 stranica"
1365
  msgid "Recent Visitors"
1366
  msgstr "Nedavni posetioci"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Site-ovi sa najvećim brojem uputa"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Odaberite vrednost preko 30 dana."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Statistika pretraživača"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Statistika pretraživača"
1452
  msgid "Click to toggle"
1453
  msgstr "Klikni za aktiviranje/deaktiviranje"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Pretraživači"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Pretraživači po vrsti"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Platforma"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Pretraživači po platformi"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s verzija"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Pažnja: Trenutno se izuzeci ne beleže, rezultati koji slede možda ne
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Statistika izuzetaka"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 dana"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 dana"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 dana"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 meseca"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 meseca"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 meseci"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 meseci"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 godina"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Mapa"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Stranica"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "Iz"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Svi"
@@ -1685,11 +1689,11 @@ msgstr "Posete"
1685
  msgid "To be added soon"
1686
  msgstr "Uskoro će biti dodati"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Upućuje site-ove sa"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Reference"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "платформаза податке %s успешно обрисан"
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "подаци Табела %s успешно"
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Greška, %s nije ispražnjen!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "бровсцап Употреба"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Довнлоад бровсцап база"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Sačuvaj izmene na ovoj stranici radi preuzimanja ažuriranja."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Распоред недељно ажурирање бровсцап ДБ
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Naredno ažuriranje biće"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "преузимање базе бити заказана једном недељно."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr ""
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "Vrsta mape"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Грешка при преузимању бровсцап базу података: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "бровсцап База%је успешно ажуриранаили!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "бровсцап већ у тренутној верзији"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Nedavni posetioci"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Site-ovi sa najvećim brojem uputa"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Odaberite vrednost preko 30 dana."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Statistika pretraživača"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Klikni za aktiviranje/deaktiviranje"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Pretraživači"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Pretraživači po vrsti"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Platforma"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Pretraživači po platformi"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s verzija"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Statistika izuzetaka"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 dana"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 dana"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 dana"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 meseca"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 meseca"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 meseci"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 meseci"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 godina"
1521
 
1572
  msgstr "#hash#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Stranica"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "Iz"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Svi"
1689
  msgid "To be added soon"
1690
  msgstr "Uskoro će biti dodati"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Upućuje site-ove sa"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Reference"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "подаци Табела %s успешно"
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Greška, %s nije ispražnjen!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Sačuvaj izmene na ovoj stranici radi preuzimanja ažuriranja."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Naredno ažuriranje biće"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "преузимање базе бити заказана једном недељно."
2698
 
languages/wp_statistics-sv_SE.mo CHANGED
Binary file
languages/wp_statistics-sv_SE.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-09-04 18:48:33+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -10,34 +10,38 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
16
- msgstr ""
17
 
18
  #: includes/settings/tabs/wps-maintenance.php:30
19
  msgid "Purge Old Data Daily"
20
- msgstr ""
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:41
23
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
24
- msgstr ""
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:47
27
  msgid "Purge data older than"
28
- msgstr ""
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:58
31
  msgid "Purge High Hit Count Visitors Daily"
32
- msgstr ""
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:69
35
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
36
- msgstr ""
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:81
39
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
40
- msgstr ""
41
 
42
  #: shortcode.php:184
43
  msgid "The post/page id to get page statistics on."
@@ -47,7 +51,7 @@ msgstr "ID för inlägg/sida att samla sidstatistik om."
47
  msgid "Post/Page ID"
48
  msgstr "ID för inlägg/sida"
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr "Ask.com"
53
 
@@ -79,7 +83,7 @@ msgstr "databasindex för länder"
79
  msgid "search table"
80
  msgstr "sök tabellen"
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr "inställningssidan"
85
 
@@ -131,7 +135,7 @@ msgstr "Äldre installationer av WP Statistics sätt att lagra information om s
131
  msgid "Referrer Spam"
132
  msgstr "Manipulerade referenskällor"
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "Nedladdning av Piwiks svartlistade skräpreferenser kommer att schemaläggas en gång per vecka."
137
 
@@ -139,31 +143,31 @@ msgstr "Nedladdning av Piwiks svartlistade skräpreferenser kommer att schemalä
139
  msgid "Externals"
140
  msgstr "Externa"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "Inställningar för svarta listan från Piwik med skräpreferenser"
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr "Schemalägg veckovis uppdatering av svarta listan från Piwik med skräpreferenser"
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "Hämta svarta skräpreferenslistan från Piwik"
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "Uppdatera information om Piwiks svartlistade skräpreferenser"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "Svartlistade skräpreferenser hämtas från Piwiks databas och används för att detektera s.k. \"referrer spam\"."
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "Svarta listan med skräpreferenser tillhandahålls av Piwik, som är tillgänglig från %s."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "Användning av Piwiks svarta lista med skräpreferenser"
169
 
@@ -336,11 +340,11 @@ msgstr "Antal inlägg"
336
  msgid "Time Frame"
337
  msgstr "Tidsram"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "till"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "start"
346
 
@@ -384,11 +388,11 @@ msgstr "I äldre installationer av WP Statistics kan dubbletter i besökstabelle
384
  msgid "Filtered by"
385
  msgstr "Filtrerat med"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "Område"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr "Senaste månaden (30 dagar)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "Senaste veckan (7 dagar)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
@@ -917,7 +921,7 @@ msgstr "Inaktivera eventuellt redigerings-widget."
917
  msgid "Map type"
918
  msgstr "Karttyp"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr "Radering"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "Uppdatering av GeoIP pågår"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Fel vid hämtning av databasen för browscap från: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "Databasen för browscap har uppdaterats!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "Uppdateringen av databasen för browscap misslyckades! Cache-filen är för stor, återgår till föregående Browscap.ini."
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "Uppdateringen av databasen för browscap misslyckades! Den nya browscap.ini-filen misstolkar användaragenter som sökrobotar, återgår till föregående browscap.ini."
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap har redan den senaste versionen!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Uppdatering av browscap.ini pågår"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Mest besökta sidor"
1365
  msgid "Recent Visitors"
1366
  msgstr "Senaste besökarna"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Länkkällornas 10 i topp"
@@ -1431,18 +1435,18 @@ msgstr "Databasrensning pågår"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Var vänlig välj minst 30 dagar."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Webbläsarstatistik"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Webbläsarstatistik"
1452
  msgid "Click to toggle"
1453
  msgstr "Klicka för att växla"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Webbläsare"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Typer av webbläsare"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Plattform"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Plattformar för webbläsare"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s-versioner"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Lystring: Uteslutning är för närvarande inte inställd för att lagra
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Uteslutningsstatistik"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 dagar"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 dagar"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 dagar"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 månader"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 månader"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 månader"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 månader"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 år"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Karta"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Sida"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "Från"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Allt"
@@ -1685,11 +1689,11 @@ msgstr "Besök"
1685
  msgid "To be added soon"
1686
  msgstr "Kommer att läggas till snart"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Länkande webbplatser från"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Länkningar"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s plattformsdata har raderats."
1813
  msgid "No platform data found to remove!"
1814
  msgstr "Ingen plattformsdata finns att ta bort!"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s tabelldata har raderats."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Fel, %s inte tömd!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "Användning av browscap"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Hämta Databasen för browscap"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Spara ändringar på denna sida för att hämta uppdateringen."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Schemalägg veckovis uppdatering av databasen för browscap"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Nästa uppdatering kommer att vara"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Nedladdningen av browscap databas kommer att planeras till en gång i veckan."
2694
 
2
  # This file is distributed under the same license as the WP Statistics package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2015-12-06 22:36:04+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr "optimeringssida"
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
20
+ msgstr "Aktiverad"
21
 
22
  #: includes/settings/tabs/wps-maintenance.php:30
23
  msgid "Purge Old Data Daily"
24
+ msgstr "Rensa bort gamla uppgifter dagligen"
25
 
26
  #: includes/settings/tabs/wps-maintenance.php:41
27
  msgid "A WP Cron job will be run daily to purge any data older than a set number of days."
28
+ msgstr "Ett WP-Cron-jobb kommer att köras dagligen för att städa bort alla data som är äldre än ett visst antal dagar."
29
 
30
  #: includes/settings/tabs/wps-maintenance.php:47
31
  msgid "Purge data older than"
32
+ msgstr "Rensa bort uppgifter som är äldre än"
33
 
34
  #: includes/settings/tabs/wps-maintenance.php:58
35
  msgid "Purge High Hit Count Visitors Daily"
36
+ msgstr "Rensa besökartoppräknaren dagligen"
37
 
38
  #: includes/settings/tabs/wps-maintenance.php:69
39
  msgid "A WP Cron job will be run daily to purge any users statistics data where the user has more than the defined number of hits in a day (aka they are probably a bot)."
40
+ msgstr "Ett WP-Cron-jobb kommer att köras dagligen för att rensa bort alla användarstatistik där användaren har mer än det definierade antalet träffar på en dag (troligen en robot)."
41
 
42
  #: includes/settings/tabs/wps-maintenance.php:81
43
  msgid "The number of hits required to delete the visitor. Minimum value is 10 hits. Invalid values will disable the daily maintenance."
44
+ msgstr "Antalet träffar som krävs för att ta bort besökaren. Minsta antal är 10 träffar. Ett ogiltigt värde stänger av det dagliga underhållet."
45
 
46
  #: shortcode.php:184
47
  msgid "The post/page id to get page statistics on."
51
  msgid "Post/Page ID"
52
  msgstr "ID för inlägg/sida"
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr "Ask.com"
57
 
83
  msgid "search table"
84
  msgstr "sök tabellen"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr "inställningssidan"
89
 
135
  msgid "Referrer Spam"
136
  msgstr "Manipulerade referenskällor"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "Nedladdning av Piwiks svartlistade skräpreferenser kommer att schemaläggas en gång per vecka."
141
 
143
  msgid "Externals"
144
  msgstr "Externa"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "Inställningar för svarta listan från Piwik med skräpreferenser"
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr "Schemalägg veckovis uppdatering av svarta listan från Piwik med skräpreferenser"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "Hämta svarta skräpreferenslistan från Piwik"
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "Uppdatera information om Piwiks svartlistade skräpreferenser"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "Svartlistade skräpreferenser hämtas från Piwiks databas och används för att detektera s.k. \"referrer spam\"."
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "Svarta listan med skräpreferenser tillhandahålls av Piwik, som är tillgänglig från %s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "Användning av Piwiks svarta lista med skräpreferenser"
173
 
340
  msgid "Time Frame"
341
  msgstr "Tidsram"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "till"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "start"
350
 
388
  msgid "Filtered by"
389
  msgstr "Filtrerat med"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "Område"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "Senaste veckan (7 dagar)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
921
  msgid "Map type"
922
  msgstr "Karttyp"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Fel vid hämtning av databasen för browscap från: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "Databasen för browscap har uppdaterats!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "Uppdateringen av databasen för browscap misslyckades! Cache-filen är för stor, återgår till föregående Browscap.ini."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "Uppdateringen av databasen för browscap misslyckades! Den nya browscap.ini-filen misstolkar användaragenter som sökrobotar, återgår till föregående browscap.ini."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap har redan den senaste versionen!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Uppdatering av browscap.ini pågår"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Senaste besökarna"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Länkkällornas 10 i topp"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Var vänlig välj minst 30 dagar."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Webbläsarstatistik"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Klicka för att växla"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Webbläsare"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Typer av webbläsare"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Plattform"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Plattformar för webbläsare"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s-versioner"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Uteslutningsstatistik"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 dagar"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 dagar"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 dagar"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 månader"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 månader"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 månader"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 månader"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 år"
1521
 
1572
  msgstr "#hash#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Sida"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "Från"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Allt"
1689
  msgid "To be added soon"
1690
  msgstr "Kommer att läggas till snart"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Länkande webbplatser från"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Länkningar"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "Ingen plattformsdata finns att ta bort!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s tabelldata har raderats."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Fel, %s inte tömd!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Spara ändringar på denna sida för att hämta uppdateringen."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Nästa uppdatering kommer att vara"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Nedladdningen av browscap databas kommer att planeras till en gång i veckan."
2698
 
languages/wp_statistics-tr_TR.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr ""
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Harita türü"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr "Kaldırma işlemi"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Browscap veritabanından yükleme hatası: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap veritabanı başarıyla güncelleştirildi."
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "Geçerli sürüm de zaten Browscap!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "En iyi 10 sayfaları"
1365
  msgid "Recent Visitors"
1366
  msgstr "Son Ziyaretciler"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Üst yönlendiren siteler"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Lütfen 30 Gün Üzerinde Bir Değer Seçin."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Tarayıcı İstatistikleri"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Tarayıcı İstatistikleri"
1452
  msgid "Click to toggle"
1453
  msgstr "Geçiş yapmak için tıklayın"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Tarayıcılar"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Tarayıcı türüne göre"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Platform"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Tarayıcı platformu tarafından"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s Sürümü"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Dikkat: İstisnalar henüz belirlenmedi ve sonuçlar mevcut istatistikle
1483
  msgid "Exclusions Statistics"
1484
  msgstr "İstatistik İstisnaları"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 Günlük"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 Günlük"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 Günlük"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 Aylık"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 Aylık"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 Aylık"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 Aylık"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 Yıllık"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Harita"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Sayfa"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "/"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Hepsi"
@@ -1685,11 +1689,11 @@ msgstr "Ziyaretler"
1685
  msgid "To be added soon"
1686
  msgstr "Yakında Eklenecekler"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Referans Verenler"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Referanslar"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s platformu verileri başarıyla silindi."
1813
  msgid "No platform data found to remove!"
1814
  msgstr "Kaldırılacak herhangi bir platform bilgisi yok!"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s tablo verileri başarıyla silindi."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Hata, %s Bilgi Var!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "Browscap kullanımı"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Browscap veritabanı indir"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "İndirilen Güncelleme Değişikliklerini Kaydet"
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Browscap DB ve haftalık güncelleme planı"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Bir Sonraki Güncelleme Tarihi"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Download browscap veritabanı için haftada planlanır."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr ""
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "Harita türü"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Browscap veritabanından yükleme hatası: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap veritabanı başarıyla güncelleştirildi."
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "Geçerli sürüm de zaten Browscap!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Son Ziyaretciler"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Üst yönlendiren siteler"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Lütfen 30 Gün Üzerinde Bir Değer Seçin."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Tarayıcı İstatistikleri"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Geçiş yapmak için tıklayın"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Tarayıcılar"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Tarayıcı türüne göre"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Platform"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Tarayıcı platformu tarafından"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s Sürümü"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "İstatistik İstisnaları"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 Günlük"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 Günlük"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 Günlük"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 Aylık"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 Aylık"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 Aylık"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 Aylık"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 Yıllık"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Sayfa"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "/"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Hepsi"
1689
  msgid "To be added soon"
1690
  msgstr "Yakında Eklenecekler"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Referans Verenler"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Referanslar"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "Kaldırılacak herhangi bir platform bilgisi yok!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s tablo verileri başarıyla silindi."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Hata, %s Bilgi Var!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "İndirilen Güncelleme Değişikliklerini Kaydet"
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Bir Sonraki Güncelleme Tarihi"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Download browscap veritabanı için haftada planlanır."
2698
 
languages/wp_statistics-uk.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr "ID повідомлення/сторінки для отримання
47
  msgid "Post/Page ID"
48
  msgstr "ID повідомлення/сторінки для статистики на сторінці. "
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr "Ask.com"
53
 
@@ -79,7 +83,7 @@ msgstr " Індекс бази даних країн"
79
  msgid "search table"
80
  msgstr "Таблиця пошуку"
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr "сторінка налаштувань"
85
 
@@ -131,7 +135,7 @@ msgstr "Старі установки WP Statistics зберігають інф
131
  msgid "Referrer Spam"
132
  msgstr "Referrer Spam"
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr "Завантаження бази даних Piwik Referrer Spam Blacklist заплановано один раз на тиждень."
137
 
@@ -139,31 +143,31 @@ msgstr "Завантаження бази даних Piwik Referrer Spam Blackli
139
  msgid "Externals"
140
  msgstr "Зовнішні специфікації"
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr "Налаштування Piwik Referrer Spam Blacklist "
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr "Графік щотижневих оновлень Piwik Referrer Spam Blacklist DB"
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr "Хавантажити базу даних Piwik Referrer Spam Blacklist "
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr "Оновити інформацію Piwik Referrer Spam Blacklist"
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr "База даних Piwik Referrer Spam Blacklist буде завантажена та буде використовуватись для виявлення спаму. "
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr "Referrer spam blacklist від Piwik, доступний з %s."
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr "Використання Piwik Referrer Spam Blacklist "
169
 
@@ -336,11 +340,11 @@ msgstr "Кількість публікацій"
336
  msgid "Time Frame"
337
  msgstr "Інтервал часу"
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr "до"
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr "перейти"
346
 
@@ -384,11 +388,11 @@ msgstr "Старі установки WP Statistics дублювали запи
384
  msgid "Filtered by"
385
  msgstr "Відфільтровано по"
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr "Діапазон"
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "ММ/ДД/РРРР"
394
 
@@ -432,27 +436,27 @@ msgstr "Останні 30 днів (місяць)"
432
  msgid "Last 7 Days (Week)"
433
  msgstr "Останні 7 днів (тиждень)"
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr "Yahoo!"
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr "Yandex"
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr "clearch.org"
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr "DuckDuckGo"
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr "Bing"
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr "Baidu"
458
 
@@ -917,7 +921,7 @@ msgstr "Відключити цей віджет-редактор сторінк
917
  msgid "Map type"
918
  msgstr "Тип карти"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr "Видалення"
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr "GeoIP оновлена на"
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Помилка під час завантаження browscap бази даних із: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap база даних успішно оновлена!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr "Оновлення browscap бази даних не вдалося! Кеш-файл занадто великий, повернено до попереднього browscap.ini."
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr "Оновлення browscap бази даних не вдалося! Новий browscap.ini помилково розпізнає користувачів як сканерів, повернено до попереднього browscap.ini."
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap вже в поточній версії!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr "Browscap.ini оновлено на"
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Топ 10 сторінок"
1365
  msgid "Recent Visitors"
1366
  msgstr "Нещодавні відвідувачі"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Топ реферних сайтів"
@@ -1431,18 +1435,18 @@ msgstr "База даних, відсічена на"
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "Будь ласка, виберіть значення протягом 30 днів."
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Статистика браузерів"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Статистика браузерів"
1452
  msgid "Click to toggle"
1453
  msgstr "Натисніть для переміщення"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Браузери"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Браузери за типом"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Платформа"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Браузери за платформою"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "Версія %s"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Увага: Виключення наразі не записуютьс
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Виключення в статистиці"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 днів"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 днів"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 днів"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 місяці"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 місяці"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 місяців"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 місяців"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 рік"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#хеш#"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Карта"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Сторінка"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "Від"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Все"
@@ -1685,11 +1689,11 @@ msgstr "Відвідування"
1685
  msgid "To be added soon"
1686
  msgstr "Скоро будуть додані"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Реферні сайти від"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Посилання"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s даних платформи видалені успішно."
1813
  msgid "No platform data found to remove!"
1814
  msgstr "Даних платформи для видалення не знайдено!"
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s даних таблиці успішно видалено."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Помилка %s не очищено!"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "browscap використання"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Завантажити базу даних browscap "
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Зберегти зміни на цій сторінці для завантаження оновлень."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Запланувати щотижневе оновлення для БД
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Наступне оновлення буде"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Завантаження бази даних browscap заплановано один раз на тиждень."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr "ID повідомлення/сторінки для статистики на сторінці. "
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr "Ask.com"
57
 
83
  msgid "search table"
84
  msgstr "Таблиця пошуку"
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr "сторінка налаштувань"
89
 
135
  msgid "Referrer Spam"
136
  msgstr "Referrer Spam"
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr "Завантаження бази даних Piwik Referrer Spam Blacklist заплановано один раз на тиждень."
141
 
143
  msgid "Externals"
144
  msgstr "Зовнішні специфікації"
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr "Налаштування Piwik Referrer Spam Blacklist "
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr "Графік щотижневих оновлень Piwik Referrer Spam Blacklist DB"
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr "Хавантажити базу даних Piwik Referrer Spam Blacklist "
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr "Оновити інформацію Piwik Referrer Spam Blacklist"
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr "База даних Piwik Referrer Spam Blacklist буде завантажена та буде використовуватись для виявлення спаму. "
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr "Referrer spam blacklist від Piwik, доступний з %s."
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr "Використання Piwik Referrer Spam Blacklist "
173
 
340
  msgid "Time Frame"
341
  msgstr "Інтервал часу"
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr "до"
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr "перейти"
350
 
388
  msgid "Filtered by"
389
  msgstr "Відфільтровано по"
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr "Діапазон"
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "ММ/ДД/РРРР"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr "Останні 7 днів (тиждень)"
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr "Yahoo!"
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr "Yandex"
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr "clearch.org"
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr "DuckDuckGo"
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr "Bing"
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr "Baidu"
462
 
921
  msgid "Map type"
922
  msgstr "Тип карти"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Помилка під час завантаження browscap бази даних із: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap база даних успішно оновлена!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr "Оновлення browscap бази даних не вдалося! Кеш-файл занадто великий, повернено до попереднього browscap.ini."
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr "Оновлення browscap бази даних не вдалося! Новий browscap.ini помилково розпізнає користувачів як сканерів, повернено до попереднього browscap.ini."
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap вже в поточній версії!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr "Browscap.ini оновлено на"
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Нещодавні відвідувачі"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Топ реферних сайтів"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "Будь ласка, виберіть значення протягом 30 днів."
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Статистика браузерів"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Натисніть для переміщення"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Браузери"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Браузери за типом"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Платформа"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Браузери за платформою"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "Версія %s"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Виключення в статистиці"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 днів"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 днів"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 днів"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 місяці"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 місяці"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 місяців"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 місяців"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 рік"
1521
 
1572
  msgstr "#хеш#"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Сторінка"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "Від"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Все"
1689
  msgid "To be added soon"
1690
  msgstr "Скоро будуть додані"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Реферні сайти від"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Посилання"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr "Даних платформи для видалення не знайдено!"
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s даних таблиці успішно видалено."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Помилка %s не очищено!"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Зберегти зміни на цій сторінці для завантаження оновлень."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Наступне оновлення буде"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Завантаження бази даних browscap заплановано один раз на тиждень."
2698
 
languages/wp_statistics-vi.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "Loại bản đồ"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "Google"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "Lỗi tải browscap cơ sở dữ liệu từ: %s - %s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap cơ sở dữ liệu Cập Nhật thành công!"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "browscap đã có tại phiên bản hiện tại!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "Top 10 trang"
1365
  msgid "Recent Visitors"
1366
  msgstr "Số người truy cập gần đây nhất"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "Trang web giới thiệu hàng đầu"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr ".Hãy chọn giá trị lớn hơn 30 ngày"
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "Thống kê trình duyệt"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "Thống kê trình duyệt"
1452
  msgid "Click to toggle"
1453
  msgstr "Nhấn vào đây để chuyển đổi"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "Trình duyệt"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "Trình duyệt theo loại"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "Hệ điều hành"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "Trình duyệt bởi nền tảng"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "Phiên bản %s "
1477
 
@@ -1483,35 +1487,35 @@ msgstr "Chú ý: Loại trừ không hiện đang được thiết lập để
1483
  msgid "Exclusions Statistics"
1484
  msgstr "Loại trừ số liệu thống kê"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 ngày"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 ngày"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 ngày"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 tháng"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 tháng"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 tháng"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 tháng"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 năm"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "Bản đồ"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "Trang"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "Từ"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "Tất cả"
@@ -1685,11 +1689,11 @@ msgstr "Các lượt truy cập"
1685
  msgid "To be added soon"
1686
  msgstr "Sẽ được bổ sung "
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "Nguồn từ"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "Tài liệu tham khảo"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s nền tảng dữ liệu đã xóa thành công."
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s bảng dữ liệu đã xóa thành công."
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "Lỗi, %s không trống"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "sử dụng browscap"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "Tải về browscap cơ sở dữ liệu"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "Lưu các thay đổi trên Trang này để tải xuống bản Cập Nhật."
2680
 
@@ -2684,11 +2688,11 @@ msgstr "Lịch trình cập nhật hàng tuần của browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "Cập Nhật tiếp theo sẽ"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "Tải về phần browscap cơ sở dữ liệu sẽ được sắp xếp để có một lần một tuần."
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "Loại bản đồ"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "Google"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "Lỗi tải browscap cơ sở dữ liệu từ: %s - %s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap cơ sở dữ liệu Cập Nhật thành công!"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "browscap đã có tại phiên bản hiện tại!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "Số người truy cập gần đây nhất"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "Trang web giới thiệu hàng đầu"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr ".Hãy chọn giá trị lớn hơn 30 ngày"
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "Thống kê trình duyệt"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "Nhấn vào đây để chuyển đổi"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "Trình duyệt"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "Trình duyệt theo loại"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "Hệ điều hành"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "Trình duyệt bởi nền tảng"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "Phiên bản %s "
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "Loại trừ số liệu thống kê"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 ngày"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 ngày"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 ngày"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 tháng"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 tháng"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 tháng"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 tháng"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 năm"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "Trang"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "Từ"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "Tất cả"
1689
  msgid "To be added soon"
1690
  msgstr "Sẽ được bổ sung "
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "Nguồn từ"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "Tài liệu tham khảo"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s bảng dữ liệu đã xóa thành công."
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "Lỗi, %s không trống"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "Lưu các thay đổi trên Trang này để tải xuống bản Cập Nhật."
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "Cập Nhật tiếp theo sẽ"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "Tải về phần browscap cơ sở dữ liệu sẽ được sắp xếp để có một lần một tuần."
2698
 
languages/wp_statistics-zh_CN.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "映射类型"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "谷歌 (Google)"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "下载 browscap 数据库时出错: %s-%s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap 数据库已成功更新 !"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "已经在当前版本的 browscap!"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "前 10 页"
1365
  msgid "Recent Visitors"
1366
  msgstr "最近访客"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "引用站点排名"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "请选择一个大于30天的值"
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "浏览器统计"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "浏览器统计"
1452
  msgid "Click to toggle"
1453
  msgstr "点击切换"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "浏览器"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "浏览器类型"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "平台"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "通过平台的浏览器"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s 版本"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "小心:现在没有设定记录过滤信息,所以下面的结果可
1483
  msgid "Exclusions Statistics"
1484
  msgstr "排除统计"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 天"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 天"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 天"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2个月"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3个月"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6个月"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9个月"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "一年"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "地图"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "页面"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "由"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "全部"
@@ -1685,11 +1689,11 @@ msgstr "点击"
1685
  msgid "To be added soon"
1686
  msgstr "功能快将加入"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "来自网址的引用"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "引用"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s 平台数据已成功删除。"
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s 已成功删除的表数据。"
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "错误,%s 未清空。"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "browscap 使用"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "下载 browscap 数据库"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "保存这个页面的更改来下载更新。"
2680
 
@@ -2684,11 +2688,11 @@ msgstr "安排每周的更新的 browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "下一次更新"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "下载 browscap 数据库将会安排一次一周。"
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "映射类型"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "谷歌 (Google)"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "下载 browscap 数据库时出错: %s-%s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap 数据库已成功更新 !"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "已经在当前版本的 browscap!"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "最近访客"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "引用站点排名"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "请选择一个大于30天的值"
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "浏览器统计"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "点击切换"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "浏览器"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "浏览器类型"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "平台"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "通过平台的浏览器"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s 版本"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "排除统计"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 天"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 天"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 天"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2个月"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3个月"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6个月"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9个月"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "一年"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "页面"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "由"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "全部"
1689
  msgid "To be added soon"
1690
  msgstr "功能快将加入"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "来自网址的引用"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "引用"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s 已成功删除的表数据。"
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "错误,%s 未清空。"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "保存这个页面的更改来下载更新。"
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "下一次更新"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "下载 browscap 数据库将会安排一次一周。"
2698
 
languages/wp_statistics-zh_TW.po CHANGED
@@ -10,6 +10,10 @@ msgstr ""
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
 
 
 
 
13
  #: includes/settings/tabs/wps-maintenance.php:35
14
  #: includes/settings/tabs/wps-maintenance.php:63
15
  msgid "Enabled"
@@ -47,7 +51,7 @@ msgstr ""
47
  msgid "Post/Page ID"
48
  msgstr ""
49
 
50
- #: includes/functions/functions.php:400
51
  msgid "Ask.com"
52
  msgstr ""
53
 
@@ -79,7 +83,7 @@ msgstr ""
79
  msgid "search table"
80
  msgstr ""
81
 
82
- #: wp-statistics.php:148 wp-statistics.php:170
83
  msgid "settings page"
84
  msgstr ""
85
 
@@ -131,7 +135,7 @@ msgstr ""
131
  msgid "Referrer Spam"
132
  msgstr ""
133
 
134
- #: includes/settings/tabs/wps-externals.php:277
135
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
136
  msgstr ""
137
 
@@ -139,31 +143,31 @@ msgstr ""
139
  msgid "Externals"
140
  msgstr ""
141
 
142
- #: includes/settings/tabs/wps-externals.php:219
143
  msgid "Piwik Referrer Spam Blacklist settings"
144
  msgstr ""
145
 
146
- #: includes/settings/tabs/wps-externals.php:254
147
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
148
  msgstr ""
149
 
150
- #: includes/settings/tabs/wps-externals.php:247
151
  msgid "Download Piwik Referrer Spam Blacklist Database"
152
  msgstr ""
153
 
154
- #: includes/settings/tabs/wps-externals.php:242
155
  msgid "Update Piwik Referrer Spam Blacklist Info"
156
  msgstr ""
157
 
158
- #: includes/settings/tabs/wps-externals.php:236
159
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
160
  msgstr ""
161
 
162
- #: includes/settings/tabs/wps-externals.php:224
163
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
164
  msgstr ""
165
 
166
- #: includes/settings/tabs/wps-externals.php:230
167
  msgid "Piwik Referrer Spam Blacklist usage"
168
  msgstr ""
169
 
@@ -336,11 +340,11 @@ msgstr ""
336
  msgid "Time Frame"
337
  msgstr ""
338
 
339
- #: includes/functions/functions.php:982
340
  msgid "to"
341
  msgstr ""
342
 
343
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
344
  msgid "Go"
345
  msgstr ""
346
 
@@ -384,11 +388,11 @@ msgstr ""
384
  msgid "Filtered by"
385
  msgstr ""
386
 
387
- #: includes/functions/functions.php:975 includes/functions/functions.php:978
388
  msgid "Range"
389
  msgstr ""
390
 
391
- #: includes/functions/functions.php:982 includes/log/top-visitors.php:29
392
  msgid "MM/DD/YYYY"
393
  msgstr "MM/DD/YYYY"
394
 
@@ -432,27 +436,27 @@ msgstr ""
432
  msgid "Last 7 Days (Week)"
433
  msgstr ""
434
 
435
- #: includes/functions/functions.php:406
436
  msgid "Yahoo!"
437
  msgstr ""
438
 
439
- #: includes/functions/functions.php:407
440
  msgid "Yandex"
441
  msgstr ""
442
 
443
- #: includes/functions/functions.php:403
444
  msgid "clearch.org"
445
  msgstr ""
446
 
447
- #: includes/functions/functions.php:404
448
  msgid "DuckDuckGo"
449
  msgstr ""
450
 
451
- #: includes/functions/functions.php:402
452
  msgid "Bing"
453
  msgstr ""
454
 
455
- #: includes/functions/functions.php:401
456
  msgid "Baidu"
457
  msgstr ""
458
 
@@ -917,7 +921,7 @@ msgstr ""
917
  msgid "Map type"
918
  msgstr "映射類型"
919
 
920
- #: includes/functions/functions.php:405
921
  #: includes/settings/tabs/wps-overview-display.php:128
922
  msgid "Google"
923
  msgstr "谷歌 (Google)"
@@ -1049,7 +1053,7 @@ msgstr ""
1049
 
1050
  #: includes/settings/tabs/wps-access-level.php:85
1051
  #: includes/settings/tabs/wps-exclusions.php:234
1052
- #: includes/settings/tabs/wps-externals.php:284
1053
  #: includes/settings/tabs/wps-general.php:349
1054
  #: includes/settings/tabs/wps-maintenance.php:88
1055
  #: includes/settings/tabs/wps-notifications.php:201
@@ -1304,23 +1308,23 @@ msgstr ""
1304
  msgid "Error downloading browscap database from: %s - %s"
1305
  msgstr "下載 browscap 資料庫時出錯: %s-%s"
1306
 
1307
- #: wps-updates.php:267
1308
  msgid "browscap database updated successfully!"
1309
  msgstr "browscap 資料庫已成功更新 !"
1310
 
1311
- #: wps-updates.php:277
1312
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1313
  msgstr ""
1314
 
1315
- #: wps-updates.php:285
1316
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
- #: wps-updates.php:307
1320
  msgid "browscap already at current version!"
1321
  msgstr "已經在當前版本的 browscap !"
1322
 
1323
- #: wps-updates.php:320
1324
  msgid "Browscap.ini update on"
1325
  msgstr ""
1326
 
@@ -1365,8 +1369,8 @@ msgstr "前 10 頁"
1365
  msgid "Recent Visitors"
1366
  msgstr "最近訪客"
1367
 
1368
- #: dashboard.php:62 includes/log/top-referring.php:48
1369
- #: includes/log/top-referring.php:65 includes/log/widgets/referring.php:11
1370
  #: includes/settings/tabs/wps-overview-display.php:26
1371
  msgid "Top Referring Sites"
1372
  msgstr "引用網站排名"
@@ -1431,18 +1435,18 @@ msgstr ""
1431
  msgid "Please select a value over 30 days."
1432
  msgstr "請選擇一個值超過 30 天。"
1433
 
1434
- #: includes/log/all-browsers.php:8
1435
  msgid "Browser Statistics"
1436
  msgstr "瀏覽器統計"
1437
 
1438
- #: includes/log/all-browsers.php:14 includes/log/all-browsers.php:98
1439
- #: includes/log/all-browsers.php:233 includes/log/exclusions.php:72
1440
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1441
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1442
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1443
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1444
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1445
- #: includes/log/top-referring.php:61 includes/log/widgets/about.php:7
1446
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1447
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1448
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
@@ -1452,26 +1456,26 @@ msgstr "瀏覽器統計"
1452
  msgid "Click to toggle"
1453
  msgstr "按一下可切換"
1454
 
1455
- #: includes/log/all-browsers.php:15 includes/log/widgets/browsers.php:10
1456
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1457
  #: wp-statistics.php:452
1458
  msgid "Browsers"
1459
  msgstr "瀏覽器"
1460
 
1461
- #: includes/log/all-browsers.php:42
1462
  msgid "Browsers by type"
1463
  msgstr "瀏覽器類型"
1464
 
1465
- #: includes/log/all-browsers.php:99 includes/log/widgets/top.visitors.php:37
1466
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1467
  msgid "Platform"
1468
  msgstr "平臺"
1469
 
1470
- #: includes/log/all-browsers.php:126
1471
  msgid "Browsers by platform"
1472
  msgstr "通過平臺的瀏覽器"
1473
 
1474
- #: includes/log/all-browsers.php:234
1475
  msgid "%s Version"
1476
  msgstr "%s 版本"
1477
 
@@ -1483,35 +1487,35 @@ msgstr "注意: 排斥不當前設置被記錄下來,下面的結果可能
1483
  msgid "Exclusions Statistics"
1484
  msgstr "排除統計"
1485
 
1486
- #: includes/functions/functions.php:932
1487
  msgid "10 Days"
1488
  msgstr "10 天"
1489
 
1490
- #: includes/functions/functions.php:932
1491
  msgid "20 Days"
1492
  msgstr "20 天"
1493
 
1494
- #: includes/functions/functions.php:932
1495
  msgid "30 Days"
1496
  msgstr "30 天"
1497
 
1498
- #: includes/functions/functions.php:932
1499
  msgid "2 Months"
1500
  msgstr "2 個月"
1501
 
1502
- #: includes/functions/functions.php:932
1503
  msgid "3 Months"
1504
  msgstr "3 個月"
1505
 
1506
- #: includes/functions/functions.php:932
1507
  msgid "6 Months"
1508
  msgstr "6 個月"
1509
 
1510
- #: includes/functions/functions.php:932
1511
  msgid "9 Months"
1512
  msgstr "9 個月"
1513
 
1514
- #: includes/functions/functions.php:932
1515
  msgid "1 Year"
1516
  msgstr "1 年"
1517
 
@@ -1568,7 +1572,7 @@ msgid "#hash#"
1568
  msgstr "#hash #"
1569
 
1570
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1571
- #: includes/log/online.php:55 includes/log/top-referring.php:96
1572
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1573
  #: includes/settings/tabs/wps-overview-display.php:33
1574
  #: includes/settings/tabs/wps-overview-display.php:113
@@ -1577,18 +1581,18 @@ msgstr "地圖"
1577
 
1578
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1579
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1580
- #: includes/log/top-referring.php:137
1581
  msgid "Page"
1582
  msgstr "頁面"
1583
 
1584
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1585
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1586
- #: includes/log/top-referring.php:137
1587
  msgid "From"
1588
  msgstr "由"
1589
 
1590
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1591
- #: includes/log/top-referring.php:51 includes/log/top-referring.php:54
1592
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1593
  msgid "All"
1594
  msgstr "全部"
@@ -1685,11 +1689,11 @@ msgstr "點擊"
1685
  msgid "To be added soon"
1686
  msgstr "功能快將加入"
1687
 
1688
- #: includes/log/top-referring.php:63
1689
  msgid "Referring sites from"
1690
  msgstr "推薦從網站"
1691
 
1692
- #: includes/log/top-referring.php:121 includes/log/widgets/referring.php:50
1693
  msgid "References"
1694
  msgstr "引用"
1695
 
@@ -1813,11 +1817,11 @@ msgstr "%s 平臺資料已成功刪除。"
1813
  msgid "No platform data found to remove!"
1814
  msgstr ""
1815
 
1816
- #: includes/functions/functions.php:1020
1817
  msgid "%s table data deleted successfully."
1818
  msgstr "%s 已成功刪除的表資料。"
1819
 
1820
- #: includes/functions/functions.php:1024
1821
  msgid "Error, %s not emptied!"
1822
  msgstr "錯誤,%s 不為空 !"
1823
 
@@ -2629,8 +2633,8 @@ msgstr "browscap 使用"
2629
  #: includes/settings/tabs/wps-externals.php:109
2630
  #: includes/settings/tabs/wps-externals.php:172
2631
  #: includes/settings/tabs/wps-externals.php:196
2632
- #: includes/settings/tabs/wps-externals.php:235
2633
- #: includes/settings/tabs/wps-externals.php:259
2634
  #: includes/settings/tabs/wps-general.php:76
2635
  #: includes/settings/tabs/wps-general.php:92
2636
  #: includes/settings/tabs/wps-general.php:116
@@ -2674,7 +2678,7 @@ msgstr "下載 browscap 資料庫"
2674
 
2675
  #: includes/settings/tabs/wps-externals.php:65
2676
  #: includes/settings/tabs/wps-externals.php:185
2677
- #: includes/settings/tabs/wps-externals.php:248
2678
  msgid "Save changes on this page to download the update."
2679
  msgstr "將更改保存在此頁面下載更新程式。"
2680
 
@@ -2684,11 +2688,11 @@ msgstr "安排每週的更新的 browscap DB"
2684
 
2685
  #: includes/settings/tabs/wps-externals.php:79
2686
  #: includes/settings/tabs/wps-externals.php:199
2687
- #: includes/settings/tabs/wps-externals.php:262
2688
  msgid "Next update will be"
2689
  msgstr "下一次更新將會"
2690
 
2691
- #: includes/settings/tabs/wps-externals.php:214
2692
  msgid "Download of the browscap database will be scheduled for once a week."
2693
  msgstr "下載 browscap 資料庫將會安排一次一周。"
2694
 
10
  "X-Generator: GlotPress/1.0-alpha-1000\n"
11
  "Project-Id-Version: WP Statistics\n"
12
 
13
+ #: wp-statistics.php:170
14
+ msgid "optimization page"
15
+ msgstr ""
16
+
17
  #: includes/settings/tabs/wps-maintenance.php:35
18
  #: includes/settings/tabs/wps-maintenance.php:63
19
  msgid "Enabled"
51
  msgid "Post/Page ID"
52
  msgstr ""
53
 
54
+ #: includes/functions/functions.php:424
55
  msgid "Ask.com"
56
  msgstr ""
57
 
83
  msgid "search table"
84
  msgstr ""
85
 
86
+ #: wp-statistics.php:148
87
  msgid "settings page"
88
  msgstr ""
89
 
135
  msgid "Referrer Spam"
136
  msgstr ""
137
 
138
+ #: includes/settings/tabs/wps-externals.php:279
139
  msgid "Download of the Piwik Referrer Spam Blacklist database will be scheduled for once a week."
140
  msgstr ""
141
 
143
  msgid "Externals"
144
  msgstr ""
145
 
146
+ #: includes/settings/tabs/wps-externals.php:220
147
  msgid "Piwik Referrer Spam Blacklist settings"
148
  msgstr ""
149
 
150
+ #: includes/settings/tabs/wps-externals.php:255
151
  msgid "Schedule weekly update of Piwik Referrer Spam Blacklist DB"
152
  msgstr ""
153
 
154
+ #: includes/settings/tabs/wps-externals.php:248
155
  msgid "Download Piwik Referrer Spam Blacklist Database"
156
  msgstr ""
157
 
158
+ #: includes/settings/tabs/wps-externals.php:243
159
  msgid "Update Piwik Referrer Spam Blacklist Info"
160
  msgstr ""
161
 
162
+ #: includes/settings/tabs/wps-externals.php:237
163
  msgid "The Piwik Referrer Spam Blacklist database will be downloaded and used to detect referrer spam."
164
  msgstr ""
165
 
166
+ #: includes/settings/tabs/wps-externals.php:225
167
  msgid "Referrer spam blacklist is provided by Piwik, available from %s."
168
  msgstr ""
169
 
170
+ #: includes/settings/tabs/wps-externals.php:231
171
  msgid "Piwik Referrer Spam Blacklist usage"
172
  msgstr ""
173
 
340
  msgid "Time Frame"
341
  msgstr ""
342
 
343
+ #: includes/functions/functions.php:1006
344
  msgid "to"
345
  msgstr ""
346
 
347
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
348
  msgid "Go"
349
  msgstr ""
350
 
388
  msgid "Filtered by"
389
  msgstr ""
390
 
391
+ #: includes/functions/functions.php:999 includes/functions/functions.php:1002
392
  msgid "Range"
393
  msgstr ""
394
 
395
+ #: includes/functions/functions.php:1006 includes/log/top-visitors.php:29
396
  msgid "MM/DD/YYYY"
397
  msgstr "MM/DD/YYYY"
398
 
436
  msgid "Last 7 Days (Week)"
437
  msgstr ""
438
 
439
+ #: includes/functions/functions.php:430
440
  msgid "Yahoo!"
441
  msgstr ""
442
 
443
+ #: includes/functions/functions.php:431
444
  msgid "Yandex"
445
  msgstr ""
446
 
447
+ #: includes/functions/functions.php:427
448
  msgid "clearch.org"
449
  msgstr ""
450
 
451
+ #: includes/functions/functions.php:428
452
  msgid "DuckDuckGo"
453
  msgstr ""
454
 
455
+ #: includes/functions/functions.php:426
456
  msgid "Bing"
457
  msgstr ""
458
 
459
+ #: includes/functions/functions.php:425
460
  msgid "Baidu"
461
  msgstr ""
462
 
921
  msgid "Map type"
922
  msgstr "映射類型"
923
 
924
+ #: includes/functions/functions.php:429
925
  #: includes/settings/tabs/wps-overview-display.php:128
926
  msgid "Google"
927
  msgstr "谷歌 (Google)"
1053
 
1054
  #: includes/settings/tabs/wps-access-level.php:85
1055
  #: includes/settings/tabs/wps-exclusions.php:234
1056
+ #: includes/settings/tabs/wps-externals.php:286
1057
  #: includes/settings/tabs/wps-general.php:349
1058
  #: includes/settings/tabs/wps-maintenance.php:88
1059
  #: includes/settings/tabs/wps-notifications.php:201
1308
  msgid "Error downloading browscap database from: %s - %s"
1309
  msgstr "下載 browscap 資料庫時出錯: %s-%s"
1310
 
1311
+ #: wps-updates.php:274
1312
  msgid "browscap database updated successfully!"
1313
  msgstr "browscap 資料庫已成功更新 !"
1314
 
1315
+ #: wps-updates.php:284
1316
  msgid "browscap database updated failed! Cache file too large, reverting to previous browscap.ini."
1317
  msgstr ""
1318
 
1319
+ #: wps-updates.php:292
1320
  msgid "browscap database updated failed! New browscap.ini is mis-identifing user agents as crawlers, reverting to previous browscap.ini."
1321
  msgstr ""
1322
 
1323
+ #: wps-updates.php:314
1324
  msgid "browscap already at current version!"
1325
  msgstr "已經在當前版本的 browscap !"
1326
 
1327
+ #: wps-updates.php:327
1328
  msgid "Browscap.ini update on"
1329
  msgstr ""
1330
 
1369
  msgid "Recent Visitors"
1370
  msgstr "最近訪客"
1371
 
1372
+ #: dashboard.php:62 includes/log/top-referring.php:59
1373
+ #: includes/log/top-referring.php:81 includes/log/widgets/referring.php:11
1374
  #: includes/settings/tabs/wps-overview-display.php:26
1375
  msgid "Top Referring Sites"
1376
  msgstr "引用網站排名"
1435
  msgid "Please select a value over 30 days."
1436
  msgstr "請選擇一個值超過 30 天。"
1437
 
1438
+ #: includes/log/all-browsers.php:21
1439
  msgid "Browser Statistics"
1440
  msgstr "瀏覽器統計"
1441
 
1442
+ #: includes/log/all-browsers.php:29 includes/log/all-browsers.php:113
1443
+ #: includes/log/all-browsers.php:248 includes/log/exclusions.php:72
1444
  #: includes/log/exclusions.php:190 includes/log/hit-statistics.php:26
1445
  #: includes/log/hit-statistics.php:162 includes/log/last-search.php:64
1446
  #: includes/log/last-visitor.php:67 includes/log/online.php:17
1447
  #: includes/log/page-statistics.php:34 includes/log/search-statistics.php:27
1448
  #: includes/log/top-pages.php:28 includes/log/top-pages.php:148
1449
+ #: includes/log/top-referring.php:77 includes/log/widgets/about.php:7
1450
  #: includes/log/widgets/browsers.php:9 includes/log/widgets/countries.php:9
1451
  #: includes/log/widgets/google.map.php:8 includes/log/widgets/hits.php:9
1452
  #: includes/log/widgets/jqv.map.php:8 includes/log/widgets/pages.php:12
1456
  msgid "Click to toggle"
1457
  msgstr "按一下可切換"
1458
 
1459
+ #: includes/log/all-browsers.php:30 includes/log/widgets/browsers.php:10
1460
  #: includes/settings/tabs/wps-overview-display.php:25 wp-statistics.php:376
1461
  #: wp-statistics.php:452
1462
  msgid "Browsers"
1463
  msgstr "瀏覽器"
1464
 
1465
+ #: includes/log/all-browsers.php:57
1466
  msgid "Browsers by type"
1467
  msgstr "瀏覽器類型"
1468
 
1469
+ #: includes/log/all-browsers.php:114 includes/log/widgets/top.visitors.php:37
1470
  #: includes/optimization/tabs/wps-optimization-resources.php:313
1471
  msgid "Platform"
1472
  msgstr "平臺"
1473
 
1474
+ #: includes/log/all-browsers.php:141
1475
  msgid "Browsers by platform"
1476
  msgstr "通過平臺的瀏覽器"
1477
 
1478
+ #: includes/log/all-browsers.php:249
1479
  msgid "%s Version"
1480
  msgstr "%s 版本"
1481
 
1487
  msgid "Exclusions Statistics"
1488
  msgstr "排除統計"
1489
 
1490
+ #: includes/functions/functions.php:956
1491
  msgid "10 Days"
1492
  msgstr "10 天"
1493
 
1494
+ #: includes/functions/functions.php:956
1495
  msgid "20 Days"
1496
  msgstr "20 天"
1497
 
1498
+ #: includes/functions/functions.php:956
1499
  msgid "30 Days"
1500
  msgstr "30 天"
1501
 
1502
+ #: includes/functions/functions.php:956
1503
  msgid "2 Months"
1504
  msgstr "2 個月"
1505
 
1506
+ #: includes/functions/functions.php:956
1507
  msgid "3 Months"
1508
  msgstr "3 個月"
1509
 
1510
+ #: includes/functions/functions.php:956
1511
  msgid "6 Months"
1512
  msgstr "6 個月"
1513
 
1514
+ #: includes/functions/functions.php:956
1515
  msgid "9 Months"
1516
  msgstr "9 個月"
1517
 
1518
+ #: includes/functions/functions.php:956
1519
  msgid "1 Year"
1520
  msgstr "1 年"
1521
 
1572
  msgstr "#hash #"
1573
 
1574
  #: includes/log/last-search.php:115 includes/log/last-visitor.php:106
1575
+ #: includes/log/online.php:55 includes/log/top-referring.php:112
1576
  #: includes/log/widgets/recent.php:38 includes/log/widgets/words.php:61
1577
  #: includes/settings/tabs/wps-overview-display.php:33
1578
  #: includes/settings/tabs/wps-overview-display.php:113
1581
 
1582
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1583
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1584
+ #: includes/log/top-referring.php:153
1585
  msgid "Page"
1586
  msgstr "頁面"
1587
 
1588
  #: includes/log/last-search.php:159 includes/log/last-visitor.php:139
1589
  #: includes/log/online.php:109 includes/log/top-pages.php:198
1590
+ #: includes/log/top-referring.php:153
1591
  msgid "From"
1592
  msgstr "由"
1593
 
1594
  #: includes/log/last-search.php:47 includes/log/last-visitor.php:38
1595
+ #: includes/log/top-referring.php:67 includes/log/top-referring.php:70
1596
  #: includes/optimization/tabs/wps-optimization-purging.php:192 widget.php:296
1597
  msgid "All"
1598
  msgstr "全部"
1689
  msgid "To be added soon"
1690
  msgstr "功能快將加入"
1691
 
1692
+ #: includes/log/top-referring.php:79
1693
  msgid "Referring sites from"
1694
  msgstr "推薦從網站"
1695
 
1696
+ #: includes/log/top-referring.php:137 includes/log/widgets/referring.php:50
1697
  msgid "References"
1698
  msgstr "引用"
1699
 
1817
  msgid "No platform data found to remove!"
1818
  msgstr ""
1819
 
1820
+ #: includes/functions/functions.php:1046
1821
  msgid "%s table data deleted successfully."
1822
  msgstr "%s 已成功刪除的表資料。"
1823
 
1824
+ #: includes/functions/functions.php:1050
1825
  msgid "Error, %s not emptied!"
1826
  msgstr "錯誤,%s 不為空 !"
1827
 
2633
  #: includes/settings/tabs/wps-externals.php:109
2634
  #: includes/settings/tabs/wps-externals.php:172
2635
  #: includes/settings/tabs/wps-externals.php:196
2636
+ #: includes/settings/tabs/wps-externals.php:236
2637
+ #: includes/settings/tabs/wps-externals.php:260
2638
  #: includes/settings/tabs/wps-general.php:76
2639
  #: includes/settings/tabs/wps-general.php:92
2640
  #: includes/settings/tabs/wps-general.php:116
2678
 
2679
  #: includes/settings/tabs/wps-externals.php:65
2680
  #: includes/settings/tabs/wps-externals.php:185
2681
+ #: includes/settings/tabs/wps-externals.php:249
2682
  msgid "Save changes on this page to download the update."
2683
  msgstr "將更改保存在此頁面下載更新程式。"
2684
 
2688
 
2689
  #: includes/settings/tabs/wps-externals.php:79
2690
  #: includes/settings/tabs/wps-externals.php:199
2691
+ #: includes/settings/tabs/wps-externals.php:263
2692
  msgid "Next update will be"
2693
  msgstr "下一次更新將會"
2694
 
2695
+ #: includes/settings/tabs/wps-externals.php:215
2696
  msgid "Download of the browscap database will be scheduled for once a week."
2697
  msgstr "下載 browscap 資料庫將會安排一次一周。"
2698
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wp-statistics.com/donate/
4
  Tags: statistics, stats, visit, visitors, chart, browser, blog, today, yesterday, week, month, year, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
5
  Requires at least: 3.0
6
  Tested up to: 4.4
7
- Stable tag: 9.6.6
8
  License: GPL3
9
 
10
  Complete statistics for your WordPress site.
@@ -235,6 +235,9 @@ If you still have issues open a new thread on the support forum and we'll try an
235
  10. View latest search engine referrers Statistics page.
236
 
237
  == Upgrade Notice ==
 
 
 
238
  = 9.6.6 =
239
  Security update release, please update Immediately. Have you updated your database indexes and search table? If not please go to Statistics->Optimization->Database after you have installed the update and run the updates.
240
 
@@ -301,6 +304,15 @@ BACKUP YOUR DATABASE BEFORE INSTALLING! This release alters the table structure
301
  This release updates some core code to do with timezones, hence the change to version 9.0, if you see any issues with timezones, please let us know. In addition, you may see an increase in your visits count as a race condition that dropped some visits has been resolved.
302
 
303
  == Changelog ==
 
 
 
 
 
 
 
 
 
304
  = 9.6.6 =
305
  * Release Date: November 1, 2015
306
  * Updated: Use timezone corrected dates for date pickers.
4
  Tags: statistics, stats, visit, visitors, chart, browser, blog, today, yesterday, week, month, year, total, post, page, sidebar, summary, feedburner, hits, pagerank, google, alexa, live visit
5
  Requires at least: 3.0
6
  Tested up to: 4.4
7
+ Stable tag: 9.7
8
  License: GPL3
9
 
10
  Complete statistics for your WordPress site.
235
  10. View latest search engine referrers Statistics page.
236
 
237
  == Upgrade Notice ==
238
+ = 9.7 =
239
+ Have you updated your database indexes and search table? If not please go to Statistics->Optimization->Database after you have installed the update and run the updates.
240
+
241
  = 9.6.6 =
242
  Security update release, please update Immediately. Have you updated your database indexes and search table? If not please go to Statistics->Optimization->Database after you have installed the update and run the updates.
243
 
304
  This release updates some core code to do with timezones, hence the change to version 9.0, if you see any issues with timezones, please let us know. In addition, you may see an increase in your visits count as a race condition that dropped some visits has been resolved.
305
 
306
  == Changelog ==
307
+ = 9.7 =
308
+ * Release Date: December 30, 2015
309
+ * Added: A date range to the referrers page.
310
+ * Added: A Date range selector to browsers page.
311
+ * Updated: General SQL cleanups.
312
+ * Updated: browscap library to 2.1.1.
313
+ * Updated: GeoIP library to 2.3.3.
314
+ * Updated: phpUserAgent library to 0.5
315
+
316
  = 9.6.6 =
317
  * Release Date: November 1, 2015
318
  * Updated: Use timezone corrected dates for date pickers.
vendor/browscap/browscap-php/.editorconfig DELETED
@@ -1,24 +0,0 @@
1
- # This file is for unifying the coding style for different editors and IDEs
2
- # editorconfig.org
3
-
4
- root = true
5
-
6
- [*]
7
- end_of_line = lf
8
- charset = utf-8
9
- trim_trailing_whitespace = true
10
-
11
- [**.{js,json,md,markdown}]
12
- indent_style = space
13
- indent_size = 2
14
- insert_final_newline = true
15
-
16
- [**.{html}]
17
- indent_style = space
18
- indent_size = 2
19
- insert_final_newline = false
20
-
21
- [**.{php}]
22
- indent_style = space
23
- indent_size = 4
24
- insert_final_newline = true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/browscap/browscap-php/.gitattributes CHANGED
@@ -2,6 +2,14 @@
2
  *.markdown text eol=lf
3
  *.js text eol=lf
4
  *.json text eol=lf
 
5
  *.md text eol=lf
6
  *.html text eol=lf
7
- *.php text eol=lf
 
 
 
 
 
 
 
2
  *.markdown text eol=lf
3
  *.js text eol=lf
4
  *.json text eol=lf
5
+ *.lock text eol=lf
6
  *.md text eol=lf
7
  *.html text eol=lf
8
+ *.php text eol=lf
9
+ *.yml text eol=lf
10
+ *.xml text eol=lf
11
+ *.dist text eol=lf
12
+ *.txt text eol=lf
13
+ *.ini text eol=lf
14
+ .gitattributes text eol=lf
15
+ .gitignore text eol=lf
vendor/browscap/browscap-php/.gitignore CHANGED
@@ -4,3 +4,10 @@ vendor/
4
  .settings
5
  .project
6
  composer.phar
 
 
 
 
 
 
 
4
  .settings
5
  .project
6
  composer.phar
7
+ composer.lock
8
+ resources/
9
+ PHP_BrowscapINI
10
+ ergebnis.txt
11
+ tests/data/*
12
+ !tests/data/testdata.ini
13
+ !tests/data/buildCache/
vendor/browscap/browscap-php/.travis-scripts/cache-browscap.sh ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ set -e
3
+
4
+ if [ ! -f "$TRAVIS_BUILD_DIR/resources/browscap.ini" ]; then
5
+ mkdir -p $TRAVIS_BUILD_DIR/resources
6
+ wget http://browscap.org/stream?q=Full_PHP_BrowsCapINI -O $TRAVIS_BUILD_DIR/resources/browscap.ini
7
+ else
8
+ echo "Using cached browscap.ini"
9
+ fi
vendor/browscap/browscap-php/.travis.yml CHANGED
@@ -6,18 +6,27 @@ php:
6
  - 5.4
7
  - 5.5
8
  - 5.6
9
- - 7
 
10
  - hhvm
11
 
 
 
 
 
12
  before_script:
13
- - wget http://browscap.org/stream?q=Full_PHP_BrowsCapINI -O /tmp/browscap.ini
14
- - composer self-update
15
- - composer install -o --prefer-source
16
 
17
  script:
18
- - php -d zend.enable_gc=0 -d browscap=/tmp/browscap.ini vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover --colors --verbose
 
 
 
19
 
20
  after_script:
21
- - wget https://scrutinizer-ci.com/ocular.phar
22
- - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
 
23
 
6
  - 5.4
7
  - 5.5
8
  - 5.6
9
+ - 7.0
10
+ - nightly
11
  - hhvm
12
 
13
+ cache:
14
+ directories:
15
+ - $TRAVIS_BUILD_DIR/resources
16
+
17
  before_script:
18
+ - .travis-scripts/cache-browscap.sh
19
+ - travis_retry composer self-update
20
+ - travis_retry composer install -o --prefer-source
21
 
22
  script:
23
+ # xdebug is not installed on hhvm, so we are skipping the creation of code coverage data there
24
+ - if [ "`phpenv version-name`" != "hhvm" ]; then php -d browscap=$TRAVIS_BUILD_DIR/resources/browscap.ini vendor/bin/phpunit --colors --verbose --exclude-group compare-with-native-function --coverage-text --coverage-clover=coverage.clover; fi
25
+ - if [ "`phpenv version-name`" == "hhvm" ]; then php -d browscap=$TRAVIS_BUILD_DIR/resources/browscap.ini vendor/bin/phpunit --colors --verbose --exclude-group compare-with-native-function; fi
26
+ - php -d browscap=$TRAVIS_BUILD_DIR/resources/browscap.ini vendor/bin/phpunit --colors --verbose --group compare-with-native-function
27
 
28
  after_script:
29
+ # xdebug is not installed on hhvm, so we have no code coverage data to send
30
+ - if [ "`phpenv version-name`" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
31
+ - if [ "`phpenv version-name`" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
32
 
vendor/browscap/browscap-php/README.md CHANGED
@@ -5,7 +5,7 @@ This is a userland replacement for PHP's native `get_browser()` function, which
5
 
6
  Forked from https://github.com/GaretJax/phpbrowscap.
7
 
8
- [![Build Status](https://secure.travis-ci.org/browscap/browscap-php.png?branch=master)](http://travis-ci.org/browsecap/browscap-php) [![Code Coverage](https://scrutinizer-ci.com/g/browscap/browscap-php/badges/coverage.png?s=61cb32ca83d2053ed9b140690b6e18dfa00e4639)](https://scrutinizer-ci.com/g/browscap/browscap-php/) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/browscap/browscap-php/badges/quality-score.png?s=db1cc1699b1cb6ac6ae46754ef9612217eba5526)](https://scrutinizer-ci.com/g/browscap/browscap-php/)
9
 
10
  Installation
11
  ------------
5
 
6
  Forked from https://github.com/GaretJax/phpbrowscap.
7
 
8
+ [![Build Status](https://secure.travis-ci.org/browscap/browscap-php.png?branch=2.x)](http://travis-ci.org/browsecap/browscap-php) [![Code Coverage](https://scrutinizer-ci.com/g/browscap/browscap-php/badges/coverage.png?s=61cb32ca83d2053ed9b140690b6e18dfa00e4639)](https://scrutinizer-ci.com/g/browscap/browscap-php/) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/browscap/browscap-php/badges/quality-score.png?s=db1cc1699b1cb6ac6ae46754ef9612217eba5526)](https://scrutinizer-ci.com/g/browscap/browscap-php/)
9
 
10
  Installation
11
  ------------
vendor/browscap/browscap-php/composer.lock DELETED
@@ -1,970 +0,0 @@
1
- {
2
- "_readme": [
3
- "This file locks the dependencies of your project to a known state",
4
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
- "This file is @generated automatically"
6
- ],
7
- "hash": "e1d26f56d73bd22d506f6784c0e5561a",
8
- "packages": [],
9
- "packages-dev": [
10
- {
11
- "name": "doctrine/instantiator",
12
- "version": "1.0.5",
13
- "source": {
14
- "type": "git",
15
- "url": "https://github.com/doctrine/instantiator.git",
16
- "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
17
- },
18
- "dist": {
19
- "type": "zip",
20
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
21
- "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
22
- "shasum": ""
23
- },
24
- "require": {
25
- "php": ">=5.3,<8.0-DEV"
26
- },
27
- "require-dev": {
28
- "athletic/athletic": "~0.1.8",
29
- "ext-pdo": "*",
30
- "ext-phar": "*",
31
- "phpunit/phpunit": "~4.0",
32
- "squizlabs/php_codesniffer": "~2.0"
33
- },
34
- "type": "library",
35
- "extra": {
36
- "branch-alias": {
37
- "dev-master": "1.0.x-dev"
38
- }
39
- },
40
- "autoload": {
41
- "psr-4": {
42
- "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
43
- }
44
- },
45
- "notification-url": "https://packagist.org/downloads/",
46
- "license": [
47
- "MIT"
48
- ],
49
- "authors": [
50
- {
51
- "name": "Marco Pivetta",
52
- "email": "ocramius@gmail.com",
53
- "homepage": "http://ocramius.github.com/"
54
- }
55
- ],
56
- "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
57
- "homepage": "https://github.com/doctrine/instantiator",
58
- "keywords": [
59
- "constructor",
60
- "instantiate"
61
- ],
62
- "time": "2015-06-14 21:17:01"
63
- },
64
- {
65
- "name": "phpdocumentor/reflection-docblock",
66
- "version": "2.0.4",
67
- "source": {
68
- "type": "git",
69
- "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
70
- "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
71
- },
72
- "dist": {
73
- "type": "zip",
74
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
75
- "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
76
- "shasum": ""
77
- },
78
- "require": {
79
- "php": ">=5.3.3"
80
- },
81
- "require-dev": {
82
- "phpunit/phpunit": "~4.0"
83
- },
84
- "suggest": {
85
- "dflydev/markdown": "~1.0",
86
- "erusev/parsedown": "~1.0"
87
- },
88
- "type": "library",
89
- "extra": {
90
- "branch-alias": {
91
- "dev-master": "2.0.x-dev"
92
- }
93
- },
94
- "autoload": {
95
- "psr-0": {
96
- "phpDocumentor": [
97
- "src/"
98
- ]
99
- }
100
- },
101
- "notification-url": "https://packagist.org/downloads/",
102
- "license": [
103
- "MIT"
104
- ],
105
- "authors": [
106
- {
107
- "name": "Mike van Riel",
108
- "email": "mike.vanriel@naenius.com"
109
- }
110
- ],
111
- "time": "2015-02-03 12:10:50"
112
- },
113
- {
114
- "name": "phpspec/prophecy",
115
- "version": "v1.4.1",
116
- "source": {
117
- "type": "git",
118
- "url": "https://github.com/phpspec/prophecy.git",
119
- "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
120
- },
121
- "dist": {
122
- "type": "zip",
123
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
124
- "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
125
- "shasum": ""
126
- },
127
- "require": {
128
- "doctrine/instantiator": "^1.0.2",
129
- "phpdocumentor/reflection-docblock": "~2.0",
130
- "sebastian/comparator": "~1.1"
131
- },
132
- "require-dev": {
133
- "phpspec/phpspec": "~2.0"
134
- },
135
- "type": "library",
136
- "extra": {
137
- "branch-alias": {
138
- "dev-master": "1.4.x-dev"
139
- }
140
- },
141
- "autoload": {
142
- "psr-0": {
143
- "Prophecy\\": "src/"
144
- }
145
- },
146
- "notification-url": "https://packagist.org/downloads/",
147
- "license": [
148
- "MIT"
149
- ],
150
- "authors": [
151
- {
152
- "name": "Konstantin Kudryashov",
153
- "email": "ever.zet@gmail.com",
154
- "homepage": "http://everzet.com"
155
- },
156
- {
157
- "name": "Marcello Duarte",
158
- "email": "marcello.duarte@gmail.com"
159
- }
160
- ],
161
- "description": "Highly opinionated mocking framework for PHP 5.3+",
162
- "homepage": "https://github.com/phpspec/prophecy",
163
- "keywords": [
164
- "Double",
165
- "Dummy",
166
- "fake",
167
- "mock",
168
- "spy",
169
- "stub"
170
- ],
171
- "time": "2015-04-27 22:15:08"
172
- },
173
- {
174
- "name": "phpunit/php-code-coverage",
175
- "version": "2.1.6",
176
- "source": {
177
- "type": "git",
178
- "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
179
- "reference": "631e365cf26bb2c078683e8d9bcf8bc631ac4d44"
180
- },
181
- "dist": {
182
- "type": "zip",
183
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/631e365cf26bb2c078683e8d9bcf8bc631ac4d44",
184
- "reference": "631e365cf26bb2c078683e8d9bcf8bc631ac4d44",
185
- "shasum": ""
186
- },
187
- "require": {
188
- "php": ">=5.3.3",
189
- "phpunit/php-file-iterator": "~1.3",
190
- "phpunit/php-text-template": "~1.2",
191
- "phpunit/php-token-stream": "~1.3",
192
- "sebastian/environment": "~1.0",
193
- "sebastian/version": "~1.0"
194
- },
195
- "require-dev": {
196
- "ext-xdebug": ">=2.1.4",
197
- "phpunit/phpunit": "~4"
198
- },
199
- "suggest": {
200
- "ext-dom": "*",
201
- "ext-xdebug": ">=2.2.1",
202
- "ext-xmlwriter": "*"
203
- },
204
- "type": "library",
205
- "extra": {
206
- "branch-alias": {
207
- "dev-master": "2.1.x-dev"
208
- }
209
- },
210
- "autoload": {
211
- "classmap": [
212
- "src/"
213
- ]
214
- },
215
- "notification-url": "https://packagist.org/downloads/",
216
- "license": [
217
- "BSD-3-Clause"
218
- ],
219
- "authors": [
220
- {
221
- "name": "Sebastian Bergmann",
222
- "email": "sb@sebastian-bergmann.de",
223
- "role": "lead"
224
- }
225
- ],
226
- "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
227
- "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
228
- "keywords": [
229
- "coverage",
230
- "testing",
231
- "xunit"
232
- ],
233
- "time": "2015-06-19 07:11:55"
234
- },
235
- {
236
- "name": "phpunit/php-file-iterator",
237
- "version": "1.4.0",
238
- "source": {
239
- "type": "git",
240
- "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
241
- "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
242
- },
243
- "dist": {
244
- "type": "zip",
245
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
246
- "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
247
- "shasum": ""
248
- },
249
- "require": {
250
- "php": ">=5.3.3"
251
- },
252
- "type": "library",
253
- "extra": {
254
- "branch-alias": {
255
- "dev-master": "1.4.x-dev"
256
- }
257
- },
258
- "autoload": {
259
- "classmap": [
260
- "src/"
261
- ]
262
- },
263
- "notification-url": "https://packagist.org/downloads/",
264
- "license": [
265
- "BSD-3-Clause"
266
- ],
267
- "authors": [
268
- {
269
- "name": "Sebastian Bergmann",
270
- "email": "sb@sebastian-bergmann.de",
271
- "role": "lead"
272
- }
273
- ],
274
- "description": "FilterIterator implementation that filters files based on a list of suffixes.",
275
- "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
276
- "keywords": [
277
- "filesystem",
278
- "iterator"
279
- ],
280
- "time": "2015-04-02 05:19:05"
281
- },
282
- {
283
- "name": "phpunit/php-text-template",
284
- "version": "1.2.1",
285
- "source": {
286
- "type": "git",
287
- "url": "https://github.com/sebastianbergmann/php-text-template.git",
288
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
289
- },
290
- "dist": {
291
- "type": "zip",
292
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
293
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
294
- "shasum": ""
295
- },
296
- "require": {
297
- "php": ">=5.3.3"
298
- },
299
- "type": "library",
300
- "autoload": {
301
- "classmap": [
302
- "src/"
303
- ]
304
- },
305
- "notification-url": "https://packagist.org/downloads/",
306
- "license": [
307
- "BSD-3-Clause"
308
- ],
309
- "authors": [
310
- {
311
- "name": "Sebastian Bergmann",
312
- "email": "sebastian@phpunit.de",
313
- "role": "lead"
314
- }
315
- ],
316
- "description": "Simple template engine.",
317
- "homepage": "https://github.com/sebastianbergmann/php-text-template/",
318
- "keywords": [
319
- "template"
320
- ],
321
- "time": "2015-06-21 13:50:34"
322
- },
323
- {
324
- "name": "phpunit/php-timer",
325
- "version": "1.0.6",
326
- "source": {
327
- "type": "git",
328
- "url": "https://github.com/sebastianbergmann/php-timer.git",
329
- "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
330
- },
331
- "dist": {
332
- "type": "zip",
333
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
334
- "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
335
- "shasum": ""
336
- },
337
- "require": {
338
- "php": ">=5.3.3"
339
- },
340
- "type": "library",
341
- "autoload": {
342
- "classmap": [
343
- "src/"
344
- ]
345
- },
346
- "notification-url": "https://packagist.org/downloads/",
347
- "license": [
348
- "BSD-3-Clause"
349
- ],
350
- "authors": [
351
- {
352
- "name": "Sebastian Bergmann",
353
- "email": "sb@sebastian-bergmann.de",
354
- "role": "lead"
355
- }
356
- ],
357
- "description": "Utility class for timing",
358
- "homepage": "https://github.com/sebastianbergmann/php-timer/",
359
- "keywords": [
360
- "timer"
361
- ],
362
- "time": "2015-06-13 07:35:30"
363
- },
364
- {
365
- "name": "phpunit/php-token-stream",
366
- "version": "1.4.3",
367
- "source": {
368
- "type": "git",
369
- "url": "https://github.com/sebastianbergmann/php-token-stream.git",
370
- "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
371
- },
372
- "dist": {
373
- "type": "zip",
374
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
375
- "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
376
- "shasum": ""
377
- },
378
- "require": {
379
- "ext-tokenizer": "*",
380
- "php": ">=5.3.3"
381
- },
382
- "require-dev": {
383
- "phpunit/phpunit": "~4.2"
384
- },
385
- "type": "library",
386
- "extra": {
387
- "branch-alias": {
388
- "dev-master": "1.4-dev"
389
- }
390
- },
391
- "autoload": {
392
- "classmap": [
393
- "src/"
394
- ]
395
- },
396
- "notification-url": "https://packagist.org/downloads/",
397
- "license": [
398
- "BSD-3-Clause"
399
- ],
400
- "authors": [
401
- {
402
- "name": "Sebastian Bergmann",
403
- "email": "sebastian@phpunit.de"
404
- }
405
- ],
406
- "description": "Wrapper around PHP's tokenizer extension.",
407
- "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
408
- "keywords": [
409
- "tokenizer"
410
- ],
411
- "time": "2015-06-19 03:43:16"
412
- },
413
- {
414
- "name": "phpunit/phpunit",
415
- "version": "4.7.5",
416
- "source": {
417
- "type": "git",
418
- "url": "https://github.com/sebastianbergmann/phpunit.git",
419
- "reference": "f6701ef3faea759acd1910a7751d8d102a7fd5bc"
420
- },
421
- "dist": {
422
- "type": "zip",
423
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f6701ef3faea759acd1910a7751d8d102a7fd5bc",
424
- "reference": "f6701ef3faea759acd1910a7751d8d102a7fd5bc",
425
- "shasum": ""
426
- },
427
- "require": {
428
- "ext-dom": "*",
429
- "ext-json": "*",
430
- "ext-pcre": "*",
431
- "ext-reflection": "*",
432
- "ext-spl": "*",
433
- "php": ">=5.3.3",
434
- "phpspec/prophecy": "~1.3,>=1.3.1",
435
- "phpunit/php-code-coverage": "~2.1",
436
- "phpunit/php-file-iterator": "~1.4",
437
- "phpunit/php-text-template": "~1.2",
438
- "phpunit/php-timer": ">=1.0.6",
439
- "phpunit/phpunit-mock-objects": "~2.3",
440
- "sebastian/comparator": "~1.1",
441
- "sebastian/diff": "~1.2",
442
- "sebastian/environment": "~1.2",
443
- "sebastian/exporter": "~1.2",
444
- "sebastian/global-state": "~1.0",
445
- "sebastian/version": "~1.0",
446
- "symfony/yaml": "~2.1|~3.0"
447
- },
448
- "suggest": {
449
- "phpunit/php-invoker": "~1.1"
450
- },
451
- "bin": [
452
- "phpunit"
453
- ],
454
- "type": "library",
455
- "extra": {
456
- "branch-alias": {
457
- "dev-master": "4.7.x-dev"
458
- }
459
- },
460
- "autoload": {
461
- "classmap": [
462
- "src/"
463
- ]
464
- },
465
- "notification-url": "https://packagist.org/downloads/",
466
- "license": [
467
- "BSD-3-Clause"
468
- ],
469
- "authors": [
470
- {
471
- "name": "Sebastian Bergmann",
472
- "email": "sebastian@phpunit.de",
473
- "role": "lead"
474
- }
475
- ],
476
- "description": "The PHP Unit Testing framework.",
477
- "homepage": "https://phpunit.de/",
478
- "keywords": [
479
- "phpunit",
480
- "testing",
481
- "xunit"
482
- ],
483
- "time": "2015-06-21 07:23:36"
484
- },
485
- {
486
- "name": "phpunit/phpunit-mock-objects",
487
- "version": "2.3.4",
488
- "source": {
489
- "type": "git",
490
- "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
491
- "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35"
492
- },
493
- "dist": {
494
- "type": "zip",
495
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/92408bb1968a81b3217a6fdf6c1a198da83caa35",
496
- "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35",
497
- "shasum": ""
498
- },
499
- "require": {
500
- "doctrine/instantiator": "~1.0,>=1.0.2",
501
- "php": ">=5.3.3",
502
- "phpunit/php-text-template": "~1.2"
503
- },
504
- "require-dev": {
505
- "phpunit/phpunit": "~4.4"
506
- },
507
- "suggest": {
508
- "ext-soap": "*"
509
- },
510
- "type": "library",
511
- "extra": {
512
- "branch-alias": {
513
- "dev-master": "2.3.x-dev"
514
- }
515
- },
516
- "autoload": {
517
- "classmap": [
518
- "src/"
519
- ]
520
- },
521
- "notification-url": "https://packagist.org/downloads/",
522
- "license": [
523
- "BSD-3-Clause"
524
- ],
525
- "authors": [
526
- {
527
- "name": "Sebastian Bergmann",
528
- "email": "sb@sebastian-bergmann.de",
529
- "role": "lead"
530
- }
531
- ],
532
- "description": "Mock Object library for PHPUnit",
533
- "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
534
- "keywords": [
535
- "mock",
536
- "xunit"
537
- ],
538
- "time": "2015-06-11 15:55:48"
539
- },
540
- {
541
- "name": "sebastian/comparator",
542
- "version": "1.1.1",
543
- "source": {
544
- "type": "git",
545
- "url": "https://github.com/sebastianbergmann/comparator.git",
546
- "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
547
- },
548
- "dist": {
549
- "type": "zip",
550
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
551
- "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
552
- "shasum": ""
553
- },
554
- "require": {
555
- "php": ">=5.3.3",
556
- "sebastian/diff": "~1.2",
557
- "sebastian/exporter": "~1.2"
558
- },
559
- "require-dev": {
560
- "phpunit/phpunit": "~4.4"
561
- },
562
- "type": "library",
563
- "extra": {
564
- "branch-alias": {
565
- "dev-master": "1.1.x-dev"
566
- }
567
- },
568
- "autoload": {
569
- "classmap": [
570
- "src/"
571
- ]
572
- },
573
- "notification-url": "https://packagist.org/downloads/",
574
- "license": [
575
- "BSD-3-Clause"
576
- ],
577
- "authors": [
578
- {
579
- "name": "Jeff Welch",
580
- "email": "whatthejeff@gmail.com"
581
- },
582
- {
583
- "name": "Volker Dusch",
584
- "email": "github@wallbash.com"
585
- },
586
- {
587
- "name": "Bernhard Schussek",
588
- "email": "bschussek@2bepublished.at"
589
- },
590
- {
591
- "name": "Sebastian Bergmann",
592
- "email": "sebastian@phpunit.de"
593
- }
594
- ],
595
- "description": "Provides the functionality to compare PHP values for equality",
596
- "homepage": "http://www.github.com/sebastianbergmann/comparator",
597
- "keywords": [
598
- "comparator",
599
- "compare",
600
- "equality"
601
- ],
602
- "time": "2015-01-29 16:28:08"
603
- },
604
- {
605
- "name": "sebastian/diff",
606
- "version": "1.3.0",
607
- "source": {
608
- "type": "git",
609
- "url": "https://github.com/sebastianbergmann/diff.git",
610
- "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
611
- },
612
- "dist": {
613
- "type": "zip",
614
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
615
- "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
616
- "shasum": ""
617
- },
618
- "require": {
619
- "php": ">=5.3.3"
620
- },
621
- "require-dev": {
622
- "phpunit/phpunit": "~4.2"
623
- },
624
- "type": "library",
625
- "extra": {
626
- "branch-alias": {
627
- "dev-master": "1.3-dev"
628
- }
629
- },
630
- "autoload": {
631
- "classmap": [
632
- "src/"
633
- ]
634
- },
635
- "notification-url": "https://packagist.org/downloads/",
636
- "license": [
637
- "BSD-3-Clause"
638
- ],
639
- "authors": [
640
- {
641
- "name": "Kore Nordmann",
642
- "email": "mail@kore-nordmann.de"
643
- },
644
- {
645
- "name": "Sebastian Bergmann",
646
- "email": "sebastian@phpunit.de"
647
- }
648
- ],
649
- "description": "Diff implementation",
650
- "homepage": "http://www.github.com/sebastianbergmann/diff",
651
- "keywords": [
652
- "diff"
653
- ],
654
- "time": "2015-02-22 15:13:53"
655
- },
656
- {
657
- "name": "sebastian/environment",
658
- "version": "1.2.2",
659
- "source": {
660
- "type": "git",
661
- "url": "https://github.com/sebastianbergmann/environment.git",
662
- "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
663
- },
664
- "dist": {
665
- "type": "zip",
666
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
667
- "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
668
- "shasum": ""
669
- },
670
- "require": {
671
- "php": ">=5.3.3"
672
- },
673
- "require-dev": {
674
- "phpunit/phpunit": "~4.4"
675
- },
676
- "type": "library",
677
- "extra": {
678
- "branch-alias": {
679
- "dev-master": "1.3.x-dev"
680
- }
681
- },
682
- "autoload": {
683
- "classmap": [
684
- "src/"
685
- ]
686
- },
687
- "notification-url": "https://packagist.org/downloads/",
688
- "license": [
689
- "BSD-3-Clause"
690
- ],
691
- "authors": [
692
- {
693
- "name": "Sebastian Bergmann",
694
- "email": "sebastian@phpunit.de"
695
- }
696
- ],
697
- "description": "Provides functionality to handle HHVM/PHP environments",
698
- "homepage": "http://www.github.com/sebastianbergmann/environment",
699
- "keywords": [
700
- "Xdebug",
701
- "environment",
702
- "hhvm"
703
- ],
704
- "time": "2015-01-01 10:01:08"
705
- },
706
- {
707
- "name": "sebastian/exporter",
708
- "version": "1.2.0",
709
- "source": {
710
- "type": "git",
711
- "url": "https://github.com/sebastianbergmann/exporter.git",
712
- "reference": "84839970d05254c73cde183a721c7af13aede943"
713
- },
714
- "dist": {
715
- "type": "zip",
716
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
717
- "reference": "84839970d05254c73cde183a721c7af13aede943",
718
- "shasum": ""
719
- },
720
- "require": {
721
- "php": ">=5.3.3",
722
- "sebastian/recursion-context": "~1.0"
723
- },
724
- "require-dev": {
725
- "phpunit/phpunit": "~4.4"
726
- },
727
- "type": "library",
728
- "extra": {
729
- "branch-alias": {
730
- "dev-master": "1.2.x-dev"
731
- }
732
- },
733
- "autoload": {
734
- "classmap": [
735
- "src/"
736
- ]
737
- },
738
- "notification-url": "https://packagist.org/downloads/",
739
- "license": [
740
- "BSD-3-Clause"
741
- ],
742
- "authors": [
743
- {
744
- "name": "Jeff Welch",
745
- "email": "whatthejeff@gmail.com"
746
- },
747
- {
748
- "name": "Volker Dusch",
749
- "email": "github@wallbash.com"
750
- },
751
- {
752
- "name": "Bernhard Schussek",
753
- "email": "bschussek@2bepublished.at"
754
- },
755
- {
756
- "name": "Sebastian Bergmann",
757
- "email": "sebastian@phpunit.de"
758
- },
759
- {
760
- "name": "Adam Harvey",
761
- "email": "aharvey@php.net"
762
- }
763
- ],
764
- "description": "Provides the functionality to export PHP variables for visualization",
765
- "homepage": "http://www.github.com/sebastianbergmann/exporter",
766
- "keywords": [
767
- "export",
768
- "exporter"
769
- ],
770
- "time": "2015-01-27 07:23:06"
771
- },
772
- {
773
- "name": "sebastian/global-state",
774
- "version": "1.0.0",
775
- "source": {
776
- "type": "git",
777
- "url": "https://github.com/sebastianbergmann/global-state.git",
778
- "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
779
- },
780
- "dist": {
781
- "type": "zip",
782
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
783
- "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
784
- "shasum": ""
785
- },
786
- "require": {
787
- "php": ">=5.3.3"
788
- },
789
- "require-dev": {
790
- "phpunit/phpunit": "~4.2"
791
- },
792
- "suggest": {
793
- "ext-uopz": "*"
794
- },
795
- "type": "library",
796
- "extra": {
797
- "branch-alias": {
798
- "dev-master": "1.0-dev"
799
- }
800
- },
801
- "autoload": {
802
- "classmap": [
803
- "src/"
804
- ]
805
- },
806
- "notification-url": "https://packagist.org/downloads/",
807
- "license": [
808
- "BSD-3-Clause"
809
- ],
810
- "authors": [
811
- {
812
- "name": "Sebastian Bergmann",
813
- "email": "sebastian@phpunit.de"
814
- }
815
- ],
816
- "description": "Snapshotting of global state",
817
- "homepage": "http://www.github.com/sebastianbergmann/global-state",
818
- "keywords": [
819
- "global state"
820
- ],
821
- "time": "2014-10-06 09:23:50"
822
- },
823
- {
824
- "name": "sebastian/recursion-context",
825
- "version": "1.0.0",
826
- "source": {
827
- "type": "git",
828
- "url": "https://github.com/sebastianbergmann/recursion-context.git",
829
- "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
830
- },
831
- "dist": {
832
- "type": "zip",
833
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
834
- "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
835
- "shasum": ""
836
- },
837
- "require": {
838
- "php": ">=5.3.3"
839
- },
840
- "require-dev": {
841
- "phpunit/phpunit": "~4.4"
842
- },
843
- "type": "library",
844
- "extra": {
845
- "branch-alias": {
846
- "dev-master": "1.0.x-dev"
847
- }
848
- },
849
- "autoload": {
850
- "classmap": [
851
- "src/"
852
- ]
853
- },
854
- "notification-url": "https://packagist.org/downloads/",
855
- "license": [
856
- "BSD-3-Clause"
857
- ],
858
- "authors": [
859
- {
860
- "name": "Jeff Welch",
861
- "email": "whatthejeff@gmail.com"
862
- },
863
- {
864
- "name": "Sebastian Bergmann",
865
- "email": "sebastian@phpunit.de"
866
- },
867
- {
868
- "name": "Adam Harvey",
869
- "email": "aharvey@php.net"
870
- }
871
- ],
872
- "description": "Provides functionality to recursively process PHP variables",
873
- "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
874
- "time": "2015-01-24 09:48:32"
875
- },
876
- {
877
- "name": "sebastian/version",
878
- "version": "1.0.6",
879
- "source": {
880
- "type": "git",
881
- "url": "https://github.com/sebastianbergmann/version.git",
882
- "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
883
- },
884
- "dist": {
885
- "type": "zip",
886
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
887
- "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
888
- "shasum": ""
889
- },
890
- "type": "library",
891
- "autoload": {
892
- "classmap": [
893
- "src/"
894
- ]
895
- },
896
- "notification-url": "https://packagist.org/downloads/",
897
- "license": [
898
- "BSD-3-Clause"
899
- ],
900
- "authors": [
901
- {
902
- "name": "Sebastian Bergmann",
903
- "email": "sebastian@phpunit.de",
904
- "role": "lead"
905
- }
906
- ],
907
- "description": "Library that helps with managing the version number of Git-hosted PHP projects",
908
- "homepage": "https://github.com/sebastianbergmann/version",
909
- "time": "2015-06-21 13:59:46"
910
- },
911
- {
912
- "name": "symfony/yaml",
913
- "version": "v2.7.1",
914
- "source": {
915
- "type": "git",
916
- "url": "https://github.com/symfony/Yaml.git",
917
- "reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160"
918
- },
919
- "dist": {
920
- "type": "zip",
921
- "url": "https://api.github.com/repos/symfony/Yaml/zipball/9808e75c609a14f6db02f70fccf4ca4aab53c160",
922
- "reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160",
923
- "shasum": ""
924
- },
925
- "require": {
926
- "php": ">=5.3.9"
927
- },
928
- "require-dev": {
929
- "symfony/phpunit-bridge": "~2.7"
930
- },
931
- "type": "library",
932
- "extra": {
933
- "branch-alias": {
934
- "dev-master": "2.7-dev"
935
- }
936
- },
937
- "autoload": {
938
- "psr-4": {
939
- "Symfony\\Component\\Yaml\\": ""
940
- }
941
- },
942
- "notification-url": "https://packagist.org/downloads/",
943
- "license": [
944
- "MIT"
945
- ],
946
- "authors": [
947
- {
948
- "name": "Fabien Potencier",
949
- "email": "fabien@symfony.com"
950
- },
951
- {
952
- "name": "Symfony Community",
953
- "homepage": "https://symfony.com/contributors"
954
- }
955
- ],
956
- "description": "Symfony Yaml Component",
957
- "homepage": "https://symfony.com",
958
- "time": "2015-06-10 15:30:22"
959
- }
960
- ],
961
- "aliases": [],
962
- "minimum-stability": "stable",
963
- "stability-flags": [],
964
- "prefer-stable": false,
965
- "prefer-lowest": false,
966
- "platform": {
967
- "php": ">=5.3.0"
968
- },
969
- "platform-dev": []
970
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/browscap/browscap-php/src/phpbrowscap/Browscap.php CHANGED
@@ -41,9 +41,9 @@ class Browscap
41
  /**
42
  * Current version of the class.
43
  */
44
- const VERSION = '2.0.5';
45
 
46
- const CACHE_FILE_VERSION = '2.0.5';
47
 
48
  /**
49
  * Different ways to access remote and local files.
@@ -53,10 +53,10 @@ class Browscap
53
  * UPDATE_CURL: Uses the cURL extension.
54
  * UPDATE_LOCAL: Updates from a local file (file_get_contents).
55
  */
56
- const UPDATE_FOPEN = 'URL-wrapper';
57
  const UPDATE_FSOCKOPEN = 'socket';
58
- const UPDATE_CURL = 'cURL';
59
- const UPDATE_LOCAL = 'local';
60
 
61
  /**
62
  * Options for regex patterns.
@@ -64,9 +64,9 @@ class Browscap
64
  * REGEX_DELIMITER: Delimiter of all the regex patterns in the whole class.
65
  * REGEX_MODIFIERS: Regex modifiers.
66
  */
67
- const REGEX_DELIMITER = '@';
68
- const REGEX_MODIFIERS = 'i';
69
- const COMPRESSION_PATTERN_START = '@';
70
  const COMPRESSION_PATTERN_DELIMITER = '|';
71
 
72
  /**
@@ -81,6 +81,11 @@ class Browscap
81
  */
82
  const REQUEST_HEADERS = "GET %s HTTP/1.0\r\nHost: %s\r\nUser-Agent: %s\r\nConnection: Close\r\n\r\n";
83
 
 
 
 
 
 
84
  /**
85
  * Options for auto update capabilities
86
  *
@@ -188,7 +193,6 @@ class Browscap
188
  * Proxy settings are stored in this variable.
189
  *
190
  * @see http://www.php.net/manual/en/function.stream-context-create.php
191
- *
192
  * @var array
193
  */
194
  protected $_streamContextOptions = array();
@@ -197,7 +201,6 @@ class Browscap
197
  * A valid context resource created with stream_context_create().
198
  *
199
  * @see http://www.php.net/manual/en/function.stream-context-create.php
200
- *
201
  * @var resource
202
  */
203
  protected $_streamContext = null;
@@ -210,7 +213,7 @@ class Browscap
210
  *
211
  * @throws Exception
212
  */
213
- public function __construct($cache_dir)
214
  {
215
  // has to be set to reach E_STRICT compatibility, does not affect system/app settings
216
  date_default_timezone_set(date_default_timezone_get());
@@ -282,8 +285,6 @@ class Browscap
282
  }
283
 
284
  /**
285
- * XXX parse
286
- *
287
  * Gets the information about the browser by User Agent
288
  *
289
  * @param string $user_agent the user agent string
@@ -330,36 +331,56 @@ class Browscap
330
  }
331
 
332
  $browser = array();
333
- foreach ($this->_patterns as $pattern => $pattern_data) {
334
- if (preg_match($pattern . 'i', $user_agent, $matches)) {
335
- if (1 == count($matches)) {
336
- // standard match
337
- $key = $pattern_data;
338
 
339
- $simple_match = true;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
340
  } else {
341
- $pattern_data = unserialize($pattern_data);
342
 
343
  // match with numeric replacements
344
  array_shift($matches);
345
 
346
- $match_string = self::COMPRESSION_PATTERN_START
347
  . implode(self::COMPRESSION_PATTERN_DELIMITER, $matches);
348
 
349
- if (!isset($pattern_data[$match_string])) {
350
  // partial match - numbers are not present, but everything else is ok
351
  continue;
352
  }
353
 
354
- $key = $pattern_data[$match_string];
355
 
356
- $simple_match = false;
357
  }
358
 
359
  $browser = array(
360
  $user_agent, // Original useragent
361
  trim(strtolower($pattern), self::REGEX_DELIMITER),
362
- $this->_pregUnQuote($pattern, $simple_match ? false : $matches)
363
  );
364
 
365
  $browser = $value = $browser + unserialize($this->_browsers[$key]);
@@ -373,7 +394,7 @@ class Browscap
373
  $browser[3] = $this->_userAgents[$browser[3]];
374
  }
375
 
376
- break;
377
  }
378
  }
379
 
@@ -386,11 +407,13 @@ class Browscap
386
  $value = false;
387
  }
388
 
389
- $tmp_key = $this->_properties[$key];
 
390
  if ($this->lowercase) {
391
- $tmp_key = strtolower($this->_properties[$key]);
392
  }
393
- $array[$tmp_key] = $value;
 
394
  }
395
 
396
  return $return_array ? $array : (object) $array;
@@ -434,9 +457,9 @@ class Browscap
434
  {
435
  $settings = array(
436
  $wrapper => array(
437
- 'proxy' => sprintf('tcp://%s:%d', $server, $port),
438
- 'request_fulluri' => true,
439
- 'timeout' => $this->timeout,
440
  )
441
  );
442
 
@@ -515,8 +538,6 @@ class Browscap
515
  }
516
 
517
  /**
518
- * XXX save
519
- *
520
  * Parses the ini file and updates the cache files
521
  *
522
  * @throws Exception
@@ -546,16 +567,71 @@ class Browscap
546
 
547
  $this->_getRemoteIniFile($url, $ini_path);
548
 
549
- if (version_compare(PHP_VERSION, '5.3.0', '>=')) {
550
- $browsers = parse_ini_file($ini_path, true, INI_SCANNER_RAW);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
551
  } else {
552
- $browsers = parse_ini_file($ini_path, true);
553
  }
554
 
555
- $this->_source_version = $browsers[self::BROWSCAP_VERSION_KEY]['Version'];
556
  unset($browsers[self::BROWSCAP_VERSION_KEY]);
557
 
558
- unset($browsers['DefaultProperties']['RenderingEngine_Description']);
 
 
559
 
560
  $this->_properties = array_keys($browsers['DefaultProperties']);
561
 
@@ -567,110 +643,269 @@ class Browscap
567
  'Parent'
568
  );
569
 
570
- $tmp_user_agents = array_keys($browsers);
571
 
572
- usort($tmp_user_agents, array($this, 'compareBcStrings'));
573
 
574
- $user_agents_keys = array_flip($tmp_user_agents);
575
- $properties_keys = array_flip($this->_properties);
 
576
 
577
- $tmp_patterns = array();
578
- $this->_browsers = array();
579
- $this->_userAgents = array();
580
- $this->_patterns = array();
581
 
582
- foreach ($tmp_user_agents as $i => $user_agent) {
583
-
584
- if (empty($browsers[$user_agent]['Comment'])
585
- || false !== strpos($user_agent, '*')
586
- || false !== strpos($user_agent, '?')
587
  ) {
588
- $pattern = $this->_pregQuote($user_agent);
589
 
590
- $matches_count = preg_match_all('@\d@', $pattern, $matches);
 
 
 
 
591
 
592
- if (!$matches_count) {
593
- $tmp_patterns[$pattern] = $i;
594
  } else {
595
- $compressed_pattern = preg_replace('@\d@', '(\d)', $pattern);
596
-
597
- if (!isset($tmp_patterns[$compressed_pattern])) {
598
- $tmp_patterns[$compressed_pattern] = array('first' => $pattern);
 
 
 
 
599
  }
600
 
601
- $tmp_patterns[$compressed_pattern][$i] = $matches[0];
602
  }
603
  }
604
 
605
- if (!empty($browsers[$user_agent]['Parent'])) {
606
- $parent = $browsers[$user_agent]['Parent'];
607
 
608
- $parent_key = $user_agents_keys[$parent];
609
 
610
- $browsers[$user_agent]['Parent'] = $parent_key;
611
- $this->_userAgents[$parent_key . '.0'] = $tmp_user_agents[$parent_key];
612
  };
613
 
614
- $browser = array();
615
- foreach ($browsers[$user_agent] as $propertyName => $propertyValue) {
616
- if (!isset($properties_keys[$propertyName])) {
617
- continue;
618
- }
619
 
620
- $browser[$properties_keys[$propertyName]] = $propertyValue;
621
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
622
 
623
- $this->_browsers[] = $browser;
 
 
 
 
 
 
624
  }
625
 
626
- // reducing memory usage by unsetting $tmp_user_agents
627
- unset($tmp_user_agents);
628
-
629
- foreach ($tmp_patterns as $pattern => $pattern_data) {
630
- if (is_int($pattern_data)) {
631
- $this->_patterns[$pattern] = $pattern_data;
632
- } elseif (2 == count($pattern_data)) {
633
- end($pattern_data);
634
- $this->_patterns[$pattern_data['first']] = key($pattern_data);
635
- } else {
636
- unset($pattern_data['first']);
 
637
 
638
- $pattern_data = $this->deduplicateCompressionPattern($pattern_data, $pattern);
 
639
 
640
- $this->_patterns[$pattern] = $pattern_data;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
641
  }
642
  }
643
 
644
- // Write out new cache file
645
- $dir = dirname($cache_path);
 
 
 
646
 
647
- // "tempnam" did not work with VFSStream for tests
648
- $tmpFile = $dir . '/temp_' . md5(time() . basename($cache_path));
649
 
650
- // asume that all will be ok
651
- if (false === ($fileRes = fopen($tmpFile, 'w+'))) {
652
- // opening the temparary file failed
653
- throw new Exception('opening temporary file failed');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
654
  }
655
- if (false === $this->_buildCache($fileRes)) {
656
- // writing to the temparary file failed
657
- throw new Exception('writing to temporary file failed');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
658
  }
659
- fclose($fileRes);
660
 
661
- if (false === rename($tmpFile, $cache_path)) {
662
- // renaming file failed, remove temp file
663
- @unlink($tmpFile);
 
 
 
 
 
 
 
 
 
 
 
 
664
 
665
- throw new Exception('could not rename temporary file to the cache file');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
666
  }
667
 
668
- @flock($lockRes, LOCK_UN);
669
- @fclose($lockRes);
670
- @unlink($lockfile);
671
- $this->_cacheLoaded = false;
672
 
673
- return true;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
674
  }
675
 
676
  /**
@@ -764,11 +999,11 @@ class Browscap
764
 
765
  // the \\x replacement is a fix for "Der gro\xdfe BilderSauger 2.00u" user agent match
766
 
767
- return self::REGEX_DELIMITER
768
- . '^'
769
- . str_replace(array('\*', '\?', '\\x'), array('.*', '.', '\\\\x'), $pattern)
770
- . '$'
771
- . self::REGEX_DELIMITER;
772
  }
773
 
774
  /**
@@ -782,7 +1017,8 @@ class Browscap
782
  protected function _pregUnQuote($pattern, $matches)
783
  {
784
  // list of escaped characters: http://www.php.net/manual/en/function.preg-quote.php
785
- // to properly unescape '?' which was changed to '.', I replace '\.' (real dot) with '\?', then change '.' to '?' and then '\?' to '.'.
 
786
  $search = array(
787
  '\\' . self::REGEX_DELIMITER, '\\.', '\\\\', '\\+', '\\[', '\\^', '\\]', '\\$', '\\(', '\\)', '\\{', '\\}',
788
  '\\=', '\\!', '\\<', '\\>', '\\|', '\\:', '\\-', '.*', '.', '\\?'
@@ -795,9 +1031,9 @@ class Browscap
795
  $result = substr(str_replace($search, $replace, $pattern), 2, -2);
796
 
797
  if ($matches) {
798
- foreach ($matches as $one_match) {
799
- $num_pos = strpos($result, '(\d)');
800
- $result = substr_replace($result, $one_match, $num_pos, 4);
801
  }
802
  }
803
 
@@ -842,59 +1078,29 @@ class Browscap
842
  /**
843
  * Parses the array to cache and writes the resulting PHP string to disk
844
  *
845
- * @param ressource $fileRes File ressource to write to
846
- *
847
  * @return boolean False on write error, true otherwise
848
  */
849
- protected function _buildCache($fileRes)
850
  {
851
- if (false === fwrite($fileRes, sprintf(
852
  "<?php\n\$source_version=%s;\n\$cache_version=%s",
853
  "'" . $this->_source_version . "'",
854
  "'" . self::CACHE_FILE_VERSION . "'"
855
- ))) {
856
- // write error
857
- return false;
858
- }
859
 
860
- if (false === fwrite($fileRes, ";\n\$properties=")) {
861
- // write error
862
- return false;
863
- }
864
- if (false === $this->_array2string($this->_properties, $fileRes)) {
865
- // write error
866
- return false;
867
- }
868
- if (false === fwrite($fileRes, ";\n\$browsers=")) {
869
- // write error
870
- return false;
871
- }
872
- if (false === $this->_array2string($this->_browsers, $fileRes)) {
873
- // write error
874
- return false;
875
- }
876
- if (false === fwrite($fileRes, ";\n\$userAgents=")) {
877
- // write error
878
- return false;
879
- }
880
- if (false === $this->_array2string($this->_userAgents, $fileRes)) {
881
- // write error
882
- return false;
883
- }
884
- if (false === fwrite($fileRes, ";\n\$patterns=")) {
885
- // write error
886
- return false;
887
- }
888
- if (false === $this->_array2string($this->_patterns, $fileRes)) {
889
- // write error
890
- return false;
891
- }
892
- if (false === fwrite($fileRes, ";\n")) {
893
- // write error
894
- return false;
895
- }
896
 
897
- return true;
 
 
 
 
 
 
 
 
 
898
  }
899
 
900
  /**
@@ -987,7 +1193,6 @@ class Browscap
987
 
988
  if (!file_put_contents($path, $content)) {
989
  throw new Exception('Could not write .ini content to "' . $path . '"');
990
-
991
  }
992
 
993
  return true;
@@ -1046,24 +1251,23 @@ class Browscap
1046
  * var_export one as the internal PHP function does not strip whitespace or
1047
  * convert strings to numbers.
1048
  *
1049
- * @param array $array the array to parse and convert
1050
- * @param ressource $fileRes Ressource to write the parsed string to
1051
  *
1052
  * @return boolean False on write error, true otherwise
1053
  */
1054
- protected function _array2string($array, $fileRes)
1055
  {
1056
- if (false === fwrite($fileRes, "array(\n")) {
1057
- // write error
1058
- return false;
1059
- }
1060
  foreach ($array as $key => $value) {
1061
  if (is_int($key)) {
1062
  $key = '';
1063
- } elseif (ctype_digit((string) $key) || '.0' === substr($key, -2)) {
1064
- $key = intval($key) . '=>';
 
 
1065
  } else {
1066
- $key = "'" . str_replace("'", "\'", $key) . "'=>";
1067
  }
1068
 
1069
  if (is_array($value)) {
@@ -1074,17 +1278,12 @@ class Browscap
1074
  $value = "'" . str_replace("'", "\'", $value) . "'";
1075
  }
1076
 
1077
- if (false === fwrite($fileRes, $key . $value . ",\n")) {
1078
- // write error
1079
- return false;
1080
- }
1081
- }
1082
- if (false === fwrite($fileRes, "\n)")) {
1083
- // write error
1084
- return false;
1085
  }
1086
 
1087
- return true;
 
 
1088
  }
1089
 
1090
  /**
@@ -1149,8 +1348,8 @@ class Browscap
1149
  $remote_url = parse_url($url);
1150
  $contextOptions = $this->getStreamContextOptions();
1151
 
1152
- $errno = 0;
1153
- $errstr = '';
1154
 
1155
  if (empty($contextOptions)) {
1156
  $port = (empty($remote_url['port']) ? 80 : $remote_url['port']);
@@ -1159,7 +1358,12 @@ class Browscap
1159
  $context = $this->_getStreamContext();
1160
 
1161
  $remote_handler = stream_socket_client(
1162
- $url, $errno, $errstr, $this->timeout, STREAM_CLIENT_CONNECT, $context
 
 
 
 
 
1163
  );
1164
  }
1165
 
@@ -1215,7 +1419,9 @@ class Browscap
1215
  }
1216
  }// else try with the next possibility
1217
  case false:
1218
- throw new Exception('Your server can\'t connect to external resources. Please update the file manually.');
 
 
1219
  }
1220
 
1221
  return '';
41
  /**
42
  * Current version of the class.
43
  */
44
+ const VERSION = '2.1.1';
45
 
46
+ const CACHE_FILE_VERSION = '2.1.0';
47
 
48
  /**
49
  * Different ways to access remote and local files.
53
  * UPDATE_CURL: Uses the cURL extension.
54
  * UPDATE_LOCAL: Updates from a local file (file_get_contents).
55
  */
56
+ const UPDATE_FOPEN = 'URL-wrapper';
57
  const UPDATE_FSOCKOPEN = 'socket';
58
+ const UPDATE_CURL = 'cURL';
59
+ const UPDATE_LOCAL = 'local';
60
 
61
  /**
62
  * Options for regex patterns.
64
  * REGEX_DELIMITER: Delimiter of all the regex patterns in the whole class.
65
  * REGEX_MODIFIERS: Regex modifiers.
66
  */
67
+ const REGEX_DELIMITER = '@';
68
+ const REGEX_MODIFIERS = 'i';
69
+ const COMPRESSION_PATTERN_START = '@';
70
  const COMPRESSION_PATTERN_DELIMITER = '|';
71
 
72
  /**
81
  */
82
  const REQUEST_HEADERS = "GET %s HTTP/1.0\r\nHost: %s\r\nUser-Agent: %s\r\nConnection: Close\r\n\r\n";
83
 
84
+ /**
85
+ * how many pattern should be checked at once in the first step
86
+ */
87
+ const COUNT_PATTERN = 100;
88
+
89
  /**
90
  * Options for auto update capabilities
91
  *
193
  * Proxy settings are stored in this variable.
194
  *
195
  * @see http://www.php.net/manual/en/function.stream-context-create.php
 
196
  * @var array
197
  */
198
  protected $_streamContextOptions = array();
201
  * A valid context resource created with stream_context_create().
202
  *
203
  * @see http://www.php.net/manual/en/function.stream-context-create.php
 
204
  * @var resource
205
  */
206
  protected $_streamContext = null;
213
  *
214
  * @throws Exception
215
  */
216
+ public function __construct($cache_dir = null)
217
  {
218
  // has to be set to reach E_STRICT compatibility, does not affect system/app settings
219
  date_default_timezone_set(date_default_timezone_get());
285
  }
286
 
287
  /**
 
 
288
  * Gets the information about the browser by User Agent
289
  *
290
  * @param string $user_agent the user agent string
331
  }
332
 
333
  $browser = array();
 
 
 
 
 
334
 
335
+ $patterns = array_keys($this->_patterns);
336
+ $chunks = array_chunk($patterns, self::COUNT_PATTERN);
337
+
338
+ foreach ($chunks as $chunk) {
339
+ $longPattern = self::REGEX_DELIMITER
340
+ . '^(?:' . implode(')|(?:', $chunk) . ')$'
341
+ . self::REGEX_DELIMITER . 'i';
342
+
343
+ if (!preg_match($longPattern, $user_agent)) {
344
+ continue;
345
+ }
346
+
347
+ foreach ($chunk as $pattern) {
348
+ $patternToMatch = self::REGEX_DELIMITER . '^' . $pattern . '$' . self::REGEX_DELIMITER . 'i';
349
+ $matches = array();
350
+
351
+ if (!preg_match($patternToMatch, $user_agent, $matches)) {
352
+ continue;
353
+ }
354
+
355
+ $patternData = $this->_patterns[$pattern];
356
+
357
+ if (1 === count($matches)) {
358
+ // standard match
359
+ $key = $patternData;
360
+ $simpleMatch = true;
361
  } else {
362
+ $patternData = unserialize($patternData);
363
 
364
  // match with numeric replacements
365
  array_shift($matches);
366
 
367
+ $matchString = self::COMPRESSION_PATTERN_START
368
  . implode(self::COMPRESSION_PATTERN_DELIMITER, $matches);
369
 
370
+ if (!isset($patternData[$matchString])) {
371
  // partial match - numbers are not present, but everything else is ok
372
  continue;
373
  }
374
 
375
+ $key = $patternData[$matchString];
376
 
377
+ $simpleMatch = false;
378
  }
379
 
380
  $browser = array(
381
  $user_agent, // Original useragent
382
  trim(strtolower($pattern), self::REGEX_DELIMITER),
383
+ $this->_pregUnQuote($pattern, $simpleMatch ? false : $matches)
384
  );
385
 
386
  $browser = $value = $browser + unserialize($this->_browsers[$key]);
394
  $browser[3] = $this->_userAgents[$browser[3]];
395
  }
396
 
397
+ break 2;
398
  }
399
  }
400
 
407
  $value = false;
408
  }
409
 
410
+ $propertyName = $this->_properties[$key];
411
+
412
  if ($this->lowercase) {
413
+ $propertyName = strtolower($propertyName);
414
  }
415
+
416
+ $array[$propertyName] = $value;
417
  }
418
 
419
  return $return_array ? $array : (object) $array;
457
  {
458
  $settings = array(
459
  $wrapper => array(
460
+ 'proxy' => sprintf('tcp://%s:%d', $server, $port),
461
+ 'request_fulluri' => true,
462
+ 'timeout' => $this->timeout,
463
  )
464
  );
465
 
538
  }
539
 
540
  /**
 
 
541
  * Parses the ini file and updates the cache files
542
  *
543
  * @throws Exception
567
 
568
  $this->_getRemoteIniFile($url, $ini_path);
569
 
570
+ $this->_properties = array();
571
+ $this->_browsers = array();
572
+ $this->_userAgents = array();
573
+ $this->_patterns = array();
574
+
575
+ $iniContent = file_get_contents($ini_path);
576
+
577
+ //$this->createCacheOldWay($iniContent);
578
+ $this->createCacheNewWay($iniContent);
579
+
580
+ // Write out new cache file
581
+ $dir = dirname($cache_path);
582
+
583
+ // "tempnam" did not work with VFSStream for tests
584
+ $tmpFile = $dir . '/temp_' . md5(time() . basename($cache_path));
585
+
586
+ // asume that all will be ok
587
+ if (false === ($fileRes = fopen($tmpFile, 'w+'))) {
588
+ // opening the temparary file failed
589
+ throw new Exception('opening temporary file failed');
590
+ }
591
+
592
+ if (false === fwrite($fileRes, $this->_buildCache())) {
593
+ // writing to the temparary file failed
594
+ throw new Exception('writing to temporary file failed');
595
+ }
596
+
597
+ fclose($fileRes);
598
+
599
+ if (false === rename($tmpFile, $cache_path)) {
600
+ // renaming file failed, remove temp file
601
+ @unlink($tmpFile);
602
+
603
+ throw new Exception('could not rename temporary file to the cache file');
604
+ }
605
+
606
+ @flock($lockRes, LOCK_UN);
607
+ @fclose($lockRes);
608
+ @unlink($lockfile);
609
+ $this->_cacheLoaded = false;
610
+
611
+ return true;
612
+ }
613
+
614
+ /**
615
+ * creates the cache content
616
+ *
617
+ * @param string $iniContent The content of the downloaded ini file
618
+ * @param bool $actLikeNewVersion
619
+ */
620
+ protected function createCacheOldWay($iniContent, $actLikeNewVersion = false)
621
+ {
622
+ $browsers = parse_ini_string($iniContent, true, INI_SCANNER_RAW);
623
+
624
+ if ($actLikeNewVersion) {
625
+ $this->_source_version = (int) $browsers[self::BROWSCAP_VERSION_KEY]['Version'];
626
  } else {
627
+ $this->_source_version = $browsers[self::BROWSCAP_VERSION_KEY]['Version'];
628
  }
629
 
 
630
  unset($browsers[self::BROWSCAP_VERSION_KEY]);
631
 
632
+ if (!$actLikeNewVersion) {
633
+ unset($browsers['DefaultProperties']['RenderingEngine_Description']);
634
+ }
635
 
636
  $this->_properties = array_keys($browsers['DefaultProperties']);
637
 
643
  'Parent'
644
  );
645
 
646
+ $tmpUserAgents = array_keys($browsers);
647
 
648
+ usort($tmpUserAgents, array($this, 'compareBcStrings'));
649
 
650
+ $userAgentsKeys = array_flip($tmpUserAgents);
651
+ $propertiesKeys = array_flip($this->_properties);
652
+ $tmpPatterns = array();
653
 
654
+ foreach ($tmpUserAgents as $i => $userAgent) {
655
+ $properties = $browsers[$userAgent];
 
 
656
 
657
+ if (empty($properties['Comment'])
658
+ || false !== strpos($userAgent, '*')
659
+ || false !== strpos($userAgent, '?')
 
 
660
  ) {
661
+ $pattern = $this->_pregQuote($userAgent);
662
 
663
+ $countMatches = preg_match_all(
664
+ self::REGEX_DELIMITER . '\d' . self::REGEX_DELIMITER,
665
+ $pattern,
666
+ $matches
667
+ );
668
 
669
+ if (!$countMatches) {
670
+ $tmpPatterns[$pattern] = $i;
671
  } else {
672
+ $compressedPattern = preg_replace(
673
+ self::REGEX_DELIMITER . '\d' . self::REGEX_DELIMITER,
674
+ '(\d)',
675
+ $pattern
676
+ );
677
+
678
+ if (!isset($tmpPatterns[$compressedPattern])) {
679
+ $tmpPatterns[$compressedPattern] = array('first' => $pattern);
680
  }
681
 
682
+ $tmpPatterns[$compressedPattern][$i] = $matches[0];
683
  }
684
  }
685
 
686
+ if (!empty($properties['Parent'])) {
687
+ $parent = $properties['Parent'];
688
 
689
+ $parentKey = $userAgentsKeys[$parent];
690
 
691
+ $properties['Parent'] = $parentKey;
692
+ $this->_userAgents[$parentKey . '.0'] = $tmpUserAgents[$parentKey];
693
  };
694
 
695
+ $this->_browsers[] = $this->resortProperties($properties, $propertiesKeys);
696
+ }
 
 
 
697
 
698
+ // reducing memory usage by unsetting $tmp_user_agents
699
+ unset($tmpUserAgents);
700
+
701
+ $this->_patterns = $this->deduplicatePattern($tmpPatterns);
702
+ }
703
+
704
+ /**
705
+ * creates the cache content
706
+ *
707
+ * @param string $iniContent The content of the downloaded ini file
708
+ *
709
+ * @throws \phpbrowscap\Exception
710
+ */
711
+ protected function createCacheNewWay($iniContent)
712
+ {
713
+ $patternPositions = array();
714
 
715
+ // get all patterns from the ini file in the correct order,
716
+ // so that we can calculate with index number of the resulting array,
717
+ // which part to use when the ini file is split into its sections.
718
+ preg_match_all('/(?<=\[)(?:[^\r\n]+)(?=\])/m', $iniContent, $patternPositions);
719
+
720
+ if (!isset($patternPositions[0])) {
721
+ throw new Exception('could not extract patterns from ini file');
722
  }
723
 
724
+ $patternPositions = $patternPositions[0];
725
+
726
+ if (!count($patternPositions)) {
727
+ throw new Exception('no patterns were found inside the ini file');
728
+ }
729
+
730
+ // split the ini file into sections and save the data in one line with a hash of the belonging
731
+ // pattern (filtered in the previous step)
732
+ $iniParts = preg_split('/\[[^\r\n]+\]/', $iniContent);
733
+ $tmpPatterns = array();
734
+ $propertiesKeys = array();
735
+ $matches = array();
736
 
737
+ if (preg_match('/.*\[DefaultProperties\]([^[]*).*/', $iniContent, $matches)) {
738
+ $properties = parse_ini_string($matches[1], true, INI_SCANNER_RAW);
739
 
740
+ $this->_properties = array_keys($properties);
741
+
742
+ array_unshift(
743
+ $this->_properties,
744
+ 'browser_name',
745
+ 'browser_name_regex',
746
+ 'browser_name_pattern',
747
+ 'Parent'
748
+ );
749
+
750
+ $propertiesKeys = array_flip($this->_properties);
751
+ }
752
+
753
+ $key = $this->_pregQuote(self::BROWSCAP_VERSION_KEY);
754
+ $this->_source_version = 0;
755
+ $matches = array();
756
+
757
+ if (preg_match("/\\.*[" . $key . "\\][^[]*Version=(\\d+)\\D.*/", $iniContent, $matches)) {
758
+ if (isset($matches[1])) {
759
+ $this->_source_version = (int)$matches[1];
760
  }
761
  }
762
 
763
+ $userAgentsKeys = array_flip($patternPositions);
764
+ foreach ($patternPositions as $position => $userAgent) {
765
+ if (self::BROWSCAP_VERSION_KEY === $userAgent) {
766
+ continue;
767
+ }
768
 
769
+ $properties = parse_ini_string($iniParts[($position + 1)], true, INI_SCANNER_RAW);
 
770
 
771
+ if (empty($properties['Comment'])
772
+ || false !== strpos($userAgent, '*')
773
+ || false !== strpos($userAgent, '?')
774
+ ) {
775
+ $pattern = $this->_pregQuote(strtolower($userAgent));
776
+ $matches = array();
777
+ $i = $position - 1;
778
+ $countMatches = preg_match_all(
779
+ self::REGEX_DELIMITER . '\d' . self::REGEX_DELIMITER,
780
+ $pattern,
781
+ $matches
782
+ );
783
+
784
+ if (!$countMatches) {
785
+ $tmpPatterns[$pattern] = $i;
786
+ } else {
787
+ $compressedPattern = preg_replace(
788
+ self::REGEX_DELIMITER . '\d' . self::REGEX_DELIMITER,
789
+ '(\d)',
790
+ $pattern
791
+ );
792
+
793
+ if (!isset($tmpPatterns[$compressedPattern])) {
794
+ $tmpPatterns[$compressedPattern] = array('first' => $pattern);
795
+ }
796
+
797
+ $tmpPatterns[$compressedPattern][$i] = $matches[0];
798
+ }
799
+ }
800
+
801
+ if (!empty($properties['Parent'])) {
802
+ $parent = $properties['Parent'];
803
+ $parentKey = $userAgentsKeys[$parent];
804
+
805
+ $properties['Parent'] = $parentKey - 1;
806
+ $this->_userAgents[($parentKey - 1) . '.0'] = $patternPositions[$parentKey];
807
+ };
808
+
809
+ $this->_browsers[] = $this->resortProperties($properties, $propertiesKeys);
810
  }
811
+
812
+ $patternList = $this->deduplicatePattern($tmpPatterns);
813
+
814
+ $positionIndex = array();
815
+ $lengthIndex = array();
816
+ $shortLength = array();
817
+ $patternArray = array();
818
+ $counter = 0;
819
+
820
+ foreach (array_keys($patternList) as $pattern) {
821
+ $decodedPattern = str_replace('(\d)', 0, $this->_pregUnQuote($pattern, false));
822
+
823
+ // force "defaultproperties" (if available) to first position, and "*" to last position
824
+ if ($decodedPattern === 'defaultproperties') {
825
+ $positionIndex[$pattern] = 0;
826
+ } elseif ($decodedPattern === '*') {
827
+ $positionIndex[$pattern] = 2;
828
+ } else {
829
+ $positionIndex[$pattern] = 1;
830
+ }
831
+
832
+ // sort by length
833
+ $lengthIndex[$pattern] = strlen($decodedPattern);
834
+ $shortLength[$pattern] = strlen(str_replace(array('*', '?'), '', $decodedPattern));
835
+
836
+ // sort by original order
837
+ $patternArray[$pattern] = $counter;
838
+
839
+ $counter++;
840
  }
 
841
 
842
+ array_multisort(
843
+ $positionIndex,
844
+ SORT_ASC,
845
+ SORT_NUMERIC,
846
+ $lengthIndex,
847
+ SORT_DESC,
848
+ SORT_NUMERIC,
849
+ $shortLength,
850
+ SORT_DESC,
851
+ SORT_NUMERIC,
852
+ $patternArray,
853
+ SORT_ASC,
854
+ SORT_NUMERIC,
855
+ $patternList
856
+ );
857
 
858
+ $this->_patterns = $patternList;
859
+ }
860
+
861
+ /**
862
+ * @param array $properties
863
+ * @param array $propertiesKeys
864
+ *
865
+ * @return array
866
+ */
867
+ protected function resortProperties(array $properties, array $propertiesKeys)
868
+ {
869
+ $browser = array();
870
+
871
+ foreach ($properties as $propertyName => $propertyValue) {
872
+ if (!isset($propertiesKeys[$propertyName])) {
873
+ continue;
874
+ }
875
+
876
+ $browser[$propertiesKeys[$propertyName]] = $propertyValue;
877
  }
878
 
879
+ return $browser;
880
+ }
 
 
881
 
882
+ /**
883
+ * @param array $tmpPatterns
884
+ *
885
+ * @return array
886
+ */
887
+ protected function deduplicatePattern(array $tmpPatterns)
888
+ {
889
+ $patternList = array();
890
+
891
+ foreach ($tmpPatterns as $pattern => $patternData) {
892
+ if (is_int($patternData)) {
893
+ $data = $patternData;
894
+ } elseif (2 == count($patternData)) {
895
+ end($patternData);
896
+
897
+ $pattern = $patternData['first'];
898
+ $data = key($patternData);
899
+ } else {
900
+ unset($patternData['first']);
901
+
902
+ $data = $this->deduplicateCompressionPattern($patternData, $pattern);
903
+ }
904
+
905
+ $patternList[$pattern] = $data;
906
+ }
907
+
908
+ return $patternList;
909
  }
910
 
911
  /**
999
 
1000
  // the \\x replacement is a fix for "Der gro\xdfe BilderSauger 2.00u" user agent match
1001
 
1002
+ return str_replace(
1003
+ array('\*', '\?', '\\x'),
1004
+ array('.*', '.', '\\\\x'),
1005
+ $pattern
1006
+ );
1007
  }
1008
 
1009
  /**
1017
  protected function _pregUnQuote($pattern, $matches)
1018
  {
1019
  // list of escaped characters: http://www.php.net/manual/en/function.preg-quote.php
1020
+ // to properly unescape '?' which was changed to '.', I replace '\.' (real dot) with '\?',
1021
+ // then change '.' to '?' and then '\?' to '.'.
1022
  $search = array(
1023
  '\\' . self::REGEX_DELIMITER, '\\.', '\\\\', '\\+', '\\[', '\\^', '\\]', '\\$', '\\(', '\\)', '\\{', '\\}',
1024
  '\\=', '\\!', '\\<', '\\>', '\\|', '\\:', '\\-', '.*', '.', '\\?'
1031
  $result = substr(str_replace($search, $replace, $pattern), 2, -2);
1032
 
1033
  if ($matches) {
1034
+ foreach ($matches as $oneMatch) {
1035
+ $position = strpos($result, '(\d)');
1036
+ $result = substr_replace($result, $oneMatch, $position, 4);
1037
  }
1038
  }
1039
 
1078
  /**
1079
  * Parses the array to cache and writes the resulting PHP string to disk
1080
  *
 
 
1081
  * @return boolean False on write error, true otherwise
1082
  */
1083
+ protected function _buildCache()
1084
  {
1085
+ $content = sprintf(
1086
  "<?php\n\$source_version=%s;\n\$cache_version=%s",
1087
  "'" . $this->_source_version . "'",
1088
  "'" . self::CACHE_FILE_VERSION . "'"
1089
+ );
 
 
 
1090
 
1091
+ $content .= ";\n\$properties=";
1092
+ $content .= $this->_array2string($this->_properties);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1093
 
1094
+ $content .= ";\n\$browsers=";
1095
+ $content .= $this->_array2string($this->_browsers);
1096
+
1097
+ $content .= ";\n\$userAgents=";
1098
+ $content .= $this->_array2string($this->_userAgents);
1099
+
1100
+ $content .= ";\n\$patterns=";
1101
+ $content .= $this->_array2string($this->_patterns) . ";\n";
1102
+
1103
+ return $content;
1104
  }
1105
 
1106
  /**
1193
 
1194
  if (!file_put_contents($path, $content)) {
1195
  throw new Exception('Could not write .ini content to "' . $path . '"');
 
1196
  }
1197
 
1198
  return true;
1251
  * var_export one as the internal PHP function does not strip whitespace or
1252
  * convert strings to numbers.
1253
  *
1254
+ * @param array $array The array to parse and convert
 
1255
  *
1256
  * @return boolean False on write error, true otherwise
1257
  */
1258
+ protected function _array2string($array)
1259
  {
1260
+ $content = "array(\n";
1261
+
 
 
1262
  foreach ($array as $key => $value) {
1263
  if (is_int($key)) {
1264
  $key = '';
1265
+ } elseif (ctype_digit((string) $key)) {
1266
+ $key = intval($key) . ' => ';
1267
+ } elseif ('.0' === substr($key, -2) && !preg_match('/[^\d\.]/', $key)) {
1268
+ $key = intval($key) . ' => ';
1269
  } else {
1270
+ $key = "'" . str_replace("'", "\'", $key) . "' => ";
1271
  }
1272
 
1273
  if (is_array($value)) {
1278
  $value = "'" . str_replace("'", "\'", $value) . "'";
1279
  }
1280
 
1281
+ $content .= $key . $value . ",\n";
 
 
 
 
 
 
 
1282
  }
1283
 
1284
+ $content .= "\n)";
1285
+
1286
+ return $content;
1287
  }
1288
 
1289
  /**
1348
  $remote_url = parse_url($url);
1349
  $contextOptions = $this->getStreamContextOptions();
1350
 
1351
+ $errno = 0;
1352
+ $errstr = '';
1353
 
1354
  if (empty($contextOptions)) {
1355
  $port = (empty($remote_url['port']) ? 80 : $remote_url['port']);
1358
  $context = $this->_getStreamContext();
1359
 
1360
  $remote_handler = stream_socket_client(
1361
+ $url,
1362
+ $errno,
1363
+ $errstr,
1364
+ $this->timeout,
1365
+ STREAM_CLIENT_CONNECT,
1366
+ $context
1367
  );
1368
  }
1369
 
1419
  }
1420
  }// else try with the next possibility
1421
  case false:
1422
+ throw new Exception(
1423
+ 'Your server can\'t connect to external resources. Please update the file manually.'
1424
+ );
1425
  }
1426
 
1427
  return '';
vendor/browscap/browscap-php/tests/bootstrap.php CHANGED
@@ -24,3 +24,4 @@ if (!$foundVendorAutoload) {
24
  }
25
 
26
  ini_set('memory_limit', '-1');
 
24
  }
25
 
26
  ini_set('memory_limit', '-1');
27
+ date_default_timezone_set(date_default_timezone_get());
vendor/browscap/browscap-php/tests/data/buildCache/.gitkeep ADDED
File without changes
vendor/browscap/browscap-php/tests/data/buildCache/1.browsers.php ADDED
@@ -0,0 +1,1565 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ return array (
3
+ 0 =>
4
+ array (
5
+ 3 => 144,
6
+ 7 => '64',
7
+ 13 => 'Win8',
8
+ 14 => '6.2',
9
+ 15 => 'Windows 8',
10
+ 16 => '64',
11
+ 17 => 'Microsoft Corporation',
12
+ 22 => 'true',
13
+ 30 => 'true',
14
+ 38 => 'Windows Desktop',
15
+ 39 => 'Various',
16
+ 40 => 'Desktop',
17
+ 41 => 'mouse',
18
+ 42 => 'Windows Desktop',
19
+ 44 => 'WebKit',
20
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
21
+ 47 => 'Apple Inc',
22
+ ),
23
+ 1 =>
24
+ array (
25
+ 3 => 144,
26
+ 7 => '64',
27
+ 13 => 'Win7',
28
+ 14 => '6.1',
29
+ 15 => 'Windows 7',
30
+ 16 => '64',
31
+ 17 => 'Microsoft Corporation',
32
+ 22 => 'true',
33
+ 30 => 'true',
34
+ 38 => 'Windows Desktop',
35
+ 39 => 'Various',
36
+ 40 => 'Desktop',
37
+ 41 => 'mouse',
38
+ 42 => 'Windows Desktop',
39
+ 44 => 'WebKit',
40
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
41
+ 47 => 'Apple Inc',
42
+ ),
43
+ 2 =>
44
+ array (
45
+ 3 => 144,
46
+ 7 => '32',
47
+ 13 => 'WinXP',
48
+ 14 => '5.1',
49
+ 15 => 'Windows XP',
50
+ 16 => '64',
51
+ 17 => 'Microsoft Corporation',
52
+ 22 => 'true',
53
+ 30 => 'true',
54
+ 38 => 'Windows Desktop',
55
+ 39 => 'Various',
56
+ 40 => 'Desktop',
57
+ 41 => 'mouse',
58
+ 42 => 'Windows Desktop',
59
+ 44 => 'WebKit',
60
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
61
+ 47 => 'Apple Inc',
62
+ ),
63
+ 3 =>
64
+ array (
65
+ 3 => 144,
66
+ 7 => '32',
67
+ 13 => 'WinVista',
68
+ 14 => '6.0',
69
+ 15 => 'Windows Vista',
70
+ 16 => '64',
71
+ 17 => 'Microsoft Corporation',
72
+ 22 => 'true',
73
+ 30 => 'true',
74
+ 38 => 'Windows Desktop',
75
+ 39 => 'Various',
76
+ 40 => 'Desktop',
77
+ 41 => 'mouse',
78
+ 42 => 'Windows Desktop',
79
+ 44 => 'WebKit',
80
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
81
+ 47 => 'Apple Inc',
82
+ ),
83
+ 4 =>
84
+ array (
85
+ 3 => 144,
86
+ 7 => '32',
87
+ 13 => 'WinXP',
88
+ 14 => '5.2',
89
+ 15 => 'Windows XP',
90
+ 16 => '64',
91
+ 17 => 'Microsoft Corporation',
92
+ 22 => 'true',
93
+ 30 => 'true',
94
+ 38 => 'Windows Desktop',
95
+ 39 => 'Various',
96
+ 40 => 'Desktop',
97
+ 41 => 'mouse',
98
+ 42 => 'Windows Desktop',
99
+ 44 => 'WebKit',
100
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
101
+ 47 => 'Apple Inc',
102
+ ),
103
+ 5 =>
104
+ array (
105
+ 3 => 144,
106
+ 7 => '32',
107
+ 13 => 'Win8',
108
+ 14 => '6.2',
109
+ 15 => 'Windows 8',
110
+ 16 => '64',
111
+ 17 => 'Microsoft Corporation',
112
+ 22 => 'true',
113
+ 30 => 'true',
114
+ 38 => 'Windows Desktop',
115
+ 39 => 'Various',
116
+ 40 => 'Desktop',
117
+ 41 => 'mouse',
118
+ 42 => 'Windows Desktop',
119
+ 44 => 'WebKit',
120
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
121
+ 47 => 'Apple Inc',
122
+ ),
123
+ 6 =>
124
+ array (
125
+ 3 => 144,
126
+ 7 => '32',
127
+ 13 => 'Win7',
128
+ 14 => '6.1',
129
+ 15 => 'Windows 7',
130
+ 16 => '64',
131
+ 17 => 'Microsoft Corporation',
132
+ 22 => 'true',
133
+ 30 => 'true',
134
+ 38 => 'Windows Desktop',
135
+ 39 => 'Various',
136
+ 40 => 'Desktop',
137
+ 41 => 'mouse',
138
+ 42 => 'Windows Desktop',
139
+ 44 => 'WebKit',
140
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
141
+ 47 => 'Apple Inc',
142
+ ),
143
+ 7 =>
144
+ array (
145
+ 3 => 144,
146
+ 7 => '32',
147
+ 13 => 'WinXP',
148
+ 14 => '5.1',
149
+ 15 => 'Windows XP',
150
+ 16 => '32',
151
+ 17 => 'Microsoft Corporation',
152
+ 21 => 'true',
153
+ 30 => 'true',
154
+ 38 => 'Windows Desktop',
155
+ 39 => 'Various',
156
+ 40 => 'Desktop',
157
+ 41 => 'mouse',
158
+ 42 => 'Windows Desktop',
159
+ 44 => 'WebKit',
160
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
161
+ 47 => 'Apple Inc',
162
+ ),
163
+ 8 =>
164
+ array (
165
+ 3 => 144,
166
+ 7 => '32',
167
+ 13 => 'WinXP',
168
+ 14 => '5.2',
169
+ 15 => 'Windows XP',
170
+ 16 => '32',
171
+ 17 => 'Microsoft Corporation',
172
+ 21 => 'true',
173
+ 30 => 'true',
174
+ 38 => 'Windows Desktop',
175
+ 39 => 'Various',
176
+ 40 => 'Desktop',
177
+ 41 => 'mouse',
178
+ 42 => 'Windows Desktop',
179
+ 44 => 'WebKit',
180
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
181
+ 47 => 'Apple Inc',
182
+ ),
183
+ 9 =>
184
+ array (
185
+ 3 => 144,
186
+ 7 => '32',
187
+ 13 => 'WinVista',
188
+ 14 => '6.0',
189
+ 15 => 'Windows Vista',
190
+ 16 => '32',
191
+ 17 => 'Microsoft Corporation',
192
+ 21 => 'true',
193
+ 30 => 'true',
194
+ 38 => 'Windows Desktop',
195
+ 39 => 'Various',
196
+ 40 => 'Desktop',
197
+ 41 => 'mouse',
198
+ 42 => 'Windows Desktop',
199
+ 44 => 'WebKit',
200
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
201
+ 47 => 'Apple Inc',
202
+ ),
203
+ 10 =>
204
+ array (
205
+ 3 => 144,
206
+ 7 => '32',
207
+ 13 => 'Win8',
208
+ 14 => '6.2',
209
+ 15 => 'Windows 8',
210
+ 16 => '32',
211
+ 17 => 'Microsoft Corporation',
212
+ 21 => 'true',
213
+ 30 => 'true',
214
+ 38 => 'Windows Desktop',
215
+ 39 => 'Various',
216
+ 40 => 'Desktop',
217
+ 41 => 'mouse',
218
+ 42 => 'Windows Desktop',
219
+ 44 => 'WebKit',
220
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
221
+ 47 => 'Apple Inc',
222
+ ),
223
+ 11 =>
224
+ array (
225
+ 3 => 144,
226
+ 7 => '32',
227
+ 13 => 'Win7',
228
+ 14 => '6.1',
229
+ 15 => 'Windows 7',
230
+ 16 => '32',
231
+ 17 => 'Microsoft Corporation',
232
+ 21 => 'true',
233
+ 30 => 'true',
234
+ 38 => 'Windows Desktop',
235
+ 39 => 'Various',
236
+ 40 => 'Desktop',
237
+ 41 => 'mouse',
238
+ 42 => 'Windows Desktop',
239
+ 44 => 'WebKit',
240
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
241
+ 47 => 'Apple Inc',
242
+ ),
243
+ 12 =>
244
+ array (
245
+ 3 => 144,
246
+ 7 => '64',
247
+ 13 => 'WinVista',
248
+ 14 => '6.0',
249
+ 15 => 'Windows Vista',
250
+ 16 => '64',
251
+ 17 => 'Microsoft Corporation',
252
+ 22 => 'true',
253
+ 38 => 'Windows Desktop',
254
+ 39 => 'Various',
255
+ 40 => 'Desktop',
256
+ 41 => 'mouse',
257
+ 42 => 'Windows Desktop',
258
+ ),
259
+ 13 =>
260
+ array (
261
+ 3 => 144,
262
+ 7 => '64',
263
+ 13 => 'WinXP',
264
+ 14 => '5.2',
265
+ 15 => 'Windows XP',
266
+ 16 => '64',
267
+ 17 => 'Microsoft Corporation',
268
+ 22 => 'true',
269
+ 38 => 'Windows Desktop',
270
+ 39 => 'Various',
271
+ 40 => 'Desktop',
272
+ 41 => 'mouse',
273
+ 42 => 'Windows Desktop',
274
+ ),
275
+ 14 =>
276
+ array (
277
+ 3 => 144,
278
+ 7 => '64',
279
+ 13 => 'WinXP',
280
+ 14 => '5.1',
281
+ 15 => 'Windows XP',
282
+ 16 => '64',
283
+ 17 => 'Microsoft Corporation',
284
+ 22 => 'true',
285
+ 38 => 'Windows Desktop',
286
+ 39 => 'Various',
287
+ 40 => 'Desktop',
288
+ 41 => 'mouse',
289
+ 42 => 'Windows Desktop',
290
+ ),
291
+ 15 =>
292
+ array (
293
+ 3 => 116,
294
+ 10 => '2.0',
295
+ 11 => '2',
296
+ ),
297
+ 16 =>
298
+ array (
299
+ 3 => 144,
300
+ 7 => '64',
301
+ 13 => 'Win8',
302
+ 14 => '6.2',
303
+ 15 => 'Windows 8',
304
+ 16 => '64',
305
+ 17 => 'Microsoft Corporation',
306
+ 22 => 'true',
307
+ 38 => 'Windows Desktop',
308
+ 39 => 'Various',
309
+ 40 => 'Desktop',
310
+ 41 => 'mouse',
311
+ 42 => 'Windows Desktop',
312
+ ),
313
+ 17 =>
314
+ array (
315
+ 3 => 144,
316
+ 7 => '64',
317
+ 13 => 'Win7',
318
+ 14 => '6.1',
319
+ 15 => 'Windows 7',
320
+ 16 => '64',
321
+ 17 => 'Microsoft Corporation',
322
+ 22 => 'true',
323
+ 38 => 'Windows Desktop',
324
+ 39 => 'Various',
325
+ 40 => 'Desktop',
326
+ 41 => 'mouse',
327
+ 42 => 'Windows Desktop',
328
+ ),
329
+ 18 =>
330
+ array (
331
+ 3 => 116,
332
+ ),
333
+ 19 =>
334
+ array (
335
+ 3 => 144,
336
+ 7 => '64',
337
+ 13 => 'Win8',
338
+ 14 => '6.2',
339
+ 15 => 'Windows 8',
340
+ 16 => '64',
341
+ 17 => 'Microsoft Corporation',
342
+ 22 => 'true',
343
+ 38 => 'Windows Desktop',
344
+ 39 => 'Various',
345
+ 40 => 'Desktop',
346
+ 41 => 'mouse',
347
+ 42 => 'Windows Desktop',
348
+ ),
349
+ 20 =>
350
+ array (
351
+ 3 => 144,
352
+ 7 => '64',
353
+ 13 => 'Win7',
354
+ 14 => '6.1',
355
+ 15 => 'Windows 7',
356
+ 16 => '64',
357
+ 17 => 'Microsoft Corporation',
358
+ 22 => 'true',
359
+ 38 => 'Windows Desktop',
360
+ 39 => 'Various',
361
+ 40 => 'Desktop',
362
+ 41 => 'mouse',
363
+ 42 => 'Windows Desktop',
364
+ ),
365
+ 21 =>
366
+ array (
367
+ 3 => 144,
368
+ 7 => '32',
369
+ 13 => 'Win2000',
370
+ 14 => '5.0',
371
+ 15 => 'Windows 2000',
372
+ 16 => '64',
373
+ 17 => 'Microsoft Corporation',
374
+ 22 => 'true',
375
+ 38 => 'Windows Desktop',
376
+ 39 => 'Various',
377
+ 40 => 'Desktop',
378
+ 41 => 'mouse',
379
+ 42 => 'Windows Desktop',
380
+ ),
381
+ 22 =>
382
+ array (
383
+ 3 => 144,
384
+ 7 => '32',
385
+ 13 => 'WinXP',
386
+ 14 => '5.2',
387
+ 15 => 'Windows XP',
388
+ 16 => '64',
389
+ 17 => 'Microsoft Corporation',
390
+ 22 => 'true',
391
+ 38 => 'Windows Desktop',
392
+ 39 => 'Various',
393
+ 40 => 'Desktop',
394
+ 41 => 'mouse',
395
+ 42 => 'Windows Desktop',
396
+ ),
397
+ 23 =>
398
+ array (
399
+ 3 => 144,
400
+ 7 => '32',
401
+ 13 => 'Win8',
402
+ 14 => '6.2',
403
+ 15 => 'Windows 8',
404
+ 16 => '64',
405
+ 17 => 'Microsoft Corporation',
406
+ 22 => 'true',
407
+ 38 => 'Windows Desktop',
408
+ 39 => 'Various',
409
+ 40 => 'Desktop',
410
+ 41 => 'mouse',
411
+ 42 => 'Windows Desktop',
412
+ ),
413
+ 24 =>
414
+ array (
415
+ 3 => 144,
416
+ 7 => '32',
417
+ 13 => 'Win7',
418
+ 14 => '6.1',
419
+ 15 => 'Windows 7',
420
+ 16 => '64',
421
+ 17 => 'Microsoft Corporation',
422
+ 22 => 'true',
423
+ 38 => 'Windows Desktop',
424
+ 39 => 'Various',
425
+ 40 => 'Desktop',
426
+ 41 => 'mouse',
427
+ 42 => 'Windows Desktop',
428
+ ),
429
+ 25 =>
430
+ array (
431
+ 3 => 144,
432
+ 7 => '32',
433
+ 13 => 'WinVista',
434
+ 14 => '6.0',
435
+ 15 => 'Windows Vista',
436
+ 16 => '64',
437
+ 17 => 'Microsoft Corporation',
438
+ 22 => 'true',
439
+ 38 => 'Windows Desktop',
440
+ 39 => 'Various',
441
+ 40 => 'Desktop',
442
+ 41 => 'mouse',
443
+ 42 => 'Windows Desktop',
444
+ ),
445
+ 26 =>
446
+ array (
447
+ 3 => 144,
448
+ 7 => '32',
449
+ 13 => 'WinXP',
450
+ 14 => '5.2',
451
+ 15 => 'Windows XP',
452
+ 16 => '64',
453
+ 17 => 'Microsoft Corporation',
454
+ 22 => 'true',
455
+ 38 => 'Windows Desktop',
456
+ 39 => 'Various',
457
+ 40 => 'Desktop',
458
+ 41 => 'mouse',
459
+ 42 => 'Windows Desktop',
460
+ ),
461
+ 27 =>
462
+ array (
463
+ 3 => 144,
464
+ 7 => '32',
465
+ 13 => 'WinXP',
466
+ 14 => '5.1',
467
+ 15 => 'Windows XP',
468
+ 16 => '64',
469
+ 17 => 'Microsoft Corporation',
470
+ 22 => 'true',
471
+ 38 => 'Windows Desktop',
472
+ 39 => 'Various',
473
+ 40 => 'Desktop',
474
+ 41 => 'mouse',
475
+ 42 => 'Windows Desktop',
476
+ ),
477
+ 28 =>
478
+ array (
479
+ 3 => 144,
480
+ 7 => '32',
481
+ 13 => 'WinXP',
482
+ 14 => '5.1',
483
+ 15 => 'Windows XP',
484
+ 16 => '64',
485
+ 17 => 'Microsoft Corporation',
486
+ 22 => 'true',
487
+ 38 => 'Windows Desktop',
488
+ 39 => 'Various',
489
+ 40 => 'Desktop',
490
+ 41 => 'mouse',
491
+ 42 => 'Windows Desktop',
492
+ ),
493
+ 29 =>
494
+ array (
495
+ 3 => 144,
496
+ 7 => '32',
497
+ 13 => 'Win7',
498
+ 14 => '6.1',
499
+ 15 => 'Windows 7',
500
+ 16 => '64',
501
+ 17 => 'Microsoft Corporation',
502
+ 22 => 'true',
503
+ 38 => 'Windows Desktop',
504
+ 39 => 'Various',
505
+ 40 => 'Desktop',
506
+ 41 => 'mouse',
507
+ 42 => 'Windows Desktop',
508
+ ),
509
+ 30 =>
510
+ array (
511
+ 3 => 144,
512
+ 7 => '32',
513
+ 13 => 'Win8',
514
+ 14 => '6.2',
515
+ 15 => 'Windows 8',
516
+ 16 => '64',
517
+ 17 => 'Microsoft Corporation',
518
+ 22 => 'true',
519
+ 38 => 'Windows Desktop',
520
+ 39 => 'Various',
521
+ 40 => 'Desktop',
522
+ 41 => 'mouse',
523
+ 42 => 'Windows Desktop',
524
+ ),
525
+ 31 =>
526
+ array (
527
+ 3 => 144,
528
+ 7 => '32',
529
+ 13 => 'WinXP',
530
+ 14 => '5.2',
531
+ 15 => 'Windows XP',
532
+ 16 => '64',
533
+ 17 => 'Microsoft Corporation',
534
+ 22 => 'true',
535
+ 38 => 'Windows Desktop',
536
+ 39 => 'Various',
537
+ 40 => 'Desktop',
538
+ 41 => 'mouse',
539
+ 42 => 'Windows Desktop',
540
+ ),
541
+ 32 =>
542
+ array (
543
+ 3 => 144,
544
+ 7 => '32',
545
+ 13 => 'WinVista',
546
+ 14 => '6.0',
547
+ 15 => 'Windows Vista',
548
+ 16 => '64',
549
+ 17 => 'Microsoft Corporation',
550
+ 22 => 'true',
551
+ 38 => 'Windows Desktop',
552
+ 39 => 'Various',
553
+ 40 => 'Desktop',
554
+ 41 => 'mouse',
555
+ 42 => 'Windows Desktop',
556
+ ),
557
+ 33 =>
558
+ array (
559
+ 3 => 157,
560
+ 7 => '32',
561
+ 13 => 'WinXP',
562
+ 14 => '5.2',
563
+ 15 => 'Windows XP',
564
+ 16 => '32',
565
+ 17 => 'Microsoft Corporation',
566
+ 21 => 'true',
567
+ ),
568
+ 34 =>
569
+ array (
570
+ 3 => 158,
571
+ 10 => '1.1',
572
+ 11 => '1',
573
+ 12 => '1',
574
+ ),
575
+ 35 =>
576
+ array (
577
+ 3 => 144,
578
+ 7 => '32',
579
+ 13 => 'Win2000',
580
+ 14 => '5.01',
581
+ 15 => 'Windows 2000',
582
+ 16 => '32',
583
+ 17 => 'Microsoft Corporation',
584
+ 21 => 'true',
585
+ 38 => 'Windows Desktop',
586
+ 39 => 'Various',
587
+ 40 => 'Desktop',
588
+ 41 => 'mouse',
589
+ 42 => 'Windows Desktop',
590
+ ),
591
+ 36 =>
592
+ array (
593
+ 3 => 144,
594
+ 7 => '32',
595
+ 13 => 'WinXP',
596
+ 14 => '5.1',
597
+ 15 => 'Windows XP',
598
+ 16 => '32',
599
+ 17 => 'Microsoft Corporation',
600
+ 21 => 'true',
601
+ 38 => 'Windows Desktop',
602
+ 39 => 'Various',
603
+ 40 => 'Desktop',
604
+ 41 => 'mouse',
605
+ 42 => 'Windows Desktop',
606
+ ),
607
+ 37 =>
608
+ array (
609
+ 3 => 144,
610
+ 7 => '32',
611
+ 13 => 'Win2000',
612
+ 14 => '5.0',
613
+ 15 => 'Windows 2000',
614
+ 16 => '32',
615
+ 17 => 'Microsoft Corporation',
616
+ 21 => 'true',
617
+ 38 => 'Windows Desktop',
618
+ 39 => 'Various',
619
+ 40 => 'Desktop',
620
+ 41 => 'mouse',
621
+ 42 => 'Windows Desktop',
622
+ ),
623
+ 38 =>
624
+ array (
625
+ 3 => 144,
626
+ 7 => '32',
627
+ 13 => 'WinXP',
628
+ 14 => '5.2',
629
+ 15 => 'Windows XP',
630
+ 16 => '32',
631
+ 17 => 'Microsoft Corporation',
632
+ 21 => 'true',
633
+ 38 => 'Windows Desktop',
634
+ 39 => 'Various',
635
+ 40 => 'Desktop',
636
+ 41 => 'mouse',
637
+ 42 => 'Windows Desktop',
638
+ ),
639
+ 39 =>
640
+ array (
641
+ 3 => 144,
642
+ 7 => '32',
643
+ 13 => 'Win7',
644
+ 14 => '6.1',
645
+ 15 => 'Windows 7',
646
+ 16 => '32',
647
+ 17 => 'Microsoft Corporation',
648
+ 21 => 'true',
649
+ 38 => 'Windows Desktop',
650
+ 39 => 'Various',
651
+ 40 => 'Desktop',
652
+ 41 => 'mouse',
653
+ 42 => 'Windows Desktop',
654
+ ),
655
+ 40 =>
656
+ array (
657
+ 3 => 144,
658
+ 7 => '32',
659
+ 13 => 'Win8',
660
+ 14 => '6.2',
661
+ 15 => 'Windows 8',
662
+ 16 => '32',
663
+ 17 => 'Microsoft Corporation',
664
+ 21 => 'true',
665
+ 38 => 'Windows Desktop',
666
+ 39 => 'Various',
667
+ 40 => 'Desktop',
668
+ 41 => 'mouse',
669
+ 42 => 'Windows Desktop',
670
+ ),
671
+ 41 =>
672
+ array (
673
+ 3 => 144,
674
+ 7 => '32',
675
+ 13 => 'WinVista',
676
+ 14 => '6.0',
677
+ 15 => 'Windows Vista',
678
+ 16 => '32',
679
+ 17 => 'Microsoft Corporation',
680
+ 21 => 'true',
681
+ 38 => 'Windows Desktop',
682
+ 39 => 'Various',
683
+ 40 => 'Desktop',
684
+ 41 => 'mouse',
685
+ 42 => 'Windows Desktop',
686
+ ),
687
+ 42 =>
688
+ array (
689
+ 3 => 159,
690
+ 7 => '32',
691
+ 13 => 'Linux',
692
+ 15 => 'Linux',
693
+ 16 => '32',
694
+ 17 => 'Linux Foundation',
695
+ 38 => 'Linux Desktop',
696
+ 39 => 'Various',
697
+ 40 => 'Desktop',
698
+ 41 => 'mouse',
699
+ 42 => 'Linux Desktop',
700
+ ),
701
+ 43 =>
702
+ array (
703
+ 3 => 157,
704
+ ),
705
+ 44 =>
706
+ array (
707
+ 3 => 158,
708
+ ),
709
+ 45 =>
710
+ array (
711
+ 3 => 144,
712
+ 7 => '32',
713
+ 13 => 'Win8',
714
+ 14 => '6.2',
715
+ 15 => 'Windows 8',
716
+ 16 => '32',
717
+ 17 => 'Microsoft Corporation',
718
+ 21 => 'true',
719
+ 38 => 'Windows Desktop',
720
+ 39 => 'Various',
721
+ 40 => 'Desktop',
722
+ 41 => 'mouse',
723
+ 42 => 'Windows Desktop',
724
+ ),
725
+ 46 =>
726
+ array (
727
+ 3 => 144,
728
+ 7 => '32',
729
+ 13 => 'WinXP',
730
+ 14 => '5.1',
731
+ 15 => 'Windows XP',
732
+ 16 => '32',
733
+ 17 => 'Microsoft Corporation',
734
+ 21 => 'true',
735
+ 38 => 'Windows Desktop',
736
+ 39 => 'Various',
737
+ 40 => 'Desktop',
738
+ 41 => 'mouse',
739
+ 42 => 'Windows Desktop',
740
+ ),
741
+ 47 =>
742
+ array (
743
+ 3 => 144,
744
+ 7 => '32',
745
+ 13 => 'Win7',
746
+ 14 => '6.1',
747
+ 15 => 'Windows 7',
748
+ 16 => '32',
749
+ 17 => 'Microsoft Corporation',
750
+ 21 => 'true',
751
+ 38 => 'Windows Desktop',
752
+ 39 => 'Various',
753
+ 40 => 'Desktop',
754
+ 41 => 'mouse',
755
+ 42 => 'Windows Desktop',
756
+ ),
757
+ 48 =>
758
+ array (
759
+ 3 => 144,
760
+ 7 => '32',
761
+ 13 => 'WinXP',
762
+ 14 => '5.2',
763
+ 15 => 'Windows XP',
764
+ 16 => '32',
765
+ 17 => 'Microsoft Corporation',
766
+ 21 => 'true',
767
+ 38 => 'Windows Desktop',
768
+ 39 => 'Various',
769
+ 40 => 'Desktop',
770
+ 41 => 'mouse',
771
+ 42 => 'Windows Desktop',
772
+ ),
773
+ 49 =>
774
+ array (
775
+ 3 => 144,
776
+ 7 => '32',
777
+ 13 => 'WinVista',
778
+ 14 => '6.0',
779
+ 15 => 'Windows Vista',
780
+ 16 => '32',
781
+ 17 => 'Microsoft Corporation',
782
+ 21 => 'true',
783
+ 38 => 'Windows Desktop',
784
+ 39 => 'Various',
785
+ 40 => 'Desktop',
786
+ 41 => 'mouse',
787
+ 42 => 'Windows Desktop',
788
+ ),
789
+ 50 =>
790
+ array (
791
+ 3 => 158,
792
+ ),
793
+ 51 =>
794
+ array (
795
+ 3 => 116,
796
+ 5 => 'grapeFX',
797
+ 10 => '0.9',
798
+ 12 => '9',
799
+ ),
800
+ 52 =>
801
+ array (
802
+ 3 => 120,
803
+ 5 => 'BOTW Feed Grabber',
804
+ 34 => 'true',
805
+ ),
806
+ 53 =>
807
+ array (
808
+ 3 => 156,
809
+ ),
810
+ 54 =>
811
+ array (
812
+ 3 => 116,
813
+ 5 => 'grapeFX',
814
+ ),
815
+ 55 =>
816
+ array (
817
+ 3 => 120,
818
+ 5 => 'BOTW Feed Grabber',
819
+ 34 => 'true',
820
+ ),
821
+ 56 =>
822
+ array (
823
+ 3 => 143,
824
+ 7 => '32',
825
+ 13 => 'WinXP',
826
+ 14 => '5.1',
827
+ 15 => 'Windows XP',
828
+ 16 => '32',
829
+ 17 => 'Microsoft Corporation',
830
+ 21 => 'true',
831
+ ),
832
+ 57 =>
833
+ array (
834
+ 3 => 136,
835
+ ),
836
+ 58 =>
837
+ array (
838
+ 3 => 120,
839
+ 5 => 'BOTW Spider',
840
+ ),
841
+ 59 =>
842
+ array (
843
+ 3 => 157,
844
+ 5 => 'Yandex MirrorDetector',
845
+ ),
846
+ 60 =>
847
+ array (
848
+ 3 => 157,
849
+ ),
850
+ 61 =>
851
+ array (
852
+ 3 => 120,
853
+ 5 => 'BOTW Spider',
854
+ ),
855
+ 62 =>
856
+ array (
857
+ 3 => 144,
858
+ 7 => '32',
859
+ 13 => 'WinXP',
860
+ 14 => '5.1',
861
+ 15 => 'Windows XP',
862
+ 16 => '32',
863
+ 17 => 'Microsoft Corporation',
864
+ 21 => 'true',
865
+ 38 => 'Windows Desktop',
866
+ 39 => 'Various',
867
+ 40 => 'Desktop',
868
+ 41 => 'mouse',
869
+ 42 => 'Windows Desktop',
870
+ ),
871
+ 63 =>
872
+ array (
873
+ 3 => 157,
874
+ 5 => 'YandexImageResizer',
875
+ ),
876
+ 64 =>
877
+ array (
878
+ 3 => 157,
879
+ 5 => 'YandexImageResizer',
880
+ ),
881
+ 65 =>
882
+ array (
883
+ 3 => 155,
884
+ 5 => 'BecomeJPBot',
885
+ ),
886
+ 66 =>
887
+ array (
888
+ 3 => 157,
889
+ ),
890
+ 67 =>
891
+ array (
892
+ 3 => 157,
893
+ 5 => 'YandexWebmaster',
894
+ ),
895
+ 68 =>
896
+ array (
897
+ 3 => 162,
898
+ 5 => 'Teoma',
899
+ ),
900
+ 69 =>
901
+ array (
902
+ 3 => 155,
903
+ 5 => 'BecomeJPBot',
904
+ ),
905
+ 70 =>
906
+ array (
907
+ 3 => 157,
908
+ 5 => 'YandexZakladki',
909
+ ),
910
+ 71 =>
911
+ array (
912
+ 3 => 157,
913
+ 5 => 'YandexFavicons',
914
+ ),
915
+ 72 =>
916
+ array (
917
+ 3 => 143,
918
+ ),
919
+ 73 =>
920
+ array (
921
+ 3 => 157,
922
+ 5 => 'YandexMetrika',
923
+ ),
924
+ 74 =>
925
+ array (
926
+ 3 => 157,
927
+ 5 => 'YandexFavicons',
928
+ ),
929
+ 75 =>
930
+ array (
931
+ 3 => 157,
932
+ 5 => 'YandexCatalog',
933
+ ),
934
+ 76 =>
935
+ array (
936
+ 3 => 157,
937
+ 5 => 'YandexAddURL',
938
+ ),
939
+ 77 =>
940
+ array (
941
+ 3 => 157,
942
+ 5 => 'YandexImages',
943
+ ),
944
+ 78 =>
945
+ array (
946
+ 3 => 157,
947
+ 5 => 'YandexDirect-Dyatel',
948
+ ),
949
+ 79 =>
950
+ array (
951
+ 3 => 157,
952
+ 5 => 'YandexCatalog',
953
+ ),
954
+ 80 =>
955
+ array (
956
+ 3 => 157,
957
+ 5 => 'YandexMetrika',
958
+ ),
959
+ 81 =>
960
+ array (
961
+ 3 => 158,
962
+ ),
963
+ 82 =>
964
+ array (
965
+ 3 => 142,
966
+ 10 => '5.0',
967
+ 11 => '5',
968
+ ),
969
+ 83 =>
970
+ array (
971
+ 3 => 142,
972
+ 10 => '4.0',
973
+ 11 => '4',
974
+ ),
975
+ 84 =>
976
+ array (
977
+ 3 => 141,
978
+ 10 => '3.0',
979
+ 11 => '3',
980
+ ),
981
+ 85 =>
982
+ array (
983
+ 3 => 157,
984
+ 5 => 'YandexImages',
985
+ ),
986
+ 86 =>
987
+ array (
988
+ 3 => 157,
989
+ 5 => 'YandexDirect-Dyatel',
990
+ ),
991
+ 87 =>
992
+ array (
993
+ 3 => 157,
994
+ 5 => 'YandexAddURL',
995
+ ),
996
+ 88 =>
997
+ array (
998
+ 3 => 142,
999
+ 10 => '3.1',
1000
+ 11 => '3',
1001
+ 12 => '1',
1002
+ ),
1003
+ 89 =>
1004
+ array (
1005
+ 3 => 157,
1006
+ 5 => 'YandexMedia',
1007
+ ),
1008
+ 90 =>
1009
+ array (
1010
+ 3 => 157,
1011
+ 5 => 'YandexVideo',
1012
+ ),
1013
+ 91 =>
1014
+ array (
1015
+ 3 => 157,
1016
+ 5 => 'YandexBlogs',
1017
+ ),
1018
+ 92 =>
1019
+ array (
1020
+ 3 => 136,
1021
+ ),
1022
+ 93 =>
1023
+ array (
1024
+ 3 => 157,
1025
+ 5 => 'YandexMedia',
1026
+ ),
1027
+ 94 =>
1028
+ array (
1029
+ 3 => 157,
1030
+ ),
1031
+ 95 =>
1032
+ array (
1033
+ 3 => 157,
1034
+ 5 => 'YandexVideo',
1035
+ ),
1036
+ 96 =>
1037
+ array (
1038
+ 3 => 157,
1039
+ 5 => 'YandexNews',
1040
+ ),
1041
+ 97 =>
1042
+ array (
1043
+ 3 => 157,
1044
+ 5 => 'YandexNews',
1045
+ ),
1046
+ 98 =>
1047
+ array (
1048
+ 3 => 162,
1049
+ 5 => 'AskJeeves',
1050
+ ),
1051
+ 99 =>
1052
+ array (
1053
+ 3 => 141,
1054
+ ),
1055
+ 100 =>
1056
+ array (
1057
+ 3 => 142,
1058
+ ),
1059
+ 101 =>
1060
+ array (
1061
+ 3 => 154,
1062
+ 5 => 'ConveraMultiMediaCrawler',
1063
+ 10 => '0.1',
1064
+ 12 => '1',
1065
+ ),
1066
+ 102 =>
1067
+ array (
1068
+ 3 => 161,
1069
+ 5 => 'XING Contenttabreceiver',
1070
+ 10 => '2.0',
1071
+ 11 => '2',
1072
+ ),
1073
+ 103 =>
1074
+ array (
1075
+ 3 => 161,
1076
+ 5 => 'XING Contenttabreceiver',
1077
+ ),
1078
+ 104 =>
1079
+ array (
1080
+ 3 => 136,
1081
+ ),
1082
+ 105 =>
1083
+ array (
1084
+ 3 => 114,
1085
+ 4 => 'Java Standard Library',
1086
+ 5 => 'Java Standard Library',
1087
+ 6 => 'Bot/Crawler',
1088
+ 8 => 'Oracle',
1089
+ 23 => 'true',
1090
+ 24 => 'true',
1091
+ 25 => 'true',
1092
+ 35 => 'true',
1093
+ ),
1094
+ 106 =>
1095
+ array (
1096
+ 3 => 155,
1097
+ 5 => 'BecomeBot',
1098
+ ),
1099
+ 107 =>
1100
+ array (
1101
+ 3 => 154,
1102
+ 10 => '0.5',
1103
+ 12 => '5',
1104
+ ),
1105
+ 108 =>
1106
+ array (
1107
+ 3 => 154,
1108
+ 10 => '0.4',
1109
+ 12 => '4',
1110
+ ),
1111
+ 109 =>
1112
+ array (
1113
+ 3 => 154,
1114
+ 10 => '0.6',
1115
+ 12 => '6',
1116
+ ),
1117
+ 110 =>
1118
+ array (
1119
+ 3 => 154,
1120
+ 10 => '0.7',
1121
+ 12 => '7',
1122
+ ),
1123
+ 111 =>
1124
+ array (
1125
+ 3 => 154,
1126
+ 10 => '0.9',
1127
+ 12 => '9',
1128
+ ),
1129
+ 112 =>
1130
+ array (
1131
+ 3 => 154,
1132
+ 10 => '0.8',
1133
+ 12 => '8',
1134
+ ),
1135
+ 113 =>
1136
+ array (
1137
+ 3 => 125,
1138
+ 10 => '1.0',
1139
+ 11 => '1',
1140
+ ),
1141
+ 114 =>
1142
+ array (
1143
+ 4 => 'DefaultProperties',
1144
+ 5 => 'DefaultProperties',
1145
+ 6 => 'unknown',
1146
+ 7 => '0',
1147
+ 8 => 'unknown',
1148
+ 9 => 'unknown',
1149
+ 10 => '0.0',
1150
+ 11 => '0',
1151
+ 12 => '0',
1152
+ 13 => 'unknown',
1153
+ 14 => 'unknown',
1154
+ 15 => 'unknown',
1155
+ 16 => '0',
1156
+ 17 => 'unknown',
1157
+ 18 => 'false',
1158
+ 19 => 'false',
1159
+ 20 => 'false',
1160
+ 21 => 'false',
1161
+ 22 => 'false',
1162
+ 23 => 'false',
1163
+ 24 => 'false',
1164
+ 25 => 'false',
1165
+ 26 => 'false',
1166
+ 27 => 'false',
1167
+ 28 => 'false',
1168
+ 29 => 'false',
1169
+ 30 => 'false',
1170
+ 31 => 'false',
1171
+ 32 => 'false',
1172
+ 33 => 'false',
1173
+ 34 => 'false',
1174
+ 35 => 'false',
1175
+ 36 => '0',
1176
+ 37 => '0',
1177
+ 38 => 'unknown',
1178
+ 39 => 'unknown',
1179
+ 40 => 'unknown',
1180
+ 41 => 'unknown',
1181
+ 42 => 'unknown',
1182
+ 43 => 'unknown',
1183
+ 44 => 'unknown',
1184
+ 45 => 'unknown',
1185
+ 46 => 'unknown',
1186
+ 47 => 'unknown',
1187
+ ),
1188
+ 115 =>
1189
+ array (
1190
+ 3 => 157,
1191
+ ),
1192
+ 116 =>
1193
+ array (
1194
+ 3 => 114,
1195
+ 4 => 'GrapeshotCrawler',
1196
+ 5 => 'GrapeshotCrawler',
1197
+ 6 => 'Bot/Crawler',
1198
+ 23 => 'true',
1199
+ 24 => 'true',
1200
+ 25 => 'true',
1201
+ 35 => 'true',
1202
+ ),
1203
+ 117 =>
1204
+ array (
1205
+ 3 => 122,
1206
+ ),
1207
+ 118 =>
1208
+ array (
1209
+ 3 => 154,
1210
+ 5 => 'ConveraCrawler',
1211
+ ),
1212
+ 119 =>
1213
+ array (
1214
+ 3 => 121,
1215
+ ),
1216
+ 120 =>
1217
+ array (
1218
+ 3 => 114,
1219
+ 4 => 'Best of the Web',
1220
+ 5 => 'Best of the Web',
1221
+ 6 => 'Bot/Crawler',
1222
+ 8 => 'botw.org',
1223
+ 23 => 'true',
1224
+ 25 => 'true',
1225
+ 35 => 'true',
1226
+ ),
1227
+ 121 =>
1228
+ array (
1229
+ 3 => 114,
1230
+ 4 => 'Goldfire Server',
1231
+ 5 => 'Goldfire Server',
1232
+ 6 => 'Bot/Crawler',
1233
+ 8 => 'Invention Machine Corporation',
1234
+ 23 => 'true',
1235
+ 24 => 'true',
1236
+ 25 => 'true',
1237
+ 35 => 'true',
1238
+ ),
1239
+ 122 =>
1240
+ array (
1241
+ 3 => 114,
1242
+ 4 => 'ArchitextSpider',
1243
+ 5 => 'ArchitextSpider',
1244
+ 6 => 'Bot/Crawler',
1245
+ 23 => 'true',
1246
+ 24 => 'true',
1247
+ 25 => 'true',
1248
+ 35 => 'true',
1249
+ ),
1250
+ 123 =>
1251
+ array (
1252
+ 3 => 143,
1253
+ ),
1254
+ 124 =>
1255
+ array (
1256
+ 3 => 125,
1257
+ ),
1258
+ 125 =>
1259
+ array (
1260
+ 3 => 114,
1261
+ 4 => 'ContextAd Bot',
1262
+ 5 => 'ContextAd Bot',
1263
+ 6 => 'Bot/Crawler',
1264
+ 23 => 'true',
1265
+ 25 => 'true',
1266
+ 35 => 'true',
1267
+ ),
1268
+ 126 =>
1269
+ array (
1270
+ 3 => 136,
1271
+ ),
1272
+ 127 =>
1273
+ array (
1274
+ 3 => 154,
1275
+ 5 => 'CrawlConvera',
1276
+ ),
1277
+ 128 =>
1278
+ array (
1279
+ 3 => 155,
1280
+ 5 => 'MonkeyCrawl',
1281
+ ),
1282
+ 129 =>
1283
+ array (
1284
+ 3 => 157,
1285
+ ),
1286
+ 130 =>
1287
+ array (
1288
+ 3 => 131,
1289
+ ),
1290
+ 131 =>
1291
+ array (
1292
+ 3 => 114,
1293
+ 4 => 'Apache Bench',
1294
+ 5 => 'Apache Bench',
1295
+ 6 => 'Bot/Crawler',
1296
+ 8 => 'Apache Foundation',
1297
+ 23 => 'true',
1298
+ 24 => 'true',
1299
+ 25 => 'true',
1300
+ 35 => 'true',
1301
+ ),
1302
+ 132 =>
1303
+ array (
1304
+ 3 => 150,
1305
+ 10 => '2.0',
1306
+ 11 => '2',
1307
+ ),
1308
+ 133 =>
1309
+ array (
1310
+ 3 => 136,
1311
+ ),
1312
+ 134 =>
1313
+ array (
1314
+ 3 => 136,
1315
+ ),
1316
+ 135 =>
1317
+ array (
1318
+ 3 => 155,
1319
+ 5 => 'BecomeBot',
1320
+ ),
1321
+ 136 =>
1322
+ array (
1323
+ 3 => 114,
1324
+ 4 => 'Anonymizied',
1325
+ 5 => 'Anonymizied',
1326
+ 6 => 'Bot/Crawler',
1327
+ 35 => 'true',
1328
+ ),
1329
+ 137 =>
1330
+ array (
1331
+ 3 => 136,
1332
+ ),
1333
+ 138 =>
1334
+ array (
1335
+ 3 => 159,
1336
+ ),
1337
+ 139 =>
1338
+ array (
1339
+ 3 => 105,
1340
+ 10 => '1.17',
1341
+ 11 => '1',
1342
+ 12 => '17',
1343
+ ),
1344
+ 140 =>
1345
+ array (
1346
+ 3 => 136,
1347
+ ),
1348
+ 141 =>
1349
+ array (
1350
+ 3 => 114,
1351
+ 4 => 'YandexBot',
1352
+ 5 => 'YandexBot',
1353
+ 6 => 'Bot/Crawler',
1354
+ 8 => 'Yandex',
1355
+ 23 => 'true',
1356
+ 24 => 'true',
1357
+ 25 => 'true',
1358
+ 35 => 'true',
1359
+ ),
1360
+ 142 =>
1361
+ array (
1362
+ 3 => 114,
1363
+ 4 => 'AhrefsBot',
1364
+ 5 => 'AhrefsBot',
1365
+ 6 => 'Bot/Crawler',
1366
+ 8 => 'Ahrefs Pte Ltd',
1367
+ 35 => 'true',
1368
+ ),
1369
+ 143 =>
1370
+ array (
1371
+ 3 => 114,
1372
+ 4 => 'Entireweb',
1373
+ 5 => 'Entireweb',
1374
+ 6 => 'Bot/Crawler',
1375
+ 8 => 'Entireweb Sweden AB',
1376
+ 23 => 'true',
1377
+ 25 => 'true',
1378
+ 35 => 'true',
1379
+ ),
1380
+ 144 =>
1381
+ array (
1382
+ 3 => 114,
1383
+ 4 => '360Spider',
1384
+ 5 => '360Spider',
1385
+ 6 => 'Bot/Crawler',
1386
+ 8 => 'so.360.cn',
1387
+ 23 => 'true',
1388
+ 24 => 'true',
1389
+ 25 => 'true',
1390
+ 35 => 'true',
1391
+ ),
1392
+ 145 =>
1393
+ array (
1394
+ 3 => 150,
1395
+ ),
1396
+ 146 =>
1397
+ array (
1398
+ 3 => 105,
1399
+ 10 => '1.7',
1400
+ 11 => '1',
1401
+ 12 => '7',
1402
+ ),
1403
+ 147 =>
1404
+ array (
1405
+ 3 => 105,
1406
+ 10 => '1.4',
1407
+ 11 => '1',
1408
+ 12 => '4',
1409
+ ),
1410
+ 148 =>
1411
+ array (
1412
+ 3 => 105,
1413
+ 10 => '1.6',
1414
+ 11 => '1',
1415
+ 12 => '6',
1416
+ ),
1417
+ 149 =>
1418
+ array (
1419
+ 3 => 105,
1420
+ 10 => '1.5',
1421
+ 11 => '1',
1422
+ 12 => '5',
1423
+ ),
1424
+ 150 =>
1425
+ array (
1426
+ 3 => 114,
1427
+ 4 => 'Bitlybot',
1428
+ 5 => 'BitlyBot',
1429
+ 6 => 'Bot/Crawler',
1430
+ 23 => 'true',
1431
+ 24 => 'true',
1432
+ 25 => 'true',
1433
+ 35 => 'true',
1434
+ ),
1435
+ 151 =>
1436
+ array (
1437
+ 3 => 153,
1438
+ ),
1439
+ 152 =>
1440
+ array (
1441
+ 3 => 157,
1442
+ ),
1443
+ 153 =>
1444
+ array (
1445
+ 3 => 114,
1446
+ 4 => 'NikiBot',
1447
+ 5 => 'NikiBot',
1448
+ 6 => 'Bot/Crawler',
1449
+ 23 => 'true',
1450
+ 24 => 'true',
1451
+ 25 => 'true',
1452
+ 35 => 'true',
1453
+ ),
1454
+ 154 =>
1455
+ array (
1456
+ 3 => 114,
1457
+ 4 => 'Convera',
1458
+ 5 => 'Convera',
1459
+ 6 => 'Bot/Crawler',
1460
+ 23 => 'true',
1461
+ 25 => 'true',
1462
+ 35 => 'true',
1463
+ ),
1464
+ 155 =>
1465
+ array (
1466
+ 3 => 114,
1467
+ 4 => 'Become',
1468
+ 5 => 'Become',
1469
+ 6 => 'Bot/Crawler',
1470
+ 34 => 'true',
1471
+ 35 => 'true',
1472
+ ),
1473
+ 156 =>
1474
+ array (
1475
+ 3 => 114,
1476
+ 4 => '80Legs',
1477
+ 5 => '80Legs',
1478
+ 6 => 'Bot/Crawler',
1479
+ 23 => 'true',
1480
+ 24 => 'true',
1481
+ 25 => 'true',
1482
+ 35 => 'true',
1483
+ ),
1484
+ 157 =>
1485
+ array (
1486
+ 3 => 114,
1487
+ 4 => 'Yandex',
1488
+ 5 => 'Yandex',
1489
+ 6 => 'Bot/Crawler',
1490
+ 8 => 'Yandex',
1491
+ 23 => 'true',
1492
+ 24 => 'true',
1493
+ 25 => 'true',
1494
+ 35 => 'true',
1495
+ ),
1496
+ 158 =>
1497
+ array (
1498
+ 3 => 114,
1499
+ 4 => 'DotBot',
1500
+ 5 => 'DotBot',
1501
+ 6 => 'Bot/Crawler',
1502
+ 23 => 'true',
1503
+ 25 => 'true',
1504
+ 35 => 'true',
1505
+ ),
1506
+ 159 =>
1507
+ array (
1508
+ 3 => 114,
1509
+ 4 => 'Adbeat',
1510
+ 5 => 'Adbeat Bot',
1511
+ 6 => 'Bot/Crawler',
1512
+ 8 => 'adbeat.com',
1513
+ 35 => 'true',
1514
+ ),
1515
+ 160 =>
1516
+ array (
1517
+ 3 => 105,
1518
+ ),
1519
+ 161 =>
1520
+ array (
1521
+ 3 => 114,
1522
+ 4 => 'Xing',
1523
+ 5 => 'Xing',
1524
+ 6 => 'Bot/Crawler',
1525
+ 23 => 'true',
1526
+ 25 => 'true',
1527
+ 35 => 'true',
1528
+ ),
1529
+ 162 =>
1530
+ array (
1531
+ 3 => 114,
1532
+ 4 => 'Ask',
1533
+ 5 => 'Ask',
1534
+ 6 => 'Bot/Crawler',
1535
+ 8 => 'Ask.com',
1536
+ 23 => 'true',
1537
+ 24 => 'true',
1538
+ 25 => 'true',
1539
+ 35 => 'true',
1540
+ ),
1541
+ 163 =>
1542
+ array (
1543
+ 3 => 114,
1544
+ 4 => 'Default Browser',
1545
+ 5 => 'Default Browser',
1546
+ 18 => 'false',
1547
+ 19 => 'false',
1548
+ 20 => 'false',
1549
+ 21 => 'false',
1550
+ 22 => 'false',
1551
+ 23 => 'false',
1552
+ 24 => 'false',
1553
+ 25 => 'false',
1554
+ 26 => 'false',
1555
+ 27 => 'false',
1556
+ 28 => 'false',
1557
+ 29 => 'false',
1558
+ 30 => 'false',
1559
+ 31 => 'false',
1560
+ 32 => 'false',
1561
+ 33 => 'false',
1562
+ 34 => 'false',
1563
+ 35 => 'false',
1564
+ ),
1565
+ );
vendor/browscap/browscap-php/tests/data/buildCache/1.expected.php ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $source_version='6000';
3
+ $cache_version='2.1.0';
4
+ $properties=array(
5
+ 'browser_name',
6
+ 'browser_name_regex',
7
+ 'browser_name_pattern',
8
+ 'Parent',
9
+ 'Comment',
10
+ 'Browser',
11
+ 'Browser_Type',
12
+ 'Browser_Bits',
13
+ 'Browser_Maker',
14
+ 'Browser_Modus',
15
+ 'Version',
16
+ 'MajorVer',
17
+ 'MinorVer',
18
+ 'Platform',
19
+ 'Platform_Version',
20
+ 'Platform_Description',
21
+ 'Platform_Bits',
22
+ 'Platform_Maker',
23
+ 'Alpha',
24
+ 'Beta',
25
+ 'Win16',
26
+ 'Win32',
27
+ 'Win64',
28
+ 'Frames',
29
+ 'IFrames',
30
+ 'Tables',
31
+ 'Cookies',
32
+ 'BackgroundSounds',
33
+ 'JavaScript',
34
+ 'VBScript',
35
+ 'JavaApplets',
36
+ 'ActiveXControls',
37
+ 'isMobileDevice',
38
+ 'isTablet',
39
+ 'isSyndicationReader',
40
+ 'Crawler',
41
+ 'CssVersion',
42
+ 'AolVersion',
43
+ 'Device_Name',
44
+ 'Device_Maker',
45
+ 'Device_Type',
46
+ 'Device_Pointing_Method',
47
+ 'Device_Code_Name',
48
+ 'Device_Brand_Name',
49
+ 'RenderingEngine_Name',
50
+ 'RenderingEngine_Version',
51
+ 'RenderingEngine_Description',
52
+ 'RenderingEngine_Maker',
53
+
54
+ );
55
+ $browsers=array(
56
+ 'a:17:{i:3;i:144;i:7;s:2:"64";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
57
+ 'a:17:{i:3;i:144;i:7;s:2:"64";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
58
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
59
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
60
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
61
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
62
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
63
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
64
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
65
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
66
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
67
+ 'a:17:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
68
+ 'a:13:{i:3;i:144;i:7;s:2:"64";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
69
+ 'a:13:{i:3;i:144;i:7;s:2:"64";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
70
+ 'a:13:{i:3;i:144;i:7;s:2:"64";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
71
+ 'a:3:{i:3;i:116;i:10;s:3:"2.0";i:11;s:1:"2";}',
72
+ 'a:13:{i:3;i:144;i:7;s:2:"64";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
73
+ 'a:13:{i:3;i:144;i:7;s:2:"64";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
74
+ 'a:1:{i:3;i:116;}',
75
+ 'a:13:{i:3;i:144;i:7;s:2:"64";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
76
+ 'a:13:{i:3;i:144;i:7;s:2:"64";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
77
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:7:"Win2000";i:14;s:3:"5.0";i:15;s:12:"Windows 2000";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
78
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
79
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
80
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
81
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
82
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
83
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
84
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
85
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
86
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
87
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
88
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
89
+ 'a:8:{i:3;i:157;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";}',
90
+ 'a:4:{i:3;i:158;i:10;s:3:"1.1";i:11;s:1:"1";i:12;s:1:"1";}',
91
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:7:"Win2000";i:14;s:4:"5.01";i:15;s:12:"Windows 2000";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
92
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
93
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:7:"Win2000";i:14;s:3:"5.0";i:15;s:12:"Windows 2000";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
94
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
95
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
96
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
97
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
98
+ 'a:11:{i:3;i:159;i:7;s:2:"32";i:13;s:5:"Linux";i:15;s:5:"Linux";i:16;s:2:"32";i:17;s:16:"Linux Foundation";i:38;s:13:"Linux Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:13:"Linux Desktop";}',
99
+ 'a:1:{i:3;i:157;}',
100
+ 'a:1:{i:3;i:158;}',
101
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
102
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
103
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
104
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
105
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
106
+ 'a:1:{i:3;i:158;}',
107
+ 'a:4:{i:3;i:116;i:5;s:7:"grapeFX";i:10;s:3:"0.9";i:12;s:1:"9";}',
108
+ 'a:3:{i:3;i:120;i:5;s:17:"BOTW Feed Grabber";i:34;s:4:"true";}',
109
+ 'a:1:{i:3;i:156;}',
110
+ 'a:2:{i:3;i:116;i:5;s:7:"grapeFX";}',
111
+ 'a:3:{i:3;i:120;i:5;s:17:"BOTW Feed Grabber";i:34;s:4:"true";}',
112
+ 'a:8:{i:3;i:143;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";}',
113
+ 'a:1:{i:3;i:136;}',
114
+ 'a:2:{i:3;i:120;i:5;s:11:"BOTW Spider";}',
115
+ 'a:2:{i:3;i:157;i:5;s:21:"Yandex MirrorDetector";}',
116
+ 'a:1:{i:3;i:157;}',
117
+ 'a:2:{i:3;i:120;i:5;s:11:"BOTW Spider";}',
118
+ 'a:13:{i:3;i:144;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
119
+ 'a:2:{i:3;i:157;i:5;s:18:"YandexImageResizer";}',
120
+ 'a:2:{i:3;i:157;i:5;s:18:"YandexImageResizer";}',
121
+ 'a:2:{i:3;i:155;i:5;s:11:"BecomeJPBot";}',
122
+ 'a:1:{i:3;i:157;}',
123
+ 'a:2:{i:3;i:157;i:5;s:15:"YandexWebmaster";}',
124
+ 'a:2:{i:3;i:162;i:5;s:5:"Teoma";}',
125
+ 'a:2:{i:3;i:155;i:5;s:11:"BecomeJPBot";}',
126
+ 'a:2:{i:3;i:157;i:5;s:14:"YandexZakladki";}',
127
+ 'a:2:{i:3;i:157;i:5;s:14:"YandexFavicons";}',
128
+ 'a:1:{i:3;i:143;}',
129
+ 'a:2:{i:3;i:157;i:5;s:13:"YandexMetrika";}',
130
+ 'a:2:{i:3;i:157;i:5;s:14:"YandexFavicons";}',
131
+ 'a:2:{i:3;i:157;i:5;s:13:"YandexCatalog";}',
132
+ 'a:2:{i:3;i:157;i:5;s:12:"YandexAddURL";}',
133
+ 'a:2:{i:3;i:157;i:5;s:12:"YandexImages";}',
134
+ 'a:2:{i:3;i:157;i:5;s:19:"YandexDirect-Dyatel";}',
135
+ 'a:2:{i:3;i:157;i:5;s:13:"YandexCatalog";}',
136
+ 'a:2:{i:3;i:157;i:5;s:13:"YandexMetrika";}',
137
+ 'a:1:{i:3;i:158;}',
138
+ 'a:3:{i:3;i:142;i:10;s:3:"5.0";i:11;s:1:"5";}',
139
+ 'a:3:{i:3;i:142;i:10;s:3:"4.0";i:11;s:1:"4";}',
140
+ 'a:3:{i:3;i:141;i:10;s:3:"3.0";i:11;s:1:"3";}',
141
+ 'a:2:{i:3;i:157;i:5;s:12:"YandexImages";}',
142
+ 'a:2:{i:3;i:157;i:5;s:19:"YandexDirect-Dyatel";}',
143
+ 'a:2:{i:3;i:157;i:5;s:12:"YandexAddURL";}',
144
+ 'a:4:{i:3;i:142;i:10;s:3:"3.1";i:11;s:1:"3";i:12;s:1:"1";}',
145
+ 'a:2:{i:3;i:157;i:5;s:11:"YandexMedia";}',
146
+ 'a:2:{i:3;i:157;i:5;s:11:"YandexVideo";}',
147
+ 'a:2:{i:3;i:157;i:5;s:11:"YandexBlogs";}',
148
+ 'a:1:{i:3;i:136;}',
149
+ 'a:2:{i:3;i:157;i:5;s:11:"YandexMedia";}',
150
+ 'a:1:{i:3;i:157;}',
151
+ 'a:2:{i:3;i:157;i:5;s:11:"YandexVideo";}',
152
+ 'a:2:{i:3;i:157;i:5;s:10:"YandexNews";}',
153
+ 'a:2:{i:3;i:157;i:5;s:10:"YandexNews";}',
154
+ 'a:2:{i:3;i:162;i:5;s:9:"AskJeeves";}',
155
+ 'a:1:{i:3;i:141;}',
156
+ 'a:1:{i:3;i:142;}',
157
+ 'a:4:{i:3;i:154;i:5;s:24:"ConveraMultiMediaCrawler";i:10;s:3:"0.1";i:12;s:1:"1";}',
158
+ 'a:4:{i:3;i:161;i:5;s:23:"XING Contenttabreceiver";i:10;s:3:"2.0";i:11;s:1:"2";}',
159
+ 'a:2:{i:3;i:161;i:5;s:23:"XING Contenttabreceiver";}',
160
+ 'a:1:{i:3;i:136;}',
161
+ 'a:9:{i:3;i:114;i:4;s:21:"Java Standard Library";i:5;s:21:"Java Standard Library";i:6;s:11:"Bot/Crawler";i:8;s:6:"Oracle";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
162
+ 'a:2:{i:3;i:155;i:5;s:9:"BecomeBot";}',
163
+ 'a:3:{i:3;i:154;i:10;s:3:"0.5";i:12;s:1:"5";}',
164
+ 'a:3:{i:3;i:154;i:10;s:3:"0.4";i:12;s:1:"4";}',
165
+ 'a:3:{i:3;i:154;i:10;s:3:"0.6";i:12;s:1:"6";}',
166
+ 'a:3:{i:3;i:154;i:10;s:3:"0.7";i:12;s:1:"7";}',
167
+ 'a:3:{i:3;i:154;i:10;s:3:"0.9";i:12;s:1:"9";}',
168
+ 'a:3:{i:3;i:154;i:10;s:3:"0.8";i:12;s:1:"8";}',
169
+ 'a:3:{i:3;i:125;i:10;s:3:"1.0";i:11;s:1:"1";}',
170
+ 'a:44:{i:4;s:17:"DefaultProperties";i:5;s:17:"DefaultProperties";i:6;s:7:"unknown";i:7;s:1:"0";i:8;s:7:"unknown";i:9;s:7:"unknown";i:10;s:3:"0.0";i:11;s:1:"0";i:12;s:1:"0";i:13;s:7:"unknown";i:14;s:7:"unknown";i:15;s:7:"unknown";i:16;s:1:"0";i:17;s:7:"unknown";i:18;s:5:"false";i:19;s:5:"false";i:20;s:5:"false";i:21;s:5:"false";i:22;s:5:"false";i:23;s:5:"false";i:24;s:5:"false";i:25;s:5:"false";i:26;s:5:"false";i:27;s:5:"false";i:28;s:5:"false";i:29;s:5:"false";i:30;s:5:"false";i:31;s:5:"false";i:32;s:5:"false";i:33;s:5:"false";i:34;s:5:"false";i:35;s:5:"false";i:36;s:1:"0";i:37;s:1:"0";i:38;s:7:"unknown";i:39;s:7:"unknown";i:40;s:7:"unknown";i:41;s:7:"unknown";i:42;s:7:"unknown";i:43;s:7:"unknown";i:44;s:7:"unknown";i:45;s:7:"unknown";i:46;s:7:"unknown";i:47;s:7:"unknown";}',
171
+ 'a:1:{i:3;i:157;}',
172
+ 'a:8:{i:3;i:114;i:4;s:16:"GrapeshotCrawler";i:5;s:16:"GrapeshotCrawler";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
173
+ 'a:1:{i:3;i:122;}',
174
+ 'a:2:{i:3;i:154;i:5;s:14:"ConveraCrawler";}',
175
+ 'a:1:{i:3;i:121;}',
176
+ 'a:8:{i:3;i:114;i:4;s:15:"Best of the Web";i:5;s:15:"Best of the Web";i:6;s:11:"Bot/Crawler";i:8;s:8:"botw.org";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
177
+ 'a:9:{i:3;i:114;i:4;s:15:"Goldfire Server";i:5;s:15:"Goldfire Server";i:6;s:11:"Bot/Crawler";i:8;s:29:"Invention Machine Corporation";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
178
+ 'a:8:{i:3;i:114;i:4;s:15:"ArchitextSpider";i:5;s:15:"ArchitextSpider";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
179
+ 'a:1:{i:3;i:143;}',
180
+ 'a:1:{i:3;i:125;}',
181
+ 'a:7:{i:3;i:114;i:4;s:13:"ContextAd Bot";i:5;s:13:"ContextAd Bot";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
182
+ 'a:1:{i:3;i:136;}',
183
+ 'a:2:{i:3;i:154;i:5;s:12:"CrawlConvera";}',
184
+ 'a:2:{i:3;i:155;i:5;s:11:"MonkeyCrawl";}',
185
+ 'a:1:{i:3;i:157;}',
186
+ 'a:1:{i:3;i:131;}',
187
+ 'a:9:{i:3;i:114;i:4;s:12:"Apache Bench";i:5;s:12:"Apache Bench";i:6;s:11:"Bot/Crawler";i:8;s:17:"Apache Foundation";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
188
+ 'a:3:{i:3;i:150;i:10;s:3:"2.0";i:11;s:1:"2";}',
189
+ 'a:1:{i:3;i:136;}',
190
+ 'a:1:{i:3;i:136;}',
191
+ 'a:2:{i:3;i:155;i:5;s:9:"BecomeBot";}',
192
+ 'a:5:{i:3;i:114;i:4;s:11:"Anonymizied";i:5;s:11:"Anonymizied";i:6;s:11:"Bot/Crawler";i:35;s:4:"true";}',
193
+ 'a:1:{i:3;i:136;}',
194
+ 'a:1:{i:3;i:159;}',
195
+ 'a:4:{i:3;i:105;i:10;s:4:"1.17";i:11;s:1:"1";i:12;s:2:"17";}',
196
+ 'a:1:{i:3;i:136;}',
197
+ 'a:9:{i:3;i:114;i:4;s:9:"YandexBot";i:5;s:9:"YandexBot";i:6;s:11:"Bot/Crawler";i:8;s:6:"Yandex";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
198
+ 'a:6:{i:3;i:114;i:4;s:9:"AhrefsBot";i:5;s:9:"AhrefsBot";i:6;s:11:"Bot/Crawler";i:8;s:14:"Ahrefs Pte Ltd";i:35;s:4:"true";}',
199
+ 'a:8:{i:3;i:114;i:4;s:9:"Entireweb";i:5;s:9:"Entireweb";i:6;s:11:"Bot/Crawler";i:8;s:19:"Entireweb Sweden AB";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
200
+ 'a:9:{i:3;i:114;i:4;s:9:"360Spider";i:5;s:9:"360Spider";i:6;s:11:"Bot/Crawler";i:8;s:9:"so.360.cn";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
201
+ 'a:1:{i:3;i:150;}',
202
+ 'a:4:{i:3;i:105;i:10;s:3:"1.7";i:11;s:1:"1";i:12;s:1:"7";}',
203
+ 'a:4:{i:3;i:105;i:10;s:3:"1.4";i:11;s:1:"1";i:12;s:1:"4";}',
204
+ 'a:4:{i:3;i:105;i:10;s:3:"1.6";i:11;s:1:"1";i:12;s:1:"6";}',
205
+ 'a:4:{i:3;i:105;i:10;s:3:"1.5";i:11;s:1:"1";i:12;s:1:"5";}',
206
+ 'a:8:{i:3;i:114;i:4;s:8:"Bitlybot";i:5;s:8:"BitlyBot";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
207
+ 'a:1:{i:3;i:153;}',
208
+ 'a:1:{i:3;i:157;}',
209
+ 'a:8:{i:3;i:114;i:4;s:7:"NikiBot";i:5;s:7:"NikiBot";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
210
+ 'a:7:{i:3;i:114;i:4;s:7:"Convera";i:5;s:7:"Convera";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
211
+ 'a:6:{i:3;i:114;i:4;s:6:"Become";i:5;s:6:"Become";i:6;s:11:"Bot/Crawler";i:34;s:4:"true";i:35;s:4:"true";}',
212
+ 'a:8:{i:3;i:114;i:4;s:6:"80Legs";i:5;s:6:"80Legs";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
213
+ 'a:9:{i:3;i:114;i:4;s:6:"Yandex";i:5;s:6:"Yandex";i:6;s:11:"Bot/Crawler";i:8;s:6:"Yandex";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
214
+ 'a:7:{i:3;i:114;i:4;s:6:"DotBot";i:5;s:6:"DotBot";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
215
+ 'a:6:{i:3;i:114;i:4;s:6:"Adbeat";i:5;s:10:"Adbeat Bot";i:6;s:11:"Bot/Crawler";i:8;s:10:"adbeat.com";i:35;s:4:"true";}',
216
+ 'a:1:{i:3;i:105;}',
217
+ 'a:7:{i:3;i:114;i:4;s:4:"Xing";i:5;s:4:"Xing";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
218
+ 'a:9:{i:3;i:114;i:4;s:3:"Ask";i:5;s:3:"Ask";i:6;s:11:"Bot/Crawler";i:8;s:7:"Ask.com";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
219
+ 'a:21:{i:3;i:114;i:4;s:15:"Default Browser";i:5;s:15:"Default Browser";i:18;s:5:"false";i:19;s:5:"false";i:20;s:5:"false";i:21;s:5:"false";i:22;s:5:"false";i:23;s:5:"false";i:24;s:5:"false";i:25;s:5:"false";i:26;s:5:"false";i:27;s:5:"false";i:28;s:5:"false";i:29;s:5:"false";i:30;s:5:"false";i:31;s:5:"false";i:32;s:5:"false";i:33;s:5:"false";i:34;s:5:"false";i:35;s:5:"false";}',
220
+
221
+ );
222
+ $userAgents=array(
223
+ 144 => '360Spider',
224
+ 116 => 'GrapeshotCrawler',
225
+ 157 => 'Yandex',
226
+ 158 => 'DotBot',
227
+ 159 => 'Adbeat',
228
+ 120 => 'Best of the Web',
229
+ 156 => '80Legs',
230
+ 143 => 'Entireweb',
231
+ 136 => 'Anonymizied',
232
+ 155 => 'Become',
233
+ 162 => 'Ask',
234
+ 142 => 'AhrefsBot',
235
+ 141 => 'YandexBot',
236
+ 154 => 'Convera',
237
+ 161 => 'Xing',
238
+ 114 => 'DefaultProperties',
239
+ 125 => 'ContextAd Bot',
240
+ 122 => 'ArchitextSpider',
241
+ 121 => 'Goldfire Server',
242
+ 131 => 'Apache Bench',
243
+ 150 => 'bitlybot',
244
+ 105 => 'Java Standard Library',
245
+ 153 => 'NikiBot',
246
+
247
+ );
248
+ $patterns=array(
249
+ 'Mozilla/5\.0 \(.*Windows NT 6\.(\d).*Win64. x64.*\) AppleWebKit/.* \(KHTML, like Gecko\) Chrome/.* Safari/.*; 360Spider.*' => 'a:2:{s:2:"@2";i:0;s:2:"@1";i:1;}',
250
+ 'Mozilla/5\.0 \(.*Windows NT (\d)\.(\d).*WOW64.*\) AppleWebKit/.* \(KHTML, like Gecko\) Chrome/.* Safari/.*; 360Spider.*' => 'a:5:{s:4:"@5|1";i:2;s:4:"@6|0";i:3;s:4:"@5|2";i:4;s:4:"@6|2";i:5;s:4:"@6|1";i:6;}',
251
+ 'Mozilla/5\.0 \(.*Windows NT (\d)\.(\d).*\) AppleWebKit/.* \(KHTML, like Gecko\) Chrome/.* Safari/.*; 360Spider.*' => 'a:5:{s:4:"@5|1";i:7;s:4:"@5|2";i:8;s:4:"@6|0";i:9;s:4:"@6|2";i:10;s:4:"@6|1";i:11;}',
252
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT (\d)\.(\d);.*Win64. x64.*Trident/4\.0.*\).* 360Spider' => 'a:3:{s:4:"@6|0";i:12;s:4:"@5|2";i:13;s:4:"@5|1";i:14;}',
253
+ 'Mozilla/5\.0 \(compatible; GrapeshotCrawler/2\.0; \+http\://www\.grapeshot\.co\.uk/crawler\.php\)' => 15,
254
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT 6\.(\d).*Win64. x64.*Trident/4\.0.*\).* 360Spider' => 'a:2:{s:2:"@2";i:16;s:2:"@1";i:17;}',
255
+ 'Mozilla/5\.0 \(compatible; GrapeshotCrawler/.*; \+http\://www\.grapeshot\.co\.uk/crawler\.php\)' => 18,
256
+ 'Mozilla/5\.0 \(compatible; MSIE 9\.0.*; .*Windows NT 6\.(\d).*Win64. x64.*Trident/5\.0.* 360Spider' => 'a:2:{s:2:"@2";i:19;s:2:"@1";i:20;}',
257
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT 5\.0; .*WOW64.*Trident/4\.0.*\).* 360Spider' => 21,
258
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT 5\.2;.*Win64.*Trident/4\.0.*\).* 360Spider' => 22,
259
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT (\d)\.(\d).*WOW64.*Trident/4\.0.*\).* 360Spider' => 'a:5:{s:4:"@6|2";i:23;s:4:"@6|1";i:24;s:4:"@6|0";i:25;s:4:"@5|2";i:26;s:4:"@5|1";i:27;}',
260
+ 'Mozilla/5\.0 \(compatible; MSIE 9\.0.*; .*Windows NT (\d)\.(\d).*WOW64.*Trident/5\.0.* 360Spider' => 'a:5:{s:4:"@5|1";i:28;s:4:"@6|1";i:29;s:4:"@6|2";i:30;s:4:"@5|2";i:31;s:4:"@6|0";i:32;}',
261
+ 'Mozilla/5\.0 \(Windows; .; Windows NT 5\.2; en\-US; rv\:1\.9\) Gecko VisualParser/3\.0' => 33,
262
+ 'Mozilla/5\.0 \(compatible; DotBot/1\.1; http\://www\.opensiteexplorer\.org/dotbot.*\)' => 34,
263
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT 5\.01.*Trident/4\.0.*\).* 360Spider' => 35,
264
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT (\d)\.(\d).*Trident/4\.0.*\).* 360Spider' => 'a:6:{s:4:"@5|1";i:36;s:4:"@5|0";i:37;s:4:"@5|2";i:38;s:4:"@6|1";i:39;s:4:"@6|2";i:40;s:4:"@6|0";i:41;}',
265
+ 'Mozilla/5\.0 \(.*Linux x86.*\) adbeat\.com.* Gecko/.* Firefox/.*AppleWebKit/.*Safari/.*' => 42,
266
+ 'Mozilla/5\.0 \(compatible; YandexZakladki/.*; Dyatel; \+http\://yandex\.com/bots\)' => 43,
267
+ 'Mozilla/5\.0 \(compatible; DotBot/.*; http\://www\.opensiteexplorer\.org/dotbot.*\)' => 44,
268
+ 'Mozilla/5\.0 \(compatible; MSIE 9\.0.*; .*Windows NT (\d)\.(\d).*Trident/5\.0.* 360Spider' => 'a:5:{s:4:"@6|2";i:45;s:4:"@5|1";i:46;s:4:"@6|1";i:47;s:4:"@5|2";i:48;s:4:"@6|0";i:49;}',
269
+ 'Mozilla/5\.0 \(compatible; DotBot/.*; http\://www\.dotnetdotcom\.org/.*\)' => 50,
270
+ 'Mozilla/5\.0 \(compatible; grapeFX/0\.9; crawler\@grapeshot\.co\.uk' => 51,
271
+ 'Mozilla/4\.0 \(compatible; BOTW Feed Grabber; .*http\://botw\.org\)' => 52,
272
+ 'Mozilla/5\.0 \(compatible; .*; http\://www\.80legs\.com/.*\) Gecko/.*' => 53,
273
+ 'Mozilla/5\.0 \(compatible; grapeFX/.*; crawler\@grapeshot\.co\.uk' => 54,
274
+ 'Mozilla/4\.0 \(compatible; BOTW Feed Grabber.*http\://botw\.org\)' => 55,
275
+ 'Mozilla/5\.0 \(Windows; .; Windows NT 5\.1; .*\) Speedy Spider .*' => 56,
276
+ 'Anonymisiert durch AlMiSoft Browser\-Maulkorb \(Anonymisier.*' => 57,
277
+ 'Mozilla/4\.0 \(compatible; BOTW Spider; .*http\://botw\.org\)' => 58,
278
+ 'Mozilla/5\.0 \(compatible; YandexBot/.*; MirrorDetector.*\)' => 59,
279
+ 'Mozilla/5\.0 \(compatible; YandexBot/.*; MirrorDetector\)' => 60,
280
+ 'Mozilla/4\.0 \(compatible; BOTW Spider.*http\://botw\.org\)' => 61,
281
+ 'Mozilla/5\.0 \(.*Windows NT 5\.1.*\) Firefox/.*; 360Spider.*' => 62,
282
+ 'Mozilla/5\.0 \(compatible; YandexImageResizer/.*\)' => 63,
283
+ 'Mozilla/5\.0 \(compatible; YandexImageResizer/.*' => 64,
284
+ 'Mozilla/5\.0 \(compatible; BecomeJPBot/2\.3; .*\)' => 65,
285
+ 'Mozilla/4\.0 \(.*compatible.*;.*MSIE 5\.0; YANDEX\)' => 66,
286
+ 'Mozilla/5\.0 \(compatible; YandexWebmaster/.*\)' => 67,
287
+ 'Mozilla/.\.0 \(compatible; Ask Jeeves/Teoma.*\)' => 68,
288
+ 'Mozilla/5\.0 \(compatible; BecomeJPBot/2\.3.*\)' => 69,
289
+ 'Mozilla/5\.0 \(compatible; YandexZakladki/.*\)' => 70,
290
+ 'Mozilla/5\.0 \(compatible; YandexFavicons/.*\)' => 71,
291
+ 'Mozilla/5\.0 \(compatible; Speedy Spider; .*' => 72,
292
+ 'Mozilla/5\.0 \(compatible; YandexMetrika/.*\)' => 73,
293
+ 'Mozilla/5\.0 \(compatible; YandexFavicons/.*' => 74,
294
+ 'Mozilla/5\.0 \(compatible; YandexCatalog/.*\)' => 75,
295
+ 'Mozilla/5\.0 \(compatible; YandexAddurl/.*\)' => 76,
296
+ 'Mozilla/5\.0 \(compatible; YandexImages/.*\)' => 77,
297
+ 'Mozilla/5\.0 \(compatible; YandexDirect/.*\)' => 78,
298
+ 'Mozilla/5\.0 \(compatible; YandexCatalog/.*' => 79,
299
+ 'Mozilla/5\.0 \(compatible; YandexMetrika/.*' => 80,
300
+ 'DotBot/.* \(http\://www\.dotnetdotcom\.org/.*\)' => 81,
301
+ 'Mozilla/5\.0 \(compatible; AhrefsBot/(\d)\.(\d).*' => 'a:3:{s:4:"@5|0";i:82;s:4:"@4|0";i:83;s:4:"@3|1";i:88;}',
302
+ 'Mozilla/5\.0 \(compatible; YandexBot/3\.0.*' => 84,
303
+ 'Mozilla/5\.0 \(compatible; YandexImages/.*' => 85,
304
+ 'Mozilla/5\.0 \(compatible; YandexDirect/.*' => 86,
305
+ 'Mozilla/5\.0 \(compatible; YandexAddurl/.*' => 87,
306
+ 'Mozilla/5\.0 \(compatible; YandexMedia/.*\)' => 89,
307
+ 'Mozilla/5\.0 \(compatible; YandexVideo/.*\)' => 90,
308
+ 'Mozilla/5\.0 \(compatible; YandexBlogs/.*\)' => 91,
309
+ 'Mozilla/5\.0 \(Randomized by FreeSafeIP.*' => 92,
310
+ 'Mozilla/5\.0 \(compatible; YandexMedia/.*' => 93,
311
+ 'Yandex/1\.01\.001 \(compatible; Win16; .*\)' => 94,
312
+ 'Mozilla/5\.0 \(compatible; YandexVideo/.*' => 95,
313
+ 'Mozilla/5\.0 \(compatible; YandexNews/.*\)' => 96,
314
+ 'Mozilla/5\.0 \(compatible; YandexNews/.*' => 97,
315
+ 'Mozilla/2\.0 \(compatible; Ask Jeeves\)' => 98,
316
+ 'Mozilla/5\.0 \(compatible; YandexBot/.*' => 99,
317
+ 'Mozilla/5\.0 \(compatible; AhrefsBot/.*' => 100,
318
+ 'ConveraMultiMediaCrawler/0\.1.*' => 101,
319
+ 'XING\-contenttabreceiver/2\.0' => 102,
320
+ 'XING\-contenttabreceiver/.*' => 103,
321
+ 'http\://Anonymouse\.org/.*' => 104,
322
+ '.*BecomeBot\@exava\.com.*' => 106,
323
+ 'ConveraCrawler/0\.(\d).*' => 'a:6:{s:2:"@5";i:107;s:2:"@4";i:108;s:2:"@6";i:109;s:2:"@7";i:110;s:2:"@9";i:111;s:2:"@8";i:112;}',
324
+ 'ContextAd Bot 1\.0.*' => 113,
325
+ 'YandexSomething/.*' => 115,
326
+ 'ArchitextSpider.*' => 117,
327
+ 'ConveraCrawler/.*' => 118,
328
+ 'Goldfire Server.*' => 119,
329
+ 'Speedy Spider .*' => 123,
330
+ 'ContextAd Bot.*' => 124,
331
+ 'Anonymisiert.*' => 126,
332
+ 'CrawlConvera.*' => 127,
333
+ 'MonkeyCrawl/.*' => 128,
334
+ 'YaDirectBot/.*' => 129,
335
+ 'ApacheBench/.*' => 130,
336
+ 'bitlybot/2\..*' => 132,
337
+ 'Anonymizer/.*' => 133,
338
+ 'Anonymizied.*' => 134,
339
+ '.*BecomeBot/.*' => 135,
340
+ 'Anonymous/.*' => 137,
341
+ 'adbeat_bot.*' => 138,
342
+ 'Java/1\.17.*' => 139,
343
+ 'Anonymous.*' => 140,
344
+ 'bitlybot.*' => 145,
345
+ 'Java/1\.(\d).*' => 'a:4:{s:2:"@7";i:146;s:2:"@4";i:147;s:2:"@6";i:148;s:2:"@5";i:149;}',
346
+ 'niki\-bot' => 151,
347
+ 'Yandex/.*' => 152,
348
+ 'Java/.*' => 160,
349
+ '.*' => 163,
350
+
351
+ );
vendor/browscap/browscap-php/tests/data/buildCache/1.patterns.php ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ return array (
3
+ 'Mozilla/5\\.0 \\(.*Windows NT 6\\.(\\d).*Win64. x64.*\\) AppleWebKit/.* \\(KHTML, like Gecko\\) Chrome/.* Safari/.*; 360Spider.*' =>
4
+ array (
5
+ '@2' => 0,
6
+ '@1' => 1,
7
+ ),
8
+ 'Mozilla/5\\.0 \\(.*Windows NT (\\d)\\.(\\d).*WOW64.*\\) AppleWebKit/.* \\(KHTML, like Gecko\\) Chrome/.* Safari/.*; 360Spider.*' =>
9
+ array (
10
+ '@5|1' => 2,
11
+ '@6|0' => 3,
12
+ '@5|2' => 4,
13
+ '@6|2' => 5,
14
+ '@6|1' => 6,
15
+ ),
16
+ 'Mozilla/5\\.0 \\(.*Windows NT (\\d)\\.(\\d).*\\) AppleWebKit/.* \\(KHTML, like Gecko\\) Chrome/.* Safari/.*; 360Spider.*' =>
17
+ array (
18
+ '@5|1' => 7,
19
+ '@5|2' => 8,
20
+ '@6|0' => 9,
21
+ '@6|2' => 10,
22
+ '@6|1' => 11,
23
+ ),
24
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT (\\d)\\.(\\d);.*Win64. x64.*Trident/4\\.0.*\\).* 360Spider' =>
25
+ array (
26
+ '@6|0' => 12,
27
+ '@5|2' => 13,
28
+ '@5|1' => 14,
29
+ ),
30
+ 'Mozilla/5\\.0 \\(compatible; GrapeshotCrawler/2\\.0; \\+http\\://www\\.grapeshot\\.co\\.uk/crawler\\.php\\)' => 15,
31
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT 6\\.(\\d).*Win64. x64.*Trident/4\\.0.*\\).* 360Spider' =>
32
+ array (
33
+ '@2' => 16,
34
+ '@1' => 17,
35
+ ),
36
+ 'Mozilla/5\\.0 \\(compatible; GrapeshotCrawler/.*; \\+http\\://www\\.grapeshot\\.co\\.uk/crawler\\.php\\)' => 18,
37
+ 'Mozilla/5\\.0 \\(compatible; MSIE 9\\.0.*; .*Windows NT 6\\.(\\d).*Win64. x64.*Trident/5\\.0.* 360Spider' =>
38
+ array (
39
+ '@2' => 19,
40
+ '@1' => 20,
41
+ ),
42
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT 5\\.0; .*WOW64.*Trident/4\\.0.*\\).* 360Spider' => 21,
43
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT 5\\.2;.*Win64.*Trident/4\\.0.*\\).* 360Spider' => 22,
44
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT (\\d)\\.(\\d).*WOW64.*Trident/4\\.0.*\\).* 360Spider' =>
45
+ array (
46
+ '@6|2' => 23,
47
+ '@6|1' => 24,
48
+ '@6|0' => 25,
49
+ '@5|2' => 26,
50
+ '@5|1' => 27,
51
+ ),
52
+ 'Mozilla/5\\.0 \\(compatible; MSIE 9\\.0.*; .*Windows NT (\\d)\\.(\\d).*WOW64.*Trident/5\\.0.* 360Spider' =>
53
+ array (
54
+ '@5|1' => 28,
55
+ '@6|1' => 29,
56
+ '@6|2' => 30,
57
+ '@5|2' => 31,
58
+ '@6|0' => 32,
59
+ ),
60
+ 'Mozilla/5\\.0 \\(Windows; .; Windows NT 5\\.2; en\\-US; rv\\:1\\.9\\) Gecko VisualParser/3\\.0' => 33,
61
+ 'Mozilla/5\\.0 \\(compatible; DotBot/1\\.1; http\\://www\\.opensiteexplorer\\.org/dotbot.*\\)' => 34,
62
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT 5\\.01.*Trident/4\\.0.*\\).* 360Spider' => 35,
63
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT (\\d)\\.(\\d).*Trident/4\\.0.*\\).* 360Spider' =>
64
+ array (
65
+ '@5|1' => 36,
66
+ '@5|0' => 37,
67
+ '@5|2' => 38,
68
+ '@6|1' => 39,
69
+ '@6|2' => 40,
70
+ '@6|0' => 41,
71
+ ),
72
+ 'Mozilla/5\\.0 \\(.*Linux x86.*\\) adbeat\\.com.* Gecko/.* Firefox/.*AppleWebKit/.*Safari/.*' => 42,
73
+ 'Mozilla/5\\.0 \\(compatible; YandexZakladki/.*; Dyatel; \\+http\\://yandex\\.com/bots\\)' => 43,
74
+ 'Mozilla/5\\.0 \\(compatible; DotBot/.*; http\\://www\\.opensiteexplorer\\.org/dotbot.*\\)' => 44,
75
+ 'Mozilla/5\\.0 \\(compatible; MSIE 9\\.0.*; .*Windows NT (\\d)\\.(\\d).*Trident/5\\.0.* 360Spider' =>
76
+ array (
77
+ '@6|2' => 45,
78
+ '@5|1' => 46,
79
+ '@6|1' => 47,
80
+ '@5|2' => 48,
81
+ '@6|0' => 49,
82
+ ),
83
+ 'Mozilla/5\\.0 \\(compatible; DotBot/.*; http\\://www\\.dotnetdotcom\\.org/.*\\)' => 50,
84
+ 'Mozilla/5\\.0 \\(compatible; grapeFX/0\\.9; crawler\\@grapeshot\\.co\\.uk' => 51,
85
+ 'Mozilla/4\\.0 \\(compatible; BOTW Feed Grabber; .*http\\://botw\\.org\\)' => 52,
86
+ 'Mozilla/5\\.0 \\(compatible; .*; http\\://www\\.80legs\\.com/.*\\) Gecko/.*' => 53,
87
+ 'Mozilla/5\\.0 \\(compatible; grapeFX/.*; crawler\\@grapeshot\\.co\\.uk' => 54,
88
+ 'Mozilla/4\\.0 \\(compatible; BOTW Feed Grabber.*http\\://botw\\.org\\)' => 55,
89
+ 'Mozilla/5\\.0 \\(Windows; .; Windows NT 5\\.1; .*\\) Speedy Spider .*' => 56,
90
+ 'Anonymisiert durch AlMiSoft Browser\\-Maulkorb \\(Anonymisier.*' => 57,
91
+ 'Mozilla/4\\.0 \\(compatible; BOTW Spider; .*http\\://botw\\.org\\)' => 58,
92
+ 'Mozilla/5\\.0 \\(compatible; YandexBot/.*; MirrorDetector.*\\)' => 59,
93
+ 'Mozilla/5\\.0 \\(compatible; YandexBot/.*; MirrorDetector\\)' => 60,
94
+ 'Mozilla/4\\.0 \\(compatible; BOTW Spider.*http\\://botw\\.org\\)' => 61,
95
+ 'Mozilla/5\\.0 \\(.*Windows NT 5\\.1.*\\) Firefox/.*; 360Spider.*' => 62,
96
+ 'Mozilla/5\\.0 \\(compatible; YandexImageResizer/.*\\)' => 63,
97
+ 'Mozilla/5\\.0 \\(compatible; YandexImageResizer/.*' => 64,
98
+ 'Mozilla/5\\.0 \\(compatible; BecomeJPBot/2\\.3; .*\\)' => 65,
99
+ 'Mozilla/4\\.0 \\(.*compatible.*;.*MSIE 5\\.0; YANDEX\\)' => 66,
100
+ 'Mozilla/5\\.0 \\(compatible; YandexWebmaster/.*\\)' => 67,
101
+ 'Mozilla/.\\.0 \\(compatible; Ask Jeeves/Teoma.*\\)' => 68,
102
+ 'Mozilla/5\\.0 \\(compatible; BecomeJPBot/2\\.3.*\\)' => 69,
103
+ 'Mozilla/5\\.0 \\(compatible; YandexZakladki/.*\\)' => 70,
104
+ 'Mozilla/5\\.0 \\(compatible; YandexFavicons/.*\\)' => 71,
105
+ 'Mozilla/5\\.0 \\(compatible; Speedy Spider; .*' => 72,
106
+ 'Mozilla/5\\.0 \\(compatible; YandexMetrika/.*\\)' => 73,
107
+ 'Mozilla/5\\.0 \\(compatible; YandexFavicons/.*' => 74,
108
+ 'Mozilla/5\\.0 \\(compatible; YandexCatalog/.*\\)' => 75,
109
+ 'Mozilla/5\\.0 \\(compatible; YandexAddurl/.*\\)' => 76,
110
+ 'Mozilla/5\\.0 \\(compatible; YandexImages/.*\\)' => 77,
111
+ 'Mozilla/5\\.0 \\(compatible; YandexDirect/.*\\)' => 78,
112
+ 'Mozilla/5\\.0 \\(compatible; YandexCatalog/.*' => 79,
113
+ 'Mozilla/5\\.0 \\(compatible; YandexMetrika/.*' => 80,
114
+ 'DotBot/.* \\(http\\://www\\.dotnetdotcom\\.org/.*\\)' => 81,
115
+ 'Mozilla/5\\.0 \\(compatible; AhrefsBot/(\\d)\\.(\\d).*' =>
116
+ array (
117
+ '@5|0' => 82,
118
+ '@4|0' => 83,
119
+ '@3|1' => 88,
120
+ ),
121
+ 'Mozilla/5\\.0 \\(compatible; YandexBot/3\\.0.*' => 84,
122
+ 'Mozilla/5\\.0 \\(compatible; YandexImages/.*' => 85,
123
+ 'Mozilla/5\\.0 \\(compatible; YandexDirect/.*' => 86,
124
+ 'Mozilla/5\\.0 \\(compatible; YandexAddurl/.*' => 87,
125
+ 'Mozilla/5\\.0 \\(compatible; YandexMedia/.*\\)' => 89,
126
+ 'Mozilla/5\\.0 \\(compatible; YandexVideo/.*\\)' => 90,
127
+ 'Mozilla/5\\.0 \\(compatible; YandexBlogs/.*\\)' => 91,
128
+ 'Mozilla/5\\.0 \\(Randomized by FreeSafeIP.*' => 92,
129
+ 'Mozilla/5\\.0 \\(compatible; YandexMedia/.*' => 93,
130
+ 'Yandex/1\\.01\\.001 \\(compatible; Win16; .*\\)' => 94,
131
+ 'Mozilla/5\\.0 \\(compatible; YandexVideo/.*' => 95,
132
+ 'Mozilla/5\\.0 \\(compatible; YandexNews/.*\\)' => 96,
133
+ 'Mozilla/5\\.0 \\(compatible; YandexNews/.*' => 97,
134
+ 'Mozilla/2\\.0 \\(compatible; Ask Jeeves\\)' => 98,
135
+ 'Mozilla/5\\.0 \\(compatible; YandexBot/.*' => 99,
136
+ 'Mozilla/5\\.0 \\(compatible; AhrefsBot/.*' => 100,
137
+ 'ConveraMultiMediaCrawler/0\\.1.*' => 101,
138
+ 'XING\\-contenttabreceiver/2\\.0' => 102,
139
+ 'XING\\-contenttabreceiver/.*' => 103,
140
+ 'http\\://Anonymouse\\.org/.*' => 104,
141
+ '.*BecomeBot\\@exava\\.com.*' => 106,
142
+ 'ConveraCrawler/0\\.(\\d).*' =>
143
+ array (
144
+ '@5' => 107,
145
+ '@4' => 108,
146
+ '@6' => 109,
147
+ '@7' => 110,
148
+ '@9' => 111,
149
+ '@8' => 112,
150
+ ),
151
+ 'ContextAd Bot 1\\.0.*' => 113,
152
+ 'YandexSomething/.*' => 115,
153
+ 'ArchitextSpider.*' => 117,
154
+ 'ConveraCrawler/.*' => 118,
155
+ 'Goldfire Server.*' => 119,
156
+ 'Speedy Spider .*' => 123,
157
+ 'ContextAd Bot.*' => 124,
158
+ 'Anonymisiert.*' => 126,
159
+ 'CrawlConvera.*' => 127,
160
+ 'MonkeyCrawl/.*' => 128,
161
+ 'YaDirectBot/.*' => 129,
162
+ 'ApacheBench/.*' => 130,
163
+ 'bitlybot/2\\..*' => 132,
164
+ 'Anonymizer/.*' => 133,
165
+ 'Anonymizied.*' => 134,
166
+ '.*BecomeBot/.*' => 135,
167
+ 'Anonymous/.*' => 137,
168
+ 'adbeat_bot.*' => 138,
169
+ 'Java/1\\.17.*' => 139,
170
+ 'Anonymous.*' => 140,
171
+ 'bitlybot.*' => 145,
172
+ 'Java/1\\.(\\d).*' =>
173
+ array (
174
+ '@7' => 146,
175
+ '@4' => 147,
176
+ '@6' => 148,
177
+ '@5' => 149,
178
+ ),
179
+ 'niki\\-bot' => 151,
180
+ 'Yandex/.*' => 152,
181
+ 'Java/.*' => 160,
182
+ '.*' => 163,
183
+ );
vendor/browscap/browscap-php/tests/data/buildCache/1.properties.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ return array (
3
+ 0 => 'browser_name',
4
+ 1 => 'browser_name_regex',
5
+ 2 => 'browser_name_pattern',
6
+ 3 => 'Parent',
7
+ 4 => 'Comment',
8
+ 5 => 'Browser',
9
+ 6 => 'Browser_Type',
10
+ 7 => 'Browser_Bits',
11
+ 8 => 'Browser_Maker',
12
+ 9 => 'Browser_Modus',
13
+ 10 => 'Version',
14
+ 11 => 'MajorVer',
15
+ 12 => 'MinorVer',
16
+ 13 => 'Platform',
17
+ 14 => 'Platform_Version',
18
+ 15 => 'Platform_Description',
19
+ 16 => 'Platform_Bits',
20
+ 17 => 'Platform_Maker',
21
+ 18 => 'Alpha',
22
+ 19 => 'Beta',
23
+ 20 => 'Win16',
24
+ 21 => 'Win32',
25
+ 22 => 'Win64',
26
+ 23 => 'Frames',
27
+ 24 => 'IFrames',
28
+ 25 => 'Tables',
29
+ 26 => 'Cookies',
30
+ 27 => 'BackgroundSounds',
31
+ 28 => 'JavaScript',
32
+ 29 => 'VBScript',
33
+ 30 => 'JavaApplets',
34
+ 31 => 'ActiveXControls',
35
+ 32 => 'isMobileDevice',
36
+ 33 => 'isTablet',
37
+ 34 => 'isSyndicationReader',
38
+ 35 => 'Crawler',
39
+ 36 => 'CssVersion',
40
+ 37 => 'AolVersion',
41
+ 38 => 'Device_Name',
42
+ 39 => 'Device_Maker',
43
+ 40 => 'Device_Type',
44
+ 41 => 'Device_Pointing_Method',
45
+ 42 => 'Device_Code_Name',
46
+ 43 => 'Device_Brand_Name',
47
+ 44 => 'RenderingEngine_Name',
48
+ 45 => 'RenderingEngine_Version',
49
+ 46 => 'RenderingEngine_Description',
50
+ 47 => 'RenderingEngine_Maker',
51
+ );
vendor/browscap/browscap-php/tests/data/buildCache/1.userAgents.php ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ return array (
3
+ '144.0' => '360Spider',
4
+ '116.0' => 'GrapeshotCrawler',
5
+ '157.0' => 'Yandex',
6
+ '158.0' => 'DotBot',
7
+ '159.0' => 'Adbeat',
8
+ '120.0' => 'Best of the Web',
9
+ '156.0' => '80Legs',
10
+ '143.0' => 'Entireweb',
11
+ '136.0' => 'Anonymizied',
12
+ '155.0' => 'Become',
13
+ '162.0' => 'Ask',
14
+ '142.0' => 'AhrefsBot',
15
+ '141.0' => 'YandexBot',
16
+ '154.0' => 'Convera',
17
+ '161.0' => 'Xing',
18
+ '114.0' => 'DefaultProperties',
19
+ '125.0' => 'ContextAd Bot',
20
+ '122.0' => 'ArchitextSpider',
21
+ '121.0' => 'Goldfire Server',
22
+ '131.0' => 'Apache Bench',
23
+ '150.0' => 'bitlybot',
24
+ '105.0' => 'Java Standard Library',
25
+ '153.0' => 'NikiBot',
26
+ );
vendor/browscap/browscap-php/tests/data/buildCache/1.version.php ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <?php
2
+ return '6000';
vendor/browscap/browscap-php/tests/data/buildCache/2.browsers.php ADDED
@@ -0,0 +1,1565 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ return array (
3
+ 0 =>
4
+ array (
5
+ 4 => 'DefaultProperties',
6
+ 5 => 'DefaultProperties',
7
+ 6 => 'unknown',
8
+ 7 => '0',
9
+ 8 => 'unknown',
10
+ 9 => 'unknown',
11
+ 10 => '0.0',
12
+ 11 => '0',
13
+ 12 => '0',
14
+ 13 => 'unknown',
15
+ 14 => 'unknown',
16
+ 15 => 'unknown',
17
+ 16 => '0',
18
+ 17 => 'unknown',
19
+ 18 => 'false',
20
+ 19 => 'false',
21
+ 20 => 'false',
22
+ 21 => 'false',
23
+ 22 => 'false',
24
+ 23 => 'false',
25
+ 24 => 'false',
26
+ 25 => 'false',
27
+ 26 => 'false',
28
+ 27 => 'false',
29
+ 28 => 'false',
30
+ 29 => 'false',
31
+ 30 => 'false',
32
+ 31 => 'false',
33
+ 32 => 'false',
34
+ 33 => 'false',
35
+ 34 => 'false',
36
+ 35 => 'false',
37
+ 36 => '0',
38
+ 37 => '0',
39
+ 38 => 'unknown',
40
+ 39 => 'unknown',
41
+ 40 => 'unknown',
42
+ 41 => 'unknown',
43
+ 42 => 'unknown',
44
+ 43 => 'unknown',
45
+ 44 => 'unknown',
46
+ 45 => 'unknown',
47
+ 46 => 'unknown',
48
+ 47 => 'unknown',
49
+ ),
50
+ 1 =>
51
+ array (
52
+ 3 => 0,
53
+ 4 => 'Ask',
54
+ 5 => 'Ask',
55
+ 6 => 'Bot/Crawler',
56
+ 8 => 'Ask.com',
57
+ 23 => 'true',
58
+ 24 => 'true',
59
+ 25 => 'true',
60
+ 35 => 'true',
61
+ ),
62
+ 2 =>
63
+ array (
64
+ 3 => 1,
65
+ 5 => 'Teoma',
66
+ ),
67
+ 3 =>
68
+ array (
69
+ 3 => 1,
70
+ 5 => 'AskJeeves',
71
+ ),
72
+ 4 =>
73
+ array (
74
+ 3 => 0,
75
+ 4 => '360Spider',
76
+ 5 => '360Spider',
77
+ 6 => 'Bot/Crawler',
78
+ 8 => 'so.360.cn',
79
+ 23 => 'true',
80
+ 24 => 'true',
81
+ 25 => 'true',
82
+ 35 => 'true',
83
+ ),
84
+ 5 =>
85
+ array (
86
+ 3 => 4,
87
+ 7 => '32',
88
+ 13 => 'Win2000',
89
+ 14 => '5.0',
90
+ 15 => 'Windows 2000',
91
+ 16 => '64',
92
+ 17 => 'Microsoft Corporation',
93
+ 22 => 'true',
94
+ 38 => 'Windows Desktop',
95
+ 39 => 'Various',
96
+ 40 => 'Desktop',
97
+ 41 => 'mouse',
98
+ 42 => 'Windows Desktop',
99
+ ),
100
+ 6 =>
101
+ array (
102
+ 3 => 4,
103
+ 7 => '32',
104
+ 13 => 'Win2000',
105
+ 14 => '5.01',
106
+ 15 => 'Windows 2000',
107
+ 16 => '32',
108
+ 17 => 'Microsoft Corporation',
109
+ 21 => 'true',
110
+ 38 => 'Windows Desktop',
111
+ 39 => 'Various',
112
+ 40 => 'Desktop',
113
+ 41 => 'mouse',
114
+ 42 => 'Windows Desktop',
115
+ ),
116
+ 7 =>
117
+ array (
118
+ 3 => 4,
119
+ 7 => '32',
120
+ 13 => 'Win2000',
121
+ 14 => '5.0',
122
+ 15 => 'Windows 2000',
123
+ 16 => '32',
124
+ 17 => 'Microsoft Corporation',
125
+ 21 => 'true',
126
+ 38 => 'Windows Desktop',
127
+ 39 => 'Various',
128
+ 40 => 'Desktop',
129
+ 41 => 'mouse',
130
+ 42 => 'Windows Desktop',
131
+ ),
132
+ 8 =>
133
+ array (
134
+ 3 => 4,
135
+ 7 => '64',
136
+ 13 => 'WinXP',
137
+ 14 => '5.1',
138
+ 15 => 'Windows XP',
139
+ 16 => '64',
140
+ 17 => 'Microsoft Corporation',
141
+ 22 => 'true',
142
+ 38 => 'Windows Desktop',
143
+ 39 => 'Various',
144
+ 40 => 'Desktop',
145
+ 41 => 'mouse',
146
+ 42 => 'Windows Desktop',
147
+ ),
148
+ 9 =>
149
+ array (
150
+ 3 => 4,
151
+ 7 => '32',
152
+ 13 => 'WinXP',
153
+ 14 => '5.1',
154
+ 15 => 'Windows XP',
155
+ 16 => '64',
156
+ 17 => 'Microsoft Corporation',
157
+ 22 => 'true',
158
+ 38 => 'Windows Desktop',
159
+ 39 => 'Various',
160
+ 40 => 'Desktop',
161
+ 41 => 'mouse',
162
+ 42 => 'Windows Desktop',
163
+ ),
164
+ 10 =>
165
+ array (
166
+ 3 => 4,
167
+ 7 => '32',
168
+ 13 => 'WinXP',
169
+ 14 => '5.1',
170
+ 15 => 'Windows XP',
171
+ 16 => '32',
172
+ 17 => 'Microsoft Corporation',
173
+ 21 => 'true',
174
+ 38 => 'Windows Desktop',
175
+ 39 => 'Various',
176
+ 40 => 'Desktop',
177
+ 41 => 'mouse',
178
+ 42 => 'Windows Desktop',
179
+ ),
180
+ 11 =>
181
+ array (
182
+ 3 => 4,
183
+ 7 => '64',
184
+ 13 => 'WinXP',
185
+ 14 => '5.2',
186
+ 15 => 'Windows XP',
187
+ 16 => '64',
188
+ 17 => 'Microsoft Corporation',
189
+ 22 => 'true',
190
+ 38 => 'Windows Desktop',
191
+ 39 => 'Various',
192
+ 40 => 'Desktop',
193
+ 41 => 'mouse',
194
+ 42 => 'Windows Desktop',
195
+ ),
196
+ 12 =>
197
+ array (
198
+ 3 => 4,
199
+ 7 => '32',
200
+ 13 => 'WinXP',
201
+ 14 => '5.2',
202
+ 15 => 'Windows XP',
203
+ 16 => '64',
204
+ 17 => 'Microsoft Corporation',
205
+ 22 => 'true',
206
+ 38 => 'Windows Desktop',
207
+ 39 => 'Various',
208
+ 40 => 'Desktop',
209
+ 41 => 'mouse',
210
+ 42 => 'Windows Desktop',
211
+ ),
212
+ 13 =>
213
+ array (
214
+ 3 => 4,
215
+ 7 => '32',
216
+ 13 => 'WinXP',
217
+ 14 => '5.2',
218
+ 15 => 'Windows XP',
219
+ 16 => '32',
220
+ 17 => 'Microsoft Corporation',
221
+ 21 => 'true',
222
+ 38 => 'Windows Desktop',
223
+ 39 => 'Various',
224
+ 40 => 'Desktop',
225
+ 41 => 'mouse',
226
+ 42 => 'Windows Desktop',
227
+ ),
228
+ 14 =>
229
+ array (
230
+ 3 => 4,
231
+ 7 => '32',
232
+ 13 => 'WinXP',
233
+ 14 => '5.2',
234
+ 15 => 'Windows XP',
235
+ 16 => '64',
236
+ 17 => 'Microsoft Corporation',
237
+ 22 => 'true',
238
+ 38 => 'Windows Desktop',
239
+ 39 => 'Various',
240
+ 40 => 'Desktop',
241
+ 41 => 'mouse',
242
+ 42 => 'Windows Desktop',
243
+ ),
244
+ 15 =>
245
+ array (
246
+ 3 => 4,
247
+ 7 => '64',
248
+ 13 => 'WinVista',
249
+ 14 => '6.0',
250
+ 15 => 'Windows Vista',
251
+ 16 => '64',
252
+ 17 => 'Microsoft Corporation',
253
+ 22 => 'true',
254
+ 38 => 'Windows Desktop',
255
+ 39 => 'Various',
256
+ 40 => 'Desktop',
257
+ 41 => 'mouse',
258
+ 42 => 'Windows Desktop',
259
+ ),
260
+ 16 =>
261
+ array (
262
+ 3 => 4,
263
+ 7 => '32',
264
+ 13 => 'WinVista',
265
+ 14 => '6.0',
266
+ 15 => 'Windows Vista',
267
+ 16 => '64',
268
+ 17 => 'Microsoft Corporation',
269
+ 22 => 'true',
270
+ 38 => 'Windows Desktop',
271
+ 39 => 'Various',
272
+ 40 => 'Desktop',
273
+ 41 => 'mouse',
274
+ 42 => 'Windows Desktop',
275
+ ),
276
+ 17 =>
277
+ array (
278
+ 3 => 4,
279
+ 7 => '32',
280
+ 13 => 'WinVista',
281
+ 14 => '6.0',
282
+ 15 => 'Windows Vista',
283
+ 16 => '32',
284
+ 17 => 'Microsoft Corporation',
285
+ 21 => 'true',
286
+ 38 => 'Windows Desktop',
287
+ 39 => 'Various',
288
+ 40 => 'Desktop',
289
+ 41 => 'mouse',
290
+ 42 => 'Windows Desktop',
291
+ ),
292
+ 18 =>
293
+ array (
294
+ 3 => 4,
295
+ 7 => '64',
296
+ 13 => 'Win7',
297
+ 14 => '6.1',
298
+ 15 => 'Windows 7',
299
+ 16 => '64',
300
+ 17 => 'Microsoft Corporation',
301
+ 22 => 'true',
302
+ 38 => 'Windows Desktop',
303
+ 39 => 'Various',
304
+ 40 => 'Desktop',
305
+ 41 => 'mouse',
306
+ 42 => 'Windows Desktop',
307
+ ),
308
+ 19 =>
309
+ array (
310
+ 3 => 4,
311
+ 7 => '32',
312
+ 13 => 'Win7',
313
+ 14 => '6.1',
314
+ 15 => 'Windows 7',
315
+ 16 => '64',
316
+ 17 => 'Microsoft Corporation',
317
+ 22 => 'true',
318
+ 38 => 'Windows Desktop',
319
+ 39 => 'Various',
320
+ 40 => 'Desktop',
321
+ 41 => 'mouse',
322
+ 42 => 'Windows Desktop',
323
+ ),
324
+ 20 =>
325
+ array (
326
+ 3 => 4,
327
+ 7 => '32',
328
+ 13 => 'Win7',
329
+ 14 => '6.1',
330
+ 15 => 'Windows 7',
331
+ 16 => '32',
332
+ 17 => 'Microsoft Corporation',
333
+ 21 => 'true',
334
+ 38 => 'Windows Desktop',
335
+ 39 => 'Various',
336
+ 40 => 'Desktop',
337
+ 41 => 'mouse',
338
+ 42 => 'Windows Desktop',
339
+ ),
340
+ 21 =>
341
+ array (
342
+ 3 => 4,
343
+ 7 => '64',
344
+ 13 => 'Win8',
345
+ 14 => '6.2',
346
+ 15 => 'Windows 8',
347
+ 16 => '64',
348
+ 17 => 'Microsoft Corporation',
349
+ 22 => 'true',
350
+ 38 => 'Windows Desktop',
351
+ 39 => 'Various',
352
+ 40 => 'Desktop',
353
+ 41 => 'mouse',
354
+ 42 => 'Windows Desktop',
355
+ ),
356
+ 22 =>
357
+ array (
358
+ 3 => 4,
359
+ 7 => '32',
360
+ 13 => 'Win8',
361
+ 14 => '6.2',
362
+ 15 => 'Windows 8',
363
+ 16 => '64',
364
+ 17 => 'Microsoft Corporation',
365
+ 22 => 'true',
366
+ 38 => 'Windows Desktop',
367
+ 39 => 'Various',
368
+ 40 => 'Desktop',
369
+ 41 => 'mouse',
370
+ 42 => 'Windows Desktop',
371
+ ),
372
+ 23 =>
373
+ array (
374
+ 3 => 4,
375
+ 7 => '32',
376
+ 13 => 'Win8',
377
+ 14 => '6.2',
378
+ 15 => 'Windows 8',
379
+ 16 => '32',
380
+ 17 => 'Microsoft Corporation',
381
+ 21 => 'true',
382
+ 38 => 'Windows Desktop',
383
+ 39 => 'Various',
384
+ 40 => 'Desktop',
385
+ 41 => 'mouse',
386
+ 42 => 'Windows Desktop',
387
+ ),
388
+ 24 =>
389
+ array (
390
+ 3 => 4,
391
+ 7 => '32',
392
+ 13 => 'WinXP',
393
+ 14 => '5.1',
394
+ 15 => 'Windows XP',
395
+ 16 => '64',
396
+ 17 => 'Microsoft Corporation',
397
+ 22 => 'true',
398
+ 38 => 'Windows Desktop',
399
+ 39 => 'Various',
400
+ 40 => 'Desktop',
401
+ 41 => 'mouse',
402
+ 42 => 'Windows Desktop',
403
+ ),
404
+ 25 =>
405
+ array (
406
+ 3 => 4,
407
+ 7 => '32',
408
+ 13 => 'WinXP',
409
+ 14 => '5.1',
410
+ 15 => 'Windows XP',
411
+ 16 => '32',
412
+ 17 => 'Microsoft Corporation',
413
+ 21 => 'true',
414
+ 38 => 'Windows Desktop',
415
+ 39 => 'Various',
416
+ 40 => 'Desktop',
417
+ 41 => 'mouse',
418
+ 42 => 'Windows Desktop',
419
+ ),
420
+ 26 =>
421
+ array (
422
+ 3 => 4,
423
+ 7 => '32',
424
+ 13 => 'WinXP',
425
+ 14 => '5.2',
426
+ 15 => 'Windows XP',
427
+ 16 => '64',
428
+ 17 => 'Microsoft Corporation',
429
+ 22 => 'true',
430
+ 38 => 'Windows Desktop',
431
+ 39 => 'Various',
432
+ 40 => 'Desktop',
433
+ 41 => 'mouse',
434
+ 42 => 'Windows Desktop',
435
+ ),
436
+ 27 =>
437
+ array (
438
+ 3 => 4,
439
+ 7 => '32',
440
+ 13 => 'WinXP',
441
+ 14 => '5.2',
442
+ 15 => 'Windows XP',
443
+ 16 => '32',
444
+ 17 => 'Microsoft Corporation',
445
+ 21 => 'true',
446
+ 38 => 'Windows Desktop',
447
+ 39 => 'Various',
448
+ 40 => 'Desktop',
449
+ 41 => 'mouse',
450
+ 42 => 'Windows Desktop',
451
+ ),
452
+ 28 =>
453
+ array (
454
+ 3 => 4,
455
+ 7 => '32',
456
+ 13 => 'WinVista',
457
+ 14 => '6.0',
458
+ 15 => 'Windows Vista',
459
+ 16 => '64',
460
+ 17 => 'Microsoft Corporation',
461
+ 22 => 'true',
462
+ 38 => 'Windows Desktop',
463
+ 39 => 'Various',
464
+ 40 => 'Desktop',
465
+ 41 => 'mouse',
466
+ 42 => 'Windows Desktop',
467
+ ),
468
+ 29 =>
469
+ array (
470
+ 3 => 4,
471
+ 7 => '32',
472
+ 13 => 'WinVista',
473
+ 14 => '6.0',
474
+ 15 => 'Windows Vista',
475
+ 16 => '32',
476
+ 17 => 'Microsoft Corporation',
477
+ 21 => 'true',
478
+ 38 => 'Windows Desktop',
479
+ 39 => 'Various',
480
+ 40 => 'Desktop',
481
+ 41 => 'mouse',
482
+ 42 => 'Windows Desktop',
483
+ ),
484
+ 30 =>
485
+ array (
486
+ 3 => 4,
487
+ 7 => '64',
488
+ 13 => 'Win7',
489
+ 14 => '6.1',
490
+ 15 => 'Windows 7',
491
+ 16 => '64',
492
+ 17 => 'Microsoft Corporation',
493
+ 22 => 'true',
494
+ 38 => 'Windows Desktop',
495
+ 39 => 'Various',
496
+ 40 => 'Desktop',
497
+ 41 => 'mouse',
498
+ 42 => 'Windows Desktop',
499
+ ),
500
+ 31 =>
501
+ array (
502
+ 3 => 4,
503
+ 7 => '32',
504
+ 13 => 'Win7',
505
+ 14 => '6.1',
506
+ 15 => 'Windows 7',
507
+ 16 => '64',
508
+ 17 => 'Microsoft Corporation',
509
+ 22 => 'true',
510
+ 38 => 'Windows Desktop',
511
+ 39 => 'Various',
512
+ 40 => 'Desktop',
513
+ 41 => 'mouse',
514
+ 42 => 'Windows Desktop',
515
+ ),
516
+ 32 =>
517
+ array (
518
+ 3 => 4,
519
+ 7 => '32',
520
+ 13 => 'Win7',
521
+ 14 => '6.1',
522
+ 15 => 'Windows 7',
523
+ 16 => '32',
524
+ 17 => 'Microsoft Corporation',
525
+ 21 => 'true',
526
+ 38 => 'Windows Desktop',
527
+ 39 => 'Various',
528
+ 40 => 'Desktop',
529
+ 41 => 'mouse',
530
+ 42 => 'Windows Desktop',
531
+ ),
532
+ 33 =>
533
+ array (
534
+ 3 => 4,
535
+ 7 => '64',
536
+ 13 => 'Win8',
537
+ 14 => '6.2',
538
+ 15 => 'Windows 8',
539
+ 16 => '64',
540
+ 17 => 'Microsoft Corporation',
541
+ 22 => 'true',
542
+ 38 => 'Windows Desktop',
543
+ 39 => 'Various',
544
+ 40 => 'Desktop',
545
+ 41 => 'mouse',
546
+ 42 => 'Windows Desktop',
547
+ ),
548
+ 34 =>
549
+ array (
550
+ 3 => 4,
551
+ 7 => '32',
552
+ 13 => 'Win8',
553
+ 14 => '6.2',
554
+ 15 => 'Windows 8',
555
+ 16 => '64',
556
+ 17 => 'Microsoft Corporation',
557
+ 22 => 'true',
558
+ 38 => 'Windows Desktop',
559
+ 39 => 'Various',
560
+ 40 => 'Desktop',
561
+ 41 => 'mouse',
562
+ 42 => 'Windows Desktop',
563
+ ),
564
+ 35 =>
565
+ array (
566
+ 3 => 4,
567
+ 7 => '32',
568
+ 13 => 'Win8',
569
+ 14 => '6.2',
570
+ 15 => 'Windows 8',
571
+ 16 => '32',
572
+ 17 => 'Microsoft Corporation',
573
+ 21 => 'true',
574
+ 38 => 'Windows Desktop',
575
+ 39 => 'Various',
576
+ 40 => 'Desktop',
577
+ 41 => 'mouse',
578
+ 42 => 'Windows Desktop',
579
+ ),
580
+ 36 =>
581
+ array (
582
+ 3 => 4,
583
+ 7 => '32',
584
+ 13 => 'WinXP',
585
+ 14 => '5.1',
586
+ 15 => 'Windows XP',
587
+ 16 => '32',
588
+ 17 => 'Microsoft Corporation',
589
+ 21 => 'true',
590
+ 38 => 'Windows Desktop',
591
+ 39 => 'Various',
592
+ 40 => 'Desktop',
593
+ 41 => 'mouse',
594
+ 42 => 'Windows Desktop',
595
+ ),
596
+ 37 =>
597
+ array (
598
+ 3 => 4,
599
+ 7 => '32',
600
+ 13 => 'WinXP',
601
+ 14 => '5.1',
602
+ 15 => 'Windows XP',
603
+ 16 => '64',
604
+ 17 => 'Microsoft Corporation',
605
+ 22 => 'true',
606
+ 30 => 'true',
607
+ 38 => 'Windows Desktop',
608
+ 39 => 'Various',
609
+ 40 => 'Desktop',
610
+ 41 => 'mouse',
611
+ 42 => 'Windows Desktop',
612
+ 44 => 'WebKit',
613
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
614
+ 47 => 'Apple Inc',
615
+ ),
616
+ 38 =>
617
+ array (
618
+ 3 => 4,
619
+ 7 => '32',
620
+ 13 => 'WinXP',
621
+ 14 => '5.1',
622
+ 15 => 'Windows XP',
623
+ 16 => '32',
624
+ 17 => 'Microsoft Corporation',
625
+ 21 => 'true',
626
+ 30 => 'true',
627
+ 38 => 'Windows Desktop',
628
+ 39 => 'Various',
629
+ 40 => 'Desktop',
630
+ 41 => 'mouse',
631
+ 42 => 'Windows Desktop',
632
+ 44 => 'WebKit',
633
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
634
+ 47 => 'Apple Inc',
635
+ ),
636
+ 39 =>
637
+ array (
638
+ 3 => 4,
639
+ 7 => '32',
640
+ 13 => 'WinXP',
641
+ 14 => '5.2',
642
+ 15 => 'Windows XP',
643
+ 16 => '64',
644
+ 17 => 'Microsoft Corporation',
645
+ 22 => 'true',
646
+ 30 => 'true',
647
+ 38 => 'Windows Desktop',
648
+ 39 => 'Various',
649
+ 40 => 'Desktop',
650
+ 41 => 'mouse',
651
+ 42 => 'Windows Desktop',
652
+ 44 => 'WebKit',
653
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
654
+ 47 => 'Apple Inc',
655
+ ),
656
+ 40 =>
657
+ array (
658
+ 3 => 4,
659
+ 7 => '32',
660
+ 13 => 'WinXP',
661
+ 14 => '5.2',
662
+ 15 => 'Windows XP',
663
+ 16 => '32',
664
+ 17 => 'Microsoft Corporation',
665
+ 21 => 'true',
666
+ 30 => 'true',
667
+ 38 => 'Windows Desktop',
668
+ 39 => 'Various',
669
+ 40 => 'Desktop',
670
+ 41 => 'mouse',
671
+ 42 => 'Windows Desktop',
672
+ 44 => 'WebKit',
673
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
674
+ 47 => 'Apple Inc',
675
+ ),
676
+ 41 =>
677
+ array (
678
+ 3 => 4,
679
+ 7 => '32',
680
+ 13 => 'WinVista',
681
+ 14 => '6.0',
682
+ 15 => 'Windows Vista',
683
+ 16 => '64',
684
+ 17 => 'Microsoft Corporation',
685
+ 22 => 'true',
686
+ 30 => 'true',
687
+ 38 => 'Windows Desktop',
688
+ 39 => 'Various',
689
+ 40 => 'Desktop',
690
+ 41 => 'mouse',
691
+ 42 => 'Windows Desktop',
692
+ 44 => 'WebKit',
693
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
694
+ 47 => 'Apple Inc',
695
+ ),
696
+ 42 =>
697
+ array (
698
+ 3 => 4,
699
+ 7 => '32',
700
+ 13 => 'WinVista',
701
+ 14 => '6.0',
702
+ 15 => 'Windows Vista',
703
+ 16 => '32',
704
+ 17 => 'Microsoft Corporation',
705
+ 21 => 'true',
706
+ 30 => 'true',
707
+ 38 => 'Windows Desktop',
708
+ 39 => 'Various',
709
+ 40 => 'Desktop',
710
+ 41 => 'mouse',
711
+ 42 => 'Windows Desktop',
712
+ 44 => 'WebKit',
713
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
714
+ 47 => 'Apple Inc',
715
+ ),
716
+ 43 =>
717
+ array (
718
+ 3 => 4,
719
+ 7 => '64',
720
+ 13 => 'Win7',
721
+ 14 => '6.1',
722
+ 15 => 'Windows 7',
723
+ 16 => '64',
724
+ 17 => 'Microsoft Corporation',
725
+ 22 => 'true',
726
+ 30 => 'true',
727
+ 38 => 'Windows Desktop',
728
+ 39 => 'Various',
729
+ 40 => 'Desktop',
730
+ 41 => 'mouse',
731
+ 42 => 'Windows Desktop',
732
+ 44 => 'WebKit',
733
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
734
+ 47 => 'Apple Inc',
735
+ ),
736
+ 44 =>
737
+ array (
738
+ 3 => 4,
739
+ 7 => '32',
740
+ 13 => 'Win7',
741
+ 14 => '6.1',
742
+ 15 => 'Windows 7',
743
+ 16 => '64',
744
+ 17 => 'Microsoft Corporation',
745
+ 22 => 'true',
746
+ 30 => 'true',
747
+ 38 => 'Windows Desktop',
748
+ 39 => 'Various',
749
+ 40 => 'Desktop',
750
+ 41 => 'mouse',
751
+ 42 => 'Windows Desktop',
752
+ 44 => 'WebKit',
753
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
754
+ 47 => 'Apple Inc',
755
+ ),
756
+ 45 =>
757
+ array (
758
+ 3 => 4,
759
+ 7 => '32',
760
+ 13 => 'Win7',
761
+ 14 => '6.1',
762
+ 15 => 'Windows 7',
763
+ 16 => '32',
764
+ 17 => 'Microsoft Corporation',
765
+ 21 => 'true',
766
+ 30 => 'true',
767
+ 38 => 'Windows Desktop',
768
+ 39 => 'Various',
769
+ 40 => 'Desktop',
770
+ 41 => 'mouse',
771
+ 42 => 'Windows Desktop',
772
+ 44 => 'WebKit',
773
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
774
+ 47 => 'Apple Inc',
775
+ ),
776
+ 46 =>
777
+ array (
778
+ 3 => 4,
779
+ 7 => '64',
780
+ 13 => 'Win8',
781
+ 14 => '6.2',
782
+ 15 => 'Windows 8',
783
+ 16 => '64',
784
+ 17 => 'Microsoft Corporation',
785
+ 22 => 'true',
786
+ 30 => 'true',
787
+ 38 => 'Windows Desktop',
788
+ 39 => 'Various',
789
+ 40 => 'Desktop',
790
+ 41 => 'mouse',
791
+ 42 => 'Windows Desktop',
792
+ 44 => 'WebKit',
793
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
794
+ 47 => 'Apple Inc',
795
+ ),
796
+ 47 =>
797
+ array (
798
+ 3 => 4,
799
+ 7 => '32',
800
+ 13 => 'Win8',
801
+ 14 => '6.2',
802
+ 15 => 'Windows 8',
803
+ 16 => '64',
804
+ 17 => 'Microsoft Corporation',
805
+ 22 => 'true',
806
+ 30 => 'true',
807
+ 38 => 'Windows Desktop',
808
+ 39 => 'Various',
809
+ 40 => 'Desktop',
810
+ 41 => 'mouse',
811
+ 42 => 'Windows Desktop',
812
+ 44 => 'WebKit',
813
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
814
+ 47 => 'Apple Inc',
815
+ ),
816
+ 48 =>
817
+ array (
818
+ 3 => 4,
819
+ 7 => '32',
820
+ 13 => 'Win8',
821
+ 14 => '6.2',
822
+ 15 => 'Windows 8',
823
+ 16 => '32',
824
+ 17 => 'Microsoft Corporation',
825
+ 21 => 'true',
826
+ 30 => 'true',
827
+ 38 => 'Windows Desktop',
828
+ 39 => 'Various',
829
+ 40 => 'Desktop',
830
+ 41 => 'mouse',
831
+ 42 => 'Windows Desktop',
832
+ 44 => 'WebKit',
833
+ 46 => 'For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.',
834
+ 47 => 'Apple Inc',
835
+ ),
836
+ 49 =>
837
+ array (
838
+ 3 => 0,
839
+ 4 => '80Legs',
840
+ 5 => '80Legs',
841
+ 6 => 'Bot/Crawler',
842
+ 23 => 'true',
843
+ 24 => 'true',
844
+ 25 => 'true',
845
+ 35 => 'true',
846
+ ),
847
+ 50 =>
848
+ array (
849
+ 3 => 49,
850
+ ),
851
+ 51 =>
852
+ array (
853
+ 3 => 0,
854
+ 4 => 'AhrefsBot',
855
+ 5 => 'AhrefsBot',
856
+ 6 => 'Bot/Crawler',
857
+ 8 => 'Ahrefs Pte Ltd',
858
+ 35 => 'true',
859
+ ),
860
+ 52 =>
861
+ array (
862
+ 3 => 51,
863
+ 10 => '3.1',
864
+ 11 => '3',
865
+ 12 => '1',
866
+ ),
867
+ 53 =>
868
+ array (
869
+ 3 => 51,
870
+ 10 => '4.0',
871
+ 11 => '4',
872
+ ),
873
+ 54 =>
874
+ array (
875
+ 3 => 51,
876
+ 10 => '5.0',
877
+ 11 => '5',
878
+ ),
879
+ 55 =>
880
+ array (
881
+ 3 => 51,
882
+ ),
883
+ 56 =>
884
+ array (
885
+ 3 => 0,
886
+ 4 => 'Adbeat',
887
+ 5 => 'Adbeat Bot',
888
+ 6 => 'Bot/Crawler',
889
+ 8 => 'adbeat.com',
890
+ 35 => 'true',
891
+ ),
892
+ 57 =>
893
+ array (
894
+ 3 => 56,
895
+ 7 => '32',
896
+ 13 => 'Linux',
897
+ 15 => 'Linux',
898
+ 16 => '32',
899
+ 17 => 'Linux Foundation',
900
+ 38 => 'Linux Desktop',
901
+ 39 => 'Various',
902
+ 40 => 'Desktop',
903
+ 41 => 'mouse',
904
+ 42 => 'Linux Desktop',
905
+ ),
906
+ 58 =>
907
+ array (
908
+ 3 => 56,
909
+ ),
910
+ 59 =>
911
+ array (
912
+ 3 => 0,
913
+ 4 => 'NikiBot',
914
+ 5 => 'NikiBot',
915
+ 6 => 'Bot/Crawler',
916
+ 23 => 'true',
917
+ 24 => 'true',
918
+ 25 => 'true',
919
+ 35 => 'true',
920
+ ),
921
+ 60 =>
922
+ array (
923
+ 3 => 59,
924
+ ),
925
+ 61 =>
926
+ array (
927
+ 3 => 0,
928
+ 4 => 'GrapeshotCrawler',
929
+ 5 => 'GrapeshotCrawler',
930
+ 6 => 'Bot/Crawler',
931
+ 23 => 'true',
932
+ 24 => 'true',
933
+ 25 => 'true',
934
+ 35 => 'true',
935
+ ),
936
+ 62 =>
937
+ array (
938
+ 3 => 61,
939
+ 10 => '2.0',
940
+ 11 => '2',
941
+ ),
942
+ 63 =>
943
+ array (
944
+ 3 => 61,
945
+ ),
946
+ 64 =>
947
+ array (
948
+ 3 => 61,
949
+ 5 => 'grapeFX',
950
+ 10 => '0.9',
951
+ 12 => '9',
952
+ ),
953
+ 65 =>
954
+ array (
955
+ 3 => 61,
956
+ 5 => 'grapeFX',
957
+ ),
958
+ 66 =>
959
+ array (
960
+ 3 => 0,
961
+ 4 => 'Anonymizied',
962
+ 5 => 'Anonymizied',
963
+ 6 => 'Bot/Crawler',
964
+ 35 => 'true',
965
+ ),
966
+ 67 =>
967
+ array (
968
+ 3 => 66,
969
+ ),
970
+ 68 =>
971
+ array (
972
+ 3 => 66,
973
+ ),
974
+ 69 =>
975
+ array (
976
+ 3 => 66,
977
+ ),
978
+ 70 =>
979
+ array (
980
+ 3 => 66,
981
+ ),
982
+ 71 =>
983
+ array (
984
+ 3 => 66,
985
+ ),
986
+ 72 =>
987
+ array (
988
+ 3 => 66,
989
+ ),
990
+ 73 =>
991
+ array (
992
+ 3 => 66,
993
+ ),
994
+ 74 =>
995
+ array (
996
+ 3 => 66,
997
+ ),
998
+ 75 =>
999
+ array (
1000
+ 3 => 0,
1001
+ 4 => 'Yandex',
1002
+ 5 => 'Yandex',
1003
+ 6 => 'Bot/Crawler',
1004
+ 8 => 'Yandex',
1005
+ 23 => 'true',
1006
+ 24 => 'true',
1007
+ 25 => 'true',
1008
+ 35 => 'true',
1009
+ ),
1010
+ 76 =>
1011
+ array (
1012
+ 3 => 75,
1013
+ 5 => 'YandexAddURL',
1014
+ ),
1015
+ 77 =>
1016
+ array (
1017
+ 3 => 75,
1018
+ 5 => 'YandexBlogs',
1019
+ ),
1020
+ 78 =>
1021
+ array (
1022
+ 3 => 75,
1023
+ 5 => 'Yandex MirrorDetector',
1024
+ ),
1025
+ 79 =>
1026
+ array (
1027
+ 3 => 75,
1028
+ 5 => 'YandexCatalog',
1029
+ ),
1030
+ 80 =>
1031
+ array (
1032
+ 3 => 75,
1033
+ 5 => 'YandexDirect-Dyatel',
1034
+ ),
1035
+ 81 =>
1036
+ array (
1037
+ 3 => 75,
1038
+ 5 => 'YandexFavicons',
1039
+ ),
1040
+ 82 =>
1041
+ array (
1042
+ 3 => 75,
1043
+ 5 => 'YandexImageResizer',
1044
+ ),
1045
+ 83 =>
1046
+ array (
1047
+ 3 => 75,
1048
+ 5 => 'YandexImages',
1049
+ ),
1050
+ 84 =>
1051
+ array (
1052
+ 3 => 75,
1053
+ 5 => 'YandexMedia',
1054
+ ),
1055
+ 85 =>
1056
+ array (
1057
+ 3 => 75,
1058
+ 5 => 'YandexMetrika',
1059
+ ),
1060
+ 86 =>
1061
+ array (
1062
+ 3 => 75,
1063
+ 5 => 'YandexNews',
1064
+ ),
1065
+ 87 =>
1066
+ array (
1067
+ 3 => 75,
1068
+ 5 => 'YandexVideo',
1069
+ ),
1070
+ 88 =>
1071
+ array (
1072
+ 3 => 75,
1073
+ 5 => 'YandexWebmaster',
1074
+ ),
1075
+ 89 =>
1076
+ array (
1077
+ 3 => 75,
1078
+ 5 => 'YandexZakladki',
1079
+ ),
1080
+ 90 =>
1081
+ array (
1082
+ 3 => 75,
1083
+ ),
1084
+ 91 =>
1085
+ array (
1086
+ 3 => 75,
1087
+ ),
1088
+ 92 =>
1089
+ array (
1090
+ 3 => 75,
1091
+ ),
1092
+ 93 =>
1093
+ array (
1094
+ 3 => 75,
1095
+ ),
1096
+ 94 =>
1097
+ array (
1098
+ 3 => 75,
1099
+ ),
1100
+ 95 =>
1101
+ array (
1102
+ 3 => 75,
1103
+ ),
1104
+ 96 =>
1105
+ array (
1106
+ 3 => 75,
1107
+ ),
1108
+ 97 =>
1109
+ array (
1110
+ 3 => 75,
1111
+ 7 => '32',
1112
+ 13 => 'WinXP',
1113
+ 14 => '5.2',
1114
+ 15 => 'Windows XP',
1115
+ 16 => '32',
1116
+ 17 => 'Microsoft Corporation',
1117
+ 21 => 'true',
1118
+ ),
1119
+ 98 =>
1120
+ array (
1121
+ 3 => 75,
1122
+ 5 => 'YandexAddURL',
1123
+ ),
1124
+ 99 =>
1125
+ array (
1126
+ 3 => 75,
1127
+ 5 => 'YandexCatalog',
1128
+ ),
1129
+ 100 =>
1130
+ array (
1131
+ 3 => 75,
1132
+ 5 => 'YandexDirect-Dyatel',
1133
+ ),
1134
+ 101 =>
1135
+ array (
1136
+ 3 => 75,
1137
+ 5 => 'YandexFavicons',
1138
+ ),
1139
+ 102 =>
1140
+ array (
1141
+ 3 => 75,
1142
+ 5 => 'YandexImageResizer',
1143
+ ),
1144
+ 103 =>
1145
+ array (
1146
+ 3 => 75,
1147
+ 5 => 'YandexImages',
1148
+ ),
1149
+ 104 =>
1150
+ array (
1151
+ 3 => 75,
1152
+ 5 => 'YandexMedia',
1153
+ ),
1154
+ 105 =>
1155
+ array (
1156
+ 3 => 75,
1157
+ 5 => 'YandexMetrika',
1158
+ ),
1159
+ 106 =>
1160
+ array (
1161
+ 3 => 75,
1162
+ 5 => 'YandexNews',
1163
+ ),
1164
+ 107 =>
1165
+ array (
1166
+ 3 => 75,
1167
+ 5 => 'YandexVideo',
1168
+ ),
1169
+ 108 =>
1170
+ array (
1171
+ 3 => 0,
1172
+ 4 => 'Apache Bench',
1173
+ 5 => 'Apache Bench',
1174
+ 6 => 'Bot/Crawler',
1175
+ 8 => 'Apache Foundation',
1176
+ 23 => 'true',
1177
+ 24 => 'true',
1178
+ 25 => 'true',
1179
+ 35 => 'true',
1180
+ ),
1181
+ 109 =>
1182
+ array (
1183
+ 3 => 108,
1184
+ ),
1185
+ 110 =>
1186
+ array (
1187
+ 3 => 0,
1188
+ 4 => 'YandexBot',
1189
+ 5 => 'YandexBot',
1190
+ 6 => 'Bot/Crawler',
1191
+ 8 => 'Yandex',
1192
+ 23 => 'true',
1193
+ 24 => 'true',
1194
+ 25 => 'true',
1195
+ 35 => 'true',
1196
+ ),
1197
+ 111 =>
1198
+ array (
1199
+ 3 => 110,
1200
+ 10 => '3.0',
1201
+ 11 => '3',
1202
+ ),
1203
+ 112 =>
1204
+ array (
1205
+ 3 => 110,
1206
+ ),
1207
+ 113 =>
1208
+ array (
1209
+ 3 => 0,
1210
+ 4 => 'Goldfire Server',
1211
+ 5 => 'Goldfire Server',
1212
+ 6 => 'Bot/Crawler',
1213
+ 8 => 'Invention Machine Corporation',
1214
+ 23 => 'true',
1215
+ 24 => 'true',
1216
+ 25 => 'true',
1217
+ 35 => 'true',
1218
+ ),
1219
+ 114 =>
1220
+ array (
1221
+ 3 => 113,
1222
+ ),
1223
+ 115 =>
1224
+ array (
1225
+ 3 => 0,
1226
+ 4 => 'ArchitextSpider',
1227
+ 5 => 'ArchitextSpider',
1228
+ 6 => 'Bot/Crawler',
1229
+ 23 => 'true',
1230
+ 24 => 'true',
1231
+ 25 => 'true',
1232
+ 35 => 'true',
1233
+ ),
1234
+ 116 =>
1235
+ array (
1236
+ 3 => 115,
1237
+ ),
1238
+ 117 =>
1239
+ array (
1240
+ 3 => 0,
1241
+ 4 => 'Become',
1242
+ 5 => 'Become',
1243
+ 6 => 'Bot/Crawler',
1244
+ 34 => 'true',
1245
+ 35 => 'true',
1246
+ ),
1247
+ 118 =>
1248
+ array (
1249
+ 3 => 117,
1250
+ 5 => 'BecomeBot',
1251
+ ),
1252
+ 119 =>
1253
+ array (
1254
+ 3 => 117,
1255
+ 5 => 'BecomeBot',
1256
+ ),
1257
+ 120 =>
1258
+ array (
1259
+ 3 => 117,
1260
+ 5 => 'MonkeyCrawl',
1261
+ ),
1262
+ 121 =>
1263
+ array (
1264
+ 3 => 117,
1265
+ 5 => 'BecomeJPBot',
1266
+ ),
1267
+ 122 =>
1268
+ array (
1269
+ 3 => 117,
1270
+ 5 => 'BecomeJPBot',
1271
+ ),
1272
+ 123 =>
1273
+ array (
1274
+ 3 => 0,
1275
+ 4 => 'Convera',
1276
+ 5 => 'Convera',
1277
+ 6 => 'Bot/Crawler',
1278
+ 23 => 'true',
1279
+ 25 => 'true',
1280
+ 35 => 'true',
1281
+ ),
1282
+ 124 =>
1283
+ array (
1284
+ 3 => 123,
1285
+ 5 => 'ConveraCrawler',
1286
+ ),
1287
+ 125 =>
1288
+ array (
1289
+ 3 => 123,
1290
+ 5 => 'ConveraMultiMediaCrawler',
1291
+ 10 => '0.1',
1292
+ 12 => '1',
1293
+ ),
1294
+ 126 =>
1295
+ array (
1296
+ 3 => 123,
1297
+ 5 => 'CrawlConvera',
1298
+ ),
1299
+ 127 =>
1300
+ array (
1301
+ 3 => 123,
1302
+ 10 => '0.4',
1303
+ 12 => '4',
1304
+ ),
1305
+ 128 =>
1306
+ array (
1307
+ 3 => 123,
1308
+ 10 => '0.5',
1309
+ 12 => '5',
1310
+ ),
1311
+ 129 =>
1312
+ array (
1313
+ 3 => 123,
1314
+ 10 => '0.6',
1315
+ 12 => '6',
1316
+ ),
1317
+ 130 =>
1318
+ array (
1319
+ 3 => 123,
1320
+ 10 => '0.7',
1321
+ 12 => '7',
1322
+ ),
1323
+ 131 =>
1324
+ array (
1325
+ 3 => 123,
1326
+ 10 => '0.8',
1327
+ 12 => '8',
1328
+ ),
1329
+ 132 =>
1330
+ array (
1331
+ 3 => 123,
1332
+ 10 => '0.9',
1333
+ 12 => '9',
1334
+ ),
1335
+ 133 =>
1336
+ array (
1337
+ 3 => 0,
1338
+ 4 => 'Best of the Web',
1339
+ 5 => 'Best of the Web',
1340
+ 6 => 'Bot/Crawler',
1341
+ 8 => 'botw.org',
1342
+ 23 => 'true',
1343
+ 25 => 'true',
1344
+ 35 => 'true',
1345
+ ),
1346
+ 134 =>
1347
+ array (
1348
+ 3 => 133,
1349
+ 5 => 'BOTW Feed Grabber',
1350
+ 34 => 'true',
1351
+ ),
1352
+ 135 =>
1353
+ array (
1354
+ 3 => 133,
1355
+ 5 => 'BOTW Feed Grabber',
1356
+ 34 => 'true',
1357
+ ),
1358
+ 136 =>
1359
+ array (
1360
+ 3 => 133,
1361
+ 5 => 'BOTW Spider',
1362
+ ),
1363
+ 137 =>
1364
+ array (
1365
+ 3 => 133,
1366
+ 5 => 'BOTW Spider',
1367
+ ),
1368
+ 138 =>
1369
+ array (
1370
+ 3 => 0,
1371
+ 4 => 'ContextAd Bot',
1372
+ 5 => 'ContextAd Bot',
1373
+ 6 => 'Bot/Crawler',
1374
+ 23 => 'true',
1375
+ 25 => 'true',
1376
+ 35 => 'true',
1377
+ ),
1378
+ 139 =>
1379
+ array (
1380
+ 3 => 138,
1381
+ 10 => '1.0',
1382
+ 11 => '1',
1383
+ ),
1384
+ 140 =>
1385
+ array (
1386
+ 3 => 138,
1387
+ ),
1388
+ 141 =>
1389
+ array (
1390
+ 3 => 0,
1391
+ 4 => 'Java Standard Library',
1392
+ 5 => 'Java Standard Library',
1393
+ 6 => 'Bot/Crawler',
1394
+ 8 => 'Oracle',
1395
+ 23 => 'true',
1396
+ 24 => 'true',
1397
+ 25 => 'true',
1398
+ 35 => 'true',
1399
+ ),
1400
+ 142 =>
1401
+ array (
1402
+ 3 => 141,
1403
+ 10 => '1.4',
1404
+ 11 => '1',
1405
+ 12 => '4',
1406
+ ),
1407
+ 143 =>
1408
+ array (
1409
+ 3 => 141,
1410
+ 10 => '1.5',
1411
+ 11 => '1',
1412
+ 12 => '5',
1413
+ ),
1414
+ 144 =>
1415
+ array (
1416
+ 3 => 141,
1417
+ 10 => '1.6',
1418
+ 11 => '1',
1419
+ 12 => '6',
1420
+ ),
1421
+ 145 =>
1422
+ array (
1423
+ 3 => 141,
1424
+ 10 => '1.7',
1425
+ 11 => '1',
1426
+ 12 => '7',
1427
+ ),
1428
+ 146 =>
1429
+ array (
1430
+ 3 => 141,
1431
+ 10 => '1.17',
1432
+ 11 => '1',
1433
+ 12 => '17',
1434
+ ),
1435
+ 147 =>
1436
+ array (
1437
+ 3 => 141,
1438
+ ),
1439
+ 148 =>
1440
+ array (
1441
+ 3 => 0,
1442
+ 4 => 'DotBot',
1443
+ 5 => 'DotBot',
1444
+ 6 => 'Bot/Crawler',
1445
+ 23 => 'true',
1446
+ 25 => 'true',
1447
+ 35 => 'true',
1448
+ ),
1449
+ 149 =>
1450
+ array (
1451
+ 3 => 148,
1452
+ ),
1453
+ 150 =>
1454
+ array (
1455
+ 3 => 148,
1456
+ ),
1457
+ 151 =>
1458
+ array (
1459
+ 3 => 148,
1460
+ 10 => '1.1',
1461
+ 11 => '1',
1462
+ 12 => '1',
1463
+ ),
1464
+ 152 =>
1465
+ array (
1466
+ 3 => 148,
1467
+ ),
1468
+ 153 =>
1469
+ array (
1470
+ 3 => 0,
1471
+ 4 => 'Bitlybot',
1472
+ 5 => 'BitlyBot',
1473
+ 6 => 'Bot/Crawler',
1474
+ 23 => 'true',
1475
+ 24 => 'true',
1476
+ 25 => 'true',
1477
+ 35 => 'true',
1478
+ ),
1479
+ 154 =>
1480
+ array (
1481
+ 3 => 153,
1482
+ 10 => '2.0',
1483
+ 11 => '2',
1484
+ ),
1485
+ 155 =>
1486
+ array (
1487
+ 3 => 153,
1488
+ ),
1489
+ 156 =>
1490
+ array (
1491
+ 3 => 0,
1492
+ 4 => 'Entireweb',
1493
+ 5 => 'Entireweb',
1494
+ 6 => 'Bot/Crawler',
1495
+ 8 => 'Entireweb Sweden AB',
1496
+ 23 => 'true',
1497
+ 25 => 'true',
1498
+ 35 => 'true',
1499
+ ),
1500
+ 157 =>
1501
+ array (
1502
+ 3 => 156,
1503
+ ),
1504
+ 158 =>
1505
+ array (
1506
+ 3 => 156,
1507
+ 7 => '32',
1508
+ 13 => 'WinXP',
1509
+ 14 => '5.1',
1510
+ 15 => 'Windows XP',
1511
+ 16 => '32',
1512
+ 17 => 'Microsoft Corporation',
1513
+ 21 => 'true',
1514
+ ),
1515
+ 159 =>
1516
+ array (
1517
+ 3 => 156,
1518
+ ),
1519
+ 160 =>
1520
+ array (
1521
+ 3 => 0,
1522
+ 4 => 'Xing',
1523
+ 5 => 'Xing',
1524
+ 6 => 'Bot/Crawler',
1525
+ 23 => 'true',
1526
+ 25 => 'true',
1527
+ 35 => 'true',
1528
+ ),
1529
+ 161 =>
1530
+ array (
1531
+ 3 => 160,
1532
+ 5 => 'XING Contenttabreceiver',
1533
+ 10 => '2.0',
1534
+ 11 => '2',
1535
+ ),
1536
+ 162 =>
1537
+ array (
1538
+ 3 => 160,
1539
+ 5 => 'XING Contenttabreceiver',
1540
+ ),
1541
+ 163 =>
1542
+ array (
1543
+ 3 => 0,
1544
+ 4 => 'Default Browser',
1545
+ 5 => 'Default Browser',
1546
+ 18 => 'false',
1547
+ 19 => 'false',
1548
+ 20 => 'false',
1549
+ 21 => 'false',
1550
+ 22 => 'false',
1551
+ 23 => 'false',
1552
+ 24 => 'false',
1553
+ 25 => 'false',
1554
+ 26 => 'false',
1555
+ 27 => 'false',
1556
+ 28 => 'false',
1557
+ 29 => 'false',
1558
+ 30 => 'false',
1559
+ 31 => 'false',
1560
+ 32 => 'false',
1561
+ 33 => 'false',
1562
+ 34 => 'false',
1563
+ 35 => 'false',
1564
+ ),
1565
+ );
vendor/browscap/browscap-php/tests/data/buildCache/2.expected.php ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $source_version='6000';
3
+ $cache_version='2.1.0';
4
+ $properties=array(
5
+ 'browser_name',
6
+ 'browser_name_regex',
7
+ 'browser_name_pattern',
8
+ 'Parent',
9
+ 'Comment',
10
+ 'Browser',
11
+ 'Browser_Type',
12
+ 'Browser_Bits',
13
+ 'Browser_Maker',
14
+ 'Browser_Modus',
15
+ 'Version',
16
+ 'MajorVer',
17
+ 'MinorVer',
18
+ 'Platform',
19
+ 'Platform_Version',
20
+ 'Platform_Description',
21
+ 'Platform_Bits',
22
+ 'Platform_Maker',
23
+ 'Alpha',
24
+ 'Beta',
25
+ 'Win16',
26
+ 'Win32',
27
+ 'Win64',
28
+ 'Frames',
29
+ 'IFrames',
30
+ 'Tables',
31
+ 'Cookies',
32
+ 'BackgroundSounds',
33
+ 'JavaScript',
34
+ 'VBScript',
35
+ 'JavaApplets',
36
+ 'ActiveXControls',
37
+ 'isMobileDevice',
38
+ 'isTablet',
39
+ 'isSyndicationReader',
40
+ 'Crawler',
41
+ 'CssVersion',
42
+ 'AolVersion',
43
+ 'Device_Name',
44
+ 'Device_Maker',
45
+ 'Device_Type',
46
+ 'Device_Pointing_Method',
47
+ 'Device_Code_Name',
48
+ 'Device_Brand_Name',
49
+ 'RenderingEngine_Name',
50
+ 'RenderingEngine_Version',
51
+ 'RenderingEngine_Description',
52
+ 'RenderingEngine_Maker',
53
+
54
+ );
55
+ $browsers=array(
56
+ 'a:44:{i:4;s:17:"DefaultProperties";i:5;s:17:"DefaultProperties";i:6;s:7:"unknown";i:7;s:1:"0";i:8;s:7:"unknown";i:9;s:7:"unknown";i:10;s:3:"0.0";i:11;s:1:"0";i:12;s:1:"0";i:13;s:7:"unknown";i:14;s:7:"unknown";i:15;s:7:"unknown";i:16;s:1:"0";i:17;s:7:"unknown";i:18;s:5:"false";i:19;s:5:"false";i:20;s:5:"false";i:21;s:5:"false";i:22;s:5:"false";i:23;s:5:"false";i:24;s:5:"false";i:25;s:5:"false";i:26;s:5:"false";i:27;s:5:"false";i:28;s:5:"false";i:29;s:5:"false";i:30;s:5:"false";i:31;s:5:"false";i:32;s:5:"false";i:33;s:5:"false";i:34;s:5:"false";i:35;s:5:"false";i:36;s:1:"0";i:37;s:1:"0";i:38;s:7:"unknown";i:39;s:7:"unknown";i:40;s:7:"unknown";i:41;s:7:"unknown";i:42;s:7:"unknown";i:43;s:7:"unknown";i:44;s:7:"unknown";i:45;s:7:"unknown";i:46;s:7:"unknown";i:47;s:7:"unknown";}',
57
+ 'a:9:{i:3;i:0;i:4;s:3:"Ask";i:5;s:3:"Ask";i:6;s:11:"Bot/Crawler";i:8;s:7:"Ask.com";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
58
+ 'a:2:{i:3;i:1;i:5;s:5:"Teoma";}',
59
+ 'a:2:{i:3;i:1;i:5;s:9:"AskJeeves";}',
60
+ 'a:9:{i:3;i:0;i:4;s:9:"360Spider";i:5;s:9:"360Spider";i:6;s:11:"Bot/Crawler";i:8;s:9:"so.360.cn";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
61
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:7:"Win2000";i:14;s:3:"5.0";i:15;s:12:"Windows 2000";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
62
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:7:"Win2000";i:14;s:4:"5.01";i:15;s:12:"Windows 2000";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
63
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:7:"Win2000";i:14;s:3:"5.0";i:15;s:12:"Windows 2000";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
64
+ 'a:13:{i:3;i:4;i:7;s:2:"64";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
65
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
66
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
67
+ 'a:13:{i:3;i:4;i:7;s:2:"64";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
68
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
69
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
70
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
71
+ 'a:13:{i:3;i:4;i:7;s:2:"64";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
72
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
73
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
74
+ 'a:13:{i:3;i:4;i:7;s:2:"64";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
75
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
76
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
77
+ 'a:13:{i:3;i:4;i:7;s:2:"64";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
78
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
79
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
80
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
81
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
82
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
83
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
84
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
85
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
86
+ 'a:13:{i:3;i:4;i:7;s:2:"64";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
87
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
88
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
89
+ 'a:13:{i:3;i:4;i:7;s:2:"64";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
90
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
91
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
92
+ 'a:13:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";}',
93
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
94
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
95
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
96
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
97
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
98
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:8:"WinVista";i:14;s:3:"6.0";i:15;s:13:"Windows Vista";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
99
+ 'a:17:{i:3;i:4;i:7;s:2:"64";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
100
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
101
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win7";i:14;s:3:"6.1";i:15;s:9:"Windows 7";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
102
+ 'a:17:{i:3;i:4;i:7;s:2:"64";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
103
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"64";i:17;s:21:"Microsoft Corporation";i:22;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
104
+ 'a:17:{i:3;i:4;i:7;s:2:"32";i:13;s:4:"Win8";i:14;s:3:"6.2";i:15;s:9:"Windows 8";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";i:30;s:4:"true";i:38;s:15:"Windows Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:15:"Windows Desktop";i:44;s:6:"WebKit";i:46;s:209:"For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.";i:47;s:9:"Apple Inc";}',
105
+ 'a:8:{i:3;i:0;i:4;s:6:"80Legs";i:5;s:6:"80Legs";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
106
+ 'a:1:{i:3;i:49;}',
107
+ 'a:6:{i:3;i:0;i:4;s:9:"AhrefsBot";i:5;s:9:"AhrefsBot";i:6;s:11:"Bot/Crawler";i:8;s:14:"Ahrefs Pte Ltd";i:35;s:4:"true";}',
108
+ 'a:4:{i:3;i:51;i:10;s:3:"3.1";i:11;s:1:"3";i:12;s:1:"1";}',
109
+ 'a:3:{i:3;i:51;i:10;s:3:"4.0";i:11;s:1:"4";}',
110
+ 'a:3:{i:3;i:51;i:10;s:3:"5.0";i:11;s:1:"5";}',
111
+ 'a:1:{i:3;i:51;}',
112
+ 'a:6:{i:3;i:0;i:4;s:6:"Adbeat";i:5;s:10:"Adbeat Bot";i:6;s:11:"Bot/Crawler";i:8;s:10:"adbeat.com";i:35;s:4:"true";}',
113
+ 'a:11:{i:3;i:56;i:7;s:2:"32";i:13;s:5:"Linux";i:15;s:5:"Linux";i:16;s:2:"32";i:17;s:16:"Linux Foundation";i:38;s:13:"Linux Desktop";i:39;s:7:"Various";i:40;s:7:"Desktop";i:41;s:5:"mouse";i:42;s:13:"Linux Desktop";}',
114
+ 'a:1:{i:3;i:56;}',
115
+ 'a:8:{i:3;i:0;i:4;s:7:"NikiBot";i:5;s:7:"NikiBot";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
116
+ 'a:1:{i:3;i:59;}',
117
+ 'a:8:{i:3;i:0;i:4;s:16:"GrapeshotCrawler";i:5;s:16:"GrapeshotCrawler";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
118
+ 'a:3:{i:3;i:61;i:10;s:3:"2.0";i:11;s:1:"2";}',
119
+ 'a:1:{i:3;i:61;}',
120
+ 'a:4:{i:3;i:61;i:5;s:7:"grapeFX";i:10;s:3:"0.9";i:12;s:1:"9";}',
121
+ 'a:2:{i:3;i:61;i:5;s:7:"grapeFX";}',
122
+ 'a:5:{i:3;i:0;i:4;s:11:"Anonymizied";i:5;s:11:"Anonymizied";i:6;s:11:"Bot/Crawler";i:35;s:4:"true";}',
123
+ 'a:1:{i:3;i:66;}',
124
+ 'a:1:{i:3;i:66;}',
125
+ 'a:1:{i:3;i:66;}',
126
+ 'a:1:{i:3;i:66;}',
127
+ 'a:1:{i:3;i:66;}',
128
+ 'a:1:{i:3;i:66;}',
129
+ 'a:1:{i:3;i:66;}',
130
+ 'a:1:{i:3;i:66;}',
131
+ 'a:9:{i:3;i:0;i:4;s:6:"Yandex";i:5;s:6:"Yandex";i:6;s:11:"Bot/Crawler";i:8;s:6:"Yandex";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
132
+ 'a:2:{i:3;i:75;i:5;s:12:"YandexAddURL";}',
133
+ 'a:2:{i:3;i:75;i:5;s:11:"YandexBlogs";}',
134
+ 'a:2:{i:3;i:75;i:5;s:21:"Yandex MirrorDetector";}',
135
+ 'a:2:{i:3;i:75;i:5;s:13:"YandexCatalog";}',
136
+ 'a:2:{i:3;i:75;i:5;s:19:"YandexDirect-Dyatel";}',
137
+ 'a:2:{i:3;i:75;i:5;s:14:"YandexFavicons";}',
138
+ 'a:2:{i:3;i:75;i:5;s:18:"YandexImageResizer";}',
139
+ 'a:2:{i:3;i:75;i:5;s:12:"YandexImages";}',
140
+ 'a:2:{i:3;i:75;i:5;s:11:"YandexMedia";}',
141
+ 'a:2:{i:3;i:75;i:5;s:13:"YandexMetrika";}',
142
+ 'a:2:{i:3;i:75;i:5;s:10:"YandexNews";}',
143
+ 'a:2:{i:3;i:75;i:5;s:11:"YandexVideo";}',
144
+ 'a:2:{i:3;i:75;i:5;s:15:"YandexWebmaster";}',
145
+ 'a:2:{i:3;i:75;i:5;s:14:"YandexZakladki";}',
146
+ 'a:1:{i:3;i:75;}',
147
+ 'a:1:{i:3;i:75;}',
148
+ 'a:1:{i:3;i:75;}',
149
+ 'a:1:{i:3;i:75;}',
150
+ 'a:1:{i:3;i:75;}',
151
+ 'a:1:{i:3;i:75;}',
152
+ 'a:1:{i:3;i:75;}',
153
+ 'a:8:{i:3;i:75;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.2";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";}',
154
+ 'a:2:{i:3;i:75;i:5;s:12:"YandexAddURL";}',
155
+ 'a:2:{i:3;i:75;i:5;s:13:"YandexCatalog";}',
156
+ 'a:2:{i:3;i:75;i:5;s:19:"YandexDirect-Dyatel";}',
157
+ 'a:2:{i:3;i:75;i:5;s:14:"YandexFavicons";}',
158
+ 'a:2:{i:3;i:75;i:5;s:18:"YandexImageResizer";}',
159
+ 'a:2:{i:3;i:75;i:5;s:12:"YandexImages";}',
160
+ 'a:2:{i:3;i:75;i:5;s:11:"YandexMedia";}',
161
+ 'a:2:{i:3;i:75;i:5;s:13:"YandexMetrika";}',
162
+ 'a:2:{i:3;i:75;i:5;s:10:"YandexNews";}',
163
+ 'a:2:{i:3;i:75;i:5;s:11:"YandexVideo";}',
164
+ 'a:9:{i:3;i:0;i:4;s:12:"Apache Bench";i:5;s:12:"Apache Bench";i:6;s:11:"Bot/Crawler";i:8;s:17:"Apache Foundation";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
165
+ 'a:1:{i:3;i:108;}',
166
+ 'a:9:{i:3;i:0;i:4;s:9:"YandexBot";i:5;s:9:"YandexBot";i:6;s:11:"Bot/Crawler";i:8;s:6:"Yandex";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
167
+ 'a:3:{i:3;i:110;i:10;s:3:"3.0";i:11;s:1:"3";}',
168
+ 'a:1:{i:3;i:110;}',
169
+ 'a:9:{i:3;i:0;i:4;s:15:"Goldfire Server";i:5;s:15:"Goldfire Server";i:6;s:11:"Bot/Crawler";i:8;s:29:"Invention Machine Corporation";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
170
+ 'a:1:{i:3;i:113;}',
171
+ 'a:8:{i:3;i:0;i:4;s:15:"ArchitextSpider";i:5;s:15:"ArchitextSpider";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
172
+ 'a:1:{i:3;i:115;}',
173
+ 'a:6:{i:3;i:0;i:4;s:6:"Become";i:5;s:6:"Become";i:6;s:11:"Bot/Crawler";i:34;s:4:"true";i:35;s:4:"true";}',
174
+ 'a:2:{i:3;i:117;i:5;s:9:"BecomeBot";}',
175
+ 'a:2:{i:3;i:117;i:5;s:9:"BecomeBot";}',
176
+ 'a:2:{i:3;i:117;i:5;s:11:"MonkeyCrawl";}',
177
+ 'a:2:{i:3;i:117;i:5;s:11:"BecomeJPBot";}',
178
+ 'a:2:{i:3;i:117;i:5;s:11:"BecomeJPBot";}',
179
+ 'a:7:{i:3;i:0;i:4;s:7:"Convera";i:5;s:7:"Convera";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
180
+ 'a:2:{i:3;i:123;i:5;s:14:"ConveraCrawler";}',
181
+ 'a:4:{i:3;i:123;i:5;s:24:"ConveraMultiMediaCrawler";i:10;s:3:"0.1";i:12;s:1:"1";}',
182
+ 'a:2:{i:3;i:123;i:5;s:12:"CrawlConvera";}',
183
+ 'a:3:{i:3;i:123;i:10;s:3:"0.4";i:12;s:1:"4";}',
184
+ 'a:3:{i:3;i:123;i:10;s:3:"0.5";i:12;s:1:"5";}',
185
+ 'a:3:{i:3;i:123;i:10;s:3:"0.6";i:12;s:1:"6";}',
186
+ 'a:3:{i:3;i:123;i:10;s:3:"0.7";i:12;s:1:"7";}',
187
+ 'a:3:{i:3;i:123;i:10;s:3:"0.8";i:12;s:1:"8";}',
188
+ 'a:3:{i:3;i:123;i:10;s:3:"0.9";i:12;s:1:"9";}',
189
+ 'a:8:{i:3;i:0;i:4;s:15:"Best of the Web";i:5;s:15:"Best of the Web";i:6;s:11:"Bot/Crawler";i:8;s:8:"botw.org";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
190
+ 'a:3:{i:3;i:133;i:5;s:17:"BOTW Feed Grabber";i:34;s:4:"true";}',
191
+ 'a:3:{i:3;i:133;i:5;s:17:"BOTW Feed Grabber";i:34;s:4:"true";}',
192
+ 'a:2:{i:3;i:133;i:5;s:11:"BOTW Spider";}',
193
+ 'a:2:{i:3;i:133;i:5;s:11:"BOTW Spider";}',
194
+ 'a:7:{i:3;i:0;i:4;s:13:"ContextAd Bot";i:5;s:13:"ContextAd Bot";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
195
+ 'a:3:{i:3;i:138;i:10;s:3:"1.0";i:11;s:1:"1";}',
196
+ 'a:1:{i:3;i:138;}',
197
+ 'a:9:{i:3;i:0;i:4;s:21:"Java Standard Library";i:5;s:21:"Java Standard Library";i:6;s:11:"Bot/Crawler";i:8;s:6:"Oracle";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
198
+ 'a:4:{i:3;i:141;i:10;s:3:"1.4";i:11;s:1:"1";i:12;s:1:"4";}',
199
+ 'a:4:{i:3;i:141;i:10;s:3:"1.5";i:11;s:1:"1";i:12;s:1:"5";}',
200
+ 'a:4:{i:3;i:141;i:10;s:3:"1.6";i:11;s:1:"1";i:12;s:1:"6";}',
201
+ 'a:4:{i:3;i:141;i:10;s:3:"1.7";i:11;s:1:"1";i:12;s:1:"7";}',
202
+ 'a:4:{i:3;i:141;i:10;s:4:"1.17";i:11;s:1:"1";i:12;s:2:"17";}',
203
+ 'a:1:{i:3;i:141;}',
204
+ 'a:7:{i:3;i:0;i:4;s:6:"DotBot";i:5;s:6:"DotBot";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
205
+ 'a:1:{i:3;i:148;}',
206
+ 'a:1:{i:3;i:148;}',
207
+ 'a:4:{i:3;i:148;i:10;s:3:"1.1";i:11;s:1:"1";i:12;s:1:"1";}',
208
+ 'a:1:{i:3;i:148;}',
209
+ 'a:8:{i:3;i:0;i:4;s:8:"Bitlybot";i:5;s:8:"BitlyBot";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:24;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
210
+ 'a:3:{i:3;i:153;i:10;s:3:"2.0";i:11;s:1:"2";}',
211
+ 'a:1:{i:3;i:153;}',
212
+ 'a:8:{i:3;i:0;i:4;s:9:"Entireweb";i:5;s:9:"Entireweb";i:6;s:11:"Bot/Crawler";i:8;s:19:"Entireweb Sweden AB";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
213
+ 'a:1:{i:3;i:156;}',
214
+ 'a:8:{i:3;i:156;i:7;s:2:"32";i:13;s:5:"WinXP";i:14;s:3:"5.1";i:15;s:10:"Windows XP";i:16;s:2:"32";i:17;s:21:"Microsoft Corporation";i:21;s:4:"true";}',
215
+ 'a:1:{i:3;i:156;}',
216
+ 'a:7:{i:3;i:0;i:4;s:4:"Xing";i:5;s:4:"Xing";i:6;s:11:"Bot/Crawler";i:23;s:4:"true";i:25;s:4:"true";i:35;s:4:"true";}',
217
+ 'a:4:{i:3;i:160;i:5;s:23:"XING Contenttabreceiver";i:10;s:3:"2.0";i:11;s:1:"2";}',
218
+ 'a:2:{i:3;i:160;i:5;s:23:"XING Contenttabreceiver";}',
219
+ 'a:21:{i:3;i:0;i:4;s:15:"Default Browser";i:5;s:15:"Default Browser";i:18;s:5:"false";i:19;s:5:"false";i:20;s:5:"false";i:21;s:5:"false";i:22;s:5:"false";i:23;s:5:"false";i:24;s:5:"false";i:25;s:5:"false";i:26;s:5:"false";i:27;s:5:"false";i:28;s:5:"false";i:29;s:5:"false";i:30;s:5:"false";i:31;s:5:"false";i:32;s:5:"false";i:33;s:5:"false";i:34;s:5:"false";i:35;s:5:"false";}',
220
+
221
+ );
222
+ $userAgents=array(
223
+ 0 => 'DefaultProperties',
224
+ 1 => 'Ask',
225
+ 4 => '360Spider',
226
+ 49 => '80Legs',
227
+ 51 => 'AhrefsBot',
228
+ 56 => 'Adbeat',
229
+ 59 => 'NikiBot',
230
+ 61 => 'GrapeshotCrawler',
231
+ 66 => 'Anonymizied',
232
+ 75 => 'Yandex',
233
+ 108 => 'Apache Bench',
234
+ 110 => 'YandexBot',
235
+ 113 => 'Goldfire Server',
236
+ 115 => 'ArchitextSpider',
237
+ 117 => 'Become',
238
+ 123 => 'Convera',
239
+ 133 => 'Best of the Web',
240
+ 138 => 'ContextAd Bot',
241
+ 141 => 'Java Standard Library',
242
+ 148 => 'DotBot',
243
+ 153 => 'bitlybot',
244
+ 156 => 'Entireweb',
245
+ 160 => 'Xing',
246
+
247
+ );
248
+ $patterns=array(
249
+ 'Mozilla/5\.0 \(.*Windows NT 6\.(\d).*Win64. x64.*\) AppleWebKit/.* \(KHTML, like Gecko\) Chrome/.* Safari/.*; 360Spider.*' => 'a:2:{s:2:"@1";i:43;s:2:"@2";i:46;}',
250
+ 'Mozilla/5\.0 \(.*Windows NT (\d)\.(\d).*WOW64.*\) AppleWebKit/.* \(KHTML, like Gecko\) Chrome/.* Safari/.*; 360Spider.*' => 'a:5:{s:4:"@5|1";i:37;s:4:"@5|2";i:39;s:4:"@6|0";i:41;s:4:"@6|1";i:44;s:4:"@6|2";i:47;}',
251
+ 'Mozilla/5\.0 \(.*Windows NT (\d)\.(\d).*\) AppleWebKit/.* \(KHTML, like Gecko\) Chrome/.* Safari/.*; 360Spider.*' => 'a:5:{s:4:"@5|1";i:38;s:4:"@5|2";i:40;s:4:"@6|0";i:42;s:4:"@6|1";i:45;s:4:"@6|2";i:48;}',
252
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT (\d)\.(\d);.*Win64. x64.*Trident/4\.0.*\).* 360Spider' => 'a:3:{s:4:"@5|1";i:8;s:4:"@5|2";i:11;s:4:"@6|0";i:15;}',
253
+ 'Mozilla/5\.0 \(compatible; GrapeshotCrawler/2\.0; \+http\://www\.grapeshot\.co\.uk/crawler\.php\)' => 62,
254
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT 6\.(\d).*Win64. x64.*Trident/4\.0.*\).* 360Spider' => 'a:2:{s:2:"@1";i:18;s:2:"@2";i:21;}',
255
+ 'Mozilla/5\.0 \(compatible; GrapeshotCrawler/.*; \+http\://www\.grapeshot\.co\.uk/crawler\.php\)' => 63,
256
+ 'Mozilla/5\.0 \(compatible; MSIE 9\.0.*; .*Windows NT 6\.(\d).*Win64. x64.*Trident/5\.0.* 360Spider' => 'a:2:{s:2:"@1";i:30;s:2:"@2";i:33;}',
257
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT 5\.0; .*WOW64.*Trident/4\.0.*\).* 360Spider' => 5,
258
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT 5\.2;.*Win64.*Trident/4\.0.*\).* 360Spider' => 14,
259
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT (\d)\.(\d).*WOW64.*Trident/4\.0.*\).* 360Spider' => 'a:5:{s:4:"@5|1";i:9;s:4:"@5|2";i:12;s:4:"@6|0";i:16;s:4:"@6|1";i:19;s:4:"@6|2";i:22;}',
260
+ 'Mozilla/5\.0 \(compatible; MSIE 9\.0.*; .*Windows NT (\d)\.(\d).*WOW64.*Trident/5\.0.* 360Spider' => 'a:5:{s:4:"@5|1";i:24;s:4:"@5|2";i:26;s:4:"@6|0";i:28;s:4:"@6|1";i:31;s:4:"@6|2";i:34;}',
261
+ 'Mozilla/5\.0 \(Windows; .; Windows NT 5\.2; en\-US; rv\:1\.9\) Gecko VisualParser/3\.0' => 97,
262
+ 'Mozilla/5\.0 \(compatible; DotBot/1\.1; http\://www\.opensiteexplorer\.org/dotbot.*\)' => 151,
263
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT 5\.01.*Trident/4\.0.*\).* 360Spider' => 6,
264
+ 'Mozilla/4\.0 \(compatible; MSIE 8\.0.*; .*Windows NT (\d)\.(\d).*Trident/4\.0.*\).* 360Spider' => 'a:6:{s:4:"@5|0";i:7;s:4:"@5|1";i:10;s:4:"@5|2";i:13;s:4:"@6|0";i:17;s:4:"@6|1";i:20;s:4:"@6|2";i:23;}',
265
+ 'Mozilla/5\.0 \(.*Linux x86.*\) adbeat\.com.* Gecko/.* Firefox/.*AppleWebKit/.*Safari/.*' => 57,
266
+ 'Mozilla/5\.0 \(compatible; DotBot/.*; http\://www\.opensiteexplorer\.org/dotbot.*\)' => 152,
267
+ 'Mozilla/5\.0 \(compatible; YandexZakladki/.*; Dyatel; \+http\://yandex\.com/bots\)' => 93,
268
+ 'Mozilla/5\.0 \(compatible; MSIE 9\.0.*; .*Windows NT (\d)\.(\d).*Trident/5\.0.* 360Spider' => 'a:5:{s:4:"@5|1";i:25;s:4:"@5|2";i:27;s:4:"@6|0";i:29;s:4:"@6|1";i:32;s:4:"@6|2";i:35;}',
269
+ 'Mozilla/5\.0 \(compatible; DotBot/.*; http\://www\.dotnetdotcom\.org/.*\)' => 150,
270
+ 'Mozilla/5\.0 \(compatible; grapeFX/0\.9; crawler\@grapeshot\.co\.uk' => 64,
271
+ 'Mozilla/4\.0 \(compatible; BOTW Feed Grabber; .*http\://botw\.org\)' => 135,
272
+ 'Mozilla/5\.0 \(compatible; .*; http\://www\.80legs\.com/.*\) Gecko/.*' => 50,
273
+ 'Mozilla/5\.0 \(compatible; grapeFX/.*; crawler\@grapeshot\.co\.uk' => 65,
274
+ 'Mozilla/4\.0 \(compatible; BOTW Feed Grabber.*http\://botw\.org\)' => 134,
275
+ 'Mozilla/5\.0 \(Windows; .; Windows NT 5\.1; .*\) Speedy Spider .*' => 158,
276
+ 'Anonymisiert durch AlMiSoft Browser\-Maulkorb \(Anonymisier.*' => 67,
277
+ 'Mozilla/4\.0 \(compatible; BOTW Spider; .*http\://botw\.org\)' => 136,
278
+ 'Mozilla/5\.0 \(compatible; YandexBot/.*; MirrorDetector.*\)' => 78,
279
+ 'Mozilla/4\.0 \(compatible; BOTW Spider.*http\://botw\.org\)' => 137,
280
+ 'Mozilla/5\.0 \(compatible; YandexBot/.*; MirrorDetector\)' => 92,
281
+ 'Mozilla/5\.0 \(.*Windows NT 5\.1.*\) Firefox/.*; 360Spider.*' => 36,
282
+ 'Mozilla/5\.0 \(compatible; YandexImageResizer/.*\)' => 82,
283
+ 'Mozilla/5\.0 \(compatible; YandexImageResizer/.*' => 102,
284
+ 'Mozilla/5\.0 \(compatible; BecomeJPBot/2\.3; .*\)' => 121,
285
+ 'Mozilla/4\.0 \(.*compatible.*;.*MSIE 5\.0; YANDEX\)' => 91,
286
+ 'Mozilla/5\.0 \(compatible; YandexWebmaster/.*\)' => 88,
287
+ 'Mozilla/.\.0 \(compatible; Ask Jeeves/Teoma.*\)' => 2,
288
+ 'Mozilla/5\.0 \(compatible; YandexZakladki/.*\)' => 89,
289
+ 'Mozilla/5\.0 \(compatible; AhrefsBot/(\d)\.(\d).*' => 'a:3:{s:4:"@3|1";i:52;s:4:"@4|0";i:53;s:4:"@5|0";i:54;}',
290
+ 'Mozilla/5\.0 \(compatible; YandexFavicons/.*\)' => 81,
291
+ 'Mozilla/5\.0 \(compatible; BecomeJPBot/2\.3.*\)' => 122,
292
+ 'Mozilla/5\.0 \(compatible; Speedy Spider; .*' => 157,
293
+ 'Mozilla/5\.0 \(compatible; YandexFavicons/.*' => 101,
294
+ 'Mozilla/5\.0 \(compatible; YandexMetrika/.*\)' => 85,
295
+ 'Mozilla/5\.0 \(compatible; YandexCatalog/.*\)' => 79,
296
+ 'Mozilla/5\.0 \(compatible; YandexAddurl/.*\)' => 76,
297
+ 'Mozilla/5\.0 \(compatible; YandexImages/.*\)' => 83,
298
+ 'Mozilla/5\.0 \(compatible; YandexDirect/.*\)' => 80,
299
+ 'Mozilla/5\.0 \(compatible; YandexCatalog/.*' => 99,
300
+ 'Mozilla/5\.0 \(compatible; YandexMetrika/.*' => 105,
301
+ 'DotBot/.* \(http\://www\.dotnetdotcom\.org/.*\)' => 149,
302
+ 'Mozilla/5\.0 \(compatible; YandexDirect/.*' => 100,
303
+ 'Mozilla/5\.0 \(compatible; YandexImages/.*' => 103,
304
+ 'Mozilla/5\.0 \(compatible; YandexBot/3\.0.*' => 111,
305
+ 'Mozilla/5\.0 \(compatible; YandexAddurl/.*' => 98,
306
+ 'Mozilla/5\.0 \(compatible; YandexVideo/.*\)' => 87,
307
+ 'Mozilla/5\.0 \(compatible; YandexBlogs/.*\)' => 77,
308
+ 'Mozilla/5\.0 \(compatible; YandexMedia/.*\)' => 84,
309
+ 'Yandex/1\.01\.001 \(compatible; Win16; .*\)' => 90,
310
+ 'Mozilla/5\.0 \(compatible; YandexMedia/.*' => 104,
311
+ 'Mozilla/5\.0 \(Randomized by FreeSafeIP.*' => 74,
312
+ 'Mozilla/5\.0 \(compatible; YandexNews/.*\)' => 86,
313
+ 'Mozilla/5\.0 \(compatible; YandexVideo/.*' => 107,
314
+ 'Mozilla/5\.0 \(compatible; YandexNews/.*' => 106,
315
+ 'Mozilla/5\.0 \(compatible; AhrefsBot/.*' => 55,
316
+ 'Mozilla/2\.0 \(compatible; Ask Jeeves\)' => 3,
317
+ 'Mozilla/5\.0 \(compatible; YandexBot/.*' => 112,
318
+ 'ConveraMultiMediaCrawler/0\.1.*' => 125,
319
+ 'XING\-contenttabreceiver/2\.0' => 161,
320
+ 'XING\-contenttabreceiver/.*' => 162,
321
+ 'http\://Anonymouse\.org/.*' => 73,
322
+ 'ConveraCrawler/0\.(\d).*' => 'a:6:{s:2:"@4";i:127;s:2:"@5";i:128;s:2:"@6";i:129;s:2:"@7";i:130;s:2:"@8";i:131;s:2:"@9";i:132;}',
323
+ '.*BecomeBot\@exava\.com.*' => 119,
324
+ 'ContextAd Bot 1\.0.*' => 139,
325
+ 'YandexSomething/.*' => 96,
326
+ 'Goldfire Server.*' => 114,
327
+ 'ConveraCrawler/.*' => 124,
328
+ 'ArchitextSpider.*' => 116,
329
+ 'Speedy Spider .*' => 159,
330
+ 'ContextAd Bot.*' => 140,
331
+ 'ApacheBench/.*' => 109,
332
+ 'YaDirectBot/.*' => 94,
333
+ 'CrawlConvera.*' => 126,
334
+ 'MonkeyCrawl/.*' => 120,
335
+ 'Anonymisiert.*' => 68,
336
+ '.*BecomeBot/.*' => 118,
337
+ 'Anonymizied.*' => 70,
338
+ 'Java/1\.(\d).*' => 'a:4:{s:2:"@4";i:142;s:2:"@5";i:143;s:2:"@6";i:144;s:2:"@7";i:145;}',
339
+ 'bitlybot/2\..*' => 154,
340
+ 'Anonymizer/.*' => 69,
341
+ 'adbeat_bot.*' => 58,
342
+ 'Anonymous/.*' => 72,
343
+ 'Anonymous.*' => 71,
344
+ 'Java/1\.17.*' => 146,
345
+ 'bitlybot.*' => 155,
346
+ 'niki\-bot' => 60,
347
+ 'Yandex/.*' => 95,
348
+ 'Java/.*' => 147,
349
+ '.*' => 163,
350
+
351
+ );
vendor/browscap/browscap-php/tests/data/buildCache/2.patterns.php ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ return array (
3
+ 'Mozilla/5\\.0 \\(.*Windows NT 6\\.(\\d).*Win64. x64.*\\) AppleWebKit/.* \\(KHTML, like Gecko\\) Chrome/.* Safari/.*; 360Spider.*' =>
4
+ array (
5
+ '@1' => 43,
6
+ '@2' => 46,
7
+ ),
8
+ 'Mozilla/5\\.0 \\(.*Windows NT (\\d)\\.(\\d).*WOW64.*\\) AppleWebKit/.* \\(KHTML, like Gecko\\) Chrome/.* Safari/.*; 360Spider.*' =>
9
+ array (
10
+ '@5|1' => 37,
11
+ '@5|2' => 39,
12
+ '@6|0' => 41,
13
+ '@6|1' => 44,
14
+ '@6|2' => 47,
15
+ ),
16
+ 'Mozilla/5\\.0 \\(.*Windows NT (\\d)\\.(\\d).*\\) AppleWebKit/.* \\(KHTML, like Gecko\\) Chrome/.* Safari/.*; 360Spider.*' =>
17
+ array (
18
+ '@5|1' => 38,
19
+ '@5|2' => 40,
20
+ '@6|0' => 42,
21
+ '@6|1' => 45,
22
+ '@6|2' => 48,
23
+ ),
24
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT (\\d)\\.(\\d);.*Win64. x64.*Trident/4\\.0.*\\).* 360Spider' =>
25
+ array (
26
+ '@5|1' => 8,
27
+ '@5|2' => 11,
28
+ '@6|0' => 15,
29
+ ),
30
+ 'Mozilla/5\\.0 \\(compatible; GrapeshotCrawler/2\\.0; \\+http\\://www\\.grapeshot\\.co\\.uk/crawler\\.php\\)' => 62,
31
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT 6\\.(\\d).*Win64. x64.*Trident/4\\.0.*\\).* 360Spider' =>
32
+ array (
33
+ '@1' => 18,
34
+ '@2' => 21,
35
+ ),
36
+ 'Mozilla/5\\.0 \\(compatible; GrapeshotCrawler/.*; \\+http\\://www\\.grapeshot\\.co\\.uk/crawler\\.php\\)' => 63,
37
+ 'Mozilla/5\\.0 \\(compatible; MSIE 9\\.0.*; .*Windows NT 6\\.(\\d).*Win64. x64.*Trident/5\\.0.* 360Spider' =>
38
+ array (
39
+ '@1' => 30,
40
+ '@2' => 33,
41
+ ),
42
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT 5\\.0; .*WOW64.*Trident/4\\.0.*\\).* 360Spider' => 5,
43
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT 5\\.2;.*Win64.*Trident/4\\.0.*\\).* 360Spider' => 14,
44
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT (\\d)\\.(\\d).*WOW64.*Trident/4\\.0.*\\).* 360Spider' =>
45
+ array (
46
+ '@5|1' => 9,
47
+ '@5|2' => 12,
48
+ '@6|0' => 16,
49
+ '@6|1' => 19,
50
+ '@6|2' => 22,
51
+ ),
52
+ 'Mozilla/5\\.0 \\(compatible; MSIE 9\\.0.*; .*Windows NT (\\d)\\.(\\d).*WOW64.*Trident/5\\.0.* 360Spider' =>
53
+ array (
54
+ '@5|1' => 24,
55
+ '@5|2' => 26,
56
+ '@6|0' => 28,
57
+ '@6|1' => 31,
58
+ '@6|2' => 34,
59
+ ),
60
+ 'Mozilla/5\\.0 \\(Windows; .; Windows NT 5\\.2; en\\-US; rv\\:1\\.9\\) Gecko VisualParser/3\\.0' => 97,
61
+ 'Mozilla/5\\.0 \\(compatible; DotBot/1\\.1; http\\://www\\.opensiteexplorer\\.org/dotbot.*\\)' => 151,
62
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT 5\\.01.*Trident/4\\.0.*\\).* 360Spider' => 6,
63
+ 'Mozilla/4\\.0 \\(compatible; MSIE 8\\.0.*; .*Windows NT (\\d)\\.(\\d).*Trident/4\\.0.*\\).* 360Spider' =>
64
+ array (
65
+ '@5|0' => 7,
66
+ '@5|1' => 10,
67
+ '@5|2' => 13,
68
+ '@6|0' => 17,
69
+ '@6|1' => 20,
70
+ '@6|2' => 23,
71
+ ),
72
+ 'Mozilla/5\\.0 \\(.*Linux x86.*\\) adbeat\\.com.* Gecko/.* Firefox/.*AppleWebKit/.*Safari/.*' => 57,
73
+ 'Mozilla/5\\.0 \\(compatible; DotBot/.*; http\\://www\\.opensiteexplorer\\.org/dotbot.*\\)' => 152,
74
+ 'Mozilla/5\\.0 \\(compatible; YandexZakladki/.*; Dyatel; \\+http\\://yandex\\.com/bots\\)' => 93,
75
+ 'Mozilla/5\\.0 \\(compatible; MSIE 9\\.0.*; .*Windows NT (\\d)\\.(\\d).*Trident/5\\.0.* 360Spider' =>
76
+ array (
77
+ '@5|1' => 25,
78
+ '@5|2' => 27,
79
+ '@6|0' => 29,
80
+ '@6|1' => 32,
81
+ '@6|2' => 35,
82
+ ),
83
+ 'Mozilla/5\\.0 \\(compatible; DotBot/.*; http\\://www\\.dotnetdotcom\\.org/.*\\)' => 150,
84
+ 'Mozilla/5\\.0 \\(compatible; grapeFX/0\\.9; crawler\\@grapeshot\\.co\\.uk' => 64,
85
+ 'Mozilla/4\\.0 \\(compatible; BOTW Feed Grabber; .*http\\://botw\\.org\\)' => 135,
86
+ 'Mozilla/5\\.0 \\(compatible; .*; http\\://www\\.80legs\\.com/.*\\) Gecko/.*' => 50,
87
+ 'Mozilla/5\\.0 \\(compatible; grapeFX/.*; crawler\\@grapeshot\\.co\\.uk' => 65,
88
+ 'Mozilla/4\\.0 \\(compatible; BOTW Feed Grabber.*http\\://botw\\.org\\)' => 134,
89
+ 'Mozilla/5\\.0 \\(Windows; .; Windows NT 5\\.1; .*\\) Speedy Spider .*' => 158,
90
+ 'Anonymisiert durch AlMiSoft Browser\\-Maulkorb \\(Anonymisier.*' => 67,
91
+ 'Mozilla/4\\.0 \\(compatible; BOTW Spider; .*http\\://botw\\.org\\)' => 136,
92
+ 'Mozilla/5\\.0 \\(compatible; YandexBot/.*; MirrorDetector.*\\)' => 78,
93
+ 'Mozilla/4\\.0 \\(compatible; BOTW Spider.*http\\://botw\\.org\\)' => 137,
94
+ 'Mozilla/5\\.0 \\(compatible; YandexBot/.*; MirrorDetector\\)' => 92,
95
+ 'Mozilla/5\\.0 \\(.*Windows NT 5\\.1.*\\) Firefox/.*; 360Spider.*' => 36,
96
+ 'Mozilla/5\\.0 \\(compatible; YandexImageResizer/.*\\)' => 82,
97
+ 'Mozilla/5\\.0 \\(compatible; YandexImageResizer/.*' => 102,
98
+ 'Mozilla/5\\.0 \\(compatible; BecomeJPBot/2\\.3; .*\\)' => 121,
99
+ 'Mozilla/4\\.0 \\(.*compatible.*;.*MSIE 5\\.0; YANDEX\\)' => 91,
100
+ 'Mozilla/5\\.0 \\(compatible; YandexWebmaster/.*\\)' => 88,
101
+ 'Mozilla/.\\.0 \\(compatible; Ask Jeeves/Teoma.*\\)' => 2,
102
+ 'Mozilla/5\\.0 \\(compatible; YandexZakladki/.*\\)' => 89,
103
+ 'Mozilla/5\\.0 \\(compatible; AhrefsBot/(\\d)\\.(\\d).*' =>
104
+ array (
105
+ '@3|1' => 52,
106
+ '@4|0' => 53,
107
+ '@5|0' => 54,
108
+ ),
109
+ 'Mozilla/5\\.0 \\(compatible; YandexFavicons/.*\\)' => 81,
110
+ 'Mozilla/5\\.0 \\(compatible; BecomeJPBot/2\\.3.*\\)' => 122,
111
+ 'Mozilla/5\\.0 \\(compatible; Speedy Spider; .*' => 157,
112
+ 'Mozilla/5\\.0 \\(compatible; YandexFavicons/.*' => 101,
113
+ 'Mozilla/5\\.0 \\(compatible; YandexMetrika/.*\\)' => 85,
114
+ 'Mozilla/5\\.0 \\(compatible; YandexCatalog/.*\\)' => 79,
115
+ 'Mozilla/5\\.0 \\(compatible; YandexAddurl/.*\\)' => 76,
116
+ 'Mozilla/5\\.0 \\(compatible; YandexImages/.*\\)' => 83,
117
+ 'Mozilla/5\\.0 \\(compatible; YandexDirect/.*\\)' => 80,
118
+ 'Mozilla/5\\.0 \\(compatible; YandexCatalog/.*' => 99,
119
+ 'Mozilla/5\\.0 \\(compatible; YandexMetrika/.*' => 105,
120
+ 'DotBot/.* \\(http\\://www\\.dotnetdotcom\\.org/.*\\)' => 149,
121
+ 'Mozilla/5\\.0 \\(compatible; YandexDirect/.*' => 100,
122
+ 'Mozilla/5\\.0 \\(compatible; YandexImages/.*' => 103,
123
+ 'Mozilla/5\\.0 \\(compatible; YandexBot/3\\.0.*' => 111,
124
+ 'Mozilla/5\\.0 \\(compatible; YandexAddurl/.*' => 98,
125
+ 'Mozilla/5\\.0 \\(compatible; YandexVideo/.*\\)' => 87,
126
+ 'Mozilla/5\\.0 \\(compatible; YandexBlogs/.*\\)' => 77,
127
+ 'Mozilla/5\\.0 \\(compatible; YandexMedia/.*\\)' => 84,
128
+ 'Yandex/1\\.01\\.001 \\(compatible; Win16; .*\\)' => 90,
129
+ 'Mozilla/5\\.0 \\(compatible; YandexMedia/.*' => 104,
130
+ 'Mozilla/5\\.0 \\(Randomized by FreeSafeIP.*' => 74,
131
+ 'Mozilla/5\\.0 \\(compatible; YandexNews/.*\\)' => 86,
132
+ 'Mozilla/5\\.0 \\(compatible; YandexVideo/.*' => 107,
133
+ 'Mozilla/5\\.0 \\(compatible; YandexNews/.*' => 106,
134
+ 'Mozilla/5\\.0 \\(compatible; AhrefsBot/.*' => 55,
135
+ 'Mozilla/2\\.0 \\(compatible; Ask Jeeves\\)' => 3,
136
+ 'Mozilla/5\\.0 \\(compatible; YandexBot/.*' => 112,
137
+ 'ConveraMultiMediaCrawler/0\\.1.*' => 125,
138
+ 'XING\\-contenttabreceiver/2\\.0' => 161,
139
+ 'XING\\-contenttabreceiver/.*' => 162,
140
+ 'http\\://Anonymouse\\.org/.*' => 73,
141
+ 'ConveraCrawler/0\\.(\\d).*' =>
142
+ array (
143
+ '@4' => 127,
144
+ '@5' => 128,
145
+ '@6' => 129,
146
+ '@7' => 130,
147
+ '@8' => 131,
148
+ '@9' => 132,
149
+ ),
150
+ '.*BecomeBot\\@exava\\.com.*' => 119,
151
+ 'ContextAd Bot 1\\.0.*' => 139,
152
+ 'YandexSomething/.*' => 96,
153
+ 'Goldfire Server.*' => 114,
154
+ 'ConveraCrawler/.*' => 124,
155
+ 'ArchitextSpider.*' => 116,
156
+ 'Speedy Spider .*' => 159,
157
+ 'ContextAd Bot.*' => 140,
158
+ 'ApacheBench/.*' => 109,
159
+ 'YaDirectBot/.*' => 94,
160
+ 'CrawlConvera.*' => 126,
161
+ 'MonkeyCrawl/.*' => 120,
162
+ 'Anonymisiert.*' => 68,
163
+ '.*BecomeBot/.*' => 118,
164
+ 'Anonymizied.*' => 70,
165
+ 'Java/1\\.(\\d).*' =>
166
+ array (
167
+ '@4' => 142,
168
+ '@5' => 143,
169
+ '@6' => 144,
170
+ '@7' => 145,
171
+ ),
172
+ 'bitlybot/2\\..*' => 154,
173
+ 'Anonymizer/.*' => 69,
174
+ 'adbeat_bot.*' => 58,
175
+ 'Anonymous/.*' => 72,
176
+ 'Anonymous.*' => 71,
177
+ 'Java/1\\.17.*' => 146,
178
+ 'bitlybot.*' => 155,
179
+ 'niki\\-bot' => 60,
180
+ 'Yandex/.*' => 95,
181
+ 'Java/.*' => 147,
182
+ '.*' => 163,
183
+ );
vendor/browscap/browscap-php/tests/data/buildCache/2.properties.php ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ return array (
3
+ 0 => 'browser_name',
4
+ 1 => 'browser_name_regex',
5
+ 2 => 'browser_name_pattern',
6
+ 3 => 'Parent',
7
+ 4 => 'Comment',
8
+ 5 => 'Browser',
9
+ 6 => 'Browser_Type',
10
+ 7 => 'Browser_Bits',
11
+ 8 => 'Browser_Maker',
12
+ 9 => 'Browser_Modus',
13
+ 10 => 'Version',
14
+ 11 => 'MajorVer',
15
+ 12 => 'MinorVer',
16
+ 13 => 'Platform',
17
+ 14 => 'Platform_Version',
18
+ 15 => 'Platform_Description',
19
+ 16 => 'Platform_Bits',
20
+ 17 => 'Platform_Maker',
21
+ 18 => 'Alpha',
22
+ 19 => 'Beta',
23
+ 20 => 'Win16',
24
+ 21 => 'Win32',
25
+ 22 => 'Win64',
26
+ 23 => 'Frames',
27
+ 24 => 'IFrames',
28
+ 25 => 'Tables',
29
+ 26 => 'Cookies',
30
+ 27 => 'BackgroundSounds',
31
+ 28 => 'JavaScript',
32
+ 29 => 'VBScript',
33
+ 30 => 'JavaApplets',
34
+ 31 => 'ActiveXControls',
35
+ 32 => 'isMobileDevice',
36
+ 33 => 'isTablet',
37
+ 34 => 'isSyndicationReader',
38
+ 35 => 'Crawler',
39
+ 36 => 'CssVersion',
40
+ 37 => 'AolVersion',
41
+ 38 => 'Device_Name',
42
+ 39 => 'Device_Maker',
43
+ 40 => 'Device_Type',
44
+ 41 => 'Device_Pointing_Method',
45
+ 42 => 'Device_Code_Name',
46
+ 43 => 'Device_Brand_Name',
47
+ 44 => 'RenderingEngine_Name',
48
+ 45 => 'RenderingEngine_Version',
49
+ 46 => 'RenderingEngine_Description',
50
+ 47 => 'RenderingEngine_Maker',
51
+ );
vendor/browscap/browscap-php/tests/data/buildCache/2.userAgents.php ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ return array (
3
+ '0.0' => 'DefaultProperties',
4
+ '1.0' => 'Ask',
5
+ '4.0' => '360Spider',
6
+ '49.0' => '80Legs',
7
+ '51.0' => 'AhrefsBot',
8
+ '56.0' => 'Adbeat',
9
+ '59.0' => 'NikiBot',
10
+ '61.0' => 'GrapeshotCrawler',
11
+ '66.0' => 'Anonymizied',
12
+ '75.0' => 'Yandex',
13
+ '108.0' => 'Apache Bench',
14
+ '110.0' => 'YandexBot',
15
+ '113.0' => 'Goldfire Server',
16
+ '115.0' => 'ArchitextSpider',
17
+ '117.0' => 'Become',
18
+ '123.0' => 'Convera',
19
+ '133.0' => 'Best of the Web',
20
+ '138.0' => 'ContextAd Bot',
21
+ '141.0' => 'Java Standard Library',
22
+ '148.0' => 'DotBot',
23
+ '153.0' => 'bitlybot',
24
+ '156.0' => 'Entireweb',
25
+ '160.0' => 'Xing',
26
+ );
vendor/browscap/browscap-php/tests/data/buildCache/2.version.php ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <?php
2
+ return '6000';
vendor/browscap/browscap-php/tests/data/testdata.ini ADDED
@@ -0,0 +1,1461 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ;;; Provided courtesy of http://browscap.org/
2
+ ;;; Created on Thursday, June 18, 2015 at 11:21 PM CEST
3
+ ;;; Keep up with the latest goings-on with the project:
4
+ ;;; Follow us on Twitter <https://twitter.com/browscap>, or...
5
+ ;;; Like us on Facebook <https://facebook.com/browscap>, or...
6
+ ;;; Collaborate on GitHub <https://github.com/browscap>, or...
7
+ ;;; Discuss on Google Groups <https://groups.google.com/forum/#!forum/browscap>.
8
+
9
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Browscap Version
10
+
11
+ [GJK_Browscap_Version]
12
+ Version=6000
13
+ Released=Thu, 18 Jun 2015 23:21:38 +0200
14
+ Format=php
15
+ Type=FULL
16
+
17
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; DefaultProperties
18
+
19
+ [DefaultProperties]
20
+ Comment="DefaultProperties"
21
+ Browser="DefaultProperties"
22
+ Browser_Type="unknown"
23
+ Browser_Bits="0"
24
+ Browser_Maker="unknown"
25
+ Browser_Modus="unknown"
26
+ Version="0.0"
27
+ MajorVer=0
28
+ MinorVer=0
29
+ Platform="unknown"
30
+ Platform_Version=unknown
31
+ Platform_Description="unknown"
32
+ Platform_Bits="0"
33
+ Platform_Maker="unknown"
34
+ Alpha="false"
35
+ Beta="false"
36
+ Win16="false"
37
+ Win32="false"
38
+ Win64="false"
39
+ Frames="false"
40
+ IFrames="false"
41
+ Tables="false"
42
+ Cookies="false"
43
+ BackgroundSounds="false"
44
+ JavaScript="false"
45
+ VBScript="false"
46
+ JavaApplets="false"
47
+ ActiveXControls="false"
48
+ isMobileDevice="false"
49
+ isTablet="false"
50
+ isSyndicationReader="false"
51
+ Crawler="false"
52
+ CssVersion=0
53
+ AolVersion=0
54
+ Device_Name="unknown"
55
+ Device_Maker="unknown"
56
+ Device_Type="unknown"
57
+ Device_Pointing_Method="unknown"
58
+ Device_Code_Name="unknown"
59
+ Device_Brand_Name="unknown"
60
+ RenderingEngine_Name="unknown"
61
+ RenderingEngine_Version=unknown
62
+ RenderingEngine_Description="unknown"
63
+ RenderingEngine_Maker="unknown"
64
+
65
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Ask
66
+
67
+ [Ask]
68
+ Parent="DefaultProperties"
69
+ Comment="Ask"
70
+ Browser="Ask"
71
+ Browser_Type="Bot/Crawler"
72
+ Browser_Maker="Ask.com"
73
+ Frames="true"
74
+ IFrames="true"
75
+ Tables="true"
76
+ Crawler="true"
77
+
78
+ [Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)]
79
+ Parent="Ask"
80
+ Browser="Teoma"
81
+
82
+ [Mozilla/2.0 (compatible; Ask Jeeves)]
83
+ Parent="Ask"
84
+ Browser="AskJeeves"
85
+
86
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 360Spider
87
+
88
+ [360Spider]
89
+ Parent="DefaultProperties"
90
+ Comment="360Spider"
91
+ Browser="360Spider"
92
+ Browser_Type="Bot/Crawler"
93
+ Browser_Maker="so.360.cn"
94
+ Frames="true"
95
+ IFrames="true"
96
+ Tables="true"
97
+ Crawler="true"
98
+
99
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.0; *WOW64*Trident/4.0*)* 360Spider]
100
+ Parent="360Spider"
101
+ Browser_Bits="32"
102
+ Platform="Win2000"
103
+ Platform_Version="5.0"
104
+ Platform_Description="Windows 2000"
105
+ Platform_Bits="64"
106
+ Platform_Maker="Microsoft Corporation"
107
+ Win64="true"
108
+ Device_Name="Windows Desktop"
109
+ Device_Maker="Various"
110
+ Device_Type="Desktop"
111
+ Device_Pointing_Method="mouse"
112
+ Device_Code_Name="Windows Desktop"
113
+
114
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.01*Trident/4.0*)* 360Spider]
115
+ Parent="360Spider"
116
+ Browser_Bits="32"
117
+ Platform="Win2000"
118
+ Platform_Version="5.01"
119
+ Platform_Description="Windows 2000"
120
+ Platform_Bits="32"
121
+ Platform_Maker="Microsoft Corporation"
122
+ Win32="true"
123
+ Device_Name="Windows Desktop"
124
+ Device_Maker="Various"
125
+ Device_Type="Desktop"
126
+ Device_Pointing_Method="mouse"
127
+ Device_Code_Name="Windows Desktop"
128
+
129
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.0*Trident/4.0*)* 360Spider]
130
+ Parent="360Spider"
131
+ Browser_Bits="32"
132
+ Platform="Win2000"
133
+ Platform_Version="5.0"
134
+ Platform_Description="Windows 2000"
135
+ Platform_Bits="32"
136
+ Platform_Maker="Microsoft Corporation"
137
+ Win32="true"
138
+ Device_Name="Windows Desktop"
139
+ Device_Maker="Various"
140
+ Device_Type="Desktop"
141
+ Device_Pointing_Method="mouse"
142
+ Device_Code_Name="Windows Desktop"
143
+
144
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.1;*Win64? x64*Trident/4.0*)* 360Spider]
145
+ Parent="360Spider"
146
+ Browser_Bits="64"
147
+ Platform="WinXP"
148
+ Platform_Version="5.1"
149
+ Platform_Description="Windows XP"
150
+ Platform_Bits="64"
151
+ Platform_Maker="Microsoft Corporation"
152
+ Win64="true"
153
+ Device_Name="Windows Desktop"
154
+ Device_Maker="Various"
155
+ Device_Type="Desktop"
156
+ Device_Pointing_Method="mouse"
157
+ Device_Code_Name="Windows Desktop"
158
+
159
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.1*WOW64*Trident/4.0*)* 360Spider]
160
+ Parent="360Spider"
161
+ Browser_Bits="32"
162
+ Platform="WinXP"
163
+ Platform_Version="5.1"
164
+ Platform_Description="Windows XP"
165
+ Platform_Bits="64"
166
+ Platform_Maker="Microsoft Corporation"
167
+ Win64="true"
168
+ Device_Name="Windows Desktop"
169
+ Device_Maker="Various"
170
+ Device_Type="Desktop"
171
+ Device_Pointing_Method="mouse"
172
+ Device_Code_Name="Windows Desktop"
173
+
174
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.1*Trident/4.0*)* 360Spider]
175
+ Parent="360Spider"
176
+ Browser_Bits="32"
177
+ Platform="WinXP"
178
+ Platform_Version="5.1"
179
+ Platform_Description="Windows XP"
180
+ Platform_Bits="32"
181
+ Platform_Maker="Microsoft Corporation"
182
+ Win32="true"
183
+ Device_Name="Windows Desktop"
184
+ Device_Maker="Various"
185
+ Device_Type="Desktop"
186
+ Device_Pointing_Method="mouse"
187
+ Device_Code_Name="Windows Desktop"
188
+
189
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.2;*Win64? x64*Trident/4.0*)* 360Spider]
190
+ Parent="360Spider"
191
+ Browser_Bits="64"
192
+ Platform="WinXP"
193
+ Platform_Version="5.2"
194
+ Platform_Description="Windows XP"
195
+ Platform_Bits="64"
196
+ Platform_Maker="Microsoft Corporation"
197
+ Win64="true"
198
+ Device_Name="Windows Desktop"
199
+ Device_Maker="Various"
200
+ Device_Type="Desktop"
201
+ Device_Pointing_Method="mouse"
202
+ Device_Code_Name="Windows Desktop"
203
+
204
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.2*WOW64*Trident/4.0*)* 360Spider]
205
+ Parent="360Spider"
206
+ Browser_Bits="32"
207
+ Platform="WinXP"
208
+ Platform_Version="5.2"
209
+ Platform_Description="Windows XP"
210
+ Platform_Bits="64"
211
+ Platform_Maker="Microsoft Corporation"
212
+ Win64="true"
213
+ Device_Name="Windows Desktop"
214
+ Device_Maker="Various"
215
+ Device_Type="Desktop"
216
+ Device_Pointing_Method="mouse"
217
+ Device_Code_Name="Windows Desktop"
218
+
219
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.2*Trident/4.0*)* 360Spider]
220
+ Parent="360Spider"
221
+ Browser_Bits="32"
222
+ Platform="WinXP"
223
+ Platform_Version="5.2"
224
+ Platform_Description="Windows XP"
225
+ Platform_Bits="32"
226
+ Platform_Maker="Microsoft Corporation"
227
+ Win32="true"
228
+ Device_Name="Windows Desktop"
229
+ Device_Maker="Various"
230
+ Device_Type="Desktop"
231
+ Device_Pointing_Method="mouse"
232
+ Device_Code_Name="Windows Desktop"
233
+
234
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 5.2;*Win64*Trident/4.0*)* 360Spider]
235
+ Parent="360Spider"
236
+ Browser_Bits="32"
237
+ Platform="WinXP"
238
+ Platform_Version="5.2"
239
+ Platform_Description="Windows XP"
240
+ Platform_Bits="64"
241
+ Platform_Maker="Microsoft Corporation"
242
+ Win64="true"
243
+ Device_Name="Windows Desktop"
244
+ Device_Maker="Various"
245
+ Device_Type="Desktop"
246
+ Device_Pointing_Method="mouse"
247
+ Device_Code_Name="Windows Desktop"
248
+
249
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 6.0;*Win64? x64*Trident/4.0*)* 360Spider]
250
+ Parent="360Spider"
251
+ Browser_Bits="64"
252
+ Platform="WinVista"
253
+ Platform_Version="6.0"
254
+ Platform_Description="Windows Vista"
255
+ Platform_Bits="64"
256
+ Platform_Maker="Microsoft Corporation"
257
+ Win64="true"
258
+ Device_Name="Windows Desktop"
259
+ Device_Maker="Various"
260
+ Device_Type="Desktop"
261
+ Device_Pointing_Method="mouse"
262
+ Device_Code_Name="Windows Desktop"
263
+
264
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 6.0*WOW64*Trident/4.0*)* 360Spider]
265
+ Parent="360Spider"
266
+ Browser_Bits="32"
267
+ Platform="WinVista"
268
+ Platform_Version="6.0"
269
+ Platform_Description="Windows Vista"
270
+ Platform_Bits="64"
271
+ Platform_Maker="Microsoft Corporation"
272
+ Win64="true"
273
+ Device_Name="Windows Desktop"
274
+ Device_Maker="Various"
275
+ Device_Type="Desktop"
276
+ Device_Pointing_Method="mouse"
277
+ Device_Code_Name="Windows Desktop"
278
+
279
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 6.0*Trident/4.0*)* 360Spider]
280
+ Parent="360Spider"
281
+ Browser_Bits="32"
282
+ Platform="WinVista"
283
+ Platform_Version="6.0"
284
+ Platform_Description="Windows Vista"
285
+ Platform_Bits="32"
286
+ Platform_Maker="Microsoft Corporation"
287
+ Win32="true"
288
+ Device_Name="Windows Desktop"
289
+ Device_Maker="Various"
290
+ Device_Type="Desktop"
291
+ Device_Pointing_Method="mouse"
292
+ Device_Code_Name="Windows Desktop"
293
+
294
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 6.1*Win64? x64*Trident/4.0*)* 360Spider]
295
+ Parent="360Spider"
296
+ Browser_Bits="64"
297
+ Platform="Win7"
298
+ Platform_Version="6.1"
299
+ Platform_Description="Windows 7"
300
+ Platform_Bits="64"
301
+ Platform_Maker="Microsoft Corporation"
302
+ Win64="true"
303
+ Device_Name="Windows Desktop"
304
+ Device_Maker="Various"
305
+ Device_Type="Desktop"
306
+ Device_Pointing_Method="mouse"
307
+ Device_Code_Name="Windows Desktop"
308
+
309
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 6.1*WOW64*Trident/4.0*)* 360Spider]
310
+ Parent="360Spider"
311
+ Browser_Bits="32"
312
+ Platform="Win7"
313
+ Platform_Version="6.1"
314
+ Platform_Description="Windows 7"
315
+ Platform_Bits="64"
316
+ Platform_Maker="Microsoft Corporation"
317
+ Win64="true"
318
+ Device_Name="Windows Desktop"
319
+ Device_Maker="Various"
320
+ Device_Type="Desktop"
321
+ Device_Pointing_Method="mouse"
322
+ Device_Code_Name="Windows Desktop"
323
+
324
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 6.1*Trident/4.0*)* 360Spider]
325
+ Parent="360Spider"
326
+ Browser_Bits="32"
327
+ Platform="Win7"
328
+ Platform_Version="6.1"
329
+ Platform_Description="Windows 7"
330
+ Platform_Bits="32"
331
+ Platform_Maker="Microsoft Corporation"
332
+ Win32="true"
333
+ Device_Name="Windows Desktop"
334
+ Device_Maker="Various"
335
+ Device_Type="Desktop"
336
+ Device_Pointing_Method="mouse"
337
+ Device_Code_Name="Windows Desktop"
338
+
339
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 6.2*Win64? x64*Trident/4.0*)* 360Spider]
340
+ Parent="360Spider"
341
+ Browser_Bits="64"
342
+ Platform="Win8"
343
+ Platform_Version="6.2"
344
+ Platform_Description="Windows 8"
345
+ Platform_Bits="64"
346
+ Platform_Maker="Microsoft Corporation"
347
+ Win64="true"
348
+ Device_Name="Windows Desktop"
349
+ Device_Maker="Various"
350
+ Device_Type="Desktop"
351
+ Device_Pointing_Method="mouse"
352
+ Device_Code_Name="Windows Desktop"
353
+
354
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 6.2*WOW64*Trident/4.0*)* 360Spider]
355
+ Parent="360Spider"
356
+ Browser_Bits="32"
357
+ Platform="Win8"
358
+ Platform_Version="6.2"
359
+ Platform_Description="Windows 8"
360
+ Platform_Bits="64"
361
+ Platform_Maker="Microsoft Corporation"
362
+ Win64="true"
363
+ Device_Name="Windows Desktop"
364
+ Device_Maker="Various"
365
+ Device_Type="Desktop"
366
+ Device_Pointing_Method="mouse"
367
+ Device_Code_Name="Windows Desktop"
368
+
369
+ [Mozilla/4.0 (compatible; MSIE 8.0*; *Windows NT 6.2*Trident/4.0*)* 360Spider]
370
+ Parent="360Spider"
371
+ Browser_Bits="32"
372
+ Platform="Win8"
373
+ Platform_Version="6.2"
374
+ Platform_Description="Windows 8"
375
+ Platform_Bits="32"
376
+ Platform_Maker="Microsoft Corporation"
377
+ Win32="true"
378
+ Device_Name="Windows Desktop"
379
+ Device_Maker="Various"
380
+ Device_Type="Desktop"
381
+ Device_Pointing_Method="mouse"
382
+ Device_Code_Name="Windows Desktop"
383
+
384
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 5.1*WOW64*Trident/5.0* 360Spider]
385
+ Parent="360Spider"
386
+ Browser_Bits="32"
387
+ Platform="WinXP"
388
+ Platform_Version="5.1"
389
+ Platform_Description="Windows XP"
390
+ Platform_Bits="64"
391
+ Platform_Maker="Microsoft Corporation"
392
+ Win64="true"
393
+ Device_Name="Windows Desktop"
394
+ Device_Maker="Various"
395
+ Device_Type="Desktop"
396
+ Device_Pointing_Method="mouse"
397
+ Device_Code_Name="Windows Desktop"
398
+
399
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 5.1*Trident/5.0* 360Spider]
400
+ Parent="360Spider"
401
+ Browser_Bits="32"
402
+ Platform="WinXP"
403
+ Platform_Version="5.1"
404
+ Platform_Description="Windows XP"
405
+ Platform_Bits="32"
406
+ Platform_Maker="Microsoft Corporation"
407
+ Win32="true"
408
+ Device_Name="Windows Desktop"
409
+ Device_Maker="Various"
410
+ Device_Type="Desktop"
411
+ Device_Pointing_Method="mouse"
412
+ Device_Code_Name="Windows Desktop"
413
+
414
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 5.2*WOW64*Trident/5.0* 360Spider]
415
+ Parent="360Spider"
416
+ Browser_Bits="32"
417
+ Platform="WinXP"
418
+ Platform_Version="5.2"
419
+ Platform_Description="Windows XP"
420
+ Platform_Bits="64"
421
+ Platform_Maker="Microsoft Corporation"
422
+ Win64="true"
423
+ Device_Name="Windows Desktop"
424
+ Device_Maker="Various"
425
+ Device_Type="Desktop"
426
+ Device_Pointing_Method="mouse"
427
+ Device_Code_Name="Windows Desktop"
428
+
429
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 5.2*Trident/5.0* 360Spider]
430
+ Parent="360Spider"
431
+ Browser_Bits="32"
432
+ Platform="WinXP"
433
+ Platform_Version="5.2"
434
+ Platform_Description="Windows XP"
435
+ Platform_Bits="32"
436
+ Platform_Maker="Microsoft Corporation"
437
+ Win32="true"
438
+ Device_Name="Windows Desktop"
439
+ Device_Maker="Various"
440
+ Device_Type="Desktop"
441
+ Device_Pointing_Method="mouse"
442
+ Device_Code_Name="Windows Desktop"
443
+
444
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 6.0*WOW64*Trident/5.0* 360Spider]
445
+ Parent="360Spider"
446
+ Browser_Bits="32"
447
+ Platform="WinVista"
448
+ Platform_Version="6.0"
449
+ Platform_Description="Windows Vista"
450
+ Platform_Bits="64"
451
+ Platform_Maker="Microsoft Corporation"
452
+ Win64="true"
453
+ Device_Name="Windows Desktop"
454
+ Device_Maker="Various"
455
+ Device_Type="Desktop"
456
+ Device_Pointing_Method="mouse"
457
+ Device_Code_Name="Windows Desktop"
458
+
459
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 6.0*Trident/5.0* 360Spider]
460
+ Parent="360Spider"
461
+ Browser_Bits="32"
462
+ Platform="WinVista"
463
+ Platform_Version="6.0"
464
+ Platform_Description="Windows Vista"
465
+ Platform_Bits="32"
466
+ Platform_Maker="Microsoft Corporation"
467
+ Win32="true"
468
+ Device_Name="Windows Desktop"
469
+ Device_Maker="Various"
470
+ Device_Type="Desktop"
471
+ Device_Pointing_Method="mouse"
472
+ Device_Code_Name="Windows Desktop"
473
+
474
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 6.1*Win64? x64*Trident/5.0* 360Spider]
475
+ Parent="360Spider"
476
+ Browser_Bits="64"
477
+ Platform="Win7"
478
+ Platform_Version="6.1"
479
+ Platform_Description="Windows 7"
480
+ Platform_Bits="64"
481
+ Platform_Maker="Microsoft Corporation"
482
+ Win64="true"
483
+ Device_Name="Windows Desktop"
484
+ Device_Maker="Various"
485
+ Device_Type="Desktop"
486
+ Device_Pointing_Method="mouse"
487
+ Device_Code_Name="Windows Desktop"
488
+
489
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 6.1*WOW64*Trident/5.0* 360Spider]
490
+ Parent="360Spider"
491
+ Browser_Bits="32"
492
+ Platform="Win7"
493
+ Platform_Version="6.1"
494
+ Platform_Description="Windows 7"
495
+ Platform_Bits="64"
496
+ Platform_Maker="Microsoft Corporation"
497
+ Win64="true"
498
+ Device_Name="Windows Desktop"
499
+ Device_Maker="Various"
500
+ Device_Type="Desktop"
501
+ Device_Pointing_Method="mouse"
502
+ Device_Code_Name="Windows Desktop"
503
+
504
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 6.1*Trident/5.0* 360Spider]
505
+ Parent="360Spider"
506
+ Browser_Bits="32"
507
+ Platform="Win7"
508
+ Platform_Version="6.1"
509
+ Platform_Description="Windows 7"
510
+ Platform_Bits="32"
511
+ Platform_Maker="Microsoft Corporation"
512
+ Win32="true"
513
+ Device_Name="Windows Desktop"
514
+ Device_Maker="Various"
515
+ Device_Type="Desktop"
516
+ Device_Pointing_Method="mouse"
517
+ Device_Code_Name="Windows Desktop"
518
+
519
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 6.2*Win64? x64*Trident/5.0* 360Spider]
520
+ Parent="360Spider"
521
+ Browser_Bits="64"
522
+ Platform="Win8"
523
+ Platform_Version="6.2"
524
+ Platform_Description="Windows 8"
525
+ Platform_Bits="64"
526
+ Platform_Maker="Microsoft Corporation"
527
+ Win64="true"
528
+ Device_Name="Windows Desktop"
529
+ Device_Maker="Various"
530
+ Device_Type="Desktop"
531
+ Device_Pointing_Method="mouse"
532
+ Device_Code_Name="Windows Desktop"
533
+
534
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 6.2*WOW64*Trident/5.0* 360Spider]
535
+ Parent="360Spider"
536
+ Browser_Bits="32"
537
+ Platform="Win8"
538
+ Platform_Version="6.2"
539
+ Platform_Description="Windows 8"
540
+ Platform_Bits="64"
541
+ Platform_Maker="Microsoft Corporation"
542
+ Win64="true"
543
+ Device_Name="Windows Desktop"
544
+ Device_Maker="Various"
545
+ Device_Type="Desktop"
546
+ Device_Pointing_Method="mouse"
547
+ Device_Code_Name="Windows Desktop"
548
+
549
+ [Mozilla/5.0 (compatible; MSIE 9.0*; *Windows NT 6.2*Trident/5.0* 360Spider]
550
+ Parent="360Spider"
551
+ Browser_Bits="32"
552
+ Platform="Win8"
553
+ Platform_Version="6.2"
554
+ Platform_Description="Windows 8"
555
+ Platform_Bits="32"
556
+ Platform_Maker="Microsoft Corporation"
557
+ Win32="true"
558
+ Device_Name="Windows Desktop"
559
+ Device_Maker="Various"
560
+ Device_Type="Desktop"
561
+ Device_Pointing_Method="mouse"
562
+ Device_Code_Name="Windows Desktop"
563
+
564
+ [Mozilla/5.0 (*Windows NT 5.1*) Firefox/*; 360Spider*]
565
+ Parent="360Spider"
566
+ Browser_Bits="32"
567
+ Platform="WinXP"
568
+ Platform_Version="5.1"
569
+ Platform_Description="Windows XP"
570
+ Platform_Bits="32"
571
+ Platform_Maker="Microsoft Corporation"
572
+ Win32="true"
573
+ Device_Name="Windows Desktop"
574
+ Device_Maker="Various"
575
+ Device_Type="Desktop"
576
+ Device_Pointing_Method="mouse"
577
+ Device_Code_Name="Windows Desktop"
578
+
579
+ [Mozilla/5.0 (*Windows NT 5.1*WOW64*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
580
+ Parent="360Spider"
581
+ Browser_Bits="32"
582
+ Platform="WinXP"
583
+ Platform_Version="5.1"
584
+ Platform_Description="Windows XP"
585
+ Platform_Bits="64"
586
+ Platform_Maker="Microsoft Corporation"
587
+ Win64="true"
588
+ JavaApplets="true"
589
+ Device_Name="Windows Desktop"
590
+ Device_Maker="Various"
591
+ Device_Type="Desktop"
592
+ Device_Pointing_Method="mouse"
593
+ Device_Code_Name="Windows Desktop"
594
+ RenderingEngine_Name="WebKit"
595
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
596
+ RenderingEngine_Maker="Apple Inc"
597
+
598
+ [Mozilla/5.0 (*Windows NT 5.1*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
599
+ Parent="360Spider"
600
+ Browser_Bits="32"
601
+ Platform="WinXP"
602
+ Platform_Version="5.1"
603
+ Platform_Description="Windows XP"
604
+ Platform_Bits="32"
605
+ Platform_Maker="Microsoft Corporation"
606
+ Win32="true"
607
+ JavaApplets="true"
608
+ Device_Name="Windows Desktop"
609
+ Device_Maker="Various"
610
+ Device_Type="Desktop"
611
+ Device_Pointing_Method="mouse"
612
+ Device_Code_Name="Windows Desktop"
613
+ RenderingEngine_Name="WebKit"
614
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
615
+ RenderingEngine_Maker="Apple Inc"
616
+
617
+ [Mozilla/5.0 (*Windows NT 5.2*WOW64*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
618
+ Parent="360Spider"
619
+ Browser_Bits="32"
620
+ Platform="WinXP"
621
+ Platform_Version="5.2"
622
+ Platform_Description="Windows XP"
623
+ Platform_Bits="64"
624
+ Platform_Maker="Microsoft Corporation"
625
+ Win64="true"
626
+ JavaApplets="true"
627
+ Device_Name="Windows Desktop"
628
+ Device_Maker="Various"
629
+ Device_Type="Desktop"
630
+ Device_Pointing_Method="mouse"
631
+ Device_Code_Name="Windows Desktop"
632
+ RenderingEngine_Name="WebKit"
633
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
634
+ RenderingEngine_Maker="Apple Inc"
635
+
636
+ [Mozilla/5.0 (*Windows NT 5.2*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
637
+ Parent="360Spider"
638
+ Browser_Bits="32"
639
+ Platform="WinXP"
640
+ Platform_Version="5.2"
641
+ Platform_Description="Windows XP"
642
+ Platform_Bits="32"
643
+ Platform_Maker="Microsoft Corporation"
644
+ Win32="true"
645
+ JavaApplets="true"
646
+ Device_Name="Windows Desktop"
647
+ Device_Maker="Various"
648
+ Device_Type="Desktop"
649
+ Device_Pointing_Method="mouse"
650
+ Device_Code_Name="Windows Desktop"
651
+ RenderingEngine_Name="WebKit"
652
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
653
+ RenderingEngine_Maker="Apple Inc"
654
+
655
+ [Mozilla/5.0 (*Windows NT 6.0*WOW64*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
656
+ Parent="360Spider"
657
+ Browser_Bits="32"
658
+ Platform="WinVista"
659
+ Platform_Version="6.0"
660
+ Platform_Description="Windows Vista"
661
+ Platform_Bits="64"
662
+ Platform_Maker="Microsoft Corporation"
663
+ Win64="true"
664
+ JavaApplets="true"
665
+ Device_Name="Windows Desktop"
666
+ Device_Maker="Various"
667
+ Device_Type="Desktop"
668
+ Device_Pointing_Method="mouse"
669
+ Device_Code_Name="Windows Desktop"
670
+ RenderingEngine_Name="WebKit"
671
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
672
+ RenderingEngine_Maker="Apple Inc"
673
+
674
+ [Mozilla/5.0 (*Windows NT 6.0*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
675
+ Parent="360Spider"
676
+ Browser_Bits="32"
677
+ Platform="WinVista"
678
+ Platform_Version="6.0"
679
+ Platform_Description="Windows Vista"
680
+ Platform_Bits="32"
681
+ Platform_Maker="Microsoft Corporation"
682
+ Win32="true"
683
+ JavaApplets="true"
684
+ Device_Name="Windows Desktop"
685
+ Device_Maker="Various"
686
+ Device_Type="Desktop"
687
+ Device_Pointing_Method="mouse"
688
+ Device_Code_Name="Windows Desktop"
689
+ RenderingEngine_Name="WebKit"
690
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
691
+ RenderingEngine_Maker="Apple Inc"
692
+
693
+ [Mozilla/5.0 (*Windows NT 6.1*Win64? x64*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
694
+ Parent="360Spider"
695
+ Browser_Bits="64"
696
+ Platform="Win7"
697
+ Platform_Version="6.1"
698
+ Platform_Description="Windows 7"
699
+ Platform_Bits="64"
700
+ Platform_Maker="Microsoft Corporation"
701
+ Win64="true"
702
+ JavaApplets="true"
703
+ Device_Name="Windows Desktop"
704
+ Device_Maker="Various"
705
+ Device_Type="Desktop"
706
+ Device_Pointing_Method="mouse"
707
+ Device_Code_Name="Windows Desktop"
708
+ RenderingEngine_Name="WebKit"
709
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
710
+ RenderingEngine_Maker="Apple Inc"
711
+
712
+ [Mozilla/5.0 (*Windows NT 6.1*WOW64*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
713
+ Parent="360Spider"
714
+ Browser_Bits="32"
715
+ Platform="Win7"
716
+ Platform_Version="6.1"
717
+ Platform_Description="Windows 7"
718
+ Platform_Bits="64"
719
+ Platform_Maker="Microsoft Corporation"
720
+ Win64="true"
721
+ JavaApplets="true"
722
+ Device_Name="Windows Desktop"
723
+ Device_Maker="Various"
724
+ Device_Type="Desktop"
725
+ Device_Pointing_Method="mouse"
726
+ Device_Code_Name="Windows Desktop"
727
+ RenderingEngine_Name="WebKit"
728
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
729
+ RenderingEngine_Maker="Apple Inc"
730
+
731
+ [Mozilla/5.0 (*Windows NT 6.1*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
732
+ Parent="360Spider"
733
+ Browser_Bits="32"
734
+ Platform="Win7"
735
+ Platform_Version="6.1"
736
+ Platform_Description="Windows 7"
737
+ Platform_Bits="32"
738
+ Platform_Maker="Microsoft Corporation"
739
+ Win32="true"
740
+ JavaApplets="true"
741
+ Device_Name="Windows Desktop"
742
+ Device_Maker="Various"
743
+ Device_Type="Desktop"
744
+ Device_Pointing_Method="mouse"
745
+ Device_Code_Name="Windows Desktop"
746
+ RenderingEngine_Name="WebKit"
747
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
748
+ RenderingEngine_Maker="Apple Inc"
749
+
750
+ [Mozilla/5.0 (*Windows NT 6.2*Win64? x64*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
751
+ Parent="360Spider"
752
+ Browser_Bits="64"
753
+ Platform="Win8"
754
+ Platform_Version="6.2"
755
+ Platform_Description="Windows 8"
756
+ Platform_Bits="64"
757
+ Platform_Maker="Microsoft Corporation"
758
+ Win64="true"
759
+ JavaApplets="true"
760
+ Device_Name="Windows Desktop"
761
+ Device_Maker="Various"
762
+ Device_Type="Desktop"
763
+ Device_Pointing_Method="mouse"
764
+ Device_Code_Name="Windows Desktop"
765
+ RenderingEngine_Name="WebKit"
766
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
767
+ RenderingEngine_Maker="Apple Inc"
768
+
769
+ [Mozilla/5.0 (*Windows NT 6.2*WOW64*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
770
+ Parent="360Spider"
771
+ Browser_Bits="32"
772
+ Platform="Win8"
773
+ Platform_Version="6.2"
774
+ Platform_Description="Windows 8"
775
+ Platform_Bits="64"
776
+ Platform_Maker="Microsoft Corporation"
777
+ Win64="true"
778
+ JavaApplets="true"
779
+ Device_Name="Windows Desktop"
780
+ Device_Maker="Various"
781
+ Device_Type="Desktop"
782
+ Device_Pointing_Method="mouse"
783
+ Device_Code_Name="Windows Desktop"
784
+ RenderingEngine_Name="WebKit"
785
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
786
+ RenderingEngine_Maker="Apple Inc"
787
+
788
+ [Mozilla/5.0 (*Windows NT 6.2*) AppleWebKit/* (KHTML, like Gecko) Chrome/* Safari/*; 360Spider*]
789
+ Parent="360Spider"
790
+ Browser_Bits="32"
791
+ Platform="Win8"
792
+ Platform_Version="6.2"
793
+ Platform_Description="Windows 8"
794
+ Platform_Bits="32"
795
+ Platform_Maker="Microsoft Corporation"
796
+ Win32="true"
797
+ JavaApplets="true"
798
+ Device_Name="Windows Desktop"
799
+ Device_Maker="Various"
800
+ Device_Type="Desktop"
801
+ Device_Pointing_Method="mouse"
802
+ Device_Code_Name="Windows Desktop"
803
+ RenderingEngine_Name="WebKit"
804
+ RenderingEngine_Description="For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3."
805
+ RenderingEngine_Maker="Apple Inc"
806
+
807
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 80Legs
808
+
809
+ [80Legs]
810
+ Parent="DefaultProperties"
811
+ Comment="80Legs"
812
+ Browser="80Legs"
813
+ Browser_Type="Bot/Crawler"
814
+ Frames="true"
815
+ IFrames="true"
816
+ Tables="true"
817
+ Crawler="true"
818
+
819
+ [Mozilla/5.0 (compatible; *; http://www.80legs.com/*) Gecko/*]
820
+ Parent="80Legs"
821
+
822
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; AhrefsBot
823
+
824
+ [AhrefsBot]
825
+ Parent="DefaultProperties"
826
+ Comment="AhrefsBot"
827
+ Browser="AhrefsBot"
828
+ Browser_Type="Bot/Crawler"
829
+ Browser_Maker="Ahrefs Pte Ltd"
830
+ Crawler="true"
831
+
832
+ [Mozilla/5.0 (compatible; AhrefsBot/3.1*]
833
+ Parent="AhrefsBot"
834
+ Version="3.1"
835
+ MajorVer=3
836
+ MinorVer=1
837
+
838
+ [Mozilla/5.0 (compatible; AhrefsBot/4.0*]
839
+ Parent="AhrefsBot"
840
+ Version="4.0"
841
+ MajorVer=4
842
+
843
+ [Mozilla/5.0 (compatible; AhrefsBot/5.0*]
844
+ Parent="AhrefsBot"
845
+ Version="5.0"
846
+ MajorVer=5
847
+
848
+ [Mozilla/5.0 (compatible; AhrefsBot/*]
849
+ Parent="AhrefsBot"
850
+
851
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Adbeat
852
+
853
+ [Adbeat]
854
+ Parent="DefaultProperties"
855
+ Comment="Adbeat"
856
+ Browser="Adbeat Bot"
857
+ Browser_Type="Bot/Crawler"
858
+ Browser_Maker="adbeat.com"
859
+ Crawler="true"
860
+
861
+ [Mozilla/5.0 (*Linux x86*) adbeat.com* Gecko/* Firefox/*AppleWebKit/*Safari/*]
862
+ Parent="Adbeat"
863
+ Browser_Bits="32"
864
+ Platform="Linux"
865
+ Platform_Description="Linux"
866
+ Platform_Bits="32"
867
+ Platform_Maker="Linux Foundation"
868
+ Device_Name="Linux Desktop"
869
+ Device_Maker="Various"
870
+ Device_Type="Desktop"
871
+ Device_Pointing_Method="mouse"
872
+ Device_Code_Name="Linux Desktop"
873
+
874
+ [adbeat_bot*]
875
+ Parent="Adbeat"
876
+
877
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; NikiBot
878
+
879
+ [NikiBot]
880
+ Parent="DefaultProperties"
881
+ Comment="NikiBot"
882
+ Browser="NikiBot"
883
+ Browser_Type="Bot/Crawler"
884
+ Frames="true"
885
+ IFrames="true"
886
+ Tables="true"
887
+ Crawler="true"
888
+
889
+ [niki-bot]
890
+ Parent="NikiBot"
891
+
892
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; GrapeshotCrawler
893
+
894
+ [GrapeshotCrawler]
895
+ Parent="DefaultProperties"
896
+ Comment="GrapeshotCrawler"
897
+ Browser="GrapeshotCrawler"
898
+ Browser_Type="Bot/Crawler"
899
+ Frames="true"
900
+ IFrames="true"
901
+ Tables="true"
902
+ Crawler="true"
903
+
904
+ [Mozilla/5.0 (compatible; GrapeshotCrawler/2.0; +http://www.grapeshot.co.uk/crawler.php)]
905
+ Parent="GrapeshotCrawler"
906
+ Version="2.0"
907
+ MajorVer=2
908
+
909
+ [Mozilla/5.0 (compatible; GrapeshotCrawler/*; +http://www.grapeshot.co.uk/crawler.php)]
910
+ Parent="GrapeshotCrawler"
911
+
912
+ [Mozilla/5.0 (compatible; grapeFX/0.9; crawler@grapeshot.co.uk]
913
+ Parent="GrapeshotCrawler"
914
+ Browser="grapeFX"
915
+ Version="0.9"
916
+ MinorVer=9
917
+
918
+ [Mozilla/5.0 (compatible; grapeFX/*; crawler@grapeshot.co.uk]
919
+ Parent="GrapeshotCrawler"
920
+ Browser="grapeFX"
921
+
922
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Anonymizied
923
+
924
+ [Anonymizied]
925
+ Parent="DefaultProperties"
926
+ Comment="Anonymizied"
927
+ Browser="Anonymizied"
928
+ Browser_Type="Bot/Crawler"
929
+ Crawler="true"
930
+
931
+ [Anonymisiert durch AlMiSoft Browser-Maulkorb (Anonymisier*]
932
+ Parent="Anonymizied"
933
+
934
+ [Anonymisiert*]
935
+ Parent="Anonymizied"
936
+
937
+ [Anonymizer/*]
938
+ Parent="Anonymizied"
939
+
940
+ [Anonymizied*]
941
+ Parent="Anonymizied"
942
+
943
+ [Anonymous*]
944
+ Parent="Anonymizied"
945
+
946
+ [Anonymous/*]
947
+ Parent="Anonymizied"
948
+
949
+ [http://Anonymouse.org/*]
950
+ Parent="Anonymizied"
951
+
952
+ [Mozilla/5.0 (Randomized by FreeSafeIP*]
953
+ Parent="Anonymizied"
954
+
955
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Yandex
956
+
957
+ [Yandex]
958
+ Parent="DefaultProperties"
959
+ Comment="Yandex"
960
+ Browser="Yandex"
961
+ Browser_Type="Bot/Crawler"
962
+ Browser_Maker="Yandex"
963
+ Frames="true"
964
+ IFrames="true"
965
+ Tables="true"
966
+ Crawler="true"
967
+
968
+ [Mozilla/5.0 (compatible; YandexAddurl/*)]
969
+ Parent="Yandex"
970
+ Browser="YandexAddURL"
971
+
972
+ [Mozilla/5.0 (compatible; YandexBlogs/*)]
973
+ Parent="Yandex"
974
+ Browser="YandexBlogs"
975
+
976
+ [Mozilla/5.0 (compatible; YandexBot/*; MirrorDetector*)]
977
+ Parent="Yandex"
978
+ Browser="Yandex MirrorDetector"
979
+
980
+ [Mozilla/5.0 (compatible; YandexCatalog/*)]
981
+ Parent="Yandex"
982
+ Browser="YandexCatalog"
983
+
984
+ [Mozilla/5.0 (compatible; YandexDirect/*)]
985
+ Parent="Yandex"
986
+ Browser="YandexDirect-Dyatel"
987
+
988
+ [Mozilla/5.0 (compatible; YandexFavicons/*)]
989
+ Parent="Yandex"
990
+ Browser="YandexFavicons"
991
+
992
+ [Mozilla/5.0 (compatible; YandexImageResizer/*)]
993
+ Parent="Yandex"
994
+ Browser="YandexImageResizer"
995
+
996
+ [Mozilla/5.0 (compatible; YandexImages/*)]
997
+ Parent="Yandex"
998
+ Browser="YandexImages"
999
+
1000
+ [Mozilla/5.0 (compatible; YandexMedia/*)]
1001
+ Parent="Yandex"
1002
+ Browser="YandexMedia"
1003
+
1004
+ [Mozilla/5.0 (compatible; YandexMetrika/*)]
1005
+ Parent="Yandex"
1006
+ Browser="YandexMetrika"
1007
+
1008
+ [Mozilla/5.0 (compatible; YandexNews/*)]
1009
+ Parent="Yandex"
1010
+ Browser="YandexNews"
1011
+
1012
+ [Mozilla/5.0 (compatible; YandexVideo/*)]
1013
+ Parent="Yandex"
1014
+ Browser="YandexVideo"
1015
+
1016
+ [Mozilla/5.0 (compatible; YandexWebmaster/*)]
1017
+ Parent="Yandex"
1018
+ Browser="YandexWebmaster"
1019
+
1020
+ [Mozilla/5.0 (compatible; YandexZakladki/*)]
1021
+ Parent="Yandex"
1022
+ Browser="YandexZakladki"
1023
+
1024
+ [Yandex/1.01.001 (compatible; Win16; *)]
1025
+ Parent="Yandex"
1026
+
1027
+ [Mozilla/4.0 (*compatible*;*MSIE 5.0; YANDEX)]
1028
+ Parent="Yandex"
1029
+
1030
+ [Mozilla/5.0 (compatible; YandexBot/*; MirrorDetector)]
1031
+ Parent="Yandex"
1032
+
1033
+ [Mozilla/5.0 (compatible; YandexZakladki/*; Dyatel; +http://yandex.com/bots)]
1034
+ Parent="Yandex"
1035
+
1036
+ [YaDirectBot/*]
1037
+ Parent="Yandex"
1038
+
1039
+ [Yandex/*]
1040
+ Parent="Yandex"
1041
+
1042
+ [YandexSomething/*]
1043
+ Parent="Yandex"
1044
+
1045
+ [Mozilla/5.0 (Windows; ?; Windows NT 5.2; en-US; rv:1.9) Gecko VisualParser/3.0]
1046
+ Parent="Yandex"
1047
+ Browser_Bits="32"
1048
+ Platform="WinXP"
1049
+ Platform_Version="5.2"
1050
+ Platform_Description="Windows XP"
1051
+ Platform_Bits="32"
1052
+ Platform_Maker="Microsoft Corporation"
1053
+ Win32="true"
1054
+
1055
+ [Mozilla/5.0 (compatible; YandexAddurl/*]
1056
+ Parent="Yandex"
1057
+ Browser="YandexAddURL"
1058
+
1059
+ [Mozilla/5.0 (compatible; YandexCatalog/*]
1060
+ Parent="Yandex"
1061
+ Browser="YandexCatalog"
1062
+
1063
+ [Mozilla/5.0 (compatible; YandexDirect/*]
1064
+ Parent="Yandex"
1065
+ Browser="YandexDirect-Dyatel"
1066
+
1067
+ [Mozilla/5.0 (compatible; YandexFavicons/*]
1068
+ Parent="Yandex"
1069
+ Browser="YandexFavicons"
1070
+
1071
+ [Mozilla/5.0 (compatible; YandexImageResizer/*]
1072
+ Parent="Yandex"
1073
+ Browser="YandexImageResizer"
1074
+
1075
+ [Mozilla/5.0 (compatible; YandexImages/*]
1076
+ Parent="Yandex"
1077
+ Browser="YandexImages"
1078
+
1079
+ [Mozilla/5.0 (compatible; YandexMedia/*]
1080
+ Parent="Yandex"
1081
+ Browser="YandexMedia"
1082
+
1083
+ [Mozilla/5.0 (compatible; YandexMetrika/*]
1084
+ Parent="Yandex"
1085
+ Browser="YandexMetrika"
1086
+
1087
+ [Mozilla/5.0 (compatible; YandexNews/*]
1088
+ Parent="Yandex"
1089
+ Browser="YandexNews"
1090
+
1091
+ [Mozilla/5.0 (compatible; YandexVideo/*]
1092
+ Parent="Yandex"
1093
+ Browser="YandexVideo"
1094
+
1095
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Apache Bench
1096
+
1097
+ [Apache Bench]
1098
+ Parent="DefaultProperties"
1099
+ Comment="Apache Bench"
1100
+ Browser="Apache Bench"
1101
+ Browser_Type="Bot/Crawler"
1102
+ Browser_Maker="Apache Foundation"
1103
+ Frames="true"
1104
+ IFrames="true"
1105
+ Tables="true"
1106
+ Crawler="true"
1107
+
1108
+ [ApacheBench/*]
1109
+ Parent="Apache Bench"
1110
+
1111
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; YandexBot
1112
+
1113
+ [YandexBot]
1114
+ Parent="DefaultProperties"
1115
+ Comment="YandexBot"
1116
+ Browser="YandexBot"
1117
+ Browser_Type="Bot/Crawler"
1118
+ Browser_Maker="Yandex"
1119
+ Frames="true"
1120
+ IFrames="true"
1121
+ Tables="true"
1122
+ Crawler="true"
1123
+
1124
+ [Mozilla/5.0 (compatible; YandexBot/3.0*]
1125
+ Parent="YandexBot"
1126
+ Version="3.0"
1127
+ MajorVer=3
1128
+
1129
+ [Mozilla/5.0 (compatible; YandexBot/*]
1130
+ Parent="YandexBot"
1131
+
1132
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Goldfire Server
1133
+
1134
+ [Goldfire Server]
1135
+ Parent="DefaultProperties"
1136
+ Comment="Goldfire Server"
1137
+ Browser="Goldfire Server"
1138
+ Browser_Type="Bot/Crawler"
1139
+ Browser_Maker="Invention Machine Corporation"
1140
+ Frames="true"
1141
+ IFrames="true"
1142
+ Tables="true"
1143
+ Crawler="true"
1144
+
1145
+ [Goldfire Server*]
1146
+ Parent="Goldfire Server"
1147
+
1148
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ArchitextSpider
1149
+
1150
+ [ArchitextSpider]
1151
+ Parent="DefaultProperties"
1152
+ Comment="ArchitextSpider"
1153
+ Browser="ArchitextSpider"
1154
+ Browser_Type="Bot/Crawler"
1155
+ Frames="true"
1156
+ IFrames="true"
1157
+ Tables="true"
1158
+ Crawler="true"
1159
+
1160
+ [ArchitextSpider*]
1161
+ Parent="ArchitextSpider"
1162
+
1163
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Become
1164
+
1165
+ [Become]
1166
+ Parent="DefaultProperties"
1167
+ Comment="Become"
1168
+ Browser="Become"
1169
+ Browser_Type="Bot/Crawler"
1170
+ isSyndicationReader="true"
1171
+ Crawler="true"
1172
+
1173
+ [*BecomeBot/*]
1174
+ Parent="Become"
1175
+ Browser="BecomeBot"
1176
+
1177
+ [*BecomeBot@exava.com*]
1178
+ Parent="Become"
1179
+ Browser="BecomeBot"
1180
+
1181
+ [MonkeyCrawl/*]
1182
+ Parent="Become"
1183
+ Browser="MonkeyCrawl"
1184
+
1185
+ [Mozilla/5.0 (compatible; BecomeJPBot/2.3; *)]
1186
+ Parent="Become"
1187
+ Browser="BecomeJPBot"
1188
+
1189
+ [Mozilla/5.0 (compatible; BecomeJPBot/2.3*)]
1190
+ Parent="Become"
1191
+ Browser="BecomeJPBot"
1192
+
1193
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Convera
1194
+
1195
+ [Convera]
1196
+ Parent="DefaultProperties"
1197
+ Comment="Convera"
1198
+ Browser="Convera"
1199
+ Browser_Type="Bot/Crawler"
1200
+ Frames="true"
1201
+ Tables="true"
1202
+ Crawler="true"
1203
+
1204
+ [ConveraCrawler/*]
1205
+ Parent="Convera"
1206
+ Browser="ConveraCrawler"
1207
+
1208
+ [ConveraMultiMediaCrawler/0.1*]
1209
+ Parent="Convera"
1210
+ Browser="ConveraMultiMediaCrawler"
1211
+ Version="0.1"
1212
+ MinorVer=1
1213
+
1214
+ [CrawlConvera*]
1215
+ Parent="Convera"
1216
+ Browser="CrawlConvera"
1217
+
1218
+ [ConveraCrawler/0.4*]
1219
+ Parent="Convera"
1220
+ Version="0.4"
1221
+ MinorVer=4
1222
+
1223
+ [ConveraCrawler/0.5*]
1224
+ Parent="Convera"
1225
+ Version="0.5"
1226
+ MinorVer=5
1227
+
1228
+ [ConveraCrawler/0.6*]
1229
+ Parent="Convera"
1230
+ Version="0.6"
1231
+ MinorVer=6
1232
+
1233
+ [ConveraCrawler/0.7*]
1234
+ Parent="Convera"
1235
+ Version="0.7"
1236
+ MinorVer=7
1237
+
1238
+ [ConveraCrawler/0.8*]
1239
+ Parent="Convera"
1240
+ Version="0.8"
1241
+ MinorVer=8
1242
+
1243
+ [ConveraCrawler/0.9*]
1244
+ Parent="Convera"
1245
+ Version="0.9"
1246
+ MinorVer=9
1247
+
1248
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Best of the Web
1249
+
1250
+ [Best of the Web]
1251
+ Parent="DefaultProperties"
1252
+ Comment="Best of the Web"
1253
+ Browser="Best of the Web"
1254
+ Browser_Type="Bot/Crawler"
1255
+ Browser_Maker="botw.org"
1256
+ Frames="true"
1257
+ Tables="true"
1258
+ Crawler="true"
1259
+
1260
+ [Mozilla/4.0 (compatible; BOTW Feed Grabber*http://botw.org)]
1261
+ Parent="Best of the Web"
1262
+ Browser="BOTW Feed Grabber"
1263
+ isSyndicationReader="true"
1264
+
1265
+ [Mozilla/4.0 (compatible; BOTW Feed Grabber; *http://botw.org)]
1266
+ Parent="Best of the Web"
1267
+ Browser="BOTW Feed Grabber"
1268
+ isSyndicationReader="true"
1269
+
1270
+ [Mozilla/4.0 (compatible; BOTW Spider; *http://botw.org)]
1271
+ Parent="Best of the Web"
1272
+ Browser="BOTW Spider"
1273
+
1274
+ [Mozilla/4.0 (compatible; BOTW Spider*http://botw.org)]
1275
+ Parent="Best of the Web"
1276
+ Browser="BOTW Spider"
1277
+
1278
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ContextAd Bot
1279
+
1280
+ [ContextAd Bot]
1281
+ Parent="DefaultProperties"
1282
+ Comment="ContextAd Bot"
1283
+ Browser="ContextAd Bot"
1284
+ Browser_Type="Bot/Crawler"
1285
+ Frames="true"
1286
+ Tables="true"
1287
+ Crawler="true"
1288
+
1289
+ [ContextAd Bot 1.0*]
1290
+ Parent="ContextAd Bot"
1291
+ Version="1.0"
1292
+ MajorVer=1
1293
+
1294
+ [ContextAd Bot*]
1295
+ Parent="ContextAd Bot"
1296
+
1297
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Java Standard Library
1298
+
1299
+ [Java Standard Library]
1300
+ Parent="DefaultProperties"
1301
+ Comment="Java Standard Library"
1302
+ Browser="Java Standard Library"
1303
+ Browser_Type="Bot/Crawler"
1304
+ Browser_Maker="Oracle"
1305
+ Frames="true"
1306
+ IFrames="true"
1307
+ Tables="true"
1308
+ Crawler="true"
1309
+
1310
+ [Java/1.4*]
1311
+ Parent="Java Standard Library"
1312
+ Version="1.4"
1313
+ MajorVer=1
1314
+ MinorVer=4
1315
+
1316
+ [Java/1.5*]
1317
+ Parent="Java Standard Library"
1318
+ Version="1.5"
1319
+ MajorVer=1
1320
+ MinorVer=5
1321
+
1322
+ [Java/1.6*]
1323
+ Parent="Java Standard Library"
1324
+ Version="1.6"
1325
+ MajorVer=1
1326
+ MinorVer=6
1327
+
1328
+ [Java/1.7*]
1329
+ Parent="Java Standard Library"
1330
+ Version="1.7"
1331
+ MajorVer=1
1332
+ MinorVer=7
1333
+
1334
+ [Java/1.17*]
1335
+ Parent="Java Standard Library"
1336
+ Version="1.17"
1337
+ MajorVer=1
1338
+ MinorVer=17
1339
+
1340
+ [Java/*]
1341
+ Parent="Java Standard Library"
1342
+
1343
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; DotBot
1344
+
1345
+ [DotBot]
1346
+ Parent="DefaultProperties"
1347
+ Comment="DotBot"
1348
+ Browser="DotBot"
1349
+ Browser_Type="Bot/Crawler"
1350
+ Frames="true"
1351
+ Tables="true"
1352
+ Crawler="true"
1353
+
1354
+ [DotBot/* (http://www.dotnetdotcom.org/*)]
1355
+ Parent="DotBot"
1356
+
1357
+ [Mozilla/5.0 (compatible; DotBot/*; http://www.dotnetdotcom.org/*)]
1358
+ Parent="DotBot"
1359
+
1360
+ [Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot*)]
1361
+ Parent="DotBot"
1362
+ Version="1.1"
1363
+ MajorVer=1
1364
+ MinorVer=1
1365
+
1366
+ [Mozilla/5.0 (compatible; DotBot/*; http://www.opensiteexplorer.org/dotbot*)]
1367
+ Parent="DotBot"
1368
+
1369
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; bitlybot
1370
+
1371
+ [bitlybot]
1372
+ Parent="DefaultProperties"
1373
+ Comment="Bitlybot"
1374
+ Browser="BitlyBot"
1375
+ Browser_Type="Bot/Crawler"
1376
+ Frames="true"
1377
+ IFrames="true"
1378
+ Tables="true"
1379
+ Crawler="true"
1380
+
1381
+ [bitlybot/2.*]
1382
+ Parent="bitlybot"
1383
+ Version="2.0"
1384
+ MajorVer=2
1385
+
1386
+ [bitlybot*]
1387
+ Parent="bitlybot"
1388
+
1389
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Entireweb
1390
+
1391
+ [Entireweb]
1392
+ Parent="DefaultProperties"
1393
+ Comment="Entireweb"
1394
+ Browser="Entireweb"
1395
+ Browser_Type="Bot/Crawler"
1396
+ Browser_Maker="Entireweb Sweden AB"
1397
+ Frames="true"
1398
+ Tables="true"
1399
+ Crawler="true"
1400
+
1401
+ [Mozilla/5.0 (compatible; Speedy Spider; *]
1402
+ Parent="Entireweb"
1403
+
1404
+ [Mozilla/5.0 (Windows; ?; Windows NT 5.1; *) Speedy Spider *]
1405
+ Parent="Entireweb"
1406
+ Browser_Bits="32"
1407
+ Platform="WinXP"
1408
+ Platform_Version="5.1"
1409
+ Platform_Description="Windows XP"
1410
+ Platform_Bits="32"
1411
+ Platform_Maker="Microsoft Corporation"
1412
+ Win32="true"
1413
+
1414
+ [Speedy Spider *]
1415
+ Parent="Entireweb"
1416
+
1417
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Xing
1418
+
1419
+ [Xing]
1420
+ Parent="DefaultProperties"
1421
+ Comment="Xing"
1422
+ Browser="Xing"
1423
+ Browser_Type="Bot/Crawler"
1424
+ Frames="true"
1425
+ Tables="true"
1426
+ Crawler="true"
1427
+
1428
+ [XING-contenttabreceiver/2.0]
1429
+ Parent="Xing"
1430
+ Browser="XING Contenttabreceiver"
1431
+ Version="2.0"
1432
+ MajorVer=2
1433
+
1434
+ [XING-contenttabreceiver/*]
1435
+ Parent="Xing"
1436
+ Browser="XING Contenttabreceiver"
1437
+
1438
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Default Browser
1439
+
1440
+ [*]
1441
+ Parent="DefaultProperties"
1442
+ Comment="Default Browser"
1443
+ Browser="Default Browser"
1444
+ Alpha="false"
1445
+ Beta="false"
1446
+ Win16="false"
1447
+ Win32="false"
1448
+ Win64="false"
1449
+ Frames="false"
1450
+ IFrames="false"
1451
+ Tables="false"
1452
+ Cookies="false"
1453
+ BackgroundSounds="false"
1454
+ JavaScript="false"
1455
+ VBScript="false"
1456
+ JavaApplets="false"
1457
+ ActiveXControls="false"
1458
+ isMobileDevice="false"
1459
+ isTablet="false"
1460
+ isSyndicationReader="false"
1461
+ Crawler="false"
vendor/browscap/browscap-php/tests/phpbrowscapTest/BrowscapTest.php CHANGED
@@ -37,12 +37,14 @@ use ReflectionClass;
37
  * @license http://www.opensource.org/licenses/MIT MIT License
38
  * @link https://github.com/GaretJax/phpbrowscap/
39
  */
40
- class BrowscapTest extends TestCase
 
41
  {
42
  /**
43
- * @expectedException \PHPUnit_Framework_Error_Warning
 
44
  */
45
- public function testConstructorFails()
46
  {
47
  new Browscap();
48
  }
@@ -51,7 +53,7 @@ class BrowscapTest extends TestCase
51
  * @expectedException \phpbrowscap\Exception
52
  * @expectedExceptionMessage You have to provide a path to read/store the browscap cache file
53
  */
54
- public function testConstructorFails2()
55
  {
56
  new Browscap(null);
57
  }
@@ -59,13 +61,14 @@ class BrowscapTest extends TestCase
59
  /**
60
  *
61
  */
62
- public function testConstructorFails3()
63
  {
64
  $path = '/abc/test';
65
 
66
  $this->setExpectedException(
67
  '\\phpbrowscap\\Exception',
68
- 'The cache path ' . $path . ' is invalid. Are you sure that it exists and that you have permission to access it?'
 
69
  );
70
 
71
  new Browscap($path);
@@ -126,7 +129,7 @@ class BrowscapTest extends TestCase
126
  self::assertTrue($options['http']['request_fulluri']);
127
 
128
  $clearedWrappers = $browscap->clearProxySettings();
129
- $options = $browscap->getStreamContextOptions();
130
 
131
  $defaultStreamContextOptions = array(
132
  'http' => array(
@@ -142,7 +145,7 @@ class BrowscapTest extends TestCase
142
  {
143
  $cacheDir = $this->createCacheDir();
144
 
145
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
146
  $method = $class->getMethod('_getStreamContext');
147
  $method->setAccessible(true);
148
 
@@ -163,7 +166,7 @@ class BrowscapTest extends TestCase
163
  {
164
  $cacheDir = $this->createCacheDir();
165
 
166
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
167
  $method = $class->getMethod('_getLocalMTime');
168
  $method->setAccessible(true);
169
 
@@ -179,14 +182,14 @@ class BrowscapTest extends TestCase
179
  {
180
  $cacheDir = $this->createCacheDir();
181
 
182
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
183
  $method = $class->getMethod('_getLocalMTime');
184
  $method->setAccessible(true);
185
 
186
- $browscap = new Browscap($cacheDir);
187
  $browscap->localFile = __FILE__;
188
 
189
- $mtime = $method->invoke($browscap);
190
  $expected = filemtime(__FILE__);
191
 
192
  self::assertSame($expected, $mtime);
@@ -198,14 +201,15 @@ class BrowscapTest extends TestCase
198
  */
199
  public function testGetRemoteMTimeFails()
200
  {
201
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
202
  $method = $class->getMethod('_getRemoteMTime');
203
  $method->setAccessible(true);
204
 
205
  $browscap = $this->getMock('\\phpbrowscap\\Browscap', array('_getRemoteData'), array(), '', false);
206
- $browscap->expects($this->any())
207
- ->method('_getRemoteData')
208
- ->will(self::returnValue(null));
 
209
 
210
  $method->invoke($browscap);
211
  }
@@ -215,16 +219,17 @@ class BrowscapTest extends TestCase
215
  */
216
  public function testGetRemoteMTime()
217
  {
218
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
219
  $method = $class->getMethod('_getRemoteMTime');
220
  $method->setAccessible(true);
221
 
222
  $expected = 'Mon, 29 Jul 2013 22:22:31 -0000';
223
 
224
  $browscap = $this->getMock('\\phpbrowscap\\Browscap', array('_getRemoteData'), array(), '', false);
225
- $browscap->expects($this->any())
226
- ->method('_getRemoteData')
227
- ->will(self::returnValue($expected));
 
228
 
229
  $mtime = $method->invoke($browscap);
230
 
@@ -232,34 +237,27 @@ class BrowscapTest extends TestCase
232
  }
233
 
234
  /**
235
- *
236
  */
237
  public function testArray2string()
238
  {
239
  $cacheDir = $this->createCacheDir();
240
 
241
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
242
  $method = $class->getMethod('_array2string');
243
  $method->setAccessible(true);
244
 
245
  $browscap = new Browscap($cacheDir);
246
 
247
- $result = 'array(' . "\n" . '\'a\'=>1,' . "\n" . '\'b\'=>\'abc\',' . "\n" . '1=>\'cde\',' . "\n" . '\'def\',' . "\n" . '\'a:3:{i:0;s:3:"abc";i:1;i:1;i:2;i:2;}\',' . "\n" . "\n" . ')';
248
-
249
- // "tempnam" did not work with VFSStream for tests
250
- $tmpFile = $cacheDir . '/temp_test_' . md5(time());
251
 
252
- if (false == ($fileRes = fopen($tmpFile, 'w+'))) {
253
- throw new \RuntimeException(sprintf('Unable to create temporary file "%s"', $tmpFile));
254
- }
255
-
256
- self::assertTrue($method->invoke($browscap, array('a' => 1, 'b' => 'abc', '1.0' => 'cde', 1 => 'def', 2 => array('abc', 1, 2)), $fileRes));
257
-
258
- fclose($fileRes);
259
-
260
- self::assertSame($result, file_get_contents($tmpFile));
261
-
262
- unlink($tmpFile);
263
  }
264
 
265
  /**
@@ -269,11 +267,11 @@ class BrowscapTest extends TestCase
269
  {
270
  $cacheDir = $this->createCacheDir();
271
 
272
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
273
  $method = $class->getMethod('_getUpdateMethod');
274
  $method->setAccessible(true);
275
 
276
- $browscap = new Browscap($cacheDir);
277
  $browscap->updateMethod = null;
278
 
279
  $expected = Browscap::UPDATE_FOPEN;
@@ -288,13 +286,13 @@ class BrowscapTest extends TestCase
288
  {
289
  $cacheDir = $this->createCacheDir();
290
 
291
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
292
  $method = $class->getMethod('_getUpdateMethod');
293
  $method->setAccessible(true);
294
 
295
- $browscap = new Browscap($cacheDir);
296
  $browscap->updateMethod = null;
297
- $browscap->localFile = __FILE__;
298
 
299
  $expected = Browscap::UPDATE_LOCAL;
300
 
@@ -308,7 +306,7 @@ class BrowscapTest extends TestCase
308
  {
309
  $cacheDir = $this->createCacheDir();
310
 
311
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
312
  $method = $class->getMethod('_getUserAgent');
313
  $method->setAccessible(true);
314
 
@@ -326,13 +324,13 @@ class BrowscapTest extends TestCase
326
  {
327
  $cacheDir = $this->createCacheDir();
328
 
329
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
330
  $method = $class->getMethod('_pregQuote');
331
  $method->setAccessible(true);
332
 
333
  $browscap = new Browscap($cacheDir);
334
 
335
- $expected = '@^Mozilla/.\.0 \(compatible; Ask Jeeves/Teoma.*\)$@';
336
 
337
  self::assertSame($expected, $method->invoke($browscap, 'Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)'));
338
  }
@@ -344,7 +342,7 @@ class BrowscapTest extends TestCase
344
  {
345
  $cacheDir = $this->createCacheDir();
346
 
347
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
348
  $method = $class->getMethod('_pregUnQuote');
349
  $method->setAccessible(true);
350
 
@@ -352,7 +350,11 @@ class BrowscapTest extends TestCase
352
 
353
  $expected = 'Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)';
354
 
355
- self::assertSame($expected, $method->invoke($browscap, '@^Mozilla/.\.0 \(compatible; Ask Jeeves/Teoma.*\)$@', array()));
 
 
 
 
356
  }
357
 
358
  /**
@@ -362,7 +364,7 @@ class BrowscapTest extends TestCase
362
  {
363
  $cacheDir = $this->createCacheDir();
364
 
365
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
366
  $method = $class->getMethod('compareBcStrings');
367
  $method->setAccessible(true);
368
 
@@ -374,11 +376,31 @@ class BrowscapTest extends TestCase
374
  public function dataCompareBcStrings()
375
  {
376
  return array(
377
- array('Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', 1),
378
- array('Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)', 'Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)', -1),
379
- array('Mozilla/5.0 (Danger hiptop 3.*; U; rv:1.7.*) Gecko/*', 'Mozilla/5.0 (Danger hiptop 3.0; U; rv:1.7.*) Gecko/*', 1),
380
- array('Mozilla/5.0 (Danger hiptop 3.0; U; rv:1.7.*) Gecko/*', 'Mozilla/5.0 (Danger hiptop 3.*; U; rv:1.7.*) Gecko/*', -1),
381
- array('Mozilla/5.0 (Danger hiptop 3.0; U; rv:1.7.*) Gecko/*', 'Mozilla/5.0 (Danger hiptop 3.0; U; rv:1.7.*) Gecko/*', 0)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
382
  );
383
  }
384
 
@@ -389,7 +411,7 @@ class BrowscapTest extends TestCase
389
  {
390
  $cacheDir = $this->createCacheDir();
391
 
392
- $class = new ReflectionClass('\\phpbrowscap\\Browscap');
393
  $method = $class->getMethod('sanitizeContent');
394
  $method->setAccessible(true);
395
 
@@ -402,24 +424,24 @@ class BrowscapTest extends TestCase
402
  {
403
  return array(
404
  array(
405
- '[GJK_Browscap_Version]
406
  Version=6004
407
  Released=Wed, 10 Jun 2015 07:48:33 +0000
408
  Format=asp\'?><?php exit(\'\'); ?>
409
  Type=',
410
- '[GJK_Browscap_Version]
411
  Version=6004
412
  Released=Wed, 10 Jun 2015 07:48:33 +0000
413
  Format=asp\'
414
  Type=',
415
  ),
416
  array(
417
- '[GJK_Browscap_Version]
418
  Version=6004
419
  Released=Wed, 10 Jun 2015 07:48:33 +0000
420
  Format=asp\'?><?php
421
  Type=',
422
- '[GJK_Browscap_Version]
423
  Version=6004
424
  Released=Wed, 10 Jun 2015 07:48:33 +0000
425
  Format=asp\'php
@@ -451,4 +473,191 @@ Type=',
451
  ),
452
  );
453
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
454
  }
37
  * @license http://www.opensource.org/licenses/MIT MIT License
38
  * @link https://github.com/GaretJax/phpbrowscap/
39
  */
40
+ class BrowscapTest
41
+ extends TestCase
42
  {
43
  /**
44
+ * @expectedException \phpbrowscap\Exception
45
+ * @expectedExceptionMessage You have to provide a path to read/store the browscap cache file
46
  */
47
+ public function testConstructorFailsWithoutPath()
48
  {
49
  new Browscap();
50
  }
53
  * @expectedException \phpbrowscap\Exception
54
  * @expectedExceptionMessage You have to provide a path to read/store the browscap cache file
55
  */
56
+ public function testConstructorFailsWithNullPath()
57
  {
58
  new Browscap(null);
59
  }
61
  /**
62
  *
63
  */
64
+ public function testConstructorFailsWithInvalidPath()
65
  {
66
  $path = '/abc/test';
67
 
68
  $this->setExpectedException(
69
  '\\phpbrowscap\\Exception',
70
+ 'The cache path ' . $path
71
+ . ' is invalid. Are you sure that it exists and that you have permission to access it?'
72
  );
73
 
74
  new Browscap($path);
129
  self::assertTrue($options['http']['request_fulluri']);
130
 
131
  $clearedWrappers = $browscap->clearProxySettings();
132
+ $options = $browscap->getStreamContextOptions();
133
 
134
  $defaultStreamContextOptions = array(
135
  'http' => array(
145
  {
146
  $cacheDir = $this->createCacheDir();
147
 
148
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
149
  $method = $class->getMethod('_getStreamContext');
150
  $method->setAccessible(true);
151
 
166
  {
167
  $cacheDir = $this->createCacheDir();
168
 
169
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
170
  $method = $class->getMethod('_getLocalMTime');
171
  $method->setAccessible(true);
172
 
182
  {
183
  $cacheDir = $this->createCacheDir();
184
 
185
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
186
  $method = $class->getMethod('_getLocalMTime');
187
  $method->setAccessible(true);
188
 
189
+ $browscap = new Browscap($cacheDir);
190
  $browscap->localFile = __FILE__;
191
 
192
+ $mtime = $method->invoke($browscap);
193
  $expected = filemtime(__FILE__);
194
 
195
  self::assertSame($expected, $mtime);
201
  */
202
  public function testGetRemoteMTimeFails()
203
  {
204
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
205
  $method = $class->getMethod('_getRemoteMTime');
206
  $method->setAccessible(true);
207
 
208
  $browscap = $this->getMock('\\phpbrowscap\\Browscap', array('_getRemoteData'), array(), '', false);
209
+ $browscap->expects(self::any())
210
+ ->method('_getRemoteData')
211
+ ->will(self::returnValue(null))
212
+ ;
213
 
214
  $method->invoke($browscap);
215
  }
219
  */
220
  public function testGetRemoteMTime()
221
  {
222
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
223
  $method = $class->getMethod('_getRemoteMTime');
224
  $method->setAccessible(true);
225
 
226
  $expected = 'Mon, 29 Jul 2013 22:22:31 -0000';
227
 
228
  $browscap = $this->getMock('\\phpbrowscap\\Browscap', array('_getRemoteData'), array(), '', false);
229
+ $browscap->expects(self::any())
230
+ ->method('_getRemoteData')
231
+ ->will(self::returnValue($expected))
232
+ ;
233
 
234
  $mtime = $method->invoke($browscap);
235
 
237
  }
238
 
239
  /**
240
+ * @group testCache
241
  */
242
  public function testArray2string()
243
  {
244
  $cacheDir = $this->createCacheDir();
245
 
246
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
247
  $method = $class->getMethod('_array2string');
248
  $method->setAccessible(true);
249
 
250
  $browscap = new Browscap($cacheDir);
251
 
252
+ $xpected = "array(\n'a' => 1,\n'b' => 'abc',\n1 => 'cde',\n'def',\n'a:3:{i:0;s:3:\"abc\";i:1;i:1;i:2;i:2;}',\n\n)";
 
 
 
253
 
254
+ self::assertSame(
255
+ $xpected,
256
+ $method->invoke(
257
+ $browscap,
258
+ array('a' => 1, 'b' => 'abc', '1.0' => 'cde', 1 => 'def', 2 => array('abc', 1, 2))
259
+ )
260
+ );
 
 
 
 
261
  }
262
 
263
  /**
267
  {
268
  $cacheDir = $this->createCacheDir();
269
 
270
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
271
  $method = $class->getMethod('_getUpdateMethod');
272
  $method->setAccessible(true);
273
 
274
+ $browscap = new Browscap($cacheDir);
275
  $browscap->updateMethod = null;
276
 
277
  $expected = Browscap::UPDATE_FOPEN;
286
  {
287
  $cacheDir = $this->createCacheDir();
288
 
289
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
290
  $method = $class->getMethod('_getUpdateMethod');
291
  $method->setAccessible(true);
292
 
293
+ $browscap = new Browscap($cacheDir);
294
  $browscap->updateMethod = null;
295
+ $browscap->localFile = __FILE__;
296
 
297
  $expected = Browscap::UPDATE_LOCAL;
298
 
306
  {
307
  $cacheDir = $this->createCacheDir();
308
 
309
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
310
  $method = $class->getMethod('_getUserAgent');
311
  $method->setAccessible(true);
312
 
324
  {
325
  $cacheDir = $this->createCacheDir();
326
 
327
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
328
  $method = $class->getMethod('_pregQuote');
329
  $method->setAccessible(true);
330
 
331
  $browscap = new Browscap($cacheDir);
332
 
333
+ $expected = 'Mozilla/.\.0 \(compatible; Ask Jeeves/Teoma.*\)';
334
 
335
  self::assertSame($expected, $method->invoke($browscap, 'Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)'));
336
  }
342
  {
343
  $cacheDir = $this->createCacheDir();
344
 
345
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
346
  $method = $class->getMethod('_pregUnQuote');
347
  $method->setAccessible(true);
348
 
350
 
351
  $expected = 'Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)';
352
 
353
+ self::assertSame(
354
+ $expected,
355
+ $method->invoke($browscap, '@^Mozilla/.\.0 \(compatible; Ask Jeeves/Teoma.*\)$@', array())
356
+ )
357
+ ;
358
  }
359
 
360
  /**
364
  {
365
  $cacheDir = $this->createCacheDir();
366
 
367
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
368
  $method = $class->getMethod('compareBcStrings');
369
  $method->setAccessible(true);
370
 
376
  public function dataCompareBcStrings()
377
  {
378
  return array(
379
+ array(
380
+ 'Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)',
381
+ 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',
382
+ 1
383
+ ),
384
+ array(
385
+ 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',
386
+ 'Mozilla/?.0 (compatible; Ask Jeeves/Teoma*)',
387
+ -1
388
+ ),
389
+ array(
390
+ 'Mozilla/5.0 (Danger hiptop 3.*; U; rv:1.7.*) Gecko/*',
391
+ 'Mozilla/5.0 (Danger hiptop 3.0; U; rv:1.7.*) Gecko/*',
392
+ 1
393
+ ),
394
+ array(
395
+ 'Mozilla/5.0 (Danger hiptop 3.0; U; rv:1.7.*) Gecko/*',
396
+ 'Mozilla/5.0 (Danger hiptop 3.*; U; rv:1.7.*) Gecko/*',
397
+ -1
398
+ ),
399
+ array(
400
+ 'Mozilla/5.0 (Danger hiptop 3.0; U; rv:1.7.*) Gecko/*',
401
+ 'Mozilla/5.0 (Danger hiptop 3.0; U; rv:1.7.*) Gecko/*',
402
+ 0
403
+ )
404
  );
405
  }
406
 
411
  {
412
  $cacheDir = $this->createCacheDir();
413
 
414
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
415
  $method = $class->getMethod('sanitizeContent');
416
  $method->setAccessible(true);
417
 
424
  {
425
  return array(
426
  array(
427
+ '[GJK_Browscap_Version]
428
  Version=6004
429
  Released=Wed, 10 Jun 2015 07:48:33 +0000
430
  Format=asp\'?><?php exit(\'\'); ?>
431
  Type=',
432
+ '[GJK_Browscap_Version]
433
  Version=6004
434
  Released=Wed, 10 Jun 2015 07:48:33 +0000
435
  Format=asp\'
436
  Type=',
437
  ),
438
  array(
439
+ '[GJK_Browscap_Version]
440
  Version=6004
441
  Released=Wed, 10 Jun 2015 07:48:33 +0000
442
  Format=asp\'?><?php
443
  Type=',
444
+ '[GJK_Browscap_Version]
445
  Version=6004
446
  Released=Wed, 10 Jun 2015 07:48:33 +0000
447
  Format=asp\'php
473
  ),
474
  );
475
  }
476
+
477
+ /**
478
+ * @dataProvider dataCreateCache
479
+ * @group testParsing
480
+ *
481
+ * @param string $content
482
+ */
483
+ public function testCreateCache($content)
484
+ {
485
+ $cacheDir = $this->createCacheDir();
486
+
487
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
488
+ $method = $class->getMethod('createCacheOldWay');
489
+ $method->setAccessible(true);
490
+
491
+ $varProp = $class->getProperty('_properties');
492
+ $varProp->setAccessible(true);
493
+
494
+ $varBrow = $class->getProperty('_browsers');
495
+ $varBrow->setAccessible(true);
496
+
497
+ $varUas = $class->getProperty('_userAgents');
498
+ $varUas->setAccessible(true);
499
+
500
+ $varPatt = $class->getProperty('_patterns');
501
+ $varPatt->setAccessible(true);
502
+
503
+ $varVersion = $class->getProperty('_source_version');
504
+ $varVersion->setAccessible(true);
505
+
506
+ $browscap = new Browscap($cacheDir);
507
+
508
+ $varProp->setValue($browscap, array());
509
+ $varBrow->setValue($browscap, array());
510
+ $varUas->setValue($browscap, array());
511
+ $varPatt->setValue($browscap, array());
512
+ $varVersion->setValue($browscap, 0);
513
+
514
+ $method->invoke($browscap, $content, true);
515
+
516
+ $properties = $varProp->getValue($browscap);
517
+ $browsers = $varBrow->getValue($browscap);
518
+ $userAgents = $varUas->getValue($browscap);
519
+ $patterns = $varPatt->getValue($browscap);
520
+ $version = (string) $varVersion->getValue($browscap);
521
+
522
+ $newMethod = $class->getMethod('createCacheNewWay');
523
+ $newMethod->setAccessible(true);
524
+
525
+ $varNewProp = $class->getProperty('_properties');
526
+ $varNewProp->setAccessible(true);
527
+
528
+ $varNewBrow = $class->getProperty('_browsers');
529
+ $varNewBrow->setAccessible(true);
530
+
531
+ $varNewUas = $class->getProperty('_userAgents');
532
+ $varNewUas->setAccessible(true);
533
+
534
+ $varNewPatt = $class->getProperty('_patterns');
535
+ $varNewPatt->setAccessible(true);
536
+
537
+ $varNewVersion = $class->getProperty('_source_version');
538
+ $varNewVersion->setAccessible(true);
539
+
540
+ $browscap = new Browscap($cacheDir);
541
+
542
+ $varNewProp->setValue($browscap, array());
543
+ $varNewBrow->setValue($browscap, array());
544
+ $varNewUas->setValue($browscap, array());
545
+ $varNewPatt->setValue($browscap, array());
546
+ $varNewVersion->setValue($browscap, 0);
547
+
548
+ $newMethod->invoke($browscap, $content);
549
+
550
+ $newVersion = (string) $varNewVersion->getValue($browscap);
551
+ self::assertSame($version, $newVersion);
552
+
553
+ $newProperties = $varNewProp->getValue($browscap);
554
+ self::assertSame($properties, $newProperties);
555
+
556
+ $newPatterns = $varNewPatt->getValue($browscap);
557
+ self::assertCount(count($patterns), $newPatterns);
558
+
559
+ $newBrowsers = $varNewBrow->getValue($browscap);
560
+ self::assertCount(count($browsers), $newBrowsers);
561
+
562
+ $newUserAgents = $varNewUas->getValue($browscap);
563
+ self::assertCount(count($userAgents), $newUserAgents);
564
+ }
565
+
566
+ /**
567
+ * data provider for the testCreateCache function
568
+ *
569
+ * @return array[]
570
+ */
571
+ public function dataCreateCache()
572
+ {
573
+ $iterator = new \RecursiveDirectoryIterator('tests/data/');
574
+
575
+ $fileContents = array();
576
+ foreach (new \RecursiveIteratorIterator($iterator) as $file) {
577
+ /** @var $file \SplFileInfo */
578
+ if (!$file->isFile() || $file->getExtension() !== 'ini') {
579
+ continue;
580
+ }
581
+
582
+ $fileContents[$file->getFilename()] = array(file_get_contents($file->getPathname()));
583
+ }
584
+
585
+ return $fileContents;
586
+ }
587
+
588
+ /**
589
+ * @dataProvider dataBuildCache
590
+ * @group testCache
591
+ *
592
+ * @param array $properties
593
+ * @param array $browsers
594
+ * @param array $userAgents
595
+ * @param array $patterns
596
+ * @param string $version
597
+ * @param string $expected
598
+ */
599
+ public function testBuildCache(
600
+ array $properties,
601
+ array $browsers,
602
+ array $userAgents,
603
+ array $patterns,
604
+ $version,
605
+ $expected
606
+ ) {
607
+ $cacheDir = $this->createCacheDir();
608
+
609
+ $class = new ReflectionClass('\\phpbrowscap\\Browscap');
610
+ $method = $class->getMethod('_buildCache');
611
+ $method->setAccessible(true);
612
+
613
+ $varProp = $class->getProperty('_properties');
614
+ $varProp->setAccessible(true);
615
+
616
+ $varBrow = $class->getProperty('_browsers');
617
+ $varBrow->setAccessible(true);
618
+
619
+ $varUas = $class->getProperty('_userAgents');
620
+ $varUas->setAccessible(true);
621
+
622
+ $varPatt = $class->getProperty('_patterns');
623
+ $varPatt->setAccessible(true);
624
+
625
+ $varVersion = $class->getProperty('_source_version');
626
+ $varVersion->setAccessible(true);
627
+
628
+ $browscap = new Browscap($cacheDir);
629
+
630
+ $varProp->setValue($browscap, $properties);
631
+ $varBrow->setValue($browscap, $browsers);
632
+ $varUas->setValue($browscap, $userAgents);
633
+ $varPatt->setValue($browscap, $patterns);
634
+ $varVersion->setValue($browscap, $version);
635
+
636
+ $return = $method->invoke($browscap);
637
+
638
+ self::assertSame($expected, $return);
639
+ }
640
+
641
+ /**
642
+ * data provider for the testCreateCache function
643
+ *
644
+ * @return array[]
645
+ */
646
+ public function dataBuildCache()
647
+ {
648
+ $data = array();
649
+ for ($i = 1; $i <= 2; $i++) {
650
+ // array $properties, array $browsers, array $userAgents, array $patterns, $version, $expected
651
+ $data[$i] = array(
652
+ 'properties' => require 'tests/data/buildCache/' . $i . '.properties.php',
653
+ 'browsers' => require 'tests/data/buildCache/' . $i . '.browsers.php',
654
+ 'userAgents' => require 'tests/data/buildCache/' . $i . '.userAgents.php',
655
+ 'patterns' => require 'tests/data/buildCache/' . $i . '.patterns.php',
656
+ 'version' => require 'tests/data/buildCache/' . $i . '.version.php',
657
+ 'expected' => file_get_contents('tests/data/buildCache/' . $i . '.expected.php'),
658
+ );
659
+ }
660
+
661
+ return $data;
662
+ }
663
  }
vendor/browscap/browscap-php/tests/phpbrowscapTest/CompareBrowscapWithOriginalTest.php CHANGED
@@ -6,13 +6,15 @@ use phpbrowscap\Browscap;
6
  /**
7
  * Compares get_browser results for all matches in browscap.ini with results from Browscap class.
8
  * Also compares the execution times.
 
 
9
  */
10
  class CompareBrowscapWithOriginalTest extends \PHPUnit_Framework_TestCase
11
  {
12
  /**
13
  * @var Browscap
14
  */
15
- private $object = null;
16
 
17
  /**
18
  * @var string
@@ -74,8 +76,6 @@ class CompareBrowscapWithOriginalTest extends \PHPUnit_Framework_TestCase
74
 
75
  /**
76
  * This method is called before the first test of this test class is run.
77
- *
78
- * @since Method available since Release 3.4.0
79
  */
80
  public static function setUpBeforeClass()
81
  {
@@ -88,15 +88,6 @@ class CompareBrowscapWithOriginalTest extends \PHPUnit_Framework_TestCase
88
  }
89
 
90
  self::$cacheDir = $cacheDir;
91
- }
92
-
93
- /**
94
- * Sets up the fixture, for example, opens a network connection.
95
- * This method is called before a test is executed.
96
- */
97
- protected function setUp()
98
- {
99
- parent::setUp();
100
 
101
  $objectIniPath = ini_get('browscap');
102
 
@@ -104,24 +95,32 @@ class CompareBrowscapWithOriginalTest extends \PHPUnit_Framework_TestCase
104
  self::markTestSkipped('browscap not defined in php.ini');
105
  }
106
 
107
- $this->object = new Browscap(self::$cacheDir);
108
- $this->object->localFile = $objectIniPath;
 
 
109
  }
110
 
 
 
 
 
 
111
  public function testCheckProperties()
112
  {
113
  $libProperties = get_object_vars(get_browser('x'));
114
- $bcProperties = get_object_vars($this->object->getBrowser('x'));
115
 
116
  unset($bcProperties['Parents']);
117
  unset($bcProperties['browser_name']);
118
  unset($libProperties['browser_name']);
 
119
  unset($libProperties['renderingengine_description']);
120
 
121
  $libPropertyKeys = array_map('strtolower', array_keys($libProperties));
122
  $bcPropertyKeys = array_map('strtolower', array_keys($bcProperties));
123
 
124
- self::assertSame($libPropertyKeys, $bcPropertyKeys);
125
 
126
  foreach (array_keys($bcProperties) as $bcProp) {
127
  self::assertArrayHasKey(
@@ -153,7 +152,7 @@ class CompareBrowscapWithOriginalTest extends \PHPUnit_Framework_TestCase
153
  public function testCompare($userAgent)
154
  {
155
  $libResult = get_browser($userAgent);
156
- $bcResult = $this->object->getBrowser($userAgent);
157
 
158
  $doNotCheck = array('browser_name_regex', 'browser_name_pattern', 'Parent', 'RenderingEngine_Description');
159
 
@@ -170,7 +169,9 @@ class CompareBrowscapWithOriginalTest extends \PHPUnit_Framework_TestCase
170
  self::assertSame(
171
  $libValue,
172
  $bcValue,
173
- $bcProp . ': ' . $libValue . ' != ' . $bcValue
 
 
174
  );
175
  }
176
  }
6
  /**
7
  * Compares get_browser results for all matches in browscap.ini with results from Browscap class.
8
  * Also compares the execution times.
9
+ *
10
+ * @group compare-with-native-function
11
  */
12
  class CompareBrowscapWithOriginalTest extends \PHPUnit_Framework_TestCase
13
  {
14
  /**
15
  * @var Browscap
16
  */
17
+ private static $object = null;
18
 
19
  /**
20
  * @var string
76
 
77
  /**
78
  * This method is called before the first test of this test class is run.
 
 
79
  */
80
  public static function setUpBeforeClass()
81
  {
88
  }
89
 
90
  self::$cacheDir = $cacheDir;
 
 
 
 
 
 
 
 
 
91
 
92
  $objectIniPath = ini_get('browscap');
93
 
95
  self::markTestSkipped('browscap not defined in php.ini');
96
  }
97
 
98
+ self::$object = new Browscap(self::$cacheDir);
99
+ self::$object->localFile = $objectIniPath;
100
+ self::$object->doAutoUpdate = false;
101
+ self::$object->updateCache();
102
  }
103
 
104
+ /**
105
+ * @throws \Exception
106
+ * @throws \phpbrowscap\Exception
107
+ * @group check-properties
108
+ */
109
  public function testCheckProperties()
110
  {
111
  $libProperties = get_object_vars(get_browser('x'));
112
+ $bcProperties = get_object_vars(self::$object->getBrowser('x'));
113
 
114
  unset($bcProperties['Parents']);
115
  unset($bcProperties['browser_name']);
116
  unset($libProperties['browser_name']);
117
+ unset($bcProperties['RenderingEngine_Description']);
118
  unset($libProperties['renderingengine_description']);
119
 
120
  $libPropertyKeys = array_map('strtolower', array_keys($libProperties));
121
  $bcPropertyKeys = array_map('strtolower', array_keys($bcProperties));
122
 
123
+ self::assertEquals($libPropertyKeys, $bcPropertyKeys);
124
 
125
  foreach (array_keys($bcProperties) as $bcProp) {
126
  self::assertArrayHasKey(
152
  public function testCompare($userAgent)
153
  {
154
  $libResult = get_browser($userAgent);
155
+ $bcResult = self::$object->getBrowser($userAgent);
156
 
157
  $doNotCheck = array('browser_name_regex', 'browser_name_pattern', 'Parent', 'RenderingEngine_Description');
158
 
169
  self::assertSame(
170
  $libValue,
171
  $bcValue,
172
+ 'Expected actual "' . $bcProp . '" to be "' . (string) $libValue . '" (was "'
173
+ . (string) $bcValue
174
+ . '"; used pattern: ' . (string) $bcResult->browser_name_pattern .')'
175
  );
176
  }
177
  }
vendor/browscap/browscap-php/tests/phpbrowscapTest/TestCase.php CHANGED
@@ -43,14 +43,6 @@ class TestCase extends \PHPUnit_Framework_TestCase
43
  */
44
  protected $cacheDir;
45
 
46
- /**
47
- * Sets up the fixture, for example, open a network connection.
48
- * This method is called before a test is executed.
49
- */
50
- protected function setUp()
51
- {
52
- }
53
-
54
  protected function createCacheDir()
55
  {
56
  $cacheDir = sys_get_temp_dir().DIRECTORY_SEPARATOR.'browscap_testing';
@@ -79,10 +71,7 @@ class TestCase extends \PHPUnit_Framework_TestCase
79
  protected function removeCacheDir()
80
  {
81
  if (isset($this->cacheDir) && is_dir($this->cacheDir)) {
82
- if (false === @rmdir($this->cacheDir)) {
83
- throw new \RuntimeException(sprintf('Unable to remove the "%s" directory', $this->cacheDir));
84
- }
85
-
86
  $this->cacheDir = null;
87
  }
88
  }
43
  */
44
  protected $cacheDir;
45
 
 
 
 
 
 
 
 
 
46
  protected function createCacheDir()
47
  {
48
  $cacheDir = sys_get_temp_dir().DIRECTORY_SEPARATOR.'browscap_testing';
71
  protected function removeCacheDir()
72
  {
73
  if (isset($this->cacheDir) && is_dir($this->cacheDir)) {
74
+ @rmdir($this->cacheDir);
 
 
 
75
  $this->cacheDir = null;
76
  }
77
  }
vendor/composer/ClassLoader.php CHANGED
@@ -13,9 +13,7 @@
13
  namespace Composer\Autoload;
14
 
15
  /**
16
- * ClassLoader implements a PSR-0 class loader
17
- *
18
- * See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
19
  *
20
  * $loader = new \Composer\Autoload\ClassLoader();
21
  *
@@ -39,6 +37,8 @@ namespace Composer\Autoload;
39
  *
40
  * @author Fabien Potencier <fabien@symfony.com>
41
  * @author Jordi Boggiano <j.boggiano@seld.be>
 
 
42
  */
43
  class ClassLoader
44
  {
@@ -351,7 +351,7 @@ class ClassLoader
351
  foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) {
352
  if (0 === strpos($class, $prefix)) {
353
  foreach ($this->prefixDirsPsr4[$prefix] as $dir) {
354
- if (is_file($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
355
  return $file;
356
  }
357
  }
@@ -361,7 +361,7 @@ class ClassLoader
361
 
362
  // PSR-4 fallback dirs
363
  foreach ($this->fallbackDirsPsr4 as $dir) {
364
- if (is_file($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
365
  return $file;
366
  }
367
  }
@@ -380,7 +380,7 @@ class ClassLoader
380
  foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
381
  if (0 === strpos($class, $prefix)) {
382
  foreach ($dirs as $dir) {
383
- if (is_file($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
384
  return $file;
385
  }
386
  }
@@ -390,7 +390,7 @@ class ClassLoader
390
 
391
  // PSR-0 fallback dirs
392
  foreach ($this->fallbackDirsPsr0 as $dir) {
393
- if (is_file($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
394
  return $file;
395
  }
396
  }
13
  namespace Composer\Autoload;
14
 
15
  /**
16
+ * ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
 
 
17
  *
18
  * $loader = new \Composer\Autoload\ClassLoader();
19
  *
37
  *
38
  * @author Fabien Potencier <fabien@symfony.com>
39
  * @author Jordi Boggiano <j.boggiano@seld.be>
40
+ * @see http://www.php-fig.org/psr/psr-0/
41
+ * @see http://www.php-fig.org/psr/psr-4/
42
  */
43
  class ClassLoader
44
  {
351
  foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) {
352
  if (0 === strpos($class, $prefix)) {
353
  foreach ($this->prefixDirsPsr4[$prefix] as $dir) {
354
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
355
  return $file;
356
  }
357
  }
361
 
362
  // PSR-4 fallback dirs
363
  foreach ($this->fallbackDirsPsr4 as $dir) {
364
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
365
  return $file;
366
  }
367
  }
380
  foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) {
381
  if (0 === strpos($class, $prefix)) {
382
  foreach ($dirs as $dir) {
383
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
384
  return $file;
385
  }
386
  }
390
 
391
  // PSR-0 fallback dirs
392
  foreach ($this->fallbackDirsPsr0 as $dir) {
393
+ if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
394
  return $file;
395
  }
396
  }
vendor/composer/LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Copyright (c) 2015 Nils Adermann, Jordi Boggiano
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is furnished
9
+ to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in all
12
+ copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ THE SOFTWARE.
21
+
vendor/composer/autoload_files.php DELETED
@@ -1,10 +0,0 @@
1
- <?php
2
-
3
- // autoload_files.php @generated by Composer
4
-
5
- $vendorDir = dirname(dirname(__FILE__));
6
- $baseDir = dirname($vendorDir);
7
-
8
- return array(
9
- $vendorDir . '/donatj/phpuseragentparser/Source/UserAgentParser.php',
10
- );
 
 
 
 
 
 
 
 
 
 
vendor/composer/autoload_psr4.php CHANGED
@@ -8,5 +8,4 @@ $baseDir = dirname($vendorDir);
8
  return array(
9
  'MaxMind\\' => array($vendorDir . '/maxmind/web-service-common/src'),
10
  'GeoIp2\\' => array($vendorDir . '/geoip2/geoip2/src'),
11
- '' => array($vendorDir . '/geoip2/geoip2/compat'),
12
  );
8
  return array(
9
  'MaxMind\\' => array($vendorDir . '/maxmind/web-service-common/src'),
10
  'GeoIp2\\' => array($vendorDir . '/geoip2/geoip2/src'),
 
11
  );
vendor/composer/autoload_real.php CHANGED
@@ -43,8 +43,3 @@ class ComposerAutoloaderInit9d8833294cc7806cc2c9e043ead23c40
43
  return $loader;
44
  }
45
  }
46
-
47
- function composerRequire9d8833294cc7806cc2c9e043ead23c40($file)
48
- {
49
- require $file;
50
- }
43
  return $loader;
44
  }
45
  }
 
 
 
 
 
vendor/composer/installed.json CHANGED
@@ -51,35 +51,34 @@
51
  ]
52
  },
53
  {
54
- "name": "geoip2/geoip2",
55
- "version": "v2.3.1",
56
- "version_normalized": "2.3.1.0",
57
  "source": {
58
  "type": "git",
59
- "url": "https://github.com/maxmind/GeoIP2-php.git",
60
- "reference": "8bd919d9d829a1f25e01895cdead97c5247aacb7"
61
  },
62
  "dist": {
63
  "type": "zip",
64
- "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/8bd919d9d829a1f25e01895cdead97c5247aacb7",
65
- "reference": "8bd919d9d829a1f25e01895cdead97c5247aacb7",
66
  "shasum": ""
67
  },
68
  "require": {
69
- "maxmind-db/reader": "~1.0",
70
- "maxmind/web-service-common": "~0.0.3",
71
- "php": ">=5.3.1"
72
  },
73
  "require-dev": {
74
- "phpunit/phpunit": "4.2.*"
75
  },
76
- "time": "2015-06-30 19:03:29",
77
  "type": "library",
78
  "installation-source": "dist",
79
  "autoload": {
80
  "psr-4": {
81
- "GeoIp2\\": "src",
82
- "": "compat/"
83
  }
84
  },
85
  "notification-url": "https://packagist.org/downloads/",
@@ -88,50 +87,42 @@
88
  ],
89
  "authors": [
90
  {
91
- "name": "Gregory J. Oschwald",
92
- "email": "goschwald@maxmind.com",
93
- "homepage": "http://www.maxmind.com/"
94
  }
95
  ],
96
- "description": "MaxMind GeoIP2 PHP API",
97
- "homepage": "https://github.com/maxmind/GeoIP2-php",
98
- "keywords": [
99
- "IP",
100
- "geoip",
101
- "geoip2",
102
- "geolocation",
103
- "maxmind"
104
- ]
105
  },
106
  {
107
- "name": "maxmind/web-service-common",
108
- "version": "v0.0.4",
109
- "version_normalized": "0.0.4.0",
110
  "source": {
111
  "type": "git",
112
- "url": "https://github.com/maxmind/web-service-common-php.git",
113
- "reference": "f26fce5281290973beeeca3e33847887177dd138"
114
  },
115
  "dist": {
116
  "type": "zip",
117
- "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/f26fce5281290973beeeca3e33847887177dd138",
118
- "reference": "f26fce5281290973beeeca3e33847887177dd138",
119
  "shasum": ""
120
  },
121
  "require": {
122
- "ext-curl": "*",
123
- "ext-json": "*",
124
- "php": ">=5.3"
125
  },
126
  "require-dev": {
127
- "phpunit/phpunit": "4.6.*"
128
  },
129
- "time": "2015-07-21 20:07:31",
130
  "type": "library",
131
  "installation-source": "dist",
132
  "autoload": {
133
  "psr-4": {
134
- "MaxMind\\": "src"
135
  }
136
  },
137
  "notification-url": "https://packagist.org/downloads/",
@@ -140,11 +131,19 @@
140
  ],
141
  "authors": [
142
  {
143
- "name": "Gregory Oschwald",
144
- "email": "goschwald@maxmind.com"
 
145
  }
146
  ],
147
- "description": "Internal MaxMind Web Service API",
148
- "homepage": "https://github.com/maxmind/mm-web-service-api-php"
 
 
 
 
 
 
 
149
  }
150
  ]
51
  ]
52
  },
53
  {
54
+ "name": "maxmind/web-service-common",
55
+ "version": "v0.0.4",
56
+ "version_normalized": "0.0.4.0",
57
  "source": {
58
  "type": "git",
59
+ "url": "https://github.com/maxmind/web-service-common-php.git",
60
+ "reference": "f26fce5281290973beeeca3e33847887177dd138"
61
  },
62
  "dist": {
63
  "type": "zip",
64
+ "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/f26fce5281290973beeeca3e33847887177dd138",
65
+ "reference": "f26fce5281290973beeeca3e33847887177dd138",
66
  "shasum": ""
67
  },
68
  "require": {
69
+ "ext-curl": "*",
70
+ "ext-json": "*",
71
+ "php": ">=5.3"
72
  },
73
  "require-dev": {
74
+ "phpunit/phpunit": "4.6.*"
75
  },
76
+ "time": "2015-07-21 20:07:31",
77
  "type": "library",
78
  "installation-source": "dist",
79
  "autoload": {
80
  "psr-4": {
81
+ "MaxMind\\": "src"
 
82
  }
83
  },
84
  "notification-url": "https://packagist.org/downloads/",
87
  ],
88
  "authors": [
89
  {
90
+ "name": "Gregory Oschwald",
91
+ "email": "goschwald@maxmind.com"
 
92
  }
93
  ],
94
+ "description": "Internal MaxMind Web Service API",
95
+ "homepage": "https://github.com/maxmind/mm-web-service-api-php"
 
 
 
 
 
 
 
96
  },
97
  {
98
+ "name": "geoip2/geoip2",
99
+ "version": "v2.3.3",
100
+ "version_normalized": "2.3.3.0",
101
  "source": {
102
  "type": "git",
103
+ "url": "https://github.com/maxmind/GeoIP2-php.git",
104
+ "reference": "ee15b2e466dd09fd2246cf64efa1aa9eca988b86"
105
  },
106
  "dist": {
107
  "type": "zip",
108
+ "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/ee15b2e466dd09fd2246cf64efa1aa9eca988b86",
109
+ "reference": "ee15b2e466dd09fd2246cf64efa1aa9eca988b86",
110
  "shasum": ""
111
  },
112
  "require": {
113
+ "maxmind-db/reader": "~1.0",
114
+ "maxmind/web-service-common": "~0.0.3",
115
+ "php": ">=5.3.1"
116
  },
117
  "require-dev": {
118
+ "phpunit/phpunit": "4.2.*"
119
  },
120
+ "time": "2015-09-24 17:29:28",
121
  "type": "library",
122
  "installation-source": "dist",
123
  "autoload": {
124
  "psr-4": {
125
+ "GeoIp2\\": "src"
126
  }
127
  },
128
  "notification-url": "https://packagist.org/downloads/",
131
  ],
132
  "authors": [
133
  {
134
+ "name": "Gregory J. Oschwald",
135
+ "email": "goschwald@maxmind.com",
136
+ "homepage": "http://www.maxmind.com/"
137
  }
138
  ],
139
+ "description": "MaxMind GeoIP2 PHP API",
140
+ "homepage": "https://github.com/maxmind/GeoIP2-php",
141
+ "keywords": [
142
+ "IP",
143
+ "geoip",
144
+ "geoip2",
145
+ "geolocation",
146
+ "maxmind"
147
+ ]
148
  }
149
  ]
vendor/donatj/phpuseragentparser/README.md CHANGED
@@ -72,7 +72,7 @@ array(
72
  - Mobile
73
  - Android
74
  - iPhone
75
- - iPad
76
  - Windows Phone OS
77
  - Kindle
78
  - Kindle Fire
72
  - Mobile
73
  - Android
74
  - iPhone
75
+ - iPad / iPod Touch
76
  - Windows Phone OS
77
  - Kindle
78
  - Kindle Fire
vendor/donatj/phpuseragentparser/Source/UserAgentParser.php CHANGED
@@ -29,7 +29,7 @@ function parse_user_agent( $u_agent = null ) {
29
 
30
  if( preg_match('/\((.*?)\)/im', $u_agent, $parent_matches) ) {
31
 
32
- preg_match_all('/(?P<platform>BB\d+;|Android|CrOS|Tizen|iPhone|iPad|Linux|Macintosh|Windows(\ Phone)?|Silk|linux-gnu|BlackBerry|PlayBook|(New\ )?Nintendo\ (WiiU?|3?DS)|Xbox(\ One)?)
33
  (?:\ [^;]*)?
34
  (?:;|$)/imx', $parent_matches[1], $result, PREG_PATTERN_ORDER);
35
 
@@ -52,7 +52,7 @@ function parse_user_agent( $u_agent = null ) {
52
  $platform = 'Chrome OS';
53
  }
54
 
55
- preg_match_all('%(?P<browser>Camino|Kindle(\ Fire\ Build)?|Firefox|Iceweasel|Safari|MSIE|Trident|AppleWebKit|TizenBrowser|Chrome|
56
  Vivaldi|IEMobile|Opera|OPR|Silk|Midori|Edge|CriOS|
57
  Baiduspider|Googlebot|YandexBot|bingbot|Lynx|Version|Wget|curl|
58
  NintendoBrowser|PLAYSTATION\ (\d|Vita)+)
@@ -76,8 +76,10 @@ function parse_user_agent( $u_agent = null ) {
76
  $browser = $result['browser'][0];
77
  $version = $result['version'][0];
78
 
79
- $find = function ( $search, &$key ) use ( $result ) {
80
- $xkey = array_search(strtolower($search), array_map('strtolower', $result['browser']));
 
 
81
  if( $xkey !== false ) {
82
  $key = $xkey;
83
 
@@ -94,7 +96,7 @@ function parse_user_agent( $u_agent = null ) {
94
  } elseif( $find('Playstation Vita', $key) ) {
95
  $platform = 'PlayStation Vita';
96
  $browser = 'Browser';
97
- } elseif( $find('Kindle Fire Build', $key) || $find('Silk', $key) ) {
98
  $browser = $result['browser'][$key] == 'Silk' ? 'Silk' : 'Kindle';
99
  $platform = 'Kindle Fire';
100
  if( !($version = $result['version'][$key]) || !is_numeric($version[0]) ) {
29
 
30
  if( preg_match('/\((.*?)\)/im', $u_agent, $parent_matches) ) {
31
 
32
+ preg_match_all('/(?P<platform>BB\d+;|Android|CrOS|Tizen|iPhone|iPad|iPod|Linux|Macintosh|Windows(\ Phone)?|Silk|linux-gnu|BlackBerry|PlayBook|(New\ )?Nintendo\ (WiiU?|3?DS)|Xbox(\ One)?)
33
  (?:\ [^;]*)?
34
  (?:;|$)/imx', $parent_matches[1], $result, PREG_PATTERN_ORDER);
35
 
52
  $platform = 'Chrome OS';
53
  }
54
 
55
+ preg_match_all('%(?P<browser>Camino|Kindle(\ Fire)?|Firefox|Iceweasel|Safari|MSIE|Trident|AppleWebKit|TizenBrowser|Chrome|
56
  Vivaldi|IEMobile|Opera|OPR|Silk|Midori|Edge|CriOS|
57
  Baiduspider|Googlebot|YandexBot|bingbot|Lynx|Version|Wget|curl|
58
  NintendoBrowser|PLAYSTATION\ (\d|Vita)+)
76
  $browser = $result['browser'][0];
77
  $version = $result['version'][0];
78
 
79
+ $lowerBrowser = array_map('strtolower', $result['browser']);
80
+
81
+ $find = function ( $search, &$key ) use ( $lowerBrowser ) {
82
+ $xkey = array_search(strtolower($search), $lowerBrowser);
83
  if( $xkey !== false ) {
84
  $key = $xkey;
85
 
96
  } elseif( $find('Playstation Vita', $key) ) {
97
  $platform = 'PlayStation Vita';
98
  $browser = 'Browser';
99
+ } elseif( $find('Kindle Fire', $key) || $find('Silk', $key) ) {
100
  $browser = $result['browser'][$key] == 'Silk' ? 'Silk' : 'Kindle';
101
  $platform = 'Kindle Fire';
102
  if( !($version = $result['version'][$key]) || !is_numeric($version[0]) ) {
vendor/donatj/phpuseragentparser/Tests/UserAgentParserTest.php CHANGED
@@ -46,4 +46,4 @@ class UserAgentParser_test extends \PHPUnit_Framework_TestCase {
46
  $this->assertEquals(array('platform'=>null, 'browser' => 'Test', 'version' => '1.0'), parse_user_agent());
47
  }
48
 
49
- }
46
  $this->assertEquals(array('platform'=>null, 'browser' => 'Test', 'version' => '1.0'), parse_user_agent());
47
  }
48
 
49
+ }
vendor/donatj/phpuseragentparser/Tests/user_agents.json CHANGED
@@ -404,6 +404,21 @@
404
  "browser": "Safari",
405
  "version": "5.0.2"
406
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
407
  "Mozilla\/4.0 (compatible; Linux 2.6.10) NetFront\/3.3 Kindle\/1.0 (screen 600x800)": {
408
  "platform": "Kindle",
409
  "browser": "Kindle",
@@ -449,6 +464,21 @@
449
  "browser": "Silk",
450
  "version": "2.2"
451
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
452
  "Mozilla\/5.0 (New Nintendo 3DS like iPhone) AppleWebKit\/536.30 (KHTML, like Gecko) NX\/3.0.0.5.8 Mobile NintendoBrowser\/1.0.9934.JP": {
453
  "platform": "New Nintendo 3DS",
454
  "browser": "NintendoBrowser",
@@ -514,11 +544,16 @@
514
  "browser": "NetFront",
515
  "version": "1.50"
516
  },
517
- "Mozilla\/5.0 (Playstation Vita 1.50) AppleWebKit\/531.22.8 (KHTML, like Gecko)\ufeff Silk\/3.2\ufeff": {
518
  "platform": "PlayStation Vita",
519
  "browser": "Browser",
520
  "version": "1.50"
521
  },
 
 
 
 
 
522
  "Mozilla\/5.0 (Linux; U; Tizen 2.0; en-us) AppleWebKit\/537.1 (KHTML, like Gecko) Mobile TizenBrowser\/2": {
523
  "platform": "Tizen",
524
  "browser": "TizenBrowser",
@@ -599,6 +634,11 @@
599
  "browser": "IEMobile",
600
  "version": "7.0"
601
  },
 
 
 
 
 
602
  "Mozilla\/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident\/5.0; IEMobile\/9.0; Xbox)": {
603
  "platform": "Xbox",
604
  "browser": "IEMobile",
404
  "browser": "Safari",
405
  "version": "5.0.2"
406
  },
407
+ "Mozilla\/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit\/420.1 (KHTML, like Gecko) Version\/3.0 Mobile\/3A101a Safari\/419.3": {
408
+ "platform": "iPod",
409
+ "browser": "Safari",
410
+ "version": "3.0"
411
+ },
412
+ "Mozilla\/5.0 (iPod; CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit\/534.46 (KHTML, like Gecko) Version\/5.1 Mobile\/9A405 Safari\/7534.48.3": {
413
+ "platform": "iPod",
414
+ "browser": "Safari",
415
+ "version": "5.1"
416
+ },
417
+ "Mozilla\/5.0 (iPod touch; CPU iPhone OS 7_0_3 like Mac OS X) AppleWebKit\/537.51.1 (KHTML, like Gecko) Version\/7.0 Mobile\/11B511 Safari\/9537.53": {
418
+ "platform": "iPod",
419
+ "browser": "Safari",
420
+ "version": "7.0"
421
+ },
422
  "Mozilla\/4.0 (compatible; Linux 2.6.10) NetFront\/3.3 Kindle\/1.0 (screen 600x800)": {
423
  "platform": "Kindle",
424
  "browser": "Kindle",
464
  "browser": "Silk",
465
  "version": "2.2"
466
  },
467
+ "Mozilla\/5.0 (Linux; U; Android 4.2.2; en-us; KFTHWI Build\/JDQ39) AppleWebKit\/537.36 (KHTML, like Gecko) Silk\/3.22 like Chrome\/34.0.1847.137 Mobile Safari\/537.36": {
468
+ "platform": "Kindle Fire",
469
+ "browser": "Silk",
470
+ "version": "3.22"
471
+ },
472
+ "Mozilla\/5.0 (Linux; U; Android 4.2.2; en-us; KFTHWI Build\/JDQ39) AppleWebKit\/537.36 (KHTML, like Gecko) Silk\/3.22 like Chrome\/34.0.1847.137 Safari\/537.36": {
473
+ "platform": "Kindle Fire",
474
+ "browser": "Silk",
475
+ "version": "3.22"
476
+ },
477
+ "Mozilla\/5.0 (X11; Linux x86_64; U; en-us) AppleWebKit\/537.36 (KHTML, like Gecko) Silk\/3.22 like Chrome\/34.0.1847.137 Safari\/537.36": {
478
+ "platform": "Kindle Fire",
479
+ "browser": "Silk",
480
+ "version": "3.22"
481
+ },
482
  "Mozilla\/5.0 (New Nintendo 3DS like iPhone) AppleWebKit\/536.30 (KHTML, like Gecko) NX\/3.0.0.5.8 Mobile NintendoBrowser\/1.0.9934.JP": {
483
  "platform": "New Nintendo 3DS",
484
  "browser": "NintendoBrowser",
544
  "browser": "NetFront",
545
  "version": "1.50"
546
  },
547
+ "Mozilla\/5.0 (Playstation Vita 1.50) AppleWebKit\/531.22.8 (KHTML, like Gecko) Silk\/3.2": {
548
  "platform": "PlayStation Vita",
549
  "browser": "Browser",
550
  "version": "1.50"
551
  },
552
+ "Mozilla\/5.0 (PlayStation Vita 1.69) AppleWebKit\/531.22.8 (KHTML, like Gecko) Silk\/3.2": {
553
+ "platform": "PlayStation Vita",
554
+ "browser": "Browser",
555
+ "version": "1.69"
556
+ },
557
  "Mozilla\/5.0 (Linux; U; Tizen 2.0; en-us) AppleWebKit\/537.1 (KHTML, like Gecko) Mobile TizenBrowser\/2": {
558
  "platform": "Tizen",
559
  "browser": "TizenBrowser",
634
  "browser": "IEMobile",
635
  "version": "7.0"
636
  },
637
+ "Mozilla\/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident\/5.0; Xbox), or Mozilla\/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident\/5.0; IEMobile\/9.0; Xbox)": {
638
+ "platform": "Xbox",
639
+ "browser": "IEMobile",
640
+ "version": "9.0"
641
+ },
642
  "Mozilla\/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident\/5.0; IEMobile\/9.0; Xbox)": {
643
  "platform": "Xbox",
644
  "browser": "IEMobile",
vendor/geoip2/geoip2/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
  CHANGELOG
2
  =========
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  2.3.1 (2015-06-30)
5
  ------------------
6
 
1
  CHANGELOG
2
  =========
3
 
4
+ 2.3.3 (2015-09-24)
5
+ ------------------
6
+
7
+ * Corrected case on `JsonSerializable` interface. Reported by Axel Etcheverry.
8
+ Fixes #56.
9
+
10
+ 2.3.2 (2015-09-23)
11
+ ------------------
12
+
13
+ * `JsonSerializable` compatibility interface was moved to `GeoIp2\Compat`
14
+ rather than the global namespace to prevent autoloading issues. Reported by
15
+ Tomas Buteler. GitHub #54.
16
+ * Missing documentation for the `$postal` property was added to the
17
+ `GeoIp2\Model\City` class. Fix by Roy Sindre Norangshol. GitHub #51.
18
+ * In the Phar distribution, source files for this module no longer have their
19
+ documentation stripped, allowing IDE introspection to work properly.
20
+ Reported by Dominic Black. GitHub #52.
21
+
22
  2.3.1 (2015-06-30)
23
  ------------------
24
 
vendor/geoip2/geoip2/box.json CHANGED
@@ -29,7 +29,14 @@
29
  "in": "vendor"
30
  }
31
  ],
32
- "directories": ["compat", "src/"],
 
 
 
 
 
 
 
33
  "git-version": "git-version",
34
  "shebang": false,
35
  "stub": true
29
  "in": "vendor"
30
  }
31
  ],
32
+ "finder-bin": [
33
+ {
34
+ "name": [
35
+ "*.php"
36
+ ],
37
+ "in": "src"
38
+ }
39
+ ],
40
  "git-version": "git-version",
41
  "shebang": false,
42
  "stub": true
vendor/geoip2/geoip2/compat/JsonSerializable.php DELETED
@@ -1,13 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * This interface exists to provide backwards compatibility with PHP 5.3
5
- */
6
- interface JsonSerializable
7
- {
8
- /**
9
- * Returns data that can be serialized by json_encode
10
- *
11
- */
12
- public function jsonSerialize();
13
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/geoip2/geoip2/composer.json CHANGED
@@ -22,8 +22,7 @@
22
  },
23
  "autoload": {
24
  "psr-4": {
25
- "GeoIp2\\": "src",
26
- "": "compat/"
27
  }
28
  }
29
  }
22
  },
23
  "autoload": {
24
  "psr-4": {
25
+ "GeoIp2\\": "src"
 
26
  }
27
  }
28
  }
vendor/geoip2/geoip2/src/Compat/JsonSerializable.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace GeoIp2\Compat;
4
+
5
+ // @codingStandardsIgnoreFile
6
+
7
+ /**
8
+ * This interface exists to provide backwards compatibility with PHP 5.3
9
+ *
10
+ * This should _not_ be used by any third-party code.
11
+ *
12
+ * @ignore
13
+ */
14
+ if (interface_exists('JsonSerializable')) {
15
+ interface JsonSerializable extends \JsonSerializable
16
+ {
17
+ }
18
+ } else {
19
+ interface JsonSerializable
20
+ {
21
+ /**
22
+ * Returns data that can be serialized by json_encode
23
+ * @ignore
24
+ */
25
+ public function jsonSerialize();
26
+ }
27
+ }
vendor/geoip2/geoip2/src/Model/AbstractModel.php CHANGED
@@ -2,10 +2,12 @@
2
 
3
  namespace GeoIp2\Model;
4
 
 
 
5
  /**
6
  * @ignore
7
  */
8
- abstract class AbstractModel implements \JsonSerializable
9
  {
10
  protected $raw;
11
 
2
 
3
  namespace GeoIp2\Model;
4
 
5
+ use GeoIp2\Compat\JsonSerializable;
6
+
7
  /**
8
  * @ignore
9
  */
10
+ abstract class AbstractModel implements JsonSerializable
11
  {
12
  protected $raw;
13
 
vendor/geoip2/geoip2/src/Model/City.php CHANGED
@@ -22,6 +22,9 @@ namespace GeoIp2\Model;
22
  * @property \GeoIp2\Record\Location $location Location data for the
23
  * requested IP address.
24
  *
 
 
 
25
  * @property \GeoIp2\Record\MaxMind $maxmind Data related to your MaxMind
26
  * account.
27
  *
22
  * @property \GeoIp2\Record\Location $location Location data for the
23
  * requested IP address.
24
  *
25
+ * @property \GeoIp2\Record\Postal $postal Postal data for the
26
+ * requested IP address.
27
+ *
28
  * @property \GeoIp2\Record\MaxMind $maxmind Data related to your MaxMind
29
  * account.
30
  *
vendor/geoip2/geoip2/src/Record/AbstractRecord.php CHANGED
@@ -2,7 +2,9 @@
2
 
3
  namespace GeoIp2\Record;
4
 
5
- abstract class AbstractRecord implements \JsonSerializable
 
 
6
  {
7
  private $record;
8
 
2
 
3
  namespace GeoIp2\Record;
4
 
5
+ use GeoIp2\Compat\JsonSerializable;
6
+
7
+ abstract class AbstractRecord implements JsonSerializable
8
  {
9
  private $record;
10
 
vendor/geoip2/geoip2/src/Record/Traits.php CHANGED
@@ -36,9 +36,10 @@ namespace GeoIp2\Record;
36
  * Anonymous IP database} to determine whether the IP address is used by an
37
  * anonymizing service.
38
  *
39
- * @property boolean $isSatelliteProvider *Deprecated.* Please see our {@link
40
- * https://www.maxmind.com/en/geoip2-anonymous-ip-database GeoIP2
41
- * Anonymous IP database}.
 
42
  *
43
  * @property string $isp The name of the ISP associated with the IP address.
44
  * This attribute is only available from the City and Insights web service end
36
  * Anonymous IP database} to determine whether the IP address is used by an
37
  * anonymizing service.
38
  *
39
+ * @property boolean $isSatelliteProvider *Deprecated.* Due to the increased
40
+ * coverage by mobile carriers, very few satellite providers now serve
41
+ * multiple countries. As a result, the output does not provide sufficiently
42
+ * relevant data for us to maintain it.
43
  *
44
  * @property string $isp The name of the ISP associated with the IP address.
45
  * This attribute is only available from the City and Insights web service end
vendor/geoip2/geoip2/src/WebService/Client.php CHANGED
@@ -48,7 +48,7 @@ class Client implements ProviderInterface
48
  private $client;
49
  private static $basePath = '/geoip/v2.1';
50
 
51
- const VERSION = 'v2.3.1';
52
 
53
  /**
54
  * Constructor.
48
  private $client;
49
  private static $basePath = '/geoip/v2.1';
50
 
51
+ const VERSION = 'v2.3.3';
52
 
53
  /**
54
  * Constructor.
wp-statistics.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Statistics
4
  Plugin URI: http://wp-statistics.com/
5
  Description: Complete statistics for your WordPress site.
6
- Version: 9.6.6
7
  Author: Mostafa Soufi & Greg Ross
8
  Author URI: http://wp-statistics.com/
9
  Text Domain: wp_statistics
@@ -12,7 +12,7 @@ License: GPL2
12
  */
13
 
14
  // These defines are used later for various reasons.
15
- define('WP_STATISTICS_VERSION', '9.6.6');
16
  define('WP_STATISTICS_MANUAL', 'manual/WP Statistics Admin Manual.');
17
  define('WP_STATISTICS_REQUIRED_PHP_VERSION', '5.3.0');
18
  define('WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION', WP_STATISTICS_REQUIRED_PHP_VERSION);
3
  Plugin Name: WP Statistics
4
  Plugin URI: http://wp-statistics.com/
5
  Description: Complete statistics for your WordPress site.
6
+ Version: 9.7
7
  Author: Mostafa Soufi & Greg Ross
8
  Author URI: http://wp-statistics.com/
9
  Text Domain: wp_statistics
12
  */
13
 
14
  // These defines are used later for various reasons.
15
+ define('WP_STATISTICS_VERSION', '9.7');
16
  define('WP_STATISTICS_MANUAL', 'manual/WP Statistics Admin Manual.');
17
  define('WP_STATISTICS_REQUIRED_PHP_VERSION', '5.3.0');
18
  define('WP_STATISTICS_REQUIRED_GEOIP_PHP_VERSION', WP_STATISTICS_REQUIRED_PHP_VERSION);