Slimstat Analytics - Version 4.8.3

Version Description

= * [Note] Thank you for all the great feedback you provided to our unofficial survey about retiring the 'browser plugins' feature. The vast majority of those who replied confirmed what we already thought. Please consider backing up your database if you would like to preserve this information for future analysis. With this update, we removed the portion of code that tracks that information, but kept the existing data untouched. In a couple of releases, code will be added to actually drop this column from the database. * [New] If English is not your primary languge, Slimstat will now display a notice asking for your help to translate our plugin in your language. Please consider volunteering for this great opportunity to help our community! * [Update] We are working with the GlotPress community to improve the way Slimstat speaks your language. We had to change the way certain strings are defined in our source code. Please let us know if you notice any unexpected behavior when analyzing languages, countries and operating systems. * [Update] Removed Facebook rankings metrics, as the API has been deprecated and the new one is not accessible without a private token. * [Update] MozRank has been deprecated, we have replaced it with the Domain Authority metric. * [Update] Spring cleaning in the 'admin notices' department: removed some obsolete CSS code, replaced by built-in WP classes and definitions. * [Fix] Changed the default minimum capability to access the reports from 'activate_plugins' to 'manage_options', so that regular administrators (a.k.a. non-super admins) in a multisite environment can still see their own reports (thank you, homepageware). This update does not affect existing installations: if you want regular admins to see their own stats, please go to Slimstat > Settings > Access Control and change the values in the corresponding fields. * [Fix] The autorefresh feature for the Activity Log was not working as expected. Thank you to all the users who patiently worked with us to identify the issue. * [Fix] A conflict between the Async loader and AmCharts 4 was causing the Screen Options tab to not work as expected (thank you, softfully). * [Fix] Removed unused setting 'Expand Reports'

Download this release

Release Info

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

Code changes from version 4.8.2 to 4.8.3

README.md CHANGED
@@ -2,11 +2,9 @@
2
  **Contributors:** coolmann
3
  **Donate link:** https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BNJR5EZNY3W38
4
  **Tags:** analytics, statistics, counter, tracking, reports, wassup, geolocation, online users, spider, tracker, pageviews, stats, maxmind, statistics, statpress, power stats, hit
5
- Text Domain: wp-slimstat
6
  **Requires at least:** 3.8
7
- Requires PHP: 5.2
8
- **Tested up to:** 5.1
9
- **Stable tag:** 4.8.2
10
 
11
 
12
  ## Description
@@ -77,13 +75,26 @@ Our knowledge base is available on our [support center](https://docs.wp-slimstat
77
 
78
  ## Changelog
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  ### 4.8.2
81
  * [Note] Our team has been contemplating the idea of deprecating the information collected about your visitors' *browser plugins* (Java, PDF reader, RealView player, Silverlight, etc). In this day and age, where browsers use either built-in functionality to provide those features, or extensions that cannot be tracked for privacy purposes, it feels anachronistic to continue collecting this outdated information. By getting rid of this specific feature, we can streamline our code, improve performance, and reduce the database size. However, we wanted to hear from our users before anything is actually implemented. Please do not hesitate [to let us know](https://support.wp-slimstat.com) if you are using the 'browser plugins' field for your reporting needs.
82
  * [New] Many CRM integration plugins rely mostly on the user emails, not usernames. For this reason, a new email field has been added to the database (thank you, [sandrodz](https://github.com/sandrodz)).
83
  * [Update] Changed the preset intervals in the date filter dropdown so that you can get a day over day comparison (Monday over Monday, etc) for improved accuracy.
84
  * [Update] [AmCharts](https://www.amcharts.com/javascript-charts/), the library used to render all of our charts, has been updated to version 4.4.9.
85
  * [Fix] The countdown timer on the Activity Log was not working as expected (thank you, [anniest](https://wordpress.org/support/topic/no-refresh-2/)).
86
- * [Fix] A conflict between the Async loader and AmCharts 4 was causing the Screen Options tab to not work as expected (thank you, [softfully](https://wordpress.org/support/topic/screen-options-doesnt-open/)).
87
  * [Fix] The countdown timer was causing an warning message to appear on other screens.
88
  * [Fix] Minor aesthetic improvements.
89
 
2
  **Contributors:** coolmann
3
  **Donate link:** https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BNJR5EZNY3W38
4
  **Tags:** analytics, statistics, counter, tracking, reports, wassup, geolocation, online users, spider, tracker, pageviews, stats, maxmind, statistics, statpress, power stats, hit
 
5
  **Requires at least:** 3.8
6
+ **Tested up to:** 5.2
7
+ **Stable tag:** 4.8.3
 
8
 
9
 
10
  ## Description
75
 
76
  ## Changelog
77
 
78
+
79
+ ## 4.8.3
80
+ * [Note] Thank you for all the great feedback you provided to our unofficial survey about retiring the 'browser plugins' feature. The vast majority of those who replied confirmed what we already thought. Please consider backing up your database if you would like to preserve this information for future analysis. With this update, we removed the portion of code that tracks that information, but kept the existing data untouched. In a couple of releases, code will be added to actually drop this column from the database.
81
+ * [New] If English is not your primary languge, Slimstat will now display a notice asking for your help to [translate our plugin](https://translate.wordpress.org/projects/wp-plugins/wp-slimstat/) in your language. Please consider volunteering for this great opportunity to help our community!
82
+ * [Update] We are working with the GlotPress community to improve the way Slimstat speaks your language. We had to change the way certain strings are defined in our source code. Please let us know if you notice any unexpected behavior when analyzing languages, countries and operating systems.
83
+ * [Update] Removed Facebook rankings metrics, as the API has been deprecated and the new one is not accessible without a private token.
84
+ * [Update] MozRank has been deprecated, we have replaced it with the Domain Authority metric.
85
+ * [Update] Spring cleaning in the 'admin notices' department: removed some obsolete CSS code, replaced by built-in WP classes and definitions.
86
+ * [Fix] Changed the default minimum capability to access the reports from 'activate_plugins' to 'manage_options', so that regular administrators (a.k.a. non-super admins) in a multisite environment can still see their own reports (thank you, [homepageware](https://wordpress.org/support/topic/slimstat-and-multisite/)). This update does not affect existing installations: if you want regular admins to see their own stats, please go to Slimstat > Settings > Access Control and change the values in the corresponding fields.
87
+ * [Fix] The autorefresh feature for the Activity Log was not working as expected. Thank you to all the users who patiently worked with us to identify the issue.
88
+ * [Fix] A conflict between the Async loader and AmCharts 4 was causing the Screen Options tab to not work as expected (thank you, [softfully](https://wordpress.org/support/topic/screen-options-doesnt-open/)).
89
+ * [Fix] Removed unused setting 'Expand Reports'
90
+
91
+
92
  ### 4.8.2
93
  * [Note] Our team has been contemplating the idea of deprecating the information collected about your visitors' *browser plugins* (Java, PDF reader, RealView player, Silverlight, etc). In this day and age, where browsers use either built-in functionality to provide those features, or extensions that cannot be tracked for privacy purposes, it feels anachronistic to continue collecting this outdated information. By getting rid of this specific feature, we can streamline our code, improve performance, and reduce the database size. However, we wanted to hear from our users before anything is actually implemented. Please do not hesitate [to let us know](https://support.wp-slimstat.com) if you are using the 'browser plugins' field for your reporting needs.
94
  * [New] Many CRM integration plugins rely mostly on the user emails, not usernames. For this reason, a new email field has been added to the database (thank you, [sandrodz](https://github.com/sandrodz)).
95
  * [Update] Changed the preset intervals in the date filter dropdown so that you can get a day over day comparison (Monday over Monday, etc) for improved accuracy.
96
  * [Update] [AmCharts](https://www.amcharts.com/javascript-charts/), the library used to render all of our charts, has been updated to version 4.4.9.
97
  * [Fix] The countdown timer on the Activity Log was not working as expected (thank you, [anniest](https://wordpress.org/support/topic/no-refresh-2/)).
 
98
  * [Fix] The countdown timer was causing an warning message to appear on other screens.
99
  * [Fix] Minor aesthetic improvements.
100
 
admin/config/index.php CHANGED
@@ -99,7 +99,7 @@ $settings = array(
99
  'hide_addons' => array( 'description' => __( 'Hide Add-ons', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Enable this option to hide all your <strong>active</strong> premium add-ons from the list of plugins in WordPress. Please note that you will still receive updates for hidden add-ons.', 'wp-slimstat' ) ),
100
 
101
  'general_database_header' => array('description' => __('Database','wp-slimstat'), 'type' => 'section_header'),
102
- 'auto_purge' => array( 'description' => __( 'Retain data for', 'wp-slimstat' ), 'type' => 'integer', 'long_description' => __( "Clean-up log entries older than the number of days specified here above. Enter <strong>0</strong> (number zero) if you want to preserve your data in the main table (neither archive it nor delete it) regardless of its age.", 'wp-slimstat' ).( (wp_slimstat::$settings[ 'auto_purge' ] > 0)?' '.__('Next clean-up on','wp-slimstat').' <strong>'.date_i18n(get_option('date_format').', '.get_option('time_format'), wp_next_scheduled( 'wp_update_plugins' ) ) . '</strong>. '.sprintf(__('Entries logged on or before %s will be archived or deleted according to the option here below.','wp-slimstat'), date_i18n(get_option('date_format'), strtotime('-'.wp_slimstat::$settings['auto_purge'].' days'))):''), 'after_input_field' => __('days','wp-slimstat') ),
103
  'auto_purge_delete' => array( 'description' => __( 'Archive records', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'If DB space is not an issue, you can decide to archive older records in another table, instead of deleting them. This way performance is preserved, but you will still be able to access your data at a later time, if needed. Please note that the archive table (<code>wp_slim_stats_archive</code>) will be <strong>deleted</strong> along with all the other tables, when Slimstat is uninstalled. Make sure to backup your data before you proceed.', 'wp-slimstat' ) )
104
  )
105
  ),
@@ -180,7 +180,6 @@ $settings = array(
180
  'reports_functionality_header' => array( 'description' => __( 'Functionality', 'wp-slimstat' ), 'type' => 'section_header' ),
181
  'use_current_month_timespan' => array( 'description' => __( 'Default Time Span', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Determine what is the default time period for calculating all the data in each report: current month or past given number of days. The number of days is defined under Basic > Report Interval. You can always use the time filter dropdown to customize this value even further.', 'wp-slimstat' ), 'custom_label_on' => 'Month', 'custom_label_off' => 'Days' ),
182
  'async_load' => array( 'description' => __( 'Async Mode', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Activate this feature if your reports take a while to load. It breaks down the load on your server into multiple requests, thus avoiding memory issues and performance problems.', 'wp-slimstat' ) ),
183
- 'expand_details' => array('description' => __('Expand Details','wp-slimstat'), 'type' => 'toggle', 'long_description' => __("Expand each row's details by default, insted of on mousehover.",'wp-slimstat')),
184
  'rows_to_show' => array('description' => __('Rows to Display','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Specify the number of items in each report.','wp-slimstat')),
185
  'limit_results' => array( 'description' => __( 'Max Results','wp-slimstat' ), 'type' => 'integer', 'long_description' => __( 'Decide how many records should be retrieved from the database in total. Depending on your server configuration, you may want to fine tune this value to avoid exceeding your PHP memory limit.', 'wp-slimstat' ) ),
186
  'ip_lookup_service' => array('description' => __( 'IP Lookup', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( 'Customize the Geolocation service to be used in the reports. Default: <code>https://www.infosniper.net/?ip_address=</code>', 'wp-slimstat' ) ),
@@ -206,15 +205,15 @@ $settings = array(
206
  'rows' => array(
207
  'permissions_reports_header' => array( 'description' => __( 'Reports', 'wp-slimstat' ), 'type' => 'section_header' ),
208
  'restrict_authors_view' => array( 'description' => __( 'Restrict Authors', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Enable this option if you want your authors to only see stats related to their own content.', 'wp-slimstat' ) ),
209
- 'capability_can_view' => array( 'description' => __( 'Capability', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( "Specify the minimum <a href='https://codex.wordpress.org/Roles_and_Capabilities' target='_new'>capability</a> needed to access the reports (default: <code>activate_plugins</code>). If this field is empty, <strong>all your users</strong> (including subscribers) will have access to the reports, unless a 'Read access' whitelist has been specified here below. In this case, the list has precedence over the capability.", 'wp-slimstat' ) ),
210
  'can_view' => array( 'description' => __( 'Whitelist', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( "List all the users who should have access to the reports. Administrators are implicitly allowed, so you don't need to list them in here. Usernames are case sensitive.", 'wp-slimstat' ), 'skip_update' => true ),
211
 
212
  'permissions_customize_header' => array( 'description' => __( 'Customizer', 'wp-slimstat' ), 'type' => 'section_header' ),
213
- 'capability_can_customize' => array( 'description' => __( 'Capability', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( "Specify the minimum <a href='https://codex.wordpress.org/Roles_and_Capabilities' target='_new'>capability</a> needed to be able to customize the reports layout (default: <code>activate_plugins</code>). If this field is empty, your users will be permitted to use this features.", 'wp-slimstat' ) ),
214
  'can_customize' => array( 'description' => __( 'Whitelist', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( "List all the users who should be allowed to customize their report layout. Administrators are implicitly allowed, so you don't need to list them in here. Usernames are case sensitive.", 'wp-slimstat' ), 'skip_update' => true ),
215
 
216
  'permissions_config_header' => array( 'description' => __( 'Settings', 'wp-slimstat' ), 'type' => 'section_header' ),
217
- 'capability_can_admin' => array( 'description' => __( 'Capability', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( "Specify the minimum <a href='https://codex.wordpress.org/Roles_and_Capabilities' target='_new'>capability</a> required to configure Slimstat (default: <code>activate_plugins</code>). The whitelist here below can be used to override this option for specific users.", 'wp-slimstat' ) ),
218
  'can_admin' => array( 'description' => __( 'Whitelist', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( "List all the users who can edit these options. Please be advised that admins <strong>are not</strong> implicitly allowed, so do not forget to include yourself! Usernames are case sensitive.", 'wp-slimstat' ), 'skip_update' => true ),
219
 
220
  'rest_api_header' => array( 'description' => __( 'Rest API', 'wp-slimstat' ), 'type' => 'section_header' ),
99
  'hide_addons' => array( 'description' => __( 'Hide Add-ons', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Enable this option to hide all your <strong>active</strong> premium add-ons from the list of plugins in WordPress. Please note that you will still receive updates for hidden add-ons.', 'wp-slimstat' ) ),
100
 
101
  'general_database_header' => array('description' => __('Database','wp-slimstat'), 'type' => 'section_header'),
102
+ 'auto_purge' => array( 'description' => __( 'Retain data for', 'wp-slimstat' ), 'type' => 'integer', 'long_description' => __( "Clean-up log entries older than the number of days specified here above. Enter <strong>0</strong> (number zero) if you want to preserve your data in the main table (neither archive it nor delete it) regardless of its age.", 'wp-slimstat' ).( (wp_slimstat::$settings[ 'auto_purge' ] > 0)?' '.__('Next clean-up on','wp-slimstat').' <strong>' . date_i18n( get_option( 'date_format' ) . ', ' . get_option( 'time_format' ), wp_next_scheduled( 'wp_update_plugins' ) ) . '</strong>. ' . sprintf( __( 'Entries logged on or before %s will be archived or deleted according to the option here below.', 'wp-slimstat' ), date_i18n( get_option( 'date_format' ), strtotime( '-' . wp_slimstat::$settings[ 'auto_purge' ] . ' days' ) ) ) : '' ), 'after_input_field' => __( 'days', 'wp-slimstat' ) ),
103
  'auto_purge_delete' => array( 'description' => __( 'Archive records', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'If DB space is not an issue, you can decide to archive older records in another table, instead of deleting them. This way performance is preserved, but you will still be able to access your data at a later time, if needed. Please note that the archive table (<code>wp_slim_stats_archive</code>) will be <strong>deleted</strong> along with all the other tables, when Slimstat is uninstalled. Make sure to backup your data before you proceed.', 'wp-slimstat' ) )
104
  )
105
  ),
180
  'reports_functionality_header' => array( 'description' => __( 'Functionality', 'wp-slimstat' ), 'type' => 'section_header' ),
181
  'use_current_month_timespan' => array( 'description' => __( 'Default Time Span', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Determine what is the default time period for calculating all the data in each report: current month or past given number of days. The number of days is defined under Basic > Report Interval. You can always use the time filter dropdown to customize this value even further.', 'wp-slimstat' ), 'custom_label_on' => 'Month', 'custom_label_off' => 'Days' ),
182
  'async_load' => array( 'description' => __( 'Async Mode', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Activate this feature if your reports take a while to load. It breaks down the load on your server into multiple requests, thus avoiding memory issues and performance problems.', 'wp-slimstat' ) ),
 
183
  'rows_to_show' => array('description' => __('Rows to Display','wp-slimstat'), 'type' => 'integer', 'long_description' => __('Specify the number of items in each report.','wp-slimstat')),
184
  'limit_results' => array( 'description' => __( 'Max Results','wp-slimstat' ), 'type' => 'integer', 'long_description' => __( 'Decide how many records should be retrieved from the database in total. Depending on your server configuration, you may want to fine tune this value to avoid exceeding your PHP memory limit.', 'wp-slimstat' ) ),
185
  'ip_lookup_service' => array('description' => __( 'IP Lookup', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( 'Customize the Geolocation service to be used in the reports. Default: <code>https://www.infosniper.net/?ip_address=</code>', 'wp-slimstat' ) ),
205
  'rows' => array(
206
  'permissions_reports_header' => array( 'description' => __( 'Reports', 'wp-slimstat' ), 'type' => 'section_header' ),
207
  'restrict_authors_view' => array( 'description' => __( 'Restrict Authors', 'wp-slimstat' ), 'type' => 'toggle', 'long_description' => __( 'Enable this option if you want your authors to only see stats related to their own content.', 'wp-slimstat' ) ),
208
+ 'capability_can_view' => array( 'description' => __( 'Capability', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-capabilities/' target='_new'>capability</a> needed to access the reports (default: <code>manage_options</code>). If this field is empty, <strong>all your users</strong> (including subscribers) will have access to the reports, unless a 'Read access' whitelist has been specified here below. In this case, the list has precedence over the capability.", 'wp-slimstat' ) ),
209
  'can_view' => array( 'description' => __( 'Whitelist', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( "List all the users who should have access to the reports. Administrators are implicitly allowed, so you don't need to list them in here. Usernames are case sensitive.", 'wp-slimstat' ), 'skip_update' => true ),
210
 
211
  'permissions_customize_header' => array( 'description' => __( 'Customizer', 'wp-slimstat' ), 'type' => 'section_header' ),
212
+ 'capability_can_customize' => array( 'description' => __( 'Capability', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-capabilities/' target='_new'>capability</a> needed to be able to customize the reports layout (default: <code>manage_options</code>). If this field is empty, your users will be permitted to use this features.", 'wp-slimstat' ) ),
213
  'can_customize' => array( 'description' => __( 'Whitelist', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( "List all the users who should be allowed to customize their report layout. Administrators are implicitly allowed, so you don't need to list them in here. Usernames are case sensitive.", 'wp-slimstat' ), 'skip_update' => true ),
214
 
215
  'permissions_config_header' => array( 'description' => __( 'Settings', 'wp-slimstat' ), 'type' => 'section_header' ),
216
+ 'capability_can_admin' => array( 'description' => __( 'Capability', 'wp-slimstat' ), 'type' => 'text', 'long_description' => __( "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-capabilities/' target='_new'>capability</a> required to configure Slimstat (default: <code>manage_options</code>). The whitelist here below can be used to override this option for specific users.", 'wp-slimstat' ) ),
217
  'can_admin' => array( 'description' => __( 'Whitelist', 'wp-slimstat' ), 'type' => 'textarea', 'long_description' => __( "List all the users who can edit these options. Please be advised that admins <strong>are not</strong> implicitly allowed, so do not forget to include yourself! Usernames are case sensitive.", 'wp-slimstat' ), 'skip_update' => true ),
218
 
219
  'rest_api_header' => array( 'description' => __( 'Rest API', 'wp-slimstat' ), 'type' => 'section_header' ),
admin/config/maintenance.php CHANGED
@@ -13,7 +13,7 @@ if ( !empty( $_REQUEST[ 'action' ] ) ) {
13
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats ADD INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_resource_idx( resource( 20 ) )" );
14
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats ADD INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_browser_idx( browser( 10 ) )" );
15
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats ADD INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_searchterms_idx( searchterms( 15 ) )" );
16
- wp_slimstat_admin::show_alert_message( __( 'Congratulations! Slimstat Analytics is now optimized for <a href="https://www.youtube.com/watch?v=ygE01sOhzz0" target="_blank">ludicrous speed</a>.', 'wp-slimstat' ) );
17
  break;
18
 
19
  case 'activate-sql-debug-mode':
@@ -24,7 +24,7 @@ if ( !empty( $_REQUEST[ 'action' ] ) ) {
24
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats DROP INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_resource_idx" );
25
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats DROP INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_browser_idx");
26
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats DROP INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_searchterms_idx");
27
- wp_slimstat_admin::show_alert_message( __( 'Indexing has been disabled. Enjoy the extra database space!', 'wp-slimstat' ) );
28
  break;
29
 
30
  case 'deactivate-sql-debug-mode':
@@ -40,24 +40,24 @@ if ( !empty( $_REQUEST[ 'action' ] ) ) {
40
  FROM {$GLOBALS['wpdb']->prefix}slim_stats t1
41
  WHERE ".wp_slimstat_db::get_combined_where('', '*', false));
42
  }
43
- wp_slimstat_admin::show_alert_message( intval( $rows_affected ) . ' ' . __( 'records deleted from your database.', 'wp-slimstat' ) );
44
  break;
45
 
46
  case 'delete-maxmind':
47
  $is_deleted = @unlink( wp_slimstat::$maxmind_path );
48
 
49
  if ( $is_deleted ) {
50
- wp_slimstat_admin::show_alert_message( __( 'The geolocation database has been uninstalled from your server.', 'wp-slimstat' ) );
51
  }
52
  else {
53
  // Some users have reported that a directory is created, instead of a file
54
  $is_deleted = @rmdir( wp_slimstat::$maxmind_path );
55
 
56
  if ( $is_deleted ) {
57
- wp_slimstat_admin::show_alert_message( __( 'The geolocation database has been uninstalled from your server.', 'wp-slimstat' ) );
58
  }
59
  else {
60
- wp_slimstat_admin::show_alert_message( __( "The geolocation database could not be removed from your server. Please check your folder's permissions and try again.", 'wp-slimstat' ) );
61
  }
62
  }
63
  break;
@@ -66,10 +66,10 @@ if ( !empty( $_REQUEST[ 'action' ] ) ) {
66
  $error = wp_slimstat::download_maxmind_database();
67
 
68
  if (!empty($error)){
69
- wp_slimstat_admin::show_alert_message( $error, 'wp-ui-notification' );
70
  }
71
  else {
72
- wp_slimstat_admin::show_alert_message( __( 'The geolocation database has been installed on your server.', 'wp-slimstat') );
73
  }
74
  break;
75
 
@@ -77,10 +77,10 @@ if ( !empty( $_REQUEST[ 'action' ] ) ) {
77
  // Delete the existing folder, if there
78
  WP_Filesystem();
79
  if ( $GLOBALS[ 'wp_filesystem' ]->rmdir( wp_slimstat::$upload_dir . '/browscap-db-master/', true ) ) {
80
- wp_slimstat_admin::show_alert_message( __( 'The Browscap data file has been uninstalled from your server.', 'wp-slimstat' ) );
81
  }
82
  else {
83
- wp_slimstat_admin::show_alert_message( __( 'There was an error deleting the Browscap data folder on your server. Please check your permissions.', 'wp-slimstat' ) );
84
  }
85
  break;
86
 
@@ -88,7 +88,7 @@ if ( !empty( $_REQUEST[ 'action' ] ) ) {
88
  $error = slim_browser::update_browscap_database( true );
89
 
90
  if ( is_array( $error ) ) {
91
- wp_slimstat_admin::show_alert_message( $error[ 1 ], ( empty( $error[ 0 ] ) ? 'wp-ui-highlight': 'wp-ui-notification' ) );
92
  }
93
  break;
94
 
@@ -99,10 +99,10 @@ if ( !empty( $_REQUEST[ 'action' ] ) ) {
99
  foreach ( $new_settings as $a_setting_name => $a_setting_value ) {
100
  wp_slimstat::$settings[ $a_setting_name ] = $a_setting_value;
101
  }
102
- wp_slimstat_admin::show_alert_message( __( 'Your new Slimstat settings have been imported and installed.', 'wp-slimstat' ) );
103
  }
104
  else {
105
- wp_slimstat_admin::show_alert_message( __( 'There was an error decoding your settings string. Please verify that it is a valid serialized string.', 'wp-slimstat' ) );
106
  }
107
  break;
108
 
@@ -123,13 +123,13 @@ if ( !empty( $_REQUEST[ 'action' ] ) ) {
123
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats ENGINE = InnoDB" );
124
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_events ENGINE = InnoDB" );
125
 
126
- wp_slimstat_admin::show_alert_message( __( 'Your Slimstat tables have been successfully converted to InnoDB.', 'wp-slimstat' ) );
127
  break;
128
 
129
  case 'truncate-archive':
130
  wp_slimstat::$wpdb->query( "DELETE tsa FROM {$GLOBALS[ 'wpdb' ]->prefix}slim_stats_archive tsa" );
131
  wp_slimstat::$wpdb->query( "OPTIMIZE TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats_archive" );
132
- wp_slimstat_admin::show_alert_message( __( 'All the archived records were successfully deleted.', 'wp-slimstat' ) );
133
  break;
134
 
135
  case 'truncate-table':
@@ -137,7 +137,7 @@ if ( !empty( $_REQUEST[ 'action' ] ) ) {
137
  wp_slimstat::$wpdb->query( "OPTIMIZE TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_events" );
138
  wp_slimstat::$wpdb->query( "DELETE t1 FROM {$GLOBALS[ 'wpdb' ]->prefix}slim_stats t1" );
139
  wp_slimstat::$wpdb->query( "OPTIMIZE TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats" );
140
- wp_slimstat_admin::show_alert_message( __( 'All the records were successfully deleted.', 'wp-slimstat' ) );
141
  break;
142
 
143
  default:
@@ -288,7 +288,7 @@ $slim_browsers_exists =wp_slimstat::$wpdb->get_col( "SHOW TABLES LIKE '{$GLOBALS
288
  $maxmind_last_modified = date_i18n( wp_slimstat::$settings[ 'date_format' ], $file_stat[ 'mtime' ] );
289
  }
290
  ?>
291
- <span class="description"><?php _e("The <a href='https://dev.maxmind.com/geoip/geoip2/geolite2/' target='_blank'>MaxMind GeoLite2 library</a>, which Slimstat uses to geolocate visitors, is released under the Creative Commons BY-SA 4.0 license, and cannot be directly bundled with the plugin because of license incompatibility issues. We are mandated to have the user take an affirmative action in order to enable this functionality. If you're experiencing issues, please <a href='https://slimstat.freshdesk.com/solution/articles/12000039798-how-to-manually-install-the-maxmind-geolocation-data-file-' target='_blank'>take a look at our knowledge base</a> to learn how to install this file manually.", 'wp-slimstat' ); if ( !empty( $maxmind_last_modified ) ) { echo ' ' . __( 'Your data file was last downloaded on', 'wp-slimstat' ) . ' <strong>' . $maxmind_last_modified . '</strong>.'; } ?></span>
292
  </td>
293
  </tr>
294
  <?php
13
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats ADD INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_resource_idx( resource( 20 ) )" );
14
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats ADD INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_browser_idx( browser( 10 ) )" );
15
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats ADD INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_searchterms_idx( searchterms( 15 ) )" );
16
+ wp_slimstat_admin::show_message( __( 'Congratulations! Slimstat Analytics is now optimized for <a href="https://www.youtube.com/watch?v=ygE01sOhzz0" target="_blank">ludicrous speed</a>.', 'wp-slimstat' ) );
17
  break;
18
 
19
  case 'activate-sql-debug-mode':
24
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats DROP INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_resource_idx" );
25
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats DROP INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_browser_idx");
26
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats DROP INDEX {$GLOBALS[ 'wpdb' ]->prefix}stats_searchterms_idx");
27
+ wp_slimstat_admin::show_message( __( 'Indexing has been disabled. Enjoy the extra database space!', 'wp-slimstat' ) );
28
  break;
29
 
30
  case 'deactivate-sql-debug-mode':
40
  FROM {$GLOBALS['wpdb']->prefix}slim_stats t1
41
  WHERE ".wp_slimstat_db::get_combined_where('', '*', false));
42
  }
43
+ wp_slimstat_admin::show_message( intval( $rows_affected ) . ' ' . __( 'records deleted from your database.', 'wp-slimstat' ) );
44
  break;
45
 
46
  case 'delete-maxmind':
47
  $is_deleted = @unlink( wp_slimstat::$maxmind_path );
48
 
49
  if ( $is_deleted ) {
50
+ wp_slimstat_admin::show_message( __( 'The geolocation database has been uninstalled from your server.', 'wp-slimstat' ) );
51
  }
52
  else {
53
  // Some users have reported that a directory is created, instead of a file
54
  $is_deleted = @rmdir( wp_slimstat::$maxmind_path );
55
 
56
  if ( $is_deleted ) {
57
+ wp_slimstat_admin::show_message( __( 'The geolocation database has been uninstalled from your server.', 'wp-slimstat' ) );
58
  }
59
  else {
60
+ wp_slimstat_admin::show_message( __( "The geolocation database could not be removed from your server. Please check your folder's permissions and try again.", 'wp-slimstat' ) );
61
  }
62
  }
63
  break;
66
  $error = wp_slimstat::download_maxmind_database();
67
 
68
  if (!empty($error)){
69
+ wp_slimstat_admin::show_message( $error, 'warning' );
70
  }
71
  else {
72
+ wp_slimstat_admin::show_message( __( 'The geolocation database has been installed on your server.', 'wp-slimstat') );
73
  }
74
  break;
75
 
77
  // Delete the existing folder, if there
78
  WP_Filesystem();
79
  if ( $GLOBALS[ 'wp_filesystem' ]->rmdir( wp_slimstat::$upload_dir . '/browscap-db-master/', true ) ) {
80
+ wp_slimstat_admin::show_message( __( 'The Browscap data file has been uninstalled from your server.', 'wp-slimstat' ) );
81
  }
82
  else {
83
+ wp_slimstat_admin::show_message( __( 'There was an error deleting the Browscap data folder on your server. Please check your permissions.', 'wp-slimstat' ) );
84
  }
85
  break;
86
 
88
  $error = slim_browser::update_browscap_database( true );
89
 
90
  if ( is_array( $error ) ) {
91
+ wp_slimstat_admin::show_message( $error[ 1 ], ( empty( $error[ 0 ] ) ? 'info': 'alert' ) );
92
  }
93
  break;
94
 
99
  foreach ( $new_settings as $a_setting_name => $a_setting_value ) {
100
  wp_slimstat::$settings[ $a_setting_name ] = $a_setting_value;
101
  }
102
+ wp_slimstat_admin::show_message( __( 'Your new Slimstat settings have been imported and installed.', 'wp-slimstat' ) );
103
  }
104
  else {
105
+ wp_slimstat_admin::show_message( __( 'There was an error decoding your settings string. Please verify that it is a valid serialized string.', 'wp-slimstat' ) );
106
  }
107
  break;
108
 
123
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats ENGINE = InnoDB" );
124
  wp_slimstat::$wpdb->query( "ALTER TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_events ENGINE = InnoDB" );
125
 
126
+ wp_slimstat_admin::show_message( __( 'Your Slimstat tables have been successfully converted to InnoDB.', 'wp-slimstat' ) );
127
  break;
128
 
129
  case 'truncate-archive':
130
  wp_slimstat::$wpdb->query( "DELETE tsa FROM {$GLOBALS[ 'wpdb' ]->prefix}slim_stats_archive tsa" );
131
  wp_slimstat::$wpdb->query( "OPTIMIZE TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats_archive" );
132
+ wp_slimstat_admin::show_message( __( 'All the archived records were successfully deleted.', 'wp-slimstat' ) );
133
  break;
134
 
135
  case 'truncate-table':
137
  wp_slimstat::$wpdb->query( "OPTIMIZE TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_events" );
138
  wp_slimstat::$wpdb->query( "DELETE t1 FROM {$GLOBALS[ 'wpdb' ]->prefix}slim_stats t1" );
139
  wp_slimstat::$wpdb->query( "OPTIMIZE TABLE {$GLOBALS[ 'wpdb' ]->prefix}slim_stats" );
140
+ wp_slimstat_admin::show_message( __( 'All the records were successfully deleted.', 'wp-slimstat' ) );
141
  break;
142
 
143
  default:
288
  $maxmind_last_modified = date_i18n( wp_slimstat::$settings[ 'date_format' ], $file_stat[ 'mtime' ] );
289
  }
290
  ?>
291
+ <span class="description"><?php _e("The <a href='https://dev.maxmind.com/geoip/geoip2/geolite2/' target='_blank'>MaxMind GeoLite2 library</a>, which Slimstat uses to geolocate visitors, is released under the Creative Commons BY-SA 4.0 license, and cannot be directly bundled with the plugin because of license incompatibility issues. We are mandated to have the user take an affirmative action in order to enable this functionality. If you're experiencing issues, please <a href='https://slimstat.freshdesk.com/solution/articles/12000039798-how-to-manually-install-the-maxmind-geolocation-data-file-' target='_blank'>take a look at our knowledge base</a> to learn how to install this file manually.", 'wp-slimstat' ); if ( !empty( $maxmind_last_modified ) ) { echo ' ' . sprintf ( __( 'Your data file was last downloaded on <strong>%s</strong>', 'wp-slimstat' ), $maxmind_last_modified ); } ?></span>
292
  </td>
293
  </tr>
294
  <?php
admin/css/slimstat.css CHANGED
@@ -10,20 +10,6 @@
10
  float: right;
11
  }
12
 
13
- /* Admin Notice */
14
- .slimstat-notice{
15
- overflow: hidden;
16
- }
17
- .slimstat-notice span{
18
- width: 97%;
19
- }
20
- .slimstat-notice .fixed-height {
21
- height: 120px;
22
- margin-bottom: 20px;
23
- overflow: auto;
24
- padding: 0 20px 0 0;
25
- }
26
-
27
  /* Filters */
28
  #slimstat-filters-post{
29
  display: none;
@@ -419,29 +405,6 @@
419
  height: 0 !important;
420
  }
421
 
422
- /* Settings */
423
- #slimstat-message{
424
- background-color: #555;
425
- clear: both;
426
- color: #fff;
427
- overflow: hidden;
428
- padding: 0 10px;
429
- }
430
- #slimstat-message p:before{
431
- content: "\f339";
432
- font-family: 'dashicons';
433
- margin-right: 10px;
434
- vertical-align: bottom;
435
- }
436
- #slimstat-message.wp-ui-notification p:before{
437
- content: "\f160";
438
- }
439
- #slimstat-message p{
440
- line-height: 1em;
441
- }
442
- #slimstat-message a{
443
- color: #fc0;
444
- }
445
  .nav-tabs{
446
  margin: 20px 1px 0;
447
  }
@@ -630,9 +593,6 @@
630
  }
631
  }
632
  @media screen and (max-width: 800px){
633
- .slimstat-notice span {
634
- width: 90%;
635
- }
636
  #slimstat-filters input.text, #slimstat-filters select {
637
  margin: 0 .5% 0 0;
638
  width: 26%;
10
  float: right;
11
  }
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  /* Filters */
14
  #slimstat-filters-post{
15
  display: none;
405
  height: 0 !important;
406
  }
407
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  .nav-tabs{
409
  margin: 20px 1px 0;
410
  }
593
  }
594
  }
595
  @media screen and (max-width: 800px){
 
 
 
596
  #slimstat-filters input.text, #slimstat-filters select {
597
  margin: 0 .5% 0 0;
598
  width: 26%;
admin/images/plugins/acrobat.png DELETED
Binary file
admin/images/plugins/director.png DELETED
Binary file
admin/images/plugins/flash.png DELETED
Binary file
admin/images/plugins/java.png DELETED
Binary file
admin/images/plugins/mediaplayer.png DELETED
Binary file
admin/images/plugins/pdfviewer.png DELETED
Binary file
admin/images/plugins/quicktime.png DELETED
Binary file
admin/images/plugins/real.png DELETED
Binary file
admin/images/plugins/silverlight.png DELETED
Binary file
admin/js/slimstat.admin.js CHANGED
@@ -1,9 +1,8 @@
1
  if ( typeof SlimStatAdminParams == 'undefined' ) {
2
  SlimStatAdminParams = {
 
3
  refresh_interval: 0,
4
- expand_details: 'no',
5
- datepicker_image: '',
6
- text_direction: ''
7
  };
8
  }
9
 
@@ -60,9 +59,9 @@ jQuery( function() {
60
  // Asynchronous reports are loaded dynamically after the page loads
61
  if ( SlimStatAdminParams.async_load == 'on' ) {
62
  var base = jQuery.when({});
63
- jQuery( 'div[id^=slim_]' ).each( function() {
64
  // Skip Charts
65
- if ( !jQuery( this ).hasClass( 'chart' ) ) {
66
  jQuery( '#' + jQuery( this ).attr( 'id' ) + ' .inside' ).html( '<p class="loading"><i class="slimstat-font-spin4 animate-spin"></i></p>' );
67
  base = base.then( SlimStatAdmin.refresh_report( jQuery( this ).attr( 'id' ) ) );
68
  }
@@ -206,12 +205,6 @@ jQuery( function() {
206
  // ----- BEGIN: ACTIVITY LOG -----------------------------------------------------
207
  //
208
 
209
- // Reload the Activity Log every X seconds
210
- SlimStatAdmin._refresh_timer = parseInt( SlimStatAdminParams.refresh_interval );
211
- if ( SlimStatAdmin._refresh_timer > 0 ) {
212
- window.setTimeout( "SlimStatAdmin.refresh_countdown();", 1000 );
213
- }
214
-
215
  // Delete a pageview when the corresponding button is clicked.
216
  // Since this content can be reloaded dynamically, we use the .on call with the classname
217
  jQuery( document ).on( 'click', '.slimstat-delete-entry', function( e ) {
@@ -287,11 +280,9 @@ jQuery( function() {
287
  //
288
 
289
  // Hide a notice and send the corresponding ajax request to the server
290
- jQuery( document ).on( 'click', '[id^=slimstat-hide-]', function( e ) {
291
- e.preventDefault();
292
- jQuery( this ).parents( '.slimstat-notice' ).slideUp( 1000 );
293
  data = {
294
- action: jQuery( this ).attr('id').replace(/-/g, '_'),
295
  security: jQuery( '#meta-box-order-nonce' ).val()
296
  };
297
 
@@ -394,33 +385,6 @@ jQuery( function() {
394
 
395
  // ----- BEGIN: SLIMSTATADMIN HELPER FUNCTIONS ---------------------------------------
396
  var SlimStatAdmin = {
397
- _refresh_timer: 0,
398
-
399
- refresh_countdown: function() {
400
- if ( jQuery( '.refresh-timer' ).length == 0 ) {
401
- return false;
402
- }
403
-
404
- SlimStatAdmin._refresh_timer--;
405
- minutes = parseInt( SlimStatAdmin._refresh_timer / 60 );
406
- seconds = parseInt( SlimStatAdmin._refresh_timer % 60 );
407
-
408
- jQuery( '.refresh-timer' ).html( minutes + ':' + ( ( seconds < 10 ) ? '0' : '' ) + seconds );
409
-
410
- if ( SlimStatAdmin._refresh_timer > 0 ) {
411
- window.setTimeout( SlimStatAdmin.refresh_countdown, 1000 );
412
- }
413
- else {
414
- // Request the data from the server
415
- refresh = SlimStatAdmin.refresh_report( 'slim_p7_02' );
416
- refresh();
417
-
418
- // Reset the countdown timer
419
- SlimStatAdmin._refresh_timer = parseInt( SlimStatAdminParams.refresh_interval );
420
- window.setTimeout( "SlimStatAdmin.refresh_countdown();", 1000 );
421
- }
422
- },
423
-
424
  refresh_report: function( id ) {
425
  return function() {
426
  var inner_content = '#' + id + ' .inside';
1
  if ( typeof SlimStatAdminParams == 'undefined' ) {
2
  SlimStatAdminParams = {
3
+ async_load : 'no',
4
  refresh_interval: 0,
5
+ datepicker_image: ''
 
 
6
  };
7
  }
8
 
59
  // Asynchronous reports are loaded dynamically after the page loads
60
  if ( SlimStatAdminParams.async_load == 'on' ) {
61
  var base = jQuery.when({});
62
+ jQuery( 'div[id^=slim_p]' ).each( function() {
63
  // Skip Charts
64
+ if ( jQuery( this ).find( '.chart-placeholder, .refresh-timer' ).length == 0 ) {
65
  jQuery( '#' + jQuery( this ).attr( 'id' ) + ' .inside' ).html( '<p class="loading"><i class="slimstat-font-spin4 animate-spin"></i></p>' );
66
  base = base.then( SlimStatAdmin.refresh_report( jQuery( this ).attr( 'id' ) ) );
67
  }
205
  // ----- BEGIN: ACTIVITY LOG -----------------------------------------------------
206
  //
207
 
 
 
 
 
 
 
208
  // Delete a pageview when the corresponding button is clicked.
209
  // Since this content can be reloaded dynamically, we use the .on call with the classname
210
  jQuery( document ).on( 'click', '.slimstat-delete-entry', function( e ) {
280
  //
281
 
282
  // Hide a notice and send the corresponding ajax request to the server
283
+ jQuery( document ).on( 'click', '[id^=slimstat-notice-] button', function( e ) {
 
 
284
  data = {
285
+ action: jQuery( this ).parent().attr( 'id' ).replace(/-/g, '_'),
286
  security: jQuery( '#meta-box-order-nonce' ).val()
287
  };
288
 
385
 
386
  // ----- BEGIN: SLIMSTATADMIN HELPER FUNCTIONS ---------------------------------------
387
  var SlimStatAdmin = {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
388
  refresh_report: function( id ) {
389
  return function() {
390
  var inner_content = '#' + id + ' .inside';
admin/view/addons.php CHANGED
@@ -13,7 +13,7 @@ $response = get_transient( 'wp_slimstat_addon_list' );
13
  $error_message = '';
14
 
15
  if ( !empty( $_GET[ 'force_refresh' ] ) || false === $response ) {
16
- $response = wp_remote_get( 'http://www.wp-slimstat.com/update-checker/', array( 'headers' => array( 'referer' => get_site_url() ) ) );
17
  if ( is_wp_error( $response ) || $response[ 'response' ][ 'code' ] != 200 ) {
18
  $error_message = is_wp_error( $response ) ? $response->get_error_message() : $response[ 'response' ][ 'code' ] . ' ' . $response[ 'response' ][ 'message' ];
19
  $error_message = sprintf( __( 'There was an error retrieving the add-ons list from the server. Please try again later. Error Message: %s', 'wp-slimstat' ), $error_message );
@@ -32,16 +32,16 @@ if ( !is_array( $list_addons ) ) {
32
  ?>
33
 
34
  <div class="wrap slimstat">
35
- <h2><?php _e('Add-ons','wp-slimstat') ?></h2>
36
- <p><?php _e('Add-ons extend the functionality of Slimstat in many interesting ways. We offer both free and premium (paid) extensions. Each add-on can be installed as a separate plugin, which will receive regular updates via the WordPress Plugins panel. In order to be notified when a new version of a premium add-on is available, please enter the <strong>license key</strong> you received when you purchased it.','wp-slimstat') ?>
37
  <?php
38
- if (empty($_GET['force_refresh'])){
39
  echo ' ';
40
- printf(__('This list is refreshed once daily: <a href="%s&amp;force_refresh=true" class="noslimstat">click here</a> to clear the cache.','wp-slimstat'), $_SERVER['REQUEST_URI']);
41
  }
42
 
43
  if ( !empty( $error_message ) ) {
44
- wp_slimstat_admin::show_alert_message( $error_message, 'wp-ui-text-notification below-h2' );
45
  return;
46
  }
47
  ?>
@@ -51,26 +51,26 @@ if ( !is_array( $list_addons ) ) {
51
  <table class="wp-list-table widefat plugins slimstat-addons" cellspacing="0">
52
  <thead>
53
  <tr>
54
- <th scope="col" id="name" class="manage-column column-name"><?php _e('Add-on','wp-slimstat') ?></th><th scope="col" id="description" class="manage-column column-description" style=""><?php _e('Description','wp-slimstat') ?></th>
55
  </tr>
56
  </thead>
57
 
58
  <tbody id="the-list">
59
- <?php foreach ($list_addons as $a_addon): $is_active = is_plugin_active($a_addon['slug'].'/index.php') || is_plugin_active($a_addon['slug'].'/'.$a_addon['slug'].'.php'); ?>
60
- <tr id="<?php echo $a_addon['slug'] ?>" <?php echo $is_active?'class="active"':'' ?>>
61
  <th scope="row" class="plugin-title">
62
- <strong><a target="_blank" href="<?php echo $a_addon['download_url'] ?>"><?php echo $a_addon['name'] ?></a></strong>
63
  <div class="row-actions-visible"><?php
64
- if ( !empty( $a_addon['version'] ) ) {
65
  echo ( $is_active ? __( 'Repo Version', 'wp-slimstat' ) : __( 'Version', 'wp-slimstat' ) ) . ': ' . $a_addon[ 'version' ].'<br/>';
66
  }
67
 
68
  if ( $is_active ){
69
  if ( is_plugin_active($a_addon['slug'].'/index.php') ) {
70
- $plugin_data = get_plugin_data( WP_PLUGIN_DIR . '/' . $a_addon['slug'] . '/index.php' );
71
  }
72
  else {
73
- $plugin_data = get_plugin_data( WP_PLUGIN_DIR . '/' . $a_addon['slug'] . '/' . $a_addon['slug'] );
74
  }
75
 
76
  if ( !empty( $plugin_data[ 'Version' ] ) ) {
@@ -82,12 +82,12 @@ if ( !is_array( $list_addons ) ) {
82
  $at_least_one_add_on_active = true;
83
  }
84
  else{
85
- echo 'Price: '.(is_numeric($a_addon['price'])?'$'.$a_addon['price']:$a_addon['price']);
86
  } ?>
87
  </div>
88
  </th>
89
  <td class="column-description desc">
90
- <div class="plugin-description"><p><?php echo $a_addon['description'] ?></p></div>
91
  <?php if ( ( is_plugin_active( $a_addon[ 'slug' ] . '/index.php' ) || is_plugin_active( $a_addon[ 'slug' ] . '/' . $a_addon[ 'slug' ] . '.php' ) ) ): ?>
92
  <div class="active second">
93
  License Key <input type="text" name="licenses[<?php echo $a_addon['slug'] ?>]" value="<?php echo !empty( wp_slimstat::$settings[ 'addon_licenses' ][ $a_addon[ 'slug' ] ] ) ? wp_slimstat::$settings[ 'addon_licenses' ][ $a_addon[ 'slug' ] ] : '' ?>" size="50">
13
  $error_message = '';
14
 
15
  if ( !empty( $_GET[ 'force_refresh' ] ) || false === $response ) {
16
+ $response = wp_remote_get( 'https://www.wp-slimstat.com/update-checker/', array( 'headers' => array( 'referer' => get_site_url() ) ) );
17
  if ( is_wp_error( $response ) || $response[ 'response' ][ 'code' ] != 200 ) {
18
  $error_message = is_wp_error( $response ) ? $response->get_error_message() : $response[ 'response' ][ 'code' ] . ' ' . $response[ 'response' ][ 'message' ];
19
  $error_message = sprintf( __( 'There was an error retrieving the add-ons list from the server. Please try again later. Error Message: %s', 'wp-slimstat' ), $error_message );
32
  ?>
33
 
34
  <div class="wrap slimstat">
35
+ <h2><?php _e( 'Add-ons', 'wp-slimstat' ) ?></h2>
36
+ <p><?php _e( 'Add-ons extend the functionality of Slimstat in many interesting ways. We offer both free and premium (paid) extensions. Each add-on can be installed as a separate plugin, which will receive regular updates via the WordPress Plugins panel. In order to be notified when a new version of a premium add-on is available, please enter the <strong>license key</strong> you received when you purchased it.', 'wp-slimstat' ) ?>
37
  <?php
38
+ if ( empty( $_GET[ 'force_refresh' ] ) ) {
39
  echo ' ';
40
+ printf( __( 'This list is refreshed once daily: <a href="%s&amp;force_refresh=true" class="noslimstat">click here</a> to clear the cache.', 'wp-slimstat' ), $_SERVER[ 'REQUEST_URI' ] );
41
  }
42
 
43
  if ( !empty( $error_message ) ) {
44
+ wp_slimstat_admin::show_message( $error_message, 'warning' );
45
  return;
46
  }
47
  ?>
51
  <table class="wp-list-table widefat plugins slimstat-addons" cellspacing="0">
52
  <thead>
53
  <tr>
54
+ <th scope="col" id="name" class="manage-column column-name"><?php _e( 'Add-on', 'wp-slimstat' ) ?></th><th scope="col" id="description" class="manage-column column-description" style=""><?php _e( 'Description', 'wp-slimstat' ) ?></th>
55
  </tr>
56
  </thead>
57
 
58
  <tbody id="the-list">
59
+ <?php foreach ( $list_addons as $a_addon ): $is_active = is_plugin_active( $a_addon[ 'slug' ] . '/index.php' ) || is_plugin_active( $a_addon[ 'slug' ] . '/' . $a_addon[ 'slug' ] . '.php'); ?>
60
+ <tr id="<?php echo $a_addon[ 'slug' ] ?>" <?php echo $is_active ? 'class="active"' : '' ?>>
61
  <th scope="row" class="plugin-title">
62
+ <strong><a target="_blank" href="<?php echo $a_addon[ 'download_url' ] ?>"><?php echo $a_addon[ 'name' ] ?></a></strong>
63
  <div class="row-actions-visible"><?php
64
+ if ( !empty( $a_addon[ 'version' ] ) ) {
65
  echo ( $is_active ? __( 'Repo Version', 'wp-slimstat' ) : __( 'Version', 'wp-slimstat' ) ) . ': ' . $a_addon[ 'version' ].'<br/>';
66
  }
67
 
68
  if ( $is_active ){
69
  if ( is_plugin_active($a_addon['slug'].'/index.php') ) {
70
+ $plugin_data = get_plugin_data( WP_PLUGIN_DIR . '/' . $a_addon[ 'slug' ] . '/index.php' );
71
  }
72
  else {
73
+ $plugin_data = get_plugin_data( WP_PLUGIN_DIR . '/' . $a_addon[ 'slug' ] . '/' . $a_addon[ 'slug' ] );
74
  }
75
 
76
  if ( !empty( $plugin_data[ 'Version' ] ) ) {
82
  $at_least_one_add_on_active = true;
83
  }
84
  else{
85
+ echo 'Price: ' . ( is_numeric( $a_addon[ 'price' ] ) ? '$' . $a_addon[ 'price' ] : $a_addon[ 'price' ] );
86
  } ?>
87
  </div>
88
  </th>
89
  <td class="column-description desc">
90
+ <div class="plugin-description"><p><?php echo $a_addon[ 'description' ] ?></p></div>
91
  <?php if ( ( is_plugin_active( $a_addon[ 'slug' ] . '/index.php' ) || is_plugin_active( $a_addon[ 'slug' ] . '/' . $a_addon[ 'slug' ] . '.php' ) ) ): ?>
92
  <div class="active second">
93
  License Key <input type="text" name="licenses[<?php echo $a_addon['slug'] ?>]" value="<?php echo !empty( wp_slimstat::$settings[ 'addon_licenses' ][ $a_addon[ 'slug' ] ] ) ? wp_slimstat::$settings[ 'addon_licenses' ][ $a_addon[ 'slug' ] ] : '' ?>" size="50">
admin/view/index.php CHANGED
@@ -122,18 +122,19 @@
122
  <input type="hidden" name="fs[<?php echo $a_key ?>]" class="slimstat-post-filter" value="equals <?php echo htmlspecialchars( $a_value ) ?>"/>
123
  <?php endif; endforeach; ?>
124
  </form>
 
125
  <?php
126
- if ( !file_exists( wp_slimstat::$maxmind_path ) && ( empty( wp_slimstat::$settings[ 'no_maxmind_warning' ] ) || wp_slimstat::$settings[ 'no_maxmind_warning' ] != 'on' ) ) {
127
- wp_slimstat_admin::show_alert_message( sprintf( __( "<a href='%s' class='noslimstat'>Install MaxMind's GeoLite DB</a> to determine your visitors' country of origin.", 'wp-slimstat' ), self::$config_url . '6#wp-slimstat-external-data-files' ) . '<a id="slimstat-hide-geolite-notice" class="slimstat-font-cancel slimstat-float-right noslimstat" title="Hide this notice" href="#"></a>', 'wp-ui-text-notification below-h2' );
128
  }
129
 
130
- if ( version_compare( PHP_VERSION, '7.1', '>=' ) && !file_exists( slim_browser::$browscap_autoload_path ) && ( empty( wp_slimstat::$settings[ 'no_browscap_warning' ] ) || wp_slimstat::$settings[ 'no_browscap_warning' ] != 'on' ) ) {
131
- wp_slimstat_admin::show_alert_message( sprintf( __( "Install the Browscap <a href='%s' class='noslimstat'>User Agent Database</a> to accurately determine your visitors' browser and operating system.", 'wp-slimstat' ), self::$config_url . '6#wp-slimstat-external-data-files' ) . '<a id="slimstat-hide-browscap-notice" class="slimstat-font-cancel slimstat-float-right noslimstat" title="Hide this notice" href="#"></a>', 'wp-ui-text-notification below-h2' );
132
  }
133
 
134
  // Path to wp-content folder, used to detect caching plugins via advanced-cache.php
135
- if ( file_exists( dirname( dirname( dirname( dirname( plugin_dir_path( __FILE__ ) ) ) ) ) . '/advanced-cache.php' ) && ( empty( wp_slimstat::$settings[ 'no_caching_warning' ] ) || wp_slimstat::$settings[ 'no_caching_warning' ] != 'on' ) && ( empty( wp_slimstat::$settings[ 'javascript_mode' ] ) || wp_slimstat::$settings[ 'javascript_mode' ] != 'on' ) ) {
136
- wp_slimstat_admin::show_alert_message( sprintf( __( "A caching plugin might be enabled on your website. Please <a href='%s' target='_blank' class='noslimstat'>make sure to configure</a> Slimstat Analytics accordingly, to get accurate information.", 'wp-slimstat' ), 'https://slimstat.freshdesk.com/support/solutions/articles/5000528524-i-am-using-w3-total-cache-or-wp-super-cache-hypercache-etc-and-it-looks-like-slimstat-is-not-tra' ) . '<a id="slimstat-hide-caching-notice" class="slimstat-font-cancel slimstat-float-right" title="Hide this notice" href="#"></a>', 'wp-ui-text-notification below-h2' );
137
  }
138
 
139
  $filters_html = wp_slimstat_reports::get_filters_html( wp_slimstat_db::$filters_normalized[ 'columns' ] );
122
  <input type="hidden" name="fs[<?php echo $a_key ?>]" class="slimstat-post-filter" value="equals <?php echo htmlspecialchars( $a_value ) ?>"/>
123
  <?php endif; endforeach; ?>
124
  </form>
125
+
126
  <?php
127
+ if ( !file_exists( wp_slimstat::$maxmind_path ) && wp_slimstat::$settings[ 'notice_geolite' ] == 'on' ) {
128
+ wp_slimstat_admin::show_message( sprintf( __( "<a href='%s' class='noslimstat'>Install MaxMind's GeoLite DB</a> to determine your visitors' country of origin.", 'wp-slimstat' ), self::$config_url . '6#wp-slimstat-external-data-files' ), 'warning', 'geolite' );
129
  }
130
 
131
+ if ( version_compare( PHP_VERSION, '7.1', '>=' ) && !file_exists( slim_browser::$browscap_autoload_path ) && wp_slimstat::$settings[ 'notice_browscap' ] == 'on' ) {
132
+ wp_slimstat_admin::show_message( sprintf( __( "Install the Browscap <a href='%s' class='noslimstat'>User Agent Database</a> to accurately determine your visitors' browser and operating system.", 'wp-slimstat' ), self::$config_url . '6#wp-slimstat-external-data-files' ), 'warning', 'browscap' );
133
  }
134
 
135
  // Path to wp-content folder, used to detect caching plugins via advanced-cache.php
136
+ if ( file_exists( dirname( dirname( dirname( dirname( plugin_dir_path( __FILE__ ) ) ) ) ) . '/advanced-cache.php' ) && wp_slimstat::$settings[ 'notice_caching' ] == 'on' && ( empty( wp_slimstat::$settings[ 'javascript_mode' ] ) || wp_slimstat::$settings[ 'javascript_mode' ] != 'on' ) ) {
137
+ wp_slimstat_admin::show_message( sprintf( __( "A caching plugin might be enabled on your website. Please <a href='%s' target='_blank' class='noslimstat'>make sure to configure</a> Slimstat Analytics accordingly, to get accurate information.", 'wp-slimstat' ), 'https://slimstat.freshdesk.com/support/solutions/articles/5000528524-i-am-using-w3-total-cache-or-wp-super-cache-hypercache-etc-and-it-looks-like-slimstat-is-not-tra' ), 'warning', 'caching' );
138
  }
139
 
140
  $filters_html = wp_slimstat_reports::get_filters_html( wp_slimstat_db::$filters_normalized[ 'columns' ] );
admin/view/right-now.php CHANGED
@@ -1,13 +1,9 @@
1
  <?php
2
- // Avoid direct access to this piece of code
3
  if ( !function_exists( 'add_action' ) ) {
4
  exit(0);
5
  }
6
 
7
- if ( wp_slimstat::$settings[ 'async_load' ] == 'on' && ( !defined( 'DOING_AJAX' ) || !DOING_AJAX ) ) {
8
- return '';
9
- }
10
-
11
  $is_dashboard = empty( $_REQUEST[ 'page' ] ) || $_REQUEST[ 'page' ] != 'slimview1';
12
 
13
  // Available icons
@@ -17,6 +13,9 @@ $supported_browser_types = array( __( 'Human', 'wp-slimstat' ), __( 'Bot/Crawler
17
 
18
  $plugin_url = plugins_url( '', dirname( __FILE__ ) );
19
 
 
 
 
20
  // Get the data
21
  wp_slimstat_db::$debug_message = '';
22
  $all_results = wp_slimstat_db::get_recent( wp_slimstat_reports::$reports_info[ 'slim_p7_02' ][ 'callback_args' ] );
@@ -32,12 +31,17 @@ $count_page_results = count( $results );
32
  // Echo the debug message
33
  echo wp_slimstat_db::$debug_message;
34
 
 
 
 
 
 
35
  // Return the results if we are not echoing them (export, email, etc)
36
  if ( isset( $_args[ 'echo' ] ) && $_args[ 'echo' ] === false ) {
37
 
38
  // Process the data before returning it
39
  if ( wp_slimstat::$settings[ 'convert_ip_addresses' ] == 'on' ) {
40
- for ( $i=0; $i < $count_page_results; $i++ ) {
41
  // When the IP conversion feature is enabled, data is stored in the "notes" field, so that it doesn't need to be calculated over and over again
42
  $gethostbyaddr = '';
43
  if ( strpos( $results[ $i ][ 'notes' ], 'hostbyaddr:' ) === false ) {
@@ -67,11 +71,6 @@ if ( isset( $_args[ 'echo' ] ) && $_args[ 'echo' ] === false ) {
67
  return $results;
68
  }
69
 
70
- if ( $count_page_results == 0 ) {
71
- echo '<p class="nodata">' . __( 'No data to display', 'wp-slimstat' ) . '</p>';
72
- return 0;
73
- }
74
-
75
  // Pagination
76
  echo wp_slimstat_reports::report_pagination( $count_page_results, $count_all_results, true, wp_slimstat::$settings[ 'number_results_raw_data' ] );
77
 
@@ -120,7 +119,7 @@ for ( $i=0; $i < $count_page_results; $i++ ) {
120
  // Country
121
  $country_filtered = '';
122
  if ( !empty( $results[ $i ][ 'country' ] ) && $results[ $i ][ 'country' ] != 'xx' ) {
123
- $country_filtered = "<a class='slimstat-filter-link inline-icon' href='" . wp_slimstat_reports::fs_url( 'country equals ' . $results[ $i ][ 'country' ] ) . "'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/flags/{$results[$i]['country']}.png' width='16' height='16' title='" . __( 'c-' . $results[ $i ][ 'country' ], 'wp-slimstat' ) . "'></a>";
124
  }
125
 
126
  // City, if tracked
@@ -145,12 +144,12 @@ for ( $i=0; $i < $count_page_results; $i++ ) {
145
  if ( in_array( strtolower( $results[ $i ][ 'platform' ] ), $supported_os_icons ) ) {
146
  $platform_icon = $plugin_url . '/images/platforms/' . sanitize_title( $results[ $i ][ 'platform' ] ) . '.png';
147
  }
148
- $platform_filtered = "<a class='slimstat-filter-link inline-icon' href='" . wp_slimstat_reports::fs_url( 'platform equals ' . $results[ $i ][ 'platform' ] ) . "'><img class='slimstat-tooltip-trigger' src='$platform_icon' width='16' height='16' title='" . __( $results[ $i ][ 'platform' ], 'wp-slimstat' ) . "'></a>";
149
 
150
  // Browser Type
151
  $browser_type_filtered = '';
152
  if ( $results[ $i ][ 'browser_type' ] != 0 ) {
153
- $browser_type_filtered = "<a class='slimstat-filter-link inline-icon' href='" . wp_slimstat_reports::fs_url( 'browser_type equals ' . $results[ $i ][ 'browser_type' ] ) . "'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/browsers/type{$results[$i]['browser_type']}.png' width='16' height='16' title='{$supported_browser_types[$results[$i]['browser_type']]}'></a>";
154
  }
155
 
156
  // IP Address and user
@@ -184,23 +183,13 @@ for ( $i=0; $i < $count_page_results; $i++ ) {
184
  $other_ip_address = '';
185
  }
186
 
187
- // Plugins
188
- $plugins = '';
189
- if ( !empty( $results[ $i ][ 'plugins' ] ) ) {
190
- $results[ $i ][ 'plugins' ] = explode( ',', $results[ $i ][ 'plugins' ] );
191
- foreach( $results[ $i ][ 'plugins' ] as $a_plugin ) {
192
- $a_plugin = str_replace( array( "'", '"' ), '', trim( $a_plugin ) );
193
- $plugins .= "<a class='slimstat-filter-link inline-icon' href='" . wp_slimstat_reports::fs_url( 'plugins contains ' . $a_plugin ) . "'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/plugins/$a_plugin.png' width='16' height='16' title='" . __( $a_plugin, 'wp-slimstat' ) . "'></a> ";
194
- }
195
- }
196
-
197
  // Screen Resolution
198
  $screen_resolution = '';
199
  if ( !empty( $results[ $i ][ 'screen_width' ] ) && !empty( $results[ $i ][ 'screen_height' ] ) ) {
200
  $screen_resolution = "<span class='pageview-screenres'>{$results[ $i ][ 'screen_width' ]}x{$results[ $i ][ 'screen_height' ]}</span>";
201
  }
202
 
203
- $row_output = "<p class='header$highlight_row'>$browser_filtered $platform_filtered $browser_type_filtered $country_filtered $whois_pin $city_filtered $ip_address $other_ip_address <span class='plugins'>$plugins</span> $screen_resolution</p>";
204
 
205
  // Strip all the filter links, if this information is shown on the frontend
206
  if ( !is_admin() ) {
@@ -336,3 +325,34 @@ for ( $i=0; $i < $count_page_results; $i++ ) {
336
  if ( $count_page_results > 20 ) {
337
  echo wp_slimstat_reports::report_pagination( $count_page_results, $count_all_results, true, wp_slimstat::$settings[ 'number_results_raw_data' ] );
338
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <?php
2
+ // Avoid direct access
3
  if ( !function_exists( 'add_action' ) ) {
4
  exit(0);
5
  }
6
 
 
 
 
 
7
  $is_dashboard = empty( $_REQUEST[ 'page' ] ) || $_REQUEST[ 'page' ] != 'slimview1';
8
 
9
  // Available icons
13
 
14
  $plugin_url = plugins_url( '', dirname( __FILE__ ) );
15
 
16
+ // Load localization strings
17
+ include_once( plugin_dir_path( __FILE__ ) . '../../languages/dynamic_strings.php' );
18
+
19
  // Get the data
20
  wp_slimstat_db::$debug_message = '';
21
  $all_results = wp_slimstat_db::get_recent( wp_slimstat_reports::$reports_info[ 'slim_p7_02' ][ 'callback_args' ] );
31
  // Echo the debug message
32
  echo wp_slimstat_db::$debug_message;
33
 
34
+ if ( $count_page_results == 0 ) {
35
+ echo '<p class="nodata">' . __( 'No data to display', 'wp-slimstat' ) . '</p>';
36
+ return 0;
37
+ }
38
+
39
  // Return the results if we are not echoing them (export, email, etc)
40
  if ( isset( $_args[ 'echo' ] ) && $_args[ 'echo' ] === false ) {
41
 
42
  // Process the data before returning it
43
  if ( wp_slimstat::$settings[ 'convert_ip_addresses' ] == 'on' ) {
44
+ for ( $i = 0; $i < $count_page_results; $i++ ) {
45
  // When the IP conversion feature is enabled, data is stored in the "notes" field, so that it doesn't need to be calculated over and over again
46
  $gethostbyaddr = '';
47
  if ( strpos( $results[ $i ][ 'notes' ], 'hostbyaddr:' ) === false ) {
71
  return $results;
72
  }
73
 
 
 
 
 
 
74
  // Pagination
75
  echo wp_slimstat_reports::report_pagination( $count_page_results, $count_all_results, true, wp_slimstat::$settings[ 'number_results_raw_data' ] );
76
 
119
  // Country
120
  $country_filtered = '';
121
  if ( !empty( $results[ $i ][ 'country' ] ) && $results[ $i ][ 'country' ] != 'xx' ) {
122
+ $country_filtered = "<a class='slimstat-filter-link inline-icon' href='" . wp_slimstat_reports::fs_url( 'country equals ' . $results[ $i ][ 'country' ] ) . "'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/flags/{$results[ $i ][ 'country' ]}.png' width='16' height='16' title='" . slim_i18n::get_string( 'c-' . $results[ $i ][ 'country' ] ) . "'></a>";
123
  }
124
 
125
  // City, if tracked
144
  if ( in_array( strtolower( $results[ $i ][ 'platform' ] ), $supported_os_icons ) ) {
145
  $platform_icon = $plugin_url . '/images/platforms/' . sanitize_title( $results[ $i ][ 'platform' ] ) . '.png';
146
  }
147
+ $platform_filtered = "<a class='slimstat-filter-link inline-icon' href='" . wp_slimstat_reports::fs_url( 'platform equals ' . $results[ $i ][ 'platform' ] ) . "'><img class='slimstat-tooltip-trigger' src='$platform_icon' width='16' height='16' title='" . slim_i18n::get_string( $results[ $i ][ 'platform' ] ) . "'></a>";
148
 
149
  // Browser Type
150
  $browser_type_filtered = '';
151
  if ( $results[ $i ][ 'browser_type' ] != 0 ) {
152
+ $browser_type_filtered = "<a class='slimstat-filter-link inline-icon' href='" . wp_slimstat_reports::fs_url( 'browser_type equals ' . $results[ $i ][ 'browser_type' ] ) . "'><img class='slimstat-tooltip-trigger' src='$plugin_url/images/browsers/type{$results[ $i ][ 'browser_type' ]}.png' width='16' height='16' title='{$supported_browser_types[ $results[ $i ][ 'browser_type' ] ]}'></a>";
153
  }
154
 
155
  // IP Address and user
183
  $other_ip_address = '';
184
  }
185
 
 
 
 
 
 
 
 
 
 
 
186
  // Screen Resolution
187
  $screen_resolution = '';
188
  if ( !empty( $results[ $i ][ 'screen_width' ] ) && !empty( $results[ $i ][ 'screen_height' ] ) ) {
189
  $screen_resolution = "<span class='pageview-screenres'>{$results[ $i ][ 'screen_width' ]}x{$results[ $i ][ 'screen_height' ]}</span>";
190
  }
191
 
192
+ $row_output = "<p class='header$highlight_row'>$browser_filtered $platform_filtered $browser_type_filtered $country_filtered $whois_pin $city_filtered $ip_address $other_ip_address $screen_resolution</p>";
193
 
194
  // Strip all the filter links, if this information is shown on the frontend
195
  if ( !is_admin() ) {
325
  if ( $count_page_results > 20 ) {
326
  echo wp_slimstat_reports::report_pagination( $count_page_results, $count_all_results, true, wp_slimstat::$settings[ 'number_results_raw_data' ] );
327
  }
328
+
329
+ ?>
330
+
331
+ <script type="text/javascript">
332
+ var slimstat_refresh_timer = 0;
333
+
334
+ function slimstat_refresh_countdown() {
335
+ slimstat_refresh_timer--;
336
+ minutes = parseInt( slimstat_refresh_timer / 60 );
337
+ seconds = parseInt( slimstat_refresh_timer % 60 );
338
+
339
+ jQuery( '.refresh-timer' ).html( minutes + ':' + ( ( seconds < 10 ) ? '0' : '' ) + seconds );
340
+
341
+ if ( slimstat_refresh_timer == 0 ) {
342
+ // Request the data from the server
343
+ refresh = SlimStatAdmin.refresh_report( 'slim_p7_02' );
344
+ refresh();
345
+
346
+ // Reset the countdown timer
347
+ slimstat_refresh_timer = parseInt( SlimStatAdminParams.refresh_interval );
348
+ }
349
+ else {
350
+ window.setTimeout( slimstat_refresh_countdown, 1000 );
351
+ }
352
+ }
353
+
354
+ if ( jQuery( '.refresh-timer' ).length > 0 && typeof SlimStatAdminParams.refresh_interval != 'undefined' ) {
355
+ slimstat_refresh_timer = SlimStatAdminParams.refresh_interval;
356
+ window.setTimeout( slimstat_refresh_countdown, 1000 );
357
+ }
358
+ </script>
admin/view/wp-slimstat-db.php CHANGED
@@ -48,7 +48,6 @@ class wp_slimstat_db {
48
  'page_performance' => array( __( 'Page Speed', 'wp-slimstat' ), 'int' ),
49
  'no_filter_selected_2' => array( '', 'none' ),
50
  'no_filter_selected_3' => array( __( '-- Advanced filters --', 'wp-slimstat' ), 'none' ),
51
- 'plugins' => array( __( 'Browser Capabilities', 'wp-slimstat' ), 'varchar' ),
52
  'browser_version' => array( __( 'Browser Version', 'wp-slimstat' ), 'varchar' ),
53
  'browser_type' => array( __( 'Browser Type', 'wp-slimstat' ), 'int' ),
54
  'user_agent' => array( __( 'User Agent', 'wp-slimstat' ), 'varchar' ),
@@ -896,21 +895,6 @@ class wp_slimstat_db {
896
  return $results;
897
  }
898
 
899
- public static function get_plugins() {
900
- $wp_slim_plugins = array( 'flash', 'silverlight', 'acrobat', 'java', 'mediaplayer', 'director', 'real', 'quicktime' );
901
- $total_human_hits = wp_slimstat_db::count_records( 'id', 'visit_id > 0 AND browser_type <> 1' );
902
- $results = array();
903
-
904
- foreach ( $wp_slim_plugins as $i => $a_plugin ) {
905
- $count_results = wp_slimstat_db::count_records( 'id', "plugins LIKE '%{$a_plugin}%'" );
906
- $results[ $i ][ 'metric' ] = ucfirst( $a_plugin );
907
- $results[ $i ][ 'value' ] = ( $total_human_hits > 0 ) ? number_format( ( 100 * $count_results / $total_human_hits ), 2, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] ) : 0;
908
- $results[ $i ][ 'details' ] = __( 'Hits', 'wp-slimstat' ) . ": $count_results";
909
- }
910
-
911
- return $results;
912
- }
913
-
914
  public static function get_recent( $_dimension = 'id', $_where = '', $_having = '', $_use_date_filters = true, $_as_column = '', $_more_dimensions = '', $_order_by = 'dt DESC' ) {
915
  // This function can be passed individual arguments, or an array of arguments
916
  if ( is_array( $_dimension ) ) {
48
  'page_performance' => array( __( 'Page Speed', 'wp-slimstat' ), 'int' ),
49
  'no_filter_selected_2' => array( '', 'none' ),
50
  'no_filter_selected_3' => array( __( '-- Advanced filters --', 'wp-slimstat' ), 'none' ),
 
51
  'browser_version' => array( __( 'Browser Version', 'wp-slimstat' ), 'varchar' ),
52
  'browser_type' => array( __( 'Browser Type', 'wp-slimstat' ), 'int' ),
53
  'user_agent' => array( __( 'User Agent', 'wp-slimstat' ), 'varchar' ),
895
  return $results;
896
  }
897
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
898
  public static function get_recent( $_dimension = 'id', $_where = '', $_having = '', $_use_date_filters = true, $_as_column = '', $_more_dimensions = '', $_order_by = 'dt DESC' ) {
899
  // This function can be passed individual arguments, or an array of arguments
900
  if ( is_array( $_dimension ) ) {
admin/view/wp-slimstat-reports.php CHANGED
@@ -38,7 +38,7 @@ class wp_slimstat_reports {
38
  ),
39
  'classes' => array( 'full-width', 'tall' ),
40
  'screens' => array( 'slimview1', 'dashboard' ),
41
- 'tooltip' => __( 'Color codes', 'wp-slimstat' ).'</strong><p><span class="little-color-box is-search-engine"></span> '.__( 'From search result page', 'wp-slimstat' ).'</p><p><span class="little-color-box is-known-visitor"></span> '.__( 'Known Visitor', 'wp-slimstat' ).'</p><p><span class="little-color-box is-known-user"></span> '.__( 'Known Users', 'wp-slimstat' ).'</p><p><span class="little-color-box is-direct"></span> '.__( 'Other Humans', 'wp-slimstat' ).'</p><p><span class="little-color-box"></span> '.__( 'Bot or Crawler', 'wp-slimstat' ).'</p>'
42
  ),
43
 
44
  'slim_p1_01' => array(
@@ -987,7 +987,7 @@ class wp_slimstat_reports {
987
  }
988
 
989
  public static function raw_results_to_html( $_args = array() ) {
990
- if ( wp_slimstat::$settings[ 'async_load' ] == 'on' && ( !defined( 'DOING_AJAX' ) || !DOING_AJAX ) ) {
991
  return '';
992
  }
993
 
@@ -1057,6 +1057,9 @@ class wp_slimstat_reports {
1057
  $permalinks_enabled = get_option( 'permalink_structure' );
1058
  $column_not_calculated = str_replace( '_calculated', '', $_args[ 'columns' ] );
1059
 
 
 
 
1060
  for ( $i=0; $i<$count_page_results; $i++ ) {
1061
  $row_details = $percentage = '';
1062
  $element_pre_value = '';
@@ -1067,9 +1070,9 @@ class wp_slimstat_reports {
1067
 
1068
  case 'browser':
1069
  if ( !empty( $results[ $i ][ 'user_agent' ] ) && wp_slimstat::$settings[ 'show_complete_user_agent_tooltip' ] == 'on' ) {
1070
- $element_pre_value = self::inline_help($results[$i]['user_agent'], false);
1071
  }
1072
- $element_value = $results[$i]['browser'].((isset($results[$i]['browser_version']) && intval($results[$i]['browser_version']) != 0)?' '.$results[$i]['browser_version']:'');
1073
  break;
1074
 
1075
  case 'category':
@@ -1078,8 +1081,8 @@ class wp_slimstat_reports {
1078
  break;
1079
 
1080
  case 'country':
1081
- $row_details .= __('Code','wp-slimstat').": {$results[$i]['country']}";
1082
- $element_value = __('c-'.$results[$i]['country'], 'wp-slimstat');
1083
  break;
1084
 
1085
  case 'ip':
@@ -1093,18 +1096,17 @@ class wp_slimstat_reports {
1093
 
1094
  case 'language':
1095
  $row_details = __( 'Code', 'wp-slimstat' ) . ": {$results[ $i ][ $_args[ 'columns' ] ]}";
1096
- $element_value = __( 'l-' . $results[ $i ][ $_args[ 'columns' ] ], 'wp-slimstat' );
1097
  break;
1098
 
1099
  case 'platform':
1100
  $row_details = __( 'Code', 'wp-slimstat' ).": {$results[ $i ][ $_args[ 'columns' ] ]}";
1101
- $element_value = __( $results[ $i ][ $_args[ 'columns' ] ], 'wp-slimstat' );
1102
  $results[ $i ][ $_args[ 'columns' ] ] = str_replace( 'p-', '', $results[ $i ][ $_args[ 'columns' ] ] );
1103
  break;
1104
 
1105
  case 'referer':
1106
  $element_value = str_replace( array( '<', '>' ), array( '&lt;', '&gt;' ), urldecode( $results[ $i ][ $_args[ 'columns' ] ] ) );
1107
- //$element_value = parse_url( $element_value, PHP_URL_HOST );
1108
  break;
1109
 
1110
  case 'resource':
@@ -1266,7 +1268,7 @@ class wp_slimstat_reports {
1266
  chart_<?php echo $_args[ 'id' ]; ?>.data = <?php unset( $data[ 'keys' ] ); echo json_encode( $data ) ?>;
1267
 
1268
  // Create axes
1269
- var categoryAxis = chart_<?php echo $_args[ 'id' ]; ?>.xAxes.push(new am4charts.CategoryAxis());
1270
  categoryAxis.dataFields.category = "v1_label";
1271
  categoryAxis.renderer.minGridDistance = 50;
1272
  categoryAxis.startLocation = 0;
@@ -1274,7 +1276,7 @@ class wp_slimstat_reports {
1274
  categoryAxis.renderer.grid.template.disabled = true;
1275
 
1276
  // Create value axis
1277
- var valueAxis = chart_<?php echo $_args[ 'id' ]; ?>.yAxes.push(new am4charts.ValueAxis());
1278
  valueAxis.baseValue = 0;
1279
 
1280
  // Colors
@@ -1440,7 +1442,7 @@ class wp_slimstat_reports {
1440
  }
1441
 
1442
  public static function show_rankings(){
1443
- $options = array( 'timeout' => 1, 'headers' => array( 'Accept' => 'application/json' ) );
1444
  $site_url = parse_url( home_url(), PHP_URL_HOST );
1445
  if ( !empty( wp_slimstat_db::$filters_normalized[ 'resource' ] ) && wp_slimstat_db::$filters_normalized[ 'resource' ][ 0 ] == 'equals' ) {
1446
  $site_url .= wp_slimstat_db::$filters_normalized[ 'resource' ][ 1 ];
@@ -1450,30 +1452,20 @@ class wp_slimstat_reports {
1450
  // Check if we have a valied transient
1451
  if ( false === ( $rankings = get_transient( 'slimstat_ranking_values' ) ) ) {
1452
  $rankings = array(
1453
- 'seomoz_equity_backlinks' => array(
1454
- 0,
1455
- __( 'Backlinks', 'wp-slimstat' ),
1456
- __( 'Number of external equity links to your website.', 'wp-slimstat' )
1457
- ),
1458
- 'seomoz_mozrank' => array(
1459
  0,
1460
- __( 'MozRank', 'wp-slimstat' ),
1461
- __( 'MozRank of the URL, in a normalized 10-point score. MozRank represents a link popularity score. It reflects the importance of any given web page on the Internet.', 'wp-slimstat' )
1462
  ),
1463
- 'seomoz_equity_links' => array(
1464
- 0,
1465
- __( 'Equity Links', 'wp-slimstat' ),
1466
- __( 'Number of authority-passing links (including followed links and redirects, internal or external) to your website. Set the permalink filter here above to get the corresponding metrics in this report.', 'wp-slimstat' )
1467
- ),
1468
- 'facebook_shares' => array(
1469
  0,
1470
- __( 'Facebook Shares', 'wp-slimstat' ),
1471
- ''
1472
  ),
1473
- 'facebook_clicks' => array(
1474
  0,
1475
- __( 'Facebook Clicks', 'wp-slimstat' ),
1476
- __( 'How many times links to your website have been clicked on Facebook.', 'wp-slimstat' )
1477
  ),
1478
  'alexa_world_rank' => array(
1479
  0,
@@ -1498,20 +1490,21 @@ class wp_slimstat_reports {
1498
  $binary_signature = urlencode( base64_encode( $binary_signature ) );
1499
 
1500
  // SeoMoz Equity Links (Backlinks) and MozRank
1501
- $response = @wp_remote_get( 'http://lsapi.seomoz.com/linkscape/url-metrics/' . $site_url . '?Cols=16672&AccessID=' . wp_slimstat::$settings[ 'mozcom_access_id' ] . '&Expires=' . $expiration_token . '&Signature=' . $binary_signature, $options );
 
1502
  if ( !is_wp_error( $response ) && isset( $response[ 'response' ][ 'code' ] ) && ( $response[ 'response' ][ 'code' ] == 200 ) && !empty( $response[ 'body' ] ) ) {
1503
  $response = @json_decode( $response[ 'body' ] );
1504
  if ( is_object( $response ) ) {
1505
- if ( !empty( $response->ujid ) ) {
1506
- $rankings[ 'seomoz_equity_links' ][ 0 ] = number_format( intval( $response->ujid ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1507
  }
1508
 
1509
  if ( !empty( $response->ueid ) ) {
1510
  $rankings[ 'seomoz_equity_backlinks' ][ 0 ] = number_format( intval( $response->ueid ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1511
  }
1512
 
1513
- if ( !empty( $response->umrp ) ) {
1514
- $rankings[ 'seomoz_mozrank' ][ 0 ] = number_format( floatval( $response->umrp ), 2, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] );
1515
  }
1516
  }
1517
  }
@@ -1551,20 +1544,6 @@ class wp_slimstat_reports {
1551
  }
1552
  }
1553
  }
1554
-
1555
- // Facebook
1556
- $options[ 'headers' ][ 'Accept' ] = 'text/xml';
1557
- $response = @wp_remote_get( 'http://api.facebook.com/restserver.php?method=links.getStats&urls=' . $site_url, $options );
1558
- if ( !is_wp_error( $response ) && isset( $response[ 'response' ][ 'code' ] ) && ( $response[ 'response' ][ 'code' ] == 200 ) && !empty( $response[ 'body' ] ) ) {
1559
- $response = @simplexml_load_string( $response[ 'body' ] );
1560
- if ( is_object( $response ) && is_object( $response->link_stat ) ) {
1561
- $rankings[ 'facebook_shares' ][ 0 ] = number_format( intval( $response->link_stat->share_count ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1562
- $rankings[ 'facebook_clicks' ][ 0 ] = number_format( intval( $response->link_stat->click_count ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1563
- }
1564
- }
1565
-
1566
- // Store rankings as transients for 12 hours
1567
- //set_transient('slimstat_ranking_values', $rankings, 43200);
1568
  }
1569
 
1570
  foreach ( $rankings as $a_ranking ) {
@@ -1594,8 +1573,19 @@ class wp_slimstat_reports {
1594
  }
1595
  }
1596
 
1597
- $data_areas = array('xx'=>'{id:"XX",balloonText:"'.__('c-xx','wp-slimstat').': 0",value:0,color:"#ededed"}','af'=>'{id:"AF",balloonText:"'.__('c-af','wp-slimstat').': 0",value:0,color:"#ededed"}','ax'=>'{id:"AX",balloonText:"'.__('c-ax','wp-slimstat').': 0",value:0,color:"#ededed"}','al'=>'{id:"AL",balloonText:"'.__('c-al','wp-slimstat').': 0",value:0,color:"#ededed"}','dz'=>'{id:"DZ",balloonText:"'.__('c-dz','wp-slimstat').': 0",value:0,color:"#ededed"}','ad'=>'{id:"AD",balloonText:"'.__('c-ad','wp-slimstat').': 0",value:0,color:"#ededed"}','ao'=>'{id:"AO",balloonText:"'.__('c-ao','wp-slimstat').': 0",value:0,color:"#ededed"}','ai'=>'{id:"AI",balloonText:"'.__('c-ai','wp-slimstat').': 0",value:0,color:"#ededed"}','ag'=>'{id:"AG",balloonText:"'.__('c-ag','wp-slimstat').': 0",value:0,color:"#ededed"}','ar'=>'{id:"AR",balloonText:"'.__('c-ar','wp-slimstat').': 0",value:0,color:"#ededed"}','am'=>'{id:"AM",balloonText:"'.__('c-am','wp-slimstat').': 0",value:0,color:"#ededed"}','aw'=>'{id:"AW",balloonText:"'.__('c-aw','wp-slimstat').': 0",value:0,color:"#ededed"}','au'=>'{id:"AU",balloonText:"'.__('c-au','wp-slimstat').': 0",value:0,color:"#ededed"}','at'=>'{id:"AT",balloonText:"'.__('c-at','wp-slimstat').': 0",value:0,color:"#ededed"}','az'=>'{id:"AZ",balloonText:"'.__('c-az','wp-slimstat').': 0",value:0,color:"#ededed"}','bs'=>'{id:"BS",balloonText:"'.__('c-bs','wp-slimstat').': 0",value:0,color:"#ededed"}','bh'=>'{id:"BH",balloonText:"'.__('c-bh','wp-slimstat').': 0",value:0,color:"#ededed"}','bd'=>'{id:"BD",balloonText:"'.__('c-bd','wp-slimstat').': 0",value:0,color:"#ededed"}','bb'=>'{id:"BB",balloonText:"'.__('c-bb','wp-slimstat').': 0",value:0,color:"#ededed"}','by'=>'{id:"BY",balloonText:"'.__('c-by','wp-slimstat').': 0",value:0,color:"#ededed"}','be'=>'{id:"BE",balloonText:"'.__('c-be','wp-slimstat').': 0",value:0,color:"#ededed"}','bz'=>'{id:"BZ",balloonText:"'.__('c-bz','wp-slimstat').': 0",value:0,color:"#ededed"}','bj'=>'{id:"BJ",balloonText:"'.__('c-bj','wp-slimstat').': 0",value:0,color:"#ededed"}','bm'=>'{id:"BM",balloonText:"'.__('c-bm','wp-slimstat').': 0",value:0,color:"#ededed"}','bt'=>'{id:"BT",balloonText:"'.__('c-bt','wp-slimstat').': 0",value:0,color:"#ededed"}','bo'=>'{id:"BO",balloonText:"'.__('c-bo','wp-slimstat').': 0",value:0,color:"#ededed"}','ba'=>'{id:"BA",balloonText:"'.__('c-ba','wp-slimstat').': 0",value:0,color:"#ededed"}','bw'=>'{id:"BW",balloonText:"'.__('c-bw','wp-slimstat').': 0",value:0,color:"#ededed"}','br'=>'{id:"BR",balloonText:"'.__('c-br','wp-slimstat').': 0",value:0,color:"#ededed"}','bn'=>'{id:"BN",balloonText:"'.__('c-bn','wp-slimstat').': 0",value:0,color:"#ededed"}','bg'=>'{id:"BG",balloonText:"'.__('c-bg','wp-slimstat').': 0",value:0,color:"#ededed"}','bf'=>'{id:"BF",balloonText:"'.__('c-bf','wp-slimstat').': 0",value:0,color:"#ededed"}','bi'=>'{id:"BI",balloonText:"'.__('c-bi','wp-slimstat').': 0",value:0,color:"#ededed"}','kh'=>'{id:"KH",balloonText:"'.__('c-kh','wp-slimstat').': 0",value:0,color:"#ededed"}','cm'=>'{id:"CM",balloonText:"'.__('c-cm','wp-slimstat').': 0",value:0,color:"#ededed"}','ca'=>'{id:"CA",balloonText:"'.__('c-ca','wp-slimstat').': 0",value:0,color:"#ededed"}','cv'=>'{id:"CV",balloonText:"'.__('c-cv','wp-slimstat').': 0",value:0,color:"#ededed"}','ky'=>'{id:"KY",balloonText:"'.__('c-ky','wp-slimstat').': 0",value:0,color:"#ededed"}','cf'=>'{id:"CF",balloonText:"'.__('c-cf','wp-slimstat').': 0",value:0,color:"#ededed"}','td'=>'{id:"TD",balloonText:"'.__('c-td','wp-slimstat').': 0",value:0,color:"#ededed"}','cl'=>'{id:"CL",balloonText:"'.__('c-cl','wp-slimstat').': 0",value:0,color:"#ededed"}','cn'=>'{id:"CN",balloonText:"'.__('c-cn','wp-slimstat').': 0",value:0,color:"#ededed"}','co'=>'{id:"CO",balloonText:"'.__('c-co','wp-slimstat').': 0",value:0,color:"#ededed"}','km'=>'{id:"KM",balloonText:"'.__('c-km','wp-slimstat').': 0",value:0,color:"#ededed"}','cg'=>'{id:"CG",balloonText:"'.__('c-cg','wp-slimstat').': 0",value:0,color:"#ededed"}','cd'=>'{id:"CD",balloonText:"'.__('c-cd','wp-slimstat').': 0",value:0,color:"#ededed"}','cr'=>'{id:"CR",balloonText:"'.__('c-cr','wp-slimstat').': 0",value:0,color:"#ededed"}','ci'=>'{id:"CI",balloonText:"'.__('c-ci','wp-slimstat').': 0",value:0,color:"#ededed"}','hr'=>'{id:"HR",balloonText:"'.__('c-hr','wp-slimstat').': 0",value:0,color:"#ededed"}','cu'=>'{id:"CU",balloonText:"'.__('c-cu','wp-slimstat').': 0",value:0,color:"#ededed"}','cy'=>'{id:"CY",balloonText:"'.__('c-cy','wp-slimstat').': 0",value:0,color:"#ededed"}','cz'=>'{id:"CZ",balloonText:"'.__('c-cz','wp-slimstat').': 0",value:0,color:"#ededed"}','dk'=>'{id:"DK",balloonText:"'.__('c-dk','wp-slimstat').': 0",value:0,color:"#ededed"}','dj'=>'{id:"DJ",balloonText:"'.__('c-dj','wp-slimstat').': 0",value:0,color:"#ededed"}','dm'=>'{id:"DM",balloonText:"'.__('c-dm','wp-slimstat').': 0",value:0,color:"#ededed"}','do'=>'{id:"DO",balloonText:"'.__('c-do','wp-slimstat').': 0",value:0,color:"#ededed"}','ec'=>'{id:"EC",balloonText:"'.__('c-ec','wp-slimstat').': 0",value:0,color:"#ededed"}','eg'=>'{id:"EG",balloonText:"'.__('c-eg','wp-slimstat').': 0",value:0,color:"#ededed"}','sv'=>'{id:"SV",balloonText:"'.__('c-sv','wp-slimstat').': 0",value:0,color:"#ededed"}','gq'=>'{id:"GQ",balloonText:"'.__('c-gq','wp-slimstat').': 0",value:0,color:"#ededed"}','er'=>'{id:"ER",balloonText:"'.__('c-er','wp-slimstat').': 0",value:0,color:"#ededed"}','ee'=>'{id:"EE",balloonText:"'.__('c-ee','wp-slimstat').': 0",value:0,color:"#ededed"}','et'=>'{id:"ET",balloonText:"'.__('c-et','wp-slimstat').': 0",value:0,color:"#ededed"}','fo'=>'{id:"FO",balloonText:"'.__('c-fo','wp-slimstat').': 0",value:0,color:"#ededed"}','fk'=>'{id:"FK",balloonText:"'.__('c-fk','wp-slimstat').': 0",value:0,color:"#ededed"}','fj'=>'{id:"FJ",balloonText:"'.__('c-fj','wp-slimstat').': 0",value:0,color:"#ededed"}','fi'=>'{id:"FI",balloonText:"'.__('c-fi','wp-slimstat').': 0",value:0,color:"#ededed"}','fr'=>'{id:"FR",balloonText:"'.__('c-fr','wp-slimstat').': 0",value:0,color:"#ededed"}','gf'=>'{id:"GF",balloonText:"'.__('c-gf','wp-slimstat').': 0",value:0,color:"#ededed"}','ga'=>'{id:"GA",balloonText:"'.__('c-ga','wp-slimstat').': 0",value:0,color:"#ededed"}','gm'=>'{id:"GM",balloonText:"'.__('c-gm','wp-slimstat').': 0",value:0,color:"#ededed"}','ge'=>'{id:"GE",balloonText:"'.__('c-ge','wp-slimstat').': 0",value:0,color:"#ededed"}','de'=>'{id:"DE",balloonText:"'.__('c-de','wp-slimstat').': 0",value:0,color:"#ededed"}','gh'=>'{id:"GH",balloonText:"'.__('c-gh','wp-slimstat').': 0",value:0,color:"#ededed"}','gr'=>'{id:"GR",balloonText:"'.__('c-gr','wp-slimstat').': 0",value:0,color:"#ededed"}','gl'=>'{id:"GL",balloonText:"'.__('c-gl','wp-slimstat').': 0",value:0,color:"#ededed"}','gd'=>'{id:"GD",balloonText:"'.__('c-gd','wp-slimstat').': 0",value:0,color:"#ededed"}','gp'=>'{id:"GP",balloonText:"'.__('c-gp','wp-slimstat').': 0",value:0,color:"#ededed"}','gt'=>'{id:"GT",balloonText:"'.__('c-gt','wp-slimstat').': 0",value:0,color:"#ededed"}','gn'=>'{id:"GN",balloonText:"'.__('c-gn','wp-slimstat').': 0",value:0,color:"#ededed"}','gw'=>'{id:"GW",balloonText:"'.__('c-gw','wp-slimstat').': 0",value:0,color:"#ededed"}','gy'=>'{id:"GY",balloonText:"'.__('c-gy','wp-slimstat').': 0",value:0,color:"#ededed"}','ht'=>'{id:"HT",balloonText:"'.__('c-ht','wp-slimstat').': 0",value:0,color:"#ededed"}','hn'=>'{id:"HN",balloonText:"'.__('c-hn','wp-slimstat').': 0",value:0,color:"#ededed"}','hk'=>'{id:"HK",balloonText:"'.__('c-hk','wp-slimstat').': 0",value:0,color:"#ededed"}','hu'=>'{id:"HU",balloonText:"'.__('c-hu','wp-slimstat').': 0",value:0,color:"#ededed"}','is'=>'{id:"IS",balloonText:"'.__('c-is','wp-slimstat').': 0",value:0,color:"#ededed"}','in'=>'{id:"IN",balloonText:"'.__('c-in','wp-slimstat').': 0",value:0,color:"#ededed"}','id'=>'{id:"ID",balloonText:"'.__('c-id','wp-slimstat').': 0",value:0,color:"#ededed"}','ir'=>'{id:"IR",balloonText:"'.__('c-ir','wp-slimstat').': 0",value:0,color:"#ededed"}','iq'=>'{id:"IQ",balloonText:"'.__('c-iq','wp-slimstat').': 0",value:0,color:"#ededed"}','ie'=>'{id:"IE",balloonText:"'.__('c-ie','wp-slimstat').': 0",value:0,color:"#ededed"}','il'=>'{id:"IL",balloonText:"'.__('c-il','wp-slimstat').': 0",value:0,color:"#ededed"}','it'=>'{id:"IT",balloonText:"'.__('c-it','wp-slimstat').': 0",value:0,color:"#ededed"}','jm'=>'{id:"JM",balloonText:"'.__('c-jm','wp-slimstat').': 0",value:0,color:"#ededed"}','jp'=>'{id:"JP",balloonText:"'.__('c-jp','wp-slimstat').': 0",value:0,color:"#ededed"}','jo'=>'{id:"JO",balloonText:"'.__('c-jo','wp-slimstat').': 0",value:0,color:"#ededed"}','kz'=>'{id:"KZ",balloonText:"'.__('c-kz','wp-slimstat').': 0",value:0,color:"#ededed"}','ke'=>'{id:"KE",balloonText:"'.__('c-ke','wp-slimstat').': 0",value:0,color:"#ededed"}','nr'=>'{id:"NR",balloonText:"'.__('c-nr','wp-slimstat').': 0",value:0,color:"#ededed"}','kp'=>'{id:"KP",balloonText:"'.__('c-kp','wp-slimstat').': 0",value:0,color:"#ededed"}','kr'=>'{id:"KR",balloonText:"'.__('c-kr','wp-slimstat').': 0",value:0,color:"#ededed"}','kv'=>'{id:"KV",balloonText:"'.__('c-kv','wp-slimstat').': 0",value:0,color:"#ededed"}','kw'=>'{id:"KW",balloonText:"'.__('c-kw','wp-slimstat').': 0",value:0,color:"#ededed"}','kg'=>'{id:"KG",balloonText:"'.__('c-kg','wp-slimstat').': 0",value:0,color:"#ededed"}','la'=>'{id:"LA",balloonText:"'.__('c-la','wp-slimstat').': 0",value:0,color:"#ededed"}','lv'=>'{id:"LV",balloonText:"'.__('c-lv','wp-slimstat').': 0",value:0,color:"#ededed"}','lb'=>'{id:"LB",balloonText:"'.__('c-lb','wp-slimstat').': 0",value:0,color:"#ededed"}','ls'=>'{id:"LS",balloonText:"'.__('c-ls','wp-slimstat').': 0",value:0,color:"#ededed"}','lr'=>'{id:"LR",balloonText:"'.__('c-lr','wp-slimstat').': 0",value:0,color:"#ededed"}','ly'=>'{id:"LY",balloonText:"'.__('c-ly','wp-slimstat').': 0",value:0,color:"#ededed"}','li'=>'{id:"LI",balloonText:"'.__('c-li','wp-slimstat').': 0",value:0,color:"#ededed"}','lt'=>'{id:"LT",balloonText:"'.__('c-lt','wp-slimstat').': 0",value:0,color:"#ededed"}','lu'=>'{id:"LU",balloonText:"'.__('c-lu','wp-slimstat').': 0",value:0,color:"#ededed"}','mk'=>'{id:"MK",balloonText:"'.__('c-mk','wp-slimstat').': 0",value:0,color:"#ededed"}','mg'=>'{id:"MG",balloonText:"'.__('c-mg','wp-slimstat').': 0",value:0,color:"#ededed"}','mw'=>'{id:"MW",balloonText:"'.__('c-mw','wp-slimstat').': 0",value:0,color:"#ededed"}','my'=>'{id:"MY",balloonText:"'.__('c-my','wp-slimstat').': 0",value:0,color:"#ededed"}','ml'=>'{id:"ML",balloonText:"'.__('c-ml','wp-slimstat').': 0",value:0,color:"#ededed"}','mt'=>'{id:"MT",balloonText:"'.__('c-mt','wp-slimstat').': 0",value:0,color:"#ededed"}','mq'=>'{id:"MQ",balloonText:"'.__('c-mq','wp-slimstat').': 0",value:0,color:"#ededed"}','mr'=>'{id:"MR",balloonText:"'.__('c-mr','wp-slimstat').': 0",value:0,color:"#ededed"}','mu'=>'{id:"MU",balloonText:"'.__('c-mu','wp-slimstat').': 0",value:0,color:"#ededed"}','mx'=>'{id:"MX",balloonText:"'.__('c-mx','wp-slimstat').': 0",value:0,color:"#ededed"}','md'=>'{id:"MD",balloonText:"'.__('c-md','wp-slimstat').': 0",value:0,color:"#ededed"}','mn'=>'{id:"MN",balloonText:"'.__('c-mn','wp-slimstat').': 0",value:0,color:"#ededed"}','me'=>'{id:"ME",balloonText:"'.__('c-me','wp-slimstat').': 0",value:0,color:"#ededed"}','ms'=>'{id:"MS",balloonText:"'.__('c-ms','wp-slimstat').': 0",value:0,color:"#ededed"}','ma'=>'{id:"MA",balloonText:"'.__('c-ma','wp-slimstat').': 0",value:0,color:"#ededed"}','mz'=>'{id:"MZ",balloonText:"'.__('c-mz','wp-slimstat').': 0",value:0,color:"#ededed"}','mm'=>'{id:"MM",balloonText:"'.__('c-mm','wp-slimstat').': 0",value:0,color:"#ededed"}','na'=>'{id:"NA",balloonText:"'.__('c-na','wp-slimstat').': 0",value:0,color:"#ededed"}','np'=>'{id:"NP",balloonText:"'.__('c-np','wp-slimstat').': 0",value:0,color:"#ededed"}','nl'=>'{id:"NL",balloonText:"'.__('c-nl','wp-slimstat').': 0",value:0,color:"#ededed"}','nc'=>'{id:"NC",balloonText:"'.__('c-nc','wp-slimstat').': 0",value:0,color:"#ededed"}','nz'=>'{id:"NZ",balloonText:"'.__('c-nz','wp-slimstat').': 0",value:0,color:"#ededed"}','ni'=>'{id:"NI",balloonText:"'.__('c-ni','wp-slimstat').': 0",value:0,color:"#ededed"}','ne'=>'{id:"NE",balloonText:"'.__('c-ne','wp-slimstat').': 0",value:0,color:"#ededed"}','ng'=>'{id:"NG",balloonText:"'.__('c-ng','wp-slimstat').': 0",value:0,color:"#ededed"}','no'=>'{id:"NO",balloonText:"'.__('c-no','wp-slimstat').': 0",value:0,color:"#ededed"}','om'=>'{id:"OM",balloonText:"'.__('c-om','wp-slimstat').': 0",value:0,color:"#ededed"}','pk'=>'{id:"PK",balloonText:"'.__('c-pk','wp-slimstat').': 0",value:0,color:"#ededed"}','pw'=>'{id:"PW",balloonText:"'.__('c-pw','wp-slimstat').': 0",value:0,color:"#ededed"}','ps'=>'{id:"PS",balloonText:"'.__('c-ps','wp-slimstat').': 0",value:0,color:"#ededed"}','pa'=>'{id:"PA",balloonText:"'.__('c-pa','wp-slimstat').': 0",value:0,color:"#ededed"}','pg'=>'{id:"PG",balloonText:"'.__('c-pg','wp-slimstat').': 0",value:0,color:"#ededed"}','py'=>'{id:"PY",balloonText:"'.__('c-py','wp-slimstat').': 0",value:0,color:"#ededed"}','pe'=>'{id:"PE",balloonText:"'.__('c-pe','wp-slimstat').': 0",value:0,color:"#ededed"}','ph'=>'{id:"PH",balloonText:"'.__('c-ph','wp-slimstat').': 0",value:0,color:"#ededed"}','pl'=>'{id:"PL",balloonText:"'.__('c-pl','wp-slimstat').': 0",value:0,color:"#ededed"}','pt'=>'{id:"PT",balloonText:"'.__('c-pt','wp-slimstat').': 0",value:0,color:"#ededed"}','pr'=>'{id:"PR",balloonText:"'.__('c-pr','wp-slimstat').': 0",value:0,color:"#ededed"}','qa'=>'{id:"QA",balloonText:"'.__('c-qa','wp-slimstat').': 0",value:0,color:"#ededed"}','re'=>'{id:"RE",balloonText:"'.__('c-re','wp-slimstat').': 0",value:0,color:"#ededed"}','ro'=>'{id:"RO",balloonText:"'.__('c-ro','wp-slimstat').': 0",value:0,color:"#ededed"}','ru'=>'{id:"RU",balloonText:"'.__('c-ru','wp-slimstat').': 0",value:0,color:"#ededed"}','rw'=>'{id:"RW",balloonText:"'.__('c-rw','wp-slimstat').': 0",value:0,color:"#ededed"}','kn'=>'{id:"KN",balloonText:"'.__('c-kn','wp-slimstat').': 0",value:0,color:"#ededed"}','lc'=>'{id:"LC",balloonText:"'.__('c-lc','wp-slimstat').': 0",value:0,color:"#ededed"}','mf'=>'{id:"MF",balloonText:"'.__('c-mf','wp-slimstat').': 0",value:0,color:"#ededed"}','vc'=>'{id:"VC",balloonText:"'.__('c-vc','wp-slimstat').': 0",value:0,color:"#ededed"}','ws'=>'{id:"WS",balloonText:"'.__('c-ws','wp-slimstat').': 0",value:0,color:"#ededed"}','st'=>'{id:"ST",balloonText:"'.__('c-st','wp-slimstat').': 0",value:0,color:"#ededed"}','sa'=>'{id:"SA",balloonText:"'.__('c-sa','wp-slimstat').': 0",value:0,color:"#ededed"}','sn'=>'{id:"SN",balloonText:"'.__('c-sn','wp-slimstat').': 0",value:0,color:"#ededed"}','rs'=>'{id:"RS",balloonText:"'.__('c-rs','wp-slimstat').': 0",value:0,color:"#ededed"}','sl'=>'{id:"SL",balloonText:"'.__('c-sl','wp-slimstat').': 0",value:0,color:"#ededed"}','sg'=>'{id:"SG",balloonText:"'.__('c-sg','wp-slimstat').': 0",value:0,color:"#ededed"}','sk'=>'{id:"SK",balloonText:"'.__('c-sk','wp-slimstat').': 0",value:0,color:"#ededed"}','si'=>'{id:"SI",balloonText:"'.__('c-si','wp-slimstat').': 0",value:0,color:"#ededed"}','sb'=>'{id:"SB",balloonText:"'.__('c-sb','wp-slimstat').': 0",value:0,color:"#ededed"}','so'=>'{id:"SO",balloonText:"'.__('c-so','wp-slimstat').': 0",value:0,color:"#ededed"}','za'=>'{id:"ZA",balloonText:"'.__('c-za','wp-slimstat').': 0",value:0,color:"#ededed"}','gs'=>'{id:"GS",balloonText:"'.__('c-gs','wp-slimstat').': 0",value:0,color:"#ededed"}','es'=>'{id:"ES",balloonText:"'.__('c-es','wp-slimstat').': 0",value:0,color:"#ededed"}','lk'=>'{id:"LK",balloonText:"'.__('c-lk','wp-slimstat').': 0",value:0,color:"#ededed"}','sc'=>'{id:"SC",balloonText:"'.__('c-sc','wp-slimstat').': 0",value:0,color:"#ededed"}','sd'=>'{id:"SD",balloonText:"'.__('c-sd','wp-slimstat').': 0",value:0,color:"#ededed"}','ss'=>'{id:"SS",balloonText:"'.__('c-ss','wp-slimstat').': 0",value:0,color:"#ededed"}','sr'=>'{id:"SR",balloonText:"'.__('c-sr','wp-slimstat').': 0",value:0,color:"#ededed"}','sj'=>'{id:"SJ",balloonText:"'.__('c-sj','wp-slimstat').': 0",value:0,color:"#ededed"}','sz'=>'{id:"SZ",balloonText:"'.__('c-sz','wp-slimstat').': 0",value:0,color:"#ededed"}','se'=>'{id:"SE",balloonText:"'.__('c-se','wp-slimstat').': 0",value:0,color:"#ededed"}','ch'=>'{id:"CH",balloonText:"'.__('c-ch','wp-slimstat').': 0",value:0,color:"#ededed"}','sy'=>'{id:"SY",balloonText:"'.__('c-sy','wp-slimstat').': 0",value:0,color:"#ededed"}','tw'=>'{id:"TW",balloonText:"'.__('c-tw','wp-slimstat').': 0",value:0,color:"#ededed"}','tj'=>'{id:"TJ",balloonText:"'.__('c-tj','wp-slimstat').': 0",value:0,color:"#ededed"}','tz'=>'{id:"TZ",balloonText:"'.__('c-tz','wp-slimstat').': 0",value:0,color:"#ededed"}','th'=>'{id:"TH",balloonText:"'.__('c-th','wp-slimstat').': 0",value:0,color:"#ededed"}','tl'=>'{id:"TL",balloonText:"'.__('c-tl','wp-slimstat').': 0",value:0,color:"#ededed"}','tg'=>'{id:"TG",balloonText:"'.__('c-tg','wp-slimstat').': 0",value:0,color:"#ededed"}','to'=>'{id:"TO",balloonText:"'.__('c-to','wp-slimstat').': 0",value:0,color:"#ededed"}','tt'=>'{id:"TT",balloonText:"'.__('c-tt','wp-slimstat').': 0",value:0,color:"#ededed"}','tn'=>'{id:"TN",balloonText:"'.__('c-tn','wp-slimstat').': 0",value:0,color:"#ededed"}','tr'=>'{id:"TR",balloonText:"'.__('c-tr','wp-slimstat').': 0",value:0,color:"#ededed"}','tm'=>'{id:"TM",balloonText:"'.__('c-tm','wp-slimstat').': 0",value:0,color:"#ededed"}','tc'=>'{id:"TC",balloonText:"'.__('c-tc','wp-slimstat').': 0",value:0,color:"#ededed"}','ug'=>'{id:"UG",balloonText:"'.__('c-ug','wp-slimstat').': 0",value:0,color:"#ededed"}','ua'=>'{id:"UA",balloonText:"'.__('c-ua','wp-slimstat').': 0",value:0,color:"#ededed"}','ae'=>'{id:"AE",balloonText:"'.__('c-ae','wp-slimstat').': 0",value:0,color:"#ededed"}','gb'=>'{id:"GB",balloonText:"'.__('c-gb','wp-slimstat').': 0",value:0,color:"#ededed"}','us'=>'{id:"US",balloonText:"'.__('c-us','wp-slimstat').': 0",value:0,color:"#ededed"}','uy'=>'{id:"UY",balloonText:"'.__('c-uy','wp-slimstat').': 0",value:0,color:"#ededed"}','uz'=>'{id:"UZ",balloonText:"'.__('c-uz','wp-slimstat').': 0",value:0,color:"#ededed"}','vu'=>'{id:"VU",balloonText:"'.__('c-vu','wp-slimstat').': 0",value:0,color:"#ededed"}','ve'=>'{id:"VE",balloonText:"'.__('c-ve','wp-slimstat').': 0",value:0,color:"#ededed"}','vn'=>'{id:"VN",balloonText:"'.__('c-vn','wp-slimstat').': 0",value:0,color:"#ededed"}','vg'=>'{id:"VG",balloonText:"'.__('c-vg','wp-slimstat').': 0",value:0,color:"#ededed"}','vi'=>'{id:"VI",balloonText:"'.__('c-vi','wp-slimstat').': 0",value:0,color:"#ededed"}','eh'=>'{id:"EH",balloonText:"'.__('c-eh','wp-slimstat').': 0",value:0,color:"#ededed"}','ye'=>'{id:"YE",balloonText:"'.__('c-ye','wp-slimstat').': 0",value:0,color:"#ededed"}','zm'=>'{id:"ZM",balloonText:"'.__('c-zm','wp-slimstat').': 0",value:0,color:"#ededed"}','zw'=>'{id:"ZW",balloonText:"'.__('c-zw','wp-slimstat').': 0",value:0,color:"#ededed"}','gg'=>'{id:"GG",balloonText:"'.__('c-gg','wp-slimstat').': 0",value:0,color:"#ededed"}','je'=>'{id:"JE",balloonText:"'.__('c-je','wp-slimstat').': 0",value:0,color:"#ededed"}','im'=>'{id:"IM",balloonText:"'.__('c-im','wp-slimstat').': 0",value:0,color:"#ededed"}','mv'=>'{id:"MV",balloonText:"'.__('c-mv','wp-slimstat').': 0",value:0,color:"#ededed"}');
1598
- $countries_not_represented = array( __( 'c-eu', 'wp-slimstat' ) );
 
 
 
 
 
 
 
 
 
 
 
1599
  $max = 0;
1600
 
1601
  foreach ( $countries as $a_country ) {
@@ -1605,7 +1595,7 @@ class wp_slimstat_reports {
1605
 
1606
  $percentage = ( wp_slimstat_db::$pageviews > 0 ) ? sprintf( "%01.2f", ( 100 * $a_country[ 'counthits' ] / wp_slimstat_db::$pageviews ) ) : 0;
1607
  $percentage_format = number_format( $percentage, 2, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] );
1608
- $balloon_text = __( 'c-' . $a_country[ 'country' ], 'wp-slimstat' ) . ': ' . $percentage_format . '% (' . number_format( $a_country[ 'counthits' ], 0, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] ) . ')';
1609
  $data_areas[ $a_country[ 'country' ] ] = '{id:"' . strtoupper( $a_country[ 'country' ] ) . '",balloonText:"' . $balloon_text . '",value:' . $percentage . '}';
1610
 
1611
  if ( $percentage > $max ) {
@@ -1616,10 +1606,6 @@ class wp_slimstat_reports {
1616
  $path_slimstat = dirname( dirname( __FILE__ ) );
1617
  wp_enqueue_script( 'slimstat_ammap', plugins_url( '/admin/js/ammap/ammap.js', $path_slimstat ), array(), null, false );
1618
  wp_enqueue_script( 'slimstat_ammap_world', plugins_url( '/admin/js/ammap/world.js', $path_slimstat ), array(), null, false );
1619
- //wp_enqueue_script( 'slimstat_amcharts_plugins_export', plugins_url( '/admin/js/amcharts/plugins/export/export.min.js', $path_slimstat ), array( 'slimstat_ammap' ), null, false );
1620
- //wp_enqueue_script( 'slimstat_amcharts_theme_light', plugins_url( '/admin/js/amcharts/themes/light.js', $path_slimstat ), array( 'slimstat_ammap' ), null, false );
1621
-
1622
- //wp_enqueue_style( 'slimstat_amcharts_plugins_export_css', plugins_url( '/admin/js/amcharts/plugins/export/export.css', $path_slimstat ) );
1623
 
1624
  ?>
1625
 
@@ -1672,7 +1658,7 @@ class wp_slimstat_reports {
1672
  map.export = {
1673
  "enabled": true,
1674
  "libs": {
1675
- "path": "<?php echo plugins_url('/js/amcharts/plugins/export/libs/', dirname(__FILE__)) ?>"
1676
  },
1677
  "menu": [ {
1678
  "class": "export-main",
@@ -1688,7 +1674,7 @@ class wp_slimstat_reports {
1688
  map.balloon.color = "#000000";
1689
  map.colorSteps = 5;
1690
  map.mouseWheelZoomEnabled = true;
1691
- map.pathToImages = "<?php echo plugins_url('/js/ammap/images/', dirname(__FILE__)) ?>";
1692
 
1693
  // Init Data
1694
  map.dataProvider = dataProvider;
38
  ),
39
  'classes' => array( 'full-width', 'tall' ),
40
  'screens' => array( 'slimview1', 'dashboard' ),
41
+ 'tooltip' => __( 'Color codes', 'wp-slimstat' ).'</strong><p><span class="little-color-box is-search-engine"></span> '.__( 'From search result page', 'wp-slimstat' ).'</p><p><span class="little-color-box is-known-visitor"></span> '.__( 'Has Left Comments', 'wp-slimstat' ).'</p><p><span class="little-color-box is-known-user"></span> '.__( 'WP User', 'wp-slimstat' ).'</p><p><span class="little-color-box is-direct"></span> '.__( 'Other Human', 'wp-slimstat' ).'</p><p><span class="little-color-box"></span> '.__( 'Bot or Crawler', 'wp-slimstat' ).'</p>'
42
  ),
43
 
44
  'slim_p1_01' => array(
987
  }
988
 
989
  public static function raw_results_to_html( $_args = array() ) {
990
+ if ( wp_slimstat::$settings[ 'async_load' ] == 'on' && ( !defined( 'DOING_AJAX' ) || !DOING_AJAX ) && empty( $_args[ 'is_widget' ] ) ) {
991
  return '';
992
  }
993
 
1057
  $permalinks_enabled = get_option( 'permalink_structure' );
1058
  $column_not_calculated = str_replace( '_calculated', '', $_args[ 'columns' ] );
1059
 
1060
+ // Load localization strings
1061
+ include_once( plugin_dir_path( __FILE__ ) . '../../languages/dynamic_strings.php' );
1062
+
1063
  for ( $i=0; $i<$count_page_results; $i++ ) {
1064
  $row_details = $percentage = '';
1065
  $element_pre_value = '';
1070
 
1071
  case 'browser':
1072
  if ( !empty( $results[ $i ][ 'user_agent' ] ) && wp_slimstat::$settings[ 'show_complete_user_agent_tooltip' ] == 'on' ) {
1073
+ $element_pre_value = self::inline_help( $results[ $i ][ 'user_agent' ], false );
1074
  }
1075
+ $element_value = $results[ $i ][ 'browser' ] . ( ( isset( $results[ $i ][ 'browser_version' ] ) && intval( $results[ $i ][ 'browser_version' ] ) != 0 ) ? ' ' . $results[ $i ][ 'browser_version' ] : '' );
1076
  break;
1077
 
1078
  case 'category':
1081
  break;
1082
 
1083
  case 'country':
1084
+ $row_details .= __( 'Code', 'wp-slimstat' ) . ": {$results[ $i ][ 'country' ]}";
1085
+ $element_value = slim_i18n::get_string( 'c-' . $results[ $i ][ 'country' ] );
1086
  break;
1087
 
1088
  case 'ip':
1096
 
1097
  case 'language':
1098
  $row_details = __( 'Code', 'wp-slimstat' ) . ": {$results[ $i ][ $_args[ 'columns' ] ]}";
1099
+ $element_value = slim_i18n::get_string( 'l-' . $results[ $i ][ $_args[ 'columns' ] ] );
1100
  break;
1101
 
1102
  case 'platform':
1103
  $row_details = __( 'Code', 'wp-slimstat' ).": {$results[ $i ][ $_args[ 'columns' ] ]}";
1104
+ $element_value = slim_i18n::get_string( $results[ $i ][ $_args[ 'columns' ] ] );
1105
  $results[ $i ][ $_args[ 'columns' ] ] = str_replace( 'p-', '', $results[ $i ][ $_args[ 'columns' ] ] );
1106
  break;
1107
 
1108
  case 'referer':
1109
  $element_value = str_replace( array( '<', '>' ), array( '&lt;', '&gt;' ), urldecode( $results[ $i ][ $_args[ 'columns' ] ] ) );
 
1110
  break;
1111
 
1112
  case 'resource':
1268
  chart_<?php echo $_args[ 'id' ]; ?>.data = <?php unset( $data[ 'keys' ] ); echo json_encode( $data ) ?>;
1269
 
1270
  // Create axes
1271
+ var categoryAxis = chart_<?php echo $_args[ 'id' ]; ?>.xAxes.push( new am4charts.CategoryAxis() );
1272
  categoryAxis.dataFields.category = "v1_label";
1273
  categoryAxis.renderer.minGridDistance = 50;
1274
  categoryAxis.startLocation = 0;
1276
  categoryAxis.renderer.grid.template.disabled = true;
1277
 
1278
  // Create value axis
1279
+ var valueAxis = chart_<?php echo $_args[ 'id' ]; ?>.yAxes.push( new am4charts.ValueAxis() );
1280
  valueAxis.baseValue = 0;
1281
 
1282
  // Colors
1442
  }
1443
 
1444
  public static function show_rankings(){
1445
+ $options = array( 'timeout' => 30, 'headers' => array( 'Accept' => 'application/json' ) );
1446
  $site_url = parse_url( home_url(), PHP_URL_HOST );
1447
  if ( !empty( wp_slimstat_db::$filters_normalized[ 'resource' ] ) && wp_slimstat_db::$filters_normalized[ 'resource' ][ 0 ] == 'equals' ) {
1448
  $site_url .= wp_slimstat_db::$filters_normalized[ 'resource' ][ 1 ];
1452
  // Check if we have a valied transient
1453
  if ( false === ( $rankings = get_transient( 'slimstat_ranking_values' ) ) ) {
1454
  $rankings = array(
1455
+ 'seomoz_domain_authority' => array(
 
 
 
 
 
1456
  0,
1457
+ __( 'Moz Domain Authority', 'wp-slimstat' ),
1458
+ __( 'A normalized 100-point score representing the likelihood of a domain to rank well in search engine results.', 'wp-slimstat' )
1459
  ),
1460
+ 'seomoz_equity_backlinks' => array(
 
 
 
 
 
1461
  0,
1462
+ __( 'Moz Backlinks', 'wp-slimstat' ),
1463
+ __( 'Number of external equity links to your website.', 'wp-slimstat' )
1464
  ),
1465
+ 'seomoz_links' => array(
1466
  0,
1467
+ __( 'Moz Links', 'wp-slimstat' ),
1468
+ __( 'The number of links (external, equity or nonequity or not) to your homepage.', 'wp-slimstat' )
1469
  ),
1470
  'alexa_world_rank' => array(
1471
  0,
1490
  $binary_signature = urlencode( base64_encode( $binary_signature ) );
1491
 
1492
  // SeoMoz Equity Links (Backlinks) and MozRank
1493
+ $response = @wp_remote_get( 'https://lsapi.seomoz.com/linkscape/url-metrics/' . $site_url . '?Cols=68719478816&AccessID=' . wp_slimstat::$settings[ 'mozcom_access_id' ] . '&Expires=' . $expiration_token . '&Signature=' . $binary_signature, $options );
1494
+
1495
  if ( !is_wp_error( $response ) && isset( $response[ 'response' ][ 'code' ] ) && ( $response[ 'response' ][ 'code' ] == 200 ) && !empty( $response[ 'body' ] ) ) {
1496
  $response = @json_decode( $response[ 'body' ] );
1497
  if ( is_object( $response ) ) {
1498
+ if ( !empty( $response->pda ) ) {
1499
+ $rankings[ 'seomoz_domain_authority' ][ 0 ] = number_format( intval( $response->pda ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1500
  }
1501
 
1502
  if ( !empty( $response->ueid ) ) {
1503
  $rankings[ 'seomoz_equity_backlinks' ][ 0 ] = number_format( intval( $response->ueid ), 0, '', wp_slimstat_db::$formats[ 'thousand' ] );
1504
  }
1505
 
1506
+ if ( !empty( $response->uid ) ) {
1507
+ $rankings[ 'seomoz_links' ][ 0 ] = number_format( floatval( $response->uid ), 0, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] );
1508
  }
1509
  }
1510
  }
1544
  }
1545
  }
1546
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1547
  }
1548
 
1549
  foreach ( $rankings as $a_ranking ) {
1573
  }
1574
  }
1575
 
1576
+ // Load localization strings
1577
+ include_once( plugin_dir_path( __FILE__ ) . '../../languages/dynamic_strings.php' );
1578
+
1579
+ //$data_areas = array(,'af'=>'{id:"AF",balloonText:"'.__('c-af','wp-slimstat').': 0",value:0,color:"#ededed"}','ax'=>'{id:"AX",balloonText:"'.__('c-ax','wp-slimstat').': 0",value:0,color:"#ededed"}','al'=>'{id:"AL",balloonText:"'.__('c-al','wp-slimstat').': 0",value:0,color:"#ededed"}','dz'=>'{id:"DZ",balloonText:"'.__('c-dz','wp-slimstat').': 0",value:0,color:"#ededed"}','ad'=>'{id:"AD",balloonText:"'.__('c-ad','wp-slimstat').': 0",value:0,color:"#ededed"}','ao'=>'{id:"AO",balloonText:"'.__('c-ao','wp-slimstat').': 0",value:0,color:"#ededed"}','ai'=>'{id:"AI",balloonText:"'.__('c-ai','wp-slimstat').': 0",value:0,color:"#ededed"}','ag'=>'{id:"AG",balloonText:"'.__('c-ag','wp-slimstat').': 0",value:0,color:"#ededed"}','ar'=>'{id:"AR",balloonText:"'.__('c-ar','wp-slimstat').': 0",value:0,color:"#ededed"}','am'=>'{id:"AM",balloonText:"'.__('c-am','wp-slimstat').': 0",value:0,color:"#ededed"}','aw'=>'{id:"AW",balloonText:"'.__('c-aw','wp-slimstat').': 0",value:0,color:"#ededed"}','au'=>'{id:"AU",balloonText:"'.__('c-au','wp-slimstat').': 0",value:0,color:"#ededed"}','at'=>'{id:"AT",balloonText:"'.__('c-at','wp-slimstat').': 0",value:0,color:"#ededed"}','az'=>'{id:"AZ",balloonText:"'.__('c-az','wp-slimstat').': 0",value:0,color:"#ededed"}','bs'=>'{id:"BS",balloonText:"'.__('c-bs','wp-slimstat').': 0",value:0,color:"#ededed"}','bh'=>'{id:"BH",balloonText:"'.__('c-bh','wp-slimstat').': 0",value:0,color:"#ededed"}','bd'=>'{id:"BD",balloonText:"'.__('c-bd','wp-slimstat').': 0",value:0,color:"#ededed"}','bb'=>'{id:"BB",balloonText:"'.__('c-bb','wp-slimstat').': 0",value:0,color:"#ededed"}','by'=>'{id:"BY",balloonText:"'.__('c-by','wp-slimstat').': 0",value:0,color:"#ededed"}','be'=>'{id:"BE",balloonText:"'.__('c-be','wp-slimstat').': 0",value:0,color:"#ededed"}','bz'=>'{id:"BZ",balloonText:"'.__('c-bz','wp-slimstat').': 0",value:0,color:"#ededed"}','bj'=>'{id:"BJ",balloonText:"'.__('c-bj','wp-slimstat').': 0",value:0,color:"#ededed"}','bm'=>'{id:"BM",balloonText:"'.__('c-bm','wp-slimstat').': 0",value:0,color:"#ededed"}','bt'=>'{id:"BT",balloonText:"'.__('c-bt','wp-slimstat').': 0",value:0,color:"#ededed"}','bo'=>'{id:"BO",balloonText:"'.__('c-bo','wp-slimstat').': 0",value:0,color:"#ededed"}','ba'=>'{id:"BA",balloonText:"'.__('c-ba','wp-slimstat').': 0",value:0,color:"#ededed"}','bw'=>'{id:"BW",balloonText:"'.__('c-bw','wp-slimstat').': 0",value:0,color:"#ededed"}','br'=>'{id:"BR",balloonText:"'.__('c-br','wp-slimstat').': 0",value:0,color:"#ededed"}','bn'=>'{id:"BN",balloonText:"'.__('c-bn','wp-slimstat').': 0",value:0,color:"#ededed"}','bg'=>'{id:"BG",balloonText:"'.__('c-bg','wp-slimstat').': 0",value:0,color:"#ededed"}','bf'=>'{id:"BF",balloonText:"'.__('c-bf','wp-slimstat').': 0",value:0,color:"#ededed"}','bi'=>'{id:"BI",balloonText:"'.__('c-bi','wp-slimstat').': 0",value:0,color:"#ededed"}','kh'=>'{id:"KH",balloonText:"'.__('c-kh','wp-slimstat').': 0",value:0,color:"#ededed"}','cm'=>'{id:"CM",balloonText:"'.__('c-cm','wp-slimstat').': 0",value:0,color:"#ededed"}','ca'=>'{id:"CA",balloonText:"'.__('c-ca','wp-slimstat').': 0",value:0,color:"#ededed"}','cv'=>'{id:"CV",balloonText:"'.__('c-cv','wp-slimstat').': 0",value:0,color:"#ededed"}','ky'=>'{id:"KY",balloonText:"'.__('c-ky','wp-slimstat').': 0",value:0,color:"#ededed"}','cf'=>'{id:"CF",balloonText:"'.__('c-cf','wp-slimstat').': 0",value:0,color:"#ededed"}','td'=>'{id:"TD",balloonText:"'.__('c-td','wp-slimstat').': 0",value:0,color:"#ededed"}','cl'=>'{id:"CL",balloonText:"'.__('c-cl','wp-slimstat').': 0",value:0,color:"#ededed"}','cn'=>'{id:"CN",balloonText:"'.__('c-cn','wp-slimstat').': 0",value:0,color:"#ededed"}','co'=>'{id:"CO",balloonText:"'.__('c-co','wp-slimstat').': 0",value:0,color:"#ededed"}','km'=>'{id:"KM",balloonText:"'.__('c-km','wp-slimstat').': 0",value:0,color:"#ededed"}','cg'=>'{id:"CG",balloonText:"'.__('c-cg','wp-slimstat').': 0",value:0,color:"#ededed"}','cd'=>'{id:"CD",balloonText:"'.__('c-cd','wp-slimstat').': 0",value:0,color:"#ededed"}','cr'=>'{id:"CR",balloonText:"'.__('c-cr','wp-slimstat').': 0",value:0,color:"#ededed"}','ci'=>'{id:"CI",balloonText:"'.__('c-ci','wp-slimstat').': 0",value:0,color:"#ededed"}','hr'=>'{id:"HR",balloonText:"'.__('c-hr','wp-slimstat').': 0",value:0,color:"#ededed"}','cu'=>'{id:"CU",balloonText:"'.__('c-cu','wp-slimstat').': 0",value:0,color:"#ededed"}','cy'=>'{id:"CY",balloonText:"'.__('c-cy','wp-slimstat').': 0",value:0,color:"#ededed"}','cz'=>'{id:"CZ",balloonText:"'.__('c-cz','wp-slimstat').': 0",value:0,color:"#ededed"}','dk'=>'{id:"DK",balloonText:"'.__('c-dk','wp-slimstat').': 0",value:0,color:"#ededed"}','dj'=>'{id:"DJ",balloonText:"'.__('c-dj','wp-slimstat').': 0",value:0,color:"#ededed"}','dm'=>'{id:"DM",balloonText:"'.__('c-dm','wp-slimstat').': 0",value:0,color:"#ededed"}','do'=>'{id:"DO",balloonText:"'.__('c-do','wp-slimstat').': 0",value:0,color:"#ededed"}','ec'=>'{id:"EC",balloonText:"'.__('c-ec','wp-slimstat').': 0",value:0,color:"#ededed"}','eg'=>'{id:"EG",balloonText:"'.__('c-eg','wp-slimstat').': 0",value:0,color:"#ededed"}','sv'=>'{id:"SV",balloonText:"'.__('c-sv','wp-slimstat').': 0",value:0,color:"#ededed"}','gq'=>'{id:"GQ",balloonText:"'.__('c-gq','wp-slimstat').': 0",value:0,color:"#ededed"}','er'=>'{id:"ER",balloonText:"'.__('c-er','wp-slimstat').': 0",value:0,color:"#ededed"}','ee'=>'{id:"EE",balloonText:"'.__('c-ee','wp-slimstat').': 0",value:0,color:"#ededed"}','et'=>'{id:"ET",balloonText:"'.__('c-et','wp-slimstat').': 0",value:0,color:"#ededed"}','fo'=>'{id:"FO",balloonText:"'.__('c-fo','wp-slimstat').': 0",value:0,color:"#ededed"}','fk'=>'{id:"FK",balloonText:"'.__('c-fk','wp-slimstat').': 0",value:0,color:"#ededed"}','fj'=>'{id:"FJ",balloonText:"'.__('c-fj','wp-slimstat').': 0",value:0,color:"#ededed"}','fi'=>'{id:"FI",balloonText:"'.__('c-fi','wp-slimstat').': 0",value:0,color:"#ededed"}','fr'=>'{id:"FR",balloonText:"'.__('c-fr','wp-slimstat').': 0",value:0,color:"#ededed"}','gf'=>'{id:"GF",balloonText:"'.__('c-gf','wp-slimstat').': 0",value:0,color:"#ededed"}','ga'=>'{id:"GA",balloonText:"'.__('c-ga','wp-slimstat').': 0",value:0,color:"#ededed"}','gm'=>'{id:"GM",balloonText:"'.__('c-gm','wp-slimstat').': 0",value:0,color:"#ededed"}','ge'=>'{id:"GE",balloonText:"'.__('c-ge','wp-slimstat').': 0",value:0,color:"#ededed"}','de'=>'{id:"DE",balloonText:"'.__('c-de','wp-slimstat').': 0",value:0,color:"#ededed"}','gh'=>'{id:"GH",balloonText:"'.__('c-gh','wp-slimstat').': 0",value:0,color:"#ededed"}','gr'=>'{id:"GR",balloonText:"'.__('c-gr','wp-slimstat').': 0",value:0,color:"#ededed"}','gl'=>'{id:"GL",balloonText:"'.__('c-gl','wp-slimstat').': 0",value:0,color:"#ededed"}','gd'=>'{id:"GD",balloonText:"'.__('c-gd','wp-slimstat').': 0",value:0,color:"#ededed"}','gp'=>'{id:"GP",balloonText:"'.__('c-gp','wp-slimstat').': 0",value:0,color:"#ededed"}','gt'=>'{id:"GT",balloonText:"'.__('c-gt','wp-slimstat').': 0",value:0,color:"#ededed"}','gn'=>'{id:"GN",balloonText:"'.__('c-gn','wp-slimstat').': 0",value:0,color:"#ededed"}','gw'=>'{id:"GW",balloonText:"'.__('c-gw','wp-slimstat').': 0",value:0,color:"#ededed"}','gy'=>'{id:"GY",balloonText:"'.__('c-gy','wp-slimstat').': 0",value:0,color:"#ededed"}','ht'=>'{id:"HT",balloonText:"'.__('c-ht','wp-slimstat').': 0",value:0,color:"#ededed"}','hn'=>'{id:"HN",balloonText:"'.__('c-hn','wp-slimstat').': 0",value:0,color:"#ededed"}','hk'=>'{id:"HK",balloonText:"'.__('c-hk','wp-slimstat').': 0",value:0,color:"#ededed"}','hu'=>'{id:"HU",balloonText:"'.__('c-hu','wp-slimstat').': 0",value:0,color:"#ededed"}','is'=>'{id:"IS",balloonText:"'.__('c-is','wp-slimstat').': 0",value:0,color:"#ededed"}','in'=>'{id:"IN",balloonText:"'.__('c-in','wp-slimstat').': 0",value:0,color:"#ededed"}','id'=>'{id:"ID",balloonText:"'.__('c-id','wp-slimstat').': 0",value:0,color:"#ededed"}','ir'=>'{id:"IR",balloonText:"'.__('c-ir','wp-slimstat').': 0",value:0,color:"#ededed"}','iq'=>'{id:"IQ",balloonText:"'.__('c-iq','wp-slimstat').': 0",value:0,color:"#ededed"}','ie'=>'{id:"IE",balloonText:"'.__('c-ie','wp-slimstat').': 0",value:0,color:"#ededed"}','il'=>'{id:"IL",balloonText:"'.__('c-il','wp-slimstat').': 0",value:0,color:"#ededed"}','it'=>'{id:"IT",balloonText:"'.__('c-it','wp-slimstat').': 0",value:0,color:"#ededed"}','jm'=>'{id:"JM",balloonText:"'.__('c-jm','wp-slimstat').': 0",value:0,color:"#ededed"}','jp'=>'{id:"JP",balloonText:"'.__('c-jp','wp-slimstat').': 0",value:0,color:"#ededed"}','jo'=>'{id:"JO",balloonText:"'.__('c-jo','wp-slimstat').': 0",value:0,color:"#ededed"}','kz'=>'{id:"KZ",balloonText:"'.__('c-kz','wp-slimstat').': 0",value:0,color:"#ededed"}','ke'=>'{id:"KE",balloonText:"'.__('c-ke','wp-slimstat').': 0",value:0,color:"#ededed"}','nr'=>'{id:"NR",balloonText:"'.__('c-nr','wp-slimstat').': 0",value:0,color:"#ededed"}','kp'=>'{id:"KP",balloonText:"'.__('c-kp','wp-slimstat').': 0",value:0,color:"#ededed"}','kr'=>'{id:"KR",balloonText:"'.__('c-kr','wp-slimstat').': 0",value:0,color:"#ededed"}','kv'=>'{id:"KV",balloonText:"'.__('c-kv','wp-slimstat').': 0",value:0,color:"#ededed"}','kw'=>'{id:"KW",balloonText:"'.__('c-kw','wp-slimstat').': 0",value:0,color:"#ededed"}','kg'=>'{id:"KG",balloonText:"'.__('c-kg','wp-slimstat').': 0",value:0,color:"#ededed"}','la'=>'{id:"LA",balloonText:"'.__('c-la','wp-slimstat').': 0",value:0,color:"#ededed"}','lv'=>'{id:"LV",balloonText:"'.__('c-lv','wp-slimstat').': 0",value:0,color:"#ededed"}','lb'=>'{id:"LB",balloonText:"'.__('c-lb','wp-slimstat').': 0",value:0,color:"#ededed"}','ls'=>'{id:"LS",balloonText:"'.__('c-ls','wp-slimstat').': 0",value:0,color:"#ededed"}','lr'=>'{id:"LR",balloonText:"'.__('c-lr','wp-slimstat').': 0",value:0,color:"#ededed"}','ly'=>'{id:"LY",balloonText:"'.__('c-ly','wp-slimstat').': 0",value:0,color:"#ededed"}','li'=>'{id:"LI",balloonText:"'.__('c-li','wp-slimstat').': 0",value:0,color:"#ededed"}','lt'=>'{id:"LT",balloonText:"'.__('c-lt','wp-slimstat').': 0",value:0,color:"#ededed"}','lu'=>'{id:"LU",balloonText:"'.__('c-lu','wp-slimstat').': 0",value:0,color:"#ededed"}','mk'=>'{id:"MK",balloonText:"'.__('c-mk','wp-slimstat').': 0",value:0,color:"#ededed"}','mg'=>'{id:"MG",balloonText:"'.__('c-mg','wp-slimstat').': 0",value:0,color:"#ededed"}','mw'=>'{id:"MW",balloonText:"'.__('c-mw','wp-slimstat').': 0",value:0,color:"#ededed"}','my'=>'{id:"MY",balloonText:"'.__('c-my','wp-slimstat').': 0",value:0,color:"#ededed"}','ml'=>'{id:"ML",balloonText:"'.__('c-ml','wp-slimstat').': 0",value:0,color:"#ededed"}','mt'=>'{id:"MT",balloonText:"'.__('c-mt','wp-slimstat').': 0",value:0,color:"#ededed"}','mq'=>'{id:"MQ",balloonText:"'.__('c-mq','wp-slimstat').': 0",value:0,color:"#ededed"}','mr'=>'{id:"MR",balloonText:"'.__('c-mr','wp-slimstat').': 0",value:0,color:"#ededed"}','mu'=>'{id:"MU",balloonText:"'.__('c-mu','wp-slimstat').': 0",value:0,color:"#ededed"}','mx'=>'{id:"MX",balloonText:"'.__('c-mx','wp-slimstat').': 0",value:0,color:"#ededed"}','md'=>'{id:"MD",balloonText:"'.__('c-md','wp-slimstat').': 0",value:0,color:"#ededed"}','mn'=>'{id:"MN",balloonText:"'.__('c-mn','wp-slimstat').': 0",value:0,color:"#ededed"}','me'=>'{id:"ME",balloonText:"'.__('c-me','wp-slimstat').': 0",value:0,color:"#ededed"}','ms'=>'{id:"MS",balloonText:"'.__('c-ms','wp-slimstat').': 0",value:0,color:"#ededed"}','ma'=>'{id:"MA",balloonText:"'.__('c-ma','wp-slimstat').': 0",value:0,color:"#ededed"}','mz'=>'{id:"MZ",balloonText:"'.__('c-mz','wp-slimstat').': 0",value:0,color:"#ededed"}','mm'=>'{id:"MM",balloonText:"'.__('c-mm','wp-slimstat').': 0",value:0,color:"#ededed"}','na'=>'{id:"NA",balloonText:"'.__('c-na','wp-slimstat').': 0",value:0,color:"#ededed"}','np'=>'{id:"NP",balloonText:"'.__('c-np','wp-slimstat').': 0",value:0,color:"#ededed"}','nl'=>'{id:"NL",balloonText:"'.__('c-nl','wp-slimstat').': 0",value:0,color:"#ededed"}','nc'=>'{id:"NC",balloonText:"'.__('c-nc','wp-slimstat').': 0",value:0,color:"#ededed"}','nz'=>'{id:"NZ",balloonText:"'.__('c-nz','wp-slimstat').': 0",value:0,color:"#ededed"}','ni'=>'{id:"NI",balloonText:"'.__('c-ni','wp-slimstat').': 0",value:0,color:"#ededed"}','ne'=>'{id:"NE",balloonText:"'.__('c-ne','wp-slimstat').': 0",value:0,color:"#ededed"}','ng'=>'{id:"NG",balloonText:"'.__('c-ng','wp-slimstat').': 0",value:0,color:"#ededed"}','no'=>'{id:"NO",balloonText:"'.__('c-no','wp-slimstat').': 0",value:0,color:"#ededed"}','om'=>'{id:"OM",balloonText:"'.__('c-om','wp-slimstat').': 0",value:0,color:"#ededed"}','pk'=>'{id:"PK",balloonText:"'.__('c-pk','wp-slimstat').': 0",value:0,color:"#ededed"}','pw'=>'{id:"PW",balloonText:"'.__('c-pw','wp-slimstat').': 0",value:0,color:"#ededed"}','ps'=>'{id:"PS",balloonText:"'.__('c-ps','wp-slimstat').': 0",value:0,color:"#ededed"}','pa'=>'{id:"PA",balloonText:"'.__('c-pa','wp-slimstat').': 0",value:0,color:"#ededed"}','pg'=>'{id:"PG",balloonText:"'.__('c-pg','wp-slimstat').': 0",value:0,color:"#ededed"}','py'=>'{id:"PY",balloonText:"'.__('c-py','wp-slimstat').': 0",value:0,color:"#ededed"}','pe'=>'{id:"PE",balloonText:"'.__('c-pe','wp-slimstat').': 0",value:0,color:"#ededed"}','ph'=>'{id:"PH",balloonText:"'.__('c-ph','wp-slimstat').': 0",value:0,color:"#ededed"}','pl'=>'{id:"PL",balloonText:"'.__('c-pl','wp-slimstat').': 0",value:0,color:"#ededed"}','pt'=>'{id:"PT",balloonText:"'.__('c-pt','wp-slimstat').': 0",value:0,color:"#ededed"}','pr'=>'{id:"PR",balloonText:"'.__('c-pr','wp-slimstat').': 0",value:0,color:"#ededed"}','qa'=>'{id:"QA",balloonText:"'.__('c-qa','wp-slimstat').': 0",value:0,color:"#ededed"}','re'=>'{id:"RE",balloonText:"'.__('c-re','wp-slimstat').': 0",value:0,color:"#ededed"}','ro'=>'{id:"RO",balloonText:"'.__('c-ro','wp-slimstat').': 0",value:0,color:"#ededed"}','ru'=>'{id:"RU",balloonText:"'.__('c-ru','wp-slimstat').': 0",value:0,color:"#ededed"}','rw'=>'{id:"RW",balloonText:"'.__('c-rw','wp-slimstat').': 0",value:0,color:"#ededed"}','kn'=>'{id:"KN",balloonText:"'.__('c-kn','wp-slimstat').': 0",value:0,color:"#ededed"}','lc'=>'{id:"LC",balloonText:"'.__('c-lc','wp-slimstat').': 0",value:0,color:"#ededed"}','mf'=>'{id:"MF",balloonText:"'.__('c-mf','wp-slimstat').': 0",value:0,color:"#ededed"}','vc'=>'{id:"VC",balloonText:"'.__('c-vc','wp-slimstat').': 0",value:0,color:"#ededed"}','ws'=>'{id:"WS",balloonText:"'.__('c-ws','wp-slimstat').': 0",value:0,color:"#ededed"}','st'=>'{id:"ST",balloonText:"'.__('c-st','wp-slimstat').': 0",value:0,color:"#ededed"}','sa'=>'{id:"SA",balloonText:"'.__('c-sa','wp-slimstat').': 0",value:0,color:"#ededed"}','sn'=>'{id:"SN",balloonText:"'.__('c-sn','wp-slimstat').': 0",value:0,color:"#ededed"}','rs'=>'{id:"RS",balloonText:"'.__('c-rs','wp-slimstat').': 0",value:0,color:"#ededed"}','sl'=>'{id:"SL",balloonText:"'.__('c-sl','wp-slimstat').': 0",value:0,color:"#ededed"}','sg'=>'{id:"SG",balloonText:"'.__('c-sg','wp-slimstat').': 0",value:0,color:"#ededed"}','sk'=>'{id:"SK",balloonText:"'.__('c-sk','wp-slimstat').': 0",value:0,color:"#ededed"}','si'=>'{id:"SI",balloonText:"'.__('c-si','wp-slimstat').': 0",value:0,color:"#ededed"}','sb'=>'{id:"SB",balloonText:"'.__('c-sb','wp-slimstat').': 0",value:0,color:"#ededed"}','so'=>'{id:"SO",balloonText:"'.__('c-so','wp-slimstat').': 0",value:0,color:"#ededed"}','za'=>'{id:"ZA",balloonText:"'.__('c-za','wp-slimstat').': 0",value:0,color:"#ededed"}','gs'=>'{id:"GS",balloonText:"'.__('c-gs','wp-slimstat').': 0",value:0,color:"#ededed"}','es'=>'{id:"ES",balloonText:"'.__('c-es','wp-slimstat').': 0",value:0,color:"#ededed"}','lk'=>'{id:"LK",balloonText:"'.__('c-lk','wp-slimstat').': 0",value:0,color:"#ededed"}','sc'=>'{id:"SC",balloonText:"'.__('c-sc','wp-slimstat').': 0",value:0,color:"#ededed"}','sd'=>'{id:"SD",balloonText:"'.__('c-sd','wp-slimstat').': 0",value:0,color:"#ededed"}','ss'=>'{id:"SS",balloonText:"'.__('c-ss','wp-slimstat').': 0",value:0,color:"#ededed"}','sr'=>'{id:"SR",balloonText:"'.__('c-sr','wp-slimstat').': 0",value:0,color:"#ededed"}','sj'=>'{id:"SJ",balloonText:"'.__('c-sj','wp-slimstat').': 0",value:0,color:"#ededed"}','sz'=>'{id:"SZ",balloonText:"'.__('c-sz','wp-slimstat').': 0",value:0,color:"#ededed"}','se'=>'{id:"SE",balloonText:"'.__('c-se','wp-slimstat').': 0",value:0,color:"#ededed"}','ch'=>'{id:"CH",balloonText:"'.__('c-ch','wp-slimstat').': 0",value:0,color:"#ededed"}','sy'=>'{id:"SY",balloonText:"'.__('c-sy','wp-slimstat').': 0",value:0,color:"#ededed"}','tw'=>'{id:"TW",balloonText:"'.__('c-tw','wp-slimstat').': 0",value:0,color:"#ededed"}','tj'=>'{id:"TJ",balloonText:"'.__('c-tj','wp-slimstat').': 0",value:0,color:"#ededed"}','tz'=>'{id:"TZ",balloonText:"'.__('c-tz','wp-slimstat').': 0",value:0,color:"#ededed"}','th'=>'{id:"TH",balloonText:"'.__('c-th','wp-slimstat').': 0",value:0,color:"#ededed"}','tl'=>'{id:"TL",balloonText:"'.__('c-tl','wp-slimstat').': 0",value:0,color:"#ededed"}','tg'=>'{id:"TG",balloonText:"'.__('c-tg','wp-slimstat').': 0",value:0,color:"#ededed"}','to'=>'{id:"TO",balloonText:"'.__('c-to','wp-slimstat').': 0",value:0,color:"#ededed"}','tt'=>'{id:"TT",balloonText:"'.__('c-tt','wp-slimstat').': 0",value:0,color:"#ededed"}','tn'=>'{id:"TN",balloonText:"'.__('c-tn','wp-slimstat').': 0",value:0,color:"#ededed"}','tr'=>'{id:"TR",balloonText:"'.__('c-tr','wp-slimstat').': 0",value:0,color:"#ededed"}','tm'=>'{id:"TM",balloonText:"'.__('c-tm','wp-slimstat').': 0",value:0,color:"#ededed"}','tc'=>'{id:"TC",balloonText:"'.__('c-tc','wp-slimstat').': 0",value:0,color:"#ededed"}','ug'=>'{id:"UG",balloonText:"'.__('c-ug','wp-slimstat').': 0",value:0,color:"#ededed"}','ua'=>'{id:"UA",balloonText:"'.__('c-ua','wp-slimstat').': 0",value:0,color:"#ededed"}','ae'=>'{id:"AE",balloonText:"'.__('c-ae','wp-slimstat').': 0",value:0,color:"#ededed"}','gb'=>'{id:"GB",balloonText:"'.__('c-gb','wp-slimstat').': 0",value:0,color:"#ededed"}','us'=>'{id:"US",balloonText:"'.__('c-us','wp-slimstat').': 0",value:0,color:"#ededed"}','uy'=>'{id:"UY",balloonText:"'.__('c-uy','wp-slimstat').': 0",value:0,color:"#ededed"}','uz'=>'{id:"UZ",balloonText:"'.__('c-uz','wp-slimstat').': 0",value:0,color:"#ededed"}','vu'=>'{id:"VU",balloonText:"'.__('c-vu','wp-slimstat').': 0",value:0,color:"#ededed"}','ve'=>'{id:"VE",balloonText:"'.__('c-ve','wp-slimstat').': 0",value:0,color:"#ededed"}','vn'=>'{id:"VN",balloonText:"'.__('c-vn','wp-slimstat').': 0",value:0,color:"#ededed"}','vg'=>'{id:"VG",balloonText:"'.__('c-vg','wp-slimstat').': 0",value:0,color:"#ededed"}','vi'=>'{id:"VI",balloonText:"'.__('c-vi','wp-slimstat').': 0",value:0,color:"#ededed"}','eh'=>'{id:"EH",balloonText:"'.__('c-eh','wp-slimstat').': 0",value:0,color:"#ededed"}','ye'=>'{id:"YE",balloonText:"'.__('c-ye','wp-slimstat').': 0",value:0,color:"#ededed"}','zm'=>'{id:"ZM",balloonText:"'.__('c-zm','wp-slimstat').': 0",value:0,color:"#ededed"}','zw'=>'{id:"ZW",balloonText:"'.__('c-zw','wp-slimstat').': 0",value:0,color:"#ededed"}','gg'=>'{id:"GG",balloonText:"'.__('c-gg','wp-slimstat').': 0",value:0,color:"#ededed"}','je'=>'{id:"JE",balloonText:"'.__('c-je','wp-slimstat').': 0",value:0,color:"#ededed"}','im'=>'{id:"IM",balloonText:"'.__('c-im','wp-slimstat').': 0",value:0,color:"#ededed"}','mv'=>'{id:"MV",balloonText:"'.__('c-mv','wp-slimstat').': 0",value:0,color:"#ededed"}');
1580
+ $data_areas = array();
1581
+ $dynamic_strings = slim_i18n::get_dynamic_strings();
1582
+ foreach ( array_keys( $dynamic_strings ) as $a_code ) {
1583
+ if ( substr( $a_code, 0, 2 ) == 'c-' ) {
1584
+ $clean_code = str_replace( 'c-', '', $a_code );
1585
+ $data_areas[ $clean_code ] = '{id:"' . $clean_code . '",balloonText:"' . slim_i18n::get_string( $a_code ) . ': 0",value:0,color:"#ededed"}';
1586
+ }
1587
+ }
1588
+
1589
  $max = 0;
1590
 
1591
  foreach ( $countries as $a_country ) {
1595
 
1596
  $percentage = ( wp_slimstat_db::$pageviews > 0 ) ? sprintf( "%01.2f", ( 100 * $a_country[ 'counthits' ] / wp_slimstat_db::$pageviews ) ) : 0;
1597
  $percentage_format = number_format( $percentage, 2, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] );
1598
+ $balloon_text = slim_i18n::get_string( 'c-' . $a_country[ 'country' ], 'wp-slimstat' ) . ': ' . $percentage_format . '% (' . number_format( $a_country[ 'counthits' ], 0, wp_slimstat_db::$formats[ 'decimal' ], wp_slimstat_db::$formats[ 'thousand' ] ) . ')';
1599
  $data_areas[ $a_country[ 'country' ] ] = '{id:"' . strtoupper( $a_country[ 'country' ] ) . '",balloonText:"' . $balloon_text . '",value:' . $percentage . '}';
1600
 
1601
  if ( $percentage > $max ) {
1606
  $path_slimstat = dirname( dirname( __FILE__ ) );
1607
  wp_enqueue_script( 'slimstat_ammap', plugins_url( '/admin/js/ammap/ammap.js', $path_slimstat ), array(), null, false );
1608
  wp_enqueue_script( 'slimstat_ammap_world', plugins_url( '/admin/js/ammap/world.js', $path_slimstat ), array(), null, false );
 
 
 
 
1609
 
1610
  ?>
1611
 
1658
  map.export = {
1659
  "enabled": true,
1660
  "libs": {
1661
+ "path": "<?php echo plugins_url( '/js/amcharts/plugins/export/libs/', dirname(__FILE__) ) ?>"
1662
  },
1663
  "menu": [ {
1664
  "class": "export-main",
1674
  map.balloon.color = "#000000";
1675
  map.colorSteps = 5;
1676
  map.mouseWheelZoomEnabled = true;
1677
+ map.pathToImages = "<?php echo plugins_url( '/js/ammap/images/', dirname(__FILE__) ) ?>";
1678
 
1679
  // Init Data
1680
  map.dataProvider = dataProvider;
admin/wp-slimstat-admin.php CHANGED
@@ -11,9 +11,10 @@ class wp_slimstat_admin {
11
  * Init -- Sets things up.
12
  */
13
  public static function init() {
14
- self::$admin_notice = "Our team has been contemplating the idea of deprecating the information collected about your visitors' <em>browser plugins</em> (Java, PDF reader, RealView player, Silverlight, etc). In this day and age, where browsers use either built-in functionality to provide those features, or extensions that cannot be tracked for privacy purposes, it feels anachronistic to continue collecting this outdated information. By getting rid of this specific feature, we can streamline our code, improve performance, and reduce the database size. However, we wanted to hear from our users before anything is actually implemented. Please do not hesitate <a href='https://support.wp-slimstat.com' target='_blank'>to let us know</a> if you are using the 'browser plugins' field for your reporting needs.";
15
- self::$admin_notice .= '<br/><br/><a id="slimstat-hide-admin-notice" href="#" class="button-secondary">Got it, thanks</a>';
16
-
 
17
  // Load language files
18
  load_plugin_textdomain( 'wp-slimstat', WP_PLUGIN_DIR .'/wp-slimstat/languages', '/wp-slimstat/languages' );
19
 
@@ -93,15 +94,20 @@ class wp_slimstat_admin {
93
 
94
  // Display a notice that hightlights this version's features
95
  if ( !empty( $_GET[ 'page' ] ) && strpos( $_GET[ 'page' ], 'slimview' ) !== false ) {
96
- if ( !empty( self::$admin_notice ) && wp_slimstat::$settings[ 'show_admin_notice' ] != wp_slimstat::$version && is_super_admin() ) {
97
- add_action( 'admin_notices', array( __CLASS__, 'show_admin_notice' ) );
 
 
 
 
98
  }
 
99
  add_filter( 'admin_footer_text', array( __CLASS__, 'admin_footer_text' ) );
100
  }
101
 
102
  // Remove spammers from the database
103
  if ( wp_slimstat::$settings[ 'ignore_spammers' ] == 'on' ) {
104
- add_action('transition_comment_status', array(__CLASS__, 'remove_spam'), 15, 3);
105
  }
106
 
107
  // Add a menu to the admin bar ( this function is declared here and not in wp_slimstat_admin because the latter is only initialized if is_admin(), and not in the front-end )
@@ -118,8 +124,8 @@ class wp_slimstat_admin {
118
  // Display the column in the Edit Posts / Pages screen
119
  if ( wp_slimstat::$settings[ 'add_posts_column' ] == 'on' ) {
120
  $post_types = get_post_types( array( 'public' => true, 'show_ui' => true ), 'names' );
121
- include_once( dirname( __FILE__ ) . '/view/wp-slimstat-reports.php' );
122
- include_once( dirname( __FILE__ ) . '/view/wp-slimstat-db.php' );
123
 
124
  foreach ( $post_types as $a_post_type ) {
125
  add_filter( "manage_{$a_post_type}_posts_columns", array( __CLASS__, 'add_column_header' ) );
@@ -141,8 +147,8 @@ class wp_slimstat_admin {
141
  }
142
 
143
  // Load the library of functions to generate the reports
144
- if ( ( !empty( $_GET[ 'page' ] ) && strpos( $_GET[ 'page' ], 'slimview' ) !== false ) || (!empty($_POST['action']) && $_POST['action'] == 'slimstat_load_report')){
145
- include_once(dirname(__FILE__).'/view/wp-slimstat-reports.php');
146
  wp_slimstat_reports::init();
147
 
148
  if ( !empty( $_POST[ 'report_id' ] ) ) {
@@ -167,15 +173,16 @@ class wp_slimstat_admin {
167
 
168
  // AJAX Handlers
169
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
170
- add_action( 'wp_ajax_slimstat_hide_admin_notice', array( __CLASS__, 'notices_handler' ) );
171
- add_action( 'wp_ajax_slimstat_hide_geolite_notice', array( __CLASS__, 'notices_handler' ) );
172
- add_action( 'wp_ajax_slimstat_hide_browscap_notice', array( __CLASS__, 'notices_handler' ) );
173
- add_action( 'wp_ajax_slimstat_hide_caching_notice', array( __CLASS__, 'notices_handler' ) );
 
174
 
175
  add_action( 'wp_ajax_slimstat_manage_filters', array( __CLASS__, 'manage_filters' ) );
176
  add_action( 'wp_ajax_slimstat_delete_pageview', array( __CLASS__, 'delete_pageview' ) );
177
  }
178
-
179
  // Hide plugins
180
  if ( wp_slimstat::$settings[ 'hide_addons' ] == 'on' ) {
181
  add_filter( 'all_plugins', array( __CLASS__, 'hide_addons' ) );
@@ -390,6 +397,7 @@ class wp_slimstat_admin {
390
 
391
  // Now we can update the version stored in the database
392
  wp_slimstat::$settings[ 'version' ] = wp_slimstat::$version;
 
393
 
394
  return true;
395
  }
@@ -407,7 +415,7 @@ class wp_slimstat_admin {
407
  return;
408
  }
409
 
410
- include_once(dirname(__FILE__).'/view/wp-slimstat-reports.php');
411
  wp_slimstat_reports::init();
412
 
413
  if ( !empty( wp_slimstat_reports::$user_reports[ 'dashboard' ] ) ) {
@@ -483,9 +491,7 @@ class wp_slimstat_admin {
483
  $params = array(
484
  'async_load' => !empty( wp_slimstat::$settings[ 'async_load' ] ) ? wp_slimstat::$settings[ 'async_load' ] : 'no',
485
  'datepicker_image' => plugins_url( '/admin/images/datepicker.png', dirname( __FILE__ ) ),
486
- 'expand_details' => !empty( wp_slimstat::$settings[ 'expand_details' ] ) ? wp_slimstat::$settings[ 'expand_details' ] : 'no',
487
- 'refresh_interval' => intval( wp_slimstat::$settings[ 'refresh_interval' ] ),
488
- 'text_direction' => $GLOBALS[ 'wp_locale' ]->text_direction
489
  );
490
  wp_localize_script( 'slimstat_admin', 'SlimStatAdminParams', $params );
491
  }
@@ -499,7 +505,7 @@ class wp_slimstat_admin {
499
  if ( is_network_admin() ) {
500
  $minimum_capability = 'manage_network';
501
  }
502
- else if ( strpos( wp_slimstat::$settings[ 'can_view' ], $GLOBALS[ 'current_user' ]->user_login) === false && !empty( wp_slimstat::$settings[ 'capability_can_view' ] ) ) {
503
  $minimum_capability = wp_slimstat::$settings[ 'capability_can_view' ];
504
  }
505
 
@@ -508,7 +514,7 @@ class wp_slimstat_admin {
508
  if ( wp_slimstat::$settings[ 'use_separate_menu' ] == 'on' || is_network_admin() ) {
509
  $parent = 'slimview1';
510
  $page_location = 'slimstat';
511
- $new_entry[] = add_menu_page(__('Slimstat','wp-slimstat'), __('Slimstat','wp-slimstat'), $minimum_capability, $parent, array( __CLASS__, 'wp_slimstat_include_view' ) );
512
  }
513
  else {
514
  $parent = 'admin.php';
@@ -536,7 +542,7 @@ class wp_slimstat_admin {
536
  // end add_view_menu
537
 
538
  /**
539
- * Adds a new entry to the Wordpress Toolbar
540
  */
541
  public static function add_menu_to_adminbar() {
542
  // If this user is whitelisted, we use the minimum capability
@@ -615,7 +621,7 @@ class wp_slimstat_admin {
615
  * Adds a new entry in the admin menu, to manage Slimstat options
616
  */
617
  public static function add_customize_menu( $_s ) {
618
- wp_slimstat::$settings[ 'capability_can_customize' ] = empty( wp_slimstat::$settings[ 'capability_can_customize' ] ) ? 'activate_plugins' : wp_slimstat::$settings[ 'capability_can_customize' ];
619
 
620
  // If this user is whitelisted, we use the minimum capability
621
  $minimum_capability = 'read';
@@ -642,7 +648,7 @@ class wp_slimstat_admin {
642
  * Adds a new entry in the admin menu, to manage Slimstat options
643
  */
644
  public static function add_config_menu( $_s ) {
645
- wp_slimstat::$settings[ 'capability_can_admin' ] = empty( wp_slimstat::$settings[ 'capability_can_admin' ] ) ? 'activate_plugins' : wp_slimstat::$settings[ 'capability_can_admin' ];
646
 
647
  // If this user is whitelisted, we use the minimum capability
648
  $minimum_capability = 'read';
@@ -796,15 +802,42 @@ class wp_slimstat_admin {
796
  /**
797
  * Displays an alert message
798
  */
799
- public static function show_alert_message( $_message = '', $_type = 'wp-ui-highlight' ){
800
- echo "<div id='slimstat-message' class='$_type below-h2'><p>$_message</p></div>";
 
 
 
 
 
 
 
 
 
 
 
801
  }
802
 
803
  /**
804
  * Displays a message related to the current version of Slimstat
805
  */
806
- public static function show_admin_notice() {
807
- echo '<div class="notice slimstat-notice" style="padding:10px"><span>'.self::$admin_notice.'</span></div>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
808
  }
809
 
810
  /**
@@ -813,28 +846,12 @@ class wp_slimstat_admin {
813
  public static function notices_handler() {
814
  $tag = current_filter();
815
 
816
- switch ( $tag ) {
817
- case 'wp_ajax_slimstat_hide_admin_notice':
818
- wp_slimstat::$settings[ 'show_admin_notice' ] = wp_slimstat::$version;
819
- break;
820
-
821
- case 'wp_ajax_slimstat_hide_geolite_notice':
822
- wp_slimstat::$settings[ 'no_maxmind_warning' ] = 'on';
823
- break;
824
-
825
- case 'wp_ajax_slimstat_hide_browscap_notice':
826
- wp_slimstat::$settings[ 'no_browscap_warning' ] = 'on';
827
- break;
828
-
829
- case 'wp_ajax_slimstat_hide_caching_notice':
830
- wp_slimstat::$settings[ 'no_caching_warning' ] = 'on';
831
- break;
832
-
833
- default:
834
- break;
835
  }
836
-
837
- die();
838
  }
839
 
840
  /**
@@ -844,7 +861,7 @@ class wp_slimstat_admin {
844
  $my_wpdb = apply_filters('slimstat_custom_wpdb', $GLOBALS['wpdb']);
845
  $pageview_id = intval($_POST['pageview_id']);
846
  $my_wpdb->query("DELETE ts FROM {$GLOBALS['wpdb']->prefix}slim_stats ts WHERE ts.id = $pageview_id");
847
- die();
848
  }
849
 
850
  /**
@@ -853,7 +870,7 @@ class wp_slimstat_admin {
853
  public static function manage_filters() {
854
  check_ajax_referer( 'meta-box-order', 'security' );
855
 
856
- include_once( dirname( __FILE__ ) . '/view/wp-slimstat-reports.php' );
857
  wp_slimstat_reports::init();
858
 
859
  $saved_filters = get_option( 'slimstat_filters', array() );
@@ -909,7 +926,7 @@ class wp_slimstat_admin {
909
  echo '</div>';
910
  break;
911
  }
912
- die();
913
  }
914
 
915
  /*
@@ -1082,10 +1099,10 @@ class wp_slimstat_admin {
1082
  }
1083
 
1084
  if ( !empty( self::$faulty_fields ) ) {
1085
- self::show_alert_message( __( 'There was an error updating the following options:', 'wp-slimstat' ) . ' ' . implode( ', ', self::$faulty_fields ), 'wp-ui-highlight below-h2' );
1086
  }
1087
  else{
1088
- self::show_alert_message( __('Your changes have been saved.', 'wp-slimstat' ), 'wp-ui-highlight below-h2' );
1089
  }
1090
  }
1091
 
@@ -1108,7 +1125,7 @@ class wp_slimstat_admin {
1108
  <ul>
1109
  <li><b>'.__('Pageview','wp-slimstat').'</b>: '.__('A request to load a single HTML file ("page"). This should be contrasted with a "hit", which refers to a request for any file from a web server. Slimstat logs a pageview each time the tracking code is executed','wp-slimstat').'</li>
1110
  <li><b>'.__('(Human) Visit','wp-slimstat').'</b>: '.__("A period of interaction between a visitor's browser and your website, ending when the browser is closed or when the user has been inactive on that site for 30 minutes",'wp-slimstat').'</li>
1111
- <li><b>'.__('Known Visitor','wp-slimstat').'</b>: '.__('Any user who has left a comment on your blog, and is thus identified by Wordpress as a returning visitor','wp-slimstat').'</li>
1112
  <li><b>'.__('Unique IP','wp-slimstat').'</b>: '.__('Used to differentiate between multiple requests to download a file from one internet address (IP) and requests originating from many distinct addresses; since this measurement looks only at the internet address a pageview came from, it is useful, but not perfect','wp-slimstat').'</li>
1113
  <li><b>'.__('Originating IP','wp-slimstat').'</b>: '.__('the originating IP address of a client connecting to a web server through an HTTP proxy or load balancer','wp-slimstat').'</li>
1114
  <li><b>'.__('Direct Traffic','wp-slimstat').'</b>: '.__('All those people showing up to your Web site by typing in the URL of your Web site coming or from a bookmark; some people also call this "default traffic" or "ambient traffic"','wp-slimstat').'</li>
@@ -1134,7 +1151,7 @@ class wp_slimstat_admin {
1134
  <li><b>'.__('Operating System','wp-slimstat').'</b>: '.__('Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="_blank" href="https://php.net/manual/en/function.get-browser.php">this manual page</a> for more information','wp-slimstat').'</li>
1135
  <li><b>'.__('Permalink','wp-slimstat').'</b>: '.__('URL accessed on your site','wp-slimstat').'</li>
1136
  <li><b>'.__('Referer','wp-slimstat').'</b>: '.__('Complete address of the referrer page','wp-slimstat').'</li>
1137
- <li><b>'.__('Visitor\'s Name','wp-slimstat').'</b>: '.__('Visitors\' names according to the cookie set by Wordpress after they leave a comment','wp-slimstat').'</li>
1138
  </ul>'
1139
  )
1140
  );
11
  * Init -- Sets things up.
12
  */
13
  public static function init() {
14
+ self::$admin_notice = "Thank you for all the great feedback you provided to our unofficial survey about retiring the 'browser plugins' feature. The vast majority of those who replied confirmed what we already thought. Please consider backing up your database if you would like to preserve this information for future analysis. With this update, we removed the portion of code that tracks that information, but kept the existing data untouched. In a few releases, code will be added to actually drop this column from the database.";
15
+ // self::$admin_notice = "We recently received an email from one of our users suggesting that we replace the line charts currently used to display reports over a timeline with <strong>bar charts</strong>, because 'the number of pageviews and IPs are discrete numbers, hence they should also be presented as discrete numbers', according to him. What do you think? Please let us know by <a href='https://support.wp-slimstat.com/' target='_blank'>sending us a message</a> on our support platform. Thank you.";
16
+ // self::$admin_notice = "In this day and age where every single social media platform knows our individual whereabouts on the Interwebs, we have been doing some research to implement what techies out there call <a href='https://amiunique.org/fp' target='_blank'>browser fingerprinting</a>. With this technique, it is not necessary to install any form of cookie on the user browser to collect a fingerprint. This means that the act of fingerprinting a specific browser is stateless and transparent, and thus much more accurate on average than relying on cookies. We are already wearing our lab coats and are hard at work to identify ways to leverage these tools in Slimstat. Stay tuned!";
17
+
18
  // Load language files
19
  load_plugin_textdomain( 'wp-slimstat', WP_PLUGIN_DIR .'/wp-slimstat/languages', '/wp-slimstat/languages' );
20
 
94
 
95
  // Display a notice that hightlights this version's features
96
  if ( !empty( $_GET[ 'page' ] ) && strpos( $_GET[ 'page' ], 'slimview' ) !== false ) {
97
+ if ( !empty( self::$admin_notice ) && wp_slimstat::$settings[ 'notice_latest_news' ] == 'on' && is_super_admin() ) {
98
+ add_action( 'admin_notices', array( __CLASS__, 'show_latest_news' ) );
99
+ }
100
+
101
+ if ( wp_slimstat::$settings[ 'notice_translate' ] == 'on' && is_super_admin() ) {
102
+ add_filter( 'admin_notices', array( __CLASS__, 'show_translate_notice' ) );
103
  }
104
+
105
  add_filter( 'admin_footer_text', array( __CLASS__, 'admin_footer_text' ) );
106
  }
107
 
108
  // Remove spammers from the database
109
  if ( wp_slimstat::$settings[ 'ignore_spammers' ] == 'on' ) {
110
+ add_action( 'transition_comment_status', array( __CLASS__, 'remove_spam' ), 15, 3 );
111
  }
112
 
113
  // Add a menu to the admin bar ( this function is declared here and not in wp_slimstat_admin because the latter is only initialized if is_admin(), and not in the front-end )
124
  // Display the column in the Edit Posts / Pages screen
125
  if ( wp_slimstat::$settings[ 'add_posts_column' ] == 'on' ) {
126
  $post_types = get_post_types( array( 'public' => true, 'show_ui' => true ), 'names' );
127
+ include_once( plugin_dir_path( __FILE__ ) . 'view/wp-slimstat-reports.php' );
128
+ include_once( plugin_dir_path( __FILE__ ) . 'view/wp-slimstat-db.php' );
129
 
130
  foreach ( $post_types as $a_post_type ) {
131
  add_filter( "manage_{$a_post_type}_posts_columns", array( __CLASS__, 'add_column_header' ) );
147
  }
148
 
149
  // Load the library of functions to generate the reports
150
+ if ( ( !empty( $_GET[ 'page' ] ) && strpos( $_GET[ 'page' ], 'slimview' ) !== false ) || ( !empty( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'slimstat_load_report' ) ) {
151
+ include_once( plugin_dir_path( __FILE__ ) . 'view/wp-slimstat-reports.php' );
152
  wp_slimstat_reports::init();
153
 
154
  if ( !empty( $_POST[ 'report_id' ] ) ) {
173
 
174
  // AJAX Handlers
175
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
176
+ add_action( 'wp_ajax_slimstat_notice_latest_news', array( __CLASS__, 'notices_handler' ) );
177
+ add_action( 'wp_ajax_slimstat_notice_geolite', array( __CLASS__, 'notices_handler' ) );
178
+ add_action( 'wp_ajax_slimstat_notice_browscap', array( __CLASS__, 'notices_handler' ) );
179
+ add_action( 'wp_ajax_slimstat_notice_caching', array( __CLASS__, 'notices_handler' ) );
180
+ add_action( 'wp_ajax_slimstat_notice_translate', array( __CLASS__, 'notices_handler' ) );
181
 
182
  add_action( 'wp_ajax_slimstat_manage_filters', array( __CLASS__, 'manage_filters' ) );
183
  add_action( 'wp_ajax_slimstat_delete_pageview', array( __CLASS__, 'delete_pageview' ) );
184
  }
185
+
186
  // Hide plugins
187
  if ( wp_slimstat::$settings[ 'hide_addons' ] == 'on' ) {
188
  add_filter( 'all_plugins', array( __CLASS__, 'hide_addons' ) );
397
 
398
  // Now we can update the version stored in the database
399
  wp_slimstat::$settings[ 'version' ] = wp_slimstat::$version;
400
+ wp_slimstat::$settings[ 'notice_latest_news' ] = 'on';
401
 
402
  return true;
403
  }
415
  return;
416
  }
417
 
418
+ include_once( plugin_dir_path( __FILE__ ) . 'view/wp-slimstat-reports.php' );
419
  wp_slimstat_reports::init();
420
 
421
  if ( !empty( wp_slimstat_reports::$user_reports[ 'dashboard' ] ) ) {
491
  $params = array(
492
  'async_load' => !empty( wp_slimstat::$settings[ 'async_load' ] ) ? wp_slimstat::$settings[ 'async_load' ] : 'no',
493
  'datepicker_image' => plugins_url( '/admin/images/datepicker.png', dirname( __FILE__ ) ),
494
+ 'refresh_interval' => intval( wp_slimstat::$settings[ 'refresh_interval' ] )
 
 
495
  );
496
  wp_localize_script( 'slimstat_admin', 'SlimStatAdminParams', $params );
497
  }
505
  if ( is_network_admin() ) {
506
  $minimum_capability = 'manage_network';
507
  }
508
+ else if ( strpos( wp_slimstat::$settings[ 'can_view' ], $GLOBALS[ 'current_user' ]->user_login ) === false && !empty( wp_slimstat::$settings[ 'capability_can_view' ] ) ) {
509
  $minimum_capability = wp_slimstat::$settings[ 'capability_can_view' ];
510
  }
511
 
514
  if ( wp_slimstat::$settings[ 'use_separate_menu' ] == 'on' || is_network_admin() ) {
515
  $parent = 'slimview1';
516
  $page_location = 'slimstat';
517
+ $new_entry[] = add_menu_page( __( 'Slimstat', 'wp-slimstat' ), __( 'Slimstat', 'wp-slimstat' ), $minimum_capability, $parent, array( __CLASS__, 'wp_slimstat_include_view' ) );
518
  }
519
  else {
520
  $parent = 'admin.php';
542
  // end add_view_menu
543
 
544
  /**
545
+ * Adds a new entry to the WordPress Toolbar
546
  */
547
  public static function add_menu_to_adminbar() {
548
  // If this user is whitelisted, we use the minimum capability
621
  * Adds a new entry in the admin menu, to manage Slimstat options
622
  */
623
  public static function add_customize_menu( $_s ) {
624
+ wp_slimstat::$settings[ 'capability_can_customize' ] = empty( wp_slimstat::$settings[ 'capability_can_customize' ] ) ? 'manage_options' : wp_slimstat::$settings[ 'capability_can_customize' ];
625
 
626
  // If this user is whitelisted, we use the minimum capability
627
  $minimum_capability = 'read';
648
  * Adds a new entry in the admin menu, to manage Slimstat options
649
  */
650
  public static function add_config_menu( $_s ) {
651
+ wp_slimstat::$settings[ 'capability_can_admin' ] = empty( wp_slimstat::$settings[ 'capability_can_admin' ] ) ? 'manage_options' : wp_slimstat::$settings[ 'capability_can_admin' ];
652
 
653
  // If this user is whitelisted, we use the minimum capability
654
  $minimum_capability = 'read';
802
  /**
803
  * Displays an alert message
804
  */
805
+ public static function show_message( $_message = '', $_type = 'info', $_dismiss_handle = '' ) {
806
+ if ( empty( $_message ) ) {
807
+ return 0;
808
+ }
809
+
810
+ $_message = wpautop( $_message );
811
+
812
+ if ( !empty( $_dismiss_handle ) ) {
813
+ echo '<div id="slimstat-notice-' . $_dismiss_handle .'" class="notice is-dismissible notice-' . $_type . '">' . $_message . '</div>';
814
+ }
815
+ else {
816
+ echo '<div class="notice notice-' . $_type . '">' . $_message . '</div>';
817
+ }
818
  }
819
 
820
  /**
821
  * Displays a message related to the current version of Slimstat
822
  */
823
+ public static function show_latest_news() {
824
+ self::show_message( self::$admin_notice, 'info', 'latest-news' );
825
+ }
826
+
827
+ public static function show_translate_notice() {
828
+ // echo '<div class="notice slimstat-notice" style="padding:10px"><span>'.self::$admin_notice.'</span></div>';
829
+ include_once( plugin_dir_path( __FILE__ ) . '../languages/i18n-v3.php' );
830
+ include_once( plugin_dir_path( __FILE__ ) . '../languages/i18n-wordpressorg-v3.php' );
831
+
832
+ $i18n_module = new Yoast_I18n_WordPressOrg_v3(
833
+ array(
834
+ 'textdomain' => 'wp-slimstat',
835
+ 'plugin_name' => 'Slimstat Analytics'
836
+ ),
837
+ false
838
+ );
839
+
840
+ self::show_message( $i18n_module->get_promo_message(), 'warning', 'translate' );
841
  }
842
 
843
  /**
846
  public static function notices_handler() {
847
  $tag = current_filter();
848
 
849
+ if ( !empty( $tag ) ) {
850
+ $tag = str_replace( 'wp_ajax_slimstat_', '', $tag );
851
+ wp_slimstat::$settings[ $tag ] = 'no';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
852
  }
853
+
854
+ exit();
855
  }
856
 
857
  /**
861
  $my_wpdb = apply_filters('slimstat_custom_wpdb', $GLOBALS['wpdb']);
862
  $pageview_id = intval($_POST['pageview_id']);
863
  $my_wpdb->query("DELETE ts FROM {$GLOBALS['wpdb']->prefix}slim_stats ts WHERE ts.id = $pageview_id");
864
+ exit();
865
  }
866
 
867
  /**
870
  public static function manage_filters() {
871
  check_ajax_referer( 'meta-box-order', 'security' );
872
 
873
+ include_once( plugin_dir_path( __FILE__ ) . 'view/wp-slimstat-reports.php' );
874
  wp_slimstat_reports::init();
875
 
876
  $saved_filters = get_option( 'slimstat_filters', array() );
926
  echo '</div>';
927
  break;
928
  }
929
+ exit();
930
  }
931
 
932
  /*
1099
  }
1100
 
1101
  if ( !empty( self::$faulty_fields ) ) {
1102
+ self::show_message( __( 'There was an error updating the following options:', 'wp-slimstat' ) . ' ' . implode( ', ', self::$faulty_fields ), 'warning' );
1103
  }
1104
  else{
1105
+ self::show_message( __( 'Your changes have been saved.', 'wp-slimstat' ), 'info' );
1106
  }
1107
  }
1108
 
1125
  <ul>
1126
  <li><b>'.__('Pageview','wp-slimstat').'</b>: '.__('A request to load a single HTML file ("page"). This should be contrasted with a "hit", which refers to a request for any file from a web server. Slimstat logs a pageview each time the tracking code is executed','wp-slimstat').'</li>
1127
  <li><b>'.__('(Human) Visit','wp-slimstat').'</b>: '.__("A period of interaction between a visitor's browser and your website, ending when the browser is closed or when the user has been inactive on that site for 30 minutes",'wp-slimstat').'</li>
1128
+ <li><b>'.__('Known Visitor','wp-slimstat').'</b>: '.__('Any user who has left a comment on your blog, and is thus identified by WordPress as a returning visitor','wp-slimstat').'</li>
1129
  <li><b>'.__('Unique IP','wp-slimstat').'</b>: '.__('Used to differentiate between multiple requests to download a file from one internet address (IP) and requests originating from many distinct addresses; since this measurement looks only at the internet address a pageview came from, it is useful, but not perfect','wp-slimstat').'</li>
1130
  <li><b>'.__('Originating IP','wp-slimstat').'</b>: '.__('the originating IP address of a client connecting to a web server through an HTTP proxy or load balancer','wp-slimstat').'</li>
1131
  <li><b>'.__('Direct Traffic','wp-slimstat').'</b>: '.__('All those people showing up to your Web site by typing in the URL of your Web site coming or from a bookmark; some people also call this "default traffic" or "ambient traffic"','wp-slimstat').'</li>
1151
  <li><b>'.__('Operating System','wp-slimstat').'</b>: '.__('Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="_blank" href="https://php.net/manual/en/function.get-browser.php">this manual page</a> for more information','wp-slimstat').'</li>
1152
  <li><b>'.__('Permalink','wp-slimstat').'</b>: '.__('URL accessed on your site','wp-slimstat').'</li>
1153
  <li><b>'.__('Referer','wp-slimstat').'</b>: '.__('Complete address of the referrer page','wp-slimstat').'</li>
1154
+ <li><b>'.__('Visitor\'s Name','wp-slimstat').'</b>: '.__('Visitors\' names according to the cookie set by WordPress after they leave a comment','wp-slimstat').'</li>
1155
  </ul>'
1156
  )
1157
  );
browscap/uadetector.php CHANGED
@@ -71,7 +71,7 @@ class slim_uadetector {
71
  $browser[ 'browser_type' ] = 3;
72
  }
73
  else if ( preg_match( '#^WordPress/(?:wordpress(\-mu)\-)?(\d\.\d+)(?:\.\d+)*(?:\-[a-z]+)?(?:\;\shttp\://[a-z0-9_\.\:\/]+)?$#', $_user_agent, $match ) > 0 ) {
74
- $browser[ 'browser' ] = 'Wordpress';
75
  if ( !empty( $match[ 1 ] ) ) {
76
  $browser[ 'browser' ] .= $match[ 1 ];
77
  }
71
  $browser[ 'browser_type' ] = 3;
72
  }
73
  else if ( preg_match( '#^WordPress/(?:wordpress(\-mu)\-)?(\d\.\d+)(?:\.\d+)*(?:\-[a-z]+)?(?:\;\shttp\://[a-z0-9_\.\:\/]+)?$#', $_user_agent, $match ) > 0 ) {
74
+ $browser[ 'browser' ] = 'WordPress';
75
  if ( !empty( $match[ 1 ] ) ) {
76
  $browser[ 'browser' ] .= $match[ 1 ];
77
  }
languages/dynamic_strings.php CHANGED
@@ -1,346 +1,571 @@
1
  <?php
2
- $dynamic_strings = array(
3
- __('xx','wp-slimstat'),
 
 
4
 
5
- // Operating Systems
6
- __('aix','wp-slimstat'), // IBM AIX
7
- __('amiga','wp-slimstat'), // Amiga
8
- __('android','wp-slimstat'), // Android
9
- __('beos','wp-slimstat'), // BeOS
10
- __('blackberry os','wp-slimstat'), // BlackBerry OS
11
- __('centos','wp-slimstat'), // CentOS
12
- __('chromeos','wp-slimstat'), // ChromeOS
13
- __('commodore64','wp-slimstat'), // Commodore 64
14
- __('cygwin','wp-slimstat'), // Cygwin
15
- __('debian','wp-slimstat'), // Debian
16
- __('digital unix','wp-slimstat'), // Digital Unix
17
- __('fedora','wp-slimstat'), // Fedora
18
- __('firefoxos','wp-slimstat'), // Firefox OS
19
- __('freebsd','wp-slimstat'), // FreeBSD
20
- __('gentoo','wp-slimstat'), // Gentoo
21
- __('hp-ux','wp-slimstat'), // HP-UX
22
- __('ios','wp-slimstat'), // iPhone OS
23
- __('iphone os','wp-slimstat'), // iPhone OS
24
- __('iphone osx','wp-slimstat'), // iPhone OS X
25
- __('irix','wp-slimstat'), // SGI / IRIX
26
- __('java','wp-slimstat'), // Java
27
- __('kanotix','wp-slimstat'), // Kanotix Linux
28
- __('knoppix','wp-slimstat'), // Knoppix Linux
29
- __('linux','wp-slimstat'), // Linux Generic
30
- __('mac','wp-slimstat'), // Mac
31
- __('mac68k','wp-slimstat'), // Mac 68k
32
- __('macos','wp-slimstat'), // Mac OS X
33
- __('macosx','wp-slimstat'), // Mac OS X
34
- __('macppc','wp-slimstat'), // Mac PowerPC
35
- __('mandrake','wp-slimstat'), // Mandrake Linux
36
- __('mandriva','wp-slimstat'), // MS-DOS
37
- __('mepis','wp-slimstat'), // MEPIS Linux
38
- __('ms-dos','wp-slimstat'), // MS-DOS
39
- __('netbsd','wp-slimstat'), // NetBSD
40
- __('nintendo','wp-slimstat'), // Nintendo
41
- __('openbsd','wp-slimstat'), // OpenBSD
42
- __('openvms','wp-slimstat'), // OpenVMS
43
- __('os/2','wp-slimstat'), // IBM OS/2
44
- __('palm','wp-slimstat'), // Palm OS
45
- __('palmos','wp-slimstat'), // Palm OS
46
- __('pclinuxos','wp-slimstat'), // PCLinux OS
47
- __('playstation','wp-slimstat'), // Playstation
48
- __('powertv','wp-slimstat'), // PowerTV
49
- __('redhat','wp-slimstat'), // RedHat Linux
50
- __('rim os','wp-slimstat'), // Blackberry
51
- __('risc os','wp-slimstat'), // Risc OS
52
- __('slackware','wp-slimstat'), // Slackware Linux
53
- __('solaris','wp-slimstat'), // Solaris
54
- __('sunos','wp-slimstat'), // Sun OS
55
- __('suse','wp-slimstat'), // SuSE Linux
56
- __('symbianos','wp-slimstat'), // Symbian OS
57
- __('ubuntu','wp-slimstat'), // Java
58
- __('unix','wp-slimstat'), // Unix
59
- __('unknown','wp-slimstat'), // Unknown
60
- __('xandros','wp-slimstat'), // Xandros Linux
61
- __('wap','wp-slimstat'), // WAP
62
- __('webos','wp-slimstat'), // WebOS
63
- __('win10','wp-slimstat'), // Windows 10
64
- __('win16','wp-slimstat'), // Windows 16-bit
65
- __('win2000','wp-slimstat'), // Windows 2000
66
- __('win2003','wp-slimstat'), // Windows 2003
67
- __('win31','wp-slimstat'), // Windows 3.1
68
- __('win32','wp-slimstat'), // Windows 32-bit
69
- __('win7','wp-slimstat'), // Windows 7
70
- __('win7','wp-slimstat'), // Windows 7
71
- __('win8','wp-slimstat'), // Windows 8
72
- __('win8.1','wp-slimstat'), // Windows 8.1
73
- __('win95','wp-slimstat'), // Windows 95
74
- __('win98','wp-slimstat'), // Windows 98
75
- __('wince','wp-slimstat'), // Windows CE
76
- __('winme','wp-slimstat'), // Windows ME
77
- __('winnt','wp-slimstat'), // Windows NT
78
- __('winphone7','wp-slimstat'), // Windows Phone
79
- __('winphone7.5','wp-slimstat'), // Windows Phone
80
- __('winphone8','wp-slimstat'), // Windows Phone
81
- __('winphone8.1','wp-slimstat'), // Windows RT / Runtime
82
- __('winrt','wp-slimstat'), // Windows Phone
83
- __('winvista','wp-slimstat'), // Windows Vista
84
- __('winxp','wp-slimstat'), // Windows XP
85
- __('wyderos','wp-slimstat'), // WyderOS
86
- __('zaurus','wp-slimstat'), // Zaurus WAP
87
 
88
- // Browser Extensions
89
- __('acrobat','wp-slimstat'), // Acrobat Reader
90
- __('director','wp-slimstat'), // Macromedia Director
91
- __('flash','wp-slimstat'), // Adobe Flash Player
92
- __('mediaplayer','wp-slimstat'), // Microsoft Media Player
93
- __('quicktime','wp-slimstat'), // QuickTime
94
- __('pdfviewer','wp-slimstat'), // PDF Viewer (Acrobat or built-in)
95
- __('real','wp-slimstat'), // Real Player
96
- __('silverlight','wp-slimstat'), // Microsoft Silverlight
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
 
98
- // Operating System Families
99
- __('p-and','wp-slimstat'), // Android
100
- __('p-bla','wp-slimstat'), // BlackBerry
101
- __('p-chr','wp-slimstat'), // Chrome OS
102
- __('p-fir','wp-slimstat'), // Fire OS
103
- __('p-fre','wp-slimstat'), // Linux FreeBSD
104
- __('p-ios','wp-slimstat'), // Apple iOS
105
- __('p-jav','wp-slimstat'), // Java-based OS
106
- __('p-lin','wp-slimstat'), // Linux
107
- __('p-mac','wp-slimstat'), // Apple
108
- __('p-rim','wp-slimstat'), // Blackberry
109
- __('p-sym','wp-slimstat'), // Symbian OS
110
- __('p-ubu','wp-slimstat'), // Linux
111
- __('p-unk','wp-slimstat'), // Unknown
112
- __('p-win','wp-slimstat'), // Microsoft
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
 
114
- // Languages
115
- __('l-af','wp-slimstat'), // Afrikaans
116
- __('l-af-za','wp-slimstat'), // Afrikaans (South Africa)
117
- __('l-ar','wp-slimstat'), // Arabic
118
- __('l-ar-ae','wp-slimstat'), // Arabic (U.A.E.)
119
- __('l-ar-bh','wp-slimstat'), // Arabic (Bahrain)
120
- __('l-ar-dz','wp-slimstat'), // Arabic (Algeria)
121
- __('l-ar-eg','wp-slimstat'), // Arabic (Egypt)
122
- __('l-ar-iq','wp-slimstat'), // Arabic (Iraq)
123
- __('l-ar-jo','wp-slimstat'), // Arabic (Jordan)
124
- __('l-ar-kw','wp-slimstat'), // Arabic (Kuwait)
125
- __('l-ar-lb','wp-slimstat'), // Arabic (Lebanon)
126
- __('l-ar-ly','wp-slimstat'), // Arabic (Libya)
127
- __('l-ar-ma','wp-slimstat'), // Arabic (Morocco)
128
- __('l-ar-om','wp-slimstat'), // Arabic (Oman)
129
- __('l-ar-qa','wp-slimstat'), // Arabic (Qatar)
130
- __('l-ar-sa','wp-slimstat'), // Arabic (Saudi Arabia)
131
- __('l-ar-sy','wp-slimstat'), // Arabic (Syria)
132
- __('l-ar-tn','wp-slimstat'), // Arabic (Tunisia)
133
- __('l-ar-ye','wp-slimstat'), // Arabic (Yemen)
134
- __('l-az','wp-slimstat'), // Azeri (Latin)
135
- __('l-az-az','wp-slimstat'), // Azeri (Latin) (Azerbaijan)
136
- __('l-be','wp-slimstat'), // Belarusian
137
- __('l-be-by','wp-slimstat'), // Belarusian (Belarus)
138
- __('l-bg','wp-slimstat'), // Bulgarian
139
- __('l-bg-bg','wp-slimstat'), // Bulgarian (Bulgaria)
140
- __('l-bs-ba','wp-slimstat'), // Bosnian (Bosnia and Herzegovina)
141
- __('l-ca','wp-slimstat'), // Catalan
142
- __('l-ca-es','wp-slimstat'), // Catalan (Spain)
143
- __('l-cs','wp-slimstat'), // Czech
144
- __('l-cs-cz','wp-slimstat'), // Czech (Czech Republic)
145
- __('l-cy','wp-slimstat'), // Welsh
146
- __('l-cy-gb','wp-slimstat'), // Welsh (United Kingdom)
147
- __('l-da','wp-slimstat'), // Danish
148
- __('l-da-dk','wp-slimstat'), // Danish (Denmark)
149
- __('l-de','wp-slimstat'), // German
150
- __('l-de-at','wp-slimstat'), // German (Austria)
151
- __('l-de-ch','wp-slimstat'), // German (Switzerland)
152
- __('l-de-de','wp-slimstat'), // German (Germany)
153
- __('l-de-li','wp-slimstat'), // German (Liechtenstein)
154
- __('l-de-lu','wp-slimstat'), // German (Luxembourg)
155
- __('l-dv','wp-slimstat'), // Divehi
156
- __('l-dv-mv','wp-slimstat'), // Divehi (Maldives)
157
- __('l-el','wp-slimstat'), // Greek
158
- __('l-el-gr','wp-slimstat'), // Greek (Greece)
159
- __('l-en','wp-slimstat'), // English
160
- __('l-en-au','wp-slimstat'), // English (Australia)
161
- __('l-en-bz','wp-slimstat'), // English (Belize)
162
- __('l-en-ca','wp-slimstat'), // English (Canada)
163
- __('l-en-cb','wp-slimstat'), // English (Caribbean)
164
- __('l-en-gb','wp-slimstat'), // English (United Kingdom)
165
- __('l-en-ie','wp-slimstat'), // English (Ireland)
166
- __('l-en-jm','wp-slimstat'), // English (Jamaica)
167
- __('l-en-nz','wp-slimstat'), // English (New Zealand)
168
- __('l-en-ph','wp-slimstat'), // English (Republic of the Philippines)
169
- __('l-en-tt','wp-slimstat'), // English (Trinidad and Tobago)
170
- __('l-en-us','wp-slimstat'), // English (United States)
171
- __('l-en-za','wp-slimstat'), // English (South Africa)
172
- __('l-en-zw','wp-slimstat'), // English (Zimbabwe)
173
- __('l-eo','wp-slimstat'), // Esperanto
174
- __('l-es','wp-slimstat'), // Spanish
175
- __('l-es-ar','wp-slimstat'), // Spanish (Argentina)
176
- __('l-es-bo','wp-slimstat'), // Spanish (Bolivia)
177
- __('l-es-cl','wp-slimstat'), // Spanish (Chile)
178
- __('l-es-co','wp-slimstat'), // Spanish (Colombia)
179
- __('l-es-cr','wp-slimstat'), // Spanish (Costa Rica)
180
- __('l-es-do','wp-slimstat'), // Spanish (Dominican Republic)
181
- __('l-es-ec','wp-slimstat'), // Spanish (Ecuador)
182
- __('l-es-es','wp-slimstat'), // Spanish (Spain)
183
- __('l-es-gt','wp-slimstat'), // Spanish (Guatemala)
184
- __('l-es-hn','wp-slimstat'), // Spanish (Honduras)
185
- __('l-es-mx','wp-slimstat'), // Spanish (Mexico)
186
- __('l-es-ni','wp-slimstat'), // Spanish (Nicaragua)
187
- __('l-es-pa','wp-slimstat'), // Spanish (Panama)
188
- __('l-es-pe','wp-slimstat'), // Spanish (Peru)
189
- __('l-es-pr','wp-slimstat'), // Spanish (Puerto Rico)
190
- __('l-es-py','wp-slimstat'), // Spanish (Paraguay)
191
- __('l-es-sv','wp-slimstat'), // Spanish (El Salvador)
192
- __('l-es-uy','wp-slimstat'), // Spanish (Uruguay)
193
- __('l-es-ve','wp-slimstat'), // Spanish (Venezuela)
194
- __('l-et','wp-slimstat'), // Estonian
195
- __('l-et-ee','wp-slimstat'), // Estonian (Estonia)
196
- __('l-eu','wp-slimstat'), // Basque
197
- __('l-eu-es','wp-slimstat'), // Basque (Spain)
198
- __('l-fa','wp-slimstat'), // Farsi
199
- __('l-fa-ir','wp-slimstat'), // Farsi (Iran)
200
- __('l-fi','wp-slimstat'), // Finnish
201
- __('l-fi-fi','wp-slimstat'), // Finnish (Finland)
202
- __('l-fo','wp-slimstat'), // Faroese
203
- __('l-fo-fo','wp-slimstat'), // Faroese (Faroe Islands)
204
- __('l-fr','wp-slimstat'), // French
205
- __('l-fr-be','wp-slimstat'), // French (Belgium)
206
- __('l-fr-ca','wp-slimstat'), // French (Canada)
207
- __('l-fr-ch','wp-slimstat'), // French (Switzerland)
208
- __('l-fr-fr','wp-slimstat'), // French (France)
209
- __('l-fr-lu','wp-slimstat'), // French (Luxembourg)
210
- __('l-fr-mc','wp-slimstat'), // French (Principality of Monaco)
211
- __('l-gl','wp-slimstat'), // Galician
212
- __('l-gl-es','wp-slimstat'), // Galician (Spain)
213
- __('l-gu','wp-slimstat'), // Gujarati
214
- __('l-gu-in','wp-slimstat'), // Gujarati (India)
215
- __('l-he','wp-slimstat'), // Hebrew
216
- __('l-he-il','wp-slimstat'), // Hebrew (Israel)
217
- __('l-hi','wp-slimstat'), // Hindi
218
- __('l-hi-in','wp-slimstat'), // Hindi (India)
219
- __('l-hr','wp-slimstat'), // Croatian
220
- __('l-hr-ba','wp-slimstat'), // Croatian (Bosnia and Herzegovina)
221
- __('l-hr-hr','wp-slimstat'), // Croatian (Croatia)
222
- __('l-hu','wp-slimstat'), // Hungarian
223
- __('l-hu-hu','wp-slimstat'), // Hungarian (Hungary)
224
- __('l-hy','wp-slimstat'), // Armenian
225
- __('l-hy-am','wp-slimstat'), // Armenian (Armenia)
226
- __('l-id','wp-slimstat'), // Indonesian
227
- __('l-id-id','wp-slimstat'), // Indonesian (Indonesia)
228
- __('l-is','wp-slimstat'), // Icelandic
229
- __('l-is-is','wp-slimstat'), // Icelandic (Iceland)
230
- __('l-it','wp-slimstat'), // Italian
231
- __('l-it-ch','wp-slimstat'), // Italian (Switzerland)
232
- __('l-it-it','wp-slimstat'), // Italian (Italy)
233
- __('l-ja','wp-slimstat'), // Japanese
234
- __('l-ja-jp','wp-slimstat'), // Japanese (Japan)
235
- __('l-ka','wp-slimstat'), // Georgian
236
- __('l-ka-ge','wp-slimstat'), // Georgian (Georgia)
237
- __('l-kk','wp-slimstat'), // Kazakh
238
- __('l-kk-kz','wp-slimstat'), // Kazakh (Kazakhstan)
239
- __('l-kn','wp-slimstat'), // Kannada
240
- __('l-kn-in','wp-slimstat'), // Kannada (India)
241
- __('l-ko','wp-slimstat'), // Korean
242
- __('l-ko-kr','wp-slimstat'), // Korean (Korea)
243
- __('l-kok','wp-slimstat'), // Konkani
244
- __('l-kok-in','wp-slimstat'), // Konkani (India)
245
- __('l-ky','wp-slimstat'), // Kyrgyz
246
- __('l-ky-kg','wp-slimstat'), // Kyrgyz (Kyrgyzstan)
247
- __('l-lt','wp-slimstat'), // Lithuanian
248
- __('l-lt-lt','wp-slimstat'), // Lithuanian (Lithuania)
249
- __('l-lv','wp-slimstat'), // Latvian
250
- __('l-lv-lv','wp-slimstat'), // Latvian (Latvia)
251
- __('l-mi','wp-slimstat'), // Maori
252
- __('l-mi-nz','wp-slimstat'), // Maori (New Zealand)
253
- __('l-mk','wp-slimstat'), // FYRO Macedonian
254
- __('l-mk-ml','wp-slimstat'), // FYRO Macedonian (Former Yugoslav Republic of Macedonia)
255
- __('l-mn','wp-slimstat'), // Mongolian
256
- __('l-mn-mn','wp-slimstat'), // Mongolian (Mongolia)
257
- __('l-mr','wp-slimstat'), // Marathi
258
- __('l-mr-in','wp-slimstat'), // Marathi (India)
259
- __('l-ms','wp-slimstat'), // Malay
260
- __('l-ms-bn','wp-slimstat'), // Malay (Brunei Darussalam)
261
- __('l-ms-my','wp-slimstat'), // Malay (Malaysia)
262
- __('l-mt','wp-slimstat'), // Maltese
263
- __('l-mt-mt','wp-slimstat'), // Maltese (Malta)
264
- __('l-nb','wp-slimstat'), // Norwegian (Bokm?l)
265
- __('l-nb-no','wp-slimstat'), // Norwegian (Bokm?l) (Norway)
266
- __('l-nl','wp-slimstat'), // Dutch
267
- __('l-nl-be','wp-slimstat'), // Dutch (Belgium)
268
- __('l-nl-nl','wp-slimstat'), // Dutch (Netherlands)
269
- __('l-nn-no','wp-slimstat'), // Norwegian (Nynorsk) (Norway)
270
- __('l-ns','wp-slimstat'), // Northern Sotho
271
- __('l-ns-za','wp-slimstat'), // Northern Sotho (South Africa)
272
- __('l-pa','wp-slimstat'), // Punjabi
273
- __('l-pa-in','wp-slimstat'), // Punjabi (India)
274
- __('l-pl','wp-slimstat'), // Polish
275
- __('l-pl-pl','wp-slimstat'), // Polish (Poland)
276
- __('l-ps','wp-slimstat'), // Pashto
277
- __('l-ps-ar','wp-slimstat'), // Pashto (Afghanistan)
278
- __('l-pt','wp-slimstat'), // Portuguese
279
- __('l-pt-br','wp-slimstat'), // Portuguese (Brazil)
280
- __('l-pt-pt','wp-slimstat'), // Portuguese (Portugal)
281
- __('l-qu','wp-slimstat'), // Quechua
282
- __('l-qu-bo','wp-slimstat'), // Quechua (Bolivia)
283
- __('l-qu-ec','wp-slimstat'), // Quechua (Ecuador)
284
- __('l-qu-pe','wp-slimstat'), // Quechua (Peru)
285
- __('l-ro','wp-slimstat'), // Romanian
286
- __('l-ro-ro','wp-slimstat'), // Romanian (Romania)
287
- __('l-ru','wp-slimstat'), // Russian
288
- __('l-ru-ru','wp-slimstat'), // Russian (Russia)
289
- __('l-sa','wp-slimstat'), // Sanskrit
290
- __('l-sa-in','wp-slimstat'), // Sanskrit (India)
291
- __('l-se','wp-slimstat'), // Sami (Northern)
292
- __('l-se-fi','wp-slimstat'), // Sami (Northern) (Finland)
293
- __('l-se-no','wp-slimstat'), // Sami (Northern) (Norway)
294
- __('l-se-se','wp-slimstat'), // Sami (Northern) (Sweden)
295
- __('l-sk','wp-slimstat'), // Slovak
296
- __('l-sk-sk','wp-slimstat'), // Slovak (Slovakia)
297
- __('l-sl','wp-slimstat'), // Slovenian
298
- __('l-sl-si','wp-slimstat'), // Slovenian (Slovenia)
299
- __('l-sq','wp-slimstat'), // Albanian
300
- __('l-sq-al','wp-slimstat'), // Albanian (Albania)
301
- __('l-sr-ba','wp-slimstat'), // Serbian (Latin) (Bosnia and Herzegovina)
302
- __('l-sr-sp','wp-slimstat'), // Serbian (Latin) (Serbia and Montenegro)
303
- __('l-sv','wp-slimstat'), // Swedish
304
- __('l-sv-fi','wp-slimstat'), // Swedish (Finland)
305
- __('l-sv-se','wp-slimstat'), // Swedish (Sweden)
306
- __('l-sw','wp-slimstat'), // Swahili
307
- __('l-sw-ke','wp-slimstat'), // Swahili (Kenya)
308
- __('l-ta','wp-slimstat'), // Tamil
309
- __('l-ta-in','wp-slimstat'), // Tamil (India)
310
- __('l-te','wp-slimstat'), // Telugu
311
- __('l-te-in','wp-slimstat'), // Telugu (India)
312
- __('l-th','wp-slimstat'), // Thai
313
- __('l-th-th','wp-slimstat'), // Thai (Thailand)
314
- __('l-tl','wp-slimstat'), // Tagalog
315
- __('l-tl-ph','wp-slimstat'), // Tagalog (Philippines)
316
- __('l-tn','wp-slimstat'), // Tswana
317
- __('l-tn-za','wp-slimstat'), // Tswana (South Africa)
318
- __('l-tr','wp-slimstat'), // Turkish
319
- __('l-tr-tr','wp-slimstat'), // Turkish (Turkey)
320
- __('l-tt','wp-slimstat'), // Tatar
321
- __('l-tt-ru','wp-slimstat'), // Tatar (Russia)
322
- __('l-ts','wp-slimstat'), // Tsonga
323
- __('l-uk','wp-slimstat'), // Ukrainian
324
- __('l-uk-ua','wp-slimstat'), // Ukrainian (Ukraine)
325
- __('l-ur','wp-slimstat'), // Urdu
326
- __('l-ur-pk','wp-slimstat'), // Urdu (Islamic Republic of Pakistan)
327
- __('l-uz','wp-slimstat'), // Uzbek (Latin)
328
- __('l-uz-uz','wp-slimstat'), // Uzbek (Cyrillic) (Uzbekistan)
329
- __('l-vi','wp-slimstat'), // Vietnamese
330
- __('l-vi-vn','wp-slimstat'), // Vietnamese (Viet Nam)
331
- __('l-xh','wp-slimstat'), // Xhosa
332
- __('l-xh-za','wp-slimstat'), // Xhosa (South Africa)
333
- __('l-zh','wp-slimstat'), // Chinese
334
- __('l-zh-cn','wp-slimstat'), // Chinese (S)
335
- __('l-zh-hk','wp-slimstat'), // Chinese (Hong Kong)
336
- __('l-zh-mo','wp-slimstat'), // Chinese (Macau)
337
- __('l-zh-sg','wp-slimstat'), // Chinese (Singapore)
338
- __('l-zh-tw','wp-slimstat'), // Chinese (T)
339
- __('l-zu','wp-slimstat'), // Zulu
340
- __('l-zu-za','wp-slimstat'), // Zulu (South Africa)
341
- __('l-','wp-slimstat'), // Unknown
342
- __('l-empty','wp-slimstat'), // Unknown
343
- __('l-xx','wp-slimstat'), // Unknown
344
 
345
- __('c-xy','wp-slimstat') // Local IP Address
346
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <?php
2
+ class slim_i18n {
3
+ public static function get_dynamic_strings() {
4
+ return array(
5
+ 'xx' => __( 'Unknown', 'wp-slimstat' ),
6
 
7
+ // Countries
8
+ 'c-xx' => __( 'Unknown', 'wp-slimstat' ),
9
+ 'c-xy' => __( 'Local IP Address', 'wp-slimstat' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
+ 'c-af' => __( 'Afghanistan', 'wp-slimstat' ),
12
+ 'c-ax' => __( 'Aland Islands', 'wp-slimstat' ),
13
+ 'c-al' => __( 'Albania', 'wp-slimstat' ),
14
+ 'c-dz' => __( 'Algeria', 'wp-slimstat' ),
15
+ 'c-ad' => __( 'Andorra', 'wp-slimstat' ),
16
+ 'c-ao' => __( 'Angola', 'wp-slimstat' ),
17
+ 'c-ai' => __( 'Anguilla', 'wp-slimstat' ),
18
+ 'c-ag' => __( 'Antigua and Barbuda', 'wp-slimstat' ),
19
+ 'c-ar' => __( 'Argentina', 'wp-slimstat' ),
20
+ 'c-am' => __( 'Armenia', 'wp-slimstat' ),
21
+ 'c-aw' => __( 'Aruba', 'wp-slimstat' ),
22
+ 'c-au' => __( 'Australia', 'wp-slimstat' ),
23
+ 'c-at' => __( 'Austria', 'wp-slimstat' ),
24
+ 'c-az' => __( 'Azerbaijan', 'wp-slimstat' ),
25
+ 'c-bs' => __( 'Bahamas', 'wp-slimstat' ),
26
+ 'c-bh' => __( 'Bahrain', 'wp-slimstat' ),
27
+ 'c-bd' => __( 'Bangladesh', 'wp-slimstat' ),
28
+ 'c-bb' => __( 'Barbados', 'wp-slimstat' ),
29
+ 'c-by' => __( 'Belarus', 'wp-slimstat' ),
30
+ 'c-be' => __( 'Belgium', 'wp-slimstat' ),
31
+ 'c-bz' => __( 'Belize', 'wp-slimstat' ),
32
+ 'c-bj' => __( 'Benin', 'wp-slimstat' ),
33
+ 'c-bm' => __( 'Bermuda', 'wp-slimstat' ),
34
+ 'c-bt' => __( 'Bhutan', 'wp-slimstat' ),
35
+ 'c-bo' => __( 'Bolivia', 'wp-slimstat' ),
36
+ 'c-ba' => __( 'Bosnia and Herzegovina', 'wp-slimstat' ),
37
+ 'c-bw' => __( 'Botswana', 'wp-slimstat' ),
38
+ 'c-br' => __( 'Brazil', 'wp-slimstat' ),
39
+ 'c-bn' => __( 'Brunei Darussalam', 'wp-slimstat' ),
40
+ 'c-bg' => __( 'Bulgaria', 'wp-slimstat' ),
41
+ 'c-bf' => __( 'Burkina Faso', 'wp-slimstat' ),
42
+ 'c-bi' => __( 'Burundi', 'wp-slimstat' ),
43
+ 'c-kh' => __( 'Cambodia', 'wp-slimstat' ),
44
+ 'c-cm' => __( 'Cameroon', 'wp-slimstat' ),
45
+ 'c-ca' => __( 'Canada', 'wp-slimstat' ),
46
+ 'c-cv' => __( 'Cape Verde', 'wp-slimstat' ),
47
+ 'c-ky' => __( 'Cayman Islands', 'wp-slimstat' ),
48
+ 'c-cf' => __( 'Central African Republic', 'wp-slimstat' ),
49
+ 'c-td' => __( 'Chad', 'wp-slimstat' ),
50
+ 'c-cl' => __( 'Chile', 'wp-slimstat' ),
51
+ 'c-cn' => __( 'China', 'wp-slimstat' ),
52
+ 'c-co' => __( 'Colombia', 'wp-slimstat' ),
53
+ 'c-km' => __( 'Comoros', 'wp-slimstat' ),
54
+ 'c-cg' => __( 'Congo', 'wp-slimstat' ),
55
+ 'c-cd' => __( 'The Democratic Republic of the Congo', 'wp-slimstat' ),
56
+ 'c-cr' => __( 'Costa Rica', 'wp-slimstat' ),
57
+ 'c-ci' => __( 'Côte d\'Ivoire', 'wp-slimstat' ),
58
+ 'c-hr' => __( 'Croatia', 'wp-slimstat' ),
59
+ 'c-cu' => __( 'Cuba', 'wp-slimstat' ),
60
+ 'c-cy' => __( 'Cyprus', 'wp-slimstat' ),
61
+ 'c-cz' => __( 'Czech Republic', 'wp-slimstat' ),
62
+ 'c-dk' => __( 'Denmark', 'wp-slimstat' ),
63
+ 'c-dj' => __( 'Djibouti', 'wp-slimstat' ),
64
+ 'c-dm' => __( 'Dominica', 'wp-slimstat' ),
65
+ 'c-do' => __( 'Dominican Republic', 'wp-slimstat' ),
66
+ 'c-ec' => __( 'Ecuador', 'wp-slimstat' ),
67
+ 'c-eg' => __( 'Egypt', 'wp-slimstat' ),
68
+ 'c-sv' => __( 'El Salvador', 'wp-slimstat' ),
69
+ 'c-gq' => __( 'Equatorial Guinea', 'wp-slimstat' ),
70
+ 'c-er' => __( 'Eritrea', 'wp-slimstat' ),
71
+ 'c-ee' => __( 'Estonia', 'wp-slimstat' ),
72
+ 'c-et' => __( 'Ethiopia', 'wp-slimstat' ),
73
+ 'c-fo' => __( 'Faroe Islands', 'wp-slimstat' ),
74
+ 'c-fk' => __( 'Falkland Islands (Malvinas)', 'wp-slimstat' ),
75
+ 'c-fj' => __( 'Fiji', 'wp-slimstat' ),
76
+ 'c-fi' => __( 'Finland', 'wp-slimstat' ),
77
+ 'c-fr' => __( 'France', 'wp-slimstat' ),
78
+ 'c-gf' => __( 'French Guiana', 'wp-slimstat' ),
79
+ 'c-ga' => __( 'Gabon', 'wp-slimstat' ),
80
+ 'c-gm' => __( 'Gambia', 'wp-slimstat' ),
81
+ 'c-ge' => __( 'Georgia', 'wp-slimstat' ),
82
+ 'c-de' => __( 'Germany', 'wp-slimstat' ),
83
+ 'c-gh' => __( 'Ghana', 'wp-slimstat' ),
84
+ 'c-gr' => __( 'Greece', 'wp-slimstat' ),
85
+ 'c-gl' => __( 'Greenland', 'wp-slimstat' ),
86
+ 'c-gd' => __( 'Grenada', 'wp-slimstat' ),
87
+ 'c-gp' => __( 'Guadeloupe', 'wp-slimstat' ),
88
+ 'c-gt' => __( 'Guatemala', 'wp-slimstat' ),
89
+ 'c-gn' => __( 'Guinea', 'wp-slimstat' ),
90
+ 'c-gw' => __( 'Guinea-Bissau', 'wp-slimstat' ),
91
+ 'c-gy' => __( 'Guyana', 'wp-slimstat' ),
92
+ 'c-ht' => __( 'Haiti', 'wp-slimstat' ),
93
+ 'c-hn' => __( 'Honduras', 'wp-slimstat' ),
94
+ 'c-hk' => __( 'Hong Kong', 'wp-slimstat' ),
95
+ 'c-hu' => __( 'Hungary', 'wp-slimstat' ),
96
+ 'c-is' => __( 'Iceland', 'wp-slimstat' ),
97
+ 'c-in' => __( 'India', 'wp-slimstat' ),
98
+ 'c-id' => __( 'Indonesia', 'wp-slimstat' ),
99
+ 'c-ir' => __( 'Islamic Republic of Iran', 'wp-slimstat' ),
100
+ 'c-iq' => __( 'Iraq', 'wp-slimstat' ),
101
+ 'c-ie' => __( 'Ireland', 'wp-slimstat' ),
102
+ 'c-il' => __( 'Israel', 'wp-slimstat' ),
103
+ 'c-it' => __( 'Italy', 'wp-slimstat' ),
104
+ 'c-jm' => __( 'Jamaica', 'wp-slimstat' ),
105
+ 'c-jp' => __( 'Japan', 'wp-slimstat' ),
106
+ 'c-jo' => __( 'Jordan', 'wp-slimstat' ),
107
+ 'c-kz' => __( 'Kazakhstan', 'wp-slimstat' ),
108
+ 'c-ke' => __( 'Kenya', 'wp-slimstat' ),
109
+ 'c-nr' => __( 'Nauru', 'wp-slimstat' ),
110
+ 'c-kp' => __( 'Democratic People\'s Republic of Korea', 'wp-slimstat' ),
111
+ 'c-kr' => __( 'Republic of Korea', 'wp-slimstat' ),
112
+ 'c-kv' => __( 'Kosovo', 'wp-slimstat' ),
113
+ 'c-kw' => __( 'Kuwait', 'wp-slimstat' ),
114
+ 'c-kg' => __( 'Kyrgyzstan', 'wp-slimstat' ),
115
+ 'c-la' => __( 'Lao People\'s Democratic Republic', 'wp-slimstat' ),
116
+ 'c-lv' => __( 'Latvia', 'wp-slimstat' ),
117
+ 'c-lb' => __( 'Lebanon', 'wp-slimstat' ),
118
+ 'c-ls' => __( 'Lesotho', 'wp-slimstat' ),
119
+ 'c-lr' => __( 'Liberia', 'wp-slimstat' ),
120
+ 'c-ly' => __( 'Libyan Arab Jamahiriya', 'wp-slimstat' ),
121
+ 'c-li' => __( 'Liechtenstein', 'wp-slimstat' ),
122
+ 'c-lt' => __( 'Lithuania', 'wp-slimstat' ),
123
+ 'c-lu' => __( 'Luxembourg', 'wp-slimstat' ),
124
+ 'c-mk' => __( 'The Former Yugoslav Republic of Macedonia', 'wp-slimstat' ),
125
+ 'c-mg' => __( 'Madagascar', 'wp-slimstat' ),
126
+ 'c-mw' => __( 'Malawi', 'wp-slimstat' ),
127
+ 'c-my' => __( 'Malaysia', 'wp-slimstat' ),
128
+ 'c-ml' => __( 'Mali', 'wp-slimstat' ),
129
+ 'c-mt' => __( 'Malta', 'wp-slimstat' ),
130
+ 'c-mq' => __( 'Martinique', 'wp-slimstat' ),
131
+ 'c-mr' => __( 'Mauritania', 'wp-slimstat' ),
132
+ 'c-mu' => __( 'Mauritius', 'wp-slimstat' ),
133
+ 'c-mx' => __( 'Mexico', 'wp-slimstat' ),
134
+ 'c-md' => __( 'Moldova', 'wp-slimstat' ),
135
+ 'c-mn' => __( 'Mongolia', 'wp-slimstat' ),
136
+ 'c-me' => __( 'Montenegro', 'wp-slimstat' ),
137
+ 'c-ms' => __( 'Montserrat', 'wp-slimstat' ),
138
+ 'c-ma' => __( 'Morocco', 'wp-slimstat' ),
139
+ 'c-mz' => __( 'Mozambique', 'wp-slimstat' ),
140
+ 'c-mm' => __( 'Myanmar', 'wp-slimstat' ),
141
+ 'c-na' => __( 'Namibia', 'wp-slimstat' ),
142
+ 'c-np' => __( 'Nepal', 'wp-slimstat' ),
143
+ 'c-nl' => __( 'Netherlands', 'wp-slimstat' ),
144
+ 'c-nc' => __( 'New Caledonia', 'wp-slimstat' ),
145
+ 'c-nz' => __( 'New Zealand', 'wp-slimstat' ),
146
+ 'c-ni' => __( 'Nicaragua', 'wp-slimstat' ),
147
+ 'c-ne' => __( 'Niger', 'wp-slimstat' ),
148
+ 'c-ng' => __( 'Nigeria', 'wp-slimstat' ),
149
+ 'c-no' => __( 'Norway', 'wp-slimstat' ),
150
+ 'c-om' => __( 'Oman', 'wp-slimstat' ),
151
+ 'c-pk' => __( 'Pakistan', 'wp-slimstat' ),
152
+ 'c-pw' => __( 'Palau', 'wp-slimstat' ),
153
+ 'c-ps' => __( 'Occupied Palestinian Territory', 'wp-slimstat' ),
154
+ 'c-pa' => __( 'Panama', 'wp-slimstat' ),
155
+ 'c-pg' => __( 'Papua New Guinea', 'wp-slimstat' ),
156
+ 'c-py' => __( 'Paraguay', 'wp-slimstat' ),
157
+ 'c-pe' => __( 'Peru', 'wp-slimstat' ),
158
+ 'c-ph' => __( 'Philippines', 'wp-slimstat' ),
159
+ 'c-pl' => __( 'Poland', 'wp-slimstat' ),
160
+ 'c-pt' => __( 'Portugal', 'wp-slimstat' ),
161
+ 'c-pr' => __( 'Puerto Rico', 'wp-slimstat' ),
162
+ 'c-qa' => __( 'Qatar', 'wp-slimstat' ),
163
+ 'c-re' => __( 'Réunion', 'wp-slimstat' ),
164
+ 'c-ro' => __( 'Romania', 'wp-slimstat' ),
165
+ 'c-ru' => __( 'Russian Federation', 'wp-slimstat' ),
166
+ 'c-rw' => __( 'Rwanda', 'wp-slimstat' ),
167
+ 'c-kn' => __( 'Saint Kitts and Nevis', 'wp-slimstat' ),
168
+ 'c-lc' => __( 'Saint Lucia', 'wp-slimstat' ),
169
+ 'c-mf' => __( 'Saint Martin', 'wp-slimstat' ),
170
+ 'c-vc' => __( 'Saint Vincent and the Grenadines', 'wp-slimstat' ),
171
+ 'c-ws' => __( 'Samoa', 'wp-slimstat' ),
172
+ 'c-st' => __( 'Sao Tome and Principe', 'wp-slimstat' ),
173
+ 'c-sa' => __( 'Saudi Arabia', 'wp-slimstat' ),
174
+ 'c-sn' => __( 'Senegal', 'wp-slimstat' ),
175
+ 'c-rs' => __( 'Serbia', 'wp-slimstat' ),
176
+ 'c-sl' => __( 'Sierra Leone', 'wp-slimstat' ),
177
+ 'c-sg' => __( 'Singapore', 'wp-slimstat' ),
178
+ 'c-sk' => __( 'Slovakia', 'wp-slimstat' ),
179
+ 'c-si' => __( 'Slovenia', 'wp-slimstat' ),
180
+ 'c-sb' => __( 'Solomon Islands', 'wp-slimstat' ),
181
+ 'c-so' => __( 'Somalia', 'wp-slimstat' ),
182
+ 'c-za' => __( 'South Africa', 'wp-slimstat' ),
183
+ 'c-gs' => __( 'South Georgia and the South Sandwich Islands', 'wp-slimstat' ),
184
+ 'c-es' => __( 'Spain', 'wp-slimstat' ),
185
+ 'c-lk' => __( 'Sri Lanka', 'wp-slimstat' ),
186
+ 'c-sc' => __( 'Seychelles', 'wp-slimstat' ),
187
+ 'c-sd' => __( 'Sudan', 'wp-slimstat' ),
188
+ 'c-ss' => __( 'South Sudan', 'wp-slimstat' ),
189
+ 'c-sr' => __( 'Suriname', 'wp-slimstat' ),
190
+ 'c-sj' => __( 'Svalbard and Jan Mayen', 'wp-slimstat' ),
191
+ 'c-sz' => __( 'Swaziland', 'wp-slimstat' ),
192
+ 'c-se' => __( 'Sweden', 'wp-slimstat' ),
193
+ 'c-ch' => __( 'Switzerland', 'wp-slimstat' ),
194
+ 'c-sy' => __( 'Syrian Arab Republic', 'wp-slimstat' ),
195
+ 'c-tw' => __( 'Taiwan', 'wp-slimstat' ),
196
+ 'c-tj' => __( 'Tajikistan', 'wp-slimstat' ),
197
+ 'c-tz' => __( 'United Republic of Tanzania', 'wp-slimstat' ),
198
+ 'c-th' => __( 'Thailand', 'wp-slimstat' ),
199
+ 'c-tl' => __( 'Timor-Leste', 'wp-slimstat' ),
200
+ 'c-tg' => __( 'Togo', 'wp-slimstat' ),
201
+ 'c-to' => __( 'Tonga', 'wp-slimstat' ),
202
+ 'c-tt' => __( 'Trinidad and Tobago', 'wp-slimstat' ),
203
+ 'c-tn' => __( 'Tunisia', 'wp-slimstat' ),
204
+ 'c-tr' => __( 'Turkey', 'wp-slimstat' ),
205
+ 'c-tm' => __( 'Turkmenistan', 'wp-slimstat' ),
206
+ 'c-tc' => __( 'Turks and Caicos Islands', 'wp-slimstat' ),
207
+ 'c-ug' => __( 'Uganda', 'wp-slimstat' ),
208
+ 'c-ua' => __( 'Ukraine', 'wp-slimstat' ),
209
+ 'c-ae' => __( 'United Arab Emirates', 'wp-slimstat' ),
210
+ 'c-gb' => __( 'United Kingdom', 'wp-slimstat' ),
211
+ 'c-us' => __( 'United States', 'wp-slimstat' ),
212
+ 'c-uy' => __( 'Uruguay', 'wp-slimstat' ),
213
+ 'c-uz' => __( 'Uzbekistan', 'wp-slimstat' ),
214
+ 'c-vu' => __( 'Vanuatu', 'wp-slimstat' ),
215
+ 'c-ve' => __( 'Venezuela', 'wp-slimstat' ),
216
+ 'c-vn' => __( 'Viet Nam', 'wp-slimstat' ),
217
+ 'c-vg' => __( 'British Virgin Islands', 'wp-slimstat' ),
218
+ 'c-vi' => __( 'U.S. Virgin Islands', 'wp-slimstat' ),
219
+ 'c-eh' => __( 'Western Sahara', 'wp-slimstat' ),
220
+ 'c-ye' => __( 'Yemen', 'wp-slimstat' ),
221
+ 'c-zm' => __( 'Zambia', 'wp-slimstat' ),
222
+ 'c-zw' => __( 'Zimbabwe', 'wp-slimstat' ),
223
+ 'c-gg' => __( 'Guernsey', 'wp-slimstat' ),
224
+ 'c-je' => __( 'Jersey', 'wp-slimstat' ),
225
+ 'c-im' => __( 'Isle of Man', 'wp-slimstat' ),
226
+ 'c-mv' => __( 'Maldives', 'wp-slimstat' ),
227
+ 'c-eu' => __( 'Europe', 'wp-slimstat' ),
228
 
229
+ // Languages
230
+ 'l-af' => __( 'Afrikaans', 'wp-slimstat' ),
231
+ 'l-af-za' => __( 'Afrikaans (South Africa)', 'wp-slimstat' ),
232
+ 'l-ar' => __( 'Arabic', 'wp-slimstat' ),
233
+ 'l-ar-ae' => __( 'Arabic (U.A.E.)', 'wp-slimstat' ),
234
+ 'l-ar-bh' => __( 'Arabic (Bahrain)', 'wp-slimstat' ),
235
+ 'l-ar-dz' => __( 'Arabic (Algeria)', 'wp-slimstat' ),
236
+ 'l-ar-eg' => __( 'Arabic (Egypt)', 'wp-slimstat' ),
237
+ 'l-ar-iq' => __( 'Arabic (Iraq)', 'wp-slimstat' ),
238
+ 'l-ar-jo' => __( 'Arabic (Jordan)', 'wp-slimstat' ),
239
+ 'l-ar-kw' => __( 'Arabic (Kuwait)', 'wp-slimstat' ),
240
+ 'l-ar-lb' => __( 'Arabic (Lebanon)', 'wp-slimstat' ),
241
+ 'l-ar-ly' => __( 'Arabic (Libya)', 'wp-slimstat' ),
242
+ 'l-ar-ma' => __( 'Arabic (Morocco)', 'wp-slimstat' ),
243
+ 'l-ar-om' => __( 'Arabic (Oman)', 'wp-slimstat' ),
244
+ 'l-ar-qa' => __( 'Arabic (Qatar)', 'wp-slimstat' ),
245
+ 'l-ar-sa' => __( 'Arabic (Saudi Arabia)', 'wp-slimstat' ),
246
+ 'l-ar-sy' => __( 'Arabic (Syria)', 'wp-slimstat' ),
247
+ 'l-ar-tn' => __( 'Arabic (Tunisia)', 'wp-slimstat' ),
248
+ 'l-ar-ye' => __( 'Arabic (Yemen)', 'wp-slimstat' ),
249
+ 'l-az' => __( 'Azeri (Latin)', 'wp-slimstat' ),
250
+ 'l-az-az' => __( 'Azeri (Latin) (Azerbaijan)', 'wp-slimstat' ),
251
+ 'l-be' => __( 'Belarusian', 'wp-slimstat' ),
252
+ 'l-be-by' => __( 'Belarusian (Belarus)', 'wp-slimstat' ),
253
+ 'l-bg' => __( 'Bulgarian', 'wp-slimstat' ),
254
+ 'l-bg-bg' => __( 'Bulgarian (Bulgaria)', 'wp-slimstat' ),
255
+ 'l-bs-ba' => __( 'Bosnian (Bosnia and Herzegovina)', 'wp-slimstat' ),
256
+ 'l-ca' => __( 'Catalan', 'wp-slimstat' ),
257
+ 'l-ca-es' => __( 'Catalan (Spain)', 'wp-slimstat' ),
258
+ 'l-cs' => __( 'Czech', 'wp-slimstat' ),
259
+ 'l-cs-cz' => __( 'Czech (Czech Republic)', 'wp-slimstat' ),
260
+ 'l-cy' => __( 'Welsh', 'wp-slimstat' ),
261
+ 'l-cy-gb' => __( 'Welsh (United Kingdom)', 'wp-slimstat' ),
262
+ 'l-da' => __( 'Danish', 'wp-slimstat' ),
263
+ 'l-da-dk' => __( 'Danish (Denmark)', 'wp-slimstat' ),
264
+ 'l-de' => __( 'German', 'wp-slimstat' ),
265
+ 'l-de-at' => __( 'German (Austria)', 'wp-slimstat' ),
266
+ 'l-de-ch' => __( 'German (Switzerland)', 'wp-slimstat' ),
267
+ 'l-de-de' => __( 'German (Germany)', 'wp-slimstat' ),
268
+ 'l-de-li' => __( 'German (Liechtenstein)', 'wp-slimstat' ),
269
+ 'l-de-lu' => __( 'German (Luxembourg)', 'wp-slimstat' ),
270
+ 'l-dv' => __( 'Divehi', 'wp-slimstat' ),
271
+ 'l-dv-mv' => __( 'Divehi (Maldives)', 'wp-slimstat' ),
272
+ 'l-el' => __( 'Greek', 'wp-slimstat' ),
273
+ 'l-el-gr' => __( 'Greek (Greece)', 'wp-slimstat' ),
274
+ 'l-en' => __( 'English', 'wp-slimstat' ),
275
+ 'l-en-au' => __( 'English (Australia)', 'wp-slimstat' ),
276
+ 'l-en-bz' => __( 'English (Belize)', 'wp-slimstat' ),
277
+ 'l-en-ca' => __( 'English (Canada)', 'wp-slimstat' ),
278
+ 'l-en-cb' => __( 'English (Caribbean)', 'wp-slimstat' ),
279
+ 'l-en-gb' => __( 'English (United Kingdom)', 'wp-slimstat' ),
280
+ 'l-en-ie' => __( 'English (Ireland)', 'wp-slimstat' ),
281
+ 'l-en-jm' => __( 'English (Jamaica)', 'wp-slimstat' ),
282
+ 'l-en-nz' => __( 'English (New Zealand)', 'wp-slimstat' ),
283
+ 'l-en-ph' => __( 'English (Republic of the Philippines)', 'wp-slimstat' ),
284
+ 'l-en-tt' => __( 'English (Trinidad and Tobago)', 'wp-slimstat' ),
285
+ 'l-en-us' => __( 'English (United States)', 'wp-slimstat' ),
286
+ 'l-en-za' => __( 'English (South Africa)', 'wp-slimstat' ),
287
+ 'l-en-zw' => __( 'English (Zimbabwe)', 'wp-slimstat' ),
288
+ 'l-eo' => __( 'Esperanto', 'wp-slimstat' ),
289
+ 'l-es' => __( 'Spanish', 'wp-slimstat' ),
290
+ 'l-es-ar' => __( 'Spanish (Argentina)', 'wp-slimstat' ),
291
+ 'l-es-bo' => __( 'Spanish (Bolivia)', 'wp-slimstat' ),
292
+ 'l-es-cl' => __( 'Spanish (Chile)', 'wp-slimstat' ),
293
+ 'l-es-co' => __( 'Spanish (Colombia)', 'wp-slimstat' ),
294
+ 'l-es-cr' => __( 'Spanish (Costa Rica)', 'wp-slimstat' ),
295
+ 'l-es-do' => __( 'Spanish (Dominican Republic)', 'wp-slimstat' ),
296
+ 'l-es-ec' => __( 'Spanish (Ecuador)', 'wp-slimstat' ),
297
+ 'l-es-es' => __( 'Spanish (Spain)', 'wp-slimstat' ),
298
+ 'l-es-gt' => __( 'Spanish (Guatemala)', 'wp-slimstat' ),
299
+ 'l-es-hn' => __( 'Spanish (Honduras)', 'wp-slimstat' ),
300
+ 'l-es-mx' => __( 'Spanish (Mexico)', 'wp-slimstat' ),
301
+ 'l-es-ni' => __( 'Spanish (Nicaragua)', 'wp-slimstat' ),
302
+ 'l-es-pa' => __( 'Spanish (Panama)', 'wp-slimstat' ),
303
+ 'l-es-pe' => __( 'Spanish (Peru)', 'wp-slimstat' ),
304
+ 'l-es-pr' => __( 'Spanish (Puerto Rico)', 'wp-slimstat' ),
305
+ 'l-es-py' => __( 'Spanish (Paraguay)', 'wp-slimstat' ),
306
+ 'l-es-sv' => __( 'Spanish (El Salvador)', 'wp-slimstat' ),
307
+ 'l-es-uy' => __( 'Spanish (Uruguay)', 'wp-slimstat' ),
308
+ 'l-es-ve' => __( 'Spanish (Venezuela)', 'wp-slimstat' ),
309
+ 'l-et' => __( 'Estonian', 'wp-slimstat' ),
310
+ 'l-et-ee' => __( 'Estonian (Estonia)', 'wp-slimstat' ),
311
+ 'l-eu' => __( 'Basque', 'wp-slimstat' ),
312
+ 'l-eu-es' => __( 'Basque (Spain)', 'wp-slimstat' ),
313
+ 'l-fa' => __( 'Farsi', 'wp-slimstat' ),
314
+ 'l-fa-ir' => __( 'Farsi (Iran)', 'wp-slimstat' ),
315
+ 'l-fi' => __( 'Finnish', 'wp-slimstat' ),
316
+ 'l-fi-fi' => __( 'Finnish (Finland)', 'wp-slimstat' ),
317
+ 'l-fo' => __( 'Faroese', 'wp-slimstat' ),
318
+ 'l-fo-fo' => __( 'Faroese (Faroe Islands)', 'wp-slimstat' ),
319
+ 'l-fr' => __( 'French', 'wp-slimstat' ),
320
+ 'l-fr-be' => __( 'French (Belgium)', 'wp-slimstat' ),
321
+ 'l-fr-ca' => __( 'French (Canada)', 'wp-slimstat' ),
322
+ 'l-fr-ch' => __( 'French (Switzerland)', 'wp-slimstat' ),
323
+ 'l-fr-fr' => __( 'French (France)', 'wp-slimstat' ),
324
+ 'l-fr-lu' => __( 'French (Luxembourg)', 'wp-slimstat' ),
325
+ 'l-fr-mc' => __( 'French (Principality of Monaco)', 'wp-slimstat' ),
326
+ 'l-gl' => __( 'Galician', 'wp-slimstat' ),
327
+ 'l-gl-es' => __( 'Galician (Spain)', 'wp-slimstat' ),
328
+ 'l-gu' => __( 'Gujarati', 'wp-slimstat' ),
329
+ 'l-gu-in' => __( 'Gujarati (India)', 'wp-slimstat' ),
330
+ 'l-he' => __( 'Hebrew', 'wp-slimstat' ),
331
+ 'l-he-il' => __( 'Hebrew (Israel)', 'wp-slimstat' ),
332
+ 'l-hi' => __( 'Hindi', 'wp-slimstat' ),
333
+ 'l-hi-in' => __( 'Hindi (India)', 'wp-slimstat' ),
334
+ 'l-hr' => __( 'Croatian', 'wp-slimstat' ),
335
+ 'l-hr-ba' => __( 'Croatian (Bosnia and Herzegovina)', 'wp-slimstat' ),
336
+ 'l-hr-hr' => __( 'Croatian (Croatia)', 'wp-slimstat' ),
337
+ 'l-hu' => __( 'Hungarian', 'wp-slimstat' ),
338
+ 'l-hu-hu' => __( 'Hungarian (Hungary)', 'wp-slimstat' ),
339
+ 'l-hy' => __( 'Armenian', 'wp-slimstat' ),
340
+ 'l-hy-am' => __( 'Armenian (Armenia)', 'wp-slimstat' ),
341
+ 'l-id' => __( 'Indonesian', 'wp-slimstat' ),
342
+ 'l-id-id' => __( 'Indonesian (Indonesia)', 'wp-slimstat' ),
343
+ 'l-is' => __( 'Icelandic', 'wp-slimstat' ),
344
+ 'l-is-is' => __( 'Icelandic (Iceland)', 'wp-slimstat' ),
345
+ 'l-it' => __( 'Italian', 'wp-slimstat' ),
346
+ 'l-it-ch' => __( 'Italian (Switzerland)', 'wp-slimstat' ),
347
+ 'l-it-it' => __( 'Italian (Italy)', 'wp-slimstat' ),
348
+ 'l-ja' => __( 'Japanese', 'wp-slimstat' ),
349
+ 'l-ja-jp' => __( 'Japanese (Japan)', 'wp-slimstat' ),
350
+ 'l-ka' => __( 'Georgian', 'wp-slimstat' ),
351
+ 'l-ka-ge' => __( 'Georgian (Georgia)', 'wp-slimstat' ),
352
+ 'l-kk' => __( 'Kazakh', 'wp-slimstat' ),
353
+ 'l-kk-kz' => __( 'Kazakh (Kazakhstan)', 'wp-slimstat' ),
354
+ 'l-kn' => __( 'Kannada', 'wp-slimstat' ),
355
+ 'l-kn-in' => __( 'Kannada (India)', 'wp-slimstat' ),
356
+ 'l-ko' => __( 'Korean', 'wp-slimstat' ),
357
+ 'l-ko-kr' => __( 'Korean (Korea)', 'wp-slimstat' ),
358
+ 'l-kok' => __( 'Konkani', 'wp-slimstat' ),
359
+ 'l-kok-in' => __( 'Konkani (India)', 'wp-slimstat' ),
360
+ 'l-ky' => __( 'Kyrgyz', 'wp-slimstat' ),
361
+ 'l-ky-kg' => __( 'Kyrgyz (Kyrgyzstan)', 'wp-slimstat' ),
362
+ 'l-lt' => __( 'Lithuanian', 'wp-slimstat' ),
363
+ 'l-lt-lt' => __( 'Lithuanian (Lithuania)', 'wp-slimstat' ),
364
+ 'l-lv' => __( 'Latvian', 'wp-slimstat' ),
365
+ 'l-lv-lv' => __( 'Latvian (Latvia)', 'wp-slimstat' ),
366
+ 'l-mi' => __( 'Maori', 'wp-slimstat' ),
367
+ 'l-mi-nz' => __( 'Maori (New Zealand)', 'wp-slimstat' ),
368
+ 'l-mk' => __( 'FYRO Macedonian', 'wp-slimstat' ),
369
+ 'l-mk-ml' => __( 'FYRO Macedonian (Former Yugoslav Republic of Macedonia)', 'wp-slimstat' ),
370
+ 'l-mn' => __( 'Mongolian', 'wp-slimstat' ),
371
+ 'l-mn-mn' => __( 'Mongolian (Mongolia)', 'wp-slimstat' ),
372
+ 'l-mr' => __( 'Marathi', 'wp-slimstat' ),
373
+ 'l-mr-in' => __( 'Marathi (India)', 'wp-slimstat' ),
374
+ 'l-ms' => __( 'Malay', 'wp-slimstat' ),
375
+ 'l-ms-bn' => __( 'Malay (Brunei Darussalam)', 'wp-slimstat' ),
376
+ 'l-ms-my' => __( 'Malay (Malaysia)', 'wp-slimstat' ),
377
+ 'l-mt' => __( 'Maltese', 'wp-slimstat' ),
378
+ 'l-mt-mt' => __( 'Maltese (Malta)', 'wp-slimstat' ),
379
+ 'l-nb' => __( 'Norwegian (Bokm?l)', 'wp-slimstat' ),
380
+ 'l-nb-no' => __( 'Norwegian (Bokm?l) (Norway)', 'wp-slimstat' ),
381
+ 'l-nl' => __( 'Dutch', 'wp-slimstat' ),
382
+ 'l-nl-be' => __( 'Dutch (Belgium)', 'wp-slimstat' ),
383
+ 'l-nl-nl' => __( 'Dutch (Netherlands)', 'wp-slimstat' ),
384
+ 'l-nn-no' => __( 'Norwegian (Nynorsk) (Norway)', 'wp-slimstat' ),
385
+ 'l-ns' => __( 'Northern Sotho', 'wp-slimstat' ),
386
+ 'l-ns-za' => __( 'Northern Sotho (South Africa)', 'wp-slimstat' ),
387
+ 'l-pa' => __( 'Punjabi', 'wp-slimstat' ),
388
+ 'l-pa-in' => __( 'Punjabi (India)', 'wp-slimstat' ),
389
+ 'l-pl' => __( 'Polish', 'wp-slimstat' ),
390
+ 'l-pl-pl' => __( 'Polish (Poland)', 'wp-slimstat' ),
391
+ 'l-ps' => __( 'Pashto', 'wp-slimstat' ),
392
+ 'l-ps-ar' => __( 'Pashto (Afghanistan)', 'wp-slimstat' ),
393
+ 'l-pt' => __( 'Portuguese', 'wp-slimstat' ),
394
+ 'l-pt-br' => __( 'Portuguese (Brazil)', 'wp-slimstat' ),
395
+ 'l-pt-pt' => __( 'Portuguese (Portugal)', 'wp-slimstat' ),
396
+ 'l-qu' => __( 'Quechua', 'wp-slimstat' ),
397
+ 'l-qu-bo' => __( 'Quechua (Bolivia)', 'wp-slimstat' ),
398
+ 'l-qu-ec' => __( 'Quechua (Ecuador)', 'wp-slimstat' ),
399
+ 'l-qu-pe' => __( 'Quechua (Peru)', 'wp-slimstat' ),
400
+ 'l-ro' => __( 'Romanian', 'wp-slimstat' ),
401
+ 'l-ro-ro' => __( 'Romanian (Romania)', 'wp-slimstat' ),
402
+ 'l-ru' => __( 'Russian', 'wp-slimstat' ),
403
+ 'l-ru-ru' => __( 'Russian (Russia)', 'wp-slimstat' ),
404
+ 'l-sa' => __( 'Sanskrit', 'wp-slimstat' ),
405
+ 'l-sa-in' => __( 'Sanskrit (India)', 'wp-slimstat' ),
406
+ 'l-se' => __( 'Sami (Northern)', 'wp-slimstat' ),
407
+ 'l-se-fi' => __( 'Sami (Northern) (Finland)', 'wp-slimstat' ),
408
+ 'l-se-no' => __( 'Sami (Northern) (Norway)', 'wp-slimstat' ),
409
+ 'l-se-se' => __( 'Sami (Northern) (Sweden)', 'wp-slimstat' ),
410
+ 'l-sk' => __( 'Slovak', 'wp-slimstat' ),
411
+ 'l-sk-sk' => __( 'Slovak (Slovakia)', 'wp-slimstat' ),
412
+ 'l-sl' => __( 'Slovenian', 'wp-slimstat' ),
413
+ 'l-sl-si' => __( 'Slovenian (Slovenia)', 'wp-slimstat' ),
414
+ 'l-sq' => __( 'Albanian', 'wp-slimstat' ),
415
+ 'l-sq-al' => __( 'Albanian (Albania)', 'wp-slimstat' ),
416
+ 'l-sr-ba' => __( 'Serbian (Latin) (Bosnia and Herzegovina)', 'wp-slimstat' ),
417
+ 'l-sr-rs' => __( 'Serbian (Serbia and Montenegro)', 'wp-slimstat' ),
418
+ 'l-sr-sp' => __( 'Serbian (Latin) (Serbia and Montenegro)', 'wp-slimstat' ),
419
+ 'l-sv' => __( 'Swedish', 'wp-slimstat' ),
420
+ 'l-sv-fi' => __( 'Swedish (Finland)', 'wp-slimstat' ),
421
+ 'l-sv-se' => __( 'Swedish (Sweden)', 'wp-slimstat' ),
422
+ 'l-sw' => __( 'Swahili', 'wp-slimstat' ),
423
+ 'l-sw-ke' => __( 'Swahili (Kenya)', 'wp-slimstat' ),
424
+ 'l-ta' => __( 'Tamil', 'wp-slimstat' ),
425
+ 'l-ta-in' => __( 'Tamil (India)', 'wp-slimstat' ),
426
+ 'l-te' => __( 'Telugu', 'wp-slimstat' ),
427
+ 'l-te-in' => __( 'Telugu (India)', 'wp-slimstat' ),
428
+ 'l-th' => __( 'Thai', 'wp-slimstat' ),
429
+ 'l-th-th' => __( 'Thai (Thailand)', 'wp-slimstat' ),
430
+ 'l-tl' => __( 'Tagalog', 'wp-slimstat' ),
431
+ 'l-tl-ph' => __( 'Tagalog (Philippines)', 'wp-slimstat' ),
432
+ 'l-tn' => __( 'Tswana', 'wp-slimstat' ),
433
+ 'l-tn-za' => __( 'Tswana (South Africa)', 'wp-slimstat' ),
434
+ 'l-tr' => __( 'Turkish', 'wp-slimstat' ),
435
+ 'l-tr-tr' => __( 'Turkish (Turkey)', 'wp-slimstat' ),
436
+ 'l-tt' => __( 'Tatar', 'wp-slimstat' ),
437
+ 'l-tt-ru' => __( 'Tatar (Russia)', 'wp-slimstat' ),
438
+ 'l-ts' => __( 'Tsonga', 'wp-slimstat' ),
439
+ 'l-uk' => __( 'Ukrainian', 'wp-slimstat' ),
440
+ 'l-uk-ua' => __( 'Ukrainian (Ukraine)', 'wp-slimstat' ),
441
+ 'l-ur' => __( 'Urdu', 'wp-slimstat' ),
442
+ 'l-ur-pk' => __( 'Urdu (Islamic Republic of Pakistan)', 'wp-slimstat' ),
443
+ 'l-uz' => __( 'Uzbek (Latin)', 'wp-slimstat' ),
444
+ 'l-uz-uz' => __( 'Uzbek (Cyrillic) (Uzbekistan)', 'wp-slimstat' ),
445
+ 'l-vi' => __( 'Vietnamese', 'wp-slimstat' ),
446
+ 'l-vi-vn' => __( 'Vietnamese (Viet Nam)', 'wp-slimstat' ),
447
+ 'l-xh' => __( 'Xhosa', 'wp-slimstat' ),
448
+ 'l-xh-za' => __( 'Xhosa (South Africa)', 'wp-slimstat' ),
449
+ 'l-zh' => __( 'Chinese', 'wp-slimstat' ),
450
+ 'l-zh-cn' => __( 'Chinese (S)', 'wp-slimstat' ),
451
+ 'l-zh-hk' => __( 'Chinese (Hong Kong)', 'wp-slimstat' ),
452
+ 'l-zh-mo' => __( 'Chinese (Macau)', 'wp-slimstat' ),
453
+ 'l-zh-sg' => __( 'Chinese (Singapore)', 'wp-slimstat' ),
454
+ 'l-zh-tw' => __( 'Chinese (T)', 'wp-slimstat' ),
455
+ 'l-zu' => __( 'Zulu', 'wp-slimstat' ),
456
+ 'l-zu-za' => __( 'Zulu (South Africa)', 'wp-slimstat' ),
457
+ 'l-' => __( 'Unknown', 'wp-slimstat' ),
458
+ 'l-empty' => __( 'Unknown', 'wp-slimstat' ),
459
+ 'l-xx' => __( 'Unknown', 'wp-slimstat' ),
460
 
461
+ // Operating Systems
462
+ 'aix' => __( 'IBM AIX', 'wp-slimstat' ),
463
+ 'amiga' => __( 'Amiga', 'wp-slimstat' ),
464
+ 'android' => __( 'Android', 'wp-slimstat' ),
465
+ 'beos' => __( 'BeOS', 'wp-slimstat' ),
466
+ 'blackberry os' => __( 'BlackBerry OS', 'wp-slimstat' ),
467
+ 'centos' => __( 'CentOS', 'wp-slimstat' ),
468
+ 'chromeos' => __( 'ChromeOS', 'wp-slimstat' ),
469
+ 'commodore64' => __( 'Commodore 64', 'wp-slimstat' ),
470
+ 'cygwin' => __( 'Cygwin', 'wp-slimstat' ),
471
+ 'debian' => __( 'Debian', 'wp-slimstat' ),
472
+ 'digital unix' => __( 'Digital Unix', 'wp-slimstat' ),
473
+ 'fedora' => __( 'Fedora', 'wp-slimstat' ),
474
+ 'firefoxos' => __( 'Firefox OS', 'wp-slimstat' ),
475
+ 'freebsd' => __( 'FreeBSD', 'wp-slimstat' ),
476
+ 'gentoo' => __( 'Gentoo', 'wp-slimstat' ),
477
+ 'hp-ux' => __( 'HP-UX', 'wp-slimstat' ),
478
+ 'ios' => __( 'iPhone OS', 'wp-slimstat' ),
479
+ 'iphone os' => __( 'iPhone OS', 'wp-slimstat' ),
480
+ 'iphone osx' => __( 'iPhone OS X', 'wp-slimstat' ),
481
+ 'irix' => __( 'SGI / IRIX', 'wp-slimstat' ),
482
+ 'java' => __( 'Java', 'wp-slimstat' ),
483
+ 'kanotix' => __( 'Kanotix Linux', 'wp-slimstat' ),
484
+ 'knoppix' => __( 'Knoppix Linux', 'wp-slimstat' ),
485
+ 'linux' => __( 'Linux Generic', 'wp-slimstat' ),
486
+ 'mac' => __( 'Mac', 'wp-slimstat' ),
487
+ 'mac68k' => __( 'Mac 68k', 'wp-slimstat' ),
488
+ 'macos' => __( 'Mac OS X', 'wp-slimstat' ),
489
+ 'macosx' => __( 'Mac OS X', 'wp-slimstat' ),
490
+ 'macppc' => __( 'Mac PowerPC', 'wp-slimstat' ),
491
+ 'mandrake' => __( 'Mandrake Linux', 'wp-slimstat' ),
492
+ 'mandriva' => __( 'MS-DOS', 'wp-slimstat' ),
493
+ 'mepis' => __( 'MEPIS Linux', 'wp-slimstat' ),
494
+ 'ms-dos' => __( 'MS-DOS', 'wp-slimstat' ),
495
+ 'netbsd' => __( 'NetBSD', 'wp-slimstat' ),
496
+ 'nintendo' => __( 'Nintendo', 'wp-slimstat' ),
497
+ 'openbsd' => __( 'OpenBSD', 'wp-slimstat' ),
498
+ 'openvms' => __( 'OpenVMS', 'wp-slimstat' ),
499
+ 'os/2' => __( 'IBM OS/2', 'wp-slimstat' ),
500
+ 'palm' => __( 'Palm OS', 'wp-slimstat' ),
501
+ 'palmos' => __( 'Palm OS', 'wp-slimstat' ),
502
+ 'pclinuxos' => __( 'PCLinux OS', 'wp-slimstat' ),
503
+ 'playstation' => __( 'Playstation', 'wp-slimstat' ),
504
+ 'powertv' => __( 'PowerTV', 'wp-slimstat' ),
505
+ 'redhat' => __( 'RedHat Linux', 'wp-slimstat' ),
506
+ 'rim os' => __( 'Blackberry', 'wp-slimstat' ),
507
+ 'risc os' => __( 'Risc OS', 'wp-slimstat' ),
508
+ 'slackware' => __( 'Slackware Linux', 'wp-slimstat' ),
509
+ 'solaris' => __( 'Solaris', 'wp-slimstat' ),
510
+ 'sunos' => __( 'Sun OS', 'wp-slimstat' ),
511
+ 'suse' => __( 'SuSE Linux', 'wp-slimstat' ),
512
+ 'symbianos' => __( 'Symbian OS', 'wp-slimstat' ),
513
+ 'ubuntu' => __( 'Java', 'wp-slimstat' ),
514
+ 'unix' => __( 'Unix', 'wp-slimstat' ),
515
+ 'unknown' => __( 'Unknown', 'wp-slimstat' ),
516
+ 'xandros' => __( 'Xandros Linux', 'wp-slimstat' ),
517
+ 'wap' => __( 'WAP', 'wp-slimstat' ),
518
+ 'webos' => __( 'WebOS', 'wp-slimstat' ),
519
+ 'win10' => __( 'Windows 10', 'wp-slimstat' ),
520
+ 'win16' => __( 'Windows 16-bit', 'wp-slimstat' ),
521
+ 'win2000' => __( 'Windows 2000', 'wp-slimstat' ),
522
+ 'win2003' => __( 'Windows 2003', 'wp-slimstat' ),
523
+ 'win31' => __( 'Windows 3.1', 'wp-slimstat' ),
524
+ 'win32' => __( 'Windows 32-bit', 'wp-slimstat' ),
525
+ 'win7' => __( 'Windows 7', 'wp-slimstat' ),
526
+ 'win7' => __( 'Windows 7', 'wp-slimstat' ),
527
+ 'win8' => __( 'Windows 8', 'wp-slimstat' ),
528
+ 'win8.1' => __( 'Windows 8.1', 'wp-slimstat' ),
529
+ 'win95' => __( 'Windows 95', 'wp-slimstat' ),
530
+ 'win98' => __( 'Windows 98', 'wp-slimstat' ),
531
+ 'wince' => __( 'Windows CE', 'wp-slimstat' ),
532
+ 'winme' => __( 'Windows ME', 'wp-slimstat' ),
533
+ 'winnt' => __( 'Windows NT', 'wp-slimstat' ),
534
+ 'winphone7' => __( 'Windows Phone', 'wp-slimstat' ),
535
+ 'winphone7.5' => __( 'Windows Phone', 'wp-slimstat' ),
536
+ 'winphone8' => __( 'Windows Phone', 'wp-slimstat' ),
537
+ 'winphone8.1' => __( 'Windows RT / Runtime', 'wp-slimstat' ),
538
+ 'winrt' => __( 'Windows Phone', 'wp-slimstat' ),
539
+ 'winvista' => __( 'Windows Vista', 'wp-slimstat' ),
540
+ 'winxp' => __( 'Windows XP', 'wp-slimstat' ),
541
+ 'wyderos' => __( 'WyderOS', 'wp-slimstat' ),
542
+ 'zaurus' => __( 'Zaurus WAP', 'wp-slimstat' ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
543
 
544
+ // Operating System Families
545
+ 'p-and' => __( 'Android', 'wp-slimstat' ),
546
+ 'p-bla' => __( 'BlackBerry', 'wp-slimstat' ),
547
+ 'p-chr' => __( 'Chrome OS', 'wp-slimstat' ),
548
+ 'p-fir' => __( 'Fire OS', 'wp-slimstat' ),
549
+ 'p-fre' => __( 'Linux FreeBSD', 'wp-slimstat' ),
550
+ 'p-ios' => __( 'Apple iOS', 'wp-slimstat' ),
551
+ 'p-jav' => __( 'Java-based OS', 'wp-slimstat' ),
552
+ 'p-lin' => __( 'Linux', 'wp-slimstat' ),
553
+ 'p-mac' => __( 'Apple', 'wp-slimstat' ),
554
+ 'p-rim' => __( 'Blackberry', 'wp-slimstat' ),
555
+ 'p-sym' => __( 'Symbian OS', 'wp-slimstat' ),
556
+ 'p-ubu' => __( 'Linux', 'wp-slimstat' ),
557
+ 'p-unk' => __( 'Unknown', 'wp-slimstat' ),
558
+ 'p-win' => __( 'Microsoft', 'wp-slimstat' )
559
+ );
560
+ }
561
+
562
+ public static function get_string( $_code = '' ) {
563
+ $dynamic_strings = slim_i18n::get_dynamic_strings();
564
+
565
+ if ( !isset( $dynamic_strings[ $_code ] ) ) {
566
+ return $_code;
567
+ }
568
+
569
+ return $dynamic_strings[ $_code ];
570
+ }
571
+ }
languages/i18n-v3.php ADDED
@@ -0,0 +1,418 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Yoast I18n module.
4
+ *
5
+ * @package Yoast\I18n-module
6
+ */
7
+
8
+ /**
9
+ * This class defines a promo box and checks your translation site's API for stats about it,
10
+ * then shows them to the user.
11
+ */
12
+ class Yoast_I18n_v3 {
13
+
14
+ /**
15
+ * Your translation site's logo.
16
+ *
17
+ * @var string
18
+ */
19
+ private $glotpress_logo;
20
+
21
+ /**
22
+ * Your translation site's name.
23
+ *
24
+ * @var string
25
+ */
26
+ private $glotpress_name;
27
+
28
+ /**
29
+ * Your translation site's URL.
30
+ *
31
+ * @var string
32
+ */
33
+ private $glotpress_url;
34
+
35
+ /**
36
+ * The URL to actually do the API request to.
37
+ *
38
+ * @var string
39
+ */
40
+ private $api_url;
41
+
42
+ /**
43
+ * Hook where you want to show the promo box.
44
+ *
45
+ * @var string
46
+ */
47
+ private $hook;
48
+
49
+ /**
50
+ * Will contain the site's locale.
51
+ *
52
+ * @access private
53
+ * @var string
54
+ */
55
+ private $locale;
56
+
57
+ /**
58
+ * Will contain the locale's name, obtained from your translation site.
59
+ *
60
+ * @access private
61
+ * @var string
62
+ */
63
+ private $locale_name;
64
+
65
+ /**
66
+ * Will contain the percentage translated for the plugin translation project in the locale.
67
+ *
68
+ * @access private
69
+ * @var int
70
+ */
71
+ private $percent_translated;
72
+
73
+ /**
74
+ * Name of your plugin.
75
+ *
76
+ * @var string
77
+ */
78
+ private $plugin_name;
79
+
80
+ /**
81
+ * Project slug for the project on your translation site.
82
+ *
83
+ * @var string
84
+ */
85
+ private $project_slug;
86
+
87
+ /**
88
+ * URL to point to for registration links.
89
+ *
90
+ * @var string
91
+ */
92
+ private $register_url;
93
+
94
+ /**
95
+ * Your plugins textdomain.
96
+ *
97
+ * @var string
98
+ */
99
+ private $textdomain;
100
+
101
+ /**
102
+ * Indicates whether there's a translation available at all.
103
+ *
104
+ * @access private
105
+ * @var bool
106
+ */
107
+ private $translation_exists;
108
+
109
+ /**
110
+ * Indicates whether the translation's loaded.
111
+ *
112
+ * @access private
113
+ * @var bool
114
+ */
115
+ private $translation_loaded;
116
+
117
+ /**
118
+ * Class constructor.
119
+ *
120
+ * @param array $args Contains the settings for the class.
121
+ * @param bool $show_translation_box Whether the translation box should be shown.
122
+ */
123
+ public function __construct( $args, $show_translation_box = true ) {
124
+ if ( ! is_admin() ) {
125
+ return;
126
+ }
127
+
128
+ $this->locale = $this->get_admin_locale();
129
+
130
+ if ( $this->is_default_language( $this->locale ) ) {
131
+ return;
132
+ }
133
+
134
+ $this->init( $args );
135
+
136
+ if ( $show_translation_box ) {
137
+ add_action( $this->hook, array( $this, 'promo' ) );
138
+ }
139
+ }
140
+
141
+ /**
142
+ * Returns whether the language is en_US.
143
+ *
144
+ * @param string $language The language to check.
145
+ *
146
+ * @return bool Returns true if the language is en_US.
147
+ */
148
+ protected function is_default_language( $language ) {
149
+ return 'en_US' === $language;
150
+ }
151
+
152
+ /**
153
+ * Returns the locale used in the admin.
154
+ *
155
+ * WordPress 4.7 introduced the ability for users to specify an Admin language
156
+ * different from the language used on the front end. This checks if the feature
157
+ * is available and returns the user's language, with a fallback to the site's language.
158
+ * Can be removed when support for WordPress 4.6 will be dropped, in favor
159
+ * of WordPress get_user_locale() that already fallbacks to the site’s locale.
160
+ *
161
+ * @returns string The locale.
162
+ */
163
+ private function get_admin_locale() {
164
+ if ( function_exists( 'get_user_locale' ) ) {
165
+ return get_user_locale();
166
+ }
167
+
168
+ return get_locale();
169
+ }
170
+
171
+ /**
172
+ * This is where you decide where to display the messages and where you set the plugin specific variables.
173
+ *
174
+ * @access private
175
+ *
176
+ * @param array $args Contains the settings for the class.
177
+ */
178
+ private function init( $args ) {
179
+ foreach ( $args as $key => $arg ) {
180
+ $this->$key = $arg;
181
+ }
182
+ }
183
+
184
+ /**
185
+ * Check whether the promo should be hidden or not.
186
+ *
187
+ * @access private
188
+ *
189
+ * @return bool
190
+ */
191
+ private function hide_promo() {
192
+ $hide_promo = get_transient( 'yoast_i18n_' . $this->project_slug . '_promo_hide' );
193
+ if ( ! $hide_promo ) {
194
+ if ( filter_input( INPUT_GET, 'remove_i18n_promo', FILTER_VALIDATE_INT ) === 1 ) {
195
+ // No expiration time, so this would normally not expire, but it wouldn't be copied to other sites etc.
196
+ set_transient( 'yoast_i18n_' . $this->project_slug . '_promo_hide', true );
197
+ $hide_promo = true;
198
+ }
199
+ }
200
+ return $hide_promo;
201
+ }
202
+
203
+ /**
204
+ * Returns the i18n_promo message from the i18n_module. Returns en empty string if the promo shouldn't be shown.
205
+ *
206
+ * @access public
207
+ *
208
+ * @return string The i18n promo message.
209
+ */
210
+ public function get_promo_message() {
211
+ if ( ! $this->is_default_language( $this->locale ) && ! $this->hide_promo() ) {
212
+ return $this->promo_message();
213
+ }
214
+
215
+ return '';
216
+ }
217
+
218
+ /**
219
+ * Generates a promo message.
220
+ *
221
+ * @access private
222
+ *
223
+ * @return bool|string $message
224
+ */
225
+ private function promo_message() {
226
+
227
+ $this->translation_details();
228
+
229
+ $message = false;
230
+
231
+ if ( $this->translation_exists && $this->translation_loaded && $this->percent_translated < 90 ) {
232
+ /* translators: 1: language name; 3: completion percentage; 4: link to translation platform. */
233
+ $message = __( 'As you can see, there is a translation of this plugin in %1$s. This translation is currently %3$d%% complete. We need your help to make it complete and to fix any errors. Please register at %4$s to help complete the translation to %1$s!', $this->textdomain );
234
+ }
235
+ elseif ( ! $this->translation_loaded && $this->translation_exists ) {
236
+ /* translators: 1: language name; 2: plugin name; 3: completion percentage; 4: link to translation platform. */
237
+ $message = __( 'You\'re using WordPress in %1$s. While %2$s has been translated to %1$s for %3$d%%, it\'s not been shipped with the plugin yet. You can help! Register at %4$s to help complete the translation to %1$s!', $this->textdomain );
238
+ }
239
+ elseif ( ! $this->translation_exists ) {
240
+ /* translators: 2: plugin name; 4: link to translation platform. */
241
+ $message = __( 'You\'re using WordPress in a language we don\'t support yet. We\'d love for %2$s to be translated in that language too, but unfortunately, it isn\'t right now. You can change that! Register at %4$s to help translate it!', $this->textdomain );
242
+ }
243
+
244
+ $registration_link = sprintf(
245
+ '<a target="_blank" href="%1$s">%2$s</a>',
246
+ esc_url( $this->register_url ),
247
+ esc_html( $this->glotpress_name )
248
+ );
249
+
250
+ $message = sprintf(
251
+ esc_html( $message ),
252
+ esc_html( $this->locale_name ),
253
+ esc_html( $this->plugin_name ),
254
+ (int) $this->percent_translated,
255
+ $registration_link
256
+ );
257
+
258
+ if ( $message ) {
259
+ $message = '<p>' . $message . '</p><p><a target="_blank" href="' . esc_url( $this->register_url ) . '">' . esc_html__( 'Register now &raquo;', $this->textdomain ) . '</a></p>';
260
+ }
261
+
262
+ return $message;
263
+ }
264
+
265
+ /**
266
+ * Returns a button that can be used to dismiss the i18n-message.
267
+ *
268
+ * @access private
269
+ *
270
+ * @return string
271
+ */
272
+ public function get_dismiss_i18n_message_button() {
273
+ return sprintf(
274
+ /* translators: %1$s is the notification dismissal link start tag, %2$s is the link closing tag. */
275
+ esc_html__( '%1$sPlease don\'t show me this notification anymore%2$s', $this->textdomain ),
276
+ '<a class="button" href="' . esc_url( add_query_arg( array( 'remove_i18n_promo' => '1' ) ) ) . '">',
277
+ '</a>'
278
+ );
279
+ }
280
+
281
+ /**
282
+ * Outputs a promo box.
283
+ *
284
+ * @access public
285
+ */
286
+ public function promo() {
287
+ $message = $this->get_promo_message();
288
+
289
+ if ( $message ) {
290
+ echo '<div id="i18n_promo_box" style="border:1px solid #ccc;background-color:#fff;padding:10px;max-width:650px; overflow: hidden;">';
291
+ echo '<a href="' . esc_url( add_query_arg( array( 'remove_i18n_promo' => '1' ) ) ) . '" style="color:#333;text-decoration:none;font-weight:bold;font-size:16px;border:1px solid #ccc;padding:1px 4px;" class="alignright">X</a>';
292
+
293
+ echo '<div>';
294
+ /* translators: %s: plugin name. */
295
+ echo '<h2>' . sprintf( esc_html__( 'Translation of %s', $this->textdomain ), esc_html( $this->plugin_name ) ) . '</h2>';
296
+ if ( isset( $this->glotpress_logo ) && is_string( $this->glotpress_logo ) && '' !== $this->glotpress_logo ) {
297
+ echo '<a href="' . esc_url( $this->register_url ) . '"><img class="alignright" style="margin:0 5px 5px 5px;max-width:200px;" src="' . esc_url( $this->glotpress_logo ) . '" alt="' . esc_attr( $this->glotpress_name ) . '"/></a>';
298
+ }
299
+ // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- correctly escaped in promo_message() method.
300
+ echo $message;
301
+ echo '</div>';
302
+ echo '</div>';
303
+ }
304
+ }
305
+
306
+ /**
307
+ * Try to find the transient for the translation set or retrieve them.
308
+ *
309
+ * @access private
310
+ *
311
+ * @return object|null
312
+ */
313
+ private function find_or_initialize_translation_details() {
314
+ $set = get_transient( 'yoast_i18n_' . $this->project_slug . '_' . $this->locale );
315
+
316
+ if ( ! $set ) {
317
+ $set = $this->retrieve_translation_details();
318
+ set_transient( 'yoast_i18n_' . $this->project_slug . '_' . $this->locale, $set, DAY_IN_SECONDS );
319
+ }
320
+
321
+ return $set;
322
+ }
323
+
324
+ /**
325
+ * Try to get translation details from cache, otherwise retrieve them, then parse them.
326
+ *
327
+ * @access private
328
+ */
329
+ private function translation_details() {
330
+ $set = $this->find_or_initialize_translation_details();
331
+
332
+ $this->translation_exists = ! is_null( $set );
333
+ $this->translation_loaded = is_textdomain_loaded( $this->textdomain );
334
+
335
+ $this->parse_translation_set( $set );
336
+ }
337
+
338
+ /**
339
+ * The API URL to use when requesting translation information.
340
+ *
341
+ * @param string $api_url The new API URL.
342
+ */
343
+ public function set_api_url( $api_url ) {
344
+ $this->api_url = $api_url;
345
+ }
346
+
347
+ /**
348
+ * Returns the API URL to use when requesting translation information.
349
+ *
350
+ * @return string
351
+ */
352
+ private function get_api_url() {
353
+ if ( empty( $this->api_url ) ) {
354
+ $this->api_url = trailingslashit( $this->glotpress_url ) . 'api/projects/' . $this->project_slug;
355
+ }
356
+
357
+ return $this->api_url;
358
+ }
359
+
360
+ /**
361
+ * Retrieve the translation details from Yoast Translate.
362
+ *
363
+ * @access private
364
+ *
365
+ * @return object|null
366
+ */
367
+ private function retrieve_translation_details() {
368
+ $api_url = $this->get_api_url();
369
+
370
+ $resp = wp_remote_get( $api_url );
371
+ if ( is_wp_error( $resp ) || wp_remote_retrieve_response_code( $resp ) !== 200 ) {
372
+ return null;
373
+ }
374
+ $body = wp_remote_retrieve_body( $resp );
375
+ unset( $resp );
376
+
377
+ if ( $body ) {
378
+ $body = json_decode( $body );
379
+ if ( empty( $body->translation_sets ) ) {
380
+ return null;
381
+ }
382
+ foreach ( $body->translation_sets as $set ) {
383
+ if ( ! property_exists( $set, 'wp_locale' ) ) {
384
+ continue;
385
+ }
386
+
387
+ // For informal and formal locales, we have to complete the locale code by concatenating the slug ('formal' or 'informal') to the xx_XX part.
388
+ if ( $set->slug !== 'default' && strtolower( $this->locale ) === strtolower( $set->wp_locale . '_' . $set->slug ) ) {
389
+ return $set;
390
+ }
391
+
392
+ if ( $this->locale === $set->wp_locale ) {
393
+ return $set;
394
+ }
395
+ }
396
+ }
397
+
398
+ return null;
399
+ }
400
+
401
+ /**
402
+ * Set the needed private variables based on the results from Yoast Translate.
403
+ *
404
+ * @param object $set The translation set.
405
+ *
406
+ * @access private
407
+ */
408
+ private function parse_translation_set( $set ) {
409
+ if ( $this->translation_exists && is_object( $set ) ) {
410
+ $this->locale_name = $set->name;
411
+ $this->percent_translated = $set->percent_translated;
412
+ }
413
+ else {
414
+ $this->locale_name = '';
415
+ $this->percent_translated = '';
416
+ }
417
+ }
418
+ }
languages/i18n-wordpressorg-v3.php ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Yoast I18n module.
4
+ *
5
+ * @package Yoast\I18n-module
6
+ */
7
+
8
+ /**
9
+ * The Yoast i18n module with a connection to WordPress.org.
10
+ */
11
+ class Yoast_I18n_WordPressOrg_v3 {
12
+
13
+ /**
14
+ * The i18n object that presents the user with the notification.
15
+ *
16
+ * @var yoast_i18n_v3
17
+ */
18
+ protected $i18n;
19
+
20
+ /**
21
+ * Constructs the i18n module for wordpress.org.
22
+ *
23
+ * Required fields are the 'textdomain', 'plugin_name' and 'hook'.
24
+ *
25
+ * @param array $args The settings for the i18n module.
26
+ * @param bool $show_translation_box Whether the translation box should be shown.
27
+ */
28
+ public function __construct( $args, $show_translation_box = true ) {
29
+ $args = $this->set_defaults( $args );
30
+
31
+ $this->i18n = new Yoast_I18n_v3( $args, $show_translation_box );
32
+ $this->set_api_url( $args['textdomain'] );
33
+ }
34
+
35
+ /**
36
+ * Returns the i18n_promo message from the i18n_module.
37
+ *
38
+ * @access public
39
+ *
40
+ * @return string The i18n promo message or an empty string if the promo shouldn't be shown.
41
+ */
42
+ public function get_promo_message() {
43
+ return $this->i18n->get_promo_message();
44
+ }
45
+
46
+ /**
47
+ * Returns a button that can be used to dismiss the i18n-message.
48
+ *
49
+ * @access private
50
+ *
51
+ * @return string
52
+ */
53
+ public function get_dismiss_i18n_message_button() {
54
+ return $this->i18n->get_dismiss_i18n_message_button();
55
+ }
56
+
57
+ /**
58
+ * Sets the default values for wordpress.org
59
+ *
60
+ * @param array $args The arguments to set defaults for.
61
+ *
62
+ * @return array The arguments with the arguments set.
63
+ */
64
+ private function set_defaults( $args ) {
65
+
66
+ if ( ! isset( $args['glotpress_logo'] ) ) {
67
+ $args['glotpress_logo'] = 'https://plugins.svn.wordpress.org/' . $args['textdomain'] . '/assets/icon-128x128.png';
68
+ }
69
+
70
+ if ( ! isset( $args['register_url'] ) ) {
71
+ $args['register_url'] = 'https://translate.wordpress.org/projects/wp-plugins/' . $args['textdomain'] . '/';
72
+ }
73
+
74
+ if ( ! isset( $args['glotpress_name'] ) ) {
75
+ $args['glotpress_name'] = 'Translating WordPress';
76
+ }
77
+
78
+ if ( ! isset( $args['project_slug'] ) ) {
79
+ $args['project_slug'] = $args['textdomain'];
80
+ }
81
+
82
+ return $args;
83
+ }
84
+
85
+ /**
86
+ * Set the API URL on the i18n object.
87
+ *
88
+ * @param string $textdomain The textdomain to use for the API URL.
89
+ */
90
+ private function set_api_url( $textdomain ) {
91
+ $this->i18n->set_api_url( 'https://translate.wordpress.org/api/projects/wp-plugins/' . $textdomain . '/stable/' );
92
+ }
93
+ }
languages/wp-slimstat-bel.mo ADDED
Binary file
languages/{wp-slimstat-by_BY.po → wp-slimstat-bel.po} RENAMED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
- "POT-Creation-Date: 2019-04-26 13:31-0400\n"
7
- "PO-Revision-Date: 2019-04-26 13:31-0400\n"
8
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
9
  "Language-Team: Natasha\n"
10
  "Language: be\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
- "X-Generator: Poedit 2.2.1\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: _e;__\n"
19
  "X-Poedit-SearchPath-0: ..\n"
@@ -195,13 +195,13 @@ msgstr ""
195
  "зададзеным часовым дыяпазоне."
196
 
197
  #: ../admin/config/index.php:98 ../admin/view/wp-slimstat-db.php:115
198
- #: ../admin/view/wp-slimstat-db.php:906 ../admin/view/wp-slimstat-db.php:1157
199
- #: ../admin/view/wp-slimstat-db.php:1163 ../admin/view/wp-slimstat-db.php:1169
200
- #: ../admin/view/wp-slimstat-db.php:1175 ../admin/view/wp-slimstat-db.php:1181
201
- #: ../admin/view/wp-slimstat-db.php:1187 ../admin/view/wp-slimstat-db.php:1193
202
- #: ../admin/view/wp-slimstat-reports.php:1174
203
- #: ../admin/view/wp-slimstat-reports.php:1178
204
- #: ../admin/view/wp-slimstat-reports.php:1381
205
  msgid "Hits"
206
  msgstr "колькасць праглядаў"
207
 
@@ -261,7 +261,7 @@ msgstr ""
261
  "адпаведнасці з варыянтам тут ніжэй."
262
 
263
  #: ../admin/config/index.php:102 ../admin/view/wp-slimstat-db.php:102
264
- #: ../admin/view/wp-slimstat-db.php:691
265
  msgid "days"
266
  msgstr "дні"
267
 
@@ -486,7 +486,7 @@ msgstr ""
486
  "Колькі секунд была апошняя сесія чалавека? Google Analytics ўсталёўвае яго "
487
  "да 1800 секунд."
488
 
489
- #: ../admin/config/index.php:126 ../admin/config/index.php:190
490
  msgid "seconds"
491
  msgstr "хвілін"
492
 
@@ -816,7 +816,7 @@ msgid ""
816
  "content type matches the ones you set here below."
817
  msgstr ""
818
 
819
- #: ../admin/config/index.php:170 ../admin/config/index.php:207
820
  msgid "Reports"
821
  msgstr "паведамленне"
822
 
@@ -928,27 +928,19 @@ msgstr ""
928
  "знiжае нагрузку на сервер, што дазваляе пазбегнуць праблем з памяццю і "
929
  "праблемы з прадукцыйнасцю."
930
 
931
- #: ../admin/config/index.php:183
932
- msgid "Expand Details"
933
- msgstr "разгарнуць падрабязна"
934
-
935
- #: ../admin/config/index.php:183
936
- msgid "Expand each row's details by default, insted of on mousehover."
937
- msgstr "Разгарніце дэталі кожнага радка па змаўчанні, замест mousehover."
938
-
939
- #: ../admin/config/index.php:184 ../admin/config/index.php:191
940
  msgid "Rows to Display"
941
  msgstr "Шэрагі для адлюстравання"
942
 
943
- #: ../admin/config/index.php:184
944
  msgid "Specify the number of items in each report."
945
  msgstr "Пакажыце колькасць элементаў у кожным справаздачы."
946
 
947
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:127
948
  msgid "Max Results"
949
  msgstr "Максімальную колькасць вынікаў"
950
 
951
- #: ../admin/config/index.php:185
952
  msgid ""
953
  "Decide how many records should be retrieved from the database in total. "
954
  "Depending on your server configuration, you may want to fine tune this value "
@@ -958,11 +950,11 @@ msgstr ""
958
  "ад канфігурацыі сервера, вы можаце дакладна наладзіць гэта значэнне, каб "
959
  "пазбегнуць перавышэння ліміту PHP памяці."
960
 
961
- #: ../admin/config/index.php:186
962
  msgid "IP Lookup"
963
  msgstr "Шукаць IP"
964
 
965
- #: ../admin/config/index.php:186
966
  #, fuzzy
967
  #| msgid "Customize the Geolocation service to be used in the reports."
968
  msgid ""
@@ -970,54 +962,54 @@ msgid ""
970
  "<code>https://www.infosniper.net/?ip_address=</code>"
971
  msgstr "Налада службы геалакацыі, якая будзе выкарыстоўвацца ў справаздачах."
972
 
973
- #: ../admin/config/index.php:187
974
  msgid "Comparison Chart"
975
  msgstr ""
976
 
977
- #: ../admin/config/index.php:187
978
  msgid ""
979
  "Disable this option if you find the four line charts confusing, and prefer "
980
  "seeing only the selected time range."
981
  msgstr ""
982
 
983
- #: ../admin/config/index.php:189
984
  msgid "Access Log and World Map"
985
  msgstr ""
986
 
987
- #: ../admin/config/index.php:190
988
  msgid "Auto Refresh"
989
  msgstr ""
990
 
991
- #: ../admin/config/index.php:190
992
  msgid ""
993
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
994
  "<strong>0</strong> (number zero) to deactivate this feature."
995
  msgstr ""
996
 
997
- #: ../admin/config/index.php:191
998
  msgid "Specify the number of items in the Access Log."
999
  msgstr ""
1000
 
1001
- #: ../admin/config/index.php:192
1002
  msgid "Map Data Points"
1003
  msgstr ""
1004
 
1005
- #: ../admin/config/index.php:192
1006
  msgid ""
1007
  "Customize the maximum number of dots displayed on the world map. Please note "
1008
  "that large numbers might increase the amount of time needed to render the "
1009
  "map."
1010
  msgstr ""
1011
 
1012
- #: ../admin/config/index.php:194
1013
  msgid "Miscellaneous"
1014
  msgstr "разнастайны"
1015
 
1016
- #: ../admin/config/index.php:195
1017
  msgid "Custom CSS"
1018
  msgstr "прыстасаваныя CSS"
1019
 
1020
- #: ../admin/config/index.php:195
1021
  msgid ""
1022
  "Paste here your custom stylesheet to personalize the way your reports look. "
1023
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -1032,11 +1024,11 @@ msgstr ""
1032
  "a> для атрымання дадатковай інфармацыі аб тым, як выкарыстоўваць гэты "
1033
  "параметр."
1034
 
1035
- #: ../admin/config/index.php:196
1036
  msgid "Chart Colors"
1037
  msgstr "Колер дыяграмы"
1038
 
1039
- #: ../admin/config/index.php:196
1040
  #, fuzzy
1041
  msgid ""
1042
  "Customize the look and feel of your charts by assigning personalized colors "
@@ -1050,11 +1042,11 @@ msgstr ""
1050
  "metric 2 current. Прыклад формы: <код> #ccc, # 999, # bbcc44, # 21759b </ "
1051
  "код>."
1052
 
1053
- #: ../admin/config/index.php:197
1054
  msgid "Mozscape Access ID"
1055
  msgstr "Mozscape ідэнтыфікатар доступу"
1056
 
1057
- #: ../admin/config/index.php:197
1058
  msgid ""
1059
  "Get accurate rankings for your website through the free <a href=\"https://"
1060
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
@@ -1067,11 +1059,11 @@ msgstr ""
1067
  "супольнасці, каб пачаць працу. Затым увядзіце свой персанальны "
1068
  "ідэнтыфікацыйны код тут."
1069
 
1070
- #: ../admin/config/index.php:198
1071
  msgid "Mozscape Secret Key"
1072
  msgstr "Mozscape сакрэтны ключ"
1073
 
1074
- #: ../admin/config/index.php:198
1075
  msgid ""
1076
  "Do not share your secret key with anyone or they will be able to make API "
1077
  "requests on your account!"
@@ -1079,11 +1071,11 @@ msgstr ""
1079
  "Не паведамляйце свой сакрэтны ключ з кім-небудзь, ці яны змогуць рабіць API "
1080
  "запыты на свой рахунак!"
1081
 
1082
- #: ../admin/config/index.php:199
1083
  msgid "Show User Agent"
1084
  msgstr "Паказаць Агента карыстальніка"
1085
 
1086
- #: ../admin/config/index.php:199
1087
  #, fuzzy
1088
  #| msgid ""
1089
  #| "Choose if you want to see the browser name or a complete user agent "
@@ -1095,11 +1087,11 @@ msgstr ""
1095
  "Выберыце, калі вы хочаце, каб убачыць назву браўзэра або поўную радок агента "
1096
  "карыстальніка пры навядзенні курсора мышы на абразкі браўзэра."
1097
 
1098
- #: ../admin/config/index.php:200
1099
  msgid "Enable SOV"
1100
  msgstr "Уключыць SOV"
1101
 
1102
- #: ../admin/config/index.php:200
1103
  msgid ""
1104
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
1105
  "the subject, object, and verb of a sentence appear in that order, like in "
@@ -1109,15 +1101,15 @@ msgstr ""
1109
  "той, у якім суб'ект, аб'ект, і дзеяслоў у прыкладзе з'яўляюцца ў такім "
1110
  "парадку, як і на японскай мове."
1111
 
1112
- #: ../admin/config/index.php:205
1113
  msgid "Access Control"
1114
  msgstr "Кіраванне доступам"
1115
 
1116
- #: ../admin/config/index.php:208
1117
  msgid "Restrict Authors"
1118
  msgstr "апошні аўтар"
1119
 
1120
- #: ../admin/config/index.php:208
1121
  msgid ""
1122
  "Enable this option if you want your authors to only see stats related to "
1123
  "their own content."
@@ -1125,12 +1117,12 @@ msgstr ""
1125
  "Уключыце гэтую опцыю, калі вы хочаце, каб вашы аўтары бачыць толькі "
1126
  "статыстыку, звязаныя з іх уласным зместам."
1127
 
1128
- #: ../admin/config/index.php:209 ../admin/config/index.php:213
1129
- #: ../admin/config/index.php:217
1130
  msgid "Capability"
1131
  msgstr "магчымасць"
1132
 
1133
- #: ../admin/config/index.php:209
1134
  #, fuzzy
1135
  #| msgid ""
1136
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1140,12 +1132,12 @@ msgstr "магчымасць"
1140
  #| "to the reports, unless a 'Read access' whitelist has been specified here "
1141
  #| "below. In this case, the list has precedence over the capability."
1142
  msgid ""
1143
- "Specify the minimum <a href='https://codex.wordpress.org/"
1144
- "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
1145
- "reports (default: <code>activate_plugins</code>). If this field is empty, "
1146
- "<strong>all your users</strong> (including subscribers) will have access to "
1147
- "the reports, unless a 'Read access' whitelist has been specified here below. "
1148
- "In this case, the list has precedence over the capability."
1149
  msgstr ""
1150
  "Пакажыце мінімальныя <a href='http://codex.wordpress.org/"
1151
  "Roles_and_Capabilities' target='_new'>capability</a> , неабходныя для "
@@ -1155,12 +1147,12 @@ msgstr ""
1155
  "\" белы спіс не быў паказаны тут ніжэй. У гэтым выпадку спіс мае прыярытэт "
1156
  "над магчымасцямі."
1157
 
1158
- #: ../admin/config/index.php:210 ../admin/config/index.php:214
1159
- #: ../admin/config/index.php:218
1160
  msgid "Whitelist"
1161
  msgstr "белы ліст"
1162
 
1163
- #: ../admin/config/index.php:210
1164
  #, fuzzy
1165
  msgid ""
1166
  "List all the users who should have access to the reports. Administrators are "
@@ -1171,13 +1163,13 @@ msgstr ""
1171
  "коскамі. Адміністратары няяўна дапускаецца, так што вам не трэба пералічваць "
1172
  "іх тут. Usernames адчувальныя да рэгістра."
1173
 
1174
- #: ../admin/config/index.php:212
1175
  #, fuzzy
1176
  #| msgid "Customize"
1177
  msgid "Customizer"
1178
  msgstr "Наладзіць"
1179
 
1180
- #: ../admin/config/index.php:213
1181
  #, fuzzy
1182
  #| msgid ""
1183
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1186,10 +1178,10 @@ msgstr "Наладзіць"
1186
  #| "whitelist here below can be used to override this option for specific "
1187
  #| "users."
1188
  msgid ""
1189
- "Specify the minimum <a href='https://codex.wordpress.org/"
1190
- "Roles_and_Capabilities' target='_new'>capability</a> needed to be able to "
1191
- "customize the reports layout (default: <code>activate_plugins</code>). If "
1192
- "this field is empty, your users will be permitted to use this features."
1193
  msgstr ""
1194
  "Пакажыце мінімальныя <a href='http://codex.wordpress.org/"
1195
  "Roles_and_Capabilities' target='_new'>capability</a>, неабходныя для налады "
@@ -1197,7 +1189,7 @@ msgstr ""
1197
  "можа быць выкарыстаны, каб перавызначыць гэты параметр для канкрэтных "
1198
  "карыстальнікаў."
1199
 
1200
- #: ../admin/config/index.php:214
1201
  #, fuzzy
1202
  msgid ""
1203
  "List all the users who should be allowed to customize their report layout. "
@@ -1208,13 +1200,13 @@ msgstr ""
1208
  "коскамі. Адміністратары няяўна дапускаецца, так што вам не трэба пералічваць "
1209
  "іх тут. Usernames адчувальныя да рэгістра."
1210
 
1211
- #: ../admin/config/index.php:216 ../admin/config/index.php:244
1212
- #: ../admin/wp-slimstat-admin.php:643 ../admin/wp-slimstat-admin.php:689
1213
- #: ../admin/wp-slimstat-admin.php:692
1214
  msgid "Settings"
1215
  msgstr "налады"
1216
 
1217
- #: ../admin/config/index.php:217
1218
  #, fuzzy
1219
  #| msgid ""
1220
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1223,10 +1215,10 @@ msgstr "налады"
1223
  #| "whitelist here below can be used to override this option for specific "
1224
  #| "users."
1225
  msgid ""
1226
- "Specify the minimum <a href='https://codex.wordpress.org/"
1227
- "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1228
- "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1229
- "can be used to override this option for specific users."
1230
  msgstr ""
1231
  "Пакажыце мінімальныя <a href='http://codex.wordpress.org/"
1232
  "Roles_and_Capabilities' target='_new'>capability</a>, неабходныя для налады "
@@ -1234,7 +1226,7 @@ msgstr ""
1234
  "можа быць выкарыстаны, каб перавызначыць гэты параметр для канкрэтных "
1235
  "карыстальнікаў."
1236
 
1237
- #: ../admin/config/index.php:218
1238
  #, fuzzy
1239
  msgid ""
1240
  "List all the users who can edit these options. Please be advised that admins "
@@ -1246,15 +1238,15 @@ msgstr ""
1246
  "дазволены, так што не забудзьцеся ўключыць сябе! Usernames адчувальныя да "
1247
  "рэгістра."
1248
 
1249
- #: ../admin/config/index.php:220
1250
  msgid "Rest API"
1251
  msgstr ""
1252
 
1253
- #: ../admin/config/index.php:221
1254
  msgid "Tokens"
1255
  msgstr ""
1256
 
1257
- #: ../admin/config/index.php:221
1258
  msgid ""
1259
  "In order to send requests to <a href='https://slimstat.freshdesk.com/support/"
1260
  "solutions/articles/12000033661-slimstat-rest-api' target='_blank'>the "
@@ -1267,16 +1259,16 @@ msgid ""
1267
  "tokens."
1268
  msgstr ""
1269
 
1270
- #: ../admin/config/index.php:226
1271
  msgid "Maintenance"
1272
  msgstr "тэхнічнае абслугоўванне"
1273
 
1274
- #: ../admin/config/index.php:231 ../admin/view/addons.php:35
1275
  #: ../admin/wp-slimstat-admin.php:62
1276
  msgid "Add-ons"
1277
  msgstr "Дапаўненні"
1278
 
1279
- #: ../admin/config/index.php:245 ../admin/view/index.php:6
1280
  msgid ""
1281
  "<strong>AdBlock browser extension detected</strong> - If you see this "
1282
  "notice, it means that your browser is not loading our stylesheet and/or "
@@ -1620,7 +1612,8 @@ msgstr ""
1620
  "каб уключыць гэтую функцыю."
1621
 
1622
  #: ../admin/config/maintenance.php:291
1623
- msgid "Your data file was last downloaded on"
 
1624
  msgstr ""
1625
 
1626
  #: ../admin/config/maintenance.php:299
@@ -1781,11 +1774,11 @@ msgstr "Версія"
1781
  msgid "Load"
1782
  msgstr "загрузка"
1783
 
1784
- #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:888
1785
  msgid "Today"
1786
  msgstr "Сёння"
1787
 
1788
- #: ../admin/view/index.php:62 ../admin/view/wp-slimstat-db.php:891
1789
  msgid "Yesterday"
1790
  msgstr "Учора"
1791
 
@@ -1795,19 +1788,19 @@ msgstr "За апошнія 7 дзён"
1795
 
1796
  #: ../admin/view/index.php:64
1797
  #, fuzzy
1798
- #| msgid "Last 60 Days"
1799
- msgid "Last 30 Days"
1800
- msgstr "За апошнія 60 дзён"
1801
 
1802
  #: ../admin/view/index.php:65
1803
- msgid "Last 90 Days"
1804
- msgstr "За апошнія 90 дзён"
1805
 
1806
  #: ../admin/view/index.php:66
1807
  #, fuzzy
1808
- #| msgid "Last 60 Days"
1809
- msgid "Last 365 Days"
1810
- msgstr "За апошнія 60 дзён"
1811
 
1812
  #: ../admin/view/index.php:69
1813
  msgid "Date Range"
@@ -1920,7 +1913,7 @@ msgid ""
1920
  "corresponding report is currently hidden (Screen Options tab)."
1921
  msgstr ""
1922
 
1923
- #: ../admin/view/layout.php:69 ../admin/view/wp-slimstat-reports.php:1752
1924
  msgid "Reset All"
1925
  msgstr "Скінуць ўсе"
1926
 
@@ -1952,96 +1945,91 @@ msgstr "мабільныя прылады"
1952
  msgid "Syndication Reader"
1953
  msgstr "Чытач сіндыкацыі"
1954
 
1955
- #: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1030
1956
- #: ../admin/view/wp-slimstat-reports.php:1238
1957
- #: ../admin/view/wp-slimstat-reports.php:1360
1958
- #: ../admin/view/wp-slimstat-reports.php:1405
1959
  msgid "No data to display"
1960
  msgstr "Няма дадзеных для адлюстравання"
1961
 
1962
- #: ../admin/view/right-now.php:112
1963
  msgid "Date and Time"
1964
  msgstr "Дата і час"
1965
 
1966
- #: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-reports.php:1082
1967
- #: ../admin/view/wp-slimstat-reports.php:1608 ../wp-slimstat.php:1451
1968
- msgid "c-"
1969
- msgstr ""
1970
-
1971
- #: ../admin/view/right-now.php:181 ../admin/view/wp-slimstat-db.php:60
1972
- #: ../admin/wp-slimstat-admin.php:1148 ../admin/wp-slimstat-admin.php:1188
1973
  msgid "Originating IP"
1974
  msgstr "ініцыявальны IP"
1975
 
1976
- #: ../admin/view/right-now.php:222 ../admin/view/wp-slimstat-reports.php:1189
1977
- #: ../admin/view/wp-slimstat-reports.php:1194
1978
- #: ../admin/view/wp-slimstat-reports.php:1199
1979
- #: ../admin/view/wp-slimstat-reports.php:1423
1980
  msgid "Open this URL in a new window"
1981
  msgstr "Адкрыць URL у новым акне"
1982
 
1983
- #: ../admin/view/right-now.php:234
1984
  msgid "Local search results page"
1985
  msgstr " Лакальны пошук вынікаў старонкі"
1986
 
1987
- #: ../admin/view/right-now.php:243 ../admin/view/wp-slimstat-db.php:40
1988
  #: ../admin/view/wp-slimstat-reports.php:209
1989
  #: ../admin/view/wp-slimstat-reports.php:219
1990
- #: ../admin/wp-slimstat-admin.php:1151 ../admin/wp-slimstat-admin.php:1167
1991
  msgid "Search Terms"
1992
  msgstr "Умовы пошуку"
1993
 
1994
- #: ../admin/view/right-now.php:255
1995
  msgid "Server Latency and Page Speed in milliseconds"
1996
  msgstr "Затрымка сервера і хуткасць старонкі ў мілісекундах"
1997
 
1998
- #: ../admin/view/right-now.php:255
1999
  msgid "SL"
2000
  msgstr ""
2001
 
2002
- #: ../admin/view/right-now.php:255
2003
  msgid "PS"
2004
  msgstr ""
2005
 
2006
- #: ../admin/view/right-now.php:262
2007
  msgid "Time spent on this page"
2008
  msgstr "Час затрачаны на гэтую старонку"
2009
 
2010
- #: ../admin/view/right-now.php:278
2011
  #, fuzzy
2012
  #| msgid "Unique Referrers"
2013
  msgid "Invalid Referrer"
2014
  msgstr "унікальныя рэферэрам"
2015
 
2016
- #: ../admin/view/right-now.php:279
2017
  msgid "Open this referrer in a new window"
2018
  msgstr "Адкрыць рэферэрам у новым акне"
2019
 
2020
- #: ../admin/view/right-now.php:280
2021
  msgid "Content Type"
2022
  msgstr "тып змесціва"
2023
 
2024
- #: ../admin/view/right-now.php:287
2025
  msgid "Open this outbound link in a new window"
2026
  msgstr "Адкрыць выходную спасылку ў новым акне"
2027
 
2028
- #: ../admin/view/right-now.php:295
2029
  msgid "Delete this entry from the database"
2030
  msgstr ""
2031
 
2032
- #: ../admin/view/right-now.php:307
2033
  msgid "User Logged In"
2034
  msgstr "Карыстальніцкi уваход у сістэму"
2035
 
2036
- #: ../admin/view/right-now.php:317
2037
  msgid "User Logged Out"
2038
  msgstr "Карыстальнiцкi выхад з сiстэмы"
2039
 
2040
- #: ../admin/view/wp-slimstat-db.php:37 ../admin/wp-slimstat-admin.php:1164
2041
  msgid "Browser"
2042
  msgstr "Браўзер"
2043
 
2044
- #: ../admin/view/wp-slimstat-db.php:38 ../admin/wp-slimstat-admin.php:1165
2045
  msgid "Country Code"
2046
  msgstr "код краіны"
2047
 
@@ -2049,22 +2037,22 @@ msgstr "код краіны"
2049
  msgid "IP Address"
2050
  msgstr "IP адрас"
2051
 
2052
- #: ../admin/view/wp-slimstat-db.php:41 ../admin/wp-slimstat-admin.php:1168
2053
  msgid "Language Code"
2054
  msgstr "Код мовы"
2055
 
2056
  #: ../admin/view/wp-slimstat-db.php:42 ../admin/view/wp-slimstat-db.php:110
2057
- #: ../admin/wp-slimstat-admin.php:1169
2058
  msgid "Operating System"
2059
  msgstr "Аперацыйная сістэма"
2060
 
2061
  #: ../admin/view/wp-slimstat-db.php:43 ../admin/view/wp-slimstat-db.php:111
2062
- #: ../admin/wp-slimstat-admin.php:1170
2063
  msgid "Permalink"
2064
  msgstr "пастаянная спасылка"
2065
 
2066
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:112
2067
- #: ../admin/wp-slimstat-admin.php:1171
2068
  msgid "Referer"
2069
  msgstr "звярнуцца да таго, хто здзяйсняе дзеянне"
2070
 
@@ -2072,37 +2060,38 @@ msgstr "звярнуцца да таго, хто здзяйсняе дзеянн
2072
  msgid "Visitor's Username"
2073
  msgstr "Імя наведвальніка"
2074
 
2075
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:1154
 
 
 
 
 
 
2076
  msgid "Outbound Link"
2077
  msgstr "Выхадная спасылка"
2078
 
2079
- #: ../admin/view/wp-slimstat-db.php:47
2080
  msgid "Page Speed"
2081
  msgstr "Хуткасць загрузкі старонкі"
2082
 
2083
- #: ../admin/view/wp-slimstat-db.php:49
2084
  msgid "-- Advanced filters --"
2085
  msgstr "Дадатковыя фільтры"
2086
 
2087
- #: ../admin/view/wp-slimstat-db.php:50
2088
- #: ../admin/view/wp-slimstat-reports.php:339
2089
- msgid "Browser Capabilities"
2090
- msgstr "магчымасці браўзэраў"
2091
-
2092
- #: ../admin/view/wp-slimstat-db.php:51 ../admin/wp-slimstat-admin.php:1183
2093
  msgid "Browser Version"
2094
  msgstr "версія браўзэра"
2095
 
2096
- #: ../admin/view/wp-slimstat-db.php:52 ../admin/wp-slimstat-admin.php:1184
2097
  msgid "Browser Type"
2098
  msgstr "тып браўзэра"
2099
 
2100
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1153
2101
  msgid "User Agent"
2102
  msgstr "агент карыстальніка"
2103
 
2104
  #: ../admin/view/wp-slimstat-db.php:55
2105
- #: ../admin/view/wp-slimstat-reports.php:1378
2106
  msgid "Coordinates"
2107
  msgstr "каардынаты"
2108
 
@@ -2114,15 +2103,15 @@ msgstr "анатацыі"
2114
  msgid "Server Latency"
2115
  msgstr "затрымка сервера"
2116
 
2117
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1186
2118
  msgid "Post Author"
2119
  msgstr "пост аўтара"
2120
 
2121
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1187
2122
  msgid "Post Category ID"
2123
  msgstr "пост катэгорыі ID"
2124
 
2125
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1189
2126
  msgid "Resource Content Type"
2127
  msgstr "тып кантэнту рэсурсу"
2128
 
@@ -2142,7 +2131,7 @@ msgstr "вышыня экрана"
2142
  msgid "Viewport Size"
2143
  msgstr "дэманстрацыйнае акно экрана"
2144
 
2145
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1191
2146
  msgid "Visit ID"
2147
  msgstr "наведванне ID"
2148
 
@@ -2201,7 +2190,7 @@ msgid "Event ID"
2201
  msgstr "ID падзеі"
2202
 
2203
  #: ../admin/view/wp-slimstat-db.php:123
2204
- #: ../admin/view/wp-slimstat-reports.php:1374
2205
  msgid "Type"
2206
  msgstr "тып"
2207
 
@@ -2217,61 +2206,61 @@ msgstr "Каардынаты для правядзення мерапрыемс
2217
  msgid "Offset"
2218
  msgstr "кампенсаваць, узнагароджваць"
2219
 
2220
- #: ../admin/view/wp-slimstat-db.php:674
2221
  msgid "Dataset Size"
2222
  msgstr "Памер набора дадзеных"
2223
 
2224
- #: ../admin/view/wp-slimstat-db.php:676
2225
  msgid "Total number of records stored in the database."
2226
  msgstr "Агульная колькасць запісаў, якія захоўваюцца ў базе дадзеных."
2227
 
2228
- #: ../admin/view/wp-slimstat-db.php:678
2229
  msgid "DB Size"
2230
  msgstr "Памер набора дадзеных"
2231
 
2232
- #: ../admin/view/wp-slimstat-db.php:681
2233
  msgid "Tracking Enabled"
2234
  msgstr "Уключыць адсочванне"
2235
 
2236
- #: ../admin/view/wp-slimstat-db.php:684
2237
  msgid "Javascript Mode"
2238
  msgstr "Асінхронны рэжым"
2239
 
2240
- #: ../admin/view/wp-slimstat-db.php:687
2241
  msgid "Tracking Browser Caps"
2242
  msgstr "адсочваць заглушку браўзэра"
2243
 
2244
- #: ../admin/view/wp-slimstat-db.php:690
2245
  msgid "Auto purge"
2246
  msgstr "аўтаматычная чыстка"
2247
 
2248
- #: ../admin/view/wp-slimstat-db.php:691 ../admin/wp-slimstat-admin.php:1008
2249
  msgid "Off"
2250
  msgstr "выключана"
2251
 
2252
- #: ../admin/view/wp-slimstat-db.php:693
2253
  msgid "Oldest pageview"
2254
  msgstr "Старыя старонкi"
2255
 
2256
- #: ../admin/view/wp-slimstat-db.php:694
2257
  msgid "No visits"
2258
  msgstr "няма наведвання"
2259
 
2260
- #: ../admin/view/wp-slimstat-db.php:696
2261
  msgid "Geolocation"
2262
  msgstr "Геалакацыя"
2263
 
2264
- #: ../admin/view/wp-slimstat-db.php:698
2265
  msgid "Date when the MaxMind Geolocation database was last updated."
2266
  msgstr "Дата, калі база дадзеных MaxMind Geolocation была абнаўленна."
2267
 
2268
- #: ../admin/view/wp-slimstat-db.php:866 ../admin/view/wp-slimstat-db.php:1114
2269
  #: ../admin/view/wp-slimstat-reports.php:45
2270
  #: ../admin/view/wp-slimstat-reports.php:54
2271
  msgid "Pageviews"
2272
  msgstr "прагляд старонкі"
2273
 
2274
- #: ../admin/view/wp-slimstat-db.php:868 ../admin/view/wp-slimstat-db.php:1116
2275
  msgid ""
2276
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2277
  "the tracking code is executed."
@@ -2279,15 +2268,15 @@ msgstr ""
2279
  "Запыт на загрузку аднаго файла HTML. Slimstat рэгіструе \"прагляд старонкі"
2280
  "\" кожны раз, калі выконваецца код адсочвання."
2281
 
2282
- #: ../admin/view/wp-slimstat-db.php:870
2283
  msgid "Days in Range"
2284
  msgstr "Дні ў дыяпазоне"
2285
 
2286
- #: ../admin/view/wp-slimstat-db.php:873
2287
  msgid "Average Daily Pageviews"
2288
  msgstr "Сярэдняя колькасць прагляду старонак"
2289
 
2290
- #: ../admin/view/wp-slimstat-db.php:875
2291
  msgid ""
2292
  "How many pages have been visited on average every day during the current "
2293
  "period."
@@ -2295,11 +2284,11 @@ msgstr ""
2295
  "Колькі старонак былі наведаны у сярэднім кожны дзень на працягу бягучага "
2296
  "перыяду."
2297
 
2298
- #: ../admin/view/wp-slimstat-db.php:877
2299
  msgid "From Search Results"
2300
  msgstr "З вынікаў пошуку"
2301
 
2302
- #: ../admin/view/wp-slimstat-db.php:879
2303
  msgid ""
2304
  "Visitors who landed on your site after searching for a keyword on Google, "
2305
  "Yahoo, etc."
@@ -2307,14 +2296,14 @@ msgstr ""
2307
  "Наведвальнікі, якія прыйшлi на ваш сайт пасля пошуку па ключавым слове у "
2308
  "Google, Yahoo і г.д."
2309
 
2310
- #: ../admin/view/wp-slimstat-db.php:881 ../admin/view/wp-slimstat-db.php:1227
2311
  #: ../admin/view/wp-slimstat-reports.php:55
2312
  #: ../admin/view/wp-slimstat-reports.php:252
2313
  #: ../admin/view/wp-slimstat-reports.php:493
2314
  msgid "Unique IPs"
2315
  msgstr "Унікальныя IP-адрасы"
2316
 
2317
- #: ../admin/view/wp-slimstat-db.php:883
2318
  msgid ""
2319
  "Used to differentiate between multiple requests to download a file from one "
2320
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2323,15 +2312,15 @@ msgstr ""
2323
  "аднаго інтэрнэт-адрасы (IP) і запытаў, якія адбываюцца з многіх розных "
2324
  "адрасоў"
2325
 
2326
- #: ../admin/view/wp-slimstat-db.php:885
2327
  msgid "Last 30 minutes"
2328
  msgstr "Апошнiя 30 хвiлiн"
2329
 
2330
- #: ../admin/view/wp-slimstat-db.php:1118
2331
  msgid "Unique Referrers"
2332
  msgstr "унікальныя рэферэрам"
2333
 
2334
- #: ../admin/view/wp-slimstat-db.php:1120
2335
  msgid ""
2336
  "A referrer (or referring site) is the site that a visitor previously visited "
2337
  "before following a link to your site."
@@ -2339,11 +2328,11 @@ msgstr ""
2339
  "Рэферэрам з'яўляецца сайт, які наведвальнік раней наведвалі да наступнага "
2340
  "спасылку на ваш сайт."
2341
 
2342
- #: ../admin/view/wp-slimstat-db.php:1122
2343
  msgid "Direct Pageviews"
2344
  msgstr "Прамы прагляд старонак"
2345
 
2346
- #: ../admin/view/wp-slimstat-db.php:1124
2347
  msgid ""
2348
  "Visitors who visited the site by typing the URL directly into their browser. "
2349
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2356,11 +2345,11 @@ msgstr ""
2356
  "паведамленнях электроннай пошты ці спасылкі з дакументаў, якія не ўключаюць "
2357
  "у сябе адсочванне зменных."
2358
 
2359
- #: ../admin/view/wp-slimstat-db.php:1126
2360
  msgid "From a search result"
2361
  msgstr "З вынікаў пошуку"
2362
 
2363
- #: ../admin/view/wp-slimstat-db.php:1128
2364
  msgid ""
2365
  "Visitors who came to your site via searches on Google or some other search "
2366
  "engine."
@@ -2368,11 +2357,11 @@ msgstr ""
2368
  "Наведвальнікі, якія прыйшлі на ваш сайт з дапамогай пошуку на Google або "
2369
  "якой-небудзь іншай пошукавай сістэмы."
2370
 
2371
- #: ../admin/view/wp-slimstat-db.php:1130
2372
  msgid "Unique Landing Pages"
2373
  msgstr "Унікальныя мэтавыя старонкі"
2374
 
2375
- #: ../admin/view/wp-slimstat-db.php:1132
2376
  msgid ""
2377
  "The first page that a user views during a session. This is also known as the "
2378
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2385,20 +2374,20 @@ msgstr ""
2385
  "старонцы, ён атрымлівае падлічваюцца (для гэтага візіту) у якасці мэтавай "
2386
  "старонкі."
2387
 
2388
- #: ../admin/view/wp-slimstat-db.php:1134
2389
  msgid "Bounce Pages"
2390
  msgstr "Паказчык адмоваў"
2391
 
2392
- #: ../admin/view/wp-slimstat-db.php:1136
2393
  msgid "Number of single page visits to your site over the selected period."
2394
  msgstr ""
2395
  "Колькасць аднамесных наведванняў старонак вашага сайта на абраны перыяд."
2396
 
2397
- #: ../admin/view/wp-slimstat-db.php:1138
2398
  msgid "New Visitors Rate"
2399
  msgstr "Стайка новых наведвальнікау"
2400
 
2401
- #: ../admin/view/wp-slimstat-db.php:1140
2402
  msgid ""
2403
  "Percentage of single page visits, i.e. visits in which the person left your "
2404
  "site from the entrance page."
@@ -2406,11 +2395,11 @@ msgstr ""
2406
  "Працэнт наведванняў адной старонцы, то ёсць наведванняў, у якіх наведвальнік "
2407
  "пакідае сайт са старонкі ўваходу."
2408
 
2409
- #: ../admin/view/wp-slimstat-db.php:1142
2410
  msgid "Currently from search engines"
2411
  msgstr "З вынікаў пошуку"
2412
 
2413
- #: ../admin/view/wp-slimstat-db.php:1144
2414
  msgid ""
2415
  "Visitors who visited the site in the last 5 minutes coming from a search "
2416
  "engine."
@@ -2418,104 +2407,111 @@ msgstr ""
2418
  "Наведвальнікі, якія наведалі сайт на працягу апошніх 5 хвілін, якія прыйшлi "
2419
  "з пошукавай сістэмы."
2420
 
2421
- #: ../admin/view/wp-slimstat-db.php:1155
2422
  msgid "0 - 30 seconds"
2423
  msgstr "0 - 30 секунд"
2424
 
2425
- #: ../admin/view/wp-slimstat-db.php:1161
2426
  msgid "31 - 60 seconds"
2427
  msgstr "31-60 секунд"
2428
 
2429
- #: ../admin/view/wp-slimstat-db.php:1167
2430
  msgid "1 - 3 minutes"
2431
  msgstr "1 - 3 хвіліны"
2432
 
2433
- #: ../admin/view/wp-slimstat-db.php:1173
2434
  msgid "3 - 5 minutes"
2435
  msgstr "3-5 хвіліны"
2436
 
2437
- #: ../admin/view/wp-slimstat-db.php:1179
2438
  msgid "5 - 7 minutes"
2439
  msgstr "5- 7 хвіліны"
2440
 
2441
- #: ../admin/view/wp-slimstat-db.php:1185
2442
  msgid "7 - 10 minutes"
2443
  msgstr "7-10 хвіліны"
2444
 
2445
- #: ../admin/view/wp-slimstat-db.php:1191
2446
  msgid "More than 10 minutes"
2447
  msgstr "Больш за 10 хвілін"
2448
 
2449
- #: ../admin/view/wp-slimstat-db.php:1203
2450
  msgid "Average visit duration"
2451
  msgstr "Сярэдняя працягласць наведвання"
2452
 
2453
- #: ../admin/view/wp-slimstat-db.php:1223
2454
- #: ../admin/view/wp-slimstat-reports.php:251
2455
- msgid "Visits"
2456
- msgstr "прагляды"
 
2457
 
2458
- #: ../admin/view/wp-slimstat-db.php:1225
 
 
 
 
2459
  msgid ""
2460
- "A visit is a session of at most 30 minutes. Returning visitors are counted "
2461
- "multiple times if they perform multiple visits."
2462
  msgstr ""
2463
  "Час візіт не больш за 30 хвілін. Наведвальнікі, якія вярнуліся, "
2464
  "падлічваюцца некалькі разоў, калі яны выконваюць некалькі візітаў."
2465
 
2466
- #: ../admin/view/wp-slimstat-db.php:1229
2467
  msgid "It includes only traffic generated by human visitors."
2468
  msgstr "Уключае ў сябе толькі трафік, генераваны чалавека наведвальнікаў."
2469
 
2470
- #: ../admin/view/wp-slimstat-db.php:1231
2471
  msgid "Bounce rate"
2472
  msgstr "Паказчык адмоваў"
2473
 
2474
- #: ../admin/view/wp-slimstat-db.php:1233
2475
  msgid ""
2476
- "Percentage of single-page visits, i.e. visits in which the person left your "
2477
- "site from the entrance page."
 
 
2478
  msgstr ""
2479
- "Працэнт наведванняў адной старонкі, гэта значыць наведванняў, у якіх "
2480
- "наведвальнік пакідае сайт са старонкі ўваходу."
2481
 
2482
- #: ../admin/view/wp-slimstat-db.php:1235
2483
  msgid "Known visitors"
2484
  msgstr "вядомыя наведвальнікі"
2485
 
2486
- #: ../admin/view/wp-slimstat-db.php:1237
2487
- msgid "Visitors who had previously left a comment on your blog."
 
 
2488
  msgstr "Наведвальнікі, якія раней пакінуў каментар на вашым блогу."
2489
 
2490
- #: ../admin/view/wp-slimstat-db.php:1239
2491
- msgid "New visitors"
2492
- msgstr "новыя наведвальнiкi"
2493
 
2494
- #: ../admin/view/wp-slimstat-db.php:1241
2495
- msgid "Human users who visited your site only once."
2496
- msgstr "Чалавечыя карыстальнікаў, якія наведалі ваш сайт толькі адзін раз."
2497
 
2498
- #: ../admin/view/wp-slimstat-db.php:1243
2499
  msgid "Bots"
2500
  msgstr "Боты"
2501
 
2502
- #: ../admin/view/wp-slimstat-db.php:1246
2503
  msgid "Pageviews per visit"
2504
  msgstr "Праглядаў старонак за адно наведванне"
2505
 
2506
- #: ../admin/view/wp-slimstat-db.php:1249
2507
  msgid "Longest visit"
2508
  msgstr "Самы доугi вiзiт"
2509
 
2510
- #: ../admin/view/wp-slimstat-db.php:1250
2511
  msgid "hits"
2512
  msgstr "колькасць праглядаў"
2513
 
2514
- #: ../admin/view/wp-slimstat-db.php:1259
2515
  msgid "Content Items"
2516
  msgstr "Змест пунктау"
2517
 
2518
- #: ../admin/view/wp-slimstat-db.php:1261
2519
  msgid ""
2520
  "This value includes not only posts, but also custom post types, regardless "
2521
  "of their status"
@@ -2523,35 +2519,35 @@ msgstr ""
2523
  "Гэта значэнне ўключае ў сябе не толькі пасты, але і прыстасаваныя тыпы "
2524
  "поста, незалежна ад іх статусу"
2525
 
2526
- #: ../admin/view/wp-slimstat-db.php:1263
2527
  msgid "Posts"
2528
  msgstr "пасты"
2529
 
2530
- #: ../admin/view/wp-slimstat-db.php:1266
2531
  msgid "Pages"
2532
  msgstr "Старонкi"
2533
 
2534
- #: ../admin/view/wp-slimstat-db.php:1269
2535
  msgid "Attachments"
2536
  msgstr "укладаннi"
2537
 
2538
- #: ../admin/view/wp-slimstat-db.php:1272
2539
  msgid "Revisions"
2540
  msgstr "перагляды"
2541
 
2542
- #: ../admin/view/wp-slimstat-db.php:1275
2543
  msgid "Comments"
2544
  msgstr "каментары"
2545
 
2546
- #: ../admin/view/wp-slimstat-db.php:1278
2547
  msgid "Avg Comments per Post"
2548
  msgstr "Сярэдняя колькасць каментарау на паведамленне"
2549
 
2550
- #: ../admin/view/wp-slimstat-db.php:1281
2551
  msgid "Avg Server Latency"
2552
  msgstr "сярэднii час затрымкi сервера"
2553
 
2554
- #: ../admin/view/wp-slimstat-db.php:1283
2555
  msgid ""
2556
  "Latency is the amount of time it takes for the host server to receive and "
2557
  "process a request for a page object. The amount of latency depends largely "
@@ -2585,7 +2581,7 @@ msgstr "каляровыя коды"
2585
  msgid "From search result page"
2586
  msgstr "З вынікаў пошуку на старонке"
2587
 
2588
- #: ../admin/view/wp-slimstat-reports.php:41 ../admin/wp-slimstat-admin.php:1146
2589
  msgid "Known Visitor"
2590
  msgstr "вядомыя наведвальнікі"
2591
 
@@ -2712,6 +2708,10 @@ msgstr "Лепшыя спасылаючыся URLs"
2712
  msgid "Human Visits"
2713
  msgstr "чалавечыя прагляды"
2714
 
 
 
 
 
2715
  #: ../admin/view/wp-slimstat-reports.php:260
2716
  msgid "Audience Overview"
2717
  msgstr "агляд аўдыторыі"
@@ -2762,6 +2762,10 @@ msgstr "топ дазвола экрана"
2762
  msgid "Top Viewport Sizes"
2763
  msgstr "Лепшыя памеры акна экрана "
2764
 
 
 
 
 
2765
  #: ../admin/view/wp-slimstat-reports.php:348
2766
  msgid "Visit Duration"
2767
  msgstr "працягласць наведвання"
@@ -3016,95 +3020,75 @@ msgstr "Абнаўленне %s - %s з %s"
3016
  msgid "Refresh in"
3017
  msgstr "абнаўленне ў"
3018
 
3019
- #: ../admin/view/wp-slimstat-reports.php:1076
3020
  msgid "Category ID"
3021
  msgstr "ідэнтыфікатар катэгорыі"
3022
 
3023
- #: ../admin/view/wp-slimstat-reports.php:1081
3024
- #: ../admin/view/wp-slimstat-reports.php:1095
3025
- #: ../admin/view/wp-slimstat-reports.php:1100
3026
  msgid "Code"
3027
  msgstr "Код"
3028
 
3029
- #: ../admin/view/wp-slimstat-reports.php:1096
3030
- #: ../languages/dynamic_strings.php:341 ../wp-slimstat.php:1474
3031
- msgid "l-"
3032
- msgstr ""
3033
-
3034
- #: ../admin/view/wp-slimstat-reports.php:1113
3035
  msgid "URL"
3036
  msgstr "URL"
3037
 
3038
- #: ../admin/view/wp-slimstat-reports.php:1132
3039
  msgid "Referrer"
3040
  msgstr "Referrer"
3041
 
3042
- #: ../admin/view/wp-slimstat-reports.php:1307
3043
- #: ../admin/view/wp-slimstat-reports.php:1315
3044
  msgid "(previous)"
3045
  msgstr ""
3046
 
3047
- #: ../admin/view/wp-slimstat-reports.php:1378
3048
  msgid "Date"
3049
  msgstr "дата"
3050
 
3051
- #: ../admin/view/wp-slimstat-reports.php:1430
3052
  msgid "Filter by element in a group"
3053
  msgstr ""
3054
 
3055
- #: ../admin/view/wp-slimstat-reports.php:1455
3056
- msgid "Backlinks"
3057
- msgstr "Зваротныя спасылкі"
3058
-
3059
- #: ../admin/view/wp-slimstat-reports.php:1456
3060
- msgid "Number of external equity links to your website."
3061
- msgstr "Колькасць знешніх фондавых спасылак на ваш сайт."
3062
-
3063
- #: ../admin/view/wp-slimstat-reports.php:1460
3064
- msgid "MozRank"
3065
- msgstr "Moz Званне"
3066
-
3067
- #: ../admin/view/wp-slimstat-reports.php:1461
3068
- msgid ""
3069
- "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
3070
- "link popularity score. It reflects the importance of any given web page on "
3071
- "the Internet."
3072
  msgstr ""
3073
- "Moz Званне URL, у нармалізаваць па 10-бальнай шкале. Moz Званне ўяўляе кошт "
3074
- "папулярнасці спасылак. Ен адлюстроўвае важнасць той ці іншай вэб-старонкі ў "
3075
- "Інтэрнэце."
3076
-
3077
- #: ../admin/view/wp-slimstat-reports.php:1465
3078
- msgid "Equity Links"
3079
- msgstr "Адзінства спасылак"
3080
 
3081
- #: ../admin/view/wp-slimstat-reports.php:1466
3082
  msgid ""
3083
- "Number of authority-passing links (including followed links and redirects, "
3084
- "internal or external) to your website. Set the permalink filter here above "
3085
- "to get the corresponding metrics in this report."
3086
  msgstr ""
3087
- "Колькасць спасылак(уключаючы наступныя спасылкі і перанакіроўванне, "
3088
- "ўнутраныя або знешнія) на свой вэб-сайт. Усталюйце пастаянную фільтр тут, "
3089
- "каб атрымаць адпаведныя паказчыкі ў гэтай справаздачы."
3090
 
3091
- #: ../admin/view/wp-slimstat-reports.php:1470
3092
- msgid "Facebook Shares"
3093
- msgstr "Падзяліцца на Facebook "
 
 
 
 
 
 
3094
 
3095
- #: ../admin/view/wp-slimstat-reports.php:1475
3096
- msgid "Facebook Clicks"
3097
- msgstr "Нацiскi на Facebook"
 
 
3098
 
3099
- #: ../admin/view/wp-slimstat-reports.php:1476
3100
- msgid "How many times links to your website have been clicked on Facebook."
3101
- msgstr "Колькі разоў спасылкі на ваш сайт былі націснулі на Facebook."
 
 
 
3102
 
3103
- #: ../admin/view/wp-slimstat-reports.php:1480
3104
  msgid "Alexa World Rank"
3105
  msgstr "Alexa Сусветны ранг"
3106
 
3107
- #: ../admin/view/wp-slimstat-reports.php:1481
3108
  msgid ""
3109
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3110
  "traffic data."
@@ -3112,3324 +3096,4739 @@ msgstr ""
3112
  "Alexa з'яўляецца даччынай кампаніяй Amazon.com, які дае камерцыйныя дадзеныя "
3113
  "вэб-трафіку."
3114
 
3115
- #: ../admin/view/wp-slimstat-reports.php:1485
3116
  msgid "Alexa Country Rank"
3117
  msgstr "Alexa Краiны ранг"
3118
 
3119
- #: ../admin/view/wp-slimstat-reports.php:1490
3120
  msgid "Alexa Popularity"
3121
  msgstr "Alexa Папулярнасць"
3122
 
3123
- #: ../admin/view/wp-slimstat-reports.php:1549
3124
  msgid "Alexa Delta"
3125
  msgstr ""
3126
 
3127
- # Unknown
3128
- #: ../admin/view/wp-slimstat-reports.php:1597
3129
- msgid "c-xx"
3130
- msgstr "Unknown"
3131
-
3132
- # Afghanistan
3133
- #: ../admin/view/wp-slimstat-reports.php:1597
3134
- msgid "c-af"
3135
- msgstr "Афганістан"
3136
 
3137
- # Åland Islands
3138
- #: ../admin/view/wp-slimstat-reports.php:1597
3139
- msgid "c-ax"
3140
- msgstr "Аландскія астравы"
3141
 
3142
- # Albania
3143
- #: ../admin/view/wp-slimstat-reports.php:1597
3144
- msgid "c-al"
3145
- msgstr "Албанія"
3146
 
3147
- # Algeria
3148
- #: ../admin/view/wp-slimstat-reports.php:1597
3149
- msgid "c-dz"
3150
- msgstr "Алжыр"
3151
 
3152
- # Andorra
3153
- #: ../admin/view/wp-slimstat-reports.php:1597
3154
- msgid "c-ad"
3155
- msgstr "Андора"
3156
 
3157
- # Angola
3158
- #: ../admin/view/wp-slimstat-reports.php:1597
3159
- msgid "c-ao"
3160
- msgstr "Ангола"
3161
 
3162
- # Anguilla
3163
- #: ../admin/view/wp-slimstat-reports.php:1597
3164
- msgid "c-ai"
3165
- msgstr "Ангілья"
3166
 
3167
- # Antigua and Barbuda
3168
- #: ../admin/view/wp-slimstat-reports.php:1597
3169
- msgid "c-ag"
3170
- msgstr "Антыгуа і Барбуда"
3171
 
3172
- # Argentina
3173
- #: ../admin/view/wp-slimstat-reports.php:1597
3174
- msgid "c-ar"
3175
- msgstr "Аргенціна"
3176
 
3177
- # Armenia
3178
- #: ../admin/view/wp-slimstat-reports.php:1597
3179
- msgid "c-am"
3180
- msgstr "Арменія"
3181
 
3182
- # Aruba
3183
- #: ../admin/view/wp-slimstat-reports.php:1597
3184
- msgid "c-aw"
3185
- msgstr "Аруба"
3186
 
3187
- # Australia
3188
- #: ../admin/view/wp-slimstat-reports.php:1597
3189
- msgid "c-au"
3190
- msgstr "Аўстралія"
3191
 
3192
- # Austria
3193
- #: ../admin/view/wp-slimstat-reports.php:1597
3194
- msgid "c-at"
3195
- msgstr "Аўстрыя"
3196
 
3197
- # Azerbaijan
3198
- #: ../admin/view/wp-slimstat-reports.php:1597
3199
- msgid "c-az"
3200
- msgstr "Азербайджан"
3201
 
3202
- # Bahamas
3203
- #: ../admin/view/wp-slimstat-reports.php:1597
3204
- msgid "c-bs"
3205
- msgstr "Багамскія а-вы"
3206
 
3207
- # Bahrain
3208
- #: ../admin/view/wp-slimstat-reports.php:1597
3209
- msgid "c-bh"
3210
- msgstr "Бахрэйн"
 
3211
 
3212
- # Bangladesh
3213
- #: ../admin/view/wp-slimstat-reports.php:1597
3214
- msgid "c-bd"
3215
- msgstr "Бангладэш"
3216
 
3217
- # Barbados
3218
- #: ../admin/view/wp-slimstat-reports.php:1597
3219
- msgid "c-bb"
3220
- msgstr "Барбадас"
3221
 
3222
- # Belarus
3223
- #: ../admin/view/wp-slimstat-reports.php:1597
3224
- msgid "c-by"
3225
- msgstr "Беларусь"
3226
 
3227
- # Belgium
3228
- #: ../admin/view/wp-slimstat-reports.php:1597
3229
- msgid "c-be"
3230
- msgstr "Бельгія"
3231
 
3232
- # Belize
3233
- #: ../admin/view/wp-slimstat-reports.php:1597
3234
- msgid "c-bz"
3235
- msgstr "Беліз"
3236
 
3237
- # Benin
3238
- #: ../admin/view/wp-slimstat-reports.php:1597
3239
- msgid "c-bj"
3240
- msgstr "Бенін"
3241
 
3242
- # Bermuda
3243
- #: ../admin/view/wp-slimstat-reports.php:1597
3244
- msgid "c-bm"
3245
- msgstr "Бэрмудзкія выспы"
3246
 
3247
- # Bhutan
3248
- #: ../admin/view/wp-slimstat-reports.php:1597
3249
- msgid "c-bt"
3250
- msgstr "Бутан"
3251
 
3252
- # Bolivia
3253
- #: ../admin/view/wp-slimstat-reports.php:1597
3254
- msgid "c-bo"
3255
- msgstr "Балівія"
3256
 
3257
- # Bosnia and Herzegovina
3258
- #: ../admin/view/wp-slimstat-reports.php:1597
3259
- msgid "c-ba"
3260
- msgstr "Боснія і Герцагавіна"
3261
 
3262
- # Botswana
3263
- #: ../admin/view/wp-slimstat-reports.php:1597
3264
- msgid "c-bw"
3265
- msgstr "Батсвана"
 
 
 
 
 
 
3266
 
3267
- # Brazil
3268
- #: ../admin/view/wp-slimstat-reports.php:1597
3269
- msgid "c-br"
3270
- msgstr "Бразілія"
3271
 
3272
- # Brunei Darussalam
3273
- #: ../admin/view/wp-slimstat-reports.php:1597
3274
- msgid "c-bn"
3275
- msgstr "Бруней Даруссалам"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3276
 
3277
- # Bulgaria
3278
- #: ../admin/view/wp-slimstat-reports.php:1597
3279
- msgid "c-bg"
3280
- msgstr "Балгарыя"
3281
 
3282
- # Burkina Faso
3283
- #: ../admin/view/wp-slimstat-reports.php:1597
3284
- msgid "c-bf"
3285
- msgstr "Буркіна-Фасо"
3286
 
3287
- # Burundi
3288
- #: ../admin/view/wp-slimstat-reports.php:1597
3289
- msgid "c-bi"
3290
- msgstr "Бурундзі"
3291
 
3292
- # Cambodia
3293
- #: ../admin/view/wp-slimstat-reports.php:1597
3294
- msgid "c-kh"
3295
- msgstr "Камбоджа"
3296
 
3297
- # Cameroon
3298
- #: ../admin/view/wp-slimstat-reports.php:1597
3299
- msgid "c-cm"
3300
- msgstr "Камерун"
3301
 
3302
- # Canada
3303
- #: ../admin/view/wp-slimstat-reports.php:1597
3304
- msgid "c-ca"
3305
- msgstr "Канада"
3306
 
3307
- # Cape Verde
3308
- #: ../admin/view/wp-slimstat-reports.php:1597
3309
- msgid "c-cv"
3310
- msgstr "Каба-Вэрдэ"
3311
 
3312
- # Cayman Islands
3313
- #: ../admin/view/wp-slimstat-reports.php:1597
3314
- msgid "c-ky"
3315
- msgstr "Кайманавы выспы"
3316
 
3317
- # Central African Republic
3318
- #: ../admin/view/wp-slimstat-reports.php:1597
3319
- msgid "c-cf"
3320
- msgstr "Цэнтральна-Афрыканская Рэспубліка"
3321
 
3322
- # Chad
3323
- #: ../admin/view/wp-slimstat-reports.php:1597
3324
- msgid "c-td"
3325
- msgstr "Чад"
3326
 
3327
- # Chile
3328
- #: ../admin/view/wp-slimstat-reports.php:1597
3329
- msgid "c-cl"
3330
- msgstr "Чылі"
3331
 
3332
- # China
3333
- #: ../admin/view/wp-slimstat-reports.php:1597
3334
- msgid "c-cn"
3335
- msgstr "Кітай"
3336
 
3337
- # Colombia
3338
- #: ../admin/view/wp-slimstat-reports.php:1597
3339
- msgid "c-co"
3340
- msgstr "Калумбія"
3341
 
3342
- # Comoros
3343
- #: ../admin/view/wp-slimstat-reports.php:1597
3344
- msgid "c-km"
3345
- msgstr "Каморскія выспы"
 
3346
 
3347
- # Congo
3348
- #: ../admin/view/wp-slimstat-reports.php:1597
3349
- msgid "c-cg"
3350
- msgstr "Конга"
3351
 
3352
- # The Democratic Republic of the Congo
3353
- #: ../admin/view/wp-slimstat-reports.php:1597
3354
- msgid "c-cd"
3355
- msgstr "Дэмакратычная Рэспубліка Конга"
3356
 
3357
- # Costa Rica
3358
- #: ../admin/view/wp-slimstat-reports.php:1597
3359
- msgid "c-cr"
3360
- msgstr "Коста-Рыка"
3361
 
3362
- # Côte d'Ivoire
3363
- #: ../admin/view/wp-slimstat-reports.php:1597
3364
- msgid "c-ci"
3365
- msgstr "Бераг Слановай Косці"
3366
 
3367
- # Croatia
3368
- #: ../admin/view/wp-slimstat-reports.php:1597
3369
- msgid "c-hr"
3370
- msgstr "Харватыя"
3371
 
3372
- # Cuba
3373
- #: ../admin/view/wp-slimstat-reports.php:1597
3374
- msgid "c-cu"
3375
- msgstr "Куба"
3376
 
3377
- # Cyprus
3378
- #: ../admin/view/wp-slimstat-reports.php:1597
3379
- msgid "c-cy"
3380
- msgstr "Кіпр"
3381
 
3382
- # Czech Republic
3383
- #: ../admin/view/wp-slimstat-reports.php:1597
3384
- msgid "c-cz"
3385
- msgstr "Чэская Рэспубліка"
3386
 
3387
- # Denmark
3388
- #: ../admin/view/wp-slimstat-reports.php:1597
3389
- msgid "c-dk"
3390
- msgstr "Данія"
3391
 
3392
- # Djibouti
3393
- #: ../admin/view/wp-slimstat-reports.php:1597
3394
- msgid "c-dj"
3395
- msgstr "Джыбуці"
3396
 
3397
- # Dominica
3398
- #: ../admin/view/wp-slimstat-reports.php:1597
3399
- msgid "c-dm"
3400
- msgstr "Дамініка"
3401
 
3402
- # Dominican Republic
3403
- #: ../admin/view/wp-slimstat-reports.php:1597
3404
- msgid "c-do"
3405
- msgstr "Дамініканская Рэспубліка"
3406
 
3407
- # Ecuador
3408
- #: ../admin/view/wp-slimstat-reports.php:1597
3409
- msgid "c-ec"
3410
- msgstr "Эквадор"
 
3411
 
3412
- # Egypt
3413
- #: ../admin/view/wp-slimstat-reports.php:1597
3414
- msgid "c-eg"
3415
- msgstr "Егіпет"
3416
 
3417
- # El Salvador
3418
- #: ../admin/view/wp-slimstat-reports.php:1597
3419
- msgid "c-sv"
3420
- msgstr "Сальвадор"
3421
 
3422
- # Equatorial Guinea
3423
- #: ../admin/view/wp-slimstat-reports.php:1597
3424
- msgid "c-gq"
3425
- msgstr "Экватарыяльная Гвінея"
3426
 
3427
- # Eritrea
3428
- #: ../admin/view/wp-slimstat-reports.php:1597
3429
- msgid "c-er"
3430
- msgstr "Эрытрэя"
3431
 
3432
- # Estonia
3433
- #: ../admin/view/wp-slimstat-reports.php:1597
3434
- msgid "c-ee"
3435
- msgstr "Эстонія"
3436
 
3437
- # Ethiopia
3438
- #: ../admin/view/wp-slimstat-reports.php:1597
3439
- msgid "c-et"
3440
- msgstr "Эфіопія"
3441
 
3442
- # Faroe Islands
3443
- #: ../admin/view/wp-slimstat-reports.php:1597
3444
- msgid "c-fo"
3445
- msgstr "Фарэрскія выспы"
3446
 
3447
- # Falkland Islands (Malvinas)
3448
- #: ../admin/view/wp-slimstat-reports.php:1597
3449
- msgid "c-fk"
3450
- msgstr "Фалклендскія (Мальвінскія) выспы"
3451
 
3452
- # Fiji
3453
- #: ../admin/view/wp-slimstat-reports.php:1597
3454
- msgid "c-fj"
3455
- msgstr "Фіджы"
3456
 
3457
- # Finland
3458
- #: ../admin/view/wp-slimstat-reports.php:1597
3459
- msgid "c-fi"
3460
- msgstr "Фінляндыя"
 
3461
 
3462
- # France
3463
- #: ../admin/view/wp-slimstat-reports.php:1597
3464
- msgid "c-fr"
3465
- msgstr "Францыя"
3466
 
3467
- # French Guiana
3468
- #: ../admin/view/wp-slimstat-reports.php:1597
3469
- msgid "c-gf"
3470
- msgstr "Французская Гвіяна"
3471
 
3472
- # Gabon
3473
- #: ../admin/view/wp-slimstat-reports.php:1597
3474
- msgid "c-ga"
3475
- msgstr "Габон"
 
3476
 
3477
- # Gambia
3478
- #: ../admin/view/wp-slimstat-reports.php:1597
3479
- msgid "c-gm"
3480
- msgstr "Гамбія"
3481
 
3482
- # Georgia
3483
- #: ../admin/view/wp-slimstat-reports.php:1597
3484
- msgid "c-ge"
3485
- msgstr "Грузія"
 
3486
 
3487
- # Germany
3488
- #: ../admin/view/wp-slimstat-reports.php:1597
3489
- msgid "c-de"
3490
- msgstr "Германія"
 
3491
 
3492
- # Ghana
3493
- #: ../admin/view/wp-slimstat-reports.php:1597
3494
- msgid "c-gh"
3495
- msgstr "Гана"
3496
 
3497
- # Greece
3498
- #: ../admin/view/wp-slimstat-reports.php:1597
3499
- msgid "c-gr"
3500
- msgstr "Грэцыя"
3501
 
3502
- # Greenland
3503
- #: ../admin/view/wp-slimstat-reports.php:1597
3504
- msgid "c-gl"
3505
- msgstr "Грэнландыя"
3506
 
3507
- # Grenada
3508
- #: ../admin/view/wp-slimstat-reports.php:1597
3509
- msgid "c-gd"
3510
- msgstr "Грэнада"
3511
 
3512
- # Guadeloupe
3513
- #: ../admin/view/wp-slimstat-reports.php:1597
3514
- msgid "c-gp"
3515
- msgstr "Гвадэлупа"
3516
 
3517
- # Guatemala
3518
- #: ../admin/view/wp-slimstat-reports.php:1597
3519
- msgid "c-gt"
3520
- msgstr "Гватэмала"
3521
 
3522
- # Guinea
3523
- #: ../admin/view/wp-slimstat-reports.php:1597
3524
- msgid "c-gn"
3525
- msgstr "Гвінея"
3526
 
3527
- # Guinea-Bissau
3528
- #: ../admin/view/wp-slimstat-reports.php:1597
3529
- msgid "c-gw"
3530
- msgstr "Гвінея-Бісаў"
3531
 
3532
- # Guyana
3533
- #: ../admin/view/wp-slimstat-reports.php:1597
3534
- msgid "c-gy"
3535
- msgstr "Гаяна"
3536
 
3537
- # Haiti
3538
- #: ../admin/view/wp-slimstat-reports.php:1597
3539
- msgid "c-ht"
3540
- msgstr "Гаіці"
 
3541
 
3542
- # Honduras
3543
- #: ../admin/view/wp-slimstat-reports.php:1597
3544
- msgid "c-hn"
3545
- msgstr "Гандурас"
3546
 
3547
- # Hong Kong
3548
- #: ../admin/view/wp-slimstat-reports.php:1597
3549
- msgid "c-hk"
3550
- msgstr "Ганконг"
3551
 
3552
- # Hungary
3553
- #: ../admin/view/wp-slimstat-reports.php:1597
3554
- msgid "c-hu"
3555
- msgstr "Венгрыя"
3556
 
3557
- # Iceland
3558
- #: ../admin/view/wp-slimstat-reports.php:1597
3559
- msgid "c-is"
3560
- msgstr "Ісландыя"
 
3561
 
3562
- # India
3563
- #: ../admin/view/wp-slimstat-reports.php:1597
3564
- msgid "c-in"
3565
- msgstr "Індыя"
3566
 
3567
- # Indonesia
3568
- #: ../admin/view/wp-slimstat-reports.php:1597
3569
- msgid "c-id"
3570
- msgstr "Інданезія"
3571
 
3572
- # Islamic Republic of Iran
3573
- #: ../admin/view/wp-slimstat-reports.php:1597
3574
- msgid "c-ir"
3575
- msgstr "Ісламская Рэспубліка Іран"
3576
 
3577
- # Iraq
3578
- #: ../admin/view/wp-slimstat-reports.php:1597
3579
- msgid "c-iq"
3580
- msgstr "Ірак"
3581
 
3582
- # Ireland
3583
- #: ../admin/view/wp-slimstat-reports.php:1597
3584
- msgid "c-ie"
3585
- msgstr "Ірландыя"
3586
 
3587
- # Israel
3588
- #: ../admin/view/wp-slimstat-reports.php:1597
3589
- msgid "c-il"
3590
- msgstr "Ізраіль"
3591
 
3592
- # Italy
3593
- #: ../admin/view/wp-slimstat-reports.php:1597
3594
- msgid "c-it"
3595
- msgstr "Італія"
3596
 
3597
- # Jamaica
3598
- #: ../admin/view/wp-slimstat-reports.php:1597
3599
- msgid "c-jm"
3600
- msgstr "Ямайка"
3601
 
3602
- # Japan
3603
- #: ../admin/view/wp-slimstat-reports.php:1597
3604
- msgid "c-jp"
3605
- msgstr "Японія"
3606
 
3607
- # Jordan
3608
- #: ../admin/view/wp-slimstat-reports.php:1597
3609
- msgid "c-jo"
3610
- msgstr "Іарданія"
3611
 
3612
- # Kazakhstan
3613
- #: ../admin/view/wp-slimstat-reports.php:1597
3614
- msgid "c-kz"
3615
- msgstr "Казахстан"
3616
 
3617
- # Kenya
3618
- #: ../admin/view/wp-slimstat-reports.php:1597
3619
- msgid "c-ke"
3620
- msgstr "Кенія"
3621
 
3622
- # Nauru
3623
- #: ../admin/view/wp-slimstat-reports.php:1597
3624
- msgid "c-nr"
3625
- msgstr "Науру"
3626
 
3627
- # Democratic People's Republic of Korea
3628
- #: ../admin/view/wp-slimstat-reports.php:1597
3629
- msgid "c-kp"
3630
- msgstr "Карэйская Народна-Дэмакратычная Рэспубліка"
3631
 
3632
- # Republic of Korea
3633
- #: ../admin/view/wp-slimstat-reports.php:1597
3634
- msgid "c-kr"
3635
- msgstr "Рэспубліка Карэя"
3636
 
3637
- #: ../admin/view/wp-slimstat-reports.php:1597
3638
- msgid "c-kv"
3639
- msgstr "Косава"
3640
 
3641
- # Kuwait
3642
- #: ../admin/view/wp-slimstat-reports.php:1597
3643
- msgid "c-kw"
3644
- msgstr "Кувейт"
3645
 
3646
- # Kyrgyzstan
3647
- #: ../admin/view/wp-slimstat-reports.php:1597
3648
- msgid "c-kg"
3649
- msgstr "Кіргізія"
3650
 
3651
- # Lao People's Democratic Republic
3652
- #: ../admin/view/wp-slimstat-reports.php:1597
3653
- msgid "c-la"
3654
- msgstr "Лаоскай Народна-Дэмакратычная Рэспубліка"
3655
 
3656
- # Latvia
3657
- #: ../admin/view/wp-slimstat-reports.php:1597
3658
- msgid "c-lv"
3659
- msgstr "Латвія"
3660
 
3661
- # Lebanon
3662
- #: ../admin/view/wp-slimstat-reports.php:1597
3663
- msgid "c-lb"
3664
- msgstr "Ліван"
3665
 
3666
- # Lesotho
3667
- #: ../admin/view/wp-slimstat-reports.php:1597
3668
- msgid "c-ls"
3669
- msgstr "Лесота"
3670
 
3671
- # Liberia
3672
- #: ../admin/view/wp-slimstat-reports.php:1597
3673
- msgid "c-lr"
3674
- msgstr "Ліберыя"
3675
 
3676
- # Libyan Arab Jamahiriya
3677
- #: ../admin/view/wp-slimstat-reports.php:1597
3678
- msgid "c-ly"
3679
- msgstr "Лівійская Араб Джамахірыя"
3680
 
3681
- # Liechtenstein
3682
- #: ../admin/view/wp-slimstat-reports.php:1597
3683
- msgid "c-li"
3684
- msgstr "Ліхтэнштэйн"
3685
 
3686
- # Lithuania
3687
- #: ../admin/view/wp-slimstat-reports.php:1597
3688
- msgid "c-lt"
3689
- msgstr "Літва"
3690
 
3691
- # Luxembourg
3692
- #: ../admin/view/wp-slimstat-reports.php:1597
3693
- msgid "c-lu"
3694
- msgstr "Люксембург"
3695
 
3696
- # The Former Yugoslav Republic of Macedonia
3697
- #: ../admin/view/wp-slimstat-reports.php:1597
3698
- msgid "c-mk"
3699
- msgstr "Былая югаслаўская Рэспубліка Македонія"
3700
 
3701
- # Madagascar
3702
- #: ../admin/view/wp-slimstat-reports.php:1597
3703
- msgid "c-mg"
3704
- msgstr "Мадагаскар"
3705
 
3706
- # Malawi
3707
- #: ../admin/view/wp-slimstat-reports.php:1597
3708
- msgid "c-mw"
3709
- msgstr "Малаві"
3710
 
3711
- # Malaysia
3712
- #: ../admin/view/wp-slimstat-reports.php:1597
3713
- msgid "c-my"
3714
- msgstr "Малайзія"
3715
 
3716
- # Mali
3717
- #: ../admin/view/wp-slimstat-reports.php:1597
3718
- msgid "c-ml"
3719
- msgstr "Малі"
3720
 
3721
- # Malta
3722
- #: ../admin/view/wp-slimstat-reports.php:1597
3723
- msgid "c-mt"
3724
- msgstr "Мальта"
3725
 
3726
- # Martinique
3727
- #: ../admin/view/wp-slimstat-reports.php:1597
3728
- msgid "c-mq"
3729
- msgstr "Марцініка"
3730
 
3731
- # Mauritania
3732
- #: ../admin/view/wp-slimstat-reports.php:1597
3733
- msgid "c-mr"
3734
- msgstr "Маўрытанія"
3735
 
3736
- # Mauritius
3737
- #: ../admin/view/wp-slimstat-reports.php:1597
3738
- msgid "c-mu"
3739
- msgstr "Маўрыкій"
 
3740
 
3741
- # Mexico
3742
- #: ../admin/view/wp-slimstat-reports.php:1597
3743
- msgid "c-mx"
3744
- msgstr "Мехіка"
3745
 
3746
- # Moldova
3747
- #: ../admin/view/wp-slimstat-reports.php:1597
3748
- msgid "c-md"
3749
- msgstr "Малдова"
3750
 
3751
- # Mongolia
3752
- #: ../admin/view/wp-slimstat-reports.php:1597
3753
- msgid "c-mn"
3754
- msgstr "Манголія"
3755
 
3756
- # Montenegro
3757
- #: ../admin/view/wp-slimstat-reports.php:1597
3758
- msgid "c-me"
3759
- msgstr "Чарнагорыя"
3760
 
3761
- # Montserrat
3762
- #: ../admin/view/wp-slimstat-reports.php:1597
3763
- msgid "c-ms"
3764
- msgstr "Мансерат"
3765
 
3766
- # Morocco
3767
- #: ../admin/view/wp-slimstat-reports.php:1597
3768
- msgid "c-ma"
3769
- msgstr "Марока"
3770
 
3771
- # Mozambique
3772
- #: ../admin/view/wp-slimstat-reports.php:1597
3773
- msgid "c-mz"
3774
- msgstr "Мазамбік"
3775
 
3776
- # Myanmar
3777
- #: ../admin/view/wp-slimstat-reports.php:1597
3778
- msgid "c-mm"
3779
- msgstr "М'янма"
3780
 
3781
- # Namibia
3782
- #: ../admin/view/wp-slimstat-reports.php:1597
3783
- msgid "c-na"
3784
- msgstr "Намібія"
3785
 
3786
- # Nepal
3787
- #: ../admin/view/wp-slimstat-reports.php:1597
3788
- msgid "c-np"
3789
- msgstr "Непал"
3790
 
3791
- # Netherlands
3792
- #: ../admin/view/wp-slimstat-reports.php:1597
3793
- msgid "c-nl"
3794
- msgstr "Нідэрланды"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3795
 
3796
- # New Caledonia
3797
- #: ../admin/view/wp-slimstat-reports.php:1597
3798
- msgid "c-nc"
3799
- msgstr "Новая Каледонія"
3800
 
3801
- # New Zealand
3802
- #: ../admin/view/wp-slimstat-reports.php:1597
3803
- msgid "c-nz"
3804
- msgstr "Новая Зеландыя"
 
3805
 
3806
- # Nicaragua
3807
- #: ../admin/view/wp-slimstat-reports.php:1597
3808
- msgid "c-ni"
3809
- msgstr "Нікарагуа"
3810
 
3811
- # Niger
3812
- #: ../admin/view/wp-slimstat-reports.php:1597
3813
- msgid "c-ne"
3814
- msgstr "Нігер"
3815
 
3816
- # Nigeria
3817
- #: ../admin/view/wp-slimstat-reports.php:1597
3818
- msgid "c-ng"
3819
- msgstr "Нігерыя"
3820
 
3821
- # Norway
3822
- #: ../admin/view/wp-slimstat-reports.php:1597
3823
- msgid "c-no"
3824
- msgstr "Нарвегія"
3825
 
3826
- # Oman
3827
- #: ../admin/view/wp-slimstat-reports.php:1597
3828
- msgid "c-om"
3829
- msgstr "Аман"
3830
 
3831
- # Pakistan
3832
- #: ../admin/view/wp-slimstat-reports.php:1597
3833
- msgid "c-pk"
3834
- msgstr "Пакістан"
3835
 
3836
- # Palau
3837
- #: ../admin/view/wp-slimstat-reports.php:1597
3838
- msgid "c-pw"
3839
- msgstr "Палаў"
3840
 
3841
- # Occupied Palestinian Territory
3842
- #: ../admin/view/wp-slimstat-reports.php:1597
3843
- msgid "c-ps"
3844
- msgstr "Акупаваная палестынская тэрыторыя"
3845
 
3846
- # Panama
3847
- #: ../admin/view/wp-slimstat-reports.php:1597
3848
- msgid "c-pa"
3849
- msgstr "Панама"
3850
 
3851
- # Papua New Guinea
3852
- #: ../admin/view/wp-slimstat-reports.php:1597
3853
- msgid "c-pg"
3854
- msgstr "Папуа-Новая Гвінея"
3855
 
3856
- # Paraguay
3857
- #: ../admin/view/wp-slimstat-reports.php:1597
3858
- msgid "c-py"
3859
- msgstr "Парагвай"
3860
 
3861
- # Peru
3862
- #: ../admin/view/wp-slimstat-reports.php:1597
3863
- msgid "c-pe"
3864
- msgstr "Перу"
 
3865
 
3866
- # Philippines
3867
- #: ../admin/view/wp-slimstat-reports.php:1597
3868
- msgid "c-ph"
3869
- msgstr "Філіпіны"
3870
 
3871
- # Poland
3872
- #: ../admin/view/wp-slimstat-reports.php:1597
3873
- msgid "c-pl"
3874
- msgstr "Польшча"
3875
 
3876
- # Portugal
3877
- #: ../admin/view/wp-slimstat-reports.php:1597
3878
- msgid "c-pt"
3879
- msgstr "Партугалія"
 
3880
 
3881
- # Puerto Rico
3882
- #: ../admin/view/wp-slimstat-reports.php:1597
3883
- msgid "c-pr"
3884
- msgstr "Пуэрта-Рыка"
3885
 
3886
- # Qatar
3887
- #: ../admin/view/wp-slimstat-reports.php:1597
3888
- msgid "c-qa"
3889
- msgstr "Катар"
3890
 
3891
- # Réunion
3892
- #: ../admin/view/wp-slimstat-reports.php:1597
3893
- msgid "c-re"
3894
- msgstr "Рэюньён"
3895
 
3896
- # Romania
3897
- #: ../admin/view/wp-slimstat-reports.php:1597
3898
- msgid "c-ro"
3899
- msgstr "Румынія"
 
3900
 
3901
- # Russian Federation
3902
- #: ../admin/view/wp-slimstat-reports.php:1597
3903
- msgid "c-ru"
3904
- msgstr "Расія"
 
3905
 
3906
- # Rwanda
3907
- #: ../admin/view/wp-slimstat-reports.php:1597
3908
- msgid "c-rw"
3909
- msgstr "Руанда"
3910
 
3911
- # Saint Kitts and Nevis
3912
- #: ../admin/view/wp-slimstat-reports.php:1597
3913
- msgid "c-kn"
3914
- msgstr "Сэнт-Кітс і Нэвіс"
3915
 
3916
- # Saint Lucia
3917
- #: ../admin/view/wp-slimstat-reports.php:1597
3918
- msgid "c-lc"
3919
- msgstr "Сэнт-Люсія"
3920
 
3921
- # Saint Martin
3922
- #: ../admin/view/wp-slimstat-reports.php:1597
3923
- msgid "c-mf"
3924
- msgstr "Сен-Мартэн"
 
3925
 
3926
- # Saint Vincent and the Grenadines
3927
- #: ../admin/view/wp-slimstat-reports.php:1597
3928
- msgid "c-vc"
3929
- msgstr "Сэнт-Вінсэнт і Грэнадыны"
 
3930
 
3931
- # Samoa
3932
- #: ../admin/view/wp-slimstat-reports.php:1597
3933
- msgid "c-ws"
3934
- msgstr "Самоа"
 
 
3935
 
3936
- # Sao Tome and Principe
3937
- #: ../admin/view/wp-slimstat-reports.php:1597
3938
- msgid "c-st"
3939
- msgstr "Сан-Томе і Прынсэп"
 
 
 
 
3940
 
3941
- # Saudi Arabia
3942
- #: ../admin/view/wp-slimstat-reports.php:1597
3943
- msgid "c-sa"
3944
- msgstr "Саўдаўская Аравія"
3945
 
3946
- # Senegal
3947
- #: ../admin/view/wp-slimstat-reports.php:1597
3948
- msgid "c-sn"
3949
- msgstr "Сенегал"
3950
 
3951
- # Serbia
3952
- #: ../admin/view/wp-slimstat-reports.php:1597
3953
- msgid "c-rs"
3954
- msgstr "Сербія"
3955
 
3956
- # Sierra Leone
3957
- #: ../admin/view/wp-slimstat-reports.php:1597
3958
- msgid "c-sl"
3959
- msgstr "Сьера-Леонэ"
3960
 
3961
- # Singapore
3962
- #: ../admin/view/wp-slimstat-reports.php:1597
3963
- msgid "c-sg"
3964
- msgstr "Сінгапур"
3965
 
3966
- # Slovakia
3967
- #: ../admin/view/wp-slimstat-reports.php:1597
3968
- msgid "c-sk"
3969
- msgstr "Славакія"
3970
 
3971
- # Slovenia
3972
- #: ../admin/view/wp-slimstat-reports.php:1597
3973
- msgid "c-si"
3974
- msgstr "Славенія"
3975
 
3976
- # Solomon Islands
3977
- #: ../admin/view/wp-slimstat-reports.php:1597
3978
- msgid "c-sb"
3979
- msgstr "Саламонавы выспы"
3980
 
3981
- # Somalia
3982
- #: ../admin/view/wp-slimstat-reports.php:1597
3983
- msgid "c-so"
3984
- msgstr "Самалі"
3985
 
3986
- # South Africa
3987
- #: ../admin/view/wp-slimstat-reports.php:1597
3988
- msgid "c-za"
3989
- msgstr "Паўднёвая Афрыка"
3990
 
3991
- # South Georgia and the South Sandwich Islands
3992
- #: ../admin/view/wp-slimstat-reports.php:1597
3993
- msgid "c-gs"
3994
- msgstr "Паўднёвая Джорджыя і Паўднёвыя Сандвічавы астравы"
3995
 
3996
- # Spain
3997
- #: ../admin/view/wp-slimstat-reports.php:1597
3998
- msgid "c-es"
3999
- msgstr "Іспанія"
4000
 
4001
- # Sri Lanka
4002
- #: ../admin/view/wp-slimstat-reports.php:1597
4003
- msgid "c-lk"
4004
- msgstr "Шры Ланка"
4005
 
4006
- #: ../admin/view/wp-slimstat-reports.php:1597
4007
- msgid "c-sc"
4008
- msgstr "Сейшэльскія выспы"
4009
 
4010
- # Sudan
4011
- #: ../admin/view/wp-slimstat-reports.php:1597
4012
- msgid "c-sd"
4013
- msgstr "Судан"
4014
 
4015
- #: ../admin/view/wp-slimstat-reports.php:1597
4016
- msgid "c-ss"
4017
- msgstr "Паўднёвы Судан"
4018
 
4019
- # Suriname
4020
- #: ../admin/view/wp-slimstat-reports.php:1597
4021
- msgid "c-sr"
4022
- msgstr "Сурынам"
4023
 
4024
- # Svalbard and Jan Mayen
4025
- #: ../admin/view/wp-slimstat-reports.php:1597
4026
- msgid "c-sj"
4027
- msgstr "Шпіцбэрген і Ян-Майен"
4028
 
4029
- # Swaziland
4030
- #: ../admin/view/wp-slimstat-reports.php:1597
4031
- msgid "c-sz"
4032
- msgstr "Свазіленд"
4033
 
4034
- # Sweden
4035
- #: ../admin/view/wp-slimstat-reports.php:1597
4036
- msgid "c-se"
4037
- msgstr "Швецыя"
4038
 
4039
- # Switzerland
4040
- #: ../admin/view/wp-slimstat-reports.php:1597
4041
- msgid "c-ch"
4042
- msgstr "Швейцарыя"
4043
 
4044
- # Syrian Arab Republic
4045
- #: ../admin/view/wp-slimstat-reports.php:1597
4046
- msgid "c-sy"
4047
- msgstr "Сірыйская Арабская Рэспубліка"
4048
 
4049
- # Taiwan, Province of China
4050
- #: ../admin/view/wp-slimstat-reports.php:1597
4051
- msgid "c-tw"
4052
- msgstr "Тайвань"
4053
 
4054
- # Tajikistan
4055
- #: ../admin/view/wp-slimstat-reports.php:1597
4056
- msgid "c-tj"
4057
- msgstr "Таджыкістан"
4058
 
4059
- # United Republic of Tanzania
4060
- #: ../admin/view/wp-slimstat-reports.php:1597
4061
- msgid "c-tz"
4062
- msgstr "Аб'яднаная Рэспубліка Танзанія"
4063
 
4064
- # Thailand
4065
- #: ../admin/view/wp-slimstat-reports.php:1597
4066
- msgid "c-th"
4067
- msgstr "Тайланд"
4068
 
4069
- # Timor-Leste
4070
- #: ../admin/view/wp-slimstat-reports.php:1597
4071
- msgid "c-tl"
4072
- msgstr "Усходні Тымор"
4073
 
4074
- # Togo
4075
- #: ../admin/view/wp-slimstat-reports.php:1597
4076
- msgid "c-tg"
4077
- msgstr "Таго"
4078
 
4079
- # Tonga
4080
- #: ../admin/view/wp-slimstat-reports.php:1597
4081
- msgid "c-to"
4082
- msgstr "Тонга"
4083
 
4084
- # Trinidad and Tobago
4085
- #: ../admin/view/wp-slimstat-reports.php:1597
4086
- msgid "c-tt"
4087
- msgstr "Трынідад і Табага"
4088
 
4089
- # Tunisia
4090
- #: ../admin/view/wp-slimstat-reports.php:1597
4091
- msgid "c-tn"
4092
- msgstr "Туніс"
4093
 
4094
- # Turkey
4095
- #: ../admin/view/wp-slimstat-reports.php:1597
4096
- msgid "c-tr"
4097
- msgstr "Турцыя"
4098
 
4099
- # Turkmenistan
4100
- #: ../admin/view/wp-slimstat-reports.php:1597
4101
- msgid "c-tm"
4102
- msgstr "Туркменістан"
4103
 
4104
- # Turks and Caicos Islands
4105
- #: ../admin/view/wp-slimstat-reports.php:1597
4106
- msgid "c-tc"
4107
- msgstr "Астравы Тэркс і Кайкас"
4108
 
4109
- # Uganda
4110
- #: ../admin/view/wp-slimstat-reports.php:1597
4111
- msgid "c-ug"
4112
- msgstr "Уганда"
4113
 
4114
- # Ukraine
4115
- #: ../admin/view/wp-slimstat-reports.php:1597
4116
- msgid "c-ua"
4117
- msgstr "Украіна"
4118
 
4119
- # United Arab Emirates
4120
- #: ../admin/view/wp-slimstat-reports.php:1597
4121
- msgid "c-ae"
4122
- msgstr "Аб'яднаныя Арабскія Эміраты"
4123
 
4124
- # United Kingdom
4125
- #: ../admin/view/wp-slimstat-reports.php:1597
4126
- msgid "c-gb"
4127
- msgstr "Злучанае Каралеўства"
4128
 
4129
- # United States
4130
- #: ../admin/view/wp-slimstat-reports.php:1597
4131
- msgid "c-us"
4132
- msgstr "ЗША"
4133
 
4134
- # Uruguay
4135
- #: ../admin/view/wp-slimstat-reports.php:1597
4136
- msgid "c-uy"
4137
- msgstr "Уругвай"
4138
 
4139
- # Uzbekistan
4140
- #: ../admin/view/wp-slimstat-reports.php:1597
4141
- msgid "c-uz"
4142
- msgstr "Узбекістан"
4143
 
4144
- # Vanuatu
4145
- #: ../admin/view/wp-slimstat-reports.php:1597
4146
- msgid "c-vu"
4147
- msgstr "Вануату"
4148
 
4149
- # Venezuela
4150
- #: ../admin/view/wp-slimstat-reports.php:1597
4151
- msgid "c-ve"
4152
- msgstr "Венесуэла"
4153
 
4154
- # Viet Nam
4155
- #: ../admin/view/wp-slimstat-reports.php:1597
4156
- msgid "c-vn"
4157
- msgstr "В'етнам"
4158
 
4159
- # British Virgin Islands
4160
- #: ../admin/view/wp-slimstat-reports.php:1597
4161
- msgid "c-vg"
4162
- msgstr "Брытанскія Віргінскія выспы"
4163
 
4164
- # U.S. Virgin Islands
4165
- #: ../admin/view/wp-slimstat-reports.php:1597
4166
- msgid "c-vi"
4167
- msgstr "Віргінскія астравы ЗША"
4168
 
4169
- # Western Sahara
4170
- #: ../admin/view/wp-slimstat-reports.php:1597
4171
- msgid "c-eh"
4172
- msgstr "Заходняя Сахара"
4173
 
4174
- # Yemen
4175
- #: ../admin/view/wp-slimstat-reports.php:1597
4176
- msgid "c-ye"
4177
- msgstr "Емен"
4178
 
4179
- # Zambia
4180
- #: ../admin/view/wp-slimstat-reports.php:1597
4181
- msgid "c-zm"
4182
- msgstr "Замбія"
4183
 
4184
- # Zimbabwe
4185
- #: ../admin/view/wp-slimstat-reports.php:1597
4186
- msgid "c-zw"
4187
- msgstr "Зімбабвэ"
4188
 
4189
- # Guernsey
4190
- #: ../admin/view/wp-slimstat-reports.php:1597
4191
- msgid "c-gg"
4192
- msgstr "Гернсі"
4193
 
4194
- # Jersey
4195
- #: ../admin/view/wp-slimstat-reports.php:1597
4196
- msgid "c-je"
4197
- msgstr "Джэрсі"
4198
 
4199
- # Isle of Man
4200
- #: ../admin/view/wp-slimstat-reports.php:1597
4201
- msgid "c-im"
4202
- msgstr "Востраў Мэн"
4203
 
4204
- # Maldives
4205
- #: ../admin/view/wp-slimstat-reports.php:1597
4206
- msgid "c-mv"
4207
- msgstr "Мальдывы"
4208
 
4209
- #: ../admin/view/wp-slimstat-reports.php:1598
4210
- msgid "c-eu"
4211
- msgstr "Еўропа"
4212
 
4213
- #: ../admin/view/wp-slimstat-reports.php:1712
4214
- msgid "src"
4215
- msgstr ""
4216
 
4217
- #: ../admin/view/wp-slimstat-reports.php:1716
4218
- msgid "serp"
4219
- msgstr "serp"
4220
 
4221
- #: ../admin/view/wp-slimstat-reports.php:1724
4222
- msgid "Go to the referring page"
4223
- msgstr "Перайсці да старонкі са спасылкай"
4224
 
4225
- #: ../admin/view/wp-slimstat-reports.php:1743
4226
- msgid "Remove filter for"
4227
- msgstr "Выдаліць фільтр для"
4228
 
4229
- #: ../admin/view/wp-slimstat-reports.php:1748
4230
- msgid "Save"
4231
- msgstr "Захаваць"
4232
 
4233
- #: ../admin/wp-slimstat-admin.php:32
4234
- msgid "Access Log"
4235
- msgstr "часопіс доступу"
4236
 
4237
- #: ../admin/wp-slimstat-admin.php:38
4238
- msgid "Overview"
4239
- msgstr "агляд"
4240
 
4241
- #: ../admin/wp-slimstat-admin.php:44
4242
- msgid "Audience"
4243
- msgstr "публіка, гледачы"
4244
 
4245
- #: ../admin/wp-slimstat-admin.php:50
4246
- msgid "Site Analysis"
4247
- msgstr "аналіз сайта"
4248
 
4249
- #: ../admin/wp-slimstat-admin.php:68
4250
- msgid "WordPress Dashboard"
4251
- msgstr "WordPress панэль"
4252
 
4253
- #: ../admin/wp-slimstat-admin.php:74
4254
- msgid "Inactive Reports"
4255
- msgstr "Неактыўныя справаздачы"
4256
 
4257
- #: ../admin/wp-slimstat-admin.php:546 ../admin/wp-slimstat-admin.php:614
4258
- msgid "Slimstat"
4259
- msgstr "Slimstat"
4260
 
4261
- #: ../admin/wp-slimstat-admin.php:634 ../admin/wp-slimstat-admin.php:662
4262
- #: ../admin/wp-slimstat-admin.php:665
4263
- msgid "Customize"
4264
- msgstr "Наладзіць"
4265
 
4266
- #: ../admin/wp-slimstat-admin.php:744
4267
- msgid "Pageviews in the last "
4268
- msgstr "Прагляд старонак у апошнім"
4269
 
4270
- #: ../admin/wp-slimstat-admin.php:747
4271
- msgid "Unique IPs in the last "
4272
- msgstr "Унікальныя IP-адрасы ў апошнім"
4273
 
4274
- #: ../admin/wp-slimstat-admin.php:781
4275
- #, php-format
4276
- msgid ""
4277
- " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
4278
- msgstr "І каб сачыць за вашым вэб-трафікам з дапамогай %sSlimStat Analytics%s."
4279
 
4280
- #: ../admin/wp-slimstat-admin.php:806
4281
- msgid "Show on screen"
4282
- msgstr "Паказваць на экране"
4283
 
4284
- #: ../admin/wp-slimstat-admin.php:914
4285
- msgid "Already saved"
4286
- msgstr "Ужо захаваны"
4287
 
4288
- #: ../admin/wp-slimstat-admin.php:922
4289
- msgid "Saved"
4290
- msgstr "Захавана"
4291
 
4292
- #: ../admin/wp-slimstat-admin.php:942
4293
- msgid "Delete this filter"
4294
- msgstr "Выдаліць гэты фільтр"
4295
 
4296
- #: ../admin/wp-slimstat-admin.php:1007
4297
- msgid "On"
4298
- msgstr "уключана"
4299
 
4300
- #: ../admin/wp-slimstat-admin.php:1076
4301
- msgid "Save Changes"
4302
- msgstr "Захаваць змены"
4303
 
4304
- #: ../admin/wp-slimstat-admin.php:1120
4305
- msgid "There was an error updating the following options:"
4306
- msgstr "Была памылка абнаўлення па наступным параметрам:"
4307
 
4308
- #: ../admin/wp-slimstat-admin.php:1123
4309
- msgid "Your changes have been saved."
4310
- msgstr "Вашы змены былі захаваныя."
4311
 
4312
- #: ../admin/wp-slimstat-admin.php:1141
4313
- msgid "Definitions"
4314
- msgstr "Вызначэннi"
4315
 
4316
- #: ../admin/wp-slimstat-admin.php:1144
4317
- msgid "Pageview"
4318
- msgstr "Прагляд старонкі"
4319
 
4320
- #: ../admin/wp-slimstat-admin.php:1144
4321
- msgid ""
4322
- "A request to load a single HTML file (\"page\"). This should be contrasted "
4323
- "with a \"hit\", which refers to a request for any file from a web server. "
4324
- "Slimstat logs a pageview each time the tracking code is executed"
4325
- msgstr ""
4326
- "Запыт загрузіць адзін HTML-файл (\"старонкі\"). Гэта павінна быць "
4327
- "супрацьпастаўленае з \"Хіт\", які спасылаецца на запыт аб прадастаўленні "
4328
- "любога файла з вэб-сервера. Slimstat рэгіструе прагляд старонкі кожны раз, "
4329
- "калі выконваецца код адсочвання"
4330
 
4331
- #: ../admin/wp-slimstat-admin.php:1145
4332
- msgid "(Human) Visit"
4333
- msgstr "(Чалавек) Наведванне"
4334
 
4335
- #: ../admin/wp-slimstat-admin.php:1145
4336
- msgid ""
4337
- "A period of interaction between a visitor's browser and your website, ending "
4338
- "when the browser is closed or when the user has been inactive on that site "
4339
- "for 30 minutes"
4340
- msgstr ""
4341
- "Перыяд ўзаемадзеяння паміж браўзэрам наведвальніка і вашым вэб-сайтам, які "
4342
- "сканчаецца пры закрыцці браўзэра або калі карыстальнік быў неактыўны на "
4343
- "гэтым сайце на працягу 30 хвілін"
4344
 
4345
- #: ../admin/wp-slimstat-admin.php:1146
4346
- msgid ""
4347
- "Any user who has left a comment on your blog, and is thus identified by "
4348
- "Wordpress as a returning visitor"
4349
- msgstr ""
4350
- "Любы карыстальнік, які пакінуў каментарый у вашым блогу, і, такім чынам, быу "
4351
- "вызначаны на Wordpress як вернуты наведвальнік"
4352
 
4353
- #: ../admin/wp-slimstat-admin.php:1147
4354
- msgid "Unique IP"
4355
- msgstr "Унікальны IP"
4356
 
4357
- #: ../admin/wp-slimstat-admin.php:1147
4358
- msgid ""
4359
- "Used to differentiate between multiple requests to download a file from one "
4360
- "internet address (IP) and requests originating from many distinct addresses; "
4361
- "since this measurement looks only at the internet address a pageview came "
4362
- "from, it is useful, but not perfect"
4363
- msgstr ""
4364
- "Адрознiвайце памiж сабой некалькі запытау, якiя трэба для загрузкай файл з "
4365
- "аднаго інтэрнэт-адраса (IP), і запытаў, якія паступаюць з мноства розных "
4366
- "адрасоў; так як гэта вымярэнне глядзіць толькі на інтэрнэт-адрас адкуль "
4367
- "прыйшла старонка, гэта карысна, але не ідэальна"
4368
 
4369
- #: ../admin/wp-slimstat-admin.php:1148
4370
- msgid ""
4371
- "the originating IP address of a client connecting to a web server through an "
4372
- "HTTP proxy or load balancer"
4373
- msgstr ""
4374
- "ініцыявальны IP-адрас кліента падлучэння да вэб-сервера праз проксі-сервер "
4375
- "HTTP цi кампенсатар нагрузкі"
4376
 
4377
- #: ../admin/wp-slimstat-admin.php:1149
4378
- msgid "Direct Traffic"
4379
- msgstr "прамы трафiк"
4380
 
4381
- #: ../admin/wp-slimstat-admin.php:1149
4382
- msgid ""
4383
- "All those people showing up to your Web site by typing in the URL of your "
4384
- "Web site coming or from a bookmark; some people also call this \"default "
4385
- "traffic\" or \"ambient traffic\""
4386
- msgstr ""
4387
- "Усе гэтыя людзі, якія заходзяць да вашага вэб-сайта, увёўшы URL вашага вэб-"
4388
- "сайта або прыходзіць ад закладкі; некаторыя людзі таксама называюць гэта "
4389
- "\"трафік па змаўчанні\" ці \"навакольны трафік\""
4390
 
4391
- #: ../admin/wp-slimstat-admin.php:1150
4392
- msgid "Search Engine"
4393
- msgstr "Пошукавая сістэма"
4394
 
4395
- #: ../admin/wp-slimstat-admin.php:1150
4396
- msgid ""
4397
- "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4398
- "as well as your paid (PPC/SEM) traffic, so be aware of that"
4399
- msgstr ""
4400
- "Google, Yahoo, MSN, Ask, іншыя; гэта вядро будзе ўключаць у сябе увесь ваш "
4401
- "арганічны i платны (PPC/SEM) трафік, так што будзiце у курсе, што"
4402
 
4403
- #: ../admin/wp-slimstat-admin.php:1151 ../admin/wp-slimstat-admin.php:1167
4404
- msgid "Keywords used by your visitors to find your website on a search engine"
4405
- msgstr ""
4406
- "Ключавыя словы, якімі карыстаюцца наведвальнікі, для пошуку вашага сайта ў "
4407
- "пошукавай сістэме"
4408
 
4409
- #: ../admin/wp-slimstat-admin.php:1152
4410
- msgid "SERP"
4411
- msgstr "serp"
4412
 
4413
- #: ../admin/wp-slimstat-admin.php:1152
4414
- msgid ""
4415
- "Short for search engine results page, the Web page that a search engine "
4416
- "returns with the results of its search. The value shown represents your rank "
4417
- "(or position) within that list of results"
4418
- msgstr ""
4419
- "Скарочаны пошук вынікаў на вэб-старонкі i атрыманне вынiкау пошуку на новай "
4420
- "старонцы. Значэнне, якое паказалі прадстаўляе свой ранг (або становішча) у "
4421
- "межах гэтага спісу вынікаў"
4422
 
4423
- #: ../admin/wp-slimstat-admin.php:1153
4424
- msgid ""
4425
- "Any program used for accessing a website; this includes browsers, robots, "
4426
- "spiders and any other program that was used to retrieve information from the "
4427
- "site"
4428
- msgstr ""
4429
- "Любая праграма, якая выкарыстоўваецца для доступу да вэб-сайт; уключае ў "
4430
- "сябе браўзэры, робаты, павукі і любыя іншыя праграмы, якiя выкарыстоуваюцца "
4431
- "для атрымання інфармацыі з сайта"
4432
 
4433
- #: ../admin/wp-slimstat-admin.php:1154
4434
- msgid ""
4435
- "A link from one domain to another is said to be outbound from its source "
4436
- "anchor and inbound to its target. This report lists all the links to other "
4437
- "websites followed by your visitors."
4438
- msgstr ""
4439
- "Спасылка з аднаго дамена на іншы называецца выходны ад яго крыніцы якара і "
4440
- "уязной да сваёй мэты. У гэтай справаздачы пералічаны ўсе спасылкі на іншыя "
4441
- "сайты вашых наведвальнікау."
4442
 
4443
- #: ../admin/wp-slimstat-admin.php:1161
4444
- msgid "Basic Filters"
4445
- msgstr "Асноўныя фільтры"
4446
 
4447
- #: ../admin/wp-slimstat-admin.php:1164
4448
- msgid "User agent (Firefox, Chrome, ...)"
4449
- msgstr "Агент карыстальніка (Firefox, Chrome, ...)"
4450
 
4451
- #: ../admin/wp-slimstat-admin.php:1165
4452
- msgid "2-letter code (us, ru, de, it, ...)"
4453
- msgstr "2-літарны код (us, ru, de, it, ...)"
4454
 
4455
- #: ../admin/wp-slimstat-admin.php:1166
4456
- msgid "IP"
4457
- msgstr "IP"
4458
 
4459
- #: ../admin/wp-slimstat-admin.php:1166
4460
- msgid "Visitor's public IP address"
4461
- msgstr "Публiчны IP-адрас наведвальніка"
4462
 
4463
- #: ../admin/wp-slimstat-admin.php:1168
4464
- #, fuzzy
4465
- #| msgid ""
4466
- #| "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft."
4467
- #| "com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> "
4468
- #| "(first column) for more information"
4469
- msgid ""
4470
- "Please refer to this <a target=\"_blank\" href=\"https://msdn.microsoft.com/"
4471
- "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4472
- "column) for more information"
4473
- msgstr ""
4474
- "Калі ласка, звярніцеся да гэтай <a target=\"_blank\" href=\"http://msdn."
4475
- "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
4476
- "a> ( першы слупок) для атрымання дадатковай інфармацыі"
4477
 
4478
- #: ../admin/wp-slimstat-admin.php:1169
4479
- #, fuzzy
4480
- #| msgid ""
4481
- #| "Accepts identifiers like win7, win98, macosx, ...; please refer to <a "
4482
- #| "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
4483
- #| "\">this manual page</a> for more information"
4484
- msgid ""
4485
- "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4486
- "\"_blank\" href=\"https://php.net/manual/en/function.get-browser.php\">this "
4487
- "manual page</a> for more information"
4488
- msgstr ""
4489
- "Прымае ідэнтыфікатары як Win7, Win98, MacOSX, ...; калі ласка, звярніцеся да "
4490
- "<a target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
4491
- "\"> старонцы кіраўніцтва </a> для атрымання дадатковай інфармацыі"
4492
 
4493
- #: ../admin/wp-slimstat-admin.php:1170
4494
- msgid "URL accessed on your site"
4495
- msgstr "URL-доступ на вашым сайце"
4496
 
4497
- #: ../admin/wp-slimstat-admin.php:1171
4498
- msgid "Complete address of the referrer page"
4499
- msgstr "Адрас"
4500
 
4501
- #: ../admin/wp-slimstat-admin.php:1172
4502
- msgid "Visitor's Name"
4503
- msgstr "Імя наведвальніка"
4504
 
4505
- #: ../admin/wp-slimstat-admin.php:1172
4506
- msgid ""
4507
- "Visitors' names according to the cookie set by Wordpress after they leave a "
4508
- "comment"
4509
- msgstr ""
4510
- "Імёны наведвальнікаў у адпаведнасці з печыва, устаноўленыя Wordpress пасля "
4511
- "таго, як яны пакінуць каментарый"
4512
 
4513
- #: ../admin/wp-slimstat-admin.php:1180
4514
- msgid "Advanced Filters"
4515
- msgstr "Дадатковыя фільтры"
4516
 
4517
- #: ../admin/wp-slimstat-admin.php:1183
4518
- msgid "user agent version (9.0, 11, ...)"
4519
- msgstr "версія агента карыстальніка (9.0, 11, ...)"
4520
 
4521
- #: ../admin/wp-slimstat-admin.php:1184
4522
- msgid ""
4523
- "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4524
- "all others"
4525
- msgstr ""
4526
- "1 = пошукавы робат, 2 = мабільнае прылада, 3 = чытач сіндыкацыі, 0 = ўсе "
4527
- "астатнія"
4528
 
4529
- #: ../admin/wp-slimstat-admin.php:1185
4530
- msgid "Pageview Attributes"
4531
- msgstr "Атрыбуты прагляду старонак"
4532
 
4533
- #: ../admin/wp-slimstat-admin.php:1185
4534
- msgid ""
4535
- "this field is set to <em>[pre]</em> if the resource has been accessed "
4536
- "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4537
- "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
4538
- msgstr ""
4539
- "у гэта поле ўстаноўлена значэнне <em>[pre]</em>, калі рэсурс быў даступны "
4540
- "праз <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4541
- "Link_prefetching_FAQ\">Link Prefetching</a> або падобныя метады"
4542
 
4543
- #: ../admin/wp-slimstat-admin.php:1186
4544
- msgid "author associated to that post/page when the resource was accessed"
4545
- msgstr "аўтар звязаны з запісам/старонкай, калі рэсурс быў даступны"
4546
 
4547
- #: ../admin/wp-slimstat-admin.php:1187
4548
- msgid "ID of the category/term associated to the resource, when available"
4549
- msgstr ""
4550
- "Ідэнтыфікатар катэгорыі / тэрмін, звязаны з рэсурсам, калі такія маюцца"
4551
 
4552
- #: ../admin/wp-slimstat-admin.php:1188
4553
- msgid "visitor's originating IP address, if available"
4554
- msgstr "выходны IP-адрас наведвальніка, калі такая маецца"
4555
 
4556
- #: ../admin/wp-slimstat-admin.php:1189
4557
- #, fuzzy
4558
- #| msgid ""
4559
- #| "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4560
- #| "post_type_archive, tag, taxonomy, category, date, author, archive, "
4561
- #| "search, feed, home; please refer to the <a target=\"_blank\" href="
4562
- #| "\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
4563
- #| "manual page for more information"
4564
- msgid ""
4565
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4566
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4567
- "feed, home; please refer to the <a target=\"_blank\" href=\"https://codex."
4568
- "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
4569
- "information"
4570
- msgstr ""
4571
- "запiс, старонка, iншае: <em>custom-post-type</em>, ўкладанне, у адзіным "
4572
- "ліку, post_type_archive, тэг, сістэматыка, катэгорыя, дата, аўтар, архіў, "
4573
- "пошук,водгук, дом; калі ласка, звярніцеся да старонкі даведніка <a target="
4574
- "\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional "
4575
- "Tags</a> для атрымання дадатковай інфармацыі"
4576
 
4577
- #: ../admin/wp-slimstat-admin.php:1190
4578
- msgid "Screen Resolution"
4579
- msgstr "Паказваць на экране"
4580
 
4581
- #: ../admin/wp-slimstat-admin.php:1190
4582
- msgid "viewport width and height (1024x768, 800x600, ...)"
4583
- msgstr "экран шырыня і вышыня (1024x768, 800x600, ...)"
4584
 
4585
- #: ../admin/wp-slimstat-admin.php:1191
4586
- msgid ""
4587
- "generally used in conjunction with <em>is not empty</em>, identifies human "
4588
- "visitors"
4589
- msgstr ""
4590
- "як правіла, выкарыстоўваецца ў спалучэнні з <em>is not empty</em>, "
4591
- "ідэнтыфікуе чалавека наведвальнікаў"
4592
 
4593
- #: ../admin/wp-slimstat-admin.php:1192
4594
- msgid "Date Filters"
4595
- msgstr "Дата фільтры"
4596
 
4597
- #: ../admin/wp-slimstat-admin.php:1192
4598
- msgid ""
4599
- "you can specify the timeframe by entering a number in the <em>interval</em> "
4600
- "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4601
- "year=blank, interval=-1 will set a year-to-date filter)"
4602
- msgstr ""
4603
- "Вы можаце указаць часовыя рамкі, увёўшы лік у полі <em>interval</em>; "
4604
- "выкарыстоўваць -1 i уключаць <em>to date</em> (i.e., day=1, month=1, "
4605
- "year=blank, interval=-1 will set a year-to-date filter)"
4606
 
4607
- #: ../admin/wp-slimstat-admin.php:1193
4608
- msgid "SERP Position"
4609
- msgstr "SERP Пазіцыя"
4610
 
4611
- #: ../admin/wp-slimstat-admin.php:1193
4612
- msgid ""
4613
- "set the filter to Referer contains cd=N&, where N is the position you are "
4614
- "looking for"
4615
- msgstr "ўсталяваць фільтр Referrer cd=N&, дзе N з'яўляецца палажэннем шука"
4616
 
4617
- #: ../browscap/browser.php:24
4618
- msgid ""
4619
- "The Browscap Library could not be opened on your filesystem. Please check "
4620
- "your server permissions and try again."
4621
- msgstr ""
4622
 
4623
- #: ../browscap/browser.php:61
4624
- msgid ""
4625
- "This library requires at least PHP 5.5. Please ask your service provider to "
4626
- "upgrade your server accordingly."
4627
- msgstr ""
4628
 
4629
- #: ../browscap/browser.php:65
4630
- msgid "No updates are performed during AJAX requests."
4631
- msgstr ""
4632
 
4633
- #: ../browscap/browser.php:69
4634
- msgid ""
4635
- "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
4636
- "config.php file, or contact our support to obtain a copy of our Browscap "
4637
- "Library."
4638
- msgstr ""
4639
 
4640
- #: ../browscap/browser.php:110
4641
- msgid ""
4642
- "There was an error checking the remote library version. Please try again "
4643
- "later."
4644
- msgstr ""
4645
 
4646
- #: ../browscap/browser.php:117
4647
- msgid "Your version of the library does not need to be updated."
4648
- msgstr ""
4649
 
4650
- #: ../browscap/browser.php:128
4651
- msgid ""
4652
- "There was an error saving the Browscap data file on your server. Please "
4653
- "check your folder permissions."
4654
- msgstr ""
4655
 
4656
- #: ../browscap/browser.php:135
4657
- msgid ""
4658
- "There was an error downloading the Browscap data file from our server. "
4659
- "Please try again later."
4660
- msgstr ""
4661
 
4662
- #: ../browscap/browser.php:144
4663
- msgid ""
4664
- "Could not initialize the WP Filesystem API. Please check your folder "
4665
- "permissions and PHP configuration."
4666
- msgstr ""
4667
 
4668
- #: ../browscap/browser.php:159
4669
- msgid ""
4670
- "There was an error uncompressing the Browscap data file on your server. "
4671
- "Please check your folder permissions and PHP configuration."
4672
- msgstr ""
4673
 
4674
- #: ../browscap/browser.php:167
4675
- msgid "The Browscap data file has been installed on your server."
4676
- msgstr ""
4677
 
4678
- #: ../languages/dynamic_strings.php:3
4679
- msgid "xx"
4680
- msgstr ""
4681
 
4682
- #: ../languages/dynamic_strings.php:6
4683
- msgid "aix"
4684
- msgstr "AIX"
4685
 
4686
- #: ../languages/dynamic_strings.php:7
4687
- msgid "amiga"
4688
- msgstr "Amiga"
4689
 
4690
- #: ../languages/dynamic_strings.php:8
4691
- msgid "android"
4692
- msgstr ""
4693
 
4694
- #: ../languages/dynamic_strings.php:9
4695
- msgid "beos"
4696
- msgstr ""
4697
 
4698
- #: ../languages/dynamic_strings.php:10
4699
- msgid "blackberry os"
4700
- msgstr ""
4701
 
4702
- #: ../languages/dynamic_strings.php:11
4703
- msgid "centos"
4704
- msgstr "кампіляцыя"
4705
 
4706
- #: ../languages/dynamic_strings.php:12
4707
- msgid "chromeos"
4708
- msgstr ""
4709
 
4710
- #: ../languages/dynamic_strings.php:13
4711
- msgid "commodore64"
4712
- msgstr ""
4713
 
4714
- #: ../languages/dynamic_strings.php:14
4715
- msgid "cygwin"
4716
- msgstr ""
4717
 
4718
- #: ../languages/dynamic_strings.php:15
4719
- msgid "debian"
4720
- msgstr ""
4721
 
4722
- #: ../languages/dynamic_strings.php:16
4723
- msgid "digital unix"
4724
- msgstr ""
4725
 
4726
- #: ../languages/dynamic_strings.php:17
4727
- msgid "fedora"
4728
- msgstr "мяккi фетравы капялюш"
4729
 
4730
- #: ../languages/dynamic_strings.php:18
4731
- msgid "firefoxos"
4732
- msgstr ""
4733
 
4734
- #: ../languages/dynamic_strings.php:19
4735
- msgid "freebsd"
4736
- msgstr ""
4737
 
4738
- #: ../languages/dynamic_strings.php:20
4739
- msgid "gentoo"
4740
- msgstr "папуасскій"
4741
 
4742
- #: ../languages/dynamic_strings.php:21
4743
- msgid "hp-ux"
4744
- msgstr ""
4745
 
4746
- #: ../languages/dynamic_strings.php:22
4747
- msgid "ios"
4748
- msgstr ""
4749
 
4750
- #: ../languages/dynamic_strings.php:23
4751
- msgid "iphone os"
4752
- msgstr "айфон ас"
4753
 
4754
- #: ../languages/dynamic_strings.php:24
4755
- msgid "iphone osx"
4756
- msgstr ""
4757
 
4758
- #: ../languages/dynamic_strings.php:25
4759
- msgid "irix"
4760
- msgstr ""
4761
 
4762
- #: ../languages/dynamic_strings.php:26
4763
- msgid "java"
4764
- msgstr ""
4765
 
4766
- #: ../languages/dynamic_strings.php:27
4767
- msgid "kanotix"
4768
- msgstr ""
4769
 
4770
- #: ../languages/dynamic_strings.php:28
4771
- msgid "knoppix"
4772
- msgstr ""
4773
 
4774
- #: ../languages/dynamic_strings.php:29
4775
- msgid "linux"
4776
- msgstr ""
4777
 
4778
- #: ../languages/dynamic_strings.php:30
4779
- msgid "mac"
4780
- msgstr ""
4781
 
4782
- #: ../languages/dynamic_strings.php:31
4783
- msgid "mac68k"
4784
- msgstr ""
4785
 
4786
- #: ../languages/dynamic_strings.php:32
4787
- msgid "macos"
4788
- msgstr ""
4789
 
4790
- #: ../languages/dynamic_strings.php:33
4791
- msgid "macosx"
4792
- msgstr ""
4793
 
4794
- #: ../languages/dynamic_strings.php:34
4795
- msgid "macppc"
4796
- msgstr ""
4797
 
4798
- #: ../languages/dynamic_strings.php:35
4799
- msgid "mandrake"
4800
- msgstr "мандрагора"
4801
 
4802
- #: ../languages/dynamic_strings.php:36
4803
- msgid "mandriva"
4804
- msgstr ""
4805
 
4806
- #: ../languages/dynamic_strings.php:37
4807
- msgid "mepis"
4808
- msgstr ""
4809
 
4810
- #: ../languages/dynamic_strings.php:38
4811
- msgid "ms-dos"
4812
- msgstr "мс-дос"
4813
 
4814
- #: ../languages/dynamic_strings.php:39
4815
- msgid "netbsd"
4816
- msgstr ""
4817
 
4818
- #: ../languages/dynamic_strings.php:40
4819
- msgid "nintendo"
4820
- msgstr "Нінтэнда"
4821
 
4822
- #: ../languages/dynamic_strings.php:41
4823
- msgid "openbsd"
4824
- msgstr ""
4825
 
4826
- #: ../languages/dynamic_strings.php:42
4827
- msgid "openvms"
4828
- msgstr ""
4829
 
4830
- #: ../languages/dynamic_strings.php:43
4831
- msgid "os/2"
4832
- msgstr ""
4833
 
4834
- #: ../languages/dynamic_strings.php:44
4835
- msgid "palm"
4836
- msgstr ""
4837
 
4838
- #: ../languages/dynamic_strings.php:45
4839
- msgid "palmos"
4840
- msgstr ""
4841
 
4842
- #: ../languages/dynamic_strings.php:46
4843
- msgid "pclinuxos"
4844
- msgstr ""
4845
 
4846
- #: ../languages/dynamic_strings.php:47
4847
- msgid "playstation"
4848
- msgstr ""
4849
 
4850
- #: ../languages/dynamic_strings.php:48
4851
- msgid "powertv"
4852
- msgstr ""
4853
 
4854
- #: ../languages/dynamic_strings.php:49
4855
- msgid "redhat"
4856
- msgstr "чырвоны капялюш"
4857
 
4858
- #: ../languages/dynamic_strings.php:50
4859
- msgid "rim os"
4860
- msgstr ""
4861
 
4862
- #: ../languages/dynamic_strings.php:51
4863
- msgid "risc os"
4864
- msgstr ""
 
 
 
4865
 
4866
- #: ../languages/dynamic_strings.php:52
4867
- msgid "slackware"
4868
- msgstr ""
4869
 
4870
- #: ../languages/dynamic_strings.php:53
4871
- msgid "solaris"
4872
- msgstr ""
4873
 
4874
- #: ../languages/dynamic_strings.php:54
4875
- msgid "sunos"
4876
- msgstr ""
4877
 
4878
- #: ../languages/dynamic_strings.php:55
4879
- msgid "suse"
4880
- msgstr ""
4881
 
4882
- #: ../languages/dynamic_strings.php:56
4883
- msgid "symbianos"
4884
- msgstr ""
4885
 
4886
- #: ../languages/dynamic_strings.php:57
4887
- msgid "ubuntu"
4888
- msgstr ""
4889
 
4890
- #: ../languages/dynamic_strings.php:58
4891
- msgid "unix"
4892
- msgstr ""
4893
 
4894
- #: ../languages/dynamic_strings.php:59
4895
- msgid "unknown"
4896
- msgstr "невядомы"
4897
 
4898
- #: ../languages/dynamic_strings.php:60
4899
- msgid "xandros"
4900
- msgstr ""
4901
 
4902
- #: ../languages/dynamic_strings.php:61
4903
- msgid "wap"
4904
- msgstr ""
4905
 
4906
- #: ../languages/dynamic_strings.php:62
4907
- msgid "webos"
4908
- msgstr ""
4909
 
4910
- #: ../languages/dynamic_strings.php:63
4911
- msgid "win10"
4912
- msgstr ""
4913
 
4914
- #: ../languages/dynamic_strings.php:64
4915
- msgid "win16"
4916
- msgstr ""
4917
 
4918
- #: ../languages/dynamic_strings.php:65
4919
- msgid "win2000"
4920
- msgstr ""
4921
 
4922
- #: ../languages/dynamic_strings.php:66
4923
- msgid "win2003"
4924
- msgstr ""
4925
 
4926
- #: ../languages/dynamic_strings.php:67
4927
- msgid "win31"
4928
- msgstr ""
4929
 
4930
- #: ../languages/dynamic_strings.php:68
4931
- msgid "win32"
4932
- msgstr ""
4933
 
4934
- #: ../languages/dynamic_strings.php:69 ../languages/dynamic_strings.php:70
4935
- msgid "win7"
4936
- msgstr ""
4937
 
4938
- #: ../languages/dynamic_strings.php:71
4939
- msgid "win8"
4940
- msgstr ""
4941
 
4942
- #: ../languages/dynamic_strings.php:72
4943
- msgid "win8.1"
4944
- msgstr ""
4945
 
4946
- #: ../languages/dynamic_strings.php:73
4947
- msgid "win95"
4948
- msgstr ""
4949
 
4950
- #: ../languages/dynamic_strings.php:74
4951
- msgid "win98"
4952
- msgstr ""
4953
 
4954
- #: ../languages/dynamic_strings.php:75
4955
- msgid "wince"
4956
- msgstr "здрыгануцца"
4957
 
4958
- #: ../languages/dynamic_strings.php:76
4959
- msgid "winme"
4960
- msgstr ""
4961
 
4962
- #: ../languages/dynamic_strings.php:77
4963
- msgid "winnt"
4964
- msgstr ""
4965
 
4966
- #: ../languages/dynamic_strings.php:78
4967
- msgid "winphone7"
4968
- msgstr ""
4969
 
4970
- #: ../languages/dynamic_strings.php:79
4971
- msgid "winphone7.5"
4972
- msgstr ""
4973
 
4974
- #: ../languages/dynamic_strings.php:80
4975
- msgid "winphone8"
4976
- msgstr ""
4977
 
4978
- #: ../languages/dynamic_strings.php:81
4979
- msgid "winphone8.1"
4980
- msgstr ""
4981
 
4982
- #: ../languages/dynamic_strings.php:82
4983
- msgid "winrt"
4984
- msgstr ""
4985
 
4986
- #: ../languages/dynamic_strings.php:83
4987
- msgid "winvista"
4988
- msgstr ""
4989
 
4990
- #: ../languages/dynamic_strings.php:84
4991
- msgid "winxp"
4992
- msgstr ""
4993
 
4994
- #: ../languages/dynamic_strings.php:85
4995
- msgid "wyderos"
4996
- msgstr ""
4997
 
4998
- #: ../languages/dynamic_strings.php:86
4999
- msgid "zaurus"
5000
- msgstr ""
5001
 
5002
- #: ../languages/dynamic_strings.php:89
5003
- msgid "acrobat"
5004
- msgstr ""
5005
 
5006
- #: ../languages/dynamic_strings.php:90
5007
- msgid "director"
5008
- msgstr ""
5009
 
5010
- #: ../languages/dynamic_strings.php:91
5011
- msgid "flash"
5012
- msgstr ""
5013
 
5014
- #: ../languages/dynamic_strings.php:92
5015
- msgid "mediaplayer"
5016
- msgstr "медыя-плэер"
5017
 
5018
- #: ../languages/dynamic_strings.php:93
5019
- msgid "quicktime"
5020
- msgstr ""
5021
 
5022
- #: ../languages/dynamic_strings.php:94
5023
- msgid "pdfviewer"
5024
- msgstr ""
5025
 
5026
- #: ../languages/dynamic_strings.php:95
5027
- msgid "real"
5028
- msgstr "рэальны"
5029
 
5030
- #: ../languages/dynamic_strings.php:96
5031
- msgid "silverlight"
5032
- msgstr ""
5033
 
5034
- #: ../languages/dynamic_strings.php:99
5035
- msgid "p-and"
5036
- msgstr "Android"
5037
 
5038
- #: ../languages/dynamic_strings.php:100
5039
- msgid "p-bla"
5040
- msgstr "BlackBerry"
5041
 
5042
- #: ../languages/dynamic_strings.php:101
5043
- msgid "p-chr"
5044
- msgstr "Chrome OS"
5045
 
5046
- #: ../languages/dynamic_strings.php:102
5047
- msgid "p-fir"
5048
- msgstr "Fire OS"
5049
 
5050
- #: ../languages/dynamic_strings.php:103
5051
- msgid "p-fre"
5052
- msgstr "Linux FreeBSD"
5053
 
5054
- #: ../languages/dynamic_strings.php:104
5055
- msgid "p-ios"
5056
- msgstr "Apple iOS"
5057
 
5058
- #: ../languages/dynamic_strings.php:105
5059
- msgid "p-jav"
5060
- msgstr "Java-based OS"
5061
 
5062
- #: ../languages/dynamic_strings.php:106
5063
- msgid "p-lin"
5064
- msgstr "Linux"
5065
 
5066
- #: ../languages/dynamic_strings.php:107
5067
- msgid "p-mac"
5068
- msgstr "Apple"
5069
 
5070
- #: ../languages/dynamic_strings.php:108
5071
- msgid "p-rim"
5072
- msgstr "Blackberry RIM"
5073
 
5074
- #: ../languages/dynamic_strings.php:109
5075
- msgid "p-sym"
5076
- msgstr "Symbian OS"
5077
 
5078
- #: ../languages/dynamic_strings.php:110
5079
- msgid "p-ubu"
5080
- msgstr "Linux Ubuntu"
5081
 
5082
- #: ../languages/dynamic_strings.php:111
5083
- msgid "p-unk"
5084
- msgstr "невядомы"
5085
 
5086
- #: ../languages/dynamic_strings.php:112
5087
- msgid "p-win"
5088
- msgstr "Microsoft"
 
 
5089
 
5090
  # Afrikaans
5091
- #: ../languages/dynamic_strings.php:115
5092
- msgid "l-af"
5093
- msgstr "Афрыкаанскі"
5094
 
5095
  # Afrikaans
5096
- #: ../languages/dynamic_strings.php:116
5097
- msgid "l-af-za"
5098
- msgstr "Афрыкаанскі (Паўднёвая Афрыка)"
5099
 
5100
  # Arabic
5101
- #: ../languages/dynamic_strings.php:117
5102
- msgid "l-ar"
5103
- msgstr "арабская"
5104
 
5105
  # Arabic
5106
- #: ../languages/dynamic_strings.php:118
5107
- msgid "l-ar-ae"
5108
- msgstr "Арабская (ААЭ)"
5109
 
5110
  # Arabic
5111
- #: ../languages/dynamic_strings.php:119
5112
- msgid "l-ar-bh"
5113
- msgstr "Арабская (Бахрэйн)"
5114
 
5115
  # Arabic
5116
- #: ../languages/dynamic_strings.php:120
5117
- msgid "l-ar-dz"
5118
- msgstr "Арабская (Алжыр)"
5119
 
5120
  # Arabic
5121
- #: ../languages/dynamic_strings.php:121
5122
- msgid "l-ar-eg"
5123
- msgstr "Арабская (Егіпет)"
5124
 
5125
  # Arabic
5126
- #: ../languages/dynamic_strings.php:122
5127
- msgid "l-ar-iq"
5128
- msgstr "Арабская (Ірак)"
5129
 
5130
  # Arabic
5131
- #: ../languages/dynamic_strings.php:123
5132
- msgid "l-ar-jo"
5133
- msgstr "Арабская (Іарданія)"
5134
 
5135
  # Arabic
5136
- #: ../languages/dynamic_strings.php:124
5137
- msgid "l-ar-kw"
5138
- msgstr "Арабская (Кувейт)"
5139
 
5140
  # Arabic
5141
- #: ../languages/dynamic_strings.php:125
5142
- msgid "l-ar-lb"
5143
- msgstr "Арабская (Ліван)"
5144
 
5145
  # Arabic
5146
- #: ../languages/dynamic_strings.php:126
5147
- msgid "l-ar-ly"
5148
- msgstr "Арабская (Лівія)"
5149
 
5150
  # Arabic
5151
- #: ../languages/dynamic_strings.php:127
5152
- msgid "l-ar-ma"
5153
- msgstr "Арабская (Марока)"
5154
 
5155
  # Arabic
5156
- #: ../languages/dynamic_strings.php:128
5157
- msgid "l-ar-om"
5158
- msgstr "Арабская (Аман)"
5159
 
5160
  # Arabic
5161
- #: ../languages/dynamic_strings.php:129
5162
- msgid "l-ar-qa"
5163
- msgstr "Арабская (Катар)"
5164
 
5165
  # Arabic
5166
- #: ../languages/dynamic_strings.php:130
5167
- msgid "l-ar-sa"
5168
- msgstr "Арабская (Саудаўская Аравія)"
5169
 
5170
  # Arabic
5171
- #: ../languages/dynamic_strings.php:131
5172
- msgid "l-ar-sy"
5173
- msgstr "Арабская (Сірыя)"
5174
 
5175
  # Arabic
5176
- #: ../languages/dynamic_strings.php:132
5177
- msgid "l-ar-tn"
5178
- msgstr "Арабская (Туніс)"
5179
 
5180
  # Arabic
5181
- #: ../languages/dynamic_strings.php:133
5182
- msgid "l-ar-ye"
5183
- msgstr "Арабская (Емен)"
5184
 
5185
  # Azerbaijani
5186
- #: ../languages/dynamic_strings.php:134
5187
- msgid "l-az"
5188
- msgstr "азербайджанская"
5189
 
5190
  # Azerbaijani
5191
- #: ../languages/dynamic_strings.php:135
5192
- msgid "l-az-az"
5193
- msgstr "Азербайджанская (Латынь)"
5194
 
5195
  # Belarusian
5196
- #: ../languages/dynamic_strings.php:136
5197
- msgid "l-be"
5198
- msgstr "Беларуская"
5199
 
5200
  # Belarusian
5201
- #: ../languages/dynamic_strings.php:137
5202
- msgid "l-be-by"
5203
- msgstr "Беларуская (Беларусь)"
5204
 
5205
  # Bulgarian
5206
- #: ../languages/dynamic_strings.php:138
5207
- msgid "l-bg"
5208
- msgstr "Балнарская"
5209
 
5210
  # Bulgarian
5211
- #: ../languages/dynamic_strings.php:139
5212
- msgid "l-bg-bg"
5213
- msgstr "Балгарская (Балгарыя)"
5214
 
5215
  # Bosnian
5216
- #: ../languages/dynamic_strings.php:140
5217
- msgid "l-bs-ba"
5218
- msgstr "Баснійская"
5219
 
5220
  # Catalan; Valencian
5221
- #: ../languages/dynamic_strings.php:141
5222
- msgid "l-ca"
5223
- msgstr "Каталонская"
5224
 
5225
  # Catalan; Valencian
5226
- #: ../languages/dynamic_strings.php:142
5227
- msgid "l-ca-es"
5228
- msgstr "Каталонская; Валенская"
5229
 
5230
  # Czech
5231
- #: ../languages/dynamic_strings.php:143
5232
- msgid "l-cs"
5233
- msgstr "Чэшская"
5234
 
5235
  # Czech
5236
- #: ../languages/dynamic_strings.php:144
5237
- msgid "l-cs-cz"
5238
- msgstr "Чэшская (Чэская Рэспубліка)"
5239
 
5240
  # Welsh
5241
- #: ../languages/dynamic_strings.php:145
5242
- msgid "l-cy"
5243
- msgstr "валійская"
5244
 
5245
  # Welsh
5246
- #: ../languages/dynamic_strings.php:146
5247
- msgid "l-cy-gb"
5248
- msgstr "Валійская (Велікабрытанія"
5249
 
5250
  # Danish
5251
- #: ../languages/dynamic_strings.php:147
5252
- msgid "l-da"
5253
- msgstr "Дацкая"
5254
 
5255
  # Danish
5256
- #: ../languages/dynamic_strings.php:148
5257
- msgid "l-da-dk"
5258
- msgstr "Дацкая (Данія)"
5259
 
5260
  # German
5261
- #: ../languages/dynamic_strings.php:149
5262
- msgid "l-de"
5263
- msgstr "Нямецкая"
5264
 
5265
  # German
5266
- #: ../languages/dynamic_strings.php:150
5267
- msgid "l-de-at"
5268
- msgstr "Нямецкая (Аўстрыя)"
5269
 
5270
  # German
5271
- #: ../languages/dynamic_strings.php:151
5272
- msgid "l-de-ch"
5273
- msgstr "Нямецкая (Швейцарыя)"
5274
 
5275
  # German
5276
- #: ../languages/dynamic_strings.php:152
5277
- msgid "l-de-de"
5278
- msgstr "Нямецкая (Германія)"
5279
 
5280
  # German
5281
- #: ../languages/dynamic_strings.php:153
5282
- msgid "l-de-li"
5283
- msgstr "Нямецкая (Ліхтэнштэйн)"
5284
 
5285
  # German
5286
- #: ../languages/dynamic_strings.php:154
5287
- msgid "l-de-lu"
5288
- msgstr "Нямецкая (Люксембург)"
5289
 
5290
  # Dhivehi; Divehi; Maldivian
5291
- #: ../languages/dynamic_strings.php:155
5292
- msgid "l-dv"
5293
- msgstr "Дывехі; дывехі; мальдыўская"
5294
 
5295
  # Dhivehi; Divehi; Maldivian
5296
- #: ../languages/dynamic_strings.php:156
5297
- msgid "l-dv-mv"
5298
- msgstr "Мальдыўская"
5299
 
5300
  # Modern Greek (1453-)
5301
- #: ../languages/dynamic_strings.php:157
5302
- msgid "l-el"
5303
- msgstr "Грэцкі"
5304
 
5305
  # Modern Greek (1453-)
5306
- #: ../languages/dynamic_strings.php:158
5307
- msgid "l-el-gr"
5308
- msgstr "Грэцкі (Грэцыя)"
5309
 
5310
  # English
5311
- #: ../languages/dynamic_strings.php:159
5312
- msgid "l-en"
5313
- msgstr "англійская"
5314
 
5315
  # English
5316
- #: ../languages/dynamic_strings.php:160
5317
- msgid "l-en-au"
5318
- msgstr "англійская (Аўстралія)"
5319
 
5320
  # English
5321
- #: ../languages/dynamic_strings.php:161
5322
- msgid "l-en-bz"
5323
- msgstr "англійская (Беліз)"
5324
 
5325
  # English
5326
- #: ../languages/dynamic_strings.php:162
5327
- msgid "l-en-ca"
5328
- msgstr "англійская (Канада)"
5329
 
5330
  # English
5331
- #: ../languages/dynamic_strings.php:163
5332
- msgid "l-en-cb"
5333
- msgstr "англійская (карыбскі)"
5334
 
5335
  # English
5336
- #: ../languages/dynamic_strings.php:164
5337
- msgid "l-en-gb"
5338
- msgstr "Англійская (Вялікабрытанія)"
5339
 
5340
  # English
5341
- #: ../languages/dynamic_strings.php:165
5342
- msgid "l-en-ie"
5343
- msgstr "Англійская (Ірландыя)"
5344
 
5345
  # English
5346
- #: ../languages/dynamic_strings.php:166
5347
- msgid "l-en-jm"
5348
- msgstr "Англійская (Ямайка)"
5349
 
5350
  # English
5351
- #: ../languages/dynamic_strings.php:167
5352
- msgid "l-en-nz"
5353
- msgstr "Англійская (Новая Зеландыя)"
5354
 
5355
  # English
5356
- #: ../languages/dynamic_strings.php:168
5357
- msgid "l-en-ph"
5358
- msgstr "Англійская (Філіпіны)"
5359
 
5360
  # English
5361
- #: ../languages/dynamic_strings.php:169
5362
- msgid "l-en-tt"
5363
- msgstr "Англійская (Трынідад і Табага)"
5364
 
5365
  # English
5366
- #: ../languages/dynamic_strings.php:170
5367
- msgid "l-en-us"
5368
- msgstr "Англійская (ЗША)"
5369
 
5370
  # English
5371
- #: ../languages/dynamic_strings.php:171
5372
- msgid "l-en-za"
5373
- msgstr "Англійская (Паўднёвая Афрыка)"
5374
 
5375
  # English
5376
- #: ../languages/dynamic_strings.php:172
5377
- msgid "l-en-zw"
5378
- msgstr "Англійская (Зімбабвэ)"
5379
 
5380
  # Esperanto
5381
- #: ../languages/dynamic_strings.php:173
5382
- msgid "l-eo"
5383
- msgstr "эсперанта"
5384
 
5385
  # Spanish; Castilian
5386
- #: ../languages/dynamic_strings.php:174
5387
- msgid "l-es"
5388
- msgstr "іспанскі"
5389
 
5390
  # Spanish; Castilian
5391
- #: ../languages/dynamic_strings.php:175
5392
- msgid "l-es-ar"
5393
- msgstr "Іспанскі (Аргенціна)"
5394
 
5395
  # Spanish; Castilian
5396
- #: ../languages/dynamic_strings.php:176
5397
- msgid "l-es-bo"
5398
- msgstr "Іспанскі (Балівія)"
5399
 
5400
  # Spanish; Castilian
5401
- #: ../languages/dynamic_strings.php:177
5402
- msgid "l-es-cl"
5403
- msgstr "Іспанскі (Чылі)"
5404
 
5405
  # Spanish; Castilian
5406
- #: ../languages/dynamic_strings.php:178
5407
- msgid "l-es-co"
5408
- msgstr "Іспанскі (Калумбія)"
5409
 
5410
  # Spanish; Castilian
5411
- #: ../languages/dynamic_strings.php:179
5412
- msgid "l-es-cr"
5413
- msgstr "Іспанскі (Коста-Рыка)"
5414
 
5415
  # Spanish; Castilian
5416
- #: ../languages/dynamic_strings.php:180
5417
- msgid "l-es-do"
5418
- msgstr "Іспанскі (Дамініканская Рэспубліка)"
5419
 
5420
  # Spanish; Castilian
5421
- #: ../languages/dynamic_strings.php:181
5422
- msgid "l-es-ec"
5423
- msgstr "Іспанскі (Эквадор)"
5424
 
5425
  # Spanish; Castilian
5426
- #: ../languages/dynamic_strings.php:182
5427
- msgid "l-es-es"
5428
- msgstr "Іспанскі (Іспанія)"
5429
 
5430
  # Spanish; Castilian
5431
- #: ../languages/dynamic_strings.php:183
5432
- msgid "l-es-gt"
5433
- msgstr "Іспанскі (Гватэмала)"
5434
 
5435
  # Spanish; Castilian
5436
- #: ../languages/dynamic_strings.php:184
5437
- msgid "l-es-hn"
5438
- msgstr "Іспанскі (Гандурас)"
5439
 
5440
  # Spanish; Castilian
5441
- #: ../languages/dynamic_strings.php:185
5442
- msgid "l-es-mx"
5443
- msgstr "Іспанскі (Мексіка)"
5444
 
5445
  # Spanish; Castilian
5446
- #: ../languages/dynamic_strings.php:186
5447
- msgid "l-es-ni"
5448
- msgstr "Іспанскі (Нікарагуа)"
5449
 
5450
  # Spanish; Castilian
5451
- #: ../languages/dynamic_strings.php:187
5452
- msgid "l-es-pa"
5453
- msgstr "Іспанскі (Панама)"
5454
 
5455
  # Spanish; Castilian
5456
- #: ../languages/dynamic_strings.php:188
5457
- msgid "l-es-pe"
5458
- msgstr "Іспанскі (Перу)"
5459
 
5460
  # Spanish; Castilian
5461
- #: ../languages/dynamic_strings.php:189
5462
- msgid "l-es-pr"
5463
- msgstr "Іспанскі (Пуэрта-Рыка)"
5464
 
5465
  # Spanish; Castilian
5466
- #: ../languages/dynamic_strings.php:190
5467
- msgid "l-es-py"
5468
- msgstr "Spanish (Paraguay)"
5469
 
5470
  # Spanish; Castilian
5471
- #: ../languages/dynamic_strings.php:191
5472
- msgid "l-es-sv"
5473
- msgstr "Іспанскі (Сальвадор)"
5474
 
5475
  # Spanish; Castilian
5476
- #: ../languages/dynamic_strings.php:192
5477
- msgid "l-es-uy"
5478
- msgstr "Іспанскі (Уругвай)"
5479
 
5480
  # Spanish; Castilian
5481
- #: ../languages/dynamic_strings.php:193
5482
- msgid "l-es-ve"
5483
- msgstr "Іспанскі (Венесуэла)"
5484
 
5485
  # Estonian
5486
- #: ../languages/dynamic_strings.php:194
5487
- msgid "l-et"
5488
- msgstr "эстонскі"
5489
 
5490
  # Estonian
5491
- #: ../languages/dynamic_strings.php:195
5492
- msgid "l-et-ee"
5493
- msgstr "Эстоніскі (Эстонія)"
5494
 
5495
  # Basque
5496
- #: ../languages/dynamic_strings.php:196
5497
- msgid "l-eu"
5498
- msgstr "баскская"
5499
 
5500
  # Basque
5501
- #: ../languages/dynamic_strings.php:197
5502
- msgid "l-eu-es"
5503
- msgstr "Баскская (Іспанія)"
5504
 
5505
  # Persian
5506
- #: ../languages/dynamic_strings.php:198
5507
- msgid "l-fa"
5508
- msgstr "Фарсі"
5509
 
5510
  # Persian
5511
- #: ../languages/dynamic_strings.php:199
5512
- msgid "l-fa-ir"
5513
- msgstr "Фарсі (Іран)"
5514
 
5515
  # Finnish
5516
- #: ../languages/dynamic_strings.php:200
5517
- msgid "l-fi"
5518
- msgstr "фінскі"
5519
 
5520
  # Finnish
5521
- #: ../languages/dynamic_strings.php:201
5522
- msgid "l-fi-fi"
5523
- msgstr "Фінскі (Фінляндыя)"
5524
 
5525
  # Faroese
5526
- #: ../languages/dynamic_strings.php:202
5527
- msgid "l-fo"
5528
- msgstr "Фарэрская"
5529
 
5530
  # Faroese
5531
- #: ../languages/dynamic_strings.php:203
5532
- msgid "l-fo-fo"
5533
- msgstr "Фарэрская (Фарэрскія выспы)"
5534
 
5535
  # French
5536
- #: ../languages/dynamic_strings.php:204
5537
- msgid "l-fr"
5538
- msgstr "французская"
5539
 
5540
  # French
5541
- #: ../languages/dynamic_strings.php:205
5542
- msgid "l-fr-be"
5543
- msgstr "Французская (Бельгія)"
5544
 
5545
  # French
5546
- #: ../languages/dynamic_strings.php:206
5547
- msgid "l-fr-ca"
5548
- msgstr "Французская (Канада)"
5549
 
5550
  # French
5551
- #: ../languages/dynamic_strings.php:207
5552
- msgid "l-fr-ch"
5553
- msgstr "Французская (Швейцарыя)"
5554
 
5555
  # French
5556
- #: ../languages/dynamic_strings.php:208
5557
- msgid "l-fr-fr"
5558
- msgstr "Французская (Францыя)"
5559
 
5560
  # French
5561
- #: ../languages/dynamic_strings.php:209
5562
- msgid "l-fr-lu"
5563
- msgstr "Французская (Люксембург)"
5564
 
5565
  # French
5566
- #: ../languages/dynamic_strings.php:210
5567
- msgid "l-fr-mc"
5568
- msgstr "Французская (Манака)"
5569
 
5570
  # Galician
5571
- #: ../languages/dynamic_strings.php:211
5572
- msgid "l-gl"
5573
- msgstr "Галіцкая"
5574
 
5575
  # Spanish; Castilian
5576
- #: ../languages/dynamic_strings.php:212
5577
- msgid "l-gl-es"
5578
- msgstr "Галіцкая (Іспанія)"
5579
 
5580
  # Gujarati
5581
- #: ../languages/dynamic_strings.php:213
5582
- msgid "l-gu"
5583
- msgstr "гуяраці"
5584
 
5585
  # Gujarati
5586
- #: ../languages/dynamic_strings.php:214
5587
- msgid "l-gu-in"
5588
- msgstr "гуяраці (Індыя) "
5589
 
5590
  # Hebrew
5591
- #: ../languages/dynamic_strings.php:215
5592
- msgid "l-he"
5593
- msgstr "іўрыт"
5594
 
5595
  # Hebrew
5596
- #: ../languages/dynamic_strings.php:216
5597
- msgid "l-he-il"
5598
- msgstr "Іўрыт (Ізраіль)"
5599
 
5600
  # Hindi
5601
- #: ../languages/dynamic_strings.php:217
5602
- msgid "l-hi"
5603
- msgstr "Хіндзі"
5604
 
5605
  # Hindi
5606
- #: ../languages/dynamic_strings.php:218
5607
- msgid "l-hi-in"
5608
- msgstr "Хіндзі (Індыя)"
5609
 
5610
  # Croatian
5611
- #: ../languages/dynamic_strings.php:219
5612
- msgid "l-hr"
5613
- msgstr "харвацкая"
5614
 
5615
  # Croatian
5616
- #: ../languages/dynamic_strings.php:220
5617
- msgid "l-hr-ba"
5618
- msgstr "Харвацкая (баснійская)"
5619
 
5620
  # Croatian
5621
- #: ../languages/dynamic_strings.php:221
5622
- msgid "l-hr-hr"
5623
- msgstr "Харвацкая (Харватыя)"
5624
 
5625
  # Hungarian
5626
- #: ../languages/dynamic_strings.php:222
5627
- msgid "l-hu"
5628
- msgstr "венгерская"
5629
 
5630
  # Hungarian
5631
- #: ../languages/dynamic_strings.php:223
5632
- msgid "l-hu-hu"
5633
- msgstr "Венгерская (Венгрыя)"
5634
 
5635
  # Armenian
5636
- #: ../languages/dynamic_strings.php:224
5637
- msgid "l-hy"
5638
- msgstr "армянскі"
5639
 
5640
  # Armenian
5641
- #: ../languages/dynamic_strings.php:225
5642
- msgid "l-hy-am"
5643
- msgstr "Армянскі (Арменія)"
5644
 
5645
- #: ../languages/dynamic_strings.php:226
5646
- msgid "l-id"
5647
- msgstr "інданезійская"
5648
 
5649
- #: ../languages/dynamic_strings.php:227
5650
- msgid "l-id-id"
5651
- msgstr "інданезійская"
5652
 
5653
  # Icelandic
5654
- #: ../languages/dynamic_strings.php:228
5655
- msgid "l-is"
5656
- msgstr "ісландская"
5657
 
5658
  # Icelandic
5659
- #: ../languages/dynamic_strings.php:229
5660
- msgid "l-is-is"
5661
- msgstr "Ісландская (Ісландыя)"
5662
 
5663
  # Italian
5664
- #: ../languages/dynamic_strings.php:230
5665
- msgid "l-it"
5666
- msgstr "італьянскі"
5667
 
5668
  # Italian
5669
- #: ../languages/dynamic_strings.php:231
5670
- msgid "l-it-ch"
5671
- msgstr "Італьянская (Швейцарыя)"
5672
 
5673
  # Italian
5674
- #: ../languages/dynamic_strings.php:232
5675
- msgid "l-it-it"
5676
- msgstr "Італьянская (Італія)"
5677
 
5678
  # Japanese
5679
- #: ../languages/dynamic_strings.php:233
5680
- msgid "l-ja"
5681
- msgstr "японскі"
5682
 
5683
  # Japanese
5684
- #: ../languages/dynamic_strings.php:234
5685
- msgid "l-ja-jp"
5686
- msgstr "японскі (Японія)"
5687
 
5688
  # Georgian
5689
- #: ../languages/dynamic_strings.php:235
5690
- msgid "l-ka"
5691
- msgstr "грузінскі"
5692
 
5693
  # Georgian
5694
- #: ../languages/dynamic_strings.php:236
5695
- msgid "l-ka-ge"
5696
- msgstr "грузінскі (Грузія)"
5697
 
5698
  # Kazakh
5699
- #: ../languages/dynamic_strings.php:237
5700
- msgid "l-kk"
5701
- msgstr "казахскі"
5702
 
5703
  # Kazakh
5704
- #: ../languages/dynamic_strings.php:238
5705
- msgid "l-kk-kz"
5706
- msgstr "Казахскі (Казахстан)"
5707
 
5708
  # Kannada
5709
- #: ../languages/dynamic_strings.php:239
5710
- msgid "l-kn"
5711
- msgstr "Каннада"
5712
 
5713
  # Kannada
5714
- #: ../languages/dynamic_strings.php:240
5715
- msgid "l-kn-in"
5716
- msgstr "Каннада (Індыя)"
5717
 
5718
  # Korean
5719
- #: ../languages/dynamic_strings.php:241
5720
- msgid "l-ko"
5721
- msgstr "карэйская"
5722
 
5723
  # Korean
5724
- #: ../languages/dynamic_strings.php:242
5725
- msgid "l-ko-kr"
5726
- msgstr "карэйская (Карэя)"
5727
 
5728
  # Korean
5729
- #: ../languages/dynamic_strings.php:243
5730
- msgid "l-kok"
5731
- msgstr "Конкані"
5732
 
5733
  # Korean
5734
- #: ../languages/dynamic_strings.php:244
5735
- msgid "l-kok-in"
5736
- msgstr "Конкані (Індыя)"
5737
 
5738
  # Kirghiz; Kyrgyz
5739
- #: ../languages/dynamic_strings.php:245
5740
- msgid "l-ky"
5741
- msgstr "кіргізы"
5742
 
5743
  # Kirghiz; Kyrgyz
5744
- #: ../languages/dynamic_strings.php:246
5745
- msgid "l-ky-kg"
5746
- msgstr "Кіргізы (Казахстан)"
5747
 
5748
  # Lithuanian
5749
- #: ../languages/dynamic_strings.php:247
5750
- msgid "l-lt"
5751
- msgstr "літоўскі"
5752
 
5753
  # Lithuanian
5754
- #: ../languages/dynamic_strings.php:248
5755
- msgid "l-lt-lt"
5756
- msgstr "Літоўскі (Літва)"
5757
 
5758
  # Latvian
5759
- #: ../languages/dynamic_strings.php:249
5760
- msgid "l-lv"
5761
- msgstr "латышская"
5762
 
5763
  # Latvian
5764
- #: ../languages/dynamic_strings.php:250
5765
- msgid "l-lv-lv"
5766
- msgstr "Латышская (Латвія)"
5767
 
5768
  # Maori
5769
- #: ../languages/dynamic_strings.php:251
5770
- msgid "l-mi"
5771
- msgstr "маоры"
5772
 
5773
  # Maori
5774
- #: ../languages/dynamic_strings.php:252
5775
- msgid "l-mi-nz"
5776
- msgstr "Маоры (Новая Зеландыя)"
5777
 
5778
  # Macedonian
5779
- #: ../languages/dynamic_strings.php:253
5780
- msgid "l-mk"
5781
- msgstr "македонская"
5782
 
5783
  # Macedonian
5784
- #: ../languages/dynamic_strings.php:254
5785
- msgid "l-mk-ml"
5786
- msgstr "Македонія (БЮРМ)"
5787
 
5788
  # Mongolian
5789
- #: ../languages/dynamic_strings.php:255
5790
- msgid "l-mn"
5791
- msgstr "мангольская"
5792
 
5793
  # Mongolian
5794
- #: ../languages/dynamic_strings.php:256
5795
- msgid "l-mn-mn"
5796
- msgstr "Мангольскай (Манголія)"
5797
 
5798
  # Marathi
5799
- #: ../languages/dynamic_strings.php:257
5800
- msgid "l-mr"
5801
- msgstr "маратхі"
5802
 
5803
  # Marathi
5804
- #: ../languages/dynamic_strings.php:258
5805
- msgid "l-mr-in"
5806
- msgstr "Маратхі (Індыя)"
5807
 
5808
  # Malay
5809
- #: ../languages/dynamic_strings.php:259
5810
- msgid "l-ms"
5811
- msgstr "малайская"
5812
 
5813
  # Malay
5814
- #: ../languages/dynamic_strings.php:260
5815
- msgid "l-ms-bn"
5816
- msgstr "Малайская (Бруней)"
5817
 
5818
  # Malay
5819
- #: ../languages/dynamic_strings.php:261
5820
- msgid "l-ms-my"
5821
- msgstr "Малайская (Малайзія)"
5822
 
5823
  # Maltese
5824
- #: ../languages/dynamic_strings.php:262
5825
- msgid "l-mt"
5826
- msgstr "мальтыйская"
5827
 
5828
  # Maltese
5829
- #: ../languages/dynamic_strings.php:263
5830
- msgid "l-mt-mt"
5831
- msgstr "Мальтыйская (Мальта)"
5832
 
5833
  # Norwegian Bokmål
5834
- #: ../languages/dynamic_strings.php:264
5835
- msgid "l-nb"
5836
- msgstr "нарвежская; букмал"
5837
 
5838
  # Norwegian Bokmål
5839
- #: ../languages/dynamic_strings.php:265
5840
- msgid "l-nb-no"
5841
- msgstr "Нарвежская (Нарвегія)"
5842
 
5843
  # Dutch; Flemish
5844
- #: ../languages/dynamic_strings.php:266
5845
- msgid "l-nl"
5846
- msgstr "галандскі; фламандскі"
5847
 
5848
  # Belarusian
5849
- #: ../languages/dynamic_strings.php:267
5850
- msgid "l-nl-be"
5851
- msgstr "Галандскі (Бельгія)"
5852
 
5853
  # Dutch; Flemish
5854
- #: ../languages/dynamic_strings.php:268
5855
- msgid "l-nl-nl"
5856
- msgstr "Галандскі (Нідэрланды)"
5857
 
5858
  # Norwegian Nynorsk
5859
- #: ../languages/dynamic_strings.php:269
5860
- msgid "l-nn-no"
5861
- msgstr "нарвежская; Нюнорск (Нарвегія)"
5862
 
5863
- #: ../languages/dynamic_strings.php:270
5864
- msgid "l-ns"
5865
- msgstr "Паўночны Сота"
5866
 
5867
- #: ../languages/dynamic_strings.php:271
5868
- msgid "l-ns-za"
5869
- msgstr "Паўночны Сота (Паўднёвая Афрыка)"
5870
 
5871
  # Panjabi; Punjabi
5872
- #: ../languages/dynamic_strings.php:272
5873
- msgid "l-pa"
5874
- msgstr "пенджабі; панджабі"
5875
 
5876
  # Panjabi; Punjabi
5877
- #: ../languages/dynamic_strings.php:273
5878
- msgid "l-pa-in"
5879
- msgstr "Панджабі (індыйскі)"
5880
 
5881
  # Polish
5882
- #: ../languages/dynamic_strings.php:274
5883
- msgid "l-pl"
5884
- msgstr "Польскі"
5885
 
5886
  # Polish
5887
- #: ../languages/dynamic_strings.php:275
5888
- msgid "l-pl-pl"
5889
- msgstr "Польскі (Польшча)"
5890
 
5891
  # Pushto; Pashto
5892
- #: ../languages/dynamic_strings.php:276
5893
- msgid "l-ps"
5894
- msgstr "Пашто; Пушту"
5895
 
5896
  # Pushto; Pashto
5897
- #: ../languages/dynamic_strings.php:277
5898
- msgid "l-ps-ar"
5899
- msgstr "Пашту (Афганістан)"
5900
 
5901
  # Portuguese
5902
- #: ../languages/dynamic_strings.php:278
5903
- msgid "l-pt"
5904
- msgstr "партугальская"
5905
 
5906
  # Portuguese
5907
- #: ../languages/dynamic_strings.php:279
5908
- msgid "l-pt-br"
5909
- msgstr "Партугальская (Бразілія)"
5910
 
5911
  # Portuguese
5912
- #: ../languages/dynamic_strings.php:280
5913
- msgid "l-pt-pt"
5914
- msgstr "Партугальская (Партугалія)"
5915
 
5916
  # Quechua
5917
- #: ../languages/dynamic_strings.php:281
5918
- msgid "l-qu"
5919
- msgstr "кечуа"
5920
 
5921
  # Quechua
5922
- #: ../languages/dynamic_strings.php:282
5923
- msgid "l-qu-bo"
5924
- msgstr "Кечуа (Балівія)"
5925
 
5926
  # Quechua
5927
- #: ../languages/dynamic_strings.php:283
5928
- msgid "l-qu-ec"
5929
- msgstr "Кечуа (Эквадор)"
5930
 
5931
  # Quechua
5932
- #: ../languages/dynamic_strings.php:284
5933
- msgid "l-qu-pe"
5934
- msgstr "Кечуа (Перу)"
5935
 
5936
  # Romanian; Moldavian; Moldovan
5937
- #: ../languages/dynamic_strings.php:285
5938
- msgid "l-ro"
5939
- msgstr "румынская"
5940
 
5941
  # Romanian; Moldavian; Moldovan
5942
- #: ../languages/dynamic_strings.php:286
5943
- msgid "l-ro-ro"
5944
- msgstr "Румынская (Румынія)"
5945
 
5946
  # Russian
5947
- #: ../languages/dynamic_strings.php:287
5948
- msgid "l-ru"
5949
- msgstr "руская"
5950
 
5951
  # Russian
5952
- #: ../languages/dynamic_strings.php:288
5953
- msgid "l-ru-ru"
5954
- msgstr "руская (Расія)"
5955
 
5956
  # Sanskrit
5957
- #: ../languages/dynamic_strings.php:289
5958
- msgid "l-sa"
5959
- msgstr "санскрыт"
5960
 
5961
  # Sanskrit (India)
5962
- #: ../languages/dynamic_strings.php:290
5963
- msgid "l-sa-in"
5964
- msgstr "Санскрыт (Індыя)"
5965
 
5966
  # Northern Sami
5967
- #: ../languages/dynamic_strings.php:291
5968
- msgid "l-se"
5969
- msgstr "Паўночны Самі"
5970
 
5971
  # Northern Sami
5972
- #: ../languages/dynamic_strings.php:292
5973
- msgid "l-se-fi"
5974
- msgstr "Паўночны Самі (Фінляндыя)"
5975
 
5976
  # Northern Sami
5977
- #: ../languages/dynamic_strings.php:293
5978
- msgid "l-se-no"
5979
- msgstr "Паўночная Самі (Нарвегія)"
5980
 
5981
  # Northern Sami
5982
- #: ../languages/dynamic_strings.php:294
5983
- msgid "l-se-se"
5984
- msgstr "Паўночная Самі (Швецыя)"
5985
 
5986
  # Slovak
5987
- #: ../languages/dynamic_strings.php:295
5988
- msgid "l-sk"
5989
- msgstr "славацкая"
5990
 
5991
  # Slovak
5992
- #: ../languages/dynamic_strings.php:296
5993
- msgid "l-sk-sk"
5994
- msgstr "Славацкая (Славакія)"
5995
 
5996
  # Slovenian
5997
- #: ../languages/dynamic_strings.php:297
5998
- msgid "l-sl"
5999
- msgstr "славенская"
6000
 
6001
  # Slovenian
6002
- #: ../languages/dynamic_strings.php:298
6003
- msgid "l-sl-si"
6004
- msgstr "Славенская (Славенія)"
6005
 
6006
  # Albanian
6007
- #: ../languages/dynamic_strings.php:299
6008
- msgid "l-sq"
6009
- msgstr "албанская"
6010
 
6011
  # Albanian
6012
- #: ../languages/dynamic_strings.php:300
6013
- msgid "l-sq-al"
6014
- msgstr "Албанская (Албанія)"
6015
 
6016
  # Serbian
6017
- #: ../languages/dynamic_strings.php:301
6018
- msgid "l-sr-ba"
6019
- msgstr "Сэрбская (Боснія і Герцагавіна)"
6020
 
6021
  # Serbian
6022
- #: ../languages/dynamic_strings.php:302
6023
- msgid "l-sr-sp"
6024
- msgstr "Сербская (Сербія і Чарнагорыя)"
6025
 
6026
  # Swedish
6027
- #: ../languages/dynamic_strings.php:303
6028
- msgid "l-sv"
6029
- msgstr "шведскі"
6030
 
6031
  # Swedish
6032
- #: ../languages/dynamic_strings.php:304
6033
- msgid "l-sv-fi"
6034
- msgstr "Шведскі (Фінляндыя)"
6035
 
6036
  # Swedish
6037
- #: ../languages/dynamic_strings.php:305
6038
- msgid "l-sv-se"
6039
- msgstr "Шведскі (Швецыя)"
6040
 
6041
  # Swahili
6042
- #: ../languages/dynamic_strings.php:306
6043
- msgid "l-sw"
6044
- msgstr "Swahili"
6045
 
6046
  # Swahili
6047
- #: ../languages/dynamic_strings.php:307
6048
- msgid "l-sw-ke"
6049
- msgstr "Суахілі (Кенія)"
6050
 
6051
  # Tamil
6052
- #: ../languages/dynamic_strings.php:308
6053
- msgid "l-ta"
6054
- msgstr "тамільская"
6055
 
6056
  # Tamil
6057
- #: ../languages/dynamic_strings.php:309
6058
- msgid "l-ta-in"
6059
- msgstr "Тамільская (Індыя)"
6060
 
6061
  # Telugu
6062
- #: ../languages/dynamic_strings.php:310
6063
- msgid "l-te"
6064
- msgstr "тэлугу"
6065
 
6066
  # Telugu
6067
- #: ../languages/dynamic_strings.php:311
6068
- msgid "l-te-in"
6069
- msgstr "Тэлугу (Індыя)"
6070
 
6071
  # Thai
6072
- #: ../languages/dynamic_strings.php:312
6073
- msgid "l-th"
6074
- msgstr "тайская"
6075
 
6076
  # Thai
6077
- #: ../languages/dynamic_strings.php:313
6078
- msgid "l-th-th"
6079
- msgstr "Тайская (Тайланд)"
6080
 
6081
  # Tagalog
6082
- #: ../languages/dynamic_strings.php:314
6083
- msgid "l-tl"
6084
- msgstr "Тагалог"
6085
 
6086
  # Tagalog
6087
- #: ../languages/dynamic_strings.php:315
6088
- msgid "l-tl-ph"
6089
- msgstr "Тагалог (Філіпіны)"
6090
 
6091
  # Tswana
6092
- #: ../languages/dynamic_strings.php:316
6093
- msgid "l-tn"
6094
- msgstr "тсвана"
6095
 
6096
  # Tswana
6097
- #: ../languages/dynamic_strings.php:317
6098
- msgid "l-tn-za"
6099
- msgstr "Тсвана (Паўднёвая Афрыка)"
6100
 
6101
  # Turkish
6102
- #: ../languages/dynamic_strings.php:318
6103
- msgid "l-tr"
6104
- msgstr "турэцкі"
6105
 
6106
  # Turkish
6107
- #: ../languages/dynamic_strings.php:319
6108
- msgid "l-tr-tr"
6109
- msgstr "Турэцкі (Турцыя)"
6110
 
6111
  # Tatar
6112
- #: ../languages/dynamic_strings.php:320
6113
- msgid "l-tt"
6114
- msgstr "татарскі"
6115
 
6116
  # Tatar
6117
- #: ../languages/dynamic_strings.php:321
6118
- msgid "l-tt-ru"
6119
- msgstr "Татарскі (Расія)"
6120
 
6121
  # Tsonga
6122
- #: ../languages/dynamic_strings.php:322
6123
- msgid "l-ts"
6124
- msgstr "Тсонга"
6125
 
6126
  # Ukrainian
6127
- #: ../languages/dynamic_strings.php:323
6128
- msgid "l-uk"
6129
- msgstr "украінскі"
6130
 
6131
  # Ukrainian
6132
- #: ../languages/dynamic_strings.php:324
6133
- msgid "l-uk-ua"
6134
- msgstr "Украінскі (Украіна)"
6135
 
6136
  # Urdu
6137
- #: ../languages/dynamic_strings.php:325
6138
- msgid "l-ur"
6139
- msgstr "урду"
6140
 
6141
  # Urdu
6142
- #: ../languages/dynamic_strings.php:326
6143
- msgid "l-ur-pk"
6144
- msgstr "Урду (Пакістан)"
6145
 
6146
  # Uzbek
6147
- #: ../languages/dynamic_strings.php:327
6148
- msgid "l-uz"
6149
- msgstr "Узбекская"
6150
 
6151
  # Uzbek
6152
- #: ../languages/dynamic_strings.php:328
6153
- msgid "l-uz-uz"
6154
- msgstr "Узбекская (Узбекістан)"
6155
 
6156
  # Vietnamese
6157
- #: ../languages/dynamic_strings.php:329
6158
- msgid "l-vi"
6159
- msgstr "В'етнамская"
6160
 
6161
  # Vietnamese
6162
- #: ../languages/dynamic_strings.php:330
6163
- msgid "l-vi-vn"
6164
- msgstr "В'етнамская (В'етнам)"
6165
 
6166
  # Xhosa
6167
- #: ../languages/dynamic_strings.php:331
6168
- msgid "l-xh"
6169
- msgstr "Каса"
6170
 
6171
  # Xhosa
6172
- #: ../languages/dynamic_strings.php:332
6173
- msgid "l-xh-za"
6174
- msgstr "Каса (Паўднёвая Афрыка)"
6175
 
6176
  # Chinese
6177
- #: ../languages/dynamic_strings.php:333
6178
- msgid "l-zh"
6179
- msgstr "кітайскі"
6180
 
6181
  # Chinese
6182
- #: ../languages/dynamic_strings.php:334
6183
- msgid "l-zh-cn"
6184
- msgstr "Кітайскі (S)"
6185
 
6186
  # Chinese
6187
- #: ../languages/dynamic_strings.php:335
6188
- msgid "l-zh-hk"
6189
- msgstr "Кітайскі (Ганконг)"
6190
 
6191
  # Chinese
6192
- #: ../languages/dynamic_strings.php:336
6193
- msgid "l-zh-mo"
6194
- msgstr "Кітайскі (Макао)"
6195
 
6196
  # Chinese
6197
- #: ../languages/dynamic_strings.php:337
6198
- msgid "l-zh-sg"
6199
- msgstr "Кітайскі (Сінгапур)"
6200
 
6201
  # Chinese
6202
- #: ../languages/dynamic_strings.php:338
6203
- msgid "l-zh-tw"
6204
- msgstr "Кітайскі (T)"
6205
 
6206
  # Zulu
6207
- #: ../languages/dynamic_strings.php:339
6208
- msgid "l-zu"
6209
- msgstr "Зулускі"
6210
 
6211
  # Zulu
6212
- #: ../languages/dynamic_strings.php:340
6213
- msgid "l-zu-za"
6214
- msgstr "Зулускі (Паўднёвая Афрыка)"
6215
 
6216
  # Unknown
6217
- #: ../languages/dynamic_strings.php:342
6218
- msgid "l-empty"
6219
- msgstr "Невядомы"
6220
 
6221
  # Unknown
6222
- #: ../languages/dynamic_strings.php:343
6223
- msgid "l-xx"
6224
- msgstr "Невядомы"
6225
-
6226
- #: ../languages/dynamic_strings.php:345
6227
- msgid "c-xy"
6228
- msgstr "Лакальны IP"
6229
-
6230
- #: ../wp-slimstat.php:139 ../wp-slimstat.php:255
6231
- msgid "Tracker is turned off, but client-side tracking code is still running."
6232
- msgstr ""
6233
-
6234
- #: ../wp-slimstat.php:270 ../wp-slimstat.php:696
6235
- msgid "Pageview filtered by third-party code"
6236
- msgstr ""
6237
-
6238
- #: ../wp-slimstat.php:277
6239
- msgid "Browser sent DNT header request"
6240
- msgstr ""
6241
-
6242
- #: ../wp-slimstat.php:300
6243
- msgid "Visitor has opted out of tracking"
6244
- msgstr ""
6245
 
6246
- #: ../wp-slimstat.php:327
6247
- msgid "Visitor has not opted in to be tracked"
6248
- msgstr ""
6249
 
6250
- #: ../wp-slimstat.php:337
6251
  #, fuzzy
6252
- #| msgid "Error: Empty or not supported IP address format (IPv6)"
6253
- msgid "Empty or not supported IP address format"
6254
- msgstr "Памылка: пустая або не падтрымліваецца фармат IP-адрас (IPv6)"
6255
-
6256
- #: ../wp-slimstat.php:354
6257
- #, php-format
6258
- msgid "Malformed referrer URL: %s (IP: %s)"
6259
- msgstr ""
6260
-
6261
- #: ../wp-slimstat.php:355
6262
- #, php-format
6263
- msgid "Malformed referrer URL: %s"
6264
- msgstr ""
6265
-
6266
- #: ../wp-slimstat.php:360
6267
- #, php-format
6268
- msgid "Attempted XSS Injection: %s (IP: %s)"
6269
- msgstr ""
6270
-
6271
- #: ../wp-slimstat.php:361
6272
- #, php-format
6273
- msgid "Attempted XSS Injection: %s"
6274
- msgstr ""
6275
-
6276
- #: ../wp-slimstat.php:385
6277
- #, php-format
6278
- msgid "Referrer %s is blacklisted"
6279
- msgstr ""
6280
-
6281
- #: ../wp-slimstat.php:402
6282
- #, fuzzy, php-format
6283
- #| msgid "Notice: User %s is blacklisted"
6284
- msgid "Content Type %s is blacklisted"
6285
- msgstr "Заўвага: Карыстальнік %s занесены ў чорны спіс"
6286
-
6287
- #: ../wp-slimstat.php:452
6288
- msgid "Malformed URL"
6289
- msgstr ""
6290
-
6291
- #: ../wp-slimstat.php:485
6292
- #, php-format
6293
- msgid "Permalink %s is blacklisted"
6294
- msgstr ""
6295
-
6296
- #: ../wp-slimstat.php:498
6297
- #, php-format
6298
- msgid "Logged in user %s not tracked"
6299
- msgstr ""
6300
-
6301
- #: ../wp-slimstat.php:506
6302
- #, php-format
6303
- msgid "User with capability %s not tracked"
6304
- msgstr ""
6305
-
6306
- #: ../wp-slimstat.php:515
6307
- #, php-format
6308
- msgid "User %s is blacklisted"
6309
- msgstr ""
6310
-
6311
- #: ../wp-slimstat.php:539
6312
- #, php-format
6313
- msgid "Spammer %s not tracked"
6314
- msgstr ""
6315
-
6316
- #: ../wp-slimstat.php:568
6317
- #, php-format
6318
- msgid "IP address %s is blacklisted"
6319
- msgstr ""
6320
-
6321
- #: ../wp-slimstat.php:584
6322
- msgid ""
6323
- "Your MaxMind data file is invalid. Please uninstall it using the button in "
6324
- "Settings > Maintenance."
6325
- msgstr ""
6326
-
6327
- #: ../wp-slimstat.php:625
6328
- #, php-format
6329
- msgid "Country %s is blacklisted"
6330
- msgstr ""
6331
-
6332
- #: ../wp-slimstat.php:634
6333
- msgid "Prefetch requests are ignored"
6334
- msgstr ""
6335
-
6336
- #: ../wp-slimstat.php:650
6337
- msgid "Bot not tracked"
6338
- msgstr ""
6339
-
6340
- #: ../wp-slimstat.php:658
6341
- #, php-format
6342
- msgid "Browser %s is blacklisted"
6343
- msgstr ""
6344
-
6345
- #: ../wp-slimstat.php:670
6346
- #, fuzzy, php-format
6347
- #| msgid "Notice: User %s is blacklisted"
6348
- msgid "Operating System %s is blacklisted"
6349
- msgstr "Заўвага: Карыстальнік %s занесены ў чорны спіс"
6350
-
6351
- #: ../wp-slimstat.php:1112
6352
- msgid "Invalid payload string. Try clearing your WordPress cache."
6353
- msgstr ""
6354
- "Недапушчальная радок карыснай нагрузкі. Паспрабуйце ачысціць кэш WordPress."
6355
 
6356
- #: ../wp-slimstat.php:1123
6357
- msgid "Invalid data signature. Try clearing your WordPress cache."
6358
- msgstr "Няправільная подпіс дадзеных. Паспрабуйце ачысціць кэш WordPress."
6359
-
6360
- #: ../wp-slimstat.php:1255
6361
- msgid ""
6362
- "The geolocation database cannot be updated. Please check your server's file "
6363
- "permissions and try again."
6364
- msgstr ""
6365
 
6366
- #: ../wp-slimstat.php:1268
6367
- msgid "There was an error downloading the MaxMind Geolite DB:"
6368
- msgstr "Памылка загрузкі MaxMind Geolite DB:"
 
6369
 
6370
- #: ../wp-slimstat.php:1276 ../wp-slimstat.php:1285
6371
- msgid "There was an error opening the zipped MaxMind Geolite DB."
6372
- msgstr "Памылка пры адкрыцці архіва MaxMind Geolite DB."
 
 
 
6373
 
6374
- #: ../wp-slimstat.php:1280
6375
- msgid "Function gzopen not defined. Aborting."
6376
- msgstr "Функцыя gzopen не вызначана. "
6377
 
6378
- #: ../wp-slimstat.php:1290
6379
- #, fuzzy
6380
- #| msgid "There was an error opening the zipped MaxMind Geolite DB."
6381
- msgid "There was an error opening the MaxMind Geolite DB."
6382
- msgstr "Памылка пры адкрыцці архіва MaxMind Geolite DB."
6383
 
6384
- #: ../wp-slimstat.php:1303
6385
- #, fuzzy
6386
- #| msgid "There was an error downloading the MaxMind Geolite DB:"
6387
- msgid "There was an error creating the MaxMind Geolite DB."
6388
- msgstr "Памылка загрузкі MaxMind Geolite DB:"
6389
 
6390
- #: ../wp-slimstat.php:1318
6391
- msgid "Invalid URL Provided."
6392
- msgstr ""
 
 
 
 
 
6393
 
6394
- #: ../wp-slimstat.php:1325
6395
- msgid "Could not create Temporary file."
6396
- msgstr ""
6397
 
6398
- #: ../wp-slimstat.php:1383
6399
- msgid "Undefined report ID"
6400
- msgstr ""
 
 
 
 
 
6401
 
6402
- #: ../wp-slimstat.php:1580
6403
- msgid ""
6404
- "You will need to specify a valid token to be able to query the data. Tokens "
6405
- "are defined in Slimstat > Settings > Access Control."
6406
- msgstr ""
6407
 
6408
- #: ../wp-slimstat.php:1584
6409
- msgid ""
6410
- "This parameter specifies the type of QUERY for the dimension. Valid values "
6411
- "are: count, count-all, recent, recent-all, top and top-all."
6412
- msgstr ""
6413
 
6414
- #: ../wp-slimstat.php:1589
6415
- msgid ""
6416
- "This parameter indicates what dimension to return: * (all data), ip, "
6417
- "resource, browser, operating system, etc. You can only specify one dimension "
6418
- "at a time."
6419
- msgstr ""
6420
 
6421
- #: ../wp-slimstat.php:1594
6422
- msgid ""
6423
- "This parameter is used to filter a given dimension (resources, browsers, "
6424
- "operating systems, etc) so that it satisfies certain conditions (i.e.: "
6425
- "browser contains Chrome). Please make sure to urlencode this value, and to "
6426
- "use the usual filter format: browser contains Chrome&&&referer contains slim "
6427
- "(encoded: browser%20contains%20Chrome%26%26%26referer%20contains%20slim)"
6428
- msgstr ""
6429
 
6430
- #: ../wp-slimstat.php:2022
6431
- msgid "Optional filters"
6432
- msgstr ""
6433
 
6434
  #~ msgid ""
6435
  #~ "Enter the time range, in days, that should be used to calculate the value "
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2019-06-10 15:34-0400\n"
7
+ "PO-Revision-Date: 2019-06-10 15:34-0400\n"
8
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
9
  "Language-Team: Natasha\n"
10
  "Language: be\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Generator: Poedit 2.2.3\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-KeywordsList: _e;__\n"
19
  "X-Poedit-SearchPath-0: ..\n"
195
  "зададзеным часовым дыяпазоне."
196
 
197
  #: ../admin/config/index.php:98 ../admin/view/wp-slimstat-db.php:115
198
+ #: ../admin/view/wp-slimstat-db.php:1143 ../admin/view/wp-slimstat-db.php:1149
199
+ #: ../admin/view/wp-slimstat-db.php:1155 ../admin/view/wp-slimstat-db.php:1161
200
+ #: ../admin/view/wp-slimstat-db.php:1167 ../admin/view/wp-slimstat-db.php:1173
201
+ #: ../admin/view/wp-slimstat-db.php:1179
202
+ #: ../admin/view/wp-slimstat-reports.php:1176
203
+ #: ../admin/view/wp-slimstat-reports.php:1180
204
+ #: ../admin/view/wp-slimstat-reports.php:1383
205
  msgid "Hits"
206
  msgstr "колькасць праглядаў"
207
 
261
  "адпаведнасці з варыянтам тут ніжэй."
262
 
263
  #: ../admin/config/index.php:102 ../admin/view/wp-slimstat-db.php:102
264
+ #: ../admin/view/wp-slimstat-db.php:692
265
  msgid "days"
266
  msgstr "дні"
267
 
486
  "Колькі секунд была апошняя сесія чалавека? Google Analytics ўсталёўвае яго "
487
  "да 1800 секунд."
488
 
489
+ #: ../admin/config/index.php:126 ../admin/config/index.php:189
490
  msgid "seconds"
491
  msgstr "хвілін"
492
 
816
  "content type matches the ones you set here below."
817
  msgstr ""
818
 
819
+ #: ../admin/config/index.php:170 ../admin/config/index.php:206
820
  msgid "Reports"
821
  msgstr "паведамленне"
822
 
928
  "знiжае нагрузку на сервер, што дазваляе пазбегнуць праблем з памяццю і "
929
  "праблемы з прадукцыйнасцю."
930
 
931
+ #: ../admin/config/index.php:183 ../admin/config/index.php:190
 
 
 
 
 
 
 
 
932
  msgid "Rows to Display"
933
  msgstr "Шэрагі для адлюстравання"
934
 
935
+ #: ../admin/config/index.php:183
936
  msgid "Specify the number of items in each report."
937
  msgstr "Пакажыце колькасць элементаў у кожным справаздачы."
938
 
939
+ #: ../admin/config/index.php:184 ../admin/view/wp-slimstat-db.php:127
940
  msgid "Max Results"
941
  msgstr "Максімальную колькасць вынікаў"
942
 
943
+ #: ../admin/config/index.php:184
944
  msgid ""
945
  "Decide how many records should be retrieved from the database in total. "
946
  "Depending on your server configuration, you may want to fine tune this value "
950
  "ад канфігурацыі сервера, вы можаце дакладна наладзіць гэта значэнне, каб "
951
  "пазбегнуць перавышэння ліміту PHP памяці."
952
 
953
+ #: ../admin/config/index.php:185
954
  msgid "IP Lookup"
955
  msgstr "Шукаць IP"
956
 
957
+ #: ../admin/config/index.php:185
958
  #, fuzzy
959
  #| msgid "Customize the Geolocation service to be used in the reports."
960
  msgid ""
962
  "<code>https://www.infosniper.net/?ip_address=</code>"
963
  msgstr "Налада службы геалакацыі, якая будзе выкарыстоўвацца ў справаздачах."
964
 
965
+ #: ../admin/config/index.php:186
966
  msgid "Comparison Chart"
967
  msgstr ""
968
 
969
+ #: ../admin/config/index.php:186
970
  msgid ""
971
  "Disable this option if you find the four line charts confusing, and prefer "
972
  "seeing only the selected time range."
973
  msgstr ""
974
 
975
+ #: ../admin/config/index.php:188
976
  msgid "Access Log and World Map"
977
  msgstr ""
978
 
979
+ #: ../admin/config/index.php:189
980
  msgid "Auto Refresh"
981
  msgstr ""
982
 
983
+ #: ../admin/config/index.php:189
984
  msgid ""
985
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
986
  "<strong>0</strong> (number zero) to deactivate this feature."
987
  msgstr ""
988
 
989
+ #: ../admin/config/index.php:190
990
  msgid "Specify the number of items in the Access Log."
991
  msgstr ""
992
 
993
+ #: ../admin/config/index.php:191
994
  msgid "Map Data Points"
995
  msgstr ""
996
 
997
+ #: ../admin/config/index.php:191
998
  msgid ""
999
  "Customize the maximum number of dots displayed on the world map. Please note "
1000
  "that large numbers might increase the amount of time needed to render the "
1001
  "map."
1002
  msgstr ""
1003
 
1004
+ #: ../admin/config/index.php:193
1005
  msgid "Miscellaneous"
1006
  msgstr "разнастайны"
1007
 
1008
+ #: ../admin/config/index.php:194
1009
  msgid "Custom CSS"
1010
  msgstr "прыстасаваныя CSS"
1011
 
1012
+ #: ../admin/config/index.php:194
1013
  msgid ""
1014
  "Paste here your custom stylesheet to personalize the way your reports look. "
1015
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
1024
  "a> для атрымання дадатковай інфармацыі аб тым, як выкарыстоўваць гэты "
1025
  "параметр."
1026
 
1027
+ #: ../admin/config/index.php:195
1028
  msgid "Chart Colors"
1029
  msgstr "Колер дыяграмы"
1030
 
1031
+ #: ../admin/config/index.php:195
1032
  #, fuzzy
1033
  msgid ""
1034
  "Customize the look and feel of your charts by assigning personalized colors "
1042
  "metric 2 current. Прыклад формы: <код> #ccc, # 999, # bbcc44, # 21759b </ "
1043
  "код>."
1044
 
1045
+ #: ../admin/config/index.php:196
1046
  msgid "Mozscape Access ID"
1047
  msgstr "Mozscape ідэнтыфікатар доступу"
1048
 
1049
+ #: ../admin/config/index.php:196
1050
  msgid ""
1051
  "Get accurate rankings for your website through the free <a href=\"https://"
1052
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
1059
  "супольнасці, каб пачаць працу. Затым увядзіце свой персанальны "
1060
  "ідэнтыфікацыйны код тут."
1061
 
1062
+ #: ../admin/config/index.php:197
1063
  msgid "Mozscape Secret Key"
1064
  msgstr "Mozscape сакрэтны ключ"
1065
 
1066
+ #: ../admin/config/index.php:197
1067
  msgid ""
1068
  "Do not share your secret key with anyone or they will be able to make API "
1069
  "requests on your account!"
1071
  "Не паведамляйце свой сакрэтны ключ з кім-небудзь, ці яны змогуць рабіць API "
1072
  "запыты на свой рахунак!"
1073
 
1074
+ #: ../admin/config/index.php:198
1075
  msgid "Show User Agent"
1076
  msgstr "Паказаць Агента карыстальніка"
1077
 
1078
+ #: ../admin/config/index.php:198
1079
  #, fuzzy
1080
  #| msgid ""
1081
  #| "Choose if you want to see the browser name or a complete user agent "
1087
  "Выберыце, калі вы хочаце, каб убачыць назву браўзэра або поўную радок агента "
1088
  "карыстальніка пры навядзенні курсора мышы на абразкі браўзэра."
1089
 
1090
+ #: ../admin/config/index.php:199
1091
  msgid "Enable SOV"
1092
  msgstr "Уключыць SOV"
1093
 
1094
+ #: ../admin/config/index.php:199
1095
  msgid ""
1096
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
1097
  "the subject, object, and verb of a sentence appear in that order, like in "
1101
  "той, у якім суб'ект, аб'ект, і дзеяслоў у прыкладзе з'яўляюцца ў такім "
1102
  "парадку, як і на японскай мове."
1103
 
1104
+ #: ../admin/config/index.php:204
1105
  msgid "Access Control"
1106
  msgstr "Кіраванне доступам"
1107
 
1108
+ #: ../admin/config/index.php:207
1109
  msgid "Restrict Authors"
1110
  msgstr "апошні аўтар"
1111
 
1112
+ #: ../admin/config/index.php:207
1113
  msgid ""
1114
  "Enable this option if you want your authors to only see stats related to "
1115
  "their own content."
1117
  "Уключыце гэтую опцыю, калі вы хочаце, каб вашы аўтары бачыць толькі "
1118
  "статыстыку, звязаныя з іх уласным зместам."
1119
 
1120
+ #: ../admin/config/index.php:208 ../admin/config/index.php:212
1121
+ #: ../admin/config/index.php:216
1122
  msgid "Capability"
1123
  msgstr "магчымасць"
1124
 
1125
+ #: ../admin/config/index.php:208
1126
  #, fuzzy
1127
  #| msgid ""
1128
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
1132
  #| "to the reports, unless a 'Read access' whitelist has been specified here "
1133
  #| "below. In this case, the list has precedence over the capability."
1134
  msgid ""
1135
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1136
+ "capabilities/' target='_new'>capability</a> needed to access the reports "
1137
+ "(default: <code>manage_options</code>). If this field is empty, <strong>all "
1138
+ "your users</strong> (including subscribers) will have access to the reports, "
1139
+ "unless a 'Read access' whitelist has been specified here below. In this "
1140
+ "case, the list has precedence over the capability."
1141
  msgstr ""
1142
  "Пакажыце мінімальныя <a href='http://codex.wordpress.org/"
1143
  "Roles_and_Capabilities' target='_new'>capability</a> , неабходныя для "
1147
  "\" белы спіс не быў паказаны тут ніжэй. У гэтым выпадку спіс мае прыярытэт "
1148
  "над магчымасцямі."
1149
 
1150
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
1151
+ #: ../admin/config/index.php:217
1152
  msgid "Whitelist"
1153
  msgstr "белы ліст"
1154
 
1155
+ #: ../admin/config/index.php:209
1156
  #, fuzzy
1157
  msgid ""
1158
  "List all the users who should have access to the reports. Administrators are "
1163
  "коскамі. Адміністратары няяўна дапускаецца, так што вам не трэба пералічваць "
1164
  "іх тут. Usernames адчувальныя да рэгістра."
1165
 
1166
+ #: ../admin/config/index.php:211
1167
  #, fuzzy
1168
  #| msgid "Customize"
1169
  msgid "Customizer"
1170
  msgstr "Наладзіць"
1171
 
1172
+ #: ../admin/config/index.php:212
1173
  #, fuzzy
1174
  #| msgid ""
1175
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
1178
  #| "whitelist here below can be used to override this option for specific "
1179
  #| "users."
1180
  msgid ""
1181
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1182
+ "capabilities/' target='_new'>capability</a> needed to be able to customize "
1183
+ "the reports layout (default: <code>manage_options</code>). If this field is "
1184
+ "empty, your users will be permitted to use this features."
1185
  msgstr ""
1186
  "Пакажыце мінімальныя <a href='http://codex.wordpress.org/"
1187
  "Roles_and_Capabilities' target='_new'>capability</a>, неабходныя для налады "
1189
  "можа быць выкарыстаны, каб перавызначыць гэты параметр для канкрэтных "
1190
  "карыстальнікаў."
1191
 
1192
+ #: ../admin/config/index.php:213
1193
  #, fuzzy
1194
  msgid ""
1195
  "List all the users who should be allowed to customize their report layout. "
1200
  "коскамі. Адміністратары няяўна дапускаецца, так што вам не трэба пералічваць "
1201
  "іх тут. Usernames адчувальныя да рэгістра."
1202
 
1203
+ #: ../admin/config/index.php:215 ../admin/config/index.php:243
1204
+ #: ../admin/wp-slimstat-admin.php:607 ../admin/wp-slimstat-admin.php:653
1205
+ #: ../admin/wp-slimstat-admin.php:656
1206
  msgid "Settings"
1207
  msgstr "налады"
1208
 
1209
+ #: ../admin/config/index.php:216
1210
  #, fuzzy
1211
  #| msgid ""
1212
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
1215
  #| "whitelist here below can be used to override this option for specific "
1216
  #| "users."
1217
  msgid ""
1218
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1219
+ "capabilities/' target='_new'>capability</a> required to configure Slimstat "
1220
+ "(default: <code>manage_options</code>). The whitelist here below can be used "
1221
+ "to override this option for specific users."
1222
  msgstr ""
1223
  "Пакажыце мінімальныя <a href='http://codex.wordpress.org/"
1224
  "Roles_and_Capabilities' target='_new'>capability</a>, неабходныя для налады "
1226
  "можа быць выкарыстаны, каб перавызначыць гэты параметр для канкрэтных "
1227
  "карыстальнікаў."
1228
 
1229
+ #: ../admin/config/index.php:217
1230
  #, fuzzy
1231
  msgid ""
1232
  "List all the users who can edit these options. Please be advised that admins "
1238
  "дазволены, так што не забудзьцеся ўключыць сябе! Usernames адчувальныя да "
1239
  "рэгістра."
1240
 
1241
+ #: ../admin/config/index.php:219
1242
  msgid "Rest API"
1243
  msgstr ""
1244
 
1245
+ #: ../admin/config/index.php:220
1246
  msgid "Tokens"
1247
  msgstr ""
1248
 
1249
+ #: ../admin/config/index.php:220
1250
  msgid ""
1251
  "In order to send requests to <a href='https://slimstat.freshdesk.com/support/"
1252
  "solutions/articles/12000033661-slimstat-rest-api' target='_blank'>the "
1259
  "tokens."
1260
  msgstr ""
1261
 
1262
+ #: ../admin/config/index.php:225
1263
  msgid "Maintenance"
1264
  msgstr "тэхнічнае абслугоўванне"
1265
 
1266
+ #: ../admin/config/index.php:230 ../admin/view/addons.php:35
1267
  #: ../admin/wp-slimstat-admin.php:62
1268
  msgid "Add-ons"
1269
  msgstr "Дапаўненні"
1270
 
1271
+ #: ../admin/config/index.php:244 ../admin/view/index.php:6
1272
  msgid ""
1273
  "<strong>AdBlock browser extension detected</strong> - If you see this "
1274
  "notice, it means that your browser is not loading our stylesheet and/or "
1612
  "каб уключыць гэтую функцыю."
1613
 
1614
  #: ../admin/config/maintenance.php:291
1615
+ #, php-format
1616
+ msgid "Your data file was last downloaded on <strong>%s</strong>"
1617
  msgstr ""
1618
 
1619
  #: ../admin/config/maintenance.php:299
1774
  msgid "Load"
1775
  msgstr "загрузка"
1776
 
1777
+ #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:889
1778
  msgid "Today"
1779
  msgstr "Сёння"
1780
 
1781
+ #: ../admin/view/index.php:62 ../admin/view/wp-slimstat-db.php:892
1782
  msgid "Yesterday"
1783
  msgstr "Учора"
1784
 
1788
 
1789
  #: ../admin/view/index.php:64
1790
  #, fuzzy
1791
+ #| msgid "Last 7 Days"
1792
+ msgid "Last 4 weeks"
1793
+ msgstr "За апошнія 7 дзён"
1794
 
1795
  #: ../admin/view/index.php:65
1796
+ msgid "Last 12 weeks"
1797
+ msgstr ""
1798
 
1799
  #: ../admin/view/index.php:66
1800
  #, fuzzy
1801
+ #| msgid "Year"
1802
+ msgid "Last Year"
1803
+ msgstr "Год"
1804
 
1805
  #: ../admin/view/index.php:69
1806
  msgid "Date Range"
1913
  "corresponding report is currently hidden (Screen Options tab)."
1914
  msgstr ""
1915
 
1916
+ #: ../admin/view/layout.php:69 ../admin/view/wp-slimstat-reports.php:1738
1917
  msgid "Reset All"
1918
  msgstr "Скінуць ўсе"
1919
 
1945
  msgid "Syndication Reader"
1946
  msgstr "Чытач сіндыкацыі"
1947
 
1948
+ #: ../admin/view/right-now.php:74 ../admin/view/wp-slimstat-reports.php:1030
1949
+ #: ../admin/view/wp-slimstat-reports.php:1240
1950
+ #: ../admin/view/wp-slimstat-reports.php:1362
1951
+ #: ../admin/view/wp-slimstat-reports.php:1407
1952
  msgid "No data to display"
1953
  msgstr "Няма дадзеных для адлюстравання"
1954
 
1955
+ #: ../admin/view/right-now.php:115
1956
  msgid "Date and Time"
1957
  msgstr "Дата і час"
1958
 
1959
+ #: ../admin/view/right-now.php:184 ../admin/view/wp-slimstat-db.php:60
1960
+ #: ../admin/wp-slimstat-admin.php:1112 ../admin/wp-slimstat-admin.php:1152
 
 
 
 
 
1961
  msgid "Originating IP"
1962
  msgstr "ініцыявальны IP"
1963
 
1964
+ #: ../admin/view/right-now.php:215 ../admin/view/wp-slimstat-reports.php:1191
1965
+ #: ../admin/view/wp-slimstat-reports.php:1196
1966
+ #: ../admin/view/wp-slimstat-reports.php:1201
1967
+ #: ../admin/view/wp-slimstat-reports.php:1425
1968
  msgid "Open this URL in a new window"
1969
  msgstr "Адкрыць URL у новым акне"
1970
 
1971
+ #: ../admin/view/right-now.php:227
1972
  msgid "Local search results page"
1973
  msgstr " Лакальны пошук вынікаў старонкі"
1974
 
1975
+ #: ../admin/view/right-now.php:236 ../admin/view/wp-slimstat-db.php:40
1976
  #: ../admin/view/wp-slimstat-reports.php:209
1977
  #: ../admin/view/wp-slimstat-reports.php:219
1978
+ #: ../admin/wp-slimstat-admin.php:1115 ../admin/wp-slimstat-admin.php:1131
1979
  msgid "Search Terms"
1980
  msgstr "Умовы пошуку"
1981
 
1982
+ #: ../admin/view/right-now.php:248
1983
  msgid "Server Latency and Page Speed in milliseconds"
1984
  msgstr "Затрымка сервера і хуткасць старонкі ў мілісекундах"
1985
 
1986
+ #: ../admin/view/right-now.php:248
1987
  msgid "SL"
1988
  msgstr ""
1989
 
1990
+ #: ../admin/view/right-now.php:248
1991
  msgid "PS"
1992
  msgstr ""
1993
 
1994
+ #: ../admin/view/right-now.php:255
1995
  msgid "Time spent on this page"
1996
  msgstr "Час затрачаны на гэтую старонку"
1997
 
1998
+ #: ../admin/view/right-now.php:271
1999
  #, fuzzy
2000
  #| msgid "Unique Referrers"
2001
  msgid "Invalid Referrer"
2002
  msgstr "унікальныя рэферэрам"
2003
 
2004
+ #: ../admin/view/right-now.php:272
2005
  msgid "Open this referrer in a new window"
2006
  msgstr "Адкрыць рэферэрам у новым акне"
2007
 
2008
+ #: ../admin/view/right-now.php:273
2009
  msgid "Content Type"
2010
  msgstr "тып змесціва"
2011
 
2012
+ #: ../admin/view/right-now.php:280
2013
  msgid "Open this outbound link in a new window"
2014
  msgstr "Адкрыць выходную спасылку ў новым акне"
2015
 
2016
+ #: ../admin/view/right-now.php:288
2017
  msgid "Delete this entry from the database"
2018
  msgstr ""
2019
 
2020
+ #: ../admin/view/right-now.php:300
2021
  msgid "User Logged In"
2022
  msgstr "Карыстальніцкi уваход у сістэму"
2023
 
2024
+ #: ../admin/view/right-now.php:310
2025
  msgid "User Logged Out"
2026
  msgstr "Карыстальнiцкi выхад з сiстэмы"
2027
 
2028
+ #: ../admin/view/wp-slimstat-db.php:37 ../admin/wp-slimstat-admin.php:1128
2029
  msgid "Browser"
2030
  msgstr "Браўзер"
2031
 
2032
+ #: ../admin/view/wp-slimstat-db.php:38 ../admin/wp-slimstat-admin.php:1129
2033
  msgid "Country Code"
2034
  msgstr "код краіны"
2035
 
2037
  msgid "IP Address"
2038
  msgstr "IP адрас"
2039
 
2040
+ #: ../admin/view/wp-slimstat-db.php:41 ../admin/wp-slimstat-admin.php:1132
2041
  msgid "Language Code"
2042
  msgstr "Код мовы"
2043
 
2044
  #: ../admin/view/wp-slimstat-db.php:42 ../admin/view/wp-slimstat-db.php:110
2045
+ #: ../admin/wp-slimstat-admin.php:1133
2046
  msgid "Operating System"
2047
  msgstr "Аперацыйная сістэма"
2048
 
2049
  #: ../admin/view/wp-slimstat-db.php:43 ../admin/view/wp-slimstat-db.php:111
2050
+ #: ../admin/wp-slimstat-admin.php:1134
2051
  msgid "Permalink"
2052
  msgstr "пастаянная спасылка"
2053
 
2054
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:112
2055
+ #: ../admin/wp-slimstat-admin.php:1135
2056
  msgid "Referer"
2057
  msgstr "звярнуцца да таго, хто здзяйсняе дзеянне"
2058
 
2060
  msgid "Visitor's Username"
2061
  msgstr "Імя наведвальніка"
2062
 
2063
+ #: ../admin/view/wp-slimstat-db.php:46
2064
+ #, fuzzy
2065
+ #| msgid "Visitor's Name"
2066
+ msgid "Visitor's Email"
2067
+ msgstr "Імя наведвальніка"
2068
+
2069
+ #: ../admin/view/wp-slimstat-db.php:47 ../admin/wp-slimstat-admin.php:1118
2070
  msgid "Outbound Link"
2071
  msgstr "Выхадная спасылка"
2072
 
2073
+ #: ../admin/view/wp-slimstat-db.php:48
2074
  msgid "Page Speed"
2075
  msgstr "Хуткасць загрузкі старонкі"
2076
 
2077
+ #: ../admin/view/wp-slimstat-db.php:50
2078
  msgid "-- Advanced filters --"
2079
  msgstr "Дадатковыя фільтры"
2080
 
2081
+ #: ../admin/view/wp-slimstat-db.php:51 ../admin/wp-slimstat-admin.php:1147
 
 
 
 
 
2082
  msgid "Browser Version"
2083
  msgstr "версія браўзэра"
2084
 
2085
+ #: ../admin/view/wp-slimstat-db.php:52 ../admin/wp-slimstat-admin.php:1148
2086
  msgid "Browser Type"
2087
  msgstr "тып браўзэра"
2088
 
2089
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1117
2090
  msgid "User Agent"
2091
  msgstr "агент карыстальніка"
2092
 
2093
  #: ../admin/view/wp-slimstat-db.php:55
2094
+ #: ../admin/view/wp-slimstat-reports.php:1380
2095
  msgid "Coordinates"
2096
  msgstr "каардынаты"
2097
 
2103
  msgid "Server Latency"
2104
  msgstr "затрымка сервера"
2105
 
2106
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1150
2107
  msgid "Post Author"
2108
  msgstr "пост аўтара"
2109
 
2110
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1151
2111
  msgid "Post Category ID"
2112
  msgstr "пост катэгорыі ID"
2113
 
2114
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1153
2115
  msgid "Resource Content Type"
2116
  msgstr "тып кантэнту рэсурсу"
2117
 
2131
  msgid "Viewport Size"
2132
  msgstr "дэманстрацыйнае акно экрана"
2133
 
2134
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1155
2135
  msgid "Visit ID"
2136
  msgstr "наведванне ID"
2137
 
2190
  msgstr "ID падзеі"
2191
 
2192
  #: ../admin/view/wp-slimstat-db.php:123
2193
+ #: ../admin/view/wp-slimstat-reports.php:1376
2194
  msgid "Type"
2195
  msgstr "тып"
2196
 
2206
  msgid "Offset"
2207
  msgstr "кампенсаваць, узнагароджваць"
2208
 
2209
+ #: ../admin/view/wp-slimstat-db.php:675
2210
  msgid "Dataset Size"
2211
  msgstr "Памер набора дадзеных"
2212
 
2213
+ #: ../admin/view/wp-slimstat-db.php:677
2214
  msgid "Total number of records stored in the database."
2215
  msgstr "Агульная колькасць запісаў, якія захоўваюцца ў базе дадзеных."
2216
 
2217
+ #: ../admin/view/wp-slimstat-db.php:679
2218
  msgid "DB Size"
2219
  msgstr "Памер набора дадзеных"
2220
 
2221
+ #: ../admin/view/wp-slimstat-db.php:682
2222
  msgid "Tracking Enabled"
2223
  msgstr "Уключыць адсочванне"
2224
 
2225
+ #: ../admin/view/wp-slimstat-db.php:685
2226
  msgid "Javascript Mode"
2227
  msgstr "Асінхронны рэжым"
2228
 
2229
+ #: ../admin/view/wp-slimstat-db.php:688
2230
  msgid "Tracking Browser Caps"
2231
  msgstr "адсочваць заглушку браўзэра"
2232
 
2233
+ #: ../admin/view/wp-slimstat-db.php:691
2234
  msgid "Auto purge"
2235
  msgstr "аўтаматычная чыстка"
2236
 
2237
+ #: ../admin/view/wp-slimstat-db.php:692 ../admin/wp-slimstat-admin.php:972
2238
  msgid "Off"
2239
  msgstr "выключана"
2240
 
2241
+ #: ../admin/view/wp-slimstat-db.php:694
2242
  msgid "Oldest pageview"
2243
  msgstr "Старыя старонкi"
2244
 
2245
+ #: ../admin/view/wp-slimstat-db.php:695
2246
  msgid "No visits"
2247
  msgstr "няма наведвання"
2248
 
2249
+ #: ../admin/view/wp-slimstat-db.php:697
2250
  msgid "Geolocation"
2251
  msgstr "Геалакацыя"
2252
 
2253
+ #: ../admin/view/wp-slimstat-db.php:699
2254
  msgid "Date when the MaxMind Geolocation database was last updated."
2255
  msgstr "Дата, калі база дадзеных MaxMind Geolocation была абнаўленна."
2256
 
2257
+ #: ../admin/view/wp-slimstat-db.php:867 ../admin/view/wp-slimstat-db.php:1100
2258
  #: ../admin/view/wp-slimstat-reports.php:45
2259
  #: ../admin/view/wp-slimstat-reports.php:54
2260
  msgid "Pageviews"
2261
  msgstr "прагляд старонкі"
2262
 
2263
+ #: ../admin/view/wp-slimstat-db.php:869 ../admin/view/wp-slimstat-db.php:1102
2264
  msgid ""
2265
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2266
  "the tracking code is executed."
2268
  "Запыт на загрузку аднаго файла HTML. Slimstat рэгіструе \"прагляд старонкі"
2269
  "\" кожны раз, калі выконваецца код адсочвання."
2270
 
2271
+ #: ../admin/view/wp-slimstat-db.php:871
2272
  msgid "Days in Range"
2273
  msgstr "Дні ў дыяпазоне"
2274
 
2275
+ #: ../admin/view/wp-slimstat-db.php:874
2276
  msgid "Average Daily Pageviews"
2277
  msgstr "Сярэдняя колькасць прагляду старонак"
2278
 
2279
+ #: ../admin/view/wp-slimstat-db.php:876
2280
  msgid ""
2281
  "How many pages have been visited on average every day during the current "
2282
  "period."
2284
  "Колькі старонак былі наведаны у сярэднім кожны дзень на працягу бягучага "
2285
  "перыяду."
2286
 
2287
+ #: ../admin/view/wp-slimstat-db.php:878
2288
  msgid "From Search Results"
2289
  msgstr "З вынікаў пошуку"
2290
 
2291
+ #: ../admin/view/wp-slimstat-db.php:880
2292
  msgid ""
2293
  "Visitors who landed on your site after searching for a keyword on Google, "
2294
  "Yahoo, etc."
2296
  "Наведвальнікі, якія прыйшлi на ваш сайт пасля пошуку па ключавым слове у "
2297
  "Google, Yahoo і г.д."
2298
 
2299
+ #: ../admin/view/wp-slimstat-db.php:882 ../admin/view/wp-slimstat-db.php:1214
2300
  #: ../admin/view/wp-slimstat-reports.php:55
2301
  #: ../admin/view/wp-slimstat-reports.php:252
2302
  #: ../admin/view/wp-slimstat-reports.php:493
2303
  msgid "Unique IPs"
2304
  msgstr "Унікальныя IP-адрасы"
2305
 
2306
+ #: ../admin/view/wp-slimstat-db.php:884
2307
  msgid ""
2308
  "Used to differentiate between multiple requests to download a file from one "
2309
  "internet address (IP) and requests originating from many distinct addresses"
2312
  "аднаго інтэрнэт-адрасы (IP) і запытаў, якія адбываюцца з многіх розных "
2313
  "адрасоў"
2314
 
2315
+ #: ../admin/view/wp-slimstat-db.php:886
2316
  msgid "Last 30 minutes"
2317
  msgstr "Апошнiя 30 хвiлiн"
2318
 
2319
+ #: ../admin/view/wp-slimstat-db.php:1104
2320
  msgid "Unique Referrers"
2321
  msgstr "унікальныя рэферэрам"
2322
 
2323
+ #: ../admin/view/wp-slimstat-db.php:1106
2324
  msgid ""
2325
  "A referrer (or referring site) is the site that a visitor previously visited "
2326
  "before following a link to your site."
2328
  "Рэферэрам з'яўляецца сайт, які наведвальнік раней наведвалі да наступнага "
2329
  "спасылку на ваш сайт."
2330
 
2331
+ #: ../admin/view/wp-slimstat-db.php:1108
2332
  msgid "Direct Pageviews"
2333
  msgstr "Прамы прагляд старонак"
2334
 
2335
+ #: ../admin/view/wp-slimstat-db.php:1110
2336
  msgid ""
2337
  "Visitors who visited the site by typing the URL directly into their browser. "
2338
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2345
  "паведамленнях электроннай пошты ці спасылкі з дакументаў, якія не ўключаюць "
2346
  "у сябе адсочванне зменных."
2347
 
2348
+ #: ../admin/view/wp-slimstat-db.php:1112
2349
  msgid "From a search result"
2350
  msgstr "З вынікаў пошуку"
2351
 
2352
+ #: ../admin/view/wp-slimstat-db.php:1114
2353
  msgid ""
2354
  "Visitors who came to your site via searches on Google or some other search "
2355
  "engine."
2357
  "Наведвальнікі, якія прыйшлі на ваш сайт з дапамогай пошуку на Google або "
2358
  "якой-небудзь іншай пошукавай сістэмы."
2359
 
2360
+ #: ../admin/view/wp-slimstat-db.php:1116
2361
  msgid "Unique Landing Pages"
2362
  msgstr "Унікальныя мэтавыя старонкі"
2363
 
2364
+ #: ../admin/view/wp-slimstat-db.php:1118
2365
  msgid ""
2366
  "The first page that a user views during a session. This is also known as the "
2367
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2374
  "старонцы, ён атрымлівае падлічваюцца (для гэтага візіту) у якасці мэтавай "
2375
  "старонкі."
2376
 
2377
+ #: ../admin/view/wp-slimstat-db.php:1120
2378
  msgid "Bounce Pages"
2379
  msgstr "Паказчык адмоваў"
2380
 
2381
+ #: ../admin/view/wp-slimstat-db.php:1122
2382
  msgid "Number of single page visits to your site over the selected period."
2383
  msgstr ""
2384
  "Колькасць аднамесных наведванняў старонак вашага сайта на абраны перыяд."
2385
 
2386
+ #: ../admin/view/wp-slimstat-db.php:1124
2387
  msgid "New Visitors Rate"
2388
  msgstr "Стайка новых наведвальнікау"
2389
 
2390
+ #: ../admin/view/wp-slimstat-db.php:1126
2391
  msgid ""
2392
  "Percentage of single page visits, i.e. visits in which the person left your "
2393
  "site from the entrance page."
2395
  "Працэнт наведванняў адной старонцы, то ёсць наведванняў, у якіх наведвальнік "
2396
  "пакідае сайт са старонкі ўваходу."
2397
 
2398
+ #: ../admin/view/wp-slimstat-db.php:1128
2399
  msgid "Currently from search engines"
2400
  msgstr "З вынікаў пошуку"
2401
 
2402
+ #: ../admin/view/wp-slimstat-db.php:1130
2403
  msgid ""
2404
  "Visitors who visited the site in the last 5 minutes coming from a search "
2405
  "engine."
2407
  "Наведвальнікі, якія наведалі сайт на працягу апошніх 5 хвілін, якія прыйшлi "
2408
  "з пошукавай сістэмы."
2409
 
2410
+ #: ../admin/view/wp-slimstat-db.php:1141
2411
  msgid "0 - 30 seconds"
2412
  msgstr "0 - 30 секунд"
2413
 
2414
+ #: ../admin/view/wp-slimstat-db.php:1147
2415
  msgid "31 - 60 seconds"
2416
  msgstr "31-60 секунд"
2417
 
2418
+ #: ../admin/view/wp-slimstat-db.php:1153
2419
  msgid "1 - 3 minutes"
2420
  msgstr "1 - 3 хвіліны"
2421
 
2422
+ #: ../admin/view/wp-slimstat-db.php:1159
2423
  msgid "3 - 5 minutes"
2424
  msgstr "3-5 хвіліны"
2425
 
2426
+ #: ../admin/view/wp-slimstat-db.php:1165
2427
  msgid "5 - 7 minutes"
2428
  msgstr "5- 7 хвіліны"
2429
 
2430
+ #: ../admin/view/wp-slimstat-db.php:1171
2431
  msgid "7 - 10 minutes"
2432
  msgstr "7-10 хвіліны"
2433
 
2434
+ #: ../admin/view/wp-slimstat-db.php:1177
2435
  msgid "More than 10 minutes"
2436
  msgstr "Больш за 10 хвілін"
2437
 
2438
+ #: ../admin/view/wp-slimstat-db.php:1189
2439
  msgid "Average visit duration"
2440
  msgstr "Сярэдняя працягласць наведвання"
2441
 
2442
+ #: ../admin/view/wp-slimstat-db.php:1210
2443
+ #, fuzzy
2444
+ #| msgid "Revisions"
2445
+ msgid "Sessions"
2446
+ msgstr "перагляды"
2447
 
2448
+ #: ../admin/view/wp-slimstat-db.php:1212
2449
+ #, fuzzy
2450
+ #| msgid ""
2451
+ #| "A visit is a session of at most 30 minutes. Returning visitors are "
2452
+ #| "counted multiple times if they perform multiple visits."
2453
  msgid ""
2454
+ "A session is a group of visits lasting at most 30 minutes. Returning "
2455
+ "visitors are counted multiple times if they start a new session."
2456
  msgstr ""
2457
  "Час візіт не больш за 30 хвілін. Наведвальнікі, якія вярнуліся, "
2458
  "падлічваюцца некалькі разоў, калі яны выконваюць некалькі візітаў."
2459
 
2460
+ #: ../admin/view/wp-slimstat-db.php:1216
2461
  msgid "It includes only traffic generated by human visitors."
2462
  msgstr "Уключае ў сябе толькі трафік, генераваны чалавека наведвальнікаў."
2463
 
2464
+ #: ../admin/view/wp-slimstat-db.php:1218
2465
  msgid "Bounce rate"
2466
  msgstr "Паказчык адмоваў"
2467
 
2468
+ #: ../admin/view/wp-slimstat-db.php:1220
2469
  msgid ""
2470
+ "Total number of one-page visits divided by the total number of entries to a "
2471
+ "website. Please see the <a href=\"https://support.google.com/analytics/"
2472
+ "answer/1009409?hl=en\" target=\"_blank\">official Google docs</a> for more "
2473
+ "information."
2474
  msgstr ""
 
 
2475
 
2476
+ #: ../admin/view/wp-slimstat-db.php:1222
2477
  msgid "Known visitors"
2478
  msgstr "вядомыя наведвальнікі"
2479
 
2480
+ #: ../admin/view/wp-slimstat-db.php:1224
2481
+ #, fuzzy
2482
+ #| msgid "Visitors who had previously left a comment on your blog."
2483
+ msgid "Visitors who have previously left a comment on your blog."
2484
  msgstr "Наведвальнікі, якія раней пакінуў каментар на вашым блогу."
2485
 
2486
+ #: ../admin/view/wp-slimstat-db.php:1226
2487
+ msgid "Single-page Sessions"
2488
+ msgstr ""
2489
 
2490
+ #: ../admin/view/wp-slimstat-db.php:1228
2491
+ msgid "Human users that generated one single page view on your website."
2492
+ msgstr ""
2493
 
2494
+ #: ../admin/view/wp-slimstat-db.php:1230
2495
  msgid "Bots"
2496
  msgstr "Боты"
2497
 
2498
+ #: ../admin/view/wp-slimstat-db.php:1233
2499
  msgid "Pageviews per visit"
2500
  msgstr "Праглядаў старонак за адно наведванне"
2501
 
2502
+ #: ../admin/view/wp-slimstat-db.php:1236
2503
  msgid "Longest visit"
2504
  msgstr "Самы доугi вiзiт"
2505
 
2506
+ #: ../admin/view/wp-slimstat-db.php:1237
2507
  msgid "hits"
2508
  msgstr "колькасць праглядаў"
2509
 
2510
+ #: ../admin/view/wp-slimstat-db.php:1246
2511
  msgid "Content Items"
2512
  msgstr "Змест пунктау"
2513
 
2514
+ #: ../admin/view/wp-slimstat-db.php:1248
2515
  msgid ""
2516
  "This value includes not only posts, but also custom post types, regardless "
2517
  "of their status"
2519
  "Гэта значэнне ўключае ў сябе не толькі пасты, але і прыстасаваныя тыпы "
2520
  "поста, незалежна ад іх статусу"
2521
 
2522
+ #: ../admin/view/wp-slimstat-db.php:1250
2523
  msgid "Posts"
2524
  msgstr "пасты"
2525
 
2526
+ #: ../admin/view/wp-slimstat-db.php:1253
2527
  msgid "Pages"
2528
  msgstr "Старонкi"
2529
 
2530
+ #: ../admin/view/wp-slimstat-db.php:1256
2531
  msgid "Attachments"
2532
  msgstr "укладаннi"
2533
 
2534
+ #: ../admin/view/wp-slimstat-db.php:1259
2535
  msgid "Revisions"
2536
  msgstr "перагляды"
2537
 
2538
+ #: ../admin/view/wp-slimstat-db.php:1262
2539
  msgid "Comments"
2540
  msgstr "каментары"
2541
 
2542
+ #: ../admin/view/wp-slimstat-db.php:1265
2543
  msgid "Avg Comments per Post"
2544
  msgstr "Сярэдняя колькасць каментарау на паведамленне"
2545
 
2546
+ #: ../admin/view/wp-slimstat-db.php:1268
2547
  msgid "Avg Server Latency"
2548
  msgstr "сярэднii час затрымкi сервера"
2549
 
2550
+ #: ../admin/view/wp-slimstat-db.php:1270
2551
  msgid ""
2552
  "Latency is the amount of time it takes for the host server to receive and "
2553
  "process a request for a page object. The amount of latency depends largely "
2581
  msgid "From search result page"
2582
  msgstr "З вынікаў пошуку на старонке"
2583
 
2584
+ #: ../admin/view/wp-slimstat-reports.php:41 ../admin/wp-slimstat-admin.php:1110
2585
  msgid "Known Visitor"
2586
  msgstr "вядомыя наведвальнікі"
2587
 
2708
  msgid "Human Visits"
2709
  msgstr "чалавечыя прагляды"
2710
 
2711
+ #: ../admin/view/wp-slimstat-reports.php:251
2712
+ msgid "Visits"
2713
+ msgstr "прагляды"
2714
+
2715
  #: ../admin/view/wp-slimstat-reports.php:260
2716
  msgid "Audience Overview"
2717
  msgstr "агляд аўдыторыі"
2762
  msgid "Top Viewport Sizes"
2763
  msgstr "Лепшыя памеры акна экрана "
2764
 
2765
+ #: ../admin/view/wp-slimstat-reports.php:339
2766
+ msgid "Browser Capabilities"
2767
+ msgstr "магчымасці браўзэраў"
2768
+
2769
  #: ../admin/view/wp-slimstat-reports.php:348
2770
  msgid "Visit Duration"
2771
  msgstr "працягласць наведвання"
3020
  msgid "Refresh in"
3021
  msgstr "абнаўленне ў"
3022
 
3023
+ #: ../admin/view/wp-slimstat-reports.php:1079
3024
  msgid "Category ID"
3025
  msgstr "ідэнтыфікатар катэгорыі"
3026
 
3027
+ #: ../admin/view/wp-slimstat-reports.php:1084
3028
+ #: ../admin/view/wp-slimstat-reports.php:1098
3029
+ #: ../admin/view/wp-slimstat-reports.php:1103
3030
  msgid "Code"
3031
  msgstr "Код"
3032
 
3033
+ #: ../admin/view/wp-slimstat-reports.php:1115
 
 
 
 
 
3034
  msgid "URL"
3035
  msgstr "URL"
3036
 
3037
+ #: ../admin/view/wp-slimstat-reports.php:1134
3038
  msgid "Referrer"
3039
  msgstr "Referrer"
3040
 
3041
+ #: ../admin/view/wp-slimstat-reports.php:1309
3042
+ #: ../admin/view/wp-slimstat-reports.php:1317
3043
  msgid "(previous)"
3044
  msgstr ""
3045
 
3046
+ #: ../admin/view/wp-slimstat-reports.php:1380
3047
  msgid "Date"
3048
  msgstr "дата"
3049
 
3050
+ #: ../admin/view/wp-slimstat-reports.php:1432
3051
  msgid "Filter by element in a group"
3052
  msgstr ""
3053
 
3054
+ #: ../admin/view/wp-slimstat-reports.php:1457
3055
+ msgid "Moz Domain Authority"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3056
  msgstr ""
 
 
 
 
 
 
 
3057
 
3058
+ #: ../admin/view/wp-slimstat-reports.php:1458
3059
  msgid ""
3060
+ "A normalized 100-point score representing the likelihood of a domain to rank "
3061
+ "well in search engine results."
 
3062
  msgstr ""
 
 
 
3063
 
3064
+ #: ../admin/view/wp-slimstat-reports.php:1462
3065
+ #, fuzzy
3066
+ #| msgid "Backlinks"
3067
+ msgid "Moz Backlinks"
3068
+ msgstr "Зваротныя спасылкі"
3069
+
3070
+ #: ../admin/view/wp-slimstat-reports.php:1463
3071
+ msgid "Number of external equity links to your website."
3072
+ msgstr "Колькасць знешніх фондавых спасылак на ваш сайт."
3073
 
3074
+ #: ../admin/view/wp-slimstat-reports.php:1467
3075
+ #, fuzzy
3076
+ #| msgid "Outbound Links"
3077
+ msgid "Moz Links"
3078
+ msgstr "Выходныя спасылкі"
3079
 
3080
+ #: ../admin/view/wp-slimstat-reports.php:1468
3081
+ #, fuzzy
3082
+ #| msgid "Number of external equity links to your website."
3083
+ msgid ""
3084
+ "The number of links (external, equity or nonequity or not) to your homepage."
3085
+ msgstr "Колькасць знешніх фондавых спасылак на ваш сайт."
3086
 
3087
+ #: ../admin/view/wp-slimstat-reports.php:1472
3088
  msgid "Alexa World Rank"
3089
  msgstr "Alexa Сусветны ранг"
3090
 
3091
+ #: ../admin/view/wp-slimstat-reports.php:1473
3092
  msgid ""
3093
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3094
  "traffic data."
3096
  "Alexa з'яўляецца даччынай кампаніяй Amazon.com, які дае камерцыйныя дадзеныя "
3097
  "вэб-трафіку."
3098
 
3099
+ #: ../admin/view/wp-slimstat-reports.php:1477
3100
  msgid "Alexa Country Rank"
3101
  msgstr "Alexa Краiны ранг"
3102
 
3103
+ #: ../admin/view/wp-slimstat-reports.php:1482
3104
  msgid "Alexa Popularity"
3105
  msgstr "Alexa Папулярнасць"
3106
 
3107
+ #: ../admin/view/wp-slimstat-reports.php:1542
3108
  msgid "Alexa Delta"
3109
  msgstr ""
3110
 
3111
+ #: ../admin/view/wp-slimstat-reports.php:1698
3112
+ msgid "src"
3113
+ msgstr ""
 
 
 
 
 
 
3114
 
3115
+ #: ../admin/view/wp-slimstat-reports.php:1702
3116
+ msgid "serp"
3117
+ msgstr "serp"
 
3118
 
3119
+ #: ../admin/view/wp-slimstat-reports.php:1710
3120
+ msgid "Go to the referring page"
3121
+ msgstr "Перайсці да старонкі са спасылкай"
 
3122
 
3123
+ #: ../admin/view/wp-slimstat-reports.php:1729
3124
+ msgid "Remove filter for"
3125
+ msgstr "Выдаліць фільтр для"
 
3126
 
3127
+ #: ../admin/view/wp-slimstat-reports.php:1734
3128
+ msgid "Save"
3129
+ msgstr "Захаваць"
 
3130
 
3131
+ #: ../admin/wp-slimstat-admin.php:32
3132
+ msgid "Access Log"
3133
+ msgstr "часопіс доступу"
 
3134
 
3135
+ #: ../admin/wp-slimstat-admin.php:38
3136
+ msgid "Overview"
3137
+ msgstr "агляд"
 
3138
 
3139
+ #: ../admin/wp-slimstat-admin.php:44
3140
+ msgid "Audience"
3141
+ msgstr "публіка, гледачы"
 
3142
 
3143
+ #: ../admin/wp-slimstat-admin.php:50
3144
+ msgid "Site Analysis"
3145
+ msgstr "аналіз сайта"
 
3146
 
3147
+ #: ../admin/wp-slimstat-admin.php:68
3148
+ msgid "WordPress Dashboard"
3149
+ msgstr "WordPress панэль"
 
3150
 
3151
+ #: ../admin/wp-slimstat-admin.php:74
3152
+ msgid "Inactive Reports"
3153
+ msgstr "Неактыўныя справаздачы"
 
3154
 
3155
+ #: ../admin/wp-slimstat-admin.php:510 ../admin/wp-slimstat-admin.php:578
3156
+ msgid "Slimstat"
3157
+ msgstr "Slimstat"
 
3158
 
3159
+ #: ../admin/wp-slimstat-admin.php:598 ../admin/wp-slimstat-admin.php:626
3160
+ #: ../admin/wp-slimstat-admin.php:629
3161
+ msgid "Customize"
3162
+ msgstr "Наладзіць"
3163
 
3164
+ #: ../admin/wp-slimstat-admin.php:708
3165
+ msgid "Pageviews in the last "
3166
+ msgstr "Прагляд старонак у апошнім"
 
3167
 
3168
+ #: ../admin/wp-slimstat-admin.php:711
3169
+ msgid "Unique IPs in the last "
3170
+ msgstr "Унікальныя IP-адрасы ў апошнім"
 
3171
 
3172
+ #: ../admin/wp-slimstat-admin.php:745
3173
+ #, php-format
3174
+ msgid ""
3175
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3176
+ msgstr "І каб сачыць за вашым вэб-трафікам з дапамогай %sSlimStat Analytics%s."
3177
 
3178
+ #: ../admin/wp-slimstat-admin.php:770
3179
+ msgid "Show on screen"
3180
+ msgstr "Паказваць на экране"
 
3181
 
3182
+ #: ../admin/wp-slimstat-admin.php:878
3183
+ msgid "Already saved"
3184
+ msgstr "Ужо захаваны"
 
3185
 
3186
+ #: ../admin/wp-slimstat-admin.php:886
3187
+ msgid "Saved"
3188
+ msgstr "Захавана"
 
3189
 
3190
+ #: ../admin/wp-slimstat-admin.php:906
3191
+ msgid "Delete this filter"
3192
+ msgstr "Выдаліць гэты фільтр"
 
3193
 
3194
+ #: ../admin/wp-slimstat-admin.php:971
3195
+ msgid "On"
3196
+ msgstr "уключана"
 
3197
 
3198
+ #: ../admin/wp-slimstat-admin.php:1040
3199
+ msgid "Save Changes"
3200
+ msgstr "Захаваць змены"
 
3201
 
3202
+ #: ../admin/wp-slimstat-admin.php:1084
3203
+ msgid "There was an error updating the following options:"
3204
+ msgstr "Была памылка абнаўлення па наступным параметрам:"
 
3205
 
3206
+ #: ../admin/wp-slimstat-admin.php:1087
3207
+ msgid "Your changes have been saved."
3208
+ msgstr "Вашы змены былі захаваныя."
 
3209
 
3210
+ #: ../admin/wp-slimstat-admin.php:1105
3211
+ msgid "Definitions"
3212
+ msgstr "Вызначэннi"
 
3213
 
3214
+ #: ../admin/wp-slimstat-admin.php:1108
3215
+ msgid "Pageview"
3216
+ msgstr "Прагляд старонкі"
 
3217
 
3218
+ #: ../admin/wp-slimstat-admin.php:1108
3219
+ msgid ""
3220
+ "A request to load a single HTML file (\"page\"). This should be contrasted "
3221
+ "with a \"hit\", which refers to a request for any file from a web server. "
3222
+ "Slimstat logs a pageview each time the tracking code is executed"
3223
+ msgstr ""
3224
+ "Запыт загрузіць адзін HTML-файл (\"старонкі\"). Гэта павінна быць "
3225
+ "супрацьпастаўленае з \"Хіт\", які спасылаецца на запыт аб прадастаўленні "
3226
+ "любога файла з вэб-сервера. Slimstat рэгіструе прагляд старонкі кожны раз, "
3227
+ "калі выконваецца код адсочвання"
3228
 
3229
+ #: ../admin/wp-slimstat-admin.php:1109
3230
+ msgid "(Human) Visit"
3231
+ msgstr "(Чалавек) Наведванне"
 
3232
 
3233
+ #: ../admin/wp-slimstat-admin.php:1109
3234
+ msgid ""
3235
+ "A period of interaction between a visitor's browser and your website, ending "
3236
+ "when the browser is closed or when the user has been inactive on that site "
3237
+ "for 30 minutes"
3238
+ msgstr ""
3239
+ "Перыяд ўзаемадзеяння паміж браўзэрам наведвальніка і вашым вэб-сайтам, які "
3240
+ "сканчаецца пры закрыцці браўзэра або калі карыстальнік быў неактыўны на "
3241
+ "гэтым сайце на працягу 30 хвілін"
3242
+
3243
+ #: ../admin/wp-slimstat-admin.php:1110
3244
+ #, fuzzy
3245
+ #| msgid ""
3246
+ #| "Any user who has left a comment on your blog, and is thus identified by "
3247
+ #| "Wordpress as a returning visitor"
3248
+ msgid ""
3249
+ "Any user who has left a comment on your blog, and is thus identified by "
3250
+ "WordPress as a returning visitor"
3251
+ msgstr ""
3252
+ "Любы карыстальнік, які пакінуў каментарый у вашым блогу, і, такім чынам, быу "
3253
+ "вызначаны на Wordpress як вернуты наведвальнік"
3254
+
3255
+ #: ../admin/wp-slimstat-admin.php:1111
3256
+ msgid "Unique IP"
3257
+ msgstr "Унікальны IP"
3258
+
3259
+ #: ../admin/wp-slimstat-admin.php:1111
3260
+ msgid ""
3261
+ "Used to differentiate between multiple requests to download a file from one "
3262
+ "internet address (IP) and requests originating from many distinct addresses; "
3263
+ "since this measurement looks only at the internet address a pageview came "
3264
+ "from, it is useful, but not perfect"
3265
+ msgstr ""
3266
+ "Адрознiвайце памiж сабой некалькі запытау, якiя трэба для загрузкай файл з "
3267
+ "аднаго інтэрнэт-адраса (IP), і запытаў, якія паступаюць з мноства розных "
3268
+ "адрасоў; так як гэта вымярэнне глядзіць толькі на інтэрнэт-адрас адкуль "
3269
+ "прыйшла старонка, гэта карысна, але не ідэальна"
3270
+
3271
+ #: ../admin/wp-slimstat-admin.php:1112
3272
+ msgid ""
3273
+ "the originating IP address of a client connecting to a web server through an "
3274
+ "HTTP proxy or load balancer"
3275
+ msgstr ""
3276
+ "ініцыявальны IP-адрас кліента падлучэння да вэб-сервера праз проксі-сервер "
3277
+ "HTTP цi кампенсатар нагрузкі"
3278
+
3279
+ #: ../admin/wp-slimstat-admin.php:1113
3280
+ msgid "Direct Traffic"
3281
+ msgstr "прамы трафiк"
3282
+
3283
+ #: ../admin/wp-slimstat-admin.php:1113
3284
+ msgid ""
3285
+ "All those people showing up to your Web site by typing in the URL of your "
3286
+ "Web site coming or from a bookmark; some people also call this \"default "
3287
+ "traffic\" or \"ambient traffic\""
3288
+ msgstr ""
3289
+ "Усе гэтыя людзі, якія заходзяць да вашага вэб-сайта, увёўшы URL вашага вэб-"
3290
+ "сайта або прыходзіць ад закладкі; некаторыя людзі таксама называюць гэта "
3291
+ "\"трафік па змаўчанні\" ці \"навакольны трафік\""
3292
+
3293
+ #: ../admin/wp-slimstat-admin.php:1114
3294
+ msgid "Search Engine"
3295
+ msgstr "Пошукавая сістэма"
3296
+
3297
+ #: ../admin/wp-slimstat-admin.php:1114
3298
+ msgid ""
3299
+ "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3300
+ "as well as your paid (PPC/SEM) traffic, so be aware of that"
3301
+ msgstr ""
3302
+ "Google, Yahoo, MSN, Ask, іншыя; гэта вядро будзе ўключаць у сябе увесь ваш "
3303
+ "арганічны i платны (PPC/SEM) трафік, так што будзiце у курсе, што"
3304
+
3305
+ #: ../admin/wp-slimstat-admin.php:1115 ../admin/wp-slimstat-admin.php:1131
3306
+ msgid "Keywords used by your visitors to find your website on a search engine"
3307
+ msgstr ""
3308
+ "Ключавыя словы, якімі карыстаюцца наведвальнікі, для пошуку вашага сайта ў "
3309
+ "пошукавай сістэме"
3310
+
3311
+ #: ../admin/wp-slimstat-admin.php:1116
3312
+ msgid "SERP"
3313
+ msgstr "serp"
3314
+
3315
+ #: ../admin/wp-slimstat-admin.php:1116
3316
+ msgid ""
3317
+ "Short for search engine results page, the Web page that a search engine "
3318
+ "returns with the results of its search. The value shown represents your rank "
3319
+ "(or position) within that list of results"
3320
+ msgstr ""
3321
+ "Скарочаны пошук вынікаў на вэб-старонкі i атрыманне вынiкау пошуку на новай "
3322
+ "старонцы. Значэнне, якое паказалі прадстаўляе свой ранг (або становішча) у "
3323
+ "межах гэтага спісу вынікаў"
3324
+
3325
+ #: ../admin/wp-slimstat-admin.php:1117
3326
+ msgid ""
3327
+ "Any program used for accessing a website; this includes browsers, robots, "
3328
+ "spiders and any other program that was used to retrieve information from the "
3329
+ "site"
3330
+ msgstr ""
3331
+ "Любая праграма, якая выкарыстоўваецца для доступу да вэб-сайт; уключае ў "
3332
+ "сябе браўзэры, робаты, павукі і любыя іншыя праграмы, якiя выкарыстоуваюцца "
3333
+ "для атрымання інфармацыі з сайта"
3334
+
3335
+ #: ../admin/wp-slimstat-admin.php:1118
3336
+ msgid ""
3337
+ "A link from one domain to another is said to be outbound from its source "
3338
+ "anchor and inbound to its target. This report lists all the links to other "
3339
+ "websites followed by your visitors."
3340
+ msgstr ""
3341
+ "Спасылка з аднаго дамена на іншы называецца выходны ад яго крыніцы якара і "
3342
+ "уязной да сваёй мэты. У гэтай справаздачы пералічаны ўсе спасылкі на іншыя "
3343
+ "сайты вашых наведвальнікау."
3344
+
3345
+ #: ../admin/wp-slimstat-admin.php:1125
3346
+ msgid "Basic Filters"
3347
+ msgstr "Асноўныя фільтры"
3348
+
3349
+ #: ../admin/wp-slimstat-admin.php:1128
3350
+ msgid "User agent (Firefox, Chrome, ...)"
3351
+ msgstr "Агент карыстальніка (Firefox, Chrome, ...)"
3352
+
3353
+ #: ../admin/wp-slimstat-admin.php:1129
3354
+ msgid "2-letter code (us, ru, de, it, ...)"
3355
+ msgstr "2-літарны код (us, ru, de, it, ...)"
3356
+
3357
+ #: ../admin/wp-slimstat-admin.php:1130
3358
+ msgid "IP"
3359
+ msgstr "IP"
3360
+
3361
+ #: ../admin/wp-slimstat-admin.php:1130
3362
+ msgid "Visitor's public IP address"
3363
+ msgstr "Публiчны IP-адрас наведвальніка"
3364
+
3365
+ #: ../admin/wp-slimstat-admin.php:1132
3366
+ #, fuzzy
3367
+ #| msgid ""
3368
+ #| "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft."
3369
+ #| "com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> "
3370
+ #| "(first column) for more information"
3371
+ msgid ""
3372
+ "Please refer to this <a target=\"_blank\" href=\"https://msdn.microsoft.com/"
3373
+ "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3374
+ "column) for more information"
3375
+ msgstr ""
3376
+ "Калі ласка, звярніцеся да гэтай <a target=\"_blank\" href=\"http://msdn."
3377
+ "microsoft.com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</"
3378
+ "a> ( першы слупок) для атрымання дадатковай інфармацыі"
3379
+
3380
+ #: ../admin/wp-slimstat-admin.php:1133
3381
+ #, fuzzy
3382
+ #| msgid ""
3383
+ #| "Accepts identifiers like win7, win98, macosx, ...; please refer to <a "
3384
+ #| "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
3385
+ #| "\">this manual page</a> for more information"
3386
+ msgid ""
3387
+ "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3388
+ "\"_blank\" href=\"https://php.net/manual/en/function.get-browser.php\">this "
3389
+ "manual page</a> for more information"
3390
+ msgstr ""
3391
+ "Прымае ідэнтыфікатары як Win7, Win98, MacOSX, ...; калі ласка, звярніцеся да "
3392
+ "<a target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
3393
+ "\"> старонцы кіраўніцтва </a> для атрымання дадатковай інфармацыі"
3394
+
3395
+ #: ../admin/wp-slimstat-admin.php:1134
3396
+ msgid "URL accessed on your site"
3397
+ msgstr "URL-доступ на вашым сайце"
3398
+
3399
+ #: ../admin/wp-slimstat-admin.php:1135
3400
+ msgid "Complete address of the referrer page"
3401
+ msgstr "Адрас"
3402
+
3403
+ #: ../admin/wp-slimstat-admin.php:1136
3404
+ msgid "Visitor's Name"
3405
+ msgstr "Імя наведвальніка"
3406
+
3407
+ #: ../admin/wp-slimstat-admin.php:1136
3408
+ #, fuzzy
3409
+ #| msgid ""
3410
+ #| "Visitors' names according to the cookie set by Wordpress after they leave "
3411
+ #| "a comment"
3412
+ msgid ""
3413
+ "Visitors' names according to the cookie set by WordPress after they leave a "
3414
+ "comment"
3415
+ msgstr ""
3416
+ "Імёны наведвальнікаў у адпаведнасці з печыва, устаноўленыя Wordpress пасля "
3417
+ "таго, як яны пакінуць каментарый"
3418
+
3419
+ #: ../admin/wp-slimstat-admin.php:1144
3420
+ msgid "Advanced Filters"
3421
+ msgstr "Дадатковыя фільтры"
3422
+
3423
+ #: ../admin/wp-slimstat-admin.php:1147
3424
+ msgid "user agent version (9.0, 11, ...)"
3425
+ msgstr "версія агента карыстальніка (9.0, 11, ...)"
3426
+
3427
+ #: ../admin/wp-slimstat-admin.php:1148
3428
+ msgid ""
3429
+ "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
3430
+ "all others"
3431
+ msgstr ""
3432
+ "1 = пошукавы робат, 2 = мабільнае прылада, 3 = чытач сіндыкацыі, 0 = ўсе "
3433
+ "астатнія"
3434
+
3435
+ #: ../admin/wp-slimstat-admin.php:1149
3436
+ msgid "Pageview Attributes"
3437
+ msgstr "Атрыбуты прагляду старонак"
3438
+
3439
+ #: ../admin/wp-slimstat-admin.php:1149
3440
+ msgid ""
3441
+ "this field is set to <em>[pre]</em> if the resource has been accessed "
3442
+ "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3443
+ "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
3444
+ msgstr ""
3445
+ "у гэта поле ўстаноўлена значэнне <em>[pre]</em>, калі рэсурс быў даступны "
3446
+ "праз <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3447
+ "Link_prefetching_FAQ\">Link Prefetching</a> або падобныя метады"
3448
+
3449
+ #: ../admin/wp-slimstat-admin.php:1150
3450
+ msgid "author associated to that post/page when the resource was accessed"
3451
+ msgstr "аўтар звязаны з запісам/старонкай, калі рэсурс быў даступны"
3452
+
3453
+ #: ../admin/wp-slimstat-admin.php:1151
3454
+ msgid "ID of the category/term associated to the resource, when available"
3455
+ msgstr ""
3456
+ "Ідэнтыфікатар катэгорыі / тэрмін, звязаны з рэсурсам, калі такія маюцца"
3457
+
3458
+ #: ../admin/wp-slimstat-admin.php:1152
3459
+ msgid "visitor's originating IP address, if available"
3460
+ msgstr "выходны IP-адрас наведвальніка, калі такая маецца"
3461
+
3462
+ #: ../admin/wp-slimstat-admin.php:1153
3463
+ #, fuzzy
3464
+ #| msgid ""
3465
+ #| "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3466
+ #| "post_type_archive, tag, taxonomy, category, date, author, archive, "
3467
+ #| "search, feed, home; please refer to the <a target=\"_blank\" href="
3468
+ #| "\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
3469
+ #| "manual page for more information"
3470
+ msgid ""
3471
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3472
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3473
+ "feed, home; please refer to the <a target=\"_blank\" href=\"https://codex."
3474
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
3475
+ "information"
3476
+ msgstr ""
3477
+ "запiс, старонка, iншае: <em>custom-post-type</em>, ўкладанне, у адзіным "
3478
+ "ліку, post_type_archive, тэг, сістэматыка, катэгорыя, дата, аўтар, архіў, "
3479
+ "пошук,водгук, дом; калі ласка, звярніцеся да старонкі даведніка <a target="
3480
+ "\"_blank\" href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional "
3481
+ "Tags</a> для атрымання дадатковай інфармацыі"
3482
+
3483
+ #: ../admin/wp-slimstat-admin.php:1154
3484
+ msgid "Screen Resolution"
3485
+ msgstr "Паказваць на экране"
3486
+
3487
+ #: ../admin/wp-slimstat-admin.php:1154
3488
+ msgid "viewport width and height (1024x768, 800x600, ...)"
3489
+ msgstr "экран шырыня і вышыня (1024x768, 800x600, ...)"
3490
+
3491
+ #: ../admin/wp-slimstat-admin.php:1155
3492
+ msgid ""
3493
+ "generally used in conjunction with <em>is not empty</em>, identifies human "
3494
+ "visitors"
3495
+ msgstr ""
3496
+ "як правіла, выкарыстоўваецца ў спалучэнні з <em>is not empty</em>, "
3497
+ "ідэнтыфікуе чалавека наведвальнікаў"
3498
+
3499
+ #: ../admin/wp-slimstat-admin.php:1156
3500
+ msgid "Date Filters"
3501
+ msgstr "Дата фільтры"
3502
+
3503
+ #: ../admin/wp-slimstat-admin.php:1156
3504
+ msgid ""
3505
+ "you can specify the timeframe by entering a number in the <em>interval</em> "
3506
+ "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
3507
+ "year=blank, interval=-1 will set a year-to-date filter)"
3508
+ msgstr ""
3509
+ "Вы можаце указаць часовыя рамкі, увёўшы лік у полі <em>interval</em>; "
3510
+ "выкарыстоўваць -1 i уключаць <em>to date</em> (i.e., day=1, month=1, "
3511
+ "year=blank, interval=-1 will set a year-to-date filter)"
3512
+
3513
+ #: ../admin/wp-slimstat-admin.php:1157
3514
+ msgid "SERP Position"
3515
+ msgstr "SERP Пазіцыя"
3516
+
3517
+ #: ../admin/wp-slimstat-admin.php:1157
3518
+ msgid ""
3519
+ "set the filter to Referer contains cd=N&, where N is the position you are "
3520
+ "looking for"
3521
+ msgstr "ўсталяваць фільтр Referrer cd=N&, дзе N з'яўляецца палажэннем шука"
3522
+
3523
+ #: ../browscap/browser.php:24
3524
+ msgid ""
3525
+ "The Browscap Library could not be opened on your filesystem. Please check "
3526
+ "your server permissions and try again."
3527
+ msgstr ""
3528
+
3529
+ #: ../browscap/browser.php:61
3530
+ msgid ""
3531
+ "This library requires at least PHP 7.1. Please ask your service provider to "
3532
+ "upgrade your server accordingly."
3533
+ msgstr ""
3534
+
3535
+ #: ../browscap/browser.php:65
3536
+ msgid "No updates are performed during AJAX requests."
3537
+ msgstr ""
3538
+
3539
+ #: ../browscap/browser.php:69
3540
+ msgid ""
3541
+ "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
3542
+ "config.php file, or contact our support to obtain a copy of our Browscap "
3543
+ "Library."
3544
+ msgstr ""
3545
+
3546
+ #: ../browscap/browser.php:110
3547
+ msgid ""
3548
+ "There was an error checking the remote library version. Please try again "
3549
+ "later."
3550
+ msgstr ""
3551
+
3552
+ #: ../browscap/browser.php:117
3553
+ msgid "Your version of the library does not need to be updated."
3554
+ msgstr ""
3555
+
3556
+ #: ../browscap/browser.php:128
3557
+ msgid ""
3558
+ "There was an error saving the Browscap data file on your server. Please "
3559
+ "check your folder permissions."
3560
+ msgstr ""
3561
+
3562
+ #: ../browscap/browser.php:135
3563
+ msgid ""
3564
+ "There was an error downloading the Browscap data file from our server. "
3565
+ "Please try again later."
3566
+ msgstr ""
3567
+
3568
+ #: ../browscap/browser.php:144
3569
+ msgid ""
3570
+ "Could not initialize the WP Filesystem API. Please check your folder "
3571
+ "permissions and PHP configuration."
3572
+ msgstr ""
3573
+
3574
+ #: ../browscap/browser.php:159
3575
+ msgid ""
3576
+ "There was an error uncompressing the Browscap data file on your server. "
3577
+ "Please check your folder permissions and PHP configuration."
3578
+ msgstr ""
3579
+
3580
+ #: ../browscap/browser.php:167
3581
+ msgid "The Browscap data file has been installed on your server."
3582
+ msgstr ""
3583
+
3584
+ #: ../languages/dynamic_strings.php:5 ../languages/dynamic_strings.php:8
3585
+ #: ../languages/dynamic_strings.php:457 ../languages/dynamic_strings.php:458
3586
+ #: ../languages/dynamic_strings.php:459 ../languages/dynamic_strings.php:515
3587
+ #: ../languages/dynamic_strings.php:557
3588
+ #, fuzzy
3589
+ #| msgid "unknown"
3590
+ msgid "Unknown"
3591
+ msgstr "невядомы"
3592
+
3593
+ #: ../languages/dynamic_strings.php:9
3594
+ #, fuzzy
3595
+ #| msgid "IP Address"
3596
+ msgid "Local IP Address"
3597
+ msgstr "IP адрас"
3598
+
3599
+ #: ../languages/dynamic_strings.php:11
3600
+ msgid "Afghanistan"
3601
+ msgstr ""
3602
+
3603
+ #: ../languages/dynamic_strings.php:12
3604
+ msgid "Aland Islands"
3605
+ msgstr ""
3606
+
3607
+ #: ../languages/dynamic_strings.php:13
3608
+ msgid "Albania"
3609
+ msgstr ""
3610
+
3611
+ #: ../languages/dynamic_strings.php:14
3612
+ msgid "Algeria"
3613
+ msgstr ""
3614
+
3615
+ #: ../languages/dynamic_strings.php:15
3616
+ msgid "Andorra"
3617
+ msgstr ""
3618
+
3619
+ #: ../languages/dynamic_strings.php:16
3620
+ msgid "Angola"
3621
+ msgstr ""
3622
+
3623
+ #: ../languages/dynamic_strings.php:17
3624
+ msgid "Anguilla"
3625
+ msgstr ""
3626
+
3627
+ #: ../languages/dynamic_strings.php:18
3628
+ msgid "Antigua and Barbuda"
3629
+ msgstr ""
3630
+
3631
+ #: ../languages/dynamic_strings.php:19
3632
+ msgid "Argentina"
3633
+ msgstr ""
3634
+
3635
+ #: ../languages/dynamic_strings.php:20
3636
+ msgid "Armenia"
3637
+ msgstr ""
3638
+
3639
+ #: ../languages/dynamic_strings.php:21
3640
+ msgid "Aruba"
3641
+ msgstr ""
3642
+
3643
+ #: ../languages/dynamic_strings.php:22
3644
+ msgid "Australia"
3645
+ msgstr ""
3646
+
3647
+ #: ../languages/dynamic_strings.php:23
3648
+ msgid "Austria"
3649
+ msgstr ""
3650
+
3651
+ #: ../languages/dynamic_strings.php:24
3652
+ msgid "Azerbaijan"
3653
+ msgstr ""
3654
+
3655
+ #: ../languages/dynamic_strings.php:25
3656
+ msgid "Bahamas"
3657
+ msgstr ""
3658
+
3659
+ #: ../languages/dynamic_strings.php:26
3660
+ msgid "Bahrain"
3661
+ msgstr ""
3662
+
3663
+ #: ../languages/dynamic_strings.php:27
3664
+ msgid "Bangladesh"
3665
+ msgstr ""
3666
+
3667
+ #: ../languages/dynamic_strings.php:28
3668
+ msgid "Barbados"
3669
+ msgstr ""
3670
+
3671
+ #: ../languages/dynamic_strings.php:29
3672
+ msgid "Belarus"
3673
+ msgstr ""
3674
+
3675
+ #: ../languages/dynamic_strings.php:30
3676
+ msgid "Belgium"
3677
+ msgstr ""
3678
+
3679
+ #: ../languages/dynamic_strings.php:31
3680
+ msgid "Belize"
3681
+ msgstr ""
3682
+
3683
+ #: ../languages/dynamic_strings.php:32
3684
+ msgid "Benin"
3685
+ msgstr ""
3686
+
3687
+ #: ../languages/dynamic_strings.php:33
3688
+ msgid "Bermuda"
3689
+ msgstr ""
3690
+
3691
+ #: ../languages/dynamic_strings.php:34
3692
+ msgid "Bhutan"
3693
+ msgstr ""
3694
+
3695
+ #: ../languages/dynamic_strings.php:35
3696
+ msgid "Bolivia"
3697
+ msgstr ""
3698
+
3699
+ #: ../languages/dynamic_strings.php:36
3700
+ msgid "Bosnia and Herzegovina"
3701
+ msgstr ""
3702
+
3703
+ #: ../languages/dynamic_strings.php:37
3704
+ #, fuzzy
3705
+ #| msgid "Bots"
3706
+ msgid "Botswana"
3707
+ msgstr "Боты"
3708
+
3709
+ #: ../languages/dynamic_strings.php:38
3710
+ msgid "Brazil"
3711
+ msgstr ""
3712
+
3713
+ #: ../languages/dynamic_strings.php:39
3714
+ msgid "Brunei Darussalam"
3715
+ msgstr ""
3716
+
3717
+ #: ../languages/dynamic_strings.php:40
3718
+ msgid "Bulgaria"
3719
+ msgstr ""
3720
+
3721
+ #: ../languages/dynamic_strings.php:41
3722
+ msgid "Burkina Faso"
3723
+ msgstr ""
3724
+
3725
+ #: ../languages/dynamic_strings.php:42
3726
+ msgid "Burundi"
3727
+ msgstr ""
3728
+
3729
+ #: ../languages/dynamic_strings.php:43
3730
+ msgid "Cambodia"
3731
+ msgstr ""
3732
+
3733
+ #: ../languages/dynamic_strings.php:44
3734
+ msgid "Cameroon"
3735
+ msgstr ""
3736
+
3737
+ #: ../languages/dynamic_strings.php:45
3738
+ msgid "Canada"
3739
+ msgstr ""
3740
+
3741
+ #: ../languages/dynamic_strings.php:46
3742
+ msgid "Cape Verde"
3743
+ msgstr ""
3744
+
3745
+ #: ../languages/dynamic_strings.php:47
3746
+ msgid "Cayman Islands"
3747
+ msgstr ""
3748
+
3749
+ #: ../languages/dynamic_strings.php:48
3750
+ msgid "Central African Republic"
3751
+ msgstr ""
3752
+
3753
+ #: ../languages/dynamic_strings.php:49
3754
+ msgid "Chad"
3755
+ msgstr ""
3756
+
3757
+ #: ../languages/dynamic_strings.php:50
3758
+ msgid "Chile"
3759
+ msgstr ""
3760
+
3761
+ #: ../languages/dynamic_strings.php:51
3762
+ msgid "China"
3763
+ msgstr ""
3764
+
3765
+ #: ../languages/dynamic_strings.php:52
3766
+ msgid "Colombia"
3767
+ msgstr ""
3768
+
3769
+ #: ../languages/dynamic_strings.php:53
3770
+ msgid "Comoros"
3771
+ msgstr ""
3772
+
3773
+ #: ../languages/dynamic_strings.php:54
3774
+ msgid "Congo"
3775
+ msgstr ""
3776
+
3777
+ #: ../languages/dynamic_strings.php:55
3778
+ msgid "The Democratic Republic of the Congo"
3779
+ msgstr ""
3780
+
3781
+ #: ../languages/dynamic_strings.php:56
3782
+ msgid "Costa Rica"
3783
+ msgstr ""
3784
+
3785
+ #: ../languages/dynamic_strings.php:57
3786
+ msgid "Côte d'Ivoire"
3787
+ msgstr ""
3788
+
3789
+ #: ../languages/dynamic_strings.php:58
3790
+ msgid "Croatia"
3791
+ msgstr ""
3792
+
3793
+ #: ../languages/dynamic_strings.php:59
3794
+ msgid "Cuba"
3795
+ msgstr ""
3796
+
3797
+ #: ../languages/dynamic_strings.php:60
3798
+ msgid "Cyprus"
3799
+ msgstr ""
3800
+
3801
+ #: ../languages/dynamic_strings.php:61
3802
+ msgid "Czech Republic"
3803
+ msgstr ""
3804
+
3805
+ #: ../languages/dynamic_strings.php:62
3806
+ msgid "Denmark"
3807
+ msgstr ""
3808
+
3809
+ #: ../languages/dynamic_strings.php:63
3810
+ msgid "Djibouti"
3811
+ msgstr ""
3812
+
3813
+ #: ../languages/dynamic_strings.php:64
3814
+ msgid "Dominica"
3815
+ msgstr ""
3816
+
3817
+ #: ../languages/dynamic_strings.php:65
3818
+ msgid "Dominican Republic"
3819
+ msgstr ""
3820
+
3821
+ #: ../languages/dynamic_strings.php:66
3822
+ msgid "Ecuador"
3823
+ msgstr ""
3824
+
3825
+ #: ../languages/dynamic_strings.php:67
3826
+ msgid "Egypt"
3827
+ msgstr ""
3828
+
3829
+ #: ../languages/dynamic_strings.php:68
3830
+ msgid "El Salvador"
3831
+ msgstr ""
3832
+
3833
+ #: ../languages/dynamic_strings.php:69
3834
+ msgid "Equatorial Guinea"
3835
+ msgstr ""
3836
+
3837
+ #: ../languages/dynamic_strings.php:70
3838
+ msgid "Eritrea"
3839
+ msgstr ""
3840
+
3841
+ #: ../languages/dynamic_strings.php:71
3842
+ msgid "Estonia"
3843
+ msgstr ""
3844
+
3845
+ #: ../languages/dynamic_strings.php:72
3846
+ msgid "Ethiopia"
3847
+ msgstr ""
3848
+
3849
+ #: ../languages/dynamic_strings.php:73
3850
+ msgid "Faroe Islands"
3851
+ msgstr ""
3852
+
3853
+ #: ../languages/dynamic_strings.php:74
3854
+ msgid "Falkland Islands (Malvinas)"
3855
+ msgstr ""
3856
+
3857
+ #: ../languages/dynamic_strings.php:75
3858
+ msgid "Fiji"
3859
+ msgstr ""
3860
+
3861
+ #: ../languages/dynamic_strings.php:76
3862
+ msgid "Finland"
3863
+ msgstr ""
3864
+
3865
+ #: ../languages/dynamic_strings.php:77
3866
+ msgid "France"
3867
+ msgstr ""
3868
+
3869
+ #: ../languages/dynamic_strings.php:78
3870
+ msgid "French Guiana"
3871
+ msgstr ""
3872
+
3873
+ #: ../languages/dynamic_strings.php:79
3874
+ msgid "Gabon"
3875
+ msgstr ""
3876
+
3877
+ #: ../languages/dynamic_strings.php:80
3878
+ msgid "Gambia"
3879
+ msgstr ""
3880
+
3881
+ #: ../languages/dynamic_strings.php:81
3882
+ msgid "Georgia"
3883
+ msgstr ""
3884
+
3885
+ #: ../languages/dynamic_strings.php:82
3886
+ #, fuzzy
3887
+ #| msgid "Permalink"
3888
+ msgid "Germany"
3889
+ msgstr "пастаянная спасылка"
3890
+
3891
+ #: ../languages/dynamic_strings.php:83
3892
+ msgid "Ghana"
3893
+ msgstr ""
3894
+
3895
+ #: ../languages/dynamic_strings.php:84
3896
+ msgid "Greece"
3897
+ msgstr ""
3898
+
3899
+ #: ../languages/dynamic_strings.php:85
3900
+ msgid "Greenland"
3901
+ msgstr ""
3902
+
3903
+ #: ../languages/dynamic_strings.php:86
3904
+ msgid "Grenada"
3905
+ msgstr ""
3906
+
3907
+ #: ../languages/dynamic_strings.php:87
3908
+ msgid "Guadeloupe"
3909
+ msgstr ""
3910
+
3911
+ #: ../languages/dynamic_strings.php:88
3912
+ msgid "Guatemala"
3913
+ msgstr ""
3914
+
3915
+ #: ../languages/dynamic_strings.php:89
3916
+ msgid "Guinea"
3917
+ msgstr ""
3918
+
3919
+ #: ../languages/dynamic_strings.php:90
3920
+ msgid "Guinea-Bissau"
3921
+ msgstr ""
3922
+
3923
+ #: ../languages/dynamic_strings.php:91
3924
+ msgid "Guyana"
3925
+ msgstr ""
3926
+
3927
+ #: ../languages/dynamic_strings.php:92
3928
+ msgid "Haiti"
3929
+ msgstr ""
3930
+
3931
+ #: ../languages/dynamic_strings.php:93
3932
+ msgid "Honduras"
3933
+ msgstr ""
3934
+
3935
+ #: ../languages/dynamic_strings.php:94
3936
+ msgid "Hong Kong"
3937
+ msgstr ""
3938
+
3939
+ #: ../languages/dynamic_strings.php:95
3940
+ msgid "Hungary"
3941
+ msgstr ""
3942
+
3943
+ #: ../languages/dynamic_strings.php:96
3944
+ msgid "Iceland"
3945
+ msgstr ""
3946
+
3947
+ #: ../languages/dynamic_strings.php:97
3948
+ msgid "India"
3949
+ msgstr ""
3950
+
3951
+ #: ../languages/dynamic_strings.php:98
3952
+ msgid "Indonesia"
3953
+ msgstr ""
3954
+
3955
+ #: ../languages/dynamic_strings.php:99
3956
+ msgid "Islamic Republic of Iran"
3957
+ msgstr ""
3958
+
3959
+ #: ../languages/dynamic_strings.php:100
3960
+ msgid "Iraq"
3961
+ msgstr ""
3962
+
3963
+ #: ../languages/dynamic_strings.php:101
3964
+ msgid "Ireland"
3965
+ msgstr ""
3966
+
3967
+ #: ../languages/dynamic_strings.php:102
3968
+ msgid "Israel"
3969
+ msgstr ""
3970
+
3971
+ #: ../languages/dynamic_strings.php:103
3972
+ msgid "Italy"
3973
+ msgstr ""
3974
+
3975
+ #: ../languages/dynamic_strings.php:104
3976
+ msgid "Jamaica"
3977
+ msgstr ""
3978
+
3979
+ #: ../languages/dynamic_strings.php:105
3980
+ msgid "Japan"
3981
+ msgstr ""
3982
+
3983
+ #: ../languages/dynamic_strings.php:106
3984
+ msgid "Jordan"
3985
+ msgstr ""
3986
+
3987
+ #: ../languages/dynamic_strings.php:107
3988
+ msgid "Kazakhstan"
3989
+ msgstr ""
3990
+
3991
+ #: ../languages/dynamic_strings.php:108
3992
+ msgid "Kenya"
3993
+ msgstr ""
3994
+
3995
+ #: ../languages/dynamic_strings.php:109
3996
+ msgid "Nauru"
3997
+ msgstr ""
3998
+
3999
+ #: ../languages/dynamic_strings.php:110
4000
+ msgid "Democratic People's Republic of Korea"
4001
+ msgstr ""
4002
+
4003
+ #: ../languages/dynamic_strings.php:111
4004
+ msgid "Republic of Korea"
4005
+ msgstr ""
4006
+
4007
+ #: ../languages/dynamic_strings.php:112
4008
+ msgid "Kosovo"
4009
+ msgstr ""
4010
+
4011
+ #: ../languages/dynamic_strings.php:113
4012
+ msgid "Kuwait"
4013
+ msgstr ""
4014
+
4015
+ #: ../languages/dynamic_strings.php:114
4016
+ msgid "Kyrgyzstan"
4017
+ msgstr ""
4018
+
4019
+ #: ../languages/dynamic_strings.php:115
4020
+ msgid "Lao People's Democratic Republic"
4021
+ msgstr ""
4022
+
4023
+ #: ../languages/dynamic_strings.php:116
4024
+ msgid "Latvia"
4025
+ msgstr ""
4026
+
4027
+ #: ../languages/dynamic_strings.php:117
4028
+ msgid "Lebanon"
4029
+ msgstr ""
4030
+
4031
+ #: ../languages/dynamic_strings.php:118
4032
+ msgid "Lesotho"
4033
+ msgstr ""
4034
+
4035
+ #: ../languages/dynamic_strings.php:119
4036
+ msgid "Liberia"
4037
+ msgstr ""
4038
+
4039
+ #: ../languages/dynamic_strings.php:120
4040
+ msgid "Libyan Arab Jamahiriya"
4041
+ msgstr ""
4042
+
4043
+ #: ../languages/dynamic_strings.php:121
4044
+ msgid "Liechtenstein"
4045
+ msgstr ""
4046
+
4047
+ #: ../languages/dynamic_strings.php:122
4048
+ msgid "Lithuania"
4049
+ msgstr ""
4050
+
4051
+ #: ../languages/dynamic_strings.php:123
4052
+ msgid "Luxembourg"
4053
+ msgstr ""
4054
+
4055
+ #: ../languages/dynamic_strings.php:124
4056
+ msgid "The Former Yugoslav Republic of Macedonia"
4057
+ msgstr ""
4058
+
4059
+ #: ../languages/dynamic_strings.php:125
4060
+ msgid "Madagascar"
4061
+ msgstr ""
4062
+
4063
+ #: ../languages/dynamic_strings.php:126
4064
+ msgid "Malawi"
4065
+ msgstr ""
4066
+
4067
+ #: ../languages/dynamic_strings.php:127
4068
+ msgid "Malaysia"
4069
+ msgstr ""
4070
+
4071
+ #: ../languages/dynamic_strings.php:128
4072
+ msgid "Mali"
4073
+ msgstr ""
4074
+
4075
+ #: ../languages/dynamic_strings.php:129
4076
+ msgid "Malta"
4077
+ msgstr ""
4078
+
4079
+ #: ../languages/dynamic_strings.php:130
4080
+ msgid "Martinique"
4081
+ msgstr ""
4082
+
4083
+ #: ../languages/dynamic_strings.php:131
4084
+ msgid "Mauritania"
4085
+ msgstr ""
4086
+
4087
+ #: ../languages/dynamic_strings.php:132
4088
+ msgid "Mauritius"
4089
+ msgstr ""
4090
+
4091
+ #: ../languages/dynamic_strings.php:133
4092
+ msgid "Mexico"
4093
+ msgstr ""
4094
+
4095
+ #: ../languages/dynamic_strings.php:134
4096
+ msgid "Moldova"
4097
+ msgstr ""
4098
+
4099
+ #: ../languages/dynamic_strings.php:135
4100
+ msgid "Mongolia"
4101
+ msgstr ""
4102
+
4103
+ #: ../languages/dynamic_strings.php:136
4104
+ msgid "Montenegro"
4105
+ msgstr ""
4106
+
4107
+ #: ../languages/dynamic_strings.php:137
4108
+ msgid "Montserrat"
4109
+ msgstr ""
4110
+
4111
+ #: ../languages/dynamic_strings.php:138
4112
+ msgid "Morocco"
4113
+ msgstr ""
4114
+
4115
+ #: ../languages/dynamic_strings.php:139
4116
+ msgid "Mozambique"
4117
+ msgstr ""
4118
+
4119
+ #: ../languages/dynamic_strings.php:140
4120
+ msgid "Myanmar"
4121
+ msgstr ""
4122
+
4123
+ #: ../languages/dynamic_strings.php:141
4124
+ msgid "Namibia"
4125
+ msgstr ""
4126
+
4127
+ #: ../languages/dynamic_strings.php:142
4128
+ msgid "Nepal"
4129
+ msgstr ""
4130
+
4131
+ #: ../languages/dynamic_strings.php:143
4132
+ #, fuzzy
4133
+ #| msgid "Other Humans"
4134
+ msgid "Netherlands"
4135
+ msgstr "іншыя людзі"
4136
+
4137
+ #: ../languages/dynamic_strings.php:144
4138
+ msgid "New Caledonia"
4139
+ msgstr ""
4140
+
4141
+ #: ../languages/dynamic_strings.php:145
4142
+ msgid "New Zealand"
4143
+ msgstr ""
4144
+
4145
+ #: ../languages/dynamic_strings.php:146
4146
+ msgid "Nicaragua"
4147
+ msgstr ""
4148
+
4149
+ #: ../languages/dynamic_strings.php:147
4150
+ msgid "Niger"
4151
+ msgstr ""
4152
+
4153
+ #: ../languages/dynamic_strings.php:148
4154
+ msgid "Nigeria"
4155
+ msgstr ""
4156
+
4157
+ #: ../languages/dynamic_strings.php:149
4158
+ msgid "Norway"
4159
+ msgstr ""
4160
+
4161
+ #: ../languages/dynamic_strings.php:150
4162
+ msgid "Oman"
4163
+ msgstr ""
4164
+
4165
+ #: ../languages/dynamic_strings.php:151
4166
+ msgid "Pakistan"
4167
+ msgstr ""
4168
+
4169
+ #: ../languages/dynamic_strings.php:152
4170
+ msgid "Palau"
4171
+ msgstr ""
4172
+
4173
+ #: ../languages/dynamic_strings.php:153
4174
+ msgid "Occupied Palestinian Territory"
4175
+ msgstr ""
4176
+
4177
+ #: ../languages/dynamic_strings.php:154
4178
+ msgid "Panama"
4179
+ msgstr ""
4180
+
4181
+ #: ../languages/dynamic_strings.php:155
4182
+ msgid "Papua New Guinea"
4183
+ msgstr ""
4184
+
4185
+ #: ../languages/dynamic_strings.php:156
4186
+ msgid "Paraguay"
4187
+ msgstr ""
4188
+
4189
+ #: ../languages/dynamic_strings.php:157
4190
+ msgid "Peru"
4191
+ msgstr ""
4192
+
4193
+ #: ../languages/dynamic_strings.php:158
4194
+ msgid "Philippines"
4195
+ msgstr ""
4196
+
4197
+ #: ../languages/dynamic_strings.php:159
4198
+ msgid "Poland"
4199
+ msgstr ""
4200
+
4201
+ #: ../languages/dynamic_strings.php:160
4202
+ msgid "Portugal"
4203
+ msgstr ""
4204
+
4205
+ #: ../languages/dynamic_strings.php:161
4206
+ msgid "Puerto Rico"
4207
+ msgstr ""
4208
+
4209
+ #: ../languages/dynamic_strings.php:162
4210
+ msgid "Qatar"
4211
+ msgstr ""
4212
+
4213
+ #: ../languages/dynamic_strings.php:163
4214
+ msgid "Réunion"
4215
+ msgstr ""
4216
+
4217
+ #: ../languages/dynamic_strings.php:164
4218
+ msgid "Romania"
4219
+ msgstr ""
4220
+
4221
+ #: ../languages/dynamic_strings.php:165
4222
+ #, fuzzy
4223
+ #| msgid "Session Duration"
4224
+ msgid "Russian Federation"
4225
+ msgstr "працягласць сеансу"
4226
+
4227
+ #: ../languages/dynamic_strings.php:166
4228
+ msgid "Rwanda"
4229
+ msgstr ""
4230
+
4231
+ #: ../languages/dynamic_strings.php:167
4232
+ msgid "Saint Kitts and Nevis"
4233
+ msgstr ""
4234
+
4235
+ #: ../languages/dynamic_strings.php:168
4236
+ msgid "Saint Lucia"
4237
+ msgstr ""
4238
+
4239
+ #: ../languages/dynamic_strings.php:169
4240
+ msgid "Saint Martin"
4241
+ msgstr ""
4242
+
4243
+ #: ../languages/dynamic_strings.php:170
4244
+ msgid "Saint Vincent and the Grenadines"
4245
+ msgstr ""
4246
+
4247
+ #: ../languages/dynamic_strings.php:171
4248
+ msgid "Samoa"
4249
+ msgstr ""
4250
+
4251
+ #: ../languages/dynamic_strings.php:172
4252
+ msgid "Sao Tome and Principe"
4253
+ msgstr ""
4254
+
4255
+ #: ../languages/dynamic_strings.php:173
4256
+ msgid "Saudi Arabia"
4257
+ msgstr ""
4258
+
4259
+ #: ../languages/dynamic_strings.php:174
4260
+ msgid "Senegal"
4261
+ msgstr ""
4262
+
4263
+ #: ../languages/dynamic_strings.php:175
4264
+ msgid "Serbia"
4265
+ msgstr ""
4266
+
4267
+ #: ../languages/dynamic_strings.php:176
4268
+ msgid "Sierra Leone"
4269
+ msgstr ""
4270
+
4271
+ #: ../languages/dynamic_strings.php:177
4272
+ msgid "Singapore"
4273
+ msgstr ""
4274
+
4275
+ #: ../languages/dynamic_strings.php:178
4276
+ msgid "Slovakia"
4277
+ msgstr ""
4278
+
4279
+ #: ../languages/dynamic_strings.php:179
4280
+ msgid "Slovenia"
4281
+ msgstr ""
4282
+
4283
+ #: ../languages/dynamic_strings.php:180
4284
+ msgid "Solomon Islands"
4285
+ msgstr ""
4286
+
4287
+ #: ../languages/dynamic_strings.php:181
4288
+ msgid "Somalia"
4289
+ msgstr ""
4290
+
4291
+ #: ../languages/dynamic_strings.php:182
4292
+ msgid "South Africa"
4293
+ msgstr ""
4294
+
4295
+ #: ../languages/dynamic_strings.php:183
4296
+ msgid "South Georgia and the South Sandwich Islands"
4297
+ msgstr ""
4298
+
4299
+ #: ../languages/dynamic_strings.php:184
4300
+ msgid "Spain"
4301
+ msgstr ""
4302
+
4303
+ #: ../languages/dynamic_strings.php:185
4304
+ msgid "Sri Lanka"
4305
+ msgstr ""
4306
+
4307
+ #: ../languages/dynamic_strings.php:186
4308
+ msgid "Seychelles"
4309
+ msgstr ""
4310
+
4311
+ #: ../languages/dynamic_strings.php:187
4312
+ msgid "Sudan"
4313
+ msgstr ""
4314
+
4315
+ #: ../languages/dynamic_strings.php:188
4316
+ msgid "South Sudan"
4317
+ msgstr ""
4318
+
4319
+ #: ../languages/dynamic_strings.php:189
4320
+ msgid "Suriname"
4321
+ msgstr ""
4322
+
4323
+ #: ../languages/dynamic_strings.php:190
4324
+ msgid "Svalbard and Jan Mayen"
4325
+ msgstr ""
4326
+
4327
+ #: ../languages/dynamic_strings.php:191
4328
+ msgid "Swaziland"
4329
+ msgstr ""
4330
+
4331
+ #: ../languages/dynamic_strings.php:192
4332
+ msgid "Sweden"
4333
+ msgstr ""
4334
+
4335
+ #: ../languages/dynamic_strings.php:193
4336
+ msgid "Switzerland"
4337
+ msgstr ""
4338
+
4339
+ #: ../languages/dynamic_strings.php:194
4340
+ msgid "Syrian Arab Republic"
4341
+ msgstr ""
4342
+
4343
+ #: ../languages/dynamic_strings.php:195
4344
+ msgid "Taiwan"
4345
+ msgstr ""
4346
+
4347
+ #: ../languages/dynamic_strings.php:196
4348
+ msgid "Tajikistan"
4349
+ msgstr ""
4350
+
4351
+ #: ../languages/dynamic_strings.php:197
4352
+ msgid "United Republic of Tanzania"
4353
+ msgstr ""
4354
+
4355
+ #: ../languages/dynamic_strings.php:198
4356
+ msgid "Thailand"
4357
+ msgstr ""
4358
+
4359
+ #: ../languages/dynamic_strings.php:199
4360
+ msgid "Timor-Leste"
4361
+ msgstr ""
4362
+
4363
+ #: ../languages/dynamic_strings.php:200
4364
+ msgid "Togo"
4365
+ msgstr ""
4366
+
4367
+ #: ../languages/dynamic_strings.php:201
4368
+ msgid "Tonga"
4369
+ msgstr ""
4370
+
4371
+ #: ../languages/dynamic_strings.php:202
4372
+ msgid "Trinidad and Tobago"
4373
+ msgstr ""
4374
+
4375
+ #: ../languages/dynamic_strings.php:203
4376
+ msgid "Tunisia"
4377
+ msgstr ""
4378
+
4379
+ #: ../languages/dynamic_strings.php:204
4380
+ msgid "Turkey"
4381
+ msgstr ""
4382
+
4383
+ #: ../languages/dynamic_strings.php:205
4384
+ msgid "Turkmenistan"
4385
+ msgstr ""
4386
+
4387
+ #: ../languages/dynamic_strings.php:206
4388
+ msgid "Turks and Caicos Islands"
4389
+ msgstr ""
4390
+
4391
+ #: ../languages/dynamic_strings.php:207
4392
+ msgid "Uganda"
4393
+ msgstr ""
4394
+
4395
+ #: ../languages/dynamic_strings.php:208
4396
+ msgid "Ukraine"
4397
+ msgstr ""
4398
+
4399
+ #: ../languages/dynamic_strings.php:209
4400
+ msgid "United Arab Emirates"
4401
+ msgstr ""
4402
+
4403
+ #: ../languages/dynamic_strings.php:210
4404
+ msgid "United Kingdom"
4405
+ msgstr ""
4406
+
4407
+ #: ../languages/dynamic_strings.php:211
4408
+ msgid "United States"
4409
+ msgstr ""
4410
+
4411
+ #: ../languages/dynamic_strings.php:212
4412
+ msgid "Uruguay"
4413
+ msgstr ""
4414
+
4415
+ #: ../languages/dynamic_strings.php:213
4416
+ msgid "Uzbekistan"
4417
+ msgstr ""
4418
+
4419
+ #: ../languages/dynamic_strings.php:214
4420
+ msgid "Vanuatu"
4421
+ msgstr ""
4422
+
4423
+ #: ../languages/dynamic_strings.php:215
4424
+ msgid "Venezuela"
4425
+ msgstr ""
4426
+
4427
+ #: ../languages/dynamic_strings.php:216
4428
+ #, fuzzy
4429
+ #| msgid "Visitor's Name"
4430
+ msgid "Viet Nam"
4431
+ msgstr "Імя наведвальніка"
4432
+
4433
+ #: ../languages/dynamic_strings.php:217
4434
+ msgid "British Virgin Islands"
4435
+ msgstr ""
4436
+
4437
+ #: ../languages/dynamic_strings.php:218
4438
+ msgid "U.S. Virgin Islands"
4439
+ msgstr ""
4440
+
4441
+ #: ../languages/dynamic_strings.php:219
4442
+ msgid "Western Sahara"
4443
+ msgstr ""
4444
+
4445
+ #: ../languages/dynamic_strings.php:220
4446
+ msgid "Yemen"
4447
+ msgstr ""
4448
+
4449
+ #: ../languages/dynamic_strings.php:221
4450
+ msgid "Zambia"
4451
+ msgstr ""
4452
+
4453
+ #: ../languages/dynamic_strings.php:222
4454
+ msgid "Zimbabwe"
4455
+ msgstr ""
4456
+
4457
+ #: ../languages/dynamic_strings.php:223
4458
+ msgid "Guernsey"
4459
+ msgstr ""
4460
+
4461
+ #: ../languages/dynamic_strings.php:224
4462
+ msgid "Jersey"
4463
+ msgstr ""
4464
+
4465
+ #: ../languages/dynamic_strings.php:225
4466
+ msgid "Isle of Man"
4467
+ msgstr ""
4468
+
4469
+ #: ../languages/dynamic_strings.php:226
4470
+ msgid "Maldives"
4471
+ msgstr ""
4472
+
4473
+ #: ../languages/dynamic_strings.php:227
4474
+ msgid "Europe"
4475
+ msgstr ""
4476
+
4477
+ #: ../languages/dynamic_strings.php:230
4478
+ msgid "Afrikaans"
4479
+ msgstr ""
4480
+
4481
+ #: ../languages/dynamic_strings.php:231
4482
+ msgid "Afrikaans (South Africa)"
4483
+ msgstr ""
4484
+
4485
+ #: ../languages/dynamic_strings.php:232
4486
+ msgid "Arabic"
4487
+ msgstr ""
4488
+
4489
+ #: ../languages/dynamic_strings.php:233
4490
+ msgid "Arabic (U.A.E.)"
4491
+ msgstr ""
4492
+
4493
+ #: ../languages/dynamic_strings.php:234
4494
+ msgid "Arabic (Bahrain)"
4495
+ msgstr ""
4496
+
4497
+ #: ../languages/dynamic_strings.php:235
4498
+ msgid "Arabic (Algeria)"
4499
+ msgstr ""
4500
+
4501
+ #: ../languages/dynamic_strings.php:236
4502
+ msgid "Arabic (Egypt)"
4503
+ msgstr ""
4504
+
4505
+ #: ../languages/dynamic_strings.php:237
4506
+ msgid "Arabic (Iraq)"
4507
+ msgstr ""
4508
+
4509
+ #: ../languages/dynamic_strings.php:238
4510
+ msgid "Arabic (Jordan)"
4511
+ msgstr ""
4512
+
4513
+ #: ../languages/dynamic_strings.php:239
4514
+ msgid "Arabic (Kuwait)"
4515
+ msgstr ""
4516
+
4517
+ #: ../languages/dynamic_strings.php:240
4518
+ msgid "Arabic (Lebanon)"
4519
+ msgstr ""
4520
+
4521
+ #: ../languages/dynamic_strings.php:241
4522
+ msgid "Arabic (Libya)"
4523
+ msgstr ""
4524
+
4525
+ #: ../languages/dynamic_strings.php:242
4526
+ msgid "Arabic (Morocco)"
4527
+ msgstr ""
4528
+
4529
+ #: ../languages/dynamic_strings.php:243
4530
+ msgid "Arabic (Oman)"
4531
+ msgstr ""
4532
+
4533
+ #: ../languages/dynamic_strings.php:244
4534
+ msgid "Arabic (Qatar)"
4535
+ msgstr ""
4536
+
4537
+ #: ../languages/dynamic_strings.php:245
4538
+ msgid "Arabic (Saudi Arabia)"
4539
+ msgstr ""
4540
+
4541
+ #: ../languages/dynamic_strings.php:246
4542
+ msgid "Arabic (Syria)"
4543
+ msgstr ""
4544
+
4545
+ #: ../languages/dynamic_strings.php:247
4546
+ msgid "Arabic (Tunisia)"
4547
+ msgstr ""
4548
+
4549
+ #: ../languages/dynamic_strings.php:248
4550
+ msgid "Arabic (Yemen)"
4551
+ msgstr ""
4552
+
4553
+ #: ../languages/dynamic_strings.php:249
4554
+ msgid "Azeri (Latin)"
4555
+ msgstr ""
4556
+
4557
+ #: ../languages/dynamic_strings.php:250
4558
+ msgid "Azeri (Latin) (Azerbaijan)"
4559
+ msgstr ""
4560
+
4561
+ #: ../languages/dynamic_strings.php:251
4562
+ msgid "Belarusian"
4563
+ msgstr ""
4564
+
4565
+ #: ../languages/dynamic_strings.php:252
4566
+ msgid "Belarusian (Belarus)"
4567
+ msgstr ""
4568
+
4569
+ #: ../languages/dynamic_strings.php:253
4570
+ msgid "Bulgarian"
4571
+ msgstr ""
4572
+
4573
+ #: ../languages/dynamic_strings.php:254
4574
+ msgid "Bulgarian (Bulgaria)"
4575
+ msgstr ""
4576
+
4577
+ #: ../languages/dynamic_strings.php:255
4578
+ msgid "Bosnian (Bosnia and Herzegovina)"
4579
+ msgstr ""
4580
+
4581
+ #: ../languages/dynamic_strings.php:256
4582
+ msgid "Catalan"
4583
+ msgstr ""
4584
+
4585
+ #: ../languages/dynamic_strings.php:257
4586
+ msgid "Catalan (Spain)"
4587
+ msgstr ""
4588
+
4589
+ #: ../languages/dynamic_strings.php:258
4590
+ msgid "Czech"
4591
+ msgstr ""
4592
+
4593
+ #: ../languages/dynamic_strings.php:259
4594
+ msgid "Czech (Czech Republic)"
4595
+ msgstr ""
4596
+
4597
+ #: ../languages/dynamic_strings.php:260
4598
+ msgid "Welsh"
4599
+ msgstr ""
4600
+
4601
+ #: ../languages/dynamic_strings.php:261
4602
+ msgid "Welsh (United Kingdom)"
4603
+ msgstr ""
4604
+
4605
+ #: ../languages/dynamic_strings.php:262
4606
+ msgid "Danish"
4607
+ msgstr ""
4608
+
4609
+ #: ../languages/dynamic_strings.php:263
4610
+ msgid "Danish (Denmark)"
4611
+ msgstr ""
4612
+
4613
+ #: ../languages/dynamic_strings.php:264
4614
+ #, fuzzy
4615
+ #| msgid "Permalink"
4616
+ msgid "German"
4617
+ msgstr "пастаянная спасылка"
4618
+
4619
+ #: ../languages/dynamic_strings.php:265
4620
+ msgid "German (Austria)"
4621
+ msgstr ""
4622
+
4623
+ #: ../languages/dynamic_strings.php:266
4624
+ msgid "German (Switzerland)"
4625
+ msgstr ""
4626
+
4627
+ #: ../languages/dynamic_strings.php:267
4628
+ msgid "German (Germany)"
4629
+ msgstr ""
4630
+
4631
+ #: ../languages/dynamic_strings.php:268
4632
+ msgid "German (Liechtenstein)"
4633
+ msgstr ""
4634
+
4635
+ #: ../languages/dynamic_strings.php:269
4636
+ msgid "German (Luxembourg)"
4637
+ msgstr ""
4638
+
4639
+ #: ../languages/dynamic_strings.php:270
4640
+ msgid "Divehi"
4641
+ msgstr ""
4642
+
4643
+ #: ../languages/dynamic_strings.php:271
4644
+ msgid "Divehi (Maldives)"
4645
+ msgstr ""
4646
+
4647
+ #: ../languages/dynamic_strings.php:272
4648
+ msgid "Greek"
4649
+ msgstr ""
4650
+
4651
+ #: ../languages/dynamic_strings.php:273
4652
+ msgid "Greek (Greece)"
4653
+ msgstr ""
4654
+
4655
+ #: ../languages/dynamic_strings.php:274
4656
+ msgid "English"
4657
+ msgstr ""
4658
+
4659
+ #: ../languages/dynamic_strings.php:275
4660
+ msgid "English (Australia)"
4661
+ msgstr ""
4662
+
4663
+ #: ../languages/dynamic_strings.php:276
4664
+ msgid "English (Belize)"
4665
+ msgstr ""
4666
+
4667
+ #: ../languages/dynamic_strings.php:277
4668
+ msgid "English (Canada)"
4669
+ msgstr ""
4670
+
4671
+ #: ../languages/dynamic_strings.php:278
4672
+ msgid "English (Caribbean)"
4673
+ msgstr ""
4674
+
4675
+ #: ../languages/dynamic_strings.php:279
4676
+ msgid "English (United Kingdom)"
4677
+ msgstr ""
4678
+
4679
+ #: ../languages/dynamic_strings.php:280
4680
+ msgid "English (Ireland)"
4681
+ msgstr ""
4682
+
4683
+ #: ../languages/dynamic_strings.php:281
4684
+ msgid "English (Jamaica)"
4685
+ msgstr ""
4686
+
4687
+ #: ../languages/dynamic_strings.php:282
4688
+ msgid "English (New Zealand)"
4689
+ msgstr ""
4690
+
4691
+ #: ../languages/dynamic_strings.php:283
4692
+ msgid "English (Republic of the Philippines)"
4693
+ msgstr ""
4694
+
4695
+ #: ../languages/dynamic_strings.php:284
4696
+ msgid "English (Trinidad and Tobago)"
4697
+ msgstr ""
4698
+
4699
+ #: ../languages/dynamic_strings.php:285
4700
+ msgid "English (United States)"
4701
+ msgstr ""
4702
+
4703
+ #: ../languages/dynamic_strings.php:286
4704
+ msgid "English (South Africa)"
4705
+ msgstr ""
4706
+
4707
+ #: ../languages/dynamic_strings.php:287
4708
+ msgid "English (Zimbabwe)"
4709
+ msgstr ""
4710
+
4711
+ #: ../languages/dynamic_strings.php:288
4712
+ msgid "Esperanto"
4713
+ msgstr ""
4714
+
4715
+ #: ../languages/dynamic_strings.php:289
4716
+ msgid "Spanish"
4717
+ msgstr ""
4718
+
4719
+ #: ../languages/dynamic_strings.php:290
4720
+ msgid "Spanish (Argentina)"
4721
+ msgstr ""
4722
+
4723
+ #: ../languages/dynamic_strings.php:291
4724
+ msgid "Spanish (Bolivia)"
4725
+ msgstr ""
4726
+
4727
+ #: ../languages/dynamic_strings.php:292
4728
+ msgid "Spanish (Chile)"
4729
+ msgstr ""
4730
+
4731
+ #: ../languages/dynamic_strings.php:293
4732
+ msgid "Spanish (Colombia)"
4733
+ msgstr ""
4734
+
4735
+ #: ../languages/dynamic_strings.php:294
4736
+ msgid "Spanish (Costa Rica)"
4737
+ msgstr ""
4738
+
4739
+ #: ../languages/dynamic_strings.php:295
4740
+ msgid "Spanish (Dominican Republic)"
4741
+ msgstr ""
4742
+
4743
+ #: ../languages/dynamic_strings.php:296
4744
+ msgid "Spanish (Ecuador)"
4745
+ msgstr ""
4746
+
4747
+ #: ../languages/dynamic_strings.php:297
4748
+ msgid "Spanish (Spain)"
4749
+ msgstr ""
4750
+
4751
+ #: ../languages/dynamic_strings.php:298
4752
+ msgid "Spanish (Guatemala)"
4753
+ msgstr ""
4754
+
4755
+ #: ../languages/dynamic_strings.php:299
4756
+ msgid "Spanish (Honduras)"
4757
+ msgstr ""
4758
+
4759
+ #: ../languages/dynamic_strings.php:300
4760
+ msgid "Spanish (Mexico)"
4761
+ msgstr ""
4762
+
4763
+ #: ../languages/dynamic_strings.php:301
4764
+ msgid "Spanish (Nicaragua)"
4765
+ msgstr ""
4766
+
4767
+ #: ../languages/dynamic_strings.php:302
4768
+ msgid "Spanish (Panama)"
4769
+ msgstr ""
4770
+
4771
+ #: ../languages/dynamic_strings.php:303
4772
+ msgid "Spanish (Peru)"
4773
+ msgstr ""
4774
+
4775
+ #: ../languages/dynamic_strings.php:304
4776
+ msgid "Spanish (Puerto Rico)"
4777
+ msgstr ""
4778
+
4779
+ #: ../languages/dynamic_strings.php:305
4780
+ msgid "Spanish (Paraguay)"
4781
+ msgstr ""
4782
+
4783
+ #: ../languages/dynamic_strings.php:306
4784
+ msgid "Spanish (El Salvador)"
4785
+ msgstr ""
4786
+
4787
+ #: ../languages/dynamic_strings.php:307
4788
+ msgid "Spanish (Uruguay)"
4789
+ msgstr ""
4790
+
4791
+ #: ../languages/dynamic_strings.php:308
4792
+ msgid "Spanish (Venezuela)"
4793
+ msgstr ""
4794
+
4795
+ #: ../languages/dynamic_strings.php:309
4796
+ msgid "Estonian"
4797
+ msgstr ""
4798
+
4799
+ #: ../languages/dynamic_strings.php:310
4800
+ msgid "Estonian (Estonia)"
4801
+ msgstr ""
4802
+
4803
+ #: ../languages/dynamic_strings.php:311
4804
+ msgid "Basque"
4805
+ msgstr ""
4806
+
4807
+ #: ../languages/dynamic_strings.php:312
4808
+ msgid "Basque (Spain)"
4809
+ msgstr ""
4810
+
4811
+ #: ../languages/dynamic_strings.php:313
4812
+ msgid "Farsi"
4813
+ msgstr ""
4814
+
4815
+ #: ../languages/dynamic_strings.php:314
4816
+ msgid "Farsi (Iran)"
4817
+ msgstr ""
4818
+
4819
+ #: ../languages/dynamic_strings.php:315
4820
+ msgid "Finnish"
4821
+ msgstr ""
4822
+
4823
+ #: ../languages/dynamic_strings.php:316
4824
+ msgid "Finnish (Finland)"
4825
+ msgstr ""
4826
+
4827
+ #: ../languages/dynamic_strings.php:317
4828
+ msgid "Faroese"
4829
+ msgstr ""
4830
+
4831
+ #: ../languages/dynamic_strings.php:318
4832
+ msgid "Faroese (Faroe Islands)"
4833
+ msgstr ""
4834
+
4835
+ #: ../languages/dynamic_strings.php:319
4836
+ msgid "French"
4837
+ msgstr ""
4838
+
4839
+ #: ../languages/dynamic_strings.php:320
4840
+ msgid "French (Belgium)"
4841
+ msgstr ""
4842
+
4843
+ #: ../languages/dynamic_strings.php:321
4844
+ msgid "French (Canada)"
4845
+ msgstr ""
4846
+
4847
+ #: ../languages/dynamic_strings.php:322
4848
+ msgid "French (Switzerland)"
4849
+ msgstr ""
4850
+
4851
+ #: ../languages/dynamic_strings.php:323
4852
+ msgid "French (France)"
4853
+ msgstr ""
4854
+
4855
+ #: ../languages/dynamic_strings.php:324
4856
+ msgid "French (Luxembourg)"
4857
+ msgstr ""
4858
+
4859
+ #: ../languages/dynamic_strings.php:325
4860
+ msgid "French (Principality of Monaco)"
4861
+ msgstr ""
4862
+
4863
+ #: ../languages/dynamic_strings.php:326
4864
+ msgid "Galician"
4865
+ msgstr ""
4866
+
4867
+ #: ../languages/dynamic_strings.php:327
4868
+ msgid "Galician (Spain)"
4869
+ msgstr ""
4870
+
4871
+ #: ../languages/dynamic_strings.php:328
4872
+ msgid "Gujarati"
4873
+ msgstr ""
4874
+
4875
+ #: ../languages/dynamic_strings.php:329
4876
+ msgid "Gujarati (India)"
4877
+ msgstr ""
4878
+
4879
+ #: ../languages/dynamic_strings.php:330
4880
+ msgid "Hebrew"
4881
+ msgstr ""
4882
+
4883
+ #: ../languages/dynamic_strings.php:331
4884
+ msgid "Hebrew (Israel)"
4885
+ msgstr ""
4886
+
4887
+ #: ../languages/dynamic_strings.php:332
4888
+ msgid "Hindi"
4889
+ msgstr ""
4890
+
4891
+ #: ../languages/dynamic_strings.php:333
4892
+ msgid "Hindi (India)"
4893
+ msgstr ""
4894
+
4895
+ #: ../languages/dynamic_strings.php:334
4896
+ msgid "Croatian"
4897
+ msgstr ""
4898
+
4899
+ #: ../languages/dynamic_strings.php:335
4900
+ msgid "Croatian (Bosnia and Herzegovina)"
4901
+ msgstr ""
4902
+
4903
+ #: ../languages/dynamic_strings.php:336
4904
+ msgid "Croatian (Croatia)"
4905
+ msgstr ""
4906
+
4907
+ #: ../languages/dynamic_strings.php:337
4908
+ msgid "Hungarian"
4909
+ msgstr ""
4910
+
4911
+ #: ../languages/dynamic_strings.php:338
4912
+ msgid "Hungarian (Hungary)"
4913
+ msgstr ""
4914
+
4915
+ #: ../languages/dynamic_strings.php:339
4916
+ msgid "Armenian"
4917
+ msgstr ""
4918
+
4919
+ #: ../languages/dynamic_strings.php:340
4920
+ msgid "Armenian (Armenia)"
4921
+ msgstr ""
4922
+
4923
+ #: ../languages/dynamic_strings.php:341
4924
+ msgid "Indonesian"
4925
+ msgstr ""
4926
+
4927
+ #: ../languages/dynamic_strings.php:342
4928
+ msgid "Indonesian (Indonesia)"
4929
+ msgstr ""
4930
+
4931
+ #: ../languages/dynamic_strings.php:343
4932
+ msgid "Icelandic"
4933
+ msgstr ""
4934
+
4935
+ #: ../languages/dynamic_strings.php:344
4936
+ msgid "Icelandic (Iceland)"
4937
+ msgstr ""
4938
+
4939
+ #: ../languages/dynamic_strings.php:345
4940
+ msgid "Italian"
4941
+ msgstr ""
4942
+
4943
+ #: ../languages/dynamic_strings.php:346
4944
+ msgid "Italian (Switzerland)"
4945
+ msgstr ""
4946
+
4947
+ #: ../languages/dynamic_strings.php:347
4948
+ msgid "Italian (Italy)"
4949
+ msgstr ""
4950
+
4951
+ #: ../languages/dynamic_strings.php:348
4952
+ msgid "Japanese"
4953
+ msgstr ""
4954
+
4955
+ #: ../languages/dynamic_strings.php:349
4956
+ msgid "Japanese (Japan)"
4957
+ msgstr ""
4958
+
4959
+ #: ../languages/dynamic_strings.php:350
4960
+ msgid "Georgian"
4961
+ msgstr ""
4962
+
4963
+ #: ../languages/dynamic_strings.php:351
4964
+ msgid "Georgian (Georgia)"
4965
+ msgstr ""
4966
+
4967
+ #: ../languages/dynamic_strings.php:352
4968
+ msgid "Kazakh"
4969
+ msgstr ""
4970
+
4971
+ #: ../languages/dynamic_strings.php:353
4972
+ msgid "Kazakh (Kazakhstan)"
4973
+ msgstr ""
4974
+
4975
+ #: ../languages/dynamic_strings.php:354
4976
+ msgid "Kannada"
4977
+ msgstr ""
4978
+
4979
+ #: ../languages/dynamic_strings.php:355
4980
+ msgid "Kannada (India)"
4981
+ msgstr ""
4982
+
4983
+ #: ../languages/dynamic_strings.php:356
4984
+ msgid "Korean"
4985
+ msgstr ""
4986
+
4987
+ #: ../languages/dynamic_strings.php:357
4988
+ msgid "Korean (Korea)"
4989
+ msgstr ""
4990
+
4991
+ #: ../languages/dynamic_strings.php:358
4992
+ msgid "Konkani"
4993
+ msgstr ""
4994
+
4995
+ #: ../languages/dynamic_strings.php:359
4996
+ msgid "Konkani (India)"
4997
+ msgstr ""
4998
+
4999
+ #: ../languages/dynamic_strings.php:360
5000
+ msgid "Kyrgyz"
5001
+ msgstr ""
5002
+
5003
+ #: ../languages/dynamic_strings.php:361
5004
+ msgid "Kyrgyz (Kyrgyzstan)"
5005
+ msgstr ""
5006
+
5007
+ #: ../languages/dynamic_strings.php:362
5008
+ msgid "Lithuanian"
5009
+ msgstr ""
5010
+
5011
+ #: ../languages/dynamic_strings.php:363
5012
+ msgid "Lithuanian (Lithuania)"
5013
+ msgstr ""
5014
+
5015
+ #: ../languages/dynamic_strings.php:364
5016
+ msgid "Latvian"
5017
+ msgstr ""
5018
+
5019
+ #: ../languages/dynamic_strings.php:365
5020
+ msgid "Latvian (Latvia)"
5021
+ msgstr ""
5022
+
5023
+ #: ../languages/dynamic_strings.php:366
5024
+ msgid "Maori"
5025
+ msgstr ""
5026
+
5027
+ #: ../languages/dynamic_strings.php:367
5028
+ msgid "Maori (New Zealand)"
5029
+ msgstr ""
5030
+
5031
+ #: ../languages/dynamic_strings.php:368
5032
+ msgid "FYRO Macedonian"
5033
+ msgstr ""
5034
+
5035
+ #: ../languages/dynamic_strings.php:369
5036
+ msgid "FYRO Macedonian (Former Yugoslav Republic of Macedonia)"
5037
+ msgstr ""
5038
+
5039
+ #: ../languages/dynamic_strings.php:370
5040
+ msgid "Mongolian"
5041
+ msgstr ""
5042
+
5043
+ #: ../languages/dynamic_strings.php:371
5044
+ msgid "Mongolian (Mongolia)"
5045
+ msgstr ""
5046
+
5047
+ #: ../languages/dynamic_strings.php:372
5048
+ msgid "Marathi"
5049
+ msgstr ""
5050
+
5051
+ #: ../languages/dynamic_strings.php:373
5052
+ msgid "Marathi (India)"
5053
+ msgstr ""
5054
+
5055
+ #: ../languages/dynamic_strings.php:374
5056
+ msgid "Malay"
5057
+ msgstr ""
5058
+
5059
+ #: ../languages/dynamic_strings.php:375
5060
+ msgid "Malay (Brunei Darussalam)"
5061
+ msgstr ""
5062
+
5063
+ #: ../languages/dynamic_strings.php:376
5064
+ msgid "Malay (Malaysia)"
5065
+ msgstr ""
5066
+
5067
+ #: ../languages/dynamic_strings.php:377
5068
+ msgid "Maltese"
5069
+ msgstr ""
5070
+
5071
+ #: ../languages/dynamic_strings.php:378
5072
+ msgid "Maltese (Malta)"
5073
+ msgstr ""
5074
+
5075
+ #: ../languages/dynamic_strings.php:379
5076
+ msgid "Norwegian (Bokm?l)"
5077
+ msgstr ""
5078
+
5079
+ #: ../languages/dynamic_strings.php:380
5080
+ msgid "Norwegian (Bokm?l) (Norway)"
5081
+ msgstr ""
5082
+
5083
+ #: ../languages/dynamic_strings.php:381
5084
+ msgid "Dutch"
5085
+ msgstr ""
5086
+
5087
+ #: ../languages/dynamic_strings.php:382
5088
+ msgid "Dutch (Belgium)"
5089
+ msgstr ""
5090
+
5091
+ #: ../languages/dynamic_strings.php:383
5092
+ msgid "Dutch (Netherlands)"
5093
+ msgstr ""
5094
+
5095
+ #: ../languages/dynamic_strings.php:384
5096
+ msgid "Norwegian (Nynorsk) (Norway)"
5097
+ msgstr ""
5098
+
5099
+ #: ../languages/dynamic_strings.php:385
5100
+ msgid "Northern Sotho"
5101
+ msgstr ""
5102
+
5103
+ #: ../languages/dynamic_strings.php:386
5104
+ msgid "Northern Sotho (South Africa)"
5105
+ msgstr ""
5106
+
5107
+ #: ../languages/dynamic_strings.php:387
5108
+ msgid "Punjabi"
5109
+ msgstr ""
5110
+
5111
+ #: ../languages/dynamic_strings.php:388
5112
+ msgid "Punjabi (India)"
5113
+ msgstr ""
5114
+
5115
+ #: ../languages/dynamic_strings.php:389
5116
+ msgid "Polish"
5117
+ msgstr ""
5118
+
5119
+ #: ../languages/dynamic_strings.php:390
5120
+ msgid "Polish (Poland)"
5121
+ msgstr ""
5122
+
5123
+ #: ../languages/dynamic_strings.php:391
5124
+ msgid "Pashto"
5125
+ msgstr ""
5126
+
5127
+ #: ../languages/dynamic_strings.php:392
5128
+ msgid "Pashto (Afghanistan)"
5129
+ msgstr ""
5130
+
5131
+ #: ../languages/dynamic_strings.php:393
5132
+ msgid "Portuguese"
5133
+ msgstr ""
5134
+
5135
+ #: ../languages/dynamic_strings.php:394
5136
+ msgid "Portuguese (Brazil)"
5137
+ msgstr ""
5138
+
5139
+ #: ../languages/dynamic_strings.php:395
5140
+ msgid "Portuguese (Portugal)"
5141
+ msgstr ""
5142
+
5143
+ #: ../languages/dynamic_strings.php:396
5144
+ msgid "Quechua"
5145
+ msgstr ""
5146
+
5147
+ #: ../languages/dynamic_strings.php:397
5148
+ msgid "Quechua (Bolivia)"
5149
+ msgstr ""
5150
+
5151
+ #: ../languages/dynamic_strings.php:398
5152
+ msgid "Quechua (Ecuador)"
5153
+ msgstr ""
5154
+
5155
+ #: ../languages/dynamic_strings.php:399
5156
+ msgid "Quechua (Peru)"
5157
+ msgstr ""
5158
+
5159
+ #: ../languages/dynamic_strings.php:400
5160
+ msgid "Romanian"
5161
+ msgstr ""
5162
+
5163
+ #: ../languages/dynamic_strings.php:401
5164
+ msgid "Romanian (Romania)"
5165
+ msgstr ""
5166
+
5167
+ #: ../languages/dynamic_strings.php:402
5168
+ msgid "Russian"
5169
+ msgstr ""
5170
+
5171
+ #: ../languages/dynamic_strings.php:403
5172
+ msgid "Russian (Russia)"
5173
+ msgstr ""
5174
+
5175
+ #: ../languages/dynamic_strings.php:404
5176
+ msgid "Sanskrit"
5177
+ msgstr ""
5178
+
5179
+ #: ../languages/dynamic_strings.php:405
5180
+ msgid "Sanskrit (India)"
5181
+ msgstr ""
5182
+
5183
+ #: ../languages/dynamic_strings.php:406
5184
+ msgid "Sami (Northern)"
5185
+ msgstr ""
5186
+
5187
+ #: ../languages/dynamic_strings.php:407
5188
+ msgid "Sami (Northern) (Finland)"
5189
+ msgstr ""
5190
+
5191
+ #: ../languages/dynamic_strings.php:408
5192
+ msgid "Sami (Northern) (Norway)"
5193
+ msgstr ""
5194
+
5195
+ #: ../languages/dynamic_strings.php:409
5196
+ msgid "Sami (Northern) (Sweden)"
5197
+ msgstr ""
5198
+
5199
+ #: ../languages/dynamic_strings.php:410
5200
+ msgid "Slovak"
5201
+ msgstr ""
5202
+
5203
+ #: ../languages/dynamic_strings.php:411
5204
+ msgid "Slovak (Slovakia)"
5205
+ msgstr ""
5206
+
5207
+ #: ../languages/dynamic_strings.php:412
5208
+ msgid "Slovenian"
5209
+ msgstr ""
5210
+
5211
+ #: ../languages/dynamic_strings.php:413
5212
+ msgid "Slovenian (Slovenia)"
5213
+ msgstr ""
5214
+
5215
+ #: ../languages/dynamic_strings.php:414
5216
+ msgid "Albanian"
5217
+ msgstr ""
5218
+
5219
+ #: ../languages/dynamic_strings.php:415
5220
+ msgid "Albanian (Albania)"
5221
+ msgstr ""
5222
+
5223
+ #: ../languages/dynamic_strings.php:416
5224
+ msgid "Serbian (Latin) (Bosnia and Herzegovina)"
5225
+ msgstr ""
5226
+
5227
+ #: ../languages/dynamic_strings.php:417
5228
+ msgid "Serbian (Serbia and Montenegro)"
5229
+ msgstr ""
5230
+
5231
+ #: ../languages/dynamic_strings.php:418
5232
+ msgid "Serbian (Latin) (Serbia and Montenegro)"
5233
+ msgstr ""
5234
+
5235
+ #: ../languages/dynamic_strings.php:419
5236
+ msgid "Swedish"
5237
+ msgstr ""
5238
+
5239
+ #: ../languages/dynamic_strings.php:420
5240
+ msgid "Swedish (Finland)"
5241
+ msgstr ""
5242
+
5243
+ #: ../languages/dynamic_strings.php:421
5244
+ msgid "Swedish (Sweden)"
5245
+ msgstr ""
5246
+
5247
+ #: ../languages/dynamic_strings.php:422
5248
+ msgid "Swahili"
5249
+ msgstr ""
5250
+
5251
+ #: ../languages/dynamic_strings.php:423
5252
+ msgid "Swahili (Kenya)"
5253
+ msgstr ""
5254
+
5255
+ #: ../languages/dynamic_strings.php:424
5256
+ msgid "Tamil"
5257
+ msgstr ""
5258
+
5259
+ #: ../languages/dynamic_strings.php:425
5260
+ msgid "Tamil (India)"
5261
+ msgstr ""
5262
+
5263
+ #: ../languages/dynamic_strings.php:426
5264
+ msgid "Telugu"
5265
+ msgstr ""
5266
+
5267
+ #: ../languages/dynamic_strings.php:427
5268
+ msgid "Telugu (India)"
5269
+ msgstr ""
5270
+
5271
+ #: ../languages/dynamic_strings.php:428
5272
+ msgid "Thai"
5273
+ msgstr ""
5274
+
5275
+ #: ../languages/dynamic_strings.php:429
5276
+ msgid "Thai (Thailand)"
5277
+ msgstr ""
5278
+
5279
+ #: ../languages/dynamic_strings.php:430
5280
+ msgid "Tagalog"
5281
+ msgstr ""
5282
+
5283
+ #: ../languages/dynamic_strings.php:431
5284
+ msgid "Tagalog (Philippines)"
5285
+ msgstr ""
5286
 
5287
+ #: ../languages/dynamic_strings.php:432
5288
+ msgid "Tswana"
5289
+ msgstr ""
 
5290
 
5291
+ #: ../languages/dynamic_strings.php:433
5292
+ msgid "Tswana (South Africa)"
5293
+ msgstr ""
 
5294
 
5295
+ #: ../languages/dynamic_strings.php:434
5296
+ msgid "Turkish"
5297
+ msgstr ""
 
5298
 
5299
+ #: ../languages/dynamic_strings.php:435
5300
+ msgid "Turkish (Turkey)"
5301
+ msgstr ""
 
5302
 
5303
+ #: ../languages/dynamic_strings.php:436
5304
+ msgid "Tatar"
5305
+ msgstr ""
 
5306
 
5307
+ #: ../languages/dynamic_strings.php:437
5308
+ msgid "Tatar (Russia)"
5309
+ msgstr ""
 
5310
 
5311
+ #: ../languages/dynamic_strings.php:438
5312
+ msgid "Tsonga"
5313
+ msgstr ""
 
5314
 
5315
+ #: ../languages/dynamic_strings.php:439
5316
+ msgid "Ukrainian"
5317
+ msgstr ""
 
5318
 
5319
+ #: ../languages/dynamic_strings.php:440
5320
+ msgid "Ukrainian (Ukraine)"
5321
+ msgstr ""
 
5322
 
5323
+ #: ../languages/dynamic_strings.php:441
5324
+ msgid "Urdu"
5325
+ msgstr ""
 
5326
 
5327
+ #: ../languages/dynamic_strings.php:442
5328
+ msgid "Urdu (Islamic Republic of Pakistan)"
5329
+ msgstr ""
 
5330
 
5331
+ #: ../languages/dynamic_strings.php:443
5332
+ msgid "Uzbek (Latin)"
5333
+ msgstr ""
 
5334
 
5335
+ #: ../languages/dynamic_strings.php:444
5336
+ msgid "Uzbek (Cyrillic) (Uzbekistan)"
5337
+ msgstr ""
 
5338
 
5339
+ #: ../languages/dynamic_strings.php:445
5340
+ #, fuzzy
5341
+ #| msgid "Users"
5342
+ msgid "Vietnamese"
5343
+ msgstr "Карыстачы"
5344
 
5345
+ #: ../languages/dynamic_strings.php:446
5346
+ msgid "Vietnamese (Viet Nam)"
5347
+ msgstr ""
 
5348
 
5349
+ #: ../languages/dynamic_strings.php:447
5350
+ msgid "Xhosa"
5351
+ msgstr ""
 
5352
 
5353
+ #: ../languages/dynamic_strings.php:448
5354
+ msgid "Xhosa (South Africa)"
5355
+ msgstr ""
 
5356
 
5357
+ #: ../languages/dynamic_strings.php:449
5358
+ msgid "Chinese"
5359
+ msgstr ""
 
5360
 
5361
+ #: ../languages/dynamic_strings.php:450
5362
+ msgid "Chinese (S)"
5363
+ msgstr ""
 
5364
 
5365
+ #: ../languages/dynamic_strings.php:451
5366
+ msgid "Chinese (Hong Kong)"
5367
+ msgstr ""
 
5368
 
5369
+ #: ../languages/dynamic_strings.php:452
5370
+ msgid "Chinese (Macau)"
5371
+ msgstr ""
 
5372
 
5373
+ #: ../languages/dynamic_strings.php:453
5374
+ msgid "Chinese (Singapore)"
5375
+ msgstr ""
 
5376
 
5377
+ #: ../languages/dynamic_strings.php:454
5378
+ msgid "Chinese (T)"
5379
+ msgstr ""
 
5380
 
5381
+ #: ../languages/dynamic_strings.php:455
5382
+ msgid "Zulu"
5383
+ msgstr ""
 
5384
 
5385
+ #: ../languages/dynamic_strings.php:456
5386
+ msgid "Zulu (South Africa)"
5387
+ msgstr ""
 
5388
 
5389
+ #: ../languages/dynamic_strings.php:462
5390
+ msgid "IBM AIX"
5391
+ msgstr ""
 
5392
 
5393
+ #: ../languages/dynamic_strings.php:463
5394
+ #, fuzzy
5395
+ #| msgid "amiga"
5396
+ msgid "Amiga"
5397
+ msgstr "Amiga"
5398
 
5399
+ #: ../languages/dynamic_strings.php:464 ../languages/dynamic_strings.php:545
5400
+ msgid "Android"
5401
+ msgstr ""
 
5402
 
5403
+ #: ../languages/dynamic_strings.php:465
5404
+ msgid "BeOS"
5405
+ msgstr ""
 
5406
 
5407
+ #: ../languages/dynamic_strings.php:466
5408
+ msgid "BlackBerry OS"
5409
+ msgstr ""
 
5410
 
5411
+ #: ../languages/dynamic_strings.php:467
5412
+ msgid "CentOS"
5413
+ msgstr ""
 
5414
 
5415
+ #: ../languages/dynamic_strings.php:468
5416
+ msgid "ChromeOS"
5417
+ msgstr ""
 
5418
 
5419
+ #: ../languages/dynamic_strings.php:469
5420
+ msgid "Commodore 64"
5421
+ msgstr ""
 
5422
 
5423
+ #: ../languages/dynamic_strings.php:470
5424
+ msgid "Cygwin"
5425
+ msgstr ""
 
5426
 
5427
+ #: ../languages/dynamic_strings.php:471
5428
+ msgid "Debian"
5429
+ msgstr ""
 
5430
 
5431
+ #: ../languages/dynamic_strings.php:472
5432
+ msgid "Digital Unix"
5433
+ msgstr ""
 
5434
 
5435
+ #: ../languages/dynamic_strings.php:473
5436
+ #, fuzzy
5437
+ #| msgid "fedora"
5438
+ msgid "Fedora"
5439
+ msgstr "мяккi фетравы капялюш"
5440
 
5441
+ #: ../languages/dynamic_strings.php:474
5442
+ msgid "Firefox OS"
5443
+ msgstr ""
 
5444
 
5445
+ #: ../languages/dynamic_strings.php:475
5446
+ msgid "FreeBSD"
5447
+ msgstr ""
 
5448
 
5449
+ #: ../languages/dynamic_strings.php:476
5450
+ #, fuzzy
5451
+ #| msgid "gentoo"
5452
+ msgid "Gentoo"
5453
+ msgstr "папуасскій"
5454
 
5455
+ #: ../languages/dynamic_strings.php:477
5456
+ msgid "HP-UX"
5457
+ msgstr ""
 
5458
 
5459
+ #: ../languages/dynamic_strings.php:478 ../languages/dynamic_strings.php:479
5460
+ #, fuzzy
5461
+ #| msgid "iphone os"
5462
+ msgid "iPhone OS"
5463
+ msgstr "айфон ас"
5464
 
5465
+ #: ../languages/dynamic_strings.php:480
5466
+ #, fuzzy
5467
+ #| msgid "iphone os"
5468
+ msgid "iPhone OS X"
5469
+ msgstr "айфон ас"
5470
 
5471
+ #: ../languages/dynamic_strings.php:481
5472
+ msgid "SGI / IRIX"
5473
+ msgstr ""
 
5474
 
5475
+ #: ../languages/dynamic_strings.php:482 ../languages/dynamic_strings.php:513
5476
+ msgid "Java"
5477
+ msgstr ""
 
5478
 
5479
+ #: ../languages/dynamic_strings.php:483
5480
+ msgid "Kanotix Linux"
5481
+ msgstr ""
 
5482
 
5483
+ #: ../languages/dynamic_strings.php:484
5484
+ msgid "Knoppix Linux"
5485
+ msgstr ""
 
5486
 
5487
+ #: ../languages/dynamic_strings.php:485
5488
+ msgid "Linux Generic"
5489
+ msgstr ""
 
5490
 
5491
+ #: ../languages/dynamic_strings.php:486
5492
+ msgid "Mac"
5493
+ msgstr ""
 
5494
 
5495
+ #: ../languages/dynamic_strings.php:487
5496
+ msgid "Mac 68k"
5497
+ msgstr ""
 
5498
 
5499
+ #: ../languages/dynamic_strings.php:488 ../languages/dynamic_strings.php:489
5500
+ msgid "Mac OS X"
5501
+ msgstr ""
 
5502
 
5503
+ #: ../languages/dynamic_strings.php:490
5504
+ msgid "Mac PowerPC"
5505
+ msgstr ""
 
5506
 
5507
+ #: ../languages/dynamic_strings.php:491
5508
+ #, fuzzy
5509
+ #| msgid "mandrake"
5510
+ msgid "Mandrake Linux"
5511
+ msgstr "мандрагора"
5512
 
5513
+ #: ../languages/dynamic_strings.php:492 ../languages/dynamic_strings.php:494
5514
+ msgid "MS-DOS"
5515
+ msgstr ""
 
5516
 
5517
+ #: ../languages/dynamic_strings.php:493
5518
+ msgid "MEPIS Linux"
5519
+ msgstr ""
 
5520
 
5521
+ #: ../languages/dynamic_strings.php:495
5522
+ msgid "NetBSD"
5523
+ msgstr ""
 
5524
 
5525
+ #: ../languages/dynamic_strings.php:496
5526
+ #, fuzzy
5527
+ #| msgid "nintendo"
5528
+ msgid "Nintendo"
5529
+ msgstr "Нінтэнда"
5530
 
5531
+ #: ../languages/dynamic_strings.php:497
5532
+ msgid "OpenBSD"
5533
+ msgstr ""
 
5534
 
5535
+ #: ../languages/dynamic_strings.php:498
5536
+ msgid "OpenVMS"
5537
+ msgstr ""
 
5538
 
5539
+ #: ../languages/dynamic_strings.php:499
5540
+ msgid "IBM OS/2"
5541
+ msgstr ""
 
5542
 
5543
+ #: ../languages/dynamic_strings.php:500 ../languages/dynamic_strings.php:501
5544
+ msgid "Palm OS"
5545
+ msgstr ""
 
5546
 
5547
+ #: ../languages/dynamic_strings.php:502
5548
+ msgid "PCLinux OS"
5549
+ msgstr ""
 
5550
 
5551
+ #: ../languages/dynamic_strings.php:503
5552
+ msgid "Playstation"
5553
+ msgstr ""
 
5554
 
5555
+ #: ../languages/dynamic_strings.php:504
5556
+ msgid "PowerTV"
5557
+ msgstr ""
 
5558
 
5559
+ #: ../languages/dynamic_strings.php:505
5560
+ msgid "RedHat Linux"
5561
+ msgstr ""
 
5562
 
5563
+ #: ../languages/dynamic_strings.php:506 ../languages/dynamic_strings.php:554
5564
+ msgid "Blackberry"
5565
+ msgstr ""
 
5566
 
5567
+ #: ../languages/dynamic_strings.php:507
5568
+ msgid "Risc OS"
5569
+ msgstr ""
 
5570
 
5571
+ #: ../languages/dynamic_strings.php:508
5572
+ msgid "Slackware Linux"
5573
+ msgstr ""
 
5574
 
5575
+ #: ../languages/dynamic_strings.php:509
5576
+ msgid "Solaris"
5577
+ msgstr ""
 
5578
 
5579
+ #: ../languages/dynamic_strings.php:510
5580
+ msgid "Sun OS"
5581
+ msgstr ""
 
5582
 
5583
+ #: ../languages/dynamic_strings.php:511
5584
+ msgid "SuSE Linux"
5585
+ msgstr ""
 
5586
 
5587
+ #: ../languages/dynamic_strings.php:512 ../languages/dynamic_strings.php:555
5588
+ msgid "Symbian OS"
5589
+ msgstr ""
 
5590
 
5591
+ #: ../languages/dynamic_strings.php:514
5592
+ msgid "Unix"
5593
+ msgstr ""
5594
 
5595
+ #: ../languages/dynamic_strings.php:516
5596
+ msgid "Xandros Linux"
5597
+ msgstr ""
 
5598
 
5599
+ #: ../languages/dynamic_strings.php:517
5600
+ msgid "WAP"
5601
+ msgstr ""
 
5602
 
5603
+ #: ../languages/dynamic_strings.php:518
5604
+ msgid "WebOS"
5605
+ msgstr ""
 
5606
 
5607
+ #: ../languages/dynamic_strings.php:519
5608
+ msgid "Windows 10"
5609
+ msgstr ""
 
5610
 
5611
+ #: ../languages/dynamic_strings.php:520
5612
+ msgid "Windows 16-bit"
5613
+ msgstr ""
 
5614
 
5615
+ #: ../languages/dynamic_strings.php:521
5616
+ msgid "Windows 2000"
5617
+ msgstr ""
 
5618
 
5619
+ #: ../languages/dynamic_strings.php:522
5620
+ msgid "Windows 2003"
5621
+ msgstr ""
 
5622
 
5623
+ #: ../languages/dynamic_strings.php:523
5624
+ msgid "Windows 3.1"
5625
+ msgstr ""
 
5626
 
5627
+ #: ../languages/dynamic_strings.php:524
5628
+ msgid "Windows 32-bit"
5629
+ msgstr ""
 
5630
 
5631
+ #: ../languages/dynamic_strings.php:525 ../languages/dynamic_strings.php:526
5632
+ msgid "Windows 7"
5633
+ msgstr ""
 
5634
 
5635
+ #: ../languages/dynamic_strings.php:527
5636
+ msgid "Windows 8"
5637
+ msgstr ""
 
5638
 
5639
+ #: ../languages/dynamic_strings.php:528
5640
+ msgid "Windows 8.1"
5641
+ msgstr ""
 
5642
 
5643
+ #: ../languages/dynamic_strings.php:529
5644
+ msgid "Windows 95"
5645
+ msgstr ""
 
5646
 
5647
+ #: ../languages/dynamic_strings.php:530
5648
+ msgid "Windows 98"
5649
+ msgstr ""
 
5650
 
5651
+ #: ../languages/dynamic_strings.php:531
5652
+ msgid "Windows CE"
5653
+ msgstr ""
 
5654
 
5655
+ #: ../languages/dynamic_strings.php:532
5656
+ msgid "Windows ME"
5657
+ msgstr ""
 
5658
 
5659
+ #: ../languages/dynamic_strings.php:533
5660
+ msgid "Windows NT"
5661
+ msgstr ""
 
5662
 
5663
+ #: ../languages/dynamic_strings.php:534 ../languages/dynamic_strings.php:535
5664
+ #: ../languages/dynamic_strings.php:536 ../languages/dynamic_strings.php:538
5665
+ msgid "Windows Phone"
5666
+ msgstr ""
5667
 
5668
+ #: ../languages/dynamic_strings.php:537
5669
+ msgid "Windows RT / Runtime"
5670
+ msgstr ""
 
5671
 
5672
+ #: ../languages/dynamic_strings.php:539
5673
+ #, fuzzy
5674
+ #| msgid "Known Visitor"
5675
+ msgid "Windows Vista"
5676
+ msgstr "вядомыя наведвальнікі"
5677
 
5678
+ #: ../languages/dynamic_strings.php:540
5679
+ msgid "Windows XP"
5680
+ msgstr ""
 
5681
 
5682
+ #: ../languages/dynamic_strings.php:541
5683
+ msgid "WyderOS"
5684
+ msgstr ""
 
5685
 
5686
+ #: ../languages/dynamic_strings.php:542
5687
+ msgid "Zaurus WAP"
5688
+ msgstr ""
 
5689
 
5690
+ #: ../languages/dynamic_strings.php:546
5691
+ msgid "BlackBerry"
5692
+ msgstr ""
 
5693
 
5694
+ #: ../languages/dynamic_strings.php:547
5695
+ msgid "Chrome OS"
5696
+ msgstr ""
 
5697
 
5698
+ #: ../languages/dynamic_strings.php:548
5699
+ msgid "Fire OS"
5700
+ msgstr ""
 
5701
 
5702
+ #: ../languages/dynamic_strings.php:549
5703
+ msgid "Linux FreeBSD"
5704
+ msgstr ""
 
5705
 
5706
+ #: ../languages/dynamic_strings.php:550
5707
+ msgid "Apple iOS"
5708
+ msgstr ""
 
5709
 
5710
+ #: ../languages/dynamic_strings.php:551
5711
+ msgid "Java-based OS"
5712
+ msgstr ""
 
5713
 
5714
+ #: ../languages/dynamic_strings.php:552 ../languages/dynamic_strings.php:556
5715
+ msgid "Linux"
5716
+ msgstr ""
 
5717
 
5718
+ #: ../languages/dynamic_strings.php:553
5719
+ #, fuzzy
5720
+ #| msgid "Apply"
5721
+ msgid "Apple"
5722
+ msgstr "ужываць"
5723
+
5724
+ #: ../languages/dynamic_strings.php:558
5725
+ msgid "Microsoft"
5726
+ msgstr ""
5727
+
5728
+ #: ../wp-slimstat.php:139 ../wp-slimstat.php:252
5729
+ msgid "Tracker is turned off, but client-side tracking code is still running."
5730
+ msgstr ""
5731
+
5732
+ #: ../wp-slimstat.php:267 ../wp-slimstat.php:698
5733
+ msgid "Pageview filtered by third-party code"
5734
+ msgstr ""
5735
+
5736
+ #: ../wp-slimstat.php:274
5737
+ msgid "Browser sent DNT header request"
5738
+ msgstr ""
5739
+
5740
+ #: ../wp-slimstat.php:297
5741
+ msgid "Visitor has opted out of tracking"
5742
+ msgstr ""
5743
+
5744
+ #: ../wp-slimstat.php:324
5745
+ msgid "Visitor has not opted in to be tracked"
5746
+ msgstr ""
5747
+
5748
+ #: ../wp-slimstat.php:334
5749
+ #, fuzzy
5750
+ #| msgid "Error: Empty or not supported IP address format (IPv6)"
5751
+ msgid "Empty or not supported IP address format"
5752
+ msgstr "Памылка: пустая або не падтрымліваецца фармат IP-адрас (IPv6)"
5753
+
5754
+ #: ../wp-slimstat.php:351
5755
+ #, php-format
5756
+ msgid "Malformed referrer URL: %s (IP: %s)"
5757
+ msgstr ""
5758
+
5759
+ #: ../wp-slimstat.php:352
5760
+ #, php-format
5761
+ msgid "Malformed referrer URL: %s"
5762
+ msgstr ""
5763
+
5764
+ #: ../wp-slimstat.php:357
5765
+ #, php-format
5766
+ msgid "Attempted XSS Injection: %s (IP: %s)"
5767
+ msgstr ""
5768
+
5769
+ #: ../wp-slimstat.php:358
5770
+ #, php-format
5771
+ msgid "Attempted XSS Injection: %s"
5772
+ msgstr ""
5773
 
5774
+ #: ../wp-slimstat.php:382
5775
+ #, php-format
5776
+ msgid "Referrer %s is blacklisted"
5777
+ msgstr ""
5778
 
5779
+ #: ../wp-slimstat.php:399
5780
+ #, fuzzy, php-format
5781
+ #| msgid "Notice: User %s is blacklisted"
5782
+ msgid "Content Type %s is blacklisted"
5783
+ msgstr "Заўвага: Карыстальнік %s занесены ў чорны спіс"
5784
 
5785
+ #: ../wp-slimstat.php:449
5786
+ msgid "Malformed URL"
5787
+ msgstr ""
 
5788
 
5789
+ #: ../wp-slimstat.php:482
5790
+ #, php-format
5791
+ msgid "Permalink %s is blacklisted"
5792
+ msgstr ""
5793
 
5794
+ #: ../wp-slimstat.php:495
5795
+ #, php-format
5796
+ msgid "Logged in user %s not tracked"
5797
+ msgstr ""
5798
 
5799
+ #: ../wp-slimstat.php:503
5800
+ #, php-format
5801
+ msgid "User with capability %s not tracked"
5802
+ msgstr ""
5803
 
5804
+ #: ../wp-slimstat.php:512
5805
+ #, php-format
5806
+ msgid "User %s is blacklisted"
5807
+ msgstr ""
5808
 
5809
+ #: ../wp-slimstat.php:537
5810
+ #, php-format
5811
+ msgid "Spammer %s not tracked"
5812
+ msgstr ""
5813
 
5814
+ #: ../wp-slimstat.php:573
5815
+ #, php-format
5816
+ msgid "IP address %s is blacklisted"
5817
+ msgstr ""
5818
 
5819
+ #: ../wp-slimstat.php:627
5820
+ #, php-format
5821
+ msgid "Country %s is blacklisted"
5822
+ msgstr ""
5823
 
5824
+ #: ../wp-slimstat.php:636
5825
+ msgid "Prefetch requests are ignored"
5826
+ msgstr ""
 
5827
 
5828
+ #: ../wp-slimstat.php:652
5829
+ msgid "Bot not tracked"
5830
+ msgstr ""
 
5831
 
5832
+ #: ../wp-slimstat.php:660
5833
+ #, php-format
5834
+ msgid "Browser %s is blacklisted"
5835
+ msgstr ""
5836
 
5837
+ #: ../wp-slimstat.php:672
5838
+ #, fuzzy, php-format
5839
+ #| msgid "Notice: User %s is blacklisted"
5840
+ msgid "Operating System %s is blacklisted"
5841
+ msgstr "Заўвага: Карыстальнік %s занесены ў чорны спіс"
5842
 
5843
+ #: ../wp-slimstat.php:1114
5844
+ msgid "Invalid payload string. Try clearing your WordPress cache."
5845
+ msgstr ""
5846
+ "Недапушчальная радок карыснай нагрузкі. Паспрабуйце ачысціць кэш WordPress."
5847
 
5848
+ #: ../wp-slimstat.php:1125
5849
+ msgid "Invalid data signature. Try clearing your WordPress cache."
5850
+ msgstr "Няправільная подпіс дадзеных. Паспрабуйце ачысціць кэш WordPress."
 
5851
 
5852
+ #: ../wp-slimstat.php:1257
5853
+ msgid ""
5854
+ "The geolocation database cannot be updated. Please check your server's file "
5855
+ "permissions and try again."
5856
+ msgstr ""
5857
 
5858
+ #: ../wp-slimstat.php:1270
5859
+ msgid "There was an error downloading the MaxMind Geolite DB:"
5860
+ msgstr "Памылка загрузкі MaxMind Geolite DB:"
 
5861
 
5862
+ #: ../wp-slimstat.php:1278 ../wp-slimstat.php:1287
5863
+ msgid "There was an error opening the zipped MaxMind Geolite DB."
5864
+ msgstr "Памылка пры адкрыцці архіва MaxMind Geolite DB."
 
5865
 
5866
+ #: ../wp-slimstat.php:1282
5867
+ msgid "Function gzopen not defined. Aborting."
5868
+ msgstr "Функцыя gzopen не вызначана. "
 
5869
 
5870
+ #: ../wp-slimstat.php:1292
5871
+ #, fuzzy
5872
+ #| msgid "There was an error opening the zipped MaxMind Geolite DB."
5873
+ msgid "There was an error opening the MaxMind Geolite DB."
5874
+ msgstr "Памылка пры адкрыцці архіва MaxMind Geolite DB."
5875
 
5876
+ #: ../wp-slimstat.php:1305
5877
+ #, fuzzy
5878
+ #| msgid "There was an error downloading the MaxMind Geolite DB:"
5879
+ msgid "There was an error creating the MaxMind Geolite DB."
5880
+ msgstr "Памылка загрузкі MaxMind Geolite DB:"
5881
 
5882
+ #: ../wp-slimstat.php:1320
5883
+ msgid "Invalid URL Provided."
5884
+ msgstr ""
 
5885
 
5886
+ #: ../wp-slimstat.php:1327
5887
+ msgid "Could not create Temporary file."
5888
+ msgstr ""
 
5889
 
5890
+ #: ../wp-slimstat.php:1384
5891
+ msgid "Undefined report ID"
5892
+ msgstr ""
 
5893
 
5894
+ #: ../wp-slimstat.php:1587
5895
+ msgid ""
5896
+ "You will need to specify a valid token to be able to query the data. Tokens "
5897
+ "are defined in Slimstat > Settings > Access Control."
5898
+ msgstr ""
5899
 
5900
+ #: ../wp-slimstat.php:1591
5901
+ msgid ""
5902
+ "This parameter specifies the type of QUERY for the dimension. Valid values "
5903
+ "are: count, count-all, recent, recent-all, top and top-all."
5904
+ msgstr ""
5905
 
5906
+ #: ../wp-slimstat.php:1596
5907
+ msgid ""
5908
+ "This parameter indicates what dimension to return: * (all data), ip, "
5909
+ "resource, browser, operating system, etc. You can only specify one dimension "
5910
+ "at a time."
5911
+ msgstr ""
5912
 
5913
+ #: ../wp-slimstat.php:1601
5914
+ msgid ""
5915
+ "This parameter is used to filter a given dimension (resources, browsers, "
5916
+ "operating systems, etc) so that it satisfies certain conditions (i.e.: "
5917
+ "browser contains Chrome). Please make sure to urlencode this value, and to "
5918
+ "use the usual filter format: browser contains Chrome&&&referer contains slim "
5919
+ "(encoded: browser%20contains%20Chrome%26%26%26referer%20contains%20slim)"
5920
+ msgstr ""
5921
 
5922
+ #: ../wp-slimstat.php:2029
5923
+ msgid "Optional filters"
5924
+ msgstr ""
 
5925
 
5926
+ #~ msgid "Expand Details"
5927
+ #~ msgstr "разгарнуць падрабязна"
 
 
5928
 
5929
+ #~ msgid "Expand each row's details by default, insted of on mousehover."
5930
+ #~ msgstr "Разгарніце дэталі кожнага радка па змаўчанні, замест mousehover."
 
 
5931
 
5932
+ # Unknown
5933
+ #~ msgid "c-xx"
5934
+ #~ msgstr "Unknown"
 
5935
 
5936
+ # Afghanistan
5937
+ #~ msgid "c-af"
5938
+ #~ msgstr "Афганістан"
 
5939
 
5940
+ # Åland Islands
5941
+ #~ msgid "c-ax"
5942
+ #~ msgstr "Аландскія астравы"
 
5943
 
5944
+ # Albania
5945
+ #~ msgid "c-al"
5946
+ #~ msgstr "Албанія"
 
5947
 
5948
+ # Algeria
5949
+ #~ msgid "c-dz"
5950
+ #~ msgstr "Алжыр"
 
5951
 
5952
+ # Andorra
5953
+ #~ msgid "c-ad"
5954
+ #~ msgstr "Андора"
 
5955
 
5956
+ # Angola
5957
+ #~ msgid "c-ao"
5958
+ #~ msgstr "Ангола"
 
5959
 
5960
+ # Anguilla
5961
+ #~ msgid "c-ai"
5962
+ #~ msgstr "Ангілья"
 
5963
 
5964
+ # Antigua and Barbuda
5965
+ #~ msgid "c-ag"
5966
+ #~ msgstr "Антыгуа і Барбуда"
 
5967
 
5968
+ # Argentina
5969
+ #~ msgid "c-ar"
5970
+ #~ msgstr "Аргенціна"
 
5971
 
5972
+ # Armenia
5973
+ #~ msgid "c-am"
5974
+ #~ msgstr "Арменія"
5975
 
5976
+ # Aruba
5977
+ #~ msgid "c-aw"
5978
+ #~ msgstr "Аруба"
 
5979
 
5980
+ # Australia
5981
+ #~ msgid "c-au"
5982
+ #~ msgstr "Аўстралія"
5983
 
5984
+ # Austria
5985
+ #~ msgid "c-at"
5986
+ #~ msgstr "Аўстрыя"
 
5987
 
5988
+ # Azerbaijan
5989
+ #~ msgid "c-az"
5990
+ #~ msgstr "Азербайджан"
 
5991
 
5992
+ # Bahamas
5993
+ #~ msgid "c-bs"
5994
+ #~ msgstr "Багамскія а-вы"
 
5995
 
5996
+ # Bahrain
5997
+ #~ msgid "c-bh"
5998
+ #~ msgstr "Бахрэйн"
 
5999
 
6000
+ # Bangladesh
6001
+ #~ msgid "c-bd"
6002
+ #~ msgstr "Бангладэш"
 
6003
 
6004
+ # Barbados
6005
+ #~ msgid "c-bb"
6006
+ #~ msgstr "Барбадас"
 
6007
 
6008
+ # Belarus
6009
+ #~ msgid "c-by"
6010
+ #~ msgstr "Беларусь"
 
6011
 
6012
+ # Belgium
6013
+ #~ msgid "c-be"
6014
+ #~ msgstr "Бельгія"
 
6015
 
6016
+ # Belize
6017
+ #~ msgid "c-bz"
6018
+ #~ msgstr "Беліз"
 
6019
 
6020
+ # Benin
6021
+ #~ msgid "c-bj"
6022
+ #~ msgstr "Бенін"
 
6023
 
6024
+ # Bermuda
6025
+ #~ msgid "c-bm"
6026
+ #~ msgstr "Бэрмудзкія выспы"
 
6027
 
6028
+ # Bhutan
6029
+ #~ msgid "c-bt"
6030
+ #~ msgstr "Бутан"
 
6031
 
6032
+ # Bolivia
6033
+ #~ msgid "c-bo"
6034
+ #~ msgstr "Балівія"
 
6035
 
6036
+ # Bosnia and Herzegovina
6037
+ #~ msgid "c-ba"
6038
+ #~ msgstr "Боснія і Герцагавіна"
 
6039
 
6040
+ # Botswana
6041
+ #~ msgid "c-bw"
6042
+ #~ msgstr "Батсвана"
 
6043
 
6044
+ # Brazil
6045
+ #~ msgid "c-br"
6046
+ #~ msgstr "Бразілія"
 
6047
 
6048
+ # Brunei Darussalam
6049
+ #~ msgid "c-bn"
6050
+ #~ msgstr "Бруней Даруссалам"
 
6051
 
6052
+ # Bulgaria
6053
+ #~ msgid "c-bg"
6054
+ #~ msgstr "Балгарыя"
 
6055
 
6056
+ # Burkina Faso
6057
+ #~ msgid "c-bf"
6058
+ #~ msgstr "Буркіна-Фасо"
 
6059
 
6060
+ # Burundi
6061
+ #~ msgid "c-bi"
6062
+ #~ msgstr "Бурундзі"
 
6063
 
6064
+ # Cambodia
6065
+ #~ msgid "c-kh"
6066
+ #~ msgstr "Камбоджа"
 
6067
 
6068
+ # Cameroon
6069
+ #~ msgid "c-cm"
6070
+ #~ msgstr "Камерун"
 
6071
 
6072
+ # Canada
6073
+ #~ msgid "c-ca"
6074
+ #~ msgstr "Канада"
 
6075
 
6076
+ # Cape Verde
6077
+ #~ msgid "c-cv"
6078
+ #~ msgstr "Каба-Вэрдэ"
 
6079
 
6080
+ # Cayman Islands
6081
+ #~ msgid "c-ky"
6082
+ #~ msgstr "Кайманавы выспы"
 
6083
 
6084
+ # Central African Republic
6085
+ #~ msgid "c-cf"
6086
+ #~ msgstr "Цэнтральна-Афрыканская Рэспубліка"
 
6087
 
6088
+ # Chad
6089
+ #~ msgid "c-td"
6090
+ #~ msgstr "Чад"
 
6091
 
6092
+ # Chile
6093
+ #~ msgid "c-cl"
6094
+ #~ msgstr "Чылі"
 
6095
 
6096
+ # China
6097
+ #~ msgid "c-cn"
6098
+ #~ msgstr "Кітай"
 
6099
 
6100
+ # Colombia
6101
+ #~ msgid "c-co"
6102
+ #~ msgstr "Калумбія"
 
6103
 
6104
+ # Comoros
6105
+ #~ msgid "c-km"
6106
+ #~ msgstr "Каморскія выспы"
 
6107
 
6108
+ # Congo
6109
+ #~ msgid "c-cg"
6110
+ #~ msgstr "Конга"
 
6111
 
6112
+ # The Democratic Republic of the Congo
6113
+ #~ msgid "c-cd"
6114
+ #~ msgstr "Дэмакратычная Рэспубліка Конга"
 
6115
 
6116
+ # Costa Rica
6117
+ #~ msgid "c-cr"
6118
+ #~ msgstr "Коста-Рыка"
 
6119
 
6120
+ # Côte d'Ivoire
6121
+ #~ msgid "c-ci"
6122
+ #~ msgstr "Бераг Слановай Косці"
 
6123
 
6124
+ # Croatia
6125
+ #~ msgid "c-hr"
6126
+ #~ msgstr "Харватыя"
 
6127
 
6128
+ # Cuba
6129
+ #~ msgid "c-cu"
6130
+ #~ msgstr "Куба"
 
6131
 
6132
+ # Cyprus
6133
+ #~ msgid "c-cy"
6134
+ #~ msgstr "Кіпр"
 
6135
 
6136
+ # Czech Republic
6137
+ #~ msgid "c-cz"
6138
+ #~ msgstr "Чэская Рэспубліка"
6139
 
6140
+ # Denmark
6141
+ #~ msgid "c-dk"
6142
+ #~ msgstr "Данія"
6143
 
6144
+ # Djibouti
6145
+ #~ msgid "c-dj"
6146
+ #~ msgstr "Джыбуці"
6147
 
6148
+ # Dominica
6149
+ #~ msgid "c-dm"
6150
+ #~ msgstr "Дамініка"
6151
 
6152
+ # Dominican Republic
6153
+ #~ msgid "c-do"
6154
+ #~ msgstr "Дамініканская Рэспубліка"
6155
 
6156
+ # Ecuador
6157
+ #~ msgid "c-ec"
6158
+ #~ msgstr "Эквадор"
6159
 
6160
+ # Egypt
6161
+ #~ msgid "c-eg"
6162
+ #~ msgstr "Егіпет"
6163
 
6164
+ # El Salvador
6165
+ #~ msgid "c-sv"
6166
+ #~ msgstr "Сальвадор"
6167
 
6168
+ # Equatorial Guinea
6169
+ #~ msgid "c-gq"
6170
+ #~ msgstr "Экватарыяльная Гвінея"
6171
 
6172
+ # Eritrea
6173
+ #~ msgid "c-er"
6174
+ #~ msgstr "Эрытрэя"
6175
 
6176
+ # Estonia
6177
+ #~ msgid "c-ee"
6178
+ #~ msgstr "Эстонія"
6179
 
6180
+ # Ethiopia
6181
+ #~ msgid "c-et"
6182
+ #~ msgstr "Эфіопія"
6183
 
6184
+ # Faroe Islands
6185
+ #~ msgid "c-fo"
6186
+ #~ msgstr "Фарэрскія выспы"
6187
 
6188
+ # Falkland Islands (Malvinas)
6189
+ #~ msgid "c-fk"
6190
+ #~ msgstr "Фалклендскія (Мальвінскія) выспы"
 
6191
 
6192
+ # Fiji
6193
+ #~ msgid "c-fj"
6194
+ #~ msgstr "Фіджы"
6195
 
6196
+ # Finland
6197
+ #~ msgid "c-fi"
6198
+ #~ msgstr "Фінляндыя"
6199
 
6200
+ # France
6201
+ #~ msgid "c-fr"
6202
+ #~ msgstr "Францыя"
 
 
6203
 
6204
+ # French Guiana
6205
+ #~ msgid "c-gf"
6206
+ #~ msgstr "Французская Гвіяна"
6207
 
6208
+ # Gabon
6209
+ #~ msgid "c-ga"
6210
+ #~ msgstr "Габон"
6211
 
6212
+ # Gambia
6213
+ #~ msgid "c-gm"
6214
+ #~ msgstr "Гамбія"
6215
 
6216
+ # Georgia
6217
+ #~ msgid "c-ge"
6218
+ #~ msgstr "Грузія"
6219
 
6220
+ # Germany
6221
+ #~ msgid "c-de"
6222
+ #~ msgstr "Германія"
6223
 
6224
+ # Ghana
6225
+ #~ msgid "c-gh"
6226
+ #~ msgstr "Гана"
6227
 
6228
+ # Greece
6229
+ #~ msgid "c-gr"
6230
+ #~ msgstr "Грэцыя"
6231
 
6232
+ # Greenland
6233
+ #~ msgid "c-gl"
6234
+ #~ msgstr "Грэнландыя"
6235
 
6236
+ # Grenada
6237
+ #~ msgid "c-gd"
6238
+ #~ msgstr "Грэнада"
6239
 
6240
+ # Guadeloupe
6241
+ #~ msgid "c-gp"
6242
+ #~ msgstr "Гвадэлупа"
6243
 
6244
+ # Guatemala
6245
+ #~ msgid "c-gt"
6246
+ #~ msgstr "Гватэмала"
 
 
 
 
 
 
 
6247
 
6248
+ # Guinea
6249
+ #~ msgid "c-gn"
6250
+ #~ msgstr "Гвінея"
6251
 
6252
+ # Guinea-Bissau
6253
+ #~ msgid "c-gw"
6254
+ #~ msgstr "Гвінея-Бісаў"
 
 
 
 
 
 
6255
 
6256
+ # Guyana
6257
+ #~ msgid "c-gy"
6258
+ #~ msgstr "Гаяна"
 
 
 
 
6259
 
6260
+ # Haiti
6261
+ #~ msgid "c-ht"
6262
+ #~ msgstr "Гаіці"
6263
 
6264
+ # Honduras
6265
+ #~ msgid "c-hn"
6266
+ #~ msgstr "Гандурас"
 
 
 
 
 
 
 
 
6267
 
6268
+ # Hong Kong
6269
+ #~ msgid "c-hk"
6270
+ #~ msgstr "Ганконг"
 
 
 
 
6271
 
6272
+ # Hungary
6273
+ #~ msgid "c-hu"
6274
+ #~ msgstr "Венгрыя"
6275
 
6276
+ # Iceland
6277
+ #~ msgid "c-is"
6278
+ #~ msgstr "Ісландыя"
 
 
 
 
 
 
6279
 
6280
+ # India
6281
+ #~ msgid "c-in"
6282
+ #~ msgstr "Індыя"
6283
 
6284
+ # Indonesia
6285
+ #~ msgid "c-id"
6286
+ #~ msgstr "Інданезія"
 
 
 
 
6287
 
6288
+ # Islamic Republic of Iran
6289
+ #~ msgid "c-ir"
6290
+ #~ msgstr "Ісламская Рэспубліка Іран"
 
 
6291
 
6292
+ # Iraq
6293
+ #~ msgid "c-iq"
6294
+ #~ msgstr "Ірак"
6295
 
6296
+ # Ireland
6297
+ #~ msgid "c-ie"
6298
+ #~ msgstr "Ірландыя"
 
 
 
 
 
 
6299
 
6300
+ # Israel
6301
+ #~ msgid "c-il"
6302
+ #~ msgstr "Ізраіль"
 
 
 
 
 
 
6303
 
6304
+ # Italy
6305
+ #~ msgid "c-it"
6306
+ #~ msgstr "Італія"
 
 
 
 
 
 
6307
 
6308
+ # Jamaica
6309
+ #~ msgid "c-jm"
6310
+ #~ msgstr "Ямайка"
6311
 
6312
+ # Japan
6313
+ #~ msgid "c-jp"
6314
+ #~ msgstr "Японія"
6315
 
6316
+ # Jordan
6317
+ #~ msgid "c-jo"
6318
+ #~ msgstr "Іарданія"
6319
 
6320
+ # Kazakhstan
6321
+ #~ msgid "c-kz"
6322
+ #~ msgstr "Казахстан"
6323
 
6324
+ # Kenya
6325
+ #~ msgid "c-ke"
6326
+ #~ msgstr "Кенія"
6327
 
6328
+ # Nauru
6329
+ #~ msgid "c-nr"
6330
+ #~ msgstr "Науру"
 
 
 
 
 
 
 
 
 
 
 
6331
 
6332
+ # Democratic People's Republic of Korea
6333
+ #~ msgid "c-kp"
6334
+ #~ msgstr "Карэйская Народна-Дэмакратычная Рэспубліка"
 
 
 
 
 
 
 
 
 
 
 
6335
 
6336
+ # Republic of Korea
6337
+ #~ msgid "c-kr"
6338
+ #~ msgstr "Рэспубліка Карэя"
6339
 
6340
+ #~ msgid "c-kv"
6341
+ #~ msgstr "Косава"
 
6342
 
6343
+ # Kuwait
6344
+ #~ msgid "c-kw"
6345
+ #~ msgstr "Кувейт"
6346
 
6347
+ # Kyrgyzstan
6348
+ #~ msgid "c-kg"
6349
+ #~ msgstr "Кіргізія"
 
 
 
 
6350
 
6351
+ # Lao People's Democratic Republic
6352
+ #~ msgid "c-la"
6353
+ #~ msgstr "Лаоскай Народна-Дэмакратычная Рэспубліка"
6354
 
6355
+ # Latvia
6356
+ #~ msgid "c-lv"
6357
+ #~ msgstr "Латвія"
6358
 
6359
+ # Lebanon
6360
+ #~ msgid "c-lb"
6361
+ #~ msgstr "Ліван"
 
 
 
 
6362
 
6363
+ # Lesotho
6364
+ #~ msgid "c-ls"
6365
+ #~ msgstr "Лесота"
6366
 
6367
+ # Liberia
6368
+ #~ msgid "c-lr"
6369
+ #~ msgstr "Ліберыя"
 
 
 
 
 
 
6370
 
6371
+ # Libyan Arab Jamahiriya
6372
+ #~ msgid "c-ly"
6373
+ #~ msgstr "Лівійская Араб Джамахірыя"
6374
 
6375
+ # Liechtenstein
6376
+ #~ msgid "c-li"
6377
+ #~ msgstr "Ліхтэнштэйн"
 
6378
 
6379
+ # Lithuania
6380
+ #~ msgid "c-lt"
6381
+ #~ msgstr "Літва"
6382
 
6383
+ # Luxembourg
6384
+ #~ msgid "c-lu"
6385
+ #~ msgstr "Люксембург"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6386
 
6387
+ # The Former Yugoslav Republic of Macedonia
6388
+ #~ msgid "c-mk"
6389
+ #~ msgstr "Былая югаслаўская Рэспубліка Македонія"
6390
 
6391
+ # Madagascar
6392
+ #~ msgid "c-mg"
6393
+ #~ msgstr "Мадагаскар"
6394
 
6395
+ # Malawi
6396
+ #~ msgid "c-mw"
6397
+ #~ msgstr "Малаві"
 
 
 
 
6398
 
6399
+ # Malaysia
6400
+ #~ msgid "c-my"
6401
+ #~ msgstr "Малайзія"
6402
 
6403
+ # Mali
6404
+ #~ msgid "c-ml"
6405
+ #~ msgstr "Малі"
 
 
 
 
 
 
6406
 
6407
+ # Malta
6408
+ #~ msgid "c-mt"
6409
+ #~ msgstr "Мальта"
6410
 
6411
+ # Martinique
6412
+ #~ msgid "c-mq"
6413
+ #~ msgstr "Марцініка"
 
 
6414
 
6415
+ # Mauritania
6416
+ #~ msgid "c-mr"
6417
+ #~ msgstr "Маўрытанія"
 
 
6418
 
6419
+ # Mauritius
6420
+ #~ msgid "c-mu"
6421
+ #~ msgstr "Маўрыкій"
 
 
6422
 
6423
+ # Mexico
6424
+ #~ msgid "c-mx"
6425
+ #~ msgstr "Мехіка"
6426
 
6427
+ # Moldova
6428
+ #~ msgid "c-md"
6429
+ #~ msgstr "Малдова"
 
 
 
6430
 
6431
+ # Mongolia
6432
+ #~ msgid "c-mn"
6433
+ #~ msgstr "Манголія"
 
 
6434
 
6435
+ # Montenegro
6436
+ #~ msgid "c-me"
6437
+ #~ msgstr "Чарнагорыя"
6438
 
6439
+ # Montserrat
6440
+ #~ msgid "c-ms"
6441
+ #~ msgstr "Мансерат"
 
 
6442
 
6443
+ # Morocco
6444
+ #~ msgid "c-ma"
6445
+ #~ msgstr "Марока"
 
 
6446
 
6447
+ # Mozambique
6448
+ #~ msgid "c-mz"
6449
+ #~ msgstr "Мазамбік"
 
 
6450
 
6451
+ # Myanmar
6452
+ #~ msgid "c-mm"
6453
+ #~ msgstr "М'янма"
 
 
6454
 
6455
+ # Namibia
6456
+ #~ msgid "c-na"
6457
+ #~ msgstr "Намібія"
6458
 
6459
+ # Nepal
6460
+ #~ msgid "c-np"
6461
+ #~ msgstr "Непал"
6462
 
6463
+ # Netherlands
6464
+ #~ msgid "c-nl"
6465
+ #~ msgstr "Нідэрланды"
6466
 
6467
+ # New Caledonia
6468
+ #~ msgid "c-nc"
6469
+ #~ msgstr "Новая Каледонія"
6470
 
6471
+ # New Zealand
6472
+ #~ msgid "c-nz"
6473
+ #~ msgstr "Новая Зеландыя"
6474
 
6475
+ # Nicaragua
6476
+ #~ msgid "c-ni"
6477
+ #~ msgstr "Нікарагуа"
6478
 
6479
+ # Niger
6480
+ #~ msgid "c-ne"
6481
+ #~ msgstr "Нігер"
6482
 
6483
+ # Nigeria
6484
+ #~ msgid "c-ng"
6485
+ #~ msgstr "Нігерыя"
6486
 
6487
+ # Norway
6488
+ #~ msgid "c-no"
6489
+ #~ msgstr "Нарвегія"
6490
 
6491
+ # Oman
6492
+ #~ msgid "c-om"
6493
+ #~ msgstr "Аман"
6494
 
6495
+ # Pakistan
6496
+ #~ msgid "c-pk"
6497
+ #~ msgstr "Пакістан"
6498
 
6499
+ # Palau
6500
+ #~ msgid "c-pw"
6501
+ #~ msgstr "Палаў"
6502
 
6503
+ # Occupied Palestinian Territory
6504
+ #~ msgid "c-ps"
6505
+ #~ msgstr "Акупаваная палестынская тэрыторыя"
6506
 
6507
+ # Panama
6508
+ #~ msgid "c-pa"
6509
+ #~ msgstr "Панама"
6510
 
6511
+ # Papua New Guinea
6512
+ #~ msgid "c-pg"
6513
+ #~ msgstr "Папуа-Новая Гвінея"
6514
 
6515
+ # Paraguay
6516
+ #~ msgid "c-py"
6517
+ #~ msgstr "Парагвай"
6518
 
6519
+ # Peru
6520
+ #~ msgid "c-pe"
6521
+ #~ msgstr "Перу"
6522
 
6523
+ # Philippines
6524
+ #~ msgid "c-ph"
6525
+ #~ msgstr "Філіпіны"
6526
 
6527
+ # Poland
6528
+ #~ msgid "c-pl"
6529
+ #~ msgstr "Польшча"
6530
 
6531
+ # Portugal
6532
+ #~ msgid "c-pt"
6533
+ #~ msgstr "Партугалія"
6534
 
6535
+ # Puerto Rico
6536
+ #~ msgid "c-pr"
6537
+ #~ msgstr "Пуэрта-Рыка"
6538
 
6539
+ # Qatar
6540
+ #~ msgid "c-qa"
6541
+ #~ msgstr "Катар"
6542
 
6543
+ # Réunion
6544
+ #~ msgid "c-re"
6545
+ #~ msgstr "Рэюньён"
6546
 
6547
+ # Romania
6548
+ #~ msgid "c-ro"
6549
+ #~ msgstr "Румынія"
6550
 
6551
+ # Russian Federation
6552
+ #~ msgid "c-ru"
6553
+ #~ msgstr "Расія"
6554
 
6555
+ # Rwanda
6556
+ #~ msgid "c-rw"
6557
+ #~ msgstr "Руанда"
6558
 
6559
+ # Saint Kitts and Nevis
6560
+ #~ msgid "c-kn"
6561
+ #~ msgstr "Сэнт-Кітс і Нэвіс"
6562
 
6563
+ # Saint Lucia
6564
+ #~ msgid "c-lc"
6565
+ #~ msgstr "Сэнт-Люсія"
6566
 
6567
+ # Saint Martin
6568
+ #~ msgid "c-mf"
6569
+ #~ msgstr "Сен-Мартэн"
6570
 
6571
+ # Saint Vincent and the Grenadines
6572
+ #~ msgid "c-vc"
6573
+ #~ msgstr "Сэнт-Вінсэнт і Грэнадыны"
6574
 
6575
+ # Samoa
6576
+ #~ msgid "c-ws"
6577
+ #~ msgstr "Самоа"
6578
 
6579
+ # Sao Tome and Principe
6580
+ #~ msgid "c-st"
6581
+ #~ msgstr "Сан-Томе і Прынсэп"
6582
 
6583
+ # Saudi Arabia
6584
+ #~ msgid "c-sa"
6585
+ #~ msgstr "Саўдаўская Аравія"
6586
 
6587
+ # Senegal
6588
+ #~ msgid "c-sn"
6589
+ #~ msgstr "Сенегал"
6590
 
6591
+ # Serbia
6592
+ #~ msgid "c-rs"
6593
+ #~ msgstr "Сербія"
6594
 
6595
+ # Sierra Leone
6596
+ #~ msgid "c-sl"
6597
+ #~ msgstr "Сьера-Леонэ"
6598
 
6599
+ # Singapore
6600
+ #~ msgid "c-sg"
6601
+ #~ msgstr "Сінгапур"
6602
 
6603
+ # Slovakia
6604
+ #~ msgid "c-sk"
6605
+ #~ msgstr "Славакія"
6606
 
6607
+ # Slovenia
6608
+ #~ msgid "c-si"
6609
+ #~ msgstr "Славенія"
6610
 
6611
+ # Solomon Islands
6612
+ #~ msgid "c-sb"
6613
+ #~ msgstr "Саламонавы выспы"
6614
 
6615
+ # Somalia
6616
+ #~ msgid "c-so"
6617
+ #~ msgstr "Самалі"
6618
 
6619
+ # South Africa
6620
+ #~ msgid "c-za"
6621
+ #~ msgstr "Паўднёвая Афрыка"
6622
 
6623
+ # South Georgia and the South Sandwich Islands
6624
+ #~ msgid "c-gs"
6625
+ #~ msgstr "Паўднёвая Джорджыя і Паўднёвыя Сандвічавы астравы"
6626
 
6627
+ # Spain
6628
+ #~ msgid "c-es"
6629
+ #~ msgstr "Іспанія"
6630
 
6631
+ # Sri Lanka
6632
+ #~ msgid "c-lk"
6633
+ #~ msgstr "Шры Ланка"
6634
 
6635
+ #~ msgid "c-sc"
6636
+ #~ msgstr "Сейшэльскія выспы"
 
6637
 
6638
+ # Sudan
6639
+ #~ msgid "c-sd"
6640
+ #~ msgstr "Судан"
6641
 
6642
+ #~ msgid "c-ss"
6643
+ #~ msgstr "Паўднёвы Судан"
6644
+
6645
+ # Suriname
6646
+ #~ msgid "c-sr"
6647
+ #~ msgstr "Сурынам"
6648
 
6649
+ # Svalbard and Jan Mayen
6650
+ #~ msgid "c-sj"
6651
+ #~ msgstr "Шпіцбэрген і Ян-Майен"
6652
 
6653
+ # Swaziland
6654
+ #~ msgid "c-sz"
6655
+ #~ msgstr "Свазіленд"
6656
 
6657
+ # Sweden
6658
+ #~ msgid "c-se"
6659
+ #~ msgstr "Швецыя"
6660
 
6661
+ # Switzerland
6662
+ #~ msgid "c-ch"
6663
+ #~ msgstr "Швейцарыя"
6664
 
6665
+ # Syrian Arab Republic
6666
+ #~ msgid "c-sy"
6667
+ #~ msgstr "Сірыйская Арабская Рэспубліка"
6668
 
6669
+ # Taiwan, Province of China
6670
+ #~ msgid "c-tw"
6671
+ #~ msgstr "Тайвань"
6672
 
6673
+ # Tajikistan
6674
+ #~ msgid "c-tj"
6675
+ #~ msgstr "Таджыкістан"
6676
 
6677
+ # United Republic of Tanzania
6678
+ #~ msgid "c-tz"
6679
+ #~ msgstr "Аб'яднаная Рэспубліка Танзанія"
6680
 
6681
+ # Thailand
6682
+ #~ msgid "c-th"
6683
+ #~ msgstr "Тайланд"
6684
 
6685
+ # Timor-Leste
6686
+ #~ msgid "c-tl"
6687
+ #~ msgstr "Усходні Тымор"
6688
 
6689
+ # Togo
6690
+ #~ msgid "c-tg"
6691
+ #~ msgstr "Таго"
6692
 
6693
+ # Tonga
6694
+ #~ msgid "c-to"
6695
+ #~ msgstr "Тонга"
6696
 
6697
+ # Trinidad and Tobago
6698
+ #~ msgid "c-tt"
6699
+ #~ msgstr "Трынідад і Табага"
6700
 
6701
+ # Tunisia
6702
+ #~ msgid "c-tn"
6703
+ #~ msgstr "Туніс"
6704
 
6705
+ # Turkey
6706
+ #~ msgid "c-tr"
6707
+ #~ msgstr "Турцыя"
6708
 
6709
+ # Turkmenistan
6710
+ #~ msgid "c-tm"
6711
+ #~ msgstr "Туркменістан"
6712
 
6713
+ # Turks and Caicos Islands
6714
+ #~ msgid "c-tc"
6715
+ #~ msgstr "Астравы Тэркс і Кайкас"
6716
 
6717
+ # Uganda
6718
+ #~ msgid "c-ug"
6719
+ #~ msgstr "Уганда"
6720
 
6721
+ # Ukraine
6722
+ #~ msgid "c-ua"
6723
+ #~ msgstr "Украіна"
6724
 
6725
+ # United Arab Emirates
6726
+ #~ msgid "c-ae"
6727
+ #~ msgstr "Аб'яднаныя Арабскія Эміраты"
6728
 
6729
+ # United Kingdom
6730
+ #~ msgid "c-gb"
6731
+ #~ msgstr "Злучанае Каралеўства"
6732
 
6733
+ # United States
6734
+ #~ msgid "c-us"
6735
+ #~ msgstr "ЗША"
6736
 
6737
+ # Uruguay
6738
+ #~ msgid "c-uy"
6739
+ #~ msgstr "Уругвай"
6740
 
6741
+ # Uzbekistan
6742
+ #~ msgid "c-uz"
6743
+ #~ msgstr "Узбекістан"
6744
 
6745
+ # Vanuatu
6746
+ #~ msgid "c-vu"
6747
+ #~ msgstr "Вануату"
6748
 
6749
+ # Venezuela
6750
+ #~ msgid "c-ve"
6751
+ #~ msgstr "Венесуэла"
6752
 
6753
+ # Viet Nam
6754
+ #~ msgid "c-vn"
6755
+ #~ msgstr "В'етнам"
6756
 
6757
+ # British Virgin Islands
6758
+ #~ msgid "c-vg"
6759
+ #~ msgstr "Брытанскія Віргінскія выспы"
6760
 
6761
+ # U.S. Virgin Islands
6762
+ #~ msgid "c-vi"
6763
+ #~ msgstr "Віргінскія астравы ЗША"
6764
 
6765
+ # Western Sahara
6766
+ #~ msgid "c-eh"
6767
+ #~ msgstr "Заходняя Сахара"
6768
 
6769
+ # Yemen
6770
+ #~ msgid "c-ye"
6771
+ #~ msgstr "Емен"
6772
 
6773
+ # Zambia
6774
+ #~ msgid "c-zm"
6775
+ #~ msgstr "Замбія"
6776
 
6777
+ # Zimbabwe
6778
+ #~ msgid "c-zw"
6779
+ #~ msgstr "Зімбабвэ"
6780
 
6781
+ # Guernsey
6782
+ #~ msgid "c-gg"
6783
+ #~ msgstr "Гернсі"
6784
 
6785
+ # Jersey
6786
+ #~ msgid "c-je"
6787
+ #~ msgstr "Джэрсі"
6788
 
6789
+ # Isle of Man
6790
+ #~ msgid "c-im"
6791
+ #~ msgstr "Востраў Мэн"
6792
 
6793
+ # Maldives
6794
+ #~ msgid "c-mv"
6795
+ #~ msgstr "Мальдывы"
6796
 
6797
+ #~ msgid "c-eu"
6798
+ #~ msgstr "Еўропа"
 
6799
 
6800
+ #~ msgid "aix"
6801
+ #~ msgstr "AIX"
 
6802
 
6803
+ #~ msgid "centos"
6804
+ #~ msgstr "кампіляцыя"
 
6805
 
6806
+ #~ msgid "ms-dos"
6807
+ #~ msgstr "мс-дос"
 
6808
 
6809
+ #~ msgid "redhat"
6810
+ #~ msgstr "чырвоны капялюш"
 
6811
 
6812
+ #~ msgid "wince"
6813
+ #~ msgstr "здрыгануцца"
 
6814
 
6815
+ #~ msgid "p-and"
6816
+ #~ msgstr "Android"
 
6817
 
6818
+ #~ msgid "p-bla"
6819
+ #~ msgstr "BlackBerry"
 
6820
 
6821
+ #~ msgid "p-chr"
6822
+ #~ msgstr "Chrome OS"
 
6823
 
6824
+ #~ msgid "p-fir"
6825
+ #~ msgstr "Fire OS"
 
6826
 
6827
+ #~ msgid "p-fre"
6828
+ #~ msgstr "Linux FreeBSD"
 
6829
 
6830
+ #~ msgid "p-ios"
6831
+ #~ msgstr "Apple iOS"
 
6832
 
6833
+ #~ msgid "p-jav"
6834
+ #~ msgstr "Java-based OS"
 
6835
 
6836
+ #~ msgid "p-lin"
6837
+ #~ msgstr "Linux"
 
6838
 
6839
+ #~ msgid "p-mac"
6840
+ #~ msgstr "Apple"
 
6841
 
6842
+ #~ msgid "p-rim"
6843
+ #~ msgstr "Blackberry RIM"
 
6844
 
6845
+ #~ msgid "p-sym"
6846
+ #~ msgstr "Symbian OS"
 
6847
 
6848
+ #~ msgid "p-ubu"
6849
+ #~ msgstr "Linux Ubuntu"
 
6850
 
6851
+ #~ msgid "p-unk"
6852
+ #~ msgstr "невядомы"
6853
+
6854
+ #~ msgid "p-win"
6855
+ #~ msgstr "Microsoft"
6856
 
6857
  # Afrikaans
6858
+ #~ msgid "l-af"
6859
+ #~ msgstr "Афрыкаанскі"
 
6860
 
6861
  # Afrikaans
6862
+ #~ msgid "l-af-za"
6863
+ #~ msgstr "Афрыкаанскі (Паўднёвая Афрыка)"
 
6864
 
6865
  # Arabic
6866
+ #~ msgid "l-ar"
6867
+ #~ msgstr "арабская"
 
6868
 
6869
  # Arabic
6870
+ #~ msgid "l-ar-ae"
6871
+ #~ msgstr "Арабская (ААЭ)"
 
6872
 
6873
  # Arabic
6874
+ #~ msgid "l-ar-bh"
6875
+ #~ msgstr "Арабская (Бахрэйн)"
 
6876
 
6877
  # Arabic
6878
+ #~ msgid "l-ar-dz"
6879
+ #~ msgstr "Арабская (Алжыр)"
 
6880
 
6881
  # Arabic
6882
+ #~ msgid "l-ar-eg"
6883
+ #~ msgstr "Арабская (Егіпет)"
 
6884
 
6885
  # Arabic
6886
+ #~ msgid "l-ar-iq"
6887
+ #~ msgstr "Арабская (Ірак)"
 
6888
 
6889
  # Arabic
6890
+ #~ msgid "l-ar-jo"
6891
+ #~ msgstr "Арабская (Іарданія)"
 
6892
 
6893
  # Arabic
6894
+ #~ msgid "l-ar-kw"
6895
+ #~ msgstr "Арабская (Кувейт)"
 
6896
 
6897
  # Arabic
6898
+ #~ msgid "l-ar-lb"
6899
+ #~ msgstr "Арабская (Ліван)"
 
6900
 
6901
  # Arabic
6902
+ #~ msgid "l-ar-ly"
6903
+ #~ msgstr "Арабская (Лівія)"
 
6904
 
6905
  # Arabic
6906
+ #~ msgid "l-ar-ma"
6907
+ #~ msgstr "Арабская (Марока)"
 
6908
 
6909
  # Arabic
6910
+ #~ msgid "l-ar-om"
6911
+ #~ msgstr "Арабская (Аман)"
 
6912
 
6913
  # Arabic
6914
+ #~ msgid "l-ar-qa"
6915
+ #~ msgstr "Арабская (Катар)"
 
6916
 
6917
  # Arabic
6918
+ #~ msgid "l-ar-sa"
6919
+ #~ msgstr "Арабская (Саудаўская Аравія)"
 
6920
 
6921
  # Arabic
6922
+ #~ msgid "l-ar-sy"
6923
+ #~ msgstr "Арабская (Сірыя)"
 
6924
 
6925
  # Arabic
6926
+ #~ msgid "l-ar-tn"
6927
+ #~ msgstr "Арабская (Туніс)"
 
6928
 
6929
  # Arabic
6930
+ #~ msgid "l-ar-ye"
6931
+ #~ msgstr "Арабская (Емен)"
 
6932
 
6933
  # Azerbaijani
6934
+ #~ msgid "l-az"
6935
+ #~ msgstr "азербайджанская"
 
6936
 
6937
  # Azerbaijani
6938
+ #~ msgid "l-az-az"
6939
+ #~ msgstr "Азербайджанская (Латынь)"
 
6940
 
6941
  # Belarusian
6942
+ #~ msgid "l-be"
6943
+ #~ msgstr "Беларуская"
 
6944
 
6945
  # Belarusian
6946
+ #~ msgid "l-be-by"
6947
+ #~ msgstr "Беларуская (Беларусь)"
 
6948
 
6949
  # Bulgarian
6950
+ #~ msgid "l-bg"
6951
+ #~ msgstr "Балнарская"
 
6952
 
6953
  # Bulgarian
6954
+ #~ msgid "l-bg-bg"
6955
+ #~ msgstr "Балгарская (Балгарыя)"
 
6956
 
6957
  # Bosnian
6958
+ #~ msgid "l-bs-ba"
6959
+ #~ msgstr "Баснійская"
 
6960
 
6961
  # Catalan; Valencian
6962
+ #~ msgid "l-ca"
6963
+ #~ msgstr "Каталонская"
 
6964
 
6965
  # Catalan; Valencian
6966
+ #~ msgid "l-ca-es"
6967
+ #~ msgstr "Каталонская; Валенская"
 
6968
 
6969
  # Czech
6970
+ #~ msgid "l-cs"
6971
+ #~ msgstr "Чэшская"
 
6972
 
6973
  # Czech
6974
+ #~ msgid "l-cs-cz"
6975
+ #~ msgstr "Чэшская (Чэская Рэспубліка)"
 
6976
 
6977
  # Welsh
6978
+ #~ msgid "l-cy"
6979
+ #~ msgstr "валійская"
 
6980
 
6981
  # Welsh
6982
+ #~ msgid "l-cy-gb"
6983
+ #~ msgstr "Валійская (Велікабрытанія"
 
6984
 
6985
  # Danish
6986
+ #~ msgid "l-da"
6987
+ #~ msgstr "Дацкая"
 
6988
 
6989
  # Danish
6990
+ #~ msgid "l-da-dk"
6991
+ #~ msgstr "Дацкая (Данія)"
 
6992
 
6993
  # German
6994
+ #~ msgid "l-de"
6995
+ #~ msgstr "Нямецкая"
 
6996
 
6997
  # German
6998
+ #~ msgid "l-de-at"
6999
+ #~ msgstr "Нямецкая (Аўстрыя)"
 
7000
 
7001
  # German
7002
+ #~ msgid "l-de-ch"
7003
+ #~ msgstr "Нямецкая (Швейцарыя)"
 
7004
 
7005
  # German
7006
+ #~ msgid "l-de-de"
7007
+ #~ msgstr "Нямецкая (Германія)"
 
7008
 
7009
  # German
7010
+ #~ msgid "l-de-li"
7011
+ #~ msgstr "Нямецкая (Ліхтэнштэйн)"
 
7012
 
7013
  # German
7014
+ #~ msgid "l-de-lu"
7015
+ #~ msgstr "Нямецкая (Люксембург)"
 
7016
 
7017
  # Dhivehi; Divehi; Maldivian
7018
+ #~ msgid "l-dv"
7019
+ #~ msgstr "Дывехі; дывехі; мальдыўская"
 
7020
 
7021
  # Dhivehi; Divehi; Maldivian
7022
+ #~ msgid "l-dv-mv"
7023
+ #~ msgstr "Мальдыўская"
 
7024
 
7025
  # Modern Greek (1453-)
7026
+ #~ msgid "l-el"
7027
+ #~ msgstr "Грэцкі"
 
7028
 
7029
  # Modern Greek (1453-)
7030
+ #~ msgid "l-el-gr"
7031
+ #~ msgstr "Грэцкі (Грэцыя)"
 
7032
 
7033
  # English
7034
+ #~ msgid "l-en"
7035
+ #~ msgstr "англійская"
 
7036
 
7037
  # English
7038
+ #~ msgid "l-en-au"
7039
+ #~ msgstr "англійская (Аўстралія)"
 
7040
 
7041
  # English
7042
+ #~ msgid "l-en-bz"
7043
+ #~ msgstr "англійская (Беліз)"
 
7044
 
7045
  # English
7046
+ #~ msgid "l-en-ca"
7047
+ #~ msgstr "англійская (Канада)"
 
7048
 
7049
  # English
7050
+ #~ msgid "l-en-cb"
7051
+ #~ msgstr "англійская (карыбскі)"
 
7052
 
7053
  # English
7054
+ #~ msgid "l-en-gb"
7055
+ #~ msgstr "Англійская (Вялікабрытанія)"
 
7056
 
7057
  # English
7058
+ #~ msgid "l-en-ie"
7059
+ #~ msgstr "Англійская (Ірландыя)"
 
7060
 
7061
  # English
7062
+ #~ msgid "l-en-jm"
7063
+ #~ msgstr "Англійская (Ямайка)"
 
7064
 
7065
  # English
7066
+ #~ msgid "l-en-nz"
7067
+ #~ msgstr "Англійская (Новая Зеландыя)"
 
7068
 
7069
  # English
7070
+ #~ msgid "l-en-ph"
7071
+ #~ msgstr "Англійская (Філіпіны)"
 
7072
 
7073
  # English
7074
+ #~ msgid "l-en-tt"
7075
+ #~ msgstr "Англійская (Трынідад і Табага)"
 
7076
 
7077
  # English
7078
+ #~ msgid "l-en-us"
7079
+ #~ msgstr "Англійская (ЗША)"
 
7080
 
7081
  # English
7082
+ #~ msgid "l-en-za"
7083
+ #~ msgstr "Англійская (Паўднёвая Афрыка)"
 
7084
 
7085
  # English
7086
+ #~ msgid "l-en-zw"
7087
+ #~ msgstr "Англійская (Зімбабвэ)"
 
7088
 
7089
  # Esperanto
7090
+ #~ msgid "l-eo"
7091
+ #~ msgstr "эсперанта"
 
7092
 
7093
  # Spanish; Castilian
7094
+ #~ msgid "l-es"
7095
+ #~ msgstr "іспанскі"
 
7096
 
7097
  # Spanish; Castilian
7098
+ #~ msgid "l-es-ar"
7099
+ #~ msgstr "Іспанскі (Аргенціна)"
 
7100
 
7101
  # Spanish; Castilian
7102
+ #~ msgid "l-es-bo"
7103
+ #~ msgstr "Іспанскі (Балівія)"
 
7104
 
7105
  # Spanish; Castilian
7106
+ #~ msgid "l-es-cl"
7107
+ #~ msgstr "Іспанскі (Чылі)"
 
7108
 
7109
  # Spanish; Castilian
7110
+ #~ msgid "l-es-co"
7111
+ #~ msgstr "Іспанскі (Калумбія)"
 
7112
 
7113
  # Spanish; Castilian
7114
+ #~ msgid "l-es-cr"
7115
+ #~ msgstr "Іспанскі (Коста-Рыка)"
 
7116
 
7117
  # Spanish; Castilian
7118
+ #~ msgid "l-es-do"
7119
+ #~ msgstr "Іспанскі (Дамініканская Рэспубліка)"
 
7120
 
7121
  # Spanish; Castilian
7122
+ #~ msgid "l-es-ec"
7123
+ #~ msgstr "Іспанскі (Эквадор)"
 
7124
 
7125
  # Spanish; Castilian
7126
+ #~ msgid "l-es-es"
7127
+ #~ msgstr "Іспанскі (Іспанія)"
 
7128
 
7129
  # Spanish; Castilian
7130
+ #~ msgid "l-es-gt"
7131
+ #~ msgstr "Іспанскі (Гватэмала)"
 
7132
 
7133
  # Spanish; Castilian
7134
+ #~ msgid "l-es-hn"
7135
+ #~ msgstr "Іспанскі (Гандурас)"
 
7136
 
7137
  # Spanish; Castilian
7138
+ #~ msgid "l-es-mx"
7139
+ #~ msgstr "Іспанскі (Мексіка)"
 
7140
 
7141
  # Spanish; Castilian
7142
+ #~ msgid "l-es-ni"
7143
+ #~ msgstr "Іспанскі (Нікарагуа)"
 
7144
 
7145
  # Spanish; Castilian
7146
+ #~ msgid "l-es-pa"
7147
+ #~ msgstr "Іспанскі (Панама)"
 
7148
 
7149
  # Spanish; Castilian
7150
+ #~ msgid "l-es-pe"
7151
+ #~ msgstr "Іспанскі (Перу)"
 
7152
 
7153
  # Spanish; Castilian
7154
+ #~ msgid "l-es-pr"
7155
+ #~ msgstr "Іспанскі (Пуэрта-Рыка)"
 
7156
 
7157
  # Spanish; Castilian
7158
+ #~ msgid "l-es-py"
7159
+ #~ msgstr "Spanish (Paraguay)"
 
7160
 
7161
  # Spanish; Castilian
7162
+ #~ msgid "l-es-sv"
7163
+ #~ msgstr "Іспанскі (Сальвадор)"
 
7164
 
7165
  # Spanish; Castilian
7166
+ #~ msgid "l-es-uy"
7167
+ #~ msgstr "Іспанскі (Уругвай)"
 
7168
 
7169
  # Spanish; Castilian
7170
+ #~ msgid "l-es-ve"
7171
+ #~ msgstr "Іспанскі (Венесуэла)"
 
7172
 
7173
  # Estonian
7174
+ #~ msgid "l-et"
7175
+ #~ msgstr "эстонскі"
 
7176
 
7177
  # Estonian
7178
+ #~ msgid "l-et-ee"
7179
+ #~ msgstr "Эстоніскі (Эстонія)"
 
7180
 
7181
  # Basque
7182
+ #~ msgid "l-eu"
7183
+ #~ msgstr "баскская"
 
7184
 
7185
  # Basque
7186
+ #~ msgid "l-eu-es"
7187
+ #~ msgstr "Баскская (Іспанія)"
 
7188
 
7189
  # Persian
7190
+ #~ msgid "l-fa"
7191
+ #~ msgstr "Фарсі"
 
7192
 
7193
  # Persian
7194
+ #~ msgid "l-fa-ir"
7195
+ #~ msgstr "Фарсі (Іран)"
 
7196
 
7197
  # Finnish
7198
+ #~ msgid "l-fi"
7199
+ #~ msgstr "фінскі"
 
7200
 
7201
  # Finnish
7202
+ #~ msgid "l-fi-fi"
7203
+ #~ msgstr "Фінскі (Фінляндыя)"
 
7204
 
7205
  # Faroese
7206
+ #~ msgid "l-fo"
7207
+ #~ msgstr "Фарэрская"
 
7208
 
7209
  # Faroese
7210
+ #~ msgid "l-fo-fo"
7211
+ #~ msgstr "Фарэрская (Фарэрскія выспы)"
 
7212
 
7213
  # French
7214
+ #~ msgid "l-fr"
7215
+ #~ msgstr "французская"
 
7216
 
7217
  # French
7218
+ #~ msgid "l-fr-be"
7219
+ #~ msgstr "Французская (Бельгія)"
 
7220
 
7221
  # French
7222
+ #~ msgid "l-fr-ca"
7223
+ #~ msgstr "Французская (Канада)"
 
7224
 
7225
  # French
7226
+ #~ msgid "l-fr-ch"
7227
+ #~ msgstr "Французская (Швейцарыя)"
 
7228
 
7229
  # French
7230
+ #~ msgid "l-fr-fr"
7231
+ #~ msgstr "Французская (Францыя)"
 
7232
 
7233
  # French
7234
+ #~ msgid "l-fr-lu"
7235
+ #~ msgstr "Французская (Люксембург)"
 
7236
 
7237
  # French
7238
+ #~ msgid "l-fr-mc"
7239
+ #~ msgstr "Французская (Манака)"
 
7240
 
7241
  # Galician
7242
+ #~ msgid "l-gl"
7243
+ #~ msgstr "Галіцкая"
 
7244
 
7245
  # Spanish; Castilian
7246
+ #~ msgid "l-gl-es"
7247
+ #~ msgstr "Галіцкая (Іспанія)"
 
7248
 
7249
  # Gujarati
7250
+ #~ msgid "l-gu"
7251
+ #~ msgstr "гуяраці"
 
7252
 
7253
  # Gujarati
7254
+ #~ msgid "l-gu-in"
7255
+ #~ msgstr "гуяраці (Індыя) "
 
7256
 
7257
  # Hebrew
7258
+ #~ msgid "l-he"
7259
+ #~ msgstr "іўрыт"
 
7260
 
7261
  # Hebrew
7262
+ #~ msgid "l-he-il"
7263
+ #~ msgstr "Іўрыт (Ізраіль)"
 
7264
 
7265
  # Hindi
7266
+ #~ msgid "l-hi"
7267
+ #~ msgstr "Хіндзі"
 
7268
 
7269
  # Hindi
7270
+ #~ msgid "l-hi-in"
7271
+ #~ msgstr "Хіндзі (Індыя)"
 
7272
 
7273
  # Croatian
7274
+ #~ msgid "l-hr"
7275
+ #~ msgstr "харвацкая"
 
7276
 
7277
  # Croatian
7278
+ #~ msgid "l-hr-ba"
7279
+ #~ msgstr "Харвацкая (баснійская)"
 
7280
 
7281
  # Croatian
7282
+ #~ msgid "l-hr-hr"
7283
+ #~ msgstr "Харвацкая (Харватыя)"
 
7284
 
7285
  # Hungarian
7286
+ #~ msgid "l-hu"
7287
+ #~ msgstr "венгерская"
 
7288
 
7289
  # Hungarian
7290
+ #~ msgid "l-hu-hu"
7291
+ #~ msgstr "Венгерская (Венгрыя)"
 
7292
 
7293
  # Armenian
7294
+ #~ msgid "l-hy"
7295
+ #~ msgstr "армянскі"
 
7296
 
7297
  # Armenian
7298
+ #~ msgid "l-hy-am"
7299
+ #~ msgstr "Армянскі (Арменія)"
 
7300
 
7301
+ #~ msgid "l-id"
7302
+ #~ msgstr "інданезійская"
 
7303
 
7304
+ #~ msgid "l-id-id"
7305
+ #~ msgstr "інданезійская"
 
7306
 
7307
  # Icelandic
7308
+ #~ msgid "l-is"
7309
+ #~ msgstr "ісландская"
 
7310
 
7311
  # Icelandic
7312
+ #~ msgid "l-is-is"
7313
+ #~ msgstr "Ісландская (Ісландыя)"
 
7314
 
7315
  # Italian
7316
+ #~ msgid "l-it"
7317
+ #~ msgstr "італьянскі"
 
7318
 
7319
  # Italian
7320
+ #~ msgid "l-it-ch"
7321
+ #~ msgstr "Італьянская (Швейцарыя)"
 
7322
 
7323
  # Italian
7324
+ #~ msgid "l-it-it"
7325
+ #~ msgstr "Італьянская (Італія)"
 
7326
 
7327
  # Japanese
7328
+ #~ msgid "l-ja"
7329
+ #~ msgstr "японскі"
 
7330
 
7331
  # Japanese
7332
+ #~ msgid "l-ja-jp"
7333
+ #~ msgstr "японскі (Японія)"
 
7334
 
7335
  # Georgian
7336
+ #~ msgid "l-ka"
7337
+ #~ msgstr "грузінскі"
 
7338
 
7339
  # Georgian
7340
+ #~ msgid "l-ka-ge"
7341
+ #~ msgstr "грузінскі (Грузія)"
 
7342
 
7343
  # Kazakh
7344
+ #~ msgid "l-kk"
7345
+ #~ msgstr "казахскі"
 
7346
 
7347
  # Kazakh
7348
+ #~ msgid "l-kk-kz"
7349
+ #~ msgstr "Казахскі (Казахстан)"
 
7350
 
7351
  # Kannada
7352
+ #~ msgid "l-kn"
7353
+ #~ msgstr "Каннада"
 
7354
 
7355
  # Kannada
7356
+ #~ msgid "l-kn-in"
7357
+ #~ msgstr "Каннада (Індыя)"
 
7358
 
7359
  # Korean
7360
+ #~ msgid "l-ko"
7361
+ #~ msgstr "карэйская"
 
7362
 
7363
  # Korean
7364
+ #~ msgid "l-ko-kr"
7365
+ #~ msgstr "карэйская (Карэя)"
 
7366
 
7367
  # Korean
7368
+ #~ msgid "l-kok"
7369
+ #~ msgstr "Конкані"
 
7370
 
7371
  # Korean
7372
+ #~ msgid "l-kok-in"
7373
+ #~ msgstr "Конкані (Індыя)"
 
7374
 
7375
  # Kirghiz; Kyrgyz
7376
+ #~ msgid "l-ky"
7377
+ #~ msgstr "кіргізы"
 
7378
 
7379
  # Kirghiz; Kyrgyz
7380
+ #~ msgid "l-ky-kg"
7381
+ #~ msgstr "Кіргізы (Казахстан)"
 
7382
 
7383
  # Lithuanian
7384
+ #~ msgid "l-lt"
7385
+ #~ msgstr "літоўскі"
 
7386
 
7387
  # Lithuanian
7388
+ #~ msgid "l-lt-lt"
7389
+ #~ msgstr "Літоўскі (Літва)"
 
7390
 
7391
  # Latvian
7392
+ #~ msgid "l-lv"
7393
+ #~ msgstr "латышская"
 
7394
 
7395
  # Latvian
7396
+ #~ msgid "l-lv-lv"
7397
+ #~ msgstr "Латышская (Латвія)"
 
7398
 
7399
  # Maori
7400
+ #~ msgid "l-mi"
7401
+ #~ msgstr "маоры"
 
7402
 
7403
  # Maori
7404
+ #~ msgid "l-mi-nz"
7405
+ #~ msgstr "Маоры (Новая Зеландыя)"
 
7406
 
7407
  # Macedonian
7408
+ #~ msgid "l-mk"
7409
+ #~ msgstr "македонская"
 
7410
 
7411
  # Macedonian
7412
+ #~ msgid "l-mk-ml"
7413
+ #~ msgstr "Македонія (БЮРМ)"
 
7414
 
7415
  # Mongolian
7416
+ #~ msgid "l-mn"
7417
+ #~ msgstr "мангольская"
 
7418
 
7419
  # Mongolian
7420
+ #~ msgid "l-mn-mn"
7421
+ #~ msgstr "Мангольскай (Манголія)"
 
7422
 
7423
  # Marathi
7424
+ #~ msgid "l-mr"
7425
+ #~ msgstr "маратхі"
 
7426
 
7427
  # Marathi
7428
+ #~ msgid "l-mr-in"
7429
+ #~ msgstr "Маратхі (Індыя)"
 
7430
 
7431
  # Malay
7432
+ #~ msgid "l-ms"
7433
+ #~ msgstr "малайская"
 
7434
 
7435
  # Malay
7436
+ #~ msgid "l-ms-bn"
7437
+ #~ msgstr "Малайская (Бруней)"
 
7438
 
7439
  # Malay
7440
+ #~ msgid "l-ms-my"
7441
+ #~ msgstr "Малайская (Малайзія)"
 
7442
 
7443
  # Maltese
7444
+ #~ msgid "l-mt"
7445
+ #~ msgstr "мальтыйская"
 
7446
 
7447
  # Maltese
7448
+ #~ msgid "l-mt-mt"
7449
+ #~ msgstr "Мальтыйская (Мальта)"
 
7450
 
7451
  # Norwegian Bokmål
7452
+ #~ msgid "l-nb"
7453
+ #~ msgstr "нарвежская; букмал"
 
7454
 
7455
  # Norwegian Bokmål
7456
+ #~ msgid "l-nb-no"
7457
+ #~ msgstr "Нарвежская (Нарвегія)"
 
7458
 
7459
  # Dutch; Flemish
7460
+ #~ msgid "l-nl"
7461
+ #~ msgstr "галандскі; фламандскі"
 
7462
 
7463
  # Belarusian
7464
+ #~ msgid "l-nl-be"
7465
+ #~ msgstr "Галандскі (Бельгія)"
 
7466
 
7467
  # Dutch; Flemish
7468
+ #~ msgid "l-nl-nl"
7469
+ #~ msgstr "Галандскі (Нідэрланды)"
 
7470
 
7471
  # Norwegian Nynorsk
7472
+ #~ msgid "l-nn-no"
7473
+ #~ msgstr "нарвежская; Нюнорск (Нарвегія)"
 
7474
 
7475
+ #~ msgid "l-ns"
7476
+ #~ msgstr "Паўночны Сота"
 
7477
 
7478
+ #~ msgid "l-ns-za"
7479
+ #~ msgstr "Паўночны Сота (Паўднёвая Афрыка)"
 
7480
 
7481
  # Panjabi; Punjabi
7482
+ #~ msgid "l-pa"
7483
+ #~ msgstr "пенджабі; панджабі"
 
7484
 
7485
  # Panjabi; Punjabi
7486
+ #~ msgid "l-pa-in"
7487
+ #~ msgstr "Панджабі (індыйскі)"
 
7488
 
7489
  # Polish
7490
+ #~ msgid "l-pl"
7491
+ #~ msgstr "Польскі"
 
7492
 
7493
  # Polish
7494
+ #~ msgid "l-pl-pl"
7495
+ #~ msgstr "Польскі (Польшча)"
 
7496
 
7497
  # Pushto; Pashto
7498
+ #~ msgid "l-ps"
7499
+ #~ msgstr "Пашто; Пушту"
 
7500
 
7501
  # Pushto; Pashto
7502
+ #~ msgid "l-ps-ar"
7503
+ #~ msgstr "Пашту (Афганістан)"
 
7504
 
7505
  # Portuguese
7506
+ #~ msgid "l-pt"
7507
+ #~ msgstr "партугальская"
 
7508
 
7509
  # Portuguese
7510
+ #~ msgid "l-pt-br"
7511
+ #~ msgstr "Партугальская (Бразілія)"
 
7512
 
7513
  # Portuguese
7514
+ #~ msgid "l-pt-pt"
7515
+ #~ msgstr "Партугальская (Партугалія)"
 
7516
 
7517
  # Quechua
7518
+ #~ msgid "l-qu"
7519
+ #~ msgstr "кечуа"
 
7520
 
7521
  # Quechua
7522
+ #~ msgid "l-qu-bo"
7523
+ #~ msgstr "Кечуа (Балівія)"
 
7524
 
7525
  # Quechua
7526
+ #~ msgid "l-qu-ec"
7527
+ #~ msgstr "Кечуа (Эквадор)"
 
7528
 
7529
  # Quechua
7530
+ #~ msgid "l-qu-pe"
7531
+ #~ msgstr "Кечуа (Перу)"
 
7532
 
7533
  # Romanian; Moldavian; Moldovan
7534
+ #~ msgid "l-ro"
7535
+ #~ msgstr "румынская"
 
7536
 
7537
  # Romanian; Moldavian; Moldovan
7538
+ #~ msgid "l-ro-ro"
7539
+ #~ msgstr "Румынская (Румынія)"
 
7540
 
7541
  # Russian
7542
+ #~ msgid "l-ru"
7543
+ #~ msgstr "руская"
 
7544
 
7545
  # Russian
7546
+ #~ msgid "l-ru-ru"
7547
+ #~ msgstr "руская (Расія)"
 
7548
 
7549
  # Sanskrit
7550
+ #~ msgid "l-sa"
7551
+ #~ msgstr "санскрыт"
 
7552
 
7553
  # Sanskrit (India)
7554
+ #~ msgid "l-sa-in"
7555
+ #~ msgstr "Санскрыт (Індыя)"
 
7556
 
7557
  # Northern Sami
7558
+ #~ msgid "l-se"
7559
+ #~ msgstr "Паўночны Самі"
 
7560
 
7561
  # Northern Sami
7562
+ #~ msgid "l-se-fi"
7563
+ #~ msgstr "Паўночны Самі (Фінляндыя)"
 
7564
 
7565
  # Northern Sami
7566
+ #~ msgid "l-se-no"
7567
+ #~ msgstr "Паўночная Самі (Нарвегія)"
 
7568
 
7569
  # Northern Sami
7570
+ #~ msgid "l-se-se"
7571
+ #~ msgstr "Паўночная Самі (Швецыя)"
 
7572
 
7573
  # Slovak
7574
+ #~ msgid "l-sk"
7575
+ #~ msgstr "славацкая"
 
7576
 
7577
  # Slovak
7578
+ #~ msgid "l-sk-sk"
7579
+ #~ msgstr "Славацкая (Славакія)"
 
7580
 
7581
  # Slovenian
7582
+ #~ msgid "l-sl"
7583
+ #~ msgstr "славенская"
 
7584
 
7585
  # Slovenian
7586
+ #~ msgid "l-sl-si"
7587
+ #~ msgstr "Славенская (Славенія)"
 
7588
 
7589
  # Albanian
7590
+ #~ msgid "l-sq"
7591
+ #~ msgstr "албанская"
 
7592
 
7593
  # Albanian
7594
+ #~ msgid "l-sq-al"
7595
+ #~ msgstr "Албанская (Албанія)"
 
7596
 
7597
  # Serbian
7598
+ #~ msgid "l-sr-ba"
7599
+ #~ msgstr "Сэрбская (Боснія і Герцагавіна)"
 
7600
 
7601
  # Serbian
7602
+ #~ msgid "l-sr-sp"
7603
+ #~ msgstr "Сербская (Сербія і Чарнагорыя)"
 
7604
 
7605
  # Swedish
7606
+ #~ msgid "l-sv"
7607
+ #~ msgstr "шведскі"
 
7608
 
7609
  # Swedish
7610
+ #~ msgid "l-sv-fi"
7611
+ #~ msgstr "Шведскі (Фінляндыя)"
 
7612
 
7613
  # Swedish
7614
+ #~ msgid "l-sv-se"
7615
+ #~ msgstr "Шведскі (Швецыя)"
 
7616
 
7617
  # Swahili
7618
+ #~ msgid "l-sw"
7619
+ #~ msgstr "Swahili"
 
7620
 
7621
  # Swahili
7622
+ #~ msgid "l-sw-ke"
7623
+ #~ msgstr "Суахілі (Кенія)"
 
7624
 
7625
  # Tamil
7626
+ #~ msgid "l-ta"
7627
+ #~ msgstr "тамільская"
 
7628
 
7629
  # Tamil
7630
+ #~ msgid "l-ta-in"
7631
+ #~ msgstr "Тамільская (Індыя)"
 
7632
 
7633
  # Telugu
7634
+ #~ msgid "l-te"
7635
+ #~ msgstr "тэлугу"
 
7636
 
7637
  # Telugu
7638
+ #~ msgid "l-te-in"
7639
+ #~ msgstr "Тэлугу (Індыя)"
 
7640
 
7641
  # Thai
7642
+ #~ msgid "l-th"
7643
+ #~ msgstr "тайская"
 
7644
 
7645
  # Thai
7646
+ #~ msgid "l-th-th"
7647
+ #~ msgstr "Тайская (Тайланд)"
 
7648
 
7649
  # Tagalog
7650
+ #~ msgid "l-tl"
7651
+ #~ msgstr "Тагалог"
 
7652
 
7653
  # Tagalog
7654
+ #~ msgid "l-tl-ph"
7655
+ #~ msgstr "Тагалог (Філіпіны)"
 
7656
 
7657
  # Tswana
7658
+ #~ msgid "l-tn"
7659
+ #~ msgstr "тсвана"
 
7660
 
7661
  # Tswana
7662
+ #~ msgid "l-tn-za"
7663
+ #~ msgstr "Тсвана (Паўднёвая Афрыка)"
 
7664
 
7665
  # Turkish
7666
+ #~ msgid "l-tr"
7667
+ #~ msgstr "турэцкі"
 
7668
 
7669
  # Turkish
7670
+ #~ msgid "l-tr-tr"
7671
+ #~ msgstr "Турэцкі (Турцыя)"
 
7672
 
7673
  # Tatar
7674
+ #~ msgid "l-tt"
7675
+ #~ msgstr "татарскі"
 
7676
 
7677
  # Tatar
7678
+ #~ msgid "l-tt-ru"
7679
+ #~ msgstr "Татарскі (Расія)"
 
7680
 
7681
  # Tsonga
7682
+ #~ msgid "l-ts"
7683
+ #~ msgstr "Тсонга"
 
7684
 
7685
  # Ukrainian
7686
+ #~ msgid "l-uk"
7687
+ #~ msgstr "украінскі"
 
7688
 
7689
  # Ukrainian
7690
+ #~ msgid "l-uk-ua"
7691
+ #~ msgstr "Украінскі (Украіна)"
 
7692
 
7693
  # Urdu
7694
+ #~ msgid "l-ur"
7695
+ #~ msgstr "урду"
 
7696
 
7697
  # Urdu
7698
+ #~ msgid "l-ur-pk"
7699
+ #~ msgstr "Урду (Пакістан)"
 
7700
 
7701
  # Uzbek
7702
+ #~ msgid "l-uz"
7703
+ #~ msgstr "Узбекская"
 
7704
 
7705
  # Uzbek
7706
+ #~ msgid "l-uz-uz"
7707
+ #~ msgstr "Узбекская (Узбекістан)"
 
7708
 
7709
  # Vietnamese
7710
+ #~ msgid "l-vi"
7711
+ #~ msgstr "В'етнамская"
 
7712
 
7713
  # Vietnamese
7714
+ #~ msgid "l-vi-vn"
7715
+ #~ msgstr "В'етнамская (В'етнам)"
 
7716
 
7717
  # Xhosa
7718
+ #~ msgid "l-xh"
7719
+ #~ msgstr "Каса"
 
7720
 
7721
  # Xhosa
7722
+ #~ msgid "l-xh-za"
7723
+ #~ msgstr "Каса (Паўднёвая Афрыка)"
 
7724
 
7725
  # Chinese
7726
+ #~ msgid "l-zh"
7727
+ #~ msgstr "кітайскі"
 
7728
 
7729
  # Chinese
7730
+ #~ msgid "l-zh-cn"
7731
+ #~ msgstr "Кітайскі (S)"
 
7732
 
7733
  # Chinese
7734
+ #~ msgid "l-zh-hk"
7735
+ #~ msgstr "Кітайскі (Ганконг)"
 
7736
 
7737
  # Chinese
7738
+ #~ msgid "l-zh-mo"
7739
+ #~ msgstr "Кітайскі (Макао)"
 
7740
 
7741
  # Chinese
7742
+ #~ msgid "l-zh-sg"
7743
+ #~ msgstr "Кітайскі (Сінгапур)"
 
7744
 
7745
  # Chinese
7746
+ #~ msgid "l-zh-tw"
7747
+ #~ msgstr "Кітайскі (T)"
 
7748
 
7749
  # Zulu
7750
+ #~ msgid "l-zu"
7751
+ #~ msgstr "Зулускі"
 
7752
 
7753
  # Zulu
7754
+ #~ msgid "l-zu-za"
7755
+ #~ msgstr "Зулускі (Паўднёвая Афрыка)"
 
7756
 
7757
  # Unknown
7758
+ #~ msgid "l-empty"
7759
+ #~ msgstr "Невядомы"
 
7760
 
7761
  # Unknown
7762
+ #~ msgid "l-xx"
7763
+ #~ msgstr "Невядомы"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7764
 
7765
+ #~ msgid "c-xy"
7766
+ #~ msgstr "Лакальны IP"
 
7767
 
 
7768
  #, fuzzy
7769
+ #~| msgid "Last 60 Days"
7770
+ #~ msgid "Last 30 Days"
7771
+ #~ msgstr "За апошнія 60 дзён"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7772
 
7773
+ #~ msgid "Last 90 Days"
7774
+ #~ msgstr "За апошнія 90 дзён"
 
 
 
 
 
 
 
7775
 
7776
+ #, fuzzy
7777
+ #~| msgid "Last 60 Days"
7778
+ #~ msgid "Last 365 Days"
7779
+ #~ msgstr "За апошнія 60 дзён"
7780
 
7781
+ #~ msgid ""
7782
+ #~ "Percentage of single-page visits, i.e. visits in which the person left "
7783
+ #~ "your site from the entrance page."
7784
+ #~ msgstr ""
7785
+ #~ "Працэнт наведванняў адной старонкі, гэта значыць наведванняў, у якіх "
7786
+ #~ "наведвальнік пакідае сайт са старонкі ўваходу."
7787
 
7788
+ #~ msgid "New visitors"
7789
+ #~ msgstr "новыя наведвальнiкi"
 
7790
 
7791
+ #~ msgid "Human users who visited your site only once."
7792
+ #~ msgstr "Чалавечыя карыстальнікаў, якія наведалі ваш сайт толькі адзін раз."
 
 
 
7793
 
7794
+ #~ msgid "MozRank"
7795
+ #~ msgstr "Moz Званне"
 
 
 
7796
 
7797
+ #~ msgid ""
7798
+ #~ "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
7799
+ #~ "link popularity score. It reflects the importance of any given web page "
7800
+ #~ "on the Internet."
7801
+ #~ msgstr ""
7802
+ #~ "Moz Званне URL, у нармалізаваць па 10-бальнай шкале. Moz Званне ўяўляе "
7803
+ #~ "кошт папулярнасці спасылак. Ен адлюстроўвае важнасць той ці іншай вэб-"
7804
+ #~ "старонкі ў Інтэрнэце."
7805
 
7806
+ #~ msgid "Equity Links"
7807
+ #~ msgstr "Адзінства спасылак"
 
7808
 
7809
+ #~ msgid ""
7810
+ #~ "Number of authority-passing links (including followed links and "
7811
+ #~ "redirects, internal or external) to your website. Set the permalink "
7812
+ #~ "filter here above to get the corresponding metrics in this report."
7813
+ #~ msgstr ""
7814
+ #~ "Колькасць спасылак(уключаючы наступныя спасылкі і перанакіроўванне, "
7815
+ #~ "ўнутраныя або знешнія) на свой вэб-сайт. Усталюйце пастаянную фільтр тут, "
7816
+ #~ "каб атрымаць адпаведныя паказчыкі ў гэтай справаздачы."
7817
 
7818
+ #~ msgid "Facebook Shares"
7819
+ #~ msgstr "Падзяліцца на Facebook "
 
 
 
7820
 
7821
+ #~ msgid "Facebook Clicks"
7822
+ #~ msgstr "Нацiскi на Facebook"
 
 
 
7823
 
7824
+ #~ msgid "How many times links to your website have been clicked on Facebook."
7825
+ #~ msgstr "Колькі разоў спасылкі на ваш сайт былі націснулі на Facebook."
 
 
 
 
7826
 
7827
+ #~ msgid "mediaplayer"
7828
+ #~ msgstr "медыя-плэер"
 
 
 
 
 
 
7829
 
7830
+ #~ msgid "real"
7831
+ #~ msgstr "рэальны"
 
7832
 
7833
  #~ msgid ""
7834
  #~ "Enter the time range, in days, that should be used to calculate the value "
languages/wp-slimstat-by_BY.mo DELETED
Binary file
languages/wp-slimstat-de_DE.mo CHANGED
Binary file
languages/wp-slimstat-de_DE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2019-04-26 13:32-0400\n"
5
- "PO-Revision-Date: 2019-04-26 13:32-0400\n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
8
  "Language: de_DE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.2.1\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -190,13 +190,13 @@ msgid ""
190
  msgstr ""
191
 
192
  #: ../admin/config/index.php:98 ../admin/view/wp-slimstat-db.php:115
193
- #: ../admin/view/wp-slimstat-db.php:906 ../admin/view/wp-slimstat-db.php:1157
194
- #: ../admin/view/wp-slimstat-db.php:1163 ../admin/view/wp-slimstat-db.php:1169
195
- #: ../admin/view/wp-slimstat-db.php:1175 ../admin/view/wp-slimstat-db.php:1181
196
- #: ../admin/view/wp-slimstat-db.php:1187 ../admin/view/wp-slimstat-db.php:1193
197
- #: ../admin/view/wp-slimstat-reports.php:1174
198
- #: ../admin/view/wp-slimstat-reports.php:1178
199
- #: ../admin/view/wp-slimstat-reports.php:1381
200
  msgid "Hits"
201
  msgstr "Zugriffe"
202
 
@@ -246,7 +246,7 @@ msgstr ""
246
  "scht."
247
 
248
  #: ../admin/config/index.php:102 ../admin/view/wp-slimstat-db.php:102
249
- #: ../admin/view/wp-slimstat-db.php:691
250
  msgid "days"
251
  msgstr "Tage"
252
 
@@ -458,7 +458,7 @@ msgstr ""
458
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
459
  "wird hier 1.800 Sekunden vorgeschlagen."
460
 
461
- #: ../admin/config/index.php:126 ../admin/config/index.php:190
462
  msgid "seconds"
463
  msgstr "Sekunden"
464
 
@@ -759,7 +759,7 @@ msgid ""
759
  "content type matches the ones you set here below."
760
  msgstr ""
761
 
762
- #: ../admin/config/index.php:170 ../admin/config/index.php:207
763
  msgid "Reports"
764
  msgstr "Auswertungen"
765
 
@@ -857,94 +857,85 @@ msgid ""
857
  "and performance problems."
858
  msgstr ""
859
 
860
- #: ../admin/config/index.php:183
861
- msgid "Expand Details"
862
- msgstr "Details anzeigen"
863
-
864
- #: ../admin/config/index.php:183
865
- #, fuzzy
866
- msgid "Expand each row's details by default, insted of on mousehover."
867
- msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
868
-
869
- #: ../admin/config/index.php:184 ../admin/config/index.php:191
870
  #, fuzzy
871
  msgid "Rows to Display"
872
  msgstr "keine Daten vorhanden"
873
 
874
- #: ../admin/config/index.php:184
875
  msgid "Specify the number of items in each report."
876
  msgstr ""
877
 
878
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:127
879
  #, fuzzy
880
  msgid "Max Results"
881
  msgstr "Max. Anzahl Ergebnisse"
882
 
883
- #: ../admin/config/index.php:185
884
  msgid ""
885
  "Decide how many records should be retrieved from the database in total. "
886
  "Depending on your server configuration, you may want to fine tune this value "
887
  "to avoid exceeding your PHP memory limit."
888
  msgstr ""
889
 
890
- #: ../admin/config/index.php:186
891
  msgid "IP Lookup"
892
  msgstr "IP Suche"
893
 
894
- #: ../admin/config/index.php:186
895
  msgid ""
896
  "Customize the Geolocation service to be used in the reports. Default: "
897
  "<code>https://www.infosniper.net/?ip_address=</code>"
898
  msgstr ""
899
 
900
- #: ../admin/config/index.php:187
901
  msgid "Comparison Chart"
902
  msgstr ""
903
 
904
- #: ../admin/config/index.php:187
905
  msgid ""
906
  "Disable this option if you find the four line charts confusing, and prefer "
907
  "seeing only the selected time range."
908
  msgstr ""
909
 
910
- #: ../admin/config/index.php:189
911
  msgid "Access Log and World Map"
912
  msgstr ""
913
 
914
- #: ../admin/config/index.php:190
915
  msgid "Auto Refresh"
916
  msgstr ""
917
 
918
- #: ../admin/config/index.php:190
919
  msgid ""
920
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
921
  "<strong>0</strong> (number zero) to deactivate this feature."
922
  msgstr ""
923
 
924
- #: ../admin/config/index.php:191
925
  msgid "Specify the number of items in the Access Log."
926
  msgstr ""
927
 
928
- #: ../admin/config/index.php:192
929
  msgid "Map Data Points"
930
  msgstr ""
931
 
932
- #: ../admin/config/index.php:192
933
  msgid ""
934
  "Customize the maximum number of dots displayed on the world map. Please note "
935
  "that large numbers might increase the amount of time needed to render the "
936
  "map."
937
  msgstr ""
938
 
939
- #: ../admin/config/index.php:194
940
  msgid "Miscellaneous"
941
  msgstr "Diverse"
942
 
943
- #: ../admin/config/index.php:195
944
  msgid "Custom CSS"
945
  msgstr "Benutzerdefinierte CSS"
946
 
947
- #: ../admin/config/index.php:195
948
  msgid ""
949
  "Paste here your custom stylesheet to personalize the way your reports look. "
950
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -953,12 +944,12 @@ msgid ""
953
  "a> for more information on how to use this setting."
954
  msgstr ""
955
 
956
- #: ../admin/config/index.php:196
957
  #, fuzzy
958
  msgid "Chart Colors"
959
  msgstr "Diagramm-Einstellungen"
960
 
961
- #: ../admin/config/index.php:196
962
  msgid ""
963
  "Customize the look and feel of your charts by assigning personalized colors "
964
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
@@ -966,11 +957,11 @@ msgid ""
966
  "example: <code>#ccc, #999, #bbcc44, #21759b</code>."
967
  msgstr ""
968
 
969
- #: ../admin/config/index.php:197
970
  msgid "Mozscape Access ID"
971
  msgstr ""
972
 
973
- #: ../admin/config/index.php:197
974
  msgid ""
975
  "Get accurate rankings for your website through the free <a href=\"https://"
976
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
@@ -978,22 +969,22 @@ msgid ""
978
  "started. Then enter your personal identification code here."
979
  msgstr ""
980
 
981
- #: ../admin/config/index.php:198
982
  msgid "Mozscape Secret Key"
983
  msgstr ""
984
 
985
- #: ../admin/config/index.php:198
986
  msgid ""
987
  "Do not share your secret key with anyone or they will be able to make API "
988
  "requests on your account!"
989
  msgstr ""
990
 
991
- #: ../admin/config/index.php:199
992
  #, fuzzy
993
  msgid "Show User Agent"
994
  msgstr "Top Browser"
995
 
996
- #: ../admin/config/index.php:199
997
  #, fuzzy
998
  msgid ""
999
  "Choose if you want to see the browser name or a complete user agent string "
@@ -1002,26 +993,26 @@ msgstr ""
1002
  "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
1003
  "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
1004
 
1005
- #: ../admin/config/index.php:200
1006
  msgid "Enable SOV"
1007
  msgstr "SOV aktivieren"
1008
 
1009
- #: ../admin/config/index.php:200
1010
  msgid ""
1011
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
1012
  "the subject, object, and verb of a sentence appear in that order, like in "
1013
  "Japanese."
1014
  msgstr ""
1015
 
1016
- #: ../admin/config/index.php:205
1017
  msgid "Access Control"
1018
  msgstr ""
1019
 
1020
- #: ../admin/config/index.php:208
1021
  msgid "Restrict Authors"
1022
  msgstr "Autoren einschränken"
1023
 
1024
- #: ../admin/config/index.php:208
1025
  #, fuzzy
1026
  msgid ""
1027
  "Enable this option if you want your authors to only see stats related to "
@@ -1030,21 +1021,21 @@ msgstr ""
1030
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
1031
  "eigenen Inhalt ansehen können."
1032
 
1033
- #: ../admin/config/index.php:209 ../admin/config/index.php:213
1034
- #: ../admin/config/index.php:217
1035
  #, fuzzy
1036
  msgid "Capability"
1037
  msgstr "Benutzer nach Browserf&auml;higkeiten"
1038
 
1039
- #: ../admin/config/index.php:209
1040
  #, fuzzy
1041
  msgid ""
1042
- "Specify the minimum <a href='https://codex.wordpress.org/"
1043
- "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
1044
- "reports (default: <code>activate_plugins</code>). If this field is empty, "
1045
- "<strong>all your users</strong> (including subscribers) will have access to "
1046
- "the reports, unless a 'Read access' whitelist has been specified here below. "
1047
- "In this case, the list has precedence over the capability."
1048
  msgstr ""
1049
  "Definieren Sie die Mindest-<a href='http://codex.wordpress.org/"
1050
  "Roles_and_Capabilities' target='_new'>CAPABILITIES</a>, die zur Anzeige der "
@@ -1053,12 +1044,12 @@ msgstr ""
1053
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1054
  "welche Vorrang über die CAPABILITY hat."
1055
 
1056
- #: ../admin/config/index.php:210 ../admin/config/index.php:214
1057
- #: ../admin/config/index.php:218
1058
  msgid "Whitelist"
1059
  msgstr "Whitelist"
1060
 
1061
- #: ../admin/config/index.php:210
1062
  #, fuzzy
1063
  msgid ""
1064
  "List all the users who should have access to the reports. Administrators are "
@@ -1070,18 +1061,18 @@ msgstr ""
1070
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
1071
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
1072
 
1073
- #: ../admin/config/index.php:212
1074
  #, fuzzy
1075
  msgid "Customizer"
1076
  msgstr "Benutzerdefinierte CSS"
1077
 
1078
- #: ../admin/config/index.php:213
1079
  #, fuzzy
1080
  msgid ""
1081
- "Specify the minimum <a href='https://codex.wordpress.org/"
1082
- "Roles_and_Capabilities' target='_new'>capability</a> needed to be able to "
1083
- "customize the reports layout (default: <code>activate_plugins</code>). If "
1084
- "this field is empty, your users will be permitted to use this features."
1085
  msgstr ""
1086
  "Definieren Sie die Mindest-<a href='http://codex.wordpress.org/"
1087
  "Roles_and_Capabilities' target='_new'>CAPABILITIES</a>, die zur Anzeige der "
@@ -1090,7 +1081,7 @@ msgstr ""
1090
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1091
  "welche Vorrang über die CAPABILITY hat."
1092
 
1093
- #: ../admin/config/index.php:214
1094
  #, fuzzy
1095
  msgid ""
1096
  "List all the users who should be allowed to customize their report layout. "
@@ -1102,19 +1093,19 @@ msgstr ""
1102
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
1103
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
1104
 
1105
- #: ../admin/config/index.php:216 ../admin/config/index.php:244
1106
- #: ../admin/wp-slimstat-admin.php:643 ../admin/wp-slimstat-admin.php:689
1107
- #: ../admin/wp-slimstat-admin.php:692
1108
  msgid "Settings"
1109
  msgstr "Einstellungen"
1110
 
1111
- #: ../admin/config/index.php:217
1112
  #, fuzzy
1113
  msgid ""
1114
- "Specify the minimum <a href='https://codex.wordpress.org/"
1115
- "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1116
- "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1117
- "can be used to override this option for specific users."
1118
  msgstr ""
1119
  "Definieren Sie die Mindest-<a href='http://codex.wordpress.org/"
1120
  "Roles_and_Capabilities' target='_new'>CAPABILITIES</a>, die zur Anzeige der "
@@ -1123,7 +1114,7 @@ msgstr ""
1123
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1124
  "welche Vorrang über die CAPABILITY hat."
1125
 
1126
- #: ../admin/config/index.php:218
1127
  #, fuzzy
1128
  msgid ""
1129
  "List all the users who can edit these options. Please be advised that admins "
@@ -1137,15 +1128,15 @@ msgstr ""
1137
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
1138
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
1139
 
1140
- #: ../admin/config/index.php:220
1141
  msgid "Rest API"
1142
  msgstr ""
1143
 
1144
- #: ../admin/config/index.php:221
1145
  msgid "Tokens"
1146
  msgstr ""
1147
 
1148
- #: ../admin/config/index.php:221
1149
  msgid ""
1150
  "In order to send requests to <a href='https://slimstat.freshdesk.com/support/"
1151
  "solutions/articles/12000033661-slimstat-rest-api' target='_blank'>the "
@@ -1158,16 +1149,16 @@ msgid ""
1158
  "tokens."
1159
  msgstr ""
1160
 
1161
- #: ../admin/config/index.php:226
1162
  msgid "Maintenance"
1163
  msgstr "Wartung"
1164
 
1165
- #: ../admin/config/index.php:231 ../admin/view/addons.php:35
1166
  #: ../admin/wp-slimstat-admin.php:62
1167
  msgid "Add-ons"
1168
  msgstr "Add-Ons"
1169
 
1170
- #: ../admin/config/index.php:245 ../admin/view/index.php:6
1171
  msgid ""
1172
  "<strong>AdBlock browser extension detected</strong> - If you see this "
1173
  "notice, it means that your browser is not loading our stylesheet and/or "
@@ -1484,7 +1475,8 @@ msgid ""
1484
  msgstr ""
1485
 
1486
  #: ../admin/config/maintenance.php:291
1487
- msgid "Your data file was last downloaded on"
 
1488
  msgstr ""
1489
 
1490
  #: ../admin/config/maintenance.php:299
@@ -1646,11 +1638,11 @@ msgstr "CSS Version"
1646
  msgid "Load"
1647
  msgstr ""
1648
 
1649
- #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:888
1650
  msgid "Today"
1651
  msgstr "heute"
1652
 
1653
- #: ../admin/view/index.php:62 ../admin/view/wp-slimstat-db.php:891
1654
  msgid "Yesterday"
1655
  msgstr "Gestern"
1656
 
@@ -1660,17 +1652,19 @@ msgstr "Letzte 7 Tage"
1660
 
1661
  #: ../admin/view/index.php:64
1662
  #, fuzzy
1663
- msgid "Last 30 Days"
1664
- msgstr "Letzte 30 Tage"
 
1665
 
1666
  #: ../admin/view/index.php:65
1667
- msgid "Last 90 Days"
1668
- msgstr "Letzte 90 Tage"
1669
 
1670
  #: ../admin/view/index.php:66
1671
  #, fuzzy
1672
- msgid "Last 365 Days"
1673
- msgstr "Letzte 30 Tage"
 
1674
 
1675
  #: ../admin/view/index.php:69
1676
  #, fuzzy
@@ -1760,7 +1754,7 @@ msgid ""
1760
  "corresponding report is currently hidden (Screen Options tab)."
1761
  msgstr ""
1762
 
1763
- #: ../admin/view/layout.php:69 ../admin/view/wp-slimstat-reports.php:1752
1764
  #, fuzzy
1765
  msgid "Reset All"
1766
  msgstr "Datenbanktabellen zurücksetzen"
@@ -1794,101 +1788,95 @@ msgstr "Mobiles Gerät"
1794
  msgid "Syndication Reader"
1795
  msgstr ""
1796
 
1797
- #: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1030
1798
- #: ../admin/view/wp-slimstat-reports.php:1238
1799
- #: ../admin/view/wp-slimstat-reports.php:1360
1800
- #: ../admin/view/wp-slimstat-reports.php:1405
1801
  msgid "No data to display"
1802
  msgstr "keine Daten vorhanden"
1803
 
1804
- #: ../admin/view/right-now.php:112
1805
  msgid "Date and Time"
1806
  msgstr "Datum und Uhrzeit"
1807
 
1808
- # Unknown
1809
- #: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-reports.php:1082
1810
- #: ../admin/view/wp-slimstat-reports.php:1608 ../wp-slimstat.php:1451
1811
- msgid "c-"
1812
- msgstr "Unknown"
1813
-
1814
- #: ../admin/view/right-now.php:181 ../admin/view/wp-slimstat-db.php:60
1815
- #: ../admin/wp-slimstat-admin.php:1148 ../admin/wp-slimstat-admin.php:1188
1816
  msgid "Originating IP"
1817
  msgstr "Ursprüngliche IP"
1818
 
1819
- #: ../admin/view/right-now.php:222 ../admin/view/wp-slimstat-reports.php:1189
1820
- #: ../admin/view/wp-slimstat-reports.php:1194
1821
- #: ../admin/view/wp-slimstat-reports.php:1199
1822
- #: ../admin/view/wp-slimstat-reports.php:1423
1823
  msgid "Open this URL in a new window"
1824
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
1825
 
1826
- #: ../admin/view/right-now.php:234
1827
  msgid "Local search results page"
1828
  msgstr "lokale Suchergebnisse"
1829
 
1830
- #: ../admin/view/right-now.php:243 ../admin/view/wp-slimstat-db.php:40
1831
  #: ../admin/view/wp-slimstat-reports.php:209
1832
  #: ../admin/view/wp-slimstat-reports.php:219
1833
- #: ../admin/wp-slimstat-admin.php:1151 ../admin/wp-slimstat-admin.php:1167
1834
  msgid "Search Terms"
1835
  msgstr "Suchbegriffe"
1836
 
1837
- #: ../admin/view/right-now.php:255
1838
  msgid "Server Latency and Page Speed in milliseconds"
1839
  msgstr ""
1840
 
1841
- #: ../admin/view/right-now.php:255
1842
  msgid "SL"
1843
  msgstr ""
1844
 
1845
- #: ../admin/view/right-now.php:255
1846
  msgid "PS"
1847
  msgstr ""
1848
 
1849
- #: ../admin/view/right-now.php:262
1850
  #, fuzzy
1851
  msgid "Time spent on this page"
1852
  msgstr "Seite in neuem Fenster &ouml;ffnen"
1853
 
1854
- #: ../admin/view/right-now.php:278
1855
  #, fuzzy
1856
  #| msgid "Unique Referrers"
1857
  msgid "Invalid Referrer"
1858
  msgstr "Eindeutige Herkunft"
1859
 
1860
- #: ../admin/view/right-now.php:279
1861
  msgid "Open this referrer in a new window"
1862
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
1863
 
1864
- #: ../admin/view/right-now.php:280
1865
  #, fuzzy
1866
  msgid "Content Type"
1867
  msgstr "Inhalt"
1868
 
1869
- #: ../admin/view/right-now.php:287
1870
  msgid "Open this outbound link in a new window"
1871
  msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
1872
 
1873
- #: ../admin/view/right-now.php:295
1874
  msgid "Delete this entry from the database"
1875
  msgstr ""
1876
 
1877
- #: ../admin/view/right-now.php:307
1878
  #, fuzzy
1879
  msgid "User Logged In"
1880
  msgstr "User Agent"
1881
 
1882
- #: ../admin/view/right-now.php:317
1883
  #, fuzzy
1884
  msgid "User Logged Out"
1885
  msgstr "User Agent"
1886
 
1887
- #: ../admin/view/wp-slimstat-db.php:37 ../admin/wp-slimstat-admin.php:1164
1888
  msgid "Browser"
1889
  msgstr "Browser"
1890
 
1891
- #: ../admin/view/wp-slimstat-db.php:38 ../admin/wp-slimstat-admin.php:1165
1892
  msgid "Country Code"
1893
  msgstr "L&auml;nder-Code"
1894
 
@@ -1896,22 +1884,22 @@ msgstr "L&auml;nder-Code"
1896
  msgid "IP Address"
1897
  msgstr "IP-Adresse"
1898
 
1899
- #: ../admin/view/wp-slimstat-db.php:41 ../admin/wp-slimstat-admin.php:1168
1900
  msgid "Language Code"
1901
  msgstr "Sprach-Kodierung"
1902
 
1903
  #: ../admin/view/wp-slimstat-db.php:42 ../admin/view/wp-slimstat-db.php:110
1904
- #: ../admin/wp-slimstat-admin.php:1169
1905
  msgid "Operating System"
1906
  msgstr "Betriebssystem"
1907
 
1908
  #: ../admin/view/wp-slimstat-db.php:43 ../admin/view/wp-slimstat-db.php:111
1909
- #: ../admin/wp-slimstat-admin.php:1170
1910
  msgid "Permalink"
1911
  msgstr "Permalink"
1912
 
1913
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:112
1914
- #: ../admin/wp-slimstat-admin.php:1171
1915
  msgid "Referer"
1916
  msgstr "Herkunft"
1917
 
@@ -1920,37 +1908,38 @@ msgstr "Herkunft"
1920
  msgid "Visitor's Username"
1921
  msgstr "Besuchername"
1922
 
1923
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:1154
 
 
 
 
 
 
1924
  msgid "Outbound Link"
1925
  msgstr "Ausgehender Link"
1926
 
1927
- #: ../admin/view/wp-slimstat-db.php:47
1928
  msgid "Page Speed"
1929
  msgstr ""
1930
 
1931
- #: ../admin/view/wp-slimstat-db.php:49
1932
  msgid "-- Advanced filters --"
1933
  msgstr "-- Erweiterte Filter --"
1934
 
1935
- #: ../admin/view/wp-slimstat-db.php:50
1936
- #: ../admin/view/wp-slimstat-reports.php:339
1937
- msgid "Browser Capabilities"
1938
- msgstr "Browser-F&auml;higkeiten"
1939
-
1940
- #: ../admin/view/wp-slimstat-db.php:51 ../admin/wp-slimstat-admin.php:1183
1941
  msgid "Browser Version"
1942
  msgstr "Browser-Version"
1943
 
1944
- #: ../admin/view/wp-slimstat-db.php:52 ../admin/wp-slimstat-admin.php:1184
1945
  msgid "Browser Type"
1946
  msgstr "Browser-Typ"
1947
 
1948
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1153
1949
  msgid "User Agent"
1950
  msgstr "User Agent"
1951
 
1952
  #: ../admin/view/wp-slimstat-db.php:55
1953
- #: ../admin/view/wp-slimstat-reports.php:1378
1954
  #, fuzzy
1955
  msgid "Coordinates"
1956
  msgstr "Tracking aktiv"
@@ -1965,15 +1954,15 @@ msgstr "Diagrammanmerkungen"
1965
  msgid "Server Latency"
1966
  msgstr "Latenz"
1967
 
1968
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1186
1969
  msgid "Post Author"
1970
  msgstr "Autor der Seiten"
1971
 
1972
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1187
1973
  msgid "Post Category ID"
1974
  msgstr "Kategorie-ID der Seite"
1975
 
1976
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1189
1977
  msgid "Resource Content Type"
1978
  msgstr "Inhalt der Ressource"
1979
 
@@ -1994,7 +1983,7 @@ msgstr "Bildschirm-Aufl&ouml;sung"
1994
  msgid "Viewport Size"
1995
  msgstr ""
1996
 
1997
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1191
1998
  msgid "Visit ID"
1999
  msgstr "Besuchs-ID"
2000
 
@@ -2054,7 +2043,7 @@ msgid "Event ID"
2054
  msgstr ""
2055
 
2056
  #: ../admin/view/wp-slimstat-db.php:123
2057
- #: ../admin/view/wp-slimstat-reports.php:1374
2058
  msgid "Type"
2059
  msgstr ""
2060
 
@@ -2072,64 +2061,64 @@ msgstr "Tracking aktiv"
2072
  msgid "Offset"
2073
  msgstr ""
2074
 
2075
- #: ../admin/view/wp-slimstat-db.php:674
2076
  #, fuzzy
2077
  msgid "Dataset Size"
2078
  msgstr "Datenbankgr&ouml;&szlig;e"
2079
 
2080
- #: ../admin/view/wp-slimstat-db.php:676
2081
  msgid "Total number of records stored in the database."
2082
  msgstr ""
2083
 
2084
- #: ../admin/view/wp-slimstat-db.php:678
2085
  msgid "DB Size"
2086
  msgstr "Datenbankgr&ouml;&szlig;e"
2087
 
2088
- #: ../admin/view/wp-slimstat-db.php:681
2089
  #, fuzzy
2090
  msgid "Tracking Enabled"
2091
  msgstr "Tracking aktiv"
2092
 
2093
- #: ../admin/view/wp-slimstat-db.php:684
2094
  msgid "Javascript Mode"
2095
  msgstr "Tracking per JavaScript"
2096
 
2097
- #: ../admin/view/wp-slimstat-db.php:687
2098
  msgid "Tracking Browser Caps"
2099
  msgstr ""
2100
 
2101
- #: ../admin/view/wp-slimstat-db.php:690
2102
  msgid "Auto purge"
2103
  msgstr "autom. Datenbank-Reorg."
2104
 
2105
- #: ../admin/view/wp-slimstat-db.php:691 ../admin/wp-slimstat-admin.php:1008
2106
  msgid "Off"
2107
  msgstr "Aus"
2108
 
2109
- #: ../admin/view/wp-slimstat-db.php:693
2110
  msgid "Oldest pageview"
2111
  msgstr "&Auml;ltester Seitenaufruf"
2112
 
2113
- #: ../admin/view/wp-slimstat-db.php:694
2114
  msgid "No visits"
2115
  msgstr "Keine Besuche"
2116
 
2117
- #: ../admin/view/wp-slimstat-db.php:696
2118
  #, fuzzy
2119
  msgid "Geolocation"
2120
  msgstr "Macromedia Director"
2121
 
2122
- #: ../admin/view/wp-slimstat-db.php:698
2123
  msgid "Date when the MaxMind Geolocation database was last updated."
2124
  msgstr ""
2125
 
2126
- #: ../admin/view/wp-slimstat-db.php:866 ../admin/view/wp-slimstat-db.php:1114
2127
  #: ../admin/view/wp-slimstat-reports.php:45
2128
  #: ../admin/view/wp-slimstat-reports.php:54
2129
  msgid "Pageviews"
2130
  msgstr "Seitenaufrufe"
2131
 
2132
- #: ../admin/view/wp-slimstat-db.php:868 ../admin/view/wp-slimstat-db.php:1116
2133
  #, fuzzy
2134
  msgid ""
2135
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -2139,17 +2128,17 @@ msgstr ""
2139
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
2140
  "wird."
2141
 
2142
- #: ../admin/view/wp-slimstat-db.php:870
2143
  #, fuzzy
2144
  msgid "Days in Range"
2145
  msgstr "Datum und Uhrzeit"
2146
 
2147
- #: ../admin/view/wp-slimstat-db.php:873
2148
  #, fuzzy
2149
  msgid "Average Daily Pageviews"
2150
  msgstr "Durchschnittl. Seitenaufrufe"
2151
 
2152
- #: ../admin/view/wp-slimstat-db.php:875
2153
  #, fuzzy
2154
  msgid ""
2155
  "How many pages have been visited on average every day during the current "
@@ -2158,11 +2147,11 @@ msgstr ""
2158
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
2159
  "besucht?"
2160
 
2161
- #: ../admin/view/wp-slimstat-db.php:877
2162
  msgid "From Search Results"
2163
  msgstr "Von Suchergebnissen"
2164
 
2165
- #: ../admin/view/wp-slimstat-db.php:879
2166
  msgid ""
2167
  "Visitors who landed on your site after searching for a keyword on Google, "
2168
  "Yahoo, etc."
@@ -2170,14 +2159,14 @@ msgstr ""
2170
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
2171
  "Suchmaschine auf die Website kamen."
2172
 
2173
- #: ../admin/view/wp-slimstat-db.php:881 ../admin/view/wp-slimstat-db.php:1227
2174
  #: ../admin/view/wp-slimstat-reports.php:55
2175
  #: ../admin/view/wp-slimstat-reports.php:252
2176
  #: ../admin/view/wp-slimstat-reports.php:493
2177
  msgid "Unique IPs"
2178
  msgstr "Eindeutige IPs"
2179
 
2180
- #: ../admin/view/wp-slimstat-db.php:883
2181
  msgid ""
2182
  "Used to differentiate between multiple requests to download a file from one "
2183
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2185,15 +2174,15 @@ msgstr ""
2185
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
2186
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
2187
 
2188
- #: ../admin/view/wp-slimstat-db.php:885
2189
  msgid "Last 30 minutes"
2190
  msgstr "Letzte 30 Minuten"
2191
 
2192
- #: ../admin/view/wp-slimstat-db.php:1118
2193
  msgid "Unique Referrers"
2194
  msgstr "Eindeutige Herkunft"
2195
 
2196
- #: ../admin/view/wp-slimstat-db.php:1120
2197
  msgid ""
2198
  "A referrer (or referring site) is the site that a visitor previously visited "
2199
  "before following a link to your site."
@@ -2201,11 +2190,11 @@ msgstr ""
2201
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
2202
  "dem Besuch der eigenen Website besucht hat."
2203
 
2204
- #: ../admin/view/wp-slimstat-db.php:1122
2205
  msgid "Direct Pageviews"
2206
  msgstr "Direkte Seitenaufrufe"
2207
 
2208
- #: ../admin/view/wp-slimstat-db.php:1124
2209
  msgid ""
2210
  "Visitors who visited the site by typing the URL directly into their browser. "
2211
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2216,22 +2205,22 @@ msgstr ""
2216
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
2217
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
2218
 
2219
- #: ../admin/view/wp-slimstat-db.php:1126
2220
  msgid "From a search result"
2221
  msgstr "Von einem Suchresultat"
2222
 
2223
- #: ../admin/view/wp-slimstat-db.php:1128
2224
  msgid ""
2225
  "Visitors who came to your site via searches on Google or some other search "
2226
  "engine."
2227
  msgstr ""
2228
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
2229
 
2230
- #: ../admin/view/wp-slimstat-db.php:1130
2231
  msgid "Unique Landing Pages"
2232
  msgstr "Eindeutige Einstiegsseiten"
2233
 
2234
- #: ../admin/view/wp-slimstat-db.php:1132
2235
  msgid ""
2236
  "The first page that a user views during a session. This is also known as the "
2237
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2241,22 +2230,22 @@ msgstr ""
2241
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
2242
  "s.g. Einstiegs- oder Landeseite."
2243
 
2244
- #: ../admin/view/wp-slimstat-db.php:1134
2245
  msgid "Bounce Pages"
2246
  msgstr "Absprungrate"
2247
 
2248
- #: ../admin/view/wp-slimstat-db.php:1136
2249
  #, fuzzy
2250
  msgid "Number of single page visits to your site over the selected period."
2251
  msgstr ""
2252
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
2253
 
2254
- #: ../admin/view/wp-slimstat-db.php:1138
2255
  #, fuzzy
2256
  msgid "New Visitors Rate"
2257
  msgstr "Neue Besucher"
2258
 
2259
- #: ../admin/view/wp-slimstat-db.php:1140
2260
  #, fuzzy
2261
  msgid ""
2262
  "Percentage of single page visits, i.e. visits in which the person left your "
@@ -2265,11 +2254,11 @@ msgstr ""
2265
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2266
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2267
 
2268
- #: ../admin/view/wp-slimstat-db.php:1142
2269
  msgid "Currently from search engines"
2270
  msgstr "Aktuell von Suchmaschinen"
2271
 
2272
- #: ../admin/view/wp-slimstat-db.php:1144
2273
  msgid ""
2274
  "Visitors who visited the site in the last 5 minutes coming from a search "
2275
  "engine."
@@ -2277,147 +2266,154 @@ msgstr ""
2277
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
2278
  "gekommen sind."
2279
 
2280
- #: ../admin/view/wp-slimstat-db.php:1155
2281
  msgid "0 - 30 seconds"
2282
  msgstr "0-30 Sekunden"
2283
 
2284
- #: ../admin/view/wp-slimstat-db.php:1161
2285
  msgid "31 - 60 seconds"
2286
  msgstr "31-60 Sekunden"
2287
 
2288
- #: ../admin/view/wp-slimstat-db.php:1167
2289
  msgid "1 - 3 minutes"
2290
  msgstr "1-3 Minuten"
2291
 
2292
- #: ../admin/view/wp-slimstat-db.php:1173
2293
  msgid "3 - 5 minutes"
2294
  msgstr "3-5 Minuten"
2295
 
2296
- #: ../admin/view/wp-slimstat-db.php:1179
2297
  msgid "5 - 7 minutes"
2298
  msgstr "5-7 Minuten"
2299
 
2300
- #: ../admin/view/wp-slimstat-db.php:1185
2301
  msgid "7 - 10 minutes"
2302
  msgstr "7-10 Minuten"
2303
 
2304
- #: ../admin/view/wp-slimstat-db.php:1191
2305
  msgid "More than 10 minutes"
2306
  msgstr "Mehr als 10 Minuten"
2307
 
2308
- #: ../admin/view/wp-slimstat-db.php:1203
2309
  #, fuzzy
2310
  msgid "Average visit duration"
2311
  msgstr "Besuchsdauer"
2312
 
2313
- #: ../admin/view/wp-slimstat-db.php:1223
2314
- #: ../admin/view/wp-slimstat-reports.php:251
2315
- msgid "Visits"
2316
- msgstr "Besuche"
 
2317
 
2318
- #: ../admin/view/wp-slimstat-db.php:1225
 
 
 
 
2319
  msgid ""
2320
- "A visit is a session of at most 30 minutes. Returning visitors are counted "
2321
- "multiple times if they perform multiple visits."
2322
  msgstr ""
2323
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
2324
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
2325
 
2326
- #: ../admin/view/wp-slimstat-db.php:1229
2327
  msgid "It includes only traffic generated by human visitors."
2328
  msgstr ""
2329
 
2330
- #: ../admin/view/wp-slimstat-db.php:1231
2331
  msgid "Bounce rate"
2332
  msgstr "Absprungrate"
2333
 
2334
- #: ../admin/view/wp-slimstat-db.php:1233
2335
  msgid ""
2336
- "Percentage of single-page visits, i.e. visits in which the person left your "
2337
- "site from the entrance page."
 
 
2338
  msgstr ""
2339
- "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2340
- "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2341
 
2342
- #: ../admin/view/wp-slimstat-db.php:1235
2343
  msgid "Known visitors"
2344
  msgstr "Bekannte Besucher"
2345
 
2346
- #: ../admin/view/wp-slimstat-db.php:1237
2347
- msgid "Visitors who had previously left a comment on your blog."
 
 
2348
  msgstr ""
2349
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
2350
 
2351
- #: ../admin/view/wp-slimstat-db.php:1239
2352
- msgid "New visitors"
2353
- msgstr "Neue Besucher"
2354
 
2355
- #: ../admin/view/wp-slimstat-db.php:1241
2356
- msgid "Human users who visited your site only once."
2357
- msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
2358
 
2359
- #: ../admin/view/wp-slimstat-db.php:1243
2360
  msgid "Bots"
2361
  msgstr "Bots"
2362
 
2363
- #: ../admin/view/wp-slimstat-db.php:1246
2364
  #, fuzzy
2365
  msgid "Pageviews per visit"
2366
  msgstr "Seiten pro Besuch"
2367
 
2368
- #: ../admin/view/wp-slimstat-db.php:1249
2369
  msgid "Longest visit"
2370
  msgstr "L&auml;ngster Besuch"
2371
 
2372
- #: ../admin/view/wp-slimstat-db.php:1250
2373
  msgid "hits"
2374
  msgstr "Zugriff"
2375
 
2376
- #: ../admin/view/wp-slimstat-db.php:1259
2377
  #, fuzzy
2378
  msgid "Content Items"
2379
  msgstr "Inhalt"
2380
 
2381
- #: ../admin/view/wp-slimstat-db.php:1261
2382
  msgid ""
2383
  "This value includes not only posts, but also custom post types, regardless "
2384
  "of their status"
2385
  msgstr ""
2386
 
2387
- #: ../admin/view/wp-slimstat-db.php:1263
2388
  #, fuzzy
2389
  msgid "Posts"
2390
  msgstr "Top-Artikel"
2391
 
2392
- #: ../admin/view/wp-slimstat-db.php:1266
2393
  #, fuzzy
2394
  msgid "Pages"
2395
  msgstr "Top-Seiten"
2396
 
2397
- #: ../admin/view/wp-slimstat-db.php:1269
2398
  msgid "Attachments"
2399
  msgstr ""
2400
 
2401
- #: ../admin/view/wp-slimstat-db.php:1272
2402
  #, fuzzy
2403
  msgid "Revisions"
2404
  msgstr "Berechtigungen"
2405
 
2406
- #: ../admin/view/wp-slimstat-db.php:1275
2407
  #, fuzzy
2408
  msgid "Comments"
2409
  msgstr "Gesamte Kommentare"
2410
 
2411
- #: ../admin/view/wp-slimstat-db.php:1278
2412
  #, fuzzy
2413
  msgid "Avg Comments per Post"
2414
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
2415
 
2416
- #: ../admin/view/wp-slimstat-db.php:1281
2417
  msgid "Avg Server Latency"
2418
  msgstr ""
2419
 
2420
- #: ../admin/view/wp-slimstat-db.php:1283
2421
  msgid ""
2422
  "Latency is the amount of time it takes for the host server to receive and "
2423
  "process a request for a page object. The amount of latency depends largely "
@@ -2451,7 +2447,7 @@ msgstr "Farbcode"
2451
  msgid "From search result page"
2452
  msgstr "Von einer Suchergebnisseite"
2453
 
2454
- #: ../admin/view/wp-slimstat-reports.php:41 ../admin/wp-slimstat-admin.php:1146
2455
  msgid "Known Visitor"
2456
  msgstr "Bekannte Besucher"
2457
 
@@ -2578,6 +2574,10 @@ msgstr "Verweisende Webseiten"
2578
  msgid "Human Visits"
2579
  msgstr "Echte Besuche"
2580
 
 
 
 
 
2581
  #: ../admin/view/wp-slimstat-reports.php:260
2582
  #, fuzzy
2583
  msgid "Audience Overview"
@@ -2629,6 +2629,10 @@ msgstr "Top-Bildschirmaufl&ouml;sungen"
2629
  msgid "Top Viewport Sizes"
2630
  msgstr "Top-Kategorien"
2631
 
 
 
 
 
2632
  #: ../admin/view/wp-slimstat-reports.php:348
2633
  msgid "Visit Duration"
2634
  msgstr "Besuchsdauer"
@@ -2893,3501 +2897,5022 @@ msgstr "Ergbnisse filtern wo %s ist gleich %s"
2893
  msgid "Refresh in"
2894
  msgstr "Anzeige aktualisieren in"
2895
 
2896
- #: ../admin/view/wp-slimstat-reports.php:1076
2897
  msgid "Category ID"
2898
  msgstr "Kategorie-ID"
2899
 
2900
- #: ../admin/view/wp-slimstat-reports.php:1081
2901
- #: ../admin/view/wp-slimstat-reports.php:1095
2902
- #: ../admin/view/wp-slimstat-reports.php:1100
2903
  #, fuzzy
2904
  msgid "Code"
2905
  msgstr "OS-Code"
2906
 
2907
- #: ../admin/view/wp-slimstat-reports.php:1096
2908
- #: ../languages/dynamic_strings.php:341 ../wp-slimstat.php:1474
2909
- msgid "l-"
2910
- msgstr "l-"
2911
-
2912
- #: ../admin/view/wp-slimstat-reports.php:1113
2913
  msgid "URL"
2914
  msgstr ""
2915
 
2916
- #: ../admin/view/wp-slimstat-reports.php:1132
2917
  msgid "Referrer"
2918
  msgstr "Verweis"
2919
 
2920
- #: ../admin/view/wp-slimstat-reports.php:1307
2921
- #: ../admin/view/wp-slimstat-reports.php:1315
2922
  msgid "(previous)"
2923
  msgstr ""
2924
 
2925
- #: ../admin/view/wp-slimstat-reports.php:1378
2926
  #, fuzzy
2927
  msgid "Date"
2928
  msgstr "Datum/Zeit"
2929
 
2930
- #: ../admin/view/wp-slimstat-reports.php:1430
2931
  msgid "Filter by element in a group"
2932
  msgstr ""
2933
 
2934
- #: ../admin/view/wp-slimstat-reports.php:1455
2935
- #, fuzzy
2936
- msgid "Backlinks"
2937
- msgstr "Blacklist"
2938
-
2939
- #: ../admin/view/wp-slimstat-reports.php:1456
2940
- msgid "Number of external equity links to your website."
2941
- msgstr ""
2942
-
2943
- #: ../admin/view/wp-slimstat-reports.php:1460
2944
- msgid "MozRank"
2945
  msgstr ""
2946
 
2947
- #: ../admin/view/wp-slimstat-reports.php:1461
2948
  msgid ""
2949
- "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2950
- "link popularity score. It reflects the importance of any given web page on "
2951
- "the Internet."
2952
  msgstr ""
2953
 
2954
- #: ../admin/view/wp-slimstat-reports.php:1465
2955
  #, fuzzy
2956
- msgid "Equity Links"
2957
- msgstr "Ausgehender Link"
2958
-
2959
- #: ../admin/view/wp-slimstat-reports.php:1466
2960
- msgid ""
2961
- "Number of authority-passing links (including followed links and redirects, "
2962
- "internal or external) to your website. Set the permalink filter here above "
2963
- "to get the corresponding metrics in this report."
2964
- msgstr ""
2965
 
2966
- #: ../admin/view/wp-slimstat-reports.php:1470
2967
- msgid "Facebook Shares"
2968
  msgstr ""
2969
 
2970
- #: ../admin/view/wp-slimstat-reports.php:1475
2971
- msgid "Facebook Clicks"
2972
- msgstr "Clicks bei Facebook"
 
2973
 
2974
- #: ../admin/view/wp-slimstat-reports.php:1476
2975
- msgid "How many times links to your website have been clicked on Facebook."
 
2976
  msgstr ""
2977
 
2978
- #: ../admin/view/wp-slimstat-reports.php:1480
2979
  msgid "Alexa World Rank"
2980
  msgstr ""
2981
 
2982
- #: ../admin/view/wp-slimstat-reports.php:1481
2983
  msgid ""
2984
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2985
  "traffic data."
2986
  msgstr ""
2987
 
2988
- #: ../admin/view/wp-slimstat-reports.php:1485
2989
  msgid "Alexa Country Rank"
2990
  msgstr ""
2991
 
2992
- #: ../admin/view/wp-slimstat-reports.php:1490
2993
  msgid "Alexa Popularity"
2994
  msgstr ""
2995
 
2996
- #: ../admin/view/wp-slimstat-reports.php:1549
2997
  msgid "Alexa Delta"
2998
  msgstr ""
2999
 
3000
- # Unknown
3001
- #: ../admin/view/wp-slimstat-reports.php:1597
3002
- msgid "c-xx"
3003
- msgstr "Unbekannt"
3004
-
3005
- # Afghanistan
3006
- #: ../admin/view/wp-slimstat-reports.php:1597
3007
- msgid "c-af"
3008
- msgstr "Afghanistan"
3009
-
3010
- # Åland Islands
3011
- #: ../admin/view/wp-slimstat-reports.php:1597
3012
- msgid "c-ax"
3013
- msgstr "&Aring;landinseln"
3014
-
3015
- # Albania
3016
- #: ../admin/view/wp-slimstat-reports.php:1597
3017
- msgid "c-al"
3018
- msgstr "Albanien"
3019
-
3020
- # Algeria
3021
- #: ../admin/view/wp-slimstat-reports.php:1597
3022
- msgid "c-dz"
3023
- msgstr "Algerien"
3024
 
3025
- # Andorra
3026
- #: ../admin/view/wp-slimstat-reports.php:1597
3027
- msgid "c-ad"
3028
- msgstr "Andorra"
3029
 
3030
- # Angola
3031
- #: ../admin/view/wp-slimstat-reports.php:1597
3032
- msgid "c-ao"
3033
- msgstr "Angola"
3034
 
3035
- # Anguilla
3036
- #: ../admin/view/wp-slimstat-reports.php:1597
3037
- msgid "c-ai"
3038
- msgstr "Anguilla"
3039
 
3040
- # Antigua and Barbuda
3041
- #: ../admin/view/wp-slimstat-reports.php:1597
3042
- msgid "c-ag"
3043
- msgstr "Antigua und Barbuda"
3044
 
3045
- # Argentina
3046
- #: ../admin/view/wp-slimstat-reports.php:1597
3047
- msgid "c-ar"
3048
- msgstr "Argentinien"
3049
 
3050
- # Armenia
3051
- #: ../admin/view/wp-slimstat-reports.php:1597
3052
- msgid "c-am"
3053
- msgstr "Armenien"
3054
 
3055
- # Aruba
3056
- #: ../admin/view/wp-slimstat-reports.php:1597
3057
- msgid "c-aw"
3058
- msgstr "Aruba"
3059
 
3060
- # Australia
3061
- #: ../admin/view/wp-slimstat-reports.php:1597
3062
- msgid "c-au"
3063
- msgstr "Australien"
3064
 
3065
- # Austria
3066
- #: ../admin/view/wp-slimstat-reports.php:1597
3067
- msgid "c-at"
3068
- msgstr "&Ouml;sterreich"
3069
 
3070
- # Azerbaijan
3071
- #: ../admin/view/wp-slimstat-reports.php:1597
3072
- msgid "c-az"
3073
- msgstr "Aserbaidschan"
3074
 
3075
- # Bahamas
3076
- #: ../admin/view/wp-slimstat-reports.php:1597
3077
- msgid "c-bs"
3078
- msgstr "Bahamas"
3079
 
3080
- # Bahrain
3081
- #: ../admin/view/wp-slimstat-reports.php:1597
3082
- msgid "c-bh"
3083
- msgstr "Bahrain"
 
3084
 
3085
- # Bangladesh
3086
- #: ../admin/view/wp-slimstat-reports.php:1597
3087
- msgid "c-bd"
3088
- msgstr "Bangladesch"
3089
 
3090
- # Barbados
3091
- #: ../admin/view/wp-slimstat-reports.php:1597
3092
- msgid "c-bb"
3093
- msgstr "Barbados"
3094
 
3095
- # Belarus
3096
- #: ../admin/view/wp-slimstat-reports.php:1597
3097
- msgid "c-by"
3098
- msgstr "Wei&szlig;russland"
 
3099
 
3100
- # Belgium
3101
- #: ../admin/view/wp-slimstat-reports.php:1597
3102
- msgid "c-be"
3103
- msgstr "Belgien"
3104
 
3105
- # Belize
3106
- #: ../admin/view/wp-slimstat-reports.php:1597
3107
- msgid "c-bz"
3108
- msgstr "Belize"
3109
 
3110
- # Benin
3111
- #: ../admin/view/wp-slimstat-reports.php:1597
3112
- msgid "c-bj"
3113
- msgstr "Benin"
3114
 
3115
- # Bermuda
3116
- #: ../admin/view/wp-slimstat-reports.php:1597
3117
- msgid "c-bm"
3118
- msgstr "Bermuda"
3119
 
3120
- # Bhutan
3121
- #: ../admin/view/wp-slimstat-reports.php:1597
3122
- msgid "c-bt"
3123
- msgstr "Bhutan"
3124
 
3125
- # Bolivia
3126
- #: ../admin/view/wp-slimstat-reports.php:1597
3127
- msgid "c-bo"
3128
- msgstr "Bolivien"
3129
 
3130
- # Bosnia and Herzegovina
3131
- #: ../admin/view/wp-slimstat-reports.php:1597
3132
- msgid "c-ba"
3133
- msgstr "Bosnien Herzegowina"
3134
 
3135
- # Botswana
3136
- #: ../admin/view/wp-slimstat-reports.php:1597
3137
- msgid "c-bw"
3138
- msgstr "Botswana"
3139
 
3140
- # Brazil
3141
- #: ../admin/view/wp-slimstat-reports.php:1597
3142
- msgid "c-br"
3143
- msgstr "Brasilien"
3144
 
3145
- # Brunei Darussalam
3146
- #: ../admin/view/wp-slimstat-reports.php:1597
3147
- msgid "c-bn"
3148
- msgstr "Brunei Darussalam"
3149
 
3150
- # Bulgaria
3151
- #: ../admin/view/wp-slimstat-reports.php:1597
3152
- msgid "c-bg"
3153
- msgstr "Bulgarien"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3154
 
3155
- # Burkina Faso
3156
- #: ../admin/view/wp-slimstat-reports.php:1597
3157
- msgid "c-bf"
3158
- msgstr "Burkina Faso"
 
3159
 
3160
- # Burundi
3161
- #: ../admin/view/wp-slimstat-reports.php:1597
3162
- msgid "c-bi"
3163
- msgstr "Burundi"
3164
 
3165
- # Cambodia
3166
- #: ../admin/view/wp-slimstat-reports.php:1597
3167
- msgid "c-kh"
3168
- msgstr "Kambodscha"
 
3169
 
3170
- # Cameroon
3171
- #: ../admin/view/wp-slimstat-reports.php:1597
3172
- msgid "c-cm"
3173
- msgstr "Kamerun"
3174
 
3175
- # Canada
3176
- #: ../admin/view/wp-slimstat-reports.php:1597
3177
- msgid "c-ca"
3178
- msgstr "Kanada"
3179
 
3180
- # Cape Verde
3181
- #: ../admin/view/wp-slimstat-reports.php:1597
3182
- msgid "c-cv"
3183
- msgstr "Kap Verde"
3184
 
3185
- # Cayman Islands
3186
- #: ../admin/view/wp-slimstat-reports.php:1597
3187
- msgid "c-ky"
3188
- msgstr "Kaimaninseln"
 
3189
 
3190
- # Central African Republic
3191
- #: ../admin/view/wp-slimstat-reports.php:1597
3192
- msgid "c-cf"
3193
- msgstr "Zentralafrika"
 
3194
 
3195
- # Chad
3196
- #: ../admin/view/wp-slimstat-reports.php:1597
3197
- msgid "c-td"
3198
- msgstr "Tschad"
 
3199
 
3200
- # Chile
3201
- #: ../admin/view/wp-slimstat-reports.php:1597
3202
- msgid "c-cl"
3203
- msgstr "Chile"
3204
 
3205
- # China
3206
- #: ../admin/view/wp-slimstat-reports.php:1597
3207
- msgid "c-cn"
3208
- msgstr "China"
3209
 
3210
- # Colombia
3211
- #: ../admin/view/wp-slimstat-reports.php:1597
3212
- msgid "c-co"
3213
- msgstr "Kolumbien"
3214
 
3215
- # Comoros
3216
- #: ../admin/view/wp-slimstat-reports.php:1597
3217
- msgid "c-km"
3218
- msgstr "Komoren"
3219
 
3220
- # Congo
3221
- #: ../admin/view/wp-slimstat-reports.php:1597
3222
- msgid "c-cg"
3223
- msgstr "Republik Kongo"
3224
 
3225
- # The Democratic Republic of the Congo
3226
- #: ../admin/view/wp-slimstat-reports.php:1597
3227
- msgid "c-cd"
3228
- msgstr "Demokratische Republik Kongo"
3229
 
3230
- # Costa Rica
3231
- #: ../admin/view/wp-slimstat-reports.php:1597
3232
- msgid "c-cr"
3233
- msgstr "Costa Rica"
3234
 
3235
- # Côte d'Ivoire
3236
- #: ../admin/view/wp-slimstat-reports.php:1597
3237
- msgid "c-ci"
3238
- msgstr "Elfenbeink&uuml;ste"
3239
 
3240
- # Croatia
3241
- #: ../admin/view/wp-slimstat-reports.php:1597
3242
- msgid "c-hr"
3243
- msgstr "Kroatien"
3244
 
3245
- # Cuba
3246
- #: ../admin/view/wp-slimstat-reports.php:1597
3247
- msgid "c-cu"
3248
- msgstr "Kuba"
3249
 
3250
- # Cyprus
3251
- #: ../admin/view/wp-slimstat-reports.php:1597
3252
- msgid "c-cy"
3253
- msgstr "Zypern"
3254
 
3255
- # Czech Republic
3256
- #: ../admin/view/wp-slimstat-reports.php:1597
3257
- msgid "c-cz"
3258
- msgstr "Tschechische Republik"
3259
 
3260
- # Denmark
3261
- #: ../admin/view/wp-slimstat-reports.php:1597
3262
- msgid "c-dk"
3263
- msgstr "D&auml;nemark"
 
3264
 
3265
- # Djibouti
3266
- #: ../admin/view/wp-slimstat-reports.php:1597
3267
- msgid "c-dj"
3268
- msgstr "Dschibuti"
3269
 
3270
- # Dominica
3271
- #: ../admin/view/wp-slimstat-reports.php:1597
3272
- msgid "c-dm"
3273
- msgstr "Dominica"
3274
 
3275
- # Dominican Republic
3276
- #: ../admin/view/wp-slimstat-reports.php:1597
3277
- msgid "c-do"
3278
- msgstr "Dominikanische Republik"
3279
 
3280
- # Ecuador
3281
- #: ../admin/view/wp-slimstat-reports.php:1597
3282
- msgid "c-ec"
3283
- msgstr "Ecuador"
3284
 
3285
- # Egypt
3286
- #: ../admin/view/wp-slimstat-reports.php:1597
3287
- msgid "c-eg"
3288
- msgstr "&Auml;gypten"
3289
 
3290
- # El Salvador
3291
- #: ../admin/view/wp-slimstat-reports.php:1597
3292
- msgid "c-sv"
3293
- msgstr "El Salvador"
3294
 
3295
- # Equatorial Guinea
3296
- #: ../admin/view/wp-slimstat-reports.php:1597
3297
- msgid "c-gq"
3298
- msgstr "Äquatorialguinea"
3299
 
3300
- # Eritrea
3301
- #: ../admin/view/wp-slimstat-reports.php:1597
3302
- msgid "c-er"
3303
- msgstr "Eritrea"
3304
 
3305
- # Estonia
3306
- #: ../admin/view/wp-slimstat-reports.php:1597
3307
- msgid "c-ee"
3308
- msgstr "Estland"
3309
 
3310
- # Ethiopia
3311
- #: ../admin/view/wp-slimstat-reports.php:1597
3312
- msgid "c-et"
3313
- msgstr "&Auml;thiopien"
3314
 
3315
- # Faroe Islands
3316
- #: ../admin/view/wp-slimstat-reports.php:1597
3317
- msgid "c-fo"
3318
- msgstr "F&auml;r&ouml;er Inseln"
3319
 
3320
- # Falkland Islands (Malvinas)
3321
- #: ../admin/view/wp-slimstat-reports.php:1597
3322
- msgid "c-fk"
3323
- msgstr "Falklandinseln (Malwinen)"
3324
 
3325
- # Fiji
3326
- #: ../admin/view/wp-slimstat-reports.php:1597
3327
- msgid "c-fj"
3328
- msgstr "Republik Fidschi"
3329
 
3330
- # Finland
3331
- #: ../admin/view/wp-slimstat-reports.php:1597
3332
- msgid "c-fi"
3333
- msgstr "Finnland"
3334
 
3335
- # France
3336
- #: ../admin/view/wp-slimstat-reports.php:1597
3337
- msgid "c-fr"
3338
- msgstr "Franz&ouml;sische Republik"
3339
 
3340
- # French Guiana
3341
- #: ../admin/view/wp-slimstat-reports.php:1597
3342
- msgid "c-gf"
3343
- msgstr "Franz&ouml;sisch-Guayana"
3344
 
3345
- # Gabon
3346
- #: ../admin/view/wp-slimstat-reports.php:1597
3347
- msgid "c-ga"
3348
- msgstr "Gabun"
 
3349
 
3350
- # Gambia
3351
- #: ../admin/view/wp-slimstat-reports.php:1597
3352
- msgid "c-gm"
3353
- msgstr "Gambia"
3354
 
3355
- # Georgia
3356
- #: ../admin/view/wp-slimstat-reports.php:1597
3357
- msgid "c-ge"
3358
- msgstr "Georgien"
3359
 
3360
- # Germany
3361
- #: ../admin/view/wp-slimstat-reports.php:1597
3362
- msgid "c-de"
3363
- msgstr "Bundesrepublik Deutschland"
 
3364
 
3365
- # Ghana
3366
- #: ../admin/view/wp-slimstat-reports.php:1597
3367
- msgid "c-gh"
3368
- msgstr "Ghana"
3369
 
3370
- # Greece
3371
- #: ../admin/view/wp-slimstat-reports.php:1597
3372
- msgid "c-gr"
3373
- msgstr "Griechenland"
3374
 
3375
- # Greenland
3376
- #: ../admin/view/wp-slimstat-reports.php:1597
3377
- msgid "c-gl"
3378
- msgstr "Gr&ouml;nland"
 
3379
 
3380
- # Grenada
3381
- #: ../admin/view/wp-slimstat-reports.php:1597
3382
- msgid "c-gd"
3383
- msgstr "Grenada"
3384
 
3385
- # Guadeloupe
3386
- #: ../admin/view/wp-slimstat-reports.php:1597
3387
- msgid "c-gp"
3388
- msgstr "Guadeloupe"
3389
 
3390
- # Guatemala
3391
- #: ../admin/view/wp-slimstat-reports.php:1597
3392
- msgid "c-gt"
3393
- msgstr "Guatemala"
3394
 
3395
- # Guinea
3396
- #: ../admin/view/wp-slimstat-reports.php:1597
3397
- msgid "c-gn"
3398
- msgstr "Guinea"
3399
 
3400
- # Guinea-Bissau
3401
- #: ../admin/view/wp-slimstat-reports.php:1597
3402
- msgid "c-gw"
3403
- msgstr "Guinea-Bissau"
3404
 
3405
- # Guyana
3406
- #: ../admin/view/wp-slimstat-reports.php:1597
3407
- msgid "c-gy"
3408
- msgstr "Guyana"
3409
 
3410
- # Haiti
3411
- #: ../admin/view/wp-slimstat-reports.php:1597
3412
- msgid "c-ht"
3413
- msgstr "Haiti"
 
3414
 
3415
- # Honduras
3416
- #: ../admin/view/wp-slimstat-reports.php:1597
3417
- msgid "c-hn"
3418
- msgstr "Honduras"
 
3419
 
3420
- # Hong Kong
3421
- #: ../admin/view/wp-slimstat-reports.php:1597
3422
- msgid "c-hk"
3423
- msgstr "Hong Kong"
3424
 
3425
- # Hungary
3426
- #: ../admin/view/wp-slimstat-reports.php:1597
3427
- msgid "c-hu"
3428
- msgstr "Ungarn"
3429
 
3430
- # Iceland
3431
- #: ../admin/view/wp-slimstat-reports.php:1597
3432
- msgid "c-is"
3433
- msgstr "Island"
3434
 
3435
- # India
3436
- #: ../admin/view/wp-slimstat-reports.php:1597
3437
- msgid "c-in"
3438
- msgstr "Indien"
3439
 
3440
- # Indonesia
3441
- #: ../admin/view/wp-slimstat-reports.php:1597
3442
- msgid "c-id"
3443
- msgstr "Indonesien"
3444
 
3445
- # Islamic Republic of Iran
3446
- #: ../admin/view/wp-slimstat-reports.php:1597
3447
- msgid "c-ir"
3448
- msgstr "Islamische Republik Iran"
3449
 
3450
- # Iraq
3451
- #: ../admin/view/wp-slimstat-reports.php:1597
3452
- msgid "c-iq"
3453
- msgstr "Irak"
3454
 
3455
- # Ireland
3456
- #: ../admin/view/wp-slimstat-reports.php:1597
3457
- msgid "c-ie"
3458
- msgstr "Irland"
3459
 
3460
- # Israel
3461
- #: ../admin/view/wp-slimstat-reports.php:1597
3462
- msgid "c-il"
3463
- msgstr "Israel"
3464
 
3465
- # Italy
3466
- #: ../admin/view/wp-slimstat-reports.php:1597
3467
- msgid "c-it"
3468
- msgstr "Italien"
3469
 
3470
- # Jamaica
3471
- #: ../admin/view/wp-slimstat-reports.php:1597
3472
- msgid "c-jm"
3473
- msgstr "Jamaika"
 
3474
 
3475
- # Japan
3476
- #: ../admin/view/wp-slimstat-reports.php:1597
3477
- msgid "c-jp"
3478
- msgstr "Japan"
3479
 
3480
- # Jordan
3481
- #: ../admin/view/wp-slimstat-reports.php:1597
3482
- msgid "c-jo"
3483
- msgstr "Jordan"
 
3484
 
3485
- # Kazakhstan
3486
- #: ../admin/view/wp-slimstat-reports.php:1597
3487
- msgid "c-kz"
3488
- msgstr "Kasachstan"
3489
 
3490
- # Kenya
3491
- #: ../admin/view/wp-slimstat-reports.php:1597
3492
- msgid "c-ke"
3493
- msgstr "Kenia"
3494
 
3495
- # Nauru
3496
- #: ../admin/view/wp-slimstat-reports.php:1597
3497
- msgid "c-nr"
3498
- msgstr "Nauru"
3499
 
3500
- # Democratic People's Republic of Korea
3501
- #: ../admin/view/wp-slimstat-reports.php:1597
3502
- msgid "c-kp"
3503
- msgstr "Demokratische Volksrepublik Korea"
 
3504
 
3505
- # Republic of Korea
3506
- #: ../admin/view/wp-slimstat-reports.php:1597
3507
- msgid "c-kr"
3508
- msgstr "Republik Korea"
3509
 
3510
- #: ../admin/view/wp-slimstat-reports.php:1597
3511
- msgid "c-kv"
3512
- msgstr "Komi"
3513
 
3514
- # Kuwait
3515
- #: ../admin/view/wp-slimstat-reports.php:1597
3516
- msgid "c-kw"
3517
- msgstr "Kuwait"
3518
 
3519
- # Kyrgyzstan
3520
- #: ../admin/view/wp-slimstat-reports.php:1597
3521
- msgid "c-kg"
3522
- msgstr "Kirgistan"
3523
 
3524
- # Lao People's Democratic Republic
3525
- #: ../admin/view/wp-slimstat-reports.php:1597
3526
- msgid "c-la"
3527
- msgstr "Demokratische Volksrepublik Laos"
3528
 
3529
- # Latvia
3530
- #: ../admin/view/wp-slimstat-reports.php:1597
3531
- msgid "c-lv"
3532
- msgstr "Lettland"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3533
 
3534
- # Lebanon
3535
- #: ../admin/view/wp-slimstat-reports.php:1597
3536
- msgid "c-lb"
3537
- msgstr "Libanon"
3538
 
3539
- # Lesotho
3540
- #: ../admin/view/wp-slimstat-reports.php:1597
3541
- msgid "c-ls"
3542
- msgstr "Lesotho"
3543
 
3544
- # Liberia
3545
- #: ../admin/view/wp-slimstat-reports.php:1597
3546
- msgid "c-lr"
3547
- msgstr "Liberia"
3548
 
3549
- # Libyan Arab Jamahiriya
3550
- #: ../admin/view/wp-slimstat-reports.php:1597
3551
- msgid "c-ly"
3552
- msgstr "Libyen"
3553
 
3554
- # Liechtenstein
3555
- #: ../admin/view/wp-slimstat-reports.php:1597
3556
- msgid "c-li"
3557
- msgstr "Liechtenstein"
3558
 
3559
- # Lithuania
3560
- #: ../admin/view/wp-slimstat-reports.php:1597
3561
- msgid "c-lt"
3562
- msgstr "Litauen"
3563
 
3564
- # Luxembourg
3565
- #: ../admin/view/wp-slimstat-reports.php:1597
3566
- msgid "c-lu"
3567
- msgstr "Luxemburg"
 
3568
 
3569
- # The Former Yugoslav Republic of Macedonia
3570
- #: ../admin/view/wp-slimstat-reports.php:1597
3571
- msgid "c-mk"
3572
- msgstr "Ehemalige Jugoslawische Republik Mazedonien"
3573
 
3574
- # Madagascar
3575
- #: ../admin/view/wp-slimstat-reports.php:1597
3576
- msgid "c-mg"
3577
- msgstr "Madagaskar"
3578
 
3579
- # Malawi
3580
- #: ../admin/view/wp-slimstat-reports.php:1597
3581
- msgid "c-mw"
3582
- msgstr "Malawi"
3583
 
3584
- # Malaysia
3585
- #: ../admin/view/wp-slimstat-reports.php:1597
3586
- msgid "c-my"
3587
- msgstr "Malaysien"
3588
 
3589
- # Mali
3590
- #: ../admin/view/wp-slimstat-reports.php:1597
3591
- msgid "c-ml"
3592
- msgstr "Mali"
3593
 
3594
- # Malta
3595
- #: ../admin/view/wp-slimstat-reports.php:1597
3596
- msgid "c-mt"
3597
- msgstr "Malta"
3598
 
3599
- # Martinique
3600
- #: ../admin/view/wp-slimstat-reports.php:1597
3601
- msgid "c-mq"
3602
- msgstr "Martinique"
3603
 
3604
- # Mauritania
3605
- #: ../admin/view/wp-slimstat-reports.php:1597
3606
- msgid "c-mr"
3607
- msgstr "Mauritanien"
3608
 
3609
- # Mauritius
3610
- #: ../admin/view/wp-slimstat-reports.php:1597
3611
- msgid "c-mu"
3612
- msgstr "Mauritius"
 
3613
 
3614
- # Mexico
3615
- #: ../admin/view/wp-slimstat-reports.php:1597
3616
- msgid "c-mx"
3617
- msgstr "Mexiko"
 
3618
 
3619
- # Moldova
3620
- #: ../admin/view/wp-slimstat-reports.php:1597
3621
- msgid "c-md"
3622
- msgstr "Moldawien"
 
 
3623
 
3624
- # Mongolia
3625
- #: ../admin/view/wp-slimstat-reports.php:1597
3626
- msgid "c-mn"
3627
- msgstr "Mongolei"
 
 
 
 
3628
 
3629
- # Montenegro
3630
- #: ../admin/view/wp-slimstat-reports.php:1597
3631
- msgid "c-me"
3632
- msgstr "Montenegro"
3633
 
3634
- # Montserrat
3635
- #: ../admin/view/wp-slimstat-reports.php:1597
3636
- msgid "c-ms"
3637
- msgstr "Montserrat"
3638
 
3639
- # Morocco
3640
- #: ../admin/view/wp-slimstat-reports.php:1597
3641
- msgid "c-ma"
3642
- msgstr "Marokko"
3643
 
3644
- # Mozambique
3645
- #: ../admin/view/wp-slimstat-reports.php:1597
3646
- msgid "c-mz"
3647
- msgstr "Mosambik"
3648
 
3649
- # Myanmar
3650
- #: ../admin/view/wp-slimstat-reports.php:1597
3651
- msgid "c-mm"
3652
- msgstr "Myanmar"
3653
 
3654
- # Namibia
3655
- #: ../admin/view/wp-slimstat-reports.php:1597
3656
- msgid "c-na"
3657
- msgstr "Namibia"
3658
 
3659
- # Nepal
3660
- #: ../admin/view/wp-slimstat-reports.php:1597
3661
- msgid "c-np"
3662
- msgstr "Nepal"
3663
 
3664
- # Netherlands
3665
- #: ../admin/view/wp-slimstat-reports.php:1597
3666
- msgid "c-nl"
3667
- msgstr "Niederlande"
3668
 
3669
- # New Caledonia
3670
- #: ../admin/view/wp-slimstat-reports.php:1597
3671
- msgid "c-nc"
3672
- msgstr "Neukaledonien"
3673
 
3674
- # New Zealand
3675
- #: ../admin/view/wp-slimstat-reports.php:1597
3676
- msgid "c-nz"
3677
- msgstr "Neuseeland"
3678
 
3679
- # Nicaragua
3680
- #: ../admin/view/wp-slimstat-reports.php:1597
3681
- msgid "c-ni"
3682
- msgstr "Nicaragua"
3683
 
3684
- # Niger
3685
- #: ../admin/view/wp-slimstat-reports.php:1597
3686
- msgid "c-ne"
3687
- msgstr "Niger"
3688
 
3689
- # Nigeria
3690
- #: ../admin/view/wp-slimstat-reports.php:1597
3691
- msgid "c-ng"
3692
- msgstr "Nigeria"
3693
 
3694
- # Norway
3695
- #: ../admin/view/wp-slimstat-reports.php:1597
3696
- msgid "c-no"
3697
- msgstr "Norwegen"
3698
 
3699
- # Oman
3700
- #: ../admin/view/wp-slimstat-reports.php:1597
3701
- msgid "c-om"
3702
- msgstr "Oman"
3703
 
3704
- # Pakistan
3705
- #: ../admin/view/wp-slimstat-reports.php:1597
3706
- msgid "c-pk"
3707
- msgstr "Pakistan"
3708
 
3709
- # Palau
3710
- #: ../admin/view/wp-slimstat-reports.php:1597
3711
- msgid "c-pw"
3712
- msgstr "Palau"
3713
 
3714
- # Occupied Palestinian Territory
3715
- #: ../admin/view/wp-slimstat-reports.php:1597
3716
- msgid "c-ps"
3717
- msgstr "Palästinensische Autonomiegebiete"
3718
 
3719
- # Panama
3720
- #: ../admin/view/wp-slimstat-reports.php:1597
3721
- msgid "c-pa"
3722
- msgstr "Panama"
3723
 
3724
- # Papua New Guinea
3725
- #: ../admin/view/wp-slimstat-reports.php:1597
3726
- msgid "c-pg"
3727
- msgstr "Papua Neu Guinea"
3728
 
3729
- # Paraguay
3730
- #: ../admin/view/wp-slimstat-reports.php:1597
3731
- msgid "c-py"
3732
- msgstr "Paraguay"
3733
 
3734
- # Peru
3735
- #: ../admin/view/wp-slimstat-reports.php:1597
3736
- msgid "c-pe"
3737
- msgstr "Peru"
3738
 
3739
- # Philippines
3740
- #: ../admin/view/wp-slimstat-reports.php:1597
3741
- msgid "c-ph"
3742
- msgstr "Philippinen"
3743
 
3744
- # Poland
3745
- #: ../admin/view/wp-slimstat-reports.php:1597
3746
- msgid "c-pl"
3747
- msgstr "Polen"
3748
 
3749
- # Portugal
3750
- #: ../admin/view/wp-slimstat-reports.php:1597
3751
- msgid "c-pt"
3752
- msgstr "Portugal"
3753
 
3754
- # Puerto Rico
3755
- #: ../admin/view/wp-slimstat-reports.php:1597
3756
- msgid "c-pr"
3757
- msgstr "Puerto Rico"
3758
 
3759
- # Qatar
3760
- #: ../admin/view/wp-slimstat-reports.php:1597
3761
- msgid "c-qa"
3762
- msgstr "Katar"
3763
 
3764
- # Réunion
3765
- #: ../admin/view/wp-slimstat-reports.php:1597
3766
- msgid "c-re"
3767
- msgstr "Réunion"
3768
 
3769
- # Romania
3770
- #: ../admin/view/wp-slimstat-reports.php:1597
3771
- msgid "c-ro"
3772
- msgstr "Rum&auml;nien"
3773
 
3774
- # Russian Federation
3775
- #: ../admin/view/wp-slimstat-reports.php:1597
3776
- msgid "c-ru"
3777
- msgstr "Russische Föderation"
3778
 
3779
- # Rwanda
3780
- #: ../admin/view/wp-slimstat-reports.php:1597
3781
- msgid "c-rw"
3782
- msgstr "Ruanda"
3783
 
3784
- # Saint Kitts and Nevis
3785
- #: ../admin/view/wp-slimstat-reports.php:1597
3786
- msgid "c-kn"
3787
- msgstr "St. Kitts und Nevis"
3788
 
3789
- # Saint Lucia
3790
- #: ../admin/view/wp-slimstat-reports.php:1597
3791
- msgid "c-lc"
3792
- msgstr "Saint Lucia"
3793
 
3794
- # Saint Martin
3795
- #: ../admin/view/wp-slimstat-reports.php:1597
3796
- msgid "c-mf"
3797
- msgstr "Saint Martin"
3798
 
3799
- # Saint Vincent and the Grenadines
3800
- #: ../admin/view/wp-slimstat-reports.php:1597
3801
- msgid "c-vc"
3802
- msgstr "St. Vincent und die Grenadinen"
3803
 
3804
- # Samoa
3805
- #: ../admin/view/wp-slimstat-reports.php:1597
3806
- msgid "c-ws"
3807
- msgstr "Samoa"
3808
 
3809
- # Sao Tome and Principe
3810
- #: ../admin/view/wp-slimstat-reports.php:1597
3811
- msgid "c-st"
3812
- msgstr "Sao Tomé und Príncipe"
3813
 
3814
- # Saudi Arabia
3815
- #: ../admin/view/wp-slimstat-reports.php:1597
3816
- msgid "c-sa"
3817
- msgstr "Saudi Arabien"
3818
 
3819
- # Senegal
3820
- #: ../admin/view/wp-slimstat-reports.php:1597
3821
- msgid "c-sn"
3822
- msgstr "Senegal"
3823
 
3824
- # Serbia
3825
- #: ../admin/view/wp-slimstat-reports.php:1597
3826
- msgid "c-rs"
3827
- msgstr "Serbien"
3828
 
3829
- # Sierra Leone
3830
- #: ../admin/view/wp-slimstat-reports.php:1597
3831
- msgid "c-sl"
3832
- msgstr "Sierra Leone"
3833
 
3834
- # Singapore
3835
- #: ../admin/view/wp-slimstat-reports.php:1597
3836
- msgid "c-sg"
3837
- msgstr "Singapur"
3838
 
3839
- # Slovakia
3840
- #: ../admin/view/wp-slimstat-reports.php:1597
3841
- msgid "c-sk"
3842
- msgstr "Slowakei"
3843
 
3844
- # Slovenia
3845
- #: ../admin/view/wp-slimstat-reports.php:1597
3846
- msgid "c-si"
3847
- msgstr "Slowenien"
3848
 
3849
- # Solomon Islands
3850
- #: ../admin/view/wp-slimstat-reports.php:1597
3851
- msgid "c-sb"
3852
- msgstr "Salomonen"
3853
 
3854
- # Somalia
3855
- #: ../admin/view/wp-slimstat-reports.php:1597
3856
- msgid "c-so"
3857
- msgstr "Somalia"
3858
 
3859
- # South Africa
3860
- #: ../admin/view/wp-slimstat-reports.php:1597
3861
- msgid "c-za"
3862
- msgstr "Südafrika"
3863
 
3864
- # South Georgia and the South Sandwich Islands
3865
- #: ../admin/view/wp-slimstat-reports.php:1597
3866
- msgid "c-gs"
3867
- msgstr "Südgeorgien und die Südlichen Sandwichinseln"
3868
 
3869
- # Spain
3870
- #: ../admin/view/wp-slimstat-reports.php:1597
3871
- msgid "c-es"
3872
- msgstr "Spanien"
3873
 
3874
- # Sri Lanka
3875
- #: ../admin/view/wp-slimstat-reports.php:1597
3876
- msgid "c-lk"
3877
- msgstr "Sri Lanka"
3878
 
3879
- #: ../admin/view/wp-slimstat-reports.php:1597
3880
- msgid "c-sc"
3881
- msgstr ""
3882
 
3883
- # Sudan
3884
- #: ../admin/view/wp-slimstat-reports.php:1597
3885
- msgid "c-sd"
3886
- msgstr "Sudan"
3887
 
3888
- #: ../admin/view/wp-slimstat-reports.php:1597
3889
- msgid "c-ss"
3890
- msgstr "Siswati"
3891
 
3892
- # Suriname
3893
- #: ../admin/view/wp-slimstat-reports.php:1597
3894
- msgid "c-sr"
3895
- msgstr "Suriname"
3896
 
3897
- # Svalbard and Jan Mayen
3898
- #: ../admin/view/wp-slimstat-reports.php:1597
3899
- msgid "c-sj"
3900
- msgstr "Spitzbergen und Jan Mayen"
3901
 
3902
- # Swaziland
3903
- #: ../admin/view/wp-slimstat-reports.php:1597
3904
- msgid "c-sz"
3905
- msgstr "Swaziland"
3906
 
3907
- # Sweden
3908
- #: ../admin/view/wp-slimstat-reports.php:1597
3909
- msgid "c-se"
3910
- msgstr "Schweden"
3911
 
3912
- # Switzerland
3913
- #: ../admin/view/wp-slimstat-reports.php:1597
3914
- msgid "c-ch"
3915
- msgstr "Schweiz"
3916
 
3917
- # Syrian Arab Republic
3918
- #: ../admin/view/wp-slimstat-reports.php:1597
3919
- msgid "c-sy"
3920
- msgstr "Arabische Republik Syrien"
3921
 
3922
- # Taiwan, Province of China
3923
- #: ../admin/view/wp-slimstat-reports.php:1597
3924
- msgid "c-tw"
3925
- msgstr "Taiwan"
3926
 
3927
- # Tajikistan
3928
- #: ../admin/view/wp-slimstat-reports.php:1597
3929
- msgid "c-tj"
3930
- msgstr "Tadschikistan"
3931
 
3932
- # United Republic of Tanzania
3933
- #: ../admin/view/wp-slimstat-reports.php:1597
3934
- msgid "c-tz"
3935
- msgstr "Vereinigte Republik Tansania"
3936
 
3937
- # Thailand
3938
- #: ../admin/view/wp-slimstat-reports.php:1597
3939
- msgid "c-th"
3940
- msgstr "Thailand"
3941
 
3942
- # Timor-Leste
3943
- #: ../admin/view/wp-slimstat-reports.php:1597
3944
- msgid "c-tl"
3945
- msgstr "Timor-Leste"
3946
 
3947
- # Togo
3948
- #: ../admin/view/wp-slimstat-reports.php:1597
3949
- msgid "c-tg"
3950
- msgstr "Togo"
3951
 
3952
- # Tonga
3953
- #: ../admin/view/wp-slimstat-reports.php:1597
3954
- msgid "c-to"
3955
- msgstr "Tonga"
3956
 
3957
- # Trinidad and Tobago
3958
- #: ../admin/view/wp-slimstat-reports.php:1597
3959
- msgid "c-tt"
3960
- msgstr "Trinidad und Tobago"
3961
 
3962
- # Tunisia
3963
- #: ../admin/view/wp-slimstat-reports.php:1597
3964
- msgid "c-tn"
3965
- msgstr "Tunesien"
3966
 
3967
- # Turkey
3968
- #: ../admin/view/wp-slimstat-reports.php:1597
3969
- msgid "c-tr"
3970
- msgstr "T&uuml;rkei"
3971
 
3972
- # Turkmenistan
3973
- #: ../admin/view/wp-slimstat-reports.php:1597
3974
- msgid "c-tm"
3975
- msgstr "Turkmenistan"
3976
 
3977
- # Turks and Caicos Islands
3978
- #: ../admin/view/wp-slimstat-reports.php:1597
3979
- msgid "c-tc"
3980
- msgstr "Turks- und Caicosinseln"
3981
 
3982
- # Uganda
3983
- #: ../admin/view/wp-slimstat-reports.php:1597
3984
- msgid "c-ug"
3985
- msgstr "Uganda"
3986
 
3987
- # Ukraine
3988
- #: ../admin/view/wp-slimstat-reports.php:1597
3989
- msgid "c-ua"
3990
- msgstr "Ukraine"
3991
 
3992
- # United Arab Emirates
3993
- #: ../admin/view/wp-slimstat-reports.php:1597
3994
- msgid "c-ae"
3995
- msgstr "Vereinigte Arabische Emirate"
3996
 
3997
- # United Kingdom
3998
- #: ../admin/view/wp-slimstat-reports.php:1597
3999
- msgid "c-gb"
4000
- msgstr "Vereinigtes K&ouml;nigreich"
4001
 
4002
- # United States
4003
- #: ../admin/view/wp-slimstat-reports.php:1597
4004
- msgid "c-us"
4005
- msgstr "Vereinigte Staaten"
4006
 
4007
- # Uruguay
4008
- #: ../admin/view/wp-slimstat-reports.php:1597
4009
- msgid "c-uy"
4010
- msgstr "Uruguay"
4011
 
4012
- # Uzbekistan
4013
- #: ../admin/view/wp-slimstat-reports.php:1597
4014
- msgid "c-uz"
4015
- msgstr "Usbekistan"
4016
 
4017
- # Vanuatu
4018
- #: ../admin/view/wp-slimstat-reports.php:1597
4019
- msgid "c-vu"
4020
- msgstr "Vanuatu"
4021
 
4022
- # Venezuela
4023
- #: ../admin/view/wp-slimstat-reports.php:1597
4024
- msgid "c-ve"
4025
- msgstr "Venezuela"
4026
 
4027
- # Viet Nam
4028
- #: ../admin/view/wp-slimstat-reports.php:1597
4029
- msgid "c-vn"
4030
- msgstr "Vietnam"
4031
 
4032
- # British Virgin Islands
4033
- #: ../admin/view/wp-slimstat-reports.php:1597
4034
- msgid "c-vg"
4035
- msgstr "Jungferninseln"
4036
 
4037
- # U.S. Virgin Islands
4038
- #: ../admin/view/wp-slimstat-reports.php:1597
4039
- msgid "c-vi"
4040
- msgstr "Amerikanische Jungferninseln"
4041
 
4042
- # Western Sahara
4043
- #: ../admin/view/wp-slimstat-reports.php:1597
4044
- msgid "c-eh"
4045
- msgstr "Westsahara"
4046
 
4047
- # Yemen
4048
- #: ../admin/view/wp-slimstat-reports.php:1597
4049
- msgid "c-ye"
4050
- msgstr "Jemen"
4051
 
4052
- # Zambia
4053
- #: ../admin/view/wp-slimstat-reports.php:1597
4054
- msgid "c-zm"
4055
- msgstr "Sambia"
4056
 
4057
- # Zimbabwe
4058
- #: ../admin/view/wp-slimstat-reports.php:1597
4059
- msgid "c-zw"
4060
- msgstr "Zimbabwe"
4061
 
4062
- # Guernsey
4063
- #: ../admin/view/wp-slimstat-reports.php:1597
4064
- msgid "c-gg"
4065
- msgstr "Guernsey"
4066
 
4067
- # Jersey
4068
- #: ../admin/view/wp-slimstat-reports.php:1597
4069
- msgid "c-je"
4070
- msgstr "Jersey"
4071
 
4072
- # Isle of Man
4073
- #: ../admin/view/wp-slimstat-reports.php:1597
4074
- msgid "c-im"
4075
- msgstr "Isle of Man"
4076
 
4077
- # Maldives
4078
- #: ../admin/view/wp-slimstat-reports.php:1597
4079
- msgid "c-mv"
4080
- msgstr "Malediven"
4081
 
4082
- #: ../admin/view/wp-slimstat-reports.php:1598
4083
- msgid "c-eu"
4084
- msgstr ""
4085
 
4086
- #: ../admin/view/wp-slimstat-reports.php:1712
4087
- msgid "src"
4088
- msgstr "src"
4089
 
4090
- #: ../admin/view/wp-slimstat-reports.php:1716
4091
- msgid "serp"
4092
- msgstr "serp"
4093
 
4094
- #: ../admin/view/wp-slimstat-reports.php:1724
4095
- msgid "Go to the referring page"
4096
- msgstr "Verweisende Seite &ouml;ffnen"
4097
 
4098
- #: ../admin/view/wp-slimstat-reports.php:1743
4099
- msgid "Remove filter for"
4100
- msgstr "Entferne Filter f&uuml;r"
4101
 
4102
- #: ../admin/view/wp-slimstat-reports.php:1748
4103
- msgid "Save"
4104
- msgstr ""
4105
 
4106
- #: ../admin/wp-slimstat-admin.php:32
4107
- msgid "Access Log"
4108
- msgstr ""
4109
 
4110
- #: ../admin/wp-slimstat-admin.php:38
4111
- msgid "Overview"
4112
- msgstr "&Uuml;bersicht"
4113
 
4114
- #: ../admin/wp-slimstat-admin.php:44
4115
- msgid "Audience"
4116
- msgstr ""
4117
 
4118
- #: ../admin/wp-slimstat-admin.php:50
4119
- msgid "Site Analysis"
4120
- msgstr ""
4121
 
4122
- #: ../admin/wp-slimstat-admin.php:68
4123
- #, fuzzy
4124
- msgid "WordPress Dashboard"
4125
- msgstr "WordPress-Integration"
4126
 
4127
- #: ../admin/wp-slimstat-admin.php:74
4128
- #, fuzzy
4129
- msgid "Inactive Reports"
4130
- msgstr "Berichte zurücksetzen"
4131
 
4132
- #: ../admin/wp-slimstat-admin.php:546 ../admin/wp-slimstat-admin.php:614
4133
- #, fuzzy
4134
- msgid "Slimstat"
4135
- msgstr "&Uuml;ber WP SlimStat"
4136
 
4137
- #: ../admin/wp-slimstat-admin.php:634 ../admin/wp-slimstat-admin.php:662
4138
- #: ../admin/wp-slimstat-admin.php:665
4139
- #, fuzzy
4140
- msgid "Customize"
4141
- msgstr "Benutzerdefinierte CSS"
4142
 
4143
- #: ../admin/wp-slimstat-admin.php:744
4144
- #, fuzzy
4145
- msgid "Pageviews in the last "
4146
- msgstr "Seitenaufrufe (Diagramm)"
4147
 
4148
- #: ../admin/wp-slimstat-admin.php:747
4149
- #, fuzzy
4150
- msgid "Unique IPs in the last "
4151
- msgstr "Eindeutige interne Zugriffe"
4152
 
4153
- #: ../admin/wp-slimstat-admin.php:781
4154
- #, php-format
4155
- msgid ""
4156
- " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
4157
- msgstr ""
4158
 
4159
- #: ../admin/wp-slimstat-admin.php:806
4160
- msgid "Show on screen"
4161
- msgstr "Anzeigen"
4162
 
4163
- #: ../admin/wp-slimstat-admin.php:914
4164
- msgid "Already saved"
4165
- msgstr ""
4166
 
4167
- #: ../admin/wp-slimstat-admin.php:922
4168
- msgid "Saved"
4169
- msgstr ""
4170
 
4171
- #: ../admin/wp-slimstat-admin.php:942
4172
- #, fuzzy
4173
- msgid "Delete this filter"
4174
- msgstr "Lösche Seitenaufrufe, wo"
4175
 
4176
- #: ../admin/wp-slimstat-admin.php:1007
4177
- msgid "On"
4178
- msgstr "An"
4179
 
4180
- #: ../admin/wp-slimstat-admin.php:1076
4181
- msgid "Save Changes"
4182
- msgstr "Änderungen speichern"
4183
 
4184
- #: ../admin/wp-slimstat-admin.php:1120
4185
- msgid "There was an error updating the following options:"
4186
- msgstr "Fehler beim Aktualisieren folgender Optionen:"
4187
 
4188
- #: ../admin/wp-slimstat-admin.php:1123
4189
- #, fuzzy
4190
- msgid "Your changes have been saved."
4191
- msgstr "Optionen erfolgreich aktualisiert."
4192
 
4193
- #: ../admin/wp-slimstat-admin.php:1141
4194
- msgid "Definitions"
4195
- msgstr "Definitionen"
4196
 
4197
- #: ../admin/wp-slimstat-admin.php:1144
4198
- msgid "Pageview"
4199
- msgstr "Seitenaufrufe"
4200
 
4201
- #: ../admin/wp-slimstat-admin.php:1144
4202
- #, fuzzy
4203
- msgid ""
4204
- "A request to load a single HTML file (\"page\"). This should be contrasted "
4205
- "with a \"hit\", which refers to a request for any file from a web server. "
4206
- "Slimstat logs a pageview each time the tracking code is executed"
4207
- msgstr ""
4208
- "Eine Anfrage, eine einzelne HTML-Datei zu laden. WP SlimStat zeichnet "
4209
- "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
4210
- "wird."
4211
 
4212
- #: ../admin/wp-slimstat-admin.php:1145
4213
- msgid "(Human) Visit"
4214
- msgstr "Echte Besuche"
4215
 
4216
- #: ../admin/wp-slimstat-admin.php:1145
4217
- msgid ""
4218
- "A period of interaction between a visitor's browser and your website, ending "
4219
- "when the browser is closed or when the user has been inactive on that site "
4220
- "for 30 minutes"
4221
- msgstr ""
4222
- "Zeitraum der Interaktion des Browsers eines Besuchers mit Ihrer Website. "
4223
- "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
4224
- "lang nicht auf der Website aktiv war"
4225
 
4226
- #: ../admin/wp-slimstat-admin.php:1146
4227
- msgid ""
4228
- "Any user who has left a comment on your blog, and is thus identified by "
4229
- "Wordpress as a returning visitor"
4230
- msgstr ""
4231
- "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
4232
- "damit als wiederkehrender Besucher erkannt wird."
4233
 
4234
- #: ../admin/wp-slimstat-admin.php:1147
4235
- msgid "Unique IP"
4236
- msgstr "Eindeutige IPs"
4237
 
4238
- #: ../admin/wp-slimstat-admin.php:1147
4239
- msgid ""
4240
- "Used to differentiate between multiple requests to download a file from one "
4241
- "internet address (IP) and requests originating from many distinct addresses; "
4242
- "since this measurement looks only at the internet address a pageview came "
4243
- "from, it is useful, but not perfect"
4244
- msgstr ""
4245
- "Wird genutzt um zwischen mehreren Requests einer IP-Adresse und Requests von "
4246
- "verschiedenen Adressen zu unterscheiden; da diese Messung nur auf die IP-"
4247
- "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
4248
- "perfekt."
4249
 
4250
- #: ../admin/wp-slimstat-admin.php:1148
4251
- msgid ""
4252
- "the originating IP address of a client connecting to a web server through an "
4253
- "HTTP proxy or load balancer"
4254
- msgstr ""
4255
- "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
4256
- "oder Load Balancer mit dem Server verbunden hat."
4257
 
4258
- #: ../admin/wp-slimstat-admin.php:1149
4259
- msgid "Direct Traffic"
4260
- msgstr "Direkter Besuch"
4261
 
4262
- #: ../admin/wp-slimstat-admin.php:1149
4263
- msgid ""
4264
- "All those people showing up to your Web site by typing in the URL of your "
4265
- "Web site coming or from a bookmark; some people also call this \"default "
4266
- "traffic\" or \"ambient traffic\""
4267
- msgstr ""
4268
- "Alle Besucher die Ihre Website durch Eingabe der Adresse Ihrer Seite (URL) "
4269
- "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
4270
- "traffic\" genannt."
4271
 
4272
- #: ../admin/wp-slimstat-admin.php:1150
4273
- msgid "Search Engine"
4274
- msgstr "Suchmaschinen"
4275
 
4276
- #: ../admin/wp-slimstat-admin.php:1150
4277
- msgid ""
4278
- "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4279
- "as well as your paid (PPC/SEM) traffic, so be aware of that"
4280
- msgstr ""
4281
- "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
4282
- "bezahlter (PPC/SEM) Traffic enthalten."
4283
 
4284
- #: ../admin/wp-slimstat-admin.php:1151 ../admin/wp-slimstat-admin.php:1167
4285
- msgid "Keywords used by your visitors to find your website on a search engine"
4286
- msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
4287
 
4288
- #: ../admin/wp-slimstat-admin.php:1152
4289
- msgid "SERP"
4290
- msgstr "SERP"
4291
 
4292
- #: ../admin/wp-slimstat-admin.php:1152
4293
- msgid ""
4294
- "Short for search engine results page, the Web page that a search engine "
4295
- "returns with the results of its search. The value shown represents your rank "
4296
- "(or position) within that list of results"
4297
- msgstr ""
4298
- "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
4299
- "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
4300
 
4301
- #: ../admin/wp-slimstat-admin.php:1153
4302
- msgid ""
4303
- "Any program used for accessing a website; this includes browsers, robots, "
4304
- "spiders and any other program that was used to retrieve information from the "
4305
- "site"
4306
- msgstr ""
4307
- "Generische Kennung jedes zugreifenden Programmes, wie z.B. Browser (Firefox "
4308
- "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
4309
- "Informationen von einer Website abruft."
4310
 
4311
- #: ../admin/wp-slimstat-admin.php:1154
4312
- msgid ""
4313
- "A link from one domain to another is said to be outbound from its source "
4314
- "anchor and inbound to its target. This report lists all the links to other "
4315
- "websites followed by your visitors."
4316
- msgstr ""
4317
- "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
4318
- "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
4319
 
4320
- #: ../admin/wp-slimstat-admin.php:1161
4321
- msgid "Basic Filters"
4322
- msgstr "Einfache Filter"
4323
 
4324
- #: ../admin/wp-slimstat-admin.php:1164
4325
- msgid "User agent (Firefox, Chrome, ...)"
4326
- msgstr "Browser (Firefox, Chrome ...)"
4327
 
4328
- #: ../admin/wp-slimstat-admin.php:1165
4329
- msgid "2-letter code (us, ru, de, it, ...)"
4330
- msgstr "Länder-Code (us, ru, de, it...)"
4331
 
4332
- #: ../admin/wp-slimstat-admin.php:1166
4333
- msgid "IP"
4334
- msgstr "IP"
4335
 
4336
- #: ../admin/wp-slimstat-admin.php:1166
4337
- msgid "Visitor's public IP address"
4338
- msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
4339
 
4340
- #: ../admin/wp-slimstat-admin.php:1168
4341
- #, fuzzy
4342
- #| msgid ""
4343
- #| "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft."
4344
- #| "com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> "
4345
- #| "(first column) for more information"
4346
- msgid ""
4347
- "Please refer to this <a target=\"_blank\" href=\"https://msdn.microsoft.com/"
4348
- "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4349
- "column) for more information"
4350
- msgstr ""
4351
- "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
4352
- "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
4353
 
4354
- #: ../admin/wp-slimstat-admin.php:1169
4355
- #, fuzzy
4356
- #| msgid ""
4357
- #| "Accepts identifiers like win7, win98, macosx, ...; please refer to <a "
4358
- #| "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
4359
- #| "\">this manual page</a> for more information"
4360
- msgid ""
4361
- "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4362
- "\"_blank\" href=\"https://php.net/manual/en/function.get-browser.php\">this "
4363
- "manual page</a> for more information"
4364
- msgstr ""
4365
- "Akzeptiert Bezeichner wie win7, win98, macosx usw.; weitere Informationen "
4366
- "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
4367
- "target=\"_blank\">dieser Seite</a>"
4368
 
4369
- #: ../admin/wp-slimstat-admin.php:1170
4370
- msgid "URL accessed on your site"
4371
- msgstr "URL, die auf Ihrer Seite besucht wurde"
4372
 
4373
- #: ../admin/wp-slimstat-admin.php:1171
4374
- #, fuzzy
4375
- msgid "Complete address of the referrer page"
4376
- msgstr "Verweisende Seite &ouml;ffnen"
4377
 
4378
- #: ../admin/wp-slimstat-admin.php:1172
4379
- msgid "Visitor's Name"
4380
- msgstr "Besuchername"
4381
 
4382
- #: ../admin/wp-slimstat-admin.php:1172
4383
- msgid ""
4384
- "Visitors' names according to the cookie set by Wordpress after they leave a "
4385
- "comment"
4386
- msgstr ""
4387
- "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
4388
- "Kommentars anlegt"
4389
 
4390
- #: ../admin/wp-slimstat-admin.php:1180
4391
- msgid "Advanced Filters"
4392
- msgstr "Erweiterte Filter"
4393
 
4394
- #: ../admin/wp-slimstat-admin.php:1183
4395
- msgid "user agent version (9.0, 11, ...)"
4396
- msgstr "Browser-Version (9.0, 11, ...)"
4397
 
4398
- #: ../admin/wp-slimstat-admin.php:1184
4399
- msgid ""
4400
- "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4401
- "all others"
4402
- msgstr ""
4403
- "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
4404
- "anderen"
4405
 
4406
- #: ../admin/wp-slimstat-admin.php:1185
4407
- msgid "Pageview Attributes"
4408
- msgstr "Eigenschaften Seitenaufrufe"
4409
 
4410
- #: ../admin/wp-slimstat-admin.php:1185
4411
- msgid ""
4412
- "this field is set to <em>[pre]</em> if the resource has been accessed "
4413
- "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4414
- "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
4415
- msgstr ""
4416
- "Dieses Feld enth&auml;lt <em>[pre]</em> wenn der Zugriff von through <a "
4417
- "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4418
- "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
4419
 
4420
- #: ../admin/wp-slimstat-admin.php:1186
4421
- msgid "author associated to that post/page when the resource was accessed"
4422
- msgstr "Der dem Artikel / der Seite zugeordnete Autor"
4423
 
4424
- #: ../admin/wp-slimstat-admin.php:1187
4425
- msgid "ID of the category/term associated to the resource, when available"
4426
- msgstr "ID der zugeordneten Kategorie, falls vorhanden"
4427
 
4428
- #: ../admin/wp-slimstat-admin.php:1188
4429
- msgid "visitor's originating IP address, if available"
4430
- msgstr "IP-Adresse des Besuchers, falls bekannt"
4431
 
4432
- #: ../admin/wp-slimstat-admin.php:1189
4433
- #, fuzzy
4434
- #| msgid ""
4435
- #| "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4436
- #| "post_type_archive, tag, taxonomy, category, date, author, archive, "
4437
- #| "search, feed, home; please refer to the <a target=\"_blank\" href="
4438
- #| "\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
4439
- #| "manual page for more information"
4440
- msgid ""
4441
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4442
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4443
- "feed, home; please refer to the <a target=\"_blank\" href=\"https://codex."
4444
- "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
4445
- "information"
4446
- msgstr ""
4447
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4448
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4449
- "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
4450
- "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
4451
 
4452
- #: ../admin/wp-slimstat-admin.php:1190
4453
- msgid "Screen Resolution"
4454
- msgstr "Bildschirm-Aufl&ouml;sung"
4455
 
4456
- #: ../admin/wp-slimstat-admin.php:1190
4457
- msgid "viewport width and height (1024x768, 800x600, ...)"
4458
- msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
4459
 
4460
- #: ../admin/wp-slimstat-admin.php:1191
4461
- msgid ""
4462
- "generally used in conjunction with <em>is not empty</em>, identifies human "
4463
- "visitors"
4464
- msgstr ""
4465
- "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
4466
- "Besucher"
4467
 
4468
- #: ../admin/wp-slimstat-admin.php:1192
4469
- msgid "Date Filters"
4470
- msgstr "Datumsfilter"
4471
 
4472
- #: ../admin/wp-slimstat-admin.php:1192
4473
- msgid ""
4474
- "you can specify the timeframe by entering a number in the <em>interval</em> "
4475
- "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4476
- "year=blank, interval=-1 will set a year-to-date filter)"
4477
- msgstr ""
4478
- "Sie können einen Zeitraum angeben, in dem Sie bei 'Tage' eine Zahl angeben. "
4479
- "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
4480
- "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
4481
 
4482
- #: ../admin/wp-slimstat-admin.php:1193
4483
- msgid "SERP Position"
4484
- msgstr "Suchmaschinenrang"
4485
 
4486
- #: ../admin/wp-slimstat-admin.php:1193
4487
- msgid ""
4488
- "set the filter to Referer contains cd=N&, where N is the position you are "
4489
- "looking for"
4490
- msgstr ""
4491
- "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
4492
 
4493
- #: ../browscap/browser.php:24
4494
- msgid ""
4495
- "The Browscap Library could not be opened on your filesystem. Please check "
4496
- "your server permissions and try again."
4497
- msgstr ""
4498
 
4499
- #: ../browscap/browser.php:61
4500
- msgid ""
4501
- "This library requires at least PHP 5.5. Please ask your service provider to "
4502
- "upgrade your server accordingly."
4503
- msgstr ""
4504
 
4505
- #: ../browscap/browser.php:65
4506
- msgid "No updates are performed during AJAX requests."
4507
- msgstr ""
4508
 
4509
- #: ../browscap/browser.php:69
4510
- msgid ""
4511
- "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
4512
- "config.php file, or contact our support to obtain a copy of our Browscap "
4513
- "Library."
4514
- msgstr ""
4515
 
4516
- #: ../browscap/browser.php:110
4517
- msgid ""
4518
- "There was an error checking the remote library version. Please try again "
4519
- "later."
4520
- msgstr ""
4521
 
4522
- #: ../browscap/browser.php:117
4523
- msgid "Your version of the library does not need to be updated."
4524
- msgstr ""
4525
 
4526
- #: ../browscap/browser.php:128
4527
- msgid ""
4528
- "There was an error saving the Browscap data file on your server. Please "
4529
- "check your folder permissions."
4530
- msgstr ""
4531
 
4532
- #: ../browscap/browser.php:135
4533
- msgid ""
4534
- "There was an error downloading the Browscap data file from our server. "
4535
- "Please try again later."
4536
- msgstr ""
4537
 
4538
- #: ../browscap/browser.php:144
4539
- msgid ""
4540
- "Could not initialize the WP Filesystem API. Please check your folder "
4541
- "permissions and PHP configuration."
4542
- msgstr ""
4543
 
4544
- #: ../browscap/browser.php:159
4545
- msgid ""
4546
- "There was an error uncompressing the Browscap data file on your server. "
4547
- "Please check your folder permissions and PHP configuration."
4548
- msgstr ""
4549
 
4550
- #: ../browscap/browser.php:167
4551
- msgid "The Browscap data file has been installed on your server."
4552
- msgstr ""
4553
 
4554
- #: ../languages/dynamic_strings.php:3
4555
- msgid "xx"
4556
- msgstr "xx"
4557
 
4558
- #: ../languages/dynamic_strings.php:6
4559
- msgid "aix"
4560
- msgstr "IBM AIX"
4561
 
4562
- #: ../languages/dynamic_strings.php:7
4563
- msgid "amiga"
4564
- msgstr "Amiga"
4565
 
4566
- #: ../languages/dynamic_strings.php:8
4567
- msgid "android"
4568
- msgstr "Android"
4569
 
4570
- #: ../languages/dynamic_strings.php:9
4571
- msgid "beos"
4572
- msgstr "BeOS"
4573
 
4574
- #: ../languages/dynamic_strings.php:10
4575
- msgid "blackberry os"
4576
- msgstr "Blackberry OS"
4577
 
4578
- #: ../languages/dynamic_strings.php:11
4579
- #, fuzzy
4580
- msgid "centos"
4581
- msgstr "Letzte Artikel"
4582
 
4583
- #: ../languages/dynamic_strings.php:12
4584
- msgid "chromeos"
4585
- msgstr ""
4586
 
4587
- #: ../languages/dynamic_strings.php:13
4588
- msgid "commodore64"
4589
- msgstr ""
4590
 
4591
- #: ../languages/dynamic_strings.php:14
4592
- msgid "cygwin"
4593
- msgstr "Cygwin"
4594
 
4595
- #: ../languages/dynamic_strings.php:15
4596
- msgid "debian"
4597
- msgstr "Debian"
4598
 
4599
- #: ../languages/dynamic_strings.php:16
4600
- msgid "digital unix"
4601
- msgstr "Digital Unix"
4602
 
4603
- #: ../languages/dynamic_strings.php:17
4604
- msgid "fedora"
4605
- msgstr ""
4606
 
4607
- #: ../languages/dynamic_strings.php:18
4608
- msgid "firefoxos"
4609
- msgstr ""
4610
 
4611
- #: ../languages/dynamic_strings.php:19
4612
- msgid "freebsd"
4613
- msgstr "FreeBSD"
4614
 
4615
- #: ../languages/dynamic_strings.php:20
4616
- msgid "gentoo"
4617
- msgstr ""
4618
 
4619
- #: ../languages/dynamic_strings.php:21
4620
- msgid "hp-ux"
4621
- msgstr "HP-UX"
4622
 
4623
- #: ../languages/dynamic_strings.php:22
4624
- msgid "ios"
4625
- msgstr "iPhone OS"
4626
 
4627
- #: ../languages/dynamic_strings.php:23
4628
- #, fuzzy
4629
- msgid "iphone os"
4630
- msgstr "iPhone OS X"
4631
 
4632
- #: ../languages/dynamic_strings.php:24
4633
- msgid "iphone osx"
4634
- msgstr "iPhone OS X"
4635
 
4636
- #: ../languages/dynamic_strings.php:25
4637
- msgid "irix"
4638
- msgstr "IRIX"
4639
 
4640
- #: ../languages/dynamic_strings.php:26
4641
- msgid "java"
4642
- msgstr "Java"
4643
 
4644
- #: ../languages/dynamic_strings.php:27
4645
- msgid "kanotix"
4646
- msgstr ""
4647
 
4648
- #: ../languages/dynamic_strings.php:28
4649
- msgid "knoppix"
4650
- msgstr ""
4651
 
4652
- #: ../languages/dynamic_strings.php:29
4653
- msgid "linux"
4654
- msgstr "Linux"
4655
 
4656
- #: ../languages/dynamic_strings.php:30
4657
- msgid "mac"
4658
- msgstr "Mac"
4659
 
4660
- #: ../languages/dynamic_strings.php:31
4661
- msgid "mac68k"
4662
- msgstr "Mac 68k"
4663
 
4664
- #: ../languages/dynamic_strings.php:32
4665
- #, fuzzy
4666
- #| msgid "macosx"
4667
- msgid "macos"
4668
- msgstr "Mac OS X"
4669
 
4670
- #: ../languages/dynamic_strings.php:33
4671
- msgid "macosx"
4672
- msgstr "Mac OS X"
4673
 
4674
- #: ../languages/dynamic_strings.php:34
4675
- msgid "macppc"
4676
- msgstr "Mac PowerPC"
4677
 
4678
- #: ../languages/dynamic_strings.php:35
4679
- msgid "mandrake"
4680
- msgstr ""
4681
 
4682
- #: ../languages/dynamic_strings.php:36
4683
- #, fuzzy
4684
- msgid "mandriva"
4685
- msgstr "Android"
4686
 
4687
- #: ../languages/dynamic_strings.php:37
4688
- msgid "mepis"
4689
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4690
 
4691
- # Spanish (Dominican Republic)
4692
- #: ../languages/dynamic_strings.php:38
4693
- #, fuzzy
4694
- msgid "ms-dos"
4695
- msgstr "Spanish (Dominican Republic)"
4696
 
4697
- #: ../languages/dynamic_strings.php:39
4698
- msgid "netbsd"
4699
- msgstr "NetBSD"
4700
 
4701
- #: ../languages/dynamic_strings.php:40
4702
- msgid "nintendo"
4703
- msgstr ""
4704
 
4705
- #: ../languages/dynamic_strings.php:41
4706
- msgid "openbsd"
4707
- msgstr "OpenBSD"
4708
 
4709
- #: ../languages/dynamic_strings.php:42
4710
- msgid "openvms"
4711
- msgstr "OpenVMS"
4712
 
4713
- #: ../languages/dynamic_strings.php:43
4714
- msgid "os/2"
4715
- msgstr "IBM OS/2"
4716
 
4717
- #: ../languages/dynamic_strings.php:44
4718
- msgid "palm"
4719
- msgstr "Palm"
4720
 
4721
- #: ../languages/dynamic_strings.php:45
4722
- #, fuzzy
4723
- msgid "palmos"
4724
- msgstr "Palm"
4725
 
4726
- #: ../languages/dynamic_strings.php:46
4727
- #, fuzzy
4728
- msgid "pclinuxos"
4729
- msgstr "Linux"
4730
 
4731
- #: ../languages/dynamic_strings.php:47
4732
- msgid "playstation"
4733
- msgstr ""
4734
 
4735
- #: ../languages/dynamic_strings.php:48
4736
- msgid "powertv"
4737
- msgstr "PowerTV"
4738
 
4739
- #: ../languages/dynamic_strings.php:49
4740
- msgid "redhat"
4741
- msgstr ""
4742
 
4743
- #: ../languages/dynamic_strings.php:50
4744
- msgid "rim os"
4745
- msgstr ""
4746
 
4747
- #: ../languages/dynamic_strings.php:51
4748
- msgid "risc os"
4749
- msgstr "Risc OS"
4750
 
4751
- #: ../languages/dynamic_strings.php:52
4752
- msgid "slackware"
4753
- msgstr ""
4754
 
4755
- #: ../languages/dynamic_strings.php:53
4756
- msgid "solaris"
4757
- msgstr "Solaris"
4758
 
4759
- #: ../languages/dynamic_strings.php:54
4760
- msgid "sunos"
4761
- msgstr "Sun OS"
4762
 
4763
- #: ../languages/dynamic_strings.php:55
4764
- msgid "suse"
4765
- msgstr ""
4766
 
4767
- #: ../languages/dynamic_strings.php:56
4768
- msgid "symbianos"
4769
- msgstr "Symbian OS"
4770
 
4771
- #: ../languages/dynamic_strings.php:57
4772
- msgid "ubuntu"
4773
- msgstr ""
4774
 
4775
- #: ../languages/dynamic_strings.php:58
4776
- msgid "unix"
4777
- msgstr "Unix"
4778
 
4779
- #: ../languages/dynamic_strings.php:59
4780
- msgid "unknown"
4781
- msgstr "Unbekannt"
4782
 
4783
- #: ../languages/dynamic_strings.php:60
4784
  #, fuzzy
4785
- msgid "xandros"
4786
- msgstr "Android"
 
4787
 
4788
- #: ../languages/dynamic_strings.php:61
4789
- msgid "wap"
4790
- msgstr "WAP"
4791
 
4792
- #: ../languages/dynamic_strings.php:62
4793
- msgid "webos"
4794
- msgstr "WebOS"
4795
 
4796
- #: ../languages/dynamic_strings.php:63
4797
  #, fuzzy
4798
- msgid "win10"
4799
- msgstr "Windows 16-bit"
4800
 
4801
- #: ../languages/dynamic_strings.php:64
4802
- msgid "win16"
4803
- msgstr "Windows 16-bit"
 
4804
 
4805
- #: ../languages/dynamic_strings.php:65
4806
- msgid "win2000"
4807
- msgstr "Windows 2000"
4808
 
4809
- #: ../languages/dynamic_strings.php:66
4810
- msgid "win2003"
4811
- msgstr "Windows 2003"
4812
 
4813
- #: ../languages/dynamic_strings.php:67
4814
- msgid "win31"
4815
- msgstr "Windows 3.1"
4816
 
4817
- #: ../languages/dynamic_strings.php:68
4818
- msgid "win32"
4819
- msgstr "Windows 32-bit"
4820
 
4821
- #: ../languages/dynamic_strings.php:69 ../languages/dynamic_strings.php:70
4822
- msgid "win7"
4823
- msgstr "Windows 7"
4824
 
4825
- #: ../languages/dynamic_strings.php:71
4826
- msgid "win8"
4827
- msgstr "Windows 8"
4828
 
4829
- #: ../languages/dynamic_strings.php:72
4830
- msgid "win8.1"
4831
- msgstr "Windows 8.1"
4832
 
4833
- #: ../languages/dynamic_strings.php:73
4834
- msgid "win95"
4835
- msgstr "Windows 95"
4836
 
4837
- #: ../languages/dynamic_strings.php:74
4838
- msgid "win98"
4839
- msgstr "Windows 98"
4840
 
4841
- #: ../languages/dynamic_strings.php:75
4842
- msgid "wince"
4843
- msgstr "Windows CE"
4844
 
4845
- #: ../languages/dynamic_strings.php:76
4846
- msgid "winme"
4847
- msgstr "Windows ME"
4848
 
4849
- #: ../languages/dynamic_strings.php:77
4850
- msgid "winnt"
4851
- msgstr "Windows NT"
4852
 
4853
- #: ../languages/dynamic_strings.php:78
4854
- msgid "winphone7"
4855
- msgstr "Windows Phone"
4856
 
4857
- #: ../languages/dynamic_strings.php:79
4858
  #, fuzzy
4859
- msgid "winphone7.5"
4860
- msgstr "Windows Phone"
4861
 
4862
- #: ../languages/dynamic_strings.php:80
4863
- #, fuzzy
4864
- msgid "winphone8"
4865
- msgstr "Windows Phone"
4866
 
4867
- #: ../languages/dynamic_strings.php:81
4868
- #, fuzzy
4869
- msgid "winphone8.1"
4870
- msgstr "Windows Phone"
4871
 
4872
- #: ../languages/dynamic_strings.php:82
4873
- msgid "winrt"
4874
- msgstr ""
4875
 
4876
- #: ../languages/dynamic_strings.php:83
4877
- msgid "winvista"
4878
- msgstr "Windows Vista"
4879
 
4880
- #: ../languages/dynamic_strings.php:84
4881
- msgid "winxp"
4882
- msgstr "Windows XP"
4883
 
4884
- #: ../languages/dynamic_strings.php:85
4885
- msgid "wyderos"
4886
- msgstr "WyderOS"
4887
 
4888
- #: ../languages/dynamic_strings.php:86
4889
- msgid "zaurus"
4890
- msgstr ""
4891
 
4892
- #: ../languages/dynamic_strings.php:89
4893
- msgid "acrobat"
4894
- msgstr "Acrobat Reader"
4895
 
4896
- #: ../languages/dynamic_strings.php:90
4897
- msgid "director"
4898
- msgstr "Macromedia Director"
4899
 
4900
- #: ../languages/dynamic_strings.php:91
4901
- msgid "flash"
4902
- msgstr "Adobe Flash Player"
4903
 
4904
- #: ../languages/dynamic_strings.php:92
4905
- msgid "mediaplayer"
4906
- msgstr "Microsoft Media Player"
4907
 
4908
- #: ../languages/dynamic_strings.php:93
4909
- msgid "quicktime"
4910
- msgstr "QuickTime"
4911
 
4912
- #: ../languages/dynamic_strings.php:94
4913
- msgid "pdfviewer"
4914
- msgstr ""
4915
 
4916
- #: ../languages/dynamic_strings.php:95
4917
- msgid "real"
4918
- msgstr "Real Player"
4919
 
4920
- #: ../languages/dynamic_strings.php:96
4921
- msgid "silverlight"
4922
- msgstr "Microsoft Silverlight"
4923
 
4924
- #: ../languages/dynamic_strings.php:99
4925
- msgid "p-and"
4926
- msgstr "Android"
4927
 
4928
- #: ../languages/dynamic_strings.php:100
4929
- msgid "p-bla"
4930
- msgstr "BlackBerry"
4931
 
4932
- #: ../languages/dynamic_strings.php:101
4933
- msgid "p-chr"
4934
- msgstr "Chrome OS"
4935
 
4936
- #: ../languages/dynamic_strings.php:102
4937
- msgid "p-fir"
4938
- msgstr ""
4939
 
4940
- #: ../languages/dynamic_strings.php:103
4941
- msgid "p-fre"
4942
- msgstr "Linux FreeBSD"
4943
 
4944
- #: ../languages/dynamic_strings.php:104
4945
- msgid "p-ios"
4946
- msgstr "Apple iOS"
4947
 
4948
- #: ../languages/dynamic_strings.php:105
4949
- msgid "p-jav"
4950
- msgstr "Java-based OS"
4951
 
4952
- #: ../languages/dynamic_strings.php:106
4953
- msgid "p-lin"
4954
- msgstr "Linux"
4955
 
4956
- #: ../languages/dynamic_strings.php:107
4957
- msgid "p-mac"
4958
- msgstr "Apple"
4959
 
4960
- #: ../languages/dynamic_strings.php:108
4961
- msgid "p-rim"
4962
- msgstr ""
4963
 
4964
- #: ../languages/dynamic_strings.php:109
4965
- msgid "p-sym"
4966
- msgstr "Symbian OS"
4967
 
4968
- #: ../languages/dynamic_strings.php:110
4969
- msgid "p-ubu"
4970
- msgstr ""
4971
 
4972
- #: ../languages/dynamic_strings.php:111
4973
- msgid "p-unk"
4974
- msgstr "Unbekannt"
4975
 
4976
- #: ../languages/dynamic_strings.php:112
4977
- msgid "p-win"
4978
- msgstr "Microsoft"
4979
 
4980
  # Afrikaans
4981
- #: ../languages/dynamic_strings.php:115
4982
- msgid "l-af"
4983
- msgstr "Afrikaans"
4984
 
4985
  # Afrikaans
4986
- #: ../languages/dynamic_strings.php:116
4987
  #, fuzzy
4988
- msgid "l-af-za"
4989
- msgstr "Afrikaans"
4990
 
4991
  # Arabic
4992
- #: ../languages/dynamic_strings.php:117
4993
- msgid "l-ar"
4994
- msgstr "Arabic"
4995
 
4996
  # Arabic (United Arab Emirates)
4997
- #: ../languages/dynamic_strings.php:118
4998
- msgid "l-ar-ae"
4999
- msgstr "Arabic (United Arab Emirates)"
5000
 
5001
  # Arabic (Bahrain)
5002
- #: ../languages/dynamic_strings.php:119
5003
- msgid "l-ar-bh"
5004
- msgstr "Arabic (Bahrain)"
5005
 
5006
  # Arabic (Algeria)
5007
- #: ../languages/dynamic_strings.php:120
5008
- msgid "l-ar-dz"
5009
- msgstr "Arabic (Algeria)"
5010
 
5011
  # Arabic (Egypt)
5012
- #: ../languages/dynamic_strings.php:121
5013
- msgid "l-ar-eg"
5014
- msgstr "Arabic (Egypt)"
5015
 
5016
  # Arabic (Iraq)
5017
- #: ../languages/dynamic_strings.php:122
5018
- msgid "l-ar-iq"
5019
- msgstr "Arabic (Iraq)"
5020
 
5021
  # Arabic (Jordan)
5022
- #: ../languages/dynamic_strings.php:123
5023
- msgid "l-ar-jo"
5024
- msgstr "Arabic (Jordan)"
5025
 
5026
  # Arabic (Kuwait)
5027
- #: ../languages/dynamic_strings.php:124
5028
- msgid "l-ar-kw"
5029
- msgstr "Arabic (Kuwait)"
5030
 
5031
  # Arabic (Lebanon)
5032
- #: ../languages/dynamic_strings.php:125
5033
- msgid "l-ar-lb"
5034
- msgstr "Arabic (Lebanon)"
5035
 
5036
  # Arabic (Libya)
5037
- #: ../languages/dynamic_strings.php:126
5038
- msgid "l-ar-ly"
5039
- msgstr "Arabic (Libya)"
5040
 
5041
  # Arabic (Morocco)
5042
- #: ../languages/dynamic_strings.php:127
5043
- msgid "l-ar-ma"
5044
- msgstr "Arabic (Morocco)"
5045
 
5046
  # Arabic (Oman)
5047
- #: ../languages/dynamic_strings.php:128
5048
- msgid "l-ar-om"
5049
- msgstr "Arabic (Oman)"
5050
 
5051
  # Arabic (Qatar)
5052
- #: ../languages/dynamic_strings.php:129
5053
- msgid "l-ar-qa"
5054
- msgstr "Arabic (Qatar)"
5055
 
5056
  # Arabic (Saudi Arabia)
5057
- #: ../languages/dynamic_strings.php:130
5058
- msgid "l-ar-sa"
5059
- msgstr "Arabic (Saudi Arabia)"
5060
 
5061
  # Arabic (Syria)
5062
- #: ../languages/dynamic_strings.php:131
5063
- msgid "l-ar-sy"
5064
- msgstr "Arabic (Syria)"
5065
 
5066
  # Arabic (Tunisia)
5067
- #: ../languages/dynamic_strings.php:132
5068
- msgid "l-ar-tn"
5069
- msgstr "Arabic (Tunisia)"
5070
 
5071
  # Arabic (Yemen)
5072
- #: ../languages/dynamic_strings.php:133
5073
- msgid "l-ar-ye"
5074
- msgstr "Arabic (Yemen)"
5075
 
5076
  # Azerbaijani
5077
- #: ../languages/dynamic_strings.php:134
5078
- msgid "l-az"
5079
- msgstr "Azerbaijani"
5080
 
5081
  # Azerbaijani
5082
- #: ../languages/dynamic_strings.php:135
5083
  #, fuzzy
5084
- msgid "l-az-az"
5085
- msgstr "Azerbaijani"
5086
 
5087
  # Belarusian
5088
- #: ../languages/dynamic_strings.php:136
5089
- msgid "l-be"
5090
- msgstr "Belarusian"
5091
 
5092
  # Belarusian
5093
- #: ../languages/dynamic_strings.php:137
5094
  #, fuzzy
5095
- msgid "l-be-by"
5096
- msgstr "Belarusian"
5097
 
5098
  # Bulgarian
5099
- #: ../languages/dynamic_strings.php:138
5100
- msgid "l-bg"
5101
- msgstr "Bulgarian"
5102
 
5103
  # Bulgarian
5104
- #: ../languages/dynamic_strings.php:139
5105
  #, fuzzy
5106
- msgid "l-bg-bg"
5107
- msgstr "Bulgarian"
5108
 
5109
  # Bosnian
5110
- #: ../languages/dynamic_strings.php:140
5111
  #, fuzzy
5112
- msgid "l-bs-ba"
5113
- msgstr "Bosnian"
5114
 
5115
  # Catalan; Valencian
5116
- #: ../languages/dynamic_strings.php:141
5117
- msgid "l-ca"
5118
- msgstr "Catalan; Valencian"
5119
 
5120
  # Catalan; Valencian
5121
- #: ../languages/dynamic_strings.php:142
5122
  #, fuzzy
5123
- msgid "l-ca-es"
5124
- msgstr "Catalan; Valencian"
5125
 
5126
  # Czech
5127
- #: ../languages/dynamic_strings.php:143
5128
- msgid "l-cs"
5129
- msgstr "Czech"
5130
 
5131
  # Czech
5132
- #: ../languages/dynamic_strings.php:144
5133
  #, fuzzy
5134
- msgid "l-cs-cz"
5135
- msgstr "Czech"
5136
 
5137
  # Welsh
5138
- #: ../languages/dynamic_strings.php:145
5139
- msgid "l-cy"
5140
- msgstr "Welsh"
5141
 
5142
  # Welsh
5143
- #: ../languages/dynamic_strings.php:146
5144
  #, fuzzy
5145
- msgid "l-cy-gb"
5146
- msgstr "Welsh"
5147
 
5148
  # Danish
5149
- #: ../languages/dynamic_strings.php:147
5150
- msgid "l-da"
5151
- msgstr "Danish"
5152
 
5153
  # Danish
5154
- #: ../languages/dynamic_strings.php:148
5155
  #, fuzzy
5156
- msgid "l-da-dk"
5157
- msgstr "Danish"
5158
 
5159
  # German
5160
- #: ../languages/dynamic_strings.php:149
5161
- msgid "l-de"
5162
- msgstr "German"
5163
 
5164
  # German (Austria)
5165
- #: ../languages/dynamic_strings.php:150
5166
- msgid "l-de-at"
5167
- msgstr "German (Austria)"
5168
 
5169
  # German (Switzerland)
5170
- #: ../languages/dynamic_strings.php:151
5171
- msgid "l-de-ch"
5172
- msgstr "German (Switzerland)"
5173
 
5174
  # German (Germany)
5175
- #: ../languages/dynamic_strings.php:152
5176
- msgid "l-de-de"
5177
- msgstr "German (Germany)"
5178
 
5179
  # German (Liechtenstein)
5180
- #: ../languages/dynamic_strings.php:153
5181
- msgid "l-de-li"
5182
- msgstr "German (Liechtenstein)"
5183
 
5184
  # German (Luxembourg)
5185
- #: ../languages/dynamic_strings.php:154
5186
- msgid "l-de-lu"
5187
- msgstr "German (Luxembourg)"
5188
 
5189
  # Dhivehi; Divehi; Maldivian
5190
- #: ../languages/dynamic_strings.php:155
5191
- msgid "l-dv"
5192
- msgstr "Dhivehi; Divehi; Maldivian"
5193
 
5194
  # Dhivehi; Divehi; Maldivian
5195
- #: ../languages/dynamic_strings.php:156
5196
  #, fuzzy
5197
- msgid "l-dv-mv"
5198
- msgstr "Dhivehi; Divehi; Maldivian"
5199
 
5200
  # Modern Greek (1453-)
5201
- #: ../languages/dynamic_strings.php:157
5202
- msgid "l-el"
5203
- msgstr "Modern Greek (1453-)"
5204
 
5205
  # Greek (Greece)
5206
- #: ../languages/dynamic_strings.php:158
5207
- msgid "l-el-gr"
5208
- msgstr "Greek (Greece)"
5209
 
5210
  # English
5211
- #: ../languages/dynamic_strings.php:159
5212
- msgid "l-en"
5213
- msgstr "English"
5214
 
5215
  # English (Australia)
5216
- #: ../languages/dynamic_strings.php:160
5217
- msgid "l-en-au"
5218
- msgstr "English (Australia)"
5219
 
5220
  # English (Belize)
5221
- #: ../languages/dynamic_strings.php:161
5222
- msgid "l-en-bz"
5223
- msgstr "English (Belize)"
5224
 
5225
  # English (Canada)
5226
- #: ../languages/dynamic_strings.php:162
5227
- msgid "l-en-ca"
5228
- msgstr "English (Canada)"
5229
 
5230
  # English (Canada)
5231
- #: ../languages/dynamic_strings.php:163
5232
  #, fuzzy
5233
- msgid "l-en-cb"
5234
- msgstr "English (Canada)"
5235
 
5236
  # English (United Kingdom)
5237
- #: ../languages/dynamic_strings.php:164
5238
- msgid "l-en-gb"
5239
- msgstr "English (United Kingdom)"
5240
 
5241
  # English (Ireland)
5242
- #: ../languages/dynamic_strings.php:165
5243
- msgid "l-en-ie"
5244
- msgstr "English (Ireland)"
5245
 
5246
  # English (Jamaica)
5247
- #: ../languages/dynamic_strings.php:166
5248
- msgid "l-en-jm"
5249
- msgstr "English (Jamaica)"
5250
 
5251
  # English (New Zealand)
5252
- #: ../languages/dynamic_strings.php:167
5253
- msgid "l-en-nz"
5254
- msgstr "English (New Zealand)"
5255
 
5256
  # English
5257
- #: ../languages/dynamic_strings.php:168
5258
  #, fuzzy
5259
- msgid "l-en-ph"
5260
- msgstr "English"
5261
 
5262
  # English (Trinidad)
5263
- #: ../languages/dynamic_strings.php:169
5264
- msgid "l-en-tt"
5265
- msgstr "English (Trinidad)"
5266
 
5267
  # English (United States)
5268
- #: ../languages/dynamic_strings.php:170
5269
- msgid "l-en-us"
5270
- msgstr "English (United States)"
5271
 
5272
  # English (South Africa)
5273
- #: ../languages/dynamic_strings.php:171
5274
- msgid "l-en-za"
5275
- msgstr "English (South Africa)"
5276
 
5277
  # English (South Africa)
5278
- #: ../languages/dynamic_strings.php:172
5279
  #, fuzzy
5280
- msgid "l-en-zw"
5281
- msgstr "English (South Africa)"
5282
 
5283
  # Esperanto
5284
- #: ../languages/dynamic_strings.php:173
5285
- msgid "l-eo"
5286
- msgstr "Esperanto"
5287
 
5288
  # Spanish; Castilian
5289
- #: ../languages/dynamic_strings.php:174
5290
- msgid "l-es"
5291
- msgstr "Spanish; Castilian"
5292
 
5293
  # Spanish (Argentina)
5294
- #: ../languages/dynamic_strings.php:175
5295
- msgid "l-es-ar"
5296
- msgstr "Spanish (Argentina)"
5297
 
5298
  # Spanish (Bolivia)
5299
- #: ../languages/dynamic_strings.php:176
5300
- msgid "l-es-bo"
5301
- msgstr "Spanish (Bolivia)"
5302
 
5303
  # Spanish (Chile)
5304
- #: ../languages/dynamic_strings.php:177
5305
- msgid "l-es-cl"
5306
- msgstr "Spanish (Chile)"
5307
 
5308
  # Spanish (Colombia)
5309
- #: ../languages/dynamic_strings.php:178
5310
- msgid "l-es-co"
5311
- msgstr "Spanish (Colombia)"
5312
 
5313
  # Spanish (Costa Rica)
5314
- #: ../languages/dynamic_strings.php:179
5315
- msgid "l-es-cr"
5316
- msgstr "Spanish (Costa Rica)"
5317
 
5318
  # Spanish (Dominican Republic)
5319
- #: ../languages/dynamic_strings.php:180
5320
- msgid "l-es-do"
5321
- msgstr "Spanish (Dominican Republic)"
5322
 
5323
  # Spanish (Ecuador)
5324
- #: ../languages/dynamic_strings.php:181
5325
- msgid "l-es-ec"
5326
- msgstr "Spanish (Ecuador)"
5327
 
5328
  # Spanish (Spain)
5329
- #: ../languages/dynamic_strings.php:182
5330
- msgid "l-es-es"
5331
- msgstr "Spanish (Spain)"
5332
 
5333
  # Spanish (Guatemala)
5334
- #: ../languages/dynamic_strings.php:183
5335
- msgid "l-es-gt"
5336
- msgstr "Spanish (Guatemala)"
5337
 
5338
  # Spanish (Honduras)
5339
- #: ../languages/dynamic_strings.php:184
5340
- msgid "l-es-hn"
5341
- msgstr "Spanish (Honduras)"
5342
 
5343
  # Spanish (Mexico)
5344
- #: ../languages/dynamic_strings.php:185
5345
- msgid "l-es-mx"
5346
- msgstr "Spanish (Mexico)"
5347
 
5348
  # Spanish (Nicaragua)
5349
- #: ../languages/dynamic_strings.php:186
5350
- msgid "l-es-ni"
5351
- msgstr "Spanish (Nicaragua)"
5352
 
5353
  # Spanish (Panama)
5354
- #: ../languages/dynamic_strings.php:187
5355
- msgid "l-es-pa"
5356
- msgstr "Spanish (Panama)"
5357
 
5358
  # Spanish (Peru)
5359
- #: ../languages/dynamic_strings.php:188
5360
- msgid "l-es-pe"
5361
- msgstr "Spanish (Peru)"
5362
 
5363
  # Spanish (Puerto Rico)
5364
- #: ../languages/dynamic_strings.php:189
5365
- msgid "l-es-pr"
5366
- msgstr "Spanish (Puerto Rico)"
5367
 
5368
  # Spanish (Paraguay)
5369
- #: ../languages/dynamic_strings.php:190
5370
- msgid "l-es-py"
5371
- msgstr "Spanish (Paraguay)"
5372
 
5373
  # Spanish (El Salvador)
5374
- #: ../languages/dynamic_strings.php:191
5375
- msgid "l-es-sv"
5376
- msgstr "Spanish (El Salvador)"
5377
 
5378
  # Spanish (Uruguay)
5379
- #: ../languages/dynamic_strings.php:192
5380
- msgid "l-es-uy"
5381
- msgstr "Spanish (Uruguay)"
5382
 
5383
  # Spanish (Venezuela)
5384
- #: ../languages/dynamic_strings.php:193
5385
- msgid "l-es-ve"
5386
- msgstr "Spanish (Venezuela)"
5387
 
5388
  # Estonian
5389
- #: ../languages/dynamic_strings.php:194
5390
- msgid "l-et"
5391
- msgstr "Estonian"
5392
 
5393
  # Estonian
5394
- #: ../languages/dynamic_strings.php:195
5395
  #, fuzzy
5396
- msgid "l-et-ee"
5397
- msgstr "Estonian"
5398
 
5399
  # Basque
5400
- #: ../languages/dynamic_strings.php:196
5401
- msgid "l-eu"
5402
- msgstr "Basque"
5403
 
5404
  # Basque
5405
- #: ../languages/dynamic_strings.php:197
5406
  #, fuzzy
5407
- msgid "l-eu-es"
5408
- msgstr "Basque"
5409
 
5410
  # Persian
5411
- #: ../languages/dynamic_strings.php:198
5412
- msgid "l-fa"
5413
- msgstr "Persian"
5414
 
5415
  # Persian
5416
- #: ../languages/dynamic_strings.php:199
5417
  #, fuzzy
5418
- msgid "l-fa-ir"
5419
- msgstr "Persian"
5420
 
5421
  # Finnish
5422
- #: ../languages/dynamic_strings.php:200
5423
- msgid "l-fi"
5424
- msgstr "Finnish"
5425
 
5426
  # Finnish
5427
- #: ../languages/dynamic_strings.php:201
5428
  #, fuzzy
5429
- msgid "l-fi-fi"
5430
- msgstr "Finnish"
5431
 
5432
  # Faroese
5433
- #: ../languages/dynamic_strings.php:202
5434
- msgid "l-fo"
5435
- msgstr "Faroese"
5436
 
5437
  # Faroese
5438
- #: ../languages/dynamic_strings.php:203
5439
  #, fuzzy
5440
- msgid "l-fo-fo"
5441
- msgstr "Faroese"
5442
 
5443
  # French
5444
- #: ../languages/dynamic_strings.php:204
5445
- msgid "l-fr"
5446
- msgstr "French"
5447
 
5448
  # French (Belgium)
5449
- #: ../languages/dynamic_strings.php:205
5450
- msgid "l-fr-be"
5451
- msgstr "French (Belgium)"
5452
 
5453
  # French (Canada)
5454
- #: ../languages/dynamic_strings.php:206
5455
- msgid "l-fr-ca"
5456
- msgstr "French (Canada)"
5457
 
5458
  # French (Switzerland)
5459
- #: ../languages/dynamic_strings.php:207
5460
- msgid "l-fr-ch"
5461
- msgstr "French (Switzerland)"
5462
 
5463
  # French (France)
5464
- #: ../languages/dynamic_strings.php:208
5465
- msgid "l-fr-fr"
5466
- msgstr "French (France)"
5467
 
5468
  # French (Luxembourg)
5469
- #: ../languages/dynamic_strings.php:209
5470
- msgid "l-fr-lu"
5471
- msgstr "French (Luxembourg)"
5472
 
5473
  # French (Switzerland)
5474
- #: ../languages/dynamic_strings.php:210
5475
  #, fuzzy
5476
- msgid "l-fr-mc"
5477
- msgstr "French (Switzerland)"
5478
 
5479
  # Galician
5480
- #: ../languages/dynamic_strings.php:211
5481
- msgid "l-gl"
5482
- msgstr "Galician"
5483
 
5484
  # Spanish; Castilian
5485
- #: ../languages/dynamic_strings.php:212
5486
  #, fuzzy
5487
- msgid "l-gl-es"
5488
- msgstr "Spanish; Castilian"
5489
 
5490
  # Gujarati
5491
- #: ../languages/dynamic_strings.php:213
5492
- msgid "l-gu"
5493
- msgstr "Gujarati"
5494
 
5495
  # Gujarati
5496
- #: ../languages/dynamic_strings.php:214
5497
  #, fuzzy
5498
- msgid "l-gu-in"
5499
- msgstr "Gujarati"
5500
 
5501
  # Hebrew
5502
- #: ../languages/dynamic_strings.php:215
5503
- msgid "l-he"
5504
- msgstr "Hebrew"
5505
 
5506
  # Hebrew (Israel)
5507
- #: ../languages/dynamic_strings.php:216
5508
- msgid "l-he-il"
5509
- msgstr "Hebrew (Israel)"
5510
 
5511
  # Hindi
5512
- #: ../languages/dynamic_strings.php:217
5513
- msgid "l-hi"
5514
- msgstr "Hindi"
5515
 
5516
  # Hindi
5517
- #: ../languages/dynamic_strings.php:218
5518
  #, fuzzy
5519
- msgid "l-hi-in"
5520
- msgstr "Hindi"
5521
 
5522
  # Croatian
5523
- #: ../languages/dynamic_strings.php:219
5524
- msgid "l-hr"
5525
- msgstr "Croatian"
5526
 
5527
  # Croatian
5528
- #: ../languages/dynamic_strings.php:220
5529
  #, fuzzy
5530
- msgid "l-hr-ba"
5531
- msgstr "Croatian"
5532
 
5533
  # Croatian
5534
- #: ../languages/dynamic_strings.php:221
5535
  #, fuzzy
5536
- msgid "l-hr-hr"
5537
- msgstr "Croatian"
5538
 
5539
  # Hungarian
5540
- #: ../languages/dynamic_strings.php:222
5541
- msgid "l-hu"
5542
- msgstr "Hungarian"
5543
 
5544
  # Hungarian (Hungary)
5545
- #: ../languages/dynamic_strings.php:223
5546
- msgid "l-hu-hu"
5547
- msgstr "Hungarian (Hungary)"
5548
 
5549
  # Armenian
5550
- #: ../languages/dynamic_strings.php:224
5551
- msgid "l-hy"
5552
- msgstr "Armenian"
5553
 
5554
  # Armenian
5555
- #: ../languages/dynamic_strings.php:225
5556
  #, fuzzy
5557
- msgid "l-hy-am"
5558
- msgstr "Armenian"
5559
 
5560
  # Indonesian
5561
- #: ../languages/dynamic_strings.php:226
5562
- msgid "l-id"
5563
- msgstr "Indonesian"
5564
 
5565
  # Indonesian
5566
- #: ../languages/dynamic_strings.php:227
5567
  #, fuzzy
5568
- msgid "l-id-id"
5569
- msgstr "Indonesian"
5570
 
5571
  # Icelandic
5572
- #: ../languages/dynamic_strings.php:228
5573
- msgid "l-is"
5574
- msgstr "Icelandic"
5575
 
5576
  # Icelandic
5577
- #: ../languages/dynamic_strings.php:229
5578
  #, fuzzy
5579
- msgid "l-is-is"
5580
- msgstr "Icelandic"
5581
 
5582
  # Italian
5583
- #: ../languages/dynamic_strings.php:230
5584
- msgid "l-it"
5585
- msgstr "Italian"
5586
 
5587
  # Italian (Switzerland)
5588
- #: ../languages/dynamic_strings.php:231
5589
- msgid "l-it-ch"
5590
- msgstr "Italian (Switzerland)"
5591
 
5592
  # Italian (Italia)
5593
- #: ../languages/dynamic_strings.php:232
5594
- msgid "l-it-it"
5595
- msgstr "Italian (Italia)"
5596
 
5597
  # Japanese
5598
- #: ../languages/dynamic_strings.php:233
5599
- msgid "l-ja"
5600
- msgstr "Japanese"
5601
 
5602
  # Japanes
5603
- #: ../languages/dynamic_strings.php:234
5604
- msgid "l-ja-jp"
5605
- msgstr "Japanese"
5606
 
5607
  # Georgian
5608
- #: ../languages/dynamic_strings.php:235
5609
- msgid "l-ka"
5610
- msgstr "Georgian"
5611
 
5612
  # Georgian
5613
- #: ../languages/dynamic_strings.php:236
5614
  #, fuzzy
5615
- msgid "l-ka-ge"
5616
- msgstr "Georgian"
5617
 
5618
  # Kazakh
5619
- #: ../languages/dynamic_strings.php:237
5620
- msgid "l-kk"
5621
- msgstr "Kazakh"
5622
 
5623
  # Kazakh
5624
- #: ../languages/dynamic_strings.php:238
5625
  #, fuzzy
5626
- msgid "l-kk-kz"
5627
- msgstr "Kazakh"
5628
 
5629
  # Kannada
5630
- #: ../languages/dynamic_strings.php:239
5631
- msgid "l-kn"
5632
- msgstr "Kannada"
5633
 
5634
  # Kannada
5635
- #: ../languages/dynamic_strings.php:240
5636
  #, fuzzy
5637
- msgid "l-kn-in"
5638
- msgstr "Kannada"
5639
 
5640
  # Korean
5641
- #: ../languages/dynamic_strings.php:241
5642
- msgid "l-ko"
5643
- msgstr "Korean"
5644
 
5645
  # Korean (Republic of Korea)
5646
- #: ../languages/dynamic_strings.php:242
5647
- msgid "l-ko-kr"
5648
- msgstr "Korean (Republic of Korea)"
5649
 
5650
  # Korean
5651
- #: ../languages/dynamic_strings.php:243
5652
  #, fuzzy
5653
- msgid "l-kok"
5654
- msgstr "Korean"
5655
 
5656
  # Korean
5657
- #: ../languages/dynamic_strings.php:244
5658
  #, fuzzy
5659
- msgid "l-kok-in"
5660
- msgstr "Korean"
5661
 
5662
  # Kirghiz; Kyrgyz
5663
- #: ../languages/dynamic_strings.php:245
5664
- msgid "l-ky"
5665
- msgstr "Kirghiz; Kyrgyz"
5666
 
5667
  # Kirghiz; Kyrgyz
5668
- #: ../languages/dynamic_strings.php:246
5669
  #, fuzzy
5670
- msgid "l-ky-kg"
5671
- msgstr "Kirghiz; Kyrgyz"
5672
 
5673
  # Lithuanian
5674
- #: ../languages/dynamic_strings.php:247
5675
- msgid "l-lt"
5676
- msgstr "Lithuanian"
5677
 
5678
  # Lithuanian
5679
- #: ../languages/dynamic_strings.php:248
5680
  #, fuzzy
5681
- msgid "l-lt-lt"
5682
- msgstr "Lithuanian"
5683
 
5684
  # Latvian
5685
- #: ../languages/dynamic_strings.php:249
5686
- msgid "l-lv"
5687
- msgstr "Latvian"
5688
 
5689
  # Latvian
5690
- #: ../languages/dynamic_strings.php:250
5691
  #, fuzzy
5692
- msgid "l-lv-lv"
5693
- msgstr "Latvian"
5694
 
5695
  # Maori
5696
- #: ../languages/dynamic_strings.php:251
5697
- msgid "l-mi"
5698
- msgstr "Maori"
5699
 
5700
  # Maori
5701
- #: ../languages/dynamic_strings.php:252
5702
  #, fuzzy
5703
- msgid "l-mi-nz"
5704
- msgstr "Maori"
5705
 
5706
  # Macedonian
5707
- #: ../languages/dynamic_strings.php:253
5708
- msgid "l-mk"
5709
- msgstr "Macedonian"
5710
 
5711
  # Macedonian
5712
- #: ../languages/dynamic_strings.php:254
5713
  #, fuzzy
5714
- msgid "l-mk-ml"
5715
- msgstr "Macedonian"
5716
 
5717
  # Mongolian
5718
- #: ../languages/dynamic_strings.php:255
5719
- msgid "l-mn"
5720
- msgstr "Mongolian"
5721
 
5722
  # Mongolian
5723
- #: ../languages/dynamic_strings.php:256
5724
  #, fuzzy
5725
- msgid "l-mn-mn"
5726
- msgstr "Mongolian"
5727
 
5728
  # Marathi
5729
- #: ../languages/dynamic_strings.php:257
5730
- msgid "l-mr"
5731
- msgstr "Marathi"
5732
 
5733
  # Marathi
5734
- #: ../languages/dynamic_strings.php:258
5735
  #, fuzzy
5736
- msgid "l-mr-in"
5737
- msgstr "Marathi"
5738
 
5739
  # Malay
5740
- #: ../languages/dynamic_strings.php:259
5741
- msgid "l-ms"
5742
- msgstr "Malay"
5743
 
5744
  # Malay
5745
- #: ../languages/dynamic_strings.php:260
5746
  #, fuzzy
5747
- msgid "l-ms-bn"
5748
- msgstr "Malay"
5749
 
5750
  # Malay
5751
- #: ../languages/dynamic_strings.php:261
5752
  #, fuzzy
5753
- msgid "l-ms-my"
5754
- msgstr "Malay"
5755
 
5756
  # Maltese
5757
- #: ../languages/dynamic_strings.php:262
5758
- msgid "l-mt"
5759
- msgstr "Maltese"
5760
 
5761
  # Maltese
5762
- #: ../languages/dynamic_strings.php:263
5763
  #, fuzzy
5764
- msgid "l-mt-mt"
5765
- msgstr "Maltese"
5766
 
5767
  # Norwegian Bokmål
5768
- #: ../languages/dynamic_strings.php:264
5769
- msgid "l-nb"
5770
- msgstr "Norwegian Bokmål"
5771
 
5772
  # Norwegian Bokmål
5773
- #: ../languages/dynamic_strings.php:265
5774
  #, fuzzy
5775
- msgid "l-nb-no"
5776
- msgstr "Norwegian Bokmål"
5777
 
5778
  # Dutch; Flemish
5779
- #: ../languages/dynamic_strings.php:266
5780
- msgid "l-nl"
5781
- msgstr "Dutch; Flemish"
5782
 
5783
  # Dutch (Belgium)
5784
- #: ../languages/dynamic_strings.php:267
5785
- msgid "l-nl-be"
5786
- msgstr "Dutch (Belgium)"
5787
 
5788
  # Dutch (Netherlands)
5789
- #: ../languages/dynamic_strings.php:268
5790
- msgid "l-nl-nl"
5791
- msgstr "Dutch (Netherlands)"
5792
 
5793
  # Norwegian Nynorsk
5794
- #: ../languages/dynamic_strings.php:269
5795
  #, fuzzy
5796
- msgid "l-nn-no"
5797
- msgstr "Norwegian Nynorsk"
5798
-
5799
- #: ../languages/dynamic_strings.php:270
5800
- msgid "l-ns"
5801
- msgstr ""
5802
-
5803
- #: ../languages/dynamic_strings.php:271
5804
- msgid "l-ns-za"
5805
- msgstr ""
5806
 
5807
  # Panjabi; Punjabi
5808
- #: ../languages/dynamic_strings.php:272
5809
- msgid "l-pa"
5810
- msgstr "Panjabi; Punjabi"
5811
 
5812
  # Panjabi; Punjabi
5813
- #: ../languages/dynamic_strings.php:273
5814
  #, fuzzy
5815
- msgid "l-pa-in"
5816
- msgstr "Panjabi; Punjabi"
5817
 
5818
  # Polish
5819
- #: ../languages/dynamic_strings.php:274
5820
- msgid "l-pl"
5821
- msgstr "Polish"
5822
 
5823
  # Polish
5824
- #: ../languages/dynamic_strings.php:275
5825
- msgid "l-pl-pl"
5826
- msgstr "Polish (Poland)"
5827
 
5828
  # Pushto; Pashto
5829
- #: ../languages/dynamic_strings.php:276
5830
- msgid "l-ps"
5831
- msgstr "Pushto; Pashto"
5832
 
5833
  # Spanish (Argentina)
5834
- #: ../languages/dynamic_strings.php:277
5835
  #, fuzzy
5836
- msgid "l-ps-ar"
5837
- msgstr "Spanish (Argentina)"
5838
 
5839
  # Portuguese
5840
- #: ../languages/dynamic_strings.php:278
5841
- msgid "l-pt"
5842
- msgstr "Portuguese"
5843
 
5844
  # Portuguese (Brazil)
5845
- #: ../languages/dynamic_strings.php:279
5846
- msgid "l-pt-br"
5847
- msgstr "Portuguese (Brazil)"
5848
 
5849
  # Portuguese
5850
- #: ../languages/dynamic_strings.php:280
5851
- msgid "l-pt-pt"
5852
- msgstr "Portuguese (Portugal)"
5853
 
5854
  # Quechua
5855
- #: ../languages/dynamic_strings.php:281
5856
- msgid "l-qu"
5857
- msgstr "Quechua"
5858
 
5859
  # Quechua
5860
- #: ../languages/dynamic_strings.php:282
5861
  #, fuzzy
5862
- msgid "l-qu-bo"
5863
- msgstr "Quechua"
5864
 
5865
  # Quechua
5866
- #: ../languages/dynamic_strings.php:283
5867
  #, fuzzy
5868
- msgid "l-qu-ec"
5869
- msgstr "Quechua"
5870
 
5871
  # Quechua
5872
- #: ../languages/dynamic_strings.php:284
5873
  #, fuzzy
5874
- msgid "l-qu-pe"
5875
- msgstr "Quechua"
5876
 
5877
  # Romanian; Moldavian; Moldovan
5878
- #: ../languages/dynamic_strings.php:285
5879
- msgid "l-ro"
5880
- msgstr "Romanian; Moldavian; Moldovan"
5881
 
5882
  # Romanian; Moldavian; Moldovan
5883
- #: ../languages/dynamic_strings.php:286
5884
  #, fuzzy
5885
- msgid "l-ro-ro"
5886
- msgstr "Romanian; Moldavian; Moldovan"
5887
 
5888
  # Russian
5889
- #: ../languages/dynamic_strings.php:287
5890
- msgid "l-ru"
5891
- msgstr "Russian"
5892
 
5893
  # Russian (Russia)
5894
- #: ../languages/dynamic_strings.php:288
5895
- msgid "l-ru-ru"
5896
- msgstr "Russian (Russia)"
5897
 
5898
  # Sanskrit
5899
- #: ../languages/dynamic_strings.php:289
5900
- msgid "l-sa"
5901
- msgstr "Sanskrit"
5902
 
5903
  # Sanskrit
5904
- #: ../languages/dynamic_strings.php:290
5905
  #, fuzzy
5906
- msgid "l-sa-in"
5907
- msgstr "Sanskrit"
5908
 
5909
  # Northern Sami
5910
- #: ../languages/dynamic_strings.php:291
5911
- msgid "l-se"
5912
- msgstr "Northern Sami"
5913
 
5914
  # Northern Sami
5915
- #: ../languages/dynamic_strings.php:292
5916
  #, fuzzy
5917
- msgid "l-se-fi"
5918
- msgstr "Northern Sami"
5919
 
5920
  # Northern Sami
5921
- #: ../languages/dynamic_strings.php:293
5922
  #, fuzzy
5923
- msgid "l-se-no"
5924
- msgstr "Northern Sami"
5925
 
5926
  # Northern Sami
5927
- #: ../languages/dynamic_strings.php:294
5928
  #, fuzzy
5929
- msgid "l-se-se"
5930
- msgstr "Northern Sami"
5931
 
5932
  # Slovak
5933
- #: ../languages/dynamic_strings.php:295
5934
- msgid "l-sk"
5935
- msgstr "Slovak"
5936
 
5937
  # Slovak
5938
- #: ../languages/dynamic_strings.php:296
5939
  #, fuzzy
5940
- msgid "l-sk-sk"
5941
- msgstr "Slovak"
5942
 
5943
  # Slovenian
5944
- #: ../languages/dynamic_strings.php:297
5945
- msgid "l-sl"
5946
- msgstr "Slovenian"
5947
 
5948
  # Sinhala; Sinhalese
5949
- #: ../languages/dynamic_strings.php:298
5950
  #, fuzzy
5951
- msgid "l-sl-si"
5952
- msgstr "Sinhala; Sinhalese"
5953
 
5954
  # Albanian
5955
- #: ../languages/dynamic_strings.php:299
5956
- msgid "l-sq"
5957
- msgstr "Albanian"
5958
 
5959
  # Albanian
5960
- #: ../languages/dynamic_strings.php:300
5961
  #, fuzzy
5962
- msgid "l-sq-al"
5963
- msgstr "Albanian"
5964
 
5965
  # Serbian
5966
- #: ../languages/dynamic_strings.php:301
5967
  #, fuzzy
5968
- msgid "l-sr-ba"
5969
- msgstr "Serbian"
5970
 
5971
  # Serbian
5972
- #: ../languages/dynamic_strings.php:302
5973
  #, fuzzy
5974
- msgid "l-sr-sp"
5975
- msgstr "Serbian"
5976
 
5977
  # Swedish
5978
- #: ../languages/dynamic_strings.php:303
5979
- msgid "l-sv"
5980
- msgstr "Swedish"
5981
 
5982
  # Swedish (Finland)
5983
- #: ../languages/dynamic_strings.php:304
5984
- msgid "l-sv-fi"
5985
- msgstr "Swedish (Finland)"
5986
 
5987
  # Swedish (Sweden)
5988
- #: ../languages/dynamic_strings.php:305
5989
- msgid "l-sv-se"
5990
- msgstr "Swedish (Sweden)"
5991
 
5992
  # Swahili
5993
- #: ../languages/dynamic_strings.php:306
5994
- msgid "l-sw"
5995
- msgstr "Swahili"
5996
 
5997
  # Swahili
5998
- #: ../languages/dynamic_strings.php:307
5999
  #, fuzzy
6000
- msgid "l-sw-ke"
6001
- msgstr "Swahili"
6002
 
6003
  # Tamil
6004
- #: ../languages/dynamic_strings.php:308
6005
- msgid "l-ta"
6006
- msgstr "Tamil"
6007
 
6008
  # Tamil
6009
- #: ../languages/dynamic_strings.php:309
6010
  #, fuzzy
6011
- msgid "l-ta-in"
6012
- msgstr "Tamil"
6013
 
6014
  # Telugu
6015
- #: ../languages/dynamic_strings.php:310
6016
- msgid "l-te"
6017
- msgstr "Telugu"
6018
 
6019
  # Telugu
6020
- #: ../languages/dynamic_strings.php:311
6021
  #, fuzzy
6022
- msgid "l-te-in"
6023
- msgstr "Telugu"
6024
 
6025
  # Thai
6026
- #: ../languages/dynamic_strings.php:312
6027
- msgid "l-th"
6028
- msgstr "Thai"
6029
 
6030
  # Thai
6031
- #: ../languages/dynamic_strings.php:313
6032
- msgid "l-th-th"
6033
- msgstr "Thai (Thailand)"
6034
 
6035
  # Tagalog
6036
- #: ../languages/dynamic_strings.php:314
6037
- msgid "l-tl"
6038
- msgstr "Tagalog"
6039
 
6040
  # Tagalog
6041
- #: ../languages/dynamic_strings.php:315
6042
  #, fuzzy
6043
- msgid "l-tl-ph"
6044
- msgstr "Tagalog"
6045
 
6046
  # Tswana
6047
- #: ../languages/dynamic_strings.php:316
6048
- msgid "l-tn"
6049
- msgstr "Tswana"
6050
 
6051
  # English (South Africa)
6052
- #: ../languages/dynamic_strings.php:317
6053
  #, fuzzy
6054
- msgid "l-tn-za"
6055
- msgstr "English (South Africa)"
6056
 
6057
  # Turkish
6058
- #: ../languages/dynamic_strings.php:318
6059
- msgid "l-tr"
6060
- msgstr "Turkish"
6061
 
6062
  # Turkish
6063
- #: ../languages/dynamic_strings.php:319
6064
- msgid "l-tr-tr"
6065
- msgstr "Turkish"
6066
 
6067
  # Tatar
6068
- #: ../languages/dynamic_strings.php:320
6069
- msgid "l-tt"
6070
- msgstr "Tatar"
6071
 
6072
  # Tatar
6073
- #: ../languages/dynamic_strings.php:321
6074
  #, fuzzy
6075
- msgid "l-tt-ru"
6076
- msgstr "Tatar"
6077
 
6078
  # Tsonga
6079
- #: ../languages/dynamic_strings.php:322
6080
- msgid "l-ts"
6081
- msgstr "Tsonga"
6082
 
6083
  # Ukrainian
6084
- #: ../languages/dynamic_strings.php:323
6085
- msgid "l-uk"
6086
- msgstr "Ukrainian"
6087
 
6088
  # Ukrainian
6089
- #: ../languages/dynamic_strings.php:324
6090
  #, fuzzy
6091
- msgid "l-uk-ua"
6092
- msgstr "Ukrainian"
6093
 
6094
  # Urdu
6095
- #: ../languages/dynamic_strings.php:325
6096
- msgid "l-ur"
6097
- msgstr "Urdu"
6098
 
6099
  # Urdu
6100
- #: ../languages/dynamic_strings.php:326
6101
  #, fuzzy
6102
- msgid "l-ur-pk"
6103
- msgstr "Urdu"
6104
 
6105
  # Uzbek
6106
- #: ../languages/dynamic_strings.php:327
6107
- msgid "l-uz"
6108
- msgstr "Uzbek"
6109
 
6110
  # Uzbek
6111
- #: ../languages/dynamic_strings.php:328
6112
  #, fuzzy
6113
- msgid "l-uz-uz"
6114
- msgstr "Uzbek"
6115
 
6116
  # Vietnamese
6117
- #: ../languages/dynamic_strings.php:329
6118
- msgid "l-vi"
6119
- msgstr "Vietnamese"
6120
 
6121
  # Vietnamese
6122
- #: ../languages/dynamic_strings.php:330
6123
- msgid "l-vi-vn"
6124
- msgstr "Vietnamese (Vietnam)"
6125
 
6126
  # Xhosa
6127
- #: ../languages/dynamic_strings.php:331
6128
- msgid "l-xh"
6129
- msgstr "Xhosa"
6130
 
6131
  # Xhosa
6132
- #: ../languages/dynamic_strings.php:332
6133
  #, fuzzy
6134
- msgid "l-xh-za"
6135
- msgstr "Xhosa"
6136
 
6137
  # Chinese
6138
- #: ../languages/dynamic_strings.php:333
6139
- msgid "l-zh"
6140
- msgstr "Chinese"
6141
 
6142
  # Chinese (China)
6143
- #: ../languages/dynamic_strings.php:334
6144
- msgid "l-zh-cn"
6145
- msgstr "Chinese (China)"
6146
 
6147
  # Chinese (Hong Kong)
6148
- #: ../languages/dynamic_strings.php:335
6149
- msgid "l-zh-hk"
6150
- msgstr "Chinese (Hong Kong)"
6151
 
6152
  # Chinese
6153
- #: ../languages/dynamic_strings.php:336
6154
  #, fuzzy
6155
- msgid "l-zh-mo"
6156
- msgstr "Chinese"
6157
 
6158
  # Chinese (Singapore)
6159
- #: ../languages/dynamic_strings.php:337
6160
- msgid "l-zh-sg"
6161
- msgstr "Chinese (Singapore)"
6162
 
6163
  # Chinese (Taiwan)
6164
- #: ../languages/dynamic_strings.php:338
6165
- msgid "l-zh-tw"
6166
- msgstr "Taiwanese"
6167
 
6168
  # Zulu
6169
- #: ../languages/dynamic_strings.php:339
6170
- msgid "l-zu"
6171
- msgstr "Zulu"
6172
 
6173
  # Zulu
6174
- #: ../languages/dynamic_strings.php:340
6175
  #, fuzzy
6176
- msgid "l-zu-za"
6177
- msgstr "Zulu"
6178
 
6179
  # Unknown
6180
- #: ../languages/dynamic_strings.php:342
6181
- msgid "l-empty"
6182
- msgstr "Unknown"
6183
 
6184
  # Unknown
6185
- #: ../languages/dynamic_strings.php:343
6186
- msgid "l-xx"
6187
- msgstr "Unknown"
6188
-
6189
- #: ../languages/dynamic_strings.php:345
6190
- msgid "c-xy"
6191
- msgstr "Lokale IP-Adresse"
6192
-
6193
- #: ../wp-slimstat.php:139 ../wp-slimstat.php:255
6194
- msgid "Tracker is turned off, but client-side tracking code is still running."
6195
- msgstr ""
6196
-
6197
- #: ../wp-slimstat.php:270 ../wp-slimstat.php:696
6198
- msgid "Pageview filtered by third-party code"
6199
- msgstr ""
6200
-
6201
- #: ../wp-slimstat.php:277
6202
- msgid "Browser sent DNT header request"
6203
- msgstr ""
6204
-
6205
- #: ../wp-slimstat.php:300
6206
- msgid "Visitor has opted out of tracking"
6207
- msgstr ""
6208
-
6209
- #: ../wp-slimstat.php:327
6210
- msgid "Visitor has not opted in to be tracked"
6211
- msgstr ""
6212
-
6213
- #: ../wp-slimstat.php:337
6214
- msgid "Empty or not supported IP address format"
6215
- msgstr ""
6216
-
6217
- #: ../wp-slimstat.php:354
6218
- #, php-format
6219
- msgid "Malformed referrer URL: %s (IP: %s)"
6220
- msgstr ""
6221
 
6222
- #: ../wp-slimstat.php:355
6223
- #, php-format
6224
- msgid "Malformed referrer URL: %s"
6225
- msgstr ""
6226
-
6227
- #: ../wp-slimstat.php:360
6228
- #, php-format
6229
- msgid "Attempted XSS Injection: %s (IP: %s)"
6230
- msgstr ""
6231
-
6232
- #: ../wp-slimstat.php:361
6233
- #, php-format
6234
- msgid "Attempted XSS Injection: %s"
6235
- msgstr ""
6236
-
6237
- #: ../wp-slimstat.php:385
6238
- #, php-format
6239
- msgid "Referrer %s is blacklisted"
6240
- msgstr ""
6241
-
6242
- #: ../wp-slimstat.php:402
6243
- #, fuzzy, php-format
6244
- msgid "Content Type %s is blacklisted"
6245
- msgstr "Browser-F&auml;higkeiten"
6246
-
6247
- #: ../wp-slimstat.php:452
6248
- msgid "Malformed URL"
6249
- msgstr ""
6250
-
6251
- #: ../wp-slimstat.php:485
6252
- #, php-format
6253
- msgid "Permalink %s is blacklisted"
6254
- msgstr ""
6255
-
6256
- #: ../wp-slimstat.php:498
6257
- #, php-format
6258
- msgid "Logged in user %s not tracked"
6259
- msgstr ""
6260
-
6261
- #: ../wp-slimstat.php:506
6262
- #, php-format
6263
- msgid "User with capability %s not tracked"
6264
- msgstr ""
6265
-
6266
- #: ../wp-slimstat.php:515
6267
- #, php-format
6268
- msgid "User %s is blacklisted"
6269
- msgstr ""
6270
-
6271
- #: ../wp-slimstat.php:539
6272
- #, php-format
6273
- msgid "Spammer %s not tracked"
6274
- msgstr ""
6275
-
6276
- #: ../wp-slimstat.php:568
6277
- #, php-format
6278
- msgid "IP address %s is blacklisted"
6279
- msgstr ""
6280
-
6281
- #: ../wp-slimstat.php:584
6282
- msgid ""
6283
- "Your MaxMind data file is invalid. Please uninstall it using the button in "
6284
- "Settings > Maintenance."
6285
- msgstr ""
6286
-
6287
- #: ../wp-slimstat.php:625
6288
- #, php-format
6289
- msgid "Country %s is blacklisted"
6290
- msgstr ""
6291
-
6292
- #: ../wp-slimstat.php:634
6293
- msgid "Prefetch requests are ignored"
6294
- msgstr ""
6295
-
6296
- #: ../wp-slimstat.php:650
6297
- msgid "Bot not tracked"
6298
- msgstr ""
6299
-
6300
- #: ../wp-slimstat.php:658
6301
- #, php-format
6302
- msgid "Browser %s is blacklisted"
6303
- msgstr ""
6304
-
6305
- #: ../wp-slimstat.php:670
6306
- #, fuzzy, php-format
6307
- msgid "Operating System %s is blacklisted"
6308
- msgstr "Browser-F&auml;higkeiten"
6309
-
6310
- #: ../wp-slimstat.php:1112
6311
- msgid "Invalid payload string. Try clearing your WordPress cache."
6312
- msgstr ""
6313
 
6314
- #: ../wp-slimstat.php:1123
6315
- msgid "Invalid data signature. Try clearing your WordPress cache."
6316
- msgstr ""
6317
 
6318
- #: ../wp-slimstat.php:1255
6319
- msgid ""
6320
- "The geolocation database cannot be updated. Please check your server's file "
6321
- "permissions and try again."
6322
- msgstr ""
6323
 
6324
- #: ../wp-slimstat.php:1268
6325
  #, fuzzy
6326
- msgid "There was an error downloading the MaxMind Geolite DB:"
6327
- msgstr "Fehler beim Aktualisieren folgender Optionen:"
6328
 
6329
- #: ../wp-slimstat.php:1276 ../wp-slimstat.php:1285
6330
- #, fuzzy
6331
- msgid "There was an error opening the zipped MaxMind Geolite DB."
6332
- msgstr "Fehler beim Aktualisieren folgender Optionen:"
 
 
6333
 
6334
- #: ../wp-slimstat.php:1280
6335
- msgid "Function gzopen not defined. Aborting."
6336
- msgstr ""
6337
 
6338
- #: ../wp-slimstat.php:1290
6339
- #, fuzzy
6340
- msgid "There was an error opening the MaxMind Geolite DB."
6341
- msgstr "Fehler beim Aktualisieren folgender Optionen:"
6342
 
6343
- #: ../wp-slimstat.php:1303
6344
  #, fuzzy
6345
- msgid "There was an error creating the MaxMind Geolite DB."
6346
- msgstr "Fehler beim Aktualisieren folgender Optionen:"
6347
 
6348
- #: ../wp-slimstat.php:1318
6349
- msgid "Invalid URL Provided."
6350
- msgstr ""
6351
 
6352
- #: ../wp-slimstat.php:1325
6353
- msgid "Could not create Temporary file."
6354
- msgstr ""
6355
 
6356
- #: ../wp-slimstat.php:1383
6357
- msgid "Undefined report ID"
6358
- msgstr ""
6359
 
6360
- #: ../wp-slimstat.php:1580
6361
- msgid ""
6362
- "You will need to specify a valid token to be able to query the data. Tokens "
6363
- "are defined in Slimstat > Settings > Access Control."
6364
- msgstr ""
6365
 
6366
- #: ../wp-slimstat.php:1584
6367
- msgid ""
6368
- "This parameter specifies the type of QUERY for the dimension. Valid values "
6369
- "are: count, count-all, recent, recent-all, top and top-all."
6370
- msgstr ""
6371
 
6372
- #: ../wp-slimstat.php:1589
6373
- msgid ""
6374
- "This parameter indicates what dimension to return: * (all data), ip, "
6375
- "resource, browser, operating system, etc. You can only specify one dimension "
6376
- "at a time."
6377
- msgstr ""
6378
 
6379
- #: ../wp-slimstat.php:1594
6380
- msgid ""
6381
- "This parameter is used to filter a given dimension (resources, browsers, "
6382
- "operating systems, etc) so that it satisfies certain conditions (i.e.: "
6383
- "browser contains Chrome). Please make sure to urlencode this value, and to "
6384
- "use the usual filter format: browser contains Chrome&&&referer contains slim "
6385
- "(encoded: browser%20contains%20Chrome%26%26%26referer%20contains%20slim)"
6386
- msgstr ""
6387
 
6388
- #: ../wp-slimstat.php:2022
6389
- msgid "Optional filters"
6390
- msgstr ""
6391
 
6392
  #, fuzzy
6393
  #~ msgid "Track Outbound Clicks"
@@ -6583,10 +8108,6 @@ msgstr ""
6583
  #~ msgid "Top Traffic Sources"
6584
  #~ msgstr "Top-Traffic-Ursprung"
6585
 
6586
- #, fuzzy
6587
- #~ msgid "windows phone"
6588
- #~ msgstr "Windows Phone"
6589
-
6590
  #~ msgid "Ignore users (username not found)"
6591
  #~ msgstr "Benutzer ignorieren (Benutzername nicht gefunden)"
6592
 
@@ -6611,9 +8132,6 @@ msgstr ""
6611
  #~ "Beistriche. Leerzeichen werden <em>nicht</em> ignoriert und Gro&szlig;-/ "
6612
  #~ "Kleinschreibung wird beachtet."
6613
 
6614
- #~ msgid "Permissions"
6615
- #~ msgstr "Berechtigungen"
6616
-
6617
  #~ msgid "Advanced"
6618
  #~ msgstr "Erweitert"
6619
 
@@ -6799,9 +8317,6 @@ msgstr ""
6799
  #~ msgid "Link Details"
6800
  #~ msgstr "Details"
6801
 
6802
- #~ msgid "Last 5 minutes"
6803
- #~ msgstr "Letzte 5 Minuten"
6804
-
6805
  #~ msgid "visitor's screen's color depth (8, 16, 24, ...)"
6806
  #~ msgstr "Farbtiefe des Monitors des Besuchers (8, 16, 24, ...)"
6807
 
@@ -7975,10 +9490,6 @@ msgstr ""
7975
  #~ msgid "Raw Data"
7976
  #~ msgstr "Rohdaten"
7977
 
7978
- #, fuzzy
7979
- #~ msgid "Reverse"
7980
- #~ msgstr "Zur&uuml;cksetzen"
7981
-
7982
  #, fuzzy
7983
  #~ msgid "Click on a day for hourly metrics"
7984
  #~ msgstr "Klick auf einen Tag f&uuml;r Stunden-Auswertung"
@@ -8096,9 +9607,6 @@ msgstr ""
8096
  #~ msgid "Acrobat"
8097
  #~ msgstr "Adobe Acrobat"
8098
 
8099
- #~ msgid "Java"
8100
- #~ msgstr "Oracle Java"
8101
-
8102
  #~ msgid "Media Player"
8103
  #~ msgstr "MS MediaPlayer"
8104
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP SlimStat\n"
4
+ "POT-Creation-Date: 2019-06-10 15:35-0400\n"
5
+ "PO-Revision-Date: 2019-06-10 15:35-0400\n"
6
  "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
  "Language-Team: TechnoViel <klaus@technoviel.de>\n"
8
  "Language: de_DE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.2.3\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
190
  msgstr ""
191
 
192
  #: ../admin/config/index.php:98 ../admin/view/wp-slimstat-db.php:115
193
+ #: ../admin/view/wp-slimstat-db.php:1143 ../admin/view/wp-slimstat-db.php:1149
194
+ #: ../admin/view/wp-slimstat-db.php:1155 ../admin/view/wp-slimstat-db.php:1161
195
+ #: ../admin/view/wp-slimstat-db.php:1167 ../admin/view/wp-slimstat-db.php:1173
196
+ #: ../admin/view/wp-slimstat-db.php:1179
197
+ #: ../admin/view/wp-slimstat-reports.php:1176
198
+ #: ../admin/view/wp-slimstat-reports.php:1180
199
+ #: ../admin/view/wp-slimstat-reports.php:1383
200
  msgid "Hits"
201
  msgstr "Zugriffe"
202
 
246
  "scht."
247
 
248
  #: ../admin/config/index.php:102 ../admin/view/wp-slimstat-db.php:102
249
+ #: ../admin/view/wp-slimstat-db.php:692
250
  msgid "days"
251
  msgstr "Tage"
252
 
458
  "Definiert, wie viele Sekunden ein Besuch dauern soll. Bei Google Analytics "
459
  "wird hier 1.800 Sekunden vorgeschlagen."
460
 
461
+ #: ../admin/config/index.php:126 ../admin/config/index.php:189
462
  msgid "seconds"
463
  msgstr "Sekunden"
464
 
759
  "content type matches the ones you set here below."
760
  msgstr ""
761
 
762
+ #: ../admin/config/index.php:170 ../admin/config/index.php:206
763
  msgid "Reports"
764
  msgstr "Auswertungen"
765
 
857
  "and performance problems."
858
  msgstr ""
859
 
860
+ #: ../admin/config/index.php:183 ../admin/config/index.php:190
 
 
 
 
 
 
 
 
 
861
  #, fuzzy
862
  msgid "Rows to Display"
863
  msgstr "keine Daten vorhanden"
864
 
865
+ #: ../admin/config/index.php:183
866
  msgid "Specify the number of items in each report."
867
  msgstr ""
868
 
869
+ #: ../admin/config/index.php:184 ../admin/view/wp-slimstat-db.php:127
870
  #, fuzzy
871
  msgid "Max Results"
872
  msgstr "Max. Anzahl Ergebnisse"
873
 
874
+ #: ../admin/config/index.php:184
875
  msgid ""
876
  "Decide how many records should be retrieved from the database in total. "
877
  "Depending on your server configuration, you may want to fine tune this value "
878
  "to avoid exceeding your PHP memory limit."
879
  msgstr ""
880
 
881
+ #: ../admin/config/index.php:185
882
  msgid "IP Lookup"
883
  msgstr "IP Suche"
884
 
885
+ #: ../admin/config/index.php:185
886
  msgid ""
887
  "Customize the Geolocation service to be used in the reports. Default: "
888
  "<code>https://www.infosniper.net/?ip_address=</code>"
889
  msgstr ""
890
 
891
+ #: ../admin/config/index.php:186
892
  msgid "Comparison Chart"
893
  msgstr ""
894
 
895
+ #: ../admin/config/index.php:186
896
  msgid ""
897
  "Disable this option if you find the four line charts confusing, and prefer "
898
  "seeing only the selected time range."
899
  msgstr ""
900
 
901
+ #: ../admin/config/index.php:188
902
  msgid "Access Log and World Map"
903
  msgstr ""
904
 
905
+ #: ../admin/config/index.php:189
906
  msgid "Auto Refresh"
907
  msgstr ""
908
 
909
+ #: ../admin/config/index.php:189
910
  msgid ""
911
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
912
  "<strong>0</strong> (number zero) to deactivate this feature."
913
  msgstr ""
914
 
915
+ #: ../admin/config/index.php:190
916
  msgid "Specify the number of items in the Access Log."
917
  msgstr ""
918
 
919
+ #: ../admin/config/index.php:191
920
  msgid "Map Data Points"
921
  msgstr ""
922
 
923
+ #: ../admin/config/index.php:191
924
  msgid ""
925
  "Customize the maximum number of dots displayed on the world map. Please note "
926
  "that large numbers might increase the amount of time needed to render the "
927
  "map."
928
  msgstr ""
929
 
930
+ #: ../admin/config/index.php:193
931
  msgid "Miscellaneous"
932
  msgstr "Diverse"
933
 
934
+ #: ../admin/config/index.php:194
935
  msgid "Custom CSS"
936
  msgstr "Benutzerdefinierte CSS"
937
 
938
+ #: ../admin/config/index.php:194
939
  msgid ""
940
  "Paste here your custom stylesheet to personalize the way your reports look. "
941
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
944
  "a> for more information on how to use this setting."
945
  msgstr ""
946
 
947
+ #: ../admin/config/index.php:195
948
  #, fuzzy
949
  msgid "Chart Colors"
950
  msgstr "Diagramm-Einstellungen"
951
 
952
+ #: ../admin/config/index.php:195
953
  msgid ""
954
  "Customize the look and feel of your charts by assigning personalized colors "
955
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
957
  "example: <code>#ccc, #999, #bbcc44, #21759b</code>."
958
  msgstr ""
959
 
960
+ #: ../admin/config/index.php:196
961
  msgid "Mozscape Access ID"
962
  msgstr ""
963
 
964
+ #: ../admin/config/index.php:196
965
  msgid ""
966
  "Get accurate rankings for your website through the free <a href=\"https://"
967
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
969
  "started. Then enter your personal identification code here."
970
  msgstr ""
971
 
972
+ #: ../admin/config/index.php:197
973
  msgid "Mozscape Secret Key"
974
  msgstr ""
975
 
976
+ #: ../admin/config/index.php:197
977
  msgid ""
978
  "Do not share your secret key with anyone or they will be able to make API "
979
  "requests on your account!"
980
  msgstr ""
981
 
982
+ #: ../admin/config/index.php:198
983
  #, fuzzy
984
  msgid "Show User Agent"
985
  msgstr "Top Browser"
986
 
987
+ #: ../admin/config/index.php:198
988
  #, fuzzy
989
  msgid ""
990
  "Choose if you want to see the browser name or a complete user agent string "
993
  "Wählen Sie, ob der Browsername oder ein kompletter USER AGENT STRING "
994
  "angezeigt werden soll, wenn Sie auf die Browsersymbole zeigen."
995
 
996
+ #: ../admin/config/index.php:199
997
  msgid "Enable SOV"
998
  msgstr "SOV aktivieren"
999
 
1000
+ #: ../admin/config/index.php:199
1001
  msgid ""
1002
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
1003
  "the subject, object, and verb of a sentence appear in that order, like in "
1004
  "Japanese."
1005
  msgstr ""
1006
 
1007
+ #: ../admin/config/index.php:204
1008
  msgid "Access Control"
1009
  msgstr ""
1010
 
1011
+ #: ../admin/config/index.php:207
1012
  msgid "Restrict Authors"
1013
  msgstr "Autoren einschränken"
1014
 
1015
+ #: ../admin/config/index.php:207
1016
  #, fuzzy
1017
  msgid ""
1018
  "Enable this option if you want your authors to only see stats related to "
1021
  "Aktivieren Sie diese Option, wenn Ihre Autoren nur Statistiken zu Ihrem "
1022
  "eigenen Inhalt ansehen können."
1023
 
1024
+ #: ../admin/config/index.php:208 ../admin/config/index.php:212
1025
+ #: ../admin/config/index.php:216
1026
  #, fuzzy
1027
  msgid "Capability"
1028
  msgstr "Benutzer nach Browserf&auml;higkeiten"
1029
 
1030
+ #: ../admin/config/index.php:208
1031
  #, fuzzy
1032
  msgid ""
1033
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1034
+ "capabilities/' target='_new'>capability</a> needed to access the reports "
1035
+ "(default: <code>manage_options</code>). If this field is empty, <strong>all "
1036
+ "your users</strong> (including subscribers) will have access to the reports, "
1037
+ "unless a 'Read access' whitelist has been specified here below. In this "
1038
+ "case, the list has precedence over the capability."
1039
  msgstr ""
1040
  "Definieren Sie die Mindest-<a href='http://codex.wordpress.org/"
1041
  "Roles_and_Capabilities' target='_new'>CAPABILITIES</a>, die zur Anzeige der "
1044
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1045
  "welche Vorrang über die CAPABILITY hat."
1046
 
1047
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
1048
+ #: ../admin/config/index.php:217
1049
  msgid "Whitelist"
1050
  msgstr "Whitelist"
1051
 
1052
+ #: ../admin/config/index.php:209
1053
  #, fuzzy
1054
  msgid ""
1055
  "List all the users who should have access to the reports. Administrators are "
1061
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
1062
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
1063
 
1064
+ #: ../admin/config/index.php:211
1065
  #, fuzzy
1066
  msgid "Customizer"
1067
  msgstr "Benutzerdefinierte CSS"
1068
 
1069
+ #: ../admin/config/index.php:212
1070
  #, fuzzy
1071
  msgid ""
1072
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1073
+ "capabilities/' target='_new'>capability</a> needed to be able to customize "
1074
+ "the reports layout (default: <code>manage_options</code>). If this field is "
1075
+ "empty, your users will be permitted to use this features."
1076
  msgstr ""
1077
  "Definieren Sie die Mindest-<a href='http://codex.wordpress.org/"
1078
  "Roles_and_Capabilities' target='_new'>CAPABILITIES</a>, die zur Anzeige der "
1081
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1082
  "welche Vorrang über die CAPABILITY hat."
1083
 
1084
+ #: ../admin/config/index.php:213
1085
  #, fuzzy
1086
  msgid ""
1087
  "List all the users who should be allowed to customize their report layout. "
1093
  "angeführt werden. Wenn dieses Feld leer ist der Zugriff <strong>allen Ihren "
1094
  "Benutzern</strong> erlaubt. Bitte Groß-/Kleinschreibung beachten."
1095
 
1096
+ #: ../admin/config/index.php:215 ../admin/config/index.php:243
1097
+ #: ../admin/wp-slimstat-admin.php:607 ../admin/wp-slimstat-admin.php:653
1098
+ #: ../admin/wp-slimstat-admin.php:656
1099
  msgid "Settings"
1100
  msgstr "Einstellungen"
1101
 
1102
+ #: ../admin/config/index.php:216
1103
  #, fuzzy
1104
  msgid ""
1105
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1106
+ "capabilities/' target='_new'>capability</a> required to configure Slimstat "
1107
+ "(default: <code>manage_options</code>). The whitelist here below can be used "
1108
+ "to override this option for specific users."
1109
  msgstr ""
1110
  "Definieren Sie die Mindest-<a href='http://codex.wordpress.org/"
1111
  "Roles_and_Capabilities' target='_new'>CAPABILITIES</a>, die zur Anzeige der "
1114
  "Berichte, Außer eine 'Lesezugriffs'-Whitelist wurde weiter unten festgelegt, "
1115
  "welche Vorrang über die CAPABILITY hat."
1116
 
1117
+ #: ../admin/config/index.php:217
1118
  #, fuzzy
1119
  msgid ""
1120
  "List all the users who can edit these options. Please be advised that admins "
1128
  "Benutzer bekommen automatisch auch 'Lesezugriff' auf die WP SlimStat-"
1129
  "Berichte. Bitte Groß-/Kleinschreibung beachten."
1130
 
1131
+ #: ../admin/config/index.php:219
1132
  msgid "Rest API"
1133
  msgstr ""
1134
 
1135
+ #: ../admin/config/index.php:220
1136
  msgid "Tokens"
1137
  msgstr ""
1138
 
1139
+ #: ../admin/config/index.php:220
1140
  msgid ""
1141
  "In order to send requests to <a href='https://slimstat.freshdesk.com/support/"
1142
  "solutions/articles/12000033661-slimstat-rest-api' target='_blank'>the "
1149
  "tokens."
1150
  msgstr ""
1151
 
1152
+ #: ../admin/config/index.php:225
1153
  msgid "Maintenance"
1154
  msgstr "Wartung"
1155
 
1156
+ #: ../admin/config/index.php:230 ../admin/view/addons.php:35
1157
  #: ../admin/wp-slimstat-admin.php:62
1158
  msgid "Add-ons"
1159
  msgstr "Add-Ons"
1160
 
1161
+ #: ../admin/config/index.php:244 ../admin/view/index.php:6
1162
  msgid ""
1163
  "<strong>AdBlock browser extension detected</strong> - If you see this "
1164
  "notice, it means that your browser is not loading our stylesheet and/or "
1475
  msgstr ""
1476
 
1477
  #: ../admin/config/maintenance.php:291
1478
+ #, php-format
1479
+ msgid "Your data file was last downloaded on <strong>%s</strong>"
1480
  msgstr ""
1481
 
1482
  #: ../admin/config/maintenance.php:299
1638
  msgid "Load"
1639
  msgstr ""
1640
 
1641
+ #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:889
1642
  msgid "Today"
1643
  msgstr "heute"
1644
 
1645
+ #: ../admin/view/index.php:62 ../admin/view/wp-slimstat-db.php:892
1646
  msgid "Yesterday"
1647
  msgstr "Gestern"
1648
 
1652
 
1653
  #: ../admin/view/index.php:64
1654
  #, fuzzy
1655
+ #| msgid "Last 5 minutes"
1656
+ msgid "Last 4 weeks"
1657
+ msgstr "Letzte 5 Minuten"
1658
 
1659
  #: ../admin/view/index.php:65
1660
+ msgid "Last 12 weeks"
1661
+ msgstr ""
1662
 
1663
  #: ../admin/view/index.php:66
1664
  #, fuzzy
1665
+ #| msgid "Year"
1666
+ msgid "Last Year"
1667
+ msgstr "Jahr"
1668
 
1669
  #: ../admin/view/index.php:69
1670
  #, fuzzy
1754
  "corresponding report is currently hidden (Screen Options tab)."
1755
  msgstr ""
1756
 
1757
+ #: ../admin/view/layout.php:69 ../admin/view/wp-slimstat-reports.php:1738
1758
  #, fuzzy
1759
  msgid "Reset All"
1760
  msgstr "Datenbanktabellen zurücksetzen"
1788
  msgid "Syndication Reader"
1789
  msgstr ""
1790
 
1791
+ #: ../admin/view/right-now.php:74 ../admin/view/wp-slimstat-reports.php:1030
1792
+ #: ../admin/view/wp-slimstat-reports.php:1240
1793
+ #: ../admin/view/wp-slimstat-reports.php:1362
1794
+ #: ../admin/view/wp-slimstat-reports.php:1407
1795
  msgid "No data to display"
1796
  msgstr "keine Daten vorhanden"
1797
 
1798
+ #: ../admin/view/right-now.php:115
1799
  msgid "Date and Time"
1800
  msgstr "Datum und Uhrzeit"
1801
 
1802
+ #: ../admin/view/right-now.php:184 ../admin/view/wp-slimstat-db.php:60
1803
+ #: ../admin/wp-slimstat-admin.php:1112 ../admin/wp-slimstat-admin.php:1152
 
 
 
 
 
 
1804
  msgid "Originating IP"
1805
  msgstr "Ursprüngliche IP"
1806
 
1807
+ #: ../admin/view/right-now.php:215 ../admin/view/wp-slimstat-reports.php:1191
1808
+ #: ../admin/view/wp-slimstat-reports.php:1196
1809
+ #: ../admin/view/wp-slimstat-reports.php:1201
1810
+ #: ../admin/view/wp-slimstat-reports.php:1425
1811
  msgid "Open this URL in a new window"
1812
  msgstr "Diese URL in einem neuen Fenster &ouml;ffnen"
1813
 
1814
+ #: ../admin/view/right-now.php:227
1815
  msgid "Local search results page"
1816
  msgstr "lokale Suchergebnisse"
1817
 
1818
+ #: ../admin/view/right-now.php:236 ../admin/view/wp-slimstat-db.php:40
1819
  #: ../admin/view/wp-slimstat-reports.php:209
1820
  #: ../admin/view/wp-slimstat-reports.php:219
1821
+ #: ../admin/wp-slimstat-admin.php:1115 ../admin/wp-slimstat-admin.php:1131
1822
  msgid "Search Terms"
1823
  msgstr "Suchbegriffe"
1824
 
1825
+ #: ../admin/view/right-now.php:248
1826
  msgid "Server Latency and Page Speed in milliseconds"
1827
  msgstr ""
1828
 
1829
+ #: ../admin/view/right-now.php:248
1830
  msgid "SL"
1831
  msgstr ""
1832
 
1833
+ #: ../admin/view/right-now.php:248
1834
  msgid "PS"
1835
  msgstr ""
1836
 
1837
+ #: ../admin/view/right-now.php:255
1838
  #, fuzzy
1839
  msgid "Time spent on this page"
1840
  msgstr "Seite in neuem Fenster &ouml;ffnen"
1841
 
1842
+ #: ../admin/view/right-now.php:271
1843
  #, fuzzy
1844
  #| msgid "Unique Referrers"
1845
  msgid "Invalid Referrer"
1846
  msgstr "Eindeutige Herkunft"
1847
 
1848
+ #: ../admin/view/right-now.php:272
1849
  msgid "Open this referrer in a new window"
1850
  msgstr "Verweisende Seite in einem neuen Fenster &ouml;ffnen"
1851
 
1852
+ #: ../admin/view/right-now.php:273
1853
  #, fuzzy
1854
  msgid "Content Type"
1855
  msgstr "Inhalt"
1856
 
1857
+ #: ../admin/view/right-now.php:280
1858
  msgid "Open this outbound link in a new window"
1859
  msgstr "Wegführender Link in neuem Fenster &ouml;ffnen"
1860
 
1861
+ #: ../admin/view/right-now.php:288
1862
  msgid "Delete this entry from the database"
1863
  msgstr ""
1864
 
1865
+ #: ../admin/view/right-now.php:300
1866
  #, fuzzy
1867
  msgid "User Logged In"
1868
  msgstr "User Agent"
1869
 
1870
+ #: ../admin/view/right-now.php:310
1871
  #, fuzzy
1872
  msgid "User Logged Out"
1873
  msgstr "User Agent"
1874
 
1875
+ #: ../admin/view/wp-slimstat-db.php:37 ../admin/wp-slimstat-admin.php:1128
1876
  msgid "Browser"
1877
  msgstr "Browser"
1878
 
1879
+ #: ../admin/view/wp-slimstat-db.php:38 ../admin/wp-slimstat-admin.php:1129
1880
  msgid "Country Code"
1881
  msgstr "L&auml;nder-Code"
1882
 
1884
  msgid "IP Address"
1885
  msgstr "IP-Adresse"
1886
 
1887
+ #: ../admin/view/wp-slimstat-db.php:41 ../admin/wp-slimstat-admin.php:1132
1888
  msgid "Language Code"
1889
  msgstr "Sprach-Kodierung"
1890
 
1891
  #: ../admin/view/wp-slimstat-db.php:42 ../admin/view/wp-slimstat-db.php:110
1892
+ #: ../admin/wp-slimstat-admin.php:1133
1893
  msgid "Operating System"
1894
  msgstr "Betriebssystem"
1895
 
1896
  #: ../admin/view/wp-slimstat-db.php:43 ../admin/view/wp-slimstat-db.php:111
1897
+ #: ../admin/wp-slimstat-admin.php:1134
1898
  msgid "Permalink"
1899
  msgstr "Permalink"
1900
 
1901
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:112
1902
+ #: ../admin/wp-slimstat-admin.php:1135
1903
  msgid "Referer"
1904
  msgstr "Herkunft"
1905
 
1908
  msgid "Visitor's Username"
1909
  msgstr "Besuchername"
1910
 
1911
+ #: ../admin/view/wp-slimstat-db.php:46
1912
+ #, fuzzy
1913
+ #| msgid "Visitor's Name"
1914
+ msgid "Visitor's Email"
1915
+ msgstr "Besuchername"
1916
+
1917
+ #: ../admin/view/wp-slimstat-db.php:47 ../admin/wp-slimstat-admin.php:1118
1918
  msgid "Outbound Link"
1919
  msgstr "Ausgehender Link"
1920
 
1921
+ #: ../admin/view/wp-slimstat-db.php:48
1922
  msgid "Page Speed"
1923
  msgstr ""
1924
 
1925
+ #: ../admin/view/wp-slimstat-db.php:50
1926
  msgid "-- Advanced filters --"
1927
  msgstr "-- Erweiterte Filter --"
1928
 
1929
+ #: ../admin/view/wp-slimstat-db.php:51 ../admin/wp-slimstat-admin.php:1147
 
 
 
 
 
1930
  msgid "Browser Version"
1931
  msgstr "Browser-Version"
1932
 
1933
+ #: ../admin/view/wp-slimstat-db.php:52 ../admin/wp-slimstat-admin.php:1148
1934
  msgid "Browser Type"
1935
  msgstr "Browser-Typ"
1936
 
1937
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1117
1938
  msgid "User Agent"
1939
  msgstr "User Agent"
1940
 
1941
  #: ../admin/view/wp-slimstat-db.php:55
1942
+ #: ../admin/view/wp-slimstat-reports.php:1380
1943
  #, fuzzy
1944
  msgid "Coordinates"
1945
  msgstr "Tracking aktiv"
1954
  msgid "Server Latency"
1955
  msgstr "Latenz"
1956
 
1957
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1150
1958
  msgid "Post Author"
1959
  msgstr "Autor der Seiten"
1960
 
1961
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1151
1962
  msgid "Post Category ID"
1963
  msgstr "Kategorie-ID der Seite"
1964
 
1965
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1153
1966
  msgid "Resource Content Type"
1967
  msgstr "Inhalt der Ressource"
1968
 
1983
  msgid "Viewport Size"
1984
  msgstr ""
1985
 
1986
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1155
1987
  msgid "Visit ID"
1988
  msgstr "Besuchs-ID"
1989
 
2043
  msgstr ""
2044
 
2045
  #: ../admin/view/wp-slimstat-db.php:123
2046
+ #: ../admin/view/wp-slimstat-reports.php:1376
2047
  msgid "Type"
2048
  msgstr ""
2049
 
2061
  msgid "Offset"
2062
  msgstr ""
2063
 
2064
+ #: ../admin/view/wp-slimstat-db.php:675
2065
  #, fuzzy
2066
  msgid "Dataset Size"
2067
  msgstr "Datenbankgr&ouml;&szlig;e"
2068
 
2069
+ #: ../admin/view/wp-slimstat-db.php:677
2070
  msgid "Total number of records stored in the database."
2071
  msgstr ""
2072
 
2073
+ #: ../admin/view/wp-slimstat-db.php:679
2074
  msgid "DB Size"
2075
  msgstr "Datenbankgr&ouml;&szlig;e"
2076
 
2077
+ #: ../admin/view/wp-slimstat-db.php:682
2078
  #, fuzzy
2079
  msgid "Tracking Enabled"
2080
  msgstr "Tracking aktiv"
2081
 
2082
+ #: ../admin/view/wp-slimstat-db.php:685
2083
  msgid "Javascript Mode"
2084
  msgstr "Tracking per JavaScript"
2085
 
2086
+ #: ../admin/view/wp-slimstat-db.php:688
2087
  msgid "Tracking Browser Caps"
2088
  msgstr ""
2089
 
2090
+ #: ../admin/view/wp-slimstat-db.php:691
2091
  msgid "Auto purge"
2092
  msgstr "autom. Datenbank-Reorg."
2093
 
2094
+ #: ../admin/view/wp-slimstat-db.php:692 ../admin/wp-slimstat-admin.php:972
2095
  msgid "Off"
2096
  msgstr "Aus"
2097
 
2098
+ #: ../admin/view/wp-slimstat-db.php:694
2099
  msgid "Oldest pageview"
2100
  msgstr "&Auml;ltester Seitenaufruf"
2101
 
2102
+ #: ../admin/view/wp-slimstat-db.php:695
2103
  msgid "No visits"
2104
  msgstr "Keine Besuche"
2105
 
2106
+ #: ../admin/view/wp-slimstat-db.php:697
2107
  #, fuzzy
2108
  msgid "Geolocation"
2109
  msgstr "Macromedia Director"
2110
 
2111
+ #: ../admin/view/wp-slimstat-db.php:699
2112
  msgid "Date when the MaxMind Geolocation database was last updated."
2113
  msgstr ""
2114
 
2115
+ #: ../admin/view/wp-slimstat-db.php:867 ../admin/view/wp-slimstat-db.php:1100
2116
  #: ../admin/view/wp-slimstat-reports.php:45
2117
  #: ../admin/view/wp-slimstat-reports.php:54
2118
  msgid "Pageviews"
2119
  msgstr "Seitenaufrufe"
2120
 
2121
+ #: ../admin/view/wp-slimstat-db.php:869 ../admin/view/wp-slimstat-db.php:1102
2122
  #, fuzzy
2123
  msgid ""
2124
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2128
  "jedesmal einen 'Seitenaufruf' auf, wenn der Tracking-Code ausgef&uuml;hrt "
2129
  "wird."
2130
 
2131
+ #: ../admin/view/wp-slimstat-db.php:871
2132
  #, fuzzy
2133
  msgid "Days in Range"
2134
  msgstr "Datum und Uhrzeit"
2135
 
2136
+ #: ../admin/view/wp-slimstat-db.php:874
2137
  #, fuzzy
2138
  msgid "Average Daily Pageviews"
2139
  msgstr "Durchschnittl. Seitenaufrufe"
2140
 
2141
+ #: ../admin/view/wp-slimstat-db.php:876
2142
  #, fuzzy
2143
  msgid ""
2144
  "How many pages have been visited on average every day during the current "
2147
  "Wieviele Seiten wurden w&auml;hrend der aktuellen Periode durchschnittlich "
2148
  "besucht?"
2149
 
2150
+ #: ../admin/view/wp-slimstat-db.php:878
2151
  msgid "From Search Results"
2152
  msgstr "Von Suchergebnissen"
2153
 
2154
+ #: ../admin/view/wp-slimstat-db.php:880
2155
  msgid ""
2156
  "Visitors who landed on your site after searching for a keyword on Google, "
2157
  "Yahoo, etc."
2159
  "Besucher, welche nach einer Suche nach einem Suchbegriff auf einer "
2160
  "Suchmaschine auf die Website kamen."
2161
 
2162
+ #: ../admin/view/wp-slimstat-db.php:882 ../admin/view/wp-slimstat-db.php:1214
2163
  #: ../admin/view/wp-slimstat-reports.php:55
2164
  #: ../admin/view/wp-slimstat-reports.php:252
2165
  #: ../admin/view/wp-slimstat-reports.php:493
2166
  msgid "Unique IPs"
2167
  msgstr "Eindeutige IPs"
2168
 
2169
+ #: ../admin/view/wp-slimstat-db.php:884
2170
  msgid ""
2171
  "Used to differentiate between multiple requests to download a file from one "
2172
  "internet address (IP) and requests originating from many distinct addresses"
2174
  "Benutzt um bei mehreren Downloadanfragen zu unterscheiden, ob sie von einer "
2175
  "oder mehreren verschiedenen Internet-Adressen (IP) stammen"
2176
 
2177
+ #: ../admin/view/wp-slimstat-db.php:886
2178
  msgid "Last 30 minutes"
2179
  msgstr "Letzte 30 Minuten"
2180
 
2181
+ #: ../admin/view/wp-slimstat-db.php:1104
2182
  msgid "Unique Referrers"
2183
  msgstr "Eindeutige Herkunft"
2184
 
2185
+ #: ../admin/view/wp-slimstat-db.php:1106
2186
  msgid ""
2187
  "A referrer (or referring site) is the site that a visitor previously visited "
2188
  "before following a link to your site."
2190
  "Eine Herkunft (verweisende Seite) ist die Webseite welche ein Besucher vor "
2191
  "dem Besuch der eigenen Website besucht hat."
2192
 
2193
+ #: ../admin/view/wp-slimstat-db.php:1108
2194
  msgid "Direct Pageviews"
2195
  msgstr "Direkte Seitenaufrufe"
2196
 
2197
+ #: ../admin/view/wp-slimstat-db.php:1110
2198
  msgid ""
2199
  "Visitors who visited the site by typing the URL directly into their browser. "
2200
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2205
  "auch auf Besucher beziehen, welche Lesezeichen/Favoriten verwendet haben "
2206
  "oder Links in E-Mails bzw. Dokumenten gefolgt sind."
2207
 
2208
+ #: ../admin/view/wp-slimstat-db.php:1112
2209
  msgid "From a search result"
2210
  msgstr "Von einem Suchresultat"
2211
 
2212
+ #: ../admin/view/wp-slimstat-db.php:1114
2213
  msgid ""
2214
  "Visitors who came to your site via searches on Google or some other search "
2215
  "engine."
2216
  msgstr ""
2217
  "Besucher welche über eine Suchmaschine auf die eigene Website gekommen sind."
2218
 
2219
+ #: ../admin/view/wp-slimstat-db.php:1116
2220
  msgid "Unique Landing Pages"
2221
  msgstr "Eindeutige Einstiegsseiten"
2222
 
2223
+ #: ../admin/view/wp-slimstat-db.php:1118
2224
  msgid ""
2225
  "The first page that a user views during a session. This is also known as the "
2226
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2230
  "Die erste Seite welche ein Benutzer w&auml;hrend einer Sitzung besucht, die "
2231
  "s.g. Einstiegs- oder Landeseite."
2232
 
2233
+ #: ../admin/view/wp-slimstat-db.php:1120
2234
  msgid "Bounce Pages"
2235
  msgstr "Absprungrate"
2236
 
2237
+ #: ../admin/view/wp-slimstat-db.php:1122
2238
  #, fuzzy
2239
  msgid "Number of single page visits to your site over the selected period."
2240
  msgstr ""
2241
  "Anzahl der Besucher einer einzelnen Seite über die gew&auml;hlte Periode."
2242
 
2243
+ #: ../admin/view/wp-slimstat-db.php:1124
2244
  #, fuzzy
2245
  msgid "New Visitors Rate"
2246
  msgstr "Neue Besucher"
2247
 
2248
+ #: ../admin/view/wp-slimstat-db.php:1126
2249
  #, fuzzy
2250
  msgid ""
2251
  "Percentage of single page visits, i.e. visits in which the person left your "
2254
  "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
2255
  "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
2256
 
2257
+ #: ../admin/view/wp-slimstat-db.php:1128
2258
  msgid "Currently from search engines"
2259
  msgstr "Aktuell von Suchmaschinen"
2260
 
2261
+ #: ../admin/view/wp-slimstat-db.php:1130
2262
  msgid ""
2263
  "Visitors who visited the site in the last 5 minutes coming from a search "
2264
  "engine."
2266
  "Besucher welche innerhalb der letzten 5 Minuten von einer Suchmaschine "
2267
  "gekommen sind."
2268
 
2269
+ #: ../admin/view/wp-slimstat-db.php:1141
2270
  msgid "0 - 30 seconds"
2271
  msgstr "0-30 Sekunden"
2272
 
2273
+ #: ../admin/view/wp-slimstat-db.php:1147
2274
  msgid "31 - 60 seconds"
2275
  msgstr "31-60 Sekunden"
2276
 
2277
+ #: ../admin/view/wp-slimstat-db.php:1153
2278
  msgid "1 - 3 minutes"
2279
  msgstr "1-3 Minuten"
2280
 
2281
+ #: ../admin/view/wp-slimstat-db.php:1159
2282
  msgid "3 - 5 minutes"
2283
  msgstr "3-5 Minuten"
2284
 
2285
+ #: ../admin/view/wp-slimstat-db.php:1165
2286
  msgid "5 - 7 minutes"
2287
  msgstr "5-7 Minuten"
2288
 
2289
+ #: ../admin/view/wp-slimstat-db.php:1171
2290
  msgid "7 - 10 minutes"
2291
  msgstr "7-10 Minuten"
2292
 
2293
+ #: ../admin/view/wp-slimstat-db.php:1177
2294
  msgid "More than 10 minutes"
2295
  msgstr "Mehr als 10 Minuten"
2296
 
2297
+ #: ../admin/view/wp-slimstat-db.php:1189
2298
  #, fuzzy
2299
  msgid "Average visit duration"
2300
  msgstr "Besuchsdauer"
2301
 
2302
+ #: ../admin/view/wp-slimstat-db.php:1210
2303
+ #, fuzzy
2304
+ #| msgid "Permissions"
2305
+ msgid "Sessions"
2306
+ msgstr "Berechtigungen"
2307
 
2308
+ #: ../admin/view/wp-slimstat-db.php:1212
2309
+ #, fuzzy
2310
+ #| msgid ""
2311
+ #| "A visit is a session of at most 30 minutes. Returning visitors are "
2312
+ #| "counted multiple times if they perform multiple visits."
2313
  msgid ""
2314
+ "A session is a group of visits lasting at most 30 minutes. Returning "
2315
+ "visitors are counted multiple times if they start a new session."
2316
  msgstr ""
2317
  "Ein Besuch ist eine Session von max. 30 Minuten. Zur&;kkehrende Besucher "
2318
  "werden bei mehrfachen Besuchen auch mehrfach gez&auml;hlt."
2319
 
2320
+ #: ../admin/view/wp-slimstat-db.php:1216
2321
  msgid "It includes only traffic generated by human visitors."
2322
  msgstr ""
2323
 
2324
+ #: ../admin/view/wp-slimstat-db.php:1218
2325
  msgid "Bounce rate"
2326
  msgstr "Absprungrate"
2327
 
2328
+ #: ../admin/view/wp-slimstat-db.php:1220
2329
  msgid ""
2330
+ "Total number of one-page visits divided by the total number of entries to a "
2331
+ "website. Please see the <a href=\"https://support.google.com/analytics/"
2332
+ "answer/1009409?hl=en\" target=\"_blank\">official Google docs</a> for more "
2333
+ "information."
2334
  msgstr ""
 
 
2335
 
2336
+ #: ../admin/view/wp-slimstat-db.php:1222
2337
  msgid "Known visitors"
2338
  msgstr "Bekannte Besucher"
2339
 
2340
+ #: ../admin/view/wp-slimstat-db.php:1224
2341
+ #, fuzzy
2342
+ #| msgid "Visitors who had previously left a comment on your blog."
2343
+ msgid "Visitors who have previously left a comment on your blog."
2344
  msgstr ""
2345
  "Besucher, welche fr&uuml;her bereits einen Kommentar hinterlassen haben."
2346
 
2347
+ #: ../admin/view/wp-slimstat-db.php:1226
2348
+ msgid "Single-page Sessions"
2349
+ msgstr ""
2350
 
2351
+ #: ../admin/view/wp-slimstat-db.php:1228
2352
+ msgid "Human users that generated one single page view on your website."
2353
+ msgstr ""
2354
 
2355
+ #: ../admin/view/wp-slimstat-db.php:1230
2356
  msgid "Bots"
2357
  msgstr "Bots"
2358
 
2359
+ #: ../admin/view/wp-slimstat-db.php:1233
2360
  #, fuzzy
2361
  msgid "Pageviews per visit"
2362
  msgstr "Seiten pro Besuch"
2363
 
2364
+ #: ../admin/view/wp-slimstat-db.php:1236
2365
  msgid "Longest visit"
2366
  msgstr "L&auml;ngster Besuch"
2367
 
2368
+ #: ../admin/view/wp-slimstat-db.php:1237
2369
  msgid "hits"
2370
  msgstr "Zugriff"
2371
 
2372
+ #: ../admin/view/wp-slimstat-db.php:1246
2373
  #, fuzzy
2374
  msgid "Content Items"
2375
  msgstr "Inhalt"
2376
 
2377
+ #: ../admin/view/wp-slimstat-db.php:1248
2378
  msgid ""
2379
  "This value includes not only posts, but also custom post types, regardless "
2380
  "of their status"
2381
  msgstr ""
2382
 
2383
+ #: ../admin/view/wp-slimstat-db.php:1250
2384
  #, fuzzy
2385
  msgid "Posts"
2386
  msgstr "Top-Artikel"
2387
 
2388
+ #: ../admin/view/wp-slimstat-db.php:1253
2389
  #, fuzzy
2390
  msgid "Pages"
2391
  msgstr "Top-Seiten"
2392
 
2393
+ #: ../admin/view/wp-slimstat-db.php:1256
2394
  msgid "Attachments"
2395
  msgstr ""
2396
 
2397
+ #: ../admin/view/wp-slimstat-db.php:1259
2398
  #, fuzzy
2399
  msgid "Revisions"
2400
  msgstr "Berechtigungen"
2401
 
2402
+ #: ../admin/view/wp-slimstat-db.php:1262
2403
  #, fuzzy
2404
  msgid "Comments"
2405
  msgstr "Gesamte Kommentare"
2406
 
2407
+ #: ../admin/view/wp-slimstat-db.php:1265
2408
  #, fuzzy
2409
  msgid "Avg Comments per Post"
2410
  msgstr "Spalte bei Beitr&auml;gen hinzuf&uuml;gen"
2411
 
2412
+ #: ../admin/view/wp-slimstat-db.php:1268
2413
  msgid "Avg Server Latency"
2414
  msgstr ""
2415
 
2416
+ #: ../admin/view/wp-slimstat-db.php:1270
2417
  msgid ""
2418
  "Latency is the amount of time it takes for the host server to receive and "
2419
  "process a request for a page object. The amount of latency depends largely "
2447
  msgid "From search result page"
2448
  msgstr "Von einer Suchergebnisseite"
2449
 
2450
+ #: ../admin/view/wp-slimstat-reports.php:41 ../admin/wp-slimstat-admin.php:1110
2451
  msgid "Known Visitor"
2452
  msgstr "Bekannte Besucher"
2453
 
2574
  msgid "Human Visits"
2575
  msgstr "Echte Besuche"
2576
 
2577
+ #: ../admin/view/wp-slimstat-reports.php:251
2578
+ msgid "Visits"
2579
+ msgstr "Besuche"
2580
+
2581
  #: ../admin/view/wp-slimstat-reports.php:260
2582
  #, fuzzy
2583
  msgid "Audience Overview"
2629
  msgid "Top Viewport Sizes"
2630
  msgstr "Top-Kategorien"
2631
 
2632
+ #: ../admin/view/wp-slimstat-reports.php:339
2633
+ msgid "Browser Capabilities"
2634
+ msgstr "Browser-F&auml;higkeiten"
2635
+
2636
  #: ../admin/view/wp-slimstat-reports.php:348
2637
  msgid "Visit Duration"
2638
  msgstr "Besuchsdauer"
2897
  msgid "Refresh in"
2898
  msgstr "Anzeige aktualisieren in"
2899
 
2900
+ #: ../admin/view/wp-slimstat-reports.php:1079
2901
  msgid "Category ID"
2902
  msgstr "Kategorie-ID"
2903
 
2904
+ #: ../admin/view/wp-slimstat-reports.php:1084
2905
+ #: ../admin/view/wp-slimstat-reports.php:1098
2906
+ #: ../admin/view/wp-slimstat-reports.php:1103
2907
  #, fuzzy
2908
  msgid "Code"
2909
  msgstr "OS-Code"
2910
 
2911
+ #: ../admin/view/wp-slimstat-reports.php:1115
 
 
 
 
 
2912
  msgid "URL"
2913
  msgstr ""
2914
 
2915
+ #: ../admin/view/wp-slimstat-reports.php:1134
2916
  msgid "Referrer"
2917
  msgstr "Verweis"
2918
 
2919
+ #: ../admin/view/wp-slimstat-reports.php:1309
2920
+ #: ../admin/view/wp-slimstat-reports.php:1317
2921
  msgid "(previous)"
2922
  msgstr ""
2923
 
2924
+ #: ../admin/view/wp-slimstat-reports.php:1380
2925
  #, fuzzy
2926
  msgid "Date"
2927
  msgstr "Datum/Zeit"
2928
 
2929
+ #: ../admin/view/wp-slimstat-reports.php:1432
2930
  msgid "Filter by element in a group"
2931
  msgstr ""
2932
 
2933
+ #: ../admin/view/wp-slimstat-reports.php:1457
2934
+ msgid "Moz Domain Authority"
 
 
 
 
 
 
 
 
 
2935
  msgstr ""
2936
 
2937
+ #: ../admin/view/wp-slimstat-reports.php:1458
2938
  msgid ""
2939
+ "A normalized 100-point score representing the likelihood of a domain to rank "
2940
+ "well in search engine results."
 
2941
  msgstr ""
2942
 
2943
+ #: ../admin/view/wp-slimstat-reports.php:1462
2944
  #, fuzzy
2945
+ msgid "Moz Backlinks"
2946
+ msgstr "Blacklist"
 
 
 
 
 
 
 
2947
 
2948
+ #: ../admin/view/wp-slimstat-reports.php:1463
2949
+ msgid "Number of external equity links to your website."
2950
  msgstr ""
2951
 
2952
+ #: ../admin/view/wp-slimstat-reports.php:1467
2953
+ #, fuzzy
2954
+ msgid "Moz Links"
2955
+ msgstr "Ausgehender Link"
2956
 
2957
+ #: ../admin/view/wp-slimstat-reports.php:1468
2958
+ msgid ""
2959
+ "The number of links (external, equity or nonequity or not) to your homepage."
2960
  msgstr ""
2961
 
2962
+ #: ../admin/view/wp-slimstat-reports.php:1472
2963
  msgid "Alexa World Rank"
2964
  msgstr ""
2965
 
2966
+ #: ../admin/view/wp-slimstat-reports.php:1473
2967
  msgid ""
2968
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2969
  "traffic data."
2970
  msgstr ""
2971
 
2972
+ #: ../admin/view/wp-slimstat-reports.php:1477
2973
  msgid "Alexa Country Rank"
2974
  msgstr ""
2975
 
2976
+ #: ../admin/view/wp-slimstat-reports.php:1482
2977
  msgid "Alexa Popularity"
2978
  msgstr ""
2979
 
2980
+ #: ../admin/view/wp-slimstat-reports.php:1542
2981
  msgid "Alexa Delta"
2982
  msgstr ""
2983
 
2984
+ #: ../admin/view/wp-slimstat-reports.php:1698
2985
+ msgid "src"
2986
+ msgstr "src"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2987
 
2988
+ #: ../admin/view/wp-slimstat-reports.php:1702
2989
+ msgid "serp"
2990
+ msgstr "serp"
 
2991
 
2992
+ #: ../admin/view/wp-slimstat-reports.php:1710
2993
+ msgid "Go to the referring page"
2994
+ msgstr "Verweisende Seite &ouml;ffnen"
 
2995
 
2996
+ #: ../admin/view/wp-slimstat-reports.php:1729
2997
+ msgid "Remove filter for"
2998
+ msgstr "Entferne Filter f&uuml;r"
 
2999
 
3000
+ #: ../admin/view/wp-slimstat-reports.php:1734
3001
+ msgid "Save"
3002
+ msgstr ""
 
3003
 
3004
+ #: ../admin/wp-slimstat-admin.php:32
3005
+ msgid "Access Log"
3006
+ msgstr ""
 
3007
 
3008
+ #: ../admin/wp-slimstat-admin.php:38
3009
+ msgid "Overview"
3010
+ msgstr "&Uuml;bersicht"
 
3011
 
3012
+ #: ../admin/wp-slimstat-admin.php:44
3013
+ msgid "Audience"
3014
+ msgstr ""
 
3015
 
3016
+ #: ../admin/wp-slimstat-admin.php:50
3017
+ msgid "Site Analysis"
3018
+ msgstr ""
 
3019
 
3020
+ #: ../admin/wp-slimstat-admin.php:68
3021
+ #, fuzzy
3022
+ msgid "WordPress Dashboard"
3023
+ msgstr "WordPress-Integration"
3024
 
3025
+ #: ../admin/wp-slimstat-admin.php:74
3026
+ #, fuzzy
3027
+ msgid "Inactive Reports"
3028
+ msgstr "Berichte zurücksetzen"
3029
 
3030
+ #: ../admin/wp-slimstat-admin.php:510 ../admin/wp-slimstat-admin.php:578
3031
+ #, fuzzy
3032
+ msgid "Slimstat"
3033
+ msgstr "&Uuml;ber WP SlimStat"
3034
 
3035
+ #: ../admin/wp-slimstat-admin.php:598 ../admin/wp-slimstat-admin.php:626
3036
+ #: ../admin/wp-slimstat-admin.php:629
3037
+ #, fuzzy
3038
+ msgid "Customize"
3039
+ msgstr "Benutzerdefinierte CSS"
3040
 
3041
+ #: ../admin/wp-slimstat-admin.php:708
3042
+ #, fuzzy
3043
+ msgid "Pageviews in the last "
3044
+ msgstr "Seitenaufrufe (Diagramm)"
3045
 
3046
+ #: ../admin/wp-slimstat-admin.php:711
3047
+ #, fuzzy
3048
+ msgid "Unique IPs in the last "
3049
+ msgstr "Eindeutige interne Zugriffe"
3050
 
3051
+ #: ../admin/wp-slimstat-admin.php:745
3052
+ #, php-format
3053
+ msgid ""
3054
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3055
+ msgstr ""
3056
 
3057
+ #: ../admin/wp-slimstat-admin.php:770
3058
+ msgid "Show on screen"
3059
+ msgstr "Anzeigen"
 
3060
 
3061
+ #: ../admin/wp-slimstat-admin.php:878
3062
+ msgid "Already saved"
3063
+ msgstr ""
 
3064
 
3065
+ #: ../admin/wp-slimstat-admin.php:886
3066
+ msgid "Saved"
3067
+ msgstr ""
 
3068
 
3069
+ #: ../admin/wp-slimstat-admin.php:906
3070
+ #, fuzzy
3071
+ msgid "Delete this filter"
3072
+ msgstr "Lösche Seitenaufrufe, wo"
3073
 
3074
+ #: ../admin/wp-slimstat-admin.php:971
3075
+ msgid "On"
3076
+ msgstr "An"
 
3077
 
3078
+ #: ../admin/wp-slimstat-admin.php:1040
3079
+ msgid "Save Changes"
3080
+ msgstr "Änderungen speichern"
 
3081
 
3082
+ #: ../admin/wp-slimstat-admin.php:1084
3083
+ msgid "There was an error updating the following options:"
3084
+ msgstr "Fehler beim Aktualisieren folgender Optionen:"
 
3085
 
3086
+ #: ../admin/wp-slimstat-admin.php:1087
3087
+ #, fuzzy
3088
+ msgid "Your changes have been saved."
3089
+ msgstr "Optionen erfolgreich aktualisiert."
3090
 
3091
+ #: ../admin/wp-slimstat-admin.php:1105
3092
+ msgid "Definitions"
3093
+ msgstr "Definitionen"
 
3094
 
3095
+ #: ../admin/wp-slimstat-admin.php:1108
3096
+ msgid "Pageview"
3097
+ msgstr "Seitenaufrufe"
 
3098
 
3099
+ #: ../admin/wp-slimstat-admin.php:1108
3100
+ #, fuzzy
3101
+ msgid ""
3102
+ "A request to load a single HTML file (\"page\"). This should be contrasted "
3103
+ "with a \"hit\", which refers to a request for any file from a web server. "
3104
+ "Slimstat logs a pageview each time the tracking code is executed"
3105
+ msgstr ""
3106
+ "Eine Anfrage, eine einzelne HTML-Datei zu laden. WP SlimStat zeichnet "
3107
+ "jedesmal einen 'Seitenaufruf' auf wenn der Tracking-Code ausgef&uuml;hrt "
3108
+ "wird."
3109
+
3110
+ #: ../admin/wp-slimstat-admin.php:1109
3111
+ msgid "(Human) Visit"
3112
+ msgstr "Echte Besuche"
3113
+
3114
+ #: ../admin/wp-slimstat-admin.php:1109
3115
+ msgid ""
3116
+ "A period of interaction between a visitor's browser and your website, ending "
3117
+ "when the browser is closed or when the user has been inactive on that site "
3118
+ "for 30 minutes"
3119
+ msgstr ""
3120
+ "Zeitraum der Interaktion des Browsers eines Besuchers mit Ihrer Website. "
3121
+ "Diese endet wenn der Browser geschlossen wird oder der Besucher 30 Minuten "
3122
+ "lang nicht auf der Website aktiv war"
3123
+
3124
+ #: ../admin/wp-slimstat-admin.php:1110
3125
+ #, fuzzy
3126
+ #| msgid ""
3127
+ #| "Any user who has left a comment on your blog, and is thus identified by "
3128
+ #| "Wordpress as a returning visitor"
3129
+ msgid ""
3130
+ "Any user who has left a comment on your blog, and is thus identified by "
3131
+ "WordPress as a returning visitor"
3132
+ msgstr ""
3133
+ "Jeder Benutzer, der einen Kommentar auf Ihrer Website hinterlassen hat und "
3134
+ "damit als wiederkehrender Besucher erkannt wird."
3135
+
3136
+ #: ../admin/wp-slimstat-admin.php:1111
3137
+ msgid "Unique IP"
3138
+ msgstr "Eindeutige IPs"
3139
+
3140
+ #: ../admin/wp-slimstat-admin.php:1111
3141
+ msgid ""
3142
+ "Used to differentiate between multiple requests to download a file from one "
3143
+ "internet address (IP) and requests originating from many distinct addresses; "
3144
+ "since this measurement looks only at the internet address a pageview came "
3145
+ "from, it is useful, but not perfect"
3146
+ msgstr ""
3147
+ "Wird genutzt um zwischen mehreren Requests einer IP-Adresse und Requests von "
3148
+ "verschiedenen Adressen zu unterscheiden; da diese Messung nur auf die IP-"
3149
+ "Adresse von der ein Seitenaufruf stammt achtet, ist es nützlich, aber nicht "
3150
+ "perfekt."
3151
+
3152
+ #: ../admin/wp-slimstat-admin.php:1112
3153
+ msgid ""
3154
+ "the originating IP address of a client connecting to a web server through an "
3155
+ "HTTP proxy or load balancer"
3156
+ msgstr ""
3157
+ "Die ursprüngliche IP-Adresse eines Clients, der sich durch einen HTTP Proxy "
3158
+ "oder Load Balancer mit dem Server verbunden hat."
3159
+
3160
+ #: ../admin/wp-slimstat-admin.php:1113
3161
+ msgid "Direct Traffic"
3162
+ msgstr "Direkter Besuch"
3163
+
3164
+ #: ../admin/wp-slimstat-admin.php:1113
3165
+ msgid ""
3166
+ "All those people showing up to your Web site by typing in the URL of your "
3167
+ "Web site coming or from a bookmark; some people also call this \"default "
3168
+ "traffic\" or \"ambient traffic\""
3169
+ msgstr ""
3170
+ "Alle Besucher die Ihre Website durch Eingabe der Adresse Ihrer Seite (URL) "
3171
+ "oder ein Lesezeichen erreichen; auch \"default traffic\" oder \"ambient "
3172
+ "traffic\" genannt."
3173
+
3174
+ #: ../admin/wp-slimstat-admin.php:1114
3175
+ msgid "Search Engine"
3176
+ msgstr "Suchmaschinen"
3177
+
3178
+ #: ../admin/wp-slimstat-admin.php:1114
3179
+ msgid ""
3180
+ "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3181
+ "as well as your paid (PPC/SEM) traffic, so be aware of that"
3182
+ msgstr ""
3183
+ "Google, Yahoo, MSN, Ask usw.; hiwer ist sowohl organischer als auch "
3184
+ "bezahlter (PPC/SEM) Traffic enthalten."
3185
+
3186
+ #: ../admin/wp-slimstat-admin.php:1115 ../admin/wp-slimstat-admin.php:1131
3187
+ msgid "Keywords used by your visitors to find your website on a search engine"
3188
+ msgstr "Begriffe welche von Besuchern in Suchmaschinen verwendet wurden"
3189
+
3190
+ #: ../admin/wp-slimstat-admin.php:1116
3191
+ msgid "SERP"
3192
+ msgstr "SERP"
3193
+
3194
+ #: ../admin/wp-slimstat-admin.php:1116
3195
+ msgid ""
3196
+ "Short for search engine results page, the Web page that a search engine "
3197
+ "returns with the results of its search. The value shown represents your rank "
3198
+ "(or position) within that list of results"
3199
+ msgstr ""
3200
+ "\"Search Engine Result Pages\" - Suchmaschinenranking. Der Wert "
3201
+ "repräsentiert Ihren Rang (die Postition) in den Suchergebnissen."
3202
+
3203
+ #: ../admin/wp-slimstat-admin.php:1117
3204
+ msgid ""
3205
+ "Any program used for accessing a website; this includes browsers, robots, "
3206
+ "spiders and any other program that was used to retrieve information from the "
3207
+ "site"
3208
+ msgstr ""
3209
+ "Generische Kennung jedes zugreifenden Programmes, wie z.B. Browser (Firefox "
3210
+ "usw.), 'Robots' und 'Spider' sowie jedes andere Programm welches "
3211
+ "Informationen von einer Website abruft."
3212
+
3213
+ #: ../admin/wp-slimstat-admin.php:1118
3214
+ msgid ""
3215
+ "A link from one domain to another is said to be outbound from its source "
3216
+ "anchor and inbound to its target. This report lists all the links to other "
3217
+ "websites followed by your visitors."
3218
+ msgstr ""
3219
+ "Ausgehende Links sind links zu einer anderen Domain. Dieser Report zeigt "
3220
+ "alle Links zu anderen Websites die Ihre Besucher verfolgt haben."
3221
+
3222
+ #: ../admin/wp-slimstat-admin.php:1125
3223
+ msgid "Basic Filters"
3224
+ msgstr "Einfache Filter"
3225
+
3226
+ #: ../admin/wp-slimstat-admin.php:1128
3227
+ msgid "User agent (Firefox, Chrome, ...)"
3228
+ msgstr "Browser (Firefox, Chrome ...)"
3229
+
3230
+ #: ../admin/wp-slimstat-admin.php:1129
3231
+ msgid "2-letter code (us, ru, de, it, ...)"
3232
+ msgstr "Länder-Code (us, ru, de, it...)"
3233
+
3234
+ #: ../admin/wp-slimstat-admin.php:1130
3235
+ msgid "IP"
3236
+ msgstr "IP"
3237
+
3238
+ #: ../admin/wp-slimstat-admin.php:1130
3239
+ msgid "Visitor's public IP address"
3240
+ msgstr "&Ouml;ffentliche IP-Adresse des Besuchers"
3241
+
3242
+ #: ../admin/wp-slimstat-admin.php:1132
3243
+ #, fuzzy
3244
+ #| msgid ""
3245
+ #| "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft."
3246
+ #| "com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> "
3247
+ #| "(first column) for more information"
3248
+ msgid ""
3249
+ "Please refer to this <a target=\"_blank\" href=\"https://msdn.microsoft.com/"
3250
+ "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3251
+ "column) for more information"
3252
+ msgstr ""
3253
+ "Siehe <a target=\"_blank\" href=\"http://msdn.microsoft.com/en-us/library/"
3254
+ "ee825488(v=cs.20).aspx\">Tabelle von Sprach-Kodierungen</a> "
3255
+
3256
+ #: ../admin/wp-slimstat-admin.php:1133
3257
+ #, fuzzy
3258
+ #| msgid ""
3259
+ #| "Accepts identifiers like win7, win98, macosx, ...; please refer to <a "
3260
+ #| "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
3261
+ #| "\">this manual page</a> for more information"
3262
+ msgid ""
3263
+ "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3264
+ "\"_blank\" href=\"https://php.net/manual/en/function.get-browser.php\">this "
3265
+ "manual page</a> for more information"
3266
+ msgstr ""
3267
+ "Akzeptiert Bezeichner wie win7, win98, macosx usw.; weitere Informationen "
3268
+ "gibt es auf <a href=\"http://php.net/manual/de/function.get-browser.php\" "
3269
+ "target=\"_blank\">dieser Seite</a>"
3270
+
3271
+ #: ../admin/wp-slimstat-admin.php:1134
3272
+ msgid "URL accessed on your site"
3273
+ msgstr "URL, die auf Ihrer Seite besucht wurde"
3274
+
3275
+ #: ../admin/wp-slimstat-admin.php:1135
3276
+ #, fuzzy
3277
+ msgid "Complete address of the referrer page"
3278
+ msgstr "Verweisende Seite &ouml;ffnen"
3279
+
3280
+ #: ../admin/wp-slimstat-admin.php:1136
3281
+ msgid "Visitor's Name"
3282
+ msgstr "Besuchername"
3283
+
3284
+ #: ../admin/wp-slimstat-admin.php:1136
3285
+ #, fuzzy
3286
+ #| msgid ""
3287
+ #| "Visitors' names according to the cookie set by Wordpress after they leave "
3288
+ #| "a comment"
3289
+ msgid ""
3290
+ "Visitors' names according to the cookie set by WordPress after they leave a "
3291
+ "comment"
3292
+ msgstr ""
3293
+ "Besuchername laut Cookie, welches Wordpress beim hinterlassen eines "
3294
+ "Kommentars anlegt"
3295
+
3296
+ #: ../admin/wp-slimstat-admin.php:1144
3297
+ msgid "Advanced Filters"
3298
+ msgstr "Erweiterte Filter"
3299
+
3300
+ #: ../admin/wp-slimstat-admin.php:1147
3301
+ msgid "user agent version (9.0, 11, ...)"
3302
+ msgstr "Browser-Version (9.0, 11, ...)"
3303
+
3304
+ #: ../admin/wp-slimstat-admin.php:1148
3305
+ msgid ""
3306
+ "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
3307
+ "all others"
3308
+ msgstr ""
3309
+ "1 = Suchmaschinen Crawler, 2 = Mobiles Gerät, 3 = Feed-Reader, 0 = alle "
3310
+ "anderen"
3311
+
3312
+ #: ../admin/wp-slimstat-admin.php:1149
3313
+ msgid "Pageview Attributes"
3314
+ msgstr "Eigenschaften Seitenaufrufe"
3315
+
3316
+ #: ../admin/wp-slimstat-admin.php:1149
3317
+ msgid ""
3318
+ "this field is set to <em>[pre]</em> if the resource has been accessed "
3319
+ "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3320
+ "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
3321
+ msgstr ""
3322
+ "Dieses Feld enth&auml;lt <em>[pre]</em> wenn der Zugriff von through <a "
3323
+ "target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3324
+ "Link_prefetching_FAQ\">Link Prefetching</a> oder eine &auml;hnliche "
3325
+
3326
+ #: ../admin/wp-slimstat-admin.php:1150
3327
+ msgid "author associated to that post/page when the resource was accessed"
3328
+ msgstr "Der dem Artikel / der Seite zugeordnete Autor"
3329
+
3330
+ #: ../admin/wp-slimstat-admin.php:1151
3331
+ msgid "ID of the category/term associated to the resource, when available"
3332
+ msgstr "ID der zugeordneten Kategorie, falls vorhanden"
3333
+
3334
+ #: ../admin/wp-slimstat-admin.php:1152
3335
+ msgid "visitor's originating IP address, if available"
3336
+ msgstr "IP-Adresse des Besuchers, falls bekannt"
3337
+
3338
+ #: ../admin/wp-slimstat-admin.php:1153
3339
+ #, fuzzy
3340
+ #| msgid ""
3341
+ #| "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3342
+ #| "post_type_archive, tag, taxonomy, category, date, author, archive, "
3343
+ #| "search, feed, home; please refer to the <a target=\"_blank\" href="
3344
+ #| "\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
3345
+ #| "manual page for more information"
3346
+ msgid ""
3347
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3348
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3349
+ "feed, home; please refer to the <a target=\"_blank\" href=\"https://codex."
3350
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
3351
+ "information"
3352
+ msgstr ""
3353
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3354
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3355
+ "feed, home; F&uuml;r mehr Infos s. <a target=\"_blank\" href=\"http://codex."
3356
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a>."
3357
+
3358
+ #: ../admin/wp-slimstat-admin.php:1154
3359
+ msgid "Screen Resolution"
3360
+ msgstr "Bildschirm-Aufl&ouml;sung"
3361
+
3362
+ #: ../admin/wp-slimstat-admin.php:1154
3363
+ msgid "viewport width and height (1024x768, 800x600, ...)"
3364
+ msgstr "Breite und H&ouml;he des sichtbaren Bereiches"
3365
+
3366
+ #: ../admin/wp-slimstat-admin.php:1155
3367
+ msgid ""
3368
+ "generally used in conjunction with <em>is not empty</em>, identifies human "
3369
+ "visitors"
3370
+ msgstr ""
3371
+ "Meist im Zusammenhang mit <em>nicht leer</em> verwendet, kennzeichnet echte "
3372
+ "Besucher"
3373
+
3374
+ #: ../admin/wp-slimstat-admin.php:1156
3375
+ msgid "Date Filters"
3376
+ msgstr "Datumsfilter"
3377
+
3378
+ #: ../admin/wp-slimstat-admin.php:1156
3379
+ msgid ""
3380
+ "you can specify the timeframe by entering a number in the <em>interval</em> "
3381
+ "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
3382
+ "year=blank, interval=-1 will set a year-to-date filter)"
3383
+ msgstr ""
3384
+ "Sie können einen Zeitraum angeben, in dem Sie bei 'Tage' eine Zahl angeben. "
3385
+ "-1 erzeugt ein Intervall seit Beginn des Jahres / Monats, z.B. Tag=1, "
3386
+ "Monat=1, Jahr leer, Intervall=-1 erzeugt einen 'seit Jahresbeginn' Filter."
3387
+
3388
+ #: ../admin/wp-slimstat-admin.php:1157
3389
+ msgid "SERP Position"
3390
+ msgstr "Suchmaschinenrang"
3391
+
3392
+ #: ../admin/wp-slimstat-admin.php:1157
3393
+ msgid ""
3394
+ "set the filter to Referer contains cd=N&, where N is the position you are "
3395
+ "looking for"
3396
+ msgstr ""
3397
+ "Filter nach Herkunft mit cd=N& setzen, wobei N die gesuchte Position ist"
3398
+
3399
+ #: ../browscap/browser.php:24
3400
+ msgid ""
3401
+ "The Browscap Library could not be opened on your filesystem. Please check "
3402
+ "your server permissions and try again."
3403
+ msgstr ""
3404
+
3405
+ #: ../browscap/browser.php:61
3406
+ msgid ""
3407
+ "This library requires at least PHP 7.1. Please ask your service provider to "
3408
+ "upgrade your server accordingly."
3409
+ msgstr ""
3410
+
3411
+ #: ../browscap/browser.php:65
3412
+ msgid "No updates are performed during AJAX requests."
3413
+ msgstr ""
3414
+
3415
+ #: ../browscap/browser.php:69
3416
+ msgid ""
3417
+ "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
3418
+ "config.php file, or contact our support to obtain a copy of our Browscap "
3419
+ "Library."
3420
+ msgstr ""
3421
+
3422
+ #: ../browscap/browser.php:110
3423
+ msgid ""
3424
+ "There was an error checking the remote library version. Please try again "
3425
+ "later."
3426
+ msgstr ""
3427
+
3428
+ #: ../browscap/browser.php:117
3429
+ msgid "Your version of the library does not need to be updated."
3430
+ msgstr ""
3431
+
3432
+ #: ../browscap/browser.php:128
3433
+ msgid ""
3434
+ "There was an error saving the Browscap data file on your server. Please "
3435
+ "check your folder permissions."
3436
+ msgstr ""
3437
+
3438
+ #: ../browscap/browser.php:135
3439
+ msgid ""
3440
+ "There was an error downloading the Browscap data file from our server. "
3441
+ "Please try again later."
3442
+ msgstr ""
3443
+
3444
+ #: ../browscap/browser.php:144
3445
+ msgid ""
3446
+ "Could not initialize the WP Filesystem API. Please check your folder "
3447
+ "permissions and PHP configuration."
3448
+ msgstr ""
3449
+
3450
+ #: ../browscap/browser.php:159
3451
+ msgid ""
3452
+ "There was an error uncompressing the Browscap data file on your server. "
3453
+ "Please check your folder permissions and PHP configuration."
3454
+ msgstr ""
3455
+
3456
+ #: ../browscap/browser.php:167
3457
+ msgid "The Browscap data file has been installed on your server."
3458
+ msgstr ""
3459
+
3460
+ #: ../languages/dynamic_strings.php:5 ../languages/dynamic_strings.php:8
3461
+ #: ../languages/dynamic_strings.php:457 ../languages/dynamic_strings.php:458
3462
+ #: ../languages/dynamic_strings.php:459 ../languages/dynamic_strings.php:515
3463
+ #: ../languages/dynamic_strings.php:557
3464
+ #, fuzzy
3465
+ #| msgid "unknown"
3466
+ msgid "Unknown"
3467
+ msgstr "Unbekannt"
3468
+
3469
+ #: ../languages/dynamic_strings.php:9
3470
+ #, fuzzy
3471
+ #| msgid "IP Address"
3472
+ msgid "Local IP Address"
3473
+ msgstr "IP-Adresse"
3474
+
3475
+ #: ../languages/dynamic_strings.php:11
3476
+ msgid "Afghanistan"
3477
+ msgstr ""
3478
+
3479
+ #: ../languages/dynamic_strings.php:12
3480
+ msgid "Aland Islands"
3481
+ msgstr ""
3482
+
3483
+ #: ../languages/dynamic_strings.php:13
3484
+ msgid "Albania"
3485
+ msgstr ""
3486
+
3487
+ #: ../languages/dynamic_strings.php:14
3488
+ msgid "Algeria"
3489
+ msgstr ""
3490
+
3491
+ #: ../languages/dynamic_strings.php:15
3492
+ msgid "Andorra"
3493
+ msgstr ""
3494
+
3495
+ #: ../languages/dynamic_strings.php:16
3496
+ msgid "Angola"
3497
+ msgstr ""
3498
+
3499
+ #: ../languages/dynamic_strings.php:17
3500
+ msgid "Anguilla"
3501
+ msgstr ""
3502
+
3503
+ #: ../languages/dynamic_strings.php:18
3504
+ msgid "Antigua and Barbuda"
3505
+ msgstr ""
3506
+
3507
+ #: ../languages/dynamic_strings.php:19
3508
+ msgid "Argentina"
3509
+ msgstr ""
3510
+
3511
+ #: ../languages/dynamic_strings.php:20
3512
+ msgid "Armenia"
3513
+ msgstr ""
3514
+
3515
+ #: ../languages/dynamic_strings.php:21
3516
+ msgid "Aruba"
3517
+ msgstr ""
3518
+
3519
+ #: ../languages/dynamic_strings.php:22
3520
+ msgid "Australia"
3521
+ msgstr ""
3522
+
3523
+ #: ../languages/dynamic_strings.php:23
3524
+ msgid "Austria"
3525
+ msgstr ""
3526
+
3527
+ #: ../languages/dynamic_strings.php:24
3528
+ msgid "Azerbaijan"
3529
+ msgstr ""
3530
+
3531
+ #: ../languages/dynamic_strings.php:25
3532
+ msgid "Bahamas"
3533
+ msgstr ""
3534
+
3535
+ #: ../languages/dynamic_strings.php:26
3536
+ msgid "Bahrain"
3537
+ msgstr ""
3538
+
3539
+ #: ../languages/dynamic_strings.php:27
3540
+ msgid "Bangladesh"
3541
+ msgstr ""
3542
+
3543
+ #: ../languages/dynamic_strings.php:28
3544
+ msgid "Barbados"
3545
+ msgstr ""
3546
+
3547
+ #: ../languages/dynamic_strings.php:29
3548
+ msgid "Belarus"
3549
+ msgstr ""
3550
+
3551
+ #: ../languages/dynamic_strings.php:30
3552
+ msgid "Belgium"
3553
+ msgstr ""
3554
+
3555
+ #: ../languages/dynamic_strings.php:31
3556
+ msgid "Belize"
3557
+ msgstr ""
3558
+
3559
+ #: ../languages/dynamic_strings.php:32
3560
+ msgid "Benin"
3561
+ msgstr ""
3562
+
3563
+ #: ../languages/dynamic_strings.php:33
3564
+ msgid "Bermuda"
3565
+ msgstr ""
3566
+
3567
+ #: ../languages/dynamic_strings.php:34
3568
+ msgid "Bhutan"
3569
+ msgstr ""
3570
+
3571
+ #: ../languages/dynamic_strings.php:35
3572
+ msgid "Bolivia"
3573
+ msgstr ""
3574
+
3575
+ #: ../languages/dynamic_strings.php:36
3576
+ msgid "Bosnia and Herzegovina"
3577
+ msgstr ""
3578
+
3579
+ #: ../languages/dynamic_strings.php:37
3580
+ #, fuzzy
3581
+ #| msgid "Bots"
3582
+ msgid "Botswana"
3583
+ msgstr "Bots"
3584
+
3585
+ #: ../languages/dynamic_strings.php:38
3586
+ msgid "Brazil"
3587
+ msgstr ""
3588
+
3589
+ #: ../languages/dynamic_strings.php:39
3590
+ msgid "Brunei Darussalam"
3591
+ msgstr ""
3592
+
3593
+ #: ../languages/dynamic_strings.php:40
3594
+ msgid "Bulgaria"
3595
+ msgstr ""
3596
+
3597
+ #: ../languages/dynamic_strings.php:41
3598
+ msgid "Burkina Faso"
3599
+ msgstr ""
3600
+
3601
+ #: ../languages/dynamic_strings.php:42
3602
+ msgid "Burundi"
3603
+ msgstr ""
3604
+
3605
+ #: ../languages/dynamic_strings.php:43
3606
+ msgid "Cambodia"
3607
+ msgstr ""
3608
+
3609
+ #: ../languages/dynamic_strings.php:44
3610
+ msgid "Cameroon"
3611
+ msgstr ""
3612
+
3613
+ #: ../languages/dynamic_strings.php:45
3614
+ msgid "Canada"
3615
+ msgstr ""
3616
+
3617
+ #: ../languages/dynamic_strings.php:46
3618
+ msgid "Cape Verde"
3619
+ msgstr ""
3620
+
3621
+ #: ../languages/dynamic_strings.php:47
3622
+ msgid "Cayman Islands"
3623
+ msgstr ""
3624
+
3625
+ #: ../languages/dynamic_strings.php:48
3626
+ msgid "Central African Republic"
3627
+ msgstr ""
3628
+
3629
+ #: ../languages/dynamic_strings.php:49
3630
+ msgid "Chad"
3631
+ msgstr ""
3632
+
3633
+ #: ../languages/dynamic_strings.php:50
3634
+ msgid "Chile"
3635
+ msgstr ""
3636
+
3637
+ #: ../languages/dynamic_strings.php:51
3638
+ msgid "China"
3639
+ msgstr ""
3640
+
3641
+ #: ../languages/dynamic_strings.php:52
3642
+ msgid "Colombia"
3643
+ msgstr ""
3644
+
3645
+ #: ../languages/dynamic_strings.php:53
3646
+ msgid "Comoros"
3647
+ msgstr ""
3648
+
3649
+ #: ../languages/dynamic_strings.php:54
3650
+ msgid "Congo"
3651
+ msgstr ""
3652
+
3653
+ #: ../languages/dynamic_strings.php:55
3654
+ msgid "The Democratic Republic of the Congo"
3655
+ msgstr ""
3656
+
3657
+ #: ../languages/dynamic_strings.php:56
3658
+ msgid "Costa Rica"
3659
+ msgstr ""
3660
+
3661
+ #: ../languages/dynamic_strings.php:57
3662
+ msgid "Côte d'Ivoire"
3663
+ msgstr ""
3664
+
3665
+ #: ../languages/dynamic_strings.php:58
3666
+ msgid "Croatia"
3667
+ msgstr ""
3668
+
3669
+ #: ../languages/dynamic_strings.php:59
3670
+ msgid "Cuba"
3671
+ msgstr ""
3672
+
3673
+ #: ../languages/dynamic_strings.php:60
3674
+ msgid "Cyprus"
3675
+ msgstr ""
3676
+
3677
+ #: ../languages/dynamic_strings.php:61
3678
+ msgid "Czech Republic"
3679
+ msgstr ""
3680
+
3681
+ #: ../languages/dynamic_strings.php:62
3682
+ msgid "Denmark"
3683
+ msgstr ""
3684
+
3685
+ #: ../languages/dynamic_strings.php:63
3686
+ msgid "Djibouti"
3687
+ msgstr ""
3688
+
3689
+ #: ../languages/dynamic_strings.php:64
3690
+ msgid "Dominica"
3691
+ msgstr ""
3692
+
3693
+ #: ../languages/dynamic_strings.php:65
3694
+ msgid "Dominican Republic"
3695
+ msgstr ""
3696
+
3697
+ #: ../languages/dynamic_strings.php:66
3698
+ msgid "Ecuador"
3699
+ msgstr ""
3700
+
3701
+ #: ../languages/dynamic_strings.php:67
3702
+ msgid "Egypt"
3703
+ msgstr ""
3704
+
3705
+ #: ../languages/dynamic_strings.php:68
3706
+ msgid "El Salvador"
3707
+ msgstr ""
3708
+
3709
+ #: ../languages/dynamic_strings.php:69
3710
+ msgid "Equatorial Guinea"
3711
+ msgstr ""
3712
+
3713
+ #: ../languages/dynamic_strings.php:70
3714
+ msgid "Eritrea"
3715
+ msgstr ""
3716
+
3717
+ #: ../languages/dynamic_strings.php:71
3718
+ msgid "Estonia"
3719
+ msgstr ""
3720
+
3721
+ #: ../languages/dynamic_strings.php:72
3722
+ msgid "Ethiopia"
3723
+ msgstr ""
3724
+
3725
+ #: ../languages/dynamic_strings.php:73
3726
+ msgid "Faroe Islands"
3727
+ msgstr ""
3728
+
3729
+ #: ../languages/dynamic_strings.php:74
3730
+ msgid "Falkland Islands (Malvinas)"
3731
+ msgstr ""
3732
+
3733
+ #: ../languages/dynamic_strings.php:75
3734
+ msgid "Fiji"
3735
+ msgstr ""
3736
+
3737
+ #: ../languages/dynamic_strings.php:76
3738
+ msgid "Finland"
3739
+ msgstr ""
3740
+
3741
+ #: ../languages/dynamic_strings.php:77
3742
+ msgid "France"
3743
+ msgstr ""
3744
+
3745
+ #: ../languages/dynamic_strings.php:78
3746
+ msgid "French Guiana"
3747
+ msgstr ""
3748
+
3749
+ #: ../languages/dynamic_strings.php:79
3750
+ msgid "Gabon"
3751
+ msgstr ""
3752
+
3753
+ #: ../languages/dynamic_strings.php:80
3754
+ msgid "Gambia"
3755
+ msgstr ""
3756
+
3757
+ #: ../languages/dynamic_strings.php:81
3758
+ msgid "Georgia"
3759
+ msgstr ""
3760
+
3761
+ #: ../languages/dynamic_strings.php:82
3762
+ #, fuzzy
3763
+ #| msgid "Permalink"
3764
+ msgid "Germany"
3765
+ msgstr "Permalink"
3766
+
3767
+ #: ../languages/dynamic_strings.php:83
3768
+ msgid "Ghana"
3769
+ msgstr ""
3770
+
3771
+ #: ../languages/dynamic_strings.php:84
3772
+ msgid "Greece"
3773
+ msgstr ""
3774
+
3775
+ #: ../languages/dynamic_strings.php:85
3776
+ msgid "Greenland"
3777
+ msgstr ""
3778
+
3779
+ #: ../languages/dynamic_strings.php:86
3780
+ msgid "Grenada"
3781
+ msgstr ""
3782
+
3783
+ #: ../languages/dynamic_strings.php:87
3784
+ msgid "Guadeloupe"
3785
+ msgstr ""
3786
+
3787
+ #: ../languages/dynamic_strings.php:88
3788
+ msgid "Guatemala"
3789
+ msgstr ""
3790
+
3791
+ #: ../languages/dynamic_strings.php:89
3792
+ msgid "Guinea"
3793
+ msgstr ""
3794
+
3795
+ #: ../languages/dynamic_strings.php:90
3796
+ msgid "Guinea-Bissau"
3797
+ msgstr ""
3798
+
3799
+ #: ../languages/dynamic_strings.php:91
3800
+ msgid "Guyana"
3801
+ msgstr ""
3802
+
3803
+ #: ../languages/dynamic_strings.php:92
3804
+ msgid "Haiti"
3805
+ msgstr ""
3806
+
3807
+ #: ../languages/dynamic_strings.php:93
3808
+ msgid "Honduras"
3809
+ msgstr ""
3810
+
3811
+ #: ../languages/dynamic_strings.php:94
3812
+ msgid "Hong Kong"
3813
+ msgstr ""
3814
+
3815
+ #: ../languages/dynamic_strings.php:95
3816
+ msgid "Hungary"
3817
+ msgstr ""
3818
+
3819
+ #: ../languages/dynamic_strings.php:96
3820
+ msgid "Iceland"
3821
+ msgstr ""
3822
+
3823
+ #: ../languages/dynamic_strings.php:97
3824
+ msgid "India"
3825
+ msgstr ""
3826
+
3827
+ #: ../languages/dynamic_strings.php:98
3828
+ msgid "Indonesia"
3829
+ msgstr ""
3830
+
3831
+ #: ../languages/dynamic_strings.php:99
3832
+ msgid "Islamic Republic of Iran"
3833
+ msgstr ""
3834
+
3835
+ #: ../languages/dynamic_strings.php:100
3836
+ msgid "Iraq"
3837
+ msgstr ""
3838
+
3839
+ #: ../languages/dynamic_strings.php:101
3840
+ msgid "Ireland"
3841
+ msgstr ""
3842
+
3843
+ #: ../languages/dynamic_strings.php:102
3844
+ msgid "Israel"
3845
+ msgstr ""
3846
+
3847
+ #: ../languages/dynamic_strings.php:103
3848
+ msgid "Italy"
3849
+ msgstr ""
3850
+
3851
+ #: ../languages/dynamic_strings.php:104
3852
+ msgid "Jamaica"
3853
+ msgstr ""
3854
+
3855
+ #: ../languages/dynamic_strings.php:105
3856
+ msgid "Japan"
3857
+ msgstr ""
3858
+
3859
+ #: ../languages/dynamic_strings.php:106
3860
+ msgid "Jordan"
3861
+ msgstr ""
3862
+
3863
+ #: ../languages/dynamic_strings.php:107
3864
+ msgid "Kazakhstan"
3865
+ msgstr ""
3866
+
3867
+ #: ../languages/dynamic_strings.php:108
3868
+ msgid "Kenya"
3869
+ msgstr ""
3870
+
3871
+ #: ../languages/dynamic_strings.php:109
3872
+ msgid "Nauru"
3873
+ msgstr ""
3874
+
3875
+ #: ../languages/dynamic_strings.php:110
3876
+ msgid "Democratic People's Republic of Korea"
3877
+ msgstr ""
3878
+
3879
+ #: ../languages/dynamic_strings.php:111
3880
+ msgid "Republic of Korea"
3881
+ msgstr ""
3882
+
3883
+ #: ../languages/dynamic_strings.php:112
3884
+ msgid "Kosovo"
3885
+ msgstr ""
3886
+
3887
+ #: ../languages/dynamic_strings.php:113
3888
+ msgid "Kuwait"
3889
+ msgstr ""
3890
+
3891
+ #: ../languages/dynamic_strings.php:114
3892
+ msgid "Kyrgyzstan"
3893
+ msgstr ""
3894
+
3895
+ #: ../languages/dynamic_strings.php:115
3896
+ msgid "Lao People's Democratic Republic"
3897
+ msgstr ""
3898
+
3899
+ #: ../languages/dynamic_strings.php:116
3900
+ msgid "Latvia"
3901
+ msgstr ""
3902
+
3903
+ #: ../languages/dynamic_strings.php:117
3904
+ msgid "Lebanon"
3905
+ msgstr ""
3906
+
3907
+ #: ../languages/dynamic_strings.php:118
3908
+ msgid "Lesotho"
3909
+ msgstr ""
3910
+
3911
+ #: ../languages/dynamic_strings.php:119
3912
+ msgid "Liberia"
3913
+ msgstr ""
3914
+
3915
+ #: ../languages/dynamic_strings.php:120
3916
+ msgid "Libyan Arab Jamahiriya"
3917
+ msgstr ""
3918
+
3919
+ #: ../languages/dynamic_strings.php:121
3920
+ msgid "Liechtenstein"
3921
+ msgstr ""
3922
+
3923
+ #: ../languages/dynamic_strings.php:122
3924
+ msgid "Lithuania"
3925
+ msgstr ""
3926
+
3927
+ #: ../languages/dynamic_strings.php:123
3928
+ msgid "Luxembourg"
3929
+ msgstr ""
3930
+
3931
+ #: ../languages/dynamic_strings.php:124
3932
+ msgid "The Former Yugoslav Republic of Macedonia"
3933
+ msgstr ""
3934
+
3935
+ #: ../languages/dynamic_strings.php:125
3936
+ msgid "Madagascar"
3937
+ msgstr ""
3938
+
3939
+ #: ../languages/dynamic_strings.php:126
3940
+ msgid "Malawi"
3941
+ msgstr ""
3942
+
3943
+ #: ../languages/dynamic_strings.php:127
3944
+ msgid "Malaysia"
3945
+ msgstr ""
3946
+
3947
+ #: ../languages/dynamic_strings.php:128
3948
+ msgid "Mali"
3949
+ msgstr ""
3950
+
3951
+ #: ../languages/dynamic_strings.php:129
3952
+ msgid "Malta"
3953
+ msgstr ""
3954
+
3955
+ #: ../languages/dynamic_strings.php:130
3956
+ msgid "Martinique"
3957
+ msgstr ""
3958
+
3959
+ #: ../languages/dynamic_strings.php:131
3960
+ msgid "Mauritania"
3961
+ msgstr ""
3962
+
3963
+ #: ../languages/dynamic_strings.php:132
3964
+ msgid "Mauritius"
3965
+ msgstr ""
3966
+
3967
+ #: ../languages/dynamic_strings.php:133
3968
+ msgid "Mexico"
3969
+ msgstr ""
3970
+
3971
+ #: ../languages/dynamic_strings.php:134
3972
+ msgid "Moldova"
3973
+ msgstr ""
3974
+
3975
+ #: ../languages/dynamic_strings.php:135
3976
+ msgid "Mongolia"
3977
+ msgstr ""
3978
+
3979
+ #: ../languages/dynamic_strings.php:136
3980
+ msgid "Montenegro"
3981
+ msgstr ""
3982
+
3983
+ #: ../languages/dynamic_strings.php:137
3984
+ msgid "Montserrat"
3985
+ msgstr ""
3986
+
3987
+ #: ../languages/dynamic_strings.php:138
3988
+ msgid "Morocco"
3989
+ msgstr ""
3990
+
3991
+ #: ../languages/dynamic_strings.php:139
3992
+ msgid "Mozambique"
3993
+ msgstr ""
3994
+
3995
+ #: ../languages/dynamic_strings.php:140
3996
+ msgid "Myanmar"
3997
+ msgstr ""
3998
+
3999
+ #: ../languages/dynamic_strings.php:141
4000
+ msgid "Namibia"
4001
+ msgstr ""
4002
+
4003
+ #: ../languages/dynamic_strings.php:142
4004
+ msgid "Nepal"
4005
+ msgstr ""
4006
+
4007
+ #: ../languages/dynamic_strings.php:143
4008
+ #, fuzzy
4009
+ #| msgid "Other Humans"
4010
+ msgid "Netherlands"
4011
+ msgstr "Andere echte Besucher"
4012
+
4013
+ #: ../languages/dynamic_strings.php:144
4014
+ msgid "New Caledonia"
4015
+ msgstr ""
4016
+
4017
+ #: ../languages/dynamic_strings.php:145
4018
+ msgid "New Zealand"
4019
+ msgstr ""
4020
+
4021
+ #: ../languages/dynamic_strings.php:146
4022
+ msgid "Nicaragua"
4023
+ msgstr ""
4024
+
4025
+ #: ../languages/dynamic_strings.php:147
4026
+ msgid "Niger"
4027
+ msgstr ""
4028
+
4029
+ #: ../languages/dynamic_strings.php:148
4030
+ msgid "Nigeria"
4031
+ msgstr ""
4032
+
4033
+ #: ../languages/dynamic_strings.php:149
4034
+ msgid "Norway"
4035
+ msgstr ""
4036
+
4037
+ #: ../languages/dynamic_strings.php:150
4038
+ msgid "Oman"
4039
+ msgstr ""
4040
+
4041
+ #: ../languages/dynamic_strings.php:151
4042
+ msgid "Pakistan"
4043
+ msgstr ""
4044
+
4045
+ #: ../languages/dynamic_strings.php:152
4046
+ msgid "Palau"
4047
+ msgstr ""
4048
+
4049
+ #: ../languages/dynamic_strings.php:153
4050
+ msgid "Occupied Palestinian Territory"
4051
+ msgstr ""
4052
+
4053
+ #: ../languages/dynamic_strings.php:154
4054
+ msgid "Panama"
4055
+ msgstr ""
4056
+
4057
+ #: ../languages/dynamic_strings.php:155
4058
+ msgid "Papua New Guinea"
4059
+ msgstr ""
4060
+
4061
+ #: ../languages/dynamic_strings.php:156
4062
+ msgid "Paraguay"
4063
+ msgstr ""
4064
+
4065
+ #: ../languages/dynamic_strings.php:157
4066
+ msgid "Peru"
4067
+ msgstr ""
4068
+
4069
+ #: ../languages/dynamic_strings.php:158
4070
+ msgid "Philippines"
4071
+ msgstr ""
4072
+
4073
+ #: ../languages/dynamic_strings.php:159
4074
+ msgid "Poland"
4075
+ msgstr ""
4076
+
4077
+ #: ../languages/dynamic_strings.php:160
4078
+ msgid "Portugal"
4079
+ msgstr ""
4080
+
4081
+ #: ../languages/dynamic_strings.php:161
4082
+ msgid "Puerto Rico"
4083
+ msgstr ""
4084
+
4085
+ #: ../languages/dynamic_strings.php:162
4086
+ msgid "Qatar"
4087
+ msgstr ""
4088
+
4089
+ #: ../languages/dynamic_strings.php:163
4090
+ msgid "Réunion"
4091
+ msgstr ""
4092
+
4093
+ #: ../languages/dynamic_strings.php:164
4094
+ msgid "Romania"
4095
+ msgstr ""
4096
+
4097
+ #: ../languages/dynamic_strings.php:165
4098
+ #, fuzzy
4099
+ #| msgid "Session Duration"
4100
+ msgid "Russian Federation"
4101
+ msgstr "Besuchsdauer"
4102
+
4103
+ #: ../languages/dynamic_strings.php:166
4104
+ msgid "Rwanda"
4105
+ msgstr ""
4106
+
4107
+ #: ../languages/dynamic_strings.php:167
4108
+ msgid "Saint Kitts and Nevis"
4109
+ msgstr ""
4110
+
4111
+ #: ../languages/dynamic_strings.php:168
4112
+ msgid "Saint Lucia"
4113
+ msgstr ""
4114
+
4115
+ #: ../languages/dynamic_strings.php:169
4116
+ msgid "Saint Martin"
4117
+ msgstr ""
4118
+
4119
+ #: ../languages/dynamic_strings.php:170
4120
+ msgid "Saint Vincent and the Grenadines"
4121
+ msgstr ""
4122
+
4123
+ #: ../languages/dynamic_strings.php:171
4124
+ msgid "Samoa"
4125
+ msgstr ""
4126
+
4127
+ #: ../languages/dynamic_strings.php:172
4128
+ msgid "Sao Tome and Principe"
4129
+ msgstr ""
4130
+
4131
+ #: ../languages/dynamic_strings.php:173
4132
+ msgid "Saudi Arabia"
4133
+ msgstr ""
4134
+
4135
+ #: ../languages/dynamic_strings.php:174
4136
+ msgid "Senegal"
4137
+ msgstr ""
4138
+
4139
+ #: ../languages/dynamic_strings.php:175
4140
+ msgid "Serbia"
4141
+ msgstr ""
4142
+
4143
+ #: ../languages/dynamic_strings.php:176
4144
+ msgid "Sierra Leone"
4145
+ msgstr ""
4146
+
4147
+ #: ../languages/dynamic_strings.php:177
4148
+ msgid "Singapore"
4149
+ msgstr ""
4150
+
4151
+ #: ../languages/dynamic_strings.php:178
4152
+ msgid "Slovakia"
4153
+ msgstr ""
4154
+
4155
+ #: ../languages/dynamic_strings.php:179
4156
+ msgid "Slovenia"
4157
+ msgstr ""
4158
+
4159
+ #: ../languages/dynamic_strings.php:180
4160
+ msgid "Solomon Islands"
4161
+ msgstr ""
4162
+
4163
+ #: ../languages/dynamic_strings.php:181
4164
+ msgid "Somalia"
4165
+ msgstr ""
4166
+
4167
+ #: ../languages/dynamic_strings.php:182
4168
+ msgid "South Africa"
4169
+ msgstr ""
4170
+
4171
+ #: ../languages/dynamic_strings.php:183
4172
+ msgid "South Georgia and the South Sandwich Islands"
4173
+ msgstr ""
4174
+
4175
+ #: ../languages/dynamic_strings.php:184
4176
+ msgid "Spain"
4177
+ msgstr ""
4178
+
4179
+ #: ../languages/dynamic_strings.php:185
4180
+ msgid "Sri Lanka"
4181
+ msgstr ""
4182
+
4183
+ #: ../languages/dynamic_strings.php:186
4184
+ msgid "Seychelles"
4185
+ msgstr ""
4186
+
4187
+ #: ../languages/dynamic_strings.php:187
4188
+ msgid "Sudan"
4189
+ msgstr ""
4190
+
4191
+ #: ../languages/dynamic_strings.php:188
4192
+ msgid "South Sudan"
4193
+ msgstr ""
4194
+
4195
+ #: ../languages/dynamic_strings.php:189
4196
+ msgid "Suriname"
4197
+ msgstr ""
4198
+
4199
+ #: ../languages/dynamic_strings.php:190
4200
+ msgid "Svalbard and Jan Mayen"
4201
+ msgstr ""
4202
+
4203
+ #: ../languages/dynamic_strings.php:191
4204
+ msgid "Swaziland"
4205
+ msgstr ""
4206
+
4207
+ #: ../languages/dynamic_strings.php:192
4208
+ msgid "Sweden"
4209
+ msgstr ""
4210
+
4211
+ #: ../languages/dynamic_strings.php:193
4212
+ msgid "Switzerland"
4213
+ msgstr ""
4214
+
4215
+ #: ../languages/dynamic_strings.php:194
4216
+ msgid "Syrian Arab Republic"
4217
+ msgstr ""
4218
+
4219
+ #: ../languages/dynamic_strings.php:195
4220
+ msgid "Taiwan"
4221
+ msgstr ""
4222
+
4223
+ #: ../languages/dynamic_strings.php:196
4224
+ msgid "Tajikistan"
4225
+ msgstr ""
4226
+
4227
+ #: ../languages/dynamic_strings.php:197
4228
+ msgid "United Republic of Tanzania"
4229
+ msgstr ""
4230
+
4231
+ #: ../languages/dynamic_strings.php:198
4232
+ msgid "Thailand"
4233
+ msgstr ""
4234
+
4235
+ #: ../languages/dynamic_strings.php:199
4236
+ msgid "Timor-Leste"
4237
+ msgstr ""
4238
+
4239
+ #: ../languages/dynamic_strings.php:200
4240
+ msgid "Togo"
4241
+ msgstr ""
4242
+
4243
+ #: ../languages/dynamic_strings.php:201
4244
+ msgid "Tonga"
4245
+ msgstr ""
4246
+
4247
+ #: ../languages/dynamic_strings.php:202
4248
+ msgid "Trinidad and Tobago"
4249
+ msgstr ""
4250
+
4251
+ #: ../languages/dynamic_strings.php:203
4252
+ msgid "Tunisia"
4253
+ msgstr ""
4254
+
4255
+ #: ../languages/dynamic_strings.php:204
4256
+ msgid "Turkey"
4257
+ msgstr ""
4258
+
4259
+ #: ../languages/dynamic_strings.php:205
4260
+ msgid "Turkmenistan"
4261
+ msgstr ""
4262
+
4263
+ #: ../languages/dynamic_strings.php:206
4264
+ msgid "Turks and Caicos Islands"
4265
+ msgstr ""
4266
+
4267
+ #: ../languages/dynamic_strings.php:207
4268
+ msgid "Uganda"
4269
+ msgstr ""
4270
+
4271
+ #: ../languages/dynamic_strings.php:208
4272
+ msgid "Ukraine"
4273
+ msgstr ""
4274
+
4275
+ #: ../languages/dynamic_strings.php:209
4276
+ msgid "United Arab Emirates"
4277
+ msgstr ""
4278
+
4279
+ #: ../languages/dynamic_strings.php:210
4280
+ msgid "United Kingdom"
4281
+ msgstr ""
4282
+
4283
+ #: ../languages/dynamic_strings.php:211
4284
+ msgid "United States"
4285
+ msgstr ""
4286
+
4287
+ #: ../languages/dynamic_strings.php:212
4288
+ msgid "Uruguay"
4289
+ msgstr ""
4290
+
4291
+ #: ../languages/dynamic_strings.php:213
4292
+ msgid "Uzbekistan"
4293
+ msgstr ""
4294
+
4295
+ #: ../languages/dynamic_strings.php:214
4296
+ msgid "Vanuatu"
4297
+ msgstr ""
4298
+
4299
+ #: ../languages/dynamic_strings.php:215
4300
+ msgid "Venezuela"
4301
+ msgstr ""
4302
+
4303
+ #: ../languages/dynamic_strings.php:216
4304
+ #, fuzzy
4305
+ #| msgid "Visitor's Name"
4306
+ msgid "Viet Nam"
4307
+ msgstr "Besuchername"
4308
+
4309
+ #: ../languages/dynamic_strings.php:217
4310
+ msgid "British Virgin Islands"
4311
+ msgstr ""
4312
+
4313
+ #: ../languages/dynamic_strings.php:218
4314
+ msgid "U.S. Virgin Islands"
4315
+ msgstr ""
4316
+
4317
+ #: ../languages/dynamic_strings.php:219
4318
+ msgid "Western Sahara"
4319
+ msgstr ""
4320
+
4321
+ #: ../languages/dynamic_strings.php:220
4322
+ msgid "Yemen"
4323
+ msgstr ""
4324
+
4325
+ #: ../languages/dynamic_strings.php:221
4326
+ msgid "Zambia"
4327
+ msgstr ""
4328
+
4329
+ #: ../languages/dynamic_strings.php:222
4330
+ msgid "Zimbabwe"
4331
+ msgstr ""
4332
+
4333
+ #: ../languages/dynamic_strings.php:223
4334
+ msgid "Guernsey"
4335
+ msgstr ""
4336
+
4337
+ #: ../languages/dynamic_strings.php:224
4338
+ #, fuzzy
4339
+ msgid "Jersey"
4340
+ msgstr "Zur&uuml;cksetzen"
4341
+
4342
+ #: ../languages/dynamic_strings.php:225
4343
+ msgid "Isle of Man"
4344
+ msgstr ""
4345
+
4346
+ #: ../languages/dynamic_strings.php:226
4347
+ msgid "Maldives"
4348
+ msgstr ""
4349
+
4350
+ #: ../languages/dynamic_strings.php:227
4351
+ msgid "Europe"
4352
+ msgstr ""
4353
+
4354
+ #: ../languages/dynamic_strings.php:230
4355
+ msgid "Afrikaans"
4356
+ msgstr ""
4357
+
4358
+ #: ../languages/dynamic_strings.php:231
4359
+ msgid "Afrikaans (South Africa)"
4360
+ msgstr ""
4361
+
4362
+ #: ../languages/dynamic_strings.php:232
4363
+ msgid "Arabic"
4364
+ msgstr ""
4365
+
4366
+ #: ../languages/dynamic_strings.php:233
4367
+ msgid "Arabic (U.A.E.)"
4368
+ msgstr ""
4369
+
4370
+ #: ../languages/dynamic_strings.php:234
4371
+ msgid "Arabic (Bahrain)"
4372
+ msgstr ""
4373
+
4374
+ #: ../languages/dynamic_strings.php:235
4375
+ msgid "Arabic (Algeria)"
4376
+ msgstr ""
4377
+
4378
+ #: ../languages/dynamic_strings.php:236
4379
+ msgid "Arabic (Egypt)"
4380
+ msgstr ""
4381
+
4382
+ #: ../languages/dynamic_strings.php:237
4383
+ msgid "Arabic (Iraq)"
4384
+ msgstr ""
4385
+
4386
+ #: ../languages/dynamic_strings.php:238
4387
+ msgid "Arabic (Jordan)"
4388
+ msgstr ""
4389
+
4390
+ #: ../languages/dynamic_strings.php:239
4391
+ msgid "Arabic (Kuwait)"
4392
+ msgstr ""
4393
+
4394
+ #: ../languages/dynamic_strings.php:240
4395
+ msgid "Arabic (Lebanon)"
4396
+ msgstr ""
4397
+
4398
+ #: ../languages/dynamic_strings.php:241
4399
+ msgid "Arabic (Libya)"
4400
+ msgstr ""
4401
+
4402
+ #: ../languages/dynamic_strings.php:242
4403
+ msgid "Arabic (Morocco)"
4404
+ msgstr ""
4405
+
4406
+ #: ../languages/dynamic_strings.php:243
4407
+ msgid "Arabic (Oman)"
4408
+ msgstr ""
4409
+
4410
+ #: ../languages/dynamic_strings.php:244
4411
+ msgid "Arabic (Qatar)"
4412
+ msgstr ""
4413
+
4414
+ #: ../languages/dynamic_strings.php:245
4415
+ msgid "Arabic (Saudi Arabia)"
4416
+ msgstr ""
4417
+
4418
+ #: ../languages/dynamic_strings.php:246
4419
+ msgid "Arabic (Syria)"
4420
+ msgstr ""
4421
+
4422
+ #: ../languages/dynamic_strings.php:247
4423
+ msgid "Arabic (Tunisia)"
4424
+ msgstr ""
4425
+
4426
+ #: ../languages/dynamic_strings.php:248
4427
+ msgid "Arabic (Yemen)"
4428
+ msgstr ""
4429
+
4430
+ #: ../languages/dynamic_strings.php:249
4431
+ msgid "Azeri (Latin)"
4432
+ msgstr ""
4433
+
4434
+ #: ../languages/dynamic_strings.php:250
4435
+ msgid "Azeri (Latin) (Azerbaijan)"
4436
+ msgstr ""
4437
+
4438
+ #: ../languages/dynamic_strings.php:251
4439
+ msgid "Belarusian"
4440
+ msgstr ""
4441
+
4442
+ #: ../languages/dynamic_strings.php:252
4443
+ msgid "Belarusian (Belarus)"
4444
+ msgstr ""
4445
+
4446
+ #: ../languages/dynamic_strings.php:253
4447
+ msgid "Bulgarian"
4448
+ msgstr ""
4449
+
4450
+ #: ../languages/dynamic_strings.php:254
4451
+ msgid "Bulgarian (Bulgaria)"
4452
+ msgstr ""
4453
+
4454
+ #: ../languages/dynamic_strings.php:255
4455
+ msgid "Bosnian (Bosnia and Herzegovina)"
4456
+ msgstr ""
4457
+
4458
+ #: ../languages/dynamic_strings.php:256
4459
+ msgid "Catalan"
4460
+ msgstr ""
4461
+
4462
+ #: ../languages/dynamic_strings.php:257
4463
+ msgid "Catalan (Spain)"
4464
+ msgstr ""
4465
+
4466
+ #: ../languages/dynamic_strings.php:258
4467
+ msgid "Czech"
4468
+ msgstr ""
4469
+
4470
+ #: ../languages/dynamic_strings.php:259
4471
+ msgid "Czech (Czech Republic)"
4472
+ msgstr ""
4473
+
4474
+ #: ../languages/dynamic_strings.php:260
4475
+ msgid "Welsh"
4476
+ msgstr ""
4477
+
4478
+ #: ../languages/dynamic_strings.php:261
4479
+ msgid "Welsh (United Kingdom)"
4480
+ msgstr ""
4481
+
4482
+ #: ../languages/dynamic_strings.php:262
4483
+ msgid "Danish"
4484
+ msgstr ""
4485
+
4486
+ #: ../languages/dynamic_strings.php:263
4487
+ msgid "Danish (Denmark)"
4488
+ msgstr ""
4489
+
4490
+ #: ../languages/dynamic_strings.php:264
4491
+ #, fuzzy
4492
+ #| msgid "Permalink"
4493
+ msgid "German"
4494
+ msgstr "Permalink"
4495
+
4496
+ #: ../languages/dynamic_strings.php:265
4497
+ msgid "German (Austria)"
4498
+ msgstr ""
4499
+
4500
+ #: ../languages/dynamic_strings.php:266
4501
+ msgid "German (Switzerland)"
4502
+ msgstr ""
4503
+
4504
+ #: ../languages/dynamic_strings.php:267
4505
+ msgid "German (Germany)"
4506
+ msgstr ""
4507
+
4508
+ #: ../languages/dynamic_strings.php:268
4509
+ msgid "German (Liechtenstein)"
4510
+ msgstr ""
4511
+
4512
+ #: ../languages/dynamic_strings.php:269
4513
+ msgid "German (Luxembourg)"
4514
+ msgstr ""
4515
+
4516
+ #: ../languages/dynamic_strings.php:270
4517
+ msgid "Divehi"
4518
+ msgstr ""
4519
+
4520
+ #: ../languages/dynamic_strings.php:271
4521
+ msgid "Divehi (Maldives)"
4522
+ msgstr ""
4523
+
4524
+ #: ../languages/dynamic_strings.php:272
4525
+ msgid "Greek"
4526
+ msgstr ""
4527
+
4528
+ #: ../languages/dynamic_strings.php:273
4529
+ msgid "Greek (Greece)"
4530
+ msgstr ""
4531
+
4532
+ #: ../languages/dynamic_strings.php:274
4533
+ msgid "English"
4534
+ msgstr ""
4535
+
4536
+ #: ../languages/dynamic_strings.php:275
4537
+ msgid "English (Australia)"
4538
+ msgstr ""
4539
+
4540
+ #: ../languages/dynamic_strings.php:276
4541
+ msgid "English (Belize)"
4542
+ msgstr ""
4543
+
4544
+ #: ../languages/dynamic_strings.php:277
4545
+ msgid "English (Canada)"
4546
+ msgstr ""
4547
+
4548
+ #: ../languages/dynamic_strings.php:278
4549
+ msgid "English (Caribbean)"
4550
+ msgstr ""
4551
+
4552
+ #: ../languages/dynamic_strings.php:279
4553
+ msgid "English (United Kingdom)"
4554
+ msgstr ""
4555
+
4556
+ #: ../languages/dynamic_strings.php:280
4557
+ msgid "English (Ireland)"
4558
+ msgstr ""
4559
+
4560
+ #: ../languages/dynamic_strings.php:281
4561
+ msgid "English (Jamaica)"
4562
+ msgstr ""
4563
+
4564
+ #: ../languages/dynamic_strings.php:282
4565
+ msgid "English (New Zealand)"
4566
+ msgstr ""
4567
+
4568
+ #: ../languages/dynamic_strings.php:283
4569
+ msgid "English (Republic of the Philippines)"
4570
+ msgstr ""
4571
+
4572
+ #: ../languages/dynamic_strings.php:284
4573
+ msgid "English (Trinidad and Tobago)"
4574
+ msgstr ""
4575
+
4576
+ #: ../languages/dynamic_strings.php:285
4577
+ msgid "English (United States)"
4578
+ msgstr ""
4579
+
4580
+ #: ../languages/dynamic_strings.php:286
4581
+ msgid "English (South Africa)"
4582
+ msgstr ""
4583
+
4584
+ #: ../languages/dynamic_strings.php:287
4585
+ msgid "English (Zimbabwe)"
4586
+ msgstr ""
4587
+
4588
+ #: ../languages/dynamic_strings.php:288
4589
+ msgid "Esperanto"
4590
+ msgstr ""
4591
+
4592
+ #: ../languages/dynamic_strings.php:289
4593
+ msgid "Spanish"
4594
+ msgstr ""
4595
+
4596
+ #: ../languages/dynamic_strings.php:290
4597
+ msgid "Spanish (Argentina)"
4598
+ msgstr ""
4599
+
4600
+ #: ../languages/dynamic_strings.php:291
4601
+ msgid "Spanish (Bolivia)"
4602
+ msgstr ""
4603
+
4604
+ #: ../languages/dynamic_strings.php:292
4605
+ msgid "Spanish (Chile)"
4606
+ msgstr ""
4607
+
4608
+ #: ../languages/dynamic_strings.php:293
4609
+ msgid "Spanish (Colombia)"
4610
+ msgstr ""
4611
+
4612
+ #: ../languages/dynamic_strings.php:294
4613
+ msgid "Spanish (Costa Rica)"
4614
+ msgstr ""
4615
+
4616
+ #: ../languages/dynamic_strings.php:295
4617
+ msgid "Spanish (Dominican Republic)"
4618
+ msgstr ""
4619
+
4620
+ #: ../languages/dynamic_strings.php:296
4621
+ msgid "Spanish (Ecuador)"
4622
+ msgstr ""
4623
+
4624
+ #: ../languages/dynamic_strings.php:297
4625
+ msgid "Spanish (Spain)"
4626
+ msgstr ""
4627
+
4628
+ #: ../languages/dynamic_strings.php:298
4629
+ msgid "Spanish (Guatemala)"
4630
+ msgstr ""
4631
+
4632
+ #: ../languages/dynamic_strings.php:299
4633
+ msgid "Spanish (Honduras)"
4634
+ msgstr ""
4635
+
4636
+ #: ../languages/dynamic_strings.php:300
4637
+ msgid "Spanish (Mexico)"
4638
+ msgstr ""
4639
+
4640
+ #: ../languages/dynamic_strings.php:301
4641
+ msgid "Spanish (Nicaragua)"
4642
+ msgstr ""
4643
+
4644
+ #: ../languages/dynamic_strings.php:302
4645
+ msgid "Spanish (Panama)"
4646
+ msgstr ""
4647
+
4648
+ #: ../languages/dynamic_strings.php:303
4649
+ msgid "Spanish (Peru)"
4650
+ msgstr ""
4651
+
4652
+ #: ../languages/dynamic_strings.php:304
4653
+ msgid "Spanish (Puerto Rico)"
4654
+ msgstr ""
4655
+
4656
+ #: ../languages/dynamic_strings.php:305
4657
+ msgid "Spanish (Paraguay)"
4658
+ msgstr ""
4659
+
4660
+ #: ../languages/dynamic_strings.php:306
4661
+ msgid "Spanish (El Salvador)"
4662
+ msgstr ""
4663
+
4664
+ #: ../languages/dynamic_strings.php:307
4665
+ msgid "Spanish (Uruguay)"
4666
+ msgstr ""
4667
+
4668
+ #: ../languages/dynamic_strings.php:308
4669
+ msgid "Spanish (Venezuela)"
4670
+ msgstr ""
4671
+
4672
+ #: ../languages/dynamic_strings.php:309
4673
+ msgid "Estonian"
4674
+ msgstr ""
4675
+
4676
+ #: ../languages/dynamic_strings.php:310
4677
+ msgid "Estonian (Estonia)"
4678
+ msgstr ""
4679
+
4680
+ #: ../languages/dynamic_strings.php:311
4681
+ msgid "Basque"
4682
+ msgstr ""
4683
+
4684
+ #: ../languages/dynamic_strings.php:312
4685
+ msgid "Basque (Spain)"
4686
+ msgstr ""
4687
+
4688
+ #: ../languages/dynamic_strings.php:313
4689
+ msgid "Farsi"
4690
+ msgstr ""
4691
+
4692
+ #: ../languages/dynamic_strings.php:314
4693
+ msgid "Farsi (Iran)"
4694
+ msgstr ""
4695
+
4696
+ #: ../languages/dynamic_strings.php:315
4697
+ msgid "Finnish"
4698
+ msgstr ""
4699
+
4700
+ #: ../languages/dynamic_strings.php:316
4701
+ msgid "Finnish (Finland)"
4702
+ msgstr ""
4703
+
4704
+ #: ../languages/dynamic_strings.php:317
4705
+ msgid "Faroese"
4706
+ msgstr ""
4707
+
4708
+ #: ../languages/dynamic_strings.php:318
4709
+ msgid "Faroese (Faroe Islands)"
4710
+ msgstr ""
4711
+
4712
+ #: ../languages/dynamic_strings.php:319
4713
+ msgid "French"
4714
+ msgstr ""
4715
+
4716
+ #: ../languages/dynamic_strings.php:320
4717
+ msgid "French (Belgium)"
4718
+ msgstr ""
4719
+
4720
+ #: ../languages/dynamic_strings.php:321
4721
+ msgid "French (Canada)"
4722
+ msgstr ""
4723
+
4724
+ #: ../languages/dynamic_strings.php:322
4725
+ msgid "French (Switzerland)"
4726
+ msgstr ""
4727
+
4728
+ #: ../languages/dynamic_strings.php:323
4729
+ msgid "French (France)"
4730
+ msgstr ""
4731
+
4732
+ #: ../languages/dynamic_strings.php:324
4733
+ msgid "French (Luxembourg)"
4734
+ msgstr ""
4735
+
4736
+ #: ../languages/dynamic_strings.php:325
4737
+ msgid "French (Principality of Monaco)"
4738
+ msgstr ""
4739
+
4740
+ #: ../languages/dynamic_strings.php:326
4741
+ msgid "Galician"
4742
+ msgstr ""
4743
+
4744
+ #: ../languages/dynamic_strings.php:327
4745
+ msgid "Galician (Spain)"
4746
+ msgstr ""
4747
+
4748
+ #: ../languages/dynamic_strings.php:328
4749
+ msgid "Gujarati"
4750
+ msgstr ""
4751
+
4752
+ #: ../languages/dynamic_strings.php:329
4753
+ msgid "Gujarati (India)"
4754
+ msgstr ""
4755
+
4756
+ #: ../languages/dynamic_strings.php:330
4757
+ msgid "Hebrew"
4758
+ msgstr ""
4759
+
4760
+ #: ../languages/dynamic_strings.php:331
4761
+ msgid "Hebrew (Israel)"
4762
+ msgstr ""
4763
+
4764
+ #: ../languages/dynamic_strings.php:332
4765
+ msgid "Hindi"
4766
+ msgstr ""
4767
+
4768
+ #: ../languages/dynamic_strings.php:333
4769
+ msgid "Hindi (India)"
4770
+ msgstr ""
4771
+
4772
+ #: ../languages/dynamic_strings.php:334
4773
+ msgid "Croatian"
4774
+ msgstr ""
4775
+
4776
+ #: ../languages/dynamic_strings.php:335
4777
+ msgid "Croatian (Bosnia and Herzegovina)"
4778
+ msgstr ""
4779
+
4780
+ #: ../languages/dynamic_strings.php:336
4781
+ msgid "Croatian (Croatia)"
4782
+ msgstr ""
4783
+
4784
+ #: ../languages/dynamic_strings.php:337
4785
+ msgid "Hungarian"
4786
+ msgstr ""
4787
+
4788
+ #: ../languages/dynamic_strings.php:338
4789
+ msgid "Hungarian (Hungary)"
4790
+ msgstr ""
4791
+
4792
+ #: ../languages/dynamic_strings.php:339
4793
+ msgid "Armenian"
4794
+ msgstr ""
4795
+
4796
+ #: ../languages/dynamic_strings.php:340
4797
+ msgid "Armenian (Armenia)"
4798
+ msgstr ""
4799
+
4800
+ #: ../languages/dynamic_strings.php:341
4801
+ msgid "Indonesian"
4802
+ msgstr ""
4803
+
4804
+ #: ../languages/dynamic_strings.php:342
4805
+ msgid "Indonesian (Indonesia)"
4806
+ msgstr ""
4807
+
4808
+ #: ../languages/dynamic_strings.php:343
4809
+ msgid "Icelandic"
4810
+ msgstr ""
4811
+
4812
+ #: ../languages/dynamic_strings.php:344
4813
+ msgid "Icelandic (Iceland)"
4814
+ msgstr ""
4815
+
4816
+ #: ../languages/dynamic_strings.php:345
4817
+ msgid "Italian"
4818
+ msgstr ""
4819
+
4820
+ #: ../languages/dynamic_strings.php:346
4821
+ msgid "Italian (Switzerland)"
4822
+ msgstr ""
4823
+
4824
+ #: ../languages/dynamic_strings.php:347
4825
+ msgid "Italian (Italy)"
4826
+ msgstr ""
4827
+
4828
+ #: ../languages/dynamic_strings.php:348
4829
+ msgid "Japanese"
4830
+ msgstr ""
4831
+
4832
+ #: ../languages/dynamic_strings.php:349
4833
+ msgid "Japanese (Japan)"
4834
+ msgstr ""
4835
+
4836
+ #: ../languages/dynamic_strings.php:350
4837
+ msgid "Georgian"
4838
+ msgstr ""
4839
+
4840
+ #: ../languages/dynamic_strings.php:351
4841
+ msgid "Georgian (Georgia)"
4842
+ msgstr ""
4843
+
4844
+ #: ../languages/dynamic_strings.php:352
4845
+ msgid "Kazakh"
4846
+ msgstr ""
4847
+
4848
+ #: ../languages/dynamic_strings.php:353
4849
+ msgid "Kazakh (Kazakhstan)"
4850
+ msgstr ""
4851
+
4852
+ #: ../languages/dynamic_strings.php:354
4853
+ msgid "Kannada"
4854
+ msgstr ""
4855
+
4856
+ #: ../languages/dynamic_strings.php:355
4857
+ msgid "Kannada (India)"
4858
+ msgstr ""
4859
+
4860
+ #: ../languages/dynamic_strings.php:356
4861
+ msgid "Korean"
4862
+ msgstr ""
4863
+
4864
+ #: ../languages/dynamic_strings.php:357
4865
+ msgid "Korean (Korea)"
4866
+ msgstr ""
4867
+
4868
+ #: ../languages/dynamic_strings.php:358
4869
+ msgid "Konkani"
4870
+ msgstr ""
4871
+
4872
+ #: ../languages/dynamic_strings.php:359
4873
+ msgid "Konkani (India)"
4874
+ msgstr ""
4875
+
4876
+ #: ../languages/dynamic_strings.php:360
4877
+ msgid "Kyrgyz"
4878
+ msgstr ""
4879
+
4880
+ #: ../languages/dynamic_strings.php:361
4881
+ msgid "Kyrgyz (Kyrgyzstan)"
4882
+ msgstr ""
4883
+
4884
+ #: ../languages/dynamic_strings.php:362
4885
+ msgid "Lithuanian"
4886
+ msgstr ""
4887
+
4888
+ #: ../languages/dynamic_strings.php:363
4889
+ msgid "Lithuanian (Lithuania)"
4890
+ msgstr ""
4891
+
4892
+ #: ../languages/dynamic_strings.php:364
4893
+ msgid "Latvian"
4894
+ msgstr ""
4895
+
4896
+ #: ../languages/dynamic_strings.php:365
4897
+ msgid "Latvian (Latvia)"
4898
+ msgstr ""
4899
+
4900
+ #: ../languages/dynamic_strings.php:366
4901
+ msgid "Maori"
4902
+ msgstr ""
4903
+
4904
+ #: ../languages/dynamic_strings.php:367
4905
+ msgid "Maori (New Zealand)"
4906
+ msgstr ""
4907
+
4908
+ #: ../languages/dynamic_strings.php:368
4909
+ msgid "FYRO Macedonian"
4910
+ msgstr ""
4911
+
4912
+ #: ../languages/dynamic_strings.php:369
4913
+ msgid "FYRO Macedonian (Former Yugoslav Republic of Macedonia)"
4914
+ msgstr ""
4915
+
4916
+ #: ../languages/dynamic_strings.php:370
4917
+ msgid "Mongolian"
4918
+ msgstr ""
4919
+
4920
+ #: ../languages/dynamic_strings.php:371
4921
+ msgid "Mongolian (Mongolia)"
4922
+ msgstr ""
4923
+
4924
+ #: ../languages/dynamic_strings.php:372
4925
+ msgid "Marathi"
4926
+ msgstr ""
4927
+
4928
+ #: ../languages/dynamic_strings.php:373
4929
+ msgid "Marathi (India)"
4930
+ msgstr ""
4931
+
4932
+ #: ../languages/dynamic_strings.php:374
4933
+ msgid "Malay"
4934
+ msgstr ""
4935
+
4936
+ #: ../languages/dynamic_strings.php:375
4937
+ msgid "Malay (Brunei Darussalam)"
4938
+ msgstr ""
4939
+
4940
+ #: ../languages/dynamic_strings.php:376
4941
+ msgid "Malay (Malaysia)"
4942
+ msgstr ""
4943
+
4944
+ #: ../languages/dynamic_strings.php:377
4945
+ msgid "Maltese"
4946
+ msgstr ""
4947
+
4948
+ #: ../languages/dynamic_strings.php:378
4949
+ msgid "Maltese (Malta)"
4950
+ msgstr ""
4951
+
4952
+ #: ../languages/dynamic_strings.php:379
4953
+ msgid "Norwegian (Bokm?l)"
4954
+ msgstr ""
4955
+
4956
+ #: ../languages/dynamic_strings.php:380
4957
+ msgid "Norwegian (Bokm?l) (Norway)"
4958
+ msgstr ""
4959
+
4960
+ #: ../languages/dynamic_strings.php:381
4961
+ msgid "Dutch"
4962
+ msgstr ""
4963
+
4964
+ #: ../languages/dynamic_strings.php:382
4965
+ msgid "Dutch (Belgium)"
4966
+ msgstr ""
4967
+
4968
+ #: ../languages/dynamic_strings.php:383
4969
+ msgid "Dutch (Netherlands)"
4970
+ msgstr ""
4971
+
4972
+ #: ../languages/dynamic_strings.php:384
4973
+ msgid "Norwegian (Nynorsk) (Norway)"
4974
+ msgstr ""
4975
+
4976
+ #: ../languages/dynamic_strings.php:385
4977
+ msgid "Northern Sotho"
4978
+ msgstr ""
4979
+
4980
+ #: ../languages/dynamic_strings.php:386
4981
+ msgid "Northern Sotho (South Africa)"
4982
+ msgstr ""
4983
+
4984
+ #: ../languages/dynamic_strings.php:387
4985
+ msgid "Punjabi"
4986
+ msgstr ""
4987
+
4988
+ #: ../languages/dynamic_strings.php:388
4989
+ msgid "Punjabi (India)"
4990
+ msgstr ""
4991
+
4992
+ #: ../languages/dynamic_strings.php:389
4993
+ msgid "Polish"
4994
+ msgstr ""
4995
+
4996
+ #: ../languages/dynamic_strings.php:390
4997
+ msgid "Polish (Poland)"
4998
+ msgstr ""
4999
+
5000
+ #: ../languages/dynamic_strings.php:391
5001
+ msgid "Pashto"
5002
+ msgstr ""
5003
+
5004
+ #: ../languages/dynamic_strings.php:392
5005
+ msgid "Pashto (Afghanistan)"
5006
+ msgstr ""
5007
+
5008
+ #: ../languages/dynamic_strings.php:393
5009
+ msgid "Portuguese"
5010
+ msgstr ""
5011
+
5012
+ #: ../languages/dynamic_strings.php:394
5013
+ msgid "Portuguese (Brazil)"
5014
+ msgstr ""
5015
+
5016
+ #: ../languages/dynamic_strings.php:395
5017
+ msgid "Portuguese (Portugal)"
5018
+ msgstr ""
5019
+
5020
+ #: ../languages/dynamic_strings.php:396
5021
+ msgid "Quechua"
5022
+ msgstr ""
5023
+
5024
+ #: ../languages/dynamic_strings.php:397
5025
+ msgid "Quechua (Bolivia)"
5026
+ msgstr ""
5027
+
5028
+ #: ../languages/dynamic_strings.php:398
5029
+ msgid "Quechua (Ecuador)"
5030
+ msgstr ""
5031
+
5032
+ #: ../languages/dynamic_strings.php:399
5033
+ msgid "Quechua (Peru)"
5034
+ msgstr ""
5035
+
5036
+ #: ../languages/dynamic_strings.php:400
5037
+ msgid "Romanian"
5038
+ msgstr ""
5039
+
5040
+ #: ../languages/dynamic_strings.php:401
5041
+ msgid "Romanian (Romania)"
5042
+ msgstr ""
5043
+
5044
+ #: ../languages/dynamic_strings.php:402
5045
+ msgid "Russian"
5046
+ msgstr ""
5047
+
5048
+ #: ../languages/dynamic_strings.php:403
5049
+ msgid "Russian (Russia)"
5050
+ msgstr ""
5051
+
5052
+ #: ../languages/dynamic_strings.php:404
5053
+ msgid "Sanskrit"
5054
+ msgstr ""
5055
+
5056
+ #: ../languages/dynamic_strings.php:405
5057
+ msgid "Sanskrit (India)"
5058
+ msgstr ""
5059
+
5060
+ #: ../languages/dynamic_strings.php:406
5061
+ msgid "Sami (Northern)"
5062
+ msgstr ""
5063
+
5064
+ #: ../languages/dynamic_strings.php:407
5065
+ msgid "Sami (Northern) (Finland)"
5066
+ msgstr ""
5067
+
5068
+ #: ../languages/dynamic_strings.php:408
5069
+ msgid "Sami (Northern) (Norway)"
5070
+ msgstr ""
5071
+
5072
+ #: ../languages/dynamic_strings.php:409
5073
+ msgid "Sami (Northern) (Sweden)"
5074
+ msgstr ""
5075
+
5076
+ #: ../languages/dynamic_strings.php:410
5077
+ msgid "Slovak"
5078
+ msgstr ""
5079
+
5080
+ #: ../languages/dynamic_strings.php:411
5081
+ msgid "Slovak (Slovakia)"
5082
+ msgstr ""
5083
+
5084
+ #: ../languages/dynamic_strings.php:412
5085
+ msgid "Slovenian"
5086
+ msgstr ""
5087
+
5088
+ #: ../languages/dynamic_strings.php:413
5089
+ msgid "Slovenian (Slovenia)"
5090
+ msgstr ""
5091
+
5092
+ #: ../languages/dynamic_strings.php:414
5093
+ msgid "Albanian"
5094
+ msgstr ""
5095
+
5096
+ #: ../languages/dynamic_strings.php:415
5097
+ msgid "Albanian (Albania)"
5098
+ msgstr ""
5099
+
5100
+ #: ../languages/dynamic_strings.php:416
5101
+ msgid "Serbian (Latin) (Bosnia and Herzegovina)"
5102
+ msgstr ""
5103
+
5104
+ #: ../languages/dynamic_strings.php:417
5105
+ msgid "Serbian (Serbia and Montenegro)"
5106
+ msgstr ""
5107
+
5108
+ #: ../languages/dynamic_strings.php:418
5109
+ msgid "Serbian (Latin) (Serbia and Montenegro)"
5110
+ msgstr ""
5111
+
5112
+ #: ../languages/dynamic_strings.php:419
5113
+ msgid "Swedish"
5114
+ msgstr ""
5115
+
5116
+ #: ../languages/dynamic_strings.php:420
5117
+ msgid "Swedish (Finland)"
5118
+ msgstr ""
5119
+
5120
+ #: ../languages/dynamic_strings.php:421
5121
+ msgid "Swedish (Sweden)"
5122
+ msgstr ""
5123
+
5124
+ #: ../languages/dynamic_strings.php:422
5125
+ msgid "Swahili"
5126
+ msgstr ""
5127
+
5128
+ #: ../languages/dynamic_strings.php:423
5129
+ msgid "Swahili (Kenya)"
5130
+ msgstr ""
5131
+
5132
+ #: ../languages/dynamic_strings.php:424
5133
+ msgid "Tamil"
5134
+ msgstr ""
5135
+
5136
+ #: ../languages/dynamic_strings.php:425
5137
+ msgid "Tamil (India)"
5138
+ msgstr ""
5139
+
5140
+ #: ../languages/dynamic_strings.php:426
5141
+ msgid "Telugu"
5142
+ msgstr ""
5143
+
5144
+ #: ../languages/dynamic_strings.php:427
5145
+ msgid "Telugu (India)"
5146
+ msgstr ""
5147
+
5148
+ #: ../languages/dynamic_strings.php:428
5149
+ msgid "Thai"
5150
+ msgstr ""
5151
+
5152
+ #: ../languages/dynamic_strings.php:429
5153
+ msgid "Thai (Thailand)"
5154
+ msgstr ""
5155
+
5156
+ #: ../languages/dynamic_strings.php:430
5157
+ msgid "Tagalog"
5158
+ msgstr ""
5159
+
5160
+ #: ../languages/dynamic_strings.php:431
5161
+ msgid "Tagalog (Philippines)"
5162
+ msgstr ""
5163
+
5164
+ #: ../languages/dynamic_strings.php:432
5165
+ msgid "Tswana"
5166
+ msgstr ""
5167
+
5168
+ #: ../languages/dynamic_strings.php:433
5169
+ msgid "Tswana (South Africa)"
5170
+ msgstr ""
5171
+
5172
+ #: ../languages/dynamic_strings.php:434
5173
+ msgid "Turkish"
5174
+ msgstr ""
5175
+
5176
+ #: ../languages/dynamic_strings.php:435
5177
+ msgid "Turkish (Turkey)"
5178
+ msgstr ""
5179
+
5180
+ #: ../languages/dynamic_strings.php:436
5181
+ msgid "Tatar"
5182
+ msgstr ""
5183
+
5184
+ #: ../languages/dynamic_strings.php:437
5185
+ msgid "Tatar (Russia)"
5186
+ msgstr ""
5187
+
5188
+ #: ../languages/dynamic_strings.php:438
5189
+ msgid "Tsonga"
5190
+ msgstr ""
5191
+
5192
+ #: ../languages/dynamic_strings.php:439
5193
+ msgid "Ukrainian"
5194
+ msgstr ""
5195
+
5196
+ #: ../languages/dynamic_strings.php:440
5197
+ msgid "Ukrainian (Ukraine)"
5198
+ msgstr ""
5199
+
5200
+ #: ../languages/dynamic_strings.php:441
5201
+ msgid "Urdu"
5202
+ msgstr ""
5203
+
5204
+ #: ../languages/dynamic_strings.php:442
5205
+ msgid "Urdu (Islamic Republic of Pakistan)"
5206
+ msgstr ""
5207
+
5208
+ #: ../languages/dynamic_strings.php:443
5209
+ msgid "Uzbek (Latin)"
5210
+ msgstr ""
5211
+
5212
+ #: ../languages/dynamic_strings.php:444
5213
+ msgid "Uzbek (Cyrillic) (Uzbekistan)"
5214
+ msgstr ""
5215
+
5216
+ #: ../languages/dynamic_strings.php:445
5217
+ #, fuzzy
5218
+ #| msgid "Users"
5219
+ msgid "Vietnamese"
5220
+ msgstr "Benutzer"
5221
+
5222
+ #: ../languages/dynamic_strings.php:446
5223
+ msgid "Vietnamese (Viet Nam)"
5224
+ msgstr ""
5225
+
5226
+ #: ../languages/dynamic_strings.php:447
5227
+ msgid "Xhosa"
5228
+ msgstr ""
5229
+
5230
+ #: ../languages/dynamic_strings.php:448
5231
+ msgid "Xhosa (South Africa)"
5232
+ msgstr ""
5233
+
5234
+ #: ../languages/dynamic_strings.php:449
5235
+ msgid "Chinese"
5236
+ msgstr ""
5237
+
5238
+ #: ../languages/dynamic_strings.php:450
5239
+ msgid "Chinese (S)"
5240
+ msgstr ""
5241
+
5242
+ #: ../languages/dynamic_strings.php:451
5243
+ msgid "Chinese (Hong Kong)"
5244
+ msgstr ""
5245
+
5246
+ #: ../languages/dynamic_strings.php:452
5247
+ msgid "Chinese (Macau)"
5248
+ msgstr ""
5249
+
5250
+ #: ../languages/dynamic_strings.php:453
5251
+ msgid "Chinese (Singapore)"
5252
+ msgstr ""
5253
+
5254
+ #: ../languages/dynamic_strings.php:454
5255
+ msgid "Chinese (T)"
5256
+ msgstr ""
5257
+
5258
+ #: ../languages/dynamic_strings.php:455
5259
+ msgid "Zulu"
5260
+ msgstr ""
5261
+
5262
+ #: ../languages/dynamic_strings.php:456
5263
+ msgid "Zulu (South Africa)"
5264
+ msgstr ""
5265
+
5266
+ #: ../languages/dynamic_strings.php:462
5267
+ msgid "IBM AIX"
5268
+ msgstr ""
5269
+
5270
+ #: ../languages/dynamic_strings.php:463
5271
+ #, fuzzy
5272
+ #| msgid "amiga"
5273
+ msgid "Amiga"
5274
+ msgstr "Amiga"
5275
 
5276
+ #: ../languages/dynamic_strings.php:464 ../languages/dynamic_strings.php:545
5277
+ #, fuzzy
5278
+ #| msgid "android"
5279
+ msgid "Android"
5280
+ msgstr "Android"
5281
 
5282
+ #: ../languages/dynamic_strings.php:465
5283
+ msgid "BeOS"
5284
+ msgstr ""
 
5285
 
5286
+ #: ../languages/dynamic_strings.php:466
5287
+ #, fuzzy
5288
+ #| msgid "blackberry os"
5289
+ msgid "BlackBerry OS"
5290
+ msgstr "Blackberry OS"
5291
 
5292
+ #: ../languages/dynamic_strings.php:467
5293
+ msgid "CentOS"
5294
+ msgstr ""
 
5295
 
5296
+ #: ../languages/dynamic_strings.php:468
5297
+ msgid "ChromeOS"
5298
+ msgstr ""
 
5299
 
5300
+ #: ../languages/dynamic_strings.php:469
5301
+ msgid "Commodore 64"
5302
+ msgstr ""
 
5303
 
5304
+ #: ../languages/dynamic_strings.php:470
5305
+ #, fuzzy
5306
+ #| msgid "cygwin"
5307
+ msgid "Cygwin"
5308
+ msgstr "Cygwin"
5309
 
5310
+ #: ../languages/dynamic_strings.php:471
5311
+ #, fuzzy
5312
+ #| msgid "debian"
5313
+ msgid "Debian"
5314
+ msgstr "Debian"
5315
 
5316
+ #: ../languages/dynamic_strings.php:472
5317
+ #, fuzzy
5318
+ #| msgid "digital unix"
5319
+ msgid "Digital Unix"
5320
+ msgstr "Digital Unix"
5321
 
5322
+ #: ../languages/dynamic_strings.php:473
5323
+ msgid "Fedora"
5324
+ msgstr ""
 
5325
 
5326
+ #: ../languages/dynamic_strings.php:474
5327
+ msgid "Firefox OS"
5328
+ msgstr ""
 
5329
 
5330
+ #: ../languages/dynamic_strings.php:475
5331
+ msgid "FreeBSD"
5332
+ msgstr ""
 
5333
 
5334
+ #: ../languages/dynamic_strings.php:476
5335
+ #, fuzzy
5336
+ msgid "Gentoo"
5337
+ msgstr "Letzte Artikel"
5338
 
5339
+ #: ../languages/dynamic_strings.php:477
5340
+ msgid "HP-UX"
5341
+ msgstr ""
 
5342
 
5343
+ #: ../languages/dynamic_strings.php:478 ../languages/dynamic_strings.php:479
5344
+ #, fuzzy
5345
+ msgid "iPhone OS"
5346
+ msgstr "iPhone OS X"
5347
 
5348
+ #: ../languages/dynamic_strings.php:480
5349
+ #, fuzzy
5350
+ msgid "iPhone OS X"
5351
+ msgstr "iPhone OS X"
5352
 
5353
+ #: ../languages/dynamic_strings.php:481
5354
+ msgid "SGI / IRIX"
5355
+ msgstr ""
 
5356
 
5357
+ #: ../languages/dynamic_strings.php:482 ../languages/dynamic_strings.php:513
5358
+ msgid "Java"
5359
+ msgstr "Oracle Java"
 
5360
 
5361
+ #: ../languages/dynamic_strings.php:483
5362
+ msgid "Kanotix Linux"
5363
+ msgstr ""
 
5364
 
5365
+ #: ../languages/dynamic_strings.php:484
5366
+ msgid "Knoppix Linux"
5367
+ msgstr ""
 
5368
 
5369
+ #: ../languages/dynamic_strings.php:485
5370
+ msgid "Linux Generic"
5371
+ msgstr ""
 
5372
 
5373
+ #: ../languages/dynamic_strings.php:486
5374
+ #, fuzzy
5375
+ #| msgid "mac"
5376
+ msgid "Mac"
5377
+ msgstr "Mac"
5378
 
5379
+ #: ../languages/dynamic_strings.php:487
5380
+ msgid "Mac 68k"
5381
+ msgstr ""
 
5382
 
5383
+ #: ../languages/dynamic_strings.php:488 ../languages/dynamic_strings.php:489
5384
+ msgid "Mac OS X"
5385
+ msgstr ""
 
5386
 
5387
+ #: ../languages/dynamic_strings.php:490
5388
+ msgid "Mac PowerPC"
5389
+ msgstr ""
 
5390
 
5391
+ #: ../languages/dynamic_strings.php:491
5392
+ msgid "Mandrake Linux"
5393
+ msgstr ""
 
5394
 
5395
+ #: ../languages/dynamic_strings.php:492 ../languages/dynamic_strings.php:494
5396
+ msgid "MS-DOS"
5397
+ msgstr ""
 
5398
 
5399
+ #: ../languages/dynamic_strings.php:493
5400
+ msgid "MEPIS Linux"
5401
+ msgstr ""
 
5402
 
5403
+ #: ../languages/dynamic_strings.php:495
5404
+ msgid "NetBSD"
5405
+ msgstr ""
 
5406
 
5407
+ #: ../languages/dynamic_strings.php:496
5408
+ msgid "Nintendo"
5409
+ msgstr ""
 
5410
 
5411
+ #: ../languages/dynamic_strings.php:497
5412
+ msgid "OpenBSD"
5413
+ msgstr ""
 
5414
 
5415
+ #: ../languages/dynamic_strings.php:498
5416
+ msgid "OpenVMS"
5417
+ msgstr ""
 
5418
 
5419
+ #: ../languages/dynamic_strings.php:499
5420
+ msgid "IBM OS/2"
5421
+ msgstr ""
 
5422
 
5423
+ #: ../languages/dynamic_strings.php:500 ../languages/dynamic_strings.php:501
5424
+ msgid "Palm OS"
5425
+ msgstr ""
 
5426
 
5427
+ #: ../languages/dynamic_strings.php:502
5428
+ msgid "PCLinux OS"
5429
+ msgstr ""
 
5430
 
5431
+ #: ../languages/dynamic_strings.php:503
5432
+ msgid "Playstation"
5433
+ msgstr ""
 
5434
 
5435
+ #: ../languages/dynamic_strings.php:504
5436
+ msgid "PowerTV"
5437
+ msgstr ""
 
5438
 
5439
+ #: ../languages/dynamic_strings.php:505
5440
+ msgid "RedHat Linux"
5441
+ msgstr ""
 
5442
 
5443
+ #: ../languages/dynamic_strings.php:506 ../languages/dynamic_strings.php:554
5444
+ #, fuzzy
5445
+ #| msgid "blackberry os"
5446
+ msgid "Blackberry"
5447
+ msgstr "Blackberry OS"
5448
 
5449
+ #: ../languages/dynamic_strings.php:507
5450
+ msgid "Risc OS"
5451
+ msgstr ""
 
5452
 
5453
+ #: ../languages/dynamic_strings.php:508
5454
+ msgid "Slackware Linux"
5455
+ msgstr ""
 
5456
 
5457
+ #: ../languages/dynamic_strings.php:509
5458
+ #, fuzzy
5459
+ #| msgid "solaris"
5460
+ msgid "Solaris"
5461
+ msgstr "Solaris"
5462
 
5463
+ #: ../languages/dynamic_strings.php:510
5464
+ msgid "Sun OS"
5465
+ msgstr ""
 
5466
 
5467
+ #: ../languages/dynamic_strings.php:511
5468
+ msgid "SuSE Linux"
5469
+ msgstr ""
 
5470
 
5471
+ #: ../languages/dynamic_strings.php:512 ../languages/dynamic_strings.php:555
5472
+ #, fuzzy
5473
+ #| msgid "symbianos"
5474
+ msgid "Symbian OS"
5475
+ msgstr "Symbian OS"
5476
 
5477
+ #: ../languages/dynamic_strings.php:514
5478
+ msgid "Unix"
5479
+ msgstr ""
 
5480
 
5481
+ #: ../languages/dynamic_strings.php:516
5482
+ #, fuzzy
5483
+ msgid "Xandros Linux"
5484
+ msgstr "Android"
5485
 
5486
+ #: ../languages/dynamic_strings.php:517
5487
+ msgid "WAP"
5488
+ msgstr ""
 
5489
 
5490
+ #: ../languages/dynamic_strings.php:518
5491
+ msgid "WebOS"
5492
+ msgstr ""
 
5493
 
5494
+ #: ../languages/dynamic_strings.php:519
5495
+ #, fuzzy
5496
+ msgid "Windows 10"
5497
+ msgstr "Windows Phone"
5498
 
5499
+ #: ../languages/dynamic_strings.php:520
5500
+ msgid "Windows 16-bit"
5501
+ msgstr ""
 
5502
 
5503
+ #: ../languages/dynamic_strings.php:521
5504
+ #, fuzzy
5505
+ #| msgid "win2000"
5506
+ msgid "Windows 2000"
5507
+ msgstr "Windows 2000"
5508
 
5509
+ #: ../languages/dynamic_strings.php:522
5510
+ #, fuzzy
5511
+ #| msgid "win2003"
5512
+ msgid "Windows 2003"
5513
+ msgstr "Windows 2003"
5514
 
5515
+ #: ../languages/dynamic_strings.php:523
5516
+ msgid "Windows 3.1"
5517
+ msgstr ""
 
5518
 
5519
+ #: ../languages/dynamic_strings.php:524
5520
+ msgid "Windows 32-bit"
5521
+ msgstr ""
 
5522
 
5523
+ #: ../languages/dynamic_strings.php:525 ../languages/dynamic_strings.php:526
5524
+ #, fuzzy
5525
+ msgid "Windows 7"
5526
+ msgstr "Windows Phone"
5527
 
5528
+ #: ../languages/dynamic_strings.php:527
5529
+ #, fuzzy
5530
+ msgid "Windows 8"
5531
+ msgstr "Windows Phone"
5532
 
5533
+ #: ../languages/dynamic_strings.php:528
5534
+ msgid "Windows 8.1"
5535
+ msgstr ""
 
5536
 
5537
+ #: ../languages/dynamic_strings.php:529
5538
+ #, fuzzy
5539
+ msgid "Windows 95"
5540
+ msgstr "Windows Phone"
5541
 
5542
+ #: ../languages/dynamic_strings.php:530
5543
+ #, fuzzy
5544
+ msgid "Windows 98"
5545
+ msgstr "Windows Phone"
5546
 
5547
+ #: ../languages/dynamic_strings.php:531
5548
+ #, fuzzy
5549
+ msgid "Windows CE"
5550
+ msgstr "Windows Phone"
5551
 
5552
+ #: ../languages/dynamic_strings.php:532
5553
+ #, fuzzy
5554
+ msgid "Windows ME"
5555
+ msgstr "Windows Phone"
5556
 
5557
+ #: ../languages/dynamic_strings.php:533
5558
+ #, fuzzy
5559
+ msgid "Windows NT"
5560
+ msgstr "Windows Phone"
5561
 
5562
+ #: ../languages/dynamic_strings.php:534 ../languages/dynamic_strings.php:535
5563
+ #: ../languages/dynamic_strings.php:536 ../languages/dynamic_strings.php:538
5564
+ #, fuzzy
5565
+ msgid "Windows Phone"
5566
+ msgstr "Windows Phone"
5567
 
5568
+ #: ../languages/dynamic_strings.php:537
5569
+ msgid "Windows RT / Runtime"
5570
+ msgstr ""
 
5571
 
5572
+ #: ../languages/dynamic_strings.php:539
5573
+ #, fuzzy
5574
+ #| msgid "Known Visitor"
5575
+ msgid "Windows Vista"
5576
+ msgstr "Bekannte Besucher"
5577
 
5578
+ #: ../languages/dynamic_strings.php:540
5579
+ #, fuzzy
5580
+ msgid "Windows XP"
5581
+ msgstr "Windows Phone"
5582
 
5583
+ #: ../languages/dynamic_strings.php:541
5584
+ msgid "WyderOS"
5585
+ msgstr ""
 
5586
 
5587
+ #: ../languages/dynamic_strings.php:542
5588
+ msgid "Zaurus WAP"
5589
+ msgstr ""
 
5590
 
5591
+ #: ../languages/dynamic_strings.php:546
5592
+ #, fuzzy
5593
+ #| msgid "blackberry os"
5594
+ msgid "BlackBerry"
5595
+ msgstr "Blackberry OS"
5596
 
5597
+ #: ../languages/dynamic_strings.php:547
5598
+ msgid "Chrome OS"
5599
+ msgstr ""
 
5600
 
5601
+ #: ../languages/dynamic_strings.php:548
5602
+ msgid "Fire OS"
5603
+ msgstr ""
5604
 
5605
+ #: ../languages/dynamic_strings.php:549
5606
+ msgid "Linux FreeBSD"
5607
+ msgstr ""
 
5608
 
5609
+ #: ../languages/dynamic_strings.php:550
5610
+ msgid "Apple iOS"
5611
+ msgstr ""
 
5612
 
5613
+ #: ../languages/dynamic_strings.php:551
5614
+ msgid "Java-based OS"
5615
+ msgstr ""
 
5616
 
5617
+ #: ../languages/dynamic_strings.php:552 ../languages/dynamic_strings.php:556
5618
+ #, fuzzy
5619
+ #| msgid "linux"
5620
+ msgid "Linux"
5621
+ msgstr "Linux"
5622
+
5623
+ #: ../languages/dynamic_strings.php:553
5624
+ #, fuzzy
5625
+ #| msgid "Apply"
5626
+ msgid "Apple"
5627
+ msgstr "Anwenden"
5628
+
5629
+ #: ../languages/dynamic_strings.php:558
5630
+ msgid "Microsoft"
5631
+ msgstr ""
5632
+
5633
+ #: ../wp-slimstat.php:139 ../wp-slimstat.php:252
5634
+ msgid "Tracker is turned off, but client-side tracking code is still running."
5635
+ msgstr ""
5636
+
5637
+ #: ../wp-slimstat.php:267 ../wp-slimstat.php:698
5638
+ msgid "Pageview filtered by third-party code"
5639
+ msgstr ""
5640
+
5641
+ #: ../wp-slimstat.php:274
5642
+ msgid "Browser sent DNT header request"
5643
+ msgstr ""
5644
+
5645
+ #: ../wp-slimstat.php:297
5646
+ msgid "Visitor has opted out of tracking"
5647
+ msgstr ""
5648
+
5649
+ #: ../wp-slimstat.php:324
5650
+ msgid "Visitor has not opted in to be tracked"
5651
+ msgstr ""
5652
+
5653
+ #: ../wp-slimstat.php:334
5654
+ msgid "Empty or not supported IP address format"
5655
+ msgstr ""
5656
+
5657
+ #: ../wp-slimstat.php:351
5658
+ #, php-format
5659
+ msgid "Malformed referrer URL: %s (IP: %s)"
5660
+ msgstr ""
5661
+
5662
+ #: ../wp-slimstat.php:352
5663
+ #, php-format
5664
+ msgid "Malformed referrer URL: %s"
5665
+ msgstr ""
5666
+
5667
+ #: ../wp-slimstat.php:357
5668
+ #, php-format
5669
+ msgid "Attempted XSS Injection: %s (IP: %s)"
5670
+ msgstr ""
5671
+
5672
+ #: ../wp-slimstat.php:358
5673
+ #, php-format
5674
+ msgid "Attempted XSS Injection: %s"
5675
+ msgstr ""
5676
+
5677
+ #: ../wp-slimstat.php:382
5678
+ #, php-format
5679
+ msgid "Referrer %s is blacklisted"
5680
+ msgstr ""
5681
+
5682
+ #: ../wp-slimstat.php:399
5683
+ #, fuzzy, php-format
5684
+ msgid "Content Type %s is blacklisted"
5685
+ msgstr "Browser-F&auml;higkeiten"
5686
+
5687
+ #: ../wp-slimstat.php:449
5688
+ msgid "Malformed URL"
5689
+ msgstr ""
5690
+
5691
+ #: ../wp-slimstat.php:482
5692
+ #, php-format
5693
+ msgid "Permalink %s is blacklisted"
5694
+ msgstr ""
5695
+
5696
+ #: ../wp-slimstat.php:495
5697
+ #, php-format
5698
+ msgid "Logged in user %s not tracked"
5699
+ msgstr ""
5700
+
5701
+ #: ../wp-slimstat.php:503
5702
+ #, php-format
5703
+ msgid "User with capability %s not tracked"
5704
+ msgstr ""
5705
+
5706
+ #: ../wp-slimstat.php:512
5707
+ #, php-format
5708
+ msgid "User %s is blacklisted"
5709
+ msgstr ""
5710
+
5711
+ #: ../wp-slimstat.php:537
5712
+ #, php-format
5713
+ msgid "Spammer %s not tracked"
5714
+ msgstr ""
5715
+
5716
+ #: ../wp-slimstat.php:573
5717
+ #, php-format
5718
+ msgid "IP address %s is blacklisted"
5719
+ msgstr ""
5720
+
5721
+ #: ../wp-slimstat.php:627
5722
+ #, php-format
5723
+ msgid "Country %s is blacklisted"
5724
+ msgstr ""
5725
 
5726
+ #: ../wp-slimstat.php:636
5727
+ msgid "Prefetch requests are ignored"
5728
+ msgstr ""
 
5729
 
5730
+ #: ../wp-slimstat.php:652
5731
+ msgid "Bot not tracked"
5732
+ msgstr ""
 
5733
 
5734
+ #: ../wp-slimstat.php:660
5735
+ #, php-format
5736
+ msgid "Browser %s is blacklisted"
5737
+ msgstr ""
5738
 
5739
+ #: ../wp-slimstat.php:672
5740
+ #, fuzzy, php-format
5741
+ msgid "Operating System %s is blacklisted"
5742
+ msgstr "Browser-F&auml;higkeiten"
5743
 
5744
+ #: ../wp-slimstat.php:1114
5745
+ msgid "Invalid payload string. Try clearing your WordPress cache."
5746
+ msgstr ""
 
5747
 
5748
+ #: ../wp-slimstat.php:1125
5749
+ msgid "Invalid data signature. Try clearing your WordPress cache."
5750
+ msgstr ""
 
5751
 
5752
+ #: ../wp-slimstat.php:1257
5753
+ msgid ""
5754
+ "The geolocation database cannot be updated. Please check your server's file "
5755
+ "permissions and try again."
5756
+ msgstr ""
5757
 
5758
+ #: ../wp-slimstat.php:1270
5759
+ #, fuzzy
5760
+ msgid "There was an error downloading the MaxMind Geolite DB:"
5761
+ msgstr "Fehler beim Aktualisieren folgender Optionen:"
5762
 
5763
+ #: ../wp-slimstat.php:1278 ../wp-slimstat.php:1287
5764
+ #, fuzzy
5765
+ msgid "There was an error opening the zipped MaxMind Geolite DB."
5766
+ msgstr "Fehler beim Aktualisieren folgender Optionen:"
5767
 
5768
+ #: ../wp-slimstat.php:1282
5769
+ msgid "Function gzopen not defined. Aborting."
5770
+ msgstr ""
 
5771
 
5772
+ #: ../wp-slimstat.php:1292
5773
+ #, fuzzy
5774
+ msgid "There was an error opening the MaxMind Geolite DB."
5775
+ msgstr "Fehler beim Aktualisieren folgender Optionen:"
5776
 
5777
+ #: ../wp-slimstat.php:1305
5778
+ #, fuzzy
5779
+ msgid "There was an error creating the MaxMind Geolite DB."
5780
+ msgstr "Fehler beim Aktualisieren folgender Optionen:"
5781
 
5782
+ #: ../wp-slimstat.php:1320
5783
+ msgid "Invalid URL Provided."
5784
+ msgstr ""
 
5785
 
5786
+ #: ../wp-slimstat.php:1327
5787
+ msgid "Could not create Temporary file."
5788
+ msgstr ""
 
5789
 
5790
+ #: ../wp-slimstat.php:1384
5791
+ msgid "Undefined report ID"
5792
+ msgstr ""
 
5793
 
5794
+ #: ../wp-slimstat.php:1587
5795
+ msgid ""
5796
+ "You will need to specify a valid token to be able to query the data. Tokens "
5797
+ "are defined in Slimstat > Settings > Access Control."
5798
+ msgstr ""
5799
 
5800
+ #: ../wp-slimstat.php:1591
5801
+ msgid ""
5802
+ "This parameter specifies the type of QUERY for the dimension. Valid values "
5803
+ "are: count, count-all, recent, recent-all, top and top-all."
5804
+ msgstr ""
5805
 
5806
+ #: ../wp-slimstat.php:1596
5807
+ msgid ""
5808
+ "This parameter indicates what dimension to return: * (all data), ip, "
5809
+ "resource, browser, operating system, etc. You can only specify one dimension "
5810
+ "at a time."
5811
+ msgstr ""
5812
 
5813
+ #: ../wp-slimstat.php:1601
5814
+ msgid ""
5815
+ "This parameter is used to filter a given dimension (resources, browsers, "
5816
+ "operating systems, etc) so that it satisfies certain conditions (i.e.: "
5817
+ "browser contains Chrome). Please make sure to urlencode this value, and to "
5818
+ "use the usual filter format: browser contains Chrome&&&referer contains slim "
5819
+ "(encoded: browser%20contains%20Chrome%26%26%26referer%20contains%20slim)"
5820
+ msgstr ""
5821
 
5822
+ #: ../wp-slimstat.php:2029
5823
+ msgid "Optional filters"
5824
+ msgstr ""
 
5825
 
5826
+ #~ msgid "Expand Details"
5827
+ #~ msgstr "Details anzeigen"
 
 
5828
 
5829
+ #, fuzzy
5830
+ #~ msgid "Expand each row's details by default, insted of on mousehover."
5831
+ #~ msgstr "Zeigt in allen Zeilen die Details und nicht nur beim Mouse-Over"
 
5832
 
5833
+ # Unknown
5834
+ #~ msgid "c-"
5835
+ #~ msgstr "Unknown"
 
5836
 
5837
+ #~ msgid "l-"
5838
+ #~ msgstr "l-"
 
 
5839
 
5840
+ # Unknown
5841
+ #~ msgid "c-xx"
5842
+ #~ msgstr "Unbekannt"
 
5843
 
5844
+ # Afghanistan
5845
+ #~ msgid "c-af"
5846
+ #~ msgstr "Afghanistan"
 
5847
 
5848
+ # Åland Islands
5849
+ #~ msgid "c-ax"
5850
+ #~ msgstr "&Aring;landinseln"
 
5851
 
5852
+ # Albania
5853
+ #~ msgid "c-al"
5854
+ #~ msgstr "Albanien"
 
5855
 
5856
+ # Algeria
5857
+ #~ msgid "c-dz"
5858
+ #~ msgstr "Algerien"
 
5859
 
5860
+ # Andorra
5861
+ #~ msgid "c-ad"
5862
+ #~ msgstr "Andorra"
 
5863
 
5864
+ # Angola
5865
+ #~ msgid "c-ao"
5866
+ #~ msgstr "Angola"
 
5867
 
5868
+ # Anguilla
5869
+ #~ msgid "c-ai"
5870
+ #~ msgstr "Anguilla"
 
5871
 
5872
+ # Antigua and Barbuda
5873
+ #~ msgid "c-ag"
5874
+ #~ msgstr "Antigua und Barbuda"
 
5875
 
5876
+ # Argentina
5877
+ #~ msgid "c-ar"
5878
+ #~ msgstr "Argentinien"
 
5879
 
5880
+ # Armenia
5881
+ #~ msgid "c-am"
5882
+ #~ msgstr "Armenien"
 
5883
 
5884
+ # Aruba
5885
+ #~ msgid "c-aw"
5886
+ #~ msgstr "Aruba"
 
5887
 
5888
+ # Australia
5889
+ #~ msgid "c-au"
5890
+ #~ msgstr "Australien"
 
5891
 
5892
+ # Austria
5893
+ #~ msgid "c-at"
5894
+ #~ msgstr "&Ouml;sterreich"
 
5895
 
5896
+ # Azerbaijan
5897
+ #~ msgid "c-az"
5898
+ #~ msgstr "Aserbaidschan"
 
5899
 
5900
+ # Bahamas
5901
+ #~ msgid "c-bs"
5902
+ #~ msgstr "Bahamas"
 
5903
 
5904
+ # Bahrain
5905
+ #~ msgid "c-bh"
5906
+ #~ msgstr "Bahrain"
 
5907
 
5908
+ # Bangladesh
5909
+ #~ msgid "c-bd"
5910
+ #~ msgstr "Bangladesch"
 
5911
 
5912
+ # Barbados
5913
+ #~ msgid "c-bb"
5914
+ #~ msgstr "Barbados"
 
5915
 
5916
+ # Belarus
5917
+ #~ msgid "c-by"
5918
+ #~ msgstr "Wei&szlig;russland"
 
5919
 
5920
+ # Belgium
5921
+ #~ msgid "c-be"
5922
+ #~ msgstr "Belgien"
 
5923
 
5924
+ # Belize
5925
+ #~ msgid "c-bz"
5926
+ #~ msgstr "Belize"
 
5927
 
5928
+ # Benin
5929
+ #~ msgid "c-bj"
5930
+ #~ msgstr "Benin"
 
5931
 
5932
+ # Bermuda
5933
+ #~ msgid "c-bm"
5934
+ #~ msgstr "Bermuda"
 
5935
 
5936
+ # Bhutan
5937
+ #~ msgid "c-bt"
5938
+ #~ msgstr "Bhutan"
 
5939
 
5940
+ # Bolivia
5941
+ #~ msgid "c-bo"
5942
+ #~ msgstr "Bolivien"
 
5943
 
5944
+ # Bosnia and Herzegovina
5945
+ #~ msgid "c-ba"
5946
+ #~ msgstr "Bosnien Herzegowina"
 
5947
 
5948
+ # Botswana
5949
+ #~ msgid "c-bw"
5950
+ #~ msgstr "Botswana"
 
5951
 
5952
+ # Brazil
5953
+ #~ msgid "c-br"
5954
+ #~ msgstr "Brasilien"
 
5955
 
5956
+ # Brunei Darussalam
5957
+ #~ msgid "c-bn"
5958
+ #~ msgstr "Brunei Darussalam"
 
5959
 
5960
+ # Bulgaria
5961
+ #~ msgid "c-bg"
5962
+ #~ msgstr "Bulgarien"
 
5963
 
5964
+ # Burkina Faso
5965
+ #~ msgid "c-bf"
5966
+ #~ msgstr "Burkina Faso"
 
5967
 
5968
+ # Burundi
5969
+ #~ msgid "c-bi"
5970
+ #~ msgstr "Burundi"
 
5971
 
5972
+ # Cambodia
5973
+ #~ msgid "c-kh"
5974
+ #~ msgstr "Kambodscha"
 
5975
 
5976
+ # Cameroon
5977
+ #~ msgid "c-cm"
5978
+ #~ msgstr "Kamerun"
 
5979
 
5980
+ # Canada
5981
+ #~ msgid "c-ca"
5982
+ #~ msgstr "Kanada"
 
5983
 
5984
+ # Cape Verde
5985
+ #~ msgid "c-cv"
5986
+ #~ msgstr "Kap Verde"
 
5987
 
5988
+ # Cayman Islands
5989
+ #~ msgid "c-ky"
5990
+ #~ msgstr "Kaimaninseln"
 
5991
 
5992
+ # Central African Republic
5993
+ #~ msgid "c-cf"
5994
+ #~ msgstr "Zentralafrika"
 
5995
 
5996
+ # Chad
5997
+ #~ msgid "c-td"
5998
+ #~ msgstr "Tschad"
 
5999
 
6000
+ # Chile
6001
+ #~ msgid "c-cl"
6002
+ #~ msgstr "Chile"
 
6003
 
6004
+ # China
6005
+ #~ msgid "c-cn"
6006
+ #~ msgstr "China"
 
6007
 
6008
+ # Colombia
6009
+ #~ msgid "c-co"
6010
+ #~ msgstr "Kolumbien"
 
6011
 
6012
+ # Comoros
6013
+ #~ msgid "c-km"
6014
+ #~ msgstr "Komoren"
 
6015
 
6016
+ # Congo
6017
+ #~ msgid "c-cg"
6018
+ #~ msgstr "Republik Kongo"
 
6019
 
6020
+ # The Democratic Republic of the Congo
6021
+ #~ msgid "c-cd"
6022
+ #~ msgstr "Demokratische Republik Kongo"
6023
 
6024
+ # Costa Rica
6025
+ #~ msgid "c-cr"
6026
+ #~ msgstr "Costa Rica"
 
6027
 
6028
+ # Côte d'Ivoire
6029
+ #~ msgid "c-ci"
6030
+ #~ msgstr "Elfenbeink&uuml;ste"
6031
 
6032
+ # Croatia
6033
+ #~ msgid "c-hr"
6034
+ #~ msgstr "Kroatien"
 
6035
 
6036
+ # Cuba
6037
+ #~ msgid "c-cu"
6038
+ #~ msgstr "Kuba"
 
6039
 
6040
+ # Cyprus
6041
+ #~ msgid "c-cy"
6042
+ #~ msgstr "Zypern"
 
6043
 
6044
+ # Czech Republic
6045
+ #~ msgid "c-cz"
6046
+ #~ msgstr "Tschechische Republik"
 
6047
 
6048
+ # Denmark
6049
+ #~ msgid "c-dk"
6050
+ #~ msgstr "D&auml;nemark"
 
6051
 
6052
+ # Djibouti
6053
+ #~ msgid "c-dj"
6054
+ #~ msgstr "Dschibuti"
 
6055
 
6056
+ # Dominica
6057
+ #~ msgid "c-dm"
6058
+ #~ msgstr "Dominica"
 
6059
 
6060
+ # Dominican Republic
6061
+ #~ msgid "c-do"
6062
+ #~ msgstr "Dominikanische Republik"
 
6063
 
6064
+ # Ecuador
6065
+ #~ msgid "c-ec"
6066
+ #~ msgstr "Ecuador"
 
6067
 
6068
+ # Egypt
6069
+ #~ msgid "c-eg"
6070
+ #~ msgstr "&Auml;gypten"
 
6071
 
6072
+ # El Salvador
6073
+ #~ msgid "c-sv"
6074
+ #~ msgstr "El Salvador"
 
6075
 
6076
+ # Equatorial Guinea
6077
+ #~ msgid "c-gq"
6078
+ #~ msgstr "Äquatorialguinea"
 
6079
 
6080
+ # Eritrea
6081
+ #~ msgid "c-er"
6082
+ #~ msgstr "Eritrea"
 
6083
 
6084
+ # Estonia
6085
+ #~ msgid "c-ee"
6086
+ #~ msgstr "Estland"
 
6087
 
6088
+ # Ethiopia
6089
+ #~ msgid "c-et"
6090
+ #~ msgstr "&Auml;thiopien"
 
6091
 
6092
+ # Faroe Islands
6093
+ #~ msgid "c-fo"
6094
+ #~ msgstr "F&auml;r&ouml;er Inseln"
 
6095
 
6096
+ # Falkland Islands (Malvinas)
6097
+ #~ msgid "c-fk"
6098
+ #~ msgstr "Falklandinseln (Malwinen)"
 
6099
 
6100
+ # Fiji
6101
+ #~ msgid "c-fj"
6102
+ #~ msgstr "Republik Fidschi"
 
6103
 
6104
+ # Finland
6105
+ #~ msgid "c-fi"
6106
+ #~ msgstr "Finnland"
 
6107
 
6108
+ # France
6109
+ #~ msgid "c-fr"
6110
+ #~ msgstr "Franz&ouml;sische Republik"
 
6111
 
6112
+ # French Guiana
6113
+ #~ msgid "c-gf"
6114
+ #~ msgstr "Franz&ouml;sisch-Guayana"
 
6115
 
6116
+ # Gabon
6117
+ #~ msgid "c-ga"
6118
+ #~ msgstr "Gabun"
 
6119
 
6120
+ # Gambia
6121
+ #~ msgid "c-gm"
6122
+ #~ msgstr "Gambia"
 
6123
 
6124
+ # Georgia
6125
+ #~ msgid "c-ge"
6126
+ #~ msgstr "Georgien"
 
6127
 
6128
+ # Germany
6129
+ #~ msgid "c-de"
6130
+ #~ msgstr "Bundesrepublik Deutschland"
 
6131
 
6132
+ # Ghana
6133
+ #~ msgid "c-gh"
6134
+ #~ msgstr "Ghana"
 
6135
 
6136
+ # Greece
6137
+ #~ msgid "c-gr"
6138
+ #~ msgstr "Griechenland"
 
6139
 
6140
+ # Greenland
6141
+ #~ msgid "c-gl"
6142
+ #~ msgstr "Gr&ouml;nland"
 
6143
 
6144
+ # Grenada
6145
+ #~ msgid "c-gd"
6146
+ #~ msgstr "Grenada"
 
6147
 
6148
+ # Guadeloupe
6149
+ #~ msgid "c-gp"
6150
+ #~ msgstr "Guadeloupe"
 
6151
 
6152
+ # Guatemala
6153
+ #~ msgid "c-gt"
6154
+ #~ msgstr "Guatemala"
 
6155
 
6156
+ # Guinea
6157
+ #~ msgid "c-gn"
6158
+ #~ msgstr "Guinea"
 
6159
 
6160
+ # Guinea-Bissau
6161
+ #~ msgid "c-gw"
6162
+ #~ msgstr "Guinea-Bissau"
 
6163
 
6164
+ # Guyana
6165
+ #~ msgid "c-gy"
6166
+ #~ msgstr "Guyana"
 
6167
 
6168
+ # Haiti
6169
+ #~ msgid "c-ht"
6170
+ #~ msgstr "Haiti"
 
6171
 
6172
+ # Honduras
6173
+ #~ msgid "c-hn"
6174
+ #~ msgstr "Honduras"
 
6175
 
6176
+ # Hong Kong
6177
+ #~ msgid "c-hk"
6178
+ #~ msgstr "Hong Kong"
 
6179
 
6180
+ # Hungary
6181
+ #~ msgid "c-hu"
6182
+ #~ msgstr "Ungarn"
 
6183
 
6184
+ # Iceland
6185
+ #~ msgid "c-is"
6186
+ #~ msgstr "Island"
6187
 
6188
+ # India
6189
+ #~ msgid "c-in"
6190
+ #~ msgstr "Indien"
6191
 
6192
+ # Indonesia
6193
+ #~ msgid "c-id"
6194
+ #~ msgstr "Indonesien"
6195
 
6196
+ # Islamic Republic of Iran
6197
+ #~ msgid "c-ir"
6198
+ #~ msgstr "Islamische Republik Iran"
6199
 
6200
+ # Iraq
6201
+ #~ msgid "c-iq"
6202
+ #~ msgstr "Irak"
6203
 
6204
+ # Ireland
6205
+ #~ msgid "c-ie"
6206
+ #~ msgstr "Irland"
6207
 
6208
+ # Israel
6209
+ #~ msgid "c-il"
6210
+ #~ msgstr "Israel"
6211
 
6212
+ # Italy
6213
+ #~ msgid "c-it"
6214
+ #~ msgstr "Italien"
6215
 
6216
+ # Jamaica
6217
+ #~ msgid "c-jm"
6218
+ #~ msgstr "Jamaika"
6219
 
6220
+ # Japan
6221
+ #~ msgid "c-jp"
6222
+ #~ msgstr "Japan"
6223
 
6224
+ # Jordan
6225
+ #~ msgid "c-jo"
6226
+ #~ msgstr "Jordan"
 
6227
 
6228
+ # Kazakhstan
6229
+ #~ msgid "c-kz"
6230
+ #~ msgstr "Kasachstan"
 
6231
 
6232
+ # Kenya
6233
+ #~ msgid "c-ke"
6234
+ #~ msgstr "Kenia"
 
6235
 
6236
+ # Nauru
6237
+ #~ msgid "c-nr"
6238
+ #~ msgstr "Nauru"
 
 
6239
 
6240
+ # Democratic People's Republic of Korea
6241
+ #~ msgid "c-kp"
6242
+ #~ msgstr "Demokratische Volksrepublik Korea"
 
6243
 
6244
+ # Republic of Korea
6245
+ #~ msgid "c-kr"
6246
+ #~ msgstr "Republik Korea"
 
6247
 
6248
+ #~ msgid "c-kv"
6249
+ #~ msgstr "Komi"
 
 
 
6250
 
6251
+ # Kuwait
6252
+ #~ msgid "c-kw"
6253
+ #~ msgstr "Kuwait"
6254
 
6255
+ # Kyrgyzstan
6256
+ #~ msgid "c-kg"
6257
+ #~ msgstr "Kirgistan"
6258
 
6259
+ # Lao People's Democratic Republic
6260
+ #~ msgid "c-la"
6261
+ #~ msgstr "Demokratische Volksrepublik Laos"
6262
 
6263
+ # Latvia
6264
+ #~ msgid "c-lv"
6265
+ #~ msgstr "Lettland"
 
6266
 
6267
+ # Lebanon
6268
+ #~ msgid "c-lb"
6269
+ #~ msgstr "Libanon"
6270
 
6271
+ # Lesotho
6272
+ #~ msgid "c-ls"
6273
+ #~ msgstr "Lesotho"
6274
 
6275
+ # Liberia
6276
+ #~ msgid "c-lr"
6277
+ #~ msgstr "Liberia"
6278
 
6279
+ # Libyan Arab Jamahiriya
6280
+ #~ msgid "c-ly"
6281
+ #~ msgstr "Libyen"
 
6282
 
6283
+ # Liechtenstein
6284
+ #~ msgid "c-li"
6285
+ #~ msgstr "Liechtenstein"
6286
 
6287
+ # Lithuania
6288
+ #~ msgid "c-lt"
6289
+ #~ msgstr "Litauen"
6290
 
6291
+ # Luxembourg
6292
+ #~ msgid "c-lu"
6293
+ #~ msgstr "Luxemburg"
 
 
 
 
 
 
 
6294
 
6295
+ # The Former Yugoslav Republic of Macedonia
6296
+ #~ msgid "c-mk"
6297
+ #~ msgstr "Ehemalige Jugoslawische Republik Mazedonien"
6298
 
6299
+ # Madagascar
6300
+ #~ msgid "c-mg"
6301
+ #~ msgstr "Madagaskar"
 
 
 
 
 
 
6302
 
6303
+ # Malawi
6304
+ #~ msgid "c-mw"
6305
+ #~ msgstr "Malawi"
 
 
 
 
6306
 
6307
+ # Malaysia
6308
+ #~ msgid "c-my"
6309
+ #~ msgstr "Malaysien"
6310
 
6311
+ # Mali
6312
+ #~ msgid "c-ml"
6313
+ #~ msgstr "Mali"
 
 
 
 
 
 
 
 
6314
 
6315
+ # Malta
6316
+ #~ msgid "c-mt"
6317
+ #~ msgstr "Malta"
 
 
 
 
6318
 
6319
+ # Martinique
6320
+ #~ msgid "c-mq"
6321
+ #~ msgstr "Martinique"
6322
 
6323
+ # Mauritania
6324
+ #~ msgid "c-mr"
6325
+ #~ msgstr "Mauritanien"
 
 
 
 
 
 
6326
 
6327
+ # Mauritius
6328
+ #~ msgid "c-mu"
6329
+ #~ msgstr "Mauritius"
6330
 
6331
+ # Mexico
6332
+ #~ msgid "c-mx"
6333
+ #~ msgstr "Mexiko"
 
 
 
 
6334
 
6335
+ # Moldova
6336
+ #~ msgid "c-md"
6337
+ #~ msgstr "Moldawien"
6338
 
6339
+ # Mongolia
6340
+ #~ msgid "c-mn"
6341
+ #~ msgstr "Mongolei"
6342
 
6343
+ # Montenegro
6344
+ #~ msgid "c-me"
6345
+ #~ msgstr "Montenegro"
 
 
 
 
 
6346
 
6347
+ # Montserrat
6348
+ #~ msgid "c-ms"
6349
+ #~ msgstr "Montserrat"
 
 
 
 
 
 
6350
 
6351
+ # Morocco
6352
+ #~ msgid "c-ma"
6353
+ #~ msgstr "Marokko"
 
 
 
 
 
6354
 
6355
+ # Mozambique
6356
+ #~ msgid "c-mz"
6357
+ #~ msgstr "Mosambik"
6358
 
6359
+ # Myanmar
6360
+ #~ msgid "c-mm"
6361
+ #~ msgstr "Myanmar"
6362
 
6363
+ # Namibia
6364
+ #~ msgid "c-na"
6365
+ #~ msgstr "Namibia"
6366
 
6367
+ # Nepal
6368
+ #~ msgid "c-np"
6369
+ #~ msgstr "Nepal"
6370
 
6371
+ # Netherlands
6372
+ #~ msgid "c-nl"
6373
+ #~ msgstr "Niederlande"
6374
 
6375
+ # New Caledonia
6376
+ #~ msgid "c-nc"
6377
+ #~ msgstr "Neukaledonien"
 
 
 
 
 
 
 
 
 
 
6378
 
6379
+ # New Zealand
6380
+ #~ msgid "c-nz"
6381
+ #~ msgstr "Neuseeland"
 
 
 
 
 
 
 
 
 
 
 
6382
 
6383
+ # Nicaragua
6384
+ #~ msgid "c-ni"
6385
+ #~ msgstr "Nicaragua"
6386
 
6387
+ # Niger
6388
+ #~ msgid "c-ne"
6389
+ #~ msgstr "Niger"
 
6390
 
6391
+ # Nigeria
6392
+ #~ msgid "c-ng"
6393
+ #~ msgstr "Nigeria"
6394
 
6395
+ # Norway
6396
+ #~ msgid "c-no"
6397
+ #~ msgstr "Norwegen"
 
 
 
 
6398
 
6399
+ # Oman
6400
+ #~ msgid "c-om"
6401
+ #~ msgstr "Oman"
6402
 
6403
+ # Pakistan
6404
+ #~ msgid "c-pk"
6405
+ #~ msgstr "Pakistan"
6406
 
6407
+ # Palau
6408
+ #~ msgid "c-pw"
6409
+ #~ msgstr "Palau"
 
 
 
 
6410
 
6411
+ # Occupied Palestinian Territory
6412
+ #~ msgid "c-ps"
6413
+ #~ msgstr "Palästinensische Autonomiegebiete"
6414
 
6415
+ # Panama
6416
+ #~ msgid "c-pa"
6417
+ #~ msgstr "Panama"
 
 
 
 
 
 
6418
 
6419
+ # Papua New Guinea
6420
+ #~ msgid "c-pg"
6421
+ #~ msgstr "Papua Neu Guinea"
6422
 
6423
+ # Paraguay
6424
+ #~ msgid "c-py"
6425
+ #~ msgstr "Paraguay"
6426
 
6427
+ # Peru
6428
+ #~ msgid "c-pe"
6429
+ #~ msgstr "Peru"
6430
 
6431
+ # Philippines
6432
+ #~ msgid "c-ph"
6433
+ #~ msgstr "Philippinen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6434
 
6435
+ # Poland
6436
+ #~ msgid "c-pl"
6437
+ #~ msgstr "Polen"
6438
 
6439
+ # Portugal
6440
+ #~ msgid "c-pt"
6441
+ #~ msgstr "Portugal"
6442
 
6443
+ # Puerto Rico
6444
+ #~ msgid "c-pr"
6445
+ #~ msgstr "Puerto Rico"
 
 
 
 
6446
 
6447
+ # Qatar
6448
+ #~ msgid "c-qa"
6449
+ #~ msgstr "Katar"
6450
 
6451
+ # Réunion
6452
+ #~ msgid "c-re"
6453
+ #~ msgstr "Réunion"
 
 
 
 
 
 
6454
 
6455
+ # Romania
6456
+ #~ msgid "c-ro"
6457
+ #~ msgstr "Rum&auml;nien"
6458
 
6459
+ # Russian Federation
6460
+ #~ msgid "c-ru"
6461
+ #~ msgstr "Russische Föderation"
 
 
 
6462
 
6463
+ # Rwanda
6464
+ #~ msgid "c-rw"
6465
+ #~ msgstr "Ruanda"
 
 
6466
 
6467
+ # Saint Kitts and Nevis
6468
+ #~ msgid "c-kn"
6469
+ #~ msgstr "St. Kitts und Nevis"
 
 
6470
 
6471
+ # Saint Lucia
6472
+ #~ msgid "c-lc"
6473
+ #~ msgstr "Saint Lucia"
6474
 
6475
+ # Saint Martin
6476
+ #~ msgid "c-mf"
6477
+ #~ msgstr "Saint Martin"
 
 
 
6478
 
6479
+ # Saint Vincent and the Grenadines
6480
+ #~ msgid "c-vc"
6481
+ #~ msgstr "St. Vincent und die Grenadinen"
 
 
6482
 
6483
+ # Samoa
6484
+ #~ msgid "c-ws"
6485
+ #~ msgstr "Samoa"
6486
 
6487
+ # Sao Tome and Principe
6488
+ #~ msgid "c-st"
6489
+ #~ msgstr "Sao Tomé und Príncipe"
 
 
6490
 
6491
+ # Saudi Arabia
6492
+ #~ msgid "c-sa"
6493
+ #~ msgstr "Saudi Arabien"
 
 
6494
 
6495
+ # Senegal
6496
+ #~ msgid "c-sn"
6497
+ #~ msgstr "Senegal"
 
 
6498
 
6499
+ # Serbia
6500
+ #~ msgid "c-rs"
6501
+ #~ msgstr "Serbien"
 
 
6502
 
6503
+ # Sierra Leone
6504
+ #~ msgid "c-sl"
6505
+ #~ msgstr "Sierra Leone"
6506
 
6507
+ # Singapore
6508
+ #~ msgid "c-sg"
6509
+ #~ msgstr "Singapur"
6510
 
6511
+ # Slovakia
6512
+ #~ msgid "c-sk"
6513
+ #~ msgstr "Slowakei"
6514
 
6515
+ # Slovenia
6516
+ #~ msgid "c-si"
6517
+ #~ msgstr "Slowenien"
6518
 
6519
+ # Solomon Islands
6520
+ #~ msgid "c-sb"
6521
+ #~ msgstr "Salomonen"
6522
 
6523
+ # Somalia
6524
+ #~ msgid "c-so"
6525
+ #~ msgstr "Somalia"
6526
 
6527
+ # South Africa
6528
+ #~ msgid "c-za"
6529
+ #~ msgstr "Südafrika"
6530
 
6531
+ # South Georgia and the South Sandwich Islands
6532
+ #~ msgid "c-gs"
6533
+ #~ msgstr "Südgeorgien und die Südlichen Sandwichinseln"
 
6534
 
6535
+ # Spain
6536
+ #~ msgid "c-es"
6537
+ #~ msgstr "Spanien"
6538
 
6539
+ # Sri Lanka
6540
+ #~ msgid "c-lk"
6541
+ #~ msgstr "Sri Lanka"
6542
 
6543
+ # Sudan
6544
+ #~ msgid "c-sd"
6545
+ #~ msgstr "Sudan"
6546
 
6547
+ #~ msgid "c-ss"
6548
+ #~ msgstr "Siswati"
 
6549
 
6550
+ # Suriname
6551
+ #~ msgid "c-sr"
6552
+ #~ msgstr "Suriname"
6553
 
6554
+ # Svalbard and Jan Mayen
6555
+ #~ msgid "c-sj"
6556
+ #~ msgstr "Spitzbergen und Jan Mayen"
6557
 
6558
+ # Swaziland
6559
+ #~ msgid "c-sz"
6560
+ #~ msgstr "Swaziland"
6561
 
6562
+ # Sweden
6563
+ #~ msgid "c-se"
6564
+ #~ msgstr "Schweden"
6565
 
6566
+ # Switzerland
6567
+ #~ msgid "c-ch"
6568
+ #~ msgstr "Schweiz"
6569
 
6570
+ # Syrian Arab Republic
6571
+ #~ msgid "c-sy"
6572
+ #~ msgstr "Arabische Republik Syrien"
6573
 
6574
+ # Taiwan, Province of China
6575
+ #~ msgid "c-tw"
6576
+ #~ msgstr "Taiwan"
6577
 
6578
+ # Tajikistan
6579
+ #~ msgid "c-tj"
6580
+ #~ msgstr "Tadschikistan"
 
6581
 
6582
+ # United Republic of Tanzania
6583
+ #~ msgid "c-tz"
6584
+ #~ msgstr "Vereinigte Republik Tansania"
6585
 
6586
+ # Thailand
6587
+ #~ msgid "c-th"
6588
+ #~ msgstr "Thailand"
6589
 
6590
+ # Timor-Leste
6591
+ #~ msgid "c-tl"
6592
+ #~ msgstr "Timor-Leste"
6593
 
6594
+ # Togo
6595
+ #~ msgid "c-tg"
6596
+ #~ msgstr "Togo"
6597
 
6598
+ # Tonga
6599
+ #~ msgid "c-to"
6600
+ #~ msgstr "Tonga"
6601
 
6602
+ # Trinidad and Tobago
6603
+ #~ msgid "c-tt"
6604
+ #~ msgstr "Trinidad und Tobago"
6605
 
6606
+ # Tunisia
6607
+ #~ msgid "c-tn"
6608
+ #~ msgstr "Tunesien"
6609
 
6610
+ # Turkey
6611
+ #~ msgid "c-tr"
6612
+ #~ msgstr "T&uuml;rkei"
6613
 
6614
+ # Turkmenistan
6615
+ #~ msgid "c-tm"
6616
+ #~ msgstr "Turkmenistan"
 
 
6617
 
6618
+ # Turks and Caicos Islands
6619
+ #~ msgid "c-tc"
6620
+ #~ msgstr "Turks- und Caicosinseln"
6621
 
6622
+ # Uganda
6623
+ #~ msgid "c-ug"
6624
+ #~ msgstr "Uganda"
6625
 
6626
+ # Ukraine
6627
+ #~ msgid "c-ua"
6628
+ #~ msgstr "Ukraine"
6629
 
6630
+ # United Arab Emirates
6631
+ #~ msgid "c-ae"
6632
+ #~ msgstr "Vereinigte Arabische Emirate"
 
6633
 
6634
+ # United Kingdom
6635
+ #~ msgid "c-gb"
6636
+ #~ msgstr "Vereinigtes K&ouml;nigreich"
6637
+
6638
+ # United States
6639
+ #~ msgid "c-us"
6640
+ #~ msgstr "Vereinigte Staaten"
6641
+
6642
+ # Uruguay
6643
+ #~ msgid "c-uy"
6644
+ #~ msgstr "Uruguay"
6645
+
6646
+ # Uzbekistan
6647
+ #~ msgid "c-uz"
6648
+ #~ msgstr "Usbekistan"
6649
+
6650
+ # Vanuatu
6651
+ #~ msgid "c-vu"
6652
+ #~ msgstr "Vanuatu"
6653
 
6654
+ # Venezuela
6655
+ #~ msgid "c-ve"
6656
+ #~ msgstr "Venezuela"
 
 
6657
 
6658
+ # Viet Nam
6659
+ #~ msgid "c-vn"
6660
+ #~ msgstr "Vietnam"
6661
 
6662
+ # British Virgin Islands
6663
+ #~ msgid "c-vg"
6664
+ #~ msgstr "Jungferninseln"
6665
 
6666
+ # U.S. Virgin Islands
6667
+ #~ msgid "c-vi"
6668
+ #~ msgstr "Amerikanische Jungferninseln"
6669
 
6670
+ # Western Sahara
6671
+ #~ msgid "c-eh"
6672
+ #~ msgstr "Westsahara"
6673
 
6674
+ # Yemen
6675
+ #~ msgid "c-ye"
6676
+ #~ msgstr "Jemen"
6677
 
6678
+ # Zambia
6679
+ #~ msgid "c-zm"
6680
+ #~ msgstr "Sambia"
6681
 
6682
+ # Zimbabwe
6683
+ #~ msgid "c-zw"
6684
+ #~ msgstr "Zimbabwe"
 
6685
 
6686
+ # Guernsey
6687
+ #~ msgid "c-gg"
6688
+ #~ msgstr "Guernsey"
 
6689
 
6690
+ # Jersey
6691
+ #~ msgid "c-je"
6692
+ #~ msgstr "Jersey"
6693
 
6694
+ # Isle of Man
6695
+ #~ msgid "c-im"
6696
+ #~ msgstr "Isle of Man"
6697
 
6698
+ # Maldives
6699
+ #~ msgid "c-mv"
6700
+ #~ msgstr "Malediven"
6701
 
6702
+ #~ msgid "xx"
6703
+ #~ msgstr "xx"
 
6704
 
6705
+ #~ msgid "aix"
6706
+ #~ msgstr "IBM AIX"
 
6707
 
6708
+ #~ msgid "beos"
6709
+ #~ msgstr "BeOS"
 
6710
 
6711
+ #~ msgid "freebsd"
6712
+ #~ msgstr "FreeBSD"
 
6713
 
6714
+ #~ msgid "hp-ux"
6715
+ #~ msgstr "HP-UX"
 
6716
 
6717
+ #~ msgid "ios"
6718
+ #~ msgstr "iPhone OS"
 
6719
 
6720
+ #~ msgid "iphone osx"
6721
+ #~ msgstr "iPhone OS X"
 
6722
 
6723
+ #~ msgid "irix"
6724
+ #~ msgstr "IRIX"
 
6725
 
6726
+ #~ msgid "java"
6727
+ #~ msgstr "Java"
 
6728
 
6729
+ #~ msgid "mac68k"
6730
+ #~ msgstr "Mac 68k"
 
6731
 
 
6732
  #, fuzzy
6733
+ #~| msgid "macosx"
6734
+ #~ msgid "macos"
6735
+ #~ msgstr "Mac OS X"
6736
 
6737
+ #~ msgid "macosx"
6738
+ #~ msgstr "Mac OS X"
 
6739
 
6740
+ #~ msgid "macppc"
6741
+ #~ msgstr "Mac PowerPC"
 
6742
 
 
6743
  #, fuzzy
6744
+ #~ msgid "mandriva"
6745
+ #~ msgstr "Android"
6746
 
6747
+ # Spanish (Dominican Republic)
6748
+ #, fuzzy
6749
+ #~ msgid "ms-dos"
6750
+ #~ msgstr "Spanish (Dominican Republic)"
6751
 
6752
+ #~ msgid "netbsd"
6753
+ #~ msgstr "NetBSD"
 
6754
 
6755
+ #~ msgid "openbsd"
6756
+ #~ msgstr "OpenBSD"
 
6757
 
6758
+ #~ msgid "openvms"
6759
+ #~ msgstr "OpenVMS"
 
6760
 
6761
+ #~ msgid "os/2"
6762
+ #~ msgstr "IBM OS/2"
 
6763
 
6764
+ #~ msgid "palm"
6765
+ #~ msgstr "Palm"
 
6766
 
6767
+ #, fuzzy
6768
+ #~ msgid "palmos"
6769
+ #~ msgstr "Palm"
6770
 
6771
+ #, fuzzy
6772
+ #~ msgid "pclinuxos"
6773
+ #~ msgstr "Linux"
6774
 
6775
+ #~ msgid "powertv"
6776
+ #~ msgstr "PowerTV"
 
6777
 
6778
+ #~ msgid "risc os"
6779
+ #~ msgstr "Risc OS"
 
6780
 
6781
+ #~ msgid "sunos"
6782
+ #~ msgstr "Sun OS"
 
6783
 
6784
+ #~ msgid "unix"
6785
+ #~ msgstr "Unix"
 
6786
 
6787
+ #~ msgid "wap"
6788
+ #~ msgstr "WAP"
 
6789
 
6790
+ #~ msgid "webos"
6791
+ #~ msgstr "WebOS"
 
6792
 
 
6793
  #, fuzzy
6794
+ #~ msgid "win10"
6795
+ #~ msgstr "Windows 16-bit"
6796
 
6797
+ #~ msgid "win16"
6798
+ #~ msgstr "Windows 16-bit"
 
 
6799
 
6800
+ #~ msgid "win31"
6801
+ #~ msgstr "Windows 3.1"
 
 
6802
 
6803
+ #~ msgid "win32"
6804
+ #~ msgstr "Windows 32-bit"
 
6805
 
6806
+ #~ msgid "win7"
6807
+ #~ msgstr "Windows 7"
 
6808
 
6809
+ #~ msgid "win8"
6810
+ #~ msgstr "Windows 8"
 
6811
 
6812
+ #~ msgid "win8.1"
6813
+ #~ msgstr "Windows 8.1"
 
6814
 
6815
+ #~ msgid "win95"
6816
+ #~ msgstr "Windows 95"
 
6817
 
6818
+ #~ msgid "win98"
6819
+ #~ msgstr "Windows 98"
 
6820
 
6821
+ #~ msgid "wince"
6822
+ #~ msgstr "Windows CE"
 
6823
 
6824
+ #~ msgid "winme"
6825
+ #~ msgstr "Windows ME"
 
6826
 
6827
+ #~ msgid "winnt"
6828
+ #~ msgstr "Windows NT"
 
6829
 
6830
+ #~ msgid "winphone7"
6831
+ #~ msgstr "Windows Phone"
 
6832
 
6833
+ #, fuzzy
6834
+ #~ msgid "winphone7.5"
6835
+ #~ msgstr "Windows Phone"
6836
 
6837
+ #, fuzzy
6838
+ #~ msgid "winphone8"
6839
+ #~ msgstr "Windows Phone"
6840
 
6841
+ #, fuzzy
6842
+ #~ msgid "winphone8.1"
6843
+ #~ msgstr "Windows Phone"
6844
 
6845
+ #~ msgid "winvista"
6846
+ #~ msgstr "Windows Vista"
 
6847
 
6848
+ #~ msgid "winxp"
6849
+ #~ msgstr "Windows XP"
 
6850
 
6851
+ #~ msgid "wyderos"
6852
+ #~ msgstr "WyderOS"
 
6853
 
6854
+ #~ msgid "p-and"
6855
+ #~ msgstr "Android"
 
6856
 
6857
+ #~ msgid "p-bla"
6858
+ #~ msgstr "BlackBerry"
 
6859
 
6860
+ #~ msgid "p-chr"
6861
+ #~ msgstr "Chrome OS"
 
6862
 
6863
+ #~ msgid "p-fre"
6864
+ #~ msgstr "Linux FreeBSD"
 
6865
 
6866
+ #~ msgid "p-ios"
6867
+ #~ msgstr "Apple iOS"
 
6868
 
6869
+ #~ msgid "p-jav"
6870
+ #~ msgstr "Java-based OS"
 
6871
 
6872
+ #~ msgid "p-lin"
6873
+ #~ msgstr "Linux"
 
6874
 
6875
+ #~ msgid "p-mac"
6876
+ #~ msgstr "Apple"
 
6877
 
6878
+ #~ msgid "p-sym"
6879
+ #~ msgstr "Symbian OS"
 
6880
 
6881
+ #~ msgid "p-unk"
6882
+ #~ msgstr "Unbekannt"
 
6883
 
6884
+ #~ msgid "p-win"
6885
+ #~ msgstr "Microsoft"
 
6886
 
6887
  # Afrikaans
6888
+ #~ msgid "l-af"
6889
+ #~ msgstr "Afrikaans"
 
6890
 
6891
  # Afrikaans
 
6892
  #, fuzzy
6893
+ #~ msgid "l-af-za"
6894
+ #~ msgstr "Afrikaans"
6895
 
6896
  # Arabic
6897
+ #~ msgid "l-ar"
6898
+ #~ msgstr "Arabic"
 
6899
 
6900
  # Arabic (United Arab Emirates)
6901
+ #~ msgid "l-ar-ae"
6902
+ #~ msgstr "Arabic (United Arab Emirates)"
 
6903
 
6904
  # Arabic (Bahrain)
6905
+ #~ msgid "l-ar-bh"
6906
+ #~ msgstr "Arabic (Bahrain)"
 
6907
 
6908
  # Arabic (Algeria)
6909
+ #~ msgid "l-ar-dz"
6910
+ #~ msgstr "Arabic (Algeria)"
 
6911
 
6912
  # Arabic (Egypt)
6913
+ #~ msgid "l-ar-eg"
6914
+ #~ msgstr "Arabic (Egypt)"
 
6915
 
6916
  # Arabic (Iraq)
6917
+ #~ msgid "l-ar-iq"
6918
+ #~ msgstr "Arabic (Iraq)"
 
6919
 
6920
  # Arabic (Jordan)
6921
+ #~ msgid "l-ar-jo"
6922
+ #~ msgstr "Arabic (Jordan)"
 
6923
 
6924
  # Arabic (Kuwait)
6925
+ #~ msgid "l-ar-kw"
6926
+ #~ msgstr "Arabic (Kuwait)"
 
6927
 
6928
  # Arabic (Lebanon)
6929
+ #~ msgid "l-ar-lb"
6930
+ #~ msgstr "Arabic (Lebanon)"
 
6931
 
6932
  # Arabic (Libya)
6933
+ #~ msgid "l-ar-ly"
6934
+ #~ msgstr "Arabic (Libya)"
 
6935
 
6936
  # Arabic (Morocco)
6937
+ #~ msgid "l-ar-ma"
6938
+ #~ msgstr "Arabic (Morocco)"
 
6939
 
6940
  # Arabic (Oman)
6941
+ #~ msgid "l-ar-om"
6942
+ #~ msgstr "Arabic (Oman)"
 
6943
 
6944
  # Arabic (Qatar)
6945
+ #~ msgid "l-ar-qa"
6946
+ #~ msgstr "Arabic (Qatar)"
 
6947
 
6948
  # Arabic (Saudi Arabia)
6949
+ #~ msgid "l-ar-sa"
6950
+ #~ msgstr "Arabic (Saudi Arabia)"
 
6951
 
6952
  # Arabic (Syria)
6953
+ #~ msgid "l-ar-sy"
6954
+ #~ msgstr "Arabic (Syria)"
 
6955
 
6956
  # Arabic (Tunisia)
6957
+ #~ msgid "l-ar-tn"
6958
+ #~ msgstr "Arabic (Tunisia)"
 
6959
 
6960
  # Arabic (Yemen)
6961
+ #~ msgid "l-ar-ye"
6962
+ #~ msgstr "Arabic (Yemen)"
 
6963
 
6964
  # Azerbaijani
6965
+ #~ msgid "l-az"
6966
+ #~ msgstr "Azerbaijani"
 
6967
 
6968
  # Azerbaijani
 
6969
  #, fuzzy
6970
+ #~ msgid "l-az-az"
6971
+ #~ msgstr "Azerbaijani"
6972
 
6973
  # Belarusian
6974
+ #~ msgid "l-be"
6975
+ #~ msgstr "Belarusian"
 
6976
 
6977
  # Belarusian
 
6978
  #, fuzzy
6979
+ #~ msgid "l-be-by"
6980
+ #~ msgstr "Belarusian"
6981
 
6982
  # Bulgarian
6983
+ #~ msgid "l-bg"
6984
+ #~ msgstr "Bulgarian"
 
6985
 
6986
  # Bulgarian
 
6987
  #, fuzzy
6988
+ #~ msgid "l-bg-bg"
6989
+ #~ msgstr "Bulgarian"
6990
 
6991
  # Bosnian
 
6992
  #, fuzzy
6993
+ #~ msgid "l-bs-ba"
6994
+ #~ msgstr "Bosnian"
6995
 
6996
  # Catalan; Valencian
6997
+ #~ msgid "l-ca"
6998
+ #~ msgstr "Catalan; Valencian"
 
6999
 
7000
  # Catalan; Valencian
 
7001
  #, fuzzy
7002
+ #~ msgid "l-ca-es"
7003
+ #~ msgstr "Catalan; Valencian"
7004
 
7005
  # Czech
7006
+ #~ msgid "l-cs"
7007
+ #~ msgstr "Czech"
 
7008
 
7009
  # Czech
 
7010
  #, fuzzy
7011
+ #~ msgid "l-cs-cz"
7012
+ #~ msgstr "Czech"
7013
 
7014
  # Welsh
7015
+ #~ msgid "l-cy"
7016
+ #~ msgstr "Welsh"
 
7017
 
7018
  # Welsh
 
7019
  #, fuzzy
7020
+ #~ msgid "l-cy-gb"
7021
+ #~ msgstr "Welsh"
7022
 
7023
  # Danish
7024
+ #~ msgid "l-da"
7025
+ #~ msgstr "Danish"
 
7026
 
7027
  # Danish
 
7028
  #, fuzzy
7029
+ #~ msgid "l-da-dk"
7030
+ #~ msgstr "Danish"
7031
 
7032
  # German
7033
+ #~ msgid "l-de"
7034
+ #~ msgstr "German"
 
7035
 
7036
  # German (Austria)
7037
+ #~ msgid "l-de-at"
7038
+ #~ msgstr "German (Austria)"
 
7039
 
7040
  # German (Switzerland)
7041
+ #~ msgid "l-de-ch"
7042
+ #~ msgstr "German (Switzerland)"
 
7043
 
7044
  # German (Germany)
7045
+ #~ msgid "l-de-de"
7046
+ #~ msgstr "German (Germany)"
 
7047
 
7048
  # German (Liechtenstein)
7049
+ #~ msgid "l-de-li"
7050
+ #~ msgstr "German (Liechtenstein)"
 
7051
 
7052
  # German (Luxembourg)
7053
+ #~ msgid "l-de-lu"
7054
+ #~ msgstr "German (Luxembourg)"
 
7055
 
7056
  # Dhivehi; Divehi; Maldivian
7057
+ #~ msgid "l-dv"
7058
+ #~ msgstr "Dhivehi; Divehi; Maldivian"
 
7059
 
7060
  # Dhivehi; Divehi; Maldivian
 
7061
  #, fuzzy
7062
+ #~ msgid "l-dv-mv"
7063
+ #~ msgstr "Dhivehi; Divehi; Maldivian"
7064
 
7065
  # Modern Greek (1453-)
7066
+ #~ msgid "l-el"
7067
+ #~ msgstr "Modern Greek (1453-)"
 
7068
 
7069
  # Greek (Greece)
7070
+ #~ msgid "l-el-gr"
7071
+ #~ msgstr "Greek (Greece)"
 
7072
 
7073
  # English
7074
+ #~ msgid "l-en"
7075
+ #~ msgstr "English"
 
7076
 
7077
  # English (Australia)
7078
+ #~ msgid "l-en-au"
7079
+ #~ msgstr "English (Australia)"
 
7080
 
7081
  # English (Belize)
7082
+ #~ msgid "l-en-bz"
7083
+ #~ msgstr "English (Belize)"
 
7084
 
7085
  # English (Canada)
7086
+ #~ msgid "l-en-ca"
7087
+ #~ msgstr "English (Canada)"
 
7088
 
7089
  # English (Canada)
 
7090
  #, fuzzy
7091
+ #~ msgid "l-en-cb"
7092
+ #~ msgstr "English (Canada)"
7093
 
7094
  # English (United Kingdom)
7095
+ #~ msgid "l-en-gb"
7096
+ #~ msgstr "English (United Kingdom)"
 
7097
 
7098
  # English (Ireland)
7099
+ #~ msgid "l-en-ie"
7100
+ #~ msgstr "English (Ireland)"
 
7101
 
7102
  # English (Jamaica)
7103
+ #~ msgid "l-en-jm"
7104
+ #~ msgstr "English (Jamaica)"
 
7105
 
7106
  # English (New Zealand)
7107
+ #~ msgid "l-en-nz"
7108
+ #~ msgstr "English (New Zealand)"
 
7109
 
7110
  # English
 
7111
  #, fuzzy
7112
+ #~ msgid "l-en-ph"
7113
+ #~ msgstr "English"
7114
 
7115
  # English (Trinidad)
7116
+ #~ msgid "l-en-tt"
7117
+ #~ msgstr "English (Trinidad)"
 
7118
 
7119
  # English (United States)
7120
+ #~ msgid "l-en-us"
7121
+ #~ msgstr "English (United States)"
 
7122
 
7123
  # English (South Africa)
7124
+ #~ msgid "l-en-za"
7125
+ #~ msgstr "English (South Africa)"
 
7126
 
7127
  # English (South Africa)
 
7128
  #, fuzzy
7129
+ #~ msgid "l-en-zw"
7130
+ #~ msgstr "English (South Africa)"
7131
 
7132
  # Esperanto
7133
+ #~ msgid "l-eo"
7134
+ #~ msgstr "Esperanto"
 
7135
 
7136
  # Spanish; Castilian
7137
+ #~ msgid "l-es"
7138
+ #~ msgstr "Spanish; Castilian"
 
7139
 
7140
  # Spanish (Argentina)
7141
+ #~ msgid "l-es-ar"
7142
+ #~ msgstr "Spanish (Argentina)"
 
7143
 
7144
  # Spanish (Bolivia)
7145
+ #~ msgid "l-es-bo"
7146
+ #~ msgstr "Spanish (Bolivia)"
 
7147
 
7148
  # Spanish (Chile)
7149
+ #~ msgid "l-es-cl"
7150
+ #~ msgstr "Spanish (Chile)"
 
7151
 
7152
  # Spanish (Colombia)
7153
+ #~ msgid "l-es-co"
7154
+ #~ msgstr "Spanish (Colombia)"
 
7155
 
7156
  # Spanish (Costa Rica)
7157
+ #~ msgid "l-es-cr"
7158
+ #~ msgstr "Spanish (Costa Rica)"
 
7159
 
7160
  # Spanish (Dominican Republic)
7161
+ #~ msgid "l-es-do"
7162
+ #~ msgstr "Spanish (Dominican Republic)"
 
7163
 
7164
  # Spanish (Ecuador)
7165
+ #~ msgid "l-es-ec"
7166
+ #~ msgstr "Spanish (Ecuador)"
 
7167
 
7168
  # Spanish (Spain)
7169
+ #~ msgid "l-es-es"
7170
+ #~ msgstr "Spanish (Spain)"
 
7171
 
7172
  # Spanish (Guatemala)
7173
+ #~ msgid "l-es-gt"
7174
+ #~ msgstr "Spanish (Guatemala)"
 
7175
 
7176
  # Spanish (Honduras)
7177
+ #~ msgid "l-es-hn"
7178
+ #~ msgstr "Spanish (Honduras)"
 
7179
 
7180
  # Spanish (Mexico)
7181
+ #~ msgid "l-es-mx"
7182
+ #~ msgstr "Spanish (Mexico)"
 
7183
 
7184
  # Spanish (Nicaragua)
7185
+ #~ msgid "l-es-ni"
7186
+ #~ msgstr "Spanish (Nicaragua)"
 
7187
 
7188
  # Spanish (Panama)
7189
+ #~ msgid "l-es-pa"
7190
+ #~ msgstr "Spanish (Panama)"
 
7191
 
7192
  # Spanish (Peru)
7193
+ #~ msgid "l-es-pe"
7194
+ #~ msgstr "Spanish (Peru)"
 
7195
 
7196
  # Spanish (Puerto Rico)
7197
+ #~ msgid "l-es-pr"
7198
+ #~ msgstr "Spanish (Puerto Rico)"
 
7199
 
7200
  # Spanish (Paraguay)
7201
+ #~ msgid "l-es-py"
7202
+ #~ msgstr "Spanish (Paraguay)"
 
7203
 
7204
  # Spanish (El Salvador)
7205
+ #~ msgid "l-es-sv"
7206
+ #~ msgstr "Spanish (El Salvador)"
 
7207
 
7208
  # Spanish (Uruguay)
7209
+ #~ msgid "l-es-uy"
7210
+ #~ msgstr "Spanish (Uruguay)"
 
7211
 
7212
  # Spanish (Venezuela)
7213
+ #~ msgid "l-es-ve"
7214
+ #~ msgstr "Spanish (Venezuela)"
 
7215
 
7216
  # Estonian
7217
+ #~ msgid "l-et"
7218
+ #~ msgstr "Estonian"
 
7219
 
7220
  # Estonian
 
7221
  #, fuzzy
7222
+ #~ msgid "l-et-ee"
7223
+ #~ msgstr "Estonian"
7224
 
7225
  # Basque
7226
+ #~ msgid "l-eu"
7227
+ #~ msgstr "Basque"
 
7228
 
7229
  # Basque
 
7230
  #, fuzzy
7231
+ #~ msgid "l-eu-es"
7232
+ #~ msgstr "Basque"
7233
 
7234
  # Persian
7235
+ #~ msgid "l-fa"
7236
+ #~ msgstr "Persian"
 
7237
 
7238
  # Persian
 
7239
  #, fuzzy
7240
+ #~ msgid "l-fa-ir"
7241
+ #~ msgstr "Persian"
7242
 
7243
  # Finnish
7244
+ #~ msgid "l-fi"
7245
+ #~ msgstr "Finnish"
 
7246
 
7247
  # Finnish
 
7248
  #, fuzzy
7249
+ #~ msgid "l-fi-fi"
7250
+ #~ msgstr "Finnish"
7251
 
7252
  # Faroese
7253
+ #~ msgid "l-fo"
7254
+ #~ msgstr "Faroese"
 
7255
 
7256
  # Faroese
 
7257
  #, fuzzy
7258
+ #~ msgid "l-fo-fo"
7259
+ #~ msgstr "Faroese"
7260
 
7261
  # French
7262
+ #~ msgid "l-fr"
7263
+ #~ msgstr "French"
 
7264
 
7265
  # French (Belgium)
7266
+ #~ msgid "l-fr-be"
7267
+ #~ msgstr "French (Belgium)"
 
7268
 
7269
  # French (Canada)
7270
+ #~ msgid "l-fr-ca"
7271
+ #~ msgstr "French (Canada)"
 
7272
 
7273
  # French (Switzerland)
7274
+ #~ msgid "l-fr-ch"
7275
+ #~ msgstr "French (Switzerland)"
 
7276
 
7277
  # French (France)
7278
+ #~ msgid "l-fr-fr"
7279
+ #~ msgstr "French (France)"
 
7280
 
7281
  # French (Luxembourg)
7282
+ #~ msgid "l-fr-lu"
7283
+ #~ msgstr "French (Luxembourg)"
 
7284
 
7285
  # French (Switzerland)
 
7286
  #, fuzzy
7287
+ #~ msgid "l-fr-mc"
7288
+ #~ msgstr "French (Switzerland)"
7289
 
7290
  # Galician
7291
+ #~ msgid "l-gl"
7292
+ #~ msgstr "Galician"
 
7293
 
7294
  # Spanish; Castilian
 
7295
  #, fuzzy
7296
+ #~ msgid "l-gl-es"
7297
+ #~ msgstr "Spanish; Castilian"
7298
 
7299
  # Gujarati
7300
+ #~ msgid "l-gu"
7301
+ #~ msgstr "Gujarati"
 
7302
 
7303
  # Gujarati
 
7304
  #, fuzzy
7305
+ #~ msgid "l-gu-in"
7306
+ #~ msgstr "Gujarati"
7307
 
7308
  # Hebrew
7309
+ #~ msgid "l-he"
7310
+ #~ msgstr "Hebrew"
 
7311
 
7312
  # Hebrew (Israel)
7313
+ #~ msgid "l-he-il"
7314
+ #~ msgstr "Hebrew (Israel)"
 
7315
 
7316
  # Hindi
7317
+ #~ msgid "l-hi"
7318
+ #~ msgstr "Hindi"
 
7319
 
7320
  # Hindi
 
7321
  #, fuzzy
7322
+ #~ msgid "l-hi-in"
7323
+ #~ msgstr "Hindi"
7324
 
7325
  # Croatian
7326
+ #~ msgid "l-hr"
7327
+ #~ msgstr "Croatian"
 
7328
 
7329
  # Croatian
 
7330
  #, fuzzy
7331
+ #~ msgid "l-hr-ba"
7332
+ #~ msgstr "Croatian"
7333
 
7334
  # Croatian
 
7335
  #, fuzzy
7336
+ #~ msgid "l-hr-hr"
7337
+ #~ msgstr "Croatian"
7338
 
7339
  # Hungarian
7340
+ #~ msgid "l-hu"
7341
+ #~ msgstr "Hungarian"
 
7342
 
7343
  # Hungarian (Hungary)
7344
+ #~ msgid "l-hu-hu"
7345
+ #~ msgstr "Hungarian (Hungary)"
 
7346
 
7347
  # Armenian
7348
+ #~ msgid "l-hy"
7349
+ #~ msgstr "Armenian"
 
7350
 
7351
  # Armenian
 
7352
  #, fuzzy
7353
+ #~ msgid "l-hy-am"
7354
+ #~ msgstr "Armenian"
7355
 
7356
  # Indonesian
7357
+ #~ msgid "l-id"
7358
+ #~ msgstr "Indonesian"
 
7359
 
7360
  # Indonesian
 
7361
  #, fuzzy
7362
+ #~ msgid "l-id-id"
7363
+ #~ msgstr "Indonesian"
7364
 
7365
  # Icelandic
7366
+ #~ msgid "l-is"
7367
+ #~ msgstr "Icelandic"
 
7368
 
7369
  # Icelandic
 
7370
  #, fuzzy
7371
+ #~ msgid "l-is-is"
7372
+ #~ msgstr "Icelandic"
7373
 
7374
  # Italian
7375
+ #~ msgid "l-it"
7376
+ #~ msgstr "Italian"
 
7377
 
7378
  # Italian (Switzerland)
7379
+ #~ msgid "l-it-ch"
7380
+ #~ msgstr "Italian (Switzerland)"
 
7381
 
7382
  # Italian (Italia)
7383
+ #~ msgid "l-it-it"
7384
+ #~ msgstr "Italian (Italia)"
 
7385
 
7386
  # Japanese
7387
+ #~ msgid "l-ja"
7388
+ #~ msgstr "Japanese"
 
7389
 
7390
  # Japanes
7391
+ #~ msgid "l-ja-jp"
7392
+ #~ msgstr "Japanese"
 
7393
 
7394
  # Georgian
7395
+ #~ msgid "l-ka"
7396
+ #~ msgstr "Georgian"
 
7397
 
7398
  # Georgian
 
7399
  #, fuzzy
7400
+ #~ msgid "l-ka-ge"
7401
+ #~ msgstr "Georgian"
7402
 
7403
  # Kazakh
7404
+ #~ msgid "l-kk"
7405
+ #~ msgstr "Kazakh"
 
7406
 
7407
  # Kazakh
 
7408
  #, fuzzy
7409
+ #~ msgid "l-kk-kz"
7410
+ #~ msgstr "Kazakh"
7411
 
7412
  # Kannada
7413
+ #~ msgid "l-kn"
7414
+ #~ msgstr "Kannada"
 
7415
 
7416
  # Kannada
 
7417
  #, fuzzy
7418
+ #~ msgid "l-kn-in"
7419
+ #~ msgstr "Kannada"
7420
 
7421
  # Korean
7422
+ #~ msgid "l-ko"
7423
+ #~ msgstr "Korean"
 
7424
 
7425
  # Korean (Republic of Korea)
7426
+ #~ msgid "l-ko-kr"
7427
+ #~ msgstr "Korean (Republic of Korea)"
 
7428
 
7429
  # Korean
 
7430
  #, fuzzy
7431
+ #~ msgid "l-kok"
7432
+ #~ msgstr "Korean"
7433
 
7434
  # Korean
 
7435
  #, fuzzy
7436
+ #~ msgid "l-kok-in"
7437
+ #~ msgstr "Korean"
7438
 
7439
  # Kirghiz; Kyrgyz
7440
+ #~ msgid "l-ky"
7441
+ #~ msgstr "Kirghiz; Kyrgyz"
 
7442
 
7443
  # Kirghiz; Kyrgyz
 
7444
  #, fuzzy
7445
+ #~ msgid "l-ky-kg"
7446
+ #~ msgstr "Kirghiz; Kyrgyz"
7447
 
7448
  # Lithuanian
7449
+ #~ msgid "l-lt"
7450
+ #~ msgstr "Lithuanian"
 
7451
 
7452
  # Lithuanian
 
7453
  #, fuzzy
7454
+ #~ msgid "l-lt-lt"
7455
+ #~ msgstr "Lithuanian"
7456
 
7457
  # Latvian
7458
+ #~ msgid "l-lv"
7459
+ #~ msgstr "Latvian"
 
7460
 
7461
  # Latvian
 
7462
  #, fuzzy
7463
+ #~ msgid "l-lv-lv"
7464
+ #~ msgstr "Latvian"
7465
 
7466
  # Maori
7467
+ #~ msgid "l-mi"
7468
+ #~ msgstr "Maori"
 
7469
 
7470
  # Maori
 
7471
  #, fuzzy
7472
+ #~ msgid "l-mi-nz"
7473
+ #~ msgstr "Maori"
7474
 
7475
  # Macedonian
7476
+ #~ msgid "l-mk"
7477
+ #~ msgstr "Macedonian"
 
7478
 
7479
  # Macedonian
 
7480
  #, fuzzy
7481
+ #~ msgid "l-mk-ml"
7482
+ #~ msgstr "Macedonian"
7483
 
7484
  # Mongolian
7485
+ #~ msgid "l-mn"
7486
+ #~ msgstr "Mongolian"
 
7487
 
7488
  # Mongolian
 
7489
  #, fuzzy
7490
+ #~ msgid "l-mn-mn"
7491
+ #~ msgstr "Mongolian"
7492
 
7493
  # Marathi
7494
+ #~ msgid "l-mr"
7495
+ #~ msgstr "Marathi"
 
7496
 
7497
  # Marathi
 
7498
  #, fuzzy
7499
+ #~ msgid "l-mr-in"
7500
+ #~ msgstr "Marathi"
7501
 
7502
  # Malay
7503
+ #~ msgid "l-ms"
7504
+ #~ msgstr "Malay"
 
7505
 
7506
  # Malay
 
7507
  #, fuzzy
7508
+ #~ msgid "l-ms-bn"
7509
+ #~ msgstr "Malay"
7510
 
7511
  # Malay
 
7512
  #, fuzzy
7513
+ #~ msgid "l-ms-my"
7514
+ #~ msgstr "Malay"
7515
 
7516
  # Maltese
7517
+ #~ msgid "l-mt"
7518
+ #~ msgstr "Maltese"
 
7519
 
7520
  # Maltese
 
7521
  #, fuzzy
7522
+ #~ msgid "l-mt-mt"
7523
+ #~ msgstr "Maltese"
7524
 
7525
  # Norwegian Bokmål
7526
+ #~ msgid "l-nb"
7527
+ #~ msgstr "Norwegian Bokmål"
 
7528
 
7529
  # Norwegian Bokmål
 
7530
  #, fuzzy
7531
+ #~ msgid "l-nb-no"
7532
+ #~ msgstr "Norwegian Bokmål"
7533
 
7534
  # Dutch; Flemish
7535
+ #~ msgid "l-nl"
7536
+ #~ msgstr "Dutch; Flemish"
 
7537
 
7538
  # Dutch (Belgium)
7539
+ #~ msgid "l-nl-be"
7540
+ #~ msgstr "Dutch (Belgium)"
 
7541
 
7542
  # Dutch (Netherlands)
7543
+ #~ msgid "l-nl-nl"
7544
+ #~ msgstr "Dutch (Netherlands)"
 
7545
 
7546
  # Norwegian Nynorsk
 
7547
  #, fuzzy
7548
+ #~ msgid "l-nn-no"
7549
+ #~ msgstr "Norwegian Nynorsk"
 
 
 
 
 
 
 
 
7550
 
7551
  # Panjabi; Punjabi
7552
+ #~ msgid "l-pa"
7553
+ #~ msgstr "Panjabi; Punjabi"
 
7554
 
7555
  # Panjabi; Punjabi
 
7556
  #, fuzzy
7557
+ #~ msgid "l-pa-in"
7558
+ #~ msgstr "Panjabi; Punjabi"
7559
 
7560
  # Polish
7561
+ #~ msgid "l-pl"
7562
+ #~ msgstr "Polish"
 
7563
 
7564
  # Polish
7565
+ #~ msgid "l-pl-pl"
7566
+ #~ msgstr "Polish (Poland)"
 
7567
 
7568
  # Pushto; Pashto
7569
+ #~ msgid "l-ps"
7570
+ #~ msgstr "Pushto; Pashto"
 
7571
 
7572
  # Spanish (Argentina)
 
7573
  #, fuzzy
7574
+ #~ msgid "l-ps-ar"
7575
+ #~ msgstr "Spanish (Argentina)"
7576
 
7577
  # Portuguese
7578
+ #~ msgid "l-pt"
7579
+ #~ msgstr "Portuguese"
 
7580
 
7581
  # Portuguese (Brazil)
7582
+ #~ msgid "l-pt-br"
7583
+ #~ msgstr "Portuguese (Brazil)"
 
7584
 
7585
  # Portuguese
7586
+ #~ msgid "l-pt-pt"
7587
+ #~ msgstr "Portuguese (Portugal)"
 
7588
 
7589
  # Quechua
7590
+ #~ msgid "l-qu"
7591
+ #~ msgstr "Quechua"
 
7592
 
7593
  # Quechua
 
7594
  #, fuzzy
7595
+ #~ msgid "l-qu-bo"
7596
+ #~ msgstr "Quechua"
7597
 
7598
  # Quechua
 
7599
  #, fuzzy
7600
+ #~ msgid "l-qu-ec"
7601
+ #~ msgstr "Quechua"
7602
 
7603
  # Quechua
 
7604
  #, fuzzy
7605
+ #~ msgid "l-qu-pe"
7606
+ #~ msgstr "Quechua"
7607
 
7608
  # Romanian; Moldavian; Moldovan
7609
+ #~ msgid "l-ro"
7610
+ #~ msgstr "Romanian; Moldavian; Moldovan"
 
7611
 
7612
  # Romanian; Moldavian; Moldovan
 
7613
  #, fuzzy
7614
+ #~ msgid "l-ro-ro"
7615
+ #~ msgstr "Romanian; Moldavian; Moldovan"
7616
 
7617
  # Russian
7618
+ #~ msgid "l-ru"
7619
+ #~ msgstr "Russian"
 
7620
 
7621
  # Russian (Russia)
7622
+ #~ msgid "l-ru-ru"
7623
+ #~ msgstr "Russian (Russia)"
 
7624
 
7625
  # Sanskrit
7626
+ #~ msgid "l-sa"
7627
+ #~ msgstr "Sanskrit"
 
7628
 
7629
  # Sanskrit
 
7630
  #, fuzzy
7631
+ #~ msgid "l-sa-in"
7632
+ #~ msgstr "Sanskrit"
7633
 
7634
  # Northern Sami
7635
+ #~ msgid "l-se"
7636
+ #~ msgstr "Northern Sami"
 
7637
 
7638
  # Northern Sami
 
7639
  #, fuzzy
7640
+ #~ msgid "l-se-fi"
7641
+ #~ msgstr "Northern Sami"
7642
 
7643
  # Northern Sami
 
7644
  #, fuzzy
7645
+ #~ msgid "l-se-no"
7646
+ #~ msgstr "Northern Sami"
7647
 
7648
  # Northern Sami
 
7649
  #, fuzzy
7650
+ #~ msgid "l-se-se"
7651
+ #~ msgstr "Northern Sami"
7652
 
7653
  # Slovak
7654
+ #~ msgid "l-sk"
7655
+ #~ msgstr "Slovak"
 
7656
 
7657
  # Slovak
 
7658
  #, fuzzy
7659
+ #~ msgid "l-sk-sk"
7660
+ #~ msgstr "Slovak"
7661
 
7662
  # Slovenian
7663
+ #~ msgid "l-sl"
7664
+ #~ msgstr "Slovenian"
 
7665
 
7666
  # Sinhala; Sinhalese
 
7667
  #, fuzzy
7668
+ #~ msgid "l-sl-si"
7669
+ #~ msgstr "Sinhala; Sinhalese"
7670
 
7671
  # Albanian
7672
+ #~ msgid "l-sq"
7673
+ #~ msgstr "Albanian"
 
7674
 
7675
  # Albanian
 
7676
  #, fuzzy
7677
+ #~ msgid "l-sq-al"
7678
+ #~ msgstr "Albanian"
7679
 
7680
  # Serbian
 
7681
  #, fuzzy
7682
+ #~ msgid "l-sr-ba"
7683
+ #~ msgstr "Serbian"
7684
 
7685
  # Serbian
 
7686
  #, fuzzy
7687
+ #~ msgid "l-sr-sp"
7688
+ #~ msgstr "Serbian"
7689
 
7690
  # Swedish
7691
+ #~ msgid "l-sv"
7692
+ #~ msgstr "Swedish"
 
7693
 
7694
  # Swedish (Finland)
7695
+ #~ msgid "l-sv-fi"
7696
+ #~ msgstr "Swedish (Finland)"
 
7697
 
7698
  # Swedish (Sweden)
7699
+ #~ msgid "l-sv-se"
7700
+ #~ msgstr "Swedish (Sweden)"
 
7701
 
7702
  # Swahili
7703
+ #~ msgid "l-sw"
7704
+ #~ msgstr "Swahili"
 
7705
 
7706
  # Swahili
 
7707
  #, fuzzy
7708
+ #~ msgid "l-sw-ke"
7709
+ #~ msgstr "Swahili"
7710
 
7711
  # Tamil
7712
+ #~ msgid "l-ta"
7713
+ #~ msgstr "Tamil"
 
7714
 
7715
  # Tamil
 
7716
  #, fuzzy
7717
+ #~ msgid "l-ta-in"
7718
+ #~ msgstr "Tamil"
7719
 
7720
  # Telugu
7721
+ #~ msgid "l-te"
7722
+ #~ msgstr "Telugu"
 
7723
 
7724
  # Telugu
 
7725
  #, fuzzy
7726
+ #~ msgid "l-te-in"
7727
+ #~ msgstr "Telugu"
7728
 
7729
  # Thai
7730
+ #~ msgid "l-th"
7731
+ #~ msgstr "Thai"
 
7732
 
7733
  # Thai
7734
+ #~ msgid "l-th-th"
7735
+ #~ msgstr "Thai (Thailand)"
 
7736
 
7737
  # Tagalog
7738
+ #~ msgid "l-tl"
7739
+ #~ msgstr "Tagalog"
 
7740
 
7741
  # Tagalog
 
7742
  #, fuzzy
7743
+ #~ msgid "l-tl-ph"
7744
+ #~ msgstr "Tagalog"
7745
 
7746
  # Tswana
7747
+ #~ msgid "l-tn"
7748
+ #~ msgstr "Tswana"
 
7749
 
7750
  # English (South Africa)
 
7751
  #, fuzzy
7752
+ #~ msgid "l-tn-za"
7753
+ #~ msgstr "English (South Africa)"
7754
 
7755
  # Turkish
7756
+ #~ msgid "l-tr"
7757
+ #~ msgstr "Turkish"
 
7758
 
7759
  # Turkish
7760
+ #~ msgid "l-tr-tr"
7761
+ #~ msgstr "Turkish"
 
7762
 
7763
  # Tatar
7764
+ #~ msgid "l-tt"
7765
+ #~ msgstr "Tatar"
 
7766
 
7767
  # Tatar
 
7768
  #, fuzzy
7769
+ #~ msgid "l-tt-ru"
7770
+ #~ msgstr "Tatar"
7771
 
7772
  # Tsonga
7773
+ #~ msgid "l-ts"
7774
+ #~ msgstr "Tsonga"
 
7775
 
7776
  # Ukrainian
7777
+ #~ msgid "l-uk"
7778
+ #~ msgstr "Ukrainian"
 
7779
 
7780
  # Ukrainian
 
7781
  #, fuzzy
7782
+ #~ msgid "l-uk-ua"
7783
+ #~ msgstr "Ukrainian"
7784
 
7785
  # Urdu
7786
+ #~ msgid "l-ur"
7787
+ #~ msgstr "Urdu"
 
7788
 
7789
  # Urdu
 
7790
  #, fuzzy
7791
+ #~ msgid "l-ur-pk"
7792
+ #~ msgstr "Urdu"
7793
 
7794
  # Uzbek
7795
+ #~ msgid "l-uz"
7796
+ #~ msgstr "Uzbek"
 
7797
 
7798
  # Uzbek
 
7799
  #, fuzzy
7800
+ #~ msgid "l-uz-uz"
7801
+ #~ msgstr "Uzbek"
7802
 
7803
  # Vietnamese
7804
+ #~ msgid "l-vi"
7805
+ #~ msgstr "Vietnamese"
 
7806
 
7807
  # Vietnamese
7808
+ #~ msgid "l-vi-vn"
7809
+ #~ msgstr "Vietnamese (Vietnam)"
 
7810
 
7811
  # Xhosa
7812
+ #~ msgid "l-xh"
7813
+ #~ msgstr "Xhosa"
 
7814
 
7815
  # Xhosa
 
7816
  #, fuzzy
7817
+ #~ msgid "l-xh-za"
7818
+ #~ msgstr "Xhosa"
7819
 
7820
  # Chinese
7821
+ #~ msgid "l-zh"
7822
+ #~ msgstr "Chinese"
 
7823
 
7824
  # Chinese (China)
7825
+ #~ msgid "l-zh-cn"
7826
+ #~ msgstr "Chinese (China)"
 
7827
 
7828
  # Chinese (Hong Kong)
7829
+ #~ msgid "l-zh-hk"
7830
+ #~ msgstr "Chinese (Hong Kong)"
 
7831
 
7832
  # Chinese
 
7833
  #, fuzzy
7834
+ #~ msgid "l-zh-mo"
7835
+ #~ msgstr "Chinese"
7836
 
7837
  # Chinese (Singapore)
7838
+ #~ msgid "l-zh-sg"
7839
+ #~ msgstr "Chinese (Singapore)"
 
7840
 
7841
  # Chinese (Taiwan)
7842
+ #~ msgid "l-zh-tw"
7843
+ #~ msgstr "Taiwanese"
 
7844
 
7845
  # Zulu
7846
+ #~ msgid "l-zu"
7847
+ #~ msgstr "Zulu"
 
7848
 
7849
  # Zulu
 
7850
  #, fuzzy
7851
+ #~ msgid "l-zu-za"
7852
+ #~ msgstr "Zulu"
7853
 
7854
  # Unknown
7855
+ #~ msgid "l-empty"
7856
+ #~ msgstr "Unknown"
 
7857
 
7858
  # Unknown
7859
+ #~ msgid "l-xx"
7860
+ #~ msgstr "Unknown"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7861
 
7862
+ #~ msgid "c-xy"
7863
+ #~ msgstr "Lokale IP-Adresse"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7864
 
7865
+ #, fuzzy
7866
+ #~ msgid "Last 30 Days"
7867
+ #~ msgstr "Letzte 30 Tage"
7868
 
7869
+ #~ msgid "Last 90 Days"
7870
+ #~ msgstr "Letzte 90 Tage"
 
 
 
7871
 
 
7872
  #, fuzzy
7873
+ #~ msgid "Last 365 Days"
7874
+ #~ msgstr "Letzte 30 Tage"
7875
 
7876
+ #~ msgid ""
7877
+ #~ "Percentage of single-page visits, i.e. visits in which the person left "
7878
+ #~ "your site from the entrance page."
7879
+ #~ msgstr ""
7880
+ #~ "Prozentsatz von Besuchen einzelner Seiten, d.h. Besuche bei welchen der "
7881
+ #~ "Besucher die Website auf der aufgerufenen Seite wieder verlassen hat."
7882
 
7883
+ #~ msgid "New visitors"
7884
+ #~ msgstr "Neue Besucher"
 
7885
 
7886
+ #~ msgid "Human users who visited your site only once."
7887
+ #~ msgstr "Echte Besucher, welche die Wesite nur einmal besucht haben."
 
 
7888
 
 
7889
  #, fuzzy
7890
+ #~ msgid "Equity Links"
7891
+ #~ msgstr "Ausgehender Link"
7892
 
7893
+ #~ msgid "Facebook Clicks"
7894
+ #~ msgstr "Clicks bei Facebook"
 
7895
 
7896
+ #~ msgid "acrobat"
7897
+ #~ msgstr "Acrobat Reader"
 
7898
 
7899
+ #~ msgid "director"
7900
+ #~ msgstr "Macromedia Director"
 
7901
 
7902
+ #~ msgid "flash"
7903
+ #~ msgstr "Adobe Flash Player"
 
 
 
7904
 
7905
+ #~ msgid "mediaplayer"
7906
+ #~ msgstr "Microsoft Media Player"
 
 
 
7907
 
7908
+ #~ msgid "quicktime"
7909
+ #~ msgstr "QuickTime"
 
 
 
 
7910
 
7911
+ #~ msgid "real"
7912
+ #~ msgstr "Real Player"
 
 
 
 
 
 
7913
 
7914
+ #~ msgid "silverlight"
7915
+ #~ msgstr "Microsoft Silverlight"
 
7916
 
7917
  #, fuzzy
7918
  #~ msgid "Track Outbound Clicks"
8108
  #~ msgid "Top Traffic Sources"
8109
  #~ msgstr "Top-Traffic-Ursprung"
8110
 
 
 
 
 
8111
  #~ msgid "Ignore users (username not found)"
8112
  #~ msgstr "Benutzer ignorieren (Benutzername nicht gefunden)"
8113
 
8132
  #~ "Beistriche. Leerzeichen werden <em>nicht</em> ignoriert und Gro&szlig;-/ "
8133
  #~ "Kleinschreibung wird beachtet."
8134
 
 
 
 
8135
  #~ msgid "Advanced"
8136
  #~ msgstr "Erweitert"
8137
 
8317
  #~ msgid "Link Details"
8318
  #~ msgstr "Details"
8319
 
 
 
 
8320
  #~ msgid "visitor's screen's color depth (8, 16, 24, ...)"
8321
  #~ msgstr "Farbtiefe des Monitors des Besuchers (8, 16, 24, ...)"
8322
 
9490
  #~ msgid "Raw Data"
9491
  #~ msgstr "Rohdaten"
9492
 
 
 
 
 
9493
  #, fuzzy
9494
  #~ msgid "Click on a day for hourly metrics"
9495
  #~ msgstr "Klick auf einen Tag f&uuml;r Stunden-Auswertung"
9607
  #~ msgid "Acrobat"
9608
  #~ msgstr "Adobe Acrobat"
9609
 
 
 
 
9610
  #~ msgid "Media Player"
9611
  #~ msgstr "MS MediaPlayer"
9612
 
languages/wp-slimstat-en_CA.mo CHANGED
Binary file
languages/wp-slimstat-en_CA.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Slimstat Analytics - Development (trunk)\n"
6
- "POT-Creation-Date: 2019-04-29 10:45-0400\n"
7
- "PO-Revision-Date: 2019-04-29 10:48-0400\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: en_CA\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
- "X-Generator: Poedit 2.2.1\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
@@ -178,13 +178,13 @@ msgstr ""
178
  "(unique) IPs counts only one hit per IP in the given time range."
179
 
180
  #: ../admin/config/index.php:98 ../admin/view/wp-slimstat-db.php:115
181
- #: ../admin/view/wp-slimstat-db.php:907 ../admin/view/wp-slimstat-db.php:1158
182
- #: ../admin/view/wp-slimstat-db.php:1164 ../admin/view/wp-slimstat-db.php:1170
183
- #: ../admin/view/wp-slimstat-db.php:1176 ../admin/view/wp-slimstat-db.php:1182
184
- #: ../admin/view/wp-slimstat-db.php:1188 ../admin/view/wp-slimstat-db.php:1194
185
- #: ../admin/view/wp-slimstat-reports.php:1174
186
- #: ../admin/view/wp-slimstat-reports.php:1178
187
- #: ../admin/view/wp-slimstat-reports.php:1381
188
  msgid "Hits"
189
  msgstr "Hits"
190
 
@@ -506,7 +506,7 @@ msgstr ""
506
  "How many seconds should a human session last? Google Analytics sets it to "
507
  "1800 seconds."
508
 
509
- #: ../admin/config/index.php:126 ../admin/config/index.php:190
510
  msgid "seconds"
511
  msgstr "seconds"
512
 
@@ -832,7 +832,7 @@ msgstr ""
832
  "login and others. You can use this field to avoid tracking pages whose "
833
  "content type matches the ones you set here below."
834
 
835
- #: ../admin/config/index.php:170 ../admin/config/index.php:207
836
  msgid "Reports"
837
  msgstr "Reports"
838
 
@@ -938,27 +938,19 @@ msgstr ""
938
  "the load on your server into multiple requests, thus avoiding memory issues "
939
  "and performance problems."
940
 
941
- #: ../admin/config/index.php:183
942
- msgid "Expand Details"
943
- msgstr "Expand Details"
944
-
945
- #: ../admin/config/index.php:183
946
- msgid "Expand each row's details by default, insted of on mousehover."
947
- msgstr "Expand each row's details by default, insted of on mousehover."
948
-
949
- #: ../admin/config/index.php:184 ../admin/config/index.php:191
950
  msgid "Rows to Display"
951
  msgstr "Rows to Display"
952
 
953
- #: ../admin/config/index.php:184
954
  msgid "Specify the number of items in each report."
955
  msgstr "Specify the number of items in each report."
956
 
957
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:127
958
  msgid "Max Results"
959
  msgstr "Max Results"
960
 
961
- #: ../admin/config/index.php:185
962
  msgid ""
963
  "Decide how many records should be retrieved from the database in total. "
964
  "Depending on your server configuration, you may want to fine tune this value "
@@ -968,11 +960,11 @@ msgstr ""
968
  "Depending on your server configuration, you may want to fine tune this value "
969
  "to avoid exceeding your PHP memory limit."
970
 
971
- #: ../admin/config/index.php:186
972
  msgid "IP Lookup"
973
  msgstr "IP Lookup"
974
 
975
- #: ../admin/config/index.php:186
976
  msgid ""
977
  "Customize the Geolocation service to be used in the reports. Default: "
978
  "<code>https://www.infosniper.net/?ip_address=</code>"
@@ -980,11 +972,11 @@ msgstr ""
980
  "Customize the Geolocation service to be used in the reports. Default: "
981
  "<code>https://www.infosniper.net/?ip_address=</code>"
982
 
983
- #: ../admin/config/index.php:187
984
  msgid "Comparison Chart"
985
  msgstr "Comparison Chart"
986
 
987
- #: ../admin/config/index.php:187
988
  msgid ""
989
  "Disable this option if you find the four line charts confusing, and prefer "
990
  "seeing only the selected time range."
@@ -992,15 +984,15 @@ msgstr ""
992
  "Disable this option if you find the four line charts confusing, and prefer "
993
  "seeing only the selected time range."
994
 
995
- #: ../admin/config/index.php:189
996
  msgid "Access Log and World Map"
997
  msgstr "Access Log and World Map"
998
 
999
- #: ../admin/config/index.php:190
1000
  msgid "Auto Refresh"
1001
  msgstr "Auto Refresh"
1002
 
1003
- #: ../admin/config/index.php:190
1004
  msgid ""
1005
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
1006
  "<strong>0</strong> (number zero) to deactivate this feature."
@@ -1008,15 +1000,15 @@ msgstr ""
1008
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
1009
  "<strong>0</strong> (number zero) to deactivate this feature."
1010
 
1011
- #: ../admin/config/index.php:191
1012
  msgid "Specify the number of items in the Access Log."
1013
  msgstr "Specify the number of items in the Access Log."
1014
 
1015
- #: ../admin/config/index.php:192
1016
  msgid "Map Data Points"
1017
  msgstr "Map Data Points"
1018
 
1019
- #: ../admin/config/index.php:192
1020
  msgid ""
1021
  "Customize the maximum number of dots displayed on the world map. Please note "
1022
  "that large numbers might increase the amount of time needed to render the "
@@ -1026,15 +1018,15 @@ msgstr ""
1026
  "that large numbers might increase the amount of time needed to render the "
1027
  "map."
1028
 
1029
- #: ../admin/config/index.php:194
1030
  msgid "Miscellaneous"
1031
  msgstr "Miscellaneous"
1032
 
1033
- #: ../admin/config/index.php:195
1034
  msgid "Custom CSS"
1035
  msgstr "Custom CSS"
1036
 
1037
- #: ../admin/config/index.php:195
1038
  msgid ""
1039
  "Paste here your custom stylesheet to personalize the way your reports look. "
1040
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
@@ -1048,11 +1040,11 @@ msgstr ""
1048
  "pageviews-known-user-known-visitors-search-e' target='_blank'>Check the FAQ</"
1049
  "a> for more information on how to use this setting."
1050
 
1051
- #: ../admin/config/index.php:196
1052
  msgid "Chart Colors"
1053
  msgstr "Chart Colours"
1054
 
1055
- #: ../admin/config/index.php:196
1056
  msgid ""
1057
  "Customize the look and feel of your charts by assigning personalized colors "
1058
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
@@ -1064,11 +1056,11 @@ msgstr ""
1064
  "1 previous, metric 2 previous, metric 1 current, metric 2 current. For "
1065
  "example: <code>#ccc, #999, #bbcc44, #21759b</code>."
1066
 
1067
- #: ../admin/config/index.php:197
1068
  msgid "Mozscape Access ID"
1069
  msgstr "Mozscape Access ID"
1070
 
1071
- #: ../admin/config/index.php:197
1072
  msgid ""
1073
  "Get accurate rankings for your website through the free <a href=\"https://"
1074
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
@@ -1080,11 +1072,11 @@ msgstr ""
1080
  "\">Mozscape API</a> service. Sign up for a free community account to get "
1081
  "started. Then enter your personal identification code here."
1082
 
1083
- #: ../admin/config/index.php:198
1084
  msgid "Mozscape Secret Key"
1085
  msgstr "Mozscape Secret Key"
1086
 
1087
- #: ../admin/config/index.php:198
1088
  msgid ""
1089
  "Do not share your secret key with anyone or they will be able to make API "
1090
  "requests on your account!"
@@ -1092,11 +1084,11 @@ msgstr ""
1092
  "Do not share your secret key with anyone or they will be able to make API "
1093
  "requests on your account!"
1094
 
1095
- #: ../admin/config/index.php:199
1096
  msgid "Show User Agent"
1097
  msgstr "Show User Agent"
1098
 
1099
- #: ../admin/config/index.php:199
1100
  msgid ""
1101
  "Choose if you want to see the browser name or a complete user agent string "
1102
  "when hovering over each browser icon."
@@ -1104,11 +1096,11 @@ msgstr ""
1104
  "Choose if you want to see the browser name or a complete user agent string "
1105
  "when hovering over each browser icon."
1106
 
1107
- #: ../admin/config/index.php:200
1108
  msgid "Enable SOV"
1109
  msgstr "Enable SOV"
1110
 
1111
- #: ../admin/config/index.php:200
1112
  msgid ""
1113
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
1114
  "the subject, object, and verb of a sentence appear in that order, like in "
@@ -1118,15 +1110,15 @@ msgstr ""
1118
  "the subject, object, and verb of a sentence appear in that order, like in "
1119
  "Japanese."
1120
 
1121
- #: ../admin/config/index.php:205
1122
  msgid "Access Control"
1123
  msgstr "Access Control"
1124
 
1125
- #: ../admin/config/index.php:208
1126
  msgid "Restrict Authors"
1127
  msgstr "Restrict Authors"
1128
 
1129
- #: ../admin/config/index.php:208
1130
  msgid ""
1131
  "Enable this option if you want your authors to only see stats related to "
1132
  "their own content."
@@ -1134,12 +1126,12 @@ msgstr ""
1134
  "Enable this option if you want your authors to only see stats related to "
1135
  "their own content."
1136
 
1137
- #: ../admin/config/index.php:209 ../admin/config/index.php:213
1138
- #: ../admin/config/index.php:217
1139
  msgid "Capability"
1140
  msgstr "Capability"
1141
 
1142
- #: ../admin/config/index.php:209
1143
  #, fuzzy
1144
  #| msgid ""
1145
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1149,12 +1141,12 @@ msgstr "Capability"
1149
  #| "to the reports, unless a 'Read access' whitelist has been specified here "
1150
  #| "below. In this case, the list has precedence over the capability."
1151
  msgid ""
1152
- "Specify the minimum <a href='https://codex.wordpress.org/"
1153
- "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
1154
- "reports (default: <code>activate_plugins</code>). If this field is empty, "
1155
- "<strong>all your users</strong> (including subscribers) will have access to "
1156
- "the reports, unless a 'Read access' whitelist has been specified here below. "
1157
- "In this case, the list has precedence over the capability."
1158
  msgstr ""
1159
  "Specify the minimum <a href='http://codex.wordpress.org/"
1160
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
@@ -1163,12 +1155,12 @@ msgstr ""
1163
  "the reports, unless a 'Read access' whitelist has been specified here below. "
1164
  "In this case, the list has precedence over the capability."
1165
 
1166
- #: ../admin/config/index.php:210 ../admin/config/index.php:214
1167
- #: ../admin/config/index.php:218
1168
  msgid "Whitelist"
1169
  msgstr "Whitelist"
1170
 
1171
- #: ../admin/config/index.php:210
1172
  msgid ""
1173
  "List all the users who should have access to the reports. Administrators are "
1174
  "implicitly allowed, so you don't need to list them in here. Usernames are "
@@ -1178,11 +1170,11 @@ msgstr ""
1178
  "implicitly allowed, so you don't need to list them in here. Usernames are "
1179
  "case sensitive."
1180
 
1181
- #: ../admin/config/index.php:212
1182
  msgid "Customizer"
1183
  msgstr "Customizer"
1184
 
1185
- #: ../admin/config/index.php:213
1186
  #, fuzzy
1187
  #| msgid ""
1188
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1190,17 +1182,17 @@ msgstr "Customizer"
1190
  #| "customize the reports layout (default: <code>activate_plugins</code>). If "
1191
  #| "this field is empty, your users will be permitted to use this features."
1192
  msgid ""
1193
- "Specify the minimum <a href='https://codex.wordpress.org/"
1194
- "Roles_and_Capabilities' target='_new'>capability</a> needed to be able to "
1195
- "customize the reports layout (default: <code>activate_plugins</code>). If "
1196
- "this field is empty, your users will be permitted to use this features."
1197
  msgstr ""
1198
  "Specify the minimum <a href='http://codex.wordpress.org/"
1199
  "Roles_and_Capabilities' target='_new'>capability</a> needed to be able to "
1200
  "customize the reports layout (default: <code>activate_plugins</code>). If "
1201
  "this field is empty, your users will be permitted to use this features."
1202
 
1203
- #: ../admin/config/index.php:214
1204
  msgid ""
1205
  "List all the users who should be allowed to customize their report layout. "
1206
  "Administrators are implicitly allowed, so you don't need to list them in "
@@ -1210,13 +1202,13 @@ msgstr ""
1210
  "Administrators are implicitly allowed, so you don't need to list them in "
1211
  "here. Usernames are case sensitive."
1212
 
1213
- #: ../admin/config/index.php:216 ../admin/config/index.php:244
1214
- #: ../admin/wp-slimstat-admin.php:643 ../admin/wp-slimstat-admin.php:689
1215
- #: ../admin/wp-slimstat-admin.php:692
1216
  msgid "Settings"
1217
  msgstr "Settings"
1218
 
1219
- #: ../admin/config/index.php:217
1220
  #, fuzzy
1221
  #| msgid ""
1222
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
@@ -1225,17 +1217,17 @@ msgstr "Settings"
1225
  #| "whitelist here below can be used to override this option for specific "
1226
  #| "users."
1227
  msgid ""
1228
- "Specify the minimum <a href='https://codex.wordpress.org/"
1229
- "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1230
- "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1231
- "can be used to override this option for specific users."
1232
  msgstr ""
1233
  "Specify the minimum <a href='http://codex.wordpress.org/"
1234
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1235
  "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1236
  "can be used to override this option for specific users."
1237
 
1238
- #: ../admin/config/index.php:218
1239
  msgid ""
1240
  "List all the users who can edit these options. Please be advised that admins "
1241
  "<strong>are not</strong> implicitly allowed, so do not forget to include "
@@ -1245,15 +1237,15 @@ msgstr ""
1245
  "<strong>are not</strong> implicitly allowed, so do not forget to include "
1246
  "yourself! Usernames are case sensitive."
1247
 
1248
- #: ../admin/config/index.php:220
1249
  msgid "Rest API"
1250
  msgstr "Rest API"
1251
 
1252
- #: ../admin/config/index.php:221
1253
  msgid "Tokens"
1254
  msgstr "Tokens"
1255
 
1256
- #: ../admin/config/index.php:221
1257
  msgid ""
1258
  "In order to send requests to <a href='https://slimstat.freshdesk.com/support/"
1259
  "solutions/articles/12000033661-slimstat-rest-api' target='_blank'>the "
@@ -1275,16 +1267,16 @@ msgstr ""
1275
  "#ci_key' target='_blank'>RandomKeyGen.com</a> to generate unique secure "
1276
  "tokens."
1277
 
1278
- #: ../admin/config/index.php:226
1279
  msgid "Maintenance"
1280
  msgstr "Maintenance"
1281
 
1282
- #: ../admin/config/index.php:231 ../admin/view/addons.php:35
1283
  #: ../admin/wp-slimstat-admin.php:62
1284
  msgid "Add-ons"
1285
  msgstr "Add-ons"
1286
 
1287
- #: ../admin/config/index.php:245 ../admin/view/index.php:6
1288
  msgid ""
1289
  "<strong>AdBlock browser extension detected</strong> - If you see this "
1290
  "notice, it means that your browser is not loading our stylesheet and/or "
@@ -1628,7 +1620,8 @@ msgstr ""
1628
  "install this file manually."
1629
 
1630
  #: ../admin/config/maintenance.php:291
1631
- msgid "Your data file was last downloaded on"
 
1632
  msgstr ""
1633
 
1634
  #: ../admin/config/maintenance.php:299
@@ -1816,16 +1809,20 @@ msgid "Last 7 Days"
1816
  msgstr "Last 7 Days"
1817
 
1818
  #: ../admin/view/index.php:64
1819
- msgid "Last 30 Days"
1820
- msgstr "Last 30 Days"
 
 
1821
 
1822
  #: ../admin/view/index.php:65
1823
- msgid "Last 90 Days"
1824
- msgstr "Last 90 Days"
1825
 
1826
  #: ../admin/view/index.php:66
1827
- msgid "Last 365 Days"
1828
- msgstr "Last 365 Days"
 
 
1829
 
1830
  #: ../admin/view/index.php:69
1831
  msgid "Date Range"
@@ -1932,7 +1929,7 @@ msgstr ""
1932
  "<strong>Note</strong>: if a placeholder is greyed out, it means that the "
1933
  "corresponding report is currently hidden (Screen Options tab)."
1934
 
1935
- #: ../admin/view/layout.php:69 ../admin/view/wp-slimstat-reports.php:1752
1936
  msgid "Reset All"
1937
  msgstr "Reset All"
1938
 
@@ -1964,94 +1961,89 @@ msgstr "Mobile Device"
1964
  msgid "Syndication Reader"
1965
  msgstr "Syndication Reader"
1966
 
1967
- #: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1030
1968
- #: ../admin/view/wp-slimstat-reports.php:1238
1969
- #: ../admin/view/wp-slimstat-reports.php:1360
1970
- #: ../admin/view/wp-slimstat-reports.php:1405
1971
  msgid "No data to display"
1972
  msgstr "No data to display"
1973
 
1974
- #: ../admin/view/right-now.php:112
1975
  msgid "Date and Time"
1976
  msgstr "Date and Time"
1977
 
1978
- #: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-reports.php:1082
1979
- #: ../admin/view/wp-slimstat-reports.php:1608 ../wp-slimstat.php:1448
1980
- msgid "c-"
1981
- msgstr "c-"
1982
-
1983
- #: ../admin/view/right-now.php:181 ../admin/view/wp-slimstat-db.php:60
1984
- #: ../admin/wp-slimstat-admin.php:1148 ../admin/wp-slimstat-admin.php:1188
1985
  msgid "Originating IP"
1986
  msgstr "Originating IP"
1987
 
1988
- #: ../admin/view/right-now.php:222 ../admin/view/wp-slimstat-reports.php:1189
1989
- #: ../admin/view/wp-slimstat-reports.php:1194
1990
- #: ../admin/view/wp-slimstat-reports.php:1199
1991
- #: ../admin/view/wp-slimstat-reports.php:1423
1992
  msgid "Open this URL in a new window"
1993
  msgstr "Open this URL in a new window"
1994
 
1995
- #: ../admin/view/right-now.php:234
1996
  msgid "Local search results page"
1997
  msgstr "Local search results page"
1998
 
1999
- #: ../admin/view/right-now.php:243 ../admin/view/wp-slimstat-db.php:40
2000
  #: ../admin/view/wp-slimstat-reports.php:209
2001
  #: ../admin/view/wp-slimstat-reports.php:219
2002
- #: ../admin/wp-slimstat-admin.php:1151 ../admin/wp-slimstat-admin.php:1167
2003
  msgid "Search Terms"
2004
  msgstr "Search Terms"
2005
 
2006
- #: ../admin/view/right-now.php:255
2007
  msgid "Server Latency and Page Speed in milliseconds"
2008
  msgstr "Server Latency and Page Speed in milliseconds"
2009
 
2010
- #: ../admin/view/right-now.php:255
2011
  msgid "SL"
2012
  msgstr "SL"
2013
 
2014
- #: ../admin/view/right-now.php:255
2015
  msgid "PS"
2016
  msgstr "PS"
2017
 
2018
- #: ../admin/view/right-now.php:262
2019
  msgid "Time spent on this page"
2020
  msgstr "Time spent on this page"
2021
 
2022
- #: ../admin/view/right-now.php:278
2023
  msgid "Invalid Referrer"
2024
  msgstr "Invalid Referrer"
2025
 
2026
- #: ../admin/view/right-now.php:279
2027
  msgid "Open this referrer in a new window"
2028
  msgstr "Open this referrer in a new window"
2029
 
2030
- #: ../admin/view/right-now.php:280
2031
  msgid "Content Type"
2032
  msgstr "Content Type"
2033
 
2034
- #: ../admin/view/right-now.php:287
2035
  msgid "Open this outbound link in a new window"
2036
  msgstr "Open this outbound link in a new window"
2037
 
2038
- #: ../admin/view/right-now.php:295
2039
  msgid "Delete this entry from the database"
2040
  msgstr "Delete this entry from the database"
2041
 
2042
- #: ../admin/view/right-now.php:307
2043
  msgid "User Logged In"
2044
  msgstr "User Logged In"
2045
 
2046
- #: ../admin/view/right-now.php:317
2047
  msgid "User Logged Out"
2048
  msgstr "User Logged Out"
2049
 
2050
- #: ../admin/view/wp-slimstat-db.php:37 ../admin/wp-slimstat-admin.php:1164
2051
  msgid "Browser"
2052
  msgstr "Browser"
2053
 
2054
- #: ../admin/view/wp-slimstat-db.php:38 ../admin/wp-slimstat-admin.php:1165
2055
  msgid "Country Code"
2056
  msgstr "Country Code"
2057
 
@@ -2059,22 +2051,22 @@ msgstr "Country Code"
2059
  msgid "IP Address"
2060
  msgstr "IP Address"
2061
 
2062
- #: ../admin/view/wp-slimstat-db.php:41 ../admin/wp-slimstat-admin.php:1168
2063
  msgid "Language Code"
2064
  msgstr "Language Code"
2065
 
2066
  #: ../admin/view/wp-slimstat-db.php:42 ../admin/view/wp-slimstat-db.php:110
2067
- #: ../admin/wp-slimstat-admin.php:1169
2068
  msgid "Operating System"
2069
  msgstr "Operating System"
2070
 
2071
  #: ../admin/view/wp-slimstat-db.php:43 ../admin/view/wp-slimstat-db.php:111
2072
- #: ../admin/wp-slimstat-admin.php:1170
2073
  msgid "Permalink"
2074
  msgstr "Permalink"
2075
 
2076
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:112
2077
- #: ../admin/wp-slimstat-admin.php:1171
2078
  msgid "Referer"
2079
  msgstr "Referer"
2080
 
@@ -2082,37 +2074,38 @@ msgstr "Referer"
2082
  msgid "Visitor's Username"
2083
  msgstr "Visitor's Username"
2084
 
2085
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:1154
 
 
 
 
 
 
2086
  msgid "Outbound Link"
2087
  msgstr "Outbound Link"
2088
 
2089
- #: ../admin/view/wp-slimstat-db.php:47
2090
  msgid "Page Speed"
2091
  msgstr "Page Speed"
2092
 
2093
- #: ../admin/view/wp-slimstat-db.php:49
2094
  msgid "-- Advanced filters --"
2095
  msgstr "-- Advanced filters --"
2096
 
2097
- #: ../admin/view/wp-slimstat-db.php:50
2098
- #: ../admin/view/wp-slimstat-reports.php:339
2099
- msgid "Browser Capabilities"
2100
- msgstr "Browser Capabilities"
2101
-
2102
- #: ../admin/view/wp-slimstat-db.php:51 ../admin/wp-slimstat-admin.php:1183
2103
  msgid "Browser Version"
2104
  msgstr "Browser Version"
2105
 
2106
- #: ../admin/view/wp-slimstat-db.php:52 ../admin/wp-slimstat-admin.php:1184
2107
  msgid "Browser Type"
2108
  msgstr "Browser Type"
2109
 
2110
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1153
2111
  msgid "User Agent"
2112
  msgstr "User Agent"
2113
 
2114
  #: ../admin/view/wp-slimstat-db.php:55
2115
- #: ../admin/view/wp-slimstat-reports.php:1378
2116
  msgid "Coordinates"
2117
  msgstr "Coordinates"
2118
 
@@ -2124,15 +2117,15 @@ msgstr "Annotations"
2124
  msgid "Server Latency"
2125
  msgstr "Server Latency"
2126
 
2127
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1186
2128
  msgid "Post Author"
2129
  msgstr "Post Author"
2130
 
2131
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1187
2132
  msgid "Post Category ID"
2133
  msgstr "Post Category ID"
2134
 
2135
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1189
2136
  msgid "Resource Content Type"
2137
  msgstr "Resource Content Type"
2138
 
@@ -2152,7 +2145,7 @@ msgstr "Screen Height"
2152
  msgid "Viewport Size"
2153
  msgstr "Viewport Size"
2154
 
2155
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1191
2156
  msgid "Visit ID"
2157
  msgstr "Visit ID"
2158
 
@@ -2209,7 +2202,7 @@ msgid "Event ID"
2209
  msgstr "Event ID"
2210
 
2211
  #: ../admin/view/wp-slimstat-db.php:123
2212
- #: ../admin/view/wp-slimstat-reports.php:1374
2213
  msgid "Type"
2214
  msgstr "Type"
2215
 
@@ -2253,7 +2246,7 @@ msgstr "Tracking Browser Caps"
2253
  msgid "Auto purge"
2254
  msgstr "Auto purge"
2255
 
2256
- #: ../admin/view/wp-slimstat-db.php:692 ../admin/wp-slimstat-admin.php:1008
2257
  msgid "Off"
2258
  msgstr "Off"
2259
 
@@ -2273,13 +2266,13 @@ msgstr "Geolocation"
2273
  msgid "Date when the MaxMind Geolocation database was last updated."
2274
  msgstr "Date when the MaxMind Geolocation database was last updated."
2275
 
2276
- #: ../admin/view/wp-slimstat-db.php:867 ../admin/view/wp-slimstat-db.php:1115
2277
  #: ../admin/view/wp-slimstat-reports.php:45
2278
  #: ../admin/view/wp-slimstat-reports.php:54
2279
  msgid "Pageviews"
2280
  msgstr "Pageviews"
2281
 
2282
- #: ../admin/view/wp-slimstat-db.php:869 ../admin/view/wp-slimstat-db.php:1117
2283
  msgid ""
2284
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2285
  "the tracking code is executed."
@@ -2315,7 +2308,7 @@ msgstr ""
2315
  "Visitors who landed on your site after searching for a keyword on Google, "
2316
  "Yahoo, etc."
2317
 
2318
- #: ../admin/view/wp-slimstat-db.php:882 ../admin/view/wp-slimstat-db.php:1229
2319
  #: ../admin/view/wp-slimstat-reports.php:55
2320
  #: ../admin/view/wp-slimstat-reports.php:252
2321
  #: ../admin/view/wp-slimstat-reports.php:493
@@ -2334,11 +2327,11 @@ msgstr ""
2334
  msgid "Last 30 minutes"
2335
  msgstr "Last 30 minutes"
2336
 
2337
- #: ../admin/view/wp-slimstat-db.php:1119
2338
  msgid "Unique Referrers"
2339
  msgstr "Unique Referrers"
2340
 
2341
- #: ../admin/view/wp-slimstat-db.php:1121
2342
  msgid ""
2343
  "A referrer (or referring site) is the site that a visitor previously visited "
2344
  "before following a link to your site."
@@ -2346,11 +2339,11 @@ msgstr ""
2346
  "A referrer (or referring site) is the site that a visitor previously visited "
2347
  "before following a link to your site."
2348
 
2349
- #: ../admin/view/wp-slimstat-db.php:1123
2350
  msgid "Direct Pageviews"
2351
  msgstr "Direct Pageviews"
2352
 
2353
- #: ../admin/view/wp-slimstat-db.php:1125
2354
  msgid ""
2355
  "Visitors who visited the site by typing the URL directly into their browser. "
2356
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2362,11 +2355,11 @@ msgstr ""
2362
  "their bookmarks/favourites, untagged links within emails, or links from "
2363
  "documents that don't include tracking variables."
2364
 
2365
- #: ../admin/view/wp-slimstat-db.php:1127
2366
  msgid "From a search result"
2367
  msgstr "From a search result"
2368
 
2369
- #: ../admin/view/wp-slimstat-db.php:1129
2370
  msgid ""
2371
  "Visitors who came to your site via searches on Google or some other search "
2372
  "engine."
@@ -2374,11 +2367,11 @@ msgstr ""
2374
  "Visitors who came to your site via searches on Google or some other search "
2375
  "engine."
2376
 
2377
- #: ../admin/view/wp-slimstat-db.php:1131
2378
  msgid "Unique Landing Pages"
2379
  msgstr "Unique Landing Pages"
2380
 
2381
- #: ../admin/view/wp-slimstat-db.php:1133
2382
  msgid ""
2383
  "The first page that a user views during a session. This is also known as the "
2384
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2390,19 +2383,19 @@ msgstr ""
2390
  "Space,' and they land on your home page, it gets counted (for that visit) as "
2391
  "a landing page."
2392
 
2393
- #: ../admin/view/wp-slimstat-db.php:1135
2394
  msgid "Bounce Pages"
2395
  msgstr "Bounce Pages"
2396
 
2397
- #: ../admin/view/wp-slimstat-db.php:1137
2398
  msgid "Number of single page visits to your site over the selected period."
2399
  msgstr "Number of single page visits to your site over the selected period."
2400
 
2401
- #: ../admin/view/wp-slimstat-db.php:1139
2402
  msgid "New Visitors Rate"
2403
  msgstr "New Visitors Rate"
2404
 
2405
- #: ../admin/view/wp-slimstat-db.php:1141
2406
  msgid ""
2407
  "Percentage of single page visits, i.e. visits in which the person left your "
2408
  "site from the entrance page."
@@ -2410,11 +2403,11 @@ msgstr ""
2410
  "Percentage of single page visits, i.e. visits in which the person left your "
2411
  "site from the entrance page."
2412
 
2413
- #: ../admin/view/wp-slimstat-db.php:1143
2414
  msgid "Currently from search engines"
2415
  msgstr "Currently from search engines"
2416
 
2417
- #: ../admin/view/wp-slimstat-db.php:1145
2418
  msgid ""
2419
  "Visitors who visited the site in the last 5 minutes coming from a search "
2420
  "engine."
@@ -2422,43 +2415,43 @@ msgstr ""
2422
  "Visitors who visited the site in the last 5 minutes coming from a search "
2423
  "engine."
2424
 
2425
- #: ../admin/view/wp-slimstat-db.php:1156
2426
  msgid "0 - 30 seconds"
2427
  msgstr "0 - 30 seconds"
2428
 
2429
- #: ../admin/view/wp-slimstat-db.php:1162
2430
  msgid "31 - 60 seconds"
2431
  msgstr "31 - 60 seconds"
2432
 
2433
- #: ../admin/view/wp-slimstat-db.php:1168
2434
  msgid "1 - 3 minutes"
2435
  msgstr "1 - 3 minutes"
2436
 
2437
- #: ../admin/view/wp-slimstat-db.php:1174
2438
  msgid "3 - 5 minutes"
2439
  msgstr "3 - 5 minutes"
2440
 
2441
- #: ../admin/view/wp-slimstat-db.php:1180
2442
  msgid "5 - 7 minutes"
2443
  msgstr "5 - 7 minutes"
2444
 
2445
- #: ../admin/view/wp-slimstat-db.php:1186
2446
  msgid "7 - 10 minutes"
2447
  msgstr "7 - 10 minutes"
2448
 
2449
- #: ../admin/view/wp-slimstat-db.php:1192
2450
  msgid "More than 10 minutes"
2451
  msgstr "More than 10 minutes"
2452
 
2453
- #: ../admin/view/wp-slimstat-db.php:1204
2454
  msgid "Average visit duration"
2455
  msgstr "Average visit duration"
2456
 
2457
- #: ../admin/view/wp-slimstat-db.php:1225
2458
  msgid "Sessions"
2459
  msgstr "Sessions"
2460
 
2461
- #: ../admin/view/wp-slimstat-db.php:1227
2462
  msgid ""
2463
  "A session is a group of visits lasting at most 30 minutes. Returning "
2464
  "visitors are counted multiple times if they start a new session."
@@ -2466,15 +2459,15 @@ msgstr ""
2466
  "A session is a group of visits lasting at most 30 minutes. Returning "
2467
  "visitors are counted multiple times if they start a new session."
2468
 
2469
- #: ../admin/view/wp-slimstat-db.php:1231
2470
  msgid "It includes only traffic generated by human visitors."
2471
  msgstr "It includes only traffic generated by human visitors."
2472
 
2473
- #: ../admin/view/wp-slimstat-db.php:1233
2474
  msgid "Bounce rate"
2475
  msgstr "Bounce rate"
2476
 
2477
- #: ../admin/view/wp-slimstat-db.php:1235
2478
  msgid ""
2479
  "Total number of one-page visits divided by the total number of entries to a "
2480
  "website. Please see the <a href=\"https://support.google.com/analytics/"
@@ -2482,43 +2475,43 @@ msgid ""
2482
  "information."
2483
  msgstr ""
2484
 
2485
- #: ../admin/view/wp-slimstat-db.php:1237
2486
  msgid "Known visitors"
2487
  msgstr "Known visitors"
2488
 
2489
- #: ../admin/view/wp-slimstat-db.php:1239
2490
  msgid "Visitors who have previously left a comment on your blog."
2491
  msgstr "Visitors who have previously left a comment on your blog."
2492
 
2493
- #: ../admin/view/wp-slimstat-db.php:1241
2494
  msgid "Single-page Sessions"
2495
  msgstr ""
2496
 
2497
- #: ../admin/view/wp-slimstat-db.php:1243
2498
  msgid "Human users that generated one single page view on your website."
2499
  msgstr ""
2500
 
2501
- #: ../admin/view/wp-slimstat-db.php:1245
2502
  msgid "Bots"
2503
  msgstr "Bots"
2504
 
2505
- #: ../admin/view/wp-slimstat-db.php:1248
2506
  msgid "Pageviews per visit"
2507
  msgstr "Pageviews per visit"
2508
 
2509
- #: ../admin/view/wp-slimstat-db.php:1251
2510
  msgid "Longest visit"
2511
  msgstr "Longest visit"
2512
 
2513
- #: ../admin/view/wp-slimstat-db.php:1252
2514
  msgid "hits"
2515
  msgstr "hits"
2516
 
2517
- #: ../admin/view/wp-slimstat-db.php:1261
2518
  msgid "Content Items"
2519
  msgstr "Content Items"
2520
 
2521
- #: ../admin/view/wp-slimstat-db.php:1263
2522
  msgid ""
2523
  "This value includes not only posts, but also custom post types, regardless "
2524
  "of their status"
@@ -2526,35 +2519,35 @@ msgstr ""
2526
  "This value includes not only posts, but also custom post types, regardless "
2527
  "of their status"
2528
 
2529
- #: ../admin/view/wp-slimstat-db.php:1265
2530
  msgid "Posts"
2531
  msgstr "Posts"
2532
 
2533
- #: ../admin/view/wp-slimstat-db.php:1268
2534
  msgid "Pages"
2535
  msgstr "Pages"
2536
 
2537
- #: ../admin/view/wp-slimstat-db.php:1271
2538
  msgid "Attachments"
2539
  msgstr "Attachments"
2540
 
2541
- #: ../admin/view/wp-slimstat-db.php:1274
2542
  msgid "Revisions"
2543
  msgstr "Revisions"
2544
 
2545
- #: ../admin/view/wp-slimstat-db.php:1277
2546
  msgid "Comments"
2547
  msgstr "Comments"
2548
 
2549
- #: ../admin/view/wp-slimstat-db.php:1280
2550
  msgid "Avg Comments per Post"
2551
  msgstr "Avg Comments per Post"
2552
 
2553
- #: ../admin/view/wp-slimstat-db.php:1283
2554
  msgid "Avg Server Latency"
2555
  msgstr "Avg Server Latency"
2556
 
2557
- #: ../admin/view/wp-slimstat-db.php:1285
2558
  msgid ""
2559
  "Latency is the amount of time it takes for the host server to receive and "
2560
  "process a request for a page object. The amount of latency depends largely "
@@ -2588,7 +2581,7 @@ msgstr "Colour codes"
2588
  msgid "From search result page"
2589
  msgstr "From search result page"
2590
 
2591
- #: ../admin/view/wp-slimstat-reports.php:41 ../admin/wp-slimstat-admin.php:1146
2592
  msgid "Known Visitor"
2593
  msgstr "Known Visitor"
2594
 
@@ -2766,6 +2759,10 @@ msgstr "Top Screen Resolutions"
2766
  msgid "Top Viewport Sizes"
2767
  msgstr "Top Viewport Sizes"
2768
 
 
 
 
 
2769
  #: ../admin/view/wp-slimstat-reports.php:348
2770
  msgid "Visit Duration"
2771
  msgstr "Visit Duration"
@@ -3013,95 +3010,75 @@ msgstr "Results %s - %s of %s"
3013
  msgid "Refresh in"
3014
  msgstr "Refresh in"
3015
 
3016
- #: ../admin/view/wp-slimstat-reports.php:1076
3017
  msgid "Category ID"
3018
  msgstr "Category ID"
3019
 
3020
- #: ../admin/view/wp-slimstat-reports.php:1081
3021
- #: ../admin/view/wp-slimstat-reports.php:1095
3022
- #: ../admin/view/wp-slimstat-reports.php:1100
3023
  msgid "Code"
3024
  msgstr "Code"
3025
 
3026
- #: ../admin/view/wp-slimstat-reports.php:1096
3027
- #: ../languages/dynamic_strings.php:341 ../wp-slimstat.php:1471
3028
- msgid "l-"
3029
- msgstr "Unknown"
3030
-
3031
- #: ../admin/view/wp-slimstat-reports.php:1113
3032
  msgid "URL"
3033
  msgstr "URL"
3034
 
3035
- #: ../admin/view/wp-slimstat-reports.php:1132
3036
  msgid "Referrer"
3037
  msgstr "Referrer"
3038
 
3039
- #: ../admin/view/wp-slimstat-reports.php:1307
3040
- #: ../admin/view/wp-slimstat-reports.php:1315
3041
  msgid "(previous)"
3042
  msgstr "(previous)"
3043
 
3044
- #: ../admin/view/wp-slimstat-reports.php:1378
3045
  msgid "Date"
3046
  msgstr "Date"
3047
 
3048
- #: ../admin/view/wp-slimstat-reports.php:1430
3049
  msgid "Filter by element in a group"
3050
  msgstr "Filter by element in a group"
3051
 
3052
- #: ../admin/view/wp-slimstat-reports.php:1455
3053
- msgid "Backlinks"
3054
- msgstr "Backlinks"
3055
-
3056
- #: ../admin/view/wp-slimstat-reports.php:1456
3057
- msgid "Number of external equity links to your website."
3058
- msgstr "Number of external equity links to your website."
3059
-
3060
- #: ../admin/view/wp-slimstat-reports.php:1460
3061
- msgid "MozRank"
3062
- msgstr "MozRank"
3063
-
3064
- #: ../admin/view/wp-slimstat-reports.php:1461
3065
- msgid ""
3066
- "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
3067
- "link popularity score. It reflects the importance of any given web page on "
3068
- "the Internet."
3069
  msgstr ""
3070
- "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
3071
- "link popularity score. It reflects the importance of any given web page on "
3072
- "the Internet."
3073
 
3074
- #: ../admin/view/wp-slimstat-reports.php:1465
3075
- msgid "Equity Links"
3076
- msgstr "Equity Links"
3077
-
3078
- #: ../admin/view/wp-slimstat-reports.php:1466
3079
  msgid ""
3080
- "Number of authority-passing links (including followed links and redirects, "
3081
- "internal or external) to your website. Set the permalink filter here above "
3082
- "to get the corresponding metrics in this report."
3083
  msgstr ""
3084
- "Number of authority-passing links (including followed links and redirects, "
3085
- "internal or external) to your website. Set the permalink filter here above "
3086
- "to get the corresponding metrics in this report."
3087
 
3088
- #: ../admin/view/wp-slimstat-reports.php:1470
3089
- msgid "Facebook Shares"
3090
- msgstr "Facebook Shares"
 
 
 
 
 
 
3091
 
3092
- #: ../admin/view/wp-slimstat-reports.php:1475
3093
- msgid "Facebook Clicks"
3094
- msgstr "Facebook Clicks"
 
 
3095
 
3096
- #: ../admin/view/wp-slimstat-reports.php:1476
3097
- msgid "How many times links to your website have been clicked on Facebook."
3098
- msgstr "How many times links to your website have been clicked on Facebook."
 
 
 
3099
 
3100
- #: ../admin/view/wp-slimstat-reports.php:1480
3101
  msgid "Alexa World Rank"
3102
  msgstr "Alexa World Rank"
3103
 
3104
- #: ../admin/view/wp-slimstat-reports.php:1481
3105
  msgid ""
3106
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3107
  "traffic data."
@@ -3109,2905 +3086,4526 @@ msgstr ""
3109
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3110
  "traffic data."
3111
 
3112
- #: ../admin/view/wp-slimstat-reports.php:1485
3113
  msgid "Alexa Country Rank"
3114
  msgstr "Alexa Country Rank"
3115
 
3116
- #: ../admin/view/wp-slimstat-reports.php:1490
3117
  msgid "Alexa Popularity"
3118
  msgstr "Alexa Popularity"
3119
 
3120
- #: ../admin/view/wp-slimstat-reports.php:1549
3121
  msgid "Alexa Delta"
3122
  msgstr "Alexa Delta"
3123
 
3124
- #: ../admin/view/wp-slimstat-reports.php:1597
3125
- msgid "c-xx"
3126
- msgstr "Unknown"
3127
-
3128
- #: ../admin/view/wp-slimstat-reports.php:1597
3129
- msgid "c-af"
3130
- msgstr "Afghanistan"
3131
-
3132
- #: ../admin/view/wp-slimstat-reports.php:1597
3133
- msgid "c-ax"
3134
- msgstr "Aland Islands"
3135
-
3136
- #: ../admin/view/wp-slimstat-reports.php:1597
3137
- msgid "c-al"
3138
- msgstr "Albania"
3139
-
3140
- #: ../admin/view/wp-slimstat-reports.php:1597
3141
- msgid "c-dz"
3142
- msgstr "Algeria"
3143
-
3144
- #: ../admin/view/wp-slimstat-reports.php:1597
3145
- msgid "c-ad"
3146
- msgstr "Andorra"
3147
 
3148
- #: ../admin/view/wp-slimstat-reports.php:1597
3149
- msgid "c-ao"
3150
- msgstr "Angola"
3151
 
3152
- #: ../admin/view/wp-slimstat-reports.php:1597
3153
- msgid "c-ai"
3154
- msgstr "Anguilla"
3155
 
3156
- #: ../admin/view/wp-slimstat-reports.php:1597
3157
- msgid "c-ag"
3158
- msgstr "Antigua and Barbuda"
3159
 
3160
- #: ../admin/view/wp-slimstat-reports.php:1597
3161
- msgid "c-ar"
3162
- msgstr "Argentina"
3163
 
3164
- #: ../admin/view/wp-slimstat-reports.php:1597
3165
- msgid "c-am"
3166
- msgstr "Armenia"
3167
 
3168
- #: ../admin/view/wp-slimstat-reports.php:1597
3169
- msgid "c-aw"
3170
- msgstr "Aruba"
3171
 
3172
- #: ../admin/view/wp-slimstat-reports.php:1597
3173
- msgid "c-au"
3174
- msgstr "Australia"
3175
 
3176
- #: ../admin/view/wp-slimstat-reports.php:1597
3177
- msgid "c-at"
3178
- msgstr "Austria"
3179
 
3180
- #: ../admin/view/wp-slimstat-reports.php:1597
3181
- msgid "c-az"
3182
- msgstr "Azerbaijan"
3183
 
3184
- #: ../admin/view/wp-slimstat-reports.php:1597
3185
- msgid "c-bs"
3186
- msgstr "Bahamas"
3187
 
3188
- #: ../admin/view/wp-slimstat-reports.php:1597
3189
- msgid "c-bh"
3190
- msgstr "Bahrain"
3191
 
3192
- #: ../admin/view/wp-slimstat-reports.php:1597
3193
- msgid "c-bd"
3194
- msgstr "Bangladesh"
 
3195
 
3196
- #: ../admin/view/wp-slimstat-reports.php:1597
3197
- msgid "c-bb"
3198
- msgstr "Barbados"
3199
 
3200
- #: ../admin/view/wp-slimstat-reports.php:1597
3201
- msgid "c-by"
3202
- msgstr "Belarus"
3203
 
3204
- #: ../admin/view/wp-slimstat-reports.php:1597
3205
- msgid "c-be"
3206
- msgstr "Belgium"
 
 
 
3207
 
3208
- #: ../admin/view/wp-slimstat-reports.php:1597
3209
- msgid "c-bz"
3210
- msgstr "Belize"
3211
 
3212
- #: ../admin/view/wp-slimstat-reports.php:1597
3213
- msgid "c-bj"
3214
- msgstr "Benin"
3215
 
3216
- #: ../admin/view/wp-slimstat-reports.php:1597
3217
- msgid "c-bm"
3218
- msgstr "Bermuda"
3219
 
3220
- #: ../admin/view/wp-slimstat-reports.php:1597
3221
- msgid "c-bt"
3222
- msgstr "Bhutan"
3223
 
3224
- #: ../admin/view/wp-slimstat-reports.php:1597
3225
- msgid "c-bo"
3226
- msgstr "Bolivia"
3227
 
3228
- #: ../admin/view/wp-slimstat-reports.php:1597
3229
- msgid "c-ba"
3230
- msgstr "Bosnia and Herzegovina"
3231
 
3232
- #: ../admin/view/wp-slimstat-reports.php:1597
3233
- msgid "c-bw"
3234
- msgstr "Botswana"
3235
 
3236
- #: ../admin/view/wp-slimstat-reports.php:1597
3237
- msgid "c-br"
3238
- msgstr "Brazil"
3239
 
3240
- #: ../admin/view/wp-slimstat-reports.php:1597
3241
- msgid "c-bn"
3242
- msgstr "Brunei Darussalam"
3243
 
3244
- #: ../admin/view/wp-slimstat-reports.php:1597
3245
- msgid "c-bg"
3246
- msgstr "Bulgaria"
3247
 
3248
- #: ../admin/view/wp-slimstat-reports.php:1597
3249
- msgid "c-bf"
3250
- msgstr "Burkina Faso"
 
 
 
 
 
 
3251
 
3252
- #: ../admin/view/wp-slimstat-reports.php:1597
3253
- msgid "c-bi"
3254
- msgstr "Burundi"
3255
 
3256
- #: ../admin/view/wp-slimstat-reports.php:1597
3257
- msgid "c-kh"
3258
- msgstr "Cambodia"
 
 
 
 
 
 
3259
 
3260
- #: ../admin/view/wp-slimstat-reports.php:1597
3261
- msgid "c-cm"
3262
- msgstr "Cameroon"
 
 
 
 
 
 
 
 
3263
 
3264
- #: ../admin/view/wp-slimstat-reports.php:1597
3265
- msgid "c-ca"
3266
- msgstr "Canada"
3267
 
3268
- #: ../admin/view/wp-slimstat-reports.php:1597
3269
- msgid "c-cv"
3270
- msgstr "Cape Verde"
 
 
 
 
 
 
 
 
3271
 
3272
- #: ../admin/view/wp-slimstat-reports.php:1597
3273
- msgid "c-ky"
3274
- msgstr "Cayman Islands"
 
 
 
 
3275
 
3276
- #: ../admin/view/wp-slimstat-reports.php:1597
3277
- msgid "c-cf"
3278
- msgstr "Central African Republic"
3279
 
3280
- #: ../admin/view/wp-slimstat-reports.php:1597
3281
- msgid "c-td"
3282
- msgstr "Chad"
 
 
 
 
 
 
3283
 
3284
- #: ../admin/view/wp-slimstat-reports.php:1597
3285
- msgid "c-cl"
3286
- msgstr "Chile"
3287
 
3288
- #: ../admin/view/wp-slimstat-reports.php:1597
3289
- msgid "c-cn"
3290
- msgstr "China"
3291
-
3292
- #: ../admin/view/wp-slimstat-reports.php:1597
3293
- msgid "c-co"
3294
- msgstr "Colombia"
3295
 
3296
- #: ../admin/view/wp-slimstat-reports.php:1597
3297
- msgid "c-km"
3298
- msgstr "Comoros"
3299
 
3300
- #: ../admin/view/wp-slimstat-reports.php:1597
3301
- msgid "c-cg"
3302
- msgstr "Congo"
3303
 
3304
- #: ../admin/view/wp-slimstat-reports.php:1597
3305
- msgid "c-cd"
3306
- msgstr "The Democratic Republic of the Congo"
 
 
 
 
 
 
3307
 
3308
- #: ../admin/view/wp-slimstat-reports.php:1597
3309
- msgid "c-cr"
3310
- msgstr "Costa Rica"
 
 
 
 
 
 
3311
 
3312
- #: ../admin/view/wp-slimstat-reports.php:1597
3313
- msgid "c-ci"
3314
- msgstr "Côte d'Ivoire"
 
 
 
 
 
 
3315
 
3316
- #: ../admin/view/wp-slimstat-reports.php:1597
3317
- msgid "c-hr"
3318
- msgstr "Croatia"
3319
 
3320
- #: ../admin/view/wp-slimstat-reports.php:1597
3321
- msgid "c-cu"
3322
- msgstr "Cuba"
3323
 
3324
- #: ../admin/view/wp-slimstat-reports.php:1597
3325
- msgid "c-cy"
3326
- msgstr "Cyprus"
3327
 
3328
- #: ../admin/view/wp-slimstat-reports.php:1597
3329
- msgid "c-cz"
3330
- msgstr "Czech Republic"
3331
 
3332
- #: ../admin/view/wp-slimstat-reports.php:1597
3333
- msgid "c-dk"
3334
- msgstr "Denmark"
3335
 
3336
- #: ../admin/view/wp-slimstat-reports.php:1597
3337
- msgid "c-dj"
3338
- msgstr "Djibouti"
 
 
 
 
 
 
 
 
 
 
 
3339
 
3340
- #: ../admin/view/wp-slimstat-reports.php:1597
3341
- msgid "c-dm"
3342
- msgstr "Dominica"
 
 
 
 
 
 
 
 
 
 
 
3343
 
3344
- #: ../admin/view/wp-slimstat-reports.php:1597
3345
- msgid "c-do"
3346
- msgstr "Dominican Republic"
3347
 
3348
- #: ../admin/view/wp-slimstat-reports.php:1597
3349
- msgid "c-ec"
3350
- msgstr "Ecuador"
3351
 
3352
- #: ../admin/view/wp-slimstat-reports.php:1597
3353
- msgid "c-eg"
3354
- msgstr "Egypt"
3355
 
3356
- #: ../admin/view/wp-slimstat-reports.php:1597
3357
- msgid "c-sv"
3358
- msgstr "El Salvador"
 
 
 
 
 
 
 
 
3359
 
3360
- #: ../admin/view/wp-slimstat-reports.php:1597
3361
- msgid "c-gq"
3362
- msgstr "Equatorial Guinea"
3363
 
3364
- #: ../admin/view/wp-slimstat-reports.php:1597
3365
- msgid "c-er"
3366
- msgstr "Eritrea"
3367
 
3368
- #: ../admin/view/wp-slimstat-reports.php:1597
3369
- msgid "c-ee"
3370
- msgstr "Estonia"
 
 
 
 
3371
 
3372
- #: ../admin/view/wp-slimstat-reports.php:1597
3373
- msgid "c-et"
3374
- msgstr "Ethiopia"
3375
 
3376
- #: ../admin/view/wp-slimstat-reports.php:1597
3377
- msgid "c-fo"
3378
- msgstr "Faroe Islands"
 
 
 
 
 
 
3379
 
3380
- #: ../admin/view/wp-slimstat-reports.php:1597
3381
- msgid "c-fk"
3382
- msgstr "Falkland Islands (Malvinas)"
3383
 
3384
- #: ../admin/view/wp-slimstat-reports.php:1597
3385
- msgid "c-fj"
3386
- msgstr "Fiji"
3387
 
3388
- #: ../admin/view/wp-slimstat-reports.php:1597
3389
- msgid "c-fi"
3390
- msgstr "Finland"
3391
 
3392
- #: ../admin/view/wp-slimstat-reports.php:1597
3393
- msgid "c-fr"
3394
- msgstr "France"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3395
 
3396
- #: ../admin/view/wp-slimstat-reports.php:1597
3397
- msgid "c-gf"
3398
- msgstr "French Guiana"
3399
 
3400
- #: ../admin/view/wp-slimstat-reports.php:1597
3401
- msgid "c-ga"
3402
- msgstr "Gabon"
3403
 
3404
- #: ../admin/view/wp-slimstat-reports.php:1597
3405
- msgid "c-gm"
3406
- msgstr "Gambia"
 
 
 
 
3407
 
3408
- #: ../admin/view/wp-slimstat-reports.php:1597
3409
- msgid "c-ge"
3410
- msgstr "Georgia"
3411
 
3412
- #: ../admin/view/wp-slimstat-reports.php:1597
3413
- msgid "c-de"
3414
- msgstr "Germany"
 
 
 
 
 
 
3415
 
3416
- #: ../admin/view/wp-slimstat-reports.php:1597
3417
- msgid "c-gh"
3418
- msgstr "Ghana"
3419
 
3420
- #: ../admin/view/wp-slimstat-reports.php:1597
3421
- msgid "c-gr"
3422
- msgstr "Greece"
 
 
 
 
3423
 
3424
- #: ../admin/view/wp-slimstat-reports.php:1597
3425
- msgid "c-gl"
3426
- msgstr "Greenland"
 
 
 
 
3427
 
3428
- #: ../admin/view/wp-slimstat-reports.php:1597
3429
- msgid "c-gd"
3430
- msgstr "Grenada"
 
 
 
 
 
 
 
 
3431
 
3432
- #: ../admin/view/wp-slimstat-reports.php:1597
3433
- msgid "c-gp"
3434
- msgstr "Guadeloupe"
3435
 
3436
- #: ../admin/view/wp-slimstat-reports.php:1597
3437
- msgid "c-gt"
3438
- msgstr "Guatemala"
 
 
 
 
 
 
3439
 
3440
- #: ../admin/view/wp-slimstat-reports.php:1597
3441
- msgid "c-gn"
3442
- msgstr "Guinea"
 
 
 
 
3443
 
3444
- #: ../admin/view/wp-slimstat-reports.php:1597
3445
- msgid "c-gw"
3446
- msgstr "Guinea-Bissau"
3447
 
3448
- #: ../admin/view/wp-slimstat-reports.php:1597
3449
- msgid "c-gy"
3450
- msgstr "Guyana"
 
 
 
 
3451
 
3452
- #: ../admin/view/wp-slimstat-reports.php:1597
3453
- msgid "c-ht"
3454
- msgstr "Haiti"
 
 
 
 
3455
 
3456
- #: ../admin/view/wp-slimstat-reports.php:1597
3457
- msgid "c-hn"
3458
- msgstr "Honduras"
 
 
 
 
3459
 
3460
- #: ../admin/view/wp-slimstat-reports.php:1597
3461
- msgid "c-hk"
3462
- msgstr "Hong Kong"
 
 
 
 
3463
 
3464
- #: ../admin/view/wp-slimstat-reports.php:1597
3465
- msgid "c-hu"
3466
- msgstr "Hungary"
3467
 
3468
- #: ../admin/view/wp-slimstat-reports.php:1597
3469
- msgid "c-is"
3470
- msgstr "Iceland"
 
 
 
 
 
3471
 
3472
- #: ../admin/view/wp-slimstat-reports.php:1597
3473
- msgid "c-in"
3474
- msgstr "India"
 
 
3475
 
3476
- #: ../admin/view/wp-slimstat-reports.php:1597
3477
- msgid "c-id"
3478
- msgstr "Indonesia"
3479
 
3480
- #: ../admin/view/wp-slimstat-reports.php:1597
3481
- msgid "c-ir"
3482
- msgstr "Islamic Republic of Iran"
3483
 
3484
- #: ../admin/view/wp-slimstat-reports.php:1597
3485
- msgid "c-iq"
3486
- msgstr "Iraq"
3487
 
3488
- #: ../admin/view/wp-slimstat-reports.php:1597
3489
- msgid "c-ie"
3490
- msgstr "Ireland"
3491
 
3492
- #: ../admin/view/wp-slimstat-reports.php:1597
3493
- msgid "c-il"
3494
- msgstr "Israel"
3495
 
3496
- #: ../admin/view/wp-slimstat-reports.php:1597
3497
- msgid "c-it"
3498
- msgstr "Italy"
3499
 
3500
- #: ../admin/view/wp-slimstat-reports.php:1597
3501
- msgid "c-jm"
3502
- msgstr "Jamaica"
3503
 
3504
- #: ../admin/view/wp-slimstat-reports.php:1597
3505
- msgid "c-jp"
3506
- msgstr "Japan"
3507
 
3508
- #: ../admin/view/wp-slimstat-reports.php:1597
3509
- msgid "c-jo"
3510
- msgstr "Jordan"
3511
 
3512
- #: ../admin/view/wp-slimstat-reports.php:1597
3513
- msgid "c-kz"
3514
- msgstr "Kazakhstan"
3515
 
3516
- #: ../admin/view/wp-slimstat-reports.php:1597
3517
- msgid "c-ke"
3518
- msgstr "Kenya"
3519
 
3520
- #: ../admin/view/wp-slimstat-reports.php:1597
3521
- msgid "c-nr"
3522
- msgstr "Nauru"
3523
 
3524
- #: ../admin/view/wp-slimstat-reports.php:1597
3525
- msgid "c-kp"
3526
- msgstr "Democratic People's Republic of Korea"
3527
 
3528
- #: ../admin/view/wp-slimstat-reports.php:1597
3529
- msgid "c-kr"
3530
- msgstr "Republic of Korea"
3531
 
3532
- #: ../admin/view/wp-slimstat-reports.php:1597
3533
- msgid "c-kv"
3534
- msgstr "Kosovo"
3535
 
3536
- #: ../admin/view/wp-slimstat-reports.php:1597
3537
- msgid "c-kw"
3538
- msgstr "Kuwait"
3539
 
3540
- #: ../admin/view/wp-slimstat-reports.php:1597
3541
- msgid "c-kg"
3542
- msgstr "Kyrgyzstan"
3543
 
3544
- #: ../admin/view/wp-slimstat-reports.php:1597
3545
- msgid "c-la"
3546
- msgstr "Lao People's Democratic Republic"
3547
 
3548
- #: ../admin/view/wp-slimstat-reports.php:1597
3549
- msgid "c-lv"
3550
- msgstr "Latvia"
3551
 
3552
- #: ../admin/view/wp-slimstat-reports.php:1597
3553
- msgid "c-lb"
3554
- msgstr "Lebanon"
3555
 
3556
- #: ../admin/view/wp-slimstat-reports.php:1597
3557
- msgid "c-ls"
3558
- msgstr "Lesotho"
3559
 
3560
- #: ../admin/view/wp-slimstat-reports.php:1597
3561
- msgid "c-lr"
3562
- msgstr "Liberia"
3563
 
3564
- #: ../admin/view/wp-slimstat-reports.php:1597
3565
- msgid "c-ly"
3566
- msgstr "Libyan Arab Jamahiriya"
3567
 
3568
- #: ../admin/view/wp-slimstat-reports.php:1597
3569
- msgid "c-li"
3570
- msgstr "Liechtenstein"
3571
 
3572
- #: ../admin/view/wp-slimstat-reports.php:1597
3573
- msgid "c-lt"
3574
- msgstr "Lithuania"
3575
 
3576
- #: ../admin/view/wp-slimstat-reports.php:1597
3577
- msgid "c-lu"
3578
- msgstr "Luxembourg"
3579
 
3580
- #: ../admin/view/wp-slimstat-reports.php:1597
3581
- msgid "c-mk"
3582
- msgstr "The Former Yugoslav Republic of Macedonia"
 
 
3583
 
3584
- #: ../admin/view/wp-slimstat-reports.php:1597
3585
- msgid "c-mg"
3586
- msgstr "Madagascar"
3587
 
3588
- #: ../admin/view/wp-slimstat-reports.php:1597
3589
- msgid "c-mw"
3590
- msgstr "Malawi"
3591
 
3592
- #: ../admin/view/wp-slimstat-reports.php:1597
3593
- msgid "c-my"
3594
- msgstr "Malaysia"
3595
 
3596
- #: ../admin/view/wp-slimstat-reports.php:1597
3597
- msgid "c-ml"
3598
- msgstr "Mali"
3599
 
3600
- #: ../admin/view/wp-slimstat-reports.php:1597
3601
- msgid "c-mt"
3602
- msgstr "Malta"
3603
 
3604
- #: ../admin/view/wp-slimstat-reports.php:1597
3605
- msgid "c-mq"
3606
- msgstr "Martinique"
3607
 
3608
- #: ../admin/view/wp-slimstat-reports.php:1597
3609
- msgid "c-mr"
3610
- msgstr "Mauritania"
3611
 
3612
- #: ../admin/view/wp-slimstat-reports.php:1597
3613
- msgid "c-mu"
3614
- msgstr "Mauritius"
3615
 
3616
- #: ../admin/view/wp-slimstat-reports.php:1597
3617
- msgid "c-mx"
3618
- msgstr "Mexico"
3619
 
3620
- #: ../admin/view/wp-slimstat-reports.php:1597
3621
- msgid "c-md"
3622
- msgstr "Moldova"
3623
 
3624
- #: ../admin/view/wp-slimstat-reports.php:1597
3625
- msgid "c-mn"
3626
- msgstr "Mongolia"
3627
 
3628
- #: ../admin/view/wp-slimstat-reports.php:1597
3629
- msgid "c-me"
3630
- msgstr "Montenegro"
3631
 
3632
- #: ../admin/view/wp-slimstat-reports.php:1597
3633
- msgid "c-ms"
3634
- msgstr "Montserrat"
3635
 
3636
- #: ../admin/view/wp-slimstat-reports.php:1597
3637
- msgid "c-ma"
3638
- msgstr "Morocco"
3639
 
3640
- #: ../admin/view/wp-slimstat-reports.php:1597
3641
- msgid "c-mz"
3642
- msgstr "Mozambique"
3643
 
3644
- #: ../admin/view/wp-slimstat-reports.php:1597
3645
- msgid "c-mm"
3646
- msgstr "Myanmar"
3647
 
3648
- #: ../admin/view/wp-slimstat-reports.php:1597
3649
- msgid "c-na"
3650
- msgstr "Namibia"
3651
 
3652
- #: ../admin/view/wp-slimstat-reports.php:1597
3653
- msgid "c-np"
3654
- msgstr "Nepal"
3655
 
3656
- #: ../admin/view/wp-slimstat-reports.php:1597
3657
- msgid "c-nl"
3658
- msgstr "Netherlands"
3659
 
3660
- #: ../admin/view/wp-slimstat-reports.php:1597
3661
- msgid "c-nc"
3662
- msgstr "New Caledonia"
3663
 
3664
- #: ../admin/view/wp-slimstat-reports.php:1597
3665
- msgid "c-nz"
3666
- msgstr "New Zealand"
3667
 
3668
- #: ../admin/view/wp-slimstat-reports.php:1597
3669
- msgid "c-ni"
3670
- msgstr "Nicaragua"
3671
 
3672
- #: ../admin/view/wp-slimstat-reports.php:1597
3673
- msgid "c-ne"
3674
- msgstr "Niger"
3675
 
3676
- #: ../admin/view/wp-slimstat-reports.php:1597
3677
- msgid "c-ng"
3678
- msgstr "Nigeria"
3679
 
3680
- #: ../admin/view/wp-slimstat-reports.php:1597
3681
- msgid "c-no"
3682
- msgstr "Norway"
3683
 
3684
- #: ../admin/view/wp-slimstat-reports.php:1597
3685
- msgid "c-om"
3686
- msgstr "Oman"
3687
 
3688
- #: ../admin/view/wp-slimstat-reports.php:1597
3689
- msgid "c-pk"
3690
- msgstr "Pakistan"
3691
 
3692
- #: ../admin/view/wp-slimstat-reports.php:1597
3693
- msgid "c-pw"
3694
- msgstr "Palau"
3695
 
3696
- #: ../admin/view/wp-slimstat-reports.php:1597
3697
- msgid "c-ps"
3698
- msgstr "Occupied Palestinian Territory"
3699
 
3700
- #: ../admin/view/wp-slimstat-reports.php:1597
3701
- msgid "c-pa"
3702
- msgstr "Panama"
3703
 
3704
- #: ../admin/view/wp-slimstat-reports.php:1597
3705
- msgid "c-pg"
3706
- msgstr "Papua New Guinea"
3707
 
3708
- #: ../admin/view/wp-slimstat-reports.php:1597
3709
- msgid "c-py"
3710
- msgstr "Paraguay"
3711
 
3712
- #: ../admin/view/wp-slimstat-reports.php:1597
3713
- msgid "c-pe"
3714
- msgstr "Peru"
3715
 
3716
- #: ../admin/view/wp-slimstat-reports.php:1597
3717
- msgid "c-ph"
3718
- msgstr "Philippines"
3719
 
3720
- #: ../admin/view/wp-slimstat-reports.php:1597
3721
- msgid "c-pl"
3722
- msgstr "Poland"
3723
 
3724
- #: ../admin/view/wp-slimstat-reports.php:1597
3725
- msgid "c-pt"
3726
- msgstr "Portugal"
3727
 
3728
- #: ../admin/view/wp-slimstat-reports.php:1597
3729
- msgid "c-pr"
3730
- msgstr "Puerto Rico"
3731
 
3732
- #: ../admin/view/wp-slimstat-reports.php:1597
3733
- msgid "c-qa"
3734
- msgstr "Qatar"
3735
 
3736
- #: ../admin/view/wp-slimstat-reports.php:1597
3737
- msgid "c-re"
3738
- msgstr "Réunion"
3739
 
3740
- #: ../admin/view/wp-slimstat-reports.php:1597
3741
- msgid "c-ro"
3742
- msgstr "Romania"
3743
 
3744
- #: ../admin/view/wp-slimstat-reports.php:1597
3745
- msgid "c-ru"
3746
- msgstr "Russian Federation"
3747
 
3748
- #: ../admin/view/wp-slimstat-reports.php:1597
3749
- msgid "c-rw"
3750
- msgstr "Rwanda"
3751
 
3752
- #: ../admin/view/wp-slimstat-reports.php:1597
3753
- msgid "c-kn"
3754
- msgstr "Saint Kitts and Nevis"
3755
 
3756
- #: ../admin/view/wp-slimstat-reports.php:1597
3757
- msgid "c-lc"
3758
- msgstr "Saint Lucia"
3759
 
3760
- #: ../admin/view/wp-slimstat-reports.php:1597
3761
- msgid "c-mf"
3762
- msgstr "Saint Martin"
 
 
3763
 
3764
- #: ../admin/view/wp-slimstat-reports.php:1597
3765
- msgid "c-vc"
3766
- msgstr "Saint Vincent and the Grenadines"
3767
 
3768
- #: ../admin/view/wp-slimstat-reports.php:1597
3769
- msgid "c-ws"
3770
- msgstr "Samoa"
3771
 
3772
- #: ../admin/view/wp-slimstat-reports.php:1597
3773
- msgid "c-st"
3774
- msgstr "Sao Tome and Principe"
3775
 
3776
- #: ../admin/view/wp-slimstat-reports.php:1597
3777
- msgid "c-sa"
3778
- msgstr "Saudi Arabia"
3779
 
3780
- #: ../admin/view/wp-slimstat-reports.php:1597
3781
- msgid "c-sn"
3782
- msgstr "Senegal"
3783
 
3784
- #: ../admin/view/wp-slimstat-reports.php:1597
3785
- msgid "c-rs"
3786
- msgstr "Serbia"
3787
 
3788
- #: ../admin/view/wp-slimstat-reports.php:1597
3789
- msgid "c-sl"
3790
- msgstr "Sierra Leone"
3791
 
3792
- #: ../admin/view/wp-slimstat-reports.php:1597
3793
- msgid "c-sg"
3794
- msgstr "Singapore"
3795
 
3796
- #: ../admin/view/wp-slimstat-reports.php:1597
3797
- msgid "c-sk"
3798
- msgstr "Slovakia"
3799
 
3800
- #: ../admin/view/wp-slimstat-reports.php:1597
3801
- msgid "c-si"
3802
- msgstr "Slovenia"
3803
 
3804
- #: ../admin/view/wp-slimstat-reports.php:1597
3805
- msgid "c-sb"
3806
- msgstr "Solomon Islands"
3807
 
3808
- #: ../admin/view/wp-slimstat-reports.php:1597
3809
- msgid "c-so"
3810
- msgstr "Somalia"
3811
 
3812
- #: ../admin/view/wp-slimstat-reports.php:1597
3813
- msgid "c-za"
3814
- msgstr "South Africa"
3815
 
3816
- #: ../admin/view/wp-slimstat-reports.php:1597
3817
- msgid "c-gs"
3818
- msgstr "South Georgia and the South Sandwich Islands"
3819
 
3820
- #: ../admin/view/wp-slimstat-reports.php:1597
3821
- msgid "c-es"
3822
- msgstr "Spain"
3823
 
3824
- #: ../admin/view/wp-slimstat-reports.php:1597
3825
- msgid "c-lk"
3826
- msgstr "Sri Lanka"
3827
 
3828
- #: ../admin/view/wp-slimstat-reports.php:1597
3829
- msgid "c-sc"
3830
- msgstr "Seychelles"
3831
 
3832
- #: ../admin/view/wp-slimstat-reports.php:1597
3833
- msgid "c-sd"
3834
- msgstr "Sudan"
3835
 
3836
- #: ../admin/view/wp-slimstat-reports.php:1597
3837
- msgid "c-ss"
3838
- msgstr "South Sudan"
3839
 
3840
- #: ../admin/view/wp-slimstat-reports.php:1597
3841
- msgid "c-sr"
3842
- msgstr "Suriname"
3843
 
3844
- #: ../admin/view/wp-slimstat-reports.php:1597
3845
- msgid "c-sj"
3846
- msgstr "Svalbard and Jan Mayen"
3847
 
3848
- #: ../admin/view/wp-slimstat-reports.php:1597
3849
- msgid "c-sz"
3850
- msgstr "Swaziland"
3851
 
3852
- #: ../admin/view/wp-slimstat-reports.php:1597
3853
- msgid "c-se"
3854
- msgstr "Sweden"
3855
 
3856
- #: ../admin/view/wp-slimstat-reports.php:1597
3857
- msgid "c-ch"
3858
- msgstr "Switzerland"
3859
 
3860
- #: ../admin/view/wp-slimstat-reports.php:1597
3861
- msgid "c-sy"
3862
- msgstr "Syrian Arab Republic"
3863
 
3864
- #: ../admin/view/wp-slimstat-reports.php:1597
3865
- msgid "c-tw"
3866
- msgstr "Taiwan"
3867
 
3868
- #: ../admin/view/wp-slimstat-reports.php:1597
3869
- msgid "c-tj"
3870
- msgstr "Tajikistan"
 
 
3871
 
3872
- #: ../admin/view/wp-slimstat-reports.php:1597
3873
- msgid "c-tz"
3874
- msgstr "United Republic of Tanzania"
3875
 
3876
- #: ../admin/view/wp-slimstat-reports.php:1597
3877
- msgid "c-th"
3878
- msgstr "Thailand"
3879
 
3880
- #: ../admin/view/wp-slimstat-reports.php:1597
3881
- msgid "c-tl"
3882
- msgstr "Timor-Leste"
3883
 
3884
- #: ../admin/view/wp-slimstat-reports.php:1597
3885
- msgid "c-tg"
3886
- msgstr "Togo"
3887
 
3888
- #: ../admin/view/wp-slimstat-reports.php:1597
3889
- msgid "c-to"
3890
- msgstr "Tonga"
3891
 
3892
- #: ../admin/view/wp-slimstat-reports.php:1597
3893
- msgid "c-tt"
3894
- msgstr "Trinidad and Tobago"
3895
 
3896
- #: ../admin/view/wp-slimstat-reports.php:1597
3897
- msgid "c-tn"
3898
- msgstr "Tunisia"
3899
 
3900
- #: ../admin/view/wp-slimstat-reports.php:1597
3901
- msgid "c-tr"
3902
- msgstr "Turkey"
3903
 
3904
- #: ../admin/view/wp-slimstat-reports.php:1597
3905
- msgid "c-tm"
3906
- msgstr "Turkmenistan"
3907
 
3908
- #: ../admin/view/wp-slimstat-reports.php:1597
3909
- msgid "c-tc"
3910
- msgstr "Turks and Caicos Islands"
3911
 
3912
- #: ../admin/view/wp-slimstat-reports.php:1597
3913
- msgid "c-ug"
3914
- msgstr "Uganda"
3915
 
3916
- #: ../admin/view/wp-slimstat-reports.php:1597
3917
- msgid "c-ua"
3918
- msgstr "Ukraine"
3919
 
3920
- #: ../admin/view/wp-slimstat-reports.php:1597
3921
- msgid "c-ae"
3922
- msgstr "United Arab Emirates"
3923
 
3924
- #: ../admin/view/wp-slimstat-reports.php:1597
3925
- msgid "c-gb"
3926
- msgstr "United Kingdom"
3927
 
3928
- #: ../admin/view/wp-slimstat-reports.php:1597
3929
- msgid "c-us"
3930
- msgstr "United States"
3931
 
3932
- #: ../admin/view/wp-slimstat-reports.php:1597
3933
- msgid "c-uy"
3934
- msgstr "Uruguay"
3935
 
3936
- #: ../admin/view/wp-slimstat-reports.php:1597
3937
- msgid "c-uz"
3938
- msgstr "Uzbekistan"
3939
 
3940
- #: ../admin/view/wp-slimstat-reports.php:1597
3941
- msgid "c-vu"
3942
- msgstr "Vanuatu"
3943
 
3944
- #: ../admin/view/wp-slimstat-reports.php:1597
3945
- msgid "c-ve"
3946
- msgstr "Venezuela"
3947
 
3948
- #: ../admin/view/wp-slimstat-reports.php:1597
3949
- msgid "c-vn"
3950
- msgstr "Viet Nam"
3951
 
3952
- #: ../admin/view/wp-slimstat-reports.php:1597
3953
- msgid "c-vg"
3954
- msgstr "British Virgin Islands"
3955
 
3956
- #: ../admin/view/wp-slimstat-reports.php:1597
3957
- msgid "c-vi"
3958
- msgstr "U.S. Virgin Islands"
3959
 
3960
- #: ../admin/view/wp-slimstat-reports.php:1597
3961
- msgid "c-eh"
3962
- msgstr "Western Sahara"
3963
 
3964
- #: ../admin/view/wp-slimstat-reports.php:1597
3965
- msgid "c-ye"
3966
- msgstr "Yemen"
3967
 
3968
- #: ../admin/view/wp-slimstat-reports.php:1597
3969
- msgid "c-zm"
3970
- msgstr "Zambia"
3971
 
3972
- #: ../admin/view/wp-slimstat-reports.php:1597
3973
- msgid "c-zw"
3974
- msgstr "Zimbabwe"
3975
 
3976
- #: ../admin/view/wp-slimstat-reports.php:1597
3977
- msgid "c-gg"
3978
- msgstr "Guernsey"
3979
 
3980
- #: ../admin/view/wp-slimstat-reports.php:1597
3981
- msgid "c-je"
3982
- msgstr "Jersey"
3983
 
3984
- #: ../admin/view/wp-slimstat-reports.php:1597
3985
- msgid "c-im"
3986
- msgstr "Isle of Man"
3987
 
3988
- #: ../admin/view/wp-slimstat-reports.php:1597
3989
- msgid "c-mv"
3990
- msgstr "Maldives"
3991
 
3992
- #: ../admin/view/wp-slimstat-reports.php:1598
3993
- msgid "c-eu"
3994
- msgstr "Europe"
3995
 
3996
- #: ../admin/view/wp-slimstat-reports.php:1712
3997
- msgid "src"
3998
- msgstr "src"
3999
 
4000
- #: ../admin/view/wp-slimstat-reports.php:1716
4001
- msgid "serp"
4002
- msgstr "serp"
4003
 
4004
- #: ../admin/view/wp-slimstat-reports.php:1724
4005
- msgid "Go to the referring page"
4006
- msgstr "Go to the referring page"
 
 
4007
 
4008
- #: ../admin/view/wp-slimstat-reports.php:1743
4009
- msgid "Remove filter for"
4010
- msgstr "Remove filter for"
4011
 
4012
- #: ../admin/view/wp-slimstat-reports.php:1748
4013
- msgid "Save"
4014
- msgstr "Save"
4015
 
4016
- #: ../admin/wp-slimstat-admin.php:32
4017
- msgid "Access Log"
4018
- msgstr "Access Log"
4019
 
4020
- #: ../admin/wp-slimstat-admin.php:38
4021
- msgid "Overview"
4022
- msgstr "Overview"
4023
 
4024
- #: ../admin/wp-slimstat-admin.php:44
4025
- msgid "Audience"
4026
- msgstr "Audience"
4027
 
4028
- #: ../admin/wp-slimstat-admin.php:50
4029
- msgid "Site Analysis"
4030
- msgstr "Site Analysis"
4031
 
4032
- #: ../admin/wp-slimstat-admin.php:68
4033
- msgid "WordPress Dashboard"
4034
- msgstr "WordPress Dashboard"
4035
 
4036
- #: ../admin/wp-slimstat-admin.php:74
4037
- msgid "Inactive Reports"
4038
- msgstr "Inactive Reports"
4039
 
4040
- #: ../admin/wp-slimstat-admin.php:546 ../admin/wp-slimstat-admin.php:614
4041
- msgid "Slimstat"
4042
- msgstr "Slimstat"
4043
 
4044
- #: ../admin/wp-slimstat-admin.php:634 ../admin/wp-slimstat-admin.php:662
4045
- #: ../admin/wp-slimstat-admin.php:665
4046
- msgid "Customize"
4047
- msgstr "Customise"
4048
 
4049
- #: ../admin/wp-slimstat-admin.php:744
4050
- msgid "Pageviews in the last "
4051
- msgstr "Pageviews in the last "
4052
 
4053
- #: ../admin/wp-slimstat-admin.php:747
4054
- msgid "Unique IPs in the last "
4055
- msgstr "Unique IPs in the last "
4056
 
4057
- #: ../admin/wp-slimstat-admin.php:781
4058
- #, php-format
4059
- msgid ""
4060
- " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
4061
  msgstr ""
4062
- " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
4063
 
4064
- #: ../admin/wp-slimstat-admin.php:806
4065
- msgid "Show on screen"
4066
- msgstr "Show on screen"
4067
 
4068
- #: ../admin/wp-slimstat-admin.php:914
4069
- msgid "Already saved"
4070
- msgstr "Already saved"
4071
 
4072
- #: ../admin/wp-slimstat-admin.php:922
4073
- msgid "Saved"
4074
- msgstr "Saved"
4075
 
4076
- #: ../admin/wp-slimstat-admin.php:942
4077
- msgid "Delete this filter"
4078
- msgstr "Delete this filter"
4079
 
4080
- #: ../admin/wp-slimstat-admin.php:1007
4081
- msgid "On"
4082
- msgstr "On"
4083
 
4084
- #: ../admin/wp-slimstat-admin.php:1076
4085
- msgid "Save Changes"
4086
- msgstr "Save Changes"
4087
 
4088
- #: ../admin/wp-slimstat-admin.php:1120
4089
- msgid "There was an error updating the following options:"
4090
- msgstr "There was an error updating the following options:"
4091
 
4092
- #: ../admin/wp-slimstat-admin.php:1123
4093
- msgid "Your changes have been saved."
4094
- msgstr "Your changes have been saved."
4095
 
4096
- #: ../admin/wp-slimstat-admin.php:1141
4097
- msgid "Definitions"
4098
- msgstr "Definitions"
 
 
4099
 
4100
- #: ../admin/wp-slimstat-admin.php:1144
4101
- msgid "Pageview"
4102
- msgstr "Pageview"
4103
 
4104
- #: ../admin/wp-slimstat-admin.php:1144
4105
- msgid ""
4106
- "A request to load a single HTML file (\"page\"). This should be contrasted "
4107
- "with a \"hit\", which refers to a request for any file from a web server. "
4108
- "Slimstat logs a pageview each time the tracking code is executed"
4109
  msgstr ""
4110
- "A request to load a single HTML file (\"page\"). This should be contrasted "
4111
- "with a \"hit\", which refers to a request for any file from a web server. "
4112
- "Slimstat logs a pageview each time the tracking code is executed"
4113
 
4114
- #: ../admin/wp-slimstat-admin.php:1145
4115
- msgid "(Human) Visit"
4116
- msgstr "(Human) Visit"
4117
 
4118
- #: ../admin/wp-slimstat-admin.php:1145
4119
- msgid ""
4120
- "A period of interaction between a visitor's browser and your website, ending "
4121
- "when the browser is closed or when the user has been inactive on that site "
4122
- "for 30 minutes"
4123
  msgstr ""
4124
- "A period of interaction between a visitor's browser and your website, ending "
4125
- "when the browser is closed or when the user has been inactive on that site "
4126
- "for 30 minutes"
4127
 
4128
- #: ../admin/wp-slimstat-admin.php:1146
4129
- msgid ""
4130
- "Any user who has left a comment on your blog, and is thus identified by "
4131
- "Wordpress as a returning visitor"
4132
  msgstr ""
4133
- "Any user who has left a comment on your blog, and is thus identified by "
4134
- "WordPress as a returning visitor"
4135
 
4136
- #: ../admin/wp-slimstat-admin.php:1147
4137
- msgid "Unique IP"
4138
- msgstr "Unique IP"
4139
 
4140
- #: ../admin/wp-slimstat-admin.php:1147
4141
- msgid ""
4142
- "Used to differentiate between multiple requests to download a file from one "
4143
- "internet address (IP) and requests originating from many distinct addresses; "
4144
- "since this measurement looks only at the internet address a pageview came "
4145
- "from, it is useful, but not perfect"
4146
  msgstr ""
4147
- "Used to differentiate between multiple requests to download a file from one "
4148
- "internet address (IP) and requests originating from many distinct addresses; "
4149
- "since this measurement looks only at the internet address a pageview came "
4150
- "from, it is useful, but not perfect"
4151
 
4152
- #: ../admin/wp-slimstat-admin.php:1148
4153
- msgid ""
4154
- "the originating IP address of a client connecting to a web server through an "
4155
- "HTTP proxy or load balancer"
4156
  msgstr ""
4157
- "the originating IP address of a client connecting to a web server through an "
4158
- "HTTP proxy or load balancer"
4159
 
4160
- #: ../admin/wp-slimstat-admin.php:1149
4161
- msgid "Direct Traffic"
4162
- msgstr "Direct Traffic"
4163
 
4164
- #: ../admin/wp-slimstat-admin.php:1149
4165
- msgid ""
4166
- "All those people showing up to your Web site by typing in the URL of your "
4167
- "Web site coming or from a bookmark; some people also call this \"default "
4168
- "traffic\" or \"ambient traffic\""
4169
  msgstr ""
4170
- "All those people showing up to your Web site by typing in the URL of your "
4171
- "Web site coming or from a bookmark; some people also call this \"default "
4172
- "traffic\" or \"ambient traffic\""
4173
 
4174
- #: ../admin/wp-slimstat-admin.php:1150
4175
- msgid "Search Engine"
4176
- msgstr "Search Engine"
4177
 
4178
- #: ../admin/wp-slimstat-admin.php:1150
4179
- msgid ""
4180
- "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4181
- "as well as your paid (PPC/SEM) traffic, so be aware of that"
4182
  msgstr ""
4183
- "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
4184
- "as well as your paid (PPC/SEM) traffic, so be aware of that"
4185
 
4186
- #: ../admin/wp-slimstat-admin.php:1151 ../admin/wp-slimstat-admin.php:1167
4187
- msgid "Keywords used by your visitors to find your website on a search engine"
4188
- msgstr "Keywords used by your visitors to find your website on a search engine"
4189
 
4190
- #: ../admin/wp-slimstat-admin.php:1152
4191
- msgid "SERP"
4192
- msgstr "SERP"
4193
 
4194
- #: ../admin/wp-slimstat-admin.php:1152
4195
- msgid ""
4196
- "Short for search engine results page, the Web page that a search engine "
4197
- "returns with the results of its search. The value shown represents your rank "
4198
- "(or position) within that list of results"
4199
  msgstr ""
4200
- "Short for search engine results page, the Web page that a search engine "
4201
- "returns with the results of its search. The value shown represents your rank "
4202
- "(or position) within that list of results"
4203
 
4204
- #: ../admin/wp-slimstat-admin.php:1153
4205
- msgid ""
4206
- "Any program used for accessing a website; this includes browsers, robots, "
4207
- "spiders and any other program that was used to retrieve information from the "
4208
- "site"
4209
  msgstr ""
4210
- "Any program used for accessing a website; this includes browsers, robots, "
4211
- "spiders and any other program that was used to retrieve information from the "
4212
- "site"
4213
 
4214
- #: ../admin/wp-slimstat-admin.php:1154
4215
- msgid ""
4216
- "A link from one domain to another is said to be outbound from its source "
4217
- "anchor and inbound to its target. This report lists all the links to other "
4218
- "websites followed by your visitors."
4219
  msgstr ""
4220
- "A link from one domain to another is said to be outbound from its source "
4221
- "anchor and inbound to its target. This report lists all the links to other "
4222
- "websites followed by your visitors."
4223
 
4224
- #: ../admin/wp-slimstat-admin.php:1161
4225
- msgid "Basic Filters"
4226
- msgstr "Basic Filters"
4227
 
4228
- #: ../admin/wp-slimstat-admin.php:1164
4229
- msgid "User agent (Firefox, Chrome, ...)"
4230
- msgstr "User agent (Firefox, Chrome, ...)"
4231
 
4232
- #: ../admin/wp-slimstat-admin.php:1165
4233
- msgid "2-letter code (us, ru, de, it, ...)"
4234
- msgstr "2-letter code (us, ru, de, it, ...)"
4235
 
4236
- #: ../admin/wp-slimstat-admin.php:1166
4237
- msgid "IP"
4238
- msgstr "IP"
4239
 
4240
- #: ../admin/wp-slimstat-admin.php:1166
4241
- msgid "Visitor's public IP address"
4242
- msgstr "Visitor's public IP address"
4243
 
4244
- #: ../admin/wp-slimstat-admin.php:1168
4245
- #, fuzzy
4246
- #| msgid ""
4247
- #| "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft."
4248
- #| "com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> "
4249
- #| "(first column) for more information"
4250
- msgid ""
4251
- "Please refer to this <a target=\"_blank\" href=\"https://msdn.microsoft.com/"
4252
- "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4253
- "column) for more information"
4254
  msgstr ""
4255
- "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
4256
- "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
4257
- "column) for more information"
4258
 
4259
- #: ../admin/wp-slimstat-admin.php:1169
4260
- #, fuzzy
4261
- #| msgid ""
4262
- #| "Accepts identifiers like win7, win98, macosx, ...; please refer to <a "
4263
- #| "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
4264
- #| "\">this manual page</a> for more information"
4265
- msgid ""
4266
- "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4267
- "\"_blank\" href=\"https://php.net/manual/en/function.get-browser.php\">this "
4268
- "manual page</a> for more information"
4269
  msgstr ""
4270
- "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
4271
- "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
4272
- "manual page</a> for more information"
4273
 
4274
- #: ../admin/wp-slimstat-admin.php:1170
4275
- msgid "URL accessed on your site"
4276
- msgstr "URL accessed on your site"
4277
 
4278
- #: ../admin/wp-slimstat-admin.php:1171
4279
- msgid "Complete address of the referrer page"
4280
- msgstr "Complete address of the referrer page"
4281
 
4282
- #: ../admin/wp-slimstat-admin.php:1172
4283
- msgid "Visitor's Name"
4284
- msgstr "Visitor's Name"
4285
 
4286
- #: ../admin/wp-slimstat-admin.php:1172
4287
- msgid ""
4288
- "Visitors' names according to the cookie set by Wordpress after they leave a "
4289
- "comment"
4290
  msgstr ""
4291
- "Visitors' names according to the cookie set by WordPress after they leave a "
4292
- "comment"
4293
 
4294
- #: ../admin/wp-slimstat-admin.php:1180
4295
- msgid "Advanced Filters"
4296
- msgstr "Advanced Filters"
4297
 
4298
- #: ../admin/wp-slimstat-admin.php:1183
4299
- msgid "user agent version (9.0, 11, ...)"
4300
- msgstr "user agent version (9.0, 11, ...)"
4301
 
4302
- #: ../admin/wp-slimstat-admin.php:1184
4303
- msgid ""
4304
- "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4305
- "all others"
4306
  msgstr ""
4307
- "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4308
- "all others"
4309
 
4310
- #: ../admin/wp-slimstat-admin.php:1185
4311
- msgid "Pageview Attributes"
4312
- msgstr "Pageview Attributes"
4313
 
4314
- #: ../admin/wp-slimstat-admin.php:1185
4315
- msgid ""
4316
- "this field is set to <em>[pre]</em> if the resource has been accessed "
4317
- "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4318
- "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
4319
  msgstr ""
4320
- "this field is set to <em>[pre]</em> if the resource has been accessed "
4321
- "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4322
- "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
4323
 
4324
- #: ../admin/wp-slimstat-admin.php:1186
4325
- msgid "author associated to that post/page when the resource was accessed"
4326
- msgstr "author associated to that post/page when the resource was accessed"
4327
 
4328
- #: ../admin/wp-slimstat-admin.php:1187
4329
- msgid "ID of the category/term associated to the resource, when available"
4330
- msgstr "ID of the category/term associated to the resource, when available"
4331
 
4332
- #: ../admin/wp-slimstat-admin.php:1188
4333
- msgid "visitor's originating IP address, if available"
4334
- msgstr "visitor's originating IP address, if available"
4335
 
4336
- #: ../admin/wp-slimstat-admin.php:1189
4337
- #, fuzzy
4338
- #| msgid ""
4339
- #| "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4340
- #| "post_type_archive, tag, taxonomy, category, date, author, archive, "
4341
- #| "search, feed, home; please refer to the <a target=\"_blank\" href="
4342
- #| "\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
4343
- #| "manual page for more information"
4344
- msgid ""
4345
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4346
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4347
- "feed, home; please refer to the <a target=\"_blank\" href=\"https://codex."
4348
- "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
4349
- "information"
4350
  msgstr ""
4351
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4352
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4353
- "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
4354
- "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
4355
- "information"
4356
 
4357
- #: ../admin/wp-slimstat-admin.php:1190
4358
- msgid "Screen Resolution"
4359
- msgstr "Screen Resolution"
4360
 
4361
- #: ../admin/wp-slimstat-admin.php:1190
4362
- msgid "viewport width and height (1024x768, 800x600, ...)"
4363
- msgstr "viewport width and height (1024x768, 800x600, ...)"
4364
 
4365
- #: ../admin/wp-slimstat-admin.php:1191
4366
- msgid ""
4367
- "generally used in conjunction with <em>is not empty</em>, identifies human "
4368
- "visitors"
4369
  msgstr ""
4370
- "generally used in conjunction with <em>is not empty</em>, identifies human "
4371
- "visitors"
4372
 
4373
- #: ../admin/wp-slimstat-admin.php:1192
4374
- msgid "Date Filters"
4375
- msgstr "Date Filters"
4376
 
4377
- #: ../admin/wp-slimstat-admin.php:1192
4378
- msgid ""
4379
- "you can specify the timeframe by entering a number in the <em>interval</em> "
4380
- "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4381
- "year=blank, interval=-1 will set a year-to-date filter)"
4382
  msgstr ""
4383
- "you can specify the timeframe by entering a number in the <em>interval</em> "
4384
- "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4385
- "year=blank, interval=-1 will set a year-to-date filter)"
4386
 
4387
- #: ../admin/wp-slimstat-admin.php:1193
4388
- msgid "SERP Position"
4389
- msgstr "SERP Position"
4390
 
4391
- #: ../admin/wp-slimstat-admin.php:1193
4392
- msgid ""
4393
- "set the filter to Referer contains cd=N&, where N is the position you are "
4394
- "looking for"
4395
  msgstr ""
4396
- "set the filter to Referer contains cd=N&, where N is the position you are "
4397
- "looking for"
4398
 
4399
- #: ../browscap/browser.php:24
4400
- msgid ""
4401
- "The Browscap Library could not be opened on your filesystem. Please check "
4402
- "your server permissions and try again."
4403
  msgstr ""
4404
- "The Browscap Library could not be opened on your filesystem. Please check "
4405
- "your server permissions and try again."
4406
 
4407
- #: ../browscap/browser.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4408
  #, fuzzy
4409
- #| msgid ""
4410
- #| "This library requires at least PHP 5.5. Please ask your service provider "
4411
- #| "to upgrade your server accordingly."
4412
- msgid ""
4413
- "This library requires at least PHP 7.1. Please ask your service provider to "
4414
- "upgrade your server accordingly."
4415
  msgstr ""
4416
- "This library requires at least PHP 5.5. Please ask your service provider to "
4417
- "upgrade your server accordingly."
4418
 
4419
- #: ../browscap/browser.php:65
4420
- msgid "No updates are performed during AJAX requests."
4421
- msgstr "No updates are performed during AJAX requests."
4422
 
4423
- #: ../browscap/browser.php:69
4424
- msgid ""
4425
- "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
4426
- "config.php file, or contact our support to obtain a copy of our Browscap "
4427
- "Library."
4428
  msgstr ""
4429
- "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
4430
- "config.php file, or contact our support to obtain a copy of our Browscap "
4431
- "Library."
4432
 
4433
- #: ../browscap/browser.php:110
4434
- msgid ""
4435
- "There was an error checking the remote library version. Please try again "
4436
- "later."
4437
  msgstr ""
4438
- "There was an error checking the remote library version. Please try again "
4439
- "later."
4440
 
4441
- #: ../browscap/browser.php:117
4442
- msgid "Your version of the library does not need to be updated."
4443
- msgstr "Your version of the library does not need to be updated."
4444
 
4445
- #: ../browscap/browser.php:128
4446
- msgid ""
4447
- "There was an error saving the Browscap data file on your server. Please "
4448
- "check your folder permissions."
4449
  msgstr ""
4450
- "There was an error saving the Browscap data file on your server. Please "
4451
- "check your folder permissions."
4452
 
4453
- #: ../browscap/browser.php:135
4454
- msgid ""
4455
- "There was an error downloading the Browscap data file from our server. "
4456
- "Please try again later."
4457
- msgstr ""
4458
- "There was an error downloading the Browscap data file from our server. "
4459
- "Please try again later."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4460
 
4461
- #: ../browscap/browser.php:144
4462
- msgid ""
4463
- "Could not initialize the WP Filesystem API. Please check your folder "
4464
- "permissions and PHP configuration."
4465
- msgstr ""
4466
- "Could not initialize the WP Filesystem API. Please check your folder "
4467
- "permissions and PHP configuration."
4468
 
4469
- #: ../browscap/browser.php:159
4470
- msgid ""
4471
- "There was an error uncompressing the Browscap data file on your server. "
4472
- "Please check your folder permissions and PHP configuration."
4473
- msgstr ""
4474
- "There was an error uncompressing the Browscap data file on your server. "
4475
- "Please check your folder permissions and PHP configuration."
4476
 
4477
- #: ../browscap/browser.php:167
4478
- msgid "The Browscap data file has been installed on your server."
4479
- msgstr "The Browscap data file has been installed on your server."
4480
 
4481
- #: ../languages/dynamic_strings.php:3
4482
- msgid "xx"
4483
- msgstr "Unknown"
4484
 
4485
- #: ../languages/dynamic_strings.php:6
4486
- msgid "aix"
4487
- msgstr "IBM AIX"
4488
 
4489
- #: ../languages/dynamic_strings.php:7
4490
- msgid "amiga"
4491
- msgstr "Amiga"
4492
 
4493
- #: ../languages/dynamic_strings.php:8
4494
- msgid "android"
4495
- msgstr "Android"
4496
 
4497
- #: ../languages/dynamic_strings.php:9
4498
- msgid "beos"
4499
- msgstr "BeOS"
4500
 
4501
- #: ../languages/dynamic_strings.php:10
4502
- msgid "blackberry os"
4503
- msgstr "BlackBerry OS"
4504
 
4505
- #: ../languages/dynamic_strings.php:11
4506
- msgid "centos"
4507
- msgstr "centos"
4508
 
4509
- #: ../languages/dynamic_strings.php:12
4510
- msgid "chromeos"
4511
- msgstr "Chrome OS"
4512
 
4513
- #: ../languages/dynamic_strings.php:13
4514
- msgid "commodore64"
4515
- msgstr "commodore64"
4516
 
4517
- #: ../languages/dynamic_strings.php:14
4518
- msgid "cygwin"
4519
- msgstr "Cygwin"
4520
 
4521
- #: ../languages/dynamic_strings.php:15
4522
- msgid "debian"
4523
- msgstr "Debian"
4524
 
4525
- #: ../languages/dynamic_strings.php:16
4526
- msgid "digital unix"
4527
- msgstr "Digital Unix"
4528
 
4529
- #: ../languages/dynamic_strings.php:17
4530
- msgid "fedora"
4531
- msgstr "fedora"
4532
 
4533
- #: ../languages/dynamic_strings.php:18
4534
- msgid "firefoxos"
4535
- msgstr "Firefox OS"
4536
 
4537
- #: ../languages/dynamic_strings.php:19
4538
- msgid "freebsd"
4539
- msgstr "FreeBSD"
4540
 
4541
- #: ../languages/dynamic_strings.php:20
4542
- msgid "gentoo"
4543
- msgstr "gentoo"
4544
 
4545
- #: ../languages/dynamic_strings.php:21
4546
- msgid "hp-ux"
4547
- msgstr "HP-UX"
4548
 
4549
- #: ../languages/dynamic_strings.php:22
4550
- msgid "ios"
4551
- msgstr "iPhone OS X"
4552
 
4553
- #: ../languages/dynamic_strings.php:23
4554
- msgid "iphone os"
4555
- msgstr "iphone os"
4556
 
4557
- #: ../languages/dynamic_strings.php:24
4558
- msgid "iphone osx"
4559
- msgstr "iPhone OS X"
4560
 
4561
- #: ../languages/dynamic_strings.php:25
4562
- msgid "irix"
4563
- msgstr "IRIX"
4564
 
4565
- #: ../languages/dynamic_strings.php:26
4566
- msgid "java"
4567
- msgstr "Java"
4568
 
4569
- #: ../languages/dynamic_strings.php:27
4570
- msgid "kanotix"
4571
- msgstr "kanotix"
4572
 
4573
- #: ../languages/dynamic_strings.php:28
4574
- msgid "knoppix"
4575
- msgstr "knoppix"
4576
 
4577
- #: ../languages/dynamic_strings.php:29
4578
- msgid "linux"
4579
- msgstr "Linux"
4580
 
4581
- #: ../languages/dynamic_strings.php:30
4582
- msgid "mac"
4583
- msgstr "Mac"
4584
 
4585
- #: ../languages/dynamic_strings.php:31
4586
- msgid "mac68k"
4587
- msgstr "Mac 68k"
4588
 
4589
- #: ../languages/dynamic_strings.php:32
4590
- msgid "macos"
4591
- msgstr "macos"
4592
 
4593
- #: ../languages/dynamic_strings.php:33
4594
- msgid "macosx"
4595
- msgstr "Mac OS X"
4596
 
4597
- #: ../languages/dynamic_strings.php:34
4598
- msgid "macppc"
4599
- msgstr "Mac PowerPC"
4600
 
4601
- #: ../languages/dynamic_strings.php:35
4602
- msgid "mandrake"
4603
- msgstr "mandrake"
4604
 
4605
- #: ../languages/dynamic_strings.php:36
4606
- msgid "mandriva"
4607
- msgstr "mandriva"
4608
 
4609
- #: ../languages/dynamic_strings.php:37
4610
- msgid "mepis"
4611
- msgstr "mepis"
4612
 
4613
- #: ../languages/dynamic_strings.php:38
4614
- msgid "ms-dos"
4615
- msgstr "ms-dos"
4616
 
4617
- #: ../languages/dynamic_strings.php:39
4618
- msgid "netbsd"
4619
- msgstr "NetBSD"
4620
 
4621
- #: ../languages/dynamic_strings.php:40
4622
- msgid "nintendo"
4623
- msgstr "nintendo"
4624
 
4625
- #: ../languages/dynamic_strings.php:41
4626
- msgid "openbsd"
4627
- msgstr "OpenBSD"
4628
 
4629
- #: ../languages/dynamic_strings.php:42
4630
- msgid "openvms"
4631
- msgstr "OpenVMS"
4632
 
4633
- #: ../languages/dynamic_strings.php:43
4634
- msgid "os/2"
4635
- msgstr "IBM OS/2"
4636
 
4637
- #: ../languages/dynamic_strings.php:44
4638
- msgid "palm"
4639
- msgstr "Palm"
4640
 
4641
- #: ../languages/dynamic_strings.php:45
4642
- msgid "palmos"
4643
- msgstr "palmos"
4644
 
4645
- #: ../languages/dynamic_strings.php:46
4646
- msgid "pclinuxos"
4647
- msgstr "pclinuxos"
4648
 
4649
- #: ../languages/dynamic_strings.php:47
4650
- msgid "playstation"
4651
- msgstr "playstation"
4652
 
4653
- #: ../languages/dynamic_strings.php:48
4654
- msgid "powertv"
4655
- msgstr "PowerTV"
4656
 
4657
- #: ../languages/dynamic_strings.php:49
4658
- msgid "redhat"
4659
- msgstr "redhat"
4660
 
4661
- #: ../languages/dynamic_strings.php:50
4662
- msgid "rim os"
4663
- msgstr "BlackBerry OS"
4664
 
4665
- #: ../languages/dynamic_strings.php:51
4666
- msgid "risc os"
4667
- msgstr "Risc OS"
4668
 
4669
- #: ../languages/dynamic_strings.php:52
4670
- msgid "slackware"
4671
- msgstr "slackware"
4672
 
4673
- #: ../languages/dynamic_strings.php:53
4674
- msgid "solaris"
4675
- msgstr "Solaris"
4676
 
4677
- #: ../languages/dynamic_strings.php:54
4678
- msgid "sunos"
4679
- msgstr "Sun OS"
4680
 
4681
- #: ../languages/dynamic_strings.php:55
4682
- msgid "suse"
4683
- msgstr "suse"
4684
 
4685
- #: ../languages/dynamic_strings.php:56
4686
- msgid "symbianos"
4687
- msgstr "Symbian OS"
4688
 
4689
- #: ../languages/dynamic_strings.php:57
4690
- msgid "ubuntu"
4691
- msgstr "Ubuntu"
4692
 
4693
- #: ../languages/dynamic_strings.php:58
4694
- msgid "unix"
4695
- msgstr "Unix"
4696
 
4697
- #: ../languages/dynamic_strings.php:59
4698
- msgid "unknown"
4699
- msgstr "Unknown"
4700
 
4701
- #: ../languages/dynamic_strings.php:60
4702
- msgid "xandros"
4703
- msgstr "xandros"
4704
 
4705
- #: ../languages/dynamic_strings.php:61
4706
- msgid "wap"
4707
- msgstr "WAP"
4708
 
4709
- #: ../languages/dynamic_strings.php:62
4710
- msgid "webos"
4711
- msgstr "WebOS"
4712
 
4713
- #: ../languages/dynamic_strings.php:63
4714
- msgid "win10"
4715
- msgstr "Windows 10"
4716
 
4717
- #: ../languages/dynamic_strings.php:64
4718
- msgid "win16"
4719
- msgstr "Windows 16-bit"
4720
 
4721
- #: ../languages/dynamic_strings.php:65
4722
- msgid "win2000"
4723
- msgstr "Windows 2000"
4724
 
4725
- #: ../languages/dynamic_strings.php:66
4726
- msgid "win2003"
4727
- msgstr "Windows 2003"
4728
 
4729
- #: ../languages/dynamic_strings.php:67
4730
- msgid "win31"
4731
- msgstr "Windows 3.1"
4732
 
4733
- #: ../languages/dynamic_strings.php:68
4734
- msgid "win32"
4735
- msgstr "Windows 32-bit"
4736
 
4737
- #: ../languages/dynamic_strings.php:69 ../languages/dynamic_strings.php:70
4738
- msgid "win7"
4739
- msgstr "Windows 7"
4740
 
4741
- #: ../languages/dynamic_strings.php:71
4742
- msgid "win8"
4743
- msgstr "Windows 8"
4744
 
4745
- #: ../languages/dynamic_strings.php:72
4746
- msgid "win8.1"
4747
- msgstr "Windows 8.1"
4748
 
4749
- #: ../languages/dynamic_strings.php:73
4750
- msgid "win95"
4751
- msgstr "Windows 95"
4752
 
4753
- #: ../languages/dynamic_strings.php:74
4754
- msgid "win98"
4755
- msgstr "Windows 98"
4756
 
4757
- #: ../languages/dynamic_strings.php:75
4758
- msgid "wince"
4759
- msgstr "Windows CE"
4760
 
4761
- #: ../languages/dynamic_strings.php:76
4762
- msgid "winme"
4763
- msgstr "Windows ME"
4764
 
4765
- #: ../languages/dynamic_strings.php:77
4766
- msgid "winnt"
4767
- msgstr "Windows NT"
4768
 
4769
- #: ../languages/dynamic_strings.php:78
4770
- msgid "winphone7"
4771
- msgstr "Windows Phone"
4772
 
4773
- #: ../languages/dynamic_strings.php:79
4774
- msgid "winphone7.5"
4775
- msgstr "Windows Phone 7.5"
4776
 
4777
- #: ../languages/dynamic_strings.php:80
4778
- msgid "winphone8"
4779
- msgstr "Windows Phone 8"
4780
 
4781
- #: ../languages/dynamic_strings.php:81
4782
- msgid "winphone8.1"
4783
- msgstr "Windows Phone 8.1"
4784
 
4785
- #: ../languages/dynamic_strings.php:82
4786
- msgid "winrt"
4787
- msgstr "winrt"
4788
 
4789
- #: ../languages/dynamic_strings.php:83
4790
- msgid "winvista"
4791
- msgstr "Windows Vista"
4792
 
4793
- #: ../languages/dynamic_strings.php:84
4794
- msgid "winxp"
4795
- msgstr "Windows XP"
4796
 
4797
- #: ../languages/dynamic_strings.php:85
4798
- msgid "wyderos"
4799
- msgstr "WyderOS"
4800
 
4801
- #: ../languages/dynamic_strings.php:86
4802
- msgid "zaurus"
4803
- msgstr "zaurus"
4804
 
4805
- #: ../languages/dynamic_strings.php:89
4806
- msgid "acrobat"
4807
- msgstr "Acrobat Reader"
4808
 
4809
- #: ../languages/dynamic_strings.php:90
4810
- msgid "director"
4811
- msgstr "Macromedia Director"
4812
 
4813
- #: ../languages/dynamic_strings.php:91
4814
- msgid "flash"
4815
- msgstr "Adobe Flash Player"
4816
 
4817
- #: ../languages/dynamic_strings.php:92
4818
- msgid "mediaplayer"
4819
- msgstr "Microsoft Media Player"
4820
 
4821
- #: ../languages/dynamic_strings.php:93
4822
- msgid "quicktime"
4823
- msgstr "QuickTime"
4824
 
4825
- #: ../languages/dynamic_strings.php:94
4826
- msgid "pdfviewer"
4827
- msgstr "pdfviewer"
4828
 
4829
- #: ../languages/dynamic_strings.php:95
4830
- msgid "real"
4831
- msgstr "Real Player"
4832
 
4833
- #: ../languages/dynamic_strings.php:96
4834
- msgid "silverlight"
4835
- msgstr "Microsoft Silverlight"
4836
 
4837
- #: ../languages/dynamic_strings.php:99
4838
- msgid "p-and"
4839
- msgstr "Android"
4840
 
4841
- #: ../languages/dynamic_strings.php:100
4842
- msgid "p-bla"
4843
- msgstr "BlackBerry"
4844
 
4845
- #: ../languages/dynamic_strings.php:101
4846
- msgid "p-chr"
4847
- msgstr "Chrome OS"
4848
 
4849
- #: ../languages/dynamic_strings.php:102
4850
- msgid "p-fir"
4851
- msgstr "Fire OS"
4852
 
4853
- #: ../languages/dynamic_strings.php:103
4854
- msgid "p-fre"
4855
- msgstr "Linux FreeBSD"
4856
 
4857
- #: ../languages/dynamic_strings.php:104
4858
- msgid "p-ios"
4859
- msgstr "Apple iOS"
4860
 
4861
- #: ../languages/dynamic_strings.php:105
4862
- msgid "p-jav"
4863
- msgstr "Java-based OS"
4864
 
4865
- #: ../languages/dynamic_strings.php:106
4866
- msgid "p-lin"
4867
- msgstr "Linux"
4868
 
4869
- #: ../languages/dynamic_strings.php:107
4870
- msgid "p-mac"
4871
- msgstr "Apple"
4872
 
4873
- #: ../languages/dynamic_strings.php:108
4874
- msgid "p-rim"
4875
- msgstr "Blackberry RIM"
4876
 
4877
- #: ../languages/dynamic_strings.php:109
4878
- msgid "p-sym"
4879
- msgstr "Symbian OS"
4880
 
4881
- #: ../languages/dynamic_strings.php:110
4882
- msgid "p-ubu"
4883
- msgstr "Linux Ubuntu"
4884
 
4885
- #: ../languages/dynamic_strings.php:111
4886
- msgid "p-unk"
4887
- msgstr "Unknown"
4888
 
4889
- #: ../languages/dynamic_strings.php:112
4890
- msgid "p-win"
4891
- msgstr "Microsoft"
4892
 
4893
- #: ../languages/dynamic_strings.php:115
4894
- msgid "l-af"
4895
- msgstr "Afrikaans"
4896
 
4897
- #: ../languages/dynamic_strings.php:116
4898
- msgid "l-af-za"
4899
- msgstr "Afrikaans (South Africa)"
4900
 
4901
- #: ../languages/dynamic_strings.php:117
4902
- msgid "l-ar"
4903
- msgstr "Arabic"
4904
 
4905
- #: ../languages/dynamic_strings.php:118
4906
- msgid "l-ar-ae"
4907
- msgstr "Arabic (U.A.E.)"
4908
 
4909
- #: ../languages/dynamic_strings.php:119
4910
- msgid "l-ar-bh"
4911
- msgstr "Arabic (Bahrain)"
4912
 
4913
- #: ../languages/dynamic_strings.php:120
4914
- msgid "l-ar-dz"
4915
- msgstr "Arabic (Algeria)"
4916
 
4917
- #: ../languages/dynamic_strings.php:121
4918
- msgid "l-ar-eg"
4919
- msgstr "Arabic (Egypt)"
4920
 
4921
- #: ../languages/dynamic_strings.php:122
4922
- msgid "l-ar-iq"
4923
- msgstr "Arabic (Iraq)"
4924
 
4925
- #: ../languages/dynamic_strings.php:123
4926
- msgid "l-ar-jo"
4927
- msgstr "Arabic (Jordan)"
4928
 
4929
- #: ../languages/dynamic_strings.php:124
4930
- msgid "l-ar-kw"
4931
- msgstr "Arabic (Kuwait)"
4932
 
4933
- #: ../languages/dynamic_strings.php:125
4934
- msgid "l-ar-lb"
4935
- msgstr "Arabic (Lebanon)"
4936
 
4937
- #: ../languages/dynamic_strings.php:126
4938
- msgid "l-ar-ly"
4939
- msgstr "Arabic (Libya)"
4940
 
4941
- #: ../languages/dynamic_strings.php:127
4942
- msgid "l-ar-ma"
4943
- msgstr "Arabic (Morocco)"
4944
 
4945
- #: ../languages/dynamic_strings.php:128
4946
- msgid "l-ar-om"
4947
- msgstr "Arabic (Oman)"
4948
 
4949
- #: ../languages/dynamic_strings.php:129
4950
- msgid "l-ar-qa"
4951
- msgstr "Arabic (Qatar)"
4952
 
4953
- #: ../languages/dynamic_strings.php:130
4954
- msgid "l-ar-sa"
4955
- msgstr "Arabic (Saudi Arabia)"
4956
 
4957
- #: ../languages/dynamic_strings.php:131
4958
- msgid "l-ar-sy"
4959
- msgstr "Arabic (Syria)"
4960
 
4961
- #: ../languages/dynamic_strings.php:132
4962
- msgid "l-ar-tn"
4963
- msgstr "Arabic (Tunisia)"
4964
 
4965
- #: ../languages/dynamic_strings.php:133
4966
- msgid "l-ar-ye"
4967
- msgstr "Arabic (Yemen)"
4968
 
4969
- #: ../languages/dynamic_strings.php:134
4970
- msgid "l-az"
4971
- msgstr "Azerbaijani"
4972
 
4973
- #: ../languages/dynamic_strings.php:135
4974
- msgid "l-az-az"
4975
- msgstr "Azeri (Latin)"
4976
 
4977
- #: ../languages/dynamic_strings.php:136
4978
- msgid "l-be"
4979
- msgstr "Belarusian"
4980
 
4981
- #: ../languages/dynamic_strings.php:137
4982
- msgid "l-be-by"
4983
- msgstr "Belarusian (Belarus)"
4984
 
4985
- #: ../languages/dynamic_strings.php:138
4986
- msgid "l-bg"
4987
- msgstr "Bulgarian"
4988
 
4989
- #: ../languages/dynamic_strings.php:139
4990
- msgid "l-bg-bg"
4991
- msgstr "Bulgarian (Bulgaria)"
4992
 
4993
- #: ../languages/dynamic_strings.php:140
4994
- msgid "l-bs-ba"
4995
- msgstr "Bosnian"
4996
 
4997
- #: ../languages/dynamic_strings.php:141
4998
- msgid "l-ca"
4999
- msgstr "Catalan"
5000
 
5001
- #: ../languages/dynamic_strings.php:142
5002
- msgid "l-ca-es"
5003
- msgstr "Catalan; Valencian"
5004
 
5005
- #: ../languages/dynamic_strings.php:143
5006
- msgid "l-cs"
5007
- msgstr "Czech"
5008
 
5009
- #: ../languages/dynamic_strings.php:144
5010
- msgid "l-cs-cz"
5011
- msgstr "Czech (Czech Republic)"
5012
 
5013
- #: ../languages/dynamic_strings.php:145
5014
- msgid "l-cy"
5015
- msgstr "Welsh"
5016
 
5017
- #: ../languages/dynamic_strings.php:146
5018
- msgid "l-cy-gb"
5019
- msgstr "Welsh (UK)"
5020
 
5021
- #: ../languages/dynamic_strings.php:147
5022
- msgid "l-da"
5023
- msgstr "Danish"
5024
 
5025
- #: ../languages/dynamic_strings.php:148
5026
- msgid "l-da-dk"
5027
- msgstr "Danish (Denmark)"
5028
 
5029
- #: ../languages/dynamic_strings.php:149
5030
- msgid "l-de"
5031
- msgstr "German"
5032
 
5033
- #: ../languages/dynamic_strings.php:150
5034
- msgid "l-de-at"
5035
- msgstr "German (Austria)"
5036
 
5037
- #: ../languages/dynamic_strings.php:151
5038
- msgid "l-de-ch"
5039
- msgstr "German (Switzerland)"
5040
 
5041
- #: ../languages/dynamic_strings.php:152
5042
- msgid "l-de-de"
5043
- msgstr "German (Germany)"
5044
 
5045
- #: ../languages/dynamic_strings.php:153
5046
- msgid "l-de-li"
5047
- msgstr "German (Liechtenstein)"
5048
 
5049
- #: ../languages/dynamic_strings.php:154
5050
- msgid "l-de-lu"
5051
- msgstr "German (Luxembourg)"
5052
 
5053
- #: ../languages/dynamic_strings.php:155
5054
- msgid "l-dv"
5055
- msgstr "Dhivehi; Divehi; Maldivian"
5056
 
5057
- #: ../languages/dynamic_strings.php:156
5058
- msgid "l-dv-mv"
5059
- msgstr "Maldivian"
5060
 
5061
- #: ../languages/dynamic_strings.php:157
5062
- msgid "l-el"
5063
- msgstr "Greek"
5064
 
5065
- #: ../languages/dynamic_strings.php:158
5066
- msgid "l-el-gr"
5067
- msgstr "Greek (Greece)"
5068
 
5069
- #: ../languages/dynamic_strings.php:159
5070
- msgid "l-en"
5071
- msgstr "English"
5072
 
5073
- #: ../languages/dynamic_strings.php:160
5074
- msgid "l-en-au"
5075
- msgstr "English (Australia)"
5076
 
5077
- #: ../languages/dynamic_strings.php:161
5078
- msgid "l-en-bz"
5079
- msgstr "English (Belize)"
5080
 
5081
- #: ../languages/dynamic_strings.php:162
5082
- msgid "l-en-ca"
5083
- msgstr "English (Canada)"
5084
 
5085
- #: ../languages/dynamic_strings.php:163
5086
- msgid "l-en-cb"
5087
- msgstr "English (Caribbean)"
5088
 
5089
- #: ../languages/dynamic_strings.php:164
5090
- msgid "l-en-gb"
5091
- msgstr "English (Great Britain)"
5092
 
5093
- #: ../languages/dynamic_strings.php:165
5094
- msgid "l-en-ie"
5095
- msgstr "English (Ireland)"
5096
 
5097
- #: ../languages/dynamic_strings.php:166
5098
- msgid "l-en-jm"
5099
- msgstr "English (Jamaica)"
5100
 
5101
- #: ../languages/dynamic_strings.php:167
5102
- msgid "l-en-nz"
5103
- msgstr "English (New Zealand)"
5104
 
5105
- #: ../languages/dynamic_strings.php:168
5106
- msgid "l-en-ph"
5107
- msgstr "English (Philippines)"
5108
 
5109
- #: ../languages/dynamic_strings.php:169
5110
- msgid "l-en-tt"
5111
- msgstr "English (Trinidad and Tobago)"
5112
 
5113
- #: ../languages/dynamic_strings.php:170
5114
- msgid "l-en-us"
5115
- msgstr "English (USA)"
5116
 
5117
- #: ../languages/dynamic_strings.php:171
5118
- msgid "l-en-za"
5119
- msgstr "English (South Africa)"
5120
 
5121
- #: ../languages/dynamic_strings.php:172
5122
- msgid "l-en-zw"
5123
- msgstr "English (Zimbabwe)"
5124
 
5125
- #: ../languages/dynamic_strings.php:173
5126
- msgid "l-eo"
5127
- msgstr "Esperanto"
5128
 
5129
- #: ../languages/dynamic_strings.php:174
5130
- msgid "l-es"
5131
- msgstr "Spanish"
5132
 
5133
- #: ../languages/dynamic_strings.php:175
5134
- msgid "l-es-ar"
5135
- msgstr "Spanish (Argentina)"
5136
 
5137
- #: ../languages/dynamic_strings.php:176
5138
- msgid "l-es-bo"
5139
- msgstr "Spanish (Bolivia)"
5140
 
5141
- #: ../languages/dynamic_strings.php:177
5142
- msgid "l-es-cl"
5143
- msgstr "Spanish (Chile)"
5144
 
5145
- #: ../languages/dynamic_strings.php:178
5146
- msgid "l-es-co"
5147
- msgstr "Spanish (Colombia)"
5148
 
5149
- #: ../languages/dynamic_strings.php:179
5150
- msgid "l-es-cr"
5151
- msgstr "Spanish (Costa Rica)"
5152
 
5153
- #: ../languages/dynamic_strings.php:180
5154
- msgid "l-es-do"
5155
- msgstr "Spanish (Dominican Republic)"
5156
 
5157
- #: ../languages/dynamic_strings.php:181
5158
- msgid "l-es-ec"
5159
- msgstr "Spanish (Ecuador)"
5160
 
5161
- #: ../languages/dynamic_strings.php:182
5162
- msgid "l-es-es"
5163
- msgstr "Spanish (Spain)"
5164
 
5165
- #: ../languages/dynamic_strings.php:183
5166
- msgid "l-es-gt"
5167
- msgstr "Spanish (Guatemala)"
5168
 
5169
- #: ../languages/dynamic_strings.php:184
5170
- msgid "l-es-hn"
5171
- msgstr "Spanish (Honduras)"
5172
 
5173
- #: ../languages/dynamic_strings.php:185
5174
- msgid "l-es-mx"
5175
- msgstr "Spanish (Mexico)"
5176
 
5177
- #: ../languages/dynamic_strings.php:186
5178
- msgid "l-es-ni"
5179
- msgstr "Spanish (Nicaragua)"
5180
 
5181
- #: ../languages/dynamic_strings.php:187
5182
- msgid "l-es-pa"
5183
- msgstr "Spanish (Panama)"
5184
 
5185
- #: ../languages/dynamic_strings.php:188
5186
- msgid "l-es-pe"
5187
- msgstr "Spanish (Peru)"
5188
 
5189
- #: ../languages/dynamic_strings.php:189
5190
- msgid "l-es-pr"
5191
- msgstr "Spanish (Puerto Rico)"
5192
 
5193
- #: ../languages/dynamic_strings.php:190
5194
- msgid "l-es-py"
5195
- msgstr "Spanish (Paraguay)"
5196
 
5197
- #: ../languages/dynamic_strings.php:191
5198
- msgid "l-es-sv"
5199
- msgstr "Spanish (El Salvador)"
5200
 
5201
- #: ../languages/dynamic_strings.php:192
5202
- msgid "l-es-uy"
5203
- msgstr "Spanish (Uruguay)"
5204
 
5205
- #: ../languages/dynamic_strings.php:193
5206
- msgid "l-es-ve"
5207
- msgstr "Spanish (Venezuela)"
5208
 
5209
- #: ../languages/dynamic_strings.php:194
5210
- msgid "l-et"
5211
- msgstr "Estonian"
5212
 
5213
- #: ../languages/dynamic_strings.php:195
5214
- msgid "l-et-ee"
5215
- msgstr "Estonian (Estonia)"
5216
 
5217
- #: ../languages/dynamic_strings.php:196
5218
- msgid "l-eu"
5219
- msgstr "Basque"
5220
 
5221
- #: ../languages/dynamic_strings.php:197
5222
- msgid "l-eu-es"
5223
- msgstr "Basque (Spain)"
5224
 
5225
- #: ../languages/dynamic_strings.php:198
5226
- msgid "l-fa"
5227
- msgstr "Persian"
5228
 
5229
- #: ../languages/dynamic_strings.php:199
5230
- msgid "l-fa-ir"
5231
- msgstr "Persian (Iran)"
5232
 
5233
- #: ../languages/dynamic_strings.php:200
5234
- msgid "l-fi"
5235
- msgstr "Finnish"
5236
 
5237
- #: ../languages/dynamic_strings.php:201
5238
- msgid "l-fi-fi"
5239
- msgstr "Finnish (Finland)"
5240
 
5241
- #: ../languages/dynamic_strings.php:202
5242
- msgid "l-fo"
5243
- msgstr "Faroese"
5244
 
5245
- #: ../languages/dynamic_strings.php:203
5246
- msgid "l-fo-fo"
5247
- msgstr "Faroese (Faroe Islands)"
5248
 
5249
- #: ../languages/dynamic_strings.php:204
5250
- msgid "l-fr"
5251
- msgstr "French"
5252
 
5253
- #: ../languages/dynamic_strings.php:205
5254
- msgid "l-fr-be"
5255
- msgstr "French (Belgium)"
5256
 
5257
- #: ../languages/dynamic_strings.php:206
5258
- msgid "l-fr-ca"
5259
- msgstr "French (Canada)"
5260
 
5261
- #: ../languages/dynamic_strings.php:207
5262
- msgid "l-fr-ch"
5263
- msgstr "French (Switzerland)"
5264
 
5265
- #: ../languages/dynamic_strings.php:208
5266
- msgid "l-fr-fr"
5267
- msgstr "French (France)"
5268
 
5269
- #: ../languages/dynamic_strings.php:209
5270
- msgid "l-fr-lu"
5271
- msgstr "French (Luxembourg)"
5272
 
5273
- #: ../languages/dynamic_strings.php:210
5274
- msgid "l-fr-mc"
5275
- msgstr "French (Monaco)"
5276
 
5277
- #: ../languages/dynamic_strings.php:211
5278
- msgid "l-gl"
5279
- msgstr "Galician"
5280
 
5281
- #: ../languages/dynamic_strings.php:212
5282
- msgid "l-gl-es"
5283
- msgstr "Galician (Spain)"
5284
 
5285
- #: ../languages/dynamic_strings.php:213
5286
- msgid "l-gu"
5287
- msgstr "Gujarati"
5288
 
5289
- #: ../languages/dynamic_strings.php:214
5290
- msgid "l-gu-in"
5291
- msgstr "Gujarati (India)"
5292
 
5293
- #: ../languages/dynamic_strings.php:215
5294
- msgid "l-he"
5295
- msgstr "Hebrew"
5296
 
5297
- #: ../languages/dynamic_strings.php:216
5298
- msgid "l-he-il"
5299
- msgstr "Hebrew (Israel)"
5300
 
5301
- #: ../languages/dynamic_strings.php:217
5302
- msgid "l-hi"
5303
- msgstr "Hindi"
5304
 
5305
- #: ../languages/dynamic_strings.php:218
5306
- msgid "l-hi-in"
5307
- msgstr "Hindi (India)"
5308
 
5309
- #: ../languages/dynamic_strings.php:219
5310
- msgid "l-hr"
5311
- msgstr "Croatian"
5312
 
5313
- #: ../languages/dynamic_strings.php:220
5314
- msgid "l-hr-ba"
5315
- msgstr "Croatian (Bosnia)"
5316
 
5317
- #: ../languages/dynamic_strings.php:221
5318
- msgid "l-hr-hr"
5319
- msgstr "Croatian (Croatia)"
5320
 
5321
- #: ../languages/dynamic_strings.php:222
5322
- msgid "l-hu"
5323
- msgstr "Hungarian"
5324
 
5325
- #: ../languages/dynamic_strings.php:223
5326
- msgid "l-hu-hu"
5327
- msgstr "Hungarian (Hungary)"
5328
 
5329
- #: ../languages/dynamic_strings.php:224
5330
- msgid "l-hy"
5331
- msgstr "Armenian"
5332
 
5333
- #: ../languages/dynamic_strings.php:225
5334
- msgid "l-hy-am"
5335
- msgstr "Armenian (Armenia)"
5336
 
5337
- #: ../languages/dynamic_strings.php:226
5338
- msgid "l-id"
5339
- msgstr "Indonesian"
5340
 
5341
- #: ../languages/dynamic_strings.php:227
5342
- msgid "l-id-id"
5343
- msgstr "Indonesian"
5344
 
5345
- #: ../languages/dynamic_strings.php:228
5346
- msgid "l-is"
5347
- msgstr "Icelandic"
5348
 
5349
- #: ../languages/dynamic_strings.php:229
5350
- msgid "l-is-is"
5351
- msgstr "Icelandic (Iceland)"
5352
 
5353
- #: ../languages/dynamic_strings.php:230
5354
- msgid "l-it"
5355
- msgstr "Italian"
5356
 
5357
- #: ../languages/dynamic_strings.php:231
5358
- msgid "l-it-ch"
5359
- msgstr "Italian (Switzerland)"
5360
 
5361
- #: ../languages/dynamic_strings.php:232
5362
- msgid "l-it-it"
5363
- msgstr "Italian (Italy)"
5364
 
5365
- #: ../languages/dynamic_strings.php:233
5366
- msgid "l-ja"
5367
- msgstr "Japanese"
5368
 
5369
- #: ../languages/dynamic_strings.php:234
5370
- msgid "l-ja-jp"
5371
- msgstr "Japanese (Japan)"
5372
 
5373
- #: ../languages/dynamic_strings.php:235
5374
- msgid "l-ka"
5375
- msgstr "Georgian"
5376
 
5377
- #: ../languages/dynamic_strings.php:236
5378
- msgid "l-ka-ge"
5379
- msgstr "Georgian (Georgia)"
5380
 
5381
- #: ../languages/dynamic_strings.php:237
5382
- msgid "l-kk"
5383
- msgstr "Kazakh"
5384
 
5385
- #: ../languages/dynamic_strings.php:238
5386
- msgid "l-kk-kz"
5387
- msgstr "Kazakh (Kazakhstan)"
5388
 
5389
- #: ../languages/dynamic_strings.php:239
5390
- msgid "l-kn"
5391
- msgstr "Kannada"
5392
 
5393
- #: ../languages/dynamic_strings.php:240
5394
- msgid "l-kn-in"
5395
- msgstr "Kannada (India)"
5396
 
5397
- #: ../languages/dynamic_strings.php:241
5398
- msgid "l-ko"
5399
- msgstr "Korean"
5400
 
5401
- #: ../languages/dynamic_strings.php:242
5402
- msgid "l-ko-kr"
5403
- msgstr "Korean (Korea)"
5404
 
5405
- #: ../languages/dynamic_strings.php:243
5406
- msgid "l-kok"
5407
- msgstr "Konkani"
5408
 
5409
- #: ../languages/dynamic_strings.php:244
5410
- msgid "l-kok-in"
5411
- msgstr "Konkani (India)"
5412
 
5413
- #: ../languages/dynamic_strings.php:245
5414
- msgid "l-ky"
5415
- msgstr "Kirghiz"
5416
 
5417
- #: ../languages/dynamic_strings.php:246
5418
- msgid "l-ky-kg"
5419
- msgstr "Kirghiz (Kazakhstan)"
5420
 
5421
- #: ../languages/dynamic_strings.php:247
5422
- msgid "l-lt"
5423
- msgstr "Lithuanian"
5424
 
5425
- #: ../languages/dynamic_strings.php:248
5426
- msgid "l-lt-lt"
5427
- msgstr "Lithuanian (Lithuania)"
5428
 
5429
- #: ../languages/dynamic_strings.php:249
5430
- msgid "l-lv"
5431
- msgstr "Latvian"
5432
 
5433
- #: ../languages/dynamic_strings.php:250
5434
- msgid "l-lv-lv"
5435
- msgstr "Latvian (Latvia)"
5436
 
5437
- #: ../languages/dynamic_strings.php:251
5438
- msgid "l-mi"
5439
- msgstr "Maori"
5440
 
5441
- #: ../languages/dynamic_strings.php:252
5442
- msgid "l-mi-nz"
5443
- msgstr "Maori (New Zealand)"
5444
 
5445
- #: ../languages/dynamic_strings.php:253
5446
- msgid "l-mk"
5447
- msgstr "Macedonian"
5448
 
5449
- #: ../languages/dynamic_strings.php:254
5450
- msgid "l-mk-ml"
5451
- msgstr "Macedonian (FYROM)"
5452
 
5453
- #: ../languages/dynamic_strings.php:255
5454
- msgid "l-mn"
5455
- msgstr "Mongolian"
5456
 
5457
- #: ../languages/dynamic_strings.php:256
5458
- msgid "l-mn-mn"
5459
- msgstr "Mongolian (Mongolia)"
5460
 
5461
- #: ../languages/dynamic_strings.php:257
5462
- msgid "l-mr"
5463
- msgstr "Marathi"
5464
 
5465
- #: ../languages/dynamic_strings.php:258
5466
- msgid "l-mr-in"
5467
- msgstr "Marathi (India)"
5468
 
5469
- #: ../languages/dynamic_strings.php:259
5470
- msgid "l-ms"
5471
- msgstr "Malay"
5472
 
5473
- #: ../languages/dynamic_strings.php:260
5474
- msgid "l-ms-bn"
5475
- msgstr "Malay (Brunei)"
5476
 
5477
- #: ../languages/dynamic_strings.php:261
5478
- msgid "l-ms-my"
5479
- msgstr "Malay (Malaysia)"
5480
 
5481
- #: ../languages/dynamic_strings.php:262
5482
- msgid "l-mt"
5483
- msgstr "Maltese"
5484
 
5485
- #: ../languages/dynamic_strings.php:263
5486
- msgid "l-mt-mt"
5487
- msgstr "Maltese (Malta)"
5488
 
5489
- #: ../languages/dynamic_strings.php:264
5490
- msgid "l-nb"
5491
- msgstr "Norwegian; Bokmål"
5492
 
5493
- #: ../languages/dynamic_strings.php:265
5494
- msgid "l-nb-no"
5495
- msgstr "Norwegian (Norway)"
5496
 
5497
- #: ../languages/dynamic_strings.php:266
5498
- msgid "l-nl"
5499
- msgstr "Dutch; Flemish"
5500
 
5501
- #: ../languages/dynamic_strings.php:267
5502
- msgid "l-nl-be"
5503
- msgstr "Dutch (Belgium)"
5504
 
5505
- #: ../languages/dynamic_strings.php:268
5506
- msgid "l-nl-nl"
5507
- msgstr "Dutch (The Netherlands)"
5508
 
5509
- #: ../languages/dynamic_strings.php:269
5510
- msgid "l-nn-no"
5511
- msgstr "Norwegian; Nynorsk (Norway)"
5512
 
5513
- #: ../languages/dynamic_strings.php:270
5514
- msgid "l-ns"
5515
- msgstr "Northern Sotho"
5516
 
5517
- #: ../languages/dynamic_strings.php:271
5518
- msgid "l-ns-za"
5519
- msgstr "Northern Sotho (South Africa)"
5520
 
5521
- #: ../languages/dynamic_strings.php:272
5522
- msgid "l-pa"
5523
- msgstr "Panjabi; Punjabi"
5524
 
5525
- #: ../languages/dynamic_strings.php:273
5526
- msgid "l-pa-in"
5527
- msgstr "Panjabi (India)"
5528
 
5529
- #: ../languages/dynamic_strings.php:274
5530
- msgid "l-pl"
5531
- msgstr "Polish"
5532
 
5533
- #: ../languages/dynamic_strings.php:275
5534
- msgid "l-pl-pl"
5535
- msgstr "Polish (Poland)"
5536
 
5537
- #: ../languages/dynamic_strings.php:276
5538
- msgid "l-ps"
5539
- msgstr "Pushto; Pashto"
5540
 
5541
- #: ../languages/dynamic_strings.php:277
5542
- msgid "l-ps-ar"
5543
- msgstr "Pashto (Afghanistan)"
5544
 
5545
- #: ../languages/dynamic_strings.php:278
5546
- msgid "l-pt"
5547
- msgstr "Portuguese"
5548
 
5549
- #: ../languages/dynamic_strings.php:279
5550
- msgid "l-pt-br"
5551
- msgstr "Portuguese (Brazil)"
5552
 
5553
- #: ../languages/dynamic_strings.php:280
5554
- msgid "l-pt-pt"
5555
- msgstr "Portuguese (Portugal)"
5556
 
5557
- #: ../languages/dynamic_strings.php:281
5558
- msgid "l-qu"
5559
- msgstr "Quechua"
5560
 
5561
- #: ../languages/dynamic_strings.php:282
5562
- msgid "l-qu-bo"
5563
- msgstr "Quechua (Bolivia)"
5564
 
5565
- #: ../languages/dynamic_strings.php:283
5566
- msgid "l-qu-ec"
5567
- msgstr "Quechua (Ecuador)"
5568
 
5569
- #: ../languages/dynamic_strings.php:284
5570
- msgid "l-qu-pe"
5571
- msgstr "Quechua (Peru)"
5572
 
5573
- #: ../languages/dynamic_strings.php:285
5574
- msgid "l-ro"
5575
- msgstr "Romanian"
5576
 
5577
- #: ../languages/dynamic_strings.php:286
5578
- msgid "l-ro-ro"
5579
- msgstr "Romanian (Romania)"
5580
 
5581
- #: ../languages/dynamic_strings.php:287
5582
- msgid "l-ru"
5583
- msgstr "Russian"
5584
 
5585
- #: ../languages/dynamic_strings.php:288
5586
- msgid "l-ru-ru"
5587
- msgstr "Russian (Russia)"
5588
 
5589
- #: ../languages/dynamic_strings.php:289
5590
- msgid "l-sa"
5591
- msgstr "Sanskrit"
5592
 
5593
- #: ../languages/dynamic_strings.php:290
5594
- msgid "l-sa-in"
5595
- msgstr "Sanskrit (India)"
5596
 
5597
- #: ../languages/dynamic_strings.php:291
5598
- msgid "l-se"
5599
- msgstr "Northern Sami"
5600
 
5601
- #: ../languages/dynamic_strings.php:292
5602
- msgid "l-se-fi"
5603
- msgstr "Northern Sami (Finland)"
5604
 
5605
- #: ../languages/dynamic_strings.php:293
5606
- msgid "l-se-no"
5607
- msgstr "Northern Sami (Norway)"
5608
 
5609
- #: ../languages/dynamic_strings.php:294
5610
- msgid "l-se-se"
5611
- msgstr "Northern Sami (Sweden)"
5612
 
5613
- #: ../languages/dynamic_strings.php:295
5614
- msgid "l-sk"
5615
- msgstr "Slovak"
5616
 
5617
- #: ../languages/dynamic_strings.php:296
5618
- msgid "l-sk-sk"
5619
- msgstr "Slovak (Slovakia)"
5620
 
5621
- #: ../languages/dynamic_strings.php:297
5622
- msgid "l-sl"
5623
- msgstr "Slovenian"
5624
 
5625
- #: ../languages/dynamic_strings.php:298
5626
- msgid "l-sl-si"
5627
- msgstr "Slovenian (Slovenia)"
5628
 
5629
- #: ../languages/dynamic_strings.php:299
5630
- msgid "l-sq"
5631
- msgstr "Albanian"
5632
 
5633
- #: ../languages/dynamic_strings.php:300
5634
- msgid "l-sq-al"
5635
- msgstr "Albanian (Albania)"
5636
 
5637
- #: ../languages/dynamic_strings.php:301
5638
- msgid "l-sr-ba"
5639
- msgstr "Serbian (Bosnia and Herzegovina)"
5640
 
5641
- #: ../languages/dynamic_strings.php:302
5642
- msgid "l-sr-sp"
5643
- msgstr "Serbian (Serbia and Montenegro)"
5644
 
5645
- #: ../languages/dynamic_strings.php:303
5646
- msgid "l-sv"
5647
- msgstr "Swedish"
5648
 
5649
- #: ../languages/dynamic_strings.php:304
5650
- msgid "l-sv-fi"
5651
- msgstr "Swedish (Finland)"
5652
 
5653
- #: ../languages/dynamic_strings.php:305
5654
- msgid "l-sv-se"
5655
- msgstr "Swedish (Sweden)"
5656
 
5657
- #: ../languages/dynamic_strings.php:306
5658
- msgid "l-sw"
5659
- msgstr "Swahili"
5660
 
5661
- #: ../languages/dynamic_strings.php:307
5662
- msgid "l-sw-ke"
5663
- msgstr "Swahili (Kenya)"
5664
 
5665
- #: ../languages/dynamic_strings.php:308
5666
- msgid "l-ta"
5667
- msgstr "Tamil"
5668
 
5669
- #: ../languages/dynamic_strings.php:309
5670
- msgid "l-ta-in"
5671
- msgstr "Tamil (India)"
5672
 
5673
- #: ../languages/dynamic_strings.php:310
5674
- msgid "l-te"
5675
- msgstr "Telugu"
5676
 
5677
- #: ../languages/dynamic_strings.php:311
5678
- msgid "l-te-in"
5679
- msgstr "Telugu (India)"
5680
 
5681
- #: ../languages/dynamic_strings.php:312
5682
- msgid "l-th"
5683
- msgstr "Thai"
5684
 
5685
- #: ../languages/dynamic_strings.php:313
5686
- msgid "l-th-th"
5687
- msgstr "Thai (Thailand)"
5688
 
5689
- #: ../languages/dynamic_strings.php:314
5690
- msgid "l-tl"
5691
- msgstr "Tagalog"
5692
 
5693
- #: ../languages/dynamic_strings.php:315
5694
- msgid "l-tl-ph"
5695
- msgstr "Tagalog (Philippines)"
5696
 
5697
- #: ../languages/dynamic_strings.php:316
5698
- msgid "l-tn"
5699
- msgstr "Tswana"
5700
 
5701
- #: ../languages/dynamic_strings.php:317
5702
- msgid "l-tn-za"
5703
- msgstr "Tswana (South Africa)"
5704
 
5705
- #: ../languages/dynamic_strings.php:318
5706
- msgid "l-tr"
5707
- msgstr "Turkish"
5708
 
5709
- #: ../languages/dynamic_strings.php:319
5710
- msgid "l-tr-tr"
5711
- msgstr "Turkish (Turkey)"
5712
 
5713
- #: ../languages/dynamic_strings.php:320
5714
- msgid "l-tt"
5715
- msgstr "Tatar"
5716
 
5717
- #: ../languages/dynamic_strings.php:321
5718
- msgid "l-tt-ru"
5719
- msgstr "Tatar (Russia)"
5720
 
5721
- #: ../languages/dynamic_strings.php:322
5722
- msgid "l-ts"
5723
- msgstr "Tsonga"
5724
 
5725
- #: ../languages/dynamic_strings.php:323
5726
- msgid "l-uk"
5727
- msgstr "Ukrainian"
5728
 
5729
- #: ../languages/dynamic_strings.php:324
5730
- msgid "l-uk-ua"
5731
- msgstr "Ukrainian (Ukraine)"
5732
 
5733
- #: ../languages/dynamic_strings.php:325
5734
- msgid "l-ur"
5735
- msgstr "Urdu"
5736
 
5737
- #: ../languages/dynamic_strings.php:326
5738
- msgid "l-ur-pk"
5739
- msgstr "Urdu (Pakistan)"
5740
 
5741
- #: ../languages/dynamic_strings.php:327
5742
- msgid "l-uz"
5743
- msgstr "Uzbek"
5744
 
5745
- #: ../languages/dynamic_strings.php:328
5746
- msgid "l-uz-uz"
5747
- msgstr "Uzbek (Uzbekistan)"
5748
 
5749
- #: ../languages/dynamic_strings.php:329
5750
- msgid "l-vi"
5751
- msgstr "Vietnamese"
5752
 
5753
- #: ../languages/dynamic_strings.php:330
5754
- msgid "l-vi-vn"
5755
- msgstr "Vietnamese (Viet Nam)"
5756
 
5757
- #: ../languages/dynamic_strings.php:331
5758
- msgid "l-xh"
5759
- msgstr "Xhosa"
5760
 
5761
- #: ../languages/dynamic_strings.php:332
5762
- msgid "l-xh-za"
5763
- msgstr "Xhosa (South Africa)"
5764
 
5765
- #: ../languages/dynamic_strings.php:333
5766
- msgid "l-zh"
5767
- msgstr "Chinese"
5768
 
5769
- #: ../languages/dynamic_strings.php:334
5770
- msgid "l-zh-cn"
5771
- msgstr "Chinese (S)"
5772
 
5773
- #: ../languages/dynamic_strings.php:335
5774
- msgid "l-zh-hk"
5775
- msgstr "Chinese (Hong Kong)"
5776
 
5777
- #: ../languages/dynamic_strings.php:336
5778
- msgid "l-zh-mo"
5779
- msgstr "Chinese (Macau)"
5780
 
5781
- #: ../languages/dynamic_strings.php:337
5782
- msgid "l-zh-sg"
5783
- msgstr "Chinese (Singapore)"
5784
 
5785
- #: ../languages/dynamic_strings.php:338
5786
- msgid "l-zh-tw"
5787
- msgstr "Chinese (T)"
5788
 
5789
- #: ../languages/dynamic_strings.php:339
5790
- msgid "l-zu"
5791
- msgstr "Zulu"
5792
 
5793
- #: ../languages/dynamic_strings.php:340
5794
- msgid "l-zu-za"
5795
- msgstr "Zulu (South Africa)"
5796
 
5797
- #: ../languages/dynamic_strings.php:342
5798
- msgid "l-empty"
5799
- msgstr "Unknown"
5800
 
5801
- #: ../languages/dynamic_strings.php:343
5802
- msgid "l-xx"
5803
- msgstr "Unknown"
5804
 
5805
- #: ../languages/dynamic_strings.php:345
5806
- msgid "c-xy"
5807
- msgstr "Local IP"
5808
 
5809
- #: ../wp-slimstat.php:139 ../wp-slimstat.php:255
5810
- msgid "Tracker is turned off, but client-side tracking code is still running."
5811
- msgstr "Tracker is turned off, but client-side tracking code is still running."
5812
 
5813
- #: ../wp-slimstat.php:270 ../wp-slimstat.php:693
5814
- msgid "Pageview filtered by third-party code"
5815
- msgstr "Pageview filtered by third-party code"
5816
 
5817
- #: ../wp-slimstat.php:277
5818
- msgid "Browser sent DNT header request"
5819
- msgstr "Browser sent DNT header request"
5820
 
5821
- #: ../wp-slimstat.php:300
5822
- msgid "Visitor has opted out of tracking"
5823
- msgstr "Visitor has opted out of tracking"
5824
 
5825
- #: ../wp-slimstat.php:327
5826
- msgid "Visitor has not opted in to be tracked"
5827
- msgstr "Visitor has not opted in to be tracked"
5828
 
5829
- #: ../wp-slimstat.php:337
5830
- msgid "Empty or not supported IP address format"
5831
- msgstr "Empty or not supported IP address format"
5832
 
5833
- #: ../wp-slimstat.php:354
5834
- #, php-format
5835
- msgid "Malformed referrer URL: %s (IP: %s)"
5836
- msgstr "Malformed referrer URL: %s (IP: %s)"
5837
 
5838
- #: ../wp-slimstat.php:355
5839
- #, php-format
5840
- msgid "Malformed referrer URL: %s"
5841
- msgstr "Malformed referrer URL: %s"
5842
 
5843
- #: ../wp-slimstat.php:360
5844
- #, php-format
5845
- msgid "Attempted XSS Injection: %s (IP: %s)"
5846
- msgstr "Attempted XSS Injection: %s (IP: %s)"
5847
 
5848
- #: ../wp-slimstat.php:361
5849
- #, php-format
5850
- msgid "Attempted XSS Injection: %s"
5851
- msgstr "Attempted XSS Injection: %s"
5852
 
5853
- #: ../wp-slimstat.php:385
5854
- #, php-format
5855
- msgid "Referrer %s is blacklisted"
5856
- msgstr "Referrer %s is blacklisted"
5857
 
5858
- #: ../wp-slimstat.php:402
5859
- #, php-format
5860
- msgid "Content Type %s is blacklisted"
5861
- msgstr "Content Type %s is blacklisted"
5862
 
5863
- #: ../wp-slimstat.php:452
5864
- msgid "Malformed URL"
5865
- msgstr "Malformed URL"
5866
 
5867
- #: ../wp-slimstat.php:485
5868
- #, php-format
5869
- msgid "Permalink %s is blacklisted"
5870
- msgstr "Permalink %s is blacklisted"
5871
 
5872
- #: ../wp-slimstat.php:498
5873
- #, php-format
5874
- msgid "Logged in user %s not tracked"
5875
- msgstr "Logged in user %s not tracked"
5876
 
5877
- #: ../wp-slimstat.php:506
5878
- #, php-format
5879
- msgid "User with capability %s not tracked"
5880
- msgstr "User with capability %s not tracked"
5881
 
5882
- #: ../wp-slimstat.php:515
5883
- #, php-format
5884
- msgid "User %s is blacklisted"
5885
- msgstr "User %s is blacklisted"
5886
 
5887
- #: ../wp-slimstat.php:539
5888
- #, php-format
5889
- msgid "Spammer %s not tracked"
5890
- msgstr "Spammer %s not tracked"
5891
 
5892
- #: ../wp-slimstat.php:568
5893
- #, php-format
5894
- msgid "IP address %s is blacklisted"
5895
- msgstr "IP address %s is blacklisted"
5896
 
5897
- #: ../wp-slimstat.php:622
5898
- #, php-format
5899
- msgid "Country %s is blacklisted"
5900
- msgstr "Country %s is blacklisted"
5901
 
5902
- #: ../wp-slimstat.php:631
5903
- msgid "Prefetch requests are ignored"
5904
- msgstr "Prefetch requests are ignored"
5905
 
5906
- #: ../wp-slimstat.php:647
5907
- msgid "Bot not tracked"
5908
- msgstr "Bot not tracked"
5909
 
5910
- #: ../wp-slimstat.php:655
5911
- #, php-format
5912
- msgid "Browser %s is blacklisted"
5913
- msgstr "Browser %s is blacklisted"
5914
 
5915
- #: ../wp-slimstat.php:667
5916
- #, php-format
5917
- msgid "Operating System %s is blacklisted"
5918
- msgstr "Operating System %s is blacklisted"
5919
 
5920
- #: ../wp-slimstat.php:1109
5921
- msgid "Invalid payload string. Try clearing your WordPress cache."
5922
- msgstr "Invalid payload string. Try clearing your WordPress cache."
5923
 
5924
- #: ../wp-slimstat.php:1120
5925
- msgid "Invalid data signature. Try clearing your WordPress cache."
5926
- msgstr "Invalid data signature. Try clearing your WordPress cache."
5927
 
5928
- #: ../wp-slimstat.php:1252
5929
- msgid ""
5930
- "The geolocation database cannot be updated. Please check your server's file "
5931
- "permissions and try again."
5932
- msgstr ""
5933
- "The geolocation database cannot be updated. Please check your server's file "
5934
- "permissions and try again."
 
5935
 
5936
- #: ../wp-slimstat.php:1265
5937
- msgid "There was an error downloading the MaxMind Geolite DB:"
5938
- msgstr "There was an error downloading the MaxMind Geolite DB:"
5939
 
5940
- #: ../wp-slimstat.php:1273 ../wp-slimstat.php:1282
5941
- msgid "There was an error opening the zipped MaxMind Geolite DB."
5942
- msgstr "There was an error opening the zipped MaxMind Geolite DB."
 
 
 
 
 
5943
 
5944
- #: ../wp-slimstat.php:1277
5945
- msgid "Function gzopen not defined. Aborting."
5946
- msgstr "Function gzopen not defined. Aborting."
5947
 
5948
- #: ../wp-slimstat.php:1287
5949
- msgid "There was an error opening the MaxMind Geolite DB."
5950
- msgstr "There was an error opening the MaxMind Geolite DB."
5951
 
5952
- #: ../wp-slimstat.php:1300
5953
- msgid "There was an error creating the MaxMind Geolite DB."
5954
- msgstr "There was an error creating the MaxMind Geolite DB."
5955
 
5956
- #: ../wp-slimstat.php:1315
5957
- msgid "Invalid URL Provided."
5958
- msgstr "Invalid URL Provided."
5959
 
5960
- #: ../wp-slimstat.php:1322
5961
- msgid "Could not create Temporary file."
5962
- msgstr "Could not create Temporary file."
5963
 
5964
- #: ../wp-slimstat.php:1380
5965
- msgid "Undefined report ID"
5966
- msgstr "Undefined report ID"
5967
 
5968
- #: ../wp-slimstat.php:1577
5969
- msgid ""
5970
- "You will need to specify a valid token to be able to query the data. Tokens "
5971
- "are defined in Slimstat > Settings > Access Control."
5972
- msgstr ""
5973
- "You will need to specify a valid token to be able to query the data. Tokens "
5974
- "are defined in Slimstat > Settings > Access Control."
5975
 
5976
- #: ../wp-slimstat.php:1581
5977
- msgid ""
5978
- "This parameter specifies the type of QUERY for the dimension. Valid values "
5979
- "are: count, count-all, recent, recent-all, top and top-all."
5980
- msgstr ""
5981
- "This parameter specifies the type of QUERY for the dimension. Valid values "
5982
- "are: count, count-all, recent, recent-all, top and top-all."
5983
 
5984
- #: ../wp-slimstat.php:1586
5985
- msgid ""
5986
- "This parameter indicates what dimension to return: * (all data), ip, "
5987
- "resource, browser, operating system, etc. You can only specify one dimension "
5988
- "at a time."
5989
- msgstr ""
5990
- "This parameter indicates what dimension to return: * (all data), ip, "
5991
- "resource, browser, operating system, etc. You can only specify one dimension "
5992
- "at a time."
5993
 
5994
- #: ../wp-slimstat.php:1591
5995
- msgid ""
5996
- "This parameter is used to filter a given dimension (resources, browsers, "
5997
- "operating systems, etc) so that it satisfies certain conditions (i.e.: "
5998
- "browser contains Chrome). Please make sure to urlencode this value, and to "
5999
- "use the usual filter format: browser contains Chrome&&&referer contains slim "
6000
- "(encoded: browser%20contains%20Chrome%26%26%26referer%20contains%20slim)"
6001
- msgstr ""
6002
- "This parameter is used to filter a given dimension (resources, browsers, "
6003
- "operating systems, etc) so that it satisfies certain conditions (i.e.: "
6004
- "browser contains Chrome). Please make sure to urlencode this value, and to "
6005
- "use the usual filter format: browser contains Chrome&&&referer contains slim "
6006
- "(encoded: browser%20contains%20Chrome%26%26%26referer%20contains%20slim)"
6007
 
6008
- #: ../wp-slimstat.php:2019
6009
- msgid "Optional filters"
6010
- msgstr "Optional filters"
6011
 
6012
  #~ msgid "Requires PHP 7.1"
6013
  #~ msgstr "Requires PHP 7.1"
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Plugins - Slimstat Analytics - Development (trunk)\n"
6
+ "POT-Creation-Date: 2019-06-10 15:35-0400\n"
7
+ "PO-Revision-Date: 2019-06-10 15:35-0400\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: en_CA\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 2.2.3\n"
16
  "X-Poedit-Basepath: .\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-KeywordsList: __;_e\n"
178
  "(unique) IPs counts only one hit per IP in the given time range."
179
 
180
  #: ../admin/config/index.php:98 ../admin/view/wp-slimstat-db.php:115
181
+ #: ../admin/view/wp-slimstat-db.php:1143 ../admin/view/wp-slimstat-db.php:1149
182
+ #: ../admin/view/wp-slimstat-db.php:1155 ../admin/view/wp-slimstat-db.php:1161
183
+ #: ../admin/view/wp-slimstat-db.php:1167 ../admin/view/wp-slimstat-db.php:1173
184
+ #: ../admin/view/wp-slimstat-db.php:1179
185
+ #: ../admin/view/wp-slimstat-reports.php:1176
186
+ #: ../admin/view/wp-slimstat-reports.php:1180
187
+ #: ../admin/view/wp-slimstat-reports.php:1383
188
  msgid "Hits"
189
  msgstr "Hits"
190
 
506
  "How many seconds should a human session last? Google Analytics sets it to "
507
  "1800 seconds."
508
 
509
+ #: ../admin/config/index.php:126 ../admin/config/index.php:189
510
  msgid "seconds"
511
  msgstr "seconds"
512
 
832
  "login and others. You can use this field to avoid tracking pages whose "
833
  "content type matches the ones you set here below."
834
 
835
+ #: ../admin/config/index.php:170 ../admin/config/index.php:206
836
  msgid "Reports"
837
  msgstr "Reports"
838
 
938
  "the load on your server into multiple requests, thus avoiding memory issues "
939
  "and performance problems."
940
 
941
+ #: ../admin/config/index.php:183 ../admin/config/index.php:190
 
 
 
 
 
 
 
 
942
  msgid "Rows to Display"
943
  msgstr "Rows to Display"
944
 
945
+ #: ../admin/config/index.php:183
946
  msgid "Specify the number of items in each report."
947
  msgstr "Specify the number of items in each report."
948
 
949
+ #: ../admin/config/index.php:184 ../admin/view/wp-slimstat-db.php:127
950
  msgid "Max Results"
951
  msgstr "Max Results"
952
 
953
+ #: ../admin/config/index.php:184
954
  msgid ""
955
  "Decide how many records should be retrieved from the database in total. "
956
  "Depending on your server configuration, you may want to fine tune this value "
960
  "Depending on your server configuration, you may want to fine tune this value "
961
  "to avoid exceeding your PHP memory limit."
962
 
963
+ #: ../admin/config/index.php:185
964
  msgid "IP Lookup"
965
  msgstr "IP Lookup"
966
 
967
+ #: ../admin/config/index.php:185
968
  msgid ""
969
  "Customize the Geolocation service to be used in the reports. Default: "
970
  "<code>https://www.infosniper.net/?ip_address=</code>"
972
  "Customize the Geolocation service to be used in the reports. Default: "
973
  "<code>https://www.infosniper.net/?ip_address=</code>"
974
 
975
+ #: ../admin/config/index.php:186
976
  msgid "Comparison Chart"
977
  msgstr "Comparison Chart"
978
 
979
+ #: ../admin/config/index.php:186
980
  msgid ""
981
  "Disable this option if you find the four line charts confusing, and prefer "
982
  "seeing only the selected time range."
984
  "Disable this option if you find the four line charts confusing, and prefer "
985
  "seeing only the selected time range."
986
 
987
+ #: ../admin/config/index.php:188
988
  msgid "Access Log and World Map"
989
  msgstr "Access Log and World Map"
990
 
991
+ #: ../admin/config/index.php:189
992
  msgid "Auto Refresh"
993
  msgstr "Auto Refresh"
994
 
995
+ #: ../admin/config/index.php:189
996
  msgid ""
997
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
998
  "<strong>0</strong> (number zero) to deactivate this feature."
1000
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
1001
  "<strong>0</strong> (number zero) to deactivate this feature."
1002
 
1003
+ #: ../admin/config/index.php:190
1004
  msgid "Specify the number of items in the Access Log."
1005
  msgstr "Specify the number of items in the Access Log."
1006
 
1007
+ #: ../admin/config/index.php:191
1008
  msgid "Map Data Points"
1009
  msgstr "Map Data Points"
1010
 
1011
+ #: ../admin/config/index.php:191
1012
  msgid ""
1013
  "Customize the maximum number of dots displayed on the world map. Please note "
1014
  "that large numbers might increase the amount of time needed to render the "
1018
  "that large numbers might increase the amount of time needed to render the "
1019
  "map."
1020
 
1021
+ #: ../admin/config/index.php:193
1022
  msgid "Miscellaneous"
1023
  msgstr "Miscellaneous"
1024
 
1025
+ #: ../admin/config/index.php:194
1026
  msgid "Custom CSS"
1027
  msgstr "Custom CSS"
1028
 
1029
+ #: ../admin/config/index.php:194
1030
  msgid ""
1031
  "Paste here your custom stylesheet to personalize the way your reports look. "
1032
  "<a href='https://slimstat.freshdesk.com/support/solutions/"
1040
  "pageviews-known-user-known-visitors-search-e' target='_blank'>Check the FAQ</"
1041
  "a> for more information on how to use this setting."
1042
 
1043
+ #: ../admin/config/index.php:195
1044
  msgid "Chart Colors"
1045
  msgstr "Chart Colours"
1046
 
1047
+ #: ../admin/config/index.php:195
1048
  msgid ""
1049
  "Customize the look and feel of your charts by assigning personalized colors "
1050
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
1056
  "1 previous, metric 2 previous, metric 1 current, metric 2 current. For "
1057
  "example: <code>#ccc, #999, #bbcc44, #21759b</code>."
1058
 
1059
+ #: ../admin/config/index.php:196
1060
  msgid "Mozscape Access ID"
1061
  msgstr "Mozscape Access ID"
1062
 
1063
+ #: ../admin/config/index.php:196
1064
  msgid ""
1065
  "Get accurate rankings for your website through the free <a href=\"https://"
1066
  "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
1072
  "\">Mozscape API</a> service. Sign up for a free community account to get "
1073
  "started. Then enter your personal identification code here."
1074
 
1075
+ #: ../admin/config/index.php:197
1076
  msgid "Mozscape Secret Key"
1077
  msgstr "Mozscape Secret Key"
1078
 
1079
+ #: ../admin/config/index.php:197
1080
  msgid ""
1081
  "Do not share your secret key with anyone or they will be able to make API "
1082
  "requests on your account!"
1084
  "Do not share your secret key with anyone or they will be able to make API "
1085
  "requests on your account!"
1086
 
1087
+ #: ../admin/config/index.php:198
1088
  msgid "Show User Agent"
1089
  msgstr "Show User Agent"
1090
 
1091
+ #: ../admin/config/index.php:198
1092
  msgid ""
1093
  "Choose if you want to see the browser name or a complete user agent string "
1094
  "when hovering over each browser icon."
1096
  "Choose if you want to see the browser name or a complete user agent string "
1097
  "when hovering over each browser icon."
1098
 
1099
+ #: ../admin/config/index.php:199
1100
  msgid "Enable SOV"
1101
  msgstr "Enable SOV"
1102
 
1103
+ #: ../admin/config/index.php:199
1104
  msgid ""
1105
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
1106
  "the subject, object, and verb of a sentence appear in that order, like in "
1110
  "the subject, object, and verb of a sentence appear in that order, like in "
1111
  "Japanese."
1112
 
1113
+ #: ../admin/config/index.php:204
1114
  msgid "Access Control"
1115
  msgstr "Access Control"
1116
 
1117
+ #: ../admin/config/index.php:207
1118
  msgid "Restrict Authors"
1119
  msgstr "Restrict Authors"
1120
 
1121
+ #: ../admin/config/index.php:207
1122
  msgid ""
1123
  "Enable this option if you want your authors to only see stats related to "
1124
  "their own content."
1126
  "Enable this option if you want your authors to only see stats related to "
1127
  "their own content."
1128
 
1129
+ #: ../admin/config/index.php:208 ../admin/config/index.php:212
1130
+ #: ../admin/config/index.php:216
1131
  msgid "Capability"
1132
  msgstr "Capability"
1133
 
1134
+ #: ../admin/config/index.php:208
1135
  #, fuzzy
1136
  #| msgid ""
1137
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
1141
  #| "to the reports, unless a 'Read access' whitelist has been specified here "
1142
  #| "below. In this case, the list has precedence over the capability."
1143
  msgid ""
1144
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1145
+ "capabilities/' target='_new'>capability</a> needed to access the reports "
1146
+ "(default: <code>manage_options</code>). If this field is empty, <strong>all "
1147
+ "your users</strong> (including subscribers) will have access to the reports, "
1148
+ "unless a 'Read access' whitelist has been specified here below. In this "
1149
+ "case, the list has precedence over the capability."
1150
  msgstr ""
1151
  "Specify the minimum <a href='http://codex.wordpress.org/"
1152
  "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
1155
  "the reports, unless a 'Read access' whitelist has been specified here below. "
1156
  "In this case, the list has precedence over the capability."
1157
 
1158
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
1159
+ #: ../admin/config/index.php:217
1160
  msgid "Whitelist"
1161
  msgstr "Whitelist"
1162
 
1163
+ #: ../admin/config/index.php:209
1164
  msgid ""
1165
  "List all the users who should have access to the reports. Administrators are "
1166
  "implicitly allowed, so you don't need to list them in here. Usernames are "
1170
  "implicitly allowed, so you don't need to list them in here. Usernames are "
1171
  "case sensitive."
1172
 
1173
+ #: ../admin/config/index.php:211
1174
  msgid "Customizer"
1175
  msgstr "Customizer"
1176
 
1177
+ #: ../admin/config/index.php:212
1178
  #, fuzzy
1179
  #| msgid ""
1180
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
1182
  #| "customize the reports layout (default: <code>activate_plugins</code>). If "
1183
  #| "this field is empty, your users will be permitted to use this features."
1184
  msgid ""
1185
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1186
+ "capabilities/' target='_new'>capability</a> needed to be able to customize "
1187
+ "the reports layout (default: <code>manage_options</code>). If this field is "
1188
+ "empty, your users will be permitted to use this features."
1189
  msgstr ""
1190
  "Specify the minimum <a href='http://codex.wordpress.org/"
1191
  "Roles_and_Capabilities' target='_new'>capability</a> needed to be able to "
1192
  "customize the reports layout (default: <code>activate_plugins</code>). If "
1193
  "this field is empty, your users will be permitted to use this features."
1194
 
1195
+ #: ../admin/config/index.php:213
1196
  msgid ""
1197
  "List all the users who should be allowed to customize their report layout. "
1198
  "Administrators are implicitly allowed, so you don't need to list them in "
1202
  "Administrators are implicitly allowed, so you don't need to list them in "
1203
  "here. Usernames are case sensitive."
1204
 
1205
+ #: ../admin/config/index.php:215 ../admin/config/index.php:243
1206
+ #: ../admin/wp-slimstat-admin.php:607 ../admin/wp-slimstat-admin.php:653
1207
+ #: ../admin/wp-slimstat-admin.php:656
1208
  msgid "Settings"
1209
  msgstr "Settings"
1210
 
1211
+ #: ../admin/config/index.php:216
1212
  #, fuzzy
1213
  #| msgid ""
1214
  #| "Specify the minimum <a href='http://codex.wordpress.org/"
1217
  #| "whitelist here below can be used to override this option for specific "
1218
  #| "users."
1219
  msgid ""
1220
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1221
+ "capabilities/' target='_new'>capability</a> required to configure Slimstat "
1222
+ "(default: <code>manage_options</code>). The whitelist here below can be used "
1223
+ "to override this option for specific users."
1224
  msgstr ""
1225
  "Specify the minimum <a href='http://codex.wordpress.org/"
1226
  "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1227
  "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1228
  "can be used to override this option for specific users."
1229
 
1230
+ #: ../admin/config/index.php:217
1231
  msgid ""
1232
  "List all the users who can edit these options. Please be advised that admins "
1233
  "<strong>are not</strong> implicitly allowed, so do not forget to include "
1237
  "<strong>are not</strong> implicitly allowed, so do not forget to include "
1238
  "yourself! Usernames are case sensitive."
1239
 
1240
+ #: ../admin/config/index.php:219
1241
  msgid "Rest API"
1242
  msgstr "Rest API"
1243
 
1244
+ #: ../admin/config/index.php:220
1245
  msgid "Tokens"
1246
  msgstr "Tokens"
1247
 
1248
+ #: ../admin/config/index.php:220
1249
  msgid ""
1250
  "In order to send requests to <a href='https://slimstat.freshdesk.com/support/"
1251
  "solutions/articles/12000033661-slimstat-rest-api' target='_blank'>the "
1267
  "#ci_key' target='_blank'>RandomKeyGen.com</a> to generate unique secure "
1268
  "tokens."
1269
 
1270
+ #: ../admin/config/index.php:225
1271
  msgid "Maintenance"
1272
  msgstr "Maintenance"
1273
 
1274
+ #: ../admin/config/index.php:230 ../admin/view/addons.php:35
1275
  #: ../admin/wp-slimstat-admin.php:62
1276
  msgid "Add-ons"
1277
  msgstr "Add-ons"
1278
 
1279
+ #: ../admin/config/index.php:244 ../admin/view/index.php:6
1280
  msgid ""
1281
  "<strong>AdBlock browser extension detected</strong> - If you see this "
1282
  "notice, it means that your browser is not loading our stylesheet and/or "
1620
  "install this file manually."
1621
 
1622
  #: ../admin/config/maintenance.php:291
1623
+ #, php-format
1624
+ msgid "Your data file was last downloaded on <strong>%s</strong>"
1625
  msgstr ""
1626
 
1627
  #: ../admin/config/maintenance.php:299
1809
  msgstr "Last 7 Days"
1810
 
1811
  #: ../admin/view/index.php:64
1812
+ #, fuzzy
1813
+ #| msgid "Last 7 Days"
1814
+ msgid "Last 4 weeks"
1815
+ msgstr "Last 7 Days"
1816
 
1817
  #: ../admin/view/index.php:65
1818
+ msgid "Last 12 weeks"
1819
+ msgstr ""
1820
 
1821
  #: ../admin/view/index.php:66
1822
+ #, fuzzy
1823
+ #| msgid "Year"
1824
+ msgid "Last Year"
1825
+ msgstr "Year"
1826
 
1827
  #: ../admin/view/index.php:69
1828
  msgid "Date Range"
1929
  "<strong>Note</strong>: if a placeholder is greyed out, it means that the "
1930
  "corresponding report is currently hidden (Screen Options tab)."
1931
 
1932
+ #: ../admin/view/layout.php:69 ../admin/view/wp-slimstat-reports.php:1738
1933
  msgid "Reset All"
1934
  msgstr "Reset All"
1935
 
1961
  msgid "Syndication Reader"
1962
  msgstr "Syndication Reader"
1963
 
1964
+ #: ../admin/view/right-now.php:74 ../admin/view/wp-slimstat-reports.php:1030
1965
+ #: ../admin/view/wp-slimstat-reports.php:1240
1966
+ #: ../admin/view/wp-slimstat-reports.php:1362
1967
+ #: ../admin/view/wp-slimstat-reports.php:1407
1968
  msgid "No data to display"
1969
  msgstr "No data to display"
1970
 
1971
+ #: ../admin/view/right-now.php:115
1972
  msgid "Date and Time"
1973
  msgstr "Date and Time"
1974
 
1975
+ #: ../admin/view/right-now.php:184 ../admin/view/wp-slimstat-db.php:60
1976
+ #: ../admin/wp-slimstat-admin.php:1112 ../admin/wp-slimstat-admin.php:1152
 
 
 
 
 
1977
  msgid "Originating IP"
1978
  msgstr "Originating IP"
1979
 
1980
+ #: ../admin/view/right-now.php:215 ../admin/view/wp-slimstat-reports.php:1191
1981
+ #: ../admin/view/wp-slimstat-reports.php:1196
1982
+ #: ../admin/view/wp-slimstat-reports.php:1201
1983
+ #: ../admin/view/wp-slimstat-reports.php:1425
1984
  msgid "Open this URL in a new window"
1985
  msgstr "Open this URL in a new window"
1986
 
1987
+ #: ../admin/view/right-now.php:227
1988
  msgid "Local search results page"
1989
  msgstr "Local search results page"
1990
 
1991
+ #: ../admin/view/right-now.php:236 ../admin/view/wp-slimstat-db.php:40
1992
  #: ../admin/view/wp-slimstat-reports.php:209
1993
  #: ../admin/view/wp-slimstat-reports.php:219
1994
+ #: ../admin/wp-slimstat-admin.php:1115 ../admin/wp-slimstat-admin.php:1131
1995
  msgid "Search Terms"
1996
  msgstr "Search Terms"
1997
 
1998
+ #: ../admin/view/right-now.php:248
1999
  msgid "Server Latency and Page Speed in milliseconds"
2000
  msgstr "Server Latency and Page Speed in milliseconds"
2001
 
2002
+ #: ../admin/view/right-now.php:248
2003
  msgid "SL"
2004
  msgstr "SL"
2005
 
2006
+ #: ../admin/view/right-now.php:248
2007
  msgid "PS"
2008
  msgstr "PS"
2009
 
2010
+ #: ../admin/view/right-now.php:255
2011
  msgid "Time spent on this page"
2012
  msgstr "Time spent on this page"
2013
 
2014
+ #: ../admin/view/right-now.php:271
2015
  msgid "Invalid Referrer"
2016
  msgstr "Invalid Referrer"
2017
 
2018
+ #: ../admin/view/right-now.php:272
2019
  msgid "Open this referrer in a new window"
2020
  msgstr "Open this referrer in a new window"
2021
 
2022
+ #: ../admin/view/right-now.php:273
2023
  msgid "Content Type"
2024
  msgstr "Content Type"
2025
 
2026
+ #: ../admin/view/right-now.php:280
2027
  msgid "Open this outbound link in a new window"
2028
  msgstr "Open this outbound link in a new window"
2029
 
2030
+ #: ../admin/view/right-now.php:288
2031
  msgid "Delete this entry from the database"
2032
  msgstr "Delete this entry from the database"
2033
 
2034
+ #: ../admin/view/right-now.php:300
2035
  msgid "User Logged In"
2036
  msgstr "User Logged In"
2037
 
2038
+ #: ../admin/view/right-now.php:310
2039
  msgid "User Logged Out"
2040
  msgstr "User Logged Out"
2041
 
2042
+ #: ../admin/view/wp-slimstat-db.php:37 ../admin/wp-slimstat-admin.php:1128
2043
  msgid "Browser"
2044
  msgstr "Browser"
2045
 
2046
+ #: ../admin/view/wp-slimstat-db.php:38 ../admin/wp-slimstat-admin.php:1129
2047
  msgid "Country Code"
2048
  msgstr "Country Code"
2049
 
2051
  msgid "IP Address"
2052
  msgstr "IP Address"
2053
 
2054
+ #: ../admin/view/wp-slimstat-db.php:41 ../admin/wp-slimstat-admin.php:1132
2055
  msgid "Language Code"
2056
  msgstr "Language Code"
2057
 
2058
  #: ../admin/view/wp-slimstat-db.php:42 ../admin/view/wp-slimstat-db.php:110
2059
+ #: ../admin/wp-slimstat-admin.php:1133
2060
  msgid "Operating System"
2061
  msgstr "Operating System"
2062
 
2063
  #: ../admin/view/wp-slimstat-db.php:43 ../admin/view/wp-slimstat-db.php:111
2064
+ #: ../admin/wp-slimstat-admin.php:1134
2065
  msgid "Permalink"
2066
  msgstr "Permalink"
2067
 
2068
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:112
2069
+ #: ../admin/wp-slimstat-admin.php:1135
2070
  msgid "Referer"
2071
  msgstr "Referer"
2072
 
2074
  msgid "Visitor's Username"
2075
  msgstr "Visitor's Username"
2076
 
2077
+ #: ../admin/view/wp-slimstat-db.php:46
2078
+ #, fuzzy
2079
+ #| msgid "Visitor's Name"
2080
+ msgid "Visitor's Email"
2081
+ msgstr "Visitor's Name"
2082
+
2083
+ #: ../admin/view/wp-slimstat-db.php:47 ../admin/wp-slimstat-admin.php:1118
2084
  msgid "Outbound Link"
2085
  msgstr "Outbound Link"
2086
 
2087
+ #: ../admin/view/wp-slimstat-db.php:48
2088
  msgid "Page Speed"
2089
  msgstr "Page Speed"
2090
 
2091
+ #: ../admin/view/wp-slimstat-db.php:50
2092
  msgid "-- Advanced filters --"
2093
  msgstr "-- Advanced filters --"
2094
 
2095
+ #: ../admin/view/wp-slimstat-db.php:51 ../admin/wp-slimstat-admin.php:1147
 
 
 
 
 
2096
  msgid "Browser Version"
2097
  msgstr "Browser Version"
2098
 
2099
+ #: ../admin/view/wp-slimstat-db.php:52 ../admin/wp-slimstat-admin.php:1148
2100
  msgid "Browser Type"
2101
  msgstr "Browser Type"
2102
 
2103
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1117
2104
  msgid "User Agent"
2105
  msgstr "User Agent"
2106
 
2107
  #: ../admin/view/wp-slimstat-db.php:55
2108
+ #: ../admin/view/wp-slimstat-reports.php:1380
2109
  msgid "Coordinates"
2110
  msgstr "Coordinates"
2111
 
2117
  msgid "Server Latency"
2118
  msgstr "Server Latency"
2119
 
2120
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1150
2121
  msgid "Post Author"
2122
  msgstr "Post Author"
2123
 
2124
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1151
2125
  msgid "Post Category ID"
2126
  msgstr "Post Category ID"
2127
 
2128
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1153
2129
  msgid "Resource Content Type"
2130
  msgstr "Resource Content Type"
2131
 
2145
  msgid "Viewport Size"
2146
  msgstr "Viewport Size"
2147
 
2148
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1155
2149
  msgid "Visit ID"
2150
  msgstr "Visit ID"
2151
 
2202
  msgstr "Event ID"
2203
 
2204
  #: ../admin/view/wp-slimstat-db.php:123
2205
+ #: ../admin/view/wp-slimstat-reports.php:1376
2206
  msgid "Type"
2207
  msgstr "Type"
2208
 
2246
  msgid "Auto purge"
2247
  msgstr "Auto purge"
2248
 
2249
+ #: ../admin/view/wp-slimstat-db.php:692 ../admin/wp-slimstat-admin.php:972
2250
  msgid "Off"
2251
  msgstr "Off"
2252
 
2266
  msgid "Date when the MaxMind Geolocation database was last updated."
2267
  msgstr "Date when the MaxMind Geolocation database was last updated."
2268
 
2269
+ #: ../admin/view/wp-slimstat-db.php:867 ../admin/view/wp-slimstat-db.php:1100
2270
  #: ../admin/view/wp-slimstat-reports.php:45
2271
  #: ../admin/view/wp-slimstat-reports.php:54
2272
  msgid "Pageviews"
2273
  msgstr "Pageviews"
2274
 
2275
+ #: ../admin/view/wp-slimstat-db.php:869 ../admin/view/wp-slimstat-db.php:1102
2276
  msgid ""
2277
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2278
  "the tracking code is executed."
2308
  "Visitors who landed on your site after searching for a keyword on Google, "
2309
  "Yahoo, etc."
2310
 
2311
+ #: ../admin/view/wp-slimstat-db.php:882 ../admin/view/wp-slimstat-db.php:1214
2312
  #: ../admin/view/wp-slimstat-reports.php:55
2313
  #: ../admin/view/wp-slimstat-reports.php:252
2314
  #: ../admin/view/wp-slimstat-reports.php:493
2327
  msgid "Last 30 minutes"
2328
  msgstr "Last 30 minutes"
2329
 
2330
+ #: ../admin/view/wp-slimstat-db.php:1104
2331
  msgid "Unique Referrers"
2332
  msgstr "Unique Referrers"
2333
 
2334
+ #: ../admin/view/wp-slimstat-db.php:1106
2335
  msgid ""
2336
  "A referrer (or referring site) is the site that a visitor previously visited "
2337
  "before following a link to your site."
2339
  "A referrer (or referring site) is the site that a visitor previously visited "
2340
  "before following a link to your site."
2341
 
2342
+ #: ../admin/view/wp-slimstat-db.php:1108
2343
  msgid "Direct Pageviews"
2344
  msgstr "Direct Pageviews"
2345
 
2346
+ #: ../admin/view/wp-slimstat-db.php:1110
2347
  msgid ""
2348
  "Visitors who visited the site by typing the URL directly into their browser. "
2349
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2355
  "their bookmarks/favourites, untagged links within emails, or links from "
2356
  "documents that don't include tracking variables."
2357
 
2358
+ #: ../admin/view/wp-slimstat-db.php:1112
2359
  msgid "From a search result"
2360
  msgstr "From a search result"
2361
 
2362
+ #: ../admin/view/wp-slimstat-db.php:1114
2363
  msgid ""
2364
  "Visitors who came to your site via searches on Google or some other search "
2365
  "engine."
2367
  "Visitors who came to your site via searches on Google or some other search "
2368
  "engine."
2369
 
2370
+ #: ../admin/view/wp-slimstat-db.php:1116
2371
  msgid "Unique Landing Pages"
2372
  msgstr "Unique Landing Pages"
2373
 
2374
+ #: ../admin/view/wp-slimstat-db.php:1118
2375
  msgid ""
2376
  "The first page that a user views during a session. This is also known as the "
2377
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2383
  "Space,' and they land on your home page, it gets counted (for that visit) as "
2384
  "a landing page."
2385
 
2386
+ #: ../admin/view/wp-slimstat-db.php:1120
2387
  msgid "Bounce Pages"
2388
  msgstr "Bounce Pages"
2389
 
2390
+ #: ../admin/view/wp-slimstat-db.php:1122
2391
  msgid "Number of single page visits to your site over the selected period."
2392
  msgstr "Number of single page visits to your site over the selected period."
2393
 
2394
+ #: ../admin/view/wp-slimstat-db.php:1124
2395
  msgid "New Visitors Rate"
2396
  msgstr "New Visitors Rate"
2397
 
2398
+ #: ../admin/view/wp-slimstat-db.php:1126
2399
  msgid ""
2400
  "Percentage of single page visits, i.e. visits in which the person left your "
2401
  "site from the entrance page."
2403
  "Percentage of single page visits, i.e. visits in which the person left your "
2404
  "site from the entrance page."
2405
 
2406
+ #: ../admin/view/wp-slimstat-db.php:1128
2407
  msgid "Currently from search engines"
2408
  msgstr "Currently from search engines"
2409
 
2410
+ #: ../admin/view/wp-slimstat-db.php:1130
2411
  msgid ""
2412
  "Visitors who visited the site in the last 5 minutes coming from a search "
2413
  "engine."
2415
  "Visitors who visited the site in the last 5 minutes coming from a search "
2416
  "engine."
2417
 
2418
+ #: ../admin/view/wp-slimstat-db.php:1141
2419
  msgid "0 - 30 seconds"
2420
  msgstr "0 - 30 seconds"
2421
 
2422
+ #: ../admin/view/wp-slimstat-db.php:1147
2423
  msgid "31 - 60 seconds"
2424
  msgstr "31 - 60 seconds"
2425
 
2426
+ #: ../admin/view/wp-slimstat-db.php:1153
2427
  msgid "1 - 3 minutes"
2428
  msgstr "1 - 3 minutes"
2429
 
2430
+ #: ../admin/view/wp-slimstat-db.php:1159
2431
  msgid "3 - 5 minutes"
2432
  msgstr "3 - 5 minutes"
2433
 
2434
+ #: ../admin/view/wp-slimstat-db.php:1165
2435
  msgid "5 - 7 minutes"
2436
  msgstr "5 - 7 minutes"
2437
 
2438
+ #: ../admin/view/wp-slimstat-db.php:1171
2439
  msgid "7 - 10 minutes"
2440
  msgstr "7 - 10 minutes"
2441
 
2442
+ #: ../admin/view/wp-slimstat-db.php:1177
2443
  msgid "More than 10 minutes"
2444
  msgstr "More than 10 minutes"
2445
 
2446
+ #: ../admin/view/wp-slimstat-db.php:1189
2447
  msgid "Average visit duration"
2448
  msgstr "Average visit duration"
2449
 
2450
+ #: ../admin/view/wp-slimstat-db.php:1210
2451
  msgid "Sessions"
2452
  msgstr "Sessions"
2453
 
2454
+ #: ../admin/view/wp-slimstat-db.php:1212
2455
  msgid ""
2456
  "A session is a group of visits lasting at most 30 minutes. Returning "
2457
  "visitors are counted multiple times if they start a new session."
2459
  "A session is a group of visits lasting at most 30 minutes. Returning "
2460
  "visitors are counted multiple times if they start a new session."
2461
 
2462
+ #: ../admin/view/wp-slimstat-db.php:1216
2463
  msgid "It includes only traffic generated by human visitors."
2464
  msgstr "It includes only traffic generated by human visitors."
2465
 
2466
+ #: ../admin/view/wp-slimstat-db.php:1218
2467
  msgid "Bounce rate"
2468
  msgstr "Bounce rate"
2469
 
2470
+ #: ../admin/view/wp-slimstat-db.php:1220
2471
  msgid ""
2472
  "Total number of one-page visits divided by the total number of entries to a "
2473
  "website. Please see the <a href=\"https://support.google.com/analytics/"
2475
  "information."
2476
  msgstr ""
2477
 
2478
+ #: ../admin/view/wp-slimstat-db.php:1222
2479
  msgid "Known visitors"
2480
  msgstr "Known visitors"
2481
 
2482
+ #: ../admin/view/wp-slimstat-db.php:1224
2483
  msgid "Visitors who have previously left a comment on your blog."
2484
  msgstr "Visitors who have previously left a comment on your blog."
2485
 
2486
+ #: ../admin/view/wp-slimstat-db.php:1226
2487
  msgid "Single-page Sessions"
2488
  msgstr ""
2489
 
2490
+ #: ../admin/view/wp-slimstat-db.php:1228
2491
  msgid "Human users that generated one single page view on your website."
2492
  msgstr ""
2493
 
2494
+ #: ../admin/view/wp-slimstat-db.php:1230
2495
  msgid "Bots"
2496
  msgstr "Bots"
2497
 
2498
+ #: ../admin/view/wp-slimstat-db.php:1233
2499
  msgid "Pageviews per visit"
2500
  msgstr "Pageviews per visit"
2501
 
2502
+ #: ../admin/view/wp-slimstat-db.php:1236
2503
  msgid "Longest visit"
2504
  msgstr "Longest visit"
2505
 
2506
+ #: ../admin/view/wp-slimstat-db.php:1237
2507
  msgid "hits"
2508
  msgstr "hits"
2509
 
2510
+ #: ../admin/view/wp-slimstat-db.php:1246
2511
  msgid "Content Items"
2512
  msgstr "Content Items"
2513
 
2514
+ #: ../admin/view/wp-slimstat-db.php:1248
2515
  msgid ""
2516
  "This value includes not only posts, but also custom post types, regardless "
2517
  "of their status"
2519
  "This value includes not only posts, but also custom post types, regardless "
2520
  "of their status"
2521
 
2522
+ #: ../admin/view/wp-slimstat-db.php:1250
2523
  msgid "Posts"
2524
  msgstr "Posts"
2525
 
2526
+ #: ../admin/view/wp-slimstat-db.php:1253
2527
  msgid "Pages"
2528
  msgstr "Pages"
2529
 
2530
+ #: ../admin/view/wp-slimstat-db.php:1256
2531
  msgid "Attachments"
2532
  msgstr "Attachments"
2533
 
2534
+ #: ../admin/view/wp-slimstat-db.php:1259
2535
  msgid "Revisions"
2536
  msgstr "Revisions"
2537
 
2538
+ #: ../admin/view/wp-slimstat-db.php:1262
2539
  msgid "Comments"
2540
  msgstr "Comments"
2541
 
2542
+ #: ../admin/view/wp-slimstat-db.php:1265
2543
  msgid "Avg Comments per Post"
2544
  msgstr "Avg Comments per Post"
2545
 
2546
+ #: ../admin/view/wp-slimstat-db.php:1268
2547
  msgid "Avg Server Latency"
2548
  msgstr "Avg Server Latency"
2549
 
2550
+ #: ../admin/view/wp-slimstat-db.php:1270
2551
  msgid ""
2552
  "Latency is the amount of time it takes for the host server to receive and "
2553
  "process a request for a page object. The amount of latency depends largely "
2581
  msgid "From search result page"
2582
  msgstr "From search result page"
2583
 
2584
+ #: ../admin/view/wp-slimstat-reports.php:41 ../admin/wp-slimstat-admin.php:1110
2585
  msgid "Known Visitor"
2586
  msgstr "Known Visitor"
2587
 
2759
  msgid "Top Viewport Sizes"
2760
  msgstr "Top Viewport Sizes"
2761
 
2762
+ #: ../admin/view/wp-slimstat-reports.php:339
2763
+ msgid "Browser Capabilities"
2764
+ msgstr "Browser Capabilities"
2765
+
2766
  #: ../admin/view/wp-slimstat-reports.php:348
2767
  msgid "Visit Duration"
2768
  msgstr "Visit Duration"
3010
  msgid "Refresh in"
3011
  msgstr "Refresh in"
3012
 
3013
+ #: ../admin/view/wp-slimstat-reports.php:1079
3014
  msgid "Category ID"
3015
  msgstr "Category ID"
3016
 
3017
+ #: ../admin/view/wp-slimstat-reports.php:1084
3018
+ #: ../admin/view/wp-slimstat-reports.php:1098
3019
+ #: ../admin/view/wp-slimstat-reports.php:1103
3020
  msgid "Code"
3021
  msgstr "Code"
3022
 
3023
+ #: ../admin/view/wp-slimstat-reports.php:1115
 
 
 
 
 
3024
  msgid "URL"
3025
  msgstr "URL"
3026
 
3027
+ #: ../admin/view/wp-slimstat-reports.php:1134
3028
  msgid "Referrer"
3029
  msgstr "Referrer"
3030
 
3031
+ #: ../admin/view/wp-slimstat-reports.php:1309
3032
+ #: ../admin/view/wp-slimstat-reports.php:1317
3033
  msgid "(previous)"
3034
  msgstr "(previous)"
3035
 
3036
+ #: ../admin/view/wp-slimstat-reports.php:1380
3037
  msgid "Date"
3038
  msgstr "Date"
3039
 
3040
+ #: ../admin/view/wp-slimstat-reports.php:1432
3041
  msgid "Filter by element in a group"
3042
  msgstr "Filter by element in a group"
3043
 
3044
+ #: ../admin/view/wp-slimstat-reports.php:1457
3045
+ msgid "Moz Domain Authority"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3046
  msgstr ""
 
 
 
3047
 
3048
+ #: ../admin/view/wp-slimstat-reports.php:1458
 
 
 
 
3049
  msgid ""
3050
+ "A normalized 100-point score representing the likelihood of a domain to rank "
3051
+ "well in search engine results."
 
3052
  msgstr ""
 
 
 
3053
 
3054
+ #: ../admin/view/wp-slimstat-reports.php:1462
3055
+ #, fuzzy
3056
+ #| msgid "Backlinks"
3057
+ msgid "Moz Backlinks"
3058
+ msgstr "Backlinks"
3059
+
3060
+ #: ../admin/view/wp-slimstat-reports.php:1463
3061
+ msgid "Number of external equity links to your website."
3062
+ msgstr "Number of external equity links to your website."
3063
 
3064
+ #: ../admin/view/wp-slimstat-reports.php:1467
3065
+ #, fuzzy
3066
+ #| msgid "Outbound Links"
3067
+ msgid "Moz Links"
3068
+ msgstr "Outbound Links"
3069
 
3070
+ #: ../admin/view/wp-slimstat-reports.php:1468
3071
+ #, fuzzy
3072
+ #| msgid "Number of external equity links to your website."
3073
+ msgid ""
3074
+ "The number of links (external, equity or nonequity or not) to your homepage."
3075
+ msgstr "Number of external equity links to your website."
3076
 
3077
+ #: ../admin/view/wp-slimstat-reports.php:1472
3078
  msgid "Alexa World Rank"
3079
  msgstr "Alexa World Rank"
3080
 
3081
+ #: ../admin/view/wp-slimstat-reports.php:1473
3082
  msgid ""
3083
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3084
  "traffic data."
3086
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3087
  "traffic data."
3088
 
3089
+ #: ../admin/view/wp-slimstat-reports.php:1477
3090
  msgid "Alexa Country Rank"
3091
  msgstr "Alexa Country Rank"
3092
 
3093
+ #: ../admin/view/wp-slimstat-reports.php:1482
3094
  msgid "Alexa Popularity"
3095
  msgstr "Alexa Popularity"
3096
 
3097
+ #: ../admin/view/wp-slimstat-reports.php:1542
3098
  msgid "Alexa Delta"
3099
  msgstr "Alexa Delta"
3100
 
3101
+ #: ../admin/view/wp-slimstat-reports.php:1698
3102
+ msgid "src"
3103
+ msgstr "src"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3104
 
3105
+ #: ../admin/view/wp-slimstat-reports.php:1702
3106
+ msgid "serp"
3107
+ msgstr "serp"
3108
 
3109
+ #: ../admin/view/wp-slimstat-reports.php:1710
3110
+ msgid "Go to the referring page"
3111
+ msgstr "Go to the referring page"
3112
 
3113
+ #: ../admin/view/wp-slimstat-reports.php:1729
3114
+ msgid "Remove filter for"
3115
+ msgstr "Remove filter for"
3116
 
3117
+ #: ../admin/view/wp-slimstat-reports.php:1734
3118
+ msgid "Save"
3119
+ msgstr "Save"
3120
 
3121
+ #: ../admin/wp-slimstat-admin.php:32
3122
+ msgid "Access Log"
3123
+ msgstr "Access Log"
3124
 
3125
+ #: ../admin/wp-slimstat-admin.php:38
3126
+ msgid "Overview"
3127
+ msgstr "Overview"
3128
 
3129
+ #: ../admin/wp-slimstat-admin.php:44
3130
+ msgid "Audience"
3131
+ msgstr "Audience"
3132
 
3133
+ #: ../admin/wp-slimstat-admin.php:50
3134
+ msgid "Site Analysis"
3135
+ msgstr "Site Analysis"
3136
 
3137
+ #: ../admin/wp-slimstat-admin.php:68
3138
+ msgid "WordPress Dashboard"
3139
+ msgstr "WordPress Dashboard"
3140
 
3141
+ #: ../admin/wp-slimstat-admin.php:74
3142
+ msgid "Inactive Reports"
3143
+ msgstr "Inactive Reports"
3144
 
3145
+ #: ../admin/wp-slimstat-admin.php:510 ../admin/wp-slimstat-admin.php:578
3146
+ msgid "Slimstat"
3147
+ msgstr "Slimstat"
3148
 
3149
+ #: ../admin/wp-slimstat-admin.php:598 ../admin/wp-slimstat-admin.php:626
3150
+ #: ../admin/wp-slimstat-admin.php:629
3151
+ msgid "Customize"
3152
+ msgstr "Customise"
3153
 
3154
+ #: ../admin/wp-slimstat-admin.php:708
3155
+ msgid "Pageviews in the last "
3156
+ msgstr "Pageviews in the last "
3157
 
3158
+ #: ../admin/wp-slimstat-admin.php:711
3159
+ msgid "Unique IPs in the last "
3160
+ msgstr "Unique IPs in the last "
3161
 
3162
+ #: ../admin/wp-slimstat-admin.php:745
3163
+ #, php-format
3164
+ msgid ""
3165
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3166
+ msgstr ""
3167
+ " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3168
 
3169
+ #: ../admin/wp-slimstat-admin.php:770
3170
+ msgid "Show on screen"
3171
+ msgstr "Show on screen"
3172
 
3173
+ #: ../admin/wp-slimstat-admin.php:878
3174
+ msgid "Already saved"
3175
+ msgstr "Already saved"
3176
 
3177
+ #: ../admin/wp-slimstat-admin.php:886
3178
+ msgid "Saved"
3179
+ msgstr "Saved"
3180
 
3181
+ #: ../admin/wp-slimstat-admin.php:906
3182
+ msgid "Delete this filter"
3183
+ msgstr "Delete this filter"
3184
 
3185
+ #: ../admin/wp-slimstat-admin.php:971
3186
+ msgid "On"
3187
+ msgstr "On"
3188
 
3189
+ #: ../admin/wp-slimstat-admin.php:1040
3190
+ msgid "Save Changes"
3191
+ msgstr "Save Changes"
3192
 
3193
+ #: ../admin/wp-slimstat-admin.php:1084
3194
+ msgid "There was an error updating the following options:"
3195
+ msgstr "There was an error updating the following options:"
3196
 
3197
+ #: ../admin/wp-slimstat-admin.php:1087
3198
+ msgid "Your changes have been saved."
3199
+ msgstr "Your changes have been saved."
3200
 
3201
+ #: ../admin/wp-slimstat-admin.php:1105
3202
+ msgid "Definitions"
3203
+ msgstr "Definitions"
3204
 
3205
+ #: ../admin/wp-slimstat-admin.php:1108
3206
+ msgid "Pageview"
3207
+ msgstr "Pageview"
3208
 
3209
+ #: ../admin/wp-slimstat-admin.php:1108
3210
+ msgid ""
3211
+ "A request to load a single HTML file (\"page\"). This should be contrasted "
3212
+ "with a \"hit\", which refers to a request for any file from a web server. "
3213
+ "Slimstat logs a pageview each time the tracking code is executed"
3214
+ msgstr ""
3215
+ "A request to load a single HTML file (\"page\"). This should be contrasted "
3216
+ "with a \"hit\", which refers to a request for any file from a web server. "
3217
+ "Slimstat logs a pageview each time the tracking code is executed"
3218
 
3219
+ #: ../admin/wp-slimstat-admin.php:1109
3220
+ msgid "(Human) Visit"
3221
+ msgstr "(Human) Visit"
3222
 
3223
+ #: ../admin/wp-slimstat-admin.php:1109
3224
+ msgid ""
3225
+ "A period of interaction between a visitor's browser and your website, ending "
3226
+ "when the browser is closed or when the user has been inactive on that site "
3227
+ "for 30 minutes"
3228
+ msgstr ""
3229
+ "A period of interaction between a visitor's browser and your website, ending "
3230
+ "when the browser is closed or when the user has been inactive on that site "
3231
+ "for 30 minutes"
3232
 
3233
+ #: ../admin/wp-slimstat-admin.php:1110
3234
+ #, fuzzy
3235
+ #| msgid ""
3236
+ #| "Any user who has left a comment on your blog, and is thus identified by "
3237
+ #| "Wordpress as a returning visitor"
3238
+ msgid ""
3239
+ "Any user who has left a comment on your blog, and is thus identified by "
3240
+ "WordPress as a returning visitor"
3241
+ msgstr ""
3242
+ "Any user who has left a comment on your blog, and is thus identified by "
3243
+ "WordPress as a returning visitor"
3244
 
3245
+ #: ../admin/wp-slimstat-admin.php:1111
3246
+ msgid "Unique IP"
3247
+ msgstr "Unique IP"
3248
 
3249
+ #: ../admin/wp-slimstat-admin.php:1111
3250
+ msgid ""
3251
+ "Used to differentiate between multiple requests to download a file from one "
3252
+ "internet address (IP) and requests originating from many distinct addresses; "
3253
+ "since this measurement looks only at the internet address a pageview came "
3254
+ "from, it is useful, but not perfect"
3255
+ msgstr ""
3256
+ "Used to differentiate between multiple requests to download a file from one "
3257
+ "internet address (IP) and requests originating from many distinct addresses; "
3258
+ "since this measurement looks only at the internet address a pageview came "
3259
+ "from, it is useful, but not perfect"
3260
 
3261
+ #: ../admin/wp-slimstat-admin.php:1112
3262
+ msgid ""
3263
+ "the originating IP address of a client connecting to a web server through an "
3264
+ "HTTP proxy or load balancer"
3265
+ msgstr ""
3266
+ "the originating IP address of a client connecting to a web server through an "
3267
+ "HTTP proxy or load balancer"
3268
 
3269
+ #: ../admin/wp-slimstat-admin.php:1113
3270
+ msgid "Direct Traffic"
3271
+ msgstr "Direct Traffic"
3272
 
3273
+ #: ../admin/wp-slimstat-admin.php:1113
3274
+ msgid ""
3275
+ "All those people showing up to your Web site by typing in the URL of your "
3276
+ "Web site coming or from a bookmark; some people also call this \"default "
3277
+ "traffic\" or \"ambient traffic\""
3278
+ msgstr ""
3279
+ "All those people showing up to your Web site by typing in the URL of your "
3280
+ "Web site coming or from a bookmark; some people also call this \"default "
3281
+ "traffic\" or \"ambient traffic\""
3282
 
3283
+ #: ../admin/wp-slimstat-admin.php:1114
3284
+ msgid "Search Engine"
3285
+ msgstr "Search Engine"
3286
 
3287
+ #: ../admin/wp-slimstat-admin.php:1114
3288
+ msgid ""
3289
+ "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3290
+ "as well as your paid (PPC/SEM) traffic, so be aware of that"
3291
+ msgstr ""
3292
+ "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3293
+ "as well as your paid (PPC/SEM) traffic, so be aware of that"
3294
 
3295
+ #: ../admin/wp-slimstat-admin.php:1115 ../admin/wp-slimstat-admin.php:1131
3296
+ msgid "Keywords used by your visitors to find your website on a search engine"
3297
+ msgstr "Keywords used by your visitors to find your website on a search engine"
3298
 
3299
+ #: ../admin/wp-slimstat-admin.php:1116
3300
+ msgid "SERP"
3301
+ msgstr "SERP"
3302
 
3303
+ #: ../admin/wp-slimstat-admin.php:1116
3304
+ msgid ""
3305
+ "Short for search engine results page, the Web page that a search engine "
3306
+ "returns with the results of its search. The value shown represents your rank "
3307
+ "(or position) within that list of results"
3308
+ msgstr ""
3309
+ "Short for search engine results page, the Web page that a search engine "
3310
+ "returns with the results of its search. The value shown represents your rank "
3311
+ "(or position) within that list of results"
3312
 
3313
+ #: ../admin/wp-slimstat-admin.php:1117
3314
+ msgid ""
3315
+ "Any program used for accessing a website; this includes browsers, robots, "
3316
+ "spiders and any other program that was used to retrieve information from the "
3317
+ "site"
3318
+ msgstr ""
3319
+ "Any program used for accessing a website; this includes browsers, robots, "
3320
+ "spiders and any other program that was used to retrieve information from the "
3321
+ "site"
3322
 
3323
+ #: ../admin/wp-slimstat-admin.php:1118
3324
+ msgid ""
3325
+ "A link from one domain to another is said to be outbound from its source "
3326
+ "anchor and inbound to its target. This report lists all the links to other "
3327
+ "websites followed by your visitors."
3328
+ msgstr ""
3329
+ "A link from one domain to another is said to be outbound from its source "
3330
+ "anchor and inbound to its target. This report lists all the links to other "
3331
+ "websites followed by your visitors."
3332
 
3333
+ #: ../admin/wp-slimstat-admin.php:1125
3334
+ msgid "Basic Filters"
3335
+ msgstr "Basic Filters"
3336
 
3337
+ #: ../admin/wp-slimstat-admin.php:1128
3338
+ msgid "User agent (Firefox, Chrome, ...)"
3339
+ msgstr "User agent (Firefox, Chrome, ...)"
3340
 
3341
+ #: ../admin/wp-slimstat-admin.php:1129
3342
+ msgid "2-letter code (us, ru, de, it, ...)"
3343
+ msgstr "2-letter code (us, ru, de, it, ...)"
3344
 
3345
+ #: ../admin/wp-slimstat-admin.php:1130
3346
+ msgid "IP"
3347
+ msgstr "IP"
3348
 
3349
+ #: ../admin/wp-slimstat-admin.php:1130
3350
+ msgid "Visitor's public IP address"
3351
+ msgstr "Visitor's public IP address"
3352
 
3353
+ #: ../admin/wp-slimstat-admin.php:1132
3354
+ #, fuzzy
3355
+ #| msgid ""
3356
+ #| "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft."
3357
+ #| "com/en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> "
3358
+ #| "(first column) for more information"
3359
+ msgid ""
3360
+ "Please refer to this <a target=\"_blank\" href=\"https://msdn.microsoft.com/"
3361
+ "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3362
+ "column) for more information"
3363
+ msgstr ""
3364
+ "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3365
+ "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3366
+ "column) for more information"
3367
 
3368
+ #: ../admin/wp-slimstat-admin.php:1133
3369
+ #, fuzzy
3370
+ #| msgid ""
3371
+ #| "Accepts identifiers like win7, win98, macosx, ...; please refer to <a "
3372
+ #| "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
3373
+ #| "\">this manual page</a> for more information"
3374
+ msgid ""
3375
+ "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3376
+ "\"_blank\" href=\"https://php.net/manual/en/function.get-browser.php\">this "
3377
+ "manual page</a> for more information"
3378
+ msgstr ""
3379
+ "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3380
+ "\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php\">this "
3381
+ "manual page</a> for more information"
3382
 
3383
+ #: ../admin/wp-slimstat-admin.php:1134
3384
+ msgid "URL accessed on your site"
3385
+ msgstr "URL accessed on your site"
3386
 
3387
+ #: ../admin/wp-slimstat-admin.php:1135
3388
+ msgid "Complete address of the referrer page"
3389
+ msgstr "Complete address of the referrer page"
3390
 
3391
+ #: ../admin/wp-slimstat-admin.php:1136
3392
+ msgid "Visitor's Name"
3393
+ msgstr "Visitor's Name"
3394
 
3395
+ #: ../admin/wp-slimstat-admin.php:1136
3396
+ #, fuzzy
3397
+ #| msgid ""
3398
+ #| "Visitors' names according to the cookie set by Wordpress after they leave "
3399
+ #| "a comment"
3400
+ msgid ""
3401
+ "Visitors' names according to the cookie set by WordPress after they leave a "
3402
+ "comment"
3403
+ msgstr ""
3404
+ "Visitors' names according to the cookie set by WordPress after they leave a "
3405
+ "comment"
3406
 
3407
+ #: ../admin/wp-slimstat-admin.php:1144
3408
+ msgid "Advanced Filters"
3409
+ msgstr "Advanced Filters"
3410
 
3411
+ #: ../admin/wp-slimstat-admin.php:1147
3412
+ msgid "user agent version (9.0, 11, ...)"
3413
+ msgstr "user agent version (9.0, 11, ...)"
3414
 
3415
+ #: ../admin/wp-slimstat-admin.php:1148
3416
+ msgid ""
3417
+ "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
3418
+ "all others"
3419
+ msgstr ""
3420
+ "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
3421
+ "all others"
3422
 
3423
+ #: ../admin/wp-slimstat-admin.php:1149
3424
+ msgid "Pageview Attributes"
3425
+ msgstr "Pageview Attributes"
3426
 
3427
+ #: ../admin/wp-slimstat-admin.php:1149
3428
+ msgid ""
3429
+ "this field is set to <em>[pre]</em> if the resource has been accessed "
3430
+ "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3431
+ "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
3432
+ msgstr ""
3433
+ "this field is set to <em>[pre]</em> if the resource has been accessed "
3434
+ "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3435
+ "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
3436
 
3437
+ #: ../admin/wp-slimstat-admin.php:1150
3438
+ msgid "author associated to that post/page when the resource was accessed"
3439
+ msgstr "author associated to that post/page when the resource was accessed"
3440
 
3441
+ #: ../admin/wp-slimstat-admin.php:1151
3442
+ msgid "ID of the category/term associated to the resource, when available"
3443
+ msgstr "ID of the category/term associated to the resource, when available"
3444
 
3445
+ #: ../admin/wp-slimstat-admin.php:1152
3446
+ msgid "visitor's originating IP address, if available"
3447
+ msgstr "visitor's originating IP address, if available"
3448
 
3449
+ #: ../admin/wp-slimstat-admin.php:1153
3450
+ #, fuzzy
3451
+ #| msgid ""
3452
+ #| "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3453
+ #| "post_type_archive, tag, taxonomy, category, date, author, archive, "
3454
+ #| "search, feed, home; please refer to the <a target=\"_blank\" href="
3455
+ #| "\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> "
3456
+ #| "manual page for more information"
3457
+ msgid ""
3458
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3459
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3460
+ "feed, home; please refer to the <a target=\"_blank\" href=\"https://codex."
3461
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
3462
+ "information"
3463
+ msgstr ""
3464
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3465
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3466
+ "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
3467
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
3468
+ "information"
3469
 
3470
+ #: ../admin/wp-slimstat-admin.php:1154
3471
+ msgid "Screen Resolution"
3472
+ msgstr "Screen Resolution"
3473
 
3474
+ #: ../admin/wp-slimstat-admin.php:1154
3475
+ msgid "viewport width and height (1024x768, 800x600, ...)"
3476
+ msgstr "viewport width and height (1024x768, 800x600, ...)"
3477
 
3478
+ #: ../admin/wp-slimstat-admin.php:1155
3479
+ msgid ""
3480
+ "generally used in conjunction with <em>is not empty</em>, identifies human "
3481
+ "visitors"
3482
+ msgstr ""
3483
+ "generally used in conjunction with <em>is not empty</em>, identifies human "
3484
+ "visitors"
3485
 
3486
+ #: ../admin/wp-slimstat-admin.php:1156
3487
+ msgid "Date Filters"
3488
+ msgstr "Date Filters"
3489
 
3490
+ #: ../admin/wp-slimstat-admin.php:1156
3491
+ msgid ""
3492
+ "you can specify the timeframe by entering a number in the <em>interval</em> "
3493
+ "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
3494
+ "year=blank, interval=-1 will set a year-to-date filter)"
3495
+ msgstr ""
3496
+ "you can specify the timeframe by entering a number in the <em>interval</em> "
3497
+ "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
3498
+ "year=blank, interval=-1 will set a year-to-date filter)"
3499
 
3500
+ #: ../admin/wp-slimstat-admin.php:1157
3501
+ msgid "SERP Position"
3502
+ msgstr "SERP Position"
3503
 
3504
+ #: ../admin/wp-slimstat-admin.php:1157
3505
+ msgid ""
3506
+ "set the filter to Referer contains cd=N&, where N is the position you are "
3507
+ "looking for"
3508
+ msgstr ""
3509
+ "set the filter to Referer contains cd=N&, where N is the position you are "
3510
+ "looking for"
3511
 
3512
+ #: ../browscap/browser.php:24
3513
+ msgid ""
3514
+ "The Browscap Library could not be opened on your filesystem. Please check "
3515
+ "your server permissions and try again."
3516
+ msgstr ""
3517
+ "The Browscap Library could not be opened on your filesystem. Please check "
3518
+ "your server permissions and try again."
3519
 
3520
+ #: ../browscap/browser.php:61
3521
+ #, fuzzy
3522
+ #| msgid ""
3523
+ #| "This library requires at least PHP 5.5. Please ask your service provider "
3524
+ #| "to upgrade your server accordingly."
3525
+ msgid ""
3526
+ "This library requires at least PHP 7.1. Please ask your service provider to "
3527
+ "upgrade your server accordingly."
3528
+ msgstr ""
3529
+ "This library requires at least PHP 5.5. Please ask your service provider to "
3530
+ "upgrade your server accordingly."
3531
 
3532
+ #: ../browscap/browser.php:65
3533
+ msgid "No updates are performed during AJAX requests."
3534
+ msgstr "No updates are performed during AJAX requests."
3535
 
3536
+ #: ../browscap/browser.php:69
3537
+ msgid ""
3538
+ "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
3539
+ "config.php file, or contact our support to obtain a copy of our Browscap "
3540
+ "Library."
3541
+ msgstr ""
3542
+ "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
3543
+ "config.php file, or contact our support to obtain a copy of our Browscap "
3544
+ "Library."
3545
 
3546
+ #: ../browscap/browser.php:110
3547
+ msgid ""
3548
+ "There was an error checking the remote library version. Please try again "
3549
+ "later."
3550
+ msgstr ""
3551
+ "There was an error checking the remote library version. Please try again "
3552
+ "later."
3553
 
3554
+ #: ../browscap/browser.php:117
3555
+ msgid "Your version of the library does not need to be updated."
3556
+ msgstr "Your version of the library does not need to be updated."
3557
 
3558
+ #: ../browscap/browser.php:128
3559
+ msgid ""
3560
+ "There was an error saving the Browscap data file on your server. Please "
3561
+ "check your folder permissions."
3562
+ msgstr ""
3563
+ "There was an error saving the Browscap data file on your server. Please "
3564
+ "check your folder permissions."
3565
 
3566
+ #: ../browscap/browser.php:135
3567
+ msgid ""
3568
+ "There was an error downloading the Browscap data file from our server. "
3569
+ "Please try again later."
3570
+ msgstr ""
3571
+ "There was an error downloading the Browscap data file from our server. "
3572
+ "Please try again later."
3573
 
3574
+ #: ../browscap/browser.php:144
3575
+ msgid ""
3576
+ "Could not initialize the WP Filesystem API. Please check your folder "
3577
+ "permissions and PHP configuration."
3578
+ msgstr ""
3579
+ "Could not initialize the WP Filesystem API. Please check your folder "
3580
+ "permissions and PHP configuration."
3581
 
3582
+ #: ../browscap/browser.php:159
3583
+ msgid ""
3584
+ "There was an error uncompressing the Browscap data file on your server. "
3585
+ "Please check your folder permissions and PHP configuration."
3586
+ msgstr ""
3587
+ "There was an error uncompressing the Browscap data file on your server. "
3588
+ "Please check your folder permissions and PHP configuration."
3589
 
3590
+ #: ../browscap/browser.php:167
3591
+ msgid "The Browscap data file has been installed on your server."
3592
+ msgstr "The Browscap data file has been installed on your server."
3593
 
3594
+ #: ../languages/dynamic_strings.php:5 ../languages/dynamic_strings.php:8
3595
+ #: ../languages/dynamic_strings.php:457 ../languages/dynamic_strings.php:458
3596
+ #: ../languages/dynamic_strings.php:459 ../languages/dynamic_strings.php:515
3597
+ #: ../languages/dynamic_strings.php:557
3598
+ #, fuzzy
3599
+ #| msgid "unknown"
3600
+ msgid "Unknown"
3601
+ msgstr "Unknown"
3602
 
3603
+ #: ../languages/dynamic_strings.php:9
3604
+ #, fuzzy
3605
+ #| msgid "IP Address"
3606
+ msgid "Local IP Address"
3607
+ msgstr "IP Address"
3608
 
3609
+ #: ../languages/dynamic_strings.php:11
3610
+ msgid "Afghanistan"
3611
+ msgstr ""
3612
 
3613
+ #: ../languages/dynamic_strings.php:12
3614
+ msgid "Aland Islands"
3615
+ msgstr ""
3616
 
3617
+ #: ../languages/dynamic_strings.php:13
3618
+ msgid "Albania"
3619
+ msgstr ""
3620
 
3621
+ #: ../languages/dynamic_strings.php:14
3622
+ msgid "Algeria"
3623
+ msgstr ""
3624
 
3625
+ #: ../languages/dynamic_strings.php:15
3626
+ msgid "Andorra"
3627
+ msgstr ""
3628
 
3629
+ #: ../languages/dynamic_strings.php:16
3630
+ msgid "Angola"
3631
+ msgstr ""
3632
 
3633
+ #: ../languages/dynamic_strings.php:17
3634
+ msgid "Anguilla"
3635
+ msgstr ""
3636
 
3637
+ #: ../languages/dynamic_strings.php:18
3638
+ msgid "Antigua and Barbuda"
3639
+ msgstr ""
3640
 
3641
+ #: ../languages/dynamic_strings.php:19
3642
+ msgid "Argentina"
3643
+ msgstr ""
3644
 
3645
+ #: ../languages/dynamic_strings.php:20
3646
+ msgid "Armenia"
3647
+ msgstr ""
3648
 
3649
+ #: ../languages/dynamic_strings.php:21
3650
+ msgid "Aruba"
3651
+ msgstr ""
3652
 
3653
+ #: ../languages/dynamic_strings.php:22
3654
+ msgid "Australia"
3655
+ msgstr ""
3656
 
3657
+ #: ../languages/dynamic_strings.php:23
3658
+ msgid "Austria"
3659
+ msgstr ""
3660
 
3661
+ #: ../languages/dynamic_strings.php:24
3662
+ msgid "Azerbaijan"
3663
+ msgstr ""
3664
 
3665
+ #: ../languages/dynamic_strings.php:25
3666
+ msgid "Bahamas"
3667
+ msgstr ""
3668
 
3669
+ #: ../languages/dynamic_strings.php:26
3670
+ msgid "Bahrain"
3671
+ msgstr ""
3672
 
3673
+ #: ../languages/dynamic_strings.php:27
3674
+ msgid "Bangladesh"
3675
+ msgstr ""
3676
 
3677
+ #: ../languages/dynamic_strings.php:28
3678
+ msgid "Barbados"
3679
+ msgstr ""
3680
 
3681
+ #: ../languages/dynamic_strings.php:29
3682
+ msgid "Belarus"
3683
+ msgstr ""
3684
 
3685
+ #: ../languages/dynamic_strings.php:30
3686
+ msgid "Belgium"
3687
+ msgstr ""
3688
 
3689
+ #: ../languages/dynamic_strings.php:31
3690
+ msgid "Belize"
3691
+ msgstr ""
3692
 
3693
+ #: ../languages/dynamic_strings.php:32
3694
+ msgid "Benin"
3695
+ msgstr ""
3696
 
3697
+ #: ../languages/dynamic_strings.php:33
3698
+ msgid "Bermuda"
3699
+ msgstr ""
3700
 
3701
+ #: ../languages/dynamic_strings.php:34
3702
+ msgid "Bhutan"
3703
+ msgstr ""
3704
 
3705
+ #: ../languages/dynamic_strings.php:35
3706
+ msgid "Bolivia"
3707
+ msgstr ""
3708
 
3709
+ #: ../languages/dynamic_strings.php:36
3710
+ msgid "Bosnia and Herzegovina"
3711
+ msgstr ""
3712
 
3713
+ #: ../languages/dynamic_strings.php:37
3714
+ #, fuzzy
3715
+ #| msgid "Bots"
3716
+ msgid "Botswana"
3717
+ msgstr "Bots"
3718
 
3719
+ #: ../languages/dynamic_strings.php:38
3720
+ msgid "Brazil"
3721
+ msgstr ""
3722
 
3723
+ #: ../languages/dynamic_strings.php:39
3724
+ msgid "Brunei Darussalam"
3725
+ msgstr ""
3726
 
3727
+ #: ../languages/dynamic_strings.php:40
3728
+ msgid "Bulgaria"
3729
+ msgstr ""
3730
 
3731
+ #: ../languages/dynamic_strings.php:41
3732
+ msgid "Burkina Faso"
3733
+ msgstr ""
3734
 
3735
+ #: ../languages/dynamic_strings.php:42
3736
+ msgid "Burundi"
3737
+ msgstr ""
3738
 
3739
+ #: ../languages/dynamic_strings.php:43
3740
+ msgid "Cambodia"
3741
+ msgstr ""
3742
 
3743
+ #: ../languages/dynamic_strings.php:44
3744
+ msgid "Cameroon"
3745
+ msgstr ""
3746
 
3747
+ #: ../languages/dynamic_strings.php:45
3748
+ msgid "Canada"
3749
+ msgstr ""
3750
 
3751
+ #: ../languages/dynamic_strings.php:46
3752
+ msgid "Cape Verde"
3753
+ msgstr ""
3754
 
3755
+ #: ../languages/dynamic_strings.php:47
3756
+ msgid "Cayman Islands"
3757
+ msgstr ""
3758
 
3759
+ #: ../languages/dynamic_strings.php:48
3760
+ msgid "Central African Republic"
3761
+ msgstr ""
3762
 
3763
+ #: ../languages/dynamic_strings.php:49
3764
+ msgid "Chad"
3765
+ msgstr ""
3766
 
3767
+ #: ../languages/dynamic_strings.php:50
3768
+ msgid "Chile"
3769
+ msgstr ""
3770
 
3771
+ #: ../languages/dynamic_strings.php:51
3772
+ msgid "China"
3773
+ msgstr ""
3774
 
3775
+ #: ../languages/dynamic_strings.php:52
3776
+ msgid "Colombia"
3777
+ msgstr ""
3778
 
3779
+ #: ../languages/dynamic_strings.php:53
3780
+ msgid "Comoros"
3781
+ msgstr ""
3782
 
3783
+ #: ../languages/dynamic_strings.php:54
3784
+ msgid "Congo"
3785
+ msgstr ""
3786
 
3787
+ #: ../languages/dynamic_strings.php:55
3788
+ msgid "The Democratic Republic of the Congo"
3789
+ msgstr ""
3790
 
3791
+ #: ../languages/dynamic_strings.php:56
3792
+ msgid "Costa Rica"
3793
+ msgstr ""
3794
 
3795
+ #: ../languages/dynamic_strings.php:57
3796
+ msgid "Côte d'Ivoire"
3797
+ msgstr ""
3798
 
3799
+ #: ../languages/dynamic_strings.php:58
3800
+ msgid "Croatia"
3801
+ msgstr ""
3802
 
3803
+ #: ../languages/dynamic_strings.php:59
3804
+ msgid "Cuba"
3805
+ msgstr ""
3806
 
3807
+ #: ../languages/dynamic_strings.php:60
3808
+ msgid "Cyprus"
3809
+ msgstr ""
3810
 
3811
+ #: ../languages/dynamic_strings.php:61
3812
+ msgid "Czech Republic"
3813
+ msgstr ""
3814
 
3815
+ #: ../languages/dynamic_strings.php:62
3816
+ msgid "Denmark"
3817
+ msgstr ""
3818
 
3819
+ #: ../languages/dynamic_strings.php:63
3820
+ msgid "Djibouti"
3821
+ msgstr ""
3822
 
3823
+ #: ../languages/dynamic_strings.php:64
3824
+ msgid "Dominica"
3825
+ msgstr ""
3826
 
3827
+ #: ../languages/dynamic_strings.php:65
3828
+ msgid "Dominican Republic"
3829
+ msgstr ""
3830
 
3831
+ #: ../languages/dynamic_strings.php:66
3832
+ msgid "Ecuador"
3833
+ msgstr ""
3834
 
3835
+ #: ../languages/dynamic_strings.php:67
3836
+ msgid "Egypt"
3837
+ msgstr ""
3838
 
3839
+ #: ../languages/dynamic_strings.php:68
3840
+ msgid "El Salvador"
3841
+ msgstr ""
3842
 
3843
+ #: ../languages/dynamic_strings.php:69
3844
+ msgid "Equatorial Guinea"
3845
+ msgstr ""
3846
 
3847
+ #: ../languages/dynamic_strings.php:70
3848
+ msgid "Eritrea"
3849
+ msgstr ""
3850
 
3851
+ #: ../languages/dynamic_strings.php:71
3852
+ msgid "Estonia"
3853
+ msgstr ""
3854
 
3855
+ #: ../languages/dynamic_strings.php:72
3856
+ msgid "Ethiopia"
3857
+ msgstr ""
3858
 
3859
+ #: ../languages/dynamic_strings.php:73
3860
+ msgid "Faroe Islands"
3861
+ msgstr ""
3862
 
3863
+ #: ../languages/dynamic_strings.php:74
3864
+ msgid "Falkland Islands (Malvinas)"
3865
+ msgstr ""
3866
 
3867
+ #: ../languages/dynamic_strings.php:75
3868
+ msgid "Fiji"
3869
+ msgstr ""
3870
 
3871
+ #: ../languages/dynamic_strings.php:76
3872
+ msgid "Finland"
3873
+ msgstr ""
3874
 
3875
+ #: ../languages/dynamic_strings.php:77
3876
+ msgid "France"
3877
+ msgstr ""
3878
 
3879
+ #: ../languages/dynamic_strings.php:78
3880
+ msgid "French Guiana"
3881
+ msgstr ""
3882
 
3883
+ #: ../languages/dynamic_strings.php:79
3884
+ msgid "Gabon"
3885
+ msgstr ""
3886
 
3887
+ #: ../languages/dynamic_strings.php:80
3888
+ msgid "Gambia"
3889
+ msgstr ""
3890
 
3891
+ #: ../languages/dynamic_strings.php:81
3892
+ msgid "Georgia"
3893
+ msgstr ""
3894
 
3895
+ #: ../languages/dynamic_strings.php:82
3896
+ #, fuzzy
3897
+ #| msgid "Permalink"
3898
+ msgid "Germany"
3899
+ msgstr "Permalink"
3900
 
3901
+ #: ../languages/dynamic_strings.php:83
3902
+ msgid "Ghana"
3903
+ msgstr ""
3904
 
3905
+ #: ../languages/dynamic_strings.php:84
3906
+ msgid "Greece"
3907
+ msgstr ""
3908
 
3909
+ #: ../languages/dynamic_strings.php:85
3910
+ msgid "Greenland"
3911
+ msgstr ""
3912
 
3913
+ #: ../languages/dynamic_strings.php:86
3914
+ msgid "Grenada"
3915
+ msgstr ""
3916
 
3917
+ #: ../languages/dynamic_strings.php:87
3918
+ msgid "Guadeloupe"
3919
+ msgstr ""
3920
 
3921
+ #: ../languages/dynamic_strings.php:88
3922
+ msgid "Guatemala"
3923
+ msgstr ""
3924
 
3925
+ #: ../languages/dynamic_strings.php:89
3926
+ msgid "Guinea"
3927
+ msgstr ""
3928
 
3929
+ #: ../languages/dynamic_strings.php:90
3930
+ msgid "Guinea-Bissau"
3931
+ msgstr ""
3932
 
3933
+ #: ../languages/dynamic_strings.php:91
3934
+ msgid "Guyana"
3935
+ msgstr ""
3936
 
3937
+ #: ../languages/dynamic_strings.php:92
3938
+ msgid "Haiti"
3939
+ msgstr ""
3940
 
3941
+ #: ../languages/dynamic_strings.php:93
3942
+ msgid "Honduras"
3943
+ msgstr ""
3944
 
3945
+ #: ../languages/dynamic_strings.php:94
3946
+ msgid "Hong Kong"
3947
+ msgstr ""
3948
 
3949
+ #: ../languages/dynamic_strings.php:95
3950
+ msgid "Hungary"
3951
+ msgstr ""
3952
 
3953
+ #: ../languages/dynamic_strings.php:96
3954
+ msgid "Iceland"
3955
+ msgstr ""
3956
 
3957
+ #: ../languages/dynamic_strings.php:97
3958
+ msgid "India"
3959
+ msgstr ""
3960
 
3961
+ #: ../languages/dynamic_strings.php:98
3962
+ msgid "Indonesia"
3963
+ msgstr ""
3964
 
3965
+ #: ../languages/dynamic_strings.php:99
3966
+ msgid "Islamic Republic of Iran"
3967
+ msgstr ""
3968
 
3969
+ #: ../languages/dynamic_strings.php:100
3970
+ msgid "Iraq"
3971
+ msgstr ""
3972
 
3973
+ #: ../languages/dynamic_strings.php:101
3974
+ msgid "Ireland"
3975
+ msgstr ""
3976
 
3977
+ #: ../languages/dynamic_strings.php:102
3978
+ msgid "Israel"
3979
+ msgstr ""
3980
 
3981
+ #: ../languages/dynamic_strings.php:103
3982
+ msgid "Italy"
3983
+ msgstr ""
3984
 
3985
+ #: ../languages/dynamic_strings.php:104
3986
+ msgid "Jamaica"
3987
+ msgstr ""
3988
 
3989
+ #: ../languages/dynamic_strings.php:105
3990
+ msgid "Japan"
3991
+ msgstr ""
3992
 
3993
+ #: ../languages/dynamic_strings.php:106
3994
+ msgid "Jordan"
3995
+ msgstr ""
3996
 
3997
+ #: ../languages/dynamic_strings.php:107
3998
+ msgid "Kazakhstan"
3999
+ msgstr ""
4000
 
4001
+ #: ../languages/dynamic_strings.php:108
4002
+ msgid "Kenya"
4003
+ msgstr ""
4004
 
4005
+ #: ../languages/dynamic_strings.php:109
4006
+ #, fuzzy
4007
+ #| msgid "zaurus"
4008
+ msgid "Nauru"
4009
+ msgstr "zaurus"
4010
 
4011
+ #: ../languages/dynamic_strings.php:110
4012
+ msgid "Democratic People's Republic of Korea"
4013
+ msgstr ""
4014
 
4015
+ #: ../languages/dynamic_strings.php:111
4016
+ msgid "Republic of Korea"
4017
+ msgstr ""
4018
 
4019
+ #: ../languages/dynamic_strings.php:112
4020
+ msgid "Kosovo"
4021
+ msgstr ""
4022
 
4023
+ #: ../languages/dynamic_strings.php:113
4024
+ msgid "Kuwait"
4025
+ msgstr ""
4026
 
4027
+ #: ../languages/dynamic_strings.php:114
4028
+ msgid "Kyrgyzstan"
4029
+ msgstr ""
4030
 
4031
+ #: ../languages/dynamic_strings.php:115
4032
+ msgid "Lao People's Democratic Republic"
4033
+ msgstr ""
4034
 
4035
+ #: ../languages/dynamic_strings.php:116
4036
+ msgid "Latvia"
4037
+ msgstr ""
4038
 
4039
+ #: ../languages/dynamic_strings.php:117
4040
+ msgid "Lebanon"
4041
+ msgstr ""
4042
 
4043
+ #: ../languages/dynamic_strings.php:118
4044
+ msgid "Lesotho"
4045
+ msgstr ""
4046
 
4047
+ #: ../languages/dynamic_strings.php:119
4048
+ msgid "Liberia"
4049
+ msgstr ""
4050
 
4051
+ #: ../languages/dynamic_strings.php:120
4052
+ msgid "Libyan Arab Jamahiriya"
4053
+ msgstr ""
4054
 
4055
+ #: ../languages/dynamic_strings.php:121
4056
+ msgid "Liechtenstein"
4057
+ msgstr ""
4058
 
4059
+ #: ../languages/dynamic_strings.php:122
4060
+ msgid "Lithuania"
4061
+ msgstr ""
4062
 
4063
+ #: ../languages/dynamic_strings.php:123
4064
+ msgid "Luxembourg"
4065
+ msgstr ""
4066
 
4067
+ #: ../languages/dynamic_strings.php:124
4068
+ msgid "The Former Yugoslav Republic of Macedonia"
4069
+ msgstr ""
4070
 
4071
+ #: ../languages/dynamic_strings.php:125
4072
+ msgid "Madagascar"
4073
+ msgstr ""
4074
 
4075
+ #: ../languages/dynamic_strings.php:126
4076
+ msgid "Malawi"
4077
+ msgstr ""
4078
 
4079
+ #: ../languages/dynamic_strings.php:127
4080
+ msgid "Malaysia"
4081
+ msgstr ""
4082
 
4083
+ #: ../languages/dynamic_strings.php:128
4084
+ msgid "Mali"
4085
+ msgstr ""
4086
 
4087
+ #: ../languages/dynamic_strings.php:129
4088
+ msgid "Malta"
4089
+ msgstr ""
4090
 
4091
+ #: ../languages/dynamic_strings.php:130
4092
+ msgid "Martinique"
4093
+ msgstr ""
4094
 
4095
+ #: ../languages/dynamic_strings.php:131
4096
+ msgid "Mauritania"
4097
+ msgstr ""
4098
 
4099
+ #: ../languages/dynamic_strings.php:132
4100
+ msgid "Mauritius"
4101
+ msgstr ""
4102
 
4103
+ #: ../languages/dynamic_strings.php:133
4104
+ msgid "Mexico"
4105
+ msgstr ""
4106
 
4107
+ #: ../languages/dynamic_strings.php:134
4108
+ msgid "Moldova"
4109
+ msgstr ""
4110
 
4111
+ #: ../languages/dynamic_strings.php:135
4112
+ msgid "Mongolia"
4113
+ msgstr ""
4114
 
4115
+ #: ../languages/dynamic_strings.php:136
4116
+ msgid "Montenegro"
4117
+ msgstr ""
4118
 
4119
+ #: ../languages/dynamic_strings.php:137
4120
+ msgid "Montserrat"
4121
+ msgstr ""
4122
 
4123
+ #: ../languages/dynamic_strings.php:138
4124
+ msgid "Morocco"
4125
+ msgstr ""
4126
 
4127
+ #: ../languages/dynamic_strings.php:139
4128
+ msgid "Mozambique"
4129
+ msgstr ""
4130
 
4131
+ #: ../languages/dynamic_strings.php:140
4132
+ msgid "Myanmar"
4133
+ msgstr ""
4134
 
4135
+ #: ../languages/dynamic_strings.php:141
4136
+ msgid "Namibia"
4137
+ msgstr ""
4138
 
4139
+ #: ../languages/dynamic_strings.php:142
4140
+ msgid "Nepal"
4141
+ msgstr ""
4142
 
4143
+ #: ../languages/dynamic_strings.php:143
4144
+ #, fuzzy
4145
+ #| msgid "Other Humans"
4146
+ msgid "Netherlands"
4147
+ msgstr "Other Humans"
4148
 
4149
+ #: ../languages/dynamic_strings.php:144
4150
+ msgid "New Caledonia"
4151
+ msgstr ""
4152
 
4153
+ #: ../languages/dynamic_strings.php:145
4154
+ msgid "New Zealand"
4155
+ msgstr ""
4156
 
4157
+ #: ../languages/dynamic_strings.php:146
4158
+ msgid "Nicaragua"
4159
+ msgstr ""
4160
 
4161
+ #: ../languages/dynamic_strings.php:147
4162
+ msgid "Niger"
4163
+ msgstr ""
4164
 
4165
+ #: ../languages/dynamic_strings.php:148
4166
+ msgid "Nigeria"
4167
+ msgstr ""
4168
 
4169
+ #: ../languages/dynamic_strings.php:149
4170
+ msgid "Norway"
4171
+ msgstr ""
4172
 
4173
+ #: ../languages/dynamic_strings.php:150
4174
+ msgid "Oman"
4175
+ msgstr ""
4176
 
4177
+ #: ../languages/dynamic_strings.php:151
4178
+ msgid "Pakistan"
4179
+ msgstr ""
4180
 
4181
+ #: ../languages/dynamic_strings.php:152
4182
+ msgid "Palau"
4183
+ msgstr ""
4184
 
4185
+ #: ../languages/dynamic_strings.php:153
4186
+ msgid "Occupied Palestinian Territory"
4187
+ msgstr ""
 
4188
 
4189
+ #: ../languages/dynamic_strings.php:154
4190
+ msgid "Panama"
4191
+ msgstr ""
4192
 
4193
+ #: ../languages/dynamic_strings.php:155
4194
+ msgid "Papua New Guinea"
4195
+ msgstr ""
4196
 
4197
+ #: ../languages/dynamic_strings.php:156
4198
+ msgid "Paraguay"
 
 
4199
  msgstr ""
 
4200
 
4201
+ #: ../languages/dynamic_strings.php:157
4202
+ msgid "Peru"
4203
+ msgstr ""
4204
 
4205
+ #: ../languages/dynamic_strings.php:158
4206
+ msgid "Philippines"
4207
+ msgstr ""
4208
 
4209
+ #: ../languages/dynamic_strings.php:159
4210
+ msgid "Poland"
4211
+ msgstr ""
4212
 
4213
+ #: ../languages/dynamic_strings.php:160
4214
+ msgid "Portugal"
4215
+ msgstr ""
4216
 
4217
+ #: ../languages/dynamic_strings.php:161
4218
+ msgid "Puerto Rico"
4219
+ msgstr ""
4220
 
4221
+ #: ../languages/dynamic_strings.php:162
4222
+ msgid "Qatar"
4223
+ msgstr ""
4224
 
4225
+ #: ../languages/dynamic_strings.php:163
4226
+ msgid "Réunion"
4227
+ msgstr ""
4228
 
4229
+ #: ../languages/dynamic_strings.php:164
4230
+ msgid "Romania"
4231
+ msgstr ""
4232
 
4233
+ #: ../languages/dynamic_strings.php:165
4234
+ #, fuzzy
4235
+ #| msgid "Session Duration"
4236
+ msgid "Russian Federation"
4237
+ msgstr "Session Duration"
4238
 
4239
+ #: ../languages/dynamic_strings.php:166
4240
+ msgid "Rwanda"
4241
+ msgstr ""
4242
 
4243
+ #: ../languages/dynamic_strings.php:167
4244
+ msgid "Saint Kitts and Nevis"
 
 
 
4245
  msgstr ""
 
 
 
4246
 
4247
+ #: ../languages/dynamic_strings.php:168
4248
+ msgid "Saint Lucia"
4249
+ msgstr ""
4250
 
4251
+ #: ../languages/dynamic_strings.php:169
4252
+ msgid "Saint Martin"
 
 
 
4253
  msgstr ""
 
 
 
4254
 
4255
+ #: ../languages/dynamic_strings.php:170
4256
+ msgid "Saint Vincent and the Grenadines"
 
 
4257
  msgstr ""
 
 
4258
 
4259
+ #: ../languages/dynamic_strings.php:171
4260
+ msgid "Samoa"
4261
+ msgstr ""
4262
 
4263
+ #: ../languages/dynamic_strings.php:172
4264
+ msgid "Sao Tome and Principe"
 
 
 
 
4265
  msgstr ""
 
 
 
 
4266
 
4267
+ #: ../languages/dynamic_strings.php:173
4268
+ msgid "Saudi Arabia"
 
 
4269
  msgstr ""
 
 
4270
 
4271
+ #: ../languages/dynamic_strings.php:174
4272
+ msgid "Senegal"
4273
+ msgstr ""
4274
 
4275
+ #: ../languages/dynamic_strings.php:175
4276
+ msgid "Serbia"
 
 
 
4277
  msgstr ""
 
 
 
4278
 
4279
+ #: ../languages/dynamic_strings.php:176
4280
+ msgid "Sierra Leone"
4281
+ msgstr ""
4282
 
4283
+ #: ../languages/dynamic_strings.php:177
4284
+ msgid "Singapore"
 
 
4285
  msgstr ""
 
 
4286
 
4287
+ #: ../languages/dynamic_strings.php:178
4288
+ msgid "Slovakia"
4289
+ msgstr ""
4290
 
4291
+ #: ../languages/dynamic_strings.php:179
4292
+ msgid "Slovenia"
4293
+ msgstr ""
4294
 
4295
+ #: ../languages/dynamic_strings.php:180
4296
+ msgid "Solomon Islands"
 
 
 
4297
  msgstr ""
 
 
 
4298
 
4299
+ #: ../languages/dynamic_strings.php:181
4300
+ msgid "Somalia"
 
 
 
4301
  msgstr ""
 
 
 
4302
 
4303
+ #: ../languages/dynamic_strings.php:182
4304
+ msgid "South Africa"
 
 
 
4305
  msgstr ""
 
 
 
4306
 
4307
+ #: ../languages/dynamic_strings.php:183
4308
+ msgid "South Georgia and the South Sandwich Islands"
4309
+ msgstr ""
4310
 
4311
+ #: ../languages/dynamic_strings.php:184
4312
+ msgid "Spain"
4313
+ msgstr ""
4314
 
4315
+ #: ../languages/dynamic_strings.php:185
4316
+ msgid "Sri Lanka"
4317
+ msgstr ""
4318
 
4319
+ #: ../languages/dynamic_strings.php:186
4320
+ msgid "Seychelles"
4321
+ msgstr ""
4322
 
4323
+ #: ../languages/dynamic_strings.php:187
4324
+ msgid "Sudan"
4325
+ msgstr ""
4326
 
4327
+ #: ../languages/dynamic_strings.php:188
4328
+ msgid "South Sudan"
 
 
 
 
 
 
 
 
4329
  msgstr ""
 
 
 
4330
 
4331
+ #: ../languages/dynamic_strings.php:189
4332
+ msgid "Suriname"
 
 
 
 
 
 
 
 
4333
  msgstr ""
 
 
 
4334
 
4335
+ #: ../languages/dynamic_strings.php:190
4336
+ msgid "Svalbard and Jan Mayen"
4337
+ msgstr ""
4338
 
4339
+ #: ../languages/dynamic_strings.php:191
4340
+ msgid "Swaziland"
4341
+ msgstr ""
4342
 
4343
+ #: ../languages/dynamic_strings.php:192
4344
+ msgid "Sweden"
4345
+ msgstr ""
4346
 
4347
+ #: ../languages/dynamic_strings.php:193
4348
+ msgid "Switzerland"
 
 
4349
  msgstr ""
 
 
4350
 
4351
+ #: ../languages/dynamic_strings.php:194
4352
+ msgid "Syrian Arab Republic"
4353
+ msgstr ""
4354
 
4355
+ #: ../languages/dynamic_strings.php:195
4356
+ msgid "Taiwan"
4357
+ msgstr ""
4358
 
4359
+ #: ../languages/dynamic_strings.php:196
4360
+ msgid "Tajikistan"
 
 
4361
  msgstr ""
 
 
4362
 
4363
+ #: ../languages/dynamic_strings.php:197
4364
+ msgid "United Republic of Tanzania"
4365
+ msgstr ""
4366
 
4367
+ #: ../languages/dynamic_strings.php:198
4368
+ msgid "Thailand"
 
 
 
4369
  msgstr ""
 
 
 
4370
 
4371
+ #: ../languages/dynamic_strings.php:199
4372
+ msgid "Timor-Leste"
4373
+ msgstr ""
4374
 
4375
+ #: ../languages/dynamic_strings.php:200
4376
+ msgid "Togo"
4377
+ msgstr ""
4378
 
4379
+ #: ../languages/dynamic_strings.php:201
4380
+ msgid "Tonga"
4381
+ msgstr ""
4382
 
4383
+ #: ../languages/dynamic_strings.php:202
4384
+ msgid "Trinidad and Tobago"
 
 
 
 
 
 
 
 
 
 
 
 
4385
  msgstr ""
 
 
 
 
 
4386
 
4387
+ #: ../languages/dynamic_strings.php:203
4388
+ msgid "Tunisia"
4389
+ msgstr ""
4390
 
4391
+ #: ../languages/dynamic_strings.php:204
4392
+ msgid "Turkey"
4393
+ msgstr ""
4394
 
4395
+ #: ../languages/dynamic_strings.php:205
4396
+ msgid "Turkmenistan"
 
 
4397
  msgstr ""
 
 
4398
 
4399
+ #: ../languages/dynamic_strings.php:206
4400
+ msgid "Turks and Caicos Islands"
4401
+ msgstr ""
4402
 
4403
+ #: ../languages/dynamic_strings.php:207
4404
+ msgid "Uganda"
 
 
 
4405
  msgstr ""
 
 
 
4406
 
4407
+ #: ../languages/dynamic_strings.php:208
4408
+ msgid "Ukraine"
4409
+ msgstr ""
4410
 
4411
+ #: ../languages/dynamic_strings.php:209
4412
+ msgid "United Arab Emirates"
 
 
4413
  msgstr ""
 
 
4414
 
4415
+ #: ../languages/dynamic_strings.php:210
4416
+ msgid "United Kingdom"
 
 
4417
  msgstr ""
 
 
4418
 
4419
+ #: ../languages/dynamic_strings.php:211
4420
+ msgid "United States"
4421
+ msgstr ""
4422
+
4423
+ #: ../languages/dynamic_strings.php:212
4424
+ msgid "Uruguay"
4425
+ msgstr ""
4426
+
4427
+ #: ../languages/dynamic_strings.php:213
4428
+ msgid "Uzbekistan"
4429
+ msgstr ""
4430
+
4431
+ #: ../languages/dynamic_strings.php:214
4432
+ msgid "Vanuatu"
4433
+ msgstr ""
4434
+
4435
+ #: ../languages/dynamic_strings.php:215
4436
+ msgid "Venezuela"
4437
+ msgstr ""
4438
+
4439
+ #: ../languages/dynamic_strings.php:216
4440
  #, fuzzy
4441
+ #| msgid "Visitor's Name"
4442
+ msgid "Viet Nam"
4443
+ msgstr "Visitor's Name"
4444
+
4445
+ #: ../languages/dynamic_strings.php:217
4446
+ msgid "British Virgin Islands"
4447
  msgstr ""
 
 
4448
 
4449
+ #: ../languages/dynamic_strings.php:218
4450
+ msgid "U.S. Virgin Islands"
4451
+ msgstr ""
4452
 
4453
+ #: ../languages/dynamic_strings.php:219
4454
+ msgid "Western Sahara"
 
 
 
4455
  msgstr ""
 
 
 
4456
 
4457
+ #: ../languages/dynamic_strings.php:220
4458
+ msgid "Yemen"
 
 
4459
  msgstr ""
 
 
4460
 
4461
+ #: ../languages/dynamic_strings.php:221
4462
+ msgid "Zambia"
4463
+ msgstr ""
4464
 
4465
+ #: ../languages/dynamic_strings.php:222
4466
+ msgid "Zimbabwe"
 
 
4467
  msgstr ""
 
 
4468
 
4469
+ #: ../languages/dynamic_strings.php:223
4470
+ msgid "Guernsey"
4471
+ msgstr ""
4472
+
4473
+ #: ../languages/dynamic_strings.php:224
4474
+ msgid "Jersey"
4475
+ msgstr ""
4476
+
4477
+ #: ../languages/dynamic_strings.php:225
4478
+ msgid "Isle of Man"
4479
+ msgstr ""
4480
+
4481
+ #: ../languages/dynamic_strings.php:226
4482
+ msgid "Maldives"
4483
+ msgstr ""
4484
+
4485
+ #: ../languages/dynamic_strings.php:227
4486
+ msgid "Europe"
4487
+ msgstr ""
4488
+
4489
+ #: ../languages/dynamic_strings.php:230
4490
+ msgid "Afrikaans"
4491
+ msgstr ""
4492
+
4493
+ #: ../languages/dynamic_strings.php:231
4494
+ msgid "Afrikaans (South Africa)"
4495
+ msgstr ""
4496
+
4497
+ #: ../languages/dynamic_strings.php:232
4498
+ msgid "Arabic"
4499
+ msgstr ""
4500
+
4501
+ #: ../languages/dynamic_strings.php:233
4502
+ msgid "Arabic (U.A.E.)"
4503
+ msgstr ""
4504
+
4505
+ #: ../languages/dynamic_strings.php:234
4506
+ msgid "Arabic (Bahrain)"
4507
+ msgstr ""
4508
+
4509
+ #: ../languages/dynamic_strings.php:235
4510
+ msgid "Arabic (Algeria)"
4511
+ msgstr ""
4512
+
4513
+ #: ../languages/dynamic_strings.php:236
4514
+ msgid "Arabic (Egypt)"
4515
+ msgstr ""
4516
+
4517
+ #: ../languages/dynamic_strings.php:237
4518
+ msgid "Arabic (Iraq)"
4519
+ msgstr ""
4520
+
4521
+ #: ../languages/dynamic_strings.php:238
4522
+ msgid "Arabic (Jordan)"
4523
+ msgstr ""
4524
+
4525
+ #: ../languages/dynamic_strings.php:239
4526
+ msgid "Arabic (Kuwait)"
4527
+ msgstr ""
4528
+
4529
+ #: ../languages/dynamic_strings.php:240
4530
+ msgid "Arabic (Lebanon)"
4531
+ msgstr ""
4532
+
4533
+ #: ../languages/dynamic_strings.php:241
4534
+ msgid "Arabic (Libya)"
4535
+ msgstr ""
4536
+
4537
+ #: ../languages/dynamic_strings.php:242
4538
+ msgid "Arabic (Morocco)"
4539
+ msgstr ""
4540
+
4541
+ #: ../languages/dynamic_strings.php:243
4542
+ msgid "Arabic (Oman)"
4543
+ msgstr ""
4544
+
4545
+ #: ../languages/dynamic_strings.php:244
4546
+ msgid "Arabic (Qatar)"
4547
+ msgstr ""
4548
+
4549
+ #: ../languages/dynamic_strings.php:245
4550
+ msgid "Arabic (Saudi Arabia)"
4551
+ msgstr ""
4552
+
4553
+ #: ../languages/dynamic_strings.php:246
4554
+ msgid "Arabic (Syria)"
4555
+ msgstr ""
4556
+
4557
+ #: ../languages/dynamic_strings.php:247
4558
+ msgid "Arabic (Tunisia)"
4559
+ msgstr ""
4560
+
4561
+ #: ../languages/dynamic_strings.php:248
4562
+ msgid "Arabic (Yemen)"
4563
+ msgstr ""
4564
+
4565
+ #: ../languages/dynamic_strings.php:249
4566
+ msgid "Azeri (Latin)"
4567
+ msgstr ""
4568
+
4569
+ #: ../languages/dynamic_strings.php:250
4570
+ msgid "Azeri (Latin) (Azerbaijan)"
4571
+ msgstr ""
4572
+
4573
+ #: ../languages/dynamic_strings.php:251
4574
+ msgid "Belarusian"
4575
+ msgstr ""
4576
+
4577
+ #: ../languages/dynamic_strings.php:252
4578
+ msgid "Belarusian (Belarus)"
4579
+ msgstr ""
4580
+
4581
+ #: ../languages/dynamic_strings.php:253
4582
+ msgid "Bulgarian"
4583
+ msgstr ""
4584
+
4585
+ #: ../languages/dynamic_strings.php:254
4586
+ msgid "Bulgarian (Bulgaria)"
4587
+ msgstr ""
4588
+
4589
+ #: ../languages/dynamic_strings.php:255
4590
+ msgid "Bosnian (Bosnia and Herzegovina)"
4591
+ msgstr ""
4592
+
4593
+ #: ../languages/dynamic_strings.php:256
4594
+ msgid "Catalan"
4595
+ msgstr ""
4596
+
4597
+ #: ../languages/dynamic_strings.php:257
4598
+ msgid "Catalan (Spain)"
4599
+ msgstr ""
4600
+
4601
+ #: ../languages/dynamic_strings.php:258
4602
+ msgid "Czech"
4603
+ msgstr ""
4604
+
4605
+ #: ../languages/dynamic_strings.php:259
4606
+ msgid "Czech (Czech Republic)"
4607
+ msgstr ""
4608
+
4609
+ #: ../languages/dynamic_strings.php:260
4610
+ msgid "Welsh"
4611
+ msgstr ""
4612
+
4613
+ #: ../languages/dynamic_strings.php:261
4614
+ msgid "Welsh (United Kingdom)"
4615
+ msgstr ""
4616
+
4617
+ #: ../languages/dynamic_strings.php:262
4618
+ msgid "Danish"
4619
+ msgstr ""
4620
+
4621
+ #: ../languages/dynamic_strings.php:263
4622
+ msgid "Danish (Denmark)"
4623
+ msgstr ""
4624
+
4625
+ #: ../languages/dynamic_strings.php:264
4626
+ #, fuzzy
4627
+ #| msgid "Permalink"
4628
+ msgid "German"
4629
+ msgstr "Permalink"
4630
+
4631
+ #: ../languages/dynamic_strings.php:265
4632
+ msgid "German (Austria)"
4633
+ msgstr ""
4634
+
4635
+ #: ../languages/dynamic_strings.php:266
4636
+ msgid "German (Switzerland)"
4637
+ msgstr ""
4638
+
4639
+ #: ../languages/dynamic_strings.php:267
4640
+ msgid "German (Germany)"
4641
+ msgstr ""
4642
+
4643
+ #: ../languages/dynamic_strings.php:268
4644
+ msgid "German (Liechtenstein)"
4645
+ msgstr ""
4646
+
4647
+ #: ../languages/dynamic_strings.php:269
4648
+ msgid "German (Luxembourg)"
4649
+ msgstr ""
4650
+
4651
+ #: ../languages/dynamic_strings.php:270
4652
+ msgid "Divehi"
4653
+ msgstr ""
4654
+
4655
+ #: ../languages/dynamic_strings.php:271
4656
+ msgid "Divehi (Maldives)"
4657
+ msgstr ""
4658
+
4659
+ #: ../languages/dynamic_strings.php:272
4660
+ msgid "Greek"
4661
+ msgstr ""
4662
+
4663
+ #: ../languages/dynamic_strings.php:273
4664
+ msgid "Greek (Greece)"
4665
+ msgstr ""
4666
+
4667
+ #: ../languages/dynamic_strings.php:274
4668
+ msgid "English"
4669
+ msgstr ""
4670
+
4671
+ #: ../languages/dynamic_strings.php:275
4672
+ msgid "English (Australia)"
4673
+ msgstr ""
4674
+
4675
+ #: ../languages/dynamic_strings.php:276
4676
+ msgid "English (Belize)"
4677
+ msgstr ""
4678
+
4679
+ #: ../languages/dynamic_strings.php:277
4680
+ msgid "English (Canada)"
4681
+ msgstr ""
4682
+
4683
+ #: ../languages/dynamic_strings.php:278
4684
+ msgid "English (Caribbean)"
4685
+ msgstr ""
4686
+
4687
+ #: ../languages/dynamic_strings.php:279
4688
+ msgid "English (United Kingdom)"
4689
+ msgstr ""
4690
+
4691
+ #: ../languages/dynamic_strings.php:280
4692
+ msgid "English (Ireland)"
4693
+ msgstr ""
4694
+
4695
+ #: ../languages/dynamic_strings.php:281
4696
+ msgid "English (Jamaica)"
4697
+ msgstr ""
4698
+
4699
+ #: ../languages/dynamic_strings.php:282
4700
+ msgid "English (New Zealand)"
4701
+ msgstr ""
4702
+
4703
+ #: ../languages/dynamic_strings.php:283
4704
+ msgid "English (Republic of the Philippines)"
4705
+ msgstr ""
4706
+
4707
+ #: ../languages/dynamic_strings.php:284
4708
+ msgid "English (Trinidad and Tobago)"
4709
+ msgstr ""
4710
+
4711
+ #: ../languages/dynamic_strings.php:285
4712
+ msgid "English (United States)"
4713
+ msgstr ""
4714
+
4715
+ #: ../languages/dynamic_strings.php:286
4716
+ msgid "English (South Africa)"
4717
+ msgstr ""
4718
+
4719
+ #: ../languages/dynamic_strings.php:287
4720
+ msgid "English (Zimbabwe)"
4721
+ msgstr ""
4722
+
4723
+ #: ../languages/dynamic_strings.php:288
4724
+ msgid "Esperanto"
4725
+ msgstr ""
4726
+
4727
+ #: ../languages/dynamic_strings.php:289
4728
+ msgid "Spanish"
4729
+ msgstr ""
4730
+
4731
+ #: ../languages/dynamic_strings.php:290
4732
+ msgid "Spanish (Argentina)"
4733
+ msgstr ""
4734
+
4735
+ #: ../languages/dynamic_strings.php:291
4736
+ msgid "Spanish (Bolivia)"
4737
+ msgstr ""
4738
+
4739
+ #: ../languages/dynamic_strings.php:292
4740
+ msgid "Spanish (Chile)"
4741
+ msgstr ""
4742
+
4743
+ #: ../languages/dynamic_strings.php:293
4744
+ msgid "Spanish (Colombia)"
4745
+ msgstr ""
4746
+
4747
+ #: ../languages/dynamic_strings.php:294
4748
+ msgid "Spanish (Costa Rica)"
4749
+ msgstr ""
4750
+
4751
+ #: ../languages/dynamic_strings.php:295
4752
+ msgid "Spanish (Dominican Republic)"
4753
+ msgstr ""
4754
+
4755
+ #: ../languages/dynamic_strings.php:296
4756
+ msgid "Spanish (Ecuador)"
4757
+ msgstr ""
4758
+
4759
+ #: ../languages/dynamic_strings.php:297
4760
+ msgid "Spanish (Spain)"
4761
+ msgstr ""
4762
+
4763
+ #: ../languages/dynamic_strings.php:298
4764
+ msgid "Spanish (Guatemala)"
4765
+ msgstr ""
4766
+
4767
+ #: ../languages/dynamic_strings.php:299
4768
+ msgid "Spanish (Honduras)"
4769
+ msgstr ""
4770
+
4771
+ #: ../languages/dynamic_strings.php:300
4772
+ msgid "Spanish (Mexico)"
4773
+ msgstr ""
4774
+
4775
+ #: ../languages/dynamic_strings.php:301
4776
+ msgid "Spanish (Nicaragua)"
4777
+ msgstr ""
4778
+
4779
+ #: ../languages/dynamic_strings.php:302
4780
+ msgid "Spanish (Panama)"
4781
+ msgstr ""
4782
+
4783
+ #: ../languages/dynamic_strings.php:303
4784
+ msgid "Spanish (Peru)"
4785
+ msgstr ""
4786
+
4787
+ #: ../languages/dynamic_strings.php:304
4788
+ msgid "Spanish (Puerto Rico)"
4789
+ msgstr ""
4790
+
4791
+ #: ../languages/dynamic_strings.php:305
4792
+ msgid "Spanish (Paraguay)"
4793
+ msgstr ""
4794
+
4795
+ #: ../languages/dynamic_strings.php:306
4796
+ msgid "Spanish (El Salvador)"
4797
+ msgstr ""
4798
+
4799
+ #: ../languages/dynamic_strings.php:307
4800
+ msgid "Spanish (Uruguay)"
4801
+ msgstr ""
4802
+
4803
+ #: ../languages/dynamic_strings.php:308
4804
+ msgid "Spanish (Venezuela)"
4805
+ msgstr ""
4806
+
4807
+ #: ../languages/dynamic_strings.php:309
4808
+ msgid "Estonian"
4809
+ msgstr ""
4810
+
4811
+ #: ../languages/dynamic_strings.php:310
4812
+ msgid "Estonian (Estonia)"
4813
+ msgstr ""
4814
+
4815
+ #: ../languages/dynamic_strings.php:311
4816
+ msgid "Basque"
4817
+ msgstr ""
4818
+
4819
+ #: ../languages/dynamic_strings.php:312
4820
+ msgid "Basque (Spain)"
4821
+ msgstr ""
4822
+
4823
+ #: ../languages/dynamic_strings.php:313
4824
+ msgid "Farsi"
4825
+ msgstr ""
4826
+
4827
+ #: ../languages/dynamic_strings.php:314
4828
+ msgid "Farsi (Iran)"
4829
+ msgstr ""
4830
+
4831
+ #: ../languages/dynamic_strings.php:315
4832
+ msgid "Finnish"
4833
+ msgstr ""
4834
+
4835
+ #: ../languages/dynamic_strings.php:316
4836
+ msgid "Finnish (Finland)"
4837
+ msgstr ""
4838
+
4839
+ #: ../languages/dynamic_strings.php:317
4840
+ msgid "Faroese"
4841
+ msgstr ""
4842
+
4843
+ #: ../languages/dynamic_strings.php:318
4844
+ msgid "Faroese (Faroe Islands)"
4845
+ msgstr ""
4846
+
4847
+ #: ../languages/dynamic_strings.php:319
4848
+ msgid "French"
4849
+ msgstr ""
4850
+
4851
+ #: ../languages/dynamic_strings.php:320
4852
+ msgid "French (Belgium)"
4853
+ msgstr ""
4854
+
4855
+ #: ../languages/dynamic_strings.php:321
4856
+ msgid "French (Canada)"
4857
+ msgstr ""
4858
+
4859
+ #: ../languages/dynamic_strings.php:322
4860
+ msgid "French (Switzerland)"
4861
+ msgstr ""
4862
+
4863
+ #: ../languages/dynamic_strings.php:323
4864
+ msgid "French (France)"
4865
+ msgstr ""
4866
+
4867
+ #: ../languages/dynamic_strings.php:324
4868
+ msgid "French (Luxembourg)"
4869
+ msgstr ""
4870
+
4871
+ #: ../languages/dynamic_strings.php:325
4872
+ msgid "French (Principality of Monaco)"
4873
+ msgstr ""
4874
+
4875
+ #: ../languages/dynamic_strings.php:326
4876
+ msgid "Galician"
4877
+ msgstr ""
4878
+
4879
+ #: ../languages/dynamic_strings.php:327
4880
+ msgid "Galician (Spain)"
4881
+ msgstr ""
4882
+
4883
+ #: ../languages/dynamic_strings.php:328
4884
+ msgid "Gujarati"
4885
+ msgstr ""
4886
+
4887
+ #: ../languages/dynamic_strings.php:329
4888
+ msgid "Gujarati (India)"
4889
+ msgstr ""
4890
+
4891
+ #: ../languages/dynamic_strings.php:330
4892
+ msgid "Hebrew"
4893
+ msgstr ""
4894
+
4895
+ #: ../languages/dynamic_strings.php:331
4896
+ msgid "Hebrew (Israel)"
4897
+ msgstr ""
4898
+
4899
+ #: ../languages/dynamic_strings.php:332
4900
+ msgid "Hindi"
4901
+ msgstr ""
4902
+
4903
+ #: ../languages/dynamic_strings.php:333
4904
+ msgid "Hindi (India)"
4905
+ msgstr ""
4906
+
4907
+ #: ../languages/dynamic_strings.php:334
4908
+ msgid "Croatian"
4909
+ msgstr ""
4910
+
4911
+ #: ../languages/dynamic_strings.php:335
4912
+ msgid "Croatian (Bosnia and Herzegovina)"
4913
+ msgstr ""
4914
+
4915
+ #: ../languages/dynamic_strings.php:336
4916
+ msgid "Croatian (Croatia)"
4917
+ msgstr ""
4918
+
4919
+ #: ../languages/dynamic_strings.php:337
4920
+ msgid "Hungarian"
4921
+ msgstr ""
4922
+
4923
+ #: ../languages/dynamic_strings.php:338
4924
+ msgid "Hungarian (Hungary)"
4925
+ msgstr ""
4926
+
4927
+ #: ../languages/dynamic_strings.php:339
4928
+ msgid "Armenian"
4929
+ msgstr ""
4930
+
4931
+ #: ../languages/dynamic_strings.php:340
4932
+ msgid "Armenian (Armenia)"
4933
+ msgstr ""
4934
+
4935
+ #: ../languages/dynamic_strings.php:341
4936
+ msgid "Indonesian"
4937
+ msgstr ""
4938
+
4939
+ #: ../languages/dynamic_strings.php:342
4940
+ msgid "Indonesian (Indonesia)"
4941
+ msgstr ""
4942
+
4943
+ #: ../languages/dynamic_strings.php:343
4944
+ msgid "Icelandic"
4945
+ msgstr ""
4946
+
4947
+ #: ../languages/dynamic_strings.php:344
4948
+ msgid "Icelandic (Iceland)"
4949
+ msgstr ""
4950
+
4951
+ #: ../languages/dynamic_strings.php:345
4952
+ msgid "Italian"
4953
+ msgstr ""
4954
+
4955
+ #: ../languages/dynamic_strings.php:346
4956
+ msgid "Italian (Switzerland)"
4957
+ msgstr ""
4958
+
4959
+ #: ../languages/dynamic_strings.php:347
4960
+ msgid "Italian (Italy)"
4961
+ msgstr ""
4962
+
4963
+ #: ../languages/dynamic_strings.php:348
4964
+ msgid "Japanese"
4965
+ msgstr ""
4966
+
4967
+ #: ../languages/dynamic_strings.php:349
4968
+ msgid "Japanese (Japan)"
4969
+ msgstr ""
4970
+
4971
+ #: ../languages/dynamic_strings.php:350
4972
+ msgid "Georgian"
4973
+ msgstr ""
4974
+
4975
+ #: ../languages/dynamic_strings.php:351
4976
+ msgid "Georgian (Georgia)"
4977
+ msgstr ""
4978
+
4979
+ #: ../languages/dynamic_strings.php:352
4980
+ msgid "Kazakh"
4981
+ msgstr ""
4982
+
4983
+ #: ../languages/dynamic_strings.php:353
4984
+ msgid "Kazakh (Kazakhstan)"
4985
+ msgstr ""
4986
+
4987
+ #: ../languages/dynamic_strings.php:354
4988
+ msgid "Kannada"
4989
+ msgstr ""
4990
+
4991
+ #: ../languages/dynamic_strings.php:355
4992
+ msgid "Kannada (India)"
4993
+ msgstr ""
4994
+
4995
+ #: ../languages/dynamic_strings.php:356
4996
+ msgid "Korean"
4997
+ msgstr ""
4998
+
4999
+ #: ../languages/dynamic_strings.php:357
5000
+ msgid "Korean (Korea)"
5001
+ msgstr ""
5002
+
5003
+ #: ../languages/dynamic_strings.php:358
5004
+ msgid "Konkani"
5005
+ msgstr ""
5006
+
5007
+ #: ../languages/dynamic_strings.php:359
5008
+ msgid "Konkani (India)"
5009
+ msgstr ""
5010
+
5011
+ #: ../languages/dynamic_strings.php:360
5012
+ msgid "Kyrgyz"
5013
+ msgstr ""
5014
+
5015
+ #: ../languages/dynamic_strings.php:361
5016
+ msgid "Kyrgyz (Kyrgyzstan)"
5017
+ msgstr ""
5018
+
5019
+ #: ../languages/dynamic_strings.php:362
5020
+ msgid "Lithuanian"
5021
+ msgstr ""
5022
+
5023
+ #: ../languages/dynamic_strings.php:363
5024
+ msgid "Lithuanian (Lithuania)"
5025
+ msgstr ""
5026
+
5027
+ #: ../languages/dynamic_strings.php:364
5028
+ msgid "Latvian"
5029
+ msgstr ""
5030
+
5031
+ #: ../languages/dynamic_strings.php:365
5032
+ msgid "Latvian (Latvia)"
5033
+ msgstr ""
5034
+
5035
+ #: ../languages/dynamic_strings.php:366
5036
+ msgid "Maori"
5037
+ msgstr ""
5038
+
5039
+ #: ../languages/dynamic_strings.php:367
5040
+ msgid "Maori (New Zealand)"
5041
+ msgstr ""
5042
+
5043
+ #: ../languages/dynamic_strings.php:368
5044
+ msgid "FYRO Macedonian"
5045
+ msgstr ""
5046
+
5047
+ #: ../languages/dynamic_strings.php:369
5048
+ msgid "FYRO Macedonian (Former Yugoslav Republic of Macedonia)"
5049
+ msgstr ""
5050
+
5051
+ #: ../languages/dynamic_strings.php:370
5052
+ msgid "Mongolian"
5053
+ msgstr ""
5054
+
5055
+ #: ../languages/dynamic_strings.php:371
5056
+ msgid "Mongolian (Mongolia)"
5057
+ msgstr ""
5058
+
5059
+ #: ../languages/dynamic_strings.php:372
5060
+ msgid "Marathi"
5061
+ msgstr ""
5062
+
5063
+ #: ../languages/dynamic_strings.php:373
5064
+ msgid "Marathi (India)"
5065
+ msgstr ""
5066
+
5067
+ #: ../languages/dynamic_strings.php:374
5068
+ msgid "Malay"
5069
+ msgstr ""
5070
+
5071
+ #: ../languages/dynamic_strings.php:375
5072
+ msgid "Malay (Brunei Darussalam)"
5073
+ msgstr ""
5074
+
5075
+ #: ../languages/dynamic_strings.php:376
5076
+ msgid "Malay (Malaysia)"
5077
+ msgstr ""
5078
+
5079
+ #: ../languages/dynamic_strings.php:377
5080
+ msgid "Maltese"
5081
+ msgstr ""
5082
+
5083
+ #: ../languages/dynamic_strings.php:378
5084
+ msgid "Maltese (Malta)"
5085
+ msgstr ""
5086
+
5087
+ #: ../languages/dynamic_strings.php:379
5088
+ msgid "Norwegian (Bokm?l)"
5089
+ msgstr ""
5090
+
5091
+ #: ../languages/dynamic_strings.php:380
5092
+ msgid "Norwegian (Bokm?l) (Norway)"
5093
+ msgstr ""
5094
+
5095
+ #: ../languages/dynamic_strings.php:381
5096
+ msgid "Dutch"
5097
+ msgstr ""
5098
+
5099
+ #: ../languages/dynamic_strings.php:382
5100
+ msgid "Dutch (Belgium)"
5101
+ msgstr ""
5102
+
5103
+ #: ../languages/dynamic_strings.php:383
5104
+ msgid "Dutch (Netherlands)"
5105
+ msgstr ""
5106
+
5107
+ #: ../languages/dynamic_strings.php:384
5108
+ msgid "Norwegian (Nynorsk) (Norway)"
5109
+ msgstr ""
5110
+
5111
+ #: ../languages/dynamic_strings.php:385
5112
+ msgid "Northern Sotho"
5113
+ msgstr ""
5114
+
5115
+ #: ../languages/dynamic_strings.php:386
5116
+ msgid "Northern Sotho (South Africa)"
5117
+ msgstr ""
5118
+
5119
+ #: ../languages/dynamic_strings.php:387
5120
+ msgid "Punjabi"
5121
+ msgstr ""
5122
+
5123
+ #: ../languages/dynamic_strings.php:388
5124
+ msgid "Punjabi (India)"
5125
+ msgstr ""
5126
+
5127
+ #: ../languages/dynamic_strings.php:389
5128
+ msgid "Polish"
5129
+ msgstr ""
5130
+
5131
+ #: ../languages/dynamic_strings.php:390
5132
+ msgid "Polish (Poland)"
5133
+ msgstr ""
5134
+
5135
+ #: ../languages/dynamic_strings.php:391
5136
+ msgid "Pashto"
5137
+ msgstr ""
5138
+
5139
+ #: ../languages/dynamic_strings.php:392
5140
+ msgid "Pashto (Afghanistan)"
5141
+ msgstr ""
5142
+
5143
+ #: ../languages/dynamic_strings.php:393
5144
+ msgid "Portuguese"
5145
+ msgstr ""
5146
+
5147
+ #: ../languages/dynamic_strings.php:394
5148
+ msgid "Portuguese (Brazil)"
5149
+ msgstr ""
5150
+
5151
+ #: ../languages/dynamic_strings.php:395
5152
+ msgid "Portuguese (Portugal)"
5153
+ msgstr ""
5154
+
5155
+ #: ../languages/dynamic_strings.php:396
5156
+ msgid "Quechua"
5157
+ msgstr ""
5158
+
5159
+ #: ../languages/dynamic_strings.php:397
5160
+ msgid "Quechua (Bolivia)"
5161
+ msgstr ""
5162
+
5163
+ #: ../languages/dynamic_strings.php:398
5164
+ msgid "Quechua (Ecuador)"
5165
+ msgstr ""
5166
+
5167
+ #: ../languages/dynamic_strings.php:399
5168
+ msgid "Quechua (Peru)"
5169
+ msgstr ""
5170
+
5171
+ #: ../languages/dynamic_strings.php:400
5172
+ msgid "Romanian"
5173
+ msgstr ""
5174
+
5175
+ #: ../languages/dynamic_strings.php:401
5176
+ msgid "Romanian (Romania)"
5177
+ msgstr ""
5178
+
5179
+ #: ../languages/dynamic_strings.php:402
5180
+ msgid "Russian"
5181
+ msgstr ""
5182
+
5183
+ #: ../languages/dynamic_strings.php:403
5184
+ msgid "Russian (Russia)"
5185
+ msgstr ""
5186
+
5187
+ #: ../languages/dynamic_strings.php:404
5188
+ msgid "Sanskrit"
5189
+ msgstr ""
5190
+
5191
+ #: ../languages/dynamic_strings.php:405
5192
+ msgid "Sanskrit (India)"
5193
+ msgstr ""
5194
+
5195
+ #: ../languages/dynamic_strings.php:406
5196
+ msgid "Sami (Northern)"
5197
+ msgstr ""
5198
+
5199
+ #: ../languages/dynamic_strings.php:407
5200
+ msgid "Sami (Northern) (Finland)"
5201
+ msgstr ""
5202
+
5203
+ #: ../languages/dynamic_strings.php:408
5204
+ msgid "Sami (Northern) (Norway)"
5205
+ msgstr ""
5206
+
5207
+ #: ../languages/dynamic_strings.php:409
5208
+ msgid "Sami (Northern) (Sweden)"
5209
+ msgstr ""
5210
+
5211
+ #: ../languages/dynamic_strings.php:410
5212
+ msgid "Slovak"
5213
+ msgstr ""
5214
+
5215
+ #: ../languages/dynamic_strings.php:411
5216
+ msgid "Slovak (Slovakia)"
5217
+ msgstr ""
5218
+
5219
+ #: ../languages/dynamic_strings.php:412
5220
+ msgid "Slovenian"
5221
+ msgstr ""
5222
+
5223
+ #: ../languages/dynamic_strings.php:413
5224
+ msgid "Slovenian (Slovenia)"
5225
+ msgstr ""
5226
+
5227
+ #: ../languages/dynamic_strings.php:414
5228
+ msgid "Albanian"
5229
+ msgstr ""
5230
+
5231
+ #: ../languages/dynamic_strings.php:415
5232
+ msgid "Albanian (Albania)"
5233
+ msgstr ""
5234
+
5235
+ #: ../languages/dynamic_strings.php:416
5236
+ msgid "Serbian (Latin) (Bosnia and Herzegovina)"
5237
+ msgstr ""
5238
+
5239
+ #: ../languages/dynamic_strings.php:417
5240
+ msgid "Serbian (Serbia and Montenegro)"
5241
+ msgstr ""
5242
+
5243
+ #: ../languages/dynamic_strings.php:418
5244
+ msgid "Serbian (Latin) (Serbia and Montenegro)"
5245
+ msgstr ""
5246
+
5247
+ #: ../languages/dynamic_strings.php:419
5248
+ msgid "Swedish"
5249
+ msgstr ""
5250
+
5251
+ #: ../languages/dynamic_strings.php:420
5252
+ msgid "Swedish (Finland)"
5253
+ msgstr ""
5254
+
5255
+ #: ../languages/dynamic_strings.php:421
5256
+ msgid "Swedish (Sweden)"
5257
+ msgstr ""
5258
+
5259
+ #: ../languages/dynamic_strings.php:422
5260
+ msgid "Swahili"
5261
+ msgstr ""
5262
+
5263
+ #: ../languages/dynamic_strings.php:423
5264
+ msgid "Swahili (Kenya)"
5265
+ msgstr ""
5266
+
5267
+ #: ../languages/dynamic_strings.php:424
5268
+ msgid "Tamil"
5269
+ msgstr ""
5270
+
5271
+ #: ../languages/dynamic_strings.php:425
5272
+ msgid "Tamil (India)"
5273
+ msgstr ""
5274
+
5275
+ #: ../languages/dynamic_strings.php:426
5276
+ msgid "Telugu"
5277
+ msgstr ""
5278
+
5279
+ #: ../languages/dynamic_strings.php:427
5280
+ msgid "Telugu (India)"
5281
+ msgstr ""
5282
+
5283
+ #: ../languages/dynamic_strings.php:428
5284
+ msgid "Thai"
5285
+ msgstr ""
5286
+
5287
+ #: ../languages/dynamic_strings.php:429
5288
+ msgid "Thai (Thailand)"
5289
+ msgstr ""
5290
+
5291
+ #: ../languages/dynamic_strings.php:430
5292
+ msgid "Tagalog"
5293
+ msgstr ""
5294
+
5295
+ #: ../languages/dynamic_strings.php:431
5296
+ msgid "Tagalog (Philippines)"
5297
+ msgstr ""
5298
+
5299
+ #: ../languages/dynamic_strings.php:432
5300
+ msgid "Tswana"
5301
+ msgstr ""
5302
+
5303
+ #: ../languages/dynamic_strings.php:433
5304
+ msgid "Tswana (South Africa)"
5305
+ msgstr ""
5306
+
5307
+ #: ../languages/dynamic_strings.php:434
5308
+ msgid "Turkish"
5309
+ msgstr ""
5310
+
5311
+ #: ../languages/dynamic_strings.php:435
5312
+ msgid "Turkish (Turkey)"
5313
+ msgstr ""
5314
+
5315
+ #: ../languages/dynamic_strings.php:436
5316
+ msgid "Tatar"
5317
+ msgstr ""
5318
+
5319
+ #: ../languages/dynamic_strings.php:437
5320
+ msgid "Tatar (Russia)"
5321
+ msgstr ""
5322
+
5323
+ #: ../languages/dynamic_strings.php:438
5324
+ msgid "Tsonga"
5325
+ msgstr ""
5326
+
5327
+ #: ../languages/dynamic_strings.php:439
5328
+ msgid "Ukrainian"
5329
+ msgstr ""
5330
+
5331
+ #: ../languages/dynamic_strings.php:440
5332
+ msgid "Ukrainian (Ukraine)"
5333
+ msgstr ""
5334
+
5335
+ #: ../languages/dynamic_strings.php:441
5336
+ msgid "Urdu"
5337
+ msgstr ""
5338
+
5339
+ #: ../languages/dynamic_strings.php:442
5340
+ msgid "Urdu (Islamic Republic of Pakistan)"
5341
+ msgstr ""
5342
+
5343
+ #: ../languages/dynamic_strings.php:443
5344
+ msgid "Uzbek (Latin)"
5345
+ msgstr ""
5346
+
5347
+ #: ../languages/dynamic_strings.php:444
5348
+ msgid "Uzbek (Cyrillic) (Uzbekistan)"
5349
+ msgstr ""
5350
+
5351
+ #: ../languages/dynamic_strings.php:445
5352
+ #, fuzzy
5353
+ #| msgid "Usernames"
5354
+ msgid "Vietnamese"
5355
+ msgstr "Usernames"
5356
+
5357
+ #: ../languages/dynamic_strings.php:446
5358
+ msgid "Vietnamese (Viet Nam)"
5359
+ msgstr ""
5360
+
5361
+ #: ../languages/dynamic_strings.php:447
5362
+ msgid "Xhosa"
5363
+ msgstr ""
5364
+
5365
+ #: ../languages/dynamic_strings.php:448
5366
+ msgid "Xhosa (South Africa)"
5367
+ msgstr ""
5368
+
5369
+ #: ../languages/dynamic_strings.php:449
5370
+ msgid "Chinese"
5371
+ msgstr ""
5372
+
5373
+ #: ../languages/dynamic_strings.php:450
5374
+ msgid "Chinese (S)"
5375
+ msgstr ""
5376
+
5377
+ #: ../languages/dynamic_strings.php:451
5378
+ msgid "Chinese (Hong Kong)"
5379
+ msgstr ""
5380
+
5381
+ #: ../languages/dynamic_strings.php:452
5382
+ msgid "Chinese (Macau)"
5383
+ msgstr ""
5384
+
5385
+ #: ../languages/dynamic_strings.php:453
5386
+ msgid "Chinese (Singapore)"
5387
+ msgstr ""
5388
+
5389
+ #: ../languages/dynamic_strings.php:454
5390
+ msgid "Chinese (T)"
5391
+ msgstr ""
5392
+
5393
+ #: ../languages/dynamic_strings.php:455
5394
+ msgid "Zulu"
5395
+ msgstr ""
5396
+
5397
+ #: ../languages/dynamic_strings.php:456
5398
+ msgid "Zulu (South Africa)"
5399
+ msgstr ""
5400
+
5401
+ #: ../languages/dynamic_strings.php:462
5402
+ msgid "IBM AIX"
5403
+ msgstr ""
5404
+
5405
+ #: ../languages/dynamic_strings.php:463
5406
+ #, fuzzy
5407
+ #| msgid "amiga"
5408
+ msgid "Amiga"
5409
+ msgstr "Amiga"
5410
+
5411
+ #: ../languages/dynamic_strings.php:464 ../languages/dynamic_strings.php:545
5412
+ #, fuzzy
5413
+ #| msgid "android"
5414
+ msgid "Android"
5415
+ msgstr "Android"
5416
+
5417
+ #: ../languages/dynamic_strings.php:465
5418
+ msgid "BeOS"
5419
+ msgstr ""
5420
+
5421
+ #: ../languages/dynamic_strings.php:466
5422
+ #, fuzzy
5423
+ #| msgid "blackberry os"
5424
+ msgid "BlackBerry OS"
5425
+ msgstr "BlackBerry OS"
5426
+
5427
+ #: ../languages/dynamic_strings.php:467
5428
+ msgid "CentOS"
5429
+ msgstr ""
5430
+
5431
+ #: ../languages/dynamic_strings.php:468
5432
+ #, fuzzy
5433
+ #| msgid "chromeos"
5434
+ msgid "ChromeOS"
5435
+ msgstr "Chrome OS"
5436
+
5437
+ #: ../languages/dynamic_strings.php:469
5438
+ #, fuzzy
5439
+ #| msgid "commodore64"
5440
+ msgid "Commodore 64"
5441
+ msgstr "commodore64"
5442
+
5443
+ #: ../languages/dynamic_strings.php:470
5444
+ #, fuzzy
5445
+ #| msgid "cygwin"
5446
+ msgid "Cygwin"
5447
+ msgstr "Cygwin"
5448
+
5449
+ #: ../languages/dynamic_strings.php:471
5450
+ #, fuzzy
5451
+ #| msgid "debian"
5452
+ msgid "Debian"
5453
+ msgstr "Debian"
5454
+
5455
+ #: ../languages/dynamic_strings.php:472
5456
+ #, fuzzy
5457
+ #| msgid "digital unix"
5458
+ msgid "Digital Unix"
5459
+ msgstr "Digital Unix"
5460
+
5461
+ #: ../languages/dynamic_strings.php:473
5462
+ #, fuzzy
5463
+ #| msgid "fedora"
5464
+ msgid "Fedora"
5465
+ msgstr "fedora"
5466
+
5467
+ #: ../languages/dynamic_strings.php:474
5468
+ #, fuzzy
5469
+ #| msgid "firefoxos"
5470
+ msgid "Firefox OS"
5471
+ msgstr "Firefox OS"
5472
+
5473
+ #: ../languages/dynamic_strings.php:475
5474
+ msgid "FreeBSD"
5475
+ msgstr ""
5476
+
5477
+ #: ../languages/dynamic_strings.php:476
5478
+ #, fuzzy
5479
+ #| msgid "gentoo"
5480
+ msgid "Gentoo"
5481
+ msgstr "gentoo"
5482
+
5483
+ #: ../languages/dynamic_strings.php:477
5484
+ msgid "HP-UX"
5485
+ msgstr ""
5486
+
5487
+ #: ../languages/dynamic_strings.php:478 ../languages/dynamic_strings.php:479
5488
+ #, fuzzy
5489
+ #| msgid "iphone os"
5490
+ msgid "iPhone OS"
5491
+ msgstr "iphone os"
5492
+
5493
+ #: ../languages/dynamic_strings.php:480
5494
+ #, fuzzy
5495
+ #| msgid "iphone os"
5496
+ msgid "iPhone OS X"
5497
+ msgstr "iphone os"
5498
+
5499
+ #: ../languages/dynamic_strings.php:481
5500
+ msgid "SGI / IRIX"
5501
+ msgstr ""
5502
+
5503
+ #: ../languages/dynamic_strings.php:482 ../languages/dynamic_strings.php:513
5504
+ msgid "Java"
5505
+ msgstr ""
5506
+
5507
+ #: ../languages/dynamic_strings.php:483
5508
+ #, fuzzy
5509
+ #| msgid "kanotix"
5510
+ msgid "Kanotix Linux"
5511
+ msgstr "kanotix"
5512
+
5513
+ #: ../languages/dynamic_strings.php:484
5514
+ #, fuzzy
5515
+ #| msgid "knoppix"
5516
+ msgid "Knoppix Linux"
5517
+ msgstr "knoppix"
5518
+
5519
+ #: ../languages/dynamic_strings.php:485
5520
+ msgid "Linux Generic"
5521
+ msgstr ""
5522
+
5523
+ #: ../languages/dynamic_strings.php:486
5524
+ #, fuzzy
5525
+ #| msgid "mac"
5526
+ msgid "Mac"
5527
+ msgstr "Mac"
5528
+
5529
+ #: ../languages/dynamic_strings.php:487
5530
+ msgid "Mac 68k"
5531
+ msgstr ""
5532
+
5533
+ #: ../languages/dynamic_strings.php:488 ../languages/dynamic_strings.php:489
5534
+ msgid "Mac OS X"
5535
+ msgstr ""
5536
+
5537
+ #: ../languages/dynamic_strings.php:490
5538
+ msgid "Mac PowerPC"
5539
+ msgstr ""
5540
+
5541
+ #: ../languages/dynamic_strings.php:491
5542
+ #, fuzzy
5543
+ #| msgid "mandrake"
5544
+ msgid "Mandrake Linux"
5545
+ msgstr "mandrake"
5546
+
5547
+ #: ../languages/dynamic_strings.php:492 ../languages/dynamic_strings.php:494
5548
+ msgid "MS-DOS"
5549
+ msgstr ""
5550
+
5551
+ #: ../languages/dynamic_strings.php:493
5552
+ msgid "MEPIS Linux"
5553
+ msgstr ""
5554
+
5555
+ #: ../languages/dynamic_strings.php:495
5556
+ msgid "NetBSD"
5557
+ msgstr ""
5558
+
5559
+ #: ../languages/dynamic_strings.php:496
5560
+ #, fuzzy
5561
+ #| msgid "nintendo"
5562
+ msgid "Nintendo"
5563
+ msgstr "nintendo"
5564
+
5565
+ #: ../languages/dynamic_strings.php:497
5566
+ msgid "OpenBSD"
5567
+ msgstr ""
5568
+
5569
+ #: ../languages/dynamic_strings.php:498
5570
+ msgid "OpenVMS"
5571
+ msgstr ""
5572
+
5573
+ #: ../languages/dynamic_strings.php:499
5574
+ msgid "IBM OS/2"
5575
+ msgstr ""
5576
+
5577
+ #: ../languages/dynamic_strings.php:500 ../languages/dynamic_strings.php:501
5578
+ msgid "Palm OS"
5579
+ msgstr ""
5580
+
5581
+ #: ../languages/dynamic_strings.php:502
5582
+ msgid "PCLinux OS"
5583
+ msgstr ""
5584
+
5585
+ #: ../languages/dynamic_strings.php:503
5586
+ #, fuzzy
5587
+ #| msgid "playstation"
5588
+ msgid "Playstation"
5589
+ msgstr "playstation"
5590
+
5591
+ #: ../languages/dynamic_strings.php:504
5592
+ msgid "PowerTV"
5593
+ msgstr ""
5594
+
5595
+ #: ../languages/dynamic_strings.php:505
5596
+ msgid "RedHat Linux"
5597
+ msgstr ""
5598
+
5599
+ #: ../languages/dynamic_strings.php:506 ../languages/dynamic_strings.php:554
5600
+ #, fuzzy
5601
+ #| msgid "blackberry os"
5602
+ msgid "Blackberry"
5603
+ msgstr "BlackBerry OS"
5604
+
5605
+ #: ../languages/dynamic_strings.php:507
5606
+ msgid "Risc OS"
5607
+ msgstr ""
5608
+
5609
+ #: ../languages/dynamic_strings.php:508
5610
+ #, fuzzy
5611
+ #| msgid "slackware"
5612
+ msgid "Slackware Linux"
5613
+ msgstr "slackware"
5614
+
5615
+ #: ../languages/dynamic_strings.php:509
5616
+ #, fuzzy
5617
+ #| msgid "solaris"
5618
+ msgid "Solaris"
5619
+ msgstr "Solaris"
5620
+
5621
+ #: ../languages/dynamic_strings.php:510
5622
+ msgid "Sun OS"
5623
+ msgstr ""
5624
+
5625
+ #: ../languages/dynamic_strings.php:511
5626
+ msgid "SuSE Linux"
5627
+ msgstr ""
5628
+
5629
+ #: ../languages/dynamic_strings.php:512 ../languages/dynamic_strings.php:555
5630
+ #, fuzzy
5631
+ #| msgid "symbianos"
5632
+ msgid "Symbian OS"
5633
+ msgstr "Symbian OS"
5634
+
5635
+ #: ../languages/dynamic_strings.php:514
5636
+ msgid "Unix"
5637
+ msgstr ""
5638
+
5639
+ #: ../languages/dynamic_strings.php:516
5640
+ #, fuzzy
5641
+ #| msgid "xandros"
5642
+ msgid "Xandros Linux"
5643
+ msgstr "xandros"
5644
+
5645
+ #: ../languages/dynamic_strings.php:517
5646
+ msgid "WAP"
5647
+ msgstr ""
5648
+
5649
+ #: ../languages/dynamic_strings.php:518
5650
+ msgid "WebOS"
5651
+ msgstr ""
5652
+
5653
+ #: ../languages/dynamic_strings.php:519
5654
+ msgid "Windows 10"
5655
+ msgstr ""
5656
+
5657
+ #: ../languages/dynamic_strings.php:520
5658
+ msgid "Windows 16-bit"
5659
+ msgstr ""
5660
+
5661
+ #: ../languages/dynamic_strings.php:521
5662
+ #, fuzzy
5663
+ #| msgid "win2000"
5664
+ msgid "Windows 2000"
5665
+ msgstr "Windows 2000"
5666
+
5667
+ #: ../languages/dynamic_strings.php:522
5668
+ #, fuzzy
5669
+ #| msgid "win2003"
5670
+ msgid "Windows 2003"
5671
+ msgstr "Windows 2003"
5672
+
5673
+ #: ../languages/dynamic_strings.php:523
5674
+ msgid "Windows 3.1"
5675
+ msgstr ""
5676
+
5677
+ #: ../languages/dynamic_strings.php:524
5678
+ msgid "Windows 32-bit"
5679
+ msgstr ""
5680
+
5681
+ #: ../languages/dynamic_strings.php:525 ../languages/dynamic_strings.php:526
5682
+ msgid "Windows 7"
5683
+ msgstr ""
5684
+
5685
+ #: ../languages/dynamic_strings.php:527
5686
+ msgid "Windows 8"
5687
+ msgstr ""
5688
+
5689
+ #: ../languages/dynamic_strings.php:528
5690
+ msgid "Windows 8.1"
5691
+ msgstr ""
5692
+
5693
+ #: ../languages/dynamic_strings.php:529
5694
+ msgid "Windows 95"
5695
+ msgstr ""
5696
+
5697
+ #: ../languages/dynamic_strings.php:530
5698
+ msgid "Windows 98"
5699
+ msgstr ""
5700
+
5701
+ #: ../languages/dynamic_strings.php:531
5702
+ msgid "Windows CE"
5703
+ msgstr ""
5704
+
5705
+ #: ../languages/dynamic_strings.php:532
5706
+ msgid "Windows ME"
5707
+ msgstr ""
5708
+
5709
+ #: ../languages/dynamic_strings.php:533
5710
+ msgid "Windows NT"
5711
+ msgstr ""
5712
+
5713
+ #: ../languages/dynamic_strings.php:534 ../languages/dynamic_strings.php:535
5714
+ #: ../languages/dynamic_strings.php:536 ../languages/dynamic_strings.php:538
5715
+ msgid "Windows Phone"
5716
+ msgstr ""
5717
+
5718
+ #: ../languages/dynamic_strings.php:537
5719
+ msgid "Windows RT / Runtime"
5720
+ msgstr ""
5721
+
5722
+ #: ../languages/dynamic_strings.php:539
5723
+ #, fuzzy
5724
+ #| msgid "Known Visitor"
5725
+ msgid "Windows Vista"
5726
+ msgstr "Known Visitor"
5727
+
5728
+ #: ../languages/dynamic_strings.php:540
5729
+ msgid "Windows XP"
5730
+ msgstr ""
5731
+
5732
+ #: ../languages/dynamic_strings.php:541
5733
+ msgid "WyderOS"
5734
+ msgstr ""
5735
+
5736
+ #: ../languages/dynamic_strings.php:542
5737
+ #, fuzzy
5738
+ #| msgid "zaurus"
5739
+ msgid "Zaurus WAP"
5740
+ msgstr "zaurus"
5741
+
5742
+ #: ../languages/dynamic_strings.php:546
5743
+ #, fuzzy
5744
+ #| msgid "blackberry os"
5745
+ msgid "BlackBerry"
5746
+ msgstr "BlackBerry OS"
5747
+
5748
+ #: ../languages/dynamic_strings.php:547
5749
+ msgid "Chrome OS"
5750
+ msgstr ""
5751
+
5752
+ #: ../languages/dynamic_strings.php:548
5753
+ msgid "Fire OS"
5754
+ msgstr ""
5755
+
5756
+ #: ../languages/dynamic_strings.php:549
5757
+ msgid "Linux FreeBSD"
5758
+ msgstr ""
5759
+
5760
+ #: ../languages/dynamic_strings.php:550
5761
+ msgid "Apple iOS"
5762
+ msgstr ""
5763
+
5764
+ #: ../languages/dynamic_strings.php:551
5765
+ msgid "Java-based OS"
5766
+ msgstr ""
5767
+
5768
+ #: ../languages/dynamic_strings.php:552 ../languages/dynamic_strings.php:556
5769
+ #, fuzzy
5770
+ #| msgid "linux"
5771
+ msgid "Linux"
5772
+ msgstr "Linux"
5773
+
5774
+ #: ../languages/dynamic_strings.php:553
5775
+ #, fuzzy
5776
+ #| msgid "Apply"
5777
+ msgid "Apple"
5778
+ msgstr "Apply"
5779
+
5780
+ #: ../languages/dynamic_strings.php:558
5781
+ msgid "Microsoft"
5782
+ msgstr ""
5783
+
5784
+ #: ../wp-slimstat.php:139 ../wp-slimstat.php:252
5785
+ msgid "Tracker is turned off, but client-side tracking code is still running."
5786
+ msgstr "Tracker is turned off, but client-side tracking code is still running."
5787
+
5788
+ #: ../wp-slimstat.php:267 ../wp-slimstat.php:698
5789
+ msgid "Pageview filtered by third-party code"
5790
+ msgstr "Pageview filtered by third-party code"
5791
+
5792
+ #: ../wp-slimstat.php:274
5793
+ msgid "Browser sent DNT header request"
5794
+ msgstr "Browser sent DNT header request"
5795
+
5796
+ #: ../wp-slimstat.php:297
5797
+ msgid "Visitor has opted out of tracking"
5798
+ msgstr "Visitor has opted out of tracking"
5799
+
5800
+ #: ../wp-slimstat.php:324
5801
+ msgid "Visitor has not opted in to be tracked"
5802
+ msgstr "Visitor has not opted in to be tracked"
5803
+
5804
+ #: ../wp-slimstat.php:334
5805
+ msgid "Empty or not supported IP address format"
5806
+ msgstr "Empty or not supported IP address format"
5807
+
5808
+ #: ../wp-slimstat.php:351
5809
+ #, php-format
5810
+ msgid "Malformed referrer URL: %s (IP: %s)"
5811
+ msgstr "Malformed referrer URL: %s (IP: %s)"
5812
+
5813
+ #: ../wp-slimstat.php:352
5814
+ #, php-format
5815
+ msgid "Malformed referrer URL: %s"
5816
+ msgstr "Malformed referrer URL: %s"
5817
+
5818
+ #: ../wp-slimstat.php:357
5819
+ #, php-format
5820
+ msgid "Attempted XSS Injection: %s (IP: %s)"
5821
+ msgstr "Attempted XSS Injection: %s (IP: %s)"
5822
+
5823
+ #: ../wp-slimstat.php:358
5824
+ #, php-format
5825
+ msgid "Attempted XSS Injection: %s"
5826
+ msgstr "Attempted XSS Injection: %s"
5827
+
5828
+ #: ../wp-slimstat.php:382
5829
+ #, php-format
5830
+ msgid "Referrer %s is blacklisted"
5831
+ msgstr "Referrer %s is blacklisted"
5832
+
5833
+ #: ../wp-slimstat.php:399
5834
+ #, php-format
5835
+ msgid "Content Type %s is blacklisted"
5836
+ msgstr "Content Type %s is blacklisted"
5837
+
5838
+ #: ../wp-slimstat.php:449
5839
+ msgid "Malformed URL"
5840
+ msgstr "Malformed URL"
5841
+
5842
+ #: ../wp-slimstat.php:482
5843
+ #, php-format
5844
+ msgid "Permalink %s is blacklisted"
5845
+ msgstr "Permalink %s is blacklisted"
5846
+
5847
+ #: ../wp-slimstat.php:495
5848
+ #, php-format
5849
+ msgid "Logged in user %s not tracked"
5850
+ msgstr "Logged in user %s not tracked"
5851
+
5852
+ #: ../wp-slimstat.php:503
5853
+ #, php-format
5854
+ msgid "User with capability %s not tracked"
5855
+ msgstr "User with capability %s not tracked"
5856
+
5857
+ #: ../wp-slimstat.php:512
5858
+ #, php-format
5859
+ msgid "User %s is blacklisted"
5860
+ msgstr "User %s is blacklisted"
5861
+
5862
+ #: ../wp-slimstat.php:537
5863
+ #, php-format
5864
+ msgid "Spammer %s not tracked"
5865
+ msgstr "Spammer %s not tracked"
5866
+
5867
+ #: ../wp-slimstat.php:573
5868
+ #, php-format
5869
+ msgid "IP address %s is blacklisted"
5870
+ msgstr "IP address %s is blacklisted"
5871
+
5872
+ #: ../wp-slimstat.php:627
5873
+ #, php-format
5874
+ msgid "Country %s is blacklisted"
5875
+ msgstr "Country %s is blacklisted"
5876
+
5877
+ #: ../wp-slimstat.php:636
5878
+ msgid "Prefetch requests are ignored"
5879
+ msgstr "Prefetch requests are ignored"
5880
+
5881
+ #: ../wp-slimstat.php:652
5882
+ msgid "Bot not tracked"
5883
+ msgstr "Bot not tracked"
5884
+
5885
+ #: ../wp-slimstat.php:660
5886
+ #, php-format
5887
+ msgid "Browser %s is blacklisted"
5888
+ msgstr "Browser %s is blacklisted"
5889
+
5890
+ #: ../wp-slimstat.php:672
5891
+ #, php-format
5892
+ msgid "Operating System %s is blacklisted"
5893
+ msgstr "Operating System %s is blacklisted"
5894
+
5895
+ #: ../wp-slimstat.php:1114
5896
+ msgid "Invalid payload string. Try clearing your WordPress cache."
5897
+ msgstr "Invalid payload string. Try clearing your WordPress cache."
5898
+
5899
+ #: ../wp-slimstat.php:1125
5900
+ msgid "Invalid data signature. Try clearing your WordPress cache."
5901
+ msgstr "Invalid data signature. Try clearing your WordPress cache."
5902
+
5903
+ #: ../wp-slimstat.php:1257
5904
+ msgid ""
5905
+ "The geolocation database cannot be updated. Please check your server's file "
5906
+ "permissions and try again."
5907
+ msgstr ""
5908
+ "The geolocation database cannot be updated. Please check your server's file "
5909
+ "permissions and try again."
5910
+
5911
+ #: ../wp-slimstat.php:1270
5912
+ msgid "There was an error downloading the MaxMind Geolite DB:"
5913
+ msgstr "There was an error downloading the MaxMind Geolite DB:"
5914
+
5915
+ #: ../wp-slimstat.php:1278 ../wp-slimstat.php:1287
5916
+ msgid "There was an error opening the zipped MaxMind Geolite DB."
5917
+ msgstr "There was an error opening the zipped MaxMind Geolite DB."
5918
+
5919
+ #: ../wp-slimstat.php:1282
5920
+ msgid "Function gzopen not defined. Aborting."
5921
+ msgstr "Function gzopen not defined. Aborting."
5922
+
5923
+ #: ../wp-slimstat.php:1292
5924
+ msgid "There was an error opening the MaxMind Geolite DB."
5925
+ msgstr "There was an error opening the MaxMind Geolite DB."
5926
+
5927
+ #: ../wp-slimstat.php:1305
5928
+ msgid "There was an error creating the MaxMind Geolite DB."
5929
+ msgstr "There was an error creating the MaxMind Geolite DB."
5930
+
5931
+ #: ../wp-slimstat.php:1320
5932
+ msgid "Invalid URL Provided."
5933
+ msgstr "Invalid URL Provided."
5934
+
5935
+ #: ../wp-slimstat.php:1327
5936
+ msgid "Could not create Temporary file."
5937
+ msgstr "Could not create Temporary file."
5938
+
5939
+ #: ../wp-slimstat.php:1384
5940
+ msgid "Undefined report ID"
5941
+ msgstr "Undefined report ID"
5942
+
5943
+ #: ../wp-slimstat.php:1587
5944
+ msgid ""
5945
+ "You will need to specify a valid token to be able to query the data. Tokens "
5946
+ "are defined in Slimstat > Settings > Access Control."
5947
+ msgstr ""
5948
+ "You will need to specify a valid token to be able to query the data. Tokens "
5949
+ "are defined in Slimstat > Settings > Access Control."
5950
+
5951
+ #: ../wp-slimstat.php:1591
5952
+ msgid ""
5953
+ "This parameter specifies the type of QUERY for the dimension. Valid values "
5954
+ "are: count, count-all, recent, recent-all, top and top-all."
5955
+ msgstr ""
5956
+ "This parameter specifies the type of QUERY for the dimension. Valid values "
5957
+ "are: count, count-all, recent, recent-all, top and top-all."
5958
+
5959
+ #: ../wp-slimstat.php:1596
5960
+ msgid ""
5961
+ "This parameter indicates what dimension to return: * (all data), ip, "
5962
+ "resource, browser, operating system, etc. You can only specify one dimension "
5963
+ "at a time."
5964
+ msgstr ""
5965
+ "This parameter indicates what dimension to return: * (all data), ip, "
5966
+ "resource, browser, operating system, etc. You can only specify one dimension "
5967
+ "at a time."
5968
+
5969
+ #: ../wp-slimstat.php:1601
5970
+ msgid ""
5971
+ "This parameter is used to filter a given dimension (resources, browsers, "
5972
+ "operating systems, etc) so that it satisfies certain conditions (i.e.: "
5973
+ "browser contains Chrome). Please make sure to urlencode this value, and to "
5974
+ "use the usual filter format: browser contains Chrome&&&referer contains slim "
5975
+ "(encoded: browser%20contains%20Chrome%26%26%26referer%20contains%20slim)"
5976
+ msgstr ""
5977
+ "This parameter is used to filter a given dimension (resources, browsers, "
5978
+ "operating systems, etc) so that it satisfies certain conditions (i.e.: "
5979
+ "browser contains Chrome). Please make sure to urlencode this value, and to "
5980
+ "use the usual filter format: browser contains Chrome&&&referer contains slim "
5981
+ "(encoded: browser%20contains%20Chrome%26%26%26referer%20contains%20slim)"
5982
+
5983
+ #: ../wp-slimstat.php:2029
5984
+ msgid "Optional filters"
5985
+ msgstr "Optional filters"
5986
+
5987
+ #~ msgid "Expand Details"
5988
+ #~ msgstr "Expand Details"
5989
+
5990
+ #~ msgid "Expand each row's details by default, insted of on mousehover."
5991
+ #~ msgstr "Expand each row's details by default, insted of on mousehover."
5992
+
5993
+ #~ msgid "c-"
5994
+ #~ msgstr "c-"
5995
+
5996
+ #~ msgid "l-"
5997
+ #~ msgstr "Unknown"
5998
+
5999
+ #~ msgid "c-xx"
6000
+ #~ msgstr "Unknown"
6001
+
6002
+ #~ msgid "c-af"
6003
+ #~ msgstr "Afghanistan"
6004
+
6005
+ #~ msgid "c-ax"
6006
+ #~ msgstr "Aland Islands"
6007
+
6008
+ #~ msgid "c-al"
6009
+ #~ msgstr "Albania"
6010
+
6011
+ #~ msgid "c-dz"
6012
+ #~ msgstr "Algeria"
6013
+
6014
+ #~ msgid "c-ad"
6015
+ #~ msgstr "Andorra"
6016
+
6017
+ #~ msgid "c-ao"
6018
+ #~ msgstr "Angola"
6019
+
6020
+ #~ msgid "c-ai"
6021
+ #~ msgstr "Anguilla"
6022
+
6023
+ #~ msgid "c-ag"
6024
+ #~ msgstr "Antigua and Barbuda"
6025
+
6026
+ #~ msgid "c-ar"
6027
+ #~ msgstr "Argentina"
6028
+
6029
+ #~ msgid "c-am"
6030
+ #~ msgstr "Armenia"
6031
+
6032
+ #~ msgid "c-aw"
6033
+ #~ msgstr "Aruba"
6034
+
6035
+ #~ msgid "c-au"
6036
+ #~ msgstr "Australia"
6037
+
6038
+ #~ msgid "c-at"
6039
+ #~ msgstr "Austria"
6040
+
6041
+ #~ msgid "c-az"
6042
+ #~ msgstr "Azerbaijan"
6043
+
6044
+ #~ msgid "c-bs"
6045
+ #~ msgstr "Bahamas"
6046
+
6047
+ #~ msgid "c-bh"
6048
+ #~ msgstr "Bahrain"
6049
+
6050
+ #~ msgid "c-bd"
6051
+ #~ msgstr "Bangladesh"
6052
+
6053
+ #~ msgid "c-bb"
6054
+ #~ msgstr "Barbados"
6055
+
6056
+ #~ msgid "c-by"
6057
+ #~ msgstr "Belarus"
6058
+
6059
+ #~ msgid "c-be"
6060
+ #~ msgstr "Belgium"
6061
+
6062
+ #~ msgid "c-bz"
6063
+ #~ msgstr "Belize"
6064
+
6065
+ #~ msgid "c-bj"
6066
+ #~ msgstr "Benin"
6067
+
6068
+ #~ msgid "c-bm"
6069
+ #~ msgstr "Bermuda"
6070
+
6071
+ #~ msgid "c-bt"
6072
+ #~ msgstr "Bhutan"
6073
+
6074
+ #~ msgid "c-bo"
6075
+ #~ msgstr "Bolivia"
6076
+
6077
+ #~ msgid "c-ba"
6078
+ #~ msgstr "Bosnia and Herzegovina"
6079
+
6080
+ #~ msgid "c-bw"
6081
+ #~ msgstr "Botswana"
6082
+
6083
+ #~ msgid "c-br"
6084
+ #~ msgstr "Brazil"
6085
+
6086
+ #~ msgid "c-bn"
6087
+ #~ msgstr "Brunei Darussalam"
6088
+
6089
+ #~ msgid "c-bg"
6090
+ #~ msgstr "Bulgaria"
6091
+
6092
+ #~ msgid "c-bf"
6093
+ #~ msgstr "Burkina Faso"
6094
+
6095
+ #~ msgid "c-bi"
6096
+ #~ msgstr "Burundi"
6097
+
6098
+ #~ msgid "c-kh"
6099
+ #~ msgstr "Cambodia"
6100
+
6101
+ #~ msgid "c-cm"
6102
+ #~ msgstr "Cameroon"
6103
+
6104
+ #~ msgid "c-ca"
6105
+ #~ msgstr "Canada"
6106
+
6107
+ #~ msgid "c-cv"
6108
+ #~ msgstr "Cape Verde"
6109
+
6110
+ #~ msgid "c-ky"
6111
+ #~ msgstr "Cayman Islands"
6112
+
6113
+ #~ msgid "c-cf"
6114
+ #~ msgstr "Central African Republic"
6115
+
6116
+ #~ msgid "c-td"
6117
+ #~ msgstr "Chad"
6118
+
6119
+ #~ msgid "c-cl"
6120
+ #~ msgstr "Chile"
6121
+
6122
+ #~ msgid "c-cn"
6123
+ #~ msgstr "China"
6124
+
6125
+ #~ msgid "c-co"
6126
+ #~ msgstr "Colombia"
6127
+
6128
+ #~ msgid "c-km"
6129
+ #~ msgstr "Comoros"
6130
+
6131
+ #~ msgid "c-cg"
6132
+ #~ msgstr "Congo"
6133
+
6134
+ #~ msgid "c-cd"
6135
+ #~ msgstr "The Democratic Republic of the Congo"
6136
+
6137
+ #~ msgid "c-cr"
6138
+ #~ msgstr "Costa Rica"
6139
+
6140
+ #~ msgid "c-ci"
6141
+ #~ msgstr "Côte d'Ivoire"
6142
+
6143
+ #~ msgid "c-hr"
6144
+ #~ msgstr "Croatia"
6145
+
6146
+ #~ msgid "c-cu"
6147
+ #~ msgstr "Cuba"
6148
+
6149
+ #~ msgid "c-cy"
6150
+ #~ msgstr "Cyprus"
6151
+
6152
+ #~ msgid "c-cz"
6153
+ #~ msgstr "Czech Republic"
6154
+
6155
+ #~ msgid "c-dk"
6156
+ #~ msgstr "Denmark"
6157
+
6158
+ #~ msgid "c-dj"
6159
+ #~ msgstr "Djibouti"
6160
+
6161
+ #~ msgid "c-dm"
6162
+ #~ msgstr "Dominica"
6163
+
6164
+ #~ msgid "c-do"
6165
+ #~ msgstr "Dominican Republic"
6166
+
6167
+ #~ msgid "c-ec"
6168
+ #~ msgstr "Ecuador"
6169
+
6170
+ #~ msgid "c-eg"
6171
+ #~ msgstr "Egypt"
6172
+
6173
+ #~ msgid "c-sv"
6174
+ #~ msgstr "El Salvador"
6175
+
6176
+ #~ msgid "c-gq"
6177
+ #~ msgstr "Equatorial Guinea"
6178
+
6179
+ #~ msgid "c-er"
6180
+ #~ msgstr "Eritrea"
6181
+
6182
+ #~ msgid "c-ee"
6183
+ #~ msgstr "Estonia"
6184
+
6185
+ #~ msgid "c-et"
6186
+ #~ msgstr "Ethiopia"
6187
+
6188
+ #~ msgid "c-fo"
6189
+ #~ msgstr "Faroe Islands"
6190
+
6191
+ #~ msgid "c-fk"
6192
+ #~ msgstr "Falkland Islands (Malvinas)"
6193
+
6194
+ #~ msgid "c-fj"
6195
+ #~ msgstr "Fiji"
6196
+
6197
+ #~ msgid "c-fi"
6198
+ #~ msgstr "Finland"
6199
+
6200
+ #~ msgid "c-fr"
6201
+ #~ msgstr "France"
6202
+
6203
+ #~ msgid "c-gf"
6204
+ #~ msgstr "French Guiana"
6205
+
6206
+ #~ msgid "c-ga"
6207
+ #~ msgstr "Gabon"
6208
+
6209
+ #~ msgid "c-gm"
6210
+ #~ msgstr "Gambia"
6211
+
6212
+ #~ msgid "c-ge"
6213
+ #~ msgstr "Georgia"
6214
+
6215
+ #~ msgid "c-de"
6216
+ #~ msgstr "Germany"
6217
+
6218
+ #~ msgid "c-gh"
6219
+ #~ msgstr "Ghana"
6220
+
6221
+ #~ msgid "c-gr"
6222
+ #~ msgstr "Greece"
6223
+
6224
+ #~ msgid "c-gl"
6225
+ #~ msgstr "Greenland"
6226
+
6227
+ #~ msgid "c-gd"
6228
+ #~ msgstr "Grenada"
6229
+
6230
+ #~ msgid "c-gp"
6231
+ #~ msgstr "Guadeloupe"
6232
+
6233
+ #~ msgid "c-gt"
6234
+ #~ msgstr "Guatemala"
6235
+
6236
+ #~ msgid "c-gn"
6237
+ #~ msgstr "Guinea"
6238
+
6239
+ #~ msgid "c-gw"
6240
+ #~ msgstr "Guinea-Bissau"
6241
+
6242
+ #~ msgid "c-gy"
6243
+ #~ msgstr "Guyana"
6244
+
6245
+ #~ msgid "c-ht"
6246
+ #~ msgstr "Haiti"
6247
+
6248
+ #~ msgid "c-hn"
6249
+ #~ msgstr "Honduras"
6250
+
6251
+ #~ msgid "c-hk"
6252
+ #~ msgstr "Hong Kong"
6253
+
6254
+ #~ msgid "c-hu"
6255
+ #~ msgstr "Hungary"
6256
+
6257
+ #~ msgid "c-is"
6258
+ #~ msgstr "Iceland"
6259
+
6260
+ #~ msgid "c-in"
6261
+ #~ msgstr "India"
6262
+
6263
+ #~ msgid "c-id"
6264
+ #~ msgstr "Indonesia"
6265
+
6266
+ #~ msgid "c-ir"
6267
+ #~ msgstr "Islamic Republic of Iran"
6268
+
6269
+ #~ msgid "c-iq"
6270
+ #~ msgstr "Iraq"
6271
+
6272
+ #~ msgid "c-ie"
6273
+ #~ msgstr "Ireland"
6274
+
6275
+ #~ msgid "c-il"
6276
+ #~ msgstr "Israel"
6277
+
6278
+ #~ msgid "c-it"
6279
+ #~ msgstr "Italy"
6280
+
6281
+ #~ msgid "c-jm"
6282
+ #~ msgstr "Jamaica"
6283
+
6284
+ #~ msgid "c-jp"
6285
+ #~ msgstr "Japan"
6286
+
6287
+ #~ msgid "c-jo"
6288
+ #~ msgstr "Jordan"
6289
+
6290
+ #~ msgid "c-kz"
6291
+ #~ msgstr "Kazakhstan"
6292
+
6293
+ #~ msgid "c-ke"
6294
+ #~ msgstr "Kenya"
6295
+
6296
+ #~ msgid "c-nr"
6297
+ #~ msgstr "Nauru"
6298
+
6299
+ #~ msgid "c-kp"
6300
+ #~ msgstr "Democratic People's Republic of Korea"
6301
+
6302
+ #~ msgid "c-kr"
6303
+ #~ msgstr "Republic of Korea"
6304
+
6305
+ #~ msgid "c-kv"
6306
+ #~ msgstr "Kosovo"
6307
+
6308
+ #~ msgid "c-kw"
6309
+ #~ msgstr "Kuwait"
6310
+
6311
+ #~ msgid "c-kg"
6312
+ #~ msgstr "Kyrgyzstan"
6313
+
6314
+ #~ msgid "c-la"
6315
+ #~ msgstr "Lao People's Democratic Republic"
6316
+
6317
+ #~ msgid "c-lv"
6318
+ #~ msgstr "Latvia"
6319
+
6320
+ #~ msgid "c-lb"
6321
+ #~ msgstr "Lebanon"
6322
+
6323
+ #~ msgid "c-ls"
6324
+ #~ msgstr "Lesotho"
6325
+
6326
+ #~ msgid "c-lr"
6327
+ #~ msgstr "Liberia"
6328
+
6329
+ #~ msgid "c-ly"
6330
+ #~ msgstr "Libyan Arab Jamahiriya"
6331
+
6332
+ #~ msgid "c-li"
6333
+ #~ msgstr "Liechtenstein"
6334
+
6335
+ #~ msgid "c-lt"
6336
+ #~ msgstr "Lithuania"
6337
+
6338
+ #~ msgid "c-lu"
6339
+ #~ msgstr "Luxembourg"
6340
+
6341
+ #~ msgid "c-mk"
6342
+ #~ msgstr "The Former Yugoslav Republic of Macedonia"
6343
+
6344
+ #~ msgid "c-mg"
6345
+ #~ msgstr "Madagascar"
6346
+
6347
+ #~ msgid "c-mw"
6348
+ #~ msgstr "Malawi"
6349
+
6350
+ #~ msgid "c-my"
6351
+ #~ msgstr "Malaysia"
6352
+
6353
+ #~ msgid "c-ml"
6354
+ #~ msgstr "Mali"
6355
+
6356
+ #~ msgid "c-mt"
6357
+ #~ msgstr "Malta"
6358
+
6359
+ #~ msgid "c-mq"
6360
+ #~ msgstr "Martinique"
6361
+
6362
+ #~ msgid "c-mr"
6363
+ #~ msgstr "Mauritania"
6364
+
6365
+ #~ msgid "c-mu"
6366
+ #~ msgstr "Mauritius"
6367
+
6368
+ #~ msgid "c-mx"
6369
+ #~ msgstr "Mexico"
6370
+
6371
+ #~ msgid "c-md"
6372
+ #~ msgstr "Moldova"
6373
+
6374
+ #~ msgid "c-mn"
6375
+ #~ msgstr "Mongolia"
6376
+
6377
+ #~ msgid "c-me"
6378
+ #~ msgstr "Montenegro"
6379
+
6380
+ #~ msgid "c-ms"
6381
+ #~ msgstr "Montserrat"
6382
+
6383
+ #~ msgid "c-ma"
6384
+ #~ msgstr "Morocco"
6385
+
6386
+ #~ msgid "c-mz"
6387
+ #~ msgstr "Mozambique"
6388
+
6389
+ #~ msgid "c-mm"
6390
+ #~ msgstr "Myanmar"
6391
+
6392
+ #~ msgid "c-na"
6393
+ #~ msgstr "Namibia"
6394
+
6395
+ #~ msgid "c-np"
6396
+ #~ msgstr "Nepal"
6397
+
6398
+ #~ msgid "c-nl"
6399
+ #~ msgstr "Netherlands"
6400
+
6401
+ #~ msgid "c-nc"
6402
+ #~ msgstr "New Caledonia"
6403
+
6404
+ #~ msgid "c-nz"
6405
+ #~ msgstr "New Zealand"
6406
+
6407
+ #~ msgid "c-ni"
6408
+ #~ msgstr "Nicaragua"
6409
+
6410
+ #~ msgid "c-ne"
6411
+ #~ msgstr "Niger"
6412
+
6413
+ #~ msgid "c-ng"
6414
+ #~ msgstr "Nigeria"
6415
+
6416
+ #~ msgid "c-no"
6417
+ #~ msgstr "Norway"
6418
+
6419
+ #~ msgid "c-om"
6420
+ #~ msgstr "Oman"
6421
+
6422
+ #~ msgid "c-pk"
6423
+ #~ msgstr "Pakistan"
6424
+
6425
+ #~ msgid "c-pw"
6426
+ #~ msgstr "Palau"
6427
+
6428
+ #~ msgid "c-ps"
6429
+ #~ msgstr "Occupied Palestinian Territory"
6430
+
6431
+ #~ msgid "c-pa"
6432
+ #~ msgstr "Panama"
6433
+
6434
+ #~ msgid "c-pg"
6435
+ #~ msgstr "Papua New Guinea"
6436
+
6437
+ #~ msgid "c-py"
6438
+ #~ msgstr "Paraguay"
6439
+
6440
+ #~ msgid "c-pe"
6441
+ #~ msgstr "Peru"
6442
+
6443
+ #~ msgid "c-ph"
6444
+ #~ msgstr "Philippines"
6445
+
6446
+ #~ msgid "c-pl"
6447
+ #~ msgstr "Poland"
6448
+
6449
+ #~ msgid "c-pt"
6450
+ #~ msgstr "Portugal"
6451
+
6452
+ #~ msgid "c-pr"
6453
+ #~ msgstr "Puerto Rico"
6454
+
6455
+ #~ msgid "c-qa"
6456
+ #~ msgstr "Qatar"
6457
+
6458
+ #~ msgid "c-re"
6459
+ #~ msgstr "Réunion"
6460
+
6461
+ #~ msgid "c-ro"
6462
+ #~ msgstr "Romania"
6463
+
6464
+ #~ msgid "c-ru"
6465
+ #~ msgstr "Russian Federation"
6466
+
6467
+ #~ msgid "c-rw"
6468
+ #~ msgstr "Rwanda"
6469
+
6470
+ #~ msgid "c-kn"
6471
+ #~ msgstr "Saint Kitts and Nevis"
6472
 
6473
+ #~ msgid "c-lc"
6474
+ #~ msgstr "Saint Lucia"
 
 
 
 
 
6475
 
6476
+ #~ msgid "c-mf"
6477
+ #~ msgstr "Saint Martin"
 
 
 
 
 
6478
 
6479
+ #~ msgid "c-vc"
6480
+ #~ msgstr "Saint Vincent and the Grenadines"
 
6481
 
6482
+ #~ msgid "c-ws"
6483
+ #~ msgstr "Samoa"
 
6484
 
6485
+ #~ msgid "c-st"
6486
+ #~ msgstr "Sao Tome and Principe"
 
6487
 
6488
+ #~ msgid "c-sa"
6489
+ #~ msgstr "Saudi Arabia"
 
6490
 
6491
+ #~ msgid "c-sn"
6492
+ #~ msgstr "Senegal"
 
6493
 
6494
+ #~ msgid "c-rs"
6495
+ #~ msgstr "Serbia"
 
6496
 
6497
+ #~ msgid "c-sl"
6498
+ #~ msgstr "Sierra Leone"
 
6499
 
6500
+ #~ msgid "c-sg"
6501
+ #~ msgstr "Singapore"
 
6502
 
6503
+ #~ msgid "c-sk"
6504
+ #~ msgstr "Slovakia"
 
6505
 
6506
+ #~ msgid "c-si"
6507
+ #~ msgstr "Slovenia"
 
6508
 
6509
+ #~ msgid "c-sb"
6510
+ #~ msgstr "Solomon Islands"
 
6511
 
6512
+ #~ msgid "c-so"
6513
+ #~ msgstr "Somalia"
 
6514
 
6515
+ #~ msgid "c-za"
6516
+ #~ msgstr "South Africa"
 
6517
 
6518
+ #~ msgid "c-gs"
6519
+ #~ msgstr "South Georgia and the South Sandwich Islands"
 
6520
 
6521
+ #~ msgid "c-es"
6522
+ #~ msgstr "Spain"
 
6523
 
6524
+ #~ msgid "c-lk"
6525
+ #~ msgstr "Sri Lanka"
 
6526
 
6527
+ #~ msgid "c-sc"
6528
+ #~ msgstr "Seychelles"
 
6529
 
6530
+ #~ msgid "c-sd"
6531
+ #~ msgstr "Sudan"
 
6532
 
6533
+ #~ msgid "c-ss"
6534
+ #~ msgstr "South Sudan"
 
6535
 
6536
+ #~ msgid "c-sr"
6537
+ #~ msgstr "Suriname"
 
6538
 
6539
+ #~ msgid "c-sj"
6540
+ #~ msgstr "Svalbard and Jan Mayen"
 
6541
 
6542
+ #~ msgid "c-sz"
6543
+ #~ msgstr "Swaziland"
 
6544
 
6545
+ #~ msgid "c-se"
6546
+ #~ msgstr "Sweden"
 
6547
 
6548
+ #~ msgid "c-ch"
6549
+ #~ msgstr "Switzerland"
 
6550
 
6551
+ #~ msgid "c-sy"
6552
+ #~ msgstr "Syrian Arab Republic"
 
6553
 
6554
+ #~ msgid "c-tw"
6555
+ #~ msgstr "Taiwan"
 
6556
 
6557
+ #~ msgid "c-tj"
6558
+ #~ msgstr "Tajikistan"
 
6559
 
6560
+ #~ msgid "c-tz"
6561
+ #~ msgstr "United Republic of Tanzania"
 
6562
 
6563
+ #~ msgid "c-th"
6564
+ #~ msgstr "Thailand"
 
6565
 
6566
+ #~ msgid "c-tl"
6567
+ #~ msgstr "Timor-Leste"
 
6568
 
6569
+ #~ msgid "c-tg"
6570
+ #~ msgstr "Togo"
 
6571
 
6572
+ #~ msgid "c-to"
6573
+ #~ msgstr "Tonga"
 
6574
 
6575
+ #~ msgid "c-tt"
6576
+ #~ msgstr "Trinidad and Tobago"
 
6577
 
6578
+ #~ msgid "c-tn"
6579
+ #~ msgstr "Tunisia"
 
6580
 
6581
+ #~ msgid "c-tr"
6582
+ #~ msgstr "Turkey"
 
6583
 
6584
+ #~ msgid "c-tm"
6585
+ #~ msgstr "Turkmenistan"
 
6586
 
6587
+ #~ msgid "c-tc"
6588
+ #~ msgstr "Turks and Caicos Islands"
 
6589
 
6590
+ #~ msgid "c-ug"
6591
+ #~ msgstr "Uganda"
 
6592
 
6593
+ #~ msgid "c-ua"
6594
+ #~ msgstr "Ukraine"
 
6595
 
6596
+ #~ msgid "c-ae"
6597
+ #~ msgstr "United Arab Emirates"
 
6598
 
6599
+ #~ msgid "c-gb"
6600
+ #~ msgstr "United Kingdom"
 
6601
 
6602
+ #~ msgid "c-us"
6603
+ #~ msgstr "United States"
 
6604
 
6605
+ #~ msgid "c-uy"
6606
+ #~ msgstr "Uruguay"
 
6607
 
6608
+ #~ msgid "c-uz"
6609
+ #~ msgstr "Uzbekistan"
 
6610
 
6611
+ #~ msgid "c-vu"
6612
+ #~ msgstr "Vanuatu"
 
6613
 
6614
+ #~ msgid "c-ve"
6615
+ #~ msgstr "Venezuela"
 
6616
 
6617
+ #~ msgid "c-vn"
6618
+ #~ msgstr "Viet Nam"
 
6619
 
6620
+ #~ msgid "c-vg"
6621
+ #~ msgstr "British Virgin Islands"
 
6622
 
6623
+ #~ msgid "c-vi"
6624
+ #~ msgstr "U.S. Virgin Islands"
 
6625
 
6626
+ #~ msgid "c-eh"
6627
+ #~ msgstr "Western Sahara"
 
6628
 
6629
+ #~ msgid "c-ye"
6630
+ #~ msgstr "Yemen"
 
6631
 
6632
+ #~ msgid "c-zm"
6633
+ #~ msgstr "Zambia"
 
6634
 
6635
+ #~ msgid "c-zw"
6636
+ #~ msgstr "Zimbabwe"
 
6637
 
6638
+ #~ msgid "c-gg"
6639
+ #~ msgstr "Guernsey"
 
6640
 
6641
+ #~ msgid "c-je"
6642
+ #~ msgstr "Jersey"
 
6643
 
6644
+ #~ msgid "c-im"
6645
+ #~ msgstr "Isle of Man"
 
6646
 
6647
+ #~ msgid "c-mv"
6648
+ #~ msgstr "Maldives"
 
6649
 
6650
+ #~ msgid "c-eu"
6651
+ #~ msgstr "Europe"
 
6652
 
6653
+ #~ msgid "xx"
6654
+ #~ msgstr "Unknown"
 
6655
 
6656
+ #~ msgid "aix"
6657
+ #~ msgstr "IBM AIX"
 
6658
 
6659
+ #~ msgid "beos"
6660
+ #~ msgstr "BeOS"
 
6661
 
6662
+ #~ msgid "centos"
6663
+ #~ msgstr "centos"
 
6664
 
6665
+ #~ msgid "freebsd"
6666
+ #~ msgstr "FreeBSD"
 
6667
 
6668
+ #~ msgid "hp-ux"
6669
+ #~ msgstr "HP-UX"
 
6670
 
6671
+ #~ msgid "ios"
6672
+ #~ msgstr "iPhone OS X"
 
6673
 
6674
+ #~ msgid "iphone osx"
6675
+ #~ msgstr "iPhone OS X"
 
6676
 
6677
+ #~ msgid "irix"
6678
+ #~ msgstr "IRIX"
 
6679
 
6680
+ #~ msgid "java"
6681
+ #~ msgstr "Java"
 
6682
 
6683
+ #~ msgid "mac68k"
6684
+ #~ msgstr "Mac 68k"
 
6685
 
6686
+ #~ msgid "macos"
6687
+ #~ msgstr "macos"
 
6688
 
6689
+ #~ msgid "macosx"
6690
+ #~ msgstr "Mac OS X"
 
6691
 
6692
+ #~ msgid "macppc"
6693
+ #~ msgstr "Mac PowerPC"
 
6694
 
6695
+ #~ msgid "mandriva"
6696
+ #~ msgstr "mandriva"
 
6697
 
6698
+ #~ msgid "mepis"
6699
+ #~ msgstr "mepis"
 
6700
 
6701
+ #~ msgid "ms-dos"
6702
+ #~ msgstr "ms-dos"
 
6703
 
6704
+ #~ msgid "netbsd"
6705
+ #~ msgstr "NetBSD"
 
6706
 
6707
+ #~ msgid "openbsd"
6708
+ #~ msgstr "OpenBSD"
 
6709
 
6710
+ #~ msgid "openvms"
6711
+ #~ msgstr "OpenVMS"
 
6712
 
6713
+ #~ msgid "os/2"
6714
+ #~ msgstr "IBM OS/2"
 
6715
 
6716
+ #~ msgid "palm"
6717
+ #~ msgstr "Palm"
 
6718
 
6719
+ #~ msgid "palmos"
6720
+ #~ msgstr "palmos"
 
6721
 
6722
+ #~ msgid "pclinuxos"
6723
+ #~ msgstr "pclinuxos"
 
6724
 
6725
+ #~ msgid "powertv"
6726
+ #~ msgstr "PowerTV"
 
6727
 
6728
+ #~ msgid "redhat"
6729
+ #~ msgstr "redhat"
 
6730
 
6731
+ #~ msgid "rim os"
6732
+ #~ msgstr "BlackBerry OS"
 
6733
 
6734
+ #~ msgid "risc os"
6735
+ #~ msgstr "Risc OS"
 
6736
 
6737
+ #~ msgid "sunos"
6738
+ #~ msgstr "Sun OS"
 
6739
 
6740
+ #~ msgid "suse"
6741
+ #~ msgstr "suse"
 
6742
 
6743
+ #~ msgid "ubuntu"
6744
+ #~ msgstr "Ubuntu"
 
6745
 
6746
+ #~ msgid "unix"
6747
+ #~ msgstr "Unix"
 
6748
 
6749
+ #~ msgid "wap"
6750
+ #~ msgstr "WAP"
 
6751
 
6752
+ #~ msgid "webos"
6753
+ #~ msgstr "WebOS"
 
6754
 
6755
+ #~ msgid "win10"
6756
+ #~ msgstr "Windows 10"
 
6757
 
6758
+ #~ msgid "win16"
6759
+ #~ msgstr "Windows 16-bit"
 
6760
 
6761
+ #~ msgid "win31"
6762
+ #~ msgstr "Windows 3.1"
 
6763
 
6764
+ #~ msgid "win32"
6765
+ #~ msgstr "Windows 32-bit"
 
6766
 
6767
+ #~ msgid "win7"
6768
+ #~ msgstr "Windows 7"
 
6769
 
6770
+ #~ msgid "win8"
6771
+ #~ msgstr "Windows 8"
 
6772
 
6773
+ #~ msgid "win8.1"
6774
+ #~ msgstr "Windows 8.1"
 
6775
 
6776
+ #~ msgid "win95"
6777
+ #~ msgstr "Windows 95"
 
6778
 
6779
+ #~ msgid "win98"
6780
+ #~ msgstr "Windows 98"
 
6781
 
6782
+ #~ msgid "wince"
6783
+ #~ msgstr "Windows CE"
 
6784
 
6785
+ #~ msgid "winme"
6786
+ #~ msgstr "Windows ME"
 
6787
 
6788
+ #~ msgid "winnt"
6789
+ #~ msgstr "Windows NT"
 
6790
 
6791
+ #~ msgid "winphone7"
6792
+ #~ msgstr "Windows Phone"
 
6793
 
6794
+ #~ msgid "winphone7.5"
6795
+ #~ msgstr "Windows Phone 7.5"
 
6796
 
6797
+ #~ msgid "winphone8"
6798
+ #~ msgstr "Windows Phone 8"
 
6799
 
6800
+ #~ msgid "winphone8.1"
6801
+ #~ msgstr "Windows Phone 8.1"
 
6802
 
6803
+ #~ msgid "winrt"
6804
+ #~ msgstr "winrt"
 
6805
 
6806
+ #~ msgid "winvista"
6807
+ #~ msgstr "Windows Vista"
 
6808
 
6809
+ #~ msgid "winxp"
6810
+ #~ msgstr "Windows XP"
 
6811
 
6812
+ #~ msgid "wyderos"
6813
+ #~ msgstr "WyderOS"
 
6814
 
6815
+ #~ msgid "p-and"
6816
+ #~ msgstr "Android"
 
6817
 
6818
+ #~ msgid "p-bla"
6819
+ #~ msgstr "BlackBerry"
 
6820
 
6821
+ #~ msgid "p-chr"
6822
+ #~ msgstr "Chrome OS"
 
6823
 
6824
+ #~ msgid "p-fir"
6825
+ #~ msgstr "Fire OS"
 
6826
 
6827
+ #~ msgid "p-fre"
6828
+ #~ msgstr "Linux FreeBSD"
 
6829
 
6830
+ #~ msgid "p-ios"
6831
+ #~ msgstr "Apple iOS"
 
6832
 
6833
+ #~ msgid "p-jav"
6834
+ #~ msgstr "Java-based OS"
 
6835
 
6836
+ #~ msgid "p-lin"
6837
+ #~ msgstr "Linux"
 
6838
 
6839
+ #~ msgid "p-mac"
6840
+ #~ msgstr "Apple"
 
6841
 
6842
+ #~ msgid "p-rim"
6843
+ #~ msgstr "Blackberry RIM"
 
6844
 
6845
+ #~ msgid "p-sym"
6846
+ #~ msgstr "Symbian OS"
 
6847
 
6848
+ #~ msgid "p-ubu"
6849
+ #~ msgstr "Linux Ubuntu"
 
6850
 
6851
+ #~ msgid "p-unk"
6852
+ #~ msgstr "Unknown"
 
6853
 
6854
+ #~ msgid "p-win"
6855
+ #~ msgstr "Microsoft"
 
6856
 
6857
+ #~ msgid "l-af"
6858
+ #~ msgstr "Afrikaans"
 
6859
 
6860
+ #~ msgid "l-af-za"
6861
+ #~ msgstr "Afrikaans (South Africa)"
 
6862
 
6863
+ #~ msgid "l-ar"
6864
+ #~ msgstr "Arabic"
 
6865
 
6866
+ #~ msgid "l-ar-ae"
6867
+ #~ msgstr "Arabic (U.A.E.)"
 
6868
 
6869
+ #~ msgid "l-ar-bh"
6870
+ #~ msgstr "Arabic (Bahrain)"
 
6871
 
6872
+ #~ msgid "l-ar-dz"
6873
+ #~ msgstr "Arabic (Algeria)"
 
6874
 
6875
+ #~ msgid "l-ar-eg"
6876
+ #~ msgstr "Arabic (Egypt)"
 
6877
 
6878
+ #~ msgid "l-ar-iq"
6879
+ #~ msgstr "Arabic (Iraq)"
 
6880
 
6881
+ #~ msgid "l-ar-jo"
6882
+ #~ msgstr "Arabic (Jordan)"
 
6883
 
6884
+ #~ msgid "l-ar-kw"
6885
+ #~ msgstr "Arabic (Kuwait)"
 
6886
 
6887
+ #~ msgid "l-ar-lb"
6888
+ #~ msgstr "Arabic (Lebanon)"
 
6889
 
6890
+ #~ msgid "l-ar-ly"
6891
+ #~ msgstr "Arabic (Libya)"
 
6892
 
6893
+ #~ msgid "l-ar-ma"
6894
+ #~ msgstr "Arabic (Morocco)"
 
6895
 
6896
+ #~ msgid "l-ar-om"
6897
+ #~ msgstr "Arabic (Oman)"
 
6898
 
6899
+ #~ msgid "l-ar-qa"
6900
+ #~ msgstr "Arabic (Qatar)"
 
6901
 
6902
+ #~ msgid "l-ar-sa"
6903
+ #~ msgstr "Arabic (Saudi Arabia)"
 
6904
 
6905
+ #~ msgid "l-ar-sy"
6906
+ #~ msgstr "Arabic (Syria)"
 
6907
 
6908
+ #~ msgid "l-ar-tn"
6909
+ #~ msgstr "Arabic (Tunisia)"
 
6910
 
6911
+ #~ msgid "l-ar-ye"
6912
+ #~ msgstr "Arabic (Yemen)"
 
6913
 
6914
+ #~ msgid "l-az"
6915
+ #~ msgstr "Azerbaijani"
 
6916
 
6917
+ #~ msgid "l-az-az"
6918
+ #~ msgstr "Azeri (Latin)"
 
6919
 
6920
+ #~ msgid "l-be"
6921
+ #~ msgstr "Belarusian"
 
6922
 
6923
+ #~ msgid "l-be-by"
6924
+ #~ msgstr "Belarusian (Belarus)"
 
6925
 
6926
+ #~ msgid "l-bg"
6927
+ #~ msgstr "Bulgarian"
 
6928
 
6929
+ #~ msgid "l-bg-bg"
6930
+ #~ msgstr "Bulgarian (Bulgaria)"
 
6931
 
6932
+ #~ msgid "l-bs-ba"
6933
+ #~ msgstr "Bosnian"
 
6934
 
6935
+ #~ msgid "l-ca"
6936
+ #~ msgstr "Catalan"
 
6937
 
6938
+ #~ msgid "l-ca-es"
6939
+ #~ msgstr "Catalan; Valencian"
 
6940
 
6941
+ #~ msgid "l-cs"
6942
+ #~ msgstr "Czech"
 
6943
 
6944
+ #~ msgid "l-cs-cz"
6945
+ #~ msgstr "Czech (Czech Republic)"
 
6946
 
6947
+ #~ msgid "l-cy"
6948
+ #~ msgstr "Welsh"
 
6949
 
6950
+ #~ msgid "l-cy-gb"
6951
+ #~ msgstr "Welsh (UK)"
 
6952
 
6953
+ #~ msgid "l-da"
6954
+ #~ msgstr "Danish"
 
6955
 
6956
+ #~ msgid "l-da-dk"
6957
+ #~ msgstr "Danish (Denmark)"
 
6958
 
6959
+ #~ msgid "l-de"
6960
+ #~ msgstr "German"
 
6961
 
6962
+ #~ msgid "l-de-at"
6963
+ #~ msgstr "German (Austria)"
 
6964
 
6965
+ #~ msgid "l-de-ch"
6966
+ #~ msgstr "German (Switzerland)"
 
6967
 
6968
+ #~ msgid "l-de-de"
6969
+ #~ msgstr "German (Germany)"
 
6970
 
6971
+ #~ msgid "l-de-li"
6972
+ #~ msgstr "German (Liechtenstein)"
 
6973
 
6974
+ #~ msgid "l-de-lu"
6975
+ #~ msgstr "German (Luxembourg)"
 
6976
 
6977
+ #~ msgid "l-dv"
6978
+ #~ msgstr "Dhivehi; Divehi; Maldivian"
 
6979
 
6980
+ #~ msgid "l-dv-mv"
6981
+ #~ msgstr "Maldivian"
 
6982
 
6983
+ #~ msgid "l-el"
6984
+ #~ msgstr "Greek"
 
6985
 
6986
+ #~ msgid "l-el-gr"
6987
+ #~ msgstr "Greek (Greece)"
 
6988
 
6989
+ #~ msgid "l-en"
6990
+ #~ msgstr "English"
 
6991
 
6992
+ #~ msgid "l-en-au"
6993
+ #~ msgstr "English (Australia)"
 
6994
 
6995
+ #~ msgid "l-en-bz"
6996
+ #~ msgstr "English (Belize)"
 
6997
 
6998
+ #~ msgid "l-en-ca"
6999
+ #~ msgstr "English (Canada)"
 
7000
 
7001
+ #~ msgid "l-en-cb"
7002
+ #~ msgstr "English (Caribbean)"
 
7003
 
7004
+ #~ msgid "l-en-gb"
7005
+ #~ msgstr "English (Great Britain)"
 
7006
 
7007
+ #~ msgid "l-en-ie"
7008
+ #~ msgstr "English (Ireland)"
 
7009
 
7010
+ #~ msgid "l-en-jm"
7011
+ #~ msgstr "English (Jamaica)"
 
7012
 
7013
+ #~ msgid "l-en-nz"
7014
+ #~ msgstr "English (New Zealand)"
 
7015
 
7016
+ #~ msgid "l-en-ph"
7017
+ #~ msgstr "English (Philippines)"
 
7018
 
7019
+ #~ msgid "l-en-tt"
7020
+ #~ msgstr "English (Trinidad and Tobago)"
 
7021
 
7022
+ #~ msgid "l-en-us"
7023
+ #~ msgstr "English (USA)"
 
7024
 
7025
+ #~ msgid "l-en-za"
7026
+ #~ msgstr "English (South Africa)"
 
7027
 
7028
+ #~ msgid "l-en-zw"
7029
+ #~ msgstr "English (Zimbabwe)"
 
7030
 
7031
+ #~ msgid "l-eo"
7032
+ #~ msgstr "Esperanto"
 
7033
 
7034
+ #~ msgid "l-es"
7035
+ #~ msgstr "Spanish"
 
7036
 
7037
+ #~ msgid "l-es-ar"
7038
+ #~ msgstr "Spanish (Argentina)"
 
7039
 
7040
+ #~ msgid "l-es-bo"
7041
+ #~ msgstr "Spanish (Bolivia)"
 
7042
 
7043
+ #~ msgid "l-es-cl"
7044
+ #~ msgstr "Spanish (Chile)"
 
7045
 
7046
+ #~ msgid "l-es-co"
7047
+ #~ msgstr "Spanish (Colombia)"
 
7048
 
7049
+ #~ msgid "l-es-cr"
7050
+ #~ msgstr "Spanish (Costa Rica)"
 
7051
 
7052
+ #~ msgid "l-es-do"
7053
+ #~ msgstr "Spanish (Dominican Republic)"
 
7054
 
7055
+ #~ msgid "l-es-ec"
7056
+ #~ msgstr "Spanish (Ecuador)"
 
7057
 
7058
+ #~ msgid "l-es-es"
7059
+ #~ msgstr "Spanish (Spain)"
 
7060
 
7061
+ #~ msgid "l-es-gt"
7062
+ #~ msgstr "Spanish (Guatemala)"
 
7063
 
7064
+ #~ msgid "l-es-hn"
7065
+ #~ msgstr "Spanish (Honduras)"
 
7066
 
7067
+ #~ msgid "l-es-mx"
7068
+ #~ msgstr "Spanish (Mexico)"
 
7069
 
7070
+ #~ msgid "l-es-ni"
7071
+ #~ msgstr "Spanish (Nicaragua)"
 
7072
 
7073
+ #~ msgid "l-es-pa"
7074
+ #~ msgstr "Spanish (Panama)"
 
7075
 
7076
+ #~ msgid "l-es-pe"
7077
+ #~ msgstr "Spanish (Peru)"
 
7078
 
7079
+ #~ msgid "l-es-pr"
7080
+ #~ msgstr "Spanish (Puerto Rico)"
 
7081
 
7082
+ #~ msgid "l-es-py"
7083
+ #~ msgstr "Spanish (Paraguay)"
 
7084
 
7085
+ #~ msgid "l-es-sv"
7086
+ #~ msgstr "Spanish (El Salvador)"
 
7087
 
7088
+ #~ msgid "l-es-uy"
7089
+ #~ msgstr "Spanish (Uruguay)"
 
7090
 
7091
+ #~ msgid "l-es-ve"
7092
+ #~ msgstr "Spanish (Venezuela)"
 
7093
 
7094
+ #~ msgid "l-et"
7095
+ #~ msgstr "Estonian"
 
7096
 
7097
+ #~ msgid "l-et-ee"
7098
+ #~ msgstr "Estonian (Estonia)"
 
7099
 
7100
+ #~ msgid "l-eu"
7101
+ #~ msgstr "Basque"
 
7102
 
7103
+ #~ msgid "l-eu-es"
7104
+ #~ msgstr "Basque (Spain)"
 
7105
 
7106
+ #~ msgid "l-fa"
7107
+ #~ msgstr "Persian"
 
7108
 
7109
+ #~ msgid "l-fa-ir"
7110
+ #~ msgstr "Persian (Iran)"
 
7111
 
7112
+ #~ msgid "l-fi"
7113
+ #~ msgstr "Finnish"
 
7114
 
7115
+ #~ msgid "l-fi-fi"
7116
+ #~ msgstr "Finnish (Finland)"
 
7117
 
7118
+ #~ msgid "l-fo"
7119
+ #~ msgstr "Faroese"
 
7120
 
7121
+ #~ msgid "l-fo-fo"
7122
+ #~ msgstr "Faroese (Faroe Islands)"
 
7123
 
7124
+ #~ msgid "l-fr"
7125
+ #~ msgstr "French"
 
7126
 
7127
+ #~ msgid "l-fr-be"
7128
+ #~ msgstr "French (Belgium)"
 
7129
 
7130
+ #~ msgid "l-fr-ca"
7131
+ #~ msgstr "French (Canada)"
 
7132
 
7133
+ #~ msgid "l-fr-ch"
7134
+ #~ msgstr "French (Switzerland)"
 
7135
 
7136
+ #~ msgid "l-fr-fr"
7137
+ #~ msgstr "French (France)"
 
7138
 
7139
+ #~ msgid "l-fr-lu"
7140
+ #~ msgstr "French (Luxembourg)"
 
7141
 
7142
+ #~ msgid "l-fr-mc"
7143
+ #~ msgstr "French (Monaco)"
 
7144
 
7145
+ #~ msgid "l-gl"
7146
+ #~ msgstr "Galician"
 
7147
 
7148
+ #~ msgid "l-gl-es"
7149
+ #~ msgstr "Galician (Spain)"
 
7150
 
7151
+ #~ msgid "l-gu"
7152
+ #~ msgstr "Gujarati"
 
7153
 
7154
+ #~ msgid "l-gu-in"
7155
+ #~ msgstr "Gujarati (India)"
 
7156
 
7157
+ #~ msgid "l-he"
7158
+ #~ msgstr "Hebrew"
 
7159
 
7160
+ #~ msgid "l-he-il"
7161
+ #~ msgstr "Hebrew (Israel)"
 
7162
 
7163
+ #~ msgid "l-hi"
7164
+ #~ msgstr "Hindi"
 
7165
 
7166
+ #~ msgid "l-hi-in"
7167
+ #~ msgstr "Hindi (India)"
 
7168
 
7169
+ #~ msgid "l-hr"
7170
+ #~ msgstr "Croatian"
 
7171
 
7172
+ #~ msgid "l-hr-ba"
7173
+ #~ msgstr "Croatian (Bosnia)"
 
7174
 
7175
+ #~ msgid "l-hr-hr"
7176
+ #~ msgstr "Croatian (Croatia)"
 
7177
 
7178
+ #~ msgid "l-hu"
7179
+ #~ msgstr "Hungarian"
 
7180
 
7181
+ #~ msgid "l-hu-hu"
7182
+ #~ msgstr "Hungarian (Hungary)"
 
7183
 
7184
+ #~ msgid "l-hy"
7185
+ #~ msgstr "Armenian"
 
7186
 
7187
+ #~ msgid "l-hy-am"
7188
+ #~ msgstr "Armenian (Armenia)"
 
7189
 
7190
+ #~ msgid "l-id"
7191
+ #~ msgstr "Indonesian"
 
7192
 
7193
+ #~ msgid "l-id-id"
7194
+ #~ msgstr "Indonesian"
 
7195
 
7196
+ #~ msgid "l-is"
7197
+ #~ msgstr "Icelandic"
 
7198
 
7199
+ #~ msgid "l-is-is"
7200
+ #~ msgstr "Icelandic (Iceland)"
 
7201
 
7202
+ #~ msgid "l-it"
7203
+ #~ msgstr "Italian"
 
7204
 
7205
+ #~ msgid "l-it-ch"
7206
+ #~ msgstr "Italian (Switzerland)"
 
7207
 
7208
+ #~ msgid "l-it-it"
7209
+ #~ msgstr "Italian (Italy)"
 
7210
 
7211
+ #~ msgid "l-ja"
7212
+ #~ msgstr "Japanese"
 
7213
 
7214
+ #~ msgid "l-ja-jp"
7215
+ #~ msgstr "Japanese (Japan)"
 
7216
 
7217
+ #~ msgid "l-ka"
7218
+ #~ msgstr "Georgian"
 
7219
 
7220
+ #~ msgid "l-ka-ge"
7221
+ #~ msgstr "Georgian (Georgia)"
 
7222
 
7223
+ #~ msgid "l-kk"
7224
+ #~ msgstr "Kazakh"
 
7225
 
7226
+ #~ msgid "l-kk-kz"
7227
+ #~ msgstr "Kazakh (Kazakhstan)"
 
7228
 
7229
+ #~ msgid "l-kn"
7230
+ #~ msgstr "Kannada"
 
7231
 
7232
+ #~ msgid "l-kn-in"
7233
+ #~ msgstr "Kannada (India)"
 
7234
 
7235
+ #~ msgid "l-ko"
7236
+ #~ msgstr "Korean"
 
7237
 
7238
+ #~ msgid "l-ko-kr"
7239
+ #~ msgstr "Korean (Korea)"
 
7240
 
7241
+ #~ msgid "l-kok"
7242
+ #~ msgstr "Konkani"
 
7243
 
7244
+ #~ msgid "l-kok-in"
7245
+ #~ msgstr "Konkani (India)"
 
7246
 
7247
+ #~ msgid "l-ky"
7248
+ #~ msgstr "Kirghiz"
 
7249
 
7250
+ #~ msgid "l-ky-kg"
7251
+ #~ msgstr "Kirghiz (Kazakhstan)"
 
7252
 
7253
+ #~ msgid "l-lt"
7254
+ #~ msgstr "Lithuanian"
 
7255
 
7256
+ #~ msgid "l-lt-lt"
7257
+ #~ msgstr "Lithuanian (Lithuania)"
 
7258
 
7259
+ #~ msgid "l-lv"
7260
+ #~ msgstr "Latvian"
 
7261
 
7262
+ #~ msgid "l-lv-lv"
7263
+ #~ msgstr "Latvian (Latvia)"
 
7264
 
7265
+ #~ msgid "l-mi"
7266
+ #~ msgstr "Maori"
 
7267
 
7268
+ #~ msgid "l-mi-nz"
7269
+ #~ msgstr "Maori (New Zealand)"
 
7270
 
7271
+ #~ msgid "l-mk"
7272
+ #~ msgstr "Macedonian"
 
7273
 
7274
+ #~ msgid "l-mk-ml"
7275
+ #~ msgstr "Macedonian (FYROM)"
 
7276
 
7277
+ #~ msgid "l-mn"
7278
+ #~ msgstr "Mongolian"
 
7279
 
7280
+ #~ msgid "l-mn-mn"
7281
+ #~ msgstr "Mongolian (Mongolia)"
 
7282
 
7283
+ #~ msgid "l-mr"
7284
+ #~ msgstr "Marathi"
 
7285
 
7286
+ #~ msgid "l-mr-in"
7287
+ #~ msgstr "Marathi (India)"
 
7288
 
7289
+ #~ msgid "l-ms"
7290
+ #~ msgstr "Malay"
 
7291
 
7292
+ #~ msgid "l-ms-bn"
7293
+ #~ msgstr "Malay (Brunei)"
 
7294
 
7295
+ #~ msgid "l-ms-my"
7296
+ #~ msgstr "Malay (Malaysia)"
 
7297
 
7298
+ #~ msgid "l-mt"
7299
+ #~ msgstr "Maltese"
 
7300
 
7301
+ #~ msgid "l-mt-mt"
7302
+ #~ msgstr "Maltese (Malta)"
 
7303
 
7304
+ #~ msgid "l-nb"
7305
+ #~ msgstr "Norwegian; Bokmål"
 
7306
 
7307
+ #~ msgid "l-nb-no"
7308
+ #~ msgstr "Norwegian (Norway)"
 
7309
 
7310
+ #~ msgid "l-nl"
7311
+ #~ msgstr "Dutch; Flemish"
 
7312
 
7313
+ #~ msgid "l-nl-be"
7314
+ #~ msgstr "Dutch (Belgium)"
 
7315
 
7316
+ #~ msgid "l-nl-nl"
7317
+ #~ msgstr "Dutch (The Netherlands)"
 
7318
 
7319
+ #~ msgid "l-nn-no"
7320
+ #~ msgstr "Norwegian; Nynorsk (Norway)"
 
7321
 
7322
+ #~ msgid "l-ns"
7323
+ #~ msgstr "Northern Sotho"
 
7324
 
7325
+ #~ msgid "l-ns-za"
7326
+ #~ msgstr "Northern Sotho (South Africa)"
 
7327
 
7328
+ #~ msgid "l-pa"
7329
+ #~ msgstr "Panjabi; Punjabi"
 
7330
 
7331
+ #~ msgid "l-pa-in"
7332
+ #~ msgstr "Panjabi (India)"
 
7333
 
7334
+ #~ msgid "l-pl"
7335
+ #~ msgstr "Polish"
 
7336
 
7337
+ #~ msgid "l-pl-pl"
7338
+ #~ msgstr "Polish (Poland)"
 
7339
 
7340
+ #~ msgid "l-ps"
7341
+ #~ msgstr "Pushto; Pashto"
 
7342
 
7343
+ #~ msgid "l-ps-ar"
7344
+ #~ msgstr "Pashto (Afghanistan)"
 
7345
 
7346
+ #~ msgid "l-pt"
7347
+ #~ msgstr "Portuguese"
 
7348
 
7349
+ #~ msgid "l-pt-br"
7350
+ #~ msgstr "Portuguese (Brazil)"
 
7351
 
7352
+ #~ msgid "l-pt-pt"
7353
+ #~ msgstr "Portuguese (Portugal)"
 
7354
 
7355
+ #~ msgid "l-qu"
7356
+ #~ msgstr "Quechua"
 
7357
 
7358
+ #~ msgid "l-qu-bo"
7359
+ #~ msgstr "Quechua (Bolivia)"
 
7360
 
7361
+ #~ msgid "l-qu-ec"
7362
+ #~ msgstr "Quechua (Ecuador)"
 
7363
 
7364
+ #~ msgid "l-qu-pe"
7365
+ #~ msgstr "Quechua (Peru)"
 
7366
 
7367
+ #~ msgid "l-ro"
7368
+ #~ msgstr "Romanian"
 
7369
 
7370
+ #~ msgid "l-ro-ro"
7371
+ #~ msgstr "Romanian (Romania)"
 
7372
 
7373
+ #~ msgid "l-ru"
7374
+ #~ msgstr "Russian"
 
7375
 
7376
+ #~ msgid "l-ru-ru"
7377
+ #~ msgstr "Russian (Russia)"
 
7378
 
7379
+ #~ msgid "l-sa"
7380
+ #~ msgstr "Sanskrit"
 
7381
 
7382
+ #~ msgid "l-sa-in"
7383
+ #~ msgstr "Sanskrit (India)"
 
7384
 
7385
+ #~ msgid "l-se"
7386
+ #~ msgstr "Northern Sami"
 
7387
 
7388
+ #~ msgid "l-se-fi"
7389
+ #~ msgstr "Northern Sami (Finland)"
 
7390
 
7391
+ #~ msgid "l-se-no"
7392
+ #~ msgstr "Northern Sami (Norway)"
 
7393
 
7394
+ #~ msgid "l-se-se"
7395
+ #~ msgstr "Northern Sami (Sweden)"
 
7396
 
7397
+ #~ msgid "l-sk"
7398
+ #~ msgstr "Slovak"
 
7399
 
7400
+ #~ msgid "l-sk-sk"
7401
+ #~ msgstr "Slovak (Slovakia)"
 
7402
 
7403
+ #~ msgid "l-sl"
7404
+ #~ msgstr "Slovenian"
 
7405
 
7406
+ #~ msgid "l-sl-si"
7407
+ #~ msgstr "Slovenian (Slovenia)"
 
7408
 
7409
+ #~ msgid "l-sq"
7410
+ #~ msgstr "Albanian"
 
7411
 
7412
+ #~ msgid "l-sq-al"
7413
+ #~ msgstr "Albanian (Albania)"
 
7414
 
7415
+ #~ msgid "l-sr-ba"
7416
+ #~ msgstr "Serbian (Bosnia and Herzegovina)"
 
7417
 
7418
+ #~ msgid "l-sr-sp"
7419
+ #~ msgstr "Serbian (Serbia and Montenegro)"
 
7420
 
7421
+ #~ msgid "l-sv"
7422
+ #~ msgstr "Swedish"
 
7423
 
7424
+ #~ msgid "l-sv-fi"
7425
+ #~ msgstr "Swedish (Finland)"
 
7426
 
7427
+ #~ msgid "l-sv-se"
7428
+ #~ msgstr "Swedish (Sweden)"
 
7429
 
7430
+ #~ msgid "l-sw"
7431
+ #~ msgstr "Swahili"
 
7432
 
7433
+ #~ msgid "l-sw-ke"
7434
+ #~ msgstr "Swahili (Kenya)"
 
7435
 
7436
+ #~ msgid "l-ta"
7437
+ #~ msgstr "Tamil"
 
7438
 
7439
+ #~ msgid "l-ta-in"
7440
+ #~ msgstr "Tamil (India)"
 
7441
 
7442
+ #~ msgid "l-te"
7443
+ #~ msgstr "Telugu"
 
7444
 
7445
+ #~ msgid "l-te-in"
7446
+ #~ msgstr "Telugu (India)"
 
7447
 
7448
+ #~ msgid "l-th"
7449
+ #~ msgstr "Thai"
 
7450
 
7451
+ #~ msgid "l-th-th"
7452
+ #~ msgstr "Thai (Thailand)"
 
7453
 
7454
+ #~ msgid "l-tl"
7455
+ #~ msgstr "Tagalog"
 
7456
 
7457
+ #~ msgid "l-tl-ph"
7458
+ #~ msgstr "Tagalog (Philippines)"
 
7459
 
7460
+ #~ msgid "l-tn"
7461
+ #~ msgstr "Tswana"
 
7462
 
7463
+ #~ msgid "l-tn-za"
7464
+ #~ msgstr "Tswana (South Africa)"
 
7465
 
7466
+ #~ msgid "l-tr"
7467
+ #~ msgstr "Turkish"
 
7468
 
7469
+ #~ msgid "l-tr-tr"
7470
+ #~ msgstr "Turkish (Turkey)"
 
7471
 
7472
+ #~ msgid "l-tt"
7473
+ #~ msgstr "Tatar"
 
7474
 
7475
+ #~ msgid "l-tt-ru"
7476
+ #~ msgstr "Tatar (Russia)"
 
7477
 
7478
+ #~ msgid "l-ts"
7479
+ #~ msgstr "Tsonga"
 
7480
 
7481
+ #~ msgid "l-uk"
7482
+ #~ msgstr "Ukrainian"
 
7483
 
7484
+ #~ msgid "l-uk-ua"
7485
+ #~ msgstr "Ukrainian (Ukraine)"
 
7486
 
7487
+ #~ msgid "l-ur"
7488
+ #~ msgstr "Urdu"
 
7489
 
7490
+ #~ msgid "l-ur-pk"
7491
+ #~ msgstr "Urdu (Pakistan)"
 
7492
 
7493
+ #~ msgid "l-uz"
7494
+ #~ msgstr "Uzbek"
 
7495
 
7496
+ #~ msgid "l-uz-uz"
7497
+ #~ msgstr "Uzbek (Uzbekistan)"
 
 
7498
 
7499
+ #~ msgid "l-vi"
7500
+ #~ msgstr "Vietnamese"
 
 
7501
 
7502
+ #~ msgid "l-vi-vn"
7503
+ #~ msgstr "Vietnamese (Viet Nam)"
 
 
7504
 
7505
+ #~ msgid "l-xh"
7506
+ #~ msgstr "Xhosa"
 
 
7507
 
7508
+ #~ msgid "l-xh-za"
7509
+ #~ msgstr "Xhosa (South Africa)"
 
 
7510
 
7511
+ #~ msgid "l-zh"
7512
+ #~ msgstr "Chinese"
 
 
7513
 
7514
+ #~ msgid "l-zh-cn"
7515
+ #~ msgstr "Chinese (S)"
 
7516
 
7517
+ #~ msgid "l-zh-hk"
7518
+ #~ msgstr "Chinese (Hong Kong)"
 
 
7519
 
7520
+ #~ msgid "l-zh-mo"
7521
+ #~ msgstr "Chinese (Macau)"
 
 
7522
 
7523
+ #~ msgid "l-zh-sg"
7524
+ #~ msgstr "Chinese (Singapore)"
 
 
7525
 
7526
+ #~ msgid "l-zh-tw"
7527
+ #~ msgstr "Chinese (T)"
 
 
7528
 
7529
+ #~ msgid "l-zu"
7530
+ #~ msgstr "Zulu"
 
 
7531
 
7532
+ #~ msgid "l-zu-za"
7533
+ #~ msgstr "Zulu (South Africa)"
 
 
7534
 
7535
+ #~ msgid "l-empty"
7536
+ #~ msgstr "Unknown"
 
 
7537
 
7538
+ #~ msgid "l-xx"
7539
+ #~ msgstr "Unknown"
 
7540
 
7541
+ #~ msgid "c-xy"
7542
+ #~ msgstr "Local IP"
 
7543
 
7544
+ #~ msgid "Last 30 Days"
7545
+ #~ msgstr "Last 30 Days"
 
 
7546
 
7547
+ #~ msgid "Last 90 Days"
7548
+ #~ msgstr "Last 90 Days"
 
 
7549
 
7550
+ #~ msgid "Last 365 Days"
7551
+ #~ msgstr "Last 365 Days"
 
7552
 
7553
+ #~ msgid "MozRank"
7554
+ #~ msgstr "MozRank"
 
7555
 
7556
+ #~ msgid ""
7557
+ #~ "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
7558
+ #~ "link popularity score. It reflects the importance of any given web page "
7559
+ #~ "on the Internet."
7560
+ #~ msgstr ""
7561
+ #~ "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
7562
+ #~ "link popularity score. It reflects the importance of any given web page "
7563
+ #~ "on the Internet."
7564
 
7565
+ #~ msgid "Equity Links"
7566
+ #~ msgstr "Equity Links"
 
7567
 
7568
+ #~ msgid ""
7569
+ #~ "Number of authority-passing links (including followed links and "
7570
+ #~ "redirects, internal or external) to your website. Set the permalink "
7571
+ #~ "filter here above to get the corresponding metrics in this report."
7572
+ #~ msgstr ""
7573
+ #~ "Number of authority-passing links (including followed links and "
7574
+ #~ "redirects, internal or external) to your website. Set the permalink "
7575
+ #~ "filter here above to get the corresponding metrics in this report."
7576
 
7577
+ #~ msgid "Facebook Shares"
7578
+ #~ msgstr "Facebook Shares"
 
7579
 
7580
+ #~ msgid "Facebook Clicks"
7581
+ #~ msgstr "Facebook Clicks"
 
7582
 
7583
+ #~ msgid "How many times links to your website have been clicked on Facebook."
7584
+ #~ msgstr "How many times links to your website have been clicked on Facebook."
 
7585
 
7586
+ #~ msgid "acrobat"
7587
+ #~ msgstr "Acrobat Reader"
 
7588
 
7589
+ #~ msgid "director"
7590
+ #~ msgstr "Macromedia Director"
 
7591
 
7592
+ #~ msgid "flash"
7593
+ #~ msgstr "Adobe Flash Player"
 
7594
 
7595
+ #~ msgid "mediaplayer"
7596
+ #~ msgstr "Microsoft Media Player"
 
 
 
 
 
7597
 
7598
+ #~ msgid "quicktime"
7599
+ #~ msgstr "QuickTime"
 
 
 
 
 
7600
 
7601
+ #~ msgid "pdfviewer"
7602
+ #~ msgstr "pdfviewer"
 
 
 
 
 
 
 
7603
 
7604
+ #~ msgid "real"
7605
+ #~ msgstr "Real Player"
 
 
 
 
 
 
 
 
 
 
 
7606
 
7607
+ #~ msgid "silverlight"
7608
+ #~ msgstr "Microsoft Silverlight"
 
7609
 
7610
  #~ msgid "Requires PHP 7.1"
7611
  #~ msgstr "Requires PHP 7.1"
languages/wp-slimstat-en_US.mo DELETED
Binary file
languages/wp-slimstat-en_US.po DELETED
@@ -1,5897 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WP SlimStat\n"
4
- "POT-Creation-Date: 2019-04-26 13:32-0400\n"
5
- "PO-Revision-Date: \n"
6
- "Last-Translator: WP Slimstat <support@wp-slimstat.com>\n"
7
- "Language-Team: Jason Crouse <support@wp-slimstat.com>\n"
8
- "Language: en_US\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.2.1\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
- "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
18
- "X-Poedit-SearchPathExcluded-1: ../admin/js\n"
19
-
20
- #: ../admin/config/index.php:22 ../admin/config/index.php:50
21
- #: ../admin/config/index.php:75
22
- #, fuzzy
23
- #| msgid ""
24
- #| "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
25
- #| "Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
26
- #| "information"
27
- msgid ""
28
- "Invalid capability. Please check <a href=\"https://codex.wordpress.org/"
29
- "Roles_and_Capabilities\" target=\"_new\">this page</a> for more information"
30
- msgstr ""
31
- "Invalid capability. Please check <a href=“http://codex.wordpress.org/"
32
- "Roles_and_Capabilities” target=“_new”>this page</a> for more information"
33
-
34
- #: ../admin/config/index.php:37
35
- msgid "Read access: username not found"
36
- msgstr ""
37
-
38
- #: ../admin/config/index.php:65
39
- msgid "Config access: username not found"
40
- msgstr ""
41
-
42
- #: ../admin/config/index.php:84
43
- msgid "Basic"
44
- msgstr ""
45
-
46
- #: ../admin/config/index.php:86 ../admin/config/index.php:108
47
- msgid "Tracker"
48
- msgstr ""
49
-
50
- #: ../admin/config/index.php:87
51
- msgid "Enable Tracking"
52
- msgstr ""
53
-
54
- #: ../admin/config/index.php:87
55
- msgid "Turn the tracker on or off, while keeping the reports accessible."
56
- msgstr ""
57
-
58
- #: ../admin/config/index.php:88
59
- msgid "Tracking Mode"
60
- msgstr ""
61
-
62
- #: ../admin/config/index.php:88
63
- msgid ""
64
- "Select <strong>Client</strong> if you are using a caching plugin (W3 Total "
65
- "Cache, WP SuperCache, HyperCache, etc). Slimstat will behave pretty much "
66
- "like Google Analytics, and visitors whose browser does not support "
67
- "Javascript will be ignored. A nice side effect is that <strong>most "
68
- "spammers, search engines and other crawlers</strong> will not be tracked."
69
- msgstr ""
70
-
71
- #: ../admin/config/index.php:88
72
- msgid "Client"
73
- msgstr ""
74
-
75
- #: ../admin/config/index.php:88
76
- msgid "Server"
77
- msgstr ""
78
-
79
- #: ../admin/config/index.php:89
80
- msgid "Track Client Info"
81
- msgstr ""
82
-
83
- #: ../admin/config/index.php:89
84
- msgid ""
85
- "If this option is turned off, the tracker will not be collecting information "
86
- "such as screen resolution, outbound links, downloads, etc. This option is "
87
- "ignored if Tracking Mode is set to Client."
88
- msgstr ""
89
-
90
- #: ../admin/config/index.php:90
91
- msgid "Track Admin Pages"
92
- msgstr ""
93
-
94
- #: ../admin/config/index.php:90
95
- msgid "Enable this option to track your users' activity within the admin."
96
- msgstr ""
97
-
98
- #: ../admin/config/index.php:92
99
- msgid "WordPress Integration"
100
- msgstr ""
101
-
102
- #: ../admin/config/index.php:93
103
- msgid "Dashboard Widgets"
104
- msgstr ""
105
-
106
- #: ../admin/config/index.php:93
107
- msgid ""
108
- "Enable this option if you want to add reports to your WordPress Dashboard. "
109
- "Use the Customizer to choose which ones to display."
110
- msgstr ""
111
-
112
- #: ../admin/config/index.php:94
113
- msgid "Menu Position"
114
- msgstr ""
115
-
116
- #: ../admin/config/index.php:94
117
- msgid ""
118
- "Choose between a standalone admin menu for Slimstat or a drop down in the "
119
- "admin bar (if visible)."
120
- msgstr ""
121
-
122
- #: ../admin/config/index.php:94
123
- msgid "Side"
124
- msgstr ""
125
-
126
- #: ../admin/config/index.php:94
127
- msgid "Bar"
128
- msgstr ""
129
-
130
- #: ../admin/config/index.php:95
131
- msgid "Report Interval"
132
- msgstr ""
133
-
134
- #: ../admin/config/index.php:95
135
- msgid ""
136
- "Enter the time range, in days, that should be used to count the number of "
137
- "pageviews on Posts/Pages (see option here below) and for the Default Time "
138
- "Span option under the Reports tab."
139
- msgstr ""
140
-
141
- #: ../admin/config/index.php:96
142
- msgid "Posts and Pages"
143
- msgstr ""
144
-
145
- #: ../admin/config/index.php:96
146
- msgid ""
147
- "Add a new column to the Edit Posts/Pages screens, with the number of hits "
148
- "per post within the timeframe specified here below."
149
- msgstr ""
150
-
151
- #: ../admin/config/index.php:98
152
- msgid "Report Type"
153
- msgstr ""
154
-
155
- #: ../admin/config/index.php:98
156
- msgid ""
157
- "Select what kind of information you would like to see displayed on your "
158
- "Posts admin screen. Hits counts all the pageviews regardless of the user, "
159
- "(unique) IPs counts only one hit per IP in the given time range."
160
- msgstr ""
161
-
162
- #: ../admin/config/index.php:98 ../admin/view/wp-slimstat-db.php:115
163
- #: ../admin/view/wp-slimstat-db.php:906 ../admin/view/wp-slimstat-db.php:1157
164
- #: ../admin/view/wp-slimstat-db.php:1163 ../admin/view/wp-slimstat-db.php:1169
165
- #: ../admin/view/wp-slimstat-db.php:1175 ../admin/view/wp-slimstat-db.php:1181
166
- #: ../admin/view/wp-slimstat-db.php:1187 ../admin/view/wp-slimstat-db.php:1193
167
- #: ../admin/view/wp-slimstat-reports.php:1174
168
- #: ../admin/view/wp-slimstat-reports.php:1178
169
- #: ../admin/view/wp-slimstat-reports.php:1381
170
- msgid "Hits"
171
- msgstr ""
172
-
173
- #: ../admin/config/index.php:98
174
- msgid "IPs"
175
- msgstr ""
176
-
177
- #: ../admin/config/index.php:99
178
- msgid "Hide Add-ons"
179
- msgstr ""
180
-
181
- #: ../admin/config/index.php:99
182
- msgid ""
183
- "Enable this option to hide all your <strong>active</strong> premium add-ons "
184
- "from the list of plugins in WordPress. Please note that you will still "
185
- "receive updates for hidden add-ons."
186
- msgstr ""
187
-
188
- #: ../admin/config/index.php:101
189
- msgid "Database"
190
- msgstr ""
191
-
192
- #: ../admin/config/index.php:102
193
- msgid "Retain data for"
194
- msgstr ""
195
-
196
- #: ../admin/config/index.php:102
197
- msgid ""
198
- "Clean-up log entries older than the number of days specified here above. "
199
- "Enter <strong>0</strong> (number zero) if you want to preserve your data in "
200
- "the main table (neither archive it nor delete it) regardless of its age."
201
- msgstr ""
202
-
203
- #: ../admin/config/index.php:102
204
- msgid "Next clean-up on"
205
- msgstr ""
206
-
207
- #: ../admin/config/index.php:102
208
- #, php-format
209
- msgid ""
210
- "Entries logged on or before %s will be archived or deleted according to the "
211
- "option here below."
212
- msgstr ""
213
-
214
- #: ../admin/config/index.php:102 ../admin/view/wp-slimstat-db.php:102
215
- #: ../admin/view/wp-slimstat-db.php:691
216
- msgid "days"
217
- msgstr ""
218
-
219
- #: ../admin/config/index.php:103
220
- msgid "Archive records"
221
- msgstr ""
222
-
223
- #: ../admin/config/index.php:103
224
- msgid ""
225
- "If DB space is not an issue, you can decide to archive older records in "
226
- "another table, instead of deleting them. This way performance is preserved, "
227
- "but you will still be able to access your data at a later time, if needed. "
228
- "Please note that the archive table (<code>wp_slim_stats_archive</code>) will "
229
- "be <strong>deleted</strong> along with all the other tables, when Slimstat "
230
- "is uninstalled. Make sure to backup your data before you proceed."
231
- msgstr ""
232
-
233
- #: ../admin/config/index.php:110
234
- msgid "Privacy and Data Protection"
235
- msgstr ""
236
-
237
- #: ../admin/config/index.php:111
238
- msgid "Enable Privacy Mode"
239
- msgstr ""
240
-
241
- #: ../admin/config/index.php:111
242
- msgid ""
243
- "Mask your visitors' IP addresses to comply with European Privacy Laws. This "
244
- "feature will turn the final part of each IP address into a ZERO. Based on "
245
- "our understanding of the various privacy guidelines, this is enough to "
246
- "comply with the existing regulations."
247
- msgstr ""
248
-
249
- #: ../admin/config/index.php:112
250
- msgid "DNT Header"
251
- msgstr ""
252
-
253
- #: ../admin/config/index.php:112
254
- msgid ""
255
- "The <a href='https://en.wikipedia.org/wiki/Do_Not_Track' target='_blank'>Do "
256
- "Not Track (DNT)</a> header is the proposed HTTP header field DNT that "
257
- "requests that a web application disable either its tracking or cross-site "
258
- "user tracking (the ambiguity remains unresolved) of an individual user. You "
259
- "can decide to ignore this header and track any pageview regardless of the "
260
- "headers sent by the browser."
261
- msgstr ""
262
-
263
- #: ../admin/config/index.php:113
264
- msgid "Set Cookie"
265
- msgstr ""
266
-
267
- #: ../admin/config/index.php:113
268
- msgid ""
269
- "Disable this option if, for legal or security reasons, you do not want "
270
- "Slimstat to assign a <a href=\"https://en.wikipedia.org/wiki/HTTP_cookie\" "
271
- "target=\"_blank\">cookie</a> to your visitors. Please note that, by "
272
- "deactivating this feature, Slimstat will not keep track of returning "
273
- "visitors and sessions."
274
- msgstr ""
275
-
276
- #: ../admin/config/index.php:114
277
- msgid "Allow Opt-out"
278
- msgstr ""
279
-
280
- #: ../admin/config/index.php:114
281
- msgid ""
282
- "The European <a href='https://en.wikipedia.org/wiki/"
283
- "General_Data_Protection_Regulation' target='_blank'>General Data Protection "
284
- "Regulation (GDPR)</a> requires website owners to provide a way for their "
285
- "visitors to opt-out of tracking. If enabled, the message here below will be "
286
- "displayed to all users who don't have the corresponding cookie set. A notice "
287
- "will be recorded under Settings > Maintenance every time a pageview is "
288
- "ignored because the corresponding visitor has opted out of tracking."
289
- msgstr ""
290
-
291
- #: ../admin/config/index.php:115
292
- msgid "Opt-out Message"
293
- msgstr ""
294
-
295
- #: ../admin/config/index.php:115
296
- msgid ""
297
- "In order to provide maximum flexibility to all site owners, we decided to "
298
- "give you full control over the message and its layout, by allowing you to "
299
- "specify the exact HTML markup that should be displayed on your website. Feel "
300
- "free to customize this code to match your website styles and layout. Use the "
301
- "two placeholders <code>{{accept_url}}</code> and <code>{{deny_url}}</code> "
302
- "for the corresponding links, with the following meaning: Accept = allow "
303
- "tracking, Deny = do not allow tracking."
304
- msgstr ""
305
-
306
- #: ../admin/config/index.php:116
307
- msgid "Opt-out Cookies"
308
- msgstr ""
309
-
310
- #: ../admin/config/index.php:116
311
- msgid ""
312
- "If you're already using another solution to record and track opt-out choices "
313
- "made by your users, and it sets its own cookie to remember their selection, "
314
- "you can enter the cookie names and values in this field to let Slimstat "
315
- "leverage that information as well. Please use the following format: "
316
- "<code>cookie_name=value</code>, where 'value' is what is used to remember "
317
- "that the user has chosen to <strong>not</strong> be tracked."
318
- msgstr ""
319
-
320
- #: ../admin/config/index.php:117
321
- msgid "Opt-in Cookies"
322
- msgstr ""
323
-
324
- #: ../admin/config/index.php:117
325
- msgid ""
326
- "Similarly to the option here above, you can instruct Slimstat to only track "
327
- "visitors that have provided their consent (opted-in). Please use the "
328
- "following format: <code>cookie_name=value</code>, where 'value' is what is "
329
- "used to remember that the user has chosen <strong>to be</strong> tracked."
330
- msgstr ""
331
-
332
- #: ../admin/config/index.php:119
333
- msgid "Link Tracking"
334
- msgstr ""
335
-
336
- #: ../admin/config/index.php:120
337
- msgid "Do Not Track"
338
- msgstr ""
339
-
340
- #: ../admin/config/index.php:120
341
- msgid ""
342
- "Slimstat will ignore links marked with one of these class names, <em>rel</"
343
- "em> attributes or whose <em>href</em> attribute contains one of these "
344
- "strings. Please keep in mind that the class <code>noslimstat</code> is also "
345
- "used to avoid tracking interactive links throughout the reports. If you "
346
- "remove it from this list, some features might not work as expected."
347
- msgstr ""
348
-
349
- #: ../admin/config/index.php:121
350
- msgid "Downloads"
351
- msgstr ""
352
-
353
- #: ../admin/config/index.php:121
354
- msgid ""
355
- "List all the file extensions that you want to be treated as Downloads. "
356
- "Please note that links pointing to external resources (i.e. PDFs on an "
357
- "external website) are considered Downloads and not Outbound Links (and "
358
- "tracked as such), if their extension matches one of the ones listed here "
359
- "below."
360
- msgstr ""
361
-
362
- #: ../admin/config/index.php:122
363
- msgid "Same-Domain Referrers"
364
- msgstr ""
365
-
366
- #: ../admin/config/index.php:122
367
- msgid ""
368
- "By default, when the domain of the referrer for a given page view is the "
369
- "same as the current site, that information is not tracked to save space in "
370
- "the database. However, if you are running a multisite network with "
371
- "subfolders, you might need to track same-domain referrers from one site to "
372
- "another, as they are technically \"separate\" websites."
373
- msgstr ""
374
-
375
- #: ../admin/config/index.php:124
376
- msgid "Advanced Options"
377
- msgstr ""
378
-
379
- #: ../admin/config/index.php:125
380
- msgid "Geolocation Precision"
381
- msgstr ""
382
-
383
- #: ../admin/config/index.php:125
384
- msgid ""
385
- "When Slimstat determines your visitors' Country of origin, it uses a third-"
386
- "party data file <a href='https://dev.maxmind.com/geoip/geoip2/geolite2/' "
387
- "target='_blank'>provided by MaxMind</a>. They offer two precision levels: "
388
- "country and city. By default, Slimstat will install the smaller one "
389
- "(country), and you can decide to use the other one, if you don't mind its 60 "
390
- "Mb average size. After you change this option, please <strong>go to the "
391
- "Maintenance tab</strong> and reload (uninstall/install) the MaxMind GeoLite "
392
- "DB by clicking on the corresponding button."
393
- msgstr ""
394
-
395
- #: ../admin/config/index.php:125
396
- msgid "Country"
397
- msgstr ""
398
-
399
- #: ../admin/config/index.php:125 ../admin/view/wp-slimstat-db.php:54
400
- msgid "City"
401
- msgstr ""
402
-
403
- #: ../admin/config/index.php:126
404
- msgid "Session Duration"
405
- msgstr ""
406
-
407
- #: ../admin/config/index.php:126
408
- msgid ""
409
- "How many seconds should a human session last? Google Analytics sets it to "
410
- "1800 seconds."
411
- msgstr ""
412
-
413
- #: ../admin/config/index.php:126 ../admin/config/index.php:190
414
- msgid "seconds"
415
- msgstr ""
416
-
417
- #: ../admin/config/index.php:127
418
- msgid "Extend Session"
419
- msgstr ""
420
-
421
- #: ../admin/config/index.php:127
422
- msgid "Extend the duration of a session each time the user visits a new page."
423
- msgstr ""
424
-
425
- #: ../admin/config/index.php:128
426
- msgid "Enable CDN"
427
- msgstr ""
428
-
429
- #: ../admin/config/index.php:128
430
- msgid ""
431
- "Use <a href='https://www.jsdelivr.com/' target='_blank'>JSDelivr</a>'s CDN, "
432
- "by serving our tracking code from their fast and reliable network (free "
433
- "service)."
434
- msgstr ""
435
-
436
- #: ../admin/config/index.php:129
437
- msgid "Relative Ajax"
438
- msgstr ""
439
-
440
- #: ../admin/config/index.php:129
441
- msgid ""
442
- "If you are experiencing issues related to the header field X-Requested-With "
443
- "not being allowed by Access-Control-Allow-Headers in preflight response (or "
444
- "similar), try enabling this option to make that <code>admin-ajax.php</code> "
445
- "URL relative."
446
- msgstr ""
447
-
448
- #: ../admin/config/index.php:131
449
- msgid "External Pages"
450
- msgstr ""
451
-
452
- #: ../admin/config/index.php:132
453
- msgid ""
454
- "Add the following code to all the non-WP pages you want to track, right "
455
- "before the closing BODY tag. Please make sure to change the protocol of all "
456
- "the URLs to HTTPS, if you external site is served over a secure channel."
457
- msgstr ""
458
-
459
- #: ../admin/config/index.php:142
460
- msgid "Allow Domains"
461
- msgstr ""
462
-
463
- #: ../admin/config/index.php:142
464
- msgid ""
465
- "If you are getting an error saying that no 'Access-Control-Allow-Origin' "
466
- "header is present on the requested resource, when using the external "
467
- "tracking code here above, list the domains (complete with scheme) you would "
468
- "like to allow. For example: <code>https://my.domain.ext</code> (no trailing "
469
- "slash). Please see <a href='https://www.w3.org/TR/cors/#security' "
470
- "target='_blank'>this W3 resource</a> for more information on the security "
471
- "implications of allowing CORS requests."
472
- msgstr ""
473
-
474
- #: ../admin/config/index.php:147
475
- msgid "Filters"
476
- msgstr ""
477
-
478
- #: ../admin/config/index.php:149
479
- msgid "Profiling"
480
- msgstr ""
481
-
482
- #: ../admin/config/index.php:150
483
- msgid "Track WP Users"
484
- msgstr ""
485
-
486
- #: ../admin/config/index.php:150
487
- msgid "Enable this option to track logged in users."
488
- msgstr ""
489
-
490
- #: ../admin/config/index.php:151
491
- msgid "Ignore Spammers"
492
- msgstr ""
493
-
494
- #: ../admin/config/index.php:151
495
- msgid ""
496
- "Enable this option if you don't want to track visits from users identified "
497
- "as spammers by third-party tools like Akismet. Pageviews generated by users "
498
- "whose comments are later marked as spam, will also be removed from the "
499
- "database."
500
- msgstr ""
501
-
502
- #: ../admin/config/index.php:152
503
- msgid "Ignore Bots"
504
- msgstr ""
505
-
506
- #: ../admin/config/index.php:152
507
- msgid ""
508
- "Turn on this feature if you want to have the accuracy level of server-side "
509
- "tracking, but not the inconvenience of getting your database clogged with "
510
- "pageviews generated by crawlers, spiders, search engine bots, etc. Please "
511
- "note that in Client mode, bots are ignored regardless of this setting."
512
- msgstr ""
513
-
514
- #: ../admin/config/index.php:153
515
- msgid "Ignore Prefetch Requests"
516
- msgstr ""
517
-
518
- #: ../admin/config/index.php:153
519
- msgid ""
520
- "Prevent Slimstat from tracking pageviews generated by Firefox's <a "
521
- "href='https://developer.mozilla.org/en/Link_prefetching_FAQ' "
522
- "target='_blank'>Link Prefetching functionality</a>."
523
- msgstr ""
524
-
525
- #: ../admin/config/index.php:154
526
- msgid "User Properties"
527
- msgstr ""
528
-
529
- #: ../admin/config/index.php:155
530
- msgid "Usernames"
531
- msgstr ""
532
-
533
- #: ../admin/config/index.php:155
534
- msgid ""
535
- "List all the usernames you don't want to track. Please be aware that spaces "
536
- "are <em>not</em> ignored and that usernames are case sensitive. Wildcards: "
537
- "<code>*</code> matches 'any string, including the empty string', <code>!</"
538
- "code> matches 'any character'. For example, <code>user*</code> will match "
539
- "user12 and userfoo, <code>u*100</code> will match user100 and uber100, "
540
- "<code>user!0</code> will match user10 and user90."
541
- msgstr ""
542
-
543
- #: ../admin/config/index.php:156
544
- msgid "IP Addresses"
545
- msgstr ""
546
-
547
- #: ../admin/config/index.php:156
548
- msgid ""
549
- "List all the IP addresses you don't want to track. Each subnet <strong>must</"
550
- "strong> be defined using the <a href='https://www.iplocation.net/subnet-"
551
- "mask' target='_blank'>CIDR notation</a> (i.e. <em>192.168.0.0/24</em>). This "
552
- "filter applies both to the public IP and the originating IP, if available. "
553
- "Using the CIDR notation, you will use octets to determine the subnet, so for "
554
- "example 54.0.0.0/8 means that the first number is represented by 8 bits, "
555
- "hence 8 after the slash. Then the second number would be another 8 bits, so "
556
- "you would write 54.12.0.0/16 (16 = 8 + 8), and you could do the same for the "
557
- "third number, for example 54.12.34.0/24 (24 = 8 + 8 + 8)."
558
- msgstr ""
559
-
560
- #: ../admin/config/index.php:157
561
- msgid "Countries"
562
- msgstr ""
563
-
564
- #: ../admin/config/index.php:157
565
- msgid ""
566
- "Country codes (i.e.: <code>en-us, it, es</code>) that you don't want to "
567
- "track."
568
- msgstr ""
569
-
570
- #: ../admin/config/index.php:158
571
- msgid "User Agents"
572
- msgstr ""
573
-
574
- #: ../admin/config/index.php:158
575
- msgid ""
576
- "Browsers (user agents) you don't want to track. You can specify the "
577
- "browser's version adding a slash after the name (i.e. <em>Firefox/3.6</"
578
- "em>). Wildcards: <code>*</code> matches 'any string, including the empty "
579
- "string', <code>!</code> matches 'any character'. For example, <code>Chr*</"
580
- "code> will match Chrome and Chromium, <code>IE/!.0</code> will match IE/7.0 "
581
- "and IE/8.0. Strings are case-insensitive."
582
- msgstr ""
583
-
584
- #: ../admin/config/index.php:159
585
- msgid "Operating Systems"
586
- msgstr ""
587
-
588
- #: ../admin/config/index.php:159
589
- msgid ""
590
- "Operating system codes you don't want to track. Please refer to <a "
591
- "href='https://slimstat.freshdesk.com/solution/articles/12000031504-what-are-"
592
- "the-operating-system-codes-used-by-slimstat-' target='_blank'>this page</a> "
593
- "in our knowledge base to learn more about what codes you can use. Usual "
594
- "rules for using wildcards apply (see fields here above)."
595
- msgstr ""
596
-
597
- #: ../admin/config/index.php:160
598
- msgid "Capabilities"
599
- msgstr ""
600
-
601
- #: ../admin/config/index.php:160
602
- #, fuzzy
603
- #| msgid ""
604
- #| "Invalid capability. Please check <a href=\"http://codex.wordpress.org/"
605
- #| "Roles_and_Capabilities\" target=\"_new\">this page</a> for more "
606
- #| "information"
607
- msgid ""
608
- "Users having at least one of the <a href='https://codex.wordpress.org/"
609
- "Roles_and_Capabilities' target='_new'>capabilities</a> listed here below "
610
- "will not be tracked. Capabilities are case-insensitive."
611
- msgstr ""
612
- "Invalid capability. Please check <a href=“http://codex.wordpress.org/"
613
- "Roles_and_Capabilities” target=“_new”>this page</a> for more information"
614
-
615
- #: ../admin/config/index.php:162
616
- msgid "Page Properties"
617
- msgstr ""
618
-
619
- #: ../admin/config/index.php:163
620
- msgid "Permalinks"
621
- msgstr ""
622
-
623
- #: ../admin/config/index.php:163
624
- msgid ""
625
- "List all the URLs on your website that you don't want to track. Don't "
626
- "include the domain name: <em>/about, ?p=1</em>, etc. Wildcards: <code>*</"
627
- "code> matches 'any string, including the empty string', <code>!</code> "
628
- "matches 'any character'. For example, <code>/abou*</code> will match /about "
629
- "and /abound, <code>/abo*t</code> will match /aboundant and /about, <code>/"
630
- "abo!t</code> will match /about and /abort. Strings are case-insensitive."
631
- msgstr ""
632
-
633
- #: ../admin/config/index.php:164
634
- msgid "Referring Sites"
635
- msgstr ""
636
-
637
- #: ../admin/config/index.php:164
638
- msgid ""
639
- "Referring URLs that you don't want to track: <code>https://mysite.com*</"
640
- "code>, <code>*/ignore-me-please</code>, etc. Wildcards: <code>*</code> "
641
- "matches 'any string, including the empty string', <code>!</code> matches "
642
- "'any character'. Strings are case-insensitive. Please include either a "
643
- "wildcard or the protocol you want to filter (https://, https://)."
644
- msgstr ""
645
-
646
- #: ../admin/config/index.php:165
647
- msgid "Content Types"
648
- msgstr ""
649
-
650
- #: ../admin/config/index.php:165
651
- msgid ""
652
- "Slimstat categorizes pageviews by the associated WordPress content type: "
653
- "post, page, attachment, tag, 404, taxonomy, author, archive, search, feed, "
654
- "login and others. You can use this field to avoid tracking pages whose "
655
- "content type matches the ones you set here below."
656
- msgstr ""
657
-
658
- #: ../admin/config/index.php:170 ../admin/config/index.php:207
659
- msgid "Reports"
660
- msgstr ""
661
-
662
- #: ../admin/config/index.php:172
663
- msgid "Data Formats and Conversion"
664
- msgstr ""
665
-
666
- #: ../admin/config/index.php:173
667
- msgid "Number Format"
668
- msgstr ""
669
-
670
- #: ../admin/config/index.php:173
671
- msgid "Choose the number format you want to use for your reports."
672
- msgstr ""
673
-
674
- #: ../admin/config/index.php:174
675
- msgid "Date Format"
676
- msgstr ""
677
-
678
- #: ../admin/config/index.php:174
679
- msgid ""
680
- "<a href='https://php.net/manual/en/function.date.php' target='_blank'>PHP "
681
- "Format</a> to use when displaying a pageview's date."
682
- msgstr ""
683
-
684
- #: ../admin/config/index.php:175
685
- msgid "Time Format"
686
- msgstr ""
687
-
688
- #: ../admin/config/index.php:175
689
- msgid ""
690
- "<a href='https://php.net/manual/en/function.date.php' target='_blank'>PHP "
691
- "Format</a> to use when displaying a pageview's time."
692
- msgstr ""
693
-
694
- #: ../admin/config/index.php:176
695
- msgid "Use Display Name"
696
- msgstr ""
697
-
698
- #: ../admin/config/index.php:176
699
- msgid ""
700
- "By default, users are listed by their usernames. Use this option to "
701
- "visualize their display names instead."
702
- msgstr ""
703
-
704
- #: ../admin/config/index.php:177
705
- msgid "Use Titles"
706
- msgstr ""
707
-
708
- #: ../admin/config/index.php:177
709
- msgid ""
710
- "Slimstat converts your permalinks into post, page and category titles. "
711
- "Disable this feature if you need to see the URL in your reports."
712
- msgstr ""
713
-
714
- #: ../admin/config/index.php:178
715
- msgid "Convert IP Addresses"
716
- msgstr ""
717
-
718
- #: ../admin/config/index.php:178
719
- msgid "Display provider names instead of IP addresses."
720
- msgstr ""
721
-
722
- #: ../admin/config/index.php:180
723
- msgid "Functionality"
724
- msgstr ""
725
-
726
- #: ../admin/config/index.php:181
727
- msgid "Default Time Span"
728
- msgstr ""
729
-
730
- #: ../admin/config/index.php:181
731
- msgid ""
732
- "Determine what is the default time period for calculating all the data in "
733
- "each report: current month or past given number of days. The number of days "
734
- "is defined under Basic > Report Interval. You can always use the time filter "
735
- "dropdown to customize this value even further."
736
- msgstr ""
737
-
738
- #: ../admin/config/index.php:182
739
- msgid "Async Mode"
740
- msgstr ""
741
-
742
- #: ../admin/config/index.php:182
743
- msgid ""
744
- "Activate this feature if your reports take a while to load. It breaks down "
745
- "the load on your server into multiple requests, thus avoiding memory issues "
746
- "and performance problems."
747
- msgstr ""
748
-
749
- #: ../admin/config/index.php:183
750
- msgid "Expand Details"
751
- msgstr ""
752
-
753
- #: ../admin/config/index.php:183
754
- msgid "Expand each row's details by default, insted of on mousehover."
755
- msgstr ""
756
-
757
- #: ../admin/config/index.php:184 ../admin/config/index.php:191
758
- msgid "Rows to Display"
759
- msgstr ""
760
-
761
- #: ../admin/config/index.php:184
762
- msgid "Specify the number of items in each report."
763
- msgstr ""
764
-
765
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:127
766
- msgid "Max Results"
767
- msgstr ""
768
-
769
- #: ../admin/config/index.php:185
770
- msgid ""
771
- "Decide how many records should be retrieved from the database in total. "
772
- "Depending on your server configuration, you may want to fine tune this value "
773
- "to avoid exceeding your PHP memory limit."
774
- msgstr ""
775
-
776
- #: ../admin/config/index.php:186
777
- msgid "IP Lookup"
778
- msgstr ""
779
-
780
- #: ../admin/config/index.php:186
781
- msgid ""
782
- "Customize the Geolocation service to be used in the reports. Default: "
783
- "<code>https://www.infosniper.net/?ip_address=</code>"
784
- msgstr ""
785
-
786
- #: ../admin/config/index.php:187
787
- msgid "Comparison Chart"
788
- msgstr ""
789
-
790
- #: ../admin/config/index.php:187
791
- msgid ""
792
- "Disable this option if you find the four line charts confusing, and prefer "
793
- "seeing only the selected time range."
794
- msgstr ""
795
-
796
- #: ../admin/config/index.php:189
797
- msgid "Access Log and World Map"
798
- msgstr ""
799
-
800
- #: ../admin/config/index.php:190
801
- msgid "Auto Refresh"
802
- msgstr ""
803
-
804
- #: ../admin/config/index.php:190
805
- msgid ""
806
- "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
807
- "<strong>0</strong> (number zero) to deactivate this feature."
808
- msgstr ""
809
-
810
- #: ../admin/config/index.php:191
811
- msgid "Specify the number of items in the Access Log."
812
- msgstr ""
813
-
814
- #: ../admin/config/index.php:192
815
- msgid "Map Data Points"
816
- msgstr ""
817
-
818
- #: ../admin/config/index.php:192
819
- msgid ""
820
- "Customize the maximum number of dots displayed on the world map. Please note "
821
- "that large numbers might increase the amount of time needed to render the "
822
- "map."
823
- msgstr ""
824
-
825
- #: ../admin/config/index.php:194
826
- msgid "Miscellaneous"
827
- msgstr ""
828
-
829
- #: ../admin/config/index.php:195
830
- msgid "Custom CSS"
831
- msgstr ""
832
-
833
- #: ../admin/config/index.php:195
834
- msgid ""
835
- "Paste here your custom stylesheet to personalize the way your reports look. "
836
- "<a href='https://slimstat.freshdesk.com/support/solutions/"
837
- "articles/5000528528-how-can-i-change-the-colors-associated-to-color-coded-"
838
- "pageviews-known-user-known-visitors-search-e' target='_blank'>Check the FAQ</"
839
- "a> for more information on how to use this setting."
840
- msgstr ""
841
-
842
- #: ../admin/config/index.php:196
843
- msgid "Chart Colors"
844
- msgstr ""
845
-
846
- #: ../admin/config/index.php:196
847
- msgid ""
848
- "Customize the look and feel of your charts by assigning personalized colors "
849
- "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
850
- "previous, metric 2 previous, metric 1 current, metric 2 current. For "
851
- "example: <code>#ccc, #999, #bbcc44, #21759b</code>."
852
- msgstr ""
853
-
854
- #: ../admin/config/index.php:197
855
- msgid "Mozscape Access ID"
856
- msgstr ""
857
-
858
- #: ../admin/config/index.php:197
859
- msgid ""
860
- "Get accurate rankings for your website through the free <a href=\"https://"
861
- "moz.com/community/join?redirect=/products/api/keys\" target=\"_blank"
862
- "\">Mozscape API</a> service. Sign up for a free community account to get "
863
- "started. Then enter your personal identification code here."
864
- msgstr ""
865
-
866
- #: ../admin/config/index.php:198
867
- msgid "Mozscape Secret Key"
868
- msgstr ""
869
-
870
- #: ../admin/config/index.php:198
871
- msgid ""
872
- "Do not share your secret key with anyone or they will be able to make API "
873
- "requests on your account!"
874
- msgstr ""
875
-
876
- #: ../admin/config/index.php:199
877
- msgid "Show User Agent"
878
- msgstr ""
879
-
880
- #: ../admin/config/index.php:199
881
- msgid ""
882
- "Choose if you want to see the browser name or a complete user agent string "
883
- "when hovering over each browser icon."
884
- msgstr ""
885
-
886
- #: ../admin/config/index.php:200
887
- msgid "Enable SOV"
888
- msgstr ""
889
-
890
- #: ../admin/config/index.php:200
891
- msgid ""
892
- "In linguistic typology, a subject-object-verb (SOV) language is one in which "
893
- "the subject, object, and verb of a sentence appear in that order, like in "
894
- "Japanese."
895
- msgstr ""
896
-
897
- #: ../admin/config/index.php:205
898
- msgid "Access Control"
899
- msgstr ""
900
-
901
- #: ../admin/config/index.php:208
902
- msgid "Restrict Authors"
903
- msgstr ""
904
-
905
- #: ../admin/config/index.php:208
906
- msgid ""
907
- "Enable this option if you want your authors to only see stats related to "
908
- "their own content."
909
- msgstr ""
910
-
911
- #: ../admin/config/index.php:209 ../admin/config/index.php:213
912
- #: ../admin/config/index.php:217
913
- msgid "Capability"
914
- msgstr ""
915
-
916
- #: ../admin/config/index.php:209
917
- msgid ""
918
- "Specify the minimum <a href='https://codex.wordpress.org/"
919
- "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
920
- "reports (default: <code>activate_plugins</code>). If this field is empty, "
921
- "<strong>all your users</strong> (including subscribers) will have access to "
922
- "the reports, unless a 'Read access' whitelist has been specified here below. "
923
- "In this case, the list has precedence over the capability."
924
- msgstr ""
925
-
926
- #: ../admin/config/index.php:210 ../admin/config/index.php:214
927
- #: ../admin/config/index.php:218
928
- msgid "Whitelist"
929
- msgstr ""
930
-
931
- #: ../admin/config/index.php:210
932
- msgid ""
933
- "List all the users who should have access to the reports. Administrators are "
934
- "implicitly allowed, so you don't need to list them in here. Usernames are "
935
- "case sensitive."
936
- msgstr ""
937
-
938
- #: ../admin/config/index.php:212
939
- msgid "Customizer"
940
- msgstr ""
941
-
942
- #: ../admin/config/index.php:213
943
- msgid ""
944
- "Specify the minimum <a href='https://codex.wordpress.org/"
945
- "Roles_and_Capabilities' target='_new'>capability</a> needed to be able to "
946
- "customize the reports layout (default: <code>activate_plugins</code>). If "
947
- "this field is empty, your users will be permitted to use this features."
948
- msgstr ""
949
-
950
- #: ../admin/config/index.php:214
951
- msgid ""
952
- "List all the users who should be allowed to customize their report layout. "
953
- "Administrators are implicitly allowed, so you don't need to list them in "
954
- "here. Usernames are case sensitive."
955
- msgstr ""
956
-
957
- #: ../admin/config/index.php:216 ../admin/config/index.php:244
958
- #: ../admin/wp-slimstat-admin.php:643 ../admin/wp-slimstat-admin.php:689
959
- #: ../admin/wp-slimstat-admin.php:692
960
- msgid "Settings"
961
- msgstr ""
962
-
963
- #: ../admin/config/index.php:217
964
- msgid ""
965
- "Specify the minimum <a href='https://codex.wordpress.org/"
966
- "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
967
- "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
968
- "can be used to override this option for specific users."
969
- msgstr ""
970
-
971
- #: ../admin/config/index.php:218
972
- msgid ""
973
- "List all the users who can edit these options. Please be advised that admins "
974
- "<strong>are not</strong> implicitly allowed, so do not forget to include "
975
- "yourself! Usernames are case sensitive."
976
- msgstr ""
977
-
978
- #: ../admin/config/index.php:220
979
- msgid "Rest API"
980
- msgstr ""
981
-
982
- #: ../admin/config/index.php:221
983
- msgid "Tokens"
984
- msgstr ""
985
-
986
- #: ../admin/config/index.php:221
987
- msgid ""
988
- "In order to send requests to <a href='https://slimstat.freshdesk.com/support/"
989
- "solutions/articles/12000033661-slimstat-rest-api' target='_blank'>the "
990
- "Slimstat REST API</a>, you will need to pass a valid token to the endpoint "
991
- "(param ?token=XXX). Using the field here below, you can define as many "
992
- "tokens as you like, to distribute them to your API users. Please note: treat "
993
- "these tokens as passwords, as they will grant read access to your reports to "
994
- "anyone who knows them. Use a service like <a href='https://randomkeygen.com/"
995
- "#ci_key' target='_blank'>RandomKeyGen.com</a> to generate unique secure "
996
- "tokens."
997
- msgstr ""
998
-
999
- #: ../admin/config/index.php:226
1000
- msgid "Maintenance"
1001
- msgstr ""
1002
-
1003
- #: ../admin/config/index.php:231 ../admin/view/addons.php:35
1004
- #: ../admin/wp-slimstat-admin.php:62
1005
- msgid "Add-ons"
1006
- msgstr ""
1007
-
1008
- #: ../admin/config/index.php:245 ../admin/view/index.php:6
1009
- msgid ""
1010
- "<strong>AdBlock browser extension detected</strong> - If you see this "
1011
- "notice, it means that your browser is not loading our stylesheet and/or "
1012
- "Javascript files correctly. This could be caused by an overzealous ad "
1013
- "blocker feature enabled in your browser (AdBlock Plus and friends). <a href="
1014
- "\"https://slimstat.freshdesk.com/support/solutions/articles/12000000414-the-"
1015
- "reports-are-not-being-rendered-correctly-or-buttons-do-not-work\" target="
1016
- "\"_blank\">Please make sure to add an exception</a> to your configuration "
1017
- "and allow the browser to load these assets."
1018
- msgstr ""
1019
-
1020
- #: ../admin/config/maintenance.php:16
1021
- msgid ""
1022
- "Congratulations! Slimstat Analytics is now optimized for <a href=\"https://"
1023
- "www.youtube.com/watch?v=ygE01sOhzz0\" target=\"_blank\">ludicrous speed</a>."
1024
- msgstr ""
1025
-
1026
- #: ../admin/config/maintenance.php:27
1027
- msgid "Indexing has been disabled. Enjoy the extra database space!"
1028
- msgstr ""
1029
-
1030
- #: ../admin/config/maintenance.php:43
1031
- msgid "records deleted from your database."
1032
- msgstr ""
1033
-
1034
- #: ../admin/config/maintenance.php:50 ../admin/config/maintenance.php:57
1035
- msgid "The geolocation database has been uninstalled from your server."
1036
- msgstr ""
1037
-
1038
- #: ../admin/config/maintenance.php:60
1039
- msgid ""
1040
- "The geolocation database could not be removed from your server. Please check "
1041
- "your folder's permissions and try again."
1042
- msgstr ""
1043
-
1044
- #: ../admin/config/maintenance.php:72
1045
- msgid "The geolocation database has been installed on your server."
1046
- msgstr ""
1047
-
1048
- #: ../admin/config/maintenance.php:80
1049
- msgid "The Browscap data file has been uninstalled from your server."
1050
- msgstr ""
1051
-
1052
- #: ../admin/config/maintenance.php:83
1053
- msgid ""
1054
- "There was an error deleting the Browscap data folder on your server. Please "
1055
- "check your permissions."
1056
- msgstr ""
1057
-
1058
- #: ../admin/config/maintenance.php:102
1059
- msgid "Your new Slimstat settings have been imported and installed."
1060
- msgstr ""
1061
-
1062
- #: ../admin/config/maintenance.php:105
1063
- msgid ""
1064
- "There was an error decoding your settings string. Please verify that it is a "
1065
- "valid serialized string."
1066
- msgstr ""
1067
-
1068
- #: ../admin/config/maintenance.php:126
1069
- msgid "Your Slimstat tables have been successfully converted to InnoDB."
1070
- msgstr ""
1071
-
1072
- #: ../admin/config/maintenance.php:132
1073
- msgid "All the archived records were successfully deleted."
1074
- msgstr ""
1075
-
1076
- #: ../admin/config/maintenance.php:140
1077
- msgid "All the records were successfully deleted."
1078
- msgstr ""
1079
-
1080
- #: ../admin/config/maintenance.php:166
1081
- msgid "Troubleshooting"
1082
- msgstr ""
1083
-
1084
- #: ../admin/config/maintenance.php:169
1085
- msgid "Tracker Error"
1086
- msgstr ""
1087
-
1088
- #: ../admin/config/maintenance.php:171
1089
- msgid "Reset this error"
1090
- msgstr ""
1091
-
1092
- #: ../admin/config/maintenance.php:171 ../admin/config/maintenance.php:178
1093
- msgid "So far so good."
1094
- msgstr ""
1095
-
1096
- #: ../admin/config/maintenance.php:172
1097
- msgid ""
1098
- "The information here above is useful to troubleshoot issues with the "
1099
- "tracker. <strong>Errors</strong> are returned when the tracker could not "
1100
- "record a page view for some reason, and are indicative of some kind of "
1101
- "malfunction. Please include the message here above when sending a <a href="
1102
- "\"https://support.wp-slimstat.com\" target=\"_blank\">support request</a>."
1103
- msgstr ""
1104
-
1105
- #: ../admin/config/maintenance.php:176
1106
- msgid "Tracker Notice"
1107
- msgstr ""
1108
-
1109
- #: ../admin/config/maintenance.php:178
1110
- msgid "Reset this notice"
1111
- msgstr ""
1112
-
1113
- #: ../admin/config/maintenance.php:179
1114
- msgid ""
1115
- "The message here above will indicate if a page view was not recorded because "
1116
- "it matched at least one of the conditions you configured in your settings "
1117
- "(filters, blackslists, etc)."
1118
- msgstr ""
1119
-
1120
- #: ../admin/config/maintenance.php:185
1121
- msgid "Enable SQL Debug"
1122
- msgstr ""
1123
-
1124
- #: ../admin/config/maintenance.php:188
1125
- msgid ""
1126
- "Display the SQL code used to retrieve the data from the database. Useful to "
1127
- "troubleshoot issues with data consistency or missing pageviews."
1128
- msgstr ""
1129
-
1130
- #: ../admin/config/maintenance.php:192
1131
- msgid "Disable SQL Debug"
1132
- msgstr ""
1133
-
1134
- #: ../admin/config/maintenance.php:195
1135
- msgid "Deactivate the SQL output on top of each report."
1136
- msgstr ""
1137
-
1138
- #: ../admin/config/maintenance.php:200
1139
- msgid "Data Maintenance"
1140
- msgstr ""
1141
-
1142
- #: ../admin/config/maintenance.php:203
1143
- msgid "Delete pageviews where"
1144
- msgstr ""
1145
-
1146
- #: ../admin/config/maintenance.php:217 ../admin/view/wp-slimstat-db.php:76
1147
- msgid "equals"
1148
- msgstr ""
1149
-
1150
- #: ../admin/config/maintenance.php:218 ../admin/view/wp-slimstat-db.php:77
1151
- msgid "is not equal to"
1152
- msgstr ""
1153
-
1154
- #: ../admin/config/maintenance.php:219 ../admin/view/wp-slimstat-db.php:78
1155
- msgid "contains"
1156
- msgstr ""
1157
-
1158
- #: ../admin/config/maintenance.php:220 ../admin/view/wp-slimstat-db.php:79
1159
- msgid "is included in"
1160
- msgstr ""
1161
-
1162
- #: ../admin/config/maintenance.php:221 ../admin/view/wp-slimstat-db.php:80
1163
- msgid "does not contain"
1164
- msgstr ""
1165
-
1166
- #: ../admin/config/maintenance.php:222 ../admin/view/wp-slimstat-db.php:81
1167
- msgid "starts with"
1168
- msgstr ""
1169
-
1170
- #: ../admin/config/maintenance.php:223 ../admin/view/wp-slimstat-db.php:82
1171
- msgid "ends with"
1172
- msgstr ""
1173
-
1174
- #: ../admin/config/maintenance.php:224 ../admin/view/wp-slimstat-db.php:83
1175
- msgid "sounds like"
1176
- msgstr ""
1177
-
1178
- #: ../admin/config/maintenance.php:225 ../admin/view/wp-slimstat-db.php:84
1179
- msgid "is greater than"
1180
- msgstr ""
1181
-
1182
- #: ../admin/config/maintenance.php:226 ../admin/view/wp-slimstat-db.php:85
1183
- msgid "is less than"
1184
- msgstr ""
1185
-
1186
- #: ../admin/config/maintenance.php:227 ../admin/view/wp-slimstat-db.php:87
1187
- msgid "matches"
1188
- msgstr ""
1189
-
1190
- #: ../admin/config/maintenance.php:228 ../admin/view/wp-slimstat-db.php:88
1191
- msgid "does not match"
1192
- msgstr ""
1193
-
1194
- #: ../admin/config/maintenance.php:229 ../admin/view/wp-slimstat-db.php:89
1195
- msgid "is empty"
1196
- msgstr ""
1197
-
1198
- #: ../admin/config/maintenance.php:230 ../admin/view/wp-slimstat-db.php:90
1199
- msgid "is not empty"
1200
- msgstr ""
1201
-
1202
- #: ../admin/config/maintenance.php:233 ../admin/view/index.php:31
1203
- #: ../admin/view/index.php:98
1204
- msgid "Apply"
1205
- msgstr ""
1206
-
1207
- #: ../admin/config/maintenance.php:234
1208
- msgid ""
1209
- "Are you sure you want to PERMANENTLY delete these records from your database?"
1210
- msgstr ""
1211
-
1212
- #: ../admin/config/maintenance.php:241
1213
- msgid ""
1214
- "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1215
- "database?"
1216
- msgstr ""
1217
-
1218
- #: ../admin/config/maintenance.php:241
1219
- msgid "Delete All Records"
1220
- msgstr ""
1221
-
1222
- #: ../admin/config/maintenance.php:244
1223
- msgid ""
1224
- "Erase all the information collected so far by Slimstat, but not the archived "
1225
- "records (<code>wp_slim_stats_archive</code>). This operation <strong>does "
1226
- "not</strong> reset your settings and it can be undone by manually copying "
1227
- "your records from the archive table."
1228
- msgstr ""
1229
-
1230
- #: ../admin/config/maintenance.php:250
1231
- msgid ""
1232
- "Are you sure you want to PERMANENTLY DELETE ALL the records from your "
1233
- "archive?"
1234
- msgstr ""
1235
-
1236
- #: ../admin/config/maintenance.php:250
1237
- msgid "Delete Archive"
1238
- msgstr ""
1239
-
1240
- #: ../admin/config/maintenance.php:253
1241
- msgid "Erase all the archived records. This operation cannot be undone."
1242
- msgstr ""
1243
-
1244
- #: ../admin/config/maintenance.php:259
1245
- msgid "Improve Performance"
1246
- msgstr ""
1247
-
1248
- #: ../admin/config/maintenance.php:263
1249
- msgid ""
1250
- "Please note that you will need about 30% more DB space to store the extra "
1251
- "information required."
1252
- msgstr ""
1253
-
1254
- #: ../admin/config/maintenance.php:267
1255
- msgid "Save DB Space"
1256
- msgstr ""
1257
-
1258
- #: ../admin/config/maintenance.php:270
1259
- msgid ""
1260
- "Please note that by removing table indexes, Slimstat's performance will be "
1261
- "affected."
1262
- msgstr ""
1263
-
1264
- #: ../admin/config/maintenance.php:275
1265
- msgid "External Data Files"
1266
- msgstr ""
1267
-
1268
- #: ../admin/config/maintenance.php:280
1269
- msgid ""
1270
- "Do you want to download and install the geolocation database from MaxMind's "
1271
- "server?"
1272
- msgstr ""
1273
-
1274
- #: ../admin/config/maintenance.php:280
1275
- msgid "Install GeoLite DB"
1276
- msgstr ""
1277
-
1278
- #: ../admin/config/maintenance.php:282
1279
- msgid "Do you want to uninstall the geolocation database?"
1280
- msgstr ""
1281
-
1282
- #: ../admin/config/maintenance.php:282
1283
- msgid "Uninstall GeoLite DB"
1284
- msgstr ""
1285
-
1286
- #: ../admin/config/maintenance.php:291
1287
- msgid ""
1288
- "The <a href='https://dev.maxmind.com/geoip/geoip2/geolite2/' "
1289
- "target='_blank'>MaxMind GeoLite2 library</a>, which Slimstat uses to "
1290
- "geolocate visitors, is released under the Creative Commons BY-SA 4.0 "
1291
- "license, and cannot be directly bundled with the plugin because of license "
1292
- "incompatibility issues. We are mandated to have the user take an affirmative "
1293
- "action in order to enable this functionality. If you're experiencing issues, "
1294
- "please <a href='https://slimstat.freshdesk.com/solution/articles/12000039798-"
1295
- "how-to-manually-install-the-maxmind-geolocation-data-file-' "
1296
- "target='_blank'>take a look at our knowledge base</a> to learn how to "
1297
- "install this file manually."
1298
- msgstr ""
1299
-
1300
- #: ../admin/config/maintenance.php:291
1301
- msgid "Your data file was last downloaded on"
1302
- msgstr ""
1303
-
1304
- #: ../admin/config/maintenance.php:299
1305
- msgid "Install Browscap"
1306
- msgstr ""
1307
-
1308
- #: ../admin/config/maintenance.php:302
1309
- msgid "Uninstall Browscap"
1310
- msgstr ""
1311
-
1312
- #: ../admin/config/maintenance.php:303
1313
- #, php-format
1314
- msgid "You are currently using version %s."
1315
- msgstr ""
1316
-
1317
- #: ../admin/config/maintenance.php:305
1318
- msgid ""
1319
- "We are contributing to the <a href='https://browscap.org/' "
1320
- "target='_blank'>Browscap Capabilities Project</a>, which we use to decode "
1321
- "your visitors' user agent string into browser name and operating system. We "
1322
- "use an <a href='https://github.com/slimstat/browscap-db' "
1323
- "target='_blank'>optimized version of their data structure</a>, for improved "
1324
- "performance. Slimstat can use this data file instead of the built-in "
1325
- "heuristic function, to accurately determine your visitors' browser "
1326
- "information. It also checks for updates and downloads the latest version for "
1327
- "you. Do not hesitate to <a href='https://support.wp-slimstat.com' "
1328
- "target='_blank'>contact our support team</a> if you have any questions."
1329
- msgstr ""
1330
-
1331
- #: ../admin/config/maintenance.php:309
1332
- msgid "Configuration String"
1333
- msgstr ""
1334
-
1335
- #: ../admin/config/maintenance.php:313
1336
- msgid ""
1337
- "You can update your settings by importing a new configuration string inside "
1338
- "the text area here below."
1339
- msgstr ""
1340
-
1341
- #: ../admin/config/maintenance.php:318
1342
- msgid "Import"
1343
- msgstr ""
1344
-
1345
- #: ../admin/config/maintenance.php:319
1346
- msgid "Are you sure you want to OVERWRITE your current settings?"
1347
- msgstr ""
1348
-
1349
- #: ../admin/config/maintenance.php:324
1350
- msgid "Database Information"
1351
- msgstr ""
1352
-
1353
- #: ../admin/config/maintenance.php:327
1354
- msgid "Engine"
1355
- msgstr ""
1356
-
1357
- #: ../admin/config/maintenance.php:331
1358
- msgid "switch to InnoDB"
1359
- msgstr ""
1360
-
1361
- #: ../admin/config/maintenance.php:342
1362
- msgid "records"
1363
- msgstr ""
1364
-
1365
- #: ../admin/config/maintenance.php:349
1366
- msgid "Old Tables"
1367
- msgstr ""
1368
-
1369
- #: ../admin/config/maintenance.php:350
1370
- #, php-format
1371
- msgid ""
1372
- "It looks like your database was upgraded from a version prior to 4.0. Our "
1373
- "upgrade procedure follows a conservative approach, and does not "
1374
- "automatically perform any garbage collection. In other words, the old "
1375
- "tables, leftovers of the upgrade, are not deleted from the database. This "
1376
- "allows our users to easily roll back to a working state in case of problems. "
1377
- "However, if everything is working as expected (tracker and reports), you may "
1378
- "want to log into phpMyAdmin and remove the following tables, if they exist: "
1379
- "%s. When in doubt, do not hesitate to contact us for help."
1380
- msgstr ""
1381
-
1382
- #: ../admin/view/addons.php:19
1383
- #, php-format
1384
- msgid ""
1385
- "There was an error retrieving the add-ons list from the server. Please try "
1386
- "again later. Error Message: %s"
1387
- msgstr ""
1388
-
1389
- #: ../admin/view/addons.php:30
1390
- msgid ""
1391
- "There was an error decoding the add-ons list from the server. Please try "
1392
- "again later."
1393
- msgstr ""
1394
-
1395
- #: ../admin/view/addons.php:36
1396
- msgid ""
1397
- "Add-ons extend the functionality of Slimstat in many interesting ways. We "
1398
- "offer both free and premium (paid) extensions. Each add-on can be installed "
1399
- "as a separate plugin, which will receive regular updates via the WordPress "
1400
- "Plugins panel. In order to be notified when a new version of a premium add-"
1401
- "on is available, please enter the <strong>license key</strong> you received "
1402
- "when you purchased it."
1403
- msgstr ""
1404
-
1405
- #: ../admin/view/addons.php:40
1406
- #, php-format
1407
- msgid ""
1408
- "This list is refreshed once daily: <a href=\"%s&amp;force_refresh=true\" "
1409
- "class=\"noslimstat\">click here</a> to clear the cache."
1410
- msgstr ""
1411
-
1412
- #: ../admin/view/addons.php:54
1413
- msgid "Add-on"
1414
- msgstr ""
1415
-
1416
- #: ../admin/view/addons.php:54
1417
- msgid "Description"
1418
- msgstr ""
1419
-
1420
- #: ../admin/view/addons.php:65
1421
- msgid "Repo Version"
1422
- msgstr ""
1423
-
1424
- #: ../admin/view/addons.php:65
1425
- msgid "Version"
1426
- msgstr ""
1427
-
1428
- #: ../admin/view/addons.php:77
1429
- msgid "Your Version:"
1430
- msgstr ""
1431
-
1432
- #: ../admin/view/addons.php:80
1433
- msgid "Installed and Active"
1434
- msgstr ""
1435
-
1436
- #: ../admin/view/index.php:10
1437
- msgid "Dimension"
1438
- msgstr ""
1439
-
1440
- #: ../admin/view/index.php:35
1441
- msgid "Load"
1442
- msgstr ""
1443
-
1444
- #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:888
1445
- msgid "Today"
1446
- msgstr ""
1447
-
1448
- #: ../admin/view/index.php:62 ../admin/view/wp-slimstat-db.php:891
1449
- msgid "Yesterday"
1450
- msgstr ""
1451
-
1452
- #: ../admin/view/index.php:63
1453
- msgid "Last 7 Days"
1454
- msgstr ""
1455
-
1456
- #: ../admin/view/index.php:64
1457
- msgid "Last 30 Days"
1458
- msgstr ""
1459
-
1460
- #: ../admin/view/index.php:65
1461
- msgid "Last 90 Days"
1462
- msgstr ""
1463
-
1464
- #: ../admin/view/index.php:66
1465
- msgid "Last 365 Days"
1466
- msgstr ""
1467
-
1468
- #: ../admin/view/index.php:69
1469
- msgid "Date Range"
1470
- msgstr ""
1471
-
1472
- #: ../admin/view/index.php:72 ../admin/view/wp-slimstat-db.php:98
1473
- msgid "Hour"
1474
- msgstr ""
1475
-
1476
- #: ../admin/view/index.php:75 ../admin/view/wp-slimstat-db.php:99
1477
- msgid "Day"
1478
- msgstr ""
1479
-
1480
- #: ../admin/view/index.php:79 ../admin/view/wp-slimstat-db.php:100
1481
- msgid "Month"
1482
- msgstr ""
1483
-
1484
- #: ../admin/view/index.php:87 ../admin/view/wp-slimstat-db.php:101
1485
- msgid "Year"
1486
- msgstr ""
1487
-
1488
- #: ../admin/view/index.php:93
1489
- msgid "&plusmn; days"
1490
- msgstr ""
1491
-
1492
- #: ../admin/view/index.php:93
1493
- msgid ""
1494
- "To define an interval, enter the number of days (negative to go back in "
1495
- "time)."
1496
- msgstr ""
1497
-
1498
- #: ../admin/view/index.php:96
1499
- msgid "&plusmn; hours"
1500
- msgstr ""
1501
-
1502
- #: ../admin/view/index.php:107
1503
- msgid "Reset Filters"
1504
- msgstr ""
1505
-
1506
- #: ../admin/view/index.php:127
1507
- #, php-format
1508
- msgid ""
1509
- "<a href='%s' class='noslimstat'>Install MaxMind's GeoLite DB</a> to "
1510
- "determine your visitors' country of origin."
1511
- msgstr ""
1512
-
1513
- #: ../admin/view/index.php:131
1514
- #, php-format
1515
- msgid ""
1516
- "Install the Browscap <a href='%s' class='noslimstat'>User Agent Database</a> "
1517
- "to accurately determine your visitors' browser and operating system."
1518
- msgstr ""
1519
-
1520
- #: ../admin/view/index.php:136
1521
- #, php-format
1522
- msgid ""
1523
- "A caching plugin might be enabled on your website. Please <a href='%s' "
1524
- "target='_blank' class='noslimstat'>make sure to configure</a> Slimstat "
1525
- "Analytics accordingly, to get accurate information."
1526
- msgstr ""
1527
-
1528
- #: ../admin/view/layout.php:56
1529
- msgid "Customize and organize your reports"
1530
- msgstr ""
1531
-
1532
- #: ../admin/view/layout.php:58
1533
- msgid ""
1534
- "Drag and drop report placeholders from one container to another, to "
1535
- "customize the information you want to see right away when you open Slimstat. "
1536
- "Place two or more charts on the same view, clone reports or move them to the "
1537
- "Inactive Reports container for improved performance. It is your website, and "
1538
- "you know how metrics should be combined to get a clear picture of the "
1539
- "traffic it generates."
1540
- msgstr ""
1541
-
1542
- #: ../admin/view/layout.php:61
1543
- msgid ""
1544
- "By using the network-wide customizer, all your users will be seeing the same "
1545
- "layout and will not be able to further customize it."
1546
- msgstr ""
1547
-
1548
- #: ../admin/view/layout.php:64
1549
- msgid ""
1550
- "<strong>Note</strong>: if a placeholder is greyed out, it means that the "
1551
- "corresponding report is currently hidden (Screen Options tab)."
1552
- msgstr ""
1553
-
1554
- #: ../admin/view/layout.php:69 ../admin/view/wp-slimstat-reports.php:1752
1555
- msgid "Reset All"
1556
- msgstr ""
1557
-
1558
- #: ../admin/view/layout.php:76
1559
- msgid "Move to Inactive"
1560
- msgstr ""
1561
-
1562
- #: ../admin/view/layout.php:90
1563
- msgid "Clone"
1564
- msgstr ""
1565
-
1566
- #: ../admin/view/layout.php:94
1567
- msgid "Delete"
1568
- msgstr ""
1569
-
1570
- #: ../admin/view/right-now.php:16
1571
- msgid "Human"
1572
- msgstr ""
1573
-
1574
- #: ../admin/view/right-now.php:16
1575
- msgid "Bot/Crawler"
1576
- msgstr ""
1577
-
1578
- #: ../admin/view/right-now.php:16
1579
- msgid "Mobile Device"
1580
- msgstr ""
1581
-
1582
- #: ../admin/view/right-now.php:16
1583
- msgid "Syndication Reader"
1584
- msgstr ""
1585
-
1586
- #: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1030
1587
- #: ../admin/view/wp-slimstat-reports.php:1238
1588
- #: ../admin/view/wp-slimstat-reports.php:1360
1589
- #: ../admin/view/wp-slimstat-reports.php:1405
1590
- msgid "No data to display"
1591
- msgstr ""
1592
-
1593
- #: ../admin/view/right-now.php:112
1594
- msgid "Date and Time"
1595
- msgstr ""
1596
-
1597
- # Unknown
1598
- #: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-reports.php:1082
1599
- #: ../admin/view/wp-slimstat-reports.php:1608 ../wp-slimstat.php:1451
1600
- msgid "c-"
1601
- msgstr "Unknown"
1602
-
1603
- #: ../admin/view/right-now.php:181 ../admin/view/wp-slimstat-db.php:60
1604
- #: ../admin/wp-slimstat-admin.php:1148 ../admin/wp-slimstat-admin.php:1188
1605
- msgid "Originating IP"
1606
- msgstr ""
1607
-
1608
- #: ../admin/view/right-now.php:222 ../admin/view/wp-slimstat-reports.php:1189
1609
- #: ../admin/view/wp-slimstat-reports.php:1194
1610
- #: ../admin/view/wp-slimstat-reports.php:1199
1611
- #: ../admin/view/wp-slimstat-reports.php:1423
1612
- msgid "Open this URL in a new window"
1613
- msgstr ""
1614
-
1615
- #: ../admin/view/right-now.php:234
1616
- msgid "Local search results page"
1617
- msgstr ""
1618
-
1619
- #: ../admin/view/right-now.php:243 ../admin/view/wp-slimstat-db.php:40
1620
- #: ../admin/view/wp-slimstat-reports.php:209
1621
- #: ../admin/view/wp-slimstat-reports.php:219
1622
- #: ../admin/wp-slimstat-admin.php:1151 ../admin/wp-slimstat-admin.php:1167
1623
- msgid "Search Terms"
1624
- msgstr ""
1625
-
1626
- #: ../admin/view/right-now.php:255
1627
- msgid "Server Latency and Page Speed in milliseconds"
1628
- msgstr ""
1629
-
1630
- #: ../admin/view/right-now.php:255
1631
- msgid "SL"
1632
- msgstr ""
1633
-
1634
- #: ../admin/view/right-now.php:255
1635
- msgid "PS"
1636
- msgstr ""
1637
-
1638
- #: ../admin/view/right-now.php:262
1639
- msgid "Time spent on this page"
1640
- msgstr ""
1641
-
1642
- #: ../admin/view/right-now.php:278
1643
- msgid "Invalid Referrer"
1644
- msgstr ""
1645
-
1646
- #: ../admin/view/right-now.php:279
1647
- msgid "Open this referrer in a new window"
1648
- msgstr ""
1649
-
1650
- #: ../admin/view/right-now.php:280
1651
- msgid "Content Type"
1652
- msgstr ""
1653
-
1654
- #: ../admin/view/right-now.php:287
1655
- msgid "Open this outbound link in a new window"
1656
- msgstr ""
1657
-
1658
- #: ../admin/view/right-now.php:295
1659
- msgid "Delete this entry from the database"
1660
- msgstr ""
1661
-
1662
- #: ../admin/view/right-now.php:307
1663
- msgid "User Logged In"
1664
- msgstr ""
1665
-
1666
- #: ../admin/view/right-now.php:317
1667
- msgid "User Logged Out"
1668
- msgstr ""
1669
-
1670
- #: ../admin/view/wp-slimstat-db.php:37 ../admin/wp-slimstat-admin.php:1164
1671
- msgid "Browser"
1672
- msgstr ""
1673
-
1674
- #: ../admin/view/wp-slimstat-db.php:38 ../admin/wp-slimstat-admin.php:1165
1675
- msgid "Country Code"
1676
- msgstr ""
1677
-
1678
- #: ../admin/view/wp-slimstat-db.php:39
1679
- msgid "IP Address"
1680
- msgstr ""
1681
-
1682
- #: ../admin/view/wp-slimstat-db.php:41 ../admin/wp-slimstat-admin.php:1168
1683
- msgid "Language Code"
1684
- msgstr ""
1685
-
1686
- #: ../admin/view/wp-slimstat-db.php:42 ../admin/view/wp-slimstat-db.php:110
1687
- #: ../admin/wp-slimstat-admin.php:1169
1688
- msgid "Operating System"
1689
- msgstr ""
1690
-
1691
- #: ../admin/view/wp-slimstat-db.php:43 ../admin/view/wp-slimstat-db.php:111
1692
- #: ../admin/wp-slimstat-admin.php:1170
1693
- msgid "Permalink"
1694
- msgstr ""
1695
-
1696
- #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:112
1697
- #: ../admin/wp-slimstat-admin.php:1171
1698
- msgid "Referer"
1699
- msgstr ""
1700
-
1701
- #: ../admin/view/wp-slimstat-db.php:45
1702
- msgid "Visitor's Username"
1703
- msgstr ""
1704
-
1705
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:1154
1706
- msgid "Outbound Link"
1707
- msgstr ""
1708
-
1709
- #: ../admin/view/wp-slimstat-db.php:47
1710
- msgid "Page Speed"
1711
- msgstr ""
1712
-
1713
- #: ../admin/view/wp-slimstat-db.php:49
1714
- msgid "-- Advanced filters --"
1715
- msgstr ""
1716
-
1717
- #: ../admin/view/wp-slimstat-db.php:50
1718
- #: ../admin/view/wp-slimstat-reports.php:339
1719
- msgid "Browser Capabilities"
1720
- msgstr ""
1721
-
1722
- #: ../admin/view/wp-slimstat-db.php:51 ../admin/wp-slimstat-admin.php:1183
1723
- msgid "Browser Version"
1724
- msgstr ""
1725
-
1726
- #: ../admin/view/wp-slimstat-db.php:52 ../admin/wp-slimstat-admin.php:1184
1727
- msgid "Browser Type"
1728
- msgstr ""
1729
-
1730
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1153
1731
- msgid "User Agent"
1732
- msgstr ""
1733
-
1734
- #: ../admin/view/wp-slimstat-db.php:55
1735
- #: ../admin/view/wp-slimstat-reports.php:1378
1736
- msgid "Coordinates"
1737
- msgstr ""
1738
-
1739
- #: ../admin/view/wp-slimstat-db.php:56
1740
- msgid "Annotations"
1741
- msgstr ""
1742
-
1743
- #: ../admin/view/wp-slimstat-db.php:57
1744
- msgid "Server Latency"
1745
- msgstr ""
1746
-
1747
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1186
1748
- msgid "Post Author"
1749
- msgstr ""
1750
-
1751
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1187
1752
- msgid "Post Category ID"
1753
- msgstr ""
1754
-
1755
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1189
1756
- msgid "Resource Content Type"
1757
- msgstr ""
1758
-
1759
- #: ../admin/view/wp-slimstat-db.php:62
1760
- msgid "Resource ID"
1761
- msgstr ""
1762
-
1763
- #: ../admin/view/wp-slimstat-db.php:63
1764
- msgid "Screen Width"
1765
- msgstr ""
1766
-
1767
- #: ../admin/view/wp-slimstat-db.php:64
1768
- msgid "Screen Height"
1769
- msgstr ""
1770
-
1771
- #: ../admin/view/wp-slimstat-db.php:65
1772
- msgid "Viewport Size"
1773
- msgstr ""
1774
-
1775
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1191
1776
- msgid "Visit ID"
1777
- msgstr ""
1778
-
1779
- #: ../admin/view/wp-slimstat-db.php:86
1780
- msgid "is between (x,y)"
1781
- msgstr ""
1782
-
1783
- #: ../admin/view/wp-slimstat-db.php:97
1784
- msgid "Minute"
1785
- msgstr ""
1786
-
1787
- #: ../admin/view/wp-slimstat-db.php:103
1788
- msgid "hours"
1789
- msgstr ""
1790
-
1791
- #: ../admin/view/wp-slimstat-db.php:104
1792
- msgid "minutes"
1793
- msgstr ""
1794
-
1795
- #: ../admin/view/wp-slimstat-db.php:105
1796
- msgid "Timestamp"
1797
- msgstr ""
1798
-
1799
- #: ../admin/view/wp-slimstat-db.php:106
1800
- msgid "Exit Timestamp"
1801
- msgstr ""
1802
-
1803
- #: ../admin/view/wp-slimstat-db.php:109
1804
- msgid "Language"
1805
- msgstr ""
1806
-
1807
- #: ../admin/view/wp-slimstat-db.php:113
1808
- msgid "Metric"
1809
- msgstr ""
1810
-
1811
- #: ../admin/view/wp-slimstat-db.php:114
1812
- msgid "Value"
1813
- msgstr ""
1814
-
1815
- #: ../admin/view/wp-slimstat-db.php:116
1816
- msgid "Grouped Value"
1817
- msgstr ""
1818
-
1819
- #: ../admin/view/wp-slimstat-db.php:117
1820
- msgid "Percentage"
1821
- msgstr ""
1822
-
1823
- #: ../admin/view/wp-slimstat-db.php:118 ../admin/view/wp-slimstat-db.php:119
1824
- msgid "Notes"
1825
- msgstr ""
1826
-
1827
- #: ../admin/view/wp-slimstat-db.php:122
1828
- msgid "Event ID"
1829
- msgstr ""
1830
-
1831
- #: ../admin/view/wp-slimstat-db.php:123
1832
- #: ../admin/view/wp-slimstat-reports.php:1374
1833
- msgid "Type"
1834
- msgstr ""
1835
-
1836
- #: ../admin/view/wp-slimstat-db.php:124
1837
- msgid "Event Description"
1838
- msgstr ""
1839
-
1840
- #: ../admin/view/wp-slimstat-db.php:125
1841
- msgid "Event Coordinates"
1842
- msgstr ""
1843
-
1844
- #: ../admin/view/wp-slimstat-db.php:128
1845
- msgid "Offset"
1846
- msgstr ""
1847
-
1848
- #: ../admin/view/wp-slimstat-db.php:674
1849
- msgid "Dataset Size"
1850
- msgstr ""
1851
-
1852
- #: ../admin/view/wp-slimstat-db.php:676
1853
- msgid "Total number of records stored in the database."
1854
- msgstr ""
1855
-
1856
- #: ../admin/view/wp-slimstat-db.php:678
1857
- msgid "DB Size"
1858
- msgstr ""
1859
-
1860
- #: ../admin/view/wp-slimstat-db.php:681
1861
- msgid "Tracking Enabled"
1862
- msgstr ""
1863
-
1864
- #: ../admin/view/wp-slimstat-db.php:684
1865
- msgid "Javascript Mode"
1866
- msgstr ""
1867
-
1868
- #: ../admin/view/wp-slimstat-db.php:687
1869
- msgid "Tracking Browser Caps"
1870
- msgstr ""
1871
-
1872
- #: ../admin/view/wp-slimstat-db.php:690
1873
- msgid "Auto purge"
1874
- msgstr ""
1875
-
1876
- #: ../admin/view/wp-slimstat-db.php:691 ../admin/wp-slimstat-admin.php:1008
1877
- msgid "Off"
1878
- msgstr ""
1879
-
1880
- #: ../admin/view/wp-slimstat-db.php:693
1881
- msgid "Oldest pageview"
1882
- msgstr ""
1883
-
1884
- #: ../admin/view/wp-slimstat-db.php:694
1885
- msgid "No visits"
1886
- msgstr ""
1887
-
1888
- #: ../admin/view/wp-slimstat-db.php:696
1889
- msgid "Geolocation"
1890
- msgstr ""
1891
-
1892
- #: ../admin/view/wp-slimstat-db.php:698
1893
- msgid "Date when the MaxMind Geolocation database was last updated."
1894
- msgstr ""
1895
-
1896
- #: ../admin/view/wp-slimstat-db.php:866 ../admin/view/wp-slimstat-db.php:1114
1897
- #: ../admin/view/wp-slimstat-reports.php:45
1898
- #: ../admin/view/wp-slimstat-reports.php:54
1899
- msgid "Pageviews"
1900
- msgstr ""
1901
-
1902
- #: ../admin/view/wp-slimstat-db.php:868 ../admin/view/wp-slimstat-db.php:1116
1903
- msgid ""
1904
- "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
1905
- "the tracking code is executed."
1906
- msgstr ""
1907
-
1908
- #: ../admin/view/wp-slimstat-db.php:870
1909
- msgid "Days in Range"
1910
- msgstr ""
1911
-
1912
- #: ../admin/view/wp-slimstat-db.php:873
1913
- msgid "Average Daily Pageviews"
1914
- msgstr ""
1915
-
1916
- #: ../admin/view/wp-slimstat-db.php:875
1917
- msgid ""
1918
- "How many pages have been visited on average every day during the current "
1919
- "period."
1920
- msgstr ""
1921
-
1922
- #: ../admin/view/wp-slimstat-db.php:877
1923
- msgid "From Search Results"
1924
- msgstr ""
1925
-
1926
- #: ../admin/view/wp-slimstat-db.php:879
1927
- msgid ""
1928
- "Visitors who landed on your site after searching for a keyword on Google, "
1929
- "Yahoo, etc."
1930
- msgstr ""
1931
-
1932
- #: ../admin/view/wp-slimstat-db.php:881 ../admin/view/wp-slimstat-db.php:1227
1933
- #: ../admin/view/wp-slimstat-reports.php:55
1934
- #: ../admin/view/wp-slimstat-reports.php:252
1935
- #: ../admin/view/wp-slimstat-reports.php:493
1936
- msgid "Unique IPs"
1937
- msgstr ""
1938
-
1939
- #: ../admin/view/wp-slimstat-db.php:883
1940
- msgid ""
1941
- "Used to differentiate between multiple requests to download a file from one "
1942
- "internet address (IP) and requests originating from many distinct addresses"
1943
- msgstr ""
1944
-
1945
- #: ../admin/view/wp-slimstat-db.php:885
1946
- msgid "Last 30 minutes"
1947
- msgstr ""
1948
-
1949
- #: ../admin/view/wp-slimstat-db.php:1118
1950
- msgid "Unique Referrers"
1951
- msgstr ""
1952
-
1953
- #: ../admin/view/wp-slimstat-db.php:1120
1954
- msgid ""
1955
- "A referrer (or referring site) is the site that a visitor previously visited "
1956
- "before following a link to your site."
1957
- msgstr ""
1958
-
1959
- #: ../admin/view/wp-slimstat-db.php:1122
1960
- msgid "Direct Pageviews"
1961
- msgstr ""
1962
-
1963
- #: ../admin/view/wp-slimstat-db.php:1124
1964
- msgid ""
1965
- "Visitors who visited the site by typing the URL directly into their browser. "
1966
- "<em>Direct</em> can also refer to the visitors who clicked on the links from "
1967
- "their bookmarks/favorites, untagged links within emails, or links from "
1968
- "documents that don't include tracking variables."
1969
- msgstr ""
1970
-
1971
- #: ../admin/view/wp-slimstat-db.php:1126
1972
- msgid "From a search result"
1973
- msgstr ""
1974
-
1975
- #: ../admin/view/wp-slimstat-db.php:1128
1976
- msgid ""
1977
- "Visitors who came to your site via searches on Google or some other search "
1978
- "engine."
1979
- msgstr ""
1980
-
1981
- #: ../admin/view/wp-slimstat-db.php:1130
1982
- msgid "Unique Landing Pages"
1983
- msgstr ""
1984
-
1985
- #: ../admin/view/wp-slimstat-db.php:1132
1986
- msgid ""
1987
- "The first page that a user views during a session. This is also known as the "
1988
- "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
1989
- "Space,' and they land on your home page, it gets counted (for that visit) as "
1990
- "a landing page."
1991
- msgstr ""
1992
-
1993
- #: ../admin/view/wp-slimstat-db.php:1134
1994
- msgid "Bounce Pages"
1995
- msgstr ""
1996
-
1997
- #: ../admin/view/wp-slimstat-db.php:1136
1998
- msgid "Number of single page visits to your site over the selected period."
1999
- msgstr ""
2000
-
2001
- #: ../admin/view/wp-slimstat-db.php:1138
2002
- msgid "New Visitors Rate"
2003
- msgstr ""
2004
-
2005
- #: ../admin/view/wp-slimstat-db.php:1140
2006
- msgid ""
2007
- "Percentage of single page visits, i.e. visits in which the person left your "
2008
- "site from the entrance page."
2009
- msgstr ""
2010
-
2011
- #: ../admin/view/wp-slimstat-db.php:1142
2012
- msgid "Currently from search engines"
2013
- msgstr ""
2014
-
2015
- #: ../admin/view/wp-slimstat-db.php:1144
2016
- msgid ""
2017
- "Visitors who visited the site in the last 5 minutes coming from a search "
2018
- "engine."
2019
- msgstr ""
2020
-
2021
- #: ../admin/view/wp-slimstat-db.php:1155
2022
- msgid "0 - 30 seconds"
2023
- msgstr ""
2024
-
2025
- #: ../admin/view/wp-slimstat-db.php:1161
2026
- msgid "31 - 60 seconds"
2027
- msgstr ""
2028
-
2029
- #: ../admin/view/wp-slimstat-db.php:1167
2030
- msgid "1 - 3 minutes"
2031
- msgstr ""
2032
-
2033
- #: ../admin/view/wp-slimstat-db.php:1173
2034
- msgid "3 - 5 minutes"
2035
- msgstr ""
2036
-
2037
- #: ../admin/view/wp-slimstat-db.php:1179
2038
- msgid "5 - 7 minutes"
2039
- msgstr ""
2040
-
2041
- #: ../admin/view/wp-slimstat-db.php:1185
2042
- msgid "7 - 10 minutes"
2043
- msgstr ""
2044
-
2045
- #: ../admin/view/wp-slimstat-db.php:1191
2046
- msgid "More than 10 minutes"
2047
- msgstr ""
2048
-
2049
- #: ../admin/view/wp-slimstat-db.php:1203
2050
- msgid "Average visit duration"
2051
- msgstr ""
2052
-
2053
- #: ../admin/view/wp-slimstat-db.php:1223
2054
- #: ../admin/view/wp-slimstat-reports.php:251
2055
- msgid "Visits"
2056
- msgstr ""
2057
-
2058
- #: ../admin/view/wp-slimstat-db.php:1225
2059
- msgid ""
2060
- "A visit is a session of at most 30 minutes. Returning visitors are counted "
2061
- "multiple times if they perform multiple visits."
2062
- msgstr ""
2063
-
2064
- #: ../admin/view/wp-slimstat-db.php:1229
2065
- msgid "It includes only traffic generated by human visitors."
2066
- msgstr ""
2067
-
2068
- #: ../admin/view/wp-slimstat-db.php:1231
2069
- msgid "Bounce rate"
2070
- msgstr ""
2071
-
2072
- #: ../admin/view/wp-slimstat-db.php:1233
2073
- msgid ""
2074
- "Percentage of single-page visits, i.e. visits in which the person left your "
2075
- "site from the entrance page."
2076
- msgstr ""
2077
-
2078
- #: ../admin/view/wp-slimstat-db.php:1235
2079
- msgid "Known visitors"
2080
- msgstr ""
2081
-
2082
- #: ../admin/view/wp-slimstat-db.php:1237
2083
- msgid "Visitors who had previously left a comment on your blog."
2084
- msgstr ""
2085
-
2086
- #: ../admin/view/wp-slimstat-db.php:1239
2087
- msgid "New visitors"
2088
- msgstr ""
2089
-
2090
- #: ../admin/view/wp-slimstat-db.php:1241
2091
- msgid "Human users who visited your site only once."
2092
- msgstr ""
2093
-
2094
- #: ../admin/view/wp-slimstat-db.php:1243
2095
- msgid "Bots"
2096
- msgstr ""
2097
-
2098
- #: ../admin/view/wp-slimstat-db.php:1246
2099
- msgid "Pageviews per visit"
2100
- msgstr ""
2101
-
2102
- #: ../admin/view/wp-slimstat-db.php:1249
2103
- msgid "Longest visit"
2104
- msgstr ""
2105
-
2106
- #: ../admin/view/wp-slimstat-db.php:1250
2107
- msgid "hits"
2108
- msgstr ""
2109
-
2110
- #: ../admin/view/wp-slimstat-db.php:1259
2111
- msgid "Content Items"
2112
- msgstr ""
2113
-
2114
- #: ../admin/view/wp-slimstat-db.php:1261
2115
- msgid ""
2116
- "This value includes not only posts, but also custom post types, regardless "
2117
- "of their status"
2118
- msgstr ""
2119
-
2120
- #: ../admin/view/wp-slimstat-db.php:1263
2121
- msgid "Posts"
2122
- msgstr ""
2123
-
2124
- #: ../admin/view/wp-slimstat-db.php:1266
2125
- msgid "Pages"
2126
- msgstr ""
2127
-
2128
- #: ../admin/view/wp-slimstat-db.php:1269
2129
- msgid "Attachments"
2130
- msgstr ""
2131
-
2132
- #: ../admin/view/wp-slimstat-db.php:1272
2133
- msgid "Revisions"
2134
- msgstr ""
2135
-
2136
- #: ../admin/view/wp-slimstat-db.php:1275
2137
- msgid "Comments"
2138
- msgstr ""
2139
-
2140
- #: ../admin/view/wp-slimstat-db.php:1278
2141
- msgid "Avg Comments per Post"
2142
- msgstr ""
2143
-
2144
- #: ../admin/view/wp-slimstat-db.php:1281
2145
- msgid "Avg Server Latency"
2146
- msgstr ""
2147
-
2148
- #: ../admin/view/wp-slimstat-db.php:1283
2149
- msgid ""
2150
- "Latency is the amount of time it takes for the host server to receive and "
2151
- "process a request for a page object. The amount of latency depends largely "
2152
- "on how far away the user is from the server."
2153
- msgstr ""
2154
-
2155
- #: ../admin/view/wp-slimstat-reports.php:28
2156
- msgid "Chart controls"
2157
- msgstr ""
2158
-
2159
- #: ../admin/view/wp-slimstat-reports.php:28
2160
- msgid "Use your mouse wheel to zoom in and out"
2161
- msgstr ""
2162
-
2163
- #: ../admin/view/wp-slimstat-reports.php:28
2164
- msgid "While zooming in, drag the chart to move to a different area"
2165
- msgstr ""
2166
-
2167
- #: ../admin/view/wp-slimstat-reports.php:32
2168
- msgid "Visitors Activity"
2169
- msgstr ""
2170
-
2171
- #: ../admin/view/wp-slimstat-reports.php:41
2172
- msgid "Color codes"
2173
- msgstr ""
2174
-
2175
- #: ../admin/view/wp-slimstat-reports.php:41
2176
- msgid "From search result page"
2177
- msgstr ""
2178
-
2179
- #: ../admin/view/wp-slimstat-reports.php:41 ../admin/wp-slimstat-admin.php:1146
2180
- msgid "Known Visitor"
2181
- msgstr ""
2182
-
2183
- #: ../admin/view/wp-slimstat-reports.php:41
2184
- msgid "Known Users"
2185
- msgstr ""
2186
-
2187
- #: ../admin/view/wp-slimstat-reports.php:41
2188
- msgid "Other Humans"
2189
- msgstr ""
2190
-
2191
- #: ../admin/view/wp-slimstat-reports.php:41
2192
- msgid "Bot or Crawler"
2193
- msgstr ""
2194
-
2195
- #: ../admin/view/wp-slimstat-reports.php:63
2196
- msgid "About Slimstat"
2197
- msgstr ""
2198
-
2199
- #: ../admin/view/wp-slimstat-reports.php:72
2200
- msgid "Traffic at a Glance"
2201
- msgstr ""
2202
-
2203
- #: ../admin/view/wp-slimstat-reports.php:82
2204
- msgid "Currently Online"
2205
- msgstr ""
2206
-
2207
- #: ../admin/view/wp-slimstat-reports.php:95
2208
- msgid "Recent Search Terms"
2209
- msgstr ""
2210
-
2211
- #: ../admin/view/wp-slimstat-reports.php:106
2212
- msgid "Keywords used by your visitors to find your website on a search engine."
2213
- msgstr ""
2214
-
2215
- #: ../admin/view/wp-slimstat-reports.php:109
2216
- msgid "Top Web Pages"
2217
- msgstr ""
2218
-
2219
- #: ../admin/view/wp-slimstat-reports.php:120
2220
- msgid ""
2221
- "Here a \"page\" is not just a WordPress page type, but any webpage on your "
2222
- "site, including posts, products, categories, and so on. You can set the "
2223
- "corresponding filter where Resource Content Type equals cpt:"
2224
- "you_cpt_slug_here to get top web pages for a specific custom post type you "
2225
- "have."
2226
- msgstr ""
2227
-
2228
- #: ../admin/view/wp-slimstat-reports.php:123
2229
- msgid "Top Referring Domains"
2230
- msgstr ""
2231
-
2232
- #: ../admin/view/wp-slimstat-reports.php:137
2233
- msgid "Top Known Visitors"
2234
- msgstr ""
2235
-
2236
- #: ../admin/view/wp-slimstat-reports.php:148
2237
- msgid "Top Search Terms"
2238
- msgstr ""
2239
-
2240
- #: ../admin/view/wp-slimstat-reports.php:160
2241
- msgid "Top Countries"
2242
- msgstr ""
2243
-
2244
- #: ../admin/view/wp-slimstat-reports.php:169
2245
- msgid ""
2246
- "You can configure Slimstat to ignore a specific Country by setting the "
2247
- "corresponding filter under Settings > Slimstat > Filters."
2248
- msgstr ""
2249
-
2250
- #: ../admin/view/wp-slimstat-reports.php:172
2251
- msgid "Rankings"
2252
- msgstr ""
2253
-
2254
- #: ../admin/view/wp-slimstat-reports.php:179
2255
- msgid ""
2256
- "Slimstat retrieves live information from Alexa, Facebook and Mozscape, to "
2257
- "measures your site's rankings. Values are updated every 12 hours. Please "
2258
- "enter your personal access ID in the settings to access your personalized "
2259
- "Mozscape data."
2260
- msgstr ""
2261
-
2262
- #: ../admin/view/wp-slimstat-reports.php:182
2263
- msgid "Top Language Families"
2264
- msgstr ""
2265
-
2266
- #: ../admin/view/wp-slimstat-reports.php:195
2267
- msgid "Users Currently Online"
2268
- msgstr ""
2269
-
2270
- #: ../admin/view/wp-slimstat-reports.php:206
2271
- msgid ""
2272
- "When visitors leave a comment on your blog, WordPress assigns them a cookie. "
2273
- "Slimstat leverages this information to identify returning visitors. Please "
2274
- "note that visitors also include registered users."
2275
- msgstr ""
2276
-
2277
- #: ../admin/view/wp-slimstat-reports.php:220
2278
- msgid "Unique Terms"
2279
- msgstr ""
2280
-
2281
- #: ../admin/view/wp-slimstat-reports.php:228
2282
- msgid "Top Referring URLs"
2283
- msgstr ""
2284
-
2285
- #: ../admin/view/wp-slimstat-reports.php:241
2286
- msgid "Human Visits"
2287
- msgstr ""
2288
-
2289
- #: ../admin/view/wp-slimstat-reports.php:260
2290
- msgid "Audience Overview"
2291
- msgstr ""
2292
-
2293
- #: ../admin/view/wp-slimstat-reports.php:267
2294
- msgid ""
2295
- "Where not otherwise specified, the metrics in this report are referred to "
2296
- "human visitors."
2297
- msgstr ""
2298
-
2299
- #: ../admin/view/wp-slimstat-reports.php:270
2300
- msgid "Top Languages"
2301
- msgstr ""
2302
-
2303
- #: ../admin/view/wp-slimstat-reports.php:281
2304
- msgid "Top Browsers"
2305
- msgstr ""
2306
-
2307
- #: ../admin/view/wp-slimstat-reports.php:292
2308
- msgid "Top Service Providers"
2309
- msgstr ""
2310
-
2311
- #: ../admin/view/wp-slimstat-reports.php:301
2312
- #: ../admin/view/wp-slimstat-reports.php:313
2313
- msgid ""
2314
- "Internet Service Provider: a company which provides other companies or "
2315
- "individuals with access to the Internet. Your DSL or cable internet service "
2316
- "is provided to you by your ISP.<br><br>You can ignore specific IP addresses "
2317
- "by setting the corresponding filter under Settings > Slimstat > Filters."
2318
- msgstr ""
2319
-
2320
- #: ../admin/view/wp-slimstat-reports.php:304
2321
- msgid "Top Operating Systems"
2322
- msgstr ""
2323
-
2324
- #: ../admin/view/wp-slimstat-reports.php:316
2325
- msgid "Top Screen Resolutions"
2326
- msgstr ""
2327
-
2328
- #: ../admin/view/wp-slimstat-reports.php:328
2329
- msgid "Top Viewport Sizes"
2330
- msgstr ""
2331
-
2332
- #: ../admin/view/wp-slimstat-reports.php:348
2333
- msgid "Visit Duration"
2334
- msgstr ""
2335
-
2336
- #: ../admin/view/wp-slimstat-reports.php:355
2337
- msgid ""
2338
- "All values represent the percentages of pageviews within the corresponding "
2339
- "time range."
2340
- msgstr ""
2341
-
2342
- #: ../admin/view/wp-slimstat-reports.php:358
2343
- msgid "Recent Countries"
2344
- msgstr ""
2345
-
2346
- #: ../admin/view/wp-slimstat-reports.php:369
2347
- msgid "Recent Viewport Sizes"
2348
- msgstr ""
2349
-
2350
- #: ../admin/view/wp-slimstat-reports.php:380
2351
- msgid "Recent Operating Systems"
2352
- msgstr ""
2353
-
2354
- #: ../admin/view/wp-slimstat-reports.php:391
2355
- msgid "Recent Browsers"
2356
- msgstr ""
2357
-
2358
- #: ../admin/view/wp-slimstat-reports.php:402
2359
- msgid "Recent Languages"
2360
- msgstr ""
2361
-
2362
- #: ../admin/view/wp-slimstat-reports.php:413
2363
- msgid "Top Browser Families"
2364
- msgstr ""
2365
-
2366
- #: ../admin/view/wp-slimstat-reports.php:422
2367
- msgid ""
2368
- "This report shows you what user agent families (no version considered) are "
2369
- "popular among your visitors."
2370
- msgstr ""
2371
-
2372
- #: ../admin/view/wp-slimstat-reports.php:425
2373
- msgid "Top OS Families"
2374
- msgstr ""
2375
-
2376
- #: ../admin/view/wp-slimstat-reports.php:436
2377
- msgid ""
2378
- "This report shows you what operating system families (no version considered) "
2379
- "are popular among your visitors."
2380
- msgstr ""
2381
-
2382
- #: ../admin/view/wp-slimstat-reports.php:439
2383
- msgid "Recent Users"
2384
- msgstr ""
2385
-
2386
- #: ../admin/view/wp-slimstat-reports.php:451
2387
- msgid "Top Users"
2388
- msgstr ""
2389
-
2390
- #: ../admin/view/wp-slimstat-reports.php:463
2391
- #: ../admin/view/wp-slimstat-reports.php:472
2392
- msgid "Users"
2393
- msgstr ""
2394
-
2395
- #: ../admin/view/wp-slimstat-reports.php:473
2396
- msgid "Unique Users"
2397
- msgstr ""
2398
-
2399
- #: ../admin/view/wp-slimstat-reports.php:482 ../admin/wp-slimstat-admin.php:56
2400
- msgid "Traffic Sources"
2401
- msgstr ""
2402
-
2403
- #: ../admin/view/wp-slimstat-reports.php:492
2404
- msgid "Domains"
2405
- msgstr ""
2406
-
2407
- #: ../admin/view/wp-slimstat-reports.php:501
2408
- msgid "Traffic Summary"
2409
- msgstr ""
2410
-
2411
- #: ../admin/view/wp-slimstat-reports.php:510
2412
- msgid "Top Referring Search Engines"
2413
- msgstr ""
2414
-
2415
- #: ../admin/view/wp-slimstat-reports.php:525
2416
- msgid "Recent Outbound Links"
2417
- msgstr ""
2418
-
2419
- #: ../admin/view/wp-slimstat-reports.php:537
2420
- msgid "Recent Posts"
2421
- msgstr ""
2422
-
2423
- #: ../admin/view/wp-slimstat-reports.php:549
2424
- msgid "Recent Feeds"
2425
- msgstr ""
2426
-
2427
- #: ../admin/view/wp-slimstat-reports.php:561
2428
- msgid "Recent Pages Not Found"
2429
- msgstr ""
2430
-
2431
- #: ../admin/view/wp-slimstat-reports.php:573
2432
- msgid "Recent Internal Searches"
2433
- msgstr ""
2434
-
2435
- #: ../admin/view/wp-slimstat-reports.php:583
2436
- msgid "Searches performed using WordPress' built-in search functionality."
2437
- msgstr ""
2438
-
2439
- #: ../admin/view/wp-slimstat-reports.php:586
2440
- msgid "Top Categories"
2441
- msgstr ""
2442
-
2443
- #: ../admin/view/wp-slimstat-reports.php:599
2444
- msgid "Top Downloads"
2445
- msgstr ""
2446
-
2447
- #: ../admin/view/wp-slimstat-reports.php:610
2448
- msgid ""
2449
- "You can configure Slimstat to track specific file extensions as downloads."
2450
- msgstr ""
2451
-
2452
- #: ../admin/view/wp-slimstat-reports.php:613
2453
- msgid "Recent Events"
2454
- msgstr ""
2455
-
2456
- #: ../admin/view/wp-slimstat-reports.php:622
2457
- #: ../admin/view/wp-slimstat-reports.php:646
2458
- msgid ""
2459
- "This report lists any <em>event</em> occurred on your website. Please refer "
2460
- "to the FAQ for more information on how to use this functionality."
2461
- msgstr ""
2462
-
2463
- #: ../admin/view/wp-slimstat-reports.php:625
2464
- msgid "Top Posts"
2465
- msgstr ""
2466
-
2467
- #: ../admin/view/wp-slimstat-reports.php:637
2468
- msgid "Top Events"
2469
- msgstr ""
2470
-
2471
- #: ../admin/view/wp-slimstat-reports.php:649
2472
- msgid "Top Internal Searches"
2473
- msgstr ""
2474
-
2475
- #: ../admin/view/wp-slimstat-reports.php:661
2476
- msgid "Recent Categories"
2477
- msgstr ""
2478
-
2479
- #: ../admin/view/wp-slimstat-reports.php:673
2480
- msgid "Top Pages Not Found"
2481
- msgstr ""
2482
-
2483
- #: ../admin/view/wp-slimstat-reports.php:685
2484
- msgid "Top Authors"
2485
- msgstr ""
2486
-
2487
- #: ../admin/view/wp-slimstat-reports.php:696
2488
- msgid "Top Tags"
2489
- msgstr ""
2490
-
2491
- #: ../admin/view/wp-slimstat-reports.php:708
2492
- msgid "Recent Downloads"
2493
- msgstr ""
2494
-
2495
- #: ../admin/view/wp-slimstat-reports.php:720
2496
- msgid "Top Outbound Links"
2497
- msgstr ""
2498
-
2499
- #: ../admin/view/wp-slimstat-reports.php:732
2500
- msgid "Your Website"
2501
- msgstr ""
2502
-
2503
- #: ../admin/view/wp-slimstat-reports.php:739
2504
- msgid ""
2505
- "Your content at a glance: posts, comments, pingbacks, etc. Please note that "
2506
- "this report is not affected by the filters set here above."
2507
- msgstr ""
2508
-
2509
- #: ../admin/view/wp-slimstat-reports.php:742
2510
- msgid "Top Bounce Pages"
2511
- msgstr ""
2512
-
2513
- #: ../admin/view/wp-slimstat-reports.php:755
2514
- msgid "Top Exit Pages"
2515
- msgstr ""
2516
-
2517
- #: ../admin/view/wp-slimstat-reports.php:768
2518
- msgid "Top Entry Pages"
2519
- msgstr ""
2520
-
2521
- #: ../admin/view/wp-slimstat-reports.php:781
2522
- msgid "Pages with Outbound Links"
2523
- msgstr ""
2524
-
2525
- #: ../admin/view/wp-slimstat-reports.php:790
2526
- msgid "Outbound Links"
2527
- msgstr ""
2528
-
2529
- #: ../admin/view/wp-slimstat-reports.php:791
2530
- msgid "Unique Outbound"
2531
- msgstr ""
2532
-
2533
- #: ../admin/view/wp-slimstat-reports.php:799
2534
- msgid "Users by Page"
2535
- msgstr ""
2536
-
2537
- #: ../admin/view/wp-slimstat-reports.php:810
2538
- msgid "World Map"
2539
- msgstr ""
2540
-
2541
- #: ../admin/view/wp-slimstat-reports.php:817
2542
- msgid ""
2543
- "Dots on the map represent the most recent pageviews geolocated by City. This "
2544
- "feature is only available by enabling the corresponding precision level in "
2545
- "the settings."
2546
- msgstr ""
2547
-
2548
- #: ../admin/view/wp-slimstat-reports.php:823
2549
- msgid "Top Cities"
2550
- msgstr ""
2551
-
2552
- #: ../admin/view/wp-slimstat-reports.php:927
2553
- msgid "Refresh"
2554
- msgstr ""
2555
-
2556
- #: ../admin/view/wp-slimstat-reports.php:974
2557
- #, php-format
2558
- msgid "Results %s - %s of %s"
2559
- msgstr ""
2560
-
2561
- #: ../admin/view/wp-slimstat-reports.php:977
2562
- msgid "Refresh in"
2563
- msgstr ""
2564
-
2565
- #: ../admin/view/wp-slimstat-reports.php:1076
2566
- msgid "Category ID"
2567
- msgstr ""
2568
-
2569
- #: ../admin/view/wp-slimstat-reports.php:1081
2570
- #: ../admin/view/wp-slimstat-reports.php:1095
2571
- #: ../admin/view/wp-slimstat-reports.php:1100
2572
- msgid "Code"
2573
- msgstr ""
2574
-
2575
- #: ../admin/view/wp-slimstat-reports.php:1096
2576
- #: ../languages/dynamic_strings.php:341 ../wp-slimstat.php:1474
2577
- msgid "l-"
2578
- msgstr "Unknown"
2579
-
2580
- #: ../admin/view/wp-slimstat-reports.php:1113
2581
- msgid "URL"
2582
- msgstr ""
2583
-
2584
- #: ../admin/view/wp-slimstat-reports.php:1132
2585
- msgid "Referrer"
2586
- msgstr ""
2587
-
2588
- #: ../admin/view/wp-slimstat-reports.php:1307
2589
- #: ../admin/view/wp-slimstat-reports.php:1315
2590
- msgid "(previous)"
2591
- msgstr ""
2592
-
2593
- #: ../admin/view/wp-slimstat-reports.php:1378
2594
- msgid "Date"
2595
- msgstr ""
2596
-
2597
- #: ../admin/view/wp-slimstat-reports.php:1430
2598
- msgid "Filter by element in a group"
2599
- msgstr ""
2600
-
2601
- #: ../admin/view/wp-slimstat-reports.php:1455
2602
- msgid "Backlinks"
2603
- msgstr ""
2604
-
2605
- #: ../admin/view/wp-slimstat-reports.php:1456
2606
- msgid "Number of external equity links to your website."
2607
- msgstr ""
2608
-
2609
- #: ../admin/view/wp-slimstat-reports.php:1460
2610
- msgid "MozRank"
2611
- msgstr ""
2612
-
2613
- #: ../admin/view/wp-slimstat-reports.php:1461
2614
- msgid ""
2615
- "MozRank of the URL, in a normalized 10-point score. MozRank represents a "
2616
- "link popularity score. It reflects the importance of any given web page on "
2617
- "the Internet."
2618
- msgstr ""
2619
-
2620
- #: ../admin/view/wp-slimstat-reports.php:1465
2621
- msgid "Equity Links"
2622
- msgstr ""
2623
-
2624
- #: ../admin/view/wp-slimstat-reports.php:1466
2625
- msgid ""
2626
- "Number of authority-passing links (including followed links and redirects, "
2627
- "internal or external) to your website. Set the permalink filter here above "
2628
- "to get the corresponding metrics in this report."
2629
- msgstr ""
2630
-
2631
- #: ../admin/view/wp-slimstat-reports.php:1470
2632
- msgid "Facebook Shares"
2633
- msgstr ""
2634
-
2635
- #: ../admin/view/wp-slimstat-reports.php:1475
2636
- msgid "Facebook Clicks"
2637
- msgstr ""
2638
-
2639
- #: ../admin/view/wp-slimstat-reports.php:1476
2640
- msgid "How many times links to your website have been clicked on Facebook."
2641
- msgstr ""
2642
-
2643
- #: ../admin/view/wp-slimstat-reports.php:1480
2644
- msgid "Alexa World Rank"
2645
- msgstr ""
2646
-
2647
- #: ../admin/view/wp-slimstat-reports.php:1481
2648
- msgid ""
2649
- "Alexa is a subsidiary company of Amazon.com which provides commercial web "
2650
- "traffic data."
2651
- msgstr ""
2652
-
2653
- #: ../admin/view/wp-slimstat-reports.php:1485
2654
- msgid "Alexa Country Rank"
2655
- msgstr ""
2656
-
2657
- #: ../admin/view/wp-slimstat-reports.php:1490
2658
- msgid "Alexa Popularity"
2659
- msgstr ""
2660
-
2661
- #: ../admin/view/wp-slimstat-reports.php:1549
2662
- msgid "Alexa Delta"
2663
- msgstr ""
2664
-
2665
- # Unknown
2666
- #: ../admin/view/wp-slimstat-reports.php:1597
2667
- msgid "c-xx"
2668
- msgstr "Unknown"
2669
-
2670
- # Afghanistan
2671
- #: ../admin/view/wp-slimstat-reports.php:1597
2672
- msgid "c-af"
2673
- msgstr "Afghanistan"
2674
-
2675
- # Åland Islands
2676
- #: ../admin/view/wp-slimstat-reports.php:1597
2677
- msgid "c-ax"
2678
- msgstr "Aland Islands"
2679
-
2680
- # Albania
2681
- #: ../admin/view/wp-slimstat-reports.php:1597
2682
- msgid "c-al"
2683
- msgstr "Albania"
2684
-
2685
- # Algeria
2686
- #: ../admin/view/wp-slimstat-reports.php:1597
2687
- msgid "c-dz"
2688
- msgstr "Algeria"
2689
-
2690
- # Andorra
2691
- #: ../admin/view/wp-slimstat-reports.php:1597
2692
- msgid "c-ad"
2693
- msgstr "Andorra"
2694
-
2695
- # Angola
2696
- #: ../admin/view/wp-slimstat-reports.php:1597
2697
- msgid "c-ao"
2698
- msgstr "Angola"
2699
-
2700
- # Anguilla
2701
- #: ../admin/view/wp-slimstat-reports.php:1597
2702
- msgid "c-ai"
2703
- msgstr "Anguilla"
2704
-
2705
- # Antigua and Barbuda
2706
- #: ../admin/view/wp-slimstat-reports.php:1597
2707
- msgid "c-ag"
2708
- msgstr "Antigua and Barbuda"
2709
-
2710
- # Argentina
2711
- #: ../admin/view/wp-slimstat-reports.php:1597
2712
- msgid "c-ar"
2713
- msgstr "Argentina"
2714
-
2715
- # Armenia
2716
- #: ../admin/view/wp-slimstat-reports.php:1597
2717
- msgid "c-am"
2718
- msgstr "Armenia"
2719
-
2720
- # Aruba
2721
- #: ../admin/view/wp-slimstat-reports.php:1597
2722
- msgid "c-aw"
2723
- msgstr "Aruba"
2724
-
2725
- # Australia
2726
- #: ../admin/view/wp-slimstat-reports.php:1597
2727
- msgid "c-au"
2728
- msgstr "Australia"
2729
-
2730
- # Austria
2731
- #: ../admin/view/wp-slimstat-reports.php:1597
2732
- msgid "c-at"
2733
- msgstr "Austria"
2734
-
2735
- # Azerbaijan
2736
- #: ../admin/view/wp-slimstat-reports.php:1597
2737
- msgid "c-az"
2738
- msgstr "Azerbaijan"
2739
-
2740
- # Bahamas
2741
- #: ../admin/view/wp-slimstat-reports.php:1597
2742
- msgid "c-bs"
2743
- msgstr "Bahamas"
2744
-
2745
- # Bahrain
2746
- #: ../admin/view/wp-slimstat-reports.php:1597
2747
- msgid "c-bh"
2748
- msgstr "Bahrain"
2749
-
2750
- # Bangladesh
2751
- #: ../admin/view/wp-slimstat-reports.php:1597
2752
- msgid "c-bd"
2753
- msgstr "Bangladesh"
2754
-
2755
- # Barbados
2756
- #: ../admin/view/wp-slimstat-reports.php:1597
2757
- msgid "c-bb"
2758
- msgstr "Barbados"
2759
-
2760
- # Belarus
2761
- #: ../admin/view/wp-slimstat-reports.php:1597
2762
- msgid "c-by"
2763
- msgstr "Belarus"
2764
-
2765
- # Belgium
2766
- #: ../admin/view/wp-slimstat-reports.php:1597
2767
- msgid "c-be"
2768
- msgstr "Belgium"
2769
-
2770
- # Belize
2771
- #: ../admin/view/wp-slimstat-reports.php:1597
2772
- msgid "c-bz"
2773
- msgstr "Belize"
2774
-
2775
- # Benin
2776
- #: ../admin/view/wp-slimstat-reports.php:1597
2777
- msgid "c-bj"
2778
- msgstr "Benin"
2779
-
2780
- # Bermuda
2781
- #: ../admin/view/wp-slimstat-reports.php:1597
2782
- msgid "c-bm"
2783
- msgstr "Bermuda"
2784
-
2785
- # Bhutan
2786
- #: ../admin/view/wp-slimstat-reports.php:1597
2787
- msgid "c-bt"
2788
- msgstr "Bhutan"
2789
-
2790
- # Bolivia
2791
- #: ../admin/view/wp-slimstat-reports.php:1597
2792
- msgid "c-bo"
2793
- msgstr "Bolivia"
2794
-
2795
- # Bosnia and Herzegovina
2796
- #: ../admin/view/wp-slimstat-reports.php:1597
2797
- msgid "c-ba"
2798
- msgstr "Bosnia and Herzegovina"
2799
-
2800
- # Botswana
2801
- #: ../admin/view/wp-slimstat-reports.php:1597
2802
- msgid "c-bw"
2803
- msgstr "Botswana"
2804
-
2805
- # Brazil
2806
- #: ../admin/view/wp-slimstat-reports.php:1597
2807
- msgid "c-br"
2808
- msgstr "Brazil"
2809
-
2810
- # Brunei Darussalam
2811
- #: ../admin/view/wp-slimstat-reports.php:1597
2812
- msgid "c-bn"
2813
- msgstr "Brunei Darussalam"
2814
-
2815
- # Bulgaria
2816
- #: ../admin/view/wp-slimstat-reports.php:1597
2817
- msgid "c-bg"
2818
- msgstr "Bulgaria"
2819
-
2820
- # Burkina Faso
2821
- #: ../admin/view/wp-slimstat-reports.php:1597
2822
- msgid "c-bf"
2823
- msgstr "Burkina Faso"
2824
-
2825
- # Burundi
2826
- #: ../admin/view/wp-slimstat-reports.php:1597
2827
- msgid "c-bi"
2828
- msgstr "Burundi"
2829
-
2830
- # Cambodia
2831
- #: ../admin/view/wp-slimstat-reports.php:1597
2832
- msgid "c-kh"
2833
- msgstr "Cambodia"
2834
-
2835
- # Cameroon
2836
- #: ../admin/view/wp-slimstat-reports.php:1597
2837
- msgid "c-cm"
2838
- msgstr "Cameroon"
2839
-
2840
- # Canada
2841
- #: ../admin/view/wp-slimstat-reports.php:1597
2842
- msgid "c-ca"
2843
- msgstr "Canada"
2844
-
2845
- # Cape Verde
2846
- #: ../admin/view/wp-slimstat-reports.php:1597
2847
- msgid "c-cv"
2848
- msgstr "Cape Verde"
2849
-
2850
- # Cayman Islands
2851
- #: ../admin/view/wp-slimstat-reports.php:1597
2852
- msgid "c-ky"
2853
- msgstr "Cayman Islands"
2854
-
2855
- # Central African Republic
2856
- #: ../admin/view/wp-slimstat-reports.php:1597
2857
- msgid "c-cf"
2858
- msgstr "Central African Republic"
2859
-
2860
- # Chad
2861
- #: ../admin/view/wp-slimstat-reports.php:1597
2862
- msgid "c-td"
2863
- msgstr "Chad"
2864
-
2865
- # Chile
2866
- #: ../admin/view/wp-slimstat-reports.php:1597
2867
- msgid "c-cl"
2868
- msgstr "Chile"
2869
-
2870
- # China
2871
- #: ../admin/view/wp-slimstat-reports.php:1597
2872
- msgid "c-cn"
2873
- msgstr "China"
2874
-
2875
- # Colombia
2876
- #: ../admin/view/wp-slimstat-reports.php:1597
2877
- msgid "c-co"
2878
- msgstr "Colombia"
2879
-
2880
- # Comoros
2881
- #: ../admin/view/wp-slimstat-reports.php:1597
2882
- msgid "c-km"
2883
- msgstr "Comoros"
2884
-
2885
- # Congo
2886
- #: ../admin/view/wp-slimstat-reports.php:1597
2887
- msgid "c-cg"
2888
- msgstr "Congo"
2889
-
2890
- # The Democratic Republic of the Congo
2891
- #: ../admin/view/wp-slimstat-reports.php:1597
2892
- msgid "c-cd"
2893
- msgstr "The Democratic Republic of the Congo"
2894
-
2895
- # Costa Rica
2896
- #: ../admin/view/wp-slimstat-reports.php:1597
2897
- msgid "c-cr"
2898
- msgstr "Costa Rica"
2899
-
2900
- # Côte d'Ivoire
2901
- #: ../admin/view/wp-slimstat-reports.php:1597
2902
- msgid "c-ci"
2903
- msgstr "Côte d'Ivoire"
2904
-
2905
- # Croatia
2906
- #: ../admin/view/wp-slimstat-reports.php:1597
2907
- msgid "c-hr"
2908
- msgstr "Croatia"
2909
-
2910
- # Cuba
2911
- #: ../admin/view/wp-slimstat-reports.php:1597
2912
- msgid "c-cu"
2913
- msgstr "Cuba"
2914
-
2915
- # Cyprus
2916
- #: ../admin/view/wp-slimstat-reports.php:1597
2917
- msgid "c-cy"
2918
- msgstr "Cyprus"
2919
-
2920
- # Czech Republic
2921
- #: ../admin/view/wp-slimstat-reports.php:1597
2922
- msgid "c-cz"
2923
- msgstr "Czech Republic"
2924
-
2925
- # Denmark
2926
- #: ../admin/view/wp-slimstat-reports.php:1597
2927
- msgid "c-dk"
2928
- msgstr "Denmark"
2929
-
2930
- # Djibouti
2931
- #: ../admin/view/wp-slimstat-reports.php:1597
2932
- msgid "c-dj"
2933
- msgstr "Djibouti"
2934
-
2935
- # Dominica
2936
- #: ../admin/view/wp-slimstat-reports.php:1597
2937
- msgid "c-dm"
2938
- msgstr "Dominica"
2939
-
2940
- # Dominican Republic
2941
- #: ../admin/view/wp-slimstat-reports.php:1597
2942
- msgid "c-do"
2943
- msgstr "Dominican Republic"
2944
-
2945
- # Ecuador
2946
- #: ../admin/view/wp-slimstat-reports.php:1597
2947
- msgid "c-ec"
2948
- msgstr "Ecuador"
2949
-
2950
- # Egypt
2951
- #: ../admin/view/wp-slimstat-reports.php:1597
2952
- msgid "c-eg"
2953
- msgstr "Egypt"
2954
-
2955
- # El Salvador
2956
- #: ../admin/view/wp-slimstat-reports.php:1597
2957
- msgid "c-sv"
2958
- msgstr "El Salvador"
2959
-
2960
- # Equatorial Guinea
2961
- #: ../admin/view/wp-slimstat-reports.php:1597
2962
- msgid "c-gq"
2963
- msgstr "Equatorial Guinea"
2964
-
2965
- # Eritrea
2966
- #: ../admin/view/wp-slimstat-reports.php:1597
2967
- msgid "c-er"
2968
- msgstr "Eritrea"
2969
-
2970
- # Estonia
2971
- #: ../admin/view/wp-slimstat-reports.php:1597
2972
- msgid "c-ee"
2973
- msgstr "Estonia"
2974
-
2975
- # Ethiopia
2976
- #: ../admin/view/wp-slimstat-reports.php:1597
2977
- msgid "c-et"
2978
- msgstr "Ethiopia"
2979
-
2980
- # Faroe Islands
2981
- #: ../admin/view/wp-slimstat-reports.php:1597
2982
- msgid "c-fo"
2983
- msgstr "Faroe Islands"
2984
-
2985
- # Falkland Islands (Malvinas)
2986
- #: ../admin/view/wp-slimstat-reports.php:1597
2987
- msgid "c-fk"
2988
- msgstr "Falkland Islands (Malvinas)"
2989
-
2990
- # Fiji
2991
- #: ../admin/view/wp-slimstat-reports.php:1597
2992
- msgid "c-fj"
2993
- msgstr "Fiji"
2994
-
2995
- # Finland
2996
- #: ../admin/view/wp-slimstat-reports.php:1597
2997
- msgid "c-fi"
2998
- msgstr "Finland"
2999
-
3000
- # France
3001
- #: ../admin/view/wp-slimstat-reports.php:1597
3002
- msgid "c-fr"
3003
- msgstr "France"
3004
-
3005
- # French Guiana
3006
- #: ../admin/view/wp-slimstat-reports.php:1597
3007
- msgid "c-gf"
3008
- msgstr "French Guiana"
3009
-
3010
- # Gabon
3011
- #: ../admin/view/wp-slimstat-reports.php:1597
3012
- msgid "c-ga"
3013
- msgstr "Gabon"
3014
-
3015
- # Gambia
3016
- #: ../admin/view/wp-slimstat-reports.php:1597
3017
- msgid "c-gm"
3018
- msgstr "Gambia"
3019
-
3020
- # Georgia
3021
- #: ../admin/view/wp-slimstat-reports.php:1597
3022
- msgid "c-ge"
3023
- msgstr "Georgia"
3024
-
3025
- # Germany
3026
- #: ../admin/view/wp-slimstat-reports.php:1597
3027
- msgid "c-de"
3028
- msgstr "Germany"
3029
-
3030
- # Ghana
3031
- #: ../admin/view/wp-slimstat-reports.php:1597
3032
- msgid "c-gh"
3033
- msgstr "Ghana"
3034
-
3035
- # Greece
3036
- #: ../admin/view/wp-slimstat-reports.php:1597
3037
- msgid "c-gr"
3038
- msgstr "Greece"
3039
-
3040
- # Greenland
3041
- #: ../admin/view/wp-slimstat-reports.php:1597
3042
- msgid "c-gl"
3043
- msgstr "Greenland"
3044
-
3045
- # Grenada
3046
- #: ../admin/view/wp-slimstat-reports.php:1597
3047
- msgid "c-gd"
3048
- msgstr "Grenada"
3049
-
3050
- # Guadeloupe
3051
- #: ../admin/view/wp-slimstat-reports.php:1597
3052
- msgid "c-gp"
3053
- msgstr "Guadeloupe"
3054
-
3055
- # Guatemala
3056
- #: ../admin/view/wp-slimstat-reports.php:1597
3057
- msgid "c-gt"
3058
- msgstr "Guatemala"
3059
-
3060
- # Guinea
3061
- #: ../admin/view/wp-slimstat-reports.php:1597
3062
- msgid "c-gn"
3063
- msgstr "Guinea"
3064
-
3065
- # Guinea-Bissau
3066
- #: ../admin/view/wp-slimstat-reports.php:1597
3067
- msgid "c-gw"
3068
- msgstr "Guinea-Bissau"
3069
-
3070
- # Guyana
3071
- #: ../admin/view/wp-slimstat-reports.php:1597
3072
- msgid "c-gy"
3073
- msgstr "Guyana"
3074
-
3075
- # Haiti
3076
- #: ../admin/view/wp-slimstat-reports.php:1597
3077
- msgid "c-ht"
3078
- msgstr "Haiti"
3079
-
3080
- # Honduras
3081
- #: ../admin/view/wp-slimstat-reports.php:1597
3082
- msgid "c-hn"
3083
- msgstr "Honduras"
3084
-
3085
- # Hong Kong
3086
- #: ../admin/view/wp-slimstat-reports.php:1597
3087
- msgid "c-hk"
3088
- msgstr "Hong Kong"
3089
-
3090
- # Hungary
3091
- #: ../admin/view/wp-slimstat-reports.php:1597
3092
- msgid "c-hu"
3093
- msgstr "Hungary"
3094
-
3095
- # Iceland
3096
- #: ../admin/view/wp-slimstat-reports.php:1597
3097
- msgid "c-is"
3098
- msgstr "Iceland"
3099
-
3100
- # India
3101
- #: ../admin/view/wp-slimstat-reports.php:1597
3102
- msgid "c-in"
3103
- msgstr "India"
3104
-
3105
- # Indonesia
3106
- #: ../admin/view/wp-slimstat-reports.php:1597
3107
- msgid "c-id"
3108
- msgstr "Indonesia"
3109
-
3110
- # Islamic Republic of Iran
3111
- #: ../admin/view/wp-slimstat-reports.php:1597
3112
- msgid "c-ir"
3113
- msgstr "Islamic Republic of Iran"
3114
-
3115
- # Iraq
3116
- #: ../admin/view/wp-slimstat-reports.php:1597
3117
- msgid "c-iq"
3118
- msgstr "Iraq"
3119
-
3120
- # Ireland
3121
- #: ../admin/view/wp-slimstat-reports.php:1597
3122
- msgid "c-ie"
3123
- msgstr "Ireland"
3124
-
3125
- # Israel
3126
- #: ../admin/view/wp-slimstat-reports.php:1597
3127
- msgid "c-il"
3128
- msgstr "Israel"
3129
-
3130
- # Italy
3131
- #: ../admin/view/wp-slimstat-reports.php:1597
3132
- msgid "c-it"
3133
- msgstr "Italy"
3134
-
3135
- # Jamaica
3136
- #: ../admin/view/wp-slimstat-reports.php:1597
3137
- msgid "c-jm"
3138
- msgstr "Jamaica"
3139
-
3140
- # Japan
3141
- #: ../admin/view/wp-slimstat-reports.php:1597
3142
- msgid "c-jp"
3143
- msgstr "Japan"
3144
-
3145
- # Jordan
3146
- #: ../admin/view/wp-slimstat-reports.php:1597
3147
- msgid "c-jo"
3148
- msgstr "Jordan"
3149
-
3150
- # Kazakhstan
3151
- #: ../admin/view/wp-slimstat-reports.php:1597
3152
- msgid "c-kz"
3153
- msgstr "Kazakhstan"
3154
-
3155
- # Kenya
3156
- #: ../admin/view/wp-slimstat-reports.php:1597
3157
- msgid "c-ke"
3158
- msgstr "Kenya"
3159
-
3160
- # Nauru
3161
- #: ../admin/view/wp-slimstat-reports.php:1597
3162
- msgid "c-nr"
3163
- msgstr "Nauru"
3164
-
3165
- # Democratic People's Republic of Korea
3166
- #: ../admin/view/wp-slimstat-reports.php:1597
3167
- msgid "c-kp"
3168
- msgstr "Democratic People's Republic of Korea"
3169
-
3170
- # Republic of Korea
3171
- #: ../admin/view/wp-slimstat-reports.php:1597
3172
- msgid "c-kr"
3173
- msgstr "Republic of Korea"
3174
-
3175
- #: ../admin/view/wp-slimstat-reports.php:1597
3176
- msgid "c-kv"
3177
- msgstr "Kosovo"
3178
-
3179
- # Kuwait
3180
- #: ../admin/view/wp-slimstat-reports.php:1597
3181
- msgid "c-kw"
3182
- msgstr "Kuwait"
3183
-
3184
- # Kyrgyzstan
3185
- #: ../admin/view/wp-slimstat-reports.php:1597
3186
- msgid "c-kg"
3187
- msgstr "Kyrgyzstan"
3188
-
3189
- # Lao People's Democratic Republic
3190
- #: ../admin/view/wp-slimstat-reports.php:1597
3191
- msgid "c-la"
3192
- msgstr "Lao People's Democratic Republic"
3193
-
3194
- # Latvia
3195
- #: ../admin/view/wp-slimstat-reports.php:1597
3196
- msgid "c-lv"
3197
- msgstr "Latvia"
3198
-
3199
- # Lebanon
3200
- #: ../admin/view/wp-slimstat-reports.php:1597
3201
- msgid "c-lb"
3202
- msgstr "Lebanon"
3203
-
3204
- # Lesotho
3205
- #: ../admin/view/wp-slimstat-reports.php:1597
3206
- msgid "c-ls"
3207
- msgstr "Lesotho"
3208
-
3209
- # Liberia
3210
- #: ../admin/view/wp-slimstat-reports.php:1597
3211
- msgid "c-lr"
3212
- msgstr "Liberia"
3213
-
3214
- # Libyan Arab Jamahiriya
3215
- #: ../admin/view/wp-slimstat-reports.php:1597
3216
- msgid "c-ly"
3217
- msgstr "Libyan Arab Jamahiriya"
3218
-
3219
- # Liechtenstein
3220
- #: ../admin/view/wp-slimstat-reports.php:1597
3221
- msgid "c-li"
3222
- msgstr "Liechtenstein"
3223
-
3224
- # Lithuania
3225
- #: ../admin/view/wp-slimstat-reports.php:1597
3226
- msgid "c-lt"
3227
- msgstr "Lithuania"
3228
-
3229
- # Luxembourg
3230
- #: ../admin/view/wp-slimstat-reports.php:1597
3231
- msgid "c-lu"
3232
- msgstr "Luxembourg"
3233
-
3234
- # The Former Yugoslav Republic of Macedonia
3235
- #: ../admin/view/wp-slimstat-reports.php:1597
3236
- msgid "c-mk"
3237
- msgstr "The Former Yugoslav Republic of Macedonia"
3238
-
3239
- # Madagascar
3240
- #: ../admin/view/wp-slimstat-reports.php:1597
3241
- msgid "c-mg"
3242
- msgstr "Madagascar"
3243
-
3244
- # Malawi
3245
- #: ../admin/view/wp-slimstat-reports.php:1597
3246
- msgid "c-mw"
3247
- msgstr "Malawi"
3248
-
3249
- # Malaysia
3250
- #: ../admin/view/wp-slimstat-reports.php:1597
3251
- msgid "c-my"
3252
- msgstr "Malaysia"
3253
-
3254
- # Mali
3255
- #: ../admin/view/wp-slimstat-reports.php:1597
3256
- msgid "c-ml"
3257
- msgstr "Mali"
3258
-
3259
- # Malta
3260
- #: ../admin/view/wp-slimstat-reports.php:1597
3261
- msgid "c-mt"
3262
- msgstr "Malta"
3263
-
3264
- # Martinique
3265
- #: ../admin/view/wp-slimstat-reports.php:1597
3266
- msgid "c-mq"
3267
- msgstr "Martinique"
3268
-
3269
- # Mauritania
3270
- #: ../admin/view/wp-slimstat-reports.php:1597
3271
- msgid "c-mr"
3272
- msgstr "Mauritania"
3273
-
3274
- # Mauritius
3275
- #: ../admin/view/wp-slimstat-reports.php:1597
3276
- msgid "c-mu"
3277
- msgstr "Mauritius"
3278
-
3279
- # Mexico
3280
- #: ../admin/view/wp-slimstat-reports.php:1597
3281
- msgid "c-mx"
3282
- msgstr "Mexico"
3283
-
3284
- # Moldova
3285
- #: ../admin/view/wp-slimstat-reports.php:1597
3286
- msgid "c-md"
3287
- msgstr "Moldova"
3288
-
3289
- # Mongolia
3290
- #: ../admin/view/wp-slimstat-reports.php:1597
3291
- msgid "c-mn"
3292
- msgstr "Mongolia"
3293
-
3294
- # Montenegro
3295
- #: ../admin/view/wp-slimstat-reports.php:1597
3296
- msgid "c-me"
3297
- msgstr "Montenegro"
3298
-
3299
- # Montserrat
3300
- #: ../admin/view/wp-slimstat-reports.php:1597
3301
- msgid "c-ms"
3302
- msgstr "Montserrat"
3303
-
3304
- # Morocco
3305
- #: ../admin/view/wp-slimstat-reports.php:1597
3306
- msgid "c-ma"
3307
- msgstr "Morocco"
3308
-
3309
- # Mozambique
3310
- #: ../admin/view/wp-slimstat-reports.php:1597
3311
- msgid "c-mz"
3312
- msgstr "Mozambique"
3313
-
3314
- # Myanmar
3315
- #: ../admin/view/wp-slimstat-reports.php:1597
3316
- msgid "c-mm"
3317
- msgstr "Myanmar"
3318
-
3319
- # Namibia
3320
- #: ../admin/view/wp-slimstat-reports.php:1597
3321
- msgid "c-na"
3322
- msgstr "Namibia"
3323
-
3324
- # Nepal
3325
- #: ../admin/view/wp-slimstat-reports.php:1597
3326
- msgid "c-np"
3327
- msgstr "Nepal"
3328
-
3329
- # Netherlands
3330
- #: ../admin/view/wp-slimstat-reports.php:1597
3331
- msgid "c-nl"
3332
- msgstr "Netherlands"
3333
-
3334
- # New Caledonia
3335
- #: ../admin/view/wp-slimstat-reports.php:1597
3336
- msgid "c-nc"
3337
- msgstr "New Caledonia"
3338
-
3339
- # New Zealand
3340
- #: ../admin/view/wp-slimstat-reports.php:1597
3341
- msgid "c-nz"
3342
- msgstr "New Zealand"
3343
-
3344
- # Nicaragua
3345
- #: ../admin/view/wp-slimstat-reports.php:1597
3346
- msgid "c-ni"
3347
- msgstr "Nicaragua"
3348
-
3349
- # Niger
3350
- #: ../admin/view/wp-slimstat-reports.php:1597
3351
- msgid "c-ne"
3352
- msgstr "Niger"
3353
-
3354
- # Nigeria
3355
- #: ../admin/view/wp-slimstat-reports.php:1597
3356
- msgid "c-ng"
3357
- msgstr "Nigeria"
3358
-
3359
- # Norway
3360
- #: ../admin/view/wp-slimstat-reports.php:1597
3361
- msgid "c-no"
3362
- msgstr "Norway"
3363
-
3364
- # Oman
3365
- #: ../admin/view/wp-slimstat-reports.php:1597
3366
- msgid "c-om"
3367
- msgstr "Oman"
3368
-
3369
- # Pakistan
3370
- #: ../admin/view/wp-slimstat-reports.php:1597
3371
- msgid "c-pk"
3372
- msgstr "Pakistan"
3373
-
3374
- # Palau
3375
- #: ../admin/view/wp-slimstat-reports.php:1597
3376
- msgid "c-pw"
3377
- msgstr "Palau"
3378
-
3379
- # Occupied Palestinian Territory
3380
- #: ../admin/view/wp-slimstat-reports.php:1597
3381
- msgid "c-ps"
3382
- msgstr "Occupied Palestinian Territory"
3383
-
3384
- # Panama
3385
- #: ../admin/view/wp-slimstat-reports.php:1597
3386
- msgid "c-pa"
3387
- msgstr "Panama"
3388
-
3389
- # Papua New Guinea
3390
- #: ../admin/view/wp-slimstat-reports.php:1597
3391
- msgid "c-pg"
3392
- msgstr "Papua New Guinea"
3393
-
3394
- # Paraguay
3395
- #: ../admin/view/wp-slimstat-reports.php:1597
3396
- msgid "c-py"
3397
- msgstr "Paraguay"
3398
-
3399
- # Peru
3400
- #: ../admin/view/wp-slimstat-reports.php:1597
3401
- msgid "c-pe"
3402
- msgstr "Peru"
3403
-
3404
- # Philippines
3405
- #: ../admin/view/wp-slimstat-reports.php:1597
3406
- msgid "c-ph"
3407
- msgstr "Philippines"
3408
-
3409
- # Poland
3410
- #: ../admin/view/wp-slimstat-reports.php:1597
3411
- msgid "c-pl"
3412
- msgstr "Poland"
3413
-
3414
- # Portugal
3415
- #: ../admin/view/wp-slimstat-reports.php:1597
3416
- msgid "c-pt"
3417
- msgstr "Portugal"
3418
-
3419
- # Puerto Rico
3420
- #: ../admin/view/wp-slimstat-reports.php:1597
3421
- msgid "c-pr"
3422
- msgstr "Puerto Rico"
3423
-
3424
- # Qatar
3425
- #: ../admin/view/wp-slimstat-reports.php:1597
3426
- msgid "c-qa"
3427
- msgstr "Qatar"
3428
-
3429
- # Réunion
3430
- #: ../admin/view/wp-slimstat-reports.php:1597
3431
- msgid "c-re"
3432
- msgstr "Réunion"
3433
-
3434
- # Romania
3435
- #: ../admin/view/wp-slimstat-reports.php:1597
3436
- msgid "c-ro"
3437
- msgstr "Romania"
3438
-
3439
- # Russian Federation
3440
- #: ../admin/view/wp-slimstat-reports.php:1597
3441
- msgid "c-ru"
3442
- msgstr "Russian Federation"
3443
-
3444
- # Rwanda
3445
- #: ../admin/view/wp-slimstat-reports.php:1597
3446
- msgid "c-rw"
3447
- msgstr "Rwanda"
3448
-
3449
- # Saint Kitts and Nevis
3450
- #: ../admin/view/wp-slimstat-reports.php:1597
3451
- msgid "c-kn"
3452
- msgstr "Saint Kitts and Nevis"
3453
-
3454
- # Saint Lucia
3455
- #: ../admin/view/wp-slimstat-reports.php:1597
3456
- msgid "c-lc"
3457
- msgstr "Saint Lucia"
3458
-
3459
- # Saint Martin
3460
- #: ../admin/view/wp-slimstat-reports.php:1597
3461
- msgid "c-mf"
3462
- msgstr "Saint Martin"
3463
-
3464
- # Saint Vincent and the Grenadines
3465
- #: ../admin/view/wp-slimstat-reports.php:1597
3466
- msgid "c-vc"
3467
- msgstr "Saint Vincent and the Grenadines"
3468
-
3469
- # Samoa
3470
- #: ../admin/view/wp-slimstat-reports.php:1597
3471
- msgid "c-ws"
3472
- msgstr "Samoa"
3473
-
3474
- # Sao Tome and Principe
3475
- #: ../admin/view/wp-slimstat-reports.php:1597
3476
- msgid "c-st"
3477
- msgstr "Sao Tome and Principe"
3478
-
3479
- # Saudi Arabia
3480
- #: ../admin/view/wp-slimstat-reports.php:1597
3481
- msgid "c-sa"
3482
- msgstr "Saudi Arabia"
3483
-
3484
- # Senegal
3485
- #: ../admin/view/wp-slimstat-reports.php:1597
3486
- msgid "c-sn"
3487
- msgstr "Senegal"
3488
-
3489
- # Serbia
3490
- #: ../admin/view/wp-slimstat-reports.php:1597
3491
- msgid "c-rs"
3492
- msgstr "Serbia"
3493
-
3494
- # Sierra Leone
3495
- #: ../admin/view/wp-slimstat-reports.php:1597
3496
- msgid "c-sl"
3497
- msgstr "Sierra Leone"
3498
-
3499
- # Singapore
3500
- #: ../admin/view/wp-slimstat-reports.php:1597
3501
- msgid "c-sg"
3502
- msgstr "Singapore"
3503
-
3504
- # Slovakia
3505
- #: ../admin/view/wp-slimstat-reports.php:1597
3506
- msgid "c-sk"
3507
- msgstr "Slovakia"
3508
-
3509
- # Slovenia
3510
- #: ../admin/view/wp-slimstat-reports.php:1597
3511
- msgid "c-si"
3512
- msgstr "Slovenia"
3513
-
3514
- # Solomon Islands
3515
- #: ../admin/view/wp-slimstat-reports.php:1597
3516
- msgid "c-sb"
3517
- msgstr "Solomon Islands"
3518
-
3519
- # Somalia
3520
- #: ../admin/view/wp-slimstat-reports.php:1597
3521
- msgid "c-so"
3522
- msgstr "Somalia"
3523
-
3524
- # South Africa
3525
- #: ../admin/view/wp-slimstat-reports.php:1597
3526
- msgid "c-za"
3527
- msgstr "South Africa"
3528
-
3529
- # South Georgia and the South Sandwich Islands
3530
- #: ../admin/view/wp-slimstat-reports.php:1597
3531
- msgid "c-gs"
3532
- msgstr "South Georgia and the South Sandwich Islands"
3533
-
3534
- # Spain
3535
- #: ../admin/view/wp-slimstat-reports.php:1597
3536
- msgid "c-es"
3537
- msgstr "Spain"
3538
-
3539
- # Sri Lanka
3540
- #: ../admin/view/wp-slimstat-reports.php:1597
3541
- msgid "c-lk"
3542
- msgstr "Sri Lanka"
3543
-
3544
- #: ../admin/view/wp-slimstat-reports.php:1597
3545
- msgid "c-sc"
3546
- msgstr "Seychelles"
3547
-
3548
- # Sudan
3549
- #: ../admin/view/wp-slimstat-reports.php:1597
3550
- msgid "c-sd"
3551
- msgstr "Sudan"
3552
-
3553
- #: ../admin/view/wp-slimstat-reports.php:1597
3554
- msgid "c-ss"
3555
- msgstr "South Sudan"
3556
-
3557
- # Suriname
3558
- #: ../admin/view/wp-slimstat-reports.php:1597
3559
- msgid "c-sr"
3560
- msgstr "Suriname"
3561
-
3562
- # Svalbard and Jan Mayen
3563
- #: ../admin/view/wp-slimstat-reports.php:1597
3564
- msgid "c-sj"
3565
- msgstr "Svalbard and Jan Mayen"
3566
-
3567
- # Swaziland
3568
- #: ../admin/view/wp-slimstat-reports.php:1597
3569
- msgid "c-sz"
3570
- msgstr "Swaziland"
3571
-
3572
- # Sweden
3573
- #: ../admin/view/wp-slimstat-reports.php:1597
3574
- msgid "c-se"
3575
- msgstr "Sweden"
3576
-
3577
- # Switzerland
3578
- #: ../admin/view/wp-slimstat-reports.php:1597
3579
- msgid "c-ch"
3580
- msgstr "Switzerland"
3581
-
3582
- # Syrian Arab Republic
3583
- #: ../admin/view/wp-slimstat-reports.php:1597
3584
- msgid "c-sy"
3585
- msgstr "Syrian Arab Republic"
3586
-
3587
- # Taiwan, Province of China
3588
- #: ../admin/view/wp-slimstat-reports.php:1597
3589
- msgid "c-tw"
3590
- msgstr "Taiwan"
3591
-
3592
- # Tajikistan
3593
- #: ../admin/view/wp-slimstat-reports.php:1597
3594
- msgid "c-tj"
3595
- msgstr "Tajikistan"
3596
-
3597
- # United Republic of Tanzania
3598
- #: ../admin/view/wp-slimstat-reports.php:1597
3599
- msgid "c-tz"
3600
- msgstr "United Republic of Tanzania"
3601
-
3602
- # Thailand
3603
- #: ../admin/view/wp-slimstat-reports.php:1597
3604
- msgid "c-th"
3605
- msgstr "Thailand"
3606
-
3607
- # Timor-Leste
3608
- #: ../admin/view/wp-slimstat-reports.php:1597
3609
- msgid "c-tl"
3610
- msgstr "Timor-Leste"
3611
-
3612
- # Togo
3613
- #: ../admin/view/wp-slimstat-reports.php:1597
3614
- msgid "c-tg"
3615
- msgstr "Togo"
3616
-
3617
- # Tonga
3618
- #: ../admin/view/wp-slimstat-reports.php:1597
3619
- msgid "c-to"
3620
- msgstr "Tonga"
3621
-
3622
- # Trinidad and Tobago
3623
- #: ../admin/view/wp-slimstat-reports.php:1597
3624
- msgid "c-tt"
3625
- msgstr "Trinidad and Tobago"
3626
-
3627
- # Tunisia
3628
- #: ../admin/view/wp-slimstat-reports.php:1597
3629
- msgid "c-tn"
3630
- msgstr "Tunisia"
3631
-
3632
- # Turkey
3633
- #: ../admin/view/wp-slimstat-reports.php:1597
3634
- msgid "c-tr"
3635
- msgstr "Turkey"
3636
-
3637
- # Turkmenistan
3638
- #: ../admin/view/wp-slimstat-reports.php:1597
3639
- msgid "c-tm"
3640
- msgstr "Turkmenistan"
3641
-
3642
- # Turks and Caicos Islands
3643
- #: ../admin/view/wp-slimstat-reports.php:1597
3644
- msgid "c-tc"
3645
- msgstr "Turks and Caicos Islands"
3646
-
3647
- # Uganda
3648
- #: ../admin/view/wp-slimstat-reports.php:1597
3649
- msgid "c-ug"
3650
- msgstr "Uganda"
3651
-
3652
- # Ukraine
3653
- #: ../admin/view/wp-slimstat-reports.php:1597
3654
- msgid "c-ua"
3655
- msgstr "Ukraine"
3656
-
3657
- # United Arab Emirates
3658
- #: ../admin/view/wp-slimstat-reports.php:1597
3659
- msgid "c-ae"
3660
- msgstr "United Arab Emirates"
3661
-
3662
- # United Kingdom
3663
- #: ../admin/view/wp-slimstat-reports.php:1597
3664
- msgid "c-gb"
3665
- msgstr "United Kingdom"
3666
-
3667
- # United States
3668
- #: ../admin/view/wp-slimstat-reports.php:1597
3669
- msgid "c-us"
3670
- msgstr "United States"
3671
-
3672
- # Uruguay
3673
- #: ../admin/view/wp-slimstat-reports.php:1597
3674
- msgid "c-uy"
3675
- msgstr "Uruguay"
3676
-
3677
- # Uzbekistan
3678
- #: ../admin/view/wp-slimstat-reports.php:1597
3679
- msgid "c-uz"
3680
- msgstr "Uzbekistan"
3681
-
3682
- # Vanuatu
3683
- #: ../admin/view/wp-slimstat-reports.php:1597
3684
- msgid "c-vu"
3685
- msgstr "Vanuatu"
3686
-
3687
- # Venezuela
3688
- #: ../admin/view/wp-slimstat-reports.php:1597
3689
- msgid "c-ve"
3690
- msgstr "Venezuela"
3691
-
3692
- # Viet Nam
3693
- #: ../admin/view/wp-slimstat-reports.php:1597
3694
- msgid "c-vn"
3695
- msgstr "Viet Nam"
3696
-
3697
- # British Virgin Islands
3698
- #: ../admin/view/wp-slimstat-reports.php:1597
3699
- msgid "c-vg"
3700
- msgstr "British Virgin Islands"
3701
-
3702
- # U.S. Virgin Islands
3703
- #: ../admin/view/wp-slimstat-reports.php:1597
3704
- msgid "c-vi"
3705
- msgstr "U.S. Virgin Islands"
3706
-
3707
- # Western Sahara
3708
- #: ../admin/view/wp-slimstat-reports.php:1597
3709
- msgid "c-eh"
3710
- msgstr "Western Sahara"
3711
-
3712
- # Yemen
3713
- #: ../admin/view/wp-slimstat-reports.php:1597
3714
- msgid "c-ye"
3715
- msgstr "Yemen"
3716
-
3717
- # Zambia
3718
- #: ../admin/view/wp-slimstat-reports.php:1597
3719
- msgid "c-zm"
3720
- msgstr "Zambia"
3721
-
3722
- # Zimbabwe
3723
- #: ../admin/view/wp-slimstat-reports.php:1597
3724
- msgid "c-zw"
3725
- msgstr "Zimbabwe"
3726
-
3727
- # Guernsey
3728
- #: ../admin/view/wp-slimstat-reports.php:1597
3729
- msgid "c-gg"
3730
- msgstr "Guernsey"
3731
-
3732
- # Jersey
3733
- #: ../admin/view/wp-slimstat-reports.php:1597
3734
- msgid "c-je"
3735
- msgstr "Jersey"
3736
-
3737
- # Isle of Man
3738
- #: ../admin/view/wp-slimstat-reports.php:1597
3739
- msgid "c-im"
3740
- msgstr "Isle of Man"
3741
-
3742
- # Maldives
3743
- #: ../admin/view/wp-slimstat-reports.php:1597
3744
- msgid "c-mv"
3745
- msgstr "Maldives"
3746
-
3747
- #: ../admin/view/wp-slimstat-reports.php:1598
3748
- msgid "c-eu"
3749
- msgstr "Europe"
3750
-
3751
- #: ../admin/view/wp-slimstat-reports.php:1712
3752
- msgid "src"
3753
- msgstr ""
3754
-
3755
- #: ../admin/view/wp-slimstat-reports.php:1716
3756
- msgid "serp"
3757
- msgstr ""
3758
-
3759
- #: ../admin/view/wp-slimstat-reports.php:1724
3760
- msgid "Go to the referring page"
3761
- msgstr ""
3762
-
3763
- #: ../admin/view/wp-slimstat-reports.php:1743
3764
- msgid "Remove filter for"
3765
- msgstr ""
3766
-
3767
- #: ../admin/view/wp-slimstat-reports.php:1748
3768
- msgid "Save"
3769
- msgstr ""
3770
-
3771
- #: ../admin/wp-slimstat-admin.php:32
3772
- msgid "Access Log"
3773
- msgstr ""
3774
-
3775
- #: ../admin/wp-slimstat-admin.php:38
3776
- msgid "Overview"
3777
- msgstr ""
3778
-
3779
- #: ../admin/wp-slimstat-admin.php:44
3780
- msgid "Audience"
3781
- msgstr ""
3782
-
3783
- #: ../admin/wp-slimstat-admin.php:50
3784
- msgid "Site Analysis"
3785
- msgstr ""
3786
-
3787
- #: ../admin/wp-slimstat-admin.php:68
3788
- msgid "WordPress Dashboard"
3789
- msgstr ""
3790
-
3791
- #: ../admin/wp-slimstat-admin.php:74
3792
- msgid "Inactive Reports"
3793
- msgstr ""
3794
-
3795
- #: ../admin/wp-slimstat-admin.php:546 ../admin/wp-slimstat-admin.php:614
3796
- msgid "Slimstat"
3797
- msgstr ""
3798
-
3799
- #: ../admin/wp-slimstat-admin.php:634 ../admin/wp-slimstat-admin.php:662
3800
- #: ../admin/wp-slimstat-admin.php:665
3801
- msgid "Customize"
3802
- msgstr ""
3803
-
3804
- #: ../admin/wp-slimstat-admin.php:744
3805
- msgid "Pageviews in the last "
3806
- msgstr ""
3807
-
3808
- #: ../admin/wp-slimstat-admin.php:747
3809
- msgid "Unique IPs in the last "
3810
- msgstr ""
3811
-
3812
- #: ../admin/wp-slimstat-admin.php:781
3813
- #, php-format
3814
- msgid ""
3815
- " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3816
- msgstr ""
3817
-
3818
- #: ../admin/wp-slimstat-admin.php:806
3819
- msgid "Show on screen"
3820
- msgstr ""
3821
-
3822
- #: ../admin/wp-slimstat-admin.php:914
3823
- msgid "Already saved"
3824
- msgstr ""
3825
-
3826
- #: ../admin/wp-slimstat-admin.php:922
3827
- msgid "Saved"
3828
- msgstr ""
3829
-
3830
- #: ../admin/wp-slimstat-admin.php:942
3831
- msgid "Delete this filter"
3832
- msgstr ""
3833
-
3834
- #: ../admin/wp-slimstat-admin.php:1007
3835
- msgid "On"
3836
- msgstr ""
3837
-
3838
- #: ../admin/wp-slimstat-admin.php:1076
3839
- msgid "Save Changes"
3840
- msgstr ""
3841
-
3842
- #: ../admin/wp-slimstat-admin.php:1120
3843
- msgid "There was an error updating the following options:"
3844
- msgstr ""
3845
-
3846
- #: ../admin/wp-slimstat-admin.php:1123
3847
- msgid "Your changes have been saved."
3848
- msgstr ""
3849
-
3850
- #: ../admin/wp-slimstat-admin.php:1141
3851
- msgid "Definitions"
3852
- msgstr ""
3853
-
3854
- #: ../admin/wp-slimstat-admin.php:1144
3855
- msgid "Pageview"
3856
- msgstr ""
3857
-
3858
- #: ../admin/wp-slimstat-admin.php:1144
3859
- msgid ""
3860
- "A request to load a single HTML file (\"page\"). This should be contrasted "
3861
- "with a \"hit\", which refers to a request for any file from a web server. "
3862
- "Slimstat logs a pageview each time the tracking code is executed"
3863
- msgstr ""
3864
-
3865
- #: ../admin/wp-slimstat-admin.php:1145
3866
- msgid "(Human) Visit"
3867
- msgstr ""
3868
-
3869
- #: ../admin/wp-slimstat-admin.php:1145
3870
- msgid ""
3871
- "A period of interaction between a visitor's browser and your website, ending "
3872
- "when the browser is closed or when the user has been inactive on that site "
3873
- "for 30 minutes"
3874
- msgstr ""
3875
-
3876
- #: ../admin/wp-slimstat-admin.php:1146
3877
- msgid ""
3878
- "Any user who has left a comment on your blog, and is thus identified by "
3879
- "Wordpress as a returning visitor"
3880
- msgstr ""
3881
-
3882
- #: ../admin/wp-slimstat-admin.php:1147
3883
- msgid "Unique IP"
3884
- msgstr ""
3885
-
3886
- #: ../admin/wp-slimstat-admin.php:1147
3887
- msgid ""
3888
- "Used to differentiate between multiple requests to download a file from one "
3889
- "internet address (IP) and requests originating from many distinct addresses; "
3890
- "since this measurement looks only at the internet address a pageview came "
3891
- "from, it is useful, but not perfect"
3892
- msgstr ""
3893
-
3894
- #: ../admin/wp-slimstat-admin.php:1148
3895
- msgid ""
3896
- "the originating IP address of a client connecting to a web server through an "
3897
- "HTTP proxy or load balancer"
3898
- msgstr ""
3899
-
3900
- #: ../admin/wp-slimstat-admin.php:1149
3901
- msgid "Direct Traffic"
3902
- msgstr ""
3903
-
3904
- #: ../admin/wp-slimstat-admin.php:1149
3905
- msgid ""
3906
- "All those people showing up to your Web site by typing in the URL of your "
3907
- "Web site coming or from a bookmark; some people also call this \"default "
3908
- "traffic\" or \"ambient traffic\""
3909
- msgstr ""
3910
-
3911
- #: ../admin/wp-slimstat-admin.php:1150
3912
- msgid "Search Engine"
3913
- msgstr ""
3914
-
3915
- #: ../admin/wp-slimstat-admin.php:1150
3916
- msgid ""
3917
- "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3918
- "as well as your paid (PPC/SEM) traffic, so be aware of that"
3919
- msgstr ""
3920
-
3921
- #: ../admin/wp-slimstat-admin.php:1151 ../admin/wp-slimstat-admin.php:1167
3922
- msgid "Keywords used by your visitors to find your website on a search engine"
3923
- msgstr ""
3924
-
3925
- #: ../admin/wp-slimstat-admin.php:1152
3926
- msgid "SERP"
3927
- msgstr ""
3928
-
3929
- #: ../admin/wp-slimstat-admin.php:1152
3930
- msgid ""
3931
- "Short for search engine results page, the Web page that a search engine "
3932
- "returns with the results of its search. The value shown represents your rank "
3933
- "(or position) within that list of results"
3934
- msgstr ""
3935
-
3936
- #: ../admin/wp-slimstat-admin.php:1153
3937
- msgid ""
3938
- "Any program used for accessing a website; this includes browsers, robots, "
3939
- "spiders and any other program that was used to retrieve information from the "
3940
- "site"
3941
- msgstr ""
3942
-
3943
- #: ../admin/wp-slimstat-admin.php:1154
3944
- msgid ""
3945
- "A link from one domain to another is said to be outbound from its source "
3946
- "anchor and inbound to its target. This report lists all the links to other "
3947
- "websites followed by your visitors."
3948
- msgstr ""
3949
-
3950
- #: ../admin/wp-slimstat-admin.php:1161
3951
- msgid "Basic Filters"
3952
- msgstr ""
3953
-
3954
- #: ../admin/wp-slimstat-admin.php:1164
3955
- msgid "User agent (Firefox, Chrome, ...)"
3956
- msgstr ""
3957
-
3958
- #: ../admin/wp-slimstat-admin.php:1165
3959
- msgid "2-letter code (us, ru, de, it, ...)"
3960
- msgstr ""
3961
-
3962
- #: ../admin/wp-slimstat-admin.php:1166
3963
- msgid "IP"
3964
- msgstr ""
3965
-
3966
- #: ../admin/wp-slimstat-admin.php:1166
3967
- msgid "Visitor's public IP address"
3968
- msgstr ""
3969
-
3970
- #: ../admin/wp-slimstat-admin.php:1168
3971
- msgid ""
3972
- "Please refer to this <a target=\"_blank\" href=\"https://msdn.microsoft.com/"
3973
- "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3974
- "column) for more information"
3975
- msgstr ""
3976
-
3977
- #: ../admin/wp-slimstat-admin.php:1169
3978
- msgid ""
3979
- "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3980
- "\"_blank\" href=\"https://php.net/manual/en/function.get-browser.php\">this "
3981
- "manual page</a> for more information"
3982
- msgstr ""
3983
-
3984
- #: ../admin/wp-slimstat-admin.php:1170
3985
- msgid "URL accessed on your site"
3986
- msgstr ""
3987
-
3988
- #: ../admin/wp-slimstat-admin.php:1171
3989
- msgid "Complete address of the referrer page"
3990
- msgstr ""
3991
-
3992
- #: ../admin/wp-slimstat-admin.php:1172
3993
- msgid "Visitor's Name"
3994
- msgstr ""
3995
-
3996
- #: ../admin/wp-slimstat-admin.php:1172
3997
- msgid ""
3998
- "Visitors' names according to the cookie set by Wordpress after they leave a "
3999
- "comment"
4000
- msgstr ""
4001
-
4002
- #: ../admin/wp-slimstat-admin.php:1180
4003
- msgid "Advanced Filters"
4004
- msgstr ""
4005
-
4006
- #: ../admin/wp-slimstat-admin.php:1183
4007
- msgid "user agent version (9.0, 11, ...)"
4008
- msgstr ""
4009
-
4010
- #: ../admin/wp-slimstat-admin.php:1184
4011
- msgid ""
4012
- "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = "
4013
- "all others"
4014
- msgstr ""
4015
-
4016
- #: ../admin/wp-slimstat-admin.php:1185
4017
- msgid "Pageview Attributes"
4018
- msgstr ""
4019
-
4020
- #: ../admin/wp-slimstat-admin.php:1185
4021
- msgid ""
4022
- "this field is set to <em>[pre]</em> if the resource has been accessed "
4023
- "through <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
4024
- "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
4025
- msgstr ""
4026
-
4027
- #: ../admin/wp-slimstat-admin.php:1186
4028
- msgid "author associated to that post/page when the resource was accessed"
4029
- msgstr ""
4030
-
4031
- #: ../admin/wp-slimstat-admin.php:1187
4032
- msgid "ID of the category/term associated to the resource, when available"
4033
- msgstr ""
4034
-
4035
- #: ../admin/wp-slimstat-admin.php:1188
4036
- msgid "visitor's originating IP address, if available"
4037
- msgstr ""
4038
-
4039
- #: ../admin/wp-slimstat-admin.php:1189
4040
- msgid ""
4041
- "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
4042
- "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
4043
- "feed, home; please refer to the <a target=\"_blank\" href=\"https://codex."
4044
- "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
4045
- "information"
4046
- msgstr ""
4047
-
4048
- #: ../admin/wp-slimstat-admin.php:1190
4049
- msgid "Screen Resolution"
4050
- msgstr ""
4051
-
4052
- #: ../admin/wp-slimstat-admin.php:1190
4053
- msgid "viewport width and height (1024x768, 800x600, ...)"
4054
- msgstr ""
4055
-
4056
- #: ../admin/wp-slimstat-admin.php:1191
4057
- msgid ""
4058
- "generally used in conjunction with <em>is not empty</em>, identifies human "
4059
- "visitors"
4060
- msgstr ""
4061
-
4062
- #: ../admin/wp-slimstat-admin.php:1192
4063
- msgid "Date Filters"
4064
- msgstr ""
4065
-
4066
- #: ../admin/wp-slimstat-admin.php:1192
4067
- msgid ""
4068
- "you can specify the timeframe by entering a number in the <em>interval</em> "
4069
- "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, "
4070
- "year=blank, interval=-1 will set a year-to-date filter)"
4071
- msgstr ""
4072
-
4073
- #: ../admin/wp-slimstat-admin.php:1193
4074
- msgid "SERP Position"
4075
- msgstr ""
4076
-
4077
- #: ../admin/wp-slimstat-admin.php:1193
4078
- msgid ""
4079
- "set the filter to Referer contains cd=N&, where N is the position you are "
4080
- "looking for"
4081
- msgstr ""
4082
-
4083
- #: ../browscap/browser.php:24
4084
- msgid ""
4085
- "The Browscap Library could not be opened on your filesystem. Please check "
4086
- "your server permissions and try again."
4087
- msgstr ""
4088
-
4089
- #: ../browscap/browser.php:61
4090
- msgid ""
4091
- "This library requires at least PHP 5.5. Please ask your service provider to "
4092
- "upgrade your server accordingly."
4093
- msgstr ""
4094
-
4095
- #: ../browscap/browser.php:65
4096
- msgid "No updates are performed during AJAX requests."
4097
- msgstr ""
4098
-
4099
- #: ../browscap/browser.php:69
4100
- msgid ""
4101
- "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
4102
- "config.php file, or contact our support to obtain a copy of our Browscap "
4103
- "Library."
4104
- msgstr ""
4105
-
4106
- #: ../browscap/browser.php:110
4107
- msgid ""
4108
- "There was an error checking the remote library version. Please try again "
4109
- "later."
4110
- msgstr ""
4111
-
4112
- #: ../browscap/browser.php:117
4113
- msgid "Your version of the library does not need to be updated."
4114
- msgstr ""
4115
-
4116
- #: ../browscap/browser.php:128
4117
- msgid ""
4118
- "There was an error saving the Browscap data file on your server. Please "
4119
- "check your folder permissions."
4120
- msgstr ""
4121
-
4122
- #: ../browscap/browser.php:135
4123
- msgid ""
4124
- "There was an error downloading the Browscap data file from our server. "
4125
- "Please try again later."
4126
- msgstr ""
4127
-
4128
- #: ../browscap/browser.php:144
4129
- msgid ""
4130
- "Could not initialize the WP Filesystem API. Please check your folder "
4131
- "permissions and PHP configuration."
4132
- msgstr ""
4133
-
4134
- #: ../browscap/browser.php:159
4135
- msgid ""
4136
- "There was an error uncompressing the Browscap data file on your server. "
4137
- "Please check your folder permissions and PHP configuration."
4138
- msgstr ""
4139
-
4140
- #: ../browscap/browser.php:167
4141
- msgid "The Browscap data file has been installed on your server."
4142
- msgstr ""
4143
-
4144
- #: ../languages/dynamic_strings.php:3
4145
- msgid "xx"
4146
- msgstr "Unknown"
4147
-
4148
- #: ../languages/dynamic_strings.php:6
4149
- msgid "aix"
4150
- msgstr "IBM AIX"
4151
-
4152
- #: ../languages/dynamic_strings.php:7
4153
- msgid "amiga"
4154
- msgstr "Amiga"
4155
-
4156
- #: ../languages/dynamic_strings.php:8
4157
- msgid "android"
4158
- msgstr "Android"
4159
-
4160
- #: ../languages/dynamic_strings.php:9
4161
- msgid "beos"
4162
- msgstr "BeOS"
4163
-
4164
- #: ../languages/dynamic_strings.php:10
4165
- msgid "blackberry os"
4166
- msgstr "BlackBerry OS"
4167
-
4168
- #: ../languages/dynamic_strings.php:11
4169
- msgid "centos"
4170
- msgstr "CentOS"
4171
-
4172
- #: ../languages/dynamic_strings.php:12
4173
- msgid "chromeos"
4174
- msgstr "Chrome OS"
4175
-
4176
- #: ../languages/dynamic_strings.php:13
4177
- msgid "commodore64"
4178
- msgstr "Commdore 64"
4179
-
4180
- #: ../languages/dynamic_strings.php:14
4181
- msgid "cygwin"
4182
- msgstr "Cygwin"
4183
-
4184
- #: ../languages/dynamic_strings.php:15
4185
- msgid "debian"
4186
- msgstr "Debian"
4187
-
4188
- #: ../languages/dynamic_strings.php:16
4189
- msgid "digital unix"
4190
- msgstr "Digital Unix"
4191
-
4192
- #: ../languages/dynamic_strings.php:17
4193
- msgid "fedora"
4194
- msgstr "Fedora"
4195
-
4196
- #: ../languages/dynamic_strings.php:18
4197
- msgid "firefoxos"
4198
- msgstr "Firefox OS"
4199
-
4200
- #: ../languages/dynamic_strings.php:19
4201
- msgid "freebsd"
4202
- msgstr "FreeBSD"
4203
-
4204
- #: ../languages/dynamic_strings.php:20
4205
- msgid "gentoo"
4206
- msgstr "Gentoo"
4207
-
4208
- #: ../languages/dynamic_strings.php:21
4209
- msgid "hp-ux"
4210
- msgstr "HP-UX"
4211
-
4212
- #: ../languages/dynamic_strings.php:22
4213
- msgid "ios"
4214
- msgstr "iPhone OS X"
4215
-
4216
- #: ../languages/dynamic_strings.php:23
4217
- msgid "iphone os"
4218
- msgstr "iPhone OS X"
4219
-
4220
- #: ../languages/dynamic_strings.php:24
4221
- msgid "iphone osx"
4222
- msgstr "iPhone OS X"
4223
-
4224
- #: ../languages/dynamic_strings.php:25
4225
- msgid "irix"
4226
- msgstr "IRIX"
4227
-
4228
- #: ../languages/dynamic_strings.php:26
4229
- msgid "java"
4230
- msgstr "Java"
4231
-
4232
- #: ../languages/dynamic_strings.php:27
4233
- msgid "kanotix"
4234
- msgstr "Knaotix"
4235
-
4236
- #: ../languages/dynamic_strings.php:28
4237
- msgid "knoppix"
4238
- msgstr "Knoppix"
4239
-
4240
- #: ../languages/dynamic_strings.php:29
4241
- msgid "linux"
4242
- msgstr "Linux"
4243
-
4244
- #: ../languages/dynamic_strings.php:30
4245
- msgid "mac"
4246
- msgstr "Mac"
4247
-
4248
- #: ../languages/dynamic_strings.php:31
4249
- msgid "mac68k"
4250
- msgstr "Mac 68k"
4251
-
4252
- #: ../languages/dynamic_strings.php:32
4253
- msgid "macos"
4254
- msgstr "Mac OS X"
4255
-
4256
- #: ../languages/dynamic_strings.php:33
4257
- msgid "macosx"
4258
- msgstr "Mac OS X"
4259
-
4260
- #: ../languages/dynamic_strings.php:34
4261
- msgid "macppc"
4262
- msgstr "Mac PowerPC"
4263
-
4264
- #: ../languages/dynamic_strings.php:35
4265
- msgid "mandrake"
4266
- msgstr "Mandrake"
4267
-
4268
- #: ../languages/dynamic_strings.php:36
4269
- msgid "mandriva"
4270
- msgstr "Mandriva"
4271
-
4272
- #: ../languages/dynamic_strings.php:37
4273
- msgid "mepis"
4274
- msgstr "Mepis"
4275
-
4276
- # Spanish; Castilian
4277
- #: ../languages/dynamic_strings.php:38
4278
- msgid "ms-dos"
4279
- msgstr "MS-Dos"
4280
-
4281
- #: ../languages/dynamic_strings.php:39
4282
- msgid "netbsd"
4283
- msgstr "NetBSD"
4284
-
4285
- #: ../languages/dynamic_strings.php:40
4286
- msgid "nintendo"
4287
- msgstr "Nintendo"
4288
-
4289
- #: ../languages/dynamic_strings.php:41
4290
- msgid "openbsd"
4291
- msgstr "OpenBSD"
4292
-
4293
- #: ../languages/dynamic_strings.php:42
4294
- msgid "openvms"
4295
- msgstr "OpenVMS"
4296
-
4297
- #: ../languages/dynamic_strings.php:43
4298
- msgid "os/2"
4299
- msgstr "IBM OS/2"
4300
-
4301
- #: ../languages/dynamic_strings.php:44
4302
- msgid "palm"
4303
- msgstr "Palm"
4304
-
4305
- #: ../languages/dynamic_strings.php:45
4306
- msgid "palmos"
4307
- msgstr "Palm OS"
4308
-
4309
- #: ../languages/dynamic_strings.php:46
4310
- msgid "pclinuxos"
4311
- msgstr "Linux"
4312
-
4313
- #: ../languages/dynamic_strings.php:47
4314
- msgid "playstation"
4315
- msgstr "Playstation"
4316
-
4317
- #: ../languages/dynamic_strings.php:48
4318
- msgid "powertv"
4319
- msgstr "PowerTV"
4320
-
4321
- #: ../languages/dynamic_strings.php:49
4322
- msgid "redhat"
4323
- msgstr "RedHat"
4324
-
4325
- #: ../languages/dynamic_strings.php:50
4326
- msgid "rim os"
4327
- msgstr "BlackBerry OS"
4328
-
4329
- #: ../languages/dynamic_strings.php:51
4330
- msgid "risc os"
4331
- msgstr "Risc OS"
4332
-
4333
- #: ../languages/dynamic_strings.php:52
4334
- msgid "slackware"
4335
- msgstr "Slackware"
4336
-
4337
- #: ../languages/dynamic_strings.php:53
4338
- msgid "solaris"
4339
- msgstr "Solaris"
4340
-
4341
- #: ../languages/dynamic_strings.php:54
4342
- msgid "sunos"
4343
- msgstr "Sun OS"
4344
-
4345
- #: ../languages/dynamic_strings.php:55
4346
- msgid "suse"
4347
- msgstr "SuSE"
4348
-
4349
- #: ../languages/dynamic_strings.php:56
4350
- msgid "symbianos"
4351
- msgstr "Symbian OS"
4352
-
4353
- #: ../languages/dynamic_strings.php:57
4354
- msgid "ubuntu"
4355
- msgstr "Ubuntu"
4356
-
4357
- #: ../languages/dynamic_strings.php:58
4358
- msgid "unix"
4359
- msgstr "Unix"
4360
-
4361
- #: ../languages/dynamic_strings.php:59
4362
- msgid "unknown"
4363
- msgstr "Unknown"
4364
-
4365
- #: ../languages/dynamic_strings.php:60
4366
- msgid "xandros"
4367
- msgstr "Xandros"
4368
-
4369
- #: ../languages/dynamic_strings.php:61
4370
- msgid "wap"
4371
- msgstr "WAP"
4372
-
4373
- #: ../languages/dynamic_strings.php:62
4374
- msgid "webos"
4375
- msgstr "WebOS"
4376
-
4377
- #: ../languages/dynamic_strings.php:63
4378
- msgid "win10"
4379
- msgstr "Windows 10"
4380
-
4381
- #: ../languages/dynamic_strings.php:64
4382
- msgid "win16"
4383
- msgstr "Windows 16-bit"
4384
-
4385
- #: ../languages/dynamic_strings.php:65
4386
- msgid "win2000"
4387
- msgstr "Windows 2000"
4388
-
4389
- #: ../languages/dynamic_strings.php:66
4390
- msgid "win2003"
4391
- msgstr "Windows 2003"
4392
-
4393
- #: ../languages/dynamic_strings.php:67
4394
- msgid "win31"
4395
- msgstr "Windows 3.1"
4396
-
4397
- #: ../languages/dynamic_strings.php:68
4398
- msgid "win32"
4399
- msgstr "Windows 32-bit"
4400
-
4401
- #: ../languages/dynamic_strings.php:69 ../languages/dynamic_strings.php:70
4402
- msgid "win7"
4403
- msgstr "Windows 7"
4404
-
4405
- #: ../languages/dynamic_strings.php:71
4406
- msgid "win8"
4407
- msgstr "Windows 8"
4408
-
4409
- #: ../languages/dynamic_strings.php:72
4410
- msgid "win8.1"
4411
- msgstr "Windows 8.1"
4412
-
4413
- #: ../languages/dynamic_strings.php:73
4414
- msgid "win95"
4415
- msgstr "Windows 95"
4416
-
4417
- #: ../languages/dynamic_strings.php:74
4418
- msgid "win98"
4419
- msgstr "Windows 98"
4420
-
4421
- #: ../languages/dynamic_strings.php:75
4422
- msgid "wince"
4423
- msgstr "Windows CE"
4424
-
4425
- #: ../languages/dynamic_strings.php:76
4426
- msgid "winme"
4427
- msgstr "Windows ME"
4428
-
4429
- #: ../languages/dynamic_strings.php:77
4430
- msgid "winnt"
4431
- msgstr "Windows NT"
4432
-
4433
- #: ../languages/dynamic_strings.php:78
4434
- msgid "winphone7"
4435
- msgstr "Windows Phone"
4436
-
4437
- #: ../languages/dynamic_strings.php:79
4438
- msgid "winphone7.5"
4439
- msgstr "Windows Phone 7.5"
4440
-
4441
- #: ../languages/dynamic_strings.php:80
4442
- msgid "winphone8"
4443
- msgstr "Windows Phone 8"
4444
-
4445
- #: ../languages/dynamic_strings.php:81
4446
- msgid "winphone8.1"
4447
- msgstr "Windows Phone 8.1"
4448
-
4449
- #: ../languages/dynamic_strings.php:82
4450
- msgid "winrt"
4451
- msgstr "Windows RT Platform"
4452
-
4453
- #: ../languages/dynamic_strings.php:83
4454
- msgid "winvista"
4455
- msgstr "Windows Vista"
4456
-
4457
- #: ../languages/dynamic_strings.php:84
4458
- msgid "winxp"
4459
- msgstr "Windows XP"
4460
-
4461
- #: ../languages/dynamic_strings.php:85
4462
- msgid "wyderos"
4463
- msgstr "WyderOS"
4464
-
4465
- #: ../languages/dynamic_strings.php:86
4466
- msgid "zaurus"
4467
- msgstr "Zaurus"
4468
-
4469
- #: ../languages/dynamic_strings.php:89
4470
- msgid "acrobat"
4471
- msgstr "Acrobat Reader"
4472
-
4473
- #: ../languages/dynamic_strings.php:90
4474
- msgid "director"
4475
- msgstr "Macromedia Director"
4476
-
4477
- #: ../languages/dynamic_strings.php:91
4478
- msgid "flash"
4479
- msgstr "Adobe Flash Player"
4480
-
4481
- #: ../languages/dynamic_strings.php:92
4482
- msgid "mediaplayer"
4483
- msgstr "Microsoft Media Player"
4484
-
4485
- #: ../languages/dynamic_strings.php:93
4486
- msgid "quicktime"
4487
- msgstr "QuickTime"
4488
-
4489
- #: ../languages/dynamic_strings.php:94
4490
- msgid "pdfviewer"
4491
- msgstr "PDF Viewer"
4492
-
4493
- #: ../languages/dynamic_strings.php:95
4494
- msgid "real"
4495
- msgstr "Real Player"
4496
-
4497
- #: ../languages/dynamic_strings.php:96
4498
- msgid "silverlight"
4499
- msgstr "Microsoft Silverlight"
4500
-
4501
- #: ../languages/dynamic_strings.php:99
4502
- msgid "p-and"
4503
- msgstr "Android"
4504
-
4505
- #: ../languages/dynamic_strings.php:100
4506
- msgid "p-bla"
4507
- msgstr "BlackBerry"
4508
-
4509
- #: ../languages/dynamic_strings.php:101
4510
- msgid "p-chr"
4511
- msgstr "Chrome OS"
4512
-
4513
- #: ../languages/dynamic_strings.php:102
4514
- msgid "p-fir"
4515
- msgstr "Fire OS"
4516
-
4517
- #: ../languages/dynamic_strings.php:103
4518
- msgid "p-fre"
4519
- msgstr "Linux FreeBSD"
4520
-
4521
- #: ../languages/dynamic_strings.php:104
4522
- msgid "p-ios"
4523
- msgstr "Apple iOS"
4524
-
4525
- #: ../languages/dynamic_strings.php:105
4526
- msgid "p-jav"
4527
- msgstr "Java-based OS"
4528
-
4529
- #: ../languages/dynamic_strings.php:106
4530
- msgid "p-lin"
4531
- msgstr "Linux"
4532
-
4533
- #: ../languages/dynamic_strings.php:107
4534
- msgid "p-mac"
4535
- msgstr "Apple"
4536
-
4537
- #: ../languages/dynamic_strings.php:108
4538
- msgid "p-rim"
4539
- msgstr "Blackberry RIM"
4540
-
4541
- #: ../languages/dynamic_strings.php:109
4542
- msgid "p-sym"
4543
- msgstr "Symbian OS"
4544
-
4545
- #: ../languages/dynamic_strings.php:110
4546
- msgid "p-ubu"
4547
- msgstr "Linux Ubuntu"
4548
-
4549
- #: ../languages/dynamic_strings.php:111
4550
- msgid "p-unk"
4551
- msgstr "Unknown"
4552
-
4553
- #: ../languages/dynamic_strings.php:112
4554
- msgid "p-win"
4555
- msgstr "Microsoft"
4556
-
4557
- # Afrikaans
4558
- #: ../languages/dynamic_strings.php:115
4559
- msgid "l-af"
4560
- msgstr "Afrikaans"
4561
-
4562
- # Afrikaans
4563
- #: ../languages/dynamic_strings.php:116
4564
- msgid "l-af-za"
4565
- msgstr "Afrikaans (South Africa)"
4566
-
4567
- # Arabic
4568
- #: ../languages/dynamic_strings.php:117
4569
- msgid "l-ar"
4570
- msgstr "Arabic"
4571
-
4572
- # Arabic
4573
- #: ../languages/dynamic_strings.php:118
4574
- msgid "l-ar-ae"
4575
- msgstr "Arabic (U.A.E.)"
4576
-
4577
- # Arabic
4578
- #: ../languages/dynamic_strings.php:119
4579
- msgid "l-ar-bh"
4580
- msgstr "Arabic (Bahrain)"
4581
-
4582
- # Arabic
4583
- #: ../languages/dynamic_strings.php:120
4584
- msgid "l-ar-dz"
4585
- msgstr "Arabic (Algeria)"
4586
-
4587
- # Arabic
4588
- #: ../languages/dynamic_strings.php:121
4589
- msgid "l-ar-eg"
4590
- msgstr "Arabic (Egypt)"
4591
-
4592
- # Arabic
4593
- #: ../languages/dynamic_strings.php:122
4594
- msgid "l-ar-iq"
4595
- msgstr "Arabic (Iraq)"
4596
-
4597
- # Arabic
4598
- #: ../languages/dynamic_strings.php:123
4599
- msgid "l-ar-jo"
4600
- msgstr "Arabic (Jordan)"
4601
-
4602
- # Arabic
4603
- #: ../languages/dynamic_strings.php:124
4604
- msgid "l-ar-kw"
4605
- msgstr "Arabic (Kuwait)"
4606
-
4607
- # Arabic
4608
- #: ../languages/dynamic_strings.php:125
4609
- msgid "l-ar-lb"
4610
- msgstr "Arabic (Lebanon)"
4611
-
4612
- # Arabic
4613
- #: ../languages/dynamic_strings.php:126
4614
- msgid "l-ar-ly"
4615
- msgstr "Arabic (Libya)"
4616
-
4617
- # Arabic
4618
- #: ../languages/dynamic_strings.php:127
4619
- msgid "l-ar-ma"
4620
- msgstr "Arabic (Morocco)"
4621
-
4622
- # Arabic
4623
- #: ../languages/dynamic_strings.php:128
4624
- msgid "l-ar-om"
4625
- msgstr "Arabic (Oman)"
4626
-
4627
- # Arabic
4628
- #: ../languages/dynamic_strings.php:129
4629
- msgid "l-ar-qa"
4630
- msgstr "Arabic (Qatar)"
4631
-
4632
- # Arabic
4633
- #: ../languages/dynamic_strings.php:130
4634
- msgid "l-ar-sa"
4635
- msgstr "Arabic (Saudi Arabia)"
4636
-
4637
- # Arabic
4638
- #: ../languages/dynamic_strings.php:131
4639
- msgid "l-ar-sy"
4640
- msgstr "Arabic (Syria)"
4641
-
4642
- # Arabic
4643
- #: ../languages/dynamic_strings.php:132
4644
- msgid "l-ar-tn"
4645
- msgstr "Arabic (Tunisia)"
4646
-
4647
- # Arabic
4648
- #: ../languages/dynamic_strings.php:133
4649
- msgid "l-ar-ye"
4650
- msgstr "Arabic (Yemen)"
4651
-
4652
- # Azerbaijani
4653
- #: ../languages/dynamic_strings.php:134
4654
- msgid "l-az"
4655
- msgstr "Azerbaijani"
4656
-
4657
- # Azerbaijani
4658
- #: ../languages/dynamic_strings.php:135
4659
- msgid "l-az-az"
4660
- msgstr "Azeri (Latin)"
4661
-
4662
- # Belarusian
4663
- #: ../languages/dynamic_strings.php:136
4664
- msgid "l-be"
4665
- msgstr "Belarusian"
4666
-
4667
- # Belarusian
4668
- #: ../languages/dynamic_strings.php:137
4669
- msgid "l-be-by"
4670
- msgstr "Belarusian (Belarus)"
4671
-
4672
- # Bulgarian
4673
- #: ../languages/dynamic_strings.php:138
4674
- msgid "l-bg"
4675
- msgstr "Bulgarian"
4676
-
4677
- # Bulgarian
4678
- #: ../languages/dynamic_strings.php:139
4679
- msgid "l-bg-bg"
4680
- msgstr "Bulgarian (Bulgaria)"
4681
-
4682
- # Bosnian
4683
- #: ../languages/dynamic_strings.php:140
4684
- msgid "l-bs-ba"
4685
- msgstr "Bosnian"
4686
-
4687
- # Catalan; Valencian
4688
- #: ../languages/dynamic_strings.php:141
4689
- msgid "l-ca"
4690
- msgstr "Catalan"
4691
-
4692
- # Catalan; Valencian
4693
- #: ../languages/dynamic_strings.php:142
4694
- msgid "l-ca-es"
4695
- msgstr "Catalan; Valencian"
4696
-
4697
- # Czech
4698
- #: ../languages/dynamic_strings.php:143
4699
- msgid "l-cs"
4700
- msgstr "Czech"
4701
-
4702
- # Czech
4703
- #: ../languages/dynamic_strings.php:144
4704
- msgid "l-cs-cz"
4705
- msgstr "Czech (Czech Republic)"
4706
-
4707
- # Welsh
4708
- #: ../languages/dynamic_strings.php:145
4709
- msgid "l-cy"
4710
- msgstr "Welsh"
4711
-
4712
- # Welsh
4713
- #: ../languages/dynamic_strings.php:146
4714
- msgid "l-cy-gb"
4715
- msgstr "Welsh (UK)"
4716
-
4717
- # Danish
4718
- #: ../languages/dynamic_strings.php:147
4719
- msgid "l-da"
4720
- msgstr "Danish"
4721
-
4722
- # Danish
4723
- #: ../languages/dynamic_strings.php:148
4724
- msgid "l-da-dk"
4725
- msgstr "Danish (Denmark)"
4726
-
4727
- # German
4728
- #: ../languages/dynamic_strings.php:149
4729
- msgid "l-de"
4730
- msgstr "German"
4731
-
4732
- # German
4733
- #: ../languages/dynamic_strings.php:150
4734
- msgid "l-de-at"
4735
- msgstr "German (Austria)"
4736
-
4737
- # German
4738
- #: ../languages/dynamic_strings.php:151
4739
- msgid "l-de-ch"
4740
- msgstr "German (Switzerland)"
4741
-
4742
- # German
4743
- #: ../languages/dynamic_strings.php:152
4744
- msgid "l-de-de"
4745
- msgstr "German (Germany)"
4746
-
4747
- # German
4748
- #: ../languages/dynamic_strings.php:153
4749
- msgid "l-de-li"
4750
- msgstr "German (Liechtenstein)"
4751
-
4752
- # German
4753
- #: ../languages/dynamic_strings.php:154
4754
- msgid "l-de-lu"
4755
- msgstr "German (Luxembourg)"
4756
-
4757
- # Dhivehi; Divehi; Maldivian
4758
- #: ../languages/dynamic_strings.php:155
4759
- msgid "l-dv"
4760
- msgstr "Dhivehi; Divehi; Maldivian"
4761
-
4762
- # Dhivehi; Divehi; Maldivian
4763
- #: ../languages/dynamic_strings.php:156
4764
- msgid "l-dv-mv"
4765
- msgstr "Maldivian"
4766
-
4767
- # Modern Greek (1453-)
4768
- #: ../languages/dynamic_strings.php:157
4769
- msgid "l-el"
4770
- msgstr "Greek"
4771
-
4772
- # Modern Greek (1453-)
4773
- #: ../languages/dynamic_strings.php:158
4774
- msgid "l-el-gr"
4775
- msgstr "Greek (Greece)"
4776
-
4777
- # English
4778
- #: ../languages/dynamic_strings.php:159
4779
- msgid "l-en"
4780
- msgstr "English"
4781
-
4782
- # English
4783
- #: ../languages/dynamic_strings.php:160
4784
- msgid "l-en-au"
4785
- msgstr "English (Australia)"
4786
-
4787
- # English
4788
- #: ../languages/dynamic_strings.php:161
4789
- msgid "l-en-bz"
4790
- msgstr "English (Belize)"
4791
-
4792
- # English
4793
- #: ../languages/dynamic_strings.php:162
4794
- msgid "l-en-ca"
4795
- msgstr "English (Canada)"
4796
-
4797
- # English
4798
- #: ../languages/dynamic_strings.php:163
4799
- msgid "l-en-cb"
4800
- msgstr "English (Caribbean)"
4801
-
4802
- # English
4803
- #: ../languages/dynamic_strings.php:164
4804
- msgid "l-en-gb"
4805
- msgstr "English (Great Britain)"
4806
-
4807
- # English
4808
- #: ../languages/dynamic_strings.php:165
4809
- msgid "l-en-ie"
4810
- msgstr "English (Ireland)"
4811
-
4812
- # English
4813
- #: ../languages/dynamic_strings.php:166
4814
- msgid "l-en-jm"
4815
- msgstr "English (Jamaica)"
4816
-
4817
- # English
4818
- #: ../languages/dynamic_strings.php:167
4819
- msgid "l-en-nz"
4820
- msgstr "English (New Zealand)"
4821
-
4822
- # English
4823
- #: ../languages/dynamic_strings.php:168
4824
- msgid "l-en-ph"
4825
- msgstr "English (Philippines)"
4826
-
4827
- # English
4828
- #: ../languages/dynamic_strings.php:169
4829
- msgid "l-en-tt"
4830
- msgstr "English (Trinidad and Tobago)"
4831
-
4832
- # English
4833
- #: ../languages/dynamic_strings.php:170
4834
- msgid "l-en-us"
4835
- msgstr "English (USA)"
4836
-
4837
- # English
4838
- #: ../languages/dynamic_strings.php:171
4839
- msgid "l-en-za"
4840
- msgstr "English (South Africa)"
4841
-
4842
- # English
4843
- #: ../languages/dynamic_strings.php:172
4844
- msgid "l-en-zw"
4845
- msgstr "English (Zimbabwe)"
4846
-
4847
- # Esperanto
4848
- #: ../languages/dynamic_strings.php:173
4849
- msgid "l-eo"
4850
- msgstr "Esperanto"
4851
-
4852
- # Spanish; Castilian
4853
- #: ../languages/dynamic_strings.php:174
4854
- msgid "l-es"
4855
- msgstr "Spanish"
4856
-
4857
- # Spanish; Castilian
4858
- #: ../languages/dynamic_strings.php:175
4859
- msgid "l-es-ar"
4860
- msgstr "Spanish (Argentina)"
4861
-
4862
- # Spanish; Castilian
4863
- #: ../languages/dynamic_strings.php:176
4864
- msgid "l-es-bo"
4865
- msgstr "Spanish (Bolivia)"
4866
-
4867
- # Spanish; Castilian
4868
- #: ../languages/dynamic_strings.php:177
4869
- msgid "l-es-cl"
4870
- msgstr "Spanish (Chile)"
4871
-
4872
- # Spanish; Castilian
4873
- #: ../languages/dynamic_strings.php:178
4874
- msgid "l-es-co"
4875
- msgstr "Spanish (Colombia)"
4876
-
4877
- # Spanish; Castilian
4878
- #: ../languages/dynamic_strings.php:179
4879
- msgid "l-es-cr"
4880
- msgstr "Spanish (Costa Rica)"
4881
-
4882
- # Spanish; Castilian
4883
- #: ../languages/dynamic_strings.php:180
4884
- msgid "l-es-do"
4885
- msgstr "Spanish (Dominican Republic)"
4886
-
4887
- # Spanish; Castilian
4888
- #: ../languages/dynamic_strings.php:181
4889
- msgid "l-es-ec"
4890
- msgstr "Spanish (Ecuador)"
4891
-
4892
- # Spanish; Castilian
4893
- #: ../languages/dynamic_strings.php:182
4894
- msgid "l-es-es"
4895
- msgstr "Spanish (Spain)"
4896
-
4897
- # Spanish; Castilian
4898
- #: ../languages/dynamic_strings.php:183
4899
- msgid "l-es-gt"
4900
- msgstr "Spanish (Guatemala)"
4901
-
4902
- # Spanish; Castilian
4903
- #: ../languages/dynamic_strings.php:184
4904
- msgid "l-es-hn"
4905
- msgstr "Spanish (Honduras)"
4906
-
4907
- # Spanish; Castilian
4908
- #: ../languages/dynamic_strings.php:185
4909
- msgid "l-es-mx"
4910
- msgstr "Spanish (Mexico)"
4911
-
4912
- # Spanish; Castilian
4913
- #: ../languages/dynamic_strings.php:186
4914
- msgid "l-es-ni"
4915
- msgstr "Spanish (Nicaragua)"
4916
-
4917
- # Spanish; Castilian
4918
- #: ../languages/dynamic_strings.php:187
4919
- msgid "l-es-pa"
4920
- msgstr "Spanish (Panama)"
4921
-
4922
- # Spanish; Castilian
4923
- #: ../languages/dynamic_strings.php:188
4924
- msgid "l-es-pe"
4925
- msgstr "Spanish (Peru)"
4926
-
4927
- # Spanish; Castilian
4928
- #: ../languages/dynamic_strings.php:189
4929
- msgid "l-es-pr"
4930
- msgstr "Spanish (Puerto Rico)"
4931
-
4932
- # Spanish; Castilian
4933
- #: ../languages/dynamic_strings.php:190
4934
- msgid "l-es-py"
4935
- msgstr "Spanish (Paraguay)"
4936
-
4937
- # Spanish; Castilian
4938
- #: ../languages/dynamic_strings.php:191
4939
- msgid "l-es-sv"
4940
- msgstr "Spanish (El Salvador)"
4941
-
4942
- # Spanish; Castilian
4943
- #: ../languages/dynamic_strings.php:192
4944
- msgid "l-es-uy"
4945
- msgstr "Spanish (Uruguay)"
4946
-
4947
- # Spanish; Castilian
4948
- #: ../languages/dynamic_strings.php:193
4949
- msgid "l-es-ve"
4950
- msgstr "Spanish (Venezuela)"
4951
-
4952
- # Estonian
4953
- #: ../languages/dynamic_strings.php:194
4954
- msgid "l-et"
4955
- msgstr "Estonian"
4956
-
4957
- # Estonian
4958
- #: ../languages/dynamic_strings.php:195
4959
- msgid "l-et-ee"
4960
- msgstr "Estonian (Estonia)"
4961
-
4962
- # Basque
4963
- #: ../languages/dynamic_strings.php:196
4964
- msgid "l-eu"
4965
- msgstr "Basque"
4966
-
4967
- # Basque
4968
- #: ../languages/dynamic_strings.php:197
4969
- msgid "l-eu-es"
4970
- msgstr "Basque (Spain)"
4971
-
4972
- # Persian
4973
- #: ../languages/dynamic_strings.php:198
4974
- msgid "l-fa"
4975
- msgstr "Persian"
4976
-
4977
- # Persian
4978
- #: ../languages/dynamic_strings.php:199
4979
- msgid "l-fa-ir"
4980
- msgstr "Persian (Iran)"
4981
-
4982
- # Finnish
4983
- #: ../languages/dynamic_strings.php:200
4984
- msgid "l-fi"
4985
- msgstr "Finnish"
4986
-
4987
- # Finnish
4988
- #: ../languages/dynamic_strings.php:201
4989
- msgid "l-fi-fi"
4990
- msgstr "Finnish (Finland)"
4991
-
4992
- # Faroese
4993
- #: ../languages/dynamic_strings.php:202
4994
- msgid "l-fo"
4995
- msgstr "Faroese"
4996
-
4997
- # Faroese
4998
- #: ../languages/dynamic_strings.php:203
4999
- msgid "l-fo-fo"
5000
- msgstr "Faroese (Faroe Islands)"
5001
-
5002
- # French
5003
- #: ../languages/dynamic_strings.php:204
5004
- msgid "l-fr"
5005
- msgstr "French"
5006
-
5007
- # French
5008
- #: ../languages/dynamic_strings.php:205
5009
- msgid "l-fr-be"
5010
- msgstr "French (Belgium)"
5011
-
5012
- # French
5013
- #: ../languages/dynamic_strings.php:206
5014
- msgid "l-fr-ca"
5015
- msgstr "French (Canada)"
5016
-
5017
- # French
5018
- #: ../languages/dynamic_strings.php:207
5019
- msgid "l-fr-ch"
5020
- msgstr "French (Switzerland)"
5021
-
5022
- # French
5023
- #: ../languages/dynamic_strings.php:208
5024
- msgid "l-fr-fr"
5025
- msgstr "French (France)"
5026
-
5027
- # French
5028
- #: ../languages/dynamic_strings.php:209
5029
- msgid "l-fr-lu"
5030
- msgstr "French (Luxembourg)"
5031
-
5032
- # French
5033
- #: ../languages/dynamic_strings.php:210
5034
- msgid "l-fr-mc"
5035
- msgstr "French (Monaco)"
5036
-
5037
- # Galician
5038
- #: ../languages/dynamic_strings.php:211
5039
- msgid "l-gl"
5040
- msgstr "Galician"
5041
-
5042
- # Spanish; Castilian
5043
- #: ../languages/dynamic_strings.php:212
5044
- msgid "l-gl-es"
5045
- msgstr "Galician (Spain)"
5046
-
5047
- # Gujarati
5048
- #: ../languages/dynamic_strings.php:213
5049
- msgid "l-gu"
5050
- msgstr "Gujarati"
5051
-
5052
- # Gujarati
5053
- #: ../languages/dynamic_strings.php:214
5054
- msgid "l-gu-in"
5055
- msgstr "Gujarati (India)"
5056
-
5057
- # Hebrew
5058
- #: ../languages/dynamic_strings.php:215
5059
- msgid "l-he"
5060
- msgstr "Hebrew"
5061
-
5062
- # Hebrew
5063
- #: ../languages/dynamic_strings.php:216
5064
- msgid "l-he-il"
5065
- msgstr "Hebrew (Israel)"
5066
-
5067
- # Hindi
5068
- #: ../languages/dynamic_strings.php:217
5069
- msgid "l-hi"
5070
- msgstr "Hindi"
5071
-
5072
- # Hindi
5073
- #: ../languages/dynamic_strings.php:218
5074
- msgid "l-hi-in"
5075
- msgstr "Hindi (India)"
5076
-
5077
- # Croatian
5078
- #: ../languages/dynamic_strings.php:219
5079
- msgid "l-hr"
5080
- msgstr "Croatian"
5081
-
5082
- # Croatian
5083
- #: ../languages/dynamic_strings.php:220
5084
- msgid "l-hr-ba"
5085
- msgstr "Croatian (Bosnia)"
5086
-
5087
- # Croatian
5088
- #: ../languages/dynamic_strings.php:221
5089
- msgid "l-hr-hr"
5090
- msgstr "Croatian (Croatia)"
5091
-
5092
- # Hungarian
5093
- #: ../languages/dynamic_strings.php:222
5094
- msgid "l-hu"
5095
- msgstr "Hungarian"
5096
-
5097
- # Hungarian
5098
- #: ../languages/dynamic_strings.php:223
5099
- msgid "l-hu-hu"
5100
- msgstr "Hungarian (Hungary)"
5101
-
5102
- # Armenian
5103
- #: ../languages/dynamic_strings.php:224
5104
- msgid "l-hy"
5105
- msgstr "Armenian"
5106
-
5107
- # Armenian
5108
- #: ../languages/dynamic_strings.php:225
5109
- msgid "l-hy-am"
5110
- msgstr "Armenian (Armenia)"
5111
-
5112
- #: ../languages/dynamic_strings.php:226
5113
- msgid "l-id"
5114
- msgstr "Indonesian"
5115
-
5116
- #: ../languages/dynamic_strings.php:227
5117
- msgid "l-id-id"
5118
- msgstr "Indonesian"
5119
-
5120
- # Icelandic
5121
- #: ../languages/dynamic_strings.php:228
5122
- msgid "l-is"
5123
- msgstr "Icelandic"
5124
-
5125
- # Icelandic
5126
- #: ../languages/dynamic_strings.php:229
5127
- msgid "l-is-is"
5128
- msgstr "Icelandic (Iceland)"
5129
-
5130
- # Italian
5131
- #: ../languages/dynamic_strings.php:230
5132
- msgid "l-it"
5133
- msgstr "Italian"
5134
-
5135
- # Italian
5136
- #: ../languages/dynamic_strings.php:231
5137
- msgid "l-it-ch"
5138
- msgstr "Italian (Switzerland)"
5139
-
5140
- # Italian
5141
- #: ../languages/dynamic_strings.php:232
5142
- msgid "l-it-it"
5143
- msgstr "Italian (Italy)"
5144
-
5145
- # Japanese
5146
- #: ../languages/dynamic_strings.php:233
5147
- msgid "l-ja"
5148
- msgstr "Japanese"
5149
-
5150
- # Japanese
5151
- #: ../languages/dynamic_strings.php:234
5152
- msgid "l-ja-jp"
5153
- msgstr "Japanese (Japan)"
5154
-
5155
- # Georgian
5156
- #: ../languages/dynamic_strings.php:235
5157
- msgid "l-ka"
5158
- msgstr "Georgian"
5159
-
5160
- # Georgian
5161
- #: ../languages/dynamic_strings.php:236
5162
- msgid "l-ka-ge"
5163
- msgstr "Georgian (Georgia)"
5164
-
5165
- # Kazakh
5166
- #: ../languages/dynamic_strings.php:237
5167
- msgid "l-kk"
5168
- msgstr "Kazakh"
5169
-
5170
- # Kazakh
5171
- #: ../languages/dynamic_strings.php:238
5172
- msgid "l-kk-kz"
5173
- msgstr "Kazakh (Kazakhstan)"
5174
-
5175
- # Kannada
5176
- #: ../languages/dynamic_strings.php:239
5177
- msgid "l-kn"
5178
- msgstr "Kannada"
5179
-
5180
- # Kannada
5181
- #: ../languages/dynamic_strings.php:240
5182
- msgid "l-kn-in"
5183
- msgstr "Kannada (India)"
5184
-
5185
- # Korean
5186
- #: ../languages/dynamic_strings.php:241
5187
- msgid "l-ko"
5188
- msgstr "Korean"
5189
-
5190
- # Korean
5191
- #: ../languages/dynamic_strings.php:242
5192
- msgid "l-ko-kr"
5193
- msgstr "Korean (Korea)"
5194
-
5195
- # Korean
5196
- #: ../languages/dynamic_strings.php:243
5197
- msgid "l-kok"
5198
- msgstr "Konkani"
5199
-
5200
- # Korean
5201
- #: ../languages/dynamic_strings.php:244
5202
- msgid "l-kok-in"
5203
- msgstr "Konkani (India)"
5204
-
5205
- # Kirghiz; Kyrgyz
5206
- #: ../languages/dynamic_strings.php:245
5207
- msgid "l-ky"
5208
- msgstr "Kirghiz"
5209
-
5210
- # Kirghiz; Kyrgyz
5211
- #: ../languages/dynamic_strings.php:246
5212
- msgid "l-ky-kg"
5213
- msgstr "Kirghiz (Kazakhstan)"
5214
-
5215
- # Lithuanian
5216
- #: ../languages/dynamic_strings.php:247
5217
- msgid "l-lt"
5218
- msgstr "Lithuanian"
5219
-
5220
- # Lithuanian
5221
- #: ../languages/dynamic_strings.php:248
5222
- msgid "l-lt-lt"
5223
- msgstr "Lithuanian (Lithuania)"
5224
-
5225
- # Latvian
5226
- #: ../languages/dynamic_strings.php:249
5227
- msgid "l-lv"
5228
- msgstr "Latvian"
5229
-
5230
- # Latvian
5231
- #: ../languages/dynamic_strings.php:250
5232
- msgid "l-lv-lv"
5233
- msgstr "Latvian (Latvia)"
5234
-
5235
- # Maori
5236
- #: ../languages/dynamic_strings.php:251
5237
- msgid "l-mi"
5238
- msgstr "Maori"
5239
-
5240
- # Maori
5241
- #: ../languages/dynamic_strings.php:252
5242
- msgid "l-mi-nz"
5243
- msgstr "Maori (New Zealand)"
5244
-
5245
- # Macedonian
5246
- #: ../languages/dynamic_strings.php:253
5247
- msgid "l-mk"
5248
- msgstr "Macedonian"
5249
-
5250
- # Macedonian
5251
- #: ../languages/dynamic_strings.php:254
5252
- msgid "l-mk-ml"
5253
- msgstr "Macedonian (FYROM)"
5254
-
5255
- # Mongolian
5256
- #: ../languages/dynamic_strings.php:255
5257
- msgid "l-mn"
5258
- msgstr "Mongolian"
5259
-
5260
- # Mongolian
5261
- #: ../languages/dynamic_strings.php:256
5262
- msgid "l-mn-mn"
5263
- msgstr "Mongolian (Mongolia)"
5264
-
5265
- # Marathi
5266
- #: ../languages/dynamic_strings.php:257
5267
- msgid "l-mr"
5268
- msgstr "Marathi"
5269
-
5270
- # Marathi
5271
- #: ../languages/dynamic_strings.php:258
5272
- msgid "l-mr-in"
5273
- msgstr "Marathi (India)"
5274
-
5275
- # Malay
5276
- #: ../languages/dynamic_strings.php:259
5277
- msgid "l-ms"
5278
- msgstr "Malay"
5279
-
5280
- # Malay
5281
- #: ../languages/dynamic_strings.php:260
5282
- msgid "l-ms-bn"
5283
- msgstr "Malay (Brunei)"
5284
-
5285
- # Malay
5286
- #: ../languages/dynamic_strings.php:261
5287
- msgid "l-ms-my"
5288
- msgstr "Malay (Malaysia)"
5289
-
5290
- # Maltese
5291
- #: ../languages/dynamic_strings.php:262
5292
- msgid "l-mt"
5293
- msgstr "Maltese"
5294
-
5295
- # Maltese
5296
- #: ../languages/dynamic_strings.php:263
5297
- msgid "l-mt-mt"
5298
- msgstr "Maltese (Malta)"
5299
-
5300
- # Norwegian Bokmål
5301
- #: ../languages/dynamic_strings.php:264
5302
- msgid "l-nb"
5303
- msgstr "Norwegian; Bokmål"
5304
-
5305
- # Norwegian Bokmål
5306
- #: ../languages/dynamic_strings.php:265
5307
- msgid "l-nb-no"
5308
- msgstr "Norwegian (Norway)"
5309
-
5310
- # Dutch; Flemish
5311
- #: ../languages/dynamic_strings.php:266
5312
- msgid "l-nl"
5313
- msgstr "Dutch; Flemish"
5314
-
5315
- # Belarusian
5316
- #: ../languages/dynamic_strings.php:267
5317
- msgid "l-nl-be"
5318
- msgstr "Dutch (Belgium)"
5319
-
5320
- # Dutch; Flemish
5321
- #: ../languages/dynamic_strings.php:268
5322
- msgid "l-nl-nl"
5323
- msgstr "Dutch (The Netherlands)"
5324
-
5325
- # Norwegian Nynorsk
5326
- #: ../languages/dynamic_strings.php:269
5327
- msgid "l-nn-no"
5328
- msgstr "Norwegian; Nynorsk (Norway)"
5329
-
5330
- #: ../languages/dynamic_strings.php:270
5331
- msgid "l-ns"
5332
- msgstr "Northern Sotho"
5333
-
5334
- #: ../languages/dynamic_strings.php:271
5335
- msgid "l-ns-za"
5336
- msgstr "Northern Sotho (South Africa)"
5337
-
5338
- # Panjabi; Punjabi
5339
- #: ../languages/dynamic_strings.php:272
5340
- msgid "l-pa"
5341
- msgstr "Panjabi; Punjabi"
5342
-
5343
- # Panjabi; Punjabi
5344
- #: ../languages/dynamic_strings.php:273
5345
- msgid "l-pa-in"
5346
- msgstr "Panjabi (India)"
5347
-
5348
- # Polish
5349
- #: ../languages/dynamic_strings.php:274
5350
- msgid "l-pl"
5351
- msgstr "Polish"
5352
-
5353
- # Polish
5354
- #: ../languages/dynamic_strings.php:275
5355
- msgid "l-pl-pl"
5356
- msgstr "Polish (Poland)"
5357
-
5358
- # Pushto; Pashto
5359
- #: ../languages/dynamic_strings.php:276
5360
- msgid "l-ps"
5361
- msgstr "Pushto; Pashto"
5362
-
5363
- # Pushto; Pashto
5364
- #: ../languages/dynamic_strings.php:277
5365
- msgid "l-ps-ar"
5366
- msgstr "Pashto (Afghanistan)"
5367
-
5368
- # Portuguese
5369
- #: ../languages/dynamic_strings.php:278
5370
- msgid "l-pt"
5371
- msgstr "Portuguese"
5372
-
5373
- # Portuguese
5374
- #: ../languages/dynamic_strings.php:279
5375
- msgid "l-pt-br"
5376
- msgstr "Portuguese (Brazil)"
5377
-
5378
- # Portuguese
5379
- #: ../languages/dynamic_strings.php:280
5380
- msgid "l-pt-pt"
5381
- msgstr "Portuguese (Portugal)"
5382
-
5383
- # Quechua
5384
- #: ../languages/dynamic_strings.php:281
5385
- msgid "l-qu"
5386
- msgstr "Quechua"
5387
-
5388
- # Quechua
5389
- #: ../languages/dynamic_strings.php:282
5390
- msgid "l-qu-bo"
5391
- msgstr "Quechua (Bolivia)"
5392
-
5393
- # Quechua
5394
- #: ../languages/dynamic_strings.php:283
5395
- msgid "l-qu-ec"
5396
- msgstr "Quechua (Ecuador)"
5397
-
5398
- # Quechua
5399
- #: ../languages/dynamic_strings.php:284
5400
- msgid "l-qu-pe"
5401
- msgstr "Quechua (Peru)"
5402
-
5403
- # Romanian; Moldavian; Moldovan
5404
- #: ../languages/dynamic_strings.php:285
5405
- msgid "l-ro"
5406
- msgstr "Romanian"
5407
-
5408
- # Romanian; Moldavian; Moldovan
5409
- #: ../languages/dynamic_strings.php:286
5410
- msgid "l-ro-ro"
5411
- msgstr "Romanian (Romania)"
5412
-
5413
- # Russian
5414
- #: ../languages/dynamic_strings.php:287
5415
- msgid "l-ru"
5416
- msgstr "Russian"
5417
-
5418
- # Russian
5419
- #: ../languages/dynamic_strings.php:288
5420
- msgid "l-ru-ru"
5421
- msgstr "Russian (Russia)"
5422
-
5423
- # Sanskrit
5424
- #: ../languages/dynamic_strings.php:289
5425
- msgid "l-sa"
5426
- msgstr "Sanskrit"
5427
-
5428
- # Sanskrit (India)
5429
- #: ../languages/dynamic_strings.php:290
5430
- msgid "l-sa-in"
5431
- msgstr "Sanskrit (India)"
5432
-
5433
- # Northern Sami
5434
- #: ../languages/dynamic_strings.php:291
5435
- msgid "l-se"
5436
- msgstr "Northern Sami"
5437
-
5438
- # Northern Sami
5439
- #: ../languages/dynamic_strings.php:292
5440
- msgid "l-se-fi"
5441
- msgstr "Northern Sami (Finland)"
5442
-
5443
- # Northern Sami
5444
- #: ../languages/dynamic_strings.php:293
5445
- msgid "l-se-no"
5446
- msgstr "Northern Sami (Norway)"
5447
-
5448
- # Northern Sami
5449
- #: ../languages/dynamic_strings.php:294
5450
- msgid "l-se-se"
5451
- msgstr "Northern Sami (Sweden)"
5452
-
5453
- # Slovak
5454
- #: ../languages/dynamic_strings.php:295
5455
- msgid "l-sk"
5456
- msgstr "Slovak"
5457
-
5458
- # Slovak
5459
- #: ../languages/dynamic_strings.php:296
5460
- msgid "l-sk-sk"
5461
- msgstr "Slovak (Slovakia)"
5462
-
5463
- # Slovenian
5464
- #: ../languages/dynamic_strings.php:297
5465
- msgid "l-sl"
5466
- msgstr "Slovenian"
5467
-
5468
- # Slovenian
5469
- #: ../languages/dynamic_strings.php:298
5470
- msgid "l-sl-si"
5471
- msgstr "Slovenian (Slovenia)"
5472
-
5473
- # Albanian
5474
- #: ../languages/dynamic_strings.php:299
5475
- msgid "l-sq"
5476
- msgstr "Albanian"
5477
-
5478
- # Albanian
5479
- #: ../languages/dynamic_strings.php:300
5480
- msgid "l-sq-al"
5481
- msgstr "Albanian (Albania)"
5482
-
5483
- # Serbian
5484
- #: ../languages/dynamic_strings.php:301
5485
- msgid "l-sr-ba"
5486
- msgstr "Serbian (Bosnia and Herzegovina)"
5487
-
5488
- # Serbian
5489
- #: ../languages/dynamic_strings.php:302
5490
- msgid "l-sr-sp"
5491
- msgstr "Serbian (Serbia and Montenegro)"
5492
-
5493
- # Swedish
5494
- #: ../languages/dynamic_strings.php:303
5495
- msgid "l-sv"
5496
- msgstr "Swedish"
5497
-
5498
- # Swedish
5499
- #: ../languages/dynamic_strings.php:304
5500
- msgid "l-sv-fi"
5501
- msgstr "Swedish (Finland)"
5502
-
5503
- # Swedish
5504
- #: ../languages/dynamic_strings.php:305
5505
- msgid "l-sv-se"
5506
- msgstr "Swedish (Sweden)"
5507
-
5508
- # Swahili
5509
- #: ../languages/dynamic_strings.php:306
5510
- msgid "l-sw"
5511
- msgstr "Swahili"
5512
-
5513
- # Swahili
5514
- #: ../languages/dynamic_strings.php:307
5515
- msgid "l-sw-ke"
5516
- msgstr "Swahili (Kenya)"
5517
-
5518
- # Tamil
5519
- #: ../languages/dynamic_strings.php:308
5520
- msgid "l-ta"
5521
- msgstr "Tamil"
5522
-
5523
- # Tamil
5524
- #: ../languages/dynamic_strings.php:309
5525
- msgid "l-ta-in"
5526
- msgstr "Tamil (India)"
5527
-
5528
- # Telugu
5529
- #: ../languages/dynamic_strings.php:310
5530
- msgid "l-te"
5531
- msgstr "Telugu"
5532
-
5533
- # Telugu
5534
- #: ../languages/dynamic_strings.php:311
5535
- msgid "l-te-in"
5536
- msgstr "Telugu (India)"
5537
-
5538
- # Thai
5539
- #: ../languages/dynamic_strings.php:312
5540
- msgid "l-th"
5541
- msgstr "Thai"
5542
-
5543
- # Thai
5544
- #: ../languages/dynamic_strings.php:313
5545
- msgid "l-th-th"
5546
- msgstr "Thai (Thailand)"
5547
-
5548
- # Tagalog
5549
- #: ../languages/dynamic_strings.php:314
5550
- msgid "l-tl"
5551
- msgstr "Tagalog"
5552
-
5553
- # Tagalog
5554
- #: ../languages/dynamic_strings.php:315
5555
- msgid "l-tl-ph"
5556
- msgstr "Tagalog (Philippines)"
5557
-
5558
- # Tswana
5559
- #: ../languages/dynamic_strings.php:316
5560
- msgid "l-tn"
5561
- msgstr "Tswana"
5562
-
5563
- # Tswana
5564
- #: ../languages/dynamic_strings.php:317
5565
- msgid "l-tn-za"
5566
- msgstr "Tswana (South Africa)"
5567
-
5568
- # Turkish
5569
- #: ../languages/dynamic_strings.php:318
5570
- msgid "l-tr"
5571
- msgstr "Turkish"
5572
-
5573
- # Turkish
5574
- #: ../languages/dynamic_strings.php:319
5575
- msgid "l-tr-tr"
5576
- msgstr "Turkish (Turkey)"
5577
-
5578
- # Tatar
5579
- #: ../languages/dynamic_strings.php:320
5580
- msgid "l-tt"
5581
- msgstr "Tatar"
5582
-
5583
- # Tatar
5584
- #: ../languages/dynamic_strings.php:321
5585
- msgid "l-tt-ru"
5586
- msgstr "Tatar (Russia)"
5587
-
5588
- # Tsonga
5589
- #: ../languages/dynamic_strings.php:322
5590
- msgid "l-ts"
5591
- msgstr "Tsonga"
5592
-
5593
- # Ukrainian
5594
- #: ../languages/dynamic_strings.php:323
5595
- msgid "l-uk"
5596
- msgstr "Ukrainian"
5597
-
5598
- # Ukrainian
5599
- #: ../languages/dynamic_strings.php:324
5600
- msgid "l-uk-ua"
5601
- msgstr "Ukrainian (Ukraine)"
5602
-
5603
- # Urdu
5604
- #: ../languages/dynamic_strings.php:325
5605
- msgid "l-ur"
5606
- msgstr "Urdu"
5607
-
5608
- # Urdu
5609
- #: ../languages/dynamic_strings.php:326
5610
- msgid "l-ur-pk"
5611
- msgstr "Urdu (Pakistan)"
5612
-
5613
- # Uzbek
5614
- #: ../languages/dynamic_strings.php:327
5615
- msgid "l-uz"
5616
- msgstr "Uzbek"
5617
-
5618
- # Uzbek
5619
- #: ../languages/dynamic_strings.php:328
5620
- msgid "l-uz-uz"
5621
- msgstr "Uzbek (Uzbekistan)"
5622
-
5623
- # Vietnamese
5624
- #: ../languages/dynamic_strings.php:329
5625
- msgid "l-vi"
5626
- msgstr "Vietnamese"
5627
-
5628
- # Vietnamese
5629
- #: ../languages/dynamic_strings.php:330
5630
- msgid "l-vi-vn"
5631
- msgstr "Vietnamese (Viet Nam)"
5632
-
5633
- # Xhosa
5634
- #: ../languages/dynamic_strings.php:331
5635
- msgid "l-xh"
5636
- msgstr "Xhosa"
5637
-
5638
- # Xhosa
5639
- #: ../languages/dynamic_strings.php:332
5640
- msgid "l-xh-za"
5641
- msgstr "Xhosa (South Africa)"
5642
-
5643
- # Chinese
5644
- #: ../languages/dynamic_strings.php:333
5645
- msgid "l-zh"
5646
- msgstr "Chinese"
5647
-
5648
- # Chinese
5649
- #: ../languages/dynamic_strings.php:334
5650
- msgid "l-zh-cn"
5651
- msgstr "Chinese (S)"
5652
-
5653
- # Chinese
5654
- #: ../languages/dynamic_strings.php:335
5655
- msgid "l-zh-hk"
5656
- msgstr "Chinese (Hong Kong)"
5657
-
5658
- # Chinese
5659
- #: ../languages/dynamic_strings.php:336
5660
- msgid "l-zh-mo"
5661
- msgstr "Chinese (Macau)"
5662
-
5663
- # Chinese
5664
- #: ../languages/dynamic_strings.php:337
5665
- msgid "l-zh-sg"
5666
- msgstr "Chinese (Singapore)"
5667
-
5668
- # Chinese
5669
- #: ../languages/dynamic_strings.php:338
5670
- msgid "l-zh-tw"
5671
- msgstr "Chinese (T)"
5672
-
5673
- # Zulu
5674
- #: ../languages/dynamic_strings.php:339
5675
- msgid "l-zu"
5676
- msgstr "Zulu"
5677
-
5678
- # Zulu
5679
- #: ../languages/dynamic_strings.php:340
5680
- msgid "l-zu-za"
5681
- msgstr "Zulu (South Africa)"
5682
-
5683
- # Unknown
5684
- #: ../languages/dynamic_strings.php:342
5685
- msgid "l-empty"
5686
- msgstr "Unknown"
5687
-
5688
- # Unknown
5689
- #: ../languages/dynamic_strings.php:343
5690
- msgid "l-xx"
5691
- msgstr "Unknown"
5692
-
5693
- #: ../languages/dynamic_strings.php:345
5694
- msgid "c-xy"
5695
- msgstr "Local IP"
5696
-
5697
- #: ../wp-slimstat.php:139 ../wp-slimstat.php:255
5698
- msgid "Tracker is turned off, but client-side tracking code is still running."
5699
- msgstr ""
5700
-
5701
- #: ../wp-slimstat.php:270 ../wp-slimstat.php:696
5702
- msgid "Pageview filtered by third-party code"
5703
- msgstr ""
5704
-
5705
- #: ../wp-slimstat.php:277
5706
- msgid "Browser sent DNT header request"
5707
- msgstr ""
5708
-
5709
- #: ../wp-slimstat.php:300
5710
- msgid "Visitor has opted out of tracking"
5711
- msgstr ""
5712
-
5713
- #: ../wp-slimstat.php:327
5714
- msgid "Visitor has not opted in to be tracked"
5715
- msgstr ""
5716
-
5717
- #: ../wp-slimstat.php:337
5718
- msgid "Empty or not supported IP address format"
5719
- msgstr ""
5720
-
5721
- #: ../wp-slimstat.php:354
5722
- #, php-format
5723
- msgid "Malformed referrer URL: %s (IP: %s)"
5724
- msgstr ""
5725
-
5726
- #: ../wp-slimstat.php:355
5727
- #, php-format
5728
- msgid "Malformed referrer URL: %s"
5729
- msgstr ""
5730
-
5731
- #: ../wp-slimstat.php:360
5732
- #, php-format
5733
- msgid "Attempted XSS Injection: %s (IP: %s)"
5734
- msgstr ""
5735
-
5736
- #: ../wp-slimstat.php:361
5737
- #, php-format
5738
- msgid "Attempted XSS Injection: %s"
5739
- msgstr ""
5740
-
5741
- #: ../wp-slimstat.php:385
5742
- #, php-format
5743
- msgid "Referrer %s is blacklisted"
5744
- msgstr ""
5745
-
5746
- #: ../wp-slimstat.php:402
5747
- #, php-format
5748
- msgid "Content Type %s is blacklisted"
5749
- msgstr ""
5750
-
5751
- #: ../wp-slimstat.php:452
5752
- msgid "Malformed URL"
5753
- msgstr ""
5754
-
5755
- #: ../wp-slimstat.php:485
5756
- #, php-format
5757
- msgid "Permalink %s is blacklisted"
5758
- msgstr ""
5759
-
5760
- #: ../wp-slimstat.php:498
5761
- #, php-format
5762
- msgid "Logged in user %s not tracked"
5763
- msgstr ""
5764
-
5765
- #: ../wp-slimstat.php:506
5766
- #, php-format
5767
- msgid "User with capability %s not tracked"
5768
- msgstr ""
5769
-
5770
- #: ../wp-slimstat.php:515
5771
- #, php-format
5772
- msgid "User %s is blacklisted"
5773
- msgstr ""
5774
-
5775
- #: ../wp-slimstat.php:539
5776
- #, php-format
5777
- msgid "Spammer %s not tracked"
5778
- msgstr ""
5779
-
5780
- #: ../wp-slimstat.php:568
5781
- #, php-format
5782
- msgid "IP address %s is blacklisted"
5783
- msgstr ""
5784
-
5785
- #: ../wp-slimstat.php:584
5786
- msgid ""
5787
- "Your MaxMind data file is invalid. Please uninstall it using the button in "
5788
- "Settings > Maintenance."
5789
- msgstr ""
5790
-
5791
- #: ../wp-slimstat.php:625
5792
- #, php-format
5793
- msgid "Country %s is blacklisted"
5794
- msgstr ""
5795
-
5796
- #: ../wp-slimstat.php:634
5797
- msgid "Prefetch requests are ignored"
5798
- msgstr ""
5799
-
5800
- #: ../wp-slimstat.php:650
5801
- msgid "Bot not tracked"
5802
- msgstr ""
5803
-
5804
- #: ../wp-slimstat.php:658
5805
- #, php-format
5806
- msgid "Browser %s is blacklisted"
5807
- msgstr ""
5808
-
5809
- #: ../wp-slimstat.php:670
5810
- #, php-format
5811
- msgid "Operating System %s is blacklisted"
5812
- msgstr ""
5813
-
5814
- #: ../wp-slimstat.php:1112
5815
- msgid "Invalid payload string. Try clearing your WordPress cache."
5816
- msgstr ""
5817
-
5818
- #: ../wp-slimstat.php:1123
5819
- msgid "Invalid data signature. Try clearing your WordPress cache."
5820
- msgstr ""
5821
-
5822
- #: ../wp-slimstat.php:1255
5823
- msgid ""
5824
- "The geolocation database cannot be updated. Please check your server's file "
5825
- "permissions and try again."
5826
- msgstr ""
5827
-
5828
- #: ../wp-slimstat.php:1268
5829
- msgid "There was an error downloading the MaxMind Geolite DB:"
5830
- msgstr ""
5831
-
5832
- #: ../wp-slimstat.php:1276 ../wp-slimstat.php:1285
5833
- msgid "There was an error opening the zipped MaxMind Geolite DB."
5834
- msgstr ""
5835
-
5836
- #: ../wp-slimstat.php:1280
5837
- msgid "Function gzopen not defined. Aborting."
5838
- msgstr ""
5839
-
5840
- #: ../wp-slimstat.php:1290
5841
- msgid "There was an error opening the MaxMind Geolite DB."
5842
- msgstr ""
5843
-
5844
- #: ../wp-slimstat.php:1303
5845
- msgid "There was an error creating the MaxMind Geolite DB."
5846
- msgstr ""
5847
-
5848
- #: ../wp-slimstat.php:1318
5849
- msgid "Invalid URL Provided."
5850
- msgstr ""
5851
-
5852
- #: ../wp-slimstat.php:1325
5853
- msgid "Could not create Temporary file."
5854
- msgstr ""
5855
-
5856
- #: ../wp-slimstat.php:1383
5857
- msgid "Undefined report ID"
5858
- msgstr ""
5859
-
5860
- #: ../wp-slimstat.php:1580
5861
- msgid ""
5862
- "You will need to specify a valid token to be able to query the data. Tokens "
5863
- "are defined in Slimstat > Settings > Access Control."
5864
- msgstr ""
5865
-
5866
- #: ../wp-slimstat.php:1584
5867
- msgid ""
5868
- "This parameter specifies the type of QUERY for the dimension. Valid values "
5869
- "are: count, count-all, recent, recent-all, top and top-all."
5870
- msgstr ""
5871
-
5872
- #: ../wp-slimstat.php:1589
5873
- msgid ""
5874
- "This parameter indicates what dimension to return: * (all data), ip, "
5875
- "resource, browser, operating system, etc. You can only specify one dimension "
5876
- "at a time."
5877
- msgstr ""
5878
-
5879
- #: ../wp-slimstat.php:1594
5880
- msgid ""
5881
- "This parameter is used to filter a given dimension (resources, browsers, "
5882
- "operating systems, etc) so that it satisfies certain conditions (i.e.: "
5883
- "browser contains Chrome). Please make sure to urlencode this value, and to "
5884
- "use the usual filter format: browser contains Chrome&&&referer contains slim "
5885
- "(encoded: browser%20contains%20Chrome%26%26%26referer%20contains%20slim)"
5886
- msgstr ""
5887
-
5888
- #: ../wp-slimstat.php:2022
5889
- msgid "Optional filters"
5890
- msgstr ""
5891
-
5892
- #~ msgid "windows phone"
5893
- #~ msgstr "Windows Phone"
5894
-
5895
- # Austria
5896
- #~ msgid "at"
5897
- #~ msgstr "Austria"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/wp-slimstat-es_ES.mo CHANGED
Binary file
languages/wp-slimstat-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Slimstat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-26 13:32-0400\n"
6
- "PO-Revision-Date: 2019-04-26 13:32-0400\n"
7
  "Last-Translator: kemie <kemieg@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
@@ -13,7 +13,7 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Generator: Poedit 2.2.1\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
  "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
@@ -194,13 +194,13 @@ msgstr ""
194
  "de tiempo. "
195
 
196
  #: ../admin/config/index.php:98 ../admin/view/wp-slimstat-db.php:115
197
- #: ../admin/view/wp-slimstat-db.php:906 ../admin/view/wp-slimstat-db.php:1157
198
- #: ../admin/view/wp-slimstat-db.php:1163 ../admin/view/wp-slimstat-db.php:1169
199
- #: ../admin/view/wp-slimstat-db.php:1175 ../admin/view/wp-slimstat-db.php:1181
200
- #: ../admin/view/wp-slimstat-db.php:1187 ../admin/view/wp-slimstat-db.php:1193
201
- #: ../admin/view/wp-slimstat-reports.php:1174
202
- #: ../admin/view/wp-slimstat-reports.php:1178
203
- #: ../admin/view/wp-slimstat-reports.php:1381
204
  #, fuzzy
205
  msgid "Hits"
206
  msgstr "Visitas"
@@ -255,7 +255,7 @@ msgstr ""
255
  "Las entradas registradas en o antes del %s se eliminarán de forma permanente."
256
 
257
  #: ../admin/config/index.php:102 ../admin/view/wp-slimstat-db.php:102
258
- #: ../admin/view/wp-slimstat-db.php:691
259
  msgid "days"
260
  msgstr "dias"
261
 
@@ -474,7 +474,7 @@ msgstr ""
474
  "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
475
  "lo establece en 1.800 segundos."
476
 
477
- #: ../admin/config/index.php:126 ../admin/config/index.php:190
478
  msgid "seconds"
479
  msgstr "Segundos"
480
 
@@ -776,7 +776,7 @@ msgid ""
776
  "content type matches the ones you set here below."
777
  msgstr ""
778
 
779
- #: ../admin/config/index.php:170 ../admin/config/index.php:207
780
  #, fuzzy
781
  msgid "Reports"
782
  msgstr "Informes"
@@ -879,40 +879,31 @@ msgid ""
879
  "and performance problems."
880
  msgstr ""
881
 
882
- #: ../admin/config/index.php:183
883
- msgid "Expand Details"
884
- msgstr "Expandir Detalles"
885
-
886
- #: ../admin/config/index.php:183
887
- msgid "Expand each row's details by default, insted of on mousehover."
888
- msgstr ""
889
- "Expandir cada fila de forma predeterminada, en vez de al sobreponer el ratón."
890
-
891
- #: ../admin/config/index.php:184 ../admin/config/index.php:191
892
  msgid "Rows to Display"
893
  msgstr "Filas que mostrar"
894
 
895
- #: ../admin/config/index.php:184
896
  msgid "Specify the number of items in each report."
897
  msgstr "Especifique el número de elementos en cada informe."
898
 
899
- #: ../admin/config/index.php:185 ../admin/view/wp-slimstat-db.php:127
900
  #, fuzzy
901
  msgid "Max Results"
902
  msgstr "Limitar Resultados"
903
 
904
- #: ../admin/config/index.php:185
905
  msgid ""
906
  "Decide how many records should be retrieved from the database in total. "
907
  "Depending on your server configuration, you may want to fine tune this value "
908
  "to avoid exceeding your PHP memory limit."
909
  msgstr ""
910
 
911
- #: ../admin/config/index.php:186
912
  msgid "IP Lookup"
913
  msgstr "Búsqueda de IP"
914
 
915
- #: ../admin/config/index.php:186
916
  #, fuzzy
917
  #| msgid "Customize the Geolocation service to be used in the reports."
918
  msgid ""
@@ -921,53 +912,53 @@ msgid ""
921
  msgstr ""
922
  "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
923
 
924
- #: ../admin/config/index.php:187
925
  msgid "Comparison Chart"
926
  msgstr ""
927
 
928
- #: ../admin/config/index.php:187
929
  msgid ""
930
  "Disable this option if you find the four line charts confusing, and prefer "
931
  "seeing only the selected time range."
932
  msgstr ""
933
 
934
- #: ../admin/config/index.php:189
935
  msgid "Access Log and World Map"
936
  msgstr ""
937
 
938
- #: ../admin/config/index.php:190
939
  msgid "Auto Refresh"
940
  msgstr ""
941
 
942
- #: ../admin/config/index.php:190
943
  msgid ""
944
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
945
  "<strong>0</strong> (number zero) to deactivate this feature."
946
  msgstr ""
947
 
948
- #: ../admin/config/index.php:191
949
  msgid "Specify the number of items in the Access Log."
950
  msgstr ""
951
 
952
- #: ../admin/config/index.php:192
953
  msgid "Map Data Points"
954
  msgstr ""
955
 
956
- #: ../admin/config/index.php:192
957
  msgid ""
958
  "Customize the maximum number of dots displayed on the world map. Please note "
959
  "that large numbers might increase the amount of time needed to render the map."
960
  msgstr ""
961
 
962
- #: ../admin/config/index.php:194
963
  msgid "Miscellaneous"
964
  msgstr "Varios"
965
 
966
- #: ../admin/config/index.php:195
967
  msgid "Custom CSS"
968
  msgstr "CSS personalizado"
969
 
970
- #: ../admin/config/index.php:195
971
  #, fuzzy
972
  msgid ""
973
  "Paste here your custom stylesheet to personalize the way your reports look. "
@@ -981,11 +972,11 @@ msgstr ""
981
  "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
982
  "cómo utilizar esta funcionalidad."
983
 
984
- #: ../admin/config/index.php:196
985
  msgid "Chart Colors"
986
  msgstr "Colores de gráfica"
987
 
988
- #: ../admin/config/index.php:196
989
  msgid ""
990
  "Customize the look and feel of your charts by assigning personalized colors "
991
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
@@ -993,11 +984,11 @@ msgid ""
993
  "<code>#ccc, #999, #bbcc44, #21759b</code>."
994
  msgstr ""
995
 
996
- #: ../admin/config/index.php:197
997
  msgid "Mozscape Access ID"
998
  msgstr "ID de acceso de Mozscape"
999
 
1000
- #: ../admin/config/index.php:197
1001
  msgid ""
1002
  "Get accurate rankings for your website through the free <a href=\"https://moz."
1003
  "com/community/join?redirect=/products/api/keys\" target=\"_blank\">Mozscape "
@@ -1005,21 +996,21 @@ msgid ""
1005
  "enter your personal identification code here."
1006
  msgstr ""
1007
 
1008
- #: ../admin/config/index.php:198
1009
  msgid "Mozscape Secret Key"
1010
  msgstr "Clave secreta de de Mozscape"
1011
 
1012
- #: ../admin/config/index.php:198
1013
  msgid ""
1014
  "Do not share your secret key with anyone or they will be able to make API "
1015
  "requests on your account!"
1016
  msgstr ""
1017
 
1018
- #: ../admin/config/index.php:199
1019
  msgid "Show User Agent"
1020
  msgstr "Mostrar agente de usuario"
1021
 
1022
- #: ../admin/config/index.php:199
1023
  #, fuzzy
1024
  #| msgid ""
1025
  #| "Choose if you want to see the browser name or a complete user agent string "
@@ -1031,26 +1022,26 @@ msgstr ""
1031
  "Seleccione si desea ver el nombre del navegador o una cadena completa de "
1032
  "agente de usuario al pasar el cursor sobre los iconos del navegador."
1033
 
1034
- #: ../admin/config/index.php:200
1035
  msgid "Enable SOV"
1036
  msgstr "Habilitar SOV"
1037
 
1038
- #: ../admin/config/index.php:200
1039
  msgid ""
1040
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
1041
  "the subject, object, and verb of a sentence appear in that order, like in "
1042
  "Japanese."
1043
  msgstr ""
1044
 
1045
- #: ../admin/config/index.php:205
1046
  msgid "Access Control"
1047
  msgstr "Control de acceso"
1048
 
1049
- #: ../admin/config/index.php:208
1050
  msgid "Restrict Authors"
1051
  msgstr "Restringir autores"
1052
 
1053
- #: ../admin/config/index.php:208
1054
  #, fuzzy
1055
  msgid ""
1056
  "Enable this option if you want your authors to only see stats related to "
@@ -1059,20 +1050,20 @@ msgstr ""
1059
  "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
1060
  "relacionadas con su propio contenido"
1061
 
1062
- #: ../admin/config/index.php:209 ../admin/config/index.php:213
1063
- #: ../admin/config/index.php:217
1064
  msgid "Capability"
1065
  msgstr "Capacidad"
1066
 
1067
- #: ../admin/config/index.php:209
1068
  #, fuzzy
1069
  msgid ""
1070
- "Specify the minimum <a href='https://codex.wordpress.org/"
1071
- "Roles_and_Capabilities' target='_new'>capability</a> needed to access the "
1072
- "reports (default: <code>activate_plugins</code>). If this field is empty, "
1073
- "<strong>all your users</strong> (including subscribers) will have access to "
1074
- "the reports, unless a 'Read access' whitelist has been specified here below. "
1075
- "In this case, the list has precedence over the capability."
1076
  msgstr ""
1077
  "Especifique la mínima <a href='http://codex.wordpress.org/"
1078
  "Roles_and_Capabilities' target='_new'>capability</a> que se necesita para "
@@ -1082,12 +1073,12 @@ msgstr ""
1082
  "'Acceso de lectura' aquí abajo. En este caso, la lista tiene prioridad sobre "
1083
  "la capacidad."
1084
 
1085
- #: ../admin/config/index.php:210 ../admin/config/index.php:214
1086
- #: ../admin/config/index.php:218
1087
  msgid "Whitelist"
1088
  msgstr "Lista blanca"
1089
 
1090
- #: ../admin/config/index.php:210
1091
  #, fuzzy
1092
  msgid ""
1093
  "List all the users who should have access to the reports. Administrators are "
@@ -1099,19 +1090,19 @@ msgstr ""
1099
  "necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
1100
  "mayúsculas y minúsculasdefecto."
1101
 
1102
- #: ../admin/config/index.php:212
1103
  #, fuzzy
1104
  #| msgid "Customize"
1105
  msgid "Customizer"
1106
  msgstr "Personalizar"
1107
 
1108
- #: ../admin/config/index.php:213
1109
  #, fuzzy
1110
  msgid ""
1111
- "Specify the minimum <a href='https://codex.wordpress.org/"
1112
- "Roles_and_Capabilities' target='_new'>capability</a> needed to be able to "
1113
- "customize the reports layout (default: <code>activate_plugins</code>). If "
1114
- "this field is empty, your users will be permitted to use this features."
1115
  msgstr ""
1116
  "Especifique la mínima <a href='http://codex.wordpress.org/"
1117
  "Roles_and_Capabilities' target='_new'>capacidad</a> necesaria para "
@@ -1119,7 +1110,7 @@ msgstr ""
1119
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
1120
  "específicos."
1121
 
1122
- #: ../admin/config/index.php:214
1123
  #, fuzzy
1124
  msgid ""
1125
  "List all the users who should be allowed to customize their report layout. "
@@ -1131,19 +1122,19 @@ msgstr ""
1131
  "necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
1132
  "mayúsculas y minúsculasdefecto."
1133
 
1134
- #: ../admin/config/index.php:216 ../admin/config/index.php:244
1135
- #: ../admin/wp-slimstat-admin.php:643 ../admin/wp-slimstat-admin.php:689
1136
- #: ../admin/wp-slimstat-admin.php:692
1137
  msgid "Settings"
1138
  msgstr "Opciones"
1139
 
1140
- #: ../admin/config/index.php:217
1141
  #, fuzzy
1142
  msgid ""
1143
- "Specify the minimum <a href='https://codex.wordpress.org/"
1144
- "Roles_and_Capabilities' target='_new'>capability</a> required to configure "
1145
- "Slimstat (default: <code>activate_plugins</code>). The whitelist here below "
1146
- "can be used to override this option for specific users."
1147
  msgstr ""
1148
  "Especifique la mínima <a href='http://codex.wordpress.org/"
1149
  "Roles_and_Capabilities' target='_new'>capacidad</a> necesaria para "
@@ -1151,7 +1142,7 @@ msgstr ""
1151
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
1152
  "específicos."
1153
 
1154
- #: ../admin/config/index.php:218
1155
  #, fuzzy
1156
  msgid ""
1157
  "List all the users who can edit these options. Please be advised that admins "
@@ -1163,15 +1154,15 @@ msgstr ""
1163
  "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
1164
  "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
1165
 
1166
- #: ../admin/config/index.php:220
1167
  msgid "Rest API"
1168
  msgstr ""
1169
 
1170
- #: ../admin/config/index.php:221
1171
  msgid "Tokens"
1172
  msgstr ""
1173
 
1174
- #: ../admin/config/index.php:221
1175
  msgid ""
1176
  "In order to send requests to <a href='https://slimstat.freshdesk.com/support/"
1177
  "solutions/articles/12000033661-slimstat-rest-api' target='_blank'>the "
@@ -1183,16 +1174,16 @@ msgid ""
1183
  "target='_blank'>RandomKeyGen.com</a> to generate unique secure tokens."
1184
  msgstr ""
1185
 
1186
- #: ../admin/config/index.php:226
1187
  msgid "Maintenance"
1188
  msgstr "Mantenimiento"
1189
 
1190
- #: ../admin/config/index.php:231 ../admin/view/addons.php:35
1191
  #: ../admin/wp-slimstat-admin.php:62
1192
  msgid "Add-ons"
1193
  msgstr "Plugins"
1194
 
1195
- #: ../admin/config/index.php:245 ../admin/view/index.php:6
1196
  msgid ""
1197
  "<strong>AdBlock browser extension detected</strong> - If you see this notice, "
1198
  "it means that your browser is not loading our stylesheet and/or Javascript "
@@ -1537,7 +1528,8 @@ msgid ""
1537
  msgstr ""
1538
 
1539
  #: ../admin/config/maintenance.php:291
1540
- msgid "Your data file was last downloaded on"
 
1541
  msgstr ""
1542
 
1543
  #: ../admin/config/maintenance.php:299
@@ -1698,11 +1690,11 @@ msgstr "Versión"
1698
  msgid "Load"
1699
  msgstr "Cargar"
1700
 
1701
- #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:888
1702
  msgid "Today"
1703
  msgstr "Hoy"
1704
 
1705
- #: ../admin/view/index.php:62 ../admin/view/wp-slimstat-db.php:891
1706
  msgid "Yesterday"
1707
  msgstr "Ayer"
1708
 
@@ -1712,19 +1704,19 @@ msgstr "Últimos 7 días"
1712
 
1713
  #: ../admin/view/index.php:64
1714
  #, fuzzy
1715
- #| msgid "Last 60 Days"
1716
- msgid "Last 30 Days"
1717
- msgstr "Últimos 60 días"
1718
 
1719
  #: ../admin/view/index.php:65
1720
- msgid "Last 90 Days"
1721
- msgstr "Últimos 90 días"
1722
 
1723
  #: ../admin/view/index.php:66
1724
  #, fuzzy
1725
- #| msgid "Last 60 Days"
1726
- msgid "Last 365 Days"
1727
- msgstr "Últimos 60 días"
1728
 
1729
  #: ../admin/view/index.php:69
1730
  msgid "Date Range"
@@ -1811,7 +1803,7 @@ msgid ""
1811
  "corresponding report is currently hidden (Screen Options tab)."
1812
  msgstr ""
1813
 
1814
- #: ../admin/view/layout.php:69 ../admin/view/wp-slimstat-reports.php:1752
1815
  msgid "Reset All"
1816
  msgstr "Resetear todos"
1817
 
@@ -1843,99 +1835,93 @@ msgstr "Dispositivo Móvil"
1843
  msgid "Syndication Reader"
1844
  msgstr "Lector de Sindicación"
1845
 
1846
- #: ../admin/view/right-now.php:71 ../admin/view/wp-slimstat-reports.php:1030
1847
- #: ../admin/view/wp-slimstat-reports.php:1238
1848
- #: ../admin/view/wp-slimstat-reports.php:1360
1849
- #: ../admin/view/wp-slimstat-reports.php:1405
1850
  msgid "No data to display"
1851
  msgstr "No hay datos que mostrar"
1852
 
1853
- #: ../admin/view/right-now.php:112
1854
  #, fuzzy
1855
  msgid "Date and Time"
1856
  msgstr "Fecha/Hora"
1857
 
1858
- # Unknown
1859
- #: ../admin/view/right-now.php:123 ../admin/view/wp-slimstat-reports.php:1082
1860
- #: ../admin/view/wp-slimstat-reports.php:1608 ../wp-slimstat.php:1451
1861
- msgid "c-"
1862
- msgstr "Unknown"
1863
-
1864
- #: ../admin/view/right-now.php:181 ../admin/view/wp-slimstat-db.php:60
1865
- #: ../admin/wp-slimstat-admin.php:1148 ../admin/wp-slimstat-admin.php:1188
1866
  msgid "Originating IP"
1867
  msgstr "IP de Origen"
1868
 
1869
- #: ../admin/view/right-now.php:222 ../admin/view/wp-slimstat-reports.php:1189
1870
- #: ../admin/view/wp-slimstat-reports.php:1194
1871
- #: ../admin/view/wp-slimstat-reports.php:1199
1872
- #: ../admin/view/wp-slimstat-reports.php:1423
1873
  msgid "Open this URL in a new window"
1874
  msgstr "Abrir este URL en una nueva ventana"
1875
 
1876
- #: ../admin/view/right-now.php:234
1877
  msgid "Local search results page"
1878
  msgstr "Página de resultados de búsqueda local"
1879
 
1880
- #: ../admin/view/right-now.php:243 ../admin/view/wp-slimstat-db.php:40
1881
  #: ../admin/view/wp-slimstat-reports.php:209
1882
- #: ../admin/view/wp-slimstat-reports.php:219 ../admin/wp-slimstat-admin.php:1151
1883
- #: ../admin/wp-slimstat-admin.php:1167
1884
  msgid "Search Terms"
1885
  msgstr "Términos de búsqueda"
1886
 
1887
- #: ../admin/view/right-now.php:255
1888
  msgid "Server Latency and Page Speed in milliseconds"
1889
  msgstr "Latencia del servidor y velocidad de página en milisegundos"
1890
 
1891
- #: ../admin/view/right-now.php:255
1892
  msgid "SL"
1893
  msgstr ""
1894
 
1895
- #: ../admin/view/right-now.php:255
1896
  msgid "PS"
1897
  msgstr ""
1898
 
1899
- #: ../admin/view/right-now.php:262
1900
  msgid "Time spent on this page"
1901
  msgstr "Tiempo pasado en esta página"
1902
 
1903
- #: ../admin/view/right-now.php:278
1904
  #, fuzzy
1905
  #| msgid "Unique Referrers"
1906
  msgid "Invalid Referrer"
1907
  msgstr "Referentes únicos"
1908
 
1909
- #: ../admin/view/right-now.php:279
1910
  #, fuzzy
1911
  msgid "Open this referrer in a new window"
1912
  msgstr "Abrir referido en una nueva página"
1913
 
1914
- #: ../admin/view/right-now.php:280
1915
  msgid "Content Type"
1916
  msgstr "Tipo de contenido"
1917
 
1918
- #: ../admin/view/right-now.php:287
1919
  msgid "Open this outbound link in a new window"
1920
  msgstr "Abrir enlace externo en una nueva ventana"
1921
 
1922
- #: ../admin/view/right-now.php:295
1923
  msgid "Delete this entry from the database"
1924
  msgstr ""
1925
 
1926
- #: ../admin/view/right-now.php:307
1927
  msgid "User Logged In"
1928
  msgstr "Usuario registrado"
1929
 
1930
- #: ../admin/view/right-now.php:317
1931
  msgid "User Logged Out"
1932
  msgstr "Usuario no registrado"
1933
 
1934
- #: ../admin/view/wp-slimstat-db.php:37 ../admin/wp-slimstat-admin.php:1164
1935
  msgid "Browser"
1936
  msgstr "Navegador"
1937
 
1938
- #: ../admin/view/wp-slimstat-db.php:38 ../admin/wp-slimstat-admin.php:1165
1939
  msgid "Country Code"
1940
  msgstr "Código de Pais"
1941
 
@@ -1943,22 +1929,22 @@ msgstr "Código de Pais"
1943
  msgid "IP Address"
1944
  msgstr "Dirección IP"
1945
 
1946
- #: ../admin/view/wp-slimstat-db.php:41 ../admin/wp-slimstat-admin.php:1168
1947
  msgid "Language Code"
1948
  msgstr "Código de Idioma"
1949
 
1950
  #: ../admin/view/wp-slimstat-db.php:42 ../admin/view/wp-slimstat-db.php:110
1951
- #: ../admin/wp-slimstat-admin.php:1169
1952
  msgid "Operating System"
1953
  msgstr "Sistema Operativo"
1954
 
1955
  #: ../admin/view/wp-slimstat-db.php:43 ../admin/view/wp-slimstat-db.php:111
1956
- #: ../admin/wp-slimstat-admin.php:1170
1957
  msgid "Permalink"
1958
  msgstr "Enlace Permanente"
1959
 
1960
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:112
1961
- #: ../admin/wp-slimstat-admin.php:1171
1962
  msgid "Referer"
1963
  msgstr "Referido"
1964
 
@@ -1966,38 +1952,40 @@ msgstr "Referido"
1966
  msgid "Visitor's Username"
1967
  msgstr "Nombre del usuario del visitante"
1968
 
1969
- #: ../admin/view/wp-slimstat-db.php:46 ../admin/wp-slimstat-admin.php:1154
 
 
 
 
 
 
1970
  msgid "Outbound Link"
1971
  msgstr "Enlace Saliente"
1972
 
1973
- #: ../admin/view/wp-slimstat-db.php:47
1974
  msgid "Page Speed"
1975
  msgstr "Velocidad de página"
1976
 
1977
- #: ../admin/view/wp-slimstat-db.php:49
1978
  msgid "-- Advanced filters --"
1979
  msgstr "-- Filtros Avanzados --"
1980
 
1981
- #: ../admin/view/wp-slimstat-db.php:50 ../admin/view/wp-slimstat-reports.php:339
1982
- msgid "Browser Capabilities"
1983
- msgstr "Capacidades de navegador"
1984
-
1985
- #: ../admin/view/wp-slimstat-db.php:51 ../admin/wp-slimstat-admin.php:1183
1986
  #, fuzzy
1987
  msgid "Browser Version"
1988
  msgstr "Versión del Navegador"
1989
 
1990
- #: ../admin/view/wp-slimstat-db.php:52 ../admin/wp-slimstat-admin.php:1184
1991
  #, fuzzy
1992
  msgid "Browser Type"
1993
  msgstr "Navegador"
1994
 
1995
- #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1153
1996
  msgid "User Agent"
1997
  msgstr "Agente de usuario"
1998
 
1999
  #: ../admin/view/wp-slimstat-db.php:55
2000
- #: ../admin/view/wp-slimstat-reports.php:1378
2001
  msgid "Coordinates"
2002
  msgstr "Coordenadas"
2003
 
@@ -2009,15 +1997,15 @@ msgstr "Anotaciones"
2009
  msgid "Server Latency"
2010
  msgstr "Latencia del servidor"
2011
 
2012
- #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1186
2013
  msgid "Post Author"
2014
  msgstr "Autor de la entrada(sección)"
2015
 
2016
- #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1187
2017
  msgid "Post Category ID"
2018
  msgstr "ID de la entrada(sección) de la Categoria"
2019
 
2020
- #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1189
2021
  msgid "Resource Content Type"
2022
  msgstr "Tipo de contenido del recusro"
2023
 
@@ -2037,7 +2025,7 @@ msgstr "Alto de Pantalla"
2037
  msgid "Viewport Size"
2038
  msgstr "Tamaño de ventana"
2039
 
2040
- #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1191
2041
  msgid "Visit ID"
2042
  msgstr "ID de Visitas"
2043
 
@@ -2096,7 +2084,7 @@ msgid "Event ID"
2096
  msgstr "ID evento"
2097
 
2098
  #: ../admin/view/wp-slimstat-db.php:123
2099
- #: ../admin/view/wp-slimstat-reports.php:1374
2100
  msgid "Type"
2101
  msgstr "Tipo"
2102
 
@@ -2112,63 +2100,63 @@ msgstr "Coordenadas evento"
2112
  msgid "Offset"
2113
  msgstr "Distancia"
2114
 
2115
- #: ../admin/view/wp-slimstat-db.php:674
2116
  #, fuzzy
2117
  msgid "Dataset Size"
2118
  msgstr "Tamaño de los Datos"
2119
 
2120
- #: ../admin/view/wp-slimstat-db.php:676
2121
  msgid "Total number of records stored in the database."
2122
  msgstr "Número total de registros en la BD"
2123
 
2124
- #: ../admin/view/wp-slimstat-db.php:678
2125
  msgid "DB Size"
2126
  msgstr "Tamaño de la BD"
2127
 
2128
- #: ../admin/view/wp-slimstat-db.php:681
2129
  msgid "Tracking Enabled"
2130
  msgstr "Rastreo Activo"
2131
 
2132
- #: ../admin/view/wp-slimstat-db.php:684
2133
  msgid "Javascript Mode"
2134
  msgstr "Modo Javascript"
2135
 
2136
- #: ../admin/view/wp-slimstat-db.php:687
2137
  msgid "Tracking Browser Caps"
2138
  msgstr "Caps para rastreo de Navegador"
2139
 
2140
- #: ../admin/view/wp-slimstat-db.php:690
2141
  msgid "Auto purge"
2142
  msgstr "Autopurgar"
2143
 
2144
- #: ../admin/view/wp-slimstat-db.php:691 ../admin/wp-slimstat-admin.php:1008
2145
  #, fuzzy
2146
  msgid "Off"
2147
  msgstr "Apagado"
2148
 
2149
- #: ../admin/view/wp-slimstat-db.php:693
2150
  msgid "Oldest pageview"
2151
  msgstr "Visita más antigua"
2152
 
2153
- #: ../admin/view/wp-slimstat-db.php:694
2154
  msgid "No visits"
2155
  msgstr "Sin visitas"
2156
 
2157
- #: ../admin/view/wp-slimstat-db.php:696
2158
  msgid "Geolocation"
2159
  msgstr "Geolocalización"
2160
 
2161
- #: ../admin/view/wp-slimstat-db.php:698
2162
  msgid "Date when the MaxMind Geolocation database was last updated."
2163
  msgstr ""
2164
 
2165
- #: ../admin/view/wp-slimstat-db.php:866 ../admin/view/wp-slimstat-db.php:1114
2166
  #: ../admin/view/wp-slimstat-reports.php:45
2167
  #: ../admin/view/wp-slimstat-reports.php:54
2168
  msgid "Pageviews"
2169
  msgstr "Paginas visitadas"
2170
 
2171
- #: ../admin/view/wp-slimstat-db.php:868 ../admin/view/wp-slimstat-db.php:1116
2172
  #, fuzzy
2173
  msgid ""
2174
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
@@ -2177,26 +2165,26 @@ msgstr ""
2177
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
2178
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
2179
 
2180
- #: ../admin/view/wp-slimstat-db.php:870
2181
  msgid "Days in Range"
2182
  msgstr "Días en rango"
2183
 
2184
- #: ../admin/view/wp-slimstat-db.php:873
2185
  msgid "Average Daily Pageviews"
2186
  msgstr "Promedio Paginas Visitadas diarias"
2187
 
2188
- #: ../admin/view/wp-slimstat-db.php:875
2189
  #, fuzzy
2190
  msgid ""
2191
  "How many pages have been visited on average every day during the current "
2192
  "period."
2193
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
2194
 
2195
- #: ../admin/view/wp-slimstat-db.php:877
2196
  msgid "From Search Results"
2197
  msgstr "De resultados de búsqueda"
2198
 
2199
- #: ../admin/view/wp-slimstat-db.php:879
2200
  msgid ""
2201
  "Visitors who landed on your site after searching for a keyword on Google, "
2202
  "Yahoo, etc."
@@ -2204,14 +2192,14 @@ msgstr ""
2204
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
2205
  "Google, yahoo, etc."
2206
 
2207
- #: ../admin/view/wp-slimstat-db.php:881 ../admin/view/wp-slimstat-db.php:1227
2208
  #: ../admin/view/wp-slimstat-reports.php:55
2209
  #: ../admin/view/wp-slimstat-reports.php:252
2210
  #: ../admin/view/wp-slimstat-reports.php:493
2211
  msgid "Unique IPs"
2212
  msgstr "IPs Unicas"
2213
 
2214
- #: ../admin/view/wp-slimstat-db.php:883
2215
  msgid ""
2216
  "Used to differentiate between multiple requests to download a file from one "
2217
  "internet address (IP) and requests originating from many distinct addresses"
@@ -2220,15 +2208,15 @@ msgstr ""
2220
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
2221
  "diferentes direcciones"
2222
 
2223
- #: ../admin/view/wp-slimstat-db.php:885
2224
  msgid "Last 30 minutes"
2225
  msgstr "Últimos 30 minutos"
2226
 
2227
- #: ../admin/view/wp-slimstat-db.php:1118
2228
  msgid "Unique Referrers"
2229
  msgstr "Referentes únicos"
2230
 
2231
- #: ../admin/view/wp-slimstat-db.php:1120
2232
  msgid ""
2233
  "A referrer (or referring site) is the site that a visitor previously visited "
2234
  "before following a link to your site."
@@ -2236,11 +2224,11 @@ msgstr ""
2236
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
2237
  "acceso antes de seguir un enlace a su sitio."
2238
 
2239
- #: ../admin/view/wp-slimstat-db.php:1122
2240
  msgid "Direct Pageviews"
2241
  msgstr "Paginas visitadas directas"
2242
 
2243
- #: ../admin/view/wp-slimstat-db.php:1124
2244
  msgid ""
2245
  "Visitors who visited the site by typing the URL directly into their browser. "
2246
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
@@ -2252,11 +2240,11 @@ msgstr ""
2252
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
2253
  "enlaces de documentos que no incluyen variables de rastreo."
2254
 
2255
- #: ../admin/view/wp-slimstat-db.php:1126
2256
  msgid "From a search result"
2257
  msgstr "Desde un resultado de búsqueda"
2258
 
2259
- #: ../admin/view/wp-slimstat-db.php:1128
2260
  msgid ""
2261
  "Visitors who came to your site via searches on Google or some other search "
2262
  "engine."
@@ -2264,11 +2252,11 @@ msgstr ""
2264
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
2265
  "Google, yahoo, etc."
2266
 
2267
- #: ../admin/view/wp-slimstat-db.php:1130
2268
  msgid "Unique Landing Pages"
2269
  msgstr "Páginas destino únicas"
2270
 
2271
- #: ../admin/view/wp-slimstat-db.php:1132
2272
  msgid ""
2273
  "The first page that a user views during a session. This is also known as the "
2274
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
@@ -2280,20 +2268,20 @@ msgstr ""
2280
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
2281
  "página de entrada."
2282
 
2283
- #: ../admin/view/wp-slimstat-db.php:1134
2284
  msgid "Bounce Pages"
2285
  msgstr "Páginas rebote"
2286
 
2287
- #: ../admin/view/wp-slimstat-db.php:1136
2288
  #, fuzzy
2289
  msgid "Number of single page visits to your site over the selected period."
2290
  msgstr "Número de visitas a una página en el período seleccionado."
2291
 
2292
- #: ../admin/view/wp-slimstat-db.php:1138
2293
  msgid "New Visitors Rate"
2294
  msgstr "Proporción visitantes nuevos"
2295
 
2296
- #: ../admin/view/wp-slimstat-db.php:1140
2297
  #, fuzzy
2298
  msgid ""
2299
  "Percentage of single page visits, i.e. visits in which the person left your "
@@ -2302,11 +2290,11 @@ msgstr ""
2302
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
2303
  "dejó su sitio desde la página de entrada."
2304
 
2305
- #: ../admin/view/wp-slimstat-db.php:1142
2306
  msgid "Currently from search engines"
2307
  msgstr "Actualmente de Motores de Búsqueda"
2308
 
2309
- #: ../admin/view/wp-slimstat-db.php:1144
2310
  msgid ""
2311
  "Visitors who visited the site in the last 5 minutes coming from a search "
2312
  "engine."
@@ -2314,107 +2302,113 @@ msgstr ""
2314
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
2315
  "motor de búsqueda."
2316
 
2317
- #: ../admin/view/wp-slimstat-db.php:1155
2318
  msgid "0 - 30 seconds"
2319
  msgstr "0 - 30 segundos"
2320
 
2321
- #: ../admin/view/wp-slimstat-db.php:1161
2322
  msgid "31 - 60 seconds"
2323
  msgstr "31 - 60 segundos"
2324
 
2325
- #: ../admin/view/wp-slimstat-db.php:1167
2326
  msgid "1 - 3 minutes"
2327
  msgstr "1 - 3 minutos"
2328
 
2329
- #: ../admin/view/wp-slimstat-db.php:1173
2330
  msgid "3 - 5 minutes"
2331
  msgstr "3 - 5 minutos"
2332
 
2333
- #: ../admin/view/wp-slimstat-db.php:1179
2334
  msgid "5 - 7 minutes"
2335
  msgstr "5 - 7 minutos"
2336
 
2337
- #: ../admin/view/wp-slimstat-db.php:1185
2338
  msgid "7 - 10 minutes"
2339
  msgstr "7 - 10 minutos"
2340
 
2341
- #: ../admin/view/wp-slimstat-db.php:1191
2342
  msgid "More than 10 minutes"
2343
  msgstr "Más de 10 minutos"
2344
 
2345
- #: ../admin/view/wp-slimstat-db.php:1203
2346
  msgid "Average visit duration"
2347
  msgstr "Duración promedio visitas"
2348
 
2349
- #: ../admin/view/wp-slimstat-db.php:1223
2350
- #: ../admin/view/wp-slimstat-reports.php:251
2351
- msgid "Visits"
2352
- msgstr "Visitas"
2353
 
2354
- #: ../admin/view/wp-slimstat-db.php:1225
 
 
 
 
2355
  msgid ""
2356
- "A visit is a session of at most 30 minutes. Returning visitors are counted "
2357
- "multiple times if they perform multiple visits."
2358
  msgstr ""
2359
  "Una visita es una sesión de máximo 30 minutos. Los visitantes recurrentes se "
2360
  "cuentan múltiples veces si llevan a cabo múltiples visitas."
2361
 
2362
- #: ../admin/view/wp-slimstat-db.php:1229
2363
  msgid "It includes only traffic generated by human visitors."
2364
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
2365
 
2366
- #: ../admin/view/wp-slimstat-db.php:1231
2367
  msgid "Bounce rate"
2368
  msgstr "Porcentaje de Abandonos"
2369
 
2370
- #: ../admin/view/wp-slimstat-db.php:1233
2371
  msgid ""
2372
- "Percentage of single-page visits, i.e. visits in which the person left your "
2373
- "site from the entrance page."
 
 
2374
  msgstr ""
2375
- "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
2376
- "dejó su sitio desde la página de entrada."
2377
 
2378
- #: ../admin/view/wp-slimstat-db.php:1235
2379
  msgid "Known visitors"
2380
  msgstr "Visitantes conocidos"
2381
 
2382
- #: ../admin/view/wp-slimstat-db.php:1237
2383
- msgid "Visitors who had previously left a comment on your blog."
 
 
2384
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
2385
 
2386
- #: ../admin/view/wp-slimstat-db.php:1239
2387
- msgid "New visitors"
2388
- msgstr "Visitantes nuevos"
2389
 
2390
- #: ../admin/view/wp-slimstat-db.php:1241
2391
- msgid "Human users who visited your site only once."
2392
- msgstr "Visitantes humanos que visitaron su sitio sólo una vez."
2393
 
2394
- #: ../admin/view/wp-slimstat-db.php:1243
2395
  msgid "Bots"
2396
  msgstr "Motores de Búsqueda"
2397
 
2398
- #: ../admin/view/wp-slimstat-db.php:1246
2399
  #, fuzzy
2400
  msgid "Pageviews per visit"
2401
  msgstr "Páginas por visita"
2402
 
2403
- #: ../admin/view/wp-slimstat-db.php:1249
2404
  msgid "Longest visit"
2405
  msgstr "Visita más larga"
2406
 
2407
- #: ../admin/view/wp-slimstat-db.php:1250
2408
  #, fuzzy
2409
  msgid "hits"
2410
  msgstr "Visitas"
2411
 
2412
- #: ../admin/view/wp-slimstat-db.php:1259
2413
  #, fuzzy
2414
  msgid "Content Items"
2415
  msgstr "Contenido"
2416
 
2417
- #: ../admin/view/wp-slimstat-db.php:1261
2418
  msgid ""
2419
  "This value includes not only posts, but also custom post types, regardless of "
2420
  "their status"
@@ -2422,39 +2416,39 @@ msgstr ""
2422
  "Este valor incluye no sólo publicaciones, sino también tipos de publicación "
2423
  "personalizados, sin importar su estado"
2424
 
2425
- #: ../admin/view/wp-slimstat-db.php:1263
2426
  msgid "Posts"
2427
  msgstr "Entradas"
2428
 
2429
- #: ../admin/view/wp-slimstat-db.php:1266
2430
  #, fuzzy
2431
  msgid "Pages"
2432
  msgstr "Páginas"
2433
 
2434
- #: ../admin/view/wp-slimstat-db.php:1269
2435
  msgid "Attachments"
2436
  msgstr "Adjuntos"
2437
 
2438
- #: ../admin/view/wp-slimstat-db.php:1272
2439
  #, fuzzy
2440
  msgid "Revisions"
2441
  msgstr "Revisiones"
2442
 
2443
- #: ../admin/view/wp-slimstat-db.php:1275
2444
  #, fuzzy
2445
  msgid "Comments"
2446
  msgstr "Comentarios"
2447
 
2448
- #: ../admin/view/wp-slimstat-db.php:1278
2449
  #, fuzzy
2450
  msgid "Avg Comments per Post"
2451
  msgstr "Promedio de Comentarios por Publicación"
2452
 
2453
- #: ../admin/view/wp-slimstat-db.php:1281
2454
  msgid "Avg Server Latency"
2455
  msgstr "Promedio de latencia del servidor"
2456
 
2457
- #: ../admin/view/wp-slimstat-db.php:1283
2458
  msgid ""
2459
  "Latency is the amount of time it takes for the host server to receive and "
2460
  "process a request for a page object. The amount of latency depends largely on "
@@ -2485,7 +2479,7 @@ msgstr "Código de color"
2485
  msgid "From search result page"
2486
  msgstr "Desde una página de resultados de búsqueda"
2487
 
2488
- #: ../admin/view/wp-slimstat-reports.php:41 ../admin/wp-slimstat-admin.php:1146
2489
  msgid "Known Visitor"
2490
  msgstr "Visitante conocido"
2491
 
@@ -2611,6 +2605,10 @@ msgstr "Principales URLs referentes"
2611
  msgid "Human Visits"
2612
  msgstr "Visitas humanas"
2613
 
 
 
 
 
2614
  #: ../admin/view/wp-slimstat-reports.php:260
2615
  msgid "Audience Overview"
2616
  msgstr "Visión general público"
@@ -2661,6 +2659,10 @@ msgstr "Principales Resoluciones de Pantalla"
2661
  msgid "Top Viewport Sizes"
2662
  msgstr "Principales Páginas de Salida"
2663
 
 
 
 
 
2664
  #: ../admin/view/wp-slimstat-reports.php:348
2665
  msgid "Visit Duration"
2666
  msgstr "Duración de Visitas"
@@ -2918,95 +2920,81 @@ msgstr "Resultados %s - %s de %s"
2918
  msgid "Refresh in"
2919
  msgstr "Refrescar en"
2920
 
2921
- #: ../admin/view/wp-slimstat-reports.php:1076
2922
  #, fuzzy
2923
  msgid "Category ID"
2924
  msgstr "ID de la entrada(sección) de la Categoria"
2925
 
2926
- #: ../admin/view/wp-slimstat-reports.php:1081
2927
- #: ../admin/view/wp-slimstat-reports.php:1095
2928
- #: ../admin/view/wp-slimstat-reports.php:1100
2929
  #, fuzzy
2930
  msgid "Code"
2931
  msgstr "Código"
2932
 
2933
- #: ../admin/view/wp-slimstat-reports.php:1096
2934
- #: ../languages/dynamic_strings.php:341 ../wp-slimstat.php:1474
2935
- msgid "l-"
2936
- msgstr "l-"
2937
-
2938
- #: ../admin/view/wp-slimstat-reports.php:1113
2939
  #, fuzzy
2940
  msgid "URL"
2941
  msgstr "URL"
2942
 
2943
- #: ../admin/view/wp-slimstat-reports.php:1132
2944
  msgid "Referrer"
2945
  msgstr "Referente"
2946
 
2947
- #: ../admin/view/wp-slimstat-reports.php:1307
2948
- #: ../admin/view/wp-slimstat-reports.php:1315
2949
  msgid "(previous)"
2950
  msgstr ""
2951
 
2952
- #: ../admin/view/wp-slimstat-reports.php:1378
2953
  #, fuzzy
2954
  msgid "Date"
2955
  msgstr "Fecha"
2956
 
2957
- #: ../admin/view/wp-slimstat-reports.php:1430
2958
  msgid "Filter by element in a group"
2959
  msgstr ""
2960
 
2961
- #: ../admin/view/wp-slimstat-reports.php:1455
2962
- msgid "Backlinks"
 
 
 
 
 
 
 
 
 
 
 
 
2963
  msgstr "Vínculos"
2964
 
2965
- #: ../admin/view/wp-slimstat-reports.php:1456
2966
  #, fuzzy
2967
  msgid "Number of external equity links to your website."
2968
  msgstr ""
2969
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
2970
 
2971
- #: ../admin/view/wp-slimstat-reports.php:1460
2972
- msgid "MozRank"
2973
- msgstr ""
2974
-
2975
- #: ../admin/view/wp-slimstat-reports.php:1461
2976
- msgid ""
2977
- "MozRank of the URL, in a normalized 10-point score. MozRank represents a link "
2978
- "popularity score. It reflects the importance of any given web page on the "
2979
- "Internet."
2980
- msgstr ""
2981
-
2982
- #: ../admin/view/wp-slimstat-reports.php:1465
2983
- msgid "Equity Links"
2984
- msgstr ""
2985
 
2986
- #: ../admin/view/wp-slimstat-reports.php:1466
 
2987
  msgid ""
2988
- "Number of authority-passing links (including followed links and redirects, "
2989
- "internal or external) to your website. Set the permalink filter here above to "
2990
- "get the corresponding metrics in this report."
2991
  msgstr ""
 
2992
 
2993
- #: ../admin/view/wp-slimstat-reports.php:1470
2994
- msgid "Facebook Shares"
2995
- msgstr "Compartidas en Facebook"
2996
-
2997
- #: ../admin/view/wp-slimstat-reports.php:1475
2998
- msgid "Facebook Clicks"
2999
- msgstr "Clics en Facebook"
3000
-
3001
- #: ../admin/view/wp-slimstat-reports.php:1476
3002
- msgid "How many times links to your website have been clicked on Facebook."
3003
- msgstr "Cuántas veces se ha hecho clic en enlaces a su sitio en Facebook."
3004
-
3005
- #: ../admin/view/wp-slimstat-reports.php:1480
3006
  msgid "Alexa World Rank"
3007
  msgstr "Clasificación Mundial Alexa."
3008
 
3009
- #: ../admin/view/wp-slimstat-reports.php:1481
3010
  msgid ""
3011
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3012
  "traffic data."
@@ -3014,3453 +3002,5061 @@ msgstr ""
3014
  "Alexa es una compañía subsidiaria de Amazon.com que proporciona información "
3015
  "de tráfico de datos."
3016
 
3017
- #: ../admin/view/wp-slimstat-reports.php:1485
3018
  msgid "Alexa Country Rank"
3019
  msgstr "Clasificación por país Alexa"
3020
 
3021
- #: ../admin/view/wp-slimstat-reports.php:1490
3022
  msgid "Alexa Popularity"
3023
  msgstr "Popularidad Alexa"
3024
 
3025
- #: ../admin/view/wp-slimstat-reports.php:1549
3026
  msgid "Alexa Delta"
3027
  msgstr "Delta Alexa"
3028
 
3029
- # Unknown
3030
- #: ../admin/view/wp-slimstat-reports.php:1597
3031
- msgid "c-xx"
3032
- msgstr "Unknown"
3033
-
3034
- # Afghanistan
3035
- #: ../admin/view/wp-slimstat-reports.php:1597
3036
- msgid "c-af"
3037
- msgstr "Afghanistan"
3038
 
3039
- # Ã…land Islands
3040
- #: ../admin/view/wp-slimstat-reports.php:1597
3041
- msgid "c-ax"
3042
- msgstr "Åland Islands"
3043
 
3044
- # Albania
3045
- #: ../admin/view/wp-slimstat-reports.php:1597
3046
- msgid "c-al"
3047
- msgstr "Albania"
3048
 
3049
- # Algeria
3050
- #: ../admin/view/wp-slimstat-reports.php:1597
3051
- msgid "c-dz"
3052
- msgstr "Algeria"
3053
 
3054
- # Andorra
3055
- #: ../admin/view/wp-slimstat-reports.php:1597
3056
- msgid "c-ad"
3057
- msgstr "Andorra"
3058
 
3059
- # Angola
3060
- #: ../admin/view/wp-slimstat-reports.php:1597
3061
- msgid "c-ao"
3062
- msgstr "Angola"
3063
 
3064
- # Anguilla
3065
- #: ../admin/view/wp-slimstat-reports.php:1597
3066
- msgid "c-ai"
3067
- msgstr "Anguilla"
3068
 
3069
- # Antigua and Barbuda
3070
- #: ../admin/view/wp-slimstat-reports.php:1597
3071
- msgid "c-ag"
3072
- msgstr "Antigua and Barbuda"
3073
 
3074
- # Argentina
3075
- #: ../admin/view/wp-slimstat-reports.php:1597
3076
- msgid "c-ar"
3077
- msgstr "Argentina"
3078
 
3079
- # Armenia
3080
- #: ../admin/view/wp-slimstat-reports.php:1597
3081
- msgid "c-am"
3082
- msgstr "Armenia"
3083
 
3084
- # Aruba
3085
- #: ../admin/view/wp-slimstat-reports.php:1597
3086
- msgid "c-aw"
3087
- msgstr "Aruba"
3088
 
3089
- # Australia
3090
- #: ../admin/view/wp-slimstat-reports.php:1597
3091
- msgid "c-au"
3092
- msgstr "Australia"
3093
 
3094
- # Austria
3095
- #: ../admin/view/wp-slimstat-reports.php:1597
3096
- msgid "c-at"
3097
- msgstr "Austria"
3098
 
3099
- # Azerbaijan
3100
- #: ../admin/view/wp-slimstat-reports.php:1597
3101
- msgid "c-az"
3102
- msgstr "Azerbaijan"
3103
 
3104
- # Bahamas
3105
- #: ../admin/view/wp-slimstat-reports.php:1597
3106
- msgid "c-bs"
3107
- msgstr "Bahamas"
3108
 
3109
- # Bahrain
3110
- #: ../admin/view/wp-slimstat-reports.php:1597
3111
- msgid "c-bh"
3112
- msgstr "Bahrain"
3113
 
3114
- # Bangladesh
3115
- #: ../admin/view/wp-slimstat-reports.php:1597
3116
- msgid "c-bd"
3117
- msgstr "Bangladesh"
3118
 
3119
- # Barbados
3120
- #: ../admin/view/wp-slimstat-reports.php:1597
3121
- msgid "c-bb"
3122
- msgstr "Barbados"
3123
 
3124
- # Belarus
3125
- #: ../admin/view/wp-slimstat-reports.php:1597
3126
- msgid "c-by"
3127
- msgstr "Belarus"
3128
 
3129
- # Belgium
3130
- #: ../admin/view/wp-slimstat-reports.php:1597
3131
- msgid "c-be"
3132
- msgstr "Belgium"
3133
 
3134
- # Belize
3135
- #: ../admin/view/wp-slimstat-reports.php:1597
3136
- msgid "c-bz"
3137
- msgstr "Belize"
3138
 
3139
- # Benin
3140
- #: ../admin/view/wp-slimstat-reports.php:1597
3141
- msgid "c-bj"
3142
- msgstr "Benin"
3143
 
3144
- # Bermuda
3145
- #: ../admin/view/wp-slimstat-reports.php:1597
3146
- msgid "c-bm"
3147
- msgstr "Bermuda"
3148
 
3149
- # Bhutan
3150
- #: ../admin/view/wp-slimstat-reports.php:1597
3151
- msgid "c-bt"
3152
- msgstr "Bhutan"
3153
 
3154
- # Bolivia
3155
- #: ../admin/view/wp-slimstat-reports.php:1597
3156
- msgid "c-bo"
3157
- msgstr "Bolivia"
3158
 
3159
- # Bosnia and Herzegovina
3160
- #: ../admin/view/wp-slimstat-reports.php:1597
3161
- msgid "c-ba"
3162
- msgstr "Bosnia and Herzegovina"
3163
 
3164
- # Botswana
3165
- #: ../admin/view/wp-slimstat-reports.php:1597
3166
- msgid "c-bw"
3167
- msgstr "Botswana"
 
 
 
 
 
 
 
3168
 
3169
- # Brazil
3170
- #: ../admin/view/wp-slimstat-reports.php:1597
3171
- msgid "c-br"
3172
- msgstr "Brazil"
3173
 
3174
- # Brunei Darussalam
3175
- #: ../admin/view/wp-slimstat-reports.php:1597
3176
- msgid "c-bn"
3177
- msgstr "Brunei Darussalam"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: WP Slimstat\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-10 15:35-0400\n"
6
+ "PO-Revision-Date: 2019-06-10 15:35-0400\n"
7
  "Last-Translator: kemie <kemieg@gmail.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 2.2.3\n"
17
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
  "X-Poedit-SearchPathExcluded-0: ../admin/update-checker\n"
194
  "de tiempo. "
195
 
196
  #: ../admin/config/index.php:98 ../admin/view/wp-slimstat-db.php:115
197
+ #: ../admin/view/wp-slimstat-db.php:1143 ../admin/view/wp-slimstat-db.php:1149
198
+ #: ../admin/view/wp-slimstat-db.php:1155 ../admin/view/wp-slimstat-db.php:1161
199
+ #: ../admin/view/wp-slimstat-db.php:1167 ../admin/view/wp-slimstat-db.php:1173
200
+ #: ../admin/view/wp-slimstat-db.php:1179
201
+ #: ../admin/view/wp-slimstat-reports.php:1176
202
+ #: ../admin/view/wp-slimstat-reports.php:1180
203
+ #: ../admin/view/wp-slimstat-reports.php:1383
204
  #, fuzzy
205
  msgid "Hits"
206
  msgstr "Visitas"
255
  "Las entradas registradas en o antes del %s se eliminarán de forma permanente."
256
 
257
  #: ../admin/config/index.php:102 ../admin/view/wp-slimstat-db.php:102
258
+ #: ../admin/view/wp-slimstat-db.php:692
259
  msgid "days"
260
  msgstr "dias"
261
 
474
  "¿Cuántos segundos debe durar una sesión humana en su sitio? Google Analytics "
475
  "lo establece en 1.800 segundos."
476
 
477
+ #: ../admin/config/index.php:126 ../admin/config/index.php:189
478
  msgid "seconds"
479
  msgstr "Segundos"
480
 
776
  "content type matches the ones you set here below."
777
  msgstr ""
778
 
779
+ #: ../admin/config/index.php:170 ../admin/config/index.php:206
780
  #, fuzzy
781
  msgid "Reports"
782
  msgstr "Informes"
879
  "and performance problems."
880
  msgstr ""
881
 
882
+ #: ../admin/config/index.php:183 ../admin/config/index.php:190
 
 
 
 
 
 
 
 
 
883
  msgid "Rows to Display"
884
  msgstr "Filas que mostrar"
885
 
886
+ #: ../admin/config/index.php:183
887
  msgid "Specify the number of items in each report."
888
  msgstr "Especifique el número de elementos en cada informe."
889
 
890
+ #: ../admin/config/index.php:184 ../admin/view/wp-slimstat-db.php:127
891
  #, fuzzy
892
  msgid "Max Results"
893
  msgstr "Limitar Resultados"
894
 
895
+ #: ../admin/config/index.php:184
896
  msgid ""
897
  "Decide how many records should be retrieved from the database in total. "
898
  "Depending on your server configuration, you may want to fine tune this value "
899
  "to avoid exceeding your PHP memory limit."
900
  msgstr ""
901
 
902
+ #: ../admin/config/index.php:185
903
  msgid "IP Lookup"
904
  msgstr "Búsqueda de IP"
905
 
906
+ #: ../admin/config/index.php:185
907
  #, fuzzy
908
  #| msgid "Customize the Geolocation service to be used in the reports."
909
  msgid ""
912
  msgstr ""
913
  "Personalizar el servicio de Geolocalización de ser utilizado en los informes."
914
 
915
+ #: ../admin/config/index.php:186
916
  msgid "Comparison Chart"
917
  msgstr ""
918
 
919
+ #: ../admin/config/index.php:186
920
  msgid ""
921
  "Disable this option if you find the four line charts confusing, and prefer "
922
  "seeing only the selected time range."
923
  msgstr ""
924
 
925
+ #: ../admin/config/index.php:188
926
  msgid "Access Log and World Map"
927
  msgstr ""
928
 
929
+ #: ../admin/config/index.php:189
930
  msgid "Auto Refresh"
931
  msgstr ""
932
 
933
+ #: ../admin/config/index.php:189
934
  msgid ""
935
  "Enable the Live View, which refreshes the Access Log every X seconds. Enter "
936
  "<strong>0</strong> (number zero) to deactivate this feature."
937
  msgstr ""
938
 
939
+ #: ../admin/config/index.php:190
940
  msgid "Specify the number of items in the Access Log."
941
  msgstr ""
942
 
943
+ #: ../admin/config/index.php:191
944
  msgid "Map Data Points"
945
  msgstr ""
946
 
947
+ #: ../admin/config/index.php:191
948
  msgid ""
949
  "Customize the maximum number of dots displayed on the world map. Please note "
950
  "that large numbers might increase the amount of time needed to render the map."
951
  msgstr ""
952
 
953
+ #: ../admin/config/index.php:193
954
  msgid "Miscellaneous"
955
  msgstr "Varios"
956
 
957
+ #: ../admin/config/index.php:194
958
  msgid "Custom CSS"
959
  msgstr "CSS personalizado"
960
 
961
+ #: ../admin/config/index.php:194
962
  #, fuzzy
963
  msgid ""
964
  "Paste here your custom stylesheet to personalize the way your reports look. "
972
  "target='_blank'> Compruebe la FAQ </a> para obtener más información sobre "
973
  "cómo utilizar esta funcionalidad."
974
 
975
+ #: ../admin/config/index.php:195
976
  msgid "Chart Colors"
977
  msgstr "Colores de gráfica"
978
 
979
+ #: ../admin/config/index.php:195
980
  msgid ""
981
  "Customize the look and feel of your charts by assigning personalized colors "
982
  "to each metric. List 4 hex colors, strictly in the following order: metric 1 "
984
  "<code>#ccc, #999, #bbcc44, #21759b</code>."
985
  msgstr ""
986
 
987
+ #: ../admin/config/index.php:196
988
  msgid "Mozscape Access ID"
989
  msgstr "ID de acceso de Mozscape"
990
 
991
+ #: ../admin/config/index.php:196
992
  msgid ""
993
  "Get accurate rankings for your website through the free <a href=\"https://moz."
994
  "com/community/join?redirect=/products/api/keys\" target=\"_blank\">Mozscape "
996
  "enter your personal identification code here."
997
  msgstr ""
998
 
999
+ #: ../admin/config/index.php:197
1000
  msgid "Mozscape Secret Key"
1001
  msgstr "Clave secreta de de Mozscape"
1002
 
1003
+ #: ../admin/config/index.php:197
1004
  msgid ""
1005
  "Do not share your secret key with anyone or they will be able to make API "
1006
  "requests on your account!"
1007
  msgstr ""
1008
 
1009
+ #: ../admin/config/index.php:198
1010
  msgid "Show User Agent"
1011
  msgstr "Mostrar agente de usuario"
1012
 
1013
+ #: ../admin/config/index.php:198
1014
  #, fuzzy
1015
  #| msgid ""
1016
  #| "Choose if you want to see the browser name or a complete user agent string "
1022
  "Seleccione si desea ver el nombre del navegador o una cadena completa de "
1023
  "agente de usuario al pasar el cursor sobre los iconos del navegador."
1024
 
1025
+ #: ../admin/config/index.php:199
1026
  msgid "Enable SOV"
1027
  msgstr "Habilitar SOV"
1028
 
1029
+ #: ../admin/config/index.php:199
1030
  msgid ""
1031
  "In linguistic typology, a subject-object-verb (SOV) language is one in which "
1032
  "the subject, object, and verb of a sentence appear in that order, like in "
1033
  "Japanese."
1034
  msgstr ""
1035
 
1036
+ #: ../admin/config/index.php:204
1037
  msgid "Access Control"
1038
  msgstr "Control de acceso"
1039
 
1040
+ #: ../admin/config/index.php:207
1041
  msgid "Restrict Authors"
1042
  msgstr "Restringir autores"
1043
 
1044
+ #: ../admin/config/index.php:207
1045
  #, fuzzy
1046
  msgid ""
1047
  "Enable this option if you want your authors to only see stats related to "
1050
  "Habilite esta opción si desea que sus autores sólo vean las estadísticas "
1051
  "relacionadas con su propio contenido"
1052
 
1053
+ #: ../admin/config/index.php:208 ../admin/config/index.php:212
1054
+ #: ../admin/config/index.php:216
1055
  msgid "Capability"
1056
  msgstr "Capacidad"
1057
 
1058
+ #: ../admin/config/index.php:208
1059
  #, fuzzy
1060
  msgid ""
1061
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1062
+ "capabilities/' target='_new'>capability</a> needed to access the reports "
1063
+ "(default: <code>manage_options</code>). If this field is empty, <strong>all "
1064
+ "your users</strong> (including subscribers) will have access to the reports, "
1065
+ "unless a 'Read access' whitelist has been specified here below. In this case, "
1066
+ "the list has precedence over the capability."
1067
  msgstr ""
1068
  "Especifique la mínima <a href='http://codex.wordpress.org/"
1069
  "Roles_and_Capabilities' target='_new'>capability</a> que se necesita para "
1073
  "'Acceso de lectura' aquí abajo. En este caso, la lista tiene prioridad sobre "
1074
  "la capacidad."
1075
 
1076
+ #: ../admin/config/index.php:209 ../admin/config/index.php:213
1077
+ #: ../admin/config/index.php:217
1078
  msgid "Whitelist"
1079
  msgstr "Lista blanca"
1080
 
1081
+ #: ../admin/config/index.php:209
1082
  #, fuzzy
1083
  msgid ""
1084
  "List all the users who should have access to the reports. Administrators are "
1090
  "necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
1091
  "mayúsculas y minúsculasdefecto."
1092
 
1093
+ #: ../admin/config/index.php:211
1094
  #, fuzzy
1095
  #| msgid "Customize"
1096
  msgid "Customizer"
1097
  msgstr "Personalizar"
1098
 
1099
+ #: ../admin/config/index.php:212
1100
  #, fuzzy
1101
  msgid ""
1102
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1103
+ "capabilities/' target='_new'>capability</a> needed to be able to customize "
1104
+ "the reports layout (default: <code>manage_options</code>). If this field is "
1105
+ "empty, your users will be permitted to use this features."
1106
  msgstr ""
1107
  "Especifique la mínima <a href='http://codex.wordpress.org/"
1108
  "Roles_and_Capabilities' target='_new'>capacidad</a> necesaria para "
1110
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
1111
  "específicos."
1112
 
1113
+ #: ../admin/config/index.php:213
1114
  #, fuzzy
1115
  msgid ""
1116
  "List all the users who should be allowed to customize their report layout. "
1122
  "necesario enumerarlos aquí. Los nombres de usuario distinguen entre "
1123
  "mayúsculas y minúsculasdefecto."
1124
 
1125
+ #: ../admin/config/index.php:215 ../admin/config/index.php:243
1126
+ #: ../admin/wp-slimstat-admin.php:607 ../admin/wp-slimstat-admin.php:653
1127
+ #: ../admin/wp-slimstat-admin.php:656
1128
  msgid "Settings"
1129
  msgstr "Opciones"
1130
 
1131
+ #: ../admin/config/index.php:216
1132
  #, fuzzy
1133
  msgid ""
1134
+ "Specify the minimum <a href='https://wordpress.org/support/article/roles-and-"
1135
+ "capabilities/' target='_new'>capability</a> required to configure Slimstat "
1136
+ "(default: <code>manage_options</code>). The whitelist here below can be used "
1137
+ "to override this option for specific users."
1138
  msgstr ""
1139
  "Especifique la mínima <a href='http://codex.wordpress.org/"
1140
  "Roles_and_Capabilities' target='_new'>capacidad</a> necesaria para "
1142
  "blanca de aquí abajo se puede utilizar para anular esta opción para usuarios "
1143
  "específicos."
1144
 
1145
+ #: ../admin/config/index.php:217
1146
  #, fuzzy
1147
  msgid ""
1148
  "List all the users who can edit these options. Please be advised that admins "
1154
  "implícitamente permitidos, así que ¡no se olvide de incluirse a si mismo! "
1155
  "Los nombres de usuario distinguen entre mayúsculas y minúsculas."
1156
 
1157
+ #: ../admin/config/index.php:219
1158
  msgid "Rest API"
1159
  msgstr ""
1160
 
1161
+ #: ../admin/config/index.php:220
1162
  msgid "Tokens"
1163
  msgstr ""
1164
 
1165
+ #: ../admin/config/index.php:220
1166
  msgid ""
1167
  "In order to send requests to <a href='https://slimstat.freshdesk.com/support/"
1168
  "solutions/articles/12000033661-slimstat-rest-api' target='_blank'>the "
1174
  "target='_blank'>RandomKeyGen.com</a> to generate unique secure tokens."
1175
  msgstr ""
1176
 
1177
+ #: ../admin/config/index.php:225
1178
  msgid "Maintenance"
1179
  msgstr "Mantenimiento"
1180
 
1181
+ #: ../admin/config/index.php:230 ../admin/view/addons.php:35
1182
  #: ../admin/wp-slimstat-admin.php:62
1183
  msgid "Add-ons"
1184
  msgstr "Plugins"
1185
 
1186
+ #: ../admin/config/index.php:244 ../admin/view/index.php:6
1187
  msgid ""
1188
  "<strong>AdBlock browser extension detected</strong> - If you see this notice, "
1189
  "it means that your browser is not loading our stylesheet and/or Javascript "
1528
  msgstr ""
1529
 
1530
  #: ../admin/config/maintenance.php:291
1531
+ #, php-format
1532
+ msgid "Your data file was last downloaded on <strong>%s</strong>"
1533
  msgstr ""
1534
 
1535
  #: ../admin/config/maintenance.php:299
1690
  msgid "Load"
1691
  msgstr "Cargar"
1692
 
1693
+ #: ../admin/view/index.php:61 ../admin/view/wp-slimstat-db.php:889
1694
  msgid "Today"
1695
  msgstr "Hoy"
1696
 
1697
+ #: ../admin/view/index.php:62 ../admin/view/wp-slimstat-db.php:892
1698
  msgid "Yesterday"
1699
  msgstr "Ayer"
1700
 
1704
 
1705
  #: ../admin/view/index.php:64
1706
  #, fuzzy
1707
+ #| msgid "Last 5 minutes"
1708
+ msgid "Last 4 weeks"
1709
+ msgstr "Últimos 5 minutos"
1710
 
1711
  #: ../admin/view/index.php:65
1712
+ msgid "Last 12 weeks"
1713
+ msgstr ""
1714
 
1715
  #: ../admin/view/index.php:66
1716
  #, fuzzy
1717
+ #| msgid "Year"
1718
+ msgid "Last Year"
1719
+ msgstr "Año"
1720
 
1721
  #: ../admin/view/index.php:69
1722
  msgid "Date Range"
1803
  "corresponding report is currently hidden (Screen Options tab)."
1804
  msgstr ""
1805
 
1806
+ #: ../admin/view/layout.php:69 ../admin/view/wp-slimstat-reports.php:1738
1807
  msgid "Reset All"
1808
  msgstr "Resetear todos"
1809
 
1835
  msgid "Syndication Reader"
1836
  msgstr "Lector de Sindicación"
1837
 
1838
+ #: ../admin/view/right-now.php:74 ../admin/view/wp-slimstat-reports.php:1030
1839
+ #: ../admin/view/wp-slimstat-reports.php:1240
1840
+ #: ../admin/view/wp-slimstat-reports.php:1362
1841
+ #: ../admin/view/wp-slimstat-reports.php:1407
1842
  msgid "No data to display"
1843
  msgstr "No hay datos que mostrar"
1844
 
1845
+ #: ../admin/view/right-now.php:115
1846
  #, fuzzy
1847
  msgid "Date and Time"
1848
  msgstr "Fecha/Hora"
1849
 
1850
+ #: ../admin/view/right-now.php:184 ../admin/view/wp-slimstat-db.php:60
1851
+ #: ../admin/wp-slimstat-admin.php:1112 ../admin/wp-slimstat-admin.php:1152
 
 
 
 
 
 
1852
  msgid "Originating IP"
1853
  msgstr "IP de Origen"
1854
 
1855
+ #: ../admin/view/right-now.php:215 ../admin/view/wp-slimstat-reports.php:1191
1856
+ #: ../admin/view/wp-slimstat-reports.php:1196
1857
+ #: ../admin/view/wp-slimstat-reports.php:1201
1858
+ #: ../admin/view/wp-slimstat-reports.php:1425
1859
  msgid "Open this URL in a new window"
1860
  msgstr "Abrir este URL en una nueva ventana"
1861
 
1862
+ #: ../admin/view/right-now.php:227
1863
  msgid "Local search results page"
1864
  msgstr "Página de resultados de búsqueda local"
1865
 
1866
+ #: ../admin/view/right-now.php:236 ../admin/view/wp-slimstat-db.php:40
1867
  #: ../admin/view/wp-slimstat-reports.php:209
1868
+ #: ../admin/view/wp-slimstat-reports.php:219 ../admin/wp-slimstat-admin.php:1115
1869
+ #: ../admin/wp-slimstat-admin.php:1131
1870
  msgid "Search Terms"
1871
  msgstr "Términos de búsqueda"
1872
 
1873
+ #: ../admin/view/right-now.php:248
1874
  msgid "Server Latency and Page Speed in milliseconds"
1875
  msgstr "Latencia del servidor y velocidad de página en milisegundos"
1876
 
1877
+ #: ../admin/view/right-now.php:248
1878
  msgid "SL"
1879
  msgstr ""
1880
 
1881
+ #: ../admin/view/right-now.php:248
1882
  msgid "PS"
1883
  msgstr ""
1884
 
1885
+ #: ../admin/view/right-now.php:255
1886
  msgid "Time spent on this page"
1887
  msgstr "Tiempo pasado en esta página"
1888
 
1889
+ #: ../admin/view/right-now.php:271
1890
  #, fuzzy
1891
  #| msgid "Unique Referrers"
1892
  msgid "Invalid Referrer"
1893
  msgstr "Referentes únicos"
1894
 
1895
+ #: ../admin/view/right-now.php:272
1896
  #, fuzzy
1897
  msgid "Open this referrer in a new window"
1898
  msgstr "Abrir referido en una nueva página"
1899
 
1900
+ #: ../admin/view/right-now.php:273
1901
  msgid "Content Type"
1902
  msgstr "Tipo de contenido"
1903
 
1904
+ #: ../admin/view/right-now.php:280
1905
  msgid "Open this outbound link in a new window"
1906
  msgstr "Abrir enlace externo en una nueva ventana"
1907
 
1908
+ #: ../admin/view/right-now.php:288
1909
  msgid "Delete this entry from the database"
1910
  msgstr ""
1911
 
1912
+ #: ../admin/view/right-now.php:300
1913
  msgid "User Logged In"
1914
  msgstr "Usuario registrado"
1915
 
1916
+ #: ../admin/view/right-now.php:310
1917
  msgid "User Logged Out"
1918
  msgstr "Usuario no registrado"
1919
 
1920
+ #: ../admin/view/wp-slimstat-db.php:37 ../admin/wp-slimstat-admin.php:1128
1921
  msgid "Browser"
1922
  msgstr "Navegador"
1923
 
1924
+ #: ../admin/view/wp-slimstat-db.php:38 ../admin/wp-slimstat-admin.php:1129
1925
  msgid "Country Code"
1926
  msgstr "Código de Pais"
1927
 
1929
  msgid "IP Address"
1930
  msgstr "Dirección IP"
1931
 
1932
+ #: ../admin/view/wp-slimstat-db.php:41 ../admin/wp-slimstat-admin.php:1132
1933
  msgid "Language Code"
1934
  msgstr "Código de Idioma"
1935
 
1936
  #: ../admin/view/wp-slimstat-db.php:42 ../admin/view/wp-slimstat-db.php:110
1937
+ #: ../admin/wp-slimstat-admin.php:1133
1938
  msgid "Operating System"
1939
  msgstr "Sistema Operativo"
1940
 
1941
  #: ../admin/view/wp-slimstat-db.php:43 ../admin/view/wp-slimstat-db.php:111
1942
+ #: ../admin/wp-slimstat-admin.php:1134
1943
  msgid "Permalink"
1944
  msgstr "Enlace Permanente"
1945
 
1946
  #: ../admin/view/wp-slimstat-db.php:44 ../admin/view/wp-slimstat-db.php:112
1947
+ #: ../admin/wp-slimstat-admin.php:1135
1948
  msgid "Referer"
1949
  msgstr "Referido"
1950
 
1952
  msgid "Visitor's Username"
1953
  msgstr "Nombre del usuario del visitante"
1954
 
1955
+ #: ../admin/view/wp-slimstat-db.php:46
1956
+ #, fuzzy
1957
+ #| msgid "Visitor's Name"
1958
+ msgid "Visitor's Email"
1959
+ msgstr "Nombre del visitante"
1960
+
1961
+ #: ../admin/view/wp-slimstat-db.php:47 ../admin/wp-slimstat-admin.php:1118
1962
  msgid "Outbound Link"
1963
  msgstr "Enlace Saliente"
1964
 
1965
+ #: ../admin/view/wp-slimstat-db.php:48
1966
  msgid "Page Speed"
1967
  msgstr "Velocidad de página"
1968
 
1969
+ #: ../admin/view/wp-slimstat-db.php:50
1970
  msgid "-- Advanced filters --"
1971
  msgstr "-- Filtros Avanzados --"
1972
 
1973
+ #: ../admin/view/wp-slimstat-db.php:51 ../admin/wp-slimstat-admin.php:1147
 
 
 
 
1974
  #, fuzzy
1975
  msgid "Browser Version"
1976
  msgstr "Versión del Navegador"
1977
 
1978
+ #: ../admin/view/wp-slimstat-db.php:52 ../admin/wp-slimstat-admin.php:1148
1979
  #, fuzzy
1980
  msgid "Browser Type"
1981
  msgstr "Navegador"
1982
 
1983
+ #: ../admin/view/wp-slimstat-db.php:53 ../admin/wp-slimstat-admin.php:1117
1984
  msgid "User Agent"
1985
  msgstr "Agente de usuario"
1986
 
1987
  #: ../admin/view/wp-slimstat-db.php:55
1988
+ #: ../admin/view/wp-slimstat-reports.php:1380
1989
  msgid "Coordinates"
1990
  msgstr "Coordenadas"
1991
 
1997
  msgid "Server Latency"
1998
  msgstr "Latencia del servidor"
1999
 
2000
+ #: ../admin/view/wp-slimstat-db.php:58 ../admin/wp-slimstat-admin.php:1150
2001
  msgid "Post Author"
2002
  msgstr "Autor de la entrada(sección)"
2003
 
2004
+ #: ../admin/view/wp-slimstat-db.php:59 ../admin/wp-slimstat-admin.php:1151
2005
  msgid "Post Category ID"
2006
  msgstr "ID de la entrada(sección) de la Categoria"
2007
 
2008
+ #: ../admin/view/wp-slimstat-db.php:61 ../admin/wp-slimstat-admin.php:1153
2009
  msgid "Resource Content Type"
2010
  msgstr "Tipo de contenido del recusro"
2011
 
2025
  msgid "Viewport Size"
2026
  msgstr "Tamaño de ventana"
2027
 
2028
+ #: ../admin/view/wp-slimstat-db.php:66 ../admin/wp-slimstat-admin.php:1155
2029
  msgid "Visit ID"
2030
  msgstr "ID de Visitas"
2031
 
2084
  msgstr "ID evento"
2085
 
2086
  #: ../admin/view/wp-slimstat-db.php:123
2087
+ #: ../admin/view/wp-slimstat-reports.php:1376
2088
  msgid "Type"
2089
  msgstr "Tipo"
2090
 
2100
  msgid "Offset"
2101
  msgstr "Distancia"
2102
 
2103
+ #: ../admin/view/wp-slimstat-db.php:675
2104
  #, fuzzy
2105
  msgid "Dataset Size"
2106
  msgstr "Tamaño de los Datos"
2107
 
2108
+ #: ../admin/view/wp-slimstat-db.php:677
2109
  msgid "Total number of records stored in the database."
2110
  msgstr "Número total de registros en la BD"
2111
 
2112
+ #: ../admin/view/wp-slimstat-db.php:679
2113
  msgid "DB Size"
2114
  msgstr "Tamaño de la BD"
2115
 
2116
+ #: ../admin/view/wp-slimstat-db.php:682
2117
  msgid "Tracking Enabled"
2118
  msgstr "Rastreo Activo"
2119
 
2120
+ #: ../admin/view/wp-slimstat-db.php:685
2121
  msgid "Javascript Mode"
2122
  msgstr "Modo Javascript"
2123
 
2124
+ #: ../admin/view/wp-slimstat-db.php:688
2125
  msgid "Tracking Browser Caps"
2126
  msgstr "Caps para rastreo de Navegador"
2127
 
2128
+ #: ../admin/view/wp-slimstat-db.php:691
2129
  msgid "Auto purge"
2130
  msgstr "Autopurgar"
2131
 
2132
+ #: ../admin/view/wp-slimstat-db.php:692 ../admin/wp-slimstat-admin.php:972
2133
  #, fuzzy
2134
  msgid "Off"
2135
  msgstr "Apagado"
2136
 
2137
+ #: ../admin/view/wp-slimstat-db.php:694
2138
  msgid "Oldest pageview"
2139
  msgstr "Visita más antigua"
2140
 
2141
+ #: ../admin/view/wp-slimstat-db.php:695
2142
  msgid "No visits"
2143
  msgstr "Sin visitas"
2144
 
2145
+ #: ../admin/view/wp-slimstat-db.php:697
2146
  msgid "Geolocation"
2147
  msgstr "Geolocalización"
2148
 
2149
+ #: ../admin/view/wp-slimstat-db.php:699
2150
  msgid "Date when the MaxMind Geolocation database was last updated."
2151
  msgstr ""
2152
 
2153
+ #: ../admin/view/wp-slimstat-db.php:867 ../admin/view/wp-slimstat-db.php:1100
2154
  #: ../admin/view/wp-slimstat-reports.php:45
2155
  #: ../admin/view/wp-slimstat-reports.php:54
2156
  msgid "Pageviews"
2157
  msgstr "Paginas visitadas"
2158
 
2159
+ #: ../admin/view/wp-slimstat-db.php:869 ../admin/view/wp-slimstat-db.php:1102
2160
  #, fuzzy
2161
  msgid ""
2162
  "A request to load a single HTML file. Slimstat logs a \"pageview\" each time "
2165
  "Una petición para cargar un archivo HTML único. WP SlimStat registra un "
2166
  "\"pageview\" cada vez que se ejecuta el código de rastreo."
2167
 
2168
+ #: ../admin/view/wp-slimstat-db.php:871
2169
  msgid "Days in Range"
2170
  msgstr "Días en rango"
2171
 
2172
+ #: ../admin/view/wp-slimstat-db.php:874
2173
  msgid "Average Daily Pageviews"
2174
  msgstr "Promedio Paginas Visitadas diarias"
2175
 
2176
+ #: ../admin/view/wp-slimstat-db.php:876
2177
  #, fuzzy
2178
  msgid ""
2179
  "How many pages have been visited on average every day during the current "
2180
  "period."
2181
  msgstr "Cuántas páginas se han visitado en promedio durante el período actual."
2182
 
2183
+ #: ../admin/view/wp-slimstat-db.php:878
2184
  msgid "From Search Results"
2185
  msgstr "De resultados de búsqueda"
2186
 
2187
+ #: ../admin/view/wp-slimstat-db.php:880
2188
  msgid ""
2189
  "Visitors who landed on your site after searching for a keyword on Google, "
2190
  "Yahoo, etc."
2192
  "Visitantes que han llegado a su sitio después de buscar una palabra clave en "
2193
  "Google, yahoo, etc."
2194
 
2195
+ #: ../admin/view/wp-slimstat-db.php:882 ../admin/view/wp-slimstat-db.php:1214
2196
  #: ../admin/view/wp-slimstat-reports.php:55
2197
  #: ../admin/view/wp-slimstat-reports.php:252
2198
  #: ../admin/view/wp-slimstat-reports.php:493
2199
  msgid "Unique IPs"
2200
  msgstr "IPs Unicas"
2201
 
2202
+ #: ../admin/view/wp-slimstat-db.php:884
2203
  msgid ""
2204
  "Used to differentiate between multiple requests to download a file from one "
2205
  "internet address (IP) and requests originating from many distinct addresses"
2208
  "desde una dirección de internet (IP) y peticiones que se originan en muchas "
2209
  "diferentes direcciones"
2210
 
2211
+ #: ../admin/view/wp-slimstat-db.php:886
2212
  msgid "Last 30 minutes"
2213
  msgstr "Últimos 30 minutos"
2214
 
2215
+ #: ../admin/view/wp-slimstat-db.php:1104
2216
  msgid "Unique Referrers"
2217
  msgstr "Referentes únicos"
2218
 
2219
+ #: ../admin/view/wp-slimstat-db.php:1106
2220
  msgid ""
2221
  "A referrer (or referring site) is the site that a visitor previously visited "
2222
  "before following a link to your site."
2224
  "Un sitio referente (o que refiere) es el sitio al cual el visitante tuvo "
2225
  "acceso antes de seguir un enlace a su sitio."
2226
 
2227
+ #: ../admin/view/wp-slimstat-db.php:1108
2228
  msgid "Direct Pageviews"
2229
  msgstr "Paginas visitadas directas"
2230
 
2231
+ #: ../admin/view/wp-slimstat-db.php:1110
2232
  msgid ""
2233
  "Visitors who visited the site by typing the URL directly into their browser. "
2234
  "<em>Direct</em> can also refer to the visitors who clicked on the links from "
2240
  "hicieron clic en sus favoritos, usaron etiquetas de enlaces en emails, o "
2241
  "enlaces de documentos que no incluyen variables de rastreo."
2242
 
2243
+ #: ../admin/view/wp-slimstat-db.php:1112
2244
  msgid "From a search result"
2245
  msgstr "Desde un resultado de búsqueda"
2246
 
2247
+ #: ../admin/view/wp-slimstat-db.php:1114
2248
  msgid ""
2249
  "Visitors who came to your site via searches on Google or some other search "
2250
  "engine."
2252
  "Visitantes que llegaron a su sitio después de buscar una palabra clave en "
2253
  "Google, yahoo, etc."
2254
 
2255
+ #: ../admin/view/wp-slimstat-db.php:1116
2256
  msgid "Unique Landing Pages"
2257
  msgstr "Páginas destino únicas"
2258
 
2259
+ #: ../admin/view/wp-slimstat-db.php:1118
2260
  msgid ""
2261
  "The first page that a user views during a session. This is also known as the "
2262
  "<em>entrance page</em>. For example, if they search for 'Brooklyn Office "
2268
  "Brooklyn,” y llegan a su página de inicio, se cuenta (para esa visita) como "
2269
  "página de entrada."
2270
 
2271
+ #: ../admin/view/wp-slimstat-db.php:1120
2272
  msgid "Bounce Pages"
2273
  msgstr "Páginas rebote"
2274
 
2275
+ #: ../admin/view/wp-slimstat-db.php:1122
2276
  #, fuzzy
2277
  msgid "Number of single page visits to your site over the selected period."
2278
  msgstr "Número de visitas a una página en el período seleccionado."
2279
 
2280
+ #: ../admin/view/wp-slimstat-db.php:1124
2281
  msgid "New Visitors Rate"
2282
  msgstr "Proporción visitantes nuevos"
2283
 
2284
+ #: ../admin/view/wp-slimstat-db.php:1126
2285
  #, fuzzy
2286
  msgid ""
2287
  "Percentage of single page visits, i.e. visits in which the person left your "
2290
  "Porcentaje de visitas de una página, p. ej. visitas en las cuales la persona "
2291
  "dejó su sitio desde la página de entrada."
2292
 
2293
+ #: ../admin/view/wp-slimstat-db.php:1128
2294
  msgid "Currently from search engines"
2295
  msgstr "Actualmente de Motores de Búsqueda"
2296
 
2297
+ #: ../admin/view/wp-slimstat-db.php:1130
2298
  msgid ""
2299
  "Visitors who visited the site in the last 5 minutes coming from a search "
2300
  "engine."
2302
  "Visitantes que visitaron el sitio en los últimos 5 minutos y vienen de un "
2303
  "motor de búsqueda."
2304
 
2305
+ #: ../admin/view/wp-slimstat-db.php:1141
2306
  msgid "0 - 30 seconds"
2307
  msgstr "0 - 30 segundos"
2308
 
2309
+ #: ../admin/view/wp-slimstat-db.php:1147
2310
  msgid "31 - 60 seconds"
2311
  msgstr "31 - 60 segundos"
2312
 
2313
+ #: ../admin/view/wp-slimstat-db.php:1153
2314
  msgid "1 - 3 minutes"
2315
  msgstr "1 - 3 minutos"
2316
 
2317
+ #: ../admin/view/wp-slimstat-db.php:1159
2318
  msgid "3 - 5 minutes"
2319
  msgstr "3 - 5 minutos"
2320
 
2321
+ #: ../admin/view/wp-slimstat-db.php:1165
2322
  msgid "5 - 7 minutes"
2323
  msgstr "5 - 7 minutos"
2324
 
2325
+ #: ../admin/view/wp-slimstat-db.php:1171
2326
  msgid "7 - 10 minutes"
2327
  msgstr "7 - 10 minutos"
2328
 
2329
+ #: ../admin/view/wp-slimstat-db.php:1177
2330
  msgid "More than 10 minutes"
2331
  msgstr "Más de 10 minutos"
2332
 
2333
+ #: ../admin/view/wp-slimstat-db.php:1189
2334
  msgid "Average visit duration"
2335
  msgstr "Duración promedio visitas"
2336
 
2337
+ #: ../admin/view/wp-slimstat-db.php:1210
2338
+ #, fuzzy
2339
+ msgid "Sessions"
2340
+ msgstr "Enlace Permanente"
2341
 
2342
+ #: ../admin/view/wp-slimstat-db.php:1212
2343
+ #, fuzzy
2344
+ #| msgid ""
2345
+ #| "A visit is a session of at most 30 minutes. Returning visitors are counted "
2346
+ #| "multiple times if they perform multiple visits."
2347
  msgid ""
2348
+ "A session is a group of visits lasting at most 30 minutes. Returning visitors "
2349
+ "are counted multiple times if they start a new session."
2350
  msgstr ""
2351
  "Una visita es una sesión de máximo 30 minutos. Los visitantes recurrentes se "
2352
  "cuentan múltiples veces si llevan a cabo múltiples visitas."
2353
 
2354
+ #: ../admin/view/wp-slimstat-db.php:1216
2355
  msgid "It includes only traffic generated by human visitors."
2356
  msgstr "Incluye sólo tráfico generado por visitantes humanos."
2357
 
2358
+ #: ../admin/view/wp-slimstat-db.php:1218
2359
  msgid "Bounce rate"
2360
  msgstr "Porcentaje de Abandonos"
2361
 
2362
+ #: ../admin/view/wp-slimstat-db.php:1220
2363
  msgid ""
2364
+ "Total number of one-page visits divided by the total number of entries to a "
2365
+ "website. Please see the <a href=\"https://support.google.com/analytics/"
2366
+ "answer/1009409?hl=en\" target=\"_blank\">official Google docs</a> for more "
2367
+ "information."
2368
  msgstr ""
 
 
2369
 
2370
+ #: ../admin/view/wp-slimstat-db.php:1222
2371
  msgid "Known visitors"
2372
  msgstr "Visitantes conocidos"
2373
 
2374
+ #: ../admin/view/wp-slimstat-db.php:1224
2375
+ #, fuzzy
2376
+ #| msgid "Visitors who had previously left a comment on your blog."
2377
+ msgid "Visitors who have previously left a comment on your blog."
2378
  msgstr "Visitantes que han dejado un comentario en su blog previamente."
2379
 
2380
+ #: ../admin/view/wp-slimstat-db.php:1226
2381
+ msgid "Single-page Sessions"
2382
+ msgstr ""
2383
 
2384
+ #: ../admin/view/wp-slimstat-db.php:1228
2385
+ msgid "Human users that generated one single page view on your website."
2386
+ msgstr ""
2387
 
2388
+ #: ../admin/view/wp-slimstat-db.php:1230
2389
  msgid "Bots"
2390
  msgstr "Motores de Búsqueda"
2391
 
2392
+ #: ../admin/view/wp-slimstat-db.php:1233
2393
  #, fuzzy
2394
  msgid "Pageviews per visit"
2395
  msgstr "Páginas por visita"
2396
 
2397
+ #: ../admin/view/wp-slimstat-db.php:1236
2398
  msgid "Longest visit"
2399
  msgstr "Visita más larga"
2400
 
2401
+ #: ../admin/view/wp-slimstat-db.php:1237
2402
  #, fuzzy
2403
  msgid "hits"
2404
  msgstr "Visitas"
2405
 
2406
+ #: ../admin/view/wp-slimstat-db.php:1246
2407
  #, fuzzy
2408
  msgid "Content Items"
2409
  msgstr "Contenido"
2410
 
2411
+ #: ../admin/view/wp-slimstat-db.php:1248
2412
  msgid ""
2413
  "This value includes not only posts, but also custom post types, regardless of "
2414
  "their status"
2416
  "Este valor incluye no sólo publicaciones, sino también tipos de publicación "
2417
  "personalizados, sin importar su estado"
2418
 
2419
+ #: ../admin/view/wp-slimstat-db.php:1250
2420
  msgid "Posts"
2421
  msgstr "Entradas"
2422
 
2423
+ #: ../admin/view/wp-slimstat-db.php:1253
2424
  #, fuzzy
2425
  msgid "Pages"
2426
  msgstr "Páginas"
2427
 
2428
+ #: ../admin/view/wp-slimstat-db.php:1256
2429
  msgid "Attachments"
2430
  msgstr "Adjuntos"
2431
 
2432
+ #: ../admin/view/wp-slimstat-db.php:1259
2433
  #, fuzzy
2434
  msgid "Revisions"
2435
  msgstr "Revisiones"
2436
 
2437
+ #: ../admin/view/wp-slimstat-db.php:1262
2438
  #, fuzzy
2439
  msgid "Comments"
2440
  msgstr "Comentarios"
2441
 
2442
+ #: ../admin/view/wp-slimstat-db.php:1265
2443
  #, fuzzy
2444
  msgid "Avg Comments per Post"
2445
  msgstr "Promedio de Comentarios por Publicación"
2446
 
2447
+ #: ../admin/view/wp-slimstat-db.php:1268
2448
  msgid "Avg Server Latency"
2449
  msgstr "Promedio de latencia del servidor"
2450
 
2451
+ #: ../admin/view/wp-slimstat-db.php:1270
2452
  msgid ""
2453
  "Latency is the amount of time it takes for the host server to receive and "
2454
  "process a request for a page object. The amount of latency depends largely on "
2479
  msgid "From search result page"
2480
  msgstr "Desde una página de resultados de búsqueda"
2481
 
2482
+ #: ../admin/view/wp-slimstat-reports.php:41 ../admin/wp-slimstat-admin.php:1110
2483
  msgid "Known Visitor"
2484
  msgstr "Visitante conocido"
2485
 
2605
  msgid "Human Visits"
2606
  msgstr "Visitas humanas"
2607
 
2608
+ #: ../admin/view/wp-slimstat-reports.php:251
2609
+ msgid "Visits"
2610
+ msgstr "Visitas"
2611
+
2612
  #: ../admin/view/wp-slimstat-reports.php:260
2613
  msgid "Audience Overview"
2614
  msgstr "Visión general público"
2659
  msgid "Top Viewport Sizes"
2660
  msgstr "Principales Páginas de Salida"
2661
 
2662
+ #: ../admin/view/wp-slimstat-reports.php:339
2663
+ msgid "Browser Capabilities"
2664
+ msgstr "Capacidades de navegador"
2665
+
2666
  #: ../admin/view/wp-slimstat-reports.php:348
2667
  msgid "Visit Duration"
2668
  msgstr "Duración de Visitas"
2920
  msgid "Refresh in"
2921
  msgstr "Refrescar en"
2922
 
2923
+ #: ../admin/view/wp-slimstat-reports.php:1079
2924
  #, fuzzy
2925
  msgid "Category ID"
2926
  msgstr "ID de la entrada(sección) de la Categoria"
2927
 
2928
+ #: ../admin/view/wp-slimstat-reports.php:1084
2929
+ #: ../admin/view/wp-slimstat-reports.php:1098
2930
+ #: ../admin/view/wp-slimstat-reports.php:1103
2931
  #, fuzzy
2932
  msgid "Code"
2933
  msgstr "Código"
2934
 
2935
+ #: ../admin/view/wp-slimstat-reports.php:1115
 
 
 
 
 
2936
  #, fuzzy
2937
  msgid "URL"
2938
  msgstr "URL"
2939
 
2940
+ #: ../admin/view/wp-slimstat-reports.php:1134
2941
  msgid "Referrer"
2942
  msgstr "Referente"
2943
 
2944
+ #: ../admin/view/wp-slimstat-reports.php:1309
2945
+ #: ../admin/view/wp-slimstat-reports.php:1317
2946
  msgid "(previous)"
2947
  msgstr ""
2948
 
2949
+ #: ../admin/view/wp-slimstat-reports.php:1380
2950
  #, fuzzy
2951
  msgid "Date"
2952
  msgstr "Fecha"
2953
 
2954
+ #: ../admin/view/wp-slimstat-reports.php:1432
2955
  msgid "Filter by element in a group"
2956
  msgstr ""
2957
 
2958
+ #: ../admin/view/wp-slimstat-reports.php:1457
2959
+ msgid "Moz Domain Authority"
2960
+ msgstr ""
2961
+
2962
+ #: ../admin/view/wp-slimstat-reports.php:1458
2963
+ msgid ""
2964
+ "A normalized 100-point score representing the likelihood of a domain to rank "
2965
+ "well in search engine results."
2966
+ msgstr ""
2967
+
2968
+ #: ../admin/view/wp-slimstat-reports.php:1462
2969
+ #, fuzzy
2970
+ #| msgid "Backlinks"
2971
+ msgid "Moz Backlinks"
2972
  msgstr "Vínculos"
2973
 
2974
+ #: ../admin/view/wp-slimstat-reports.php:1463
2975
  #, fuzzy
2976
  msgid "Number of external equity links to your website."
2977
  msgstr ""
2978
  "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
2979
 
2980
+ #: ../admin/view/wp-slimstat-reports.php:1467
2981
+ #, fuzzy
2982
+ #| msgid "Outbound Links"
2983
+ msgid "Moz Links"
2984
+ msgstr "Enlaces Salientes"
 
 
 
 
 
 
 
 
 
2985
 
2986
+ #: ../admin/view/wp-slimstat-reports.php:1468
2987
+ #, fuzzy
2988
  msgid ""
2989
+ "The number of links (external, equity or nonequity or not) to your homepage."
 
 
2990
  msgstr ""
2991
+ "Número de páginas, de acuerdo a Google, que enlazan de regreso a su sitio."
2992
 
2993
+ #: ../admin/view/wp-slimstat-reports.php:1472
 
 
 
 
 
 
 
 
 
 
 
 
2994
  msgid "Alexa World Rank"
2995
  msgstr "Clasificación Mundial Alexa."
2996
 
2997
+ #: ../admin/view/wp-slimstat-reports.php:1473
2998
  msgid ""
2999
  "Alexa is a subsidiary company of Amazon.com which provides commercial web "
3000
  "traffic data."
3002
  "Alexa es una compañía subsidiaria de Amazon.com que proporciona información "
3003
  "de tráfico de datos."
3004
 
3005
+ #: ../admin/view/wp-slimstat-reports.php:1477
3006
  msgid "Alexa Country Rank"
3007
  msgstr "Clasificación por país Alexa"
3008
 
3009
+ #: ../admin/view/wp-slimstat-reports.php:1482
3010
  msgid "Alexa Popularity"
3011
  msgstr "Popularidad Alexa"
3012
 
3013
+ #: ../admin/view/wp-slimstat-reports.php:1542
3014
  msgid "Alexa Delta"
3015
  msgstr "Delta Alexa"
3016
 
3017
+ #: ../admin/view/wp-slimstat-reports.php:1698
3018
+ msgid "src"
3019
+ msgstr "Src"
 
 
 
 
 
 
3020
 
3021
+ #: ../admin/view/wp-slimstat-reports.php:1702
3022
+ msgid "serp"
3023
+ msgstr "Serp"
 
3024
 
3025
+ #: ../admin/view/wp-slimstat-reports.php:1710
3026
+ msgid "Go to the referring page"
3027
+ msgstr "Vaya a la página de referencia"
 
3028
 
3029
+ #: ../admin/view/wp-slimstat-reports.php:1729
3030
+ msgid "Remove filter for"
3031
+ msgstr "Eliminar filtro para"
 
3032
 
3033
+ #: ../admin/view/wp-slimstat-reports.php:1734
3034
+ msgid "Save"
3035
+ msgstr "Guardar"
 
3036
 
3037
+ #: ../admin/wp-slimstat-admin.php:32
3038
+ msgid "Access Log"
3039
+ msgstr "Registro de acceso"
 
3040
 
3041
+ #: ../admin/wp-slimstat-admin.php:38
3042
+ msgid "Overview"
3043
+ msgstr "Visión general"
 
3044
 
3045
+ #: ../admin/wp-slimstat-admin.php:44
3046
+ msgid "Audience"
3047
+ msgstr "Público"
 
3048
 
3049
+ #: ../admin/wp-slimstat-admin.php:50
3050
+ msgid "Site Analysis"
3051
+ msgstr "Analisis del sitio"
 
3052
 
3053
+ #: ../admin/wp-slimstat-admin.php:68
3054
+ msgid "WordPress Dashboard"
3055
+ msgstr "Escritorio WordPress"
 
3056
 
3057
+ #: ../admin/wp-slimstat-admin.php:74
3058
+ msgid "Inactive Reports"
3059
+ msgstr "Informes Inactivos"
 
3060
 
3061
+ #: ../admin/wp-slimstat-admin.php:510 ../admin/wp-slimstat-admin.php:578
3062
+ msgid "Slimstat"
3063
+ msgstr "SlimStat"
 
3064
 
3065
+ #: ../admin/wp-slimstat-admin.php:598 ../admin/wp-slimstat-admin.php:626
3066
+ #: ../admin/wp-slimstat-admin.php:629
3067
+ msgid "Customize"
3068
+ msgstr "Personalizar"
3069
 
3070
+ #: ../admin/wp-slimstat-admin.php:708
3071
+ msgid "Pageviews in the last "
3072
+ msgstr "Visitas en los últimos "
 
3073
 
3074
+ #: ../admin/wp-slimstat-admin.php:711
3075
+ msgid "Unique IPs in the last "
3076
+ msgstr "IPs únicas en los últimos "
 
3077
 
3078
+ #: ../admin/wp-slimstat-admin.php:745
3079
+ #, php-format
3080
+ msgid " And for keeping an eye on your web traffic with %sSlimStat Analytics%s."
3081
+ msgstr ""
3082
 
3083
+ #: ../admin/wp-slimstat-admin.php:770
3084
+ msgid "Show on screen"
3085
+ msgstr "Mostrar en pantalla"
 
3086
 
3087
+ #: ../admin/wp-slimstat-admin.php:878
3088
+ msgid "Already saved"
3089
+ msgstr "Ya ha sido guardado"
 
3090
 
3091
+ #: ../admin/wp-slimstat-admin.php:886
3092
+ msgid "Saved"
3093
+ msgstr "Guardado"
 
3094
 
3095
+ #: ../admin/wp-slimstat-admin.php:906
3096
+ msgid "Delete this filter"
3097
+ msgstr "Eliminar este filtro"
 
3098
 
3099
+ #: ../admin/wp-slimstat-admin.php:971
3100
+ msgid "On"
3101
+ msgstr "El"
 
3102
 
3103
+ #: ../admin/wp-slimstat-admin.php:1040
3104
+ msgid "Save Changes"
3105
+ msgstr "Guardar los cambios"
 
3106
 
3107
+ #: ../admin/wp-slimstat-admin.php:1084
3108
+ msgid "There was an error updating the following options:"
3109
+ msgstr "Hubo un error al actualizar las siguientes opciones:"
 
3110
 
3111
+ #: ../admin/wp-slimstat-admin.php:1087
3112
+ #, fuzzy
3113
+ msgid "Your changes have been saved."
3114
+ msgstr "Sus ajustes se han actualizado correctamente."
3115
 
3116
+ #: ../admin/wp-slimstat-admin.php:1105
3117
+ msgid "Definitions"
3118
+ msgstr "Definiciones"
 
3119
 
3120
+ #: ../admin/wp-slimstat-admin.php:1108
3121
+ #, fuzzy
3122
+ msgid "Pageview"
3123
+ msgstr "Paginas visitadas"
3124
 
3125
+ #: ../admin/wp-slimstat-admin.php:1108
3126
+ #, fuzzy
3127
+ msgid ""
3128
+ "A request to load a single HTML file (\"page\"). This should be contrasted "
3129
+ "with a \"hit\", which refers to a request for any file from a web server. "
3130
+ "Slimstat logs a pageview each time the tracking code is executed"
3131
+ msgstr ""
3132
+ "Una petición de cargar un único archivo HTML (\"página\"). Esto debe "
3133
+ "contrastarse con un \"hit\", que se refiere a la solicitud de cualquier "
3134
+ "archivo desde un servidor web. WP SLIMStat registra una visita de página cada "
3135
+ "vez que el código de seguimiento se ejecuta"
3136
 
3137
+ #: ../admin/wp-slimstat-admin.php:1109
3138
+ #, fuzzy
3139
+ msgid "(Human) Visit"
3140
+ msgstr "Visitas humanas"
3141
 
3142
+ #: ../admin/wp-slimstat-admin.php:1109
3143
+ msgid ""
3144
+ "A period of interaction between a visitor's browser and your website, ending "
3145
+ "when the browser is closed or when the user has been inactive on that site "
3146
+ "for 30 minutes"
3147
+ msgstr ""
3148
+ "Un período de interacción entre el navegador del visitante y su sitio web, y "
3149
+ "termina cuando se cierra el navegador o cuando el usuario ha estado inactivo "
3150
+ "en ese sitio durante 30 minutos"
3151
+
3152
+ #: ../admin/wp-slimstat-admin.php:1110
3153
+ #, fuzzy
3154
+ #| msgid ""
3155
+ #| "Any user who has left a comment on your blog, and is thus identified by "
3156
+ #| "Wordpress as a returning visitor"
3157
+ msgid ""
3158
+ "Any user who has left a comment on your blog, and is thus identified by "
3159
+ "WordPress as a returning visitor"
3160
+ msgstr ""
3161
+ "Todo usuario que haya dejado un comentario en su blog, por lo que es "
3162
+ "identificado por Wordpress como un visitante que regresó"
3163
+
3164
+ #: ../admin/wp-slimstat-admin.php:1111
3165
+ #, fuzzy
3166
+ msgid "Unique IP"
3167
+ msgstr "IPs Unicas"
3168
+
3169
+ #: ../admin/wp-slimstat-admin.php:1111
3170
+ msgid ""
3171
+ "Used to differentiate between multiple requests to download a file from one "
3172
+ "internet address (IP) and requests originating from many distinct addresses; "
3173
+ "since this measurement looks only at the internet address a pageview came "
3174
+ "from, it is useful, but not perfect"
3175
+ msgstr ""
3176
+ "Se utiliza para diferenciar entre múltiples solicitudes para descargar un "
3177
+ "archivo de una dirección de Internet (IP) y las solicitudes procedentes de "
3178
+ "muchas direcciones distintas, ya que esta medida sólo se fija en la dirección "
3179
+ "de Internet de donde vino una visita de página, es útil, pero no es perfecta"
3180
+
3181
+ #: ../admin/wp-slimstat-admin.php:1112
3182
+ msgid ""
3183
+ "the originating IP address of a client connecting to a web server through an "
3184
+ "HTTP proxy or load balancer"
3185
+ msgstr ""
3186
+ "dirección IP de origen de un cliente que se conecta a un servidor web a "
3187
+ "través de un proxy HTTP o equilibrador de carga"
3188
+
3189
+ #: ../admin/wp-slimstat-admin.php:1113
3190
+ #, fuzzy
3191
+ msgid "Direct Traffic"
3192
+ msgstr "Visita Directa"
3193
+
3194
+ #: ../admin/wp-slimstat-admin.php:1113
3195
+ msgid ""
3196
+ "All those people showing up to your Web site by typing in the URL of your Web "
3197
+ "site coming or from a bookmark; some people also call this \"default traffic"
3198
+ "\" or \"ambient traffic\""
3199
+ msgstr ""
3200
+ "Todas aquellas personas que llegan a su sitio Web escribiendo la dirección "
3201
+ "URL de su sitio web o que vienen de un favorito, algunas personas también "
3202
+ "llaman a esto \"tráfico por defecto\" o \"tráfico ambiente\""
3203
+
3204
+ #: ../admin/wp-slimstat-admin.php:1114
3205
+ #, fuzzy
3206
+ msgid "Search Engine"
3207
+ msgstr "Motores de Búsqueda"
3208
+
3209
+ #: ../admin/wp-slimstat-admin.php:1114
3210
+ msgid ""
3211
+ "Google, Yahoo, MSN, Ask, others; this bucket will include both your organic "
3212
+ "as well as your paid (PPC/SEM) traffic, so be aware of that"
3213
+ msgstr ""
3214
+ "Google, Yahoo, MSN, Ask, otros; este cubo incluirá tanto su tráfico orgánico, "
3215
+ "así como por pago (PPC / SEM), así que tenga cuidado de que"
3216
+
3217
+ #: ../admin/wp-slimstat-admin.php:1115 ../admin/wp-slimstat-admin.php:1131
3218
+ msgid "Keywords used by your visitors to find your website on a search engine"
3219
+ msgstr ""
3220
+ "Las palabras clave utilizadas por los visitantes para encontrar su sitio web "
3221
+ "en un buscador"
3222
+
3223
+ #: ../admin/wp-slimstat-admin.php:1116
3224
+ msgid "SERP"
3225
+ msgstr "SERP"
3226
+
3227
+ #: ../admin/wp-slimstat-admin.php:1116
3228
+ msgid ""
3229
+ "Short for search engine results page, the Web page that a search engine "
3230
+ "returns with the results of its search. The value shown represents your rank "
3231
+ "(or position) within that list of results"
3232
+ msgstr ""
3233
+ "Corto para la página de resultados del motor de búsqueda, la página web que "
3234
+ "un motor de búsqueda devuelve con los resultados de su búsqueda. El valor que "
3235
+ "se muestra representa su rango (o posición) dentro de esa lista de los "
3236
+ "resultados"
3237
+
3238
+ #: ../admin/wp-slimstat-admin.php:1117
3239
+ msgid ""
3240
+ "Any program used for accessing a website; this includes browsers, robots, "
3241
+ "spiders and any other program that was used to retrieve information from the "
3242
+ "site"
3243
+ msgstr ""
3244
+ "Cualquier programa utilizado para acceder a un sitio web, lo que incluye los "
3245
+ "navegadores, robots, arañas y cualquier otro programa que se utiliza para "
3246
+ "recuperar información del sitio"
3247
+
3248
+ #: ../admin/wp-slimstat-admin.php:1118
3249
+ msgid ""
3250
+ "A link from one domain to another is said to be outbound from its source "
3251
+ "anchor and inbound to its target. This report lists all the links to other "
3252
+ "websites followed by your visitors."
3253
+ msgstr ""
3254
+ "Un enlace de un dominio a otro se dice que está en alejamiento de su fuente "
3255
+ "de anclaje y de entrada a su objetivo. Este informe muestra todos los enlaces "
3256
+ "a otros sitios web, seguidos por sus visitantes."
3257
+
3258
+ #: ../admin/wp-slimstat-admin.php:1125
3259
+ msgid "Basic Filters"
3260
+ msgstr "Filtros básicos"
3261
+
3262
+ #: ../admin/wp-slimstat-admin.php:1128
3263
+ msgid "User agent (Firefox, Chrome, ...)"
3264
+ msgstr "Agente usuario (Firefox, Chrome, ...)"
3265
+
3266
+ #: ../admin/wp-slimstat-admin.php:1129
3267
+ msgid "2-letter code (us, ru, de, it, ...)"
3268
+ msgstr "código de 2 letras (eu, ru, de, it, ...)"
3269
+
3270
+ #: ../admin/wp-slimstat-admin.php:1130
3271
+ msgid "IP"
3272
+ msgstr "IP"
3273
+
3274
+ #: ../admin/wp-slimstat-admin.php:1130
3275
+ msgid "Visitor's public IP address"
3276
+ msgstr "Dirección IP pública del visitante"
3277
+
3278
+ #: ../admin/wp-slimstat-admin.php:1132
3279
+ #, fuzzy
3280
+ #| msgid ""
3281
+ #| "Please refer to this <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3282
+ #| "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3283
+ #| "column) for more information"
3284
+ msgid ""
3285
+ "Please refer to this <a target=\"_blank\" href=\"https://msdn.microsoft.com/"
3286
+ "en-us/library/ee825488(v=cs.20).aspx\">language culture page</a> (first "
3287
+ "column) for more information"
3288
+ msgstr ""
3289
+ "Consulte a esta página <a target=\"_blank\" href=\"http://msdn.microsoft.com/"
3290
+ "en-us/library/ee825488(v=cs.20).aspx\">págna de cultura del lenguaje</a> "
3291
+ "(primera columna) para más información"
3292
+
3293
+ #: ../admin/wp-slimstat-admin.php:1133
3294
+ #, fuzzy
3295
+ #| msgid ""
3296
+ #| "Accepts identifiers like win7, win98, macosx, ...; please refer to <a "
3297
+ #| "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
3298
+ #| "\">this manual page</a> for more information"
3299
+ msgid ""
3300
+ "Accepts identifiers like win7, win98, macosx, ...; please refer to <a target="
3301
+ "\"_blank\" href=\"https://php.net/manual/en/function.get-browser.php\">this "
3302
+ "manual page</a> for more information"
3303
+ msgstr ""
3304
+ "Acepta identificadores como win7, win98, macosx, ..., por favor, consulte <a "
3305
+ "target=\"_blank\" href=\"http://php.net/manual/en/function.get-browser.php"
3306
+ "\">esta página del manual</a> para obtener más información"
3307
+
3308
+ #: ../admin/wp-slimstat-admin.php:1134
3309
+ msgid "URL accessed on your site"
3310
+ msgstr "URL visitada en su sitio"
3311
+
3312
+ #: ../admin/wp-slimstat-admin.php:1135
3313
+ msgid "Complete address of the referrer page"
3314
+ msgstr "Dirección completa de la página que refiere"
3315
+
3316
+ #: ../admin/wp-slimstat-admin.php:1136
3317
+ msgid "Visitor's Name"
3318
+ msgstr "Nombre del visitante"
3319
+
3320
+ #: ../admin/wp-slimstat-admin.php:1136
3321
+ #, fuzzy
3322
+ #| msgid ""
3323
+ #| "Visitors' names according to the cookie set by Wordpress after they leave "
3324
+ #| "a comment"
3325
+ msgid ""
3326
+ "Visitors' names according to the cookie set by WordPress after they leave a "
3327
+ "comment"
3328
+ msgstr ""
3329
+ "Nombres de visitantes según la cookie establecida por Wordpress después de "
3330
+ "dejar un comentario"
3331
+
3332
+ #: ../admin/wp-slimstat-admin.php:1144
3333
+ msgid "Advanced Filters"
3334
+ msgstr "Filtros avanzados"
3335
+
3336
+ #: ../admin/wp-slimstat-admin.php:1147
3337
+ msgid "user agent version (9.0, 11, ...)"
3338
+ msgstr "versión del agente de usuario (9,0, 11, ...)"
3339
+
3340
+ #: ../admin/wp-slimstat-admin.php:1148
3341
+ msgid ""
3342
+ "1 = search engine crawler, 2 = mobile device, 3 = syndication reader, 0 = all "
3343
+ "others"
3344
+ msgstr ""
3345
+ "1 = oruga del motor de búsqueda, 2 = dispositivo móvil, 3 = lector de "
3346
+ "sindicación, 0 =a todos los demás"
3347
+
3348
+ #: ../admin/wp-slimstat-admin.php:1149
3349
+ msgid "Pageview Attributes"
3350
+ msgstr "Atributos de la visita"
3351
+
3352
+ #: ../admin/wp-slimstat-admin.php:1149
3353
+ msgid ""
3354
+ "this field is set to <em>[pre]</em> if the resource has been accessed through "
3355
+ "<a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3356
+ "Link_prefetching_FAQ\">Link Prefetching</a> or similar techniques"
3357
+ msgstr ""
3358
+ "este campo se establece en <em> [pre]</em> si el recurso ha sido visitada a "
3359
+ "través de <a target=\"_blank\" href=\"https://developer.mozilla.org/en/"
3360
+ "Link_prefetching_FAQ\">Preecaptura de Enlaces</a> o técnicas similares"
3361
+
3362
+ #: ../admin/wp-slimstat-admin.php:1150
3363
+ msgid "author associated to that post/page when the resource was accessed"
3364
+ msgstr "autor asociado a esa publicación/página cuando se accedió al recurso"
3365
+
3366
+ #: ../admin/wp-slimstat-admin.php:1151
3367
+ msgid "ID of the category/term associated to the resource, when available"
3368
+ msgstr ""
3369
+ "ID de la categoría / término asociado al recurso, cuando esté disponible"
3370
+
3371
+ #: ../admin/wp-slimstat-admin.php:1152
3372
+ msgid "visitor's originating IP address, if available"
3373
+ msgstr "dirección IP de origen del visitante, si está disponible"
3374
+
3375
+ #: ../admin/wp-slimstat-admin.php:1153
3376
+ #, fuzzy
3377
+ #| msgid ""
3378
+ #| "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3379
+ #| "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3380
+ #| "feed, home; please refer to the <a target=\"_blank\" href=\"http://codex."
3381
+ #| "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
3382
+ #| "information"
3383
+ msgid ""
3384
+ "post, page, cpt:<em>custom-post-type</em>, attachment, singular, "
3385
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3386
+ "feed, home; please refer to the <a target=\"_blank\" href=\"https://codex."
3387
+ "wordpress.org/Conditional_Tags\">Conditional Tags</a> manual page for more "
3388
+ "information"
3389
+ msgstr ""
3390
+ "publicación, página, cpt:<em>custom-post-type</em>, attachment, singular, "
3391
+ "post_type_archive, tag, taxonomy, category, date, author, archive, search, "
3392
+ "feed, home; por favor refiérase a <a target=\"_blank\" href=\"http://codex."
3393
+ "wordpress.org/Conditional_Tags\">Etiquetas condicionales</a> página del "
3394
+ "manual para más información"
3395
+
3396
+ #: ../admin/wp-slimstat-admin.php:1154
3397
+ msgid "Screen Resolution"
3398
+ msgstr "Resolución de Pantalla"
3399
+
3400
+ #: ../admin/wp-slimstat-admin.php:1154
3401
+ msgid "viewport width and height (1024x768, 800x600, ...)"
3402
+ msgstr "ancho de vista y altura (1024x768, 800x600 , ...)"
3403
+
3404
+ #: ../admin/wp-slimstat-admin.php:1155
3405
+ msgid ""
3406
+ "generally used in conjunction with <em>is not empty</em>, identifies human "
3407
+ "visitors"
3408
+ msgstr ""
3409
+ "se utiliza generalmente en conjunción con <em> no está vacío </em>, "
3410
+ "identifica los visitantes humanos"
3411
+
3412
+ #: ../admin/wp-slimstat-admin.php:1156
3413
+ msgid "Date Filters"
3414
+ msgstr "Filtros de fecha"
3415
+
3416
+ #: ../admin/wp-slimstat-admin.php:1156
3417
+ msgid ""
3418
+ "you can specify the timeframe by entering a number in the <em>interval</em> "
3419
+ "field; use -1 to indicate <em>to date</em> (i.e., day=1, month=1, year=blank, "
3420
+ "interval=-1 will set a year-to-date filter)"
3421
+ msgstr ""
3422
+ "puede especificar el periodo de tiempo mediante la introducción de un número "
3423
+ "en el intervalo de <em> </em> campo: use -1 para indicar <em> al día </em> "
3424
+ "(es decir, día=1, mes=1, año=blank, intervalo=-1 establecerá un filtro de año "
3425
+ "a la fecha)"
3426
+
3427
+ #: ../admin/wp-slimstat-admin.php:1157
3428
+ msgid "SERP Position"
3429
+ msgstr "Posición SERP"
3430
+
3431
+ #: ../admin/wp-slimstat-admin.php:1157
3432
+ msgid ""
3433
+ "set the filter to Referer contains cd=N&, where N is the position you are "
3434
+ "looking for"
3435
+ msgstr ""
3436
+ "configurar el filtro para Referer contiene cd=N&, donde N es la posición que "
3437
+ "usted está buscando"
3438
+
3439
+ #: ../browscap/browser.php:24
3440
+ msgid ""
3441
+ "The Browscap Library could not be opened on your filesystem. Please check "
3442
+ "your server permissions and try again."
3443
+ msgstr ""
3444
+
3445
+ #: ../browscap/browser.php:61
3446
+ msgid ""
3447
+ "This library requires at least PHP 7.1. Please ask your service provider to "
3448
+ "upgrade your server accordingly."
3449
+ msgstr ""
3450
+
3451
+ #: ../browscap/browser.php:65
3452
+ msgid "No updates are performed during AJAX requests."
3453
+ msgstr ""
3454
+
3455
+ #: ../browscap/browser.php:69
3456
+ msgid ""
3457
+ "Please set your <code>FS_METHOD</code> variable to \"direct\" in your wp-"
3458
+ "config.php file, or contact our support to obtain a copy of our Browscap "
3459
+ "Library."
3460
+ msgstr ""
3461
+
3462
+ #: ../browscap/browser.php:110
3463
+ #, fuzzy
3464
+ #| msgid ""
3465
+ #| "There was an error decoding the add-ons list from the server. Please try "
3466
+ #| "again later."
3467
+ msgid ""
3468
+ "There was an error checking the remote library version. Please try again "
3469
+ "later."
3470
+ msgstr ""
3471
+ "Se produjo un error decodificando la lista de complementos desde el servidor. "
3472
+ "Por favor, inténtelo de nuevo más tarde."
3473
+
3474
+ #: ../browscap/browser.php:117
3475
+ msgid "Your version of the library does not need to be updated."
3476
+ msgstr ""
3477
+
3478
+ #: ../browscap/browser.php:128
3479
+ #, fuzzy
3480
+ #| msgid ""
3481
+ #| "There was an error decoding the add-ons list from the server. Please try "
3482
+ #| "again later."
3483
+ msgid ""
3484
+ "There was an error saving the Browscap data file on your server. Please check "
3485
+ "your folder permissions."
3486
+ msgstr ""
3487
+ "Se produjo un error decodificando la lista de complementos desde el servidor. "
3488
+ "Por favor, inténtelo de nuevo más tarde."
3489
+
3490
+ #: ../browscap/browser.php:135
3491
+ #, fuzzy
3492
+ #| msgid ""
3493
+ #| "There was an error decoding the add-ons list from the server. Please try "
3494
+ #| "again later."
3495
+ msgid ""
3496
+ "There was an error downloading the Browscap data file from our server. Please "
3497
+ "try again later."
3498
+ msgstr ""
3499
+ "Se produjo un error decodificando la lista de complementos desde el servidor. "
3500
+ "Por favor, inténtelo de nuevo más tarde."
3501
+
3502
+ #: ../browscap/browser.php:144
3503
+ msgid ""
3504
+ "Could not initialize the WP Filesystem API. Please check your folder "
3505
+ "permissions and PHP configuration."
3506
+ msgstr ""
3507
+
3508
+ #: ../browscap/browser.php:159
3509
+ msgid ""
3510
+ "There was an error uncompressing the Browscap data file on your server. "
3511
+ "Please check your folder permissions and PHP configuration."
3512
+ msgstr ""
3513
+
3514
+ #: ../browscap/browser.php:167
3515
+ msgid "The Browscap data file has been installed on your server."
3516
+ msgstr ""
3517
+
3518
+ #: ../languages/dynamic_strings.php:5 ../languages/dynamic_strings.php:8
3519
+ #: ../languages/dynamic_strings.php:457 ../languages/dynamic_strings.php:458
3520
+ #: ../languages/dynamic_strings.php:459 ../languages/dynamic_strings.php:515
3521
+ #: ../languages/dynamic_strings.php:557
3522
+ #, fuzzy
3523
+ #| msgid "unknown"
3524
+ msgid "Unknown"
3525
+ msgstr "Desconocido"
3526
+
3527
+ #: ../languages/dynamic_strings.php:9
3528
+ #, fuzzy
3529
+ #| msgid "IP Address"
3530
+ msgid "Local IP Address"
3531
+ msgstr "Dirección IP"
3532
+
3533
+ #: ../languages/dynamic_strings.php:11
3534
+ msgid "Afghanistan"
3535
+ msgstr ""
3536
+
3537
+ #: ../languages/dynamic_strings.php:12
3538
+ msgid "Aland Islands"
3539
+ msgstr ""
3540
+
3541
+ #: ../languages/dynamic_strings.php:13
3542
+ msgid "Albania"
3543
+ msgstr ""
3544
+
3545
+ #: ../languages/dynamic_strings.php:14
3546
+ msgid "Algeria"
3547
+ msgstr ""
3548
+
3549
+ #: ../languages/dynamic_strings.php:15
3550
+ msgid "Andorra"
3551
+ msgstr ""
3552
+
3553
+ #: ../languages/dynamic_strings.php:16
3554
+ msgid "Angola"
3555
+ msgstr ""
3556
+
3557
+ #: ../languages/dynamic_strings.php:17
3558
+ msgid "Anguilla"
3559
+ msgstr ""
3560
+
3561
+ #: ../languages/dynamic_strings.php:18
3562
+ msgid "Antigua and Barbuda"
3563
+ msgstr ""
3564
+
3565
+ #: ../languages/dynamic_strings.php:19
3566
+ msgid "Argentina"
3567
+ msgstr ""
3568
+
3569
+ #: ../languages/dynamic_strings.php:20
3570
+ msgid "Armenia"
3571
+ msgstr ""
3572
+
3573
+ #: ../languages/dynamic_strings.php:21
3574
+ msgid "Aruba"
3575
+ msgstr ""
3576
+
3577
+ #: ../languages/dynamic_strings.php:22
3578
+ msgid "Australia"
3579
+ msgstr ""
3580
+
3581
+ #: ../languages/dynamic_strings.php:23
3582
+ msgid "Austria"
3583
+ msgstr ""
3584
+
3585
+ #: ../languages/dynamic_strings.php:24
3586
+ msgid "Azerbaijan"
3587
+ msgstr ""
3588
+
3589
+ #: ../languages/dynamic_strings.php:25
3590
+ msgid "Bahamas"
3591
+ msgstr ""
3592
+
3593
+ #: ../languages/dynamic_strings.php:26
3594
+ msgid "Bahrain"
3595
+ msgstr ""
3596
+
3597
+ #: ../languages/dynamic_strings.php:27
3598
+ msgid "Bangladesh"
3599
+ msgstr ""
3600
+
3601
+ #: ../languages/dynamic_strings.php:28
3602
+ msgid "Barbados"
3603
+ msgstr ""
3604
+
3605
+ #: ../languages/dynamic_strings.php:29
3606
+ msgid "Belarus"
3607
+ msgstr ""
3608
+
3609
+ #: ../languages/dynamic_strings.php:30
3610
+ msgid "Belgium"
3611
+ msgstr ""
3612
+
3613
+ #: ../languages/dynamic_strings.php:31
3614
+ msgid "Belize"
3615
+ msgstr ""
3616
+
3617
+ #: ../languages/dynamic_strings.php:32
3618
+ msgid "Benin"
3619
+ msgstr ""
3620
+
3621
+ #: ../languages/dynamic_strings.php:33
3622
+ msgid "Bermuda"
3623
+ msgstr ""
3624
+
3625
+ #: ../languages/dynamic_strings.php:34
3626
+ msgid "Bhutan"
3627
+ msgstr ""
3628
+
3629
+ #: ../languages/dynamic_strings.php:35
3630
+ msgid "Bolivia"
3631
+ msgstr ""
3632
+
3633
+ #: ../languages/dynamic_strings.php:36
3634
+ msgid "Bosnia and Herzegovina"
3635
+ msgstr ""
3636
+
3637
+ #: ../languages/dynamic_strings.php:37
3638
+ #, fuzzy
3639
+ #| msgid "Bots"
3640
+ msgid "Botswana"
3641
+ msgstr "Motores de Búsqueda"
3642
+
3643
+ #: ../languages/dynamic_strings.php:38
3644
+ msgid "Brazil"
3645
+ msgstr ""
3646
+
3647
+ #: ../languages/dynamic_strings.php:39
3648
+ msgid "Brunei Darussalam"
3649
+ msgstr ""
3650
+
3651
+ #: ../languages/dynamic_strings.php:40
3652
+ msgid "Bulgaria"
3653
+ msgstr ""
3654
+
3655
+ #: ../languages/dynamic_strings.php:41
3656
+ msgid "Burkina Faso"
3657
+ msgstr ""
3658
+
3659
+ #: ../languages/dynamic_strings.php:42
3660
+ msgid "Burundi"
3661
+ msgstr ""
3662
+
3663
+ #: ../languages/dynamic_strings.php:43
3664
+ msgid "Cambodia"
3665
+ msgstr ""
3666
+
3667
+ #: ../languages/dynamic_strings.php:44
3668
+ msgid "Cameroon"
3669
+ msgstr ""
3670
+
3671
+ #: ../languages/dynamic_strings.php:45
3672
+ msgid "Canada"
3673
+ msgstr ""
3674
+
3675
+ #: ../languages/dynamic_strings.php:46
3676
+ msgid "Cape Verde"
3677
+ msgstr ""
3678
+
3679
+ #: ../languages/dynamic_strings.php:47
3680
+ msgid "Cayman Islands"
3681
+ msgstr ""
3682
+
3683
+ #: ../languages/dynamic_strings.php:48
3684
+ msgid "Central African Republic"
3685
+ msgstr ""
3686
+
3687
+ #: ../languages/dynamic_strings.php:49
3688
+ msgid "Chad"
3689
+ msgstr ""
3690
+
3691
+ #: ../languages/dynamic_strings.php:50
3692
+ msgid "Chile"
3693
+ msgstr ""
3694
+
3695
+ #: ../languages/dynamic_strings.php:51
3696
+ msgid "China"
3697
+ msgstr ""
3698
+
3699
+ #: ../languages/dynamic_strings.php:52
3700
+ msgid "Colombia"
3701
+ msgstr ""
3702
+
3703
+ #: ../languages/dynamic_strings.php:53
3704
+ msgid "Comoros"
3705
+ msgstr ""
3706
+
3707
+ #: ../languages/dynamic_strings.php:54
3708
+ msgid "Congo"
3709
+ msgstr ""
3710
+
3711
+ #: ../languages/dynamic_strings.php:55
3712
+ msgid "The Democratic Republic of the Congo"
3713
+ msgstr ""
3714
+
3715
+ #: ../languages/dynamic_strings.php:56
3716
+ msgid "Costa Rica"
3717
+ msgstr ""
3718
+
3719
+ #: ../languages/dynamic_strings.php:57
3720
+ msgid "Côte d'Ivoire"
3721
+ msgstr ""
3722
+
3723
+ #: ../languages/dynamic_strings.php:58
3724
+ msgid "Croatia"
3725
+ msgstr ""
3726
+
3727
+ #: ../languages/dynamic_strings.php:59
3728
+ msgid "Cuba"
3729
+ msgstr ""
3730
+
3731
+ #: ../languages/dynamic_strings.php:60
3732
+ msgid "Cyprus"
3733
+ msgstr ""
3734
+
3735
+ #: ../languages/dynamic_strings.php:61
3736
+ msgid "Czech Republic"
3737
+ msgstr ""
3738
+
3739
+ #: ../languages/dynamic_strings.php:62
3740
+ msgid "Denmark"
3741
+ msgstr ""
3742
+
3743
+ #: ../languages/dynamic_strings.php:63
3744
+ msgid "Djibouti"
3745
+ msgstr ""
3746
+
3747
+ #: ../languages/dynamic_strings.php:64
3748
+ msgid "Dominica"
3749
+ msgstr ""
3750
+
3751
+ #: ../languages/dynamic_strings.php:65
3752
+ msgid "Dominican Republic"
3753
+ msgstr ""
3754
+
3755
+ #: ../languages/dynamic_strings.php:66
3756
+ msgid "Ecuador"
3757
+ msgstr ""
3758
+
3759
+ #: ../languages/dynamic_strings.php:67
3760
+ msgid "Egypt"
3761
+ msgstr ""
3762
+
3763
+ #: ../languages/dynamic_strings.php:68
3764
+ msgid "El Salvador"
3765
+ msgstr ""
3766
+
3767
+ #: ../languages/dynamic_strings.php:69
3768
+ msgid "Equatorial Guinea"
3769
+ msgstr ""
3770
+
3771
+ #: ../languages/dynamic_strings.php:70
3772
+ msgid "Eritrea"
3773
+ msgstr ""
3774
+
3775
+ #: ../languages/dynamic_strings.php:71
3776
+ msgid "Estonia"
3777
+ msgstr ""
3778
+
3779
+ #: ../languages/dynamic_strings.php:72
3780
+ msgid "Ethiopia"
3781
+ msgstr ""
3782
+
3783
+ #: ../languages/dynamic_strings.php:73
3784
+ msgid "Faroe Islands"
3785
+ msgstr ""
3786
+
3787
+ #: ../languages/dynamic_strings.php:74
3788
+ msgid "Falkland Islands (Malvinas)"
3789
+ msgstr ""
3790
+
3791
+ #: ../languages/dynamic_strings.php:75
3792
+ msgid "Fiji"
3793
+ msgstr ""
3794
+
3795
+ #: ../languages/dynamic_strings.php:76
3796
+ msgid "Finland"
3797
+ msgstr ""
3798
+
3799
+ #: ../languages/dynamic_strings.php:77
3800
+ msgid "France"
3801
+ msgstr ""
3802
+
3803
+ #: ../languages/dynamic_strings.php:78
3804
+ msgid "French Guiana"
3805
+ msgstr ""
3806
+
3807
+ #: ../languages/dynamic_strings.php:79
3808
+ msgid "Gabon"
3809
+ msgstr ""
3810
+
3811
+ #: ../languages/dynamic_strings.php:80
3812
+ msgid "Gambia"
3813
+ msgstr ""
3814
+
3815
+ #: ../languages/dynamic_strings.php:81
3816
+ msgid "Georgia"
3817
+ msgstr ""
3818
+
3819
+ #: ../languages/dynamic_strings.php:82
3820
+ #, fuzzy
3821
+ #| msgid "Permalink"
3822
+ msgid "Germany"
3823
+ msgstr "Enlace Permanente"
3824
+
3825
+ #: ../languages/dynamic_strings.php:83
3826
+ msgid "Ghana"
3827
+ msgstr ""
3828
+
3829
+ #: ../languages/dynamic_strings.php:84
3830
+ msgid "Greece"
3831
+ msgstr ""
3832
+
3833
+ #: ../languages/dynamic_strings.php:85
3834
+ msgid "Greenland"
3835
+ msgstr ""
3836
+
3837
+ #: ../languages/dynamic_strings.php:86
3838
+ msgid "Grenada"
3839
+ msgstr ""
3840
+
3841
+ #: ../languages/dynamic_strings.php:87
3842
+ msgid "Guadeloupe"
3843
+ msgstr ""
3844
+
3845
+ #: ../languages/dynamic_strings.php:88
3846
+ msgid "Guatemala"
3847
+ msgstr ""
3848
+
3849
+ #: ../languages/dynamic_strings.php:89
3850
+ msgid "Guinea"
3851
+ msgstr ""
3852
+
3853
+ #: ../languages/dynamic_strings.php:90
3854
+ msgid "Guinea-Bissau"
3855
+ msgstr ""
3856
+
3857
+ #: ../languages/dynamic_strings.php:91
3858
+ msgid "Guyana"
3859
+ msgstr ""
3860
+
3861
+ #: ../languages/dynamic_strings.php:92
3862
+ msgid "Haiti"
3863
+ msgstr ""
3864
+
3865
+ #: ../languages/dynamic_strings.php:93
3866
+ msgid "Honduras"
3867
+ msgstr ""
3868
+
3869
+ #: ../languages/dynamic_strings.php:94
3870
+ msgid "Hong Kong"
3871
+ msgstr ""
3872
+
3873
+ #: ../languages/dynamic_strings.php:95
3874
+ msgid "Hungary"
3875
+ msgstr ""
3876
+
3877
+ #: ../languages/dynamic_strings.php:96
3878
+ msgid "Iceland"
3879
+ msgstr ""
3880
+
3881
+ #: ../languages/dynamic_strings.php:97
3882
+ msgid "India"
3883
+ msgstr ""
3884
+
3885
+ #: ../languages/dynamic_strings.php:98
3886
+ msgid "Indonesia"
3887
+ msgstr ""
3888
+
3889
+ #: ../languages/dynamic_strings.php:99
3890
+ msgid "Islamic Republic of Iran"
3891
+ msgstr ""
3892
+
3893
+ #: ../languages/dynamic_strings.php:100
3894
+ msgid "Iraq"
3895
+ msgstr ""
3896
+
3897
+ #: ../languages/dynamic_strings.php:101
3898
+ msgid "Ireland"
3899
+ msgstr ""
3900
+
3901
+ #: ../languages/dynamic_strings.php:102
3902
+ msgid "Israel"
3903
+ msgstr ""
3904
+
3905
+ #: ../languages/dynamic_strings.php:103
3906
+ msgid "Italy"
3907
+ msgstr ""
3908
+
3909
+ #: ../languages/dynamic_strings.php:104
3910
+ msgid "Jamaica"
3911
+ msgstr ""
3912
+
3913
+ #: ../languages/dynamic_strings.php:105
3914
+ msgid "Japan"
3915
+ msgstr ""
3916
+
3917
+ #: ../languages/dynamic_strings.php:106
3918
+ msgid "Jordan"
3919
+ msgstr ""
3920
+
3921
+ #: ../languages/dynamic_strings.php:107
3922
+ msgid "Kazakhstan"
3923
+ msgstr ""
3924
+
3925
+ #: ../languages/dynamic_strings.php:108
3926
+ msgid "Kenya"
3927
+ msgstr ""
3928
+
3929
+ #: ../languages/dynamic_strings.php:109
3930
+ #, fuzzy
3931
+ #| msgid "zaurus"
3932
+ msgid "Nauru"
3933
+ msgstr "zaurus"
3934
+
3935
+ #: ../languages/dynamic_strings.php:110
3936
+ msgid "Democratic People's Republic of Korea"
3937
+ msgstr ""
3938
+
3939
+ #: ../languages/dynamic_strings.php:111
3940
+ msgid "Republic of Korea"
3941
+ msgstr ""
3942
+
3943
+ #: ../languages/dynamic_strings.php:112
3944
+ msgid "Kosovo"
3945
+ msgstr ""
3946
+
3947
+ #: ../languages/dynamic_strings.php:113
3948
+ msgid "Kuwait"
3949
+ msgstr ""
3950
+
3951
+ #: ../languages/dynamic_strings.php:114
3952
+ msgid "Kyrgyzstan"
3953
+ msgstr ""
3954
+
3955
+ #: ../languages/dynamic_strings.php:115
3956
+ msgid "Lao People's Democratic Republic"
3957
+ msgstr ""
3958
+
3959
+ #: ../languages/dynamic_strings.php:116
3960
+ msgid "Latvia"
3961
+ msgstr ""
3962
+
3963
+ #: ../languages/dynamic_strings.php:117
3964
+ msgid "Lebanon"
3965
+ msgstr ""
3966
+
3967
+ #: ../languages/dynamic_strings.php:118
3968
+ msgid "Lesotho"
3969
+ msgstr ""
3970
+
3971
+ #: ../languages/dynamic_strings.php:119
3972
+ msgid "Liberia"
3973
+ msgstr ""
3974
+
3975
+ #: ../languages/dynamic_strings.php:120
3976
+ msgid "Libyan Arab Jamahiriya"
3977
+ msgstr ""
3978
+
3979
+ #: ../languages/dynamic_strings.php:121
3980
+ msgid "Liechtenstein"
3981
+ msgstr ""
3982
+
3983
+ #: ../languages/dynamic_strings.php:122
3984
+ msgid "Lithuania"
3985
+ msgstr ""
3986
+
3987
+ #: ../languages/dynamic_strings.php:123
3988
+ msgid "Luxembourg"
3989
+ msgstr ""
3990
+
3991
+ #: ../languages/dynamic_strings.php:124
3992
+ msgid "The Former Yugoslav Republic of Macedonia"
3993
+ msgstr ""
3994
+
3995
+ #: ../languages/dynamic_strings.php:125
3996
+ msgid "Madagascar"
3997
+ msgstr ""
3998
+
3999
+ #: ../languages/dynamic_strings.php:126
4000
+ msgid "Malawi"
4001
+ msgstr ""
4002
+
4003
+ #: ../languages/dynamic_strings.php:127
4004
+ msgid "Malaysia"
4005
+ msgstr ""
4006
+
4007
+ #: ../languages/dynamic_strings.php:128
4008
+ msgid "Mali"
4009
+ msgstr ""
4010
+
4011
+ #: ../languages/dynamic_strings.php:129
4012
+ msgid "Malta"
4013
+ msgstr ""
4014
+
4015
+ #: ../languages/dynamic_strings.php:130
4016
+ msgid "Martinique"
4017
+ msgstr ""
4018
+
4019
+ #: ../languages/dynamic_strings.php:131
4020
+ msgid "Mauritania"
4021
+ msgstr ""
4022
+
4023
+ #: ../languages/dynamic_strings.php:132
4024
+ msgid "Mauritius"
4025
+ msgstr ""
4026
+
4027
+ #: ../languages/dynamic_strings.php:133
4028
+ msgid "Mexico"
4029
+ msgstr ""
4030
+
4031
+ #: ../languages/dynamic_strings.php:134
4032
+ msgid "Moldova"
4033
+ msgstr ""
4034
+
4035
+ #: ../languages/dynamic_strings.php:135
4036
+ msgid "Mongolia"
4037
+ msgstr ""
4038
+
4039
+ #: ../languages/dynamic_strings.php:136
4040
+ msgid "Montenegro"
4041
+ msgstr ""
4042
+
4043
+ #: ../languages/dynamic_strings.php:137
4044
+ msgid "Montserrat"
4045
+ msgstr ""
4046
+
4047
+ #: ../languages/dynamic_strings.php:138
4048
+ msgid "Morocco"
4049
+ msgstr ""
4050
+
4051
+ #: ../languages/dynamic_strings.php:139
4052
+ msgid "Mozambique"
4053
+ msgstr ""
4054
+
4055
+ #: ../languages/dynamic_strings.php:140
4056
+ msgid "Myanmar"
4057
+ msgstr ""
4058
+
4059
+ #: ../languages/dynamic_strings.php:141
4060
+ msgid "Namibia"
4061
+ msgstr ""
4062
+
4063
+ #: ../languages/dynamic_strings.php:142
4064
+ msgid "Nepal"
4065
+ msgstr ""
4066
+
4067
+ #: ../languages/dynamic_strings.php:143
4068
+ #, fuzzy
4069
+ #| msgid "Other Humans"
4070
+ msgid "Netherlands"
4071
+ msgstr "Otros seres humanos"
4072
+
4073
+ #: ../languages/dynamic_strings.php:144
4074
+ msgid "New Caledonia"
4075
+ msgstr ""
4076
+
4077
+ #: ../languages/dynamic_strings.php:145
4078
+ msgid "New Zealand"
4079
+ msgstr ""
4080
+
4081
+ #: ../languages/dynamic_strings.php:146
4082
+ msgid "Nicaragua"
4083
+ msgstr ""
4084
+
4085
+ #: ../languages/dynamic_strings.php:147
4086
+ msgid "Niger"
4087
+ msgstr ""
4088
+
4089
+ #: ../languages/dynamic_strings.php:148
4090
+ msgid "Nigeria"
4091
+ msgstr ""
4092
+
4093
+ #: ../languages/dynamic_strings.php:149
4094
+ msgid "Norway"
4095
+ msgstr ""
4096
+
4097
+ #: ../languages/dynamic_strings.php:150
4098
+ msgid "Oman"
4099
+ msgstr ""
4100
+
4101
+ #: ../languages/dynamic_strings.php:151
4102
+ msgid "Pakistan"
4103
+ msgstr ""
4104
+
4105
+ #: ../languages/dynamic_strings.php:152
4106
+ msgid "Palau"
4107
+ msgstr ""
4108
+
4109
+ #: ../languages/dynamic_strings.php:153
4110
+ msgid "Occupied Palestinian Territory"
4111
+ msgstr ""
4112
+
4113
+ #: ../languages/dynamic_strings.php:154
4114
+ msgid "Panama"
4115
+ msgstr ""
4116
+
4117
+ #: ../languages/dynamic_strings.php:155
4118
+ msgid "Papua New Guinea"
4119
+ msgstr ""
4120
+
4121
+ #: ../languages/dynamic_strings.php:156
4122
+ msgid "Paraguay"
4123
+ msgstr ""
4124
+
4125
+ #: ../languages/dynamic_strings.php:157
4126
+ msgid "Peru"
4127
+ msgstr ""
4128
+
4129
+ #: ../languages/dynamic_strings.php:158
4130
+ msgid "Philippines"
4131
+ msgstr ""
4132
+
4133
+ #: ../languages/dynamic_strings.php:159
4134
+ msgid "Poland"
4135
+ msgstr ""
4136
+
4137
+ #: ../languages/dynamic_strings.php:160
4138
+ msgid "Portugal"
4139
+ msgstr ""
4140
+
4141
+ #: ../languages/dynamic_strings.php:161
4142
+ msgid "Puerto Rico"
4143
+ msgstr ""
4144
+
4145
+ #: ../languages/dynamic_strings.php:162
4146
+ msgid "Qatar"
4147
+ msgstr ""
4148
+
4149
+ #: ../languages/dynamic_strings.php:163
4150
+ msgid "Réunion"
4151
+ msgstr ""
4152
+
4153
+ #: ../languages/dynamic_strings.php:164
4154
+ msgid "Romania"
4155
+ msgstr ""
4156
+
4157
+ #: ../languages/dynamic_strings.php:165
4158
+ #, fuzzy
4159
+ msgid "Russian Federation"
4160
+ msgstr "Visitas"
4161
+
4162
+ #: ../languages/dynamic_strings.php:166
4163
+ msgid "Rwanda"
4164
+ msgstr ""
4165
+
4166
+ #: ../languages/dynamic_strings.php:167
4167
+ msgid "Saint Kitts and Nevis"
4168
+ msgstr ""
4169
+
4170
+ #: ../languages/dynamic_strings.php:168
4171
+ msgid "Saint Lucia"
4172
+ msgstr ""
4173
+
4174
+ #: ../languages/dynamic_strings.php:169
4175
+ msgid "Saint Martin"
4176
+ msgstr ""
4177
+
4178
+ #: ../languages/dynamic_strings.php:170
4179
+ msgid "Saint Vincent and the Grenadines"
4180
+ msgstr ""
4181
+
4182
+ #: ../languages/dynamic_strings.php:171
4183
+ msgid "Samoa"
4184
+ msgstr ""
4185
+
4186
+ #: ../languages/dynamic_strings.php:172
4187
+ msgid "Sao Tome and Principe"
4188
+ msgstr ""
4189
+
4190
+ #: ../languages/dynamic_strings.php:173
4191
+ msgid "Saudi Arabia"
4192
+ msgstr ""
4193
+
4194
+ #: ../languages/dynamic_strings.php:174
4195
+ msgid "Senegal"
4196
+ msgstr ""
4197
+
4198
+ #: ../languages/dynamic_strings.php:175
4199
+ msgid "Serbia"
4200
+ msgstr ""
4201
+
4202
+ #: ../languages/dynamic_strings.php:176
4203
+ msgid "Sierra Leone"
4204
+ msgstr ""
4205
+
4206
+ #: ../languages/dynamic_strings.php:177
4207
+ msgid "Singapore"
4208
+ msgstr ""
4209
+
4210
+ #: ../languages/dynamic_strings.php:178
4211
+ msgid "Slovakia"
4212
+ msgstr ""
4213
+
4214
+ #: ../languages/dynamic_strings.php:179
4215
+ msgid "Slovenia"
4216
+ msgstr ""
4217
+
4218
+ #: ../languages/dynamic_strings.php:180
4219
+ msgid "Solomon Islands"
4220
+ msgstr ""
4221
+
4222
+ #: ../languages/dynamic_strings.php:181
4223
+ msgid "Somalia"
4224
+ msgstr ""
4225
+
4226
+ #: ../languages/dynamic_strings.php:182
4227
+ msgid "South Africa"
4228
+ msgstr ""
4229
+
4230
+ #: ../languages/dynamic_strings.php:183
4231
+ msgid "South Georgia and the South Sandwich Islands"
4232
+ msgstr ""
4233
+
4234
+ #: ../languages/dynamic_strings.php:184
4235
+ msgid "Spain"
4236
+ msgstr ""
4237
+
4238
+ #: ../languages/dynamic_strings.php:185
4239
+ msgid "Sri Lanka"
4240
+ msgstr ""
4241
+
4242
+ #: ../languages/dynamic_strings.php:186
4243
+ msgid "Seychelles"
4244
+ msgstr ""
4245
+
4246
+ #: ../languages/dynamic_strings.php:187
4247
+ msgid "Sudan"
4248
+ msgstr ""
4249
+
4250
+ #: ../languages/dynamic_strings.php:188
4251
+ msgid "South Sudan"
4252
+ msgstr ""
4253
+
4254
+ #: ../languages/dynamic_strings.php:189
4255
+ msgid "Suriname"
4256
+ msgstr ""
4257
+
4258
+ #: ../languages/dynamic_strings.php:190
4259
+ msgid "Svalbard and Jan Mayen"
4260
+ msgstr ""
4261
+
4262
+ #: ../languages/dynamic_strings.php:191
4263
+ msgid "Swaziland"
4264
+ msgstr ""
4265
+
4266
+ #: ../languages/dynamic_strings.php:192
4267
+ msgid "Sweden"
4268
+ msgstr ""
4269
+
4270
+ #: ../languages/dynamic_strings.php:193
4271
+ msgid "Switzerland"
4272
+ msgstr ""
4273
+
4274
+ #: ../languages/dynamic_strings.php:194
4275
+ msgid "Syrian Arab Republic"
4276
+ msgstr ""
4277
+
4278
+ #: ../languages/dynamic_strings.php:195
4279
+ msgid "Taiwan"
4280
+ msgstr ""
4281
+
4282
+ #: ../languages/dynamic_strings.php:196
4283
+ msgid "Tajikistan"
4284
+ msgstr ""
4285
+
4286
+ #: ../languages/dynamic_strings.php:197
4287
+ msgid "United Republic of Tanzania"
4288
+ msgstr ""
4289
+
4290
+ #: ../languages/dynamic_strings.php:198
4291
+ msgid "Thailand"
4292
+ msgstr ""
4293
+
4294
+ #: ../languages/dynamic_strings.php:199
4295
+ msgid "Timor-Leste"
4296
+ msgstr ""
4297
+
4298
+ #: ../languages/dynamic_strings.php:200
4299
+ msgid "Togo"
4300
+ msgstr ""
4301
+
4302
+ #: ../languages/dynamic_strings.php:201
4303
+ msgid "Tonga"
4304
+ msgstr ""
4305
+
4306
+ #: ../languages/dynamic_strings.php:202
4307
+ msgid "Trinidad and Tobago"
4308
+ msgstr ""
4309
+
4310
+ #: ../languages/dynamic_strings.php:203
4311
+ msgid "Tunisia"
4312
+ msgstr ""
4313
+
4314
+ #: ../languages/dynamic_strings.php:204
4315
+ msgid "Turkey"
4316
+ msgstr ""
4317
+
4318
+ #: ../languages/dynamic_strings.php:205
4319
+ msgid "Turkmenistan"
4320
+ msgstr ""
4321
+
4322
+ #: ../languages/dynamic_strings.php:206
4323
+ msgid "Turks and Caicos Islands"
4324
+ msgstr ""
4325
+
4326
+ #: ../languages/dynamic_strings.php:207
4327
+ msgid "Uganda"
4328
+ msgstr ""
4329
+
4330
+ #: ../languages/dynamic_strings.php:208
4331
+ msgid "Ukraine"
4332
+ msgstr ""
4333
+
4334
+ #: ../languages/dynamic_strings.php:209
4335
+ msgid "United Arab Emirates"
4336
+ msgstr ""
4337
+
4338
+ #: ../languages/dynamic_strings.php:210
4339
+ msgid "United Kingdom"
4340
+ msgstr ""
4341
+
4342
+ #: ../languages/dynamic_strings.php:211
4343
+ msgid "United States"
4344
+ msgstr ""
4345
+
4346
+ #: ../languages/dynamic_strings.php:212
4347
+ msgid "Uruguay"
4348
+ msgstr ""
4349
+
4350
+ #: ../languages/dynamic_strings.php:213
4351
+ msgid "Uzbekistan"
4352
+ msgstr ""
4353
+
4354
+ #: ../languages/dynamic_strings.php:214
4355
+ msgid "Vanuatu"
4356
+ msgstr ""
4357
+
4358
+ #: ../languages/dynamic_strings.php:215
4359
+ msgid "Venezuela"
4360
+ msgstr ""
4361
+
4362
+ #: ../languages/dynamic_strings.php:216
4363
+ #, fuzzy
4364
+ #| msgid "Visitor's Name"
4365
+ msgid "Viet Nam"
4366
+ msgstr "Nombre del visitante"
4367
+
4368
+ #: ../languages/dynamic_strings.php:217
4369
+ msgid "British Virgin Islands"
4370
+ msgstr ""
4371
+
4372
+ #: ../languages/dynamic_strings.php:218
4373
+ msgid "U.S. Virgin Islands"
4374
+ msgstr ""
4375
+
4376
+ #: ../languages/dynamic_strings.php:219
4377
+ msgid "Western Sahara"
4378
+ msgstr ""
4379
+
4380
+ #: ../languages/dynamic_strings.php:220
4381
+ msgid "Yemen"
4382
+ msgstr ""
4383
+
4384
+ #: ../languages/dynamic_strings.php:221
4385
+ msgid "Zambia"
4386
+ msgstr ""
4387
+
4388
+ #: ../languages/dynamic_strings.php:222
4389
+ msgid "Zimbabwe"
4390
+ msgstr ""
4391
+
4392
+ #: ../languages/dynamic_strings.php:223
4393
+ msgid "Guernsey"
4394
+ msgstr ""
4395
+
4396
+ #: ../languages/dynamic_strings.php:224
4397
+ #, fuzzy
4398
+ msgid "Jersey"
4399
+ msgstr "inverso"
4400
+
4401
+ #: ../languages/dynamic_strings.php:225
4402
+ msgid "Isle of Man"
4403
+ msgstr ""
4404
+
4405
+ #: ../languages/dynamic_strings.php:226
4406
+ msgid "Maldives"
4407
+ msgstr ""
4408
+
4409
+ #: ../languages/dynamic_strings.php:227
4410
+ msgid "Europe"
4411
+ msgstr ""
4412
+
4413
+ #: ../languages/dynamic_strings.php:230
4414
+ msgid "Afrikaans"
4415
+ msgstr ""
4416
+
4417
+ #: ../languages/dynamic_strings.php:231
4418
+ msgid "Afrikaans (South Africa)"
4419
+ msgstr ""
4420
+
4421
+ #: ../languages/dynamic_strings.php:232
4422
+ msgid "Arabic"
4423
+ msgstr ""
4424
+
4425
+ #: ../languages/dynamic_strings.php:233
4426
+ msgid "Arabic (U.A.E.)"
4427
+ msgstr ""
4428
+
4429
+ #: ../languages/dynamic_strings.php:234
4430
+ msgid "Arabic (Bahrain)"
4431
+ msgstr ""
4432
+
4433
+ #: ../languages/dynamic_strings.php:235
4434
+ msgid "Arabic (Algeria)"
4435
+ msgstr ""
4436
+
4437
+ #: ../languages/dynamic_strings.php:236
4438
+ msgid "Arabic (Egypt)"
4439
+ msgstr ""
4440
+
4441
+ #: ../languages/dynamic_strings.php:237
4442
+ msgid "Arabic (Iraq)"
4443
+ msgstr ""
4444
+
4445
+ #: ../languages/dynamic_strings.php:238
4446
+ msgid "Arabic (Jordan)"
4447
+ msgstr ""
4448
+
4449
+ #: ../languages/dynamic_strings.php:239
4450
+ msgid "Arabic (Kuwait)"
4451
+ msgstr ""
4452
+
4453
+ #: ../languages/dynamic_strings.php:240
4454
+ msgid "Arabic (Lebanon)"
4455
+ msgstr ""
4456
+
4457
+ #: ../languages/dynamic_strings.php:241
4458
+ msgid "Arabic (Libya)"
4459
+ msgstr ""
4460
+
4461
+ #: ../languages/dynamic_strings.php:242
4462
+ msgid "Arabic (Morocco)"
4463
+ msgstr ""
4464
+
4465
+ #: ../languages/dynamic_strings.php:243
4466
+ msgid "Arabic (Oman)"
4467
+ msgstr ""
4468
+
4469
+ #: ../languages/dynamic_strings.php:244
4470
+ msgid "Arabic (Qatar)"
4471
+ msgstr ""
4472
+
4473
+ #: ../languages/dynamic_strings.php:245
4474
+ msgid "Arabic (Saudi Arabia)"
4475
+ msgstr ""
4476
+
4477
+ #: ../languages/dynamic_strings.php:246
4478
+ msgid "Arabic (Syria)"
4479
+ msgstr ""
4480
+
4481
+ #: ../languages/dynamic_strings.php:247
4482
+ msgid "Arabic (Tunisia)"
4483
+ msgstr ""
4484
+
4485
+ #: ../languages/dynamic_strings.php:248
4486
+ msgid "Arabic (Yemen)"
4487
+ msgstr ""
4488
+
4489
+ #: ../languages/dynamic_strings.php:249
4490
+ msgid "Azeri (Latin)"
4491
+ msgstr ""
4492
+
4493
+ #: ../languages/dynamic_strings.php:250
4494
+ msgid "Azeri (Latin) (Azerbaijan)"
4495
+ msgstr ""
4496
+
4497
+ #: ../languages/dynamic_strings.php:251
4498
+ msgid "Belarusian"
4499
+ msgstr ""
4500
+
4501
+ #: ../languages/dynamic_strings.php:252
4502
+ msgid "Belarusian (Belarus)"
4503
+ msgstr ""
4504
+
4505
+ #: ../languages/dynamic_strings.php:253
4506
+ msgid "Bulgarian"
4507
+ msgstr