Ad Inserter – WordPress Ads Management with AdSense Header Integration - Version 2.6.12

Version Description

  • Improved ad blocking detection
  • Added options to delay client-side insertions at HTML element
  • Added support to check for multiple cookie values (needed for IAB TCF 2.0)
  • Added filter hooks for block processing
  • Few minor bug fixes, cosmetic changes and code improvements
Download this release

Release Info

Developer spacetime
Plugin Icon 128x128 Ad Inserter – WordPress Ads Management with AdSense Header Integration
Version 2.6.12
Comparing to
See all releases

Code changes from version 2.6.11 to 2.6.12

ad-inserter.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  Plugin Name: Ad Inserter
5
- Version: 2.6.11
6
  Description: Ad management with many advanced advertising features to insert ads at optimal positions
7
  Author: Igor Funa
8
  Author URI: http://igorfuna.com/
@@ -15,6 +15,14 @@ Domain Path: /languages
15
 
16
  Change Log
17
 
 
 
 
 
 
 
 
 
18
  Ad Inserter 2.6.11 - 2020-07-23
19
  - Added support for IAB Transparency & Consent Framework 2.0
20
  - Added support for taxonomy for primary category
@@ -2639,7 +2647,9 @@ function add_footer_inline_scripts () {
2639
  if (!defined ('AI_ADB_NO_BANNER_AD')) {
2640
  echo '<div id="banner-advert-container" class="ad-inserter infolinks-ad" style="position:absolute; z-index: -10; height: 1px; width: 1px; top: -1px; left: -1px;"><img id="adsense" class="SponsorAds adsense" src="', AD_INSERTER_PLUGIN_IMAGES_URL, 'ads.png" alt="pixel"></div>', "\n";
2641
  }
2642
-
 
 
2643
  if (!defined ('AI_ADB_NO_GOOGLE_ANALYTICS')) {
2644
  echo '<script async id="ai-adb-ga" src="https://www.google-analytics.com/analytics.js"></script>', "\n";
2645
  }
@@ -2712,7 +2722,13 @@ function add_footer_inline_scripts () {
2712
  echo ai_get_js ('ai-sidebar');
2713
  }
2714
 
2715
- if (($ai_wp_data [AI_CLOSE_BUTTONS] && !$ai_wp_data [AI_CODE_FOR_IFRAME]) || $ai_wp_data [AI_CHECK_BLOCK] || ($ai_wp_data [AI_TRACKING] && !isset ($ai_wp_data [AI_TRACKING_SHORTCODE_DISABLED])) || $adb_code) {
 
 
 
 
 
 
2716
  echo ai_get_js ('ai-cookie');
2717
  }
2718
 
@@ -3453,6 +3469,12 @@ function ai_wp_head_hook () {
3453
  ";
3454
  }
3455
  }
 
 
 
 
 
 
3456
  }
3457
 
3458
  // if (!get_disable_js_code () && $ai_wp_data [AI_CODE_FOR_IFRAME]) {
@@ -3785,7 +3807,8 @@ function ai_amp_footer_hook () {
3785
  }
3786
 
3787
  function ai_write_debug_info ($write_processing_log = false) {
3788
- global $block_object, $ai_last_time, $ai_total_plugin_time, $ai_total_block_php_time, $ai_total_hook_php_time, $ai_processing_log, $ai_db_options_extract, $ai_wp_data, $ai_db_options, $block_insertion_log, $ai_custom_hooks, $version_string, $subversion_string;
 
3789
 
3790
  ob_start ();
3791
 
@@ -4150,6 +4173,18 @@ function ai_write_debug_info ($write_processing_log = false) {
4150
  }
4151
  }
4152
 
 
 
 
 
 
 
 
 
 
 
 
 
4153
  echo "\n";
4154
 
4155
 
@@ -5535,6 +5570,7 @@ function filter_option ($option, $value, $delete_escaped_backslashes = true){
5535
  $option == AI_OPTION_END_DATE ||
5536
  $option == AI_OPTION_FALLBACK ||
5537
  $option == AI_OPTION_EXCERPT_NUMBER ||
 
5538
  $option == AI_OPTION_HORIZONTAL_MARGIN ||
5539
  $option == AI_OPTION_VERTICAL_MARGIN ||
5540
  $option == AI_OPTION_ANIMATION_TRIGGER_OFFSET ||
@@ -6405,10 +6441,10 @@ function generate_alignment_css () {
6405
  case AI_ALIGNMENT_CENTER:
6406
  case AI_ALIGNMENT_FLOAT_LEFT:
6407
  case AI_ALIGNMENT_FLOAT_RIGHT:
6408
- case AI_ALIGNMENT_STICKY_LEFT:
6409
- case AI_ALIGNMENT_STICKY_RIGHT:
6410
- case AI_ALIGNMENT_STICKY_TOP:
6411
- case AI_ALIGNMENT_STICKY_BOTTOM:
6412
  $alignment_name = strtolower ($styles [$alignment_type][0]);
6413
  if (!in_array ($alignment_name, $alignments)) {
6414
  $alignments []= $alignment_name;
@@ -6420,7 +6456,8 @@ function generate_alignment_css () {
6420
  $alignment_name = strtolower (md5 ($sticky_css));
6421
  if (!in_array ($alignment_name, $alignments)) {
6422
  $alignments []= $alignment_name;
6423
- $alignment_css .= '.' . $block_class_name . str_replace (' ', '-', $alignment_name) .' {' . $sticky_css . "}\n";
 
6424
  }
6425
  break;
6426
  case AI_ALIGNMENT_CUSTOM_CSS:
@@ -6428,10 +6465,21 @@ function generate_alignment_css () {
6428
  $alignment_name = strtolower (md5 ($custom_css));
6429
  if (!in_array ($alignment_name, $alignments)) {
6430
  $alignments []= $alignment_name;
6431
- $alignment_css .= '.' . $block_class_name . str_replace (' ', '-', $alignment_name) .' {' . str_replace ('&#039;', "'", $custom_css) . "}\n";
 
6432
  }
6433
  break;
6434
  }
 
 
 
 
 
 
 
 
 
 
6435
  }
6436
 
6437
  return $alignment_css;
@@ -6563,11 +6611,20 @@ pre.ai-w3tc-debug {font-size: 12px;}
6563
 
6564
  pre.ai-w3tc-debug.ai-w3tc-run {color: #00f;}
6565
 
6566
- pre.ai-processing-log {padding: 10px; background: #eee; color: #000; font-family: monospace; font-size: 12px; line-height: 18px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
 
 
 
 
6567
 
6568
  <?php
6569
  }
6570
 
 
 
 
 
 
6571
  function generate_selection_css () {
6572
  ?>
6573
  #ai-selector-data {
@@ -6628,6 +6685,14 @@ function generate_selection_css () {
6628
  .ai-html-element:hover {
6629
  color: #00f;
6630
  }
 
 
 
 
 
 
 
 
6631
  <?php
6632
  }
6633
 
@@ -6908,9 +6973,6 @@ function ai_settings () {
6908
  if (isset ($_POST ['hook-priority-'.$hook])) $options ['HOOK_PRIORITY_'.$hook] = filter_option ('HOOK_PRIORITY', $_POST ['hook-priority-'.$hook]);
6909
  }
6910
 
6911
- // $options ['VIEWPORT_CSS'] = generate_viewport_css ();
6912
- // $options ['ALIGNMENT_CSS'] = generate_alignment_css ();
6913
-
6914
  $ai_options [AI_OPTION_GLOBAL] = ai_check_plugin_options ($options);
6915
  }
6916
 
@@ -7141,7 +7203,7 @@ function ai_settings () {
7141
 
7142
 
7143
  function ai_adinserter ($block_parameter = '', $ignore = '', &$block) {
7144
- global $block_object, $ad_inserter_globals, $ai_wp_data, $ai_last_check, $ai_total_hook_php_time;
7145
 
7146
  $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
7147
 
@@ -7221,6 +7283,9 @@ function ai_adinserter ($block_parameter = '', $ignore = '', &$block) {
7221
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7222
  $hook_start_time = microtime (true);
7223
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
 
 
 
7224
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7225
  if (!$custom_filter_check) return "";
7226
 
@@ -7266,7 +7331,7 @@ function adinserter ($block = '', $ignore = '') {
7266
 
7267
 
7268
  function ai_content_hook ($content = '') {
7269
- global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time, $special_element_tags;
7270
 
7271
  if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_ADMIN) return $content;
7272
 
@@ -7380,6 +7445,9 @@ function ai_content_hook ($content = '') {
7380
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7381
  $hook_start_time = microtime (true);
7382
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
 
 
 
7383
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7384
  if (!$custom_filter_check) continue;
7385
 
@@ -7532,7 +7600,7 @@ function ai_content_hook ($content = '') {
7532
 
7533
  // Process Before/After Excerpt postion
7534
  function ai_excerpt_hook ($content = '') {
7535
- global $ad_inserter_globals, $block_object, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time;
7536
 
7537
  if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_ADMIN) return;
7538
 
@@ -7591,6 +7659,9 @@ function ai_excerpt_hook ($content = '') {
7591
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7592
  $hook_start_time = microtime (true);
7593
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
 
 
 
7594
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7595
  if (!$custom_filter_check) continue;
7596
 
@@ -7688,7 +7759,7 @@ function ai_wp_list_comments_args ($args) {
7688
 
7689
  // Process comments counter + Before Comments postion
7690
  function ai_comment_callback ($comment, $args, $depth) {
7691
- global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time, $ai_walker;
7692
 
7693
  if ($depth == 1) {
7694
  if (!isset ($ad_inserter_globals [AI_COMMENT_COUNTER_NAME])) {
@@ -7765,6 +7836,9 @@ function ai_comment_callback ($comment, $args, $depth) {
7765
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7766
  $hook_start_time = microtime (true);
7767
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
 
 
 
7768
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7769
  if (!$custom_filter_check) continue;
7770
 
@@ -7804,7 +7878,7 @@ function ai_comment_callback ($comment, $args, $depth) {
7804
 
7805
  // Process Between Comments postion
7806
  function ai_comment_end_callback ($comment, $args, $depth) {
7807
- global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time;
7808
 
7809
  if ($args ['style'] == 'div') $tag = 'div'; else $tag = 'li';
7810
 
@@ -7891,6 +7965,9 @@ function ai_comment_end_callback ($comment, $args, $depth) {
7891
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7892
  $hook_start_time = microtime (true);
7893
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
 
 
 
7894
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7895
  if (!$custom_filter_check) continue;
7896
 
@@ -7972,6 +8049,9 @@ function ai_comment_end_callback ($comment, $args, $depth) {
7972
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7973
  $hook_start_time = microtime (true);
7974
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
 
 
 
7975
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7976
  if (!$custom_filter_check) continue;
7977
 
@@ -8005,7 +8085,7 @@ function ai_comment_end_callback ($comment, $args, $depth) {
8005
  }
8006
 
8007
  function ai_custom_hook ($action, $insertion_type, $name, $translated_name = '', $hook_parameter = null, $hook_check = null) {
8008
- global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time;
8009
 
8010
  $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
8011
 
@@ -8103,6 +8183,9 @@ function ai_custom_hook ($action, $insertion_type, $name, $translated_name = '',
8103
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
8104
  $hook_start_time = microtime (true);
8105
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
 
 
 
8106
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
8107
  if (!$custom_filter_check) continue;
8108
 
@@ -8165,7 +8248,7 @@ function ai_pre_do_shortcode_tag ($return, $tag, $attr, $m) {
8165
  }
8166
 
8167
  function ai_process_shortcode (&$block, $atts) {
8168
- global $block_object, $ai_last_check, $ai_wp_data, $ad_inserter_globals, $ai_total_hook_php_time;
8169
 
8170
  if ($atts == '') return '';
8171
 
@@ -8499,6 +8582,9 @@ function ai_process_shortcode (&$block, $atts) {
8499
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
8500
  $hook_start_time = microtime (true);
8501
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
 
 
 
8502
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
8503
  if (!$custom_filter_check) return "";
8504
 
@@ -8623,7 +8709,7 @@ function ai_add_attr_data (&$tag, $attr, $new_data) {
8623
  }
8624
 
8625
  function ai_widget_draw ($args, $instance, &$block) {
8626
- global $block_object, $ad_inserter_globals, $ai_wp_data, $ai_last_check, $ai_total_hook_php_time;
8627
 
8628
  $block = isset ($instance ['block']) ? $instance ['block'] : 1;
8629
  $sticky = isset ($instance ['sticky']) ? $instance ['sticky'] : 0;
@@ -8708,6 +8794,9 @@ function ai_widget_draw ($args, $instance, &$block) {
8708
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
8709
  $hook_start_time = microtime (true);
8710
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
 
 
 
8711
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
8712
  if (!$custom_filter_check) return;
8713
 
@@ -9659,6 +9748,9 @@ function ai_w3tc_block_end ($block, $ai_code, $ai_enabled, $ai_fallback, $ai_ind
9659
  return $ai_code = str_replace ("<!-- AI-W3TC-LOG -->", '', $ai_code);
9660
  }
9661
 
 
 
 
9662
  $new_code = str_replace ("<!-- AI-W3TC-LOG -->", ai_w3tc_debug_info ($ai_w3tc_debugging, "ai-w3tc-run"), $ai_code);
9663
 
9664
  $ai_w3tc_debugging = array ();
@@ -9666,6 +9758,11 @@ function ai_w3tc_block_end ($block, $ai_code, $ai_enabled, $ai_fallback, $ai_ind
9666
  return $new_code;
9667
  }
9668
 
 
 
 
 
 
9669
  function ai_w3tc_log_run ($w3tc_debug_text, $css = '') {
9670
  global $ai_w3tc_debugging, $ai_w3tc_nesting_level;
9671
 
@@ -10218,7 +10315,7 @@ if (!is_admin()) {
10218
 
10219
 
10220
  // Version check
10221
- global $wp_version, $version_string, $subversion_string;
10222
 
10223
  if (version_compare ($wp_version, "4.6", "<")) {
10224
  exit ('Ad Inserter ' . __('requires WordPress 4.6 or newer', 'ad-inserter') . '. <a href="https://wordpress.org/support/article/updating-wordpress/" target=_blank">'. __('Please update!', 'ad-inserter') . '</a>');
@@ -10228,6 +10325,8 @@ if (version_compare ($wp_version, "4.6", "<")) {
10228
  // exit ('Ad Inserter ' . __('requires PHP 5.6 or newer', 'ad-inserter') . '. <a href="https://wordpress.org/support/update-php/" target=_blank">'. __('Please update!', 'ad-inserter') . '</a>');
10229
  //}
10230
 
 
 
10231
  if (isset ($_GET ['ai-safe-mode'])) {
10232
  define ('AI_SAFE_MODE', 1);
10233
  }
@@ -10315,14 +10414,20 @@ if (defined ('AI_ADBLOCKING_DETECTION') && AI_ADBLOCKING_DETECTION) {
10315
  $logged_in_key = defined ('LOGGED_IN_KEY') ? LOGGED_IN_KEY : 'key';
10316
 
10317
  if ($ai_wp_data [AI_ADB_DETECTION]) {
 
 
 
 
 
 
10318
  $adb_2_name = AI_ADB_2_DEFAULT_NAME;
10319
- define ('AI_ADB_COOKIE_VALUE', substr (preg_replace ("/[^A-Za-z]+/", '', strtolower (md5 ($logged_in_key.md5 (NONCE_KEY)))), 0, 8));
10320
 
10321
  $script_path = AD_INSERTER_PLUGIN_DIR.'js';
10322
  $script = $script_path.'/sponsors.js';
10323
 
10324
  if (is_writable ($script_path) && is_writable ($script)) {
10325
- $adb_2_name = substr (preg_replace ("/[^A-Za-z]+/", '', strtolower (md5 ($logged_in_key).md5 (NONCE_KEY))), 0, 8);
10326
 
10327
  $js_ok = false;
10328
  if (file_exists ($script)) {
2
 
3
  /*
4
  Plugin Name: Ad Inserter
5
+ Version: 2.6.12
6
  Description: Ad management with many advanced advertising features to insert ads at optimal positions
7
  Author: Igor Funa
8
  Author URI: http://igorfuna.com/
15
 
16
  Change Log
17
 
18
+ Ad Inserter 2.6.12 - 2020-08-23
19
+ - Support for PHP 7.4
20
+ - Improved ad blocking detection
21
+ - Added options to delay client-side insertions at HTML element
22
+ - Added support to check for multiple cookie values (needed for IAB TCF 2.0)
23
+ - Added filter hooks for block processing
24
+ - Few minor bug fixes, cosmetic changes and code improvements
25
+
26
  Ad Inserter 2.6.11 - 2020-07-23
27
  - Added support for IAB Transparency & Consent Framework 2.0
28
  - Added support for taxonomy for primary category
2647
  if (!defined ('AI_ADB_NO_BANNER_AD')) {
2648
  echo '<div id="banner-advert-container" class="ad-inserter infolinks-ad" style="position:absolute; z-index: -10; height: 1px; width: 1px; top: -1px; left: -1px;"><img id="adsense" class="SponsorAds adsense" src="', AD_INSERTER_PLUGIN_IMAGES_URL, 'ads.png" alt="pixel"></div>', "\n";
2649
  }
2650
+ if (!defined ('AI_ADB_NO_ADNXS')) {
2651
+ echo '<img id="ai-adb-adnxs" src="" style="position:absolute; z-index: -10; width: 1px; height: 1px; top: -1px; left: -1px;">', "\n";
2652
+ }
2653
  if (!defined ('AI_ADB_NO_GOOGLE_ANALYTICS')) {
2654
  echo '<script async id="ai-adb-ga" src="https://www.google-analytics.com/analytics.js"></script>', "\n";
2655
  }
2722
  echo ai_get_js ('ai-sidebar');
2723
  }
2724
 
2725
+ if (($ai_wp_data [AI_CLOSE_BUTTONS] && !$ai_wp_data [AI_CODE_FOR_IFRAME]) ||
2726
+ $ai_wp_data [AI_CHECK_BLOCK] ||
2727
+ ($ai_wp_data [AI_TRACKING] && !isset ($ai_wp_data [AI_TRACKING_SHORTCODE_DISABLED])) ||
2728
+ $adb_code ||
2729
+ $client_side_dynamic_blocks ||
2730
+ $ai_wp_data [AI_CLIENT_SIDE_DETECTION] ||
2731
+ $ai_wp_data [AI_CLIENT_SIDE_INSERTION]) {
2732
  echo ai_get_js ('ai-cookie');
2733
  }
2734
 
3469
  ";
3470
  }
3471
  }
3472
+
3473
+ if (($ai_wp_data [AI_WP_DEBUGGING] & (AI_DEBUG_AD_BLOCKING_STATUS | AI_DEBUG_BLOCKS)) != 0) {
3474
+ $ai_wp_data [AI_FOOTER_JS_CODE_DOM_READY] .= " jQuery('body').prepend (\"<section id='ai-iab-tcf-bar' class='".AI_DEBUG_STATUS_CLASS."' style='cursor: pointer; display: none;' title='". __('Click to delete the cokie for the consents', 'ad-inserter') ."'>IAB TCF 2.0 <span id='ai-iab-tcf-status'></span></section>\");
3475
+ ";
3476
+ }
3477
+
3478
  }
3479
 
3480
  // if (!get_disable_js_code () && $ai_wp_data [AI_CODE_FOR_IFRAME]) {
3807
  }
3808
 
3809
  function ai_write_debug_info ($write_processing_log = false) {
3810
+ global $block_object, $ai_last_time, $ai_total_plugin_time, $ai_total_block_php_time, $ai_total_hook_php_time, $ai_processing_log, $ai_db_options_extract, $ai_wp_data, $ai_db_options, $block_insertion_log,
3811
+ $ai_custom_hooks, $version_string, $subversion_string, $filter_hooks;
3812
 
3813
  ob_start ();
3814
 
4173
  }
4174
  }
4175
 
4176
+ if (!empty ($filter_hooks)) {
4177
+ echo "\n";
4178
+ foreach ($filter_hooks as $filter_hook) {
4179
+ echo "ACTIVE FILTER HOOK: ";
4180
+ foreach ($filter_hook as $index => $filter_hook_data) {
4181
+ if ($index != 0) echo ", ";
4182
+ echo $filter_hook_data;
4183
+ }
4184
+ echo "\n";
4185
+ }
4186
+ }
4187
+
4188
  echo "\n";
4189
 
4190
 
5570
  $option == AI_OPTION_END_DATE ||
5571
  $option == AI_OPTION_FALLBACK ||
5572
  $option == AI_OPTION_EXCERPT_NUMBER ||
5573
+ $option == AI_OPTION_WAIT_FOR_DELAY ||
5574
  $option == AI_OPTION_HORIZONTAL_MARGIN ||
5575
  $option == AI_OPTION_VERTICAL_MARGIN ||
5576
  $option == AI_OPTION_ANIMATION_TRIGGER_OFFSET ||
6441
  case AI_ALIGNMENT_CENTER:
6442
  case AI_ALIGNMENT_FLOAT_LEFT:
6443
  case AI_ALIGNMENT_FLOAT_RIGHT:
6444
+ // case AI_ALIGNMENT_STICKY_LEFT:
6445
+ // case AI_ALIGNMENT_STICKY_RIGHT:
6446
+ // case AI_ALIGNMENT_STICKY_TOP:
6447
+ // case AI_ALIGNMENT_STICKY_BOTTOM:
6448
  $alignment_name = strtolower ($styles [$alignment_type][0]);
6449
  if (!in_array ($alignment_name, $alignments)) {
6450
  $alignments []= $alignment_name;
6456
  $alignment_name = strtolower (md5 ($sticky_css));
6457
  if (!in_array ($alignment_name, $alignments)) {
6458
  $alignments []= $alignment_name;
6459
+ // $alignment_css .= '.' . $block_class_name . str_replace (' ', '-', $alignment_name) .' {' . $sticky_css . "}\n";
6460
+ $alignment_css .= '.' . $block_class_name . $alignment_name .' {' . $sticky_css . "}\n";
6461
  }
6462
  break;
6463
  case AI_ALIGNMENT_CUSTOM_CSS:
6465
  $alignment_name = strtolower (md5 ($custom_css));
6466
  if (!in_array ($alignment_name, $alignments)) {
6467
  $alignments []= $alignment_name;
6468
+ // $alignment_css .= '.' . $block_class_name . str_replace (' ', '-', $alignment_name) .' {' . str_replace ('&#039;', "'", $custom_css) . "}\n";
6469
+ $alignment_css .= '.' . $block_class_name . $alignment_name .' {' . str_replace ('&#039;', "'", $custom_css) . "}\n";
6470
  }
6471
  break;
6472
  }
6473
+
6474
+ if ($alignment_type != AI_ALIGNMENT_CUSTOM_CSS) {
6475
+ $size_css = $obj->size_style ();
6476
+ // $size_name = strtolower (md5 ($size_css));
6477
+ $size_name = ai_css_to_name ($size_css);
6478
+ if (!in_array ($size_name, $alignments)) {
6479
+ $alignments []= $size_name;
6480
+ $alignment_css .= '.' . $block_class_name . $size_name .' {' . str_replace ('&#039;', "'", $size_css) . "}\n";
6481
+ }
6482
+ }
6483
  }
6484
 
6485
  return $alignment_css;
6611
 
6612
  pre.ai-w3tc-debug.ai-w3tc-run {color: #00f;}
6613
 
6614
+ pre.ai-processing-log {direction: ltr; padding: 10px; background: #eee; color: #000; font-family: monospace; font-size: 12px; line-height: 18px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}
6615
+
6616
+ .ai-debug-bar.ai-debug-lists.ai-debug-iab-tcf-2 kbd.ai-debug-text-left, .ai-debug-bar.ai-debug-lists.ai-debug-iab-tcf-2 kbd.ai-debug-text-right {
6617
+ min-width: 10%;
6618
+ }
6619
 
6620
  <?php
6621
  }
6622
 
6623
+
6624
+ function ai_css_to_name ($css) {
6625
+ return strtolower (rtrim (str_replace (array ('width', 'height', ' ', ':', ';'), array ('w', 'h', '', '-', '-'), $css), '-'));
6626
+ }
6627
+
6628
  function generate_selection_css () {
6629
  ?>
6630
  #ai-selector-data {
6685
  .ai-html-element:hover {
6686
  color: #00f;
6687
  }
6688
+
6689
+ #ai-selector-data .ui-button.ui-corner-all.ui-widget {
6690
+ border: 1px solid #d3d3d3;
6691
+ background: #e6e6e6 url(<?php echo plugins_url ('css/images/ui-bg_glass_75_e6e6e6_1x400.png', __FILE__); ?>) 50% 50% repeat-x;
6692
+ color: rgb(85, 85, 85);
6693
+ }
6694
+
6695
+
6696
  <?php
6697
  }
6698
 
6973
  if (isset ($_POST ['hook-priority-'.$hook])) $options ['HOOK_PRIORITY_'.$hook] = filter_option ('HOOK_PRIORITY', $_POST ['hook-priority-'.$hook]);
6974
  }
6975
 
 
 
 
6976
  $ai_options [AI_OPTION_GLOBAL] = ai_check_plugin_options ($options);
6977
  }
6978
 
7203
 
7204
 
7205
  function ai_adinserter ($block_parameter = '', $ignore = '', &$block) {
7206
+ global $block_object, $ad_inserter_globals, $ai_wp_data, $ai_last_check, $ai_total_hook_php_time, $filter_hooks;
7207
 
7208
  $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
7209
 
7283
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7284
  $hook_start_time = microtime (true);
7285
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
7286
+ if ($debug_processing && !$custom_filter_check) {
7287
+ $filter_hooks []= array ("ai_block_insertion_check", $this->number);
7288
+ }
7289
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7290
  if (!$custom_filter_check) return "";
7291
 
7331
 
7332
 
7333
  function ai_content_hook ($content = '') {
7334
+ global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time, $filter_hooks, $special_element_tags;
7335
 
7336
  if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_ADMIN) return $content;
7337
 
7445
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7446
  $hook_start_time = microtime (true);
7447
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
7448
+ if ($debug_processing && !$custom_filter_check) {
7449
+ $filter_hooks []= array ("ai_block_insertion_check", $this->number);
7450
+ }
7451
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7452
  if (!$custom_filter_check) continue;
7453
 
7600
 
7601
  // Process Before/After Excerpt postion
7602
  function ai_excerpt_hook ($content = '') {
7603
+ global $ad_inserter_globals, $block_object, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time, $filter_hooks;
7604
 
7605
  if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_ADMIN) return;
7606
 
7659
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7660
  $hook_start_time = microtime (true);
7661
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
7662
+ if ($debug_processing && !$custom_filter_check) {
7663
+ $filter_hooks []= array ("ai_block_insertion_check", $this->number);
7664
+ }
7665
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7666
  if (!$custom_filter_check) continue;
7667
 
7759
 
7760
  // Process comments counter + Before Comments postion
7761
  function ai_comment_callback ($comment, $args, $depth) {
7762
+ global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time, $filter_hooks, $ai_walker;
7763
 
7764
  if ($depth == 1) {
7765
  if (!isset ($ad_inserter_globals [AI_COMMENT_COUNTER_NAME])) {
7836
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7837
  $hook_start_time = microtime (true);
7838
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
7839
+ if ($debug_processing && !$custom_filter_check) {
7840
+ $filter_hooks []= array ("ai_block_insertion_check", $this->number);
7841
+ }
7842
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7843
  if (!$custom_filter_check) continue;
7844
 
7878
 
7879
  // Process Between Comments postion
7880
  function ai_comment_end_callback ($comment, $args, $depth) {
7881
+ global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time, $filter_hooks;
7882
 
7883
  if ($args ['style'] == 'div') $tag = 'div'; else $tag = 'li';
7884
 
7965
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
7966
  $hook_start_time = microtime (true);
7967
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
7968
+ if ($debug_processing && !$custom_filter_check) {
7969
+ $filter_hooks []= array ("ai_block_insertion_check", $this->number);
7970
+ }
7971
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
7972
  if (!$custom_filter_check) continue;
7973
 
8049
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
8050
  $hook_start_time = microtime (true);
8051
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
8052
+ if ($debug_processing && !$custom_filter_check) {
8053
+ $filter_hooks []= array ("ai_block_insertion_check", $this->number);
8054
+ }
8055
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
8056
  if (!$custom_filter_check) continue;
8057
 
8085
  }
8086
 
8087
  function ai_custom_hook ($action, $insertion_type, $name, $translated_name = '', $hook_parameter = null, $hook_check = null) {
8088
+ global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time, $ai_total_hook_php_time, $filter_hooks;
8089
 
8090
  $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
8091
 
8183
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
8184
  $hook_start_time = microtime (true);
8185
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
8186
+ if ($debug_processing && !$custom_filter_check) {
8187
+ $filter_hooks []= array ("ai_block_insertion_check", $this->number);
8188
+ }
8189
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
8190
  if (!$custom_filter_check) continue;
8191
 
8248
  }
8249
 
8250
  function ai_process_shortcode (&$block, $atts) {
8251
+ global $block_object, $ai_last_check, $ai_wp_data, $ad_inserter_globals, $ai_total_hook_php_time, $filter_hooks;
8252
 
8253
  if ($atts == '') return '';
8254
 
8582
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
8583
  $hook_start_time = microtime (true);
8584
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
8585
+ if ($debug_processing && !$custom_filter_check) {
8586
+ $filter_hooks []= array ("ai_block_insertion_check", $this->number);
8587
+ }
8588
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
8589
  if (!$custom_filter_check) return "";
8590
 
8709
  }
8710
 
8711
  function ai_widget_draw ($args, $instance, &$block) {
8712
+ global $block_object, $ad_inserter_globals, $ai_wp_data, $ai_last_check, $ai_total_hook_php_time, $filter_hooks;
8713
 
8714
  $block = isset ($instance ['block']) ? $instance ['block'] : 1;
8715
  $sticky = isset ($instance ['sticky']) ? $instance ['sticky'] : 0;
8794
  $ai_last_check = AI_CUSTOM_FILTER_CHECK;
8795
  $hook_start_time = microtime (true);
8796
  $custom_filter_check = apply_filters ("ai_block_insertion_check", true, $obj->number);
8797
+ if ($debug_processing && !$custom_filter_check) {
8798
+ $filter_hooks []= array ("ai_block_insertion_check", $this->number);
8799
+ }
8800
  $ai_total_hook_php_time += microtime (true) - $hook_start_time;
8801
  if (!$custom_filter_check) return;
8802
 
9748
  return $ai_code = str_replace ("<!-- AI-W3TC-LOG -->", '', $ai_code);
9749
  }
9750
 
9751
+ // Placeholder for additional messages
9752
+ $ai_w3tc_debugging []= "<!-- AI-W3TC-LOG-END -->";
9753
+
9754
  $new_code = str_replace ("<!-- AI-W3TC-LOG -->", ai_w3tc_debug_info ($ai_w3tc_debugging, "ai-w3tc-run"), $ai_code);
9755
 
9756
  $ai_w3tc_debugging = array ();
9758
  return $new_code;
9759
  }
9760
 
9761
+ function ai_w3tc_block_end_message ($message, $ai_code) {
9762
+ return str_replace ("<!-- AI-W3TC-LOG-END -->", $message . "<!-- AI-W3TC-LOG-END -->\n", $ai_code);
9763
+ }
9764
+
9765
+
9766
  function ai_w3tc_log_run ($w3tc_debug_text, $css = '') {
9767
  global $ai_w3tc_debugging, $ai_w3tc_nesting_level;
9768
 
10315
 
10316
 
10317
  // Version check
10318
+ global $wp_version, $version_string, $subversion_string, $filter_hooks;
10319
 
10320
  if (version_compare ($wp_version, "4.6", "<")) {
10321
  exit ('Ad Inserter ' . __('requires WordPress 4.6 or newer', 'ad-inserter') . '. <a href="https://wordpress.org/support/article/updating-wordpress/" target=_blank">'. __('Please update!', 'ad-inserter') . '</a>');
10325
  // exit ('Ad Inserter ' . __('requires PHP 5.6 or newer', 'ad-inserter') . '. <a href="https://wordpress.org/support/update-php/" target=_blank">'. __('Please update!', 'ad-inserter') . '</a>');
10326
  //}
10327
 
10328
+ $filter_hooks = array ();
10329
+
10330
  if (isset ($_GET ['ai-safe-mode'])) {
10331
  define ('AI_SAFE_MODE', 1);
10332
  }
10414
  $logged_in_key = defined ('LOGGED_IN_KEY') ? LOGGED_IN_KEY : 'key';
10415
 
10416
  if ($ai_wp_data [AI_ADB_DETECTION]) {
10417
+
10418
+ $key = AUTH_KEY;
10419
+ if (defined ('NONCE_KEY')) {
10420
+ $key .= NONCE_KEY;
10421
+ }
10422
+
10423
  $adb_2_name = AI_ADB_2_DEFAULT_NAME;
10424
+ define ('AI_ADB_COOKIE_VALUE', substr (preg_replace ("/[^A-Za-z]+/", '', strtolower (md5 ($logged_in_key.md5 ($key)))), 0, 8));
10425
 
10426
  $script_path = AD_INSERTER_PLUGIN_DIR.'js';
10427
  $script = $script_path.'/sponsors.js';
10428
 
10429
  if (is_writable ($script_path) && is_writable ($script)) {
10430
+ $adb_2_name = substr (preg_replace ("/[^A-Za-z]+/", '', strtolower (md5 ($logged_in_key).md5 ($key))), 0, 8);
10431
 
10432
  $js_ok = false;
10433
  if (file_exists ($script)) {
changelog.txt CHANGED
@@ -2,6 +2,77 @@
2
 
3
  This is an archive of older changelog entries. Most recent entries are maintained in readme.txt
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  = 2.4.23 =
6
  - Added support to define custom fields with shortocdes
7
  - Added support to delay showing ads for specified number of pageviews (Pro only)
2
 
3
  This is an archive of older changelog entries. Most recent entries are maintained in readme.txt
4
 
5
+ = 2.5.10 =
6
+ - Optimized Javascript code to allow advanced optimizations
7
+ - Added support to wait for jQuery so it can be deferred
8
+ - Added support for children categories in lists
9
+ - Added support to load settings page in safe mode
10
+ - Added warning notice if PHP version is below 5.6
11
+ - Improved user interface for lists
12
+ - Modified Javascript code that was wrongly replaced by CDN url
13
+ - Fix for updates server access warning message (Pro only)
14
+ - Few minor bug fixes, cosmetic changes and code improvements
15
+
16
+ = 2.5.9 =
17
+ - Added support for block name class
18
+ - Added support for code generator for AdSense sticky AMP ads
19
+ - Fix for paragraph clearance issues
20
+ - Few minor bug fixes, cosmetic changes and code improvements
21
+
22
+ = 2.5.8 =
23
+ - Added support to call function adinserter () with block name
24
+ - Added support to insert header code with HEAD separator only once
25
+ - Additional info for errors when saving settings
26
+ - Improved support for insertion between posts on AMP pages
27
+ - Implemented compatibility with other plugins using phpQuery library
28
+ - Added support for shortcode to disable tracking on specific pages (Pro only)
29
+ - Few minor bug fixes, cosmetic changes and code improvements
30
+
31
+ = 2.5.7 =
32
+ - Fix for error when saving settings
33
+
34
+ = 2.5.6 =
35
+ - Added support for PenCi Soledad AMP plugin
36
+ - Fix for php processing on multisite installations
37
+ - Fix for client-side referrer check
38
+ - Fix for header and footer code on AMP pages using AMP plugin
39
+ - Few minor bug fixes, cosmetic changes and code improvements
40
+
41
+ = 2.5.5 =
42
+ - Added support for client list (black/whitelist operating systems, browsers, device names)
43
+ - Fix for replaced tags with default value {name:default-value}
44
+ - Few minor bug fixes, cosmetic changes and code improvements
45
+
46
+ = 2.5.4 =
47
+ - Minor bug fix regarding update checks (Pro only)
48
+
49
+ = 2.5.3 =
50
+ - Added support for warning when Ad Inserter is disabled by AMPforWP Plugin Manager
51
+ - Added support for block shortcode attributes
52
+ - Added support for post ID list to include all posts or static pages
53
+ - Added option for maximum number of paragraphs
54
+ - Added support to check for update server accessibility (Pro only)
55
+ - Added ids to ad blocking popup message and overlay elements
56
+ - Few minor bug fixes, cosmetic changes and code improvements
57
+
58
+ = 2.5.2 =
59
+ - Added options to define paragraph counting inside container elements
60
+ - Added support to pin block list (Pro only)
61
+ - Few minor bug fixes, cosmetic changes and code improvements
62
+
63
+ = 2.5.1 =
64
+ - Few minor bug fixes (Pro only)
65
+
66
+ = 2.5.0 =
67
+ - Improved user interface
68
+ - Simplified user interface for individual post/page exceptions
69
+ - Added support for virtual ads.txt file
70
+ - Added support for frequency capping (Pro only)
71
+ - Added support for click fraud detection (Pro only)
72
+ - Changed url prefix for public reports to avoid possible url collisions (Pro only)
73
+ - Fix for shortcode processing when blocks were used before init hook
74
+ - Many minor bug fixes, cosmetic changes and code improvements
75
+
76
  = 2.4.23 =
77
  - Added support to define custom fields with shortocdes
78
  - Added support to delay showing ads for specified number of pageviews (Pro only)
class.php CHANGED
@@ -5,6 +5,8 @@ if (!defined ('ABSPATH')) exit;
5
  require_once AD_INSERTER_PLUGIN_DIR.'constants.php';
6
 
7
  abstract class ai_BaseCodeBlock {
 
 
8
  var $wp_options;
9
  var $fallback;
10
  var $client_side_list_detection;
@@ -15,8 +17,9 @@ abstract class ai_BaseCodeBlock {
15
  var $needs_class;
16
  var $code_version;
17
  var $version_name;
18
- var $additional_code_before; // For server-side dynamic PHP code
19
- var $additional_code_after; // For server-side dynamic PHP code
 
20
  var $counters;
21
  var $client_side_cookie_check;
22
  var $hide_debug_labels;
@@ -76,6 +79,7 @@ abstract class ai_BaseCodeBlock {
76
  $this->version_name = '';
77
  $this->additional_code_before = '';
78
  $this->additional_code_after = '';
 
79
  $this->counters = '';
80
  $this->client_side_cookie_check = false;
81
  $this->hide_debug_labels = false;
@@ -505,7 +509,7 @@ abstract class ai_BaseCodeBlock {
505
  }
506
 
507
  public function ai_getCode (){
508
- global $block_object, $ai_total_block_php_time, $ai_wp_data, $ad_inserter_globals;
509
 
510
  if ($this->fallback != 0 && $this->fallback <= 96 && $this->fallback != $this->number) {
511
 
@@ -525,8 +529,17 @@ abstract class ai_BaseCodeBlock {
525
  }
526
  }
527
 
 
 
528
  $obj = $this;
529
- $code = $obj->get_ad_data();
 
 
 
 
 
 
 
530
 
531
  if ($obj->get_process_php () && !get_disable_php_processing () && (!is_multisite() || is_main_site () || multisite_php_processing ()) && !defined ('AI_NO_PHP_PROCESSING')) {
532
  $global_name = 'GENERATED_CODE';
@@ -567,14 +580,21 @@ abstract class ai_BaseCodeBlock {
567
  $ai_total_block_php_time += microtime (true) - $start_time;
568
  }
569
 
 
 
 
 
 
 
 
 
 
570
  return $code;
571
  }
572
  }
573
 
574
  abstract class ai_CodeBlock extends ai_BaseCodeBlock {
575
 
576
- var $number;
577
-
578
  function __construct () {
579
 
580
  parent::__construct();
@@ -582,6 +602,8 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
582
  $this->wp_options [AI_OPTION_BLOCK_NAME] = '';
583
  $this->wp_options [AI_OPTION_DISABLE_INSERTION] = AI_DISABLED;
584
  $this->wp_options [AI_OPTION_SHOW_LABEL] = AI_DISABLED;
 
 
585
  $this->wp_options [AI_OPTION_LAZY_LOADING] = AI_DISABLED;
586
  $this->wp_options [AI_OPTION_PROTECTED] = AI_DISABLED;
587
  $this->wp_options [AI_OPTION_MANUAL_LOADING] = AI_MANUAL_LOADING_DISABLED;
@@ -594,6 +616,8 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
594
  $this->wp_options [AI_OPTION_HTML_SELECTOR] = AD_EMPTY_DATA;
595
  $this->wp_options [AI_OPTION_SERVER_SIDE_INSERTION] = DEFAULT_SERVER_SIDE_INSERTION;
596
  $this->wp_options [AI_OPTION_HTML_ELEMENT_INSERTION] = DEFAULT_HTML_ELEMENT_INSERTION;
 
 
597
  $this->wp_options [AI_OPTION_INSIDE_ELEMENT] = DEFAULT_INSIDE_ELEMENT;
598
  $this->wp_options [AI_OPTION_PARAGRAPH_NUMBER] = AD_ONE;
599
  $this->wp_options [AI_OPTION_MIN_PARAGRAPHS] = AD_EMPTY_DATA;
@@ -737,6 +761,16 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
737
  return $disable_insertion;
738
  }
739
 
 
 
 
 
 
 
 
 
 
 
740
  public function get_show_label (){
741
  $show_label = isset ($this->wp_options [AI_OPTION_SHOW_LABEL]) ? $this->wp_options [AI_OPTION_SHOW_LABEL] : AI_DISABLED;
742
  if ($show_label == '') $show_label = AI_DISABLED;
@@ -1444,6 +1478,29 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
1444
  return $sticky_parameters;
1445
  }
1446
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1447
  public function alignment_style ($alignment_type, $all_styles = false, $full_sticky_style = true) {
1448
 
1449
  $style = "";
@@ -1492,6 +1549,18 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
1492
  break;
1493
  }
1494
 
 
 
 
 
 
 
 
 
 
 
 
 
1495
  if (!$all_styles && strpos ($style, "||") !== false) {
1496
  $styles = explode ("||", $style);
1497
  if (isset ($styles [0])) {
@@ -1591,6 +1660,22 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
1591
  return $option;
1592
  }
1593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1594
  public function get_html_element_insertion_text ($translate = true) {
1595
  switch ($this->get_html_element_insertion ()) {
1596
  case AI_HTML_INSERTION_CLIENT_SIDE:
@@ -2403,9 +2488,8 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
2403
  $counters, $right_title,
2404
  $viewport_class_name);
2405
  } else {
2406
- // if (!$ai_wp_data [AI_WP_AMP_PAGE]) {
2407
  if (defined ('AI_NORMAL_HEADER_STYLES') && AI_NORMAL_HEADER_STYLES && !get_inline_styles ()) {
2408
- $hidden_wrapper_start = '<section class="' . $viewport_class_name .' ai-debug-block ai-debug-viewport-invisible '. $alignment_class .'">';
2409
  } else {
2410
  $hidden_wrapper_start = '<section class="' . $viewport_class_name .' ai-debug-block ai-debug-viewport-invisible" style="' . $alignment_style . '">';
2411
  }
@@ -2418,7 +2502,6 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
2418
  $counters, $right_title) .
2419
  $this->labels->message (__('BLOCK', 'ad-inserter').' '._x('INSERTED BUT NOT VISIBLE', 'block or widget', 'ad-inserter')) .
2420
  '</section>';
2421
- // }
2422
  }
2423
  }
2424
  }
@@ -2584,6 +2667,35 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
2584
  return $code . ai_js_dom_ready ($js_code, $script_tag, $script_class);
2585
  }
2586
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2587
  public function ai_processViewportSeparators ($processed_code) {
2588
  global $ai_wp_data;
2589
 
@@ -2742,17 +2854,19 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
2742
  }
2743
 
2744
  public function ai_getProcessedCode ($force_close_button = false) {
2745
- global $ai_wp_data, $ad_inserter_globals, $block_object;
2746
 
2747
  // Clear the codes for cases when the code block is called more than once
2748
  $this->additional_code_before = '';
2749
  $this->additional_code_after = '';
 
2750
  $this->w3tc_code = '';
2751
  $this->w3tc_debug = array ();
2752
  $this->no_insertion_text = '';
2753
 
2754
  $not_iframe_or_inside = !$this->get_iframe () || $ai_wp_data [AI_CODE_FOR_IFRAME];
2755
 
 
2756
 
2757
  // Code for ad label, close button
2758
  $additional_code = '';
@@ -2891,7 +3005,14 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
2891
  }
2892
 
2893
  if ($additional_code != '') {
2894
- $additional_code = '<div class="ai-attributes">'."\n" . $additional_code . '</div>'."\n";
 
 
 
 
 
 
 
2895
  }
2896
 
2897
 
@@ -3204,8 +3325,6 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
3204
  $this->version_name = '';
3205
 
3206
  if (count ($ai_wp_data [AI_ACTIVE_GROUP_NAMES]) != 0) {
3207
- $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
3208
-
3209
  $this->check_code_empty = true;
3210
  foreach ($ai_wp_data [AI_ACTIVE_GROUP_NAMES] as $group_name) {
3211
  foreach ($version_groups as $index => $version_group) {
@@ -3378,9 +3497,6 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
3378
  if ($groups) {
3379
  $ad_index_code = ' global $ai_groups; $ai_index = 0; if (isset ($ai_groups) && count ($ai_groups) != 0) {foreach ($ai_groups as $group_name) {foreach (unserialize (base64_decode (\''.
3380
  base64_encode (serialize ($version_groups)).'\')) as $index => $version_group) {if ($version_group == trim ($group_name)) {$ai_index = $index + 1; break 2;}}}}';
3381
- // Fix to prevent converting && into &amp;&amp; and > into &gt; on AMP pages
3382
- // $ad_index_code = ' global $ai_groups; $ai_index = 0; if (isset ($ai_groups)) if (count ($ai_groups) != 0) {foreach ($ai_groups as $group_name) {foreach (unserialize (base64_decode (\''.
3383
- // base64_encode (serialize ($version_groups)).'\')) as $index => $version_group) {if ($version_group == trim ($group_name)) {$ai_index = $index + 1; break 2;}}}}';
3384
  }
3385
  elseif ($shares) {
3386
  $ad_index_code = ' $ai_random_threshold = mt_rand (0, 100); $ai_thresholds = unserialize (\''.
@@ -3409,10 +3525,6 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
3409
  $this->w3tc_code .= ' if ($ai_enabled) {$groups_marker = base64_decode (\'' . base64_encode ($groups_marker) .
3410
  '\'); global $ai_groups; if (preg_match ($groups_marker, $ai_code, $matches)) {$ai_groups = json_decode (base64_decode ($matches [1])); $ai_code = preg_replace ($groups_marker, \'\', $ai_code);}}';
3411
 
3412
- // if (isset ($this->shortcodes ['viewport'])) {
3413
- // $this->w3tc_code .= 'if ($ai_enabled) $ai_code = ai_process_viewport_separators ($ai_code, unserialize (base64_decode (\''.base64_encode (serialize ($this->shortcodes ['viewport'])).'\')));';
3414
- // }
3415
-
3416
  $processed_code = $this->generate_html_from_w3tc_code ();
3417
  break;
3418
  }
@@ -3655,7 +3767,7 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
3655
  }
3656
  }
3657
 
3658
- $url_parameters = base64_encode ($url_parameters_raw);
3659
  $referers = base64_encode ($referers_raw);
3660
  $clients = base64_encode ($clients_raw);
3661
 
@@ -3749,7 +3861,7 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
3749
 
3750
  $processed_code = $debug_processed_code . $processed_code;
3751
  }
3752
- // translators: %s: list parameters and type
3753
  if ($this->client_side_cookie_check && ($url_parameters != '')) $url_parameter_attributes_dbg = sprintf (__ ("parameters='%s' type='%s'", 'ad-inserter'), $url_parameters_raw, $url_parameter_list_type); else $url_parameter_attributes_dbg = '';
3754
  // translators: %s: list parameters and type
3755
  if ( $referers != '') $referer_attributes_dbg = sprintf (__ ("referers='%s' type='%s'", 'ad-inserter'), $referers_raw, $referer_list_type); else $referer_attributes_dbg = '';
@@ -3762,6 +3874,17 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
3762
 
3763
  $processed_code = $debug_processed_code . $processed_code;
3764
  }
 
 
 
 
 
 
 
 
 
 
 
3765
  }
3766
 
3767
  break;
@@ -4160,6 +4283,17 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4160
 
4161
  // if (function_exists ('ai_adb_block_actions') && $not_iframe_or_inside) ai_adb_block_actions ($this, $this->hide_debug_labels);
4162
 
 
 
 
 
 
 
 
 
 
 
 
4163
  if (($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_BLOCKS) != 0 && !$this->hide_debug_labels) {
4164
  $this->ai_generateDebugLabel ();
4165
  }
@@ -4168,56 +4302,64 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4168
 
4169
  // $this->additional_code_after may contain W3TC code because of ai_adb_block_actions ()
4170
  if ($this->w3tc_code != '' || strpos ($this->additional_code_after, '<!-- mfunc') !== false) {
4171
- $this->w3tc_debug []= 'REGENERATE PROCESSED CODE';
4172
-
4173
  $code = $this->regenerate_w3tc_code ($code);
4174
  $this->additional_code_before = '';
4175
  $this->additional_code_after = '';
4176
 
4177
- // Not needed - done in regenerate_w3tc_code
4178
- // $code = $this->generate_html_from_w3tc_code ();
 
 
4179
  }
4180
 
4181
- if ($ai_wp_data [AI_W3TC_DEBUGGING] && $this->w3tc_code != '') {
4182
- $this->w3tc_debug []= 'REGENERATE CODE FOR DEBUGGING';
4183
-
4184
  $code = $this->regenerate_w3tc_code ($code);
4185
  $this->additional_code_before = '';
4186
  $this->additional_code_after = '';
4187
 
4188
- $this->w3tc_debug []= 'ADD DEBUGGING CODE';
4189
- $this->w3tc_code = ' ai_w3tc_block_start ('.$this->number.');' . $this->w3tc_code . '$ai_code = ai_w3tc_block_end ('.$this->number.', $ai_code, $ai_enabled, (isset ($ai_fallback) ? $ai_fallback : \'\'), (isset ($ai_index) ? $ai_index : \'\'));';
4190
 
4191
  $code = $this->generate_html_from_w3tc_code ();
4192
  }
4193
 
 
 
 
 
 
 
 
 
 
4194
  return $code;
4195
  }
4196
 
4197
  public function get_code_for_single_insertion ($include_viewport_classes = true, $hidden_widgets = false, $code_only = false) {
4198
- global $ai_wp_data, $block_object, $ad_inserter_globals;
4199
 
4200
  if ($this->get_disable_caching ()) $ai_wp_data [AI_DISABLE_CACHING] = true;
4201
 
4202
- if ($this->get_lazy_loading () || $this->get_manual_loading () != AI_MANUAL_LOADING_DISABLED) $this->needs_class = true;
4203
  // if ($this->client_side_list_detection && !$ai_wp_data [AI_WP_AMP_PAGE]) $this->needs_class = true;
4204
 
4205
  $block_class_name = get_block_class_name ($this->needs_class);
4206
 
4207
- $block_class = get_block_class ();
4208
- $block_number_class = get_block_number_class ();
4209
  $block_name_class = get_block_name_class ();
4210
 
4211
  $alignment_class = $ai_wp_data [AI_CODE_FOR_IFRAME] ? '' : $this->get_alignment_class ();
 
4212
  $alignment_style = $ai_wp_data [AI_CODE_FOR_IFRAME] ? '' : $this->get_alignment_style ();
4213
 
4214
  if ($this->get_client_side_action () == AI_CLIENT_SIDE_ACTION_INSERT) $include_viewport_classes = false;
4215
  $viewport_classes = $include_viewport_classes ? trim ($this->get_viewport_classes ()) : "";
4216
 
4217
  $classes = array ();
4218
- if ($block_class_name != '' && ($block_class || $block_number_class || $block_name_class) || $alignment_class != '' || $viewport_classes != '') {
4219
  if ($block_class_name != '' && ($block_class || $this->needs_class)) $classes []= $block_class_name;
4220
  if ($alignment_class) $classes []= $alignment_class;
 
4221
  if ($block_class_name != '' && ($block_number_class || $this->needs_class)) $classes []= $block_class_name . "-" . $this->number;
4222
  if ($block_class_name != '' && $block_name_class) $classes []= $block_class_name . "-" . $this->get_name_class ();
4223
  if ($viewport_classes) $classes []= $viewport_classes;
@@ -4345,6 +4487,12 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4345
  $this->w3tc_code .= ' if ($ai_fallback === null) $ai_tracking_data = \'['.$tracking_block.',\'.$ai_index.\']\'; else $ai_tracking_data = \'[\'.$ai_fallback.\',\'.$ai_index.\']\';';
4346
  $this->w3tc_code .= ' $ai_code = str_replace (\'[#AI_DATA#]\', base64_encode ($ai_tracking_data), base64_decode (\''.base64_encode ($wrapper_before).'\')) . $ai_code . base64_decode (\''.$this->base64_encode_w3tc ($wrapper_after, false).'\');';
4347
 
 
 
 
 
 
 
4348
  $code = $this->generate_html_from_w3tc_code ();
4349
  } else {
4350
  if ($ai_wp_data [AI_WP_AMP_PAGE] || ($alignment_class != '' && defined ('AI_NORMAL_HEADER_STYLES') && AI_NORMAL_HEADER_STYLES && !get_inline_styles ())) {
@@ -4362,12 +4510,44 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4362
  $wrapper_after = "</div>\n";
4363
 
4364
  $code = $wrapper_before . $code . $wrapper_after;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4365
  }
4366
 
 
 
 
 
 
 
 
 
 
 
4367
  return $code;
4368
  }
4369
 
4370
  public function get_code_for_insertion ($include_viewport_classes = true, $hidden_widgets = false, $code_only = false) {
 
4371
 
4372
  $code = '';
4373
  $this->check_code_insertions = null;
@@ -4387,11 +4567,21 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4387
  $this->check_codes_data = null;
4388
  }
4389
 
 
 
 
 
 
 
 
 
 
 
4390
  return $code;
4391
  }
4392
 
4393
  public function get_html_js_code_for_serverside_insertion ($include_viewport_classes = true, $hidden_widgets = false, $code_only = false) {
4394
- global $ai_wp_data, $block_object;
4395
 
4396
  $html_element_insertion = false;
4397
  $viewports_insertion = $this->get_detection_client_side() && $this->get_client_side_action () == AI_CLIENT_SIDE_ACTION_INSERT;
@@ -4453,11 +4643,8 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4453
 
4454
  $serverside_insertion_code = "<div class='ai-viewports $viewport_classes $block_id' data-insertion='after' data-selector='.{$block_id}' data-insertion-no-dbg data-code='[#AI_CODE#]' data-block='{$this->number}'></div>\n";
4455
  if (!get_disable_js_code ()) {
4456
- // $js_code = "ai_insert_code (document.getElementsByClassName ('$block_id') [0]);";
4457
- // $js_code = "var ai_block_div = document.getElementsByClassName ('$block_id') [0]; ai_insert_code (ai_block_div); ai_block_div.classList.remove ('$block_id')";
4458
  $js_code = "ai_insert_viewport_code ('$block_id');";
4459
 
4460
- // $serverside_insertion_code .= "<script>$js_code</script>\n";
4461
  $serverside_insertion_code .= $this->ai_js_dom_ready ($js_code);
4462
  }
4463
  }
@@ -4468,11 +4655,10 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4468
  $viewport_classes = trim ($this->get_viewport_classes ());
4469
 
4470
  $serverside_insertion_code = "<div class='ai-viewports $viewport_classes $block_id' data-insertion='$insertion' data-selector='$selector' data-code='[#AI_CODE#]' data-block='{$this->number}'></div>\n";
4471
- if (!get_disable_js_code () /*&& $this->get_html_element_insertion () == AI_HTML_INSERTION_CLIENT_SIDE*/) {
4472
  // Try to insert it immediately. If the code is server-side inserted before the HTML element, it will be client-side inserted after DOM ready (remaining .ai-viewports)
4473
- // $serverside_insertion_code .= "<script>ai_insert_code (document.getElementsByClassName ('$block_id') [0]);</script>\n";
4474
- // $js_code = "var ai_block_div = document.getElementsByClassName ('$block_id') [0]; ai_insert_code (ai_block_div); ai_block_div.classList.remove ('$block_id')";
4475
  $js_code = "ai_insert_viewport_code ('$block_id');";
 
4476
  $serverside_insertion_code .= $this->ai_js_dom_ready ($js_code);
4477
  }
4478
  }
@@ -4481,25 +4667,10 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4481
  $block_code = $this->base64_encode_w3tc (ai_strip_js_markers ($this->get_code_for_insertion ($include_viewport_classes, $hidden_widgets, $code_only)));
4482
  $selector = $this->get_html_selector (true);
4483
 
4484
- // $code_before = '';
4485
- // $code_after = '';
4486
-
4487
- // if ($this->get_html_element_insertion () == AI_HTML_INSERTION_CLIENT_SIDE_DOM_READY) {
4488
-
4489
- // $code_before = "var ai_insert_{$this->number} = function(){
4490
- // ";
4491
- // $code_after = "\n };
4492
- // if (document.readyState === 'complete' || (document.readyState !== 'loading' && !document.documentElement.doScroll)) ai_insert_{$this->number} (); else document.addEventListener ('DOMContentLoaded', ai_insert_{$this->number});";
4493
- // }
4494
-
4495
- // if (get_disable_js_code ()) $serverside_insertion_code = ''; else
4496
- // $serverside_insertion_code = "<script>
4497
- // {$code_before}ai_insert ('$insertion', '$selector', b64d ('[#AI_CODE#]'));{$code_after}
4498
- //</script>\n";
4499
-
4500
  $serverside_insertion_code = '';
4501
  if (!get_disable_js_code ()) {
4502
  $js_code = "ai_insert ('$insertion', '$selector', b64d ('[#AI_CODE#]'));";
 
4503
  $serverside_insertion_code .= $this->ai_js_dom_ready ($js_code);
4504
  }
4505
  }
@@ -4551,11 +4722,21 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4551
  $serverside_insertion_code = str_replace ('[#AI_CODE#]', $block_code, $serverside_insertion_code);
4552
  }
4553
 
 
 
 
 
 
 
 
 
 
 
4554
  return $serverside_insertion_code;
4555
  }
4556
 
4557
  public function get_code_for_serverside_insertion ($include_viewport_classes = true, $hidden_widgets = false, $code_only = false) {
4558
- global $ai_wp_data;
4559
 
4560
  if (!isset ($ai_wp_data [AI_NESTING_LEVEL])) $ai_wp_data [AI_NESTING_LEVEL] = 0; else $ai_wp_data [AI_NESTING_LEVEL] ++;
4561
 
@@ -4570,6 +4751,16 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
4570
 
4571
  $ai_wp_data [AI_NESTING_LEVEL] --;
4572
 
 
 
 
 
 
 
 
 
 
 
4573
  return $code;
4574
  }
4575
 
@@ -5284,16 +5475,44 @@ echo '</body>
5284
  return $block_class_name . str_replace (' ', '-', strtolower ($this->get_alignment_type_text (false)));
5285
  break;
5286
  case AI_ALIGNMENT_STICKY:
5287
- return $block_class_name . str_replace (' ', '-', strtolower (md5 ($this->alignment_style ($this->get_alignment_type ()))));
 
5288
  break;
5289
  case AI_ALIGNMENT_CUSTOM_CSS:
5290
- return $block_class_name . str_replace (' ', '-', strtolower (md5 ($this->get_custom_css ())));
 
5291
  break;
5292
  }
5293
 
5294
  return '';
5295
  }
5296
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5297
  public function before_image ($content, $position_preview = false) {
5298
  return $this->before_paragraph ($content, $position_preview, true);
5299
  }
@@ -8141,6 +8360,7 @@ class ai_AdH extends ai_BaseCodeBlock {
8141
  public function __construct () {
8142
  parent::__construct();
8143
 
 
8144
  $this->wp_options [AI_OPTION_BLOCK_NAME] = 'HEADER';
8145
  }
8146
  }
@@ -8150,6 +8370,7 @@ class ai_AdF extends ai_BaseCodeBlock {
8150
  public function __construct () {
8151
  parent::__construct();
8152
 
 
8153
  $this->wp_options [AI_OPTION_BLOCK_NAME] = 'FOOTER';
8154
  }
8155
  }
@@ -8159,6 +8380,7 @@ class ai_AdA extends ai_BaseCodeBlock {
8159
  public function __construct () {
8160
  parent::__construct();
8161
 
 
8162
  $this->wp_options [AI_OPTION_BLOCK_NAME] = 'AD BLOCKING MESSAGE';
8163
  }
8164
 
5
  require_once AD_INSERTER_PLUGIN_DIR.'constants.php';
6
 
7
  abstract class ai_BaseCodeBlock {
8
+ var $number;
9
+
10
  var $wp_options;
11
  var $fallback;
12
  var $client_side_list_detection;
17
  var $needs_class;
18
  var $code_version;
19
  var $version_name;
20
+ var $additional_code_before; // For server-side dynamic PHP code and debugging labels
21
+ var $additional_code_after; // For server-side dynamic PHP code and debugging labels
22
+ var $additional_code_before_block; // For clint-side manual insertion set to auto
23
  var $counters;
24
  var $client_side_cookie_check;
25
  var $hide_debug_labels;
79
  $this->version_name = '';
80
  $this->additional_code_before = '';
81
  $this->additional_code_after = '';
82
+ $this->additional_code_before_block = '';
83
  $this->counters = '';
84
  $this->client_side_cookie_check = false;
85
  $this->hide_debug_labels = false;
509
  }
510
 
511
  public function ai_getCode (){
512
+ global $block_object, $ai_total_block_php_time, $ai_wp_data, $ad_inserter_globals, $ai_total_hook_php_time, $filter_hooks;
513
 
514
  if ($this->fallback != 0 && $this->fallback <= 96 && $this->fallback != $this->number) {
515
 
529
  }
530
  }
531
 
532
+ $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
533
+
534
  $obj = $this;
535
+ $code_org = $obj->get_ad_data();
536
+
537
+ $hook_start_time = microtime (true);
538
+ $code = apply_filters ("ai_block_code", $code_org, $this->number);
539
+ if ($debug_processing && $code != $code_org) {
540
+ $filter_hooks []= array ("ai_block_code", $this->number);
541
+ }
542
+ $ai_total_hook_php_time += microtime (true) - $hook_start_time;
543
 
544
  if ($obj->get_process_php () && !get_disable_php_processing () && (!is_multisite() || is_main_site () || multisite_php_processing ()) && !defined ('AI_NO_PHP_PROCESSING')) {
545
  $global_name = 'GENERATED_CODE';
580
  $ai_total_block_php_time += microtime (true) - $start_time;
581
  }
582
 
583
+ $code_org = $code;
584
+
585
+ $hook_start_time = microtime (true);
586
+ $code = apply_filters ("ai_block_code_after_php", $code_org, $this->number);
587
+ if ($debug_processing && $code != $code_org) {
588
+ $filter_hooks []= array ("ai_block_code_after_php", $this->number);
589
+ }
590
+ $ai_total_hook_php_time += microtime (true) - $hook_start_time;
591
+
592
  return $code;
593
  }
594
  }
595
 
596
  abstract class ai_CodeBlock extends ai_BaseCodeBlock {
597
 
 
 
598
  function __construct () {
599
 
600
  parent::__construct();
602
  $this->wp_options [AI_OPTION_BLOCK_NAME] = '';
603
  $this->wp_options [AI_OPTION_DISABLE_INSERTION] = AI_DISABLED;
604
  $this->wp_options [AI_OPTION_SHOW_LABEL] = AI_DISABLED;
605
+ $this->wp_options [AI_OPTION_BLOCK_WIDTH] = AD_EMPTY_DATA;
606
+ $this->wp_options [AI_OPTION_BLOCK_HEIGHT] = AD_EMPTY_DATA;
607
  $this->wp_options [AI_OPTION_LAZY_LOADING] = AI_DISABLED;
608
  $this->wp_options [AI_OPTION_PROTECTED] = AI_DISABLED;
609
  $this->wp_options [AI_OPTION_MANUAL_LOADING] = AI_MANUAL_LOADING_DISABLED;
616
  $this->wp_options [AI_OPTION_HTML_SELECTOR] = AD_EMPTY_DATA;
617
  $this->wp_options [AI_OPTION_SERVER_SIDE_INSERTION] = DEFAULT_SERVER_SIDE_INSERTION;
618
  $this->wp_options [AI_OPTION_HTML_ELEMENT_INSERTION] = DEFAULT_HTML_ELEMENT_INSERTION;
619
+ $this->wp_options [AI_OPTION_WAIT_FOR] = AD_EMPTY_DATA;
620
+ $this->wp_options [AI_OPTION_WAIT_FOR_DELAY] = AD_EMPTY_DATA;
621
  $this->wp_options [AI_OPTION_INSIDE_ELEMENT] = DEFAULT_INSIDE_ELEMENT;
622
  $this->wp_options [AI_OPTION_PARAGRAPH_NUMBER] = AD_ONE;
623
  $this->wp_options [AI_OPTION_MIN_PARAGRAPHS] = AD_EMPTY_DATA;
761
  return $disable_insertion;
762
  }
763
 
764
+ public function get_block_width (){
765
+ $option = isset ($this->wp_options [AI_OPTION_BLOCK_WIDTH]) ? $this->wp_options [AI_OPTION_BLOCK_WIDTH] : AD_EMPTY_DATA;
766
+ return $option;
767
+ }
768
+
769
+ public function get_block_height (){
770
+ $option = isset ($this->wp_options [AI_OPTION_BLOCK_HEIGHT]) ? $this->wp_options [AI_OPTION_BLOCK_HEIGHT] : AD_EMPTY_DATA;
771
+ return $option;
772
+ }
773
+
774
  public function get_show_label (){
775
  $show_label = isset ($this->wp_options [AI_OPTION_SHOW_LABEL]) ? $this->wp_options [AI_OPTION_SHOW_LABEL] : AI_DISABLED;
776
  if ($show_label == '') $show_label = AI_DISABLED;
1478
  return $sticky_parameters;
1479
  }
1480
 
1481
+ public function size_style () {
1482
+ $style = '';
1483
+
1484
+ $width = trim ($this->get_block_width ());
1485
+ $height = trim ($this->get_block_height ());
1486
+
1487
+ if ($width != '') {
1488
+ if (is_numeric ($width)) {
1489
+ $width .= 'px';
1490
+ }
1491
+ $style .= ' width: ' . $width . ';';
1492
+ }
1493
+
1494
+ if ($height != '') {
1495
+ if (is_numeric ($height)) {
1496
+ $height .= 'px';
1497
+ }
1498
+ $style .= ' height: ' . $height . ';';
1499
+ }
1500
+
1501
+ return trim ($style);
1502
+ }
1503
+
1504
  public function alignment_style ($alignment_type, $all_styles = false, $full_sticky_style = true) {
1505
 
1506
  $style = "";
1549
  break;
1550
  }
1551
 
1552
+ if ($alignment_type != AI_ALIGNMENT_CUSTOM_CSS) {
1553
+ $size_style = $this->size_style ();
1554
+ if ($size_style != '') {
1555
+ $size_style = ' ' . $size_style;
1556
+ if (strpos ($style, "||") !== false) {
1557
+ $styles = explode ("||", $style);
1558
+ $style = implode ($size_style . "||", $styles);
1559
+ }
1560
+ $style .= $size_style;
1561
+ }
1562
+ }
1563
+
1564
  if (!$all_styles && strpos ($style, "||") !== false) {
1565
  $styles = explode ("||", $style);
1566
  if (isset ($styles [0])) {
1660
  return $option;
1661
  }
1662
 
1663
+ public function get_wait_for () {
1664
+ $option = isset ($this->wp_options [AI_OPTION_WAIT_FOR]) ? $this->wp_options [AI_OPTION_WAIT_FOR] : '';
1665
+
1666
+ return $option;
1667
+ }
1668
+
1669
+ public function get_wait_for_delay () {
1670
+ $option = isset ($this->wp_options [AI_OPTION_WAIT_FOR_DELAY]) ? $this->wp_options [AI_OPTION_WAIT_FOR_DELAY] : '';
1671
+
1672
+ if ($option === '0') {
1673
+ $option = '';
1674
+ }
1675
+
1676
+ return $option;
1677
+ }
1678
+
1679
  public function get_html_element_insertion_text ($translate = true) {
1680
  switch ($this->get_html_element_insertion ()) {
1681
  case AI_HTML_INSERTION_CLIENT_SIDE:
2488
  $counters, $right_title,
2489
  $viewport_class_name);
2490
  } else {
 
2491
  if (defined ('AI_NORMAL_HEADER_STYLES') && AI_NORMAL_HEADER_STYLES && !get_inline_styles ()) {
2492
+ $hidden_wrapper_start = '<section class="' . $viewport_class_name .' ai-debug-block ai-debug-viewport-invisible '. $alignment_class . '">';
2493
  } else {
2494
  $hidden_wrapper_start = '<section class="' . $viewport_class_name .' ai-debug-block ai-debug-viewport-invisible" style="' . $alignment_style . '">';
2495
  }
2502
  $counters, $right_title) .
2503
  $this->labels->message (__('BLOCK', 'ad-inserter').' '._x('INSERTED BUT NOT VISIBLE', 'block or widget', 'ad-inserter')) .
2504
  '</section>';
 
2505
  }
2506
  }
2507
  }
2667
  return $code . ai_js_dom_ready ($js_code, $script_tag, $script_class);
2668
  }
2669
 
2670
+ public function ai_check_wait_for ($js_code) {
2671
+ global $ai_wp_data;
2672
+
2673
+ $wait_for = trim ($this->get_wait_for ());
2674
+ $delay = intval ($this->get_wait_for_delay ());
2675
+
2676
+ if ($wait_for != '' && $delay == 0) {
2677
+ $delay = 50;
2678
+ }
2679
+
2680
+ if ($delay != 0) {
2681
+ if ($ai_wp_data [AI_FRONTEND_JS_DEBUGGING]) {
2682
+ $js_code = "console.log ('AI WAIT FOR DELAY ".$delay." ms');\n" . $js_code;
2683
+ }
2684
+
2685
+ $js_code = 'setTimeout (function () {'.$js_code.'}, '.$delay.');';
2686
+ }
2687
+
2688
+ if ($wait_for != '') {
2689
+ if ($ai_wp_data [AI_FRONTEND_JS_DEBUGGING]) {
2690
+ $js_code = "console.log ('AI WAIT FOR ".$wait_for." LOADED');\n" . $js_code;
2691
+ }
2692
+
2693
+ $js_code = 'document.arrive ("'.$wait_for.'", function () {'.$js_code.'});';
2694
+ }
2695
+
2696
+ return $js_code;
2697
+ }
2698
+
2699
  public function ai_processViewportSeparators ($processed_code) {
2700
  global $ai_wp_data;
2701
 
2854
  }
2855
 
2856
  public function ai_getProcessedCode ($force_close_button = false) {
2857
+ global $ai_wp_data, $ad_inserter_globals, $block_object, $ai_total_hook_php_time, $filter_hooks;
2858
 
2859
  // Clear the codes for cases when the code block is called more than once
2860
  $this->additional_code_before = '';
2861
  $this->additional_code_after = '';
2862
+ $this->additional_code_before_block = '';
2863
  $this->w3tc_code = '';
2864
  $this->w3tc_debug = array ();
2865
  $this->no_insertion_text = '';
2866
 
2867
  $not_iframe_or_inside = !$this->get_iframe () || $ai_wp_data [AI_CODE_FOR_IFRAME];
2868
 
2869
+ $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
2870
 
2871
  // Code for ad label, close button
2872
  $additional_code = '';
3005
  }
3006
 
3007
  if ($additional_code != '') {
3008
+ $additional_code_org = '<div class="ai-attributes">'."\n" . $additional_code . '</div>'."\n";
3009
+
3010
+ $hook_start_time = microtime (true);
3011
+ $additional_code = apply_filters ("ai_block_additional_code", $additional_code_org, $this->number);
3012
+ if ($debug_processing && $additional_code != $additional_code_org) {
3013
+ $filter_hooks []= array ("ai_block_additional_code", $this->number);
3014
+ }
3015
+ $ai_total_hook_php_time += microtime (true) - $hook_start_time;
3016
  }
3017
 
3018
 
3325
  $this->version_name = '';
3326
 
3327
  if (count ($ai_wp_data [AI_ACTIVE_GROUP_NAMES]) != 0) {
 
 
3328
  $this->check_code_empty = true;
3329
  foreach ($ai_wp_data [AI_ACTIVE_GROUP_NAMES] as $group_name) {
3330
  foreach ($version_groups as $index => $version_group) {
3497
  if ($groups) {
3498
  $ad_index_code = ' global $ai_groups; $ai_index = 0; if (isset ($ai_groups) && count ($ai_groups) != 0) {foreach ($ai_groups as $group_name) {foreach (unserialize (base64_decode (\''.
3499
  base64_encode (serialize ($version_groups)).'\')) as $index => $version_group) {if ($version_group == trim ($group_name)) {$ai_index = $index + 1; break 2;}}}}';
 
 
 
3500
  }
3501
  elseif ($shares) {
3502
  $ad_index_code = ' $ai_random_threshold = mt_rand (0, 100); $ai_thresholds = unserialize (\''.
3525
  $this->w3tc_code .= ' if ($ai_enabled) {$groups_marker = base64_decode (\'' . base64_encode ($groups_marker) .
3526
  '\'); global $ai_groups; if (preg_match ($groups_marker, $ai_code, $matches)) {$ai_groups = json_decode (base64_decode ($matches [1])); $ai_code = preg_replace ($groups_marker, \'\', $ai_code);}}';
3527
 
 
 
 
 
3528
  $processed_code = $this->generate_html_from_w3tc_code ();
3529
  break;
3530
  }
3767
  }
3768
  }
3769
 
3770
+ $url_parameters = base64_encode (html_entity_decode ($url_parameters_raw));
3771
  $referers = base64_encode ($referers_raw);
3772
  $clients = base64_encode ($clients_raw);
3773
 
3861
 
3862
  $processed_code = $debug_processed_code . $processed_code;
3863
  }
3864
+
3865
  if ($this->client_side_cookie_check && ($url_parameters != '')) $url_parameter_attributes_dbg = sprintf (__ ("parameters='%s' type='%s'", 'ad-inserter'), $url_parameters_raw, $url_parameter_list_type); else $url_parameter_attributes_dbg = '';
3866
  // translators: %s: list parameters and type
3867
  if ( $referers != '') $referer_attributes_dbg = sprintf (__ ("referers='%s' type='%s'", 'ad-inserter'), $referers_raw, $referer_list_type); else $referer_attributes_dbg = '';
3874
 
3875
  $processed_code = $debug_processed_code . $processed_code;
3876
  }
3877
+
3878
+ if ($url_parameter_attributes_dbg != '' && ($this->get_manual_loading () == AI_MANUAL_LOADING_AUTO || strpos ($url_parameters_raw, 'euconsent-v2') !== false)) {
3879
+ $debug_manual_loading = new ai_block_labels ('ai-debug-lists');
3880
+
3881
+ $version_name = $this->version_name == '' ? '' : ' - ' . $this->version_name;
3882
+ $block_name = $this->number . ' &nbsp; ' . $this->get_ad_name () . '<kbd data-separator=" - " class="ai-option-name">' . $version_name . '</kbd>';
3883
+
3884
+ $status = $this->get_manual_loading () == AI_MANUAL_LOADING_AUTO ? 'MANUAL LOADING' : 'WAITING FOR tcData';
3885
+ // Debugging label before the hidden block in case manual loading is set to Auto and the block has not been enabled yet
3886
+ $this->additional_code_before_block = $debug_manual_loading->bar ($block_name, '', 'NOT LOADED', $status);
3887
+ }
3888
  }
3889
 
3890
  break;
4283
 
4284
  // if (function_exists ('ai_adb_block_actions') && $not_iframe_or_inside) ai_adb_block_actions ($this, $this->hide_debug_labels);
4285
 
4286
+ // Process W3TC filter hook
4287
+ if ($this->w3tc_code != '') {
4288
+ $processed_code = $this->regenerate_w3tc_code ($processed_code);
4289
+
4290
+ $this->w3tc_code .= ' $ai_code_org = $ai_code; if (!isset ($ai_enabled) || $ai_enabled) {$ai_code = apply_filters ("ai_block_w3tc_code_after_processing", $ai_code_org, ' . $this->number . ');}';
4291
+ if ($ai_wp_data [AI_W3TC_DEBUGGING]) {
4292
+ $this->w3tc_code .= ' if ($ai_code != $ai_code_org) {ai_w3tc_log_run ("PROCESS HOOK FILTER ai_block_w3tc_code_after_processing");}';
4293
+ }
4294
+ $processed_code = $this->generate_html_from_w3tc_code ();
4295
+ }
4296
+
4297
  if (($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_BLOCKS) != 0 && !$this->hide_debug_labels) {
4298
  $this->ai_generateDebugLabel ();
4299
  }
4302
 
4303
  // $this->additional_code_after may contain W3TC code because of ai_adb_block_actions ()
4304
  if ($this->w3tc_code != '' || strpos ($this->additional_code_after, '<!-- mfunc') !== false) {
 
 
4305
  $code = $this->regenerate_w3tc_code ($code);
4306
  $this->additional_code_before = '';
4307
  $this->additional_code_after = '';
4308
 
4309
+ if ($ai_wp_data [AI_W3TC_DEBUGGING]) {
4310
+ $this->w3tc_code .= ' ai_w3tc_log_run ("REGENERATE PROCESSED CODE");';
4311
+ $code = $this->generate_html_from_w3tc_code ();
4312
+ }
4313
  }
4314
 
4315
+ if ($this->w3tc_code != '' && $ai_wp_data [AI_W3TC_DEBUGGING]) {
 
 
4316
  $code = $this->regenerate_w3tc_code ($code);
4317
  $this->additional_code_before = '';
4318
  $this->additional_code_after = '';
4319
 
4320
+ $this->w3tc_code = ' ai_w3tc_block_start ('.$this->number.');' . $this->w3tc_code . ' $ai_code = ai_w3tc_block_end ('.$this->number.', $ai_code, $ai_enabled, (isset ($ai_fallback) ? $ai_fallback : \'\'), (isset ($ai_index) ? $ai_index : \'\'));';
 
4321
 
4322
  $code = $this->generate_html_from_w3tc_code ();
4323
  }
4324
 
4325
+ $code_org = $code;
4326
+
4327
+ $hook_start_time = microtime (true);
4328
+ $code = apply_filters ("ai_block_code_after_processing", $code_org, $this->number);
4329
+ if ($debug_processing && $code != $code_org) {
4330
+ $filter_hooks []= array ("ai_block_code_after_processing", $this->number);
4331
+ }
4332
+ $ai_total_hook_php_time += microtime (true) - $hook_start_time;
4333
+
4334
  return $code;
4335
  }
4336
 
4337
  public function get_code_for_single_insertion ($include_viewport_classes = true, $hidden_widgets = false, $code_only = false) {
4338
+ global $ai_wp_data, $block_object, $ad_inserter_globals, $ai_total_hook_php_time, $filter_hooks;
4339
 
4340
  if ($this->get_disable_caching ()) $ai_wp_data [AI_DISABLE_CACHING] = true;
4341
 
4342
+ if ($this->get_lazy_loading () || $this->get_manual_loading () != AI_MANUAL_LOADING_DISABLED || $ai_wp_data [AI_CLIENT_SIDE_INSERTION]) $this->needs_class = true;
4343
  // if ($this->client_side_list_detection && !$ai_wp_data [AI_WP_AMP_PAGE]) $this->needs_class = true;
4344
 
4345
  $block_class_name = get_block_class_name ($this->needs_class);
4346
 
4347
+ $block_class = get_block_class () || ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_BLOCKS) != 0;
4348
+ $block_number_class = get_block_number_class () || ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_BLOCKS) != 0;
4349
  $block_name_class = get_block_name_class ();
4350
 
4351
  $alignment_class = $ai_wp_data [AI_CODE_FOR_IFRAME] ? '' : $this->get_alignment_class ();
4352
+ $size_class = $ai_wp_data [AI_CODE_FOR_IFRAME] ? '' : $this->get_size_class ();
4353
  $alignment_style = $ai_wp_data [AI_CODE_FOR_IFRAME] ? '' : $this->get_alignment_style ();
4354
 
4355
  if ($this->get_client_side_action () == AI_CLIENT_SIDE_ACTION_INSERT) $include_viewport_classes = false;
4356
  $viewport_classes = $include_viewport_classes ? trim ($this->get_viewport_classes ()) : "";
4357
 
4358
  $classes = array ();
4359
+ if ($block_class_name != '' && ($block_class || $block_number_class || $block_name_class) || $alignment_class != '' || $size_class != '' || $viewport_classes != '') {
4360
  if ($block_class_name != '' && ($block_class || $this->needs_class)) $classes []= $block_class_name;
4361
  if ($alignment_class) $classes []= $alignment_class;
4362
+ if ($size_class) $classes []= $size_class;
4363
  if ($block_class_name != '' && ($block_number_class || $this->needs_class)) $classes []= $block_class_name . "-" . $this->number;
4364
  if ($block_class_name != '' && $block_name_class) $classes []= $block_class_name . "-" . $this->get_name_class ();
4365
  if ($viewport_classes) $classes []= $viewport_classes;
4487
  $this->w3tc_code .= ' if ($ai_fallback === null) $ai_tracking_data = \'['.$tracking_block.',\'.$ai_index.\']\'; else $ai_tracking_data = \'[\'.$ai_fallback.\',\'.$ai_index.\']\';';
4488
  $this->w3tc_code .= ' $ai_code = str_replace (\'[#AI_DATA#]\', base64_encode ($ai_tracking_data), base64_decode (\''.base64_encode ($wrapper_before).'\')) . $ai_code . base64_decode (\''.$this->base64_encode_w3tc ($wrapper_after, false).'\');';
4489
 
4490
+ // Process W3TC filter hook
4491
+ $this->w3tc_code .= ' $ai_code_org = $ai_code; if (!isset ($ai_enabled) || $ai_enabled) {$ai_code = apply_filters ("ai_block_w3tc_code_single_insertion", $ai_code_org, ' . $this->number . ');}';
4492
+ if ($ai_wp_data [AI_W3TC_DEBUGGING]) {
4493
+ $this->w3tc_code .= ' if ($ai_code != $ai_code_org) {$ai_code = ai_w3tc_block_end_message ("PROCESS HOOK FILTER ai_block_w3tc_code_single_insertion", $ai_code);}';
4494
+ }
4495
+
4496
  $code = $this->generate_html_from_w3tc_code ();
4497
  } else {
4498
  if ($ai_wp_data [AI_WP_AMP_PAGE] || ($alignment_class != '' && defined ('AI_NORMAL_HEADER_STYLES') && AI_NORMAL_HEADER_STYLES && !get_inline_styles ())) {
4510
  $wrapper_after = "</div>\n";
4511
 
4512
  $code = $wrapper_before . $code . $wrapper_after;
4513
+
4514
+ // Debugging label before the hidden block in case manual loading is set to Auto and the block has not been enabled yet
4515
+ if ($this->additional_code_before_block != '') {
4516
+ $classes = array ('ai-debug-waiting');
4517
+
4518
+ if ($alignment_class) $classes []= $alignment_class;
4519
+
4520
+ if (!$ai_wp_data [AI_WP_AMP_PAGE] && !$ai_wp_data [AI_CODE_FOR_IFRAME]) {
4521
+ $this->sticky_parameters ($classes);
4522
+ }
4523
+
4524
+ $classes = array_unique ($classes);
4525
+
4526
+ foreach ($classes as $index => $class_name) {
4527
+ if (trim ($class_name) == '') unset ($classes [$index]);
4528
+ }
4529
+
4530
+ $class = " class='" . trim (implode (' ', $classes)) . "'";
4531
+
4532
+ $code = "<div" . $class . ">\n" . $this->additional_code_before_block . "</div>\n" . $code;
4533
+ }
4534
  }
4535
 
4536
+ $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
4537
+ $code_org = $code;
4538
+
4539
+ $hook_start_time = microtime (true);
4540
+ $code = apply_filters ("ai_block_code_single_insertion", $code_org, $this->number);
4541
+ if ($debug_processing && $code != $code_org) {
4542
+ $filter_hooks []= array ("ai_block_code_single_insertion", $this->number);
4543
+ }
4544
+ $ai_total_hook_php_time += microtime (true) - $hook_start_time;
4545
+
4546
  return $code;
4547
  }
4548
 
4549
  public function get_code_for_insertion ($include_viewport_classes = true, $hidden_widgets = false, $code_only = false) {
4550
+ global $ai_wp_data, $ai_total_hook_php_time, $filter_hooks;
4551
 
4552
  $code = '';
4553
  $this->check_code_insertions = null;
4567
  $this->check_codes_data = null;
4568
  }
4569
 
4570
+ $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
4571
+ $code_org = $code;
4572
+
4573
+ $hook_start_time = microtime (true);
4574
+ $code = apply_filters ("ai_block_code_insertion", $code_org, $this->number);
4575
+ if ($debug_processing && $code != $code_org) {
4576
+ $filter_hooks []= array ("ai_block_code_insertion", $this->number);
4577
+ }
4578
+ $ai_total_hook_php_time += microtime (true) - $hook_start_time;
4579
+
4580
  return $code;
4581
  }
4582
 
4583
  public function get_html_js_code_for_serverside_insertion ($include_viewport_classes = true, $hidden_widgets = false, $code_only = false) {
4584
+ global $ai_wp_data, $block_object, $ai_total_hook_php_time, $filter_hooks;
4585
 
4586
  $html_element_insertion = false;
4587
  $viewports_insertion = $this->get_detection_client_side() && $this->get_client_side_action () == AI_CLIENT_SIDE_ACTION_INSERT;
4643
 
4644
  $serverside_insertion_code = "<div class='ai-viewports $viewport_classes $block_id' data-insertion='after' data-selector='.{$block_id}' data-insertion-no-dbg data-code='[#AI_CODE#]' data-block='{$this->number}'></div>\n";
4645
  if (!get_disable_js_code ()) {
 
 
4646
  $js_code = "ai_insert_viewport_code ('$block_id');";
4647
 
 
4648
  $serverside_insertion_code .= $this->ai_js_dom_ready ($js_code);
4649
  }
4650
  }
4655
  $viewport_classes = trim ($this->get_viewport_classes ());
4656
 
4657
  $serverside_insertion_code = "<div class='ai-viewports $viewport_classes $block_id' data-insertion='$insertion' data-selector='$selector' data-code='[#AI_CODE#]' data-block='{$this->number}'></div>\n";
4658
+ if (!get_disable_js_code ()) {
4659
  // Try to insert it immediately. If the code is server-side inserted before the HTML element, it will be client-side inserted after DOM ready (remaining .ai-viewports)
 
 
4660
  $js_code = "ai_insert_viewport_code ('$block_id');";
4661
+ $js_code = $this->ai_check_wait_for ($js_code);
4662
  $serverside_insertion_code .= $this->ai_js_dom_ready ($js_code);
4663
  }
4664
  }
4667
  $block_code = $this->base64_encode_w3tc (ai_strip_js_markers ($this->get_code_for_insertion ($include_viewport_classes, $hidden_widgets, $code_only)));
4668
  $selector = $this->get_html_selector (true);
4669
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4670
  $serverside_insertion_code = '';
4671
  if (!get_disable_js_code ()) {
4672
  $js_code = "ai_insert ('$insertion', '$selector', b64d ('[#AI_CODE#]'));";
4673
+ $js_code = $this->ai_check_wait_for ($js_code);
4674
  $serverside_insertion_code .= $this->ai_js_dom_ready ($js_code);
4675
  }
4676
  }
4722
  $serverside_insertion_code = str_replace ('[#AI_CODE#]', $block_code, $serverside_insertion_code);
4723
  }
4724
 
4725
+ $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
4726
+ $serverside_insertion_code_org = $serverside_insertion_code;
4727
+
4728
+ $hook_start_time = microtime (true);
4729
+ $serverside_insertion_code = apply_filters ("ai_block_code_serverside_html_js", $serverside_insertion_code_org, $this->number);
4730
+ if ($debug_processing && $serverside_insertion_code != $serverside_insertion_code_org) {
4731
+ $filter_hooks []= array ("ai_block_code_serverside_html_js", $this->number);
4732
+ }
4733
+ $ai_total_hook_php_time += microtime (true) - $hook_start_time;
4734
+
4735
  return $serverside_insertion_code;
4736
  }
4737
 
4738
  public function get_code_for_serverside_insertion ($include_viewport_classes = true, $hidden_widgets = false, $code_only = false) {
4739
+ global $ai_wp_data, $ai_total_hook_php_time, $filter_hooks;
4740
 
4741
  if (!isset ($ai_wp_data [AI_NESTING_LEVEL])) $ai_wp_data [AI_NESTING_LEVEL] = 0; else $ai_wp_data [AI_NESTING_LEVEL] ++;
4742
 
4751
 
4752
  $ai_wp_data [AI_NESTING_LEVEL] --;
4753
 
4754
+ $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
4755
+ $code_org = $code;
4756
+
4757
+ $hook_start_time = microtime (true);
4758
+ $code = apply_filters ("ai_block_code_serverside_insertion", $code_org, $this->number);
4759
+ if ($debug_processing && $code != $code_org) {
4760
+ $filter_hooks []= array ("ai_block_code_serverside_insertion", $this->number);
4761
+ }
4762
+ $ai_total_hook_php_time += microtime (true) - $hook_start_time;
4763
+
4764
  return $code;
4765
  }
4766
 
5475
  return $block_class_name . str_replace (' ', '-', strtolower ($this->get_alignment_type_text (false)));
5476
  break;
5477
  case AI_ALIGNMENT_STICKY:
5478
+ // return $block_class_name . str_replace (' ', '-', strtolower (md5 ($this->alignment_style ($this->get_alignment_type ()))));
5479
+ return $block_class_name . strtolower (md5 ($this->alignment_style ($this->get_alignment_type ())));
5480
  break;
5481
  case AI_ALIGNMENT_CUSTOM_CSS:
5482
+ // return $block_class_name . str_replace (' ', '-', strtolower (md5 ($this->get_custom_css ())));
5483
+ return $block_class_name . strtolower (md5 ($this->get_custom_css ()));
5484
  break;
5485
  }
5486
 
5487
  return '';
5488
  }
5489
 
5490
+ public function get_size_class ($block_class_name = null){
5491
+ global $ai_wp_data;
5492
+
5493
+ if (defined ('AI_AMP_HEADER_STYLES') && AI_AMP_HEADER_STYLES && $ai_wp_data [AI_WP_AMP_PAGE] ||
5494
+ defined ('AI_NORMAL_HEADER_STYLES') && AI_NORMAL_HEADER_STYLES && !$ai_wp_data [AI_WP_AMP_PAGE] && !get_inline_styles ()) {
5495
+ return $this->generate_size_class ($block_class_name);
5496
+ }
5497
+
5498
+ return '';
5499
+ }
5500
+
5501
+ public function generate_size_class ($block_class_name = null) {
5502
+
5503
+ $size_style = $this->size_style ();
5504
+
5505
+ if ($this->get_alignment_type () != AI_ALIGNMENT_CUSTOM_CSS && $size_style != '') {
5506
+ if ($block_class_name == null) $block_class_name = get_block_class_name (true);
5507
+ $block_class_name .= '-';
5508
+
5509
+ // return $block_class_name . strtolower (md5 ($this->size_style ()));
5510
+ return $block_class_name . ai_css_to_name ($size_style);
5511
+ }
5512
+
5513
+ return '';
5514
+ }
5515
+
5516
  public function before_image ($content, $position_preview = false) {
5517
  return $this->before_paragraph ($content, $position_preview, true);
5518
  }
8360
  public function __construct () {
8361
  parent::__construct();
8362
 
8363
+ $this->number = 'H';
8364
  $this->wp_options [AI_OPTION_BLOCK_NAME] = 'HEADER';
8365
  }
8366
  }
8370
  public function __construct () {
8371
  parent::__construct();
8372
 
8373
+ $this->number = 'F';
8374
  $this->wp_options [AI_OPTION_BLOCK_NAME] = 'FOOTER';
8375
  }
8376
  }
8380
  public function __construct () {
8381
  parent::__construct();
8382
 
8383
+ $this->number = 'A';
8384
  $this->wp_options [AI_OPTION_BLOCK_NAME] = 'AD BLOCKING MESSAGE';
8385
  }
8386
 
constants.php CHANGED
@@ -31,7 +31,7 @@ if (!defined( 'AD_INSERTER_NAME'))
31
  define ('AD_INSERTER_NAME', 'Ad Inserter');
32
 
33
  if (!defined( 'AD_INSERTER_VERSION'))
34
- define ('AD_INSERTER_VERSION', '2.6.11');
35
 
36
  if (!defined ('AD_INSERTER_PLUGIN_BASENAME'))
37
  define ('AD_INSERTER_PLUGIN_BASENAME', plugin_basename (__FILE__));
@@ -69,6 +69,8 @@ define ('AI_OPTION_ENABLE_WIDGET', 'enable_widget');
69
  define ('AI_OPTION_PROCESS_PHP', 'process_php');
70
  define ('AI_OPTION_DISABLE_INSERTION', 'disable_insertion');
71
  define ('AI_OPTION_SHOW_LABEL', 'show_label');
 
 
72
  define ('AI_OPTION_LAZY_LOADING', 'lazy_loading');
73
  define ('AI_OPTION_PROTECTED', 'protected');
74
  define ('AI_OPTION_MANUAL_LOADING', 'manual_loading');
@@ -112,6 +114,8 @@ define ('AI_OPTION_AVOID_TRY_LIMIT', 'avoid_try_limit');
112
  define ('AI_OPTION_AVOID_DIRECTION', 'avoid_direction');
113
  define ('AI_OPTION_HTML_SELECTOR', 'html_selector');
114
  define ('AI_OPTION_SERVER_SIDE_INSERTION', 'server_side_insertion');
 
 
115
  define ('AI_OPTION_INSIDE_ELEMENT', 'inside_element');
116
  define ('AI_OPTION_HTML_ELEMENT_INSERTION', 'html_insertion');
117
  define ('AI_OPTION_EXCERPT_NUMBER', 'excerpt_number'); // needs to be renamed
@@ -389,10 +393,12 @@ define('AI_ALIGNMENT_FLOAT_LEFT', 4);
389
  define('AI_ALIGNMENT_FLOAT_RIGHT', 5);
390
  define('AI_ALIGNMENT_NO_WRAPPING', 6);
391
  define('AI_ALIGNMENT_CUSTOM_CSS', 7);
 
392
  define('AI_ALIGNMENT_STICKY_LEFT', 8);
393
  define('AI_ALIGNMENT_STICKY_RIGHT', 9);
394
  define('AI_ALIGNMENT_STICKY_TOP', 10);
395
  define('AI_ALIGNMENT_STICKY_BOTTOM', 11);
 
396
  define('AI_ALIGNMENT_STICKY', 12);
397
 
398
  // Used also for alignment class names
31
  define ('AD_INSERTER_NAME', 'Ad Inserter');
32
 
33
  if (!defined( 'AD_INSERTER_VERSION'))
34
+ define ('AD_INSERTER_VERSION', '2.6.12');
35
 
36
  if (!defined ('AD_INSERTER_PLUGIN_BASENAME'))
37
  define ('AD_INSERTER_PLUGIN_BASENAME', plugin_basename (__FILE__));
69
  define ('AI_OPTION_PROCESS_PHP', 'process_php');
70
  define ('AI_OPTION_DISABLE_INSERTION', 'disable_insertion');
71
  define ('AI_OPTION_SHOW_LABEL', 'show_label');
72
+ define ('AI_OPTION_BLOCK_WIDTH', 'block_width');
73
+ define ('AI_OPTION_BLOCK_HEIGHT', 'block_height');
74
  define ('AI_OPTION_LAZY_LOADING', 'lazy_loading');
75
  define ('AI_OPTION_PROTECTED', 'protected');
76
  define ('AI_OPTION_MANUAL_LOADING', 'manual_loading');
114
  define ('AI_OPTION_AVOID_DIRECTION', 'avoid_direction');
115
  define ('AI_OPTION_HTML_SELECTOR', 'html_selector');
116
  define ('AI_OPTION_SERVER_SIDE_INSERTION', 'server_side_insertion');
117
+ define ('AI_OPTION_WAIT_FOR_DELAY', 'wait_for_delay');
118
+ define ('AI_OPTION_WAIT_FOR', 'wait_for');
119
  define ('AI_OPTION_INSIDE_ELEMENT', 'inside_element');
120
  define ('AI_OPTION_HTML_ELEMENT_INSERTION', 'html_insertion');
121
  define ('AI_OPTION_EXCERPT_NUMBER', 'excerpt_number'); // needs to be renamed
393
  define('AI_ALIGNMENT_FLOAT_RIGHT', 5);
394
  define('AI_ALIGNMENT_NO_WRAPPING', 6);
395
  define('AI_ALIGNMENT_CUSTOM_CSS', 7);
396
+
397
  define('AI_ALIGNMENT_STICKY_LEFT', 8);
398
  define('AI_ALIGNMENT_STICKY_RIGHT', 9);
399
  define('AI_ALIGNMENT_STICKY_TOP', 10);
400
  define('AI_ALIGNMENT_STICKY_BOTTOM', 11);
401
+
402
  define('AI_ALIGNMENT_STICKY', 12);
403
 
404
  // Used also for alignment class names
css/ai-settings.css CHANGED
@@ -1,11 +1,15 @@
1
  #ai-data {
2
- font-family: "2.6.11"; /* Used for version number of the file */
3
  }
4
 
5
  #blocked-warning {
6
  display: none;
7
  }
8
 
 
 
 
 
9
  hr {
10
  border: 0;
11
  border-top: 1px solid #ddd;
@@ -59,12 +63,23 @@ hr {
59
  filter: alpha(opacity=50);
60
  }
61
 
 
 
 
 
 
 
 
 
 
 
 
62
  button.ai-top-button {
63
  min-width: 50px;
64
  }
65
 
66
- .ai-top-button.ui-button-text-only .ui-button-text {
67
- padding: .4em 0.6em;
68
  }
69
 
70
  .adsense-list .ui-button-text, .select-image .ui-button-text, iab-ads-txt .ui-button-text{
@@ -111,6 +126,11 @@ a.clear-link, a.clear-link:hover, a.clear-link:focus {
111
  border-radius: 5px;
112
  }
113
 
 
 
 
 
 
114
  #ai-form div.rounded, #ai-sidebar div.rounded {
115
  margin: 8px 0;
116
  padding: 8px;
@@ -226,7 +246,7 @@ a.clear-link, a.clear-link:hover, a.clear-link:focus {
226
  z-index: 10000 !important;
227
  }
228
  .ui-dialog .ui-dialog-titlebar-close {
229
- outline-color: transparent;
230
  }
231
  .no-title .ui-dialog-titlebar {
232
  display:none
1
  #ai-data {
2
+ font-family: "2.6.12"; /* Used for version number of the file */
3
  }
4
 
5
  #blocked-warning {
6
  display: none;
7
  }
8
 
9
+ /*:focus {*/
10
+ /* outline: #444 auto 1px;*/
11
+ /*}*/
12
+
13
  hr {
14
  border: 0;
15
  border-top: 1px solid #ddd;
63
  filter: alpha(opacity=50);
64
  }
65
 
66
+ .ui-button.ui-corner-all.ui-widget {
67
+ padding: .4em 1em;
68
+ border: 1px solid #d3d3d3;
69
+ background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
70
+ color: #666;
71
+ }
72
+
73
+ .ai-button.ui-button.ui-corner-all.ui-widget {
74
+ padding: 0;
75
+ }
76
+
77
  button.ai-top-button {
78
  min-width: 50px;
79
  }
80
 
81
+ .ui-button-text-only .ui-button-text {
82
+ padding: 0;
83
  }
84
 
85
  .adsense-list .ui-button-text, .select-image .ui-button-text, iab-ads-txt .ui-button-text{
126
  border-radius: 5px;
127
  }
128
 
129
+ .ai-form.rounded input[type=submit], .ai-button.ui-button.ui-corner-all.ui-widget {
130
+ border: 1px solid #d3d3d3;
131
+ background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
132
+ }
133
+
134
  #ai-form div.rounded, #ai-sidebar div.rounded {
135
  margin: 8px 0;
136
  padding: 8px;
246
  z-index: 10000 !important;
247
  }
248
  .ui-dialog .ui-dialog-titlebar-close {
249
+ outline: none;
250
  }
251
  .no-title .ui-dialog-titlebar {
252
  display:none
includes/js/ai-adb.js CHANGED
@@ -142,7 +142,7 @@ function ai_adb_process_blocks (element) {
142
  if (typeof ai_adb_data === "string") {
143
  var ai_adb_active = ai_adb_data == b64d ("bWFzaw==");
144
  } else {
145
- var ai_adb_actives = null;
146
  }
147
 
148
  if (ai_adb_debugging) console.log ("AI AD BLOCKING block actions:", ai_adb_active, $(element).prop ("tagName") + '.' + $(element).attr ('class'));
@@ -325,7 +325,7 @@ ai_adb_detection_type = function (n) {
325
  return "7 adsense";
326
  break;
327
  case 8:
328
- return "8 chitika";
329
  break;
330
  case 9:
331
  return "9 fun adblock 3";
@@ -716,6 +716,14 @@ jQuery (document).ready (function ($) {
716
  });
717
  if (ai_adb_el_counter != 0 && ai_adb_el_zero == 0) $(document).ready (function () {ai_adb_undetected (4)});
718
  }
 
 
 
 
 
 
 
 
719
  });
720
  });
721
 
@@ -826,7 +834,6 @@ jQuery (window).on ('load', function () {
826
  ai_adb_undetected (6);
827
  }
828
  }
829
-
830
  }, 120);
831
  });
832
 
142
  if (typeof ai_adb_data === "string") {
143
  var ai_adb_active = ai_adb_data == b64d ("bWFzaw==");
144
  } else {
145
+ var ai_adb_active = null;
146
  }
147
 
148
  if (ai_adb_debugging) console.log ("AI AD BLOCKING block actions:", ai_adb_active, $(element).prop ("tagName") + '.' + $(element).attr ('class'));
325
  return "7 adsense";
326
  break;
327
  case 8:
328
+ return "8 adnxs.com";
329
  break;
330
  case 9:
331
  return "9 fun adblock 3";
716
  });
717
  if (ai_adb_el_counter != 0 && ai_adb_el_zero == 0) $(document).ready (function () {ai_adb_undetected (4)});
718
  }
719
+
720
+ var img_container = b64d ("aW1nI2FpLWFkYi1hZG54cw==");
721
+ if (jQuery(img_container).length) {
722
+ jQuery (img_container)
723
+ .on ('load', function() { ai_adb_undetected (8); })
724
+ .on ('error', function() { if (!ai_adb_active || ai_debugging_active) ai_adb_detected (8); })
725
+ .attr ("src", b64d ("aHR0cHM6Ly9pYi5hZG54cy5jb20vZ2V0dWlkP2h0dHBzJTNBJTJGJTJGcm91dGVyLmluZm9saW5rcy5jb20lMkZkeW4lMkZhcG4tdXN5bmMlM0Z1c2VyX2lkJTNEJTI0VUlE"));
726
+ }
727
  });
728
  });
729
 
834
  ai_adb_undetected (6);
835
  }
836
  }
 
837
  }, 120);
838
  });
839
 
includes/js/ai-adb.min.js CHANGED
@@ -1,22 +1,23 @@
1
  var ai_adb_active=!1,ai_adb_counter=0,ai_adb_act_cookie_name="aiADB",ai_adb_pgv_cookie_name="aiADB_PV",ai_adb_page_redirection_cookie_name="aiADB_PR",ai_adb_overlay=AI_ADB_OVERLAY_WINDOW,ai_adb_message_window=AI_ADB_MESSAGE_WINDOW,ai_adb_message_undismissible=AI_FUNCB_GET_UNDISMISSIBLE_MESSAGE,ai_adb_message_cookie_lifetime=AI_FUNCT_GET_NO_ACTION_PERIOD,ai_adb_action=AI_FUNC_GET_ADB_ACTION,ai_adb_page_views=AI_FUNCT_GET_DELAY_ACTION,ai_adb_selectors="AI_ADB_SELECTORS",ai_adb_redirection_url="AI_ADB_REDIRECTION_PAGE";
2
- function ai_adb_process_content(){(function(a){a(".AI_ADB_CONTENT_CSS_BEGIN_CLASS").each(function(){var b=a(this).parent(),c=a(this).data("css");"undefined"==typeof c&&(c="display: none !important;");var d=a(this).data("selectors");if("undefined"==typeof d||""==d)d="p";var e=!1;a(b).find(".AI_ADB_CONTENT_CSS_BEGIN_CLASS, .AI_ADB_CONTENT_CSS_END_CLASS, "+d).each(function(){if(a(this).hasClass("AI_ADB_CONTENT_CSS_BEGIN_CLASS"))a(this).remove(),e=!0;else if(a(this).hasClass("AI_ADB_CONTENT_CSS_END_CLASS"))a(this).remove(),
3
- e=!1;else if(e){var b=a(this).attr("style");"undefined"==typeof b?b="":(b=b.trim(),""!=b&&";"!=b[b.length-1]&&(b+=";"));a(this).attr("style",b+" "+c)}})});a(".AI_ADB_CONTENT_DELETE_BEGIN_CLASS").each(function(){var b=a(this).parent(),c=a(this).data("selectors");if("undefined"==typeof c||""==c)c="p";var d=!1;a(b).find(".AI_ADB_CONTENT_DELETE_BEGIN_CLASS, .AI_ADB_CONTENT_DELETE_END_CLASS, "+c).each(function(){a(this).hasClass("AI_ADB_CONTENT_DELETE_BEGIN_CLASS")?(a(this).remove(),d=!0):a(this).hasClass("AI_ADB_CONTENT_DELETE_END_CLASS")?
4
- (a(this).remove(),d=!1):d&&a(this).remove()})});a(".AI_ADB_CONTENT_REPLACE_BEGIN_CLASS").each(function(){var b=a(this).parent(),c=a(this).data("text");"undefined"==typeof c&&(c="");var d=a(this).data("css");"undefined"==typeof d&&(d="");var e=a(this).data("selectors");if("undefined"==typeof e||""==e)e="p";var f=!1;a(b).find(".AI_ADB_CONTENT_REPLACE_BEGIN_CLASS, .AI_ADB_CONTENT_REPLACE_END_CLASS, "+e).each(function(){if(a(this).hasClass("AI_ADB_CONTENT_REPLACE_BEGIN_CLASS"))a(this).remove(),f=!0;else if(a(this).hasClass("AI_ADB_CONTENT_REPLACE_END_CLASS"))a(this).remove(),
5
- f=!1;else if(f){if(0!=c.length){var b=Math.round(a(this).text().length/(c.length+1));a(this).text(Array(b+1).join(c+" ").trim())}else a(this).text("");""!=d&&(b=a(this).attr("style"),"undefined"==typeof b?b="":(b=b.trim(),""!=b&&";"!=b[b.length-1]&&(b+=";")),""!=d&&(d=" "+d),a(this).attr("style",b+d))}})})})(jQuery)}
6
- function ai_adb_process_blocks(a){(function(b){"undefined"==typeof a&&(a=b("body"));var c=b(b64d("Ym9keQ==")).attr(AI_ADB_ATTR_NAME);if("string"===typeof c)var d=c==b64d("bWFzaw==");if("string"===typeof c&&"boolean"===typeof d)if(d){do{var e=!1;b(".ai-adb-hide",a).each(function(){b(this).css({display:"none",visibility:"hidden"});b(this).removeClass("ai-adb-hide");var a=b(this).closest("div[data-ai]");if("undefined"!=typeof a.attr("data-ai")){var c=JSON.parse(b64d(a.attr("data-ai")));"undefined"!==
7
- typeof c&&c.constructor===Array&&(c[1]="",a.attr("data-ai",b64e(JSON.stringify(c))))}ai_disable_processing(b(this))});b(".ai-adb-show",a).each(function(){b(this).css({display:"block",visibility:"visible"});b(this).removeClass("ai-adb-show");if("undefined"!=typeof b(this).data("code")){var a=b64d(b(this).data("code"));b(this).append(a);e=!0;"function"==typeof ai_process_elements&&ai_process_elements()}a=b(this).attr("data-ai-tracking");if("undefined"!=typeof a){var c=b(this).closest("div[data-ai]");
8
- if("undefined"!=typeof c.attr("data-ai")){if(b(this).hasClass("ai-no-tracking")){var d=JSON.parse(b64d(c.attr("data-ai")));"undefined"!==typeof d&&d.constructor===Array&&(d[1]="",a=b64e(JSON.stringify(d)))}c.attr("data-ai",a)}}})}while(e);setTimeout(function(){"function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers()},15);setTimeout(ai_adb_process_content,10)}else b(".ai-adb-hide",
9
- a).each(function(){b(this).removeClass("ai-adb-hide");if(0==b(this).outerHeight()&&0==b(this).closest(".ai-adb-show").length){var a=b(this).closest("div[data-ai]");if("undefined"!=typeof a.attr("data-ai")){var c=JSON.parse(b64d(a.attr("data-ai")));"undefined"!==typeof c&&c.constructor===Array&&(c[1]="",a.attr("data-ai",b64e(JSON.stringify(c))),a.addClass("ai-viewport-0").css("display","none"))}}}),b(".ai-adb-show",a).each(function(){ai_disable_processing(b(this));b(this).removeClass("ai-adb-show")})})(jQuery)}
10
- ai_adb_detection_type_log=function(a){var b=ai_adb_detection_type(a),c=jQuery("#ai-adb-events");if(0!=c.count){var d=c.text();c.text((""!=d?d+", ":d+", EVENTS: ")+a)}return b};ai_adb_detection_type=function(a){return""};
11
  var ai_adb_detected=function(a){setTimeout(function(){ai_adb_detected_actions(a)},2)},ai_disable_processing=function(a){jQuery(a).find(".ai-lazy").removeClass("ai-lazy");jQuery(a).find(".ai-manual").removeClass("ai-manual");jQuery(a).find(".ai-rotate").removeClass("ai-unprocessed").removeAttr("data-info");jQuery(a).find(".ai-list-data").removeClass("ai-list-data");jQuery(a).find(".ai-ip-data").removeClass("ai-ip-data");jQuery(a).find("[data-code]").removeAttr("data-code")},ai_adb_detected_actions=
12
- function(a){ai_adb_active||(ai_adb_active=!0,jQuery(b64d("Ym9keQ==")).attr(AI_ADB_ATTR_NAME,b64d("bWFzaw==")),function(a){a(window).ready(function(){ai_adb_process_blocks()});if(0!=ai_adb_page_views){var c=1,b=AiCookies.get(ai_adb_pgv_cookie_name);"undefined"!=typeof b&&(c=parseInt(b)+1);if(c<=ai_adb_page_views){AiCookies.set(ai_adb_pgv_cookie_name,c,{expires:365,path:"/"});window.ai_d1=c;window.AI_ADB_STATUS_MESSAGE=1;return}}if(0==ai_adb_message_cookie_lifetime||1==ai_adb_action&&ai_adb_message_undismissible)AiCookies.remove(ai_adb_act_cookie_name,
13
- {path:"/"});else{b=AiCookies.get(ai_adb_act_cookie_name);if("undefined"!=typeof b&&"AI_CONST_AI_ADB_COOKIE_VALUE"==b){window.AI_ADB_STATUS_MESSAGE=2;return}AiCookies.set(ai_adb_act_cookie_name,"AI_CONST_AI_ADB_COOKIE_VALUE",{expires:ai_adb_message_cookie_lifetime,path:"/"})}0==ai_adb_action?(ai_dummy=16,ai_dummy++,window.AI_ADB_STATUS_MESSAGE=6):(window.AI_ADB_STATUS_MESSAGE=3,ai_dummy=13);switch(ai_adb_action){case 1:ai_adb_message_undismissible?(ai_adb_overlay.find('[style*="cursor"]').css("cursor",
14
- "no-drop"),ai_adb_message_window.find('[style*="cursor"]').css("cursor","no-drop")):(ai_adb_overlay.click(function(){a(this).remove();ai_adb_message_window.remove()}),ai_adb_message_window.click(function(){a(this).remove();ai_adb_overlay.remove()}),window.onkeydown=function(a){27===a.keyCode&&(ai_adb_overlay.click(),ai_adb_message_window.click())});c=a(b64d("Ym9keQ==")).children();c.eq(Math.floor(Math.random()*c.length)).after(ai_adb_overlay);c.eq(Math.floor(Math.random()*c.length)).after(ai_adb_message_window);
15
- break;case 2:""!=ai_adb_redirection_url&&(c=!0,"http"==ai_adb_redirection_url.toLowerCase().substring(0,4)?window.location.href==ai_adb_redirection_url&&(c=!1):window.location.pathname==ai_adb_redirection_url&&(c=!1),c?(b=AiCookies.get(ai_adb_page_redirection_cookie_name),"undefined"==typeof b&&(c=new Date,c.setTime(c.getTime()+1E4),AiCookies.set(ai_adb_page_redirection_cookie_name,window.location.href,{expires:c,path:"/"}),window.location.replace(ai_adb_redirection_url))):AiCookies.remove(ai_adb_page_redirection_cookie_name,
16
  {path:"/"}))}}(jQuery))},ai_adb_undetected=function(a){ai_adb_counter++;ai_adb_active||4!=ai_adb_counter||(jQuery(b64d("Ym9keQ==")).attr(AI_ADB_ATTR_NAME,b64d("Y2xlYXI=")),ai_dummy=11,window.AI_ADB_STATUS_MESSAGE=4,ai_dummy=14,ai_adb_process_blocks())};AI_DBG_AI_DEBUG_AD_BLOCKING&&jQuery(document).ready(function(){ai_adb_detected(0)});
17
- jQuery(document).ready(function(a){a(window).ready(function(){ai_debugging_active="undefined"!==typeof ai_adb_fe_dbg;setTimeout(function(){a("#ai-adb-bar").click(function(){AiCookies.remove(ai_adb_act_cookie_name,{path:"/"});AiCookies.remove(ai_adb_pgv_cookie_name,{path:"/"});window.AI_ADB_STATUS_MESSAGE=5;ai_dummy=15})},2);if((!ai_adb_active||ai_debugging_active)&&""!=ai_adb_selectors){var b=0,c=0,d=ai_adb_selectors.split(",");a.each(d,function(e){d[e]=d[e].trim();0!=a(d[e]).length&&a(d[e]).each(function(d){var e=
18
- a(this).outerHeight();d=a(this).find(".ai-attributes");d.length&&d.each(function(){e>=a(this).outerHeight()&&(e-=a(this).outerHeight())});b++;if(0===e&&(a(document).ready(function(){ai_adb_active&&!ai_debugging_active||ai_adb_detected(4)}),c++,!ai_debugging_active))return!1})});0!=b&&0==c&&a(document).ready(function(){ai_adb_undetected(4)})}})});
19
- function ai_adb_get_script(a,b){var c=document.createElement("script");c.src="ai-adb-url"+a+".js?ver="+(new Date).getTime();var d=document.getElementsByTagName("head")[0],e=!1;c.onerror=function(){b&&b();c.onerror=null;d.removeChild(c)};c.onload=c.onreadystatechange=function(){e||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(e=!0,b&&b(),c.onload=c.onreadystatechange=null,d.removeChild(c))};d.appendChild(c)}
20
- jQuery(window).on("load",function(){function a(){document.getElementById("AI_CONST_AI_ADB_1_NAME")?ai_adb_undetected(1):ai_adb_active&&!ai_debugging_active||ai_adb_detected(1)}function b(){"undefined"==typeof window.AI_CONST_AI_ADB_2_NAME?(!ai_adb_active||ai_debugging_active)&&ai_adb_detected(2):ai_adb_undetected(2)}setTimeout(function(){var c="undefined"!==typeof ai_adb_fe_dbg;jQuery(b64d("I2FpLWFkYi1hZHM=")).length&&(document.getElementById("AI_CONST_AI_ADB_1_NAME")?a():ai_adb_get_script("ads",
21
- a));jQuery(b64d("I2FpLWFkYi1nYQ==")).length&&("function"==typeof ga&&30<ga.toString().length||"function"==typeof __gaTracker&&30<__gaTracker.toString().length?ai_adb_undetected(5):ai_adb_active&&!c||ai_adb_detected(5));jQuery(b64d("I2FpLWFkYi1zcG9uc29ycw==")).length&&("undefined"==typeof window.AI_CONST_AI_ADB_2_NAME?ai_adb_get_script("sponsors",b):b());var d=b64d("I2Jhbm5lci1hZHZlcnQtY29udGFpbmVy"),e=b64d("I2Jhbm5lci1hZHZlcnQtY29udGFpbmVyIGltZw==");jQuery(d).length&&0<jQuery(e).length&&(0===jQuery(e).outerHeight()?
22
- (!ai_adb_active||c)&&ai_adb_detected(3):ai_adb_undetected(3),jQuery(e).remove());jQuery(b64d("I2FpLWFkYi1tbg==")).length&&("object"==typeof _mNDetails&&400<JSON.stringify(_mNDetails).length?ai_adb_undetected(6):ai_adb_active&&!c||ai_adb_detected(6))},120)});
 
1
  var ai_adb_active=!1,ai_adb_counter=0,ai_adb_act_cookie_name="aiADB",ai_adb_pgv_cookie_name="aiADB_PV",ai_adb_page_redirection_cookie_name="aiADB_PR",ai_adb_overlay=AI_ADB_OVERLAY_WINDOW,ai_adb_message_window=AI_ADB_MESSAGE_WINDOW,ai_adb_message_undismissible=AI_FUNCB_GET_UNDISMISSIBLE_MESSAGE,ai_adb_message_cookie_lifetime=AI_FUNCT_GET_NO_ACTION_PERIOD,ai_adb_action=AI_FUNC_GET_ADB_ACTION,ai_adb_page_views=AI_FUNCT_GET_DELAY_ACTION,ai_adb_selectors="AI_ADB_SELECTORS",ai_adb_redirection_url="AI_ADB_REDIRECTION_PAGE";
2
+ function ai_adb_process_content(){(function(a){a(".AI_ADB_CONTENT_CSS_BEGIN_CLASS").each(function(){var c=a(this).parent(),b=a(this).data("css");"undefined"==typeof b&&(b="display: none !important;");var d=a(this).data("selectors");if("undefined"==typeof d||""==d)d="p";var g=!1;a(c).find(".AI_ADB_CONTENT_CSS_BEGIN_CLASS, .AI_ADB_CONTENT_CSS_END_CLASS, "+d).each(function(){if(a(this).hasClass("AI_ADB_CONTENT_CSS_BEGIN_CLASS"))a(this).remove(),g=!0;else if(a(this).hasClass("AI_ADB_CONTENT_CSS_END_CLASS"))a(this).remove(),
3
+ g=!1;else if(g){var e=a(this).attr("style");"undefined"==typeof e?e="":(e=e.trim(),""!=e&&";"!=e[e.length-1]&&(e+=";"));a(this).attr("style",e+" "+b)}})});a(".AI_ADB_CONTENT_DELETE_BEGIN_CLASS").each(function(){var c=a(this).parent(),b=a(this).data("selectors");if("undefined"==typeof b||""==b)b="p";var d=!1;a(c).find(".AI_ADB_CONTENT_DELETE_BEGIN_CLASS, .AI_ADB_CONTENT_DELETE_END_CLASS, "+b).each(function(){a(this).hasClass("AI_ADB_CONTENT_DELETE_BEGIN_CLASS")?(a(this).remove(),d=!0):a(this).hasClass("AI_ADB_CONTENT_DELETE_END_CLASS")?
4
+ (a(this).remove(),d=!1):d&&a(this).remove()})});a(".AI_ADB_CONTENT_REPLACE_BEGIN_CLASS").each(function(){var c=a(this).parent(),b=a(this).data("text");"undefined"==typeof b&&(b="");var d=a(this).data("css");"undefined"==typeof d&&(d="");var g=a(this).data("selectors");if("undefined"==typeof g||""==g)g="p";var e=!1;a(c).find(".AI_ADB_CONTENT_REPLACE_BEGIN_CLASS, .AI_ADB_CONTENT_REPLACE_END_CLASS, "+g).each(function(){if(a(this).hasClass("AI_ADB_CONTENT_REPLACE_BEGIN_CLASS"))a(this).remove(),e=!0;else if(a(this).hasClass("AI_ADB_CONTENT_REPLACE_END_CLASS"))a(this).remove(),
5
+ e=!1;else if(e){if(0!=b.length){var f=Math.round(a(this).text().length/(b.length+1));a(this).text(Array(f+1).join(b+" ").trim())}else a(this).text("");""!=d&&(f=a(this).attr("style"),"undefined"==typeof f?f="":(f=f.trim(),""!=f&&";"!=f[f.length-1]&&(f+=";")),""!=d&&(d=" "+d),a(this).attr("style",f+d))}})})})(jQuery)}
6
+ function ai_adb_process_blocks(a){(function(c){"undefined"==typeof a&&(a=c("body"));var b=c(b64d("Ym9keQ==")).attr(AI_ADB_ATTR_NAME),d="string"===typeof b?b==b64d("bWFzaw=="):null;if("string"===typeof b&&"boolean"===typeof d)if(d){do{var g=!1;c(".ai-adb-hide",a).each(function(){c(this).css({display:"none",visibility:"hidden"});c(this).removeClass("ai-adb-hide");var e=c(this).closest("div[data-ai]");if("undefined"!=typeof e.attr("data-ai")){var f=JSON.parse(b64d(e.attr("data-ai")));"undefined"!==typeof f&&
7
+ f.constructor===Array&&(f[1]="",e.attr("data-ai",b64e(JSON.stringify(f))))}ai_disable_processing(c(this))});c(".ai-adb-show",a).each(function(){c(this).css({display:"block",visibility:"visible"});c(this).removeClass("ai-adb-show");if("undefined"!=typeof c(this).data("code")){var e=b64d(c(this).data("code"));c(this).append(e);g=!0;"function"==typeof ai_process_elements&&ai_process_elements()}e=c(this).attr("data-ai-tracking");if("undefined"!=typeof e){var f=c(this).closest("div[data-ai]");if("undefined"!=
8
+ typeof f.attr("data-ai")){if(c(this).hasClass("ai-no-tracking")){var h=JSON.parse(b64d(f.attr("data-ai")));"undefined"!==typeof h&&h.constructor===Array&&(h[1]="",e=b64e(JSON.stringify(h)))}f.attr("data-ai",e)}}})}while(g);setTimeout(function(){"function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers()},15);setTimeout(ai_adb_process_content,10)}else c(".ai-adb-hide",
9
+ a).each(function(){c(this).removeClass("ai-adb-hide");if(0==c(this).outerHeight()&&0==c(this).closest(".ai-adb-show").length){var e=c(this).closest("div[data-ai]");if("undefined"!=typeof e.attr("data-ai")){var f=JSON.parse(b64d(e.attr("data-ai")));"undefined"!==typeof f&&f.constructor===Array&&(f[1]="",e.attr("data-ai",b64e(JSON.stringify(f))),e.addClass("ai-viewport-0").css("display","none"))}}}),c(".ai-adb-show",a).each(function(){ai_disable_processing(c(this));c(this).removeClass("ai-adb-show")})})(jQuery)}
10
+ ai_adb_detection_type_log=function(a){var c=ai_adb_detection_type(a),b=jQuery("#ai-adb-events");if(0!=b.count){var d=b.text();b.text((""!=d?d+", ":d+", EVENTS: ")+a)}return c};ai_adb_detection_type=function(a){return""};
11
  var ai_adb_detected=function(a){setTimeout(function(){ai_adb_detected_actions(a)},2)},ai_disable_processing=function(a){jQuery(a).find(".ai-lazy").removeClass("ai-lazy");jQuery(a).find(".ai-manual").removeClass("ai-manual");jQuery(a).find(".ai-rotate").removeClass("ai-unprocessed").removeAttr("data-info");jQuery(a).find(".ai-list-data").removeClass("ai-list-data");jQuery(a).find(".ai-ip-data").removeClass("ai-ip-data");jQuery(a).find("[data-code]").removeAttr("data-code")},ai_adb_detected_actions=
12
+ function(a){ai_adb_active||(ai_adb_active=!0,jQuery(b64d("Ym9keQ==")).attr(AI_ADB_ATTR_NAME,b64d("bWFzaw==")),function(c){c(window).ready(function(){ai_adb_process_blocks()});if(0!=ai_adb_page_views){var b=1,d=AiCookies.get(ai_adb_pgv_cookie_name);"undefined"!=typeof d&&(b=parseInt(d)+1);if(b<=ai_adb_page_views){AiCookies.set(ai_adb_pgv_cookie_name,b,{expires:365,path:"/"});window.ai_d1=b;window.AI_ADB_STATUS_MESSAGE=1;return}}if(0==ai_adb_message_cookie_lifetime||1==ai_adb_action&&ai_adb_message_undismissible)AiCookies.remove(ai_adb_act_cookie_name,
13
+ {path:"/"});else{d=AiCookies.get(ai_adb_act_cookie_name);if("undefined"!=typeof d&&"AI_CONST_AI_ADB_COOKIE_VALUE"==d){window.AI_ADB_STATUS_MESSAGE=2;return}AiCookies.set(ai_adb_act_cookie_name,"AI_CONST_AI_ADB_COOKIE_VALUE",{expires:ai_adb_message_cookie_lifetime,path:"/"})}0==ai_adb_action?(ai_dummy=16,ai_dummy++,window.AI_ADB_STATUS_MESSAGE=6):(window.AI_ADB_STATUS_MESSAGE=3,ai_dummy=13);switch(ai_adb_action){case 1:ai_adb_message_undismissible?(ai_adb_overlay.find('[style*="cursor"]').css("cursor",
14
+ "no-drop"),ai_adb_message_window.find('[style*="cursor"]').css("cursor","no-drop")):(ai_adb_overlay.click(function(){c(this).remove();ai_adb_message_window.remove()}),ai_adb_message_window.click(function(){c(this).remove();ai_adb_overlay.remove()}),window.onkeydown=function(g){27===g.keyCode&&(ai_adb_overlay.click(),ai_adb_message_window.click())});b=c(b64d("Ym9keQ==")).children();b.eq(Math.floor(Math.random()*b.length)).after(ai_adb_overlay);b.eq(Math.floor(Math.random()*b.length)).after(ai_adb_message_window);
15
+ break;case 2:""!=ai_adb_redirection_url&&(b=!0,"http"==ai_adb_redirection_url.toLowerCase().substring(0,4)?window.location.href==ai_adb_redirection_url&&(b=!1):window.location.pathname==ai_adb_redirection_url&&(b=!1),b?(d=AiCookies.get(ai_adb_page_redirection_cookie_name),"undefined"==typeof d&&(b=new Date,b.setTime(b.getTime()+1E4),AiCookies.set(ai_adb_page_redirection_cookie_name,window.location.href,{expires:b,path:"/"}),window.location.replace(ai_adb_redirection_url))):AiCookies.remove(ai_adb_page_redirection_cookie_name,
16
  {path:"/"}))}}(jQuery))},ai_adb_undetected=function(a){ai_adb_counter++;ai_adb_active||4!=ai_adb_counter||(jQuery(b64d("Ym9keQ==")).attr(AI_ADB_ATTR_NAME,b64d("Y2xlYXI=")),ai_dummy=11,window.AI_ADB_STATUS_MESSAGE=4,ai_dummy=14,ai_adb_process_blocks())};AI_DBG_AI_DEBUG_AD_BLOCKING&&jQuery(document).ready(function(){ai_adb_detected(0)});
17
+ jQuery(document).ready(function(a){a(window).ready(function(){ai_debugging_active="undefined"!==typeof ai_adb_fe_dbg;setTimeout(function(){a("#ai-adb-bar").click(function(){AiCookies.remove(ai_adb_act_cookie_name,{path:"/"});AiCookies.remove(ai_adb_pgv_cookie_name,{path:"/"});window.AI_ADB_STATUS_MESSAGE=5;ai_dummy=15})},2);if((!ai_adb_active||ai_debugging_active)&&""!=ai_adb_selectors){var c=0,b=0,d=ai_adb_selectors.split(",");a.each(d,function(e){d[e]=d[e].trim();0!=a(d[e]).length&&a(d[e]).each(function(f){var h=
18
+ a(this).outerHeight();f=a(this).find(".ai-attributes");f.length&&f.each(function(){h>=a(this).outerHeight()&&(h-=a(this).outerHeight())});c++;if(0===h&&(a(document).ready(function(){ai_adb_active&&!ai_debugging_active||ai_adb_detected(4)}),b++,!ai_debugging_active))return!1})});0!=c&&0==b&&a(document).ready(function(){ai_adb_undetected(4)})}var g=b64d("aW1nI2FpLWFkYi1hZG54cw==");jQuery(g).length&&jQuery(g).on("load",function(){ai_adb_undetected(8)}).on("error",function(){ai_adb_active&&!ai_debugging_active||
19
+ ai_adb_detected(8)}).attr("src",b64d("aHR0cHM6Ly9pYi5hZG54cy5jb20vZ2V0dWlkP2h0dHBzJTNBJTJGJTJGcm91dGVyLmluZm9saW5rcy5jb20lMkZkeW4lMkZhcG4tdXN5bmMlM0Z1c2VyX2lkJTNEJTI0VUlE"))})});
20
+ function ai_adb_get_script(a,c){var b=document.createElement("script");b.src="ai-adb-url"+a+".js?ver="+(new Date).getTime();var d=document.getElementsByTagName("head")[0],g=!1;b.onerror=function(){c&&c();b.onerror=null;d.removeChild(b)};b.onload=b.onreadystatechange=function(){g||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(g=!0,c&&c(),b.onload=b.onreadystatechange=null,d.removeChild(b))};d.appendChild(b)}
21
+ jQuery(window).on("load",function(){function a(){document.getElementById("AI_CONST_AI_ADB_1_NAME")?ai_adb_undetected(1):ai_adb_active&&!ai_debugging_active||ai_adb_detected(1)}function c(){"undefined"==typeof window.AI_CONST_AI_ADB_2_NAME?(!ai_adb_active||ai_debugging_active)&&ai_adb_detected(2):ai_adb_undetected(2)}setTimeout(function(){var b="undefined"!==typeof ai_adb_fe_dbg;jQuery(b64d("I2FpLWFkYi1hZHM=")).length&&(document.getElementById("AI_CONST_AI_ADB_1_NAME")?a():ai_adb_get_script("ads",
22
+ a));jQuery(b64d("I2FpLWFkYi1nYQ==")).length&&("function"==typeof ga&&30<ga.toString().length||"function"==typeof __gaTracker&&30<__gaTracker.toString().length?ai_adb_undetected(5):ai_adb_active&&!b||ai_adb_detected(5));jQuery(b64d("I2FpLWFkYi1zcG9uc29ycw==")).length&&("undefined"==typeof window.AI_CONST_AI_ADB_2_NAME?ai_adb_get_script("sponsors",c):c());var d=b64d("I2Jhbm5lci1hZHZlcnQtY29udGFpbmVy"),g=b64d("I2Jhbm5lci1hZHZlcnQtY29udGFpbmVyIGltZw==");jQuery(d).length&&0<jQuery(g).length&&(0===jQuery(g).outerHeight()?
23
+ (!ai_adb_active||b)&&ai_adb_detected(3):ai_adb_undetected(3),jQuery(g).remove());jQuery(b64d("I2FpLWFkYi1tbg==")).length&&("object"==typeof _mNDetails&&400<JSON.stringify(_mNDetails).length?ai_adb_undetected(6):ai_adb_active&&!b||ai_adb_detected(6))},120)});
includes/js/ai-insert.js CHANGED
@@ -264,22 +264,467 @@ function ai_process_elements () {
264
  }, 5);
265
  ai_process_elements_active = true;
266
  }
267
-
268
- //function b64e (str) {
269
- // // first we use encodeURIComponent to get percent-encoded UTF-8,
270
- // // then we convert the percent encodings into raw bytes which
271
- // // can be fed into btoa.
272
- // return btoa(encodeURIComponent (str).replace (/%([0-9A-F]{2})/g,
273
- // function toSolidBytes (match, p1) {
274
- // return String.fromCharCode ('0x' + p1);
275
- // }));
276
- //}
277
-
278
- //function b64d (str) {
279
- // // Going backwards: from bytestream, to percent-encoding, to original string.
280
- // return decodeURIComponent (atob (str).split ('').map (function(c) {
281
- // return '%' + ('00' + c.charCodeAt (0).toString (16)).slice (-2);
282
- // }).join (''));
283
- //}
284
 
285
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  }, 5);
265
  ai_process_elements_active = true;
266
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
 
268
 
269
+ /*globals jQuery,Window,HTMLElement,HTMLDocument,HTMLCollection,NodeList,MutationObserver */
270
+ /*exported Arrive*/
271
+ /*jshint latedef:false */
272
+
273
+ /*
274
+ * arrive.js
275
+ * v2.4.1
276
+ * https://github.com/uzairfarooq/arrive
277
+ * MIT licensed
278
+ *
279
+ * Copyright (c) 2014-2017 Uzair Farooq
280
+ */
281
+ var Arrive = (function(window, $, undefined) {
282
+
283
+ "use strict";
284
+
285
+ if(!window.MutationObserver || typeof HTMLElement === 'undefined'){
286
+ return; //for unsupported browsers
287
+ }
288
+
289
+ var arriveUniqueId = 0;
290
+
291
+ var utils = (function() {
292
+ var matches = HTMLElement.prototype.matches || HTMLElement.prototype.webkitMatchesSelector || HTMLElement.prototype.mozMatchesSelector
293
+ || HTMLElement.prototype.msMatchesSelector;
294
+
295
+ return {
296
+ matchesSelector: function(elem, selector) {
297
+ return elem instanceof HTMLElement && matches.call(elem, selector);
298
+ },
299
+ // to enable function overloading - By John Resig (MIT Licensed)
300
+ addMethod: function (object, name, fn) {
301
+ var old = object[ name ];
302
+ object[ name ] = function(){
303
+ if ( fn.length == arguments.length ) {
304
+ return fn.apply( this, arguments );
305
+ }
306
+ else if ( typeof old == 'function' ) {
307
+ return old.apply( this, arguments );
308
+ }
309
+ };
310
+ },
311
+ callCallbacks: function(callbacksToBeCalled, registrationData) {
312
+ if (registrationData && registrationData.options.onceOnly && registrationData.firedElems.length == 1) {
313
+ // as onlyOnce param is true, make sure we fire the event for only one item
314
+ callbacksToBeCalled = [callbacksToBeCalled[0]];
315
+ }
316
+
317
+ for (var i = 0, cb; (cb = callbacksToBeCalled[i]); i++) {
318
+ if (cb && cb.callback) {
319
+ cb.callback.call(cb.elem, cb.elem);
320
+ }
321
+ }
322
+
323
+ if (registrationData && registrationData.options.onceOnly && registrationData.firedElems.length == 1) {
324
+ // unbind event after first callback as onceOnly is true.
325
+ registrationData.me.unbindEventWithSelectorAndCallback.call(
326
+ registrationData.target, registrationData.selector, registrationData.callback);
327
+ }
328
+ },
329
+ // traverse through all descendants of a node to check if event should be fired for any descendant
330
+ checkChildNodesRecursively: function(nodes, registrationData, matchFunc, callbacksToBeCalled) {
331
+ // check each new node if it matches the selector
332
+ for (var i=0, node; (node = nodes[i]); i++) {
333
+ if (matchFunc(node, registrationData, callbacksToBeCalled)) {
334
+ callbacksToBeCalled.push({ callback: registrationData.callback, elem: node });
335
+ }
336
+
337
+ if (node.childNodes.length > 0) {
338
+ utils.checkChildNodesRecursively(node.childNodes, registrationData, matchFunc, callbacksToBeCalled);
339
+ }
340
+ }
341
+ },
342
+ mergeArrays: function(firstArr, secondArr){
343
+ // Overwrites default options with user-defined options.
344
+ var options = {},
345
+ attrName;
346
+ for (attrName in firstArr) {
347
+ if (firstArr.hasOwnProperty(attrName)) {
348
+ options[attrName] = firstArr[attrName];
349
+ }
350
+ }
351
+ for (attrName in secondArr) {
352
+ if (secondArr.hasOwnProperty(attrName)) {
353
+ options[attrName] = secondArr[attrName];
354
+ }
355
+ }
356
+ return options;
357
+ },
358
+ toElementsArray: function (elements) {
359
+ // check if object is an array (or array like object)
360
+ // Note: window object has .length property but it's not array of elements so don't consider it an array
361
+ if (typeof elements !== "undefined" && (typeof elements.length !== "number" || elements === window)) {
362
+ elements = [elements];
363
+ }
364
+ return elements;
365
+ }
366
+ };
367
+ })();
368
+
369
+
370
+ // Class to maintain state of all registered events of a single type
371
+ var EventsBucket = (function() {
372
+ var EventsBucket = function() {
373
+ // holds all the events
374
+
375
+ this._eventsBucket = [];
376
+ // function to be called while adding an event, the function should do the event initialization/registration
377
+ this._beforeAdding = null;
378
+ // function to be called while removing an event, the function should do the event destruction
379
+ this._beforeRemoving = null;
380
+ };
381
+
382
+ EventsBucket.prototype.addEvent = function(target, selector, options, callback) {
383
+ var newEvent = {
384
+ target: target,
385
+ selector: selector,
386
+ options: options,
387
+ callback: callback,
388
+ firedElems: []
389
+ };
390
+
391
+ if (this._beforeAdding) {
392
+ this._beforeAdding(newEvent);
393
+ }
394
+
395
+ this._eventsBucket.push(newEvent);
396
+ return newEvent;
397
+ };
398
+
399
+ EventsBucket.prototype.removeEvent = function(compareFunction) {
400
+ for (var i=this._eventsBucket.length - 1, registeredEvent; (registeredEvent = this._eventsBucket[i]); i--) {
401
+ if (compareFunction(registeredEvent)) {
402
+ if (this._beforeRemoving) {
403
+ this._beforeRemoving(registeredEvent);
404
+ }
405
+
406
+ // mark callback as null so that even if an event mutation was already triggered it does not call callback
407
+ var removedEvents = this._eventsBucket.splice(i, 1);
408
+ if (removedEvents && removedEvents.length) {
409
+ removedEvents[0].callback = null;
410
+ }
411
+ }
412
+ }
413
+ };
414
+
415
+ EventsBucket.prototype.beforeAdding = function(beforeAdding) {
416
+ this._beforeAdding = beforeAdding;
417
+ };
418
+
419
+ EventsBucket.prototype.beforeRemoving = function(beforeRemoving) {
420
+ this._beforeRemoving = beforeRemoving;
421
+ };
422
+
423
+ return EventsBucket;
424
+ })();
425
+
426
+
427
+ /**
428
+ * @constructor
429
+ * General class for binding/unbinding arrive and leave events
430
+ */
431
+ var MutationEvents = function(getObserverConfig, onMutation) {
432
+ var eventsBucket = new EventsBucket(),
433
+ me = this;
434
+
435
+ var defaultOptions = {
436
+ fireOnAttributesModification: false
437
+ };
438
+
439
+ // actual event registration before adding it to bucket
440
+ eventsBucket.beforeAdding(function(registrationData) {
441
+ var
442
+ target = registrationData.target,
443
+ observer;
444
+
445
+ // mutation observer does not work on window or document
446
+ if (target === window.document || target === window) {
447
+ target = document.getElementsByTagName("html")[0];
448
+ }
449
+
450
+ // Create an observer instance
451
+ observer = new MutationObserver(function(e) {
452
+ onMutation.call(this, e, registrationData);
453
+ });
454
+
455
+ var config = getObserverConfig(registrationData.options);
456
+
457
+ observer.observe(target, config);
458
+
459
+ registrationData.observer = observer;
460
+ registrationData.me = me;
461
+ });
462
+
463
+ // cleanup/unregister before removing an event
464
+ eventsBucket.beforeRemoving(function (eventData) {
465
+ eventData.observer.disconnect();
466
+ });
467
+
468
+ this.bindEvent = function(selector, options, callback) {
469
+ options = utils.mergeArrays(defaultOptions, options);
470
+
471
+ var elements = utils.toElementsArray(this);
472
+
473
+ for (var i = 0; i < elements.length; i++) {
474
+ eventsBucket.addEvent(elements[i], selector, options, callback);
475
+ }
476
+ };
477
+
478
+ this.unbindEvent = function() {
479
+ var elements = utils.toElementsArray(this);
480
+ eventsBucket.removeEvent(function(eventObj) {
481
+ for (var i = 0; i < elements.length; i++) {
482
+ if (this === undefined || eventObj.target === elements[i]) {
483
+ return true;
484
+ }
485
+ }
486
+ return false;
487
+ });
488
+ };
489
+
490
+ this.unbindEventWithSelectorOrCallback = function(selector) {
491
+ var elements = utils.toElementsArray(this),
492
+ callback = selector,
493
+ compareFunction;
494
+
495
+ if (typeof selector === "function") {
496
+ compareFunction = function(eventObj) {
497
+ for (var i = 0; i < elements.length; i++) {
498
+ if ((this === undefined || eventObj.target === elements[i]) && eventObj.callback === callback) {
499
+ return true;
500
+ }
501
+ }
502
+ return false;
503
+ };
504
+ }
505
+ else {
506
+ compareFunction = function(eventObj) {
507
+ for (var i = 0; i < elements.length; i++) {
508
+ if ((this === undefined || eventObj.target === elements[i]) && eventObj.selector === selector) {
509
+ return true;
510
+ }
511
+ }
512
+ return false;
513
+ };
514
+ }
515
+ eventsBucket.removeEvent(compareFunction);
516
+ };
517
+
518
+ this.unbindEventWithSelectorAndCallback = function(selector, callback) {
519
+ var elements = utils.toElementsArray(this);
520
+ eventsBucket.removeEvent(function(eventObj) {
521
+ for (var i = 0; i < elements.length; i++) {
522
+ if ((this === undefined || eventObj.target === elements[i]) && eventObj.selector === selector && eventObj.callback === callback) {
523
+ return true;
524
+ }
525
+ }
526
+ return false;
527
+ });
528
+ };
529
+
530
+ return this;
531
+ };
532
+
533
+
534
+ /**
535
+ * @constructor
536
+ * Processes 'arrive' events
537
+ */
538
+ var ArriveEvents = function() {
539
+ // Default options for 'arrive' event
540
+ var arriveDefaultOptions = {
541
+ fireOnAttributesModification: false,
542
+ onceOnly: false,
543
+ existing: false
544
+ };
545
+
546
+ function getArriveObserverConfig(options) {
547
+ var config = {
548
+ attributes: false,
549
+ childList: true,
550
+ subtree: true
551
+ };
552
+
553
+ if (options.fireOnAttributesModification) {
554
+ config.attributes = true;
555
+ }
556
+
557
+ return config;
558
+ }
559
+
560
+ function onArriveMutation(mutations, registrationData) {
561
+ mutations.forEach(function( mutation ) {
562
+ var newNodes = mutation.addedNodes,
563
+ targetNode = mutation.target,
564
+ callbacksToBeCalled = [],
565
+ node;
566
+
567
+ // If new nodes are added
568
+ if( newNodes !== null && newNodes.length > 0 ) {
569
+ utils.checkChildNodesRecursively(newNodes, registrationData, nodeMatchFunc, callbacksToBeCalled);
570
+ }
571
+ else if (mutation.type === "attributes") {
572
+ if (nodeMatchFunc(targetNode, registrationData, callbacksToBeCalled)) {
573
+ callbacksToBeCalled.push({ callback: registrationData.callback, elem: targetNode });
574
+ }
575
+ }
576
+
577
+ utils.callCallbacks(callbacksToBeCalled, registrationData);
578
+ });
579
+ }
580
+
581
+ function nodeMatchFunc(node, registrationData, callbacksToBeCalled) {
582
+ // check a single node to see if it matches the selector
583
+ if (utils.matchesSelector(node, registrationData.selector)) {
584
+ if(node._id === undefined) {
585
+ node._id = arriveUniqueId++;
586
+ }
587
+ // make sure the arrive event is not already fired for the element
588
+ if (registrationData.firedElems.indexOf(node._id) == -1) {
589
+ registrationData.firedElems.push(node._id);
590
+
591
+ return true;
592
+ }
593
+ }
594
+
595
+ return false;
596
+ }
597
+
598
+ arriveEvents = new MutationEvents(getArriveObserverConfig, onArriveMutation);
599
+
600
+ var mutationBindEvent = arriveEvents.bindEvent;
601
+
602
+ // override bindEvent function
603
+ arriveEvents.bindEvent = function(selector, options, callback) {
604
+
605
+ if (typeof callback === "undefined") {
606
+ callback = options;
607
+ options = arriveDefaultOptions;
608
+ } else {
609
+ options = utils.mergeArrays(arriveDefaultOptions, options);
610
+ }
611
+
612
+ var elements = utils.toElementsArray(this);
613
+
614
+ if (options.existing) {
615
+ var existing = [];
616
+
617
+ for (var i = 0; i < elements.length; i++) {
618
+ var nodes = elements[i].querySelectorAll(selector);
619
+ for (var j = 0; j < nodes.length; j++) {
620
+ existing.push({ callback: callback, elem: nodes[j] });
621
+ }
622
+ }
623
+
624
+ // no need to bind event if the callback has to be fired only once and we have already found the element
625
+ if (options.onceOnly && existing.length) {
626
+ return callback.call(existing[0].elem, existing[0].elem);
627
+ }
628
+
629
+ setTimeout(utils.callCallbacks, 1, existing);
630
+ }
631
+
632
+ mutationBindEvent.call(this, selector, options, callback);
633
+ };
634
+
635
+ return arriveEvents;
636
+ };
637
+
638
+
639
+ /**
640
+ * @constructor
641
+ * Processes 'leave' events
642
+ */
643
+ var LeaveEvents = function() {
644
+ // Default options for 'leave' event
645
+ var leaveDefaultOptions = {};
646
+
647
+ function getLeaveObserverConfig() {
648
+ var config = {
649
+ childList: true,
650
+ subtree: true
651
+ };
652
+
653
+ return config;
654
+ }
655
+
656
+ function onLeaveMutation(mutations, registrationData) {
657
+ mutations.forEach(function( mutation ) {
658
+ var removedNodes = mutation.removedNodes,
659
+ callbacksToBeCalled = [];
660
+
661
+ if( removedNodes !== null && removedNodes.length > 0 ) {
662
+ utils.checkChildNodesRecursively(removedNodes, registrationData, nodeMatchFunc, callbacksToBeCalled);
663
+ }
664
+
665
+ utils.callCallbacks(callbacksToBeCalled, registrationData);
666
+ });
667
+ }
668
+
669
+ function nodeMatchFunc(node, registrationData) {
670
+ return utils.matchesSelector(node, registrationData.selector);
671
+ }
672
+
673
+ leaveEvents = new MutationEvents(getLeaveObserverConfig, onLeaveMutation);
674
+
675
+ var mutationBindEvent = leaveEvents.bindEvent;
676
+
677
+ // override bindEvent function
678
+ leaveEvents.bindEvent = function(selector, options, callback) {
679
+
680
+ if (typeof callback === "undefined") {
681
+ callback = options;
682
+ options = leaveDefaultOptions;
683
+ } else {
684
+ options = utils.mergeArrays(leaveDefaultOptions, options);
685
+ }
686
+
687
+ mutationBindEvent.call(this, selector, options, callback);
688
+ };
689
+
690
+ return leaveEvents;
691
+ };
692
+
693
+
694
+ var arriveEvents = new ArriveEvents(),
695
+ leaveEvents = new LeaveEvents();
696
+
697
+ function exposeUnbindApi(eventObj, exposeTo, funcName) {
698
+ // expose unbind function with function overriding
699
+ utils.addMethod(exposeTo, funcName, eventObj.unbindEvent);
700
+ utils.addMethod(exposeTo, funcName, eventObj.unbindEventWithSelectorOrCallback);
701
+ utils.addMethod(exposeTo, funcName, eventObj.unbindEventWithSelectorAndCallback);
702
+ }
703
+
704
+ /*** expose APIs ***/
705
+ function exposeApi(exposeTo) {
706
+ exposeTo.arrive = arriveEvents.bindEvent;
707
+ exposeUnbindApi(arriveEvents, exposeTo, "unbindArrive");
708
+
709
+ exposeTo.leave = leaveEvents.bindEvent;
710
+ exposeUnbindApi(leaveEvents, exposeTo, "unbindLeave");
711
+ }
712
+
713
+ if ($) {
714
+ exposeApi($.fn);
715
+ }
716
+ exposeApi(HTMLElement.prototype);
717
+ exposeApi(NodeList.prototype);
718
+ exposeApi(HTMLCollection.prototype);
719
+ exposeApi(HTMLDocument.prototype);
720
+ exposeApi(Window.prototype);
721
+
722
+ var Arrive = {};
723
+ // expose functions to unbind all arrive/leave events
724
+ exposeUnbindApi(arriveEvents, Arrive, "unbindAllArrive");
725
+ exposeUnbindApi(leaveEvents, Arrive, "unbindAllLeave");
726
+
727
+ return Arrive;
728
+
729
+ })(window, typeof jQuery === 'undefined' ? null : jQuery, undefined);
730
+
includes/js/ai-insert.min.js CHANGED
@@ -1,9 +1,19 @@
1
- ai_insert=function(a,c,e){var d=-1!=c.indexOf(":eq")?jQuery(c):document.querySelectorAll(c);Array.prototype.forEach.call(d,function(b,d){selector_string=b.hasAttribute("id")?"#"+b.getAttribute("id"):b.hasAttribute("class")?"."+b.getAttribute("class").replace(RegExp(" ","g"),"."):"";var f=document.createElement("div");f.innerHTML=e;var g=f.getElementsByClassName("ai-selector-counter")[0];null!=g&&(g.innerText=d+1);g=f.getElementsByClassName("ai-debug-name ai-main")[0];if(null!=g){var k="";"before"==
2
- a?k=ai_front.insertion_before:"after"==a?k=ai_front.insertion_after:"prepend"==a?k=ai_front.insertion_prepend:"append"==a?k=ai_front.insertion_append:"replace-content"==a?k=ai_front.insertion_replace_content:"replace-element"==a&&(k=ai_front.insertion_replace_element);-1==selector_string.indexOf(".ai-viewports")&&(g.innerText=k+" "+c+" ("+b.tagName.toLowerCase()+selector_string+")")}g=document.createRange().createContextualFragment(f.innerHTML);"before"==a?b.parentNode.insertBefore(g,b):"after"==
3
- a?b.parentNode.insertBefore(g,b.nextSibling):"prepend"==a?b.insertBefore(g,b.firstChild):"append"==a?b.insertBefore(g,null):"replace-content"==a?b.innerHTML=f.innerHTML:"replace-element"==a&&(b.parentNode.insertBefore(g,b),b.parentNode.removeChild(b))})};
4
- ai_insert_code=function(a){function c(a,b){return null==a?!1:a.classList?a.classList.contains(b):-1<(" "+a.className+" ").indexOf(" "+b+" ")}function e(a,b){null!=a&&(a.classList?a.classList.add(b):a.className+=" "+b)}function d(a,b){null!=a&&(a.classList?a.classList.remove(b):a.className=a.className.replace(new RegExp("(^|\\b)"+b.split(" ").join("|")+"(\\b|$)","gi")," "))}if("undefined"!=typeof a){var b=!1;if(c(a,"no-visibility-check")||a.offsetWidth||a.offsetHeight||a.getClientRects().length){b=
5
- a.getAttribute("data-code");var h=a.getAttribute("data-insertion"),f=a.getAttribute("data-selector");if(null!=b)if(null!=h&&null!=f){if(-1!=f.indexOf(":eq")?jQuery(f).length:document.querySelectorAll(f).length)ai_insert(h,f,b64d(b)),d(a,"ai-viewports")}else b=document.createRange().createContextualFragment(b64d(b)),a.parentNode.insertBefore(b,a.nextSibling),d(a,"ai-viewports");b=!0;a=a.getElementsByClassName("ai-check-block");"undefined"!=typeof a[0]&&a[0].parentNode.removeChild(a[0])}else h=a.previousElementSibling,
6
- c(h,"ai-debug-bar")&&c(h,"ai-debug-script")&&(d(h,"ai-debug-script"),e(h,"ai-debug-viewport-invisible")),d(a,"ai-viewports");return b}};ai_insert_list_code=function(a){var c=document.getElementsByClassName(a)[0];if("undefined"!=typeof c){var e=ai_insert_code(c),d=c.closest("div.AI_FUNCT_GET_BLOCK_CLASS_NAME");d&&(e||d.removeAttribute("data-ai"),d.classList.remove("ai-list-block"),d.style.visibility="",d.classList.contains("ai-remove-position")&&(d.style.position=""));c.classList.remove(a);e&&ai_process_elements()}};
7
- ai_insert_viewport_code=function(a){var c=document.getElementsByClassName(a)[0];"undefined"!=typeof c&&(ai_insert_code(c),c.classList.remove(a),ai_process_elements())};ai_insert_code_by_class=function(a){var c=document.getElementsByClassName(a)[0];"undefined"!=typeof c&&(ai_insert_code(c),c.classList.remove(a))};
8
- ai_insert_client_code=function(a,c){var e=document.getElementsByClassName(a)[0];if("undefined"!=typeof e){var d=e.getAttribute("data-code");null!=d&&ai_check_block()&&ai_check_and_insert_block()&&(e.setAttribute("data-code",d.substring(Math.floor(c/19))),ai_insert_code_by_class(a),e.remove())}};ai_process_elements_active=!1;
9
- function ai_process_elements(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists(jQuery("div.ai-list-data"));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery("div.ai-ip-data"));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks()},5);ai_process_elements_active=!0};
 
 
 
 
 
 
 
 
 
 
1
+ ai_insert=function(b,l,u){var r=-1!=l.indexOf(":eq")?jQuery(l):document.querySelectorAll(l);Array.prototype.forEach.call(r,function(g,w){selector_string=g.hasAttribute("id")?"#"+g.getAttribute("id"):g.hasAttribute("class")?"."+g.getAttribute("class").replace(RegExp(" ","g"),"."):"";var k=document.createElement("div");k.innerHTML=u;var m=k.getElementsByClassName("ai-selector-counter")[0];null!=m&&(m.innerText=w+1);m=k.getElementsByClassName("ai-debug-name ai-main")[0];if(null!=m){var t="";"before"==
2
+ b?t=ai_front.insertion_before:"after"==b?t=ai_front.insertion_after:"prepend"==b?t=ai_front.insertion_prepend:"append"==b?t=ai_front.insertion_append:"replace-content"==b?t=ai_front.insertion_replace_content:"replace-element"==b&&(t=ai_front.insertion_replace_element);-1==selector_string.indexOf(".ai-viewports")&&(m.innerText=t+" "+l+" ("+g.tagName.toLowerCase()+selector_string+")")}m=document.createRange().createContextualFragment(k.innerHTML);"before"==b?g.parentNode.insertBefore(m,g):"after"==
3
+ b?g.parentNode.insertBefore(m,g.nextSibling):"prepend"==b?g.insertBefore(m,g.firstChild):"append"==b?g.insertBefore(m,null):"replace-content"==b?g.innerHTML=k.innerHTML:"replace-element"==b&&(g.parentNode.insertBefore(m,g),g.parentNode.removeChild(g))})};
4
+ ai_insert_code=function(b){function l(m,t){return null==m?!1:m.classList?m.classList.contains(t):-1<(" "+m.className+" ").indexOf(" "+t+" ")}function u(m,t){null!=m&&(m.classList?m.classList.add(t):m.className+=" "+t)}function r(m,t){null!=m&&(m.classList?m.classList.remove(t):m.className=m.className.replace(new RegExp("(^|\\b)"+t.split(" ").join("|")+"(\\b|$)","gi")," "))}if("undefined"!=typeof b){var g=!1;if(l(b,"no-visibility-check")||b.offsetWidth||b.offsetHeight||b.getClientRects().length){g=
5
+ b.getAttribute("data-code");var w=b.getAttribute("data-insertion"),k=b.getAttribute("data-selector");if(null!=g)if(null!=w&&null!=k){if(-1!=k.indexOf(":eq")?jQuery(k).length:document.querySelectorAll(k).length)ai_insert(w,k,b64d(g)),r(b,"ai-viewports")}else g=document.createRange().createContextualFragment(b64d(g)),b.parentNode.insertBefore(g,b.nextSibling),r(b,"ai-viewports");g=!0;b=b.getElementsByClassName("ai-check-block");"undefined"!=typeof b[0]&&b[0].parentNode.removeChild(b[0])}else w=b.previousElementSibling,
6
+ l(w,"ai-debug-bar")&&l(w,"ai-debug-script")&&(r(w,"ai-debug-script"),u(w,"ai-debug-viewport-invisible")),r(b,"ai-viewports");return g}};ai_insert_list_code=function(b){var l=document.getElementsByClassName(b)[0];if("undefined"!=typeof l){var u=ai_insert_code(l),r=l.closest("div.AI_FUNCT_GET_BLOCK_CLASS_NAME");r&&(u||r.removeAttribute("data-ai"),r.classList.remove("ai-list-block"),r.style.visibility="",r.classList.contains("ai-remove-position")&&(r.style.position=""));l.classList.remove(b);u&&ai_process_elements()}};
7
+ ai_insert_viewport_code=function(b){var l=document.getElementsByClassName(b)[0];"undefined"!=typeof l&&(ai_insert_code(l),l.classList.remove(b),ai_process_elements())};ai_insert_code_by_class=function(b){var l=document.getElementsByClassName(b)[0];"undefined"!=typeof l&&(ai_insert_code(l),l.classList.remove(b))};
8
+ ai_insert_client_code=function(b,l){var u=document.getElementsByClassName(b)[0];if("undefined"!=typeof u){var r=u.getAttribute("data-code");null!=r&&ai_check_block()&&ai_check_and_insert_block()&&(u.setAttribute("data-code",r.substring(Math.floor(l/19))),ai_insert_code_by_class(b),u.remove())}};ai_process_elements_active=!1;
9
+ function ai_process_elements(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists(jQuery("div.ai-list-data"));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery("div.ai-ip-data"));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks()},5);ai_process_elements_active=!0}
10
+ var Arrive=function(b,l,u){function r(q,c,d){k.addMethod(c,d,q.unbindEvent);k.addMethod(c,d,q.unbindEventWithSelectorOrCallback);k.addMethod(c,d,q.unbindEventWithSelectorAndCallback)}function g(q){q.arrive=x.bindEvent;r(x,q,"unbindArrive");q.leave=y.bindEvent;r(y,q,"unbindLeave")}if(b.MutationObserver&&"undefined"!==typeof HTMLElement){var w=0,k=function(){var q=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector;
11
+ return{matchesSelector:function(c,d){return c instanceof HTMLElement&&q.call(c,d)},addMethod:function(c,d,e){var a=c[d];c[d]=function(){if(e.length==arguments.length)return e.apply(this,arguments);if("function"==typeof a)return a.apply(this,arguments)}},callCallbacks:function(c,d){d&&d.options.onceOnly&&1==d.firedElems.length&&(c=[c[0]]);for(var e=0,a;a=c[e];e++)a&&a.callback&&a.callback.call(a.elem,a.elem);d&&d.options.onceOnly&&1==d.firedElems.length&&d.me.unbindEventWithSelectorAndCallback.call(d.target,
12
+ d.selector,d.callback)},checkChildNodesRecursively:function(c,d,e,a){for(var f=0,h;h=c[f];f++)e(h,d,a)&&a.push({callback:d.callback,elem:h}),0<h.childNodes.length&&k.checkChildNodesRecursively(h.childNodes,d,e,a)},mergeArrays:function(c,d){var e={},a;for(a in c)c.hasOwnProperty(a)&&(e[a]=c[a]);for(a in d)d.hasOwnProperty(a)&&(e[a]=d[a]);return e},toElementsArray:function(c){"undefined"===typeof c||"number"===typeof c.length&&c!==b||(c=[c]);return c}}}(),m=function(){var q=function(){this._eventsBucket=
13
+ [];this._beforeRemoving=this._beforeAdding=null};q.prototype.addEvent=function(c,d,e,a){c={target:c,selector:d,options:e,callback:a,firedElems:[]};this._beforeAdding&&this._beforeAdding(c);this._eventsBucket.push(c);return c};q.prototype.removeEvent=function(c){for(var d=this._eventsBucket.length-1,e;e=this._eventsBucket[d];d--)c(e)&&(this._beforeRemoving&&this._beforeRemoving(e),(e=this._eventsBucket.splice(d,1))&&e.length&&(e[0].callback=null))};q.prototype.beforeAdding=function(c){this._beforeAdding=
14
+ c};q.prototype.beforeRemoving=function(c){this._beforeRemoving=c};return q}(),t=function(q,c){var d=new m,e=this,a={fireOnAttributesModification:!1};d.beforeAdding(function(f){var h=f.target;if(h===b.document||h===b)h=document.getElementsByTagName("html")[0];var n=new MutationObserver(function(v){c.call(this,v,f)});var p=q(f.options);n.observe(h,p);f.observer=n;f.me=e});d.beforeRemoving(function(f){f.observer.disconnect()});this.bindEvent=function(f,h,n){h=k.mergeArrays(a,h);for(var p=k.toElementsArray(this),
15
+ v=0;v<p.length;v++)d.addEvent(p[v],f,h,n)};this.unbindEvent=function(){var f=k.toElementsArray(this);d.removeEvent(function(h){for(var n=0;n<f.length;n++)if(this===u||h.target===f[n])return!0;return!1})};this.unbindEventWithSelectorOrCallback=function(f){var h=k.toElementsArray(this);d.removeEvent("function"===typeof f?function(n){for(var p=0;p<h.length;p++)if((this===u||n.target===h[p])&&n.callback===f)return!0;return!1}:function(n){for(var p=0;p<h.length;p++)if((this===u||n.target===h[p])&&n.selector===
16
+ f)return!0;return!1})};this.unbindEventWithSelectorAndCallback=function(f,h){var n=k.toElementsArray(this);d.removeEvent(function(p){for(var v=0;v<n.length;v++)if((this===u||p.target===n[v])&&p.selector===f&&p.callback===h)return!0;return!1})};return this},x=new function(){function q(e,a,f){return k.matchesSelector(e,a.selector)&&(e._id===u&&(e._id=w++),-1==a.firedElems.indexOf(e._id))?(a.firedElems.push(e._id),!0):!1}var c={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};x=new t(function(e){var a=
17
+ {attributes:!1,childList:!0,subtree:!0};e.fireOnAttributesModification&&(a.attributes=!0);return a},function(e,a){e.forEach(function(f){var h=f.addedNodes,n=f.target,p=[];null!==h&&0<h.length?k.checkChildNodesRecursively(h,a,q,p):"attributes"===f.type&&q(n,a,p)&&p.push({callback:a.callback,elem:n});k.callCallbacks(p,a)})});var d=x.bindEvent;x.bindEvent=function(e,a,f){"undefined"===typeof f?(f=a,a=c):a=k.mergeArrays(c,a);var h=k.toElementsArray(this);if(a.existing){for(var n=[],p=0;p<h.length;p++)for(var v=
18
+ h[p].querySelectorAll(e),z=0;z<v.length;z++)n.push({callback:f,elem:v[z]});if(a.onceOnly&&n.length)return f.call(n[0].elem,n[0].elem);setTimeout(k.callCallbacks,1,n)}d.call(this,e,a,f)};return x},y=new function(){function q(e,a){return k.matchesSelector(e,a.selector)}var c={};y=new t(function(){return{childList:!0,subtree:!0}},function(e,a){e.forEach(function(f){f=f.removedNodes;var h=[];null!==f&&0<f.length&&k.checkChildNodesRecursively(f,a,q,h);k.callCallbacks(h,a)})});var d=y.bindEvent;y.bindEvent=
19
+ function(e,a,f){"undefined"===typeof f?(f=a,a=c):a=k.mergeArrays(c,a);d.call(this,e,a,f)};return y};l&&g(l.fn);g(HTMLElement.prototype);g(NodeList.prototype);g(HTMLCollection.prototype);g(HTMLDocument.prototype);g(Window.prototype);l={};r(x,l,"unbindAllArrive");r(y,l,"unbindAllLeave");return l}}(window,"undefined"===typeof jQuery?null:jQuery,void 0);
includes/js/ai-lists.js CHANGED
@@ -43,11 +43,32 @@ jQuery (function ($) {
43
  if (ai_debug) console.log ("AI LISTS COOKIE SELECTOR INDEXES", indexes);
44
 
45
  if (indexes.length == 0) {
46
- if (ai_debug) console.log ("AI LISTS COOKIE TEST EMPTY", value == '!@!');
47
 
48
  if (value == '!@!') return true;
49
 
50
- if (ai_debug) console.log ("AI LISTS COOKIE TEST VALUE", data, '==', value, data == value);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
 
52
  return data == value;
53
  }
@@ -88,23 +109,96 @@ jQuery (function ($) {
88
  return ai_structured_data_item (indexes, data, value);
89
  }
90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  if (ai_list_blocks == null) {
92
  ai_list_blocks = $("div.ai-list-data");
93
  } else {
94
  ai_list_blocks = ai_list_blocks.filter ('.ai-list-data');
95
  }
96
 
97
- var ai_debug = typeof ai_debugging !== 'undefined'; // 2
98
  // var ai_debug = false;
99
 
100
- // if (ai_debug) console.log ('AI LISTS', ai_list_blocks.length, 'BLOCKS');
101
-
102
  if (!ai_list_blocks.length) return;
103
 
 
 
104
  // Mark lists as processed
105
  ai_list_blocks.removeClass ('ai-list-data');
106
 
107
  var cookies = document.cookie.split (";");
 
 
 
108
 
109
  cookies.forEach (function (cookie, index) {
110
  cookies [index] = cookie.trim();
@@ -257,6 +351,7 @@ jQuery (function ($) {
257
  }
258
 
259
  var url_parameters_manual_loading = false;
 
260
  var url_parameters_need_tcData = false;
261
  if (enable_block) {
262
  var parameter_list = $(this).attr ("parameter-list");
@@ -284,123 +379,165 @@ jQuery (function ($) {
284
 
285
  if (ai_debug) console.log ("AI LISTS COOKIE ARRAY", cookie_array);
286
 
287
- var found = false;
288
  var block_div = $(this);
289
- $.each (parameter_list_array, function (index, list_parameter) {
290
 
291
- if (list_parameter.indexOf ('=') != - 1) {
292
- if (cookies.indexOf (list_parameter) != - 1) {
293
- found = true;
294
- return false;
 
 
 
 
 
 
 
 
295
  }
296
 
297
- var list_parameter_data = list_parameter.split ("=");
 
298
 
299
- if (list_parameter_data [0].indexOf ('euconsent-v2') == 0 && list_parameter_data [0].indexOf ('[') != - 1) {
 
 
 
 
 
 
300
 
301
- // IAB Europe Transparency and Consent Framework (TCF v2)
302
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: IAB TCF 2.0");
303
 
304
- if (typeof ai_tcData == 'object') {
305
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: ai_tcData set");
306
 
307
- var indexes = list_parameter_data [0].replace (/]| /gi, '').split ('[');
308
- // Remove cookie name (euconsent-v2)
309
- indexes.shift ();
310
 
311
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: tcData", ai_tcData);
 
312
 
313
- if (ai_structured_data_item (indexes, ai_tcData, list_parameter_data [1])) {
314
 
315
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: FOUND");
 
 
316
 
317
- found = true;
318
- return false;
319
- }
320
- } else {
321
- if (typeof __tcfapi == 'function') {
322
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi function exists");
323
 
324
- if (typeof ai_tcData_requested == 'undefined') {
325
- ai_tcData_requested = true;
326
 
327
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: getTCData");
328
 
329
- __tcfapi ('getTCData', 2, function (tcData, success) {
330
- if (success) {
331
- if (tcData.eventStatus == 'tcloaded' || tcData.eventStatus == 'useractioncomplete') {
332
- ai_tcData = tcData;
333
- setTimeout (function () {ai_process_lists ();}, 10);
 
 
334
 
335
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi getTCData", ai_tcData);
336
- } else {
337
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi getTCData, invalid status", tcData.eventStatus);
338
- }
339
  } else {
340
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi getTCData failed");
 
 
 
 
 
 
 
 
 
 
 
341
  }
342
- });
343
- } else {
344
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: tcData already requested");
345
  }
 
346
 
347
- // Mark this list as unprocessed - will be processed later when __tcfapi callback function is called
348
- block_div.addClass ('ai-list-data');
349
- url_parameters_need_tcData = true;
350
- } else {
351
- if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi function not found");
352
- }
353
  }
354
- } else
355
-
356
- if (ai_structured_data (cookie_array, list_parameter_data [0], list_parameter_data [1])) {
357
- found = true;
358
- return false;
359
- }
360
-
361
- } else {
362
- cookies.forEach (function (cookie) {
363
- var cookie_data = cookie.split ("=");
364
- if (list_parameter == cookie_data [0]) {
365
- found = true;
366
- return false;
 
 
 
 
 
 
367
  }
368
- });
369
 
370
- if (ai_structured_data (cookie_array, list_parameter, '!@!')) {
371
- found = true;
372
- return false;
 
373
  }
 
 
 
 
 
374
  }
 
 
 
 
 
 
375
  });
376
 
377
  switch (parameter_list_type) {
378
  case "B":
379
- if (found) enable_block = false;
380
  break;
381
  case "W":
382
- if (!found) enable_block = false;
383
  break;
384
  }
385
-
386
- if (!enable_block && $(this).hasClass ('ai-list-manual')) {
387
- // Manual load AUTO
388
- url_parameters_manual_loading = true;
389
- $(this).addClass ('ai-list-data');
390
- } else $(this).removeClass ('ai-list-manual');
391
 
392
- if (ai_debug) console.log ("AI LISTS list found", found);
393
- if (ai_debug) console.log ("AI LISTS list pass", enable_block);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
  }
395
  }
396
 
397
  // Url parameters needs tcData
398
- if (url_parameters_need_tcData) {
399
  if (ai_debug) console.log ("AI LISTS NEED tcData, NO ACTION");
400
- return; // Continue each
401
  }
402
 
403
-
404
  var debug_bar = $(this).prevAll ('.ai-debug-bar.ai-debug-lists');
405
  var referrer_text = referrer == '' ? '#' : referrer;
406
  debug_bar.find ('.ai-debug-name.ai-list-info').text (referrer_text).attr ('title', user_agent);
@@ -461,14 +598,29 @@ jQuery (function ($) {
461
  }
462
  }
463
 
464
- // Cookie list not passed and has manual loading set to Auto
465
- if (url_parameters_manual_loading) {
466
- if (ai_debug) console.log ("AI LISTS MANUAL LOADING, NO ACTION");
467
- return; // Continue each
468
- }
469
-
 
 
 
 
 
 
 
470
  $(this).css ({"visibility": "", "position": "", "width": "", "height": "", "z-index": ""});
471
 
 
 
 
 
 
 
 
 
472
  if (!enable_block) {
473
  if (scheduling && !scheduling_ok && scheduling_fallback != 0) {
474
  block_wrapping_div.css ({"visibility": ""});
@@ -483,7 +635,7 @@ jQuery (function ($) {
483
  var block_code = b64d ($(this).data ('fallback-code'));
484
  $(this).append (block_code);
485
 
486
- if (ai_debug) console.log ('AI INSERT CODE', $(block_wrapping_div).attr ('class'));
487
  if (ai_debug) console.log ('');
488
 
489
  ai_process_element (this);
@@ -513,12 +665,12 @@ jQuery (function ($) {
513
  if (block_wrapping_div.hasClass ('ai-remove-position')) {
514
  block_wrapping_div.css ({"position": ""});
515
  }
516
-
517
  if (typeof $(this).data ('code') != 'undefined') {
518
  var block_code = b64d ($(this).data ('code'));
519
  $(this).append (block_code);
520
 
521
- if (ai_debug) console.log ('AI INSERT CODE', $(block_code).attr ('class'));
522
  if (ai_debug) console.log ('');
523
 
524
  ai_process_element (this);
@@ -535,7 +687,34 @@ jQuery (function ($) {
535
  }
536
 
537
  $(document).ready(function($) {
538
- setTimeout (function() {ai_process_lists ();}, 5);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
539
  });
540
  });
541
 
43
  if (ai_debug) console.log ("AI LISTS COOKIE SELECTOR INDEXES", indexes);
44
 
45
  if (indexes.length == 0) {
46
+ if (ai_debug) console.log ("AI LISTS COOKIE TEST ONLY PRESENCE", value == '!@!');
47
 
48
  if (value == '!@!') return true;
49
 
50
+ // if (ai_debug) console.log ("AI LISTS COOKIE TEST VALUE", data, '==', value, '?', data == value);
51
+
52
+ var check = data == value;
53
+
54
+ var new_value = false;
55
+ if (!check) {
56
+ if (value.toLowerCase () == 'true') {
57
+ value = true;
58
+ new_value = true;
59
+ } else
60
+ if (value.toLowerCase () == 'false') {
61
+ value = false;
62
+ new_value = true;
63
+ }
64
+
65
+ if (new_value) {
66
+ // if (ai_debug) console.log ("AI LISTS COOKIE TEST VALUE", data, '==', value, '?', data == value);
67
+ check = data == value;
68
+ }
69
+ }
70
+
71
+ if (ai_debug) console.log ("AI LISTS COOKIE TEST VALUE", data, '==', value, '?', data == value);
72
 
73
  return data == value;
74
  }
109
  return ai_structured_data_item (indexes, data, value);
110
  }
111
 
112
+ function call__tcfapi () {
113
+
114
+ var ai_debug = typeof ai_debugging !== 'undefined'; // 2
115
+ // var ai_debug = false;
116
+
117
+ if (typeof __tcfapi == 'function') {
118
+
119
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: calling __tcfapi getTCData");
120
+
121
+ $('#ai-iab-tcf-status').text ('DETECTED');
122
+
123
+ __tcfapi ('getTCData', 2, function (tcData, success) {
124
+ if (success) {
125
+ $('#ai-iab-tcf-bar').addClass ('status-ok');
126
+
127
+ if (tcData.eventStatus == 'tcloaded' || tcData.eventStatus == 'useractioncomplete') {
128
+ ai_tcData = tcData;
129
+
130
+ $('#ai-iab-tcf-status').text ('DATA LOADED');
131
+ $('#ai-iab-tcf-bar').addClass ('status-ok').removeClass ('status-error');
132
+
133
+ setTimeout (function () {ai_process_lists ();}, 10);
134
+
135
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi getTCData success", ai_tcData);
136
+ } else
137
+ if (tcData.eventStatus == 'cmpuishown') {
138
+ ai_cmpuishown = true;
139
+
140
+ if (ai_debug) console.log ("AI LISTS COOKIE __tcfapi cmpuishown");
141
+
142
+ $('#ai-iab-tcf-status').text ('CMP UI SHOWN');
143
+ $('#ai-iab-tcf-bar').addClass ('status-ok').removeClass ('status-error');
144
+
145
+ } else {
146
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi getTCData, invalid status", tcData.eventStatus);
147
+ }
148
+ } else {
149
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi getTCData failed");
150
+ }
151
+ });
152
+ }
153
+ }
154
+
155
+ function check_and_call__tcfapi (show_error) {
156
+
157
+ var ai_debug = typeof ai_debugging !== 'undefined'; // 3
158
+ // var ai_debug = false;
159
+
160
+ if (typeof __tcfapi == 'function') {
161
+ if (typeof ai_tcData_requested == 'undefined') {
162
+ ai_tcData_requested = true;
163
+
164
+ call__tcfapi ();
165
+
166
+ url_parameters_need_tcData = true;
167
+ } else {
168
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: tcData already requested");
169
+ }
170
+ } else {
171
+ if (show_error) {
172
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi function not found");
173
+
174
+ $('#ai-iab-tcf-bar').addClass ('status-error').removeClass ('status-ok');
175
+ $('#ai-iab-tcf-status').text ('MISSING: __tcfapi function not found');
176
+ }
177
+ }
178
+ }
179
+
180
+
181
+
182
  if (ai_list_blocks == null) {
183
  ai_list_blocks = $("div.ai-list-data");
184
  } else {
185
  ai_list_blocks = ai_list_blocks.filter ('.ai-list-data');
186
  }
187
 
188
+ var ai_debug = typeof ai_debugging !== 'undefined'; // 4
189
  // var ai_debug = false;
190
 
 
 
191
  if (!ai_list_blocks.length) return;
192
 
193
+ if (ai_debug) console.log ("AI LISTS:", ai_list_blocks.length, 'blocks');
194
+
195
  // Mark lists as processed
196
  ai_list_blocks.removeClass ('ai-list-data');
197
 
198
  var cookies = document.cookie.split (";");
199
+ // var ai_iab_tcf_2_bar = false;
200
+ // var ai_iab_tcf_2_status = '';
201
+ // var ai_iab_tcf_2_info = '';
202
 
203
  cookies.forEach (function (cookie, index) {
204
  cookies [index] = cookie.trim();
351
  }
352
 
353
  var url_parameters_manual_loading = false;
354
+ var url_parameters_no_ai_tcData_yet = false;
355
  var url_parameters_need_tcData = false;
356
  if (enable_block) {
357
  var parameter_list = $(this).attr ("parameter-list");
379
 
380
  if (ai_debug) console.log ("AI LISTS COOKIE ARRAY", cookie_array);
381
 
382
+ var list_passed = false;
383
  var block_div = $(this);
384
+ $.each (parameter_list_array, function (index, list_parameter_term) {
385
 
386
+ var parameter_list_array_term = list_parameter_term.split ("&&");
387
+ $.each (parameter_list_array_term, function (index, list_parameter) {
388
+
389
+ var result = true;
390
+
391
+ list_parameter = list_parameter.trim ();
392
+
393
+ var list_parameter_org = list_parameter;
394
+
395
+ if (list_parameter.substring (0, 2) == '!!') {
396
+ result = false;
397
+ list_parameter = list_parameter.substring (2);
398
  }
399
 
400
+ if (ai_debug) console.log ("");
401
+ if (ai_debug) console.log ("AI LISTS item check", list_parameter_org);
402
 
403
+ if (list_parameter.indexOf ('=') != - 1) {
404
+ if (cookies.indexOf (list_parameter) != - 1) {
405
+ // list_passed = true;
406
+ list_passed = result;
407
+ } else {
408
+ // cookie=value
409
+ var list_parameter_data = list_parameter.split ("=");
410
 
411
+ if (list_parameter_data [0].indexOf ('euconsent-v2') == 0 && list_parameter_data [0].indexOf ('[') != - 1) {
 
412
 
413
+ // IAB Europe Transparency and Consent Framework (TCF v2)
414
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2");
415
 
416
+ $('#ai-iab-tcf-bar').show ();
 
 
417
 
418
+ if (typeof ai_tcData == 'object') {
419
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: ai_tcData set");
420
 
421
+ $('#ai-iab-tcf-bar').addClass ('status-ok');
422
 
423
+ var indexes = list_parameter_data [0].replace (/]| /gi, '').split ('[');
424
+ // Remove cookie name (euconsent-v2)
425
+ indexes.shift ();
426
 
427
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: tcData", ai_tcData);
 
 
 
 
 
428
 
429
+ if (ai_structured_data_item (indexes, ai_tcData, list_parameter_data [1])) {
 
430
 
431
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2 data found");
432
 
433
+ // list_passed = true;
434
+ list_passed = result;
435
+ }
436
+ } else {
437
+ // Mark this list as unprocessed - will be processed later when __tcfapi callback function is called
438
+ block_div.addClass ('ai-list-data');
439
+ url_parameters_no_ai_tcData_yet = true;
440
 
441
+ if (typeof __tcfapi == 'function') {
442
+ // Already available
443
+ check_and_call__tcfapi (false)
 
444
  } else {
445
+ if (typeof ai_tcData_retrying == 'undefined') {
446
+ ai_tcData_retrying = true;
447
+
448
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi not found, waiting...");
449
+
450
+ setTimeout (function() {
451
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: checking again for __tcfapi");
452
+ check_and_call__tcfapi (true);
453
+ }, 200);
454
+ } else {
455
+ if (ai_debug) console.log ("AI LISTS COOKIE euconsent-v2: __tcfapi still waiting...");
456
+ }
457
  }
 
 
 
458
  }
459
+ } else
460
 
461
+ if (ai_structured_data (cookie_array, list_parameter_data [0], list_parameter_data [1])) {
462
+ // list_passed = true;
463
+ list_passed = result;
 
 
 
464
  }
465
+ } // cookie=value
466
+ } else {
467
+ // only cookie check
468
+ var cookie_found = false;
469
+ // cookies.forEach (function (cookie) { // Use cookies.every to be able to break out of the loop
470
+ cookies.every (function (cookie) {
471
+ var cookie_data = cookie.split ("=");
472
+
473
+ if (list_parameter == cookie_data [0]) {
474
+ cookie_found = true;
475
+ return false; // exit from cookies.every
476
+ }
477
+
478
+ return true; // Next loop iteration
479
+ });
480
+
481
+ if (cookie_found) {
482
+ // list_passed = true;
483
+ list_passed = result;
484
  }
 
485
 
486
+ if (!list_passed && ai_structured_data (cookie_array, list_parameter, '!@!')) {
487
+ // list_passed = true;
488
+ list_passed = result;
489
+ }
490
  }
491
+
492
+ if (!list_passed) {
493
+ if (ai_debug) console.log ("AI LISTS item failed", list_parameter_org);
494
+
495
+ return false; // End && check
496
  }
497
+
498
+ }); // &&
499
+
500
+ if (list_passed) {
501
+ return false; // End list check
502
+ }
503
  });
504
 
505
  switch (parameter_list_type) {
506
  case "B":
507
+ if (list_passed) enable_block = false;
508
  break;
509
  case "W":
510
+ if (!list_passed) enable_block = false;
511
  break;
512
  }
 
 
 
 
 
 
513
 
514
+ if ($(this).hasClass ('ai-list-manual')) {
515
+ if (!enable_block) {
516
+ // Manual load AUTO
517
+ url_parameters_manual_loading = true;
518
+ block_div.addClass ('ai-list-data');
519
+ } else {
520
+ block_div.removeClass ('ai-list-data');
521
+ block_div.removeClass ('ai-list-manual');
522
+ }
523
+ }
524
+
525
+ if (enable_block && block_wrapping_div.prev ().hasClass ('ai-debug-waiting')) {
526
+ block_wrapping_div.prev ().remove ();
527
+ }
528
+
529
+ if (ai_debug) console.log ("AI LISTS list passed", list_passed);
530
+ if (ai_debug) console.log ("AI LISTS block enabled", enable_block);
531
+ if (ai_debug) console.log ("");
532
  }
533
  }
534
 
535
  // Url parameters needs tcData
536
+ if (!enable_block && url_parameters_need_tcData) {
537
  if (ai_debug) console.log ("AI LISTS NEED tcData, NO ACTION");
538
+ return true; // Continue ai_list_blocks.each
539
  }
540
 
 
541
  var debug_bar = $(this).prevAll ('.ai-debug-bar.ai-debug-lists');
542
  var referrer_text = referrer == '' ? '#' : referrer;
543
  debug_bar.find ('.ai-debug-name.ai-list-info').text (referrer_text).attr ('title', user_agent);
598
  }
599
  }
600
 
601
+ // Cookie list not passed and has manual loading set to Auto
602
+ if (url_parameters_manual_loading) {
603
+ if (ai_debug) console.log ("AI LISTS MANUAL LOADING, NO ACTION");
604
+ return true; // Continue ai_list_blocks.each
605
+ }
606
+
607
+ // Cookie list not passed and no ai_tcData yet
608
+ if (url_parameters_no_ai_tcData_yet) {
609
+ if (ai_debug) console.log ("AI LISTS IAB TCF, NO ai_tcData YET");
610
+ return true; // Continue ai_list_blocks.each
611
+ }
612
+
613
+
614
  $(this).css ({"visibility": "", "position": "", "width": "", "height": "", "z-index": ""});
615
 
616
+ // if (ai_iab_tcf_2_bar) {
617
+ // var debug_bar = $(this).prevAll ('.ai-debug-bar.ai-debug-iab-tcf-2');
618
+ // debug_bar.removeClass ('ai-debug-display-none');
619
+ // debug_bar.find ('.ai-debug-name.ai-cookie-info').text (ai_iab_tcf_2_info);
620
+ // debug_bar.find ('.ai-debug-name.ai-cookie-status').text (ai_iab_tcf_2_status);
621
+ // }
622
+
623
+
624
  if (!enable_block) {
625
  if (scheduling && !scheduling_ok && scheduling_fallback != 0) {
626
  block_wrapping_div.css ({"visibility": ""});
635
  var block_code = b64d ($(this).data ('fallback-code'));
636
  $(this).append (block_code);
637
 
638
+ if (ai_debug) console.log ('AI INSERT CODE', block_wrapping_div.attr ('class'));
639
  if (ai_debug) console.log ('');
640
 
641
  ai_process_element (this);
665
  if (block_wrapping_div.hasClass ('ai-remove-position')) {
666
  block_wrapping_div.css ({"position": ""});
667
  }
668
+
669
  if (typeof $(this).data ('code') != 'undefined') {
670
  var block_code = b64d ($(this).data ('code'));
671
  $(this).append (block_code);
672
 
673
+ if (ai_debug) console.log ('AI INSERT CODE', block_wrapping_div.attr ('class'));
674
  if (ai_debug) console.log ('');
675
 
676
  ai_process_element (this);
687
  }
688
 
689
  $(document).ready(function($) {
690
+ setTimeout (function() {
691
+ ai_process_lists ();
692
+
693
+ if ((jQuery('#ai-iab-tcf-bar').length || jQuery('.ai-list-manual').length) && typeof __tcfapi == 'function') {
694
+
695
+ function ai_iab_tcf_callback (tcData, success) {
696
+ if (success) {
697
+ if (tcData.eventStatus === 'useractioncomplete') {
698
+ ai_tcData = tcData;
699
+
700
+ ai_load_blocks ();
701
+
702
+ jQuery('#ai-iab-tcf-status').text ('DATA LOADED');
703
+ jQuery('#ai-iab-tcf-bar').addClass ('status-ok').removeClass ('status-error');
704
+ }
705
+ }
706
+ }
707
+
708
+ __tcfapi ('addEventListener', 2, ai_iab_tcf_callback);
709
+ }
710
+
711
+ jQuery("#ai-iab-tcf-bar").click (function () {
712
+ AiCookies.remove ('euconsent-v2', {path: "/", domain: '.' + window.location.hostname});
713
+
714
+ jQuery('#ai-iab-tcf-status').text ('COOKIE DELETED');
715
+ });
716
+
717
+ }, 5);
718
  });
719
  });
720
 
includes/js/ai-lists.min.js CHANGED
@@ -1,15 +1,18 @@
1
- var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(a){return a.raw=a};$jscomp.createTemplateTagFirstArgWithRaw=function(a,l){a.raw=l;return a};$jscomp.arrayIteratorImpl=function(a){var l=0;return function(){return l<a.length?{done:!1,value:a[l++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var l="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return l?l.call(a):$jscomp.arrayIterator(a)};
2
- jQuery(function(a){function l(f){f=f.match(n);return null!=f&&1<f.length&&"string"===typeof f[1]&&0<f[1].length?f[1].toLowerCase():null}function v(f){try{var h=Date.parse(f);isNaN(h)&&(h=null)}catch(y){h=null}return h}Array.prototype.includes||(Array.prototype.includes=function(f){return!!~this.indexOf(f)});var n=/:\/\/(.[^/:]+)/i;ai_process_lists=function(f){function h(d,c,k){if(0==d.length)return"!@!"==k?!0:c==k;if("object"!=typeof c&&"array"!=typeof c)return!1;var e=d[0];d=d.slice(1);if("*"==e)for(c=
3
- $jscomp.makeIterator(Object.entries(c)),e=c.next();!e.done;e=c.next()){if(e=$jscomp.makeIterator(e.value),e.next(),e=e.next().value,h(d,e,k))return!0}else if(e in c)return h(d,c[e],k);return!1}function y(d,c,k){if("object"!=typeof d||-1==c.indexOf("["))return!1;c=c.replace(/]| /gi,"").split("[");return h(c,d,k)}f=null==f?a("div.ai-list-data"):f.filter(".ai-list-data");if(f.length){f.removeClass("ai-list-data");var z=document.cookie.split(";");z.forEach(function(d,c){z[c]=d.trim()});var G=getAllUrlParams(window.location.search);
4
- if(null!=G.referrer)var p=G.referrer;else p=document.referrer,""!=p&&(p=l(p));var B=window.navigator.userAgent,C=B.toLowerCase();if("undefined"!==typeof MobileDetect)var H=new MobileDetect(B);f.each(function(){var d=a(this).closest("div.AI_FUNCT_GET_BLOCK_CLASS_NAME"),c=!0,k=a(this).attr("referer-list");if("undefined"!=typeof k){k=b64d(k).split(",");var e=a(this).attr("referer-list-type"),g=!1;a.each(k,function(r,b){if(""==b)return!0;if("*"==b.charAt(0))if("*"==b.charAt(b.length-1)){if(b=b.substr(1,
5
- b.length-2),-1!=p.indexOf(b))return g=!0,!1}else{if(b=b.substr(1),p.substr(-b.length)==b)return g=!0,!1}else if("*"==b.charAt(b.length-1)){if(b=b.substr(0,b.length-1),0==p.indexOf(b))return g=!0,!1}else if("#"==b){if(""==p)return g=!0,!1}else if(b==p)return g=!0,!1});switch(e){case "B":g&&(c=!1);break;case "W":g||(c=!1)}}if(c&&(k=a(this).attr("client-list"),"undefined"!=typeof k&&"undefined"!==typeof H))switch(k=b64d(k).split(","),e=a(this).attr("client-list-type"),g=!1,a.each(k,function(r,b){if(""==
6
- b)return!0;if("*"==b.charAt(0))if("*"==b.charAt(b.length-1)){if(b=b.substr(1,b.length-2).toLowerCase(),-1!=C.indexOf(b))return g=!0,!1}else{if(b=b.substr(1).toLowerCase(),C.substr(-b.length)==b)return g=!0,!1}else if("*"==b.charAt(b.length-1)){if(b=b.substr(0,b.length-1).toLowerCase(),0==C.indexOf(b))return g=!0,!1}else if(H.is(b))return g=!0,!1}),e){case "B":g&&(c=!1);break;case "W":g||(c=!1)}var I=k=!1;if(c&&(e=a(this).attr("parameter-list"),"undefined"!=typeof e)){e=b64d(e).split(",");var q=a(this).attr("parameter-list-type"),
7
- D=[];z.forEach(function(r){r=r.split("=");try{var b=JSON.parse(decodeURIComponent(r[1]))}catch(t){b=decodeURIComponent(r[1])}D[r[0]]=b});g=!1;var L=a(this);a.each(e,function(r,b){if(-1!=b.indexOf("=")){if(-1!=z.indexOf(b))return g=!0,!1;var t=b.split("=");if(0==t[0].indexOf("euconsent-v2")&&-1!=t[0].indexOf("["))if("object"==typeof ai_tcData){var J=t[0].replace(/]| /gi,"").split("[");J.shift();if(h(J,ai_tcData,t[1]))return g=!0,!1}else"function"==typeof __tcfapi&&("undefined"==typeof ai_tcData_requested&&
8
- (ai_tcData_requested=!0,__tcfapi("getTCData",2,function(u,M){!M||"tcloaded"!=u.eventStatus&&"useractioncomplete"!=u.eventStatus||(ai_tcData=u,setTimeout(function(){ai_process_lists()},10))})),L.addClass("ai-list-data"),I=!0);else if(y(D,t[0],t[1]))return g=!0,!1}else if(z.forEach(function(u){u=u.split("=");if(b==u[0])return g=!0,!1}),y(D,b,"!@!"))return g=!0,!1});switch(q){case "B":g&&(c=!1);break;case "W":g||(c=!1)}!c&&a(this).hasClass("ai-list-manual")?(k=!0,a(this).addClass("ai-list-data")):a(this).removeClass("ai-list-manual")}if(!I){var m=
9
- a(this).prevAll(".ai-debug-bar.ai-debug-lists");e=""==p?"#":p;m.find(".ai-debug-name.ai-list-info").text(e).attr("title",B);m.find(".ai-debug-name.ai-list-status").text(c?ai_front.visible:ai_front.hidden);e=!1;if(c){var A=a(this).attr("scheduling-start");m=a(this).attr("scheduling-end");var w=a(this).attr("scheduling-days");if("undefined"!=typeof A&&"undefined"!=typeof m&&"undefined"!=typeof w){e=!0;var E=parseInt(a(this).attr("scheduling-fallback"));q=parseInt(a(this).attr("gmt"));var x=v(b64d(A))+
10
- q;m=v(b64d(m))+q;A=b64d(w).split(",");w=a(this).attr("scheduling-type");var F=(new Date).getTime()+q,K=new Date(F);q=K.getDay();0==q?q=6:q--;x=F>=x&&F<m&&A.includes(q.toString());switch(w){case "B":x=!x}x||(c=!1);w=K.toISOString().split(".")[0].replace("T"," ");m=a(this).prevAll(".ai-debug-bar.ai-debug-scheduling");m.find(".ai-debug-name.ai-scheduling-info").text(w+" "+q);m.find(".ai-debug-name.ai-scheduling-status").text(c?ai_front.visible:ai_front.hidden);c||0==E||(m.removeClass("ai-debug-scheduling").addClass("ai-debug-fallback"),
11
- m.find(".ai-debug-name.ai-scheduling-status").text(ai_front.fallback+"="+E))}}k||(a(this).css({visibility:"",position:"",width:"",height:"","z-index":""}),c?(d.css({visibility:""}),d.hasClass("ai-remove-position")&&d.css({position:""}),"undefined"!=typeof a(this).data("code")&&(c=b64d(a(this).data("code")),a(this).append(c),ai_process_element(this))):e&&!x&&0!=E?(d.css({visibility:""}),d.hasClass("ai-remove-position")&&d.css({position:""}),a(this).next(".ai-fallback").removeClass("ai-fallback"),"undefined"!=
12
- typeof a(this).data("fallback-code")?(c=b64d(a(this).data("fallback-code")),a(this).append(c),ai_process_element(this)):a(this).hide(),c=d.attr("data-ai"),"undefined"!==typeof c&&!1!==c&&(c=a(this).attr("fallback-tracking"),"undefined"!==typeof c&&!1!==c&&d.attr("data-ai",c))):(a(this).hide(),d.removeAttr("data-ai").removeClass("ai-track"),d.find(".ai-debug-block").length?(d.css({visibility:""}).removeClass("ai-close"),d.hasClass("ai-remove-position")&&d.css({position:""})):d.hide()),a(this).attr("data-code",
13
- ""),a(this).attr("data-fallback-code",""),d.removeClass("ai-list-block"))}})}};a(document).ready(function(f){setTimeout(function(){ai_process_lists()},5)})});
 
 
 
14
  function ai_process_element(a){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(a);"function"==typeof ai_process_lists&&ai_process_lists(jQuery("div.ai-list-data",a));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery("div.ai-ip-data",a));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(a)},5)}
15
- function getAllUrlParams(a){var l=a?a.split("?")[1]:window.location.search.slice(1);a={};if(l){l=l.split("#")[0];l=l.split("&");for(var v=0;v<l.length;v++){var n=l[v].split("="),f=void 0,h=n[0].replace(/\[\d*\]/,function(y){f=y.slice(1,-1);return""});n="undefined"===typeof n[1]?"":n[1];h=h.toLowerCase();n=n.toLowerCase();a[h]?("string"===typeof a[h]&&(a[h]=[a[h]]),"undefined"===typeof f?a[h].push(n):a[h][f]=n):a[h]=n}}return a};
1
+ var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(a){return a.raw=a};$jscomp.createTemplateTagFirstArgWithRaw=function(a,k){a.raw=k;return a};$jscomp.arrayIteratorImpl=function(a){var k=0;return function(){return k<a.length?{done:!1,value:a[k++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var k="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return k?k.call(a):$jscomp.arrayIterator(a)};
2
+ jQuery(function(a){function k(g){g=g.match(n);return null!=g&&1<g.length&&"string"===typeof g[1]&&0<g[1].length?g[1].toLowerCase():null}function w(g){try{var h=Date.parse(g);isNaN(h)&&(h=null)}catch(v){h=null}return h}Array.prototype.includes||(Array.prototype.includes=function(g){return!!~this.indexOf(g)});var n=/:\/\/(.[^/:]+)/i;ai_process_lists=function(g){function h(d,b,f){if(0==d.length){if("!@!"==f)return!0;b!=f&&("true"==f.toLowerCase()?f=!0:"false"==f.toLowerCase()&&(f=!1));return b==f}if("object"!=
3
+ typeof b&&"array"!=typeof b)return!1;var e=d[0];d=d.slice(1);if("*"==e)for(b=$jscomp.makeIterator(Object.entries(b)),e=b.next();!e.done;e=b.next()){if(e=$jscomp.makeIterator(e.value),e.next(),e=e.next().value,h(d,e,f))return!0}else if(e in b)return h(d,b[e],f);return!1}function v(d,b,f){if("object"!=typeof d||-1==b.indexOf("["))return!1;b=b.replace(/]| /gi,"").split("[");return h(b,d,f)}function S(){"function"==typeof __tcfapi&&(a("#ai-iab-tcf-status").text("DETECTED"),__tcfapi("getTCData",2,function(d,
4
+ b){b&&(a("#ai-iab-tcf-bar").addClass("status-ok"),"tcloaded"==d.eventStatus||"useractioncomplete"==d.eventStatus?(ai_tcData=d,a("#ai-iab-tcf-status").text("DATA LOADED"),a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"),setTimeout(function(){ai_process_lists()},10)):"cmpuishown"==d.eventStatus&&(ai_cmpuishown=!0,a("#ai-iab-tcf-status").text("CMP UI SHOWN"),a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error")))}))}function K(d){"function"==typeof __tcfapi?"undefined"==
5
+ typeof ai_tcData_requested&&(ai_tcData_requested=!0,S(),url_parameters_need_tcData=!0):d&&(a("#ai-iab-tcf-bar").addClass("status-error").removeClass("status-ok"),a("#ai-iab-tcf-status").text("MISSING: __tcfapi function not found"))}g=null==g?a("div.ai-list-data"):g.filter(".ai-list-data");if(g.length){g.removeClass("ai-list-data");var B=document.cookie.split(";");B.forEach(function(d,b){B[b]=d.trim()});var L=getAllUrlParams(window.location.search);if(null!=L.referrer)var p=L.referrer;else p=document.referrer,
6
+ ""!=p&&(p=k(p));var E=window.navigator.userAgent,F=E.toLowerCase();if("undefined"!==typeof MobileDetect)var M=new MobileDetect(E);g.each(function(){var d=a(this).closest("div.AI_FUNCT_GET_BLOCK_CLASS_NAME"),b=!0,f=a(this).attr("referer-list");if("undefined"!=typeof f){f=b64d(f).split(",");var e=a(this).attr("referer-list-type"),l=!1;a.each(f,function(u,c){if(""==c)return!0;if("*"==c.charAt(0))if("*"==c.charAt(c.length-1)){if(c=c.substr(1,c.length-2),-1!=p.indexOf(c))return l=!0,!1}else{if(c=c.substr(1),
7
+ p.substr(-c.length)==c)return l=!0,!1}else if("*"==c.charAt(c.length-1)){if(c=c.substr(0,c.length-1),0==p.indexOf(c))return l=!0,!1}else if("#"==c){if(""==p)return l=!0,!1}else if(c==p)return l=!0,!1});switch(e){case "B":l&&(b=!1);break;case "W":l||(b=!1)}}if(b&&(f=a(this).attr("client-list"),"undefined"!=typeof f&&"undefined"!==typeof M))switch(f=b64d(f).split(","),e=a(this).attr("client-list-type"),l=!1,a.each(f,function(u,c){if(""==c)return!0;if("*"==c.charAt(0))if("*"==c.charAt(c.length-1)){if(c=
8
+ c.substr(1,c.length-2).toLowerCase(),-1!=F.indexOf(c))return l=!0,!1}else{if(c=c.substr(1).toLowerCase(),F.substr(-c.length)==c)return l=!0,!1}else if("*"==c.charAt(c.length-1)){if(c=c.substr(0,c.length-1).toLowerCase(),0==F.indexOf(c))return l=!0,!1}else if(M.is(c))return l=!0,!1}),e){case "B":l&&(b=!1);break;case "W":l||(b=!1)}var N=f=!1;if(b&&(e=a(this).attr("parameter-list"),"undefined"!=typeof e)){e=b64d(e).split(",");var q=a(this).attr("parameter-list-type"),G=[];B.forEach(function(u){u=u.split("=");
9
+ try{var c=JSON.parse(decodeURIComponent(u[1]))}catch(O){c=decodeURIComponent(u[1])}G[u[0]]=c});var r=!1,C=a(this);a.each(e,function(u,c){var O=c.split("&&");a.each(O,function(T,t){var x=!0;t=t.trim();"!!"==t.substring(0,2)&&(x=!1,t=t.substring(2));if(-1!=t.indexOf("="))if(-1!=B.indexOf(t))r=x;else{var y=t.split("=");if(0==y[0].indexOf("euconsent-v2")&&-1!=y[0].indexOf("["))if(a("#ai-iab-tcf-bar").show(),"object"==typeof ai_tcData){a("#ai-iab-tcf-bar").addClass("status-ok");var P=y[0].replace(/]| /gi,
10
+ "").split("[");P.shift();h(P,ai_tcData,y[1])&&(r=x)}else C.addClass("ai-list-data"),N=!0,"function"==typeof __tcfapi?K(!1):"undefined"==typeof ai_tcData_retrying&&(ai_tcData_retrying=!0,setTimeout(function(){K(!0)},200));else v(G,y[0],y[1])&&(r=x)}else{var Q=!1;B.every(function(H){H=H.split("=");return t==H[0]?(Q=!0,!1):!0});Q&&(r=x);!r&&v(G,t,"!@!")&&(r=x)}if(!r)return!1});if(r)return!1});switch(q){case "B":r&&(b=!1);break;case "W":r||(b=!1)}a(this).hasClass("ai-list-manual")&&(b?(C.removeClass("ai-list-data"),
11
+ C.removeClass("ai-list-manual")):(f=!0,C.addClass("ai-list-data")));b&&d.prev().hasClass("ai-debug-waiting")&&d.prev().remove()}var m=a(this).prevAll(".ai-debug-bar.ai-debug-lists");e=""==p?"#":p;m.find(".ai-debug-name.ai-list-info").text(e).attr("title",E);m.find(".ai-debug-name.ai-list-status").text(b?ai_front.visible:ai_front.hidden);e=!1;if(b){var D=a(this).attr("scheduling-start");m=a(this).attr("scheduling-end");var z=a(this).attr("scheduling-days");if("undefined"!=typeof D&&"undefined"!=typeof m&&
12
+ "undefined"!=typeof z){e=!0;var I=parseInt(a(this).attr("scheduling-fallback"));q=parseInt(a(this).attr("gmt"));var A=w(b64d(D))+q;m=w(b64d(m))+q;D=b64d(z).split(",");z=a(this).attr("scheduling-type");var J=(new Date).getTime()+q,R=new Date(J);q=R.getDay();0==q?q=6:q--;A=J>=A&&J<m&&D.includes(q.toString());switch(z){case "B":A=!A}A||(b=!1);z=R.toISOString().split(".")[0].replace("T"," ");m=a(this).prevAll(".ai-debug-bar.ai-debug-scheduling");m.find(".ai-debug-name.ai-scheduling-info").text(z+" "+
13
+ q);m.find(".ai-debug-name.ai-scheduling-status").text(b?ai_front.visible:ai_front.hidden);b||0==I||(m.removeClass("ai-debug-scheduling").addClass("ai-debug-fallback"),m.find(".ai-debug-name.ai-scheduling-status").text(ai_front.fallback+"="+I))}}if(f||N)return!0;a(this).css({visibility:"",position:"",width:"",height:"","z-index":""});b?(d.css({visibility:""}),d.hasClass("ai-remove-position")&&d.css({position:""}),"undefined"!=typeof a(this).data("code")&&(b=b64d(a(this).data("code")),a(this).append(b),
14
+ ai_process_element(this))):e&&!A&&0!=I?(d.css({visibility:""}),d.hasClass("ai-remove-position")&&d.css({position:""}),a(this).next(".ai-fallback").removeClass("ai-fallback"),"undefined"!=typeof a(this).data("fallback-code")?(b=b64d(a(this).data("fallback-code")),a(this).append(b),ai_process_element(this)):a(this).hide(),b=d.attr("data-ai"),"undefined"!==typeof b&&!1!==b&&(b=a(this).attr("fallback-tracking"),"undefined"!==typeof b&&!1!==b&&d.attr("data-ai",b))):(a(this).hide(),d.removeAttr("data-ai").removeClass("ai-track"),
15
+ d.find(".ai-debug-block").length?(d.css({visibility:""}).removeClass("ai-close"),d.hasClass("ai-remove-position")&&d.css({position:""})):d.hide());a(this).attr("data-code","");a(this).attr("data-fallback-code","");d.removeClass("ai-list-block")})}};a(document).ready(function(g){setTimeout(function(){ai_process_lists();(jQuery("#ai-iab-tcf-bar").length||jQuery(".ai-list-manual").length)&&"function"==typeof __tcfapi&&__tcfapi("addEventListener",2,function(h,v){v&&"useractioncomplete"===h.eventStatus&&
16
+ (ai_tcData=h,ai_load_blocks(),jQuery("#ai-iab-tcf-status").text("DATA LOADED"),jQuery("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))});jQuery("#ai-iab-tcf-bar").click(function(){AiCookies.remove("euconsent-v2",{path:"/",domain:"."+window.location.hostname});jQuery("#ai-iab-tcf-status").text("COOKIE DELETED")})},5)})});
17
  function ai_process_element(a){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(a);"function"==typeof ai_process_lists&&ai_process_lists(jQuery("div.ai-list-data",a));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery("div.ai-ip-data",a));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(a)},5)}
18
+ function getAllUrlParams(a){var k=a?a.split("?")[1]:window.location.search.slice(1);a={};if(k){k=k.split("#")[0];k=k.split("&");for(var w=0;w<k.length;w++){var n=k[w].split("="),g=void 0,h=n[0].replace(/\[\d*\]/,function(v){g=v.slice(1,-1);return""});n="undefined"===typeof n[1]?"":n[1];h=h.toLowerCase();n=n.toLowerCase();a[h]?("string"===typeof a[h]&&(a[h]=[a[h]]),"undefined"===typeof g?a[h].push(n):a[h][g]=n):a[h]=n}}return a};
includes/phpQuery.php CHANGED
@@ -2212,7 +2212,8 @@ class phpQueryObject
2212
  if (! $param)
2213
  break;
2214
  // nth-child(n+b) to nth-child(1n+b)
2215
- if ($param{0} == 'n')
 
2216
  $param = '1'.$param;
2217
  // :nth-child(index/even/odd/equation)
2218
  if ($param == 'even' || $param == 'odd')
@@ -2238,7 +2239,8 @@ class phpQueryObject
2238
 
2239
  new CallbackParam(), $param
2240
  );
2241
- else if (mb_strlen($param) > 1 && $param{1} == 'n')
 
2242
  // an+b
2243
  $mapped = $this->map(
2244
  // create_function('$node, $param',
@@ -2281,10 +2283,13 @@ class phpQueryObject
2281
  $prevs = pq($node)->prevAll()->size();
2282
  $index = 1+$prevs;
2283
  $b = mb_strlen($param) > 3
2284
- ? $param{3}
 
2285
  : 0;
2286
- $a = $param{0};
2287
- if ($b && $param{2} == "-")
 
 
2288
  $b = -$b;
2289
  if ($a > 0) {
2290
  return ($index-$b)%$a == 0
2212
  if (! $param)
2213
  break;
2214
  // nth-child(n+b) to nth-child(1n+b)
2215
+ // if ($param{0} == 'n')
2216
+ if ($param[0] == 'n')
2217
  $param = '1'.$param;
2218
  // :nth-child(index/even/odd/equation)
2219
  if ($param == 'even' || $param == 'odd')
2239
 
2240
  new CallbackParam(), $param
2241
  );
2242
+ // else if (mb_strlen($param) > 1 && $param{1} == 'n')
2243
+ else if (mb_strlen($param) > 1 && $param[1] == 'n')
2244
  // an+b
2245
  $mapped = $this->map(
2246
  // create_function('$node, $param',
2283
  $prevs = pq($node)->prevAll()->size();
2284
  $index = 1+$prevs;
2285
  $b = mb_strlen($param) > 3
2286
+ // ? $param{3}
2287
+ ? $param[3]
2288
  : 0;
2289
+ // $a = $param{0};
2290
+ $a = $param[0];
2291
+ // if ($b && $param{2} == "-")
2292
+ if ($b && $param[2] == "-")
2293
  $b = -$b;
2294
  if ($a > 0) {
2295
  return ($index-$b)%$a == 0
includes/placeholders.php CHANGED
@@ -299,6 +299,7 @@ a, img {
299
  select, input {
300
  border-radius: 5px;
301
  padding: 2px 3px;
 
302
  }
303
 
304
  div#placeholder-parameters {
299
  select, input {
300
  border-radius: 5px;
301
  padding: 2px 3px;
302
+ border: 1px solid #ddd;
303
  }
304
 
305
  div#placeholder-parameters {
js/ad-inserter.js CHANGED
@@ -1,4 +1,4 @@
1
- var javascript_version = "2.6.11";
2
  var ignore_key = true;
3
  var start = 1;
4
  var end = 16;
@@ -3607,6 +3607,24 @@ jQuery(document).ready (function($) {
3607
  open_popup_window_post (home_url, 'width='+window_width+',height='+window_height+',top='+window_top+',left='+window_left+',resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no', 'ai-selector', param);
3608
  });
3609
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3610
  $("#select-bkg-image-button-"+tab).click (function (event) {
3611
  $(this).blur ();
3612
 
1
+ var javascript_version = "2.6.12";
2
  var ignore_key = true;
3
  var start = 1;
4
  var end = 16;
3607
  open_popup_window_post (home_url, 'width='+window_width+',height='+window_height+',top='+window_top+',left='+window_left+',resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no', 'ai-selector', param);
3608
  });
3609
 
3610
+ $("#wait-for-button-"+tab).click (function () {
3611
+ var block = $(this).attr('id').replace ("wait-for-button-", "");
3612
+
3613
+ var selector = $("input#wait-for-" + block).val ();
3614
+ var home_url = $("#ai-settings").data ('home-relative-url');
3615
+ var window_top = screen.availTop;
3616
+ var window_left = screen.availLeft;
3617
+ var window_width = screen.availWidth - 15;
3618
+ var window_height = screen.availHeight - 65;
3619
+
3620
+ var param = {
3621
+ 'html_element_selection': block,
3622
+ 'selector': selector,
3623
+ 'input': "input#wait-for-" + block
3624
+ };
3625
+ open_popup_window_post (home_url, 'width='+window_width+',height='+window_height+',top='+window_top+',left='+window_left+',resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no', 'ai-selector', param);
3626
+ });
3627
+
3628
  $("#select-bkg-image-button-"+tab).click (function (event) {
3629
  $(this).blur ();
3630
 
languages/ad-inserter-sl_SI.mo CHANGED
Binary file
languages/ad-inserter-sl_SI.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Ad Inserter 2.5.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
7
- "POT-Creation-Date: 2020-05-27 17:48:19+00:00\n"
8
- "PO-Revision-Date: 2020-05-27 19:54+0200\n"
9
  "Last-Translator: Igor Funa <info@adinserter.pro>\n"
10
  "Language-Team: \n"
11
  "Language: sl_SI\n"
@@ -16,134 +16,134 @@ msgstr ""
16
  "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n"
17
  "%100<=4 ? 2 : 3);\n"
18
 
19
- #: ad-inserter.php:412
20
  msgctxt "Menu item"
21
  msgid "Debugging DEMO"
22
  msgstr "DEMO Razhroščevanje"
23
 
24
- #: ad-inserter.php:428
25
  msgctxt "Menu item"
26
  msgid "Label Blocks"
27
  msgstr "Označi bloke"
28
 
29
- #: ad-inserter.php:435
30
  msgctxt "Menu item"
31
  msgid "Show Positions"
32
  msgstr "Pokaži položaje"
33
 
34
- #: ad-inserter.php:521
35
  msgctxt "Menu item"
36
  msgid "Show HTML Tags"
37
  msgstr "Pokaži HTML značke"
38
 
39
- #: ad-inserter.php:528
40
  msgctxt "Menu item"
41
  msgid "Disable Insertion"
42
  msgstr "Onemogoči vstavljanje"
43
 
44
- #: ad-inserter.php:537
45
  msgctxt "Menu item"
46
  msgid "Ad Blocking Status"
47
  msgstr "Status blokiranja oglasov"
48
 
49
- #: ad-inserter.php:544
50
  msgctxt "Menu item"
51
  msgid "Simulate Ad Blocking"
52
  msgstr "Simuliraj blokiranje oglasov"
53
 
54
- #: ad-inserter.php:555
55
  msgctxt "Menu item"
56
  msgid "Log Processing"
57
  msgstr "Beleži procesiranje"
58
 
59
- #: ad-inserter.php:562
60
  msgctxt "Menu item"
61
  msgid "Show Log"
62
  msgstr "Pokaži beležko"
63
 
64
  #. translators: Debugging position name Before HTML element
65
- #: ad-inserter.php:1206
66
  msgid "Before"
67
  msgstr "Pred"
68
 
69
  #. translators: Debugging position name After HTML element
70
- #: ad-inserter.php:1211
71
  msgid "After"
72
  msgstr "Za"
73
 
74
  #. translators: Debugging position name Prepend content of HTML element (before
75
  #. the content of the HTML element)
76
- #: ad-inserter.php:1216 strings.php:104
77
  msgid "Prepend content"
78
  msgstr "Dodaj pred vsebino"
79
 
80
  #. translators: Debugging position name Append content of HTML element (after
81
  #. the content of the HTML element)
82
- #: ad-inserter.php:1221 strings.php:105
83
  msgid "Append content"
84
  msgstr "Dodaj za vsebino"
85
 
86
  #. translators: Debugging position name Replace content of HTML element
87
- #: ad-inserter.php:1226 strings.php:106
88
  msgid "Replace content"
89
  msgstr "Nadomesti vsebino"
90
 
91
  #. translators: Debugging position name Replace HTML element
92
- #: ad-inserter.php:1231 strings.php:169
93
  msgid "Replace"
94
  msgstr "Nadomesti"
95
 
96
  #. translators: Debugging message when output buffering is enabled
97
- #: ad-inserter.php:1278
98
  msgid "OUTPUT BUFFERING"
99
  msgstr "PREDPOMNJENJE IZHODA"
100
 
101
  #. translators: Debugging position
102
- #: ad-inserter.php:1282
103
  msgid "Above Header"
104
  msgstr "Nad Glavo"
105
 
106
- #: ad-inserter.php:1577
107
  msgctxt "Menu item"
108
  msgid "Log In"
109
  msgstr "Prijava"
110
 
111
  #. translators: %s: Ad Inserter
112
- #: ad-inserter.php:1919 ad-inserter.php:3134
113
  msgid "%s Settings"
114
  msgstr "%s Nastavitve"
115
 
116
  #. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
117
- #: ad-inserter.php:2509
118
  msgid "AD BLOCKING DETECTED, PAGE VIEWS"
119
  msgstr "ZAZNANO BLOKIRANJE OGLASOV, OGLEDI STRANI"
120
 
121
- #: ad-inserter.php:2509
122
  msgid "NO ACTION"
123
  msgstr "NI AKCIJE"
124
 
125
- #: ad-inserter.php:2510
126
  msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
127
  msgstr "ZAZNANO BLOKIRANJE OGLASOV, ZAZNAN PIŠKOTEK, NI AKCIJE"
128
 
129
- #: ad-inserter.php:2511
130
  msgid "AD BLOCKING DETECTED - ACTION"
131
  msgstr "ZAZNANO BLOKIRANJE OGLASOV - AKCIJA"
132
 
133
- #: ad-inserter.php:2512
134
  msgid "AD BLOCKING NOT DETECTED"
135
  msgstr "BLOKIRANJE OGLASOV NI ZAZNANO"
136
 
137
- #: ad-inserter.php:2513
138
  msgid "AD BLOCKING DETECTION COOKIES DELETED"
139
  msgstr "PIŠKOTKI ZA ZAZNAVANJE BLOKIRANJA OGLASOV POBRISANI"
140
 
141
- #: ad-inserter.php:2514
142
  msgid "AD BLOCKING DETECTED - NO ACTION"
143
  msgstr "ZAZNANO BLOKIRANJE OGLASOV - NI AKCIJE"
144
 
145
  #. Translators: 1: number of blocks, 2: Ad Inserter
146
- #: ad-inserter.php:2829
147
  msgid "Hey, you are now using %1$s %2$s block."
148
  msgid_plural "Hey, you are now using %1$s %2$s blocks."
149
  msgstr[0] "Hej, trenutno uporabljate %1$s %2$s blok."
@@ -151,24 +151,24 @@ msgstr[1] "Hej, trenutno uporabljate %1$s %2$s bloka."
151
  msgstr[2] "Hej, trenutno uporabljate %1$s %2$s bloke."
152
  msgstr[3] "Hej, trenutno uporabljate %1$s %2$s blokov."
153
 
154
- #: ad-inserter.php:2832
155
  msgid "Please help me to solve a problem first"
156
  msgstr "Najprej mi, prosim, pomagajte rešiti problem"
157
 
158
- #: ad-inserter.php:2836
159
  msgid "Maybe later"
160
  msgstr "Mogoče kasneje"
161
 
162
  #. Translators: %s: Ad Inserter
163
- #: ad-inserter.php:2841
164
  msgid "Hey, you are using %s and I hope you're happy with it."
165
  msgstr "Hej, uporabljate %s in upam, da ste zadovoljni z njim."
166
 
167
- #: ad-inserter.php:2844
168
  msgid "OK, but please help me with the settings first"
169
  msgstr "V redu, ampak najprej mi, prosim, pomagajte pri nastavitvah"
170
 
171
- #: ad-inserter.php:2857
172
  msgid ""
173
  "Please take a moment to rate the plugin. When you rate it with 5 stars it's "
174
  "like saying 'Thank you'. Somebody will be happy."
@@ -176,7 +176,7 @@ msgstr ""
176
  "Prosimo, vzemite si čas in ocenite vtičnik. Ko ga ocenite s 5-imi zvezdicami "
177
  "je kot bi rekli 'Hvala'. Nekdo bo vsesel."
178
 
179
- #: ad-inserter.php:2859
180
  msgid ""
181
  "Positive reviews are a great incentive to fix bugs and to add new features "
182
  "for better monetization of your website."
@@ -184,28 +184,28 @@ msgstr ""
184
  "Pozitivne ocene so velika vzpodbuda za odpravo hroščev in dodajanje novih "
185
  "funkcij za boljšo monetizacijo vašega spletnega mesta."
186
 
187
- #: ad-inserter.php:2865
188
  msgid "Sure"
189
  msgstr "Seveda"
190
 
191
  #. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter
192
  #. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter, 3, 4: HTML tags
193
- #: ad-inserter.php:2882 ad-inserter.php:2917
194
  msgid "Warning: %1$s %3$s disabled %4$s %2$s on AMP pages."
195
  msgstr "Opozorilo: %1$s %3$s je onemogočil %4$s %2$s na AMP straneh."
196
 
197
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
198
- #: ad-inserter.php:2889
199
  msgid "Warning: %1$s requires PHP 5.6 or newer. %2$s Please update! %3$s"
200
  msgstr ""
201
  "Opozorilo: %1$s yahteva PHP 5.6 ali novejši. %2$s Prosimo, posodobite! %3$s"
202
 
203
- #: ad-inserter.php:2899
204
  msgctxt "Menu item"
205
  msgid "Settings"
206
  msgstr "Nastavitve"
207
 
208
- #: ad-inserter.php:2931
209
  msgid ""
210
  "Load settings page in safe mode to avoid collisions with other plugins or "
211
  "theme"
@@ -213,78 +213,78 @@ msgstr ""
213
  "Naložite stran z nastavitvami v varnem načinu za preprečitev konfliktov z "
214
  "drugimi vtičniki ali temo"
215
 
216
- #: ad-inserter.php:2931
217
  msgid "Safe mode"
218
  msgstr "Varni način"
219
 
220
  #. translators: %s: Ad Inserter
221
- #: ad-inserter.php:3026
222
  msgctxt "Meta box name"
223
  msgid "%s Individual Exceptions"
224
  msgstr "Posamezne Izjeme za %s"
225
 
226
- #: ad-inserter.php:3055 ad-inserter.php:10431 class.php:2307
227
  #: includes/preview.php:2324 includes/preview.php:2369
228
- #: includes/preview.php:2406 settings.php:4252 strings.php:3
229
  msgid "Block"
230
  msgstr "Blok"
231
 
232
- #: ad-inserter.php:3056 settings.php:4253 settings.php:4338
233
  msgid "Name"
234
  msgstr "Ime"
235
 
236
- #: ad-inserter.php:3059 settings.php:1187
237
  msgid "Default insertion"
238
  msgstr "Privzeto vstavljanje"
239
 
240
  #. translators: For this post or page
241
- #: ad-inserter.php:3062
242
  msgctxt "Page"
243
  msgid "For this"
244
  msgstr "Za to"
245
 
246
- #: ad-inserter.php:3063
247
  msgctxt "Post"
248
  msgid "For this"
249
  msgstr "Za ta"
250
 
251
- #: ad-inserter.php:3075
252
  msgctxt "Enabled/disabled on all"
253
  msgid "pages"
254
  msgstr "straneh"
255
 
256
- #: ad-inserter.php:3078
257
  msgctxt "Enabled/disabled on all"
258
  msgid "posts"
259
  msgstr "prispevkih"
260
 
261
- #: ad-inserter.php:3095 ad-inserter.php:3107 strings.php:175
262
  msgid "Enabled"
263
  msgstr "Omogočeno"
264
 
265
  #. translators: Menu items
266
- #: ad-inserter.php:3095 ad-inserter.php:3107
267
  #: includes/functions-check-now.php:2401 includes/functions.old.php:2326
268
- #: includes/functions.php:2668 strings.php:16
269
  msgid "Disabled"
270
  msgstr "Onemogočeno"
271
 
272
- #: ad-inserter.php:3097
273
  msgid "No individual exceptions"
274
  msgstr "Ni posameznih izjem"
275
 
276
  #. translators: Not enabled for pages or posts
277
- #: ad-inserter.php:3099
278
  msgid "Not enabled for"
279
  msgstr "Ni omogočeno za"
280
 
281
  #. translators: No individual exceptions enabled for pages or posts
282
- #: ad-inserter.php:3127
283
  msgid "No block has individual exceptions enabled"
284
  msgstr "Noben blok nima omogočenih posameznih izjem"
285
 
286
  #. translators: 1: Ad Inserter Settings (page), 2: Tag / Archive pages
287
- #: ad-inserter.php:3132
288
  msgid ""
289
  "Default insertion can be configured for each block on %1$s page - button "
290
  "next to %2$s checkbox."
@@ -292,11 +292,11 @@ msgstr ""
292
  "Privzeto vstavljanje se lahko nastavi za vsak blok na strani %1$s - gumb "
293
  "poleg kljukice za vklop %2$s."
294
 
295
- #: ad-inserter.php:3135 settings.php:1165
296
  msgid "Tag / Archive pages"
297
  msgstr "Strani oznak / arhiva"
298
 
299
- #: ad-inserter.php:3137
300
  msgid ""
301
  "When individual exceptions for a block are enabled, a checkbox will be "
302
  "listed here to change default insertion for this post or page."
@@ -304,7 +304,7 @@ msgstr ""
304
  "Ko so posamezne izjeme za blok vključene, se bo tukaj izpisala kljukica za "
305
  "spremembo privzetega vstavljanja za ta prispevek ali stran."
306
 
307
- #: ad-inserter.php:3138
308
  msgid ""
309
  "This way you can individually enable or disable blocks on specific posts or "
310
  "pages."
@@ -312,61 +312,61 @@ msgstr ""
312
  "Na ta način lahko posamezno omogočite ali onemogočite blok na določenem "
313
  "prispevku ali strani."
314
 
315
- #: ad-inserter.php:3140
316
  msgid "For more information check page %s"
317
  msgstr "Za več informacij poglejte stran %s"
318
 
319
  #. translators: Ad Inserter Exceptions documentation page
320
- #: ad-inserter.php:3142
321
  msgid "Individual Exceptions"
322
  msgstr "Posamezne Izjeme"
323
 
324
- #: ad-inserter.php:3189
325
  msgid "STATIC PAGE"
326
  msgstr "STATIČNA STRAN"
327
 
328
- #: ad-inserter.php:3192
329
  msgid "POST"
330
  msgstr "PRISPEVEK"
331
 
332
- #: ad-inserter.php:3195
333
  msgid "HOMEPAGE"
334
  msgstr "DOMAČA STRAN"
335
 
336
- #: ad-inserter.php:3198
337
  msgid "CATEGORY PAGE"
338
  msgstr "STRAN KATEGORIJE"
339
 
340
- #: ad-inserter.php:3201
341
  msgid "SEARCH PAGE"
342
  msgstr "STRAN ISKANJE"
343
 
344
- #: ad-inserter.php:3204
345
  msgid "ARCHIVE PAGE"
346
  msgstr "STRAN ARHIVA"
347
 
348
- #: ad-inserter.php:3207
349
  msgid "ERROR 404 PAGE"
350
  msgstr "STRAN NAPAKA 404"
351
 
352
- #: ad-inserter.php:3210
353
  msgid "AJAX CALL"
354
  msgstr "AJAX KLIC"
355
 
356
- #: ad-inserter.php:3213
357
  msgid "UNKNOWN PAGE TYPE"
358
  msgstr "NEZNAN TIP STRANI"
359
 
360
- #: ad-inserter.php:3230
361
  msgid "Click to delete ad blocking detection cokies"
362
  msgstr "Klikni za brisanje piškotkov za zaznavanje blokiranja oglasov"
363
 
364
- #: ad-inserter.php:3231
365
  msgid "AD BLOCKING STATUS UNKNOWN"
366
  msgstr "NEZNAN STATUS BLOKIRANJA OGLASOV"
367
 
368
  #. translators: %s: AdSense Auto Ads
369
- #: ad-inserter.php:3260
370
  msgid ""
371
  "Code for %s detected - Code will automatically insert AdSense ads at optimal "
372
  "positions"
@@ -374,11 +374,11 @@ msgstr ""
374
  "Zaznana koda za %s - Koda bo samodejno vstavila oglase AdSense na optimalne "
375
  "položaje"
376
 
377
- #: ad-inserter.php:3395
378
  msgid "Code for insertion"
379
  msgstr "Koda za vstavljanje"
380
 
381
- #: ad-inserter.php:3395
382
  msgid "character"
383
  msgid_plural "characters"
384
  msgstr[0] "znak"
@@ -386,16 +386,16 @@ msgstr[1] "znaka"
386
  msgstr[2] "znaki"
387
  msgstr[3] "znakov"
388
 
389
- #: ad-inserter.php:3411
390
  msgid "Header code"
391
  msgstr "Koda v glavi"
392
 
393
- #: ad-inserter.php:3411
394
  msgctxt "Header code"
395
  msgid "DISABLED"
396
  msgstr "ONEMOGOČENA"
397
 
398
- #: ad-inserter.php:3411 ad-inserter.php:3644
399
  msgid "character inserted"
400
  msgid_plural "characters inserted"
401
  msgstr[0] "znak vstavljen"
@@ -403,39 +403,39 @@ msgstr[1] "znaka vstavljena"
403
  msgstr[2] "znaki vstavljeni"
404
  msgstr[3] "znakov vstavljenih"
405
 
406
- #: ad-inserter.php:3644
407
  msgid "Footer code"
408
  msgstr "Koda v nogi"
409
 
410
- #: ad-inserter.php:3644
411
  msgctxt "Footer code"
412
  msgid "DISABLED"
413
  msgstr "ONEMOGOČENA"
414
 
415
- #: ad-inserter.php:3650
416
  msgid "JAVASCRIPT NOT WORKING"
417
  msgstr "JAVASCRIPT NE DELA"
418
 
419
- #: ad-inserter.php:3650
420
  msgid "NO JAVASCRIPT ERRORS"
421
  msgstr "BREZ JAVASCRIPT NAPAK"
422
 
423
- #: ad-inserter.php:3650
424
  msgid "JAVASCRIPT ERRORS"
425
  msgstr "JAVASCRIPT NAPAKE"
426
 
427
  #. translators: block name (block with default settings)
428
- #: ad-inserter.php:6120
429
  msgctxt "Block name"
430
  msgid "Default"
431
  msgstr "Privzeti"
432
 
433
  #. translators: %s: Ad Inserter
434
- #: ad-inserter.php:6801
435
  msgid "Error importing %s settings."
436
  msgstr "Napaka pri uvozu %s nastavitev."
437
 
438
- #: ad-inserter.php:6802
439
  msgid "Error importing settings for block"
440
  msgid_plural "Error importing settings for blocks:"
441
  msgstr[0] "Napaka pri uvozu nastavitev za blok"
@@ -443,22 +443,22 @@ msgstr[1] "Napaka pri uvozu nastavitev za bloka:"
443
  msgstr[2] "Napaka pri uvozu nastavitev za bloke:"
444
  msgstr[3] "Napaka pri uvozu nastavitev za bloke:"
445
 
446
- #: ad-inserter.php:6855
447
  msgid "Settings saved."
448
  msgstr "Nastavitve shranjene."
449
 
450
  #. translators: %s: Ad Inserter
451
- #: ad-inserter.php:6857
452
  msgid "Invalid data received - %s settings not saved."
453
  msgstr "Prejeti neveljavni podatki - nastavitve %s niso shranjene."
454
 
455
- #: ad-inserter.php:6956
456
  msgid "Settings cleared."
457
  msgstr "Nastavitve ponastavljene."
458
 
459
  #. Translators: Post/Static page must have between X and Y words
460
- #: ad-inserter.php:7353 ad-inserter.php:7355 ad-inserter.php:7378
461
- #: settings.php:2166
462
  msgid "word"
463
  msgid_plural "words"
464
  msgstr[0] "besedo"
@@ -466,43 +466,43 @@ msgstr[1] "besedi"
466
  msgstr[2] "besede"
467
  msgstr[3] "besed"
468
 
469
- #: ad-inserter.php:7392 ad-inserter.php:7520
470
  msgid "HTML TAGS REMOVED"
471
  msgstr "HTML ZNAČKE ODSTRANJENE"
472
 
473
- #: ad-inserter.php:7596
474
  msgid "BEFORE COMMENTS"
475
  msgstr "PRED KOMENTARJI"
476
 
477
- #: ad-inserter.php:7722
478
  msgid "AFTER COMMENTS"
479
  msgstr "PO KOMETARJIH"
480
 
481
- #: ad-inserter.php:7803
482
  msgid "BETWEEN COMMENTS"
483
  msgstr "MED KOMENTARJI"
484
 
485
- #: ad-inserter.php:9737 ad-inserter.php:9820
486
  msgctxt "category name"
487
  msgid "Uncategorized"
488
  msgstr "Nekategorizirano"
489
 
490
- #: ad-inserter.php:10048
491
  msgid "requires WordPress 4.6 or newer"
492
  msgstr "potrebuje WordPress 4.6 ali novejši"
493
 
494
- #: ad-inserter.php:10048
495
  msgid "Please update!"
496
  msgstr "Prosimo, posodobite!"
497
 
498
  #. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
499
  #. name with HTML tags will be added)
500
- #: ad-inserter.php:10304
501
  msgid "Thank you for installing"
502
  msgstr "Hvala za namestitev vtičnika"
503
 
504
  #. translators: Opt-in message: %s: HTML tags
505
- #: ad-inserter.php:10306
506
  msgid ""
507
  "We would like to %s track its usage %s on your site. This is completely "
508
  "optional and can be disabled at any time."
@@ -510,7 +510,7 @@ msgstr ""
510
  "Radi bi %s sledili njegovi uporabi %s na vašem spletnem mestu. To je povsem "
511
  "izbirno in se lahko izključi kadarkoli."
512
 
513
- #: ad-inserter.php:10308
514
  msgid ""
515
  "We don't record any sensitive data, only information regarding the WordPress "
516
  "environment and plugin usage, which will help us to make improvements to the "
@@ -520,7 +520,7 @@ msgstr ""
520
  "uporabe vtičnika, kar nam bo omogočilo izdelavo izboljšav za vtičnik."
521
 
522
  #. translators: Deactivation message: %s: HTML tags
523
- #: ad-inserter.php:10345
524
  msgid ""
525
  "Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
526
  "help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
@@ -531,51 +531,51 @@ msgstr ""
531
  "nam %s in poskušali vam bomo pomagati."
532
 
533
  #. translators: %s: Ad Inserter
534
- #: ad-inserter.php:10389
535
  msgid "%s block."
536
  msgstr "%s blok."
537
 
538
  #. translators: widget title
539
- #: ad-inserter.php:10405 ad-inserter.php:10440
540
  msgid "Processing log"
541
  msgstr "Dnevnik procesiranja"
542
 
543
  #. translators: widget title
544
- #: ad-inserter.php:10407 ad-inserter.php:10441
545
  msgid "Dummy widget"
546
  msgstr "Prazen gradnik"
547
 
548
  #. translators: widget title
549
- #: ad-inserter.php:10409 ad-inserter.php:10439
550
  msgid "Debugging tools"
551
  msgstr "Orodja za razhroščevanje"
552
 
553
  #. translators: block status (widget title)
554
- #: ad-inserter.php:10416
555
  msgctxt "block"
556
  msgid "PAUSED"
557
  msgstr "USTAVLJEN"
558
 
559
- #: ad-inserter.php:10417
560
  msgid "WIDGET DISABLED"
561
  msgstr "GRADNIK ONEMOGOČEN"
562
 
563
- #: ad-inserter.php:10418
564
  msgid "Unknown block"
565
  msgstr "Neznan blok"
566
 
567
- #: ad-inserter.php:10426 includes/functions-check-now.php:3261
568
- #: includes/functions.old.php:3186 includes/functions.php:3602
569
- #: settings.php:1217
570
  msgid "Title"
571
  msgstr "Naslov"
572
 
573
- #: ad-inserter.php:10448
574
  msgctxt "Widget"
575
  msgid "Sticky"
576
  msgstr "Lepljiv"
577
 
578
- #: ad-inserter.php:10497
579
  msgid ""
580
  "Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
581
  "Inserter you need to first deactivate Ad Inserter Pro."
@@ -584,7 +584,7 @@ msgstr ""
584
  "aktiven! Za aktivacijo vtičnika Ad Inserter morate najprej onemogočiti Ad "
585
  "Inserter Pro."
586
 
587
- #: ad-inserter.php:10498
588
  msgid ""
589
  "<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
590
  "will clear all settings that are available only in the Pro version "
@@ -595,165 +595,165 @@ msgstr ""
595
  "različici (dodatne nastavitve blokov in vtičnika)!"
596
 
597
  #. translators: %s: Ad Inserter
598
- #: class.php:545 class.php:554 class.php:557
599
  msgid "PHP error in %s block"
600
  msgstr "PHP napaka v bloku %s"
601
 
602
- #: class.php:2257
603
  msgid "Counters"
604
  msgstr "Števci"
605
 
606
- #: class.php:2261
607
  msgid "Content"
608
  msgstr "Vsebina"
609
 
610
- #: class.php:2266
611
  msgid "Excerpt"
612
  msgstr "Izvleček"
613
 
614
- #: class.php:2271 strings.php:17
615
  msgid "Before post"
616
  msgstr "Pred prispevkom"
617
 
618
- #: class.php:2276 strings.php:18
619
  msgid "After post"
620
  msgstr "Za prispevkom"
621
 
622
- #: class.php:2281 strings.php:25
623
  msgid "Between posts"
624
  msgstr "Med prispevki"
625
 
626
- #: class.php:2286 settings.php:1900 settings.php:4270
627
  msgid "Widget"
628
  msgstr "Gradnik"
629
 
630
- #: class.php:2291 settings.php:4268
631
  msgid "PHP function call"
632
  msgstr "Klic PHP funkcije"
633
 
634
  #. Translators: %s: custom hook name
635
- #: class.php:2301
636
  msgid "Custom hook %s call"
637
  msgstr "Klic ročice po meri %s"
638
 
639
- #: class.php:2337
640
  msgid "AJAX REQUEST"
641
  msgstr "AJAX ZAHTEVEK"
642
 
643
- #: class.php:2340
644
  msgid "Ajax request for block in iframe"
645
  msgstr "Ajax zahtevek za blok v iframe-u"
646
 
647
- #: class.php:2374
648
  msgid "Ajax request url, click to open it in a new tab"
649
  msgstr "Url Ajax zahtevka, kliknite, da ga odprete v novem zavihku"
650
 
651
- #: class.php:2377
652
  msgid "IN THE LOOP"
653
  msgstr "V ZANKI"
654
 
655
- #: class.php:2377
656
  msgid "YES"
657
  msgstr "DA"
658
 
659
- #: class.php:2377
660
  msgid "NO"
661
  msgstr "NE"
662
 
663
- #: class.php:2413
664
  msgid "BLOCK"
665
  msgstr "BLOK"
666
 
667
- #: class.php:2413
668
  msgctxt "block or widget"
669
  msgid "INSERTED BUT NOT VISIBLE"
670
  msgstr "VSTAVLJEN, VENDAR NI VIDEN"
671
 
672
- #: class.php:2602
673
  msgctxt "viewports"
674
  msgid "ALL"
675
  msgstr "VSI"
676
 
677
- #: class.php:2635 class.php:2677 class.php:3987 strings.php:279
678
  msgctxt "Block"
679
  msgid "HIDDEN"
680
  msgstr "SKRIT"
681
 
682
- #: class.php:2684 class.php:3990 strings.php:278
683
  msgctxt "Block"
684
  msgid "VISIBLE"
685
  msgstr "VIDEN"
686
 
687
- #: class.php:3216 class.php:3288
688
  msgid "ACTIVE GROUPS"
689
  msgstr "AKTIVNE SKUPINE"
690
 
691
- #: class.php:3686
692
  msgid "start='%s' end='%s' days='%s' type='%s'"
693
  msgstr "začetek='%s' konec='%s' dnevi='%s' tip='%s'"
694
 
695
  #. translators: %s: list parameters and type
696
- #: class.php:3694
697
  msgid "parameters='%s' type='%s'"
698
  msgstr "parametri='%s' tip='%s'"
699
 
700
  #. translators: %s: list parameters and type
701
- #: class.php:3696
702
  msgid "referers='%s' type='%s'"
703
  msgstr "napotitelji='%s' tip='%s'"
704
 
705
  #. translators: %s: list parameters and type
706
- #: class.php:3698
707
  msgid "clients='%s' type='%s'"
708
  msgstr "odjemalci='%s' tip='%s'"
709
 
710
  #. translators: %s: list parameters and type
711
- #: class.php:3870
712
  msgid "countries='%s' type='%s'"
713
  msgstr "države='%s' tip='%s'"
714
 
715
  #. translators: %s: list parameters and type
716
- #: class.php:3872
717
  msgid "ip addresses='%s' type='%s'"
718
  msgstr "ip naslovi='%s' tip='%s'"
719
 
720
- #: class.php:3987 class.php:3990
721
  msgid "viewport='%s' type='%s'"
722
  msgstr "pogled='%s' tip='%s'"
723
 
724
- #: class.php:4343 strings.php:272
725
  msgid "BEFORE"
726
  msgstr "PRED"
727
 
728
- #: class.php:4351 strings.php:274
729
  msgid "PREPEND CONTENT"
730
  msgstr "DODAJ PRED VSEBINO"
731
 
732
- #: class.php:4355 strings.php:275
733
  msgid "APPEND CONTENT"
734
  msgstr "DODAJ ZA VSEBINO"
735
 
736
- #: class.php:4359 strings.php:276
737
  msgid "REPLACE CONTENT"
738
  msgstr "NADOMESTI VSEBINO"
739
 
740
- #: class.php:4363 strings.php:277
741
  msgid "REPLACE ELEMENT"
742
  msgstr "NADOMESTI ELEMENT"
743
 
744
- #: class.php:4374 strings.php:273
745
  msgid "AFTER"
746
  msgstr "ZA"
747
 
748
- #: class.php:4459 includes/preview.php:2369 includes/preview.php:2406
749
  msgid "Code"
750
  msgstr "Koda"
751
 
752
- #: class.php:4462
753
  msgid "for block"
754
  msgstr "za blok"
755
 
756
- #: class.php:8316
757
  msgid ""
758
  "ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
759
  "extension for PHP."
@@ -761,7 +761,7 @@ msgstr ""
761
  "NAPAKA: razred DOMDocument ni bil najden. Vaš ponudnik gostovanja mora "
762
  "namestiti DOM razširitev za PHP."
763
 
764
- #: includes/editor.php:4 includes/placeholders.php:349
765
  #: includes/preview.php:2310 strings.php:285
766
  msgid "Use"
767
  msgstr "Uporabi"
@@ -770,8 +770,8 @@ msgstr "Uporabi"
770
  msgid "Reset"
771
  msgstr "Ponastavi"
772
 
773
- #: includes/editor.php:6 includes/placeholders.php:351
774
- #: includes/preview.php:2313 settings.php:3608 strings.php:227 strings.php:284
775
  msgid "Cancel"
776
  msgstr "Prekliči"
777
 
@@ -798,19 +798,19 @@ msgid "PAGE BLOCKED"
798
  msgstr "STRAN BLOKIRANA"
799
 
800
  #: includes/functions-check-now.php:288 includes/functions.old.php:289
801
- #: includes/functions.php:304
802
  msgid "%d of %d names shown"
803
  msgstr "Prikazanih %d od %d imen"
804
 
805
  #. translators: %s: name filter
806
  #: includes/functions-check-now.php:307 includes/functions.old.php:308
807
- #: includes/functions.php:323
808
  msgid "No name matches filter"
809
  msgstr "Noben podatek ne ustreza filtru"
810
 
811
  #. translators: %s: Ad Inserter Pro
812
  #: includes/functions-check-now.php:396 includes/functions.old.php:383
813
- #: includes/functions.php:405
814
  msgid ""
815
  "Import %s settings when saving - if checked, the encoded settings below will "
816
  "be imported for all blocks and settings"
@@ -819,47 +819,47 @@ msgstr ""
819
  "nastavitve spodaj uvozile za vse bloke in nastavitve"
820
 
821
  #: includes/functions-check-now.php:396 includes/functions.old.php:383
822
- #: includes/functions.php:405
823
  msgid "Import Settings for"
824
  msgstr "Uvozi Nastavitve za"
825
 
826
  #: includes/functions-check-now.php:400 includes/functions.old.php:387
827
- #: includes/functions.php:409
828
  msgid "Saved settings for"
829
  msgstr "Shranjene nastavitve za"
830
 
831
  #: includes/functions-check-now.php:420 includes/functions.old.php:407
832
- #: includes/functions.php:429
833
  msgid "License Key"
834
  msgstr "Licenčni Ključ"
835
 
836
  #: includes/functions-check-now.php:423 includes/functions.old.php:410
837
- #: includes/functions.php:432
838
  msgid "License Key for"
839
  msgstr "Licenčni Ključ za"
840
 
841
  #: includes/functions-check-now.php:425 includes/functions.old.php:413
842
- #: includes/functions.php:434
843
  msgid "Open license page"
844
  msgstr "Odpri licenčno stran"
845
 
846
  #: includes/functions-check-now.php:432 includes/functions.old.php:421
847
- #: includes/functions.php:441
848
  msgid "Hide license key"
849
  msgstr "Skrij licenčni ključ"
850
 
851
  #: includes/functions-check-now.php:432 includes/functions.old.php:421
852
- #: includes/functions.php:441
853
  msgid "Hide key"
854
  msgstr "Skrij ključ"
855
 
856
  #: includes/functions-check-now.php:447 includes/functions.old.php:436
857
- #: includes/functions.php:456
858
  msgid "Main content element"
859
  msgstr "Glavni element vsebine"
860
 
861
  #: includes/functions-check-now.php:450 includes/functions.old.php:439
862
- #: includes/functions.php:459
863
  msgid ""
864
  "Main content element (#id or .class) for 'Stick to the content' position. "
865
  "Leave empty unless position is not properly calculated."
@@ -868,90 +868,91 @@ msgstr ""
868
  "Pustite prazno razen v primeru, ko položaj ni pravilno izračunan."
869
 
870
  #: includes/functions-check-now.php:451 includes/functions.old.php:440
871
- #: includes/functions.php:460 settings.php:1368 settings.php:2823
 
872
  msgid "Open HTML element selector"
873
  msgstr "Odpri izbirnik HTML elementa"
874
 
875
  #: includes/functions-check-now.php:456 includes/functions.old.php:445
876
- #: includes/functions.php:465
877
  msgid "Lazy loading offset"
878
  msgstr "Zamik za leno nalaganje"
879
 
880
  #: includes/functions-check-now.php:459 includes/functions.old.php:448
881
- #: includes/functions.php:468
882
  msgid "Offset of the block from the visible viewport when it should be loaded"
883
  msgstr "Zamik bloka od vidnega pogleda, ko bi ta moral biti naložen"
884
 
885
  #: includes/functions-check-now.php:470 includes/functions.old.php:459
886
- #: includes/functions.php:479
887
  msgid "Export / Import Block Settings"
888
  msgstr "Izvozi / Uvozi Nastavitve Bloka"
889
 
890
  #: includes/functions-check-now.php:485 includes/functions.old.php:474
891
- #: includes/functions.php:494
892
  msgid "Track impressions and clicks for this block"
893
  msgstr "Sledi prikazom in klikom za ta blok"
894
 
895
  #: includes/functions-check-now.php:485 includes/functions.old.php:474
896
- #: includes/functions.php:494
897
  msgid " - global tracking disabled"
898
  msgstr " - globalno sledenje onemogočeno"
899
 
900
  #: includes/functions-check-now.php:492 includes/functions.old.php:481
901
- #: includes/functions.php:502 includes/functions.php:3360
902
  msgid "Generate PDF report"
903
  msgstr "Generiraj PDF poročilo"
904
 
905
  #: includes/functions-check-now.php:497 includes/functions.old.php:486
906
- #: includes/functions.php:516
907
  msgid "Open public report"
908
  msgstr "Odpri javno poročilo"
909
 
910
  #: includes/functions-check-now.php:511 includes/functions.old.php:500
911
- #: includes/functions.php:530
912
  msgid "Toggle Ad Blocking Statistics"
913
  msgstr "Preklopi Statistiko Blokiranja Oglasov"
914
 
915
  #: includes/functions-check-now.php:519 includes/functions-check-now.php:3035
916
  #: includes/functions.old.php:508 includes/functions.old.php:2960
917
- #: includes/functions.php:538 includes/functions.php:3341
918
  msgid "Toggle Statistics"
919
  msgstr "Preklopi Statistiko"
920
 
921
- #: includes/functions-check-now.php:528 includes/functions.php:547
922
  msgid "Pin list"
923
  msgstr "Pripni seznam"
924
 
925
  #. translators: %s: Ad Inserter Pro
926
  #: includes/functions-check-now.php:543 includes/functions.old.php:524
927
- #: includes/functions.php:562
928
  msgid "%s license key is not set. Continue?"
929
  msgstr "%s licenčni ključ ni nastavljen. Nadaljujem?"
930
 
931
  #. translators: %s: Ad Inserter Pro
932
  #: includes/functions-check-now.php:547 includes/functions.old.php:528
933
- #: includes/functions.php:566
934
  msgid "Invalid %s license key. Continue?"
935
  msgstr "Neveljaven %s licenčni ključ. Nadaljujem?"
936
 
937
  #. translators: %s: Ad Inserter Pro
938
  #: includes/functions-check-now.php:551 includes/functions.old.php:532
939
- #: includes/functions.php:570
940
  msgid "%s license overused. Continue?"
941
  msgstr "%s licenca prekomerno uporabljena. Nadaljujem?"
942
 
943
  #: includes/functions-check-now.php:555 includes/functions.old.php:536
944
- #: includes/functions.php:578 settings.php:1122 settings.php:2267
945
  msgid "Save Settings"
946
  msgstr "Shrani Nastavitve"
947
 
948
  #: includes/functions-check-now.php:615 includes/functions.old.php:596
949
- #: includes/functions.php:638 includes/preview.php:2502
950
  msgid "Horizontal position"
951
  msgstr "Vodoravni položaj"
952
 
953
  #: includes/functions-check-now.php:638 includes/functions.old.php:619
954
- #: includes/functions.php:663
955
  msgid ""
956
  "Horizontal margin from the content or screen edge, empty means default value "
957
  "from CSS"
@@ -960,12 +961,12 @@ msgstr ""
960
  "iz CSS"
961
 
962
  #: includes/functions-check-now.php:646 includes/functions.old.php:627
963
- #: includes/functions.php:671 includes/preview.php:2562
964
  msgid "Vertical position"
965
  msgstr "Navpični položaj"
966
 
967
  #: includes/functions-check-now.php:661 includes/functions.old.php:642
968
- #: includes/functions.php:686
969
  msgid ""
970
  "Vertical margin from the top or bottom screen edge, empty means default "
971
  "value from CSS"
@@ -974,17 +975,17 @@ msgstr ""
974
  "iz CSS"
975
 
976
  #: includes/functions-check-now.php:686 includes/functions.old.php:667
977
- #: includes/functions.php:714 includes/preview.php:2617
978
  msgid "Animation"
979
  msgstr "Animacija"
980
 
981
  #: includes/functions-check-now.php:704 includes/functions.old.php:685
982
- #: includes/functions.php:733
983
  msgid "Trigger"
984
  msgstr "Sporžilec"
985
 
986
  #: includes/functions-check-now.php:713 includes/functions.old.php:694
987
- #: includes/functions.php:742
988
  msgid ""
989
  "Trigger value: page scroll in %, page scroll in px or element with selector "
990
  "(#id or .class) becomes visible"
@@ -993,64 +994,64 @@ msgstr ""
993
  "selektorjem (#id ali .razred) postane viden"
994
 
995
  #: includes/functions-check-now.php:717 includes/functions.old.php:698
996
- #: includes/functions.php:746
997
  msgid "Offset"
998
  msgstr "Zamik"
999
 
1000
  #: includes/functions-check-now.php:717 includes/functions.old.php:698
1001
- #: includes/functions.php:746
1002
  msgid "Offset of trigger element"
1003
  msgstr "Zamik sprožilnega elementa"
1004
 
1005
  #: includes/functions-check-now.php:721 includes/functions.old.php:702
1006
- #: includes/functions.php:750
1007
  msgid "Delay"
1008
  msgstr "Zakasnitev"
1009
 
1010
  #: includes/functions-check-now.php:721 includes/functions.old.php:702
1011
- #: includes/functions.php:750
1012
  msgid "Delay animation after trigger condition"
1013
  msgstr "Zakasni animacijo po izpolnitvi pogoja sprožilca"
1014
 
1015
  #: includes/functions-check-now.php:725 includes/functions.old.php:706
1016
- #: includes/functions.php:754
1017
  msgid "Trigger once"
1018
  msgstr "Sproži enkrat"
1019
 
1020
  #: includes/functions-check-now.php:727 includes/functions.old.php:708
1021
- #: includes/functions.php:756
1022
  msgid "Trigger animation only once"
1023
  msgstr "Sproži animacijo samo enkrat"
1024
 
1025
  #: includes/functions-check-now.php:769 includes/functions-check-now.php:2528
1026
  #: includes/functions-check-now.php:2545 includes/functions.old.php:750
1027
  #: includes/functions.old.php:2453 includes/functions.old.php:2470
1028
- #: includes/functions.php:864 includes/functions.php:2807
1029
- #: includes/functions.php:2823
1030
  msgid "Tracking is globally disabled"
1031
  msgstr "Sledenje je globalno onemogočeno"
1032
 
1033
  #: includes/functions-check-now.php:773 includes/functions-check-now.php:2532
1034
  #: includes/functions-check-now.php:2549 includes/functions.old.php:754
1035
  #: includes/functions.old.php:2457 includes/functions.old.php:2474
1036
- #: includes/functions.php:868 includes/functions.php:2811
1037
- #: includes/functions.php:2827
1038
  msgid "Tracking for this block is disabled"
1039
  msgstr "Sledenje za ta blok je onemogočeno"
1040
 
1041
  #: includes/functions-check-now.php:780 includes/functions.old.php:761
1042
- #: includes/functions.php:875
1043
  msgid "Double click to toggle controls in public reports"
1044
  msgstr "Dvojni klik za preklop kontrol v javnih poročilih"
1045
 
1046
  #: includes/functions-check-now.php:786 includes/functions.old.php:767
1047
- #: includes/functions.php:881 settings.php:3543 settings.php:3579
1048
- #: settings.php:3621 strings.php:240
1049
  msgid "Loading..."
1050
  msgstr "Nalagam..."
1051
 
1052
  #: includes/functions-check-now.php:807 includes/functions.old.php:788
1053
- #: includes/functions.php:902
1054
  msgid ""
1055
  "Clear statistics data for the selected range - clear both dates to delete "
1056
  "all data for this block"
@@ -1059,84 +1060,84 @@ msgstr ""
1059
  "brisanje vseh podatkov za ta blok"
1060
 
1061
  #: includes/functions-check-now.php:811 includes/functions.old.php:792
1062
- #: includes/functions.php:906
1063
  msgid "Auto refresh data for the selected range every 60 seconds"
1064
  msgstr "Samodejna osvežitev podatkov za izbrano obdobje vsakih 60 sekund"
1065
 
1066
  #: includes/functions-check-now.php:814 includes/functions-check-now.php:5389
1067
  #: includes/functions.old.php:795 includes/functions.old.php:5262
1068
- #: includes/functions.php:909 includes/functions.php:6267
1069
  msgid "Load data for last month"
1070
  msgstr "Naloži podatke za zadnji mesec"
1071
 
1072
  #: includes/functions-check-now.php:814 includes/functions-check-now.php:5389
1073
  #: includes/functions.old.php:795 includes/functions.old.php:5262
1074
- #: includes/functions.php:909 includes/functions.php:6267
1075
  msgid "Last Month"
1076
  msgstr "Zadnji Mesec"
1077
 
1078
  #: includes/functions-check-now.php:817 includes/functions-check-now.php:5392
1079
  #: includes/functions.old.php:798 includes/functions.old.php:5265
1080
- #: includes/functions.php:912 includes/functions.php:6270
1081
  msgid "Load data for this month"
1082
  msgstr "Naloži podatke za ta mesec"
1083
 
1084
  #: includes/functions-check-now.php:817 includes/functions-check-now.php:5392
1085
  #: includes/functions.old.php:798 includes/functions.old.php:5265
1086
- #: includes/functions.php:912 includes/functions.php:6270
1087
  msgid "This Month"
1088
  msgstr "Ta Mesec"
1089
 
1090
  #: includes/functions-check-now.php:820 includes/functions-check-now.php:5395
1091
  #: includes/functions.old.php:801 includes/functions.old.php:5268
1092
- #: includes/functions.php:915 includes/functions.php:6273
1093
  msgid "Load data for this year"
1094
  msgstr "Naloži podatke za to leto"
1095
 
1096
  #: includes/functions-check-now.php:820 includes/functions-check-now.php:5395
1097
  #: includes/functions.old.php:801 includes/functions.old.php:5268
1098
- #: includes/functions.php:915 includes/functions.php:6273
1099
  msgid "This Year"
1100
  msgstr "To Leto"
1101
 
1102
  #: includes/functions-check-now.php:823 includes/functions-check-now.php:5398
1103
  #: includes/functions.old.php:804 includes/functions.old.php:5271
1104
- #: includes/functions.php:918 includes/functions.php:6276
1105
  msgid "Load data for the last 15 days"
1106
  msgstr "Naloži podatke za zadnjih 15 dni"
1107
 
1108
  #: includes/functions-check-now.php:826 includes/functions-check-now.php:5401
1109
  #: includes/functions.old.php:807 includes/functions.old.php:5274
1110
- #: includes/functions.php:921 includes/functions.php:6279
1111
  msgid "Load data for the last 30 days"
1112
  msgstr "Naloži podatke za zadnjih 30 dni"
1113
 
1114
  #: includes/functions-check-now.php:829 includes/functions-check-now.php:5404
1115
  #: includes/functions.old.php:810 includes/functions.old.php:5277
1116
- #: includes/functions.php:924 includes/functions.php:6282
1117
  msgid "Load data for the last 90 days"
1118
  msgstr "Naloži podatke za zadnjih 90 dni"
1119
 
1120
  #: includes/functions-check-now.php:832 includes/functions-check-now.php:5407
1121
  #: includes/functions.old.php:813 includes/functions.old.php:5280
1122
- #: includes/functions.php:927 includes/functions.php:6285
1123
  msgid "Load data for the last 180 days"
1124
  msgstr "Naloži podatke za zadnjih 180 dni"
1125
 
1126
  #: includes/functions-check-now.php:835 includes/functions-check-now.php:5410
1127
  #: includes/functions.old.php:816 includes/functions.old.php:5283
1128
- #: includes/functions.php:930 includes/functions.php:6288
1129
  msgid "Load data for the last 365 days"
1130
  msgstr "Naloži podatke za zadnjih 365 dni"
1131
 
1132
  #: includes/functions-check-now.php:845 includes/functions-check-now.php:5420
1133
  #: includes/functions.old.php:826 includes/functions.old.php:5293
1134
- #: includes/functions.php:940 includes/functions.php:6298
1135
  msgid "Load data for the selected range"
1136
  msgstr "Naloži podatke za izbrano obdobje"
1137
 
1138
  #: includes/functions-check-now.php:861 includes/functions.old.php:842
1139
- #: includes/functions.php:956
1140
  msgid ""
1141
  "Import settings when saving - if checked, the encoded settings below will be "
1142
  "imported for this block"
@@ -1145,12 +1146,12 @@ msgstr ""
1145
  "nastavitve spodaj uvozile za ta blok"
1146
 
1147
  #: includes/functions-check-now.php:861 includes/functions.old.php:842
1148
- #: includes/functions.php:956
1149
  msgid "Import settings for block"
1150
  msgstr "Uvozi nastavitve za blok"
1151
 
1152
  #: includes/functions-check-now.php:865 includes/functions.old.php:846
1153
- #: includes/functions.php:960
1154
  msgid ""
1155
  "Import block name when saving - if checked and 'Import settings for block' "
1156
  "is also checked, the name from encoded settings below will be imported for "
@@ -1161,49 +1162,49 @@ msgstr ""
1161
  "uvozilo za ta blok"
1162
 
1163
  #: includes/functions-check-now.php:865 includes/functions.old.php:846
1164
- #: includes/functions.php:960
1165
  msgid "Import block name"
1166
  msgstr "Uvozi ime bloka"
1167
 
1168
  #: includes/functions-check-now.php:869 includes/functions.old.php:850
1169
- #: includes/functions.php:964
1170
  msgid "Saved settings for block"
1171
  msgstr "Shranjene nastavitve za blok"
1172
 
1173
  #: includes/functions-check-now.php:882 includes/functions.old.php:863
1174
- #: includes/functions.php:977
1175
  msgid "Export / Import Ad Inserter Pro Settings"
1176
  msgstr "Izvozi / Uvozi Ad Inserter Pro Nastavitve"
1177
 
1178
  #: includes/functions-check-now.php:892 includes/functions.old.php:873
1179
- #: includes/functions.php:987
1180
  msgid "Are you sure you want to clear all statistics data for all blocks?"
1181
  msgstr ""
1182
  "Ali ste prepričani, da želite pobrisati vse podatke o statistiki za vse "
1183
  "bloke?"
1184
 
1185
  #: includes/functions-check-now.php:894 includes/functions.old.php:875
1186
- #: includes/functions.php:989
1187
  msgid "Clear All Statistics Data"
1188
  msgstr "Pobriši Vse Podatke o Statistiki"
1189
 
1190
  #: includes/functions-check-now.php:921 includes/functions.old.php:902
1191
- #: includes/functions.php:1019
1192
  msgid "Toggle country/city editor"
1193
  msgstr "Preklopi urejevalnik držav/mest"
1194
 
1195
  #: includes/functions-check-now.php:927 includes/functions.old.php:908
1196
- #: includes/functions.php:1025
1197
  msgid "IP Addresses"
1198
  msgstr "IP Naslovi"
1199
 
1200
  #: includes/functions-check-now.php:930 includes/functions.old.php:911
1201
- #: includes/functions.php:1028
1202
  msgid "Toggle IP address editor"
1203
  msgstr "Preklopi urejevalnik IP nslovov"
1204
 
1205
  #: includes/functions-check-now.php:933 includes/functions.old.php:914
1206
- #: includes/functions.php:1031
1207
  msgid ""
1208
  "Comma separated IP addresses, you can also use partial IP addresses with * "
1209
  "(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
@@ -1212,61 +1213,61 @@ msgstr ""
1212
  "naslov-začetek*. *ip-naslov-vzorec*, *ip-naslov-konec)"
1213
 
1214
  #: includes/functions-check-now.php:937 includes/functions.old.php:918
1215
- #: includes/functions.php:1040
1216
  msgid "Blacklist IP addresses"
1217
  msgstr "Črni seznam IP naslovov"
1218
 
1219
  #: includes/functions-check-now.php:941 includes/functions.old.php:922
1220
- #: includes/functions.php:1044
1221
  msgid "Whitelist IP addresses"
1222
  msgstr "Beli seznam IP naslovov"
1223
 
1224
  #: includes/functions-check-now.php:952 includes/functions.old.php:933
1225
- #: includes/functions.php:1055
1226
  msgid "Countries"
1227
  msgstr "Države"
1228
 
1229
  #: includes/functions-check-now.php:953 includes/functions.old.php:934
1230
- #: includes/functions.php:1056
1231
  msgid "Cities"
1232
  msgstr "Mesta"
1233
 
1234
  #: includes/functions-check-now.php:957 includes/functions-check-now.php:3000
1235
  #: includes/functions.old.php:938 includes/functions.old.php:2925
1236
- #: includes/functions.php:1060 includes/functions.php:3306
1237
  msgid "Toggle country editor"
1238
  msgstr "Preklopi urejevalnik držav"
1239
 
1240
  #: includes/functions-check-now.php:960 includes/functions.old.php:941
1241
- #: includes/functions.php:1063
1242
  msgid "Toggle city editor"
1243
  msgstr "Preklopi urejevalnik mest"
1244
 
1245
  #: includes/functions-check-now.php:964 includes/functions-check-now.php:3003
1246
  #: includes/functions.old.php:945 includes/functions.old.php:2928
1247
- #: includes/functions.php:1067 includes/functions.php:3309
1248
  msgid "Comma separated country ISO Alpha-2 codes"
1249
  msgstr "Z vejico ločene ISO Alpha-2 kode držav"
1250
 
1251
  #: includes/functions-check-now.php:968 includes/functions.old.php:949
1252
- #: includes/functions.php:1076
1253
  msgid "Blacklist countries"
1254
  msgstr "Črni seznam držav"
1255
 
1256
  #: includes/functions-check-now.php:972 includes/functions.old.php:953
1257
- #: includes/functions.php:1080
1258
  msgid "Whitelist countries"
1259
  msgstr "Beli seznam držav"
1260
 
1261
  #: includes/functions-check-now.php:1382 includes/functions-check-now.php:1681
1262
  #: includes/functions.old.php:1361 includes/functions.old.php:1608
1263
- #: includes/functions.php:1538 includes/functions.php:1848
1264
  msgid "Enter license key"
1265
  msgstr "Vnesite licenčni ključ"
1266
 
1267
  #. translators: %s: Ad Inserter Pro
1268
  #: includes/functions-check-now.php:1388 includes/functions.old.php:1367
1269
- #: includes/functions.php:1544
1270
  msgid ""
1271
  "%s license key is not set. Plugin functionality is limited and updates are "
1272
  "disabled."
@@ -1275,63 +1276,63 @@ msgstr ""
1275
  "posodobitve onemogočene."
1276
 
1277
  #. translators: %s: Ad Inserter Pro
1278
- #: includes/functions-check-now.php:1402 includes/functions.php:1558
1279
  msgid "Warning: %s plugin update server is not accessible"
1280
  msgstr "Opozorilo: %s strežnik za posodobitve vtičnika ni dosegljiv"
1281
 
1282
  #. translators: updates are not available
1283
- #: includes/functions-check-now.php:1404 includes/functions.php:1560
1284
  msgid "updates"
1285
  msgstr "posodobitve"
1286
 
1287
  #. translators: updates are not available
1288
- #: includes/functions-check-now.php:1406 includes/functions.php:1562
1289
  msgid "are not available"
1290
  msgstr "niso na razpolago"
1291
 
1292
  #: includes/functions-check-now.php:1411 includes/functions-check-now.php:1690
1293
  #: includes/functions.old.php:1379 includes/functions.old.php:1617
1294
- #: includes/functions.php:1567 includes/functions.php:1857
1295
  msgid "Check license key"
1296
  msgstr "Preverite licenčni ključ"
1297
 
1298
  #. translators: %s: Ad Inserter Pro
1299
  #: includes/functions-check-now.php:1417 includes/functions.old.php:1385
1300
- #: includes/functions.php:1573
1301
  msgid "Invalid %s license key."
1302
  msgstr "Neveljaven %s licenčni ključ."
1303
 
1304
  #. translators: %s: Ad Inserter Pro
1305
  #: includes/functions-check-now.php:1426 includes/functions.old.php:1394
1306
- #: includes/functions.php:1582
1307
  msgid "%s license expired. Plugin updates are disabled."
1308
  msgstr "%s licenca je potekla. Posodobitve vtičnika so onemogočene."
1309
 
1310
  #: includes/functions-check-now.php:1427 includes/functions.old.php:1395
1311
- #: includes/functions.php:1583
1312
  msgid "Renew license"
1313
  msgstr "Obnovite licenco"
1314
 
1315
  #. translators: %s: Ad Inserter Pro
1316
  #: includes/functions-check-now.php:1435 includes/functions.old.php:1403
1317
- #: includes/functions.php:1591
1318
  msgid "%s license overused. Plugin updates are disabled."
1319
  msgstr ""
1320
  "%s licenca je prekomerno uporabljena. Posodobitve vtičnika so onemogočene."
1321
 
1322
  #: includes/functions-check-now.php:1436 includes/functions.old.php:1404
1323
- #: includes/functions.php:1592
1324
  msgid "Manage licenses"
1325
  msgstr "Upravljajte z licencami"
1326
 
1327
  #: includes/functions-check-now.php:1436 includes/functions.old.php:1404
1328
- #: includes/functions.php:1592
1329
  msgid "Upgrade license"
1330
  msgstr "Nadgradite licenco"
1331
 
1332
  #. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
1333
  #: includes/functions-check-now.php:1683 includes/functions.old.php:1610
1334
- #: includes/functions.php:1850
1335
  msgid ""
1336
  "%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
1337
  "limited and updates are disabled."
@@ -1341,13 +1342,13 @@ msgstr ""
1341
 
1342
  #. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
1343
  #: includes/functions-check-now.php:1692 includes/functions.old.php:1619
1344
- #: includes/functions.php:1859
1345
  msgid "%1$s Warning: %2$s Invalid %3$s license key."
1346
  msgstr "%1$s Opozorilo: %2$s Neveljaven %3$s licenčni ključ."
1347
 
1348
  #. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
1349
  #: includes/functions-check-now.php:1708 includes/functions.old.php:1635
1350
- #: includes/functions.php:1875
1351
  msgid ""
1352
  "Hey, %1$s license has expired - plugin updates are now disabled. Please "
1353
  "renew the license to enable updates. Check %2$s what you are missing. %3$s"
@@ -1358,7 +1359,7 @@ msgstr ""
1358
 
1359
  #. translators: 1, 3: HTML tags, 2: percentage
1360
  #: includes/functions-check-now.php:1715 includes/functions.old.php:1642
1361
- #: includes/functions.php:1882
1362
  msgid ""
1363
  "During the license period and 30 days after the license has expired we offer "
1364
  "%1$s %2$s discount on all license renewals and license upgrades. %3$s"
@@ -1367,28 +1368,28 @@ msgstr ""
1367
  "%2$s popust na vse obnovitve in nadgradnje licenc. %3$s"
1368
 
1369
  #: includes/functions-check-now.php:1725 includes/functions.old.php:1652
1370
- #: includes/functions.php:1892
1371
  msgid "No, thank you."
1372
  msgstr "Ne, hvala."
1373
 
1374
  #: includes/functions-check-now.php:1728 includes/functions.old.php:1655
1375
- #: includes/functions.php:1895
1376
  msgid "Not now, maybe later."
1377
  msgstr "Ne zdaj, mogoče kasneje."
1378
 
1379
  #: includes/functions-check-now.php:1742 includes/functions.old.php:1669
1380
- #: includes/functions.php:1909
1381
  msgid "Renew the licence"
1382
  msgstr "Obnovi licenco"
1383
 
1384
  #: includes/functions-check-now.php:1744 includes/functions.old.php:1671
1385
- #: includes/functions.php:1911
1386
  msgid "Update license status"
1387
  msgstr "Posodobi status licence"
1388
 
1389
  #. translators: 1, 2, 4, 5, 6, 7: HTML tags, 3: Ad Inserter Pro
1390
  #: includes/functions-check-now.php:1755 includes/functions.old.php:1682
1391
- #: includes/functions.php:1924
1392
  msgid ""
1393
  "%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
1394
  "Manage licenses %5$s &mdash; %6$s Upgrade license %7$s"
@@ -1399,122 +1400,124 @@ msgstr ""
1399
 
1400
  #. Translators: %s: HTML tag
1401
  #: includes/functions-check-now.php:1777 includes/functions.old.php:1704
1402
- #: includes/functions.php:1979
1403
  msgid "Warning: %s MaxMind IP geolocation database not found."
1404
  msgstr "Opozorilo: %s MaxMind IP geolocijska podatkovna baza ni najdena."
1405
 
1406
  #: includes/functions-check-now.php:2330 includes/functions.old.php:2255
1407
- #: includes/functions.php:2600
1408
  msgid "Geolocation"
1409
  msgstr "Geolokacija"
1410
 
1411
  #: includes/functions-check-now.php:2334 includes/functions.old.php:2259
1412
- #: includes/functions.php:2604 settings.php:4257
1413
  msgid "Exceptions"
1414
  msgstr "Izjeme"
1415
 
1416
  #: includes/functions-check-now.php:2339 includes/functions.old.php:2264
1417
- #: includes/functions.php:2609
1418
  msgid "Multisite"
1419
  msgstr "Multisite"
1420
 
1421
  #: includes/functions-check-now.php:2344 includes/functions.old.php:2269
1422
- #: includes/functions.php:2614 settings.php:4263
1423
  msgid "Tracking"
1424
  msgstr "Sledenje"
1425
 
1426
  #. translators: %d: days, hours, minutes
1427
  #: includes/functions-check-now.php:2375 includes/functions.old.php:2300
1428
- #: includes/functions.php:2645
1429
  msgid "Scheduled in %d days %d hours %d minutes"
1430
  msgstr "Planirano v %d dneh %d urah %d minutah"
1431
 
1432
  #. translators: %s: HTML dash separator, %d: days, hours, minutes, &mdash; is
1433
  #. HTML code for long dash separator
1434
  #: includes/functions-check-now.php:2384 includes/functions.old.php:2309
1435
- #: includes/functions.php:2654
1436
  msgid "Active %s expires in %d days %d hours %d minutes"
1437
  msgstr "Aktivno %s poteče v %d dneh %d urah %d minutah"
1438
 
1439
  #: includes/functions-check-now.php:2388 includes/functions.old.php:2313
1440
- #: includes/functions.php:2658
1441
  msgid "Expired"
1442
  msgstr "Poteklo"
1443
 
1444
  #: includes/functions-check-now.php:2396 includes/functions.old.php:2321
1445
- #: includes/functions.php:2684 settings.php:1450 settings.php:1465
1446
- #: settings.php:1593 settings.php:2164
1447
  msgid "and"
1448
  msgstr "in"
1449
 
1450
  #: includes/functions-check-now.php:2399 includes/functions.old.php:2324
1451
- #: includes/functions.php:2666
1452
  msgid "fallback"
1453
  msgstr "rezerva"
1454
 
1455
  #: includes/functions-check-now.php:2400 includes/functions.old.php:2325
1456
- #: includes/functions.php:2667
1457
  msgid "Block to be used when scheduling expires"
1458
  msgstr "Blok, ki se bo uporabil, ko urnik poteče"
1459
 
1460
  #: includes/functions-check-now.php:2425 includes/functions.old.php:2350
1461
- #: includes/functions.php:2704
1462
  msgid "Load in iframe"
1463
  msgstr "Naloži v iframe-u"
1464
 
1465
  #: includes/functions-check-now.php:2429 includes/functions.old.php:2354
1466
- #: includes/functions.php:2708 includes/placeholders.php:386
 
1467
  msgid "Width"
1468
  msgstr "Širina"
1469
 
1470
  #: includes/functions-check-now.php:2430 includes/functions.old.php:2355
1471
- #: includes/functions.php:2709
1472
  msgid "iframe width, empty means full width (100%)"
1473
  msgstr "širina iframe-a, prazno pomeni polna širina (100%)"
1474
 
1475
  #: includes/functions-check-now.php:2436 includes/functions.old.php:2361
1476
- #: includes/functions.php:2715 includes/placeholders.php:381
 
1477
  msgid "Height"
1478
  msgstr "Višina"
1479
 
1480
  #: includes/functions-check-now.php:2437 includes/functions.old.php:2362
1481
- #: includes/functions.php:2716
1482
  msgid "iframe height, empty means adjust it to iframe content height"
1483
  msgstr ""
1484
  "Višina iframe-a, prazno pomeni poravnavo glede na višino vsebine iframe-a"
1485
 
1486
  #: includes/functions-check-now.php:2444 includes/functions.old.php:2369
1487
- #: includes/functions.php:2723
1488
  msgid "Ad label in iframe"
1489
  msgstr "Oznaka oglasa v iframe-u"
1490
 
1491
  #: includes/functions-check-now.php:2449 includes/functions.old.php:2374
1492
- #: includes/functions.php:2728
1493
  msgid "Preview iframe code"
1494
  msgstr "Predpreglej kodo iframe"
1495
 
1496
  #: includes/functions-check-now.php:2449 includes/functions.old.php:2374
1497
- #: includes/functions.php:2728 includes/preview.php:2322 settings.php:1117
1498
- #: settings.php:2885
1499
  msgid "Preview"
1500
  msgstr "Predogled"
1501
 
1502
  #: includes/functions-check-now.php:2463 includes/functions.old.php:2388
1503
- #: includes/functions.php:2742 settings.php:4264
1504
  msgid "Limits"
1505
  msgstr "Omejitve"
1506
 
1507
  #: includes/functions-check-now.php:2468 includes/functions-check-now.php:4366
1508
  #: includes/functions-check-now.php:4429 includes/functions.old.php:2393
1509
  #: includes/functions.old.php:4266 includes/functions.old.php:4329
1510
- #: includes/functions.php:2747 includes/functions.php:5102
1511
- #: includes/functions.php:5167 settings.php:2314
1512
  msgid "Ad Blocking"
1513
  msgstr "Blokiranje Oglasov"
1514
 
1515
  #. translators: 1, 2 and 3, 4: HTML tags
1516
  #: includes/functions-check-now.php:2477 includes/functions.old.php:2402
1517
- #: includes/functions.php:2756
1518
  msgid ""
1519
  "%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
1520
  "for tracking!"
@@ -1525,7 +1528,7 @@ msgstr ""
1525
  #. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
1526
  #. header
1527
  #: includes/functions-check-now.php:2486 includes/functions.old.php:2411
1528
- #: includes/functions.php:2765
1529
  msgid ""
1530
  "%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
1531
  "enabled and automatic insertion %6$s!"
@@ -1534,18 +1537,18 @@ msgstr ""
1534
  "izhoda %5$s omogočeno in samodejno vstavljanje %6$s!"
1535
 
1536
  #: includes/functions-check-now.php:2553 includes/functions.old.php:2478
1537
- #: includes/functions.php:2831
1538
  msgid "Click fraud protection is globally disabled"
1539
  msgstr "Zaščita pred goljufijo s kliki je globalno onemogočena"
1540
 
1541
  #: includes/functions-check-now.php:2557 includes/functions.old.php:2482
1542
- #: includes/functions.php:2835
1543
  msgid "Max clicks per time period are not defined"
1544
  msgstr "Največje število klikov na časovno enoto ni definirano"
1545
 
1546
  #. Translators: Max n impressions
1547
  #: includes/functions-check-now.php:2571 includes/functions.old.php:2496
1548
- #: includes/functions.php:2849
1549
  msgid "General limits"
1550
  msgstr "Splošne omejitve"
1551
 
@@ -1553,8 +1556,8 @@ msgstr "Splošne omejitve"
1553
  #: includes/functions-check-now.php:2577 includes/functions-check-now.php:2589
1554
  #: includes/functions-check-now.php:2674 includes/functions.old.php:2502
1555
  #: includes/functions.old.php:2514 includes/functions.old.php:2599
1556
- #: includes/functions.php:2855 includes/functions.php:2867
1557
- #: includes/functions.php:2952
1558
  msgid "Current value"
1559
  msgstr "Trenutna vrednost"
1560
 
@@ -1574,15 +1577,15 @@ msgstr "Trenutna vrednost"
1574
  #: includes/functions.old.php:2550 includes/functions.old.php:2560
1575
  #: includes/functions.old.php:2606 includes/functions.old.php:2615
1576
  #: includes/functions.old.php:2633 includes/functions.old.php:2642
1577
- #: includes/functions.php:2874 includes/functions.php:2884
1578
- #: includes/functions.php:2903 includes/functions.php:2913
1579
- #: includes/functions.php:2959 includes/functions.php:2968
1580
- #: includes/functions.php:2986 includes/functions.php:2995 settings.php:2076
1581
  msgid "Max"
1582
  msgstr "Največ"
1583
 
1584
  #: includes/functions-check-now.php:2597 includes/functions.old.php:2522
1585
- #: includes/functions.php:2875
1586
  msgid ""
1587
  "Maximum number of impressions for this block. Empty means no general "
1588
  "impression limit."
@@ -1598,8 +1601,8 @@ msgstr ""
1598
  #: includes/functions-check-now.php:2684 includes/functions-check-now.php:2693
1599
  #: includes/functions.old.php:2524 includes/functions.old.php:2534
1600
  #: includes/functions.old.php:2609 includes/functions.old.php:2618
1601
- #: includes/functions.php:2877 includes/functions.php:2887
1602
- #: includes/functions.php:2962 includes/functions.php:2971
1603
  msgid "impression"
1604
  msgid_plural "impressions"
1605
  msgstr[0] "prikaz"
@@ -1608,7 +1611,7 @@ msgstr[2] "prikazi"
1608
  msgstr[3] "prikazov"
1609
 
1610
  #: includes/functions-check-now.php:2607 includes/functions.old.php:2532
1611
- #: includes/functions.php:2885
1612
  msgid ""
1613
  "Maximum number of impressions per time period. Empty means no time limit."
1614
  msgstr ""
@@ -1623,14 +1626,14 @@ msgstr ""
1623
  #: includes/functions-check-now.php:2697 includes/functions-check-now.php:2724
1624
  #: includes/functions.old.php:2538 includes/functions.old.php:2567
1625
  #: includes/functions.old.php:2622 includes/functions.old.php:2649
1626
- #: includes/functions.php:2891 includes/functions.php:2920
1627
- #: includes/functions.php:2975 includes/functions.php:3002
1628
  msgid "per"
1629
  msgstr "na"
1630
 
1631
  #: includes/functions-check-now.php:2614 includes/functions-check-now.php:2643
1632
  #: includes/functions.old.php:2539 includes/functions.old.php:2568
1633
- #: includes/functions.php:2892 includes/functions.php:2921
1634
  msgid "Time period in days. Empty means no time limit."
1635
  msgstr "Časovno obdobje v dneh. Prazno pomeni brez časovnih omejitev."
1636
 
@@ -1645,9 +1648,9 @@ msgstr "Časovno obdobje v dneh. Prazno pomeni brez časovnih omejitev."
1645
  #: includes/functions.old.php:2541 includes/functions.old.php:2570
1646
  #: includes/functions.old.php:2625 includes/functions.old.php:2652
1647
  #: includes/functions.old.php:2758 includes/functions.old.php:3086
1648
- #: includes/functions.php:2894 includes/functions.php:2923
1649
- #: includes/functions.php:2978 includes/functions.php:3005
1650
- #: includes/functions.php:3111 includes/functions.php:3471 strings.php:218
1651
  #: strings.php:219 strings.php:220 strings.php:221 strings.php:222
1652
  #: strings.php:223
1653
  msgid "day"
@@ -1658,7 +1661,7 @@ msgstr[2] "dni"
1658
  msgstr[3] "dni"
1659
 
1660
  #: includes/functions-check-now.php:2626 includes/functions.old.php:2551
1661
- #: includes/functions.php:2904
1662
  msgid ""
1663
  "Maximum number of clicks on this block. Empty means no general click limit."
1664
  msgstr ""
@@ -1674,9 +1677,9 @@ msgstr ""
1674
  #: includes/functions-check-now.php:4577 includes/functions.old.php:2553
1675
  #: includes/functions.old.php:2563 includes/functions.old.php:2636
1676
  #: includes/functions.old.php:2645 includes/functions.old.php:4477
1677
- #: includes/functions.php:2906 includes/functions.php:2916
1678
- #: includes/functions.php:2989 includes/functions.php:2998
1679
- #: includes/functions.php:5453
1680
  msgid "click"
1681
  msgid_plural "clicks"
1682
  msgstr[0] "klik"
@@ -1685,20 +1688,20 @@ msgstr[2] "kliki"
1685
  msgstr[3] "klikov"
1686
 
1687
  #: includes/functions-check-now.php:2636 includes/functions.old.php:2561
1688
- #: includes/functions.php:2914
1689
  msgid "Maximum number of clicks per time period. Empty means no time limit."
1690
  msgstr ""
1691
  "Največje število klikov na časovno enoto. Prazno pomeni brez časovnih "
1692
  "omejitev."
1693
 
1694
  #: includes/functions-check-now.php:2661 includes/functions.old.php:2586
1695
- #: includes/functions.php:2939
1696
  msgid "Individual visitor limits"
1697
  msgstr "Omejitve posameznih obiskovalcev"
1698
 
1699
  #: includes/functions-check-now.php:2665 includes/functions-check-now.php:2667
1700
  #: includes/functions.old.php:2590 includes/functions.old.php:2592
1701
- #: includes/functions.php:2943 includes/functions.php:2945
1702
  msgid ""
1703
  "When specified number of clicks on this block for a visitor will be reached "
1704
  "in the specified time period, all blocks that have click fraud protection "
@@ -1711,12 +1714,12 @@ msgstr ""
1711
  "pred goljufijo s kliki."
1712
 
1713
  #: includes/functions-check-now.php:2667 includes/functions.old.php:2592
1714
- #: includes/functions.php:2945
1715
  msgid "Trigger click fraud protection"
1716
  msgstr "Sproži zaščito pred goljufijo s kliki"
1717
 
1718
  #: includes/functions-check-now.php:2682 includes/functions.old.php:2607
1719
- #: includes/functions.php:2960
1720
  msgid ""
1721
  "Maximum number of impressions of this block for each visitor. Empty means no "
1722
  "impression limit."
@@ -1725,7 +1728,7 @@ msgstr ""
1725
  "pomeni brez omejitev prikazov."
1726
 
1727
  #: includes/functions-check-now.php:2691 includes/functions.old.php:2616
1728
- #: includes/functions.php:2969
1729
  msgid ""
1730
  "Maximum number of impressions per time period for each visitor. Empty means "
1731
  "no impression limit per time period for visitors."
@@ -1735,7 +1738,7 @@ msgstr ""
1735
 
1736
  #: includes/functions-check-now.php:2698 includes/functions-check-now.php:2725
1737
  #: includes/functions.old.php:2623 includes/functions.old.php:2650
1738
- #: includes/functions.php:2976 includes/functions.php:3003
1739
  msgid ""
1740
  "Time period in days. Use decimal value (with decimal point) for shorter "
1741
  "periods. Empty means no time limit."
@@ -1744,7 +1747,7 @@ msgstr ""
1744
  "krajša obdobja. Prazno pomeni brez časovne omejitve."
1745
 
1746
  #: includes/functions-check-now.php:2709 includes/functions.old.php:2634
1747
- #: includes/functions.php:2987
1748
  msgid ""
1749
  "Maximum number of clicks on this block for each visitor. Empty means no "
1750
  "click limit."
@@ -1753,7 +1756,7 @@ msgstr ""
1753
  "brez omejitev klikov."
1754
 
1755
  #: includes/functions-check-now.php:2718 includes/functions.old.php:2643
1756
- #: includes/functions.php:2996
1757
  msgid ""
1758
  "Maximum number of clicks per time period for each visitor. Empty means no "
1759
  "click limit per time period for visitors."
@@ -1762,39 +1765,39 @@ msgstr ""
1762
  "pomeni brez omejitev klikov na časovno enoto za obiskovalce."
1763
 
1764
  #: includes/functions-check-now.php:2744 includes/functions.old.php:2669
1765
- #: includes/functions.php:3022
1766
  msgid "When ad blocking is detected"
1767
  msgstr "Ko je blokiranje oglasov zaznano"
1768
 
1769
  #: includes/functions-check-now.php:2753 includes/functions.old.php:2678
1770
- #: includes/functions.php:3031
1771
  msgid "replacement"
1772
  msgstr "nadomestek"
1773
 
1774
  #: includes/functions-check-now.php:2754 includes/functions.old.php:2679
1775
- #: includes/functions.php:3032
1776
  msgid "Block to be shown when ad blocking is detected"
1777
  msgstr "Blok, ki naj bo prikazan, ko je zaznano blokiranje oglasov"
1778
 
1779
  #: includes/functions-check-now.php:2755 includes/functions.old.php:2680
1780
- #: includes/functions.php:3033
1781
  msgctxt "replacement"
1782
  msgid "None"
1783
  msgstr "Noben"
1784
 
1785
  #: includes/functions-check-now.php:2772 includes/functions-check-now.php:5612
1786
  #: includes/functions.old.php:2697 includes/functions.old.php:5484
1787
- #: includes/functions.php:3050 includes/functions.php:6511
1788
  msgid "Close button"
1789
  msgstr "Gumb Zapri"
1790
 
1791
  #: includes/functions-check-now.php:2824 includes/functions.old.php:2749
1792
- #: includes/functions.php:3102
1793
  msgid "Auto close after"
1794
  msgstr "Ssamodejno zapri po"
1795
 
1796
  #: includes/functions-check-now.php:2825 includes/functions.old.php:2750
1797
- #: includes/functions.php:3103
1798
  msgid ""
1799
  "Time in seconds in which the ad will automatically close. Leave empty to "
1800
  "disable auto closing."
@@ -1804,12 +1807,12 @@ msgstr ""
1804
 
1805
  #. Translators: Don't show for x days
1806
  #: includes/functions-check-now.php:2830 includes/functions.old.php:2755
1807
- #: includes/functions.php:3108
1808
  msgid "Don't show for"
1809
  msgstr "Ne prikaži"
1810
 
1811
  #: includes/functions-check-now.php:2831 includes/functions.old.php:2756
1812
- #: includes/functions.php:3109
1813
  msgid ""
1814
  "Time in days in which closed ad will not be shown again. Use decimal value "
1815
  "(with decimal point) for shorter time period or leave empty to show it again "
@@ -1821,12 +1824,12 @@ msgstr ""
1821
 
1822
  #. Translators: Delay showing for x pageviews
1823
  #: includes/functions-check-now.php:2851 includes/functions.old.php:2776
1824
- #: includes/functions.php:3129
1825
  msgid "Delay showing for"
1826
  msgstr "Zakasni prikaz za"
1827
 
1828
  #: includes/functions-check-now.php:2852 includes/functions.old.php:2777
1829
- #: includes/functions.php:3130
1830
  msgid ""
1831
  "Number of pageviews before the code is inserted (and ad displayed). Leave "
1832
  "empty to insert the code for the first pageview."
@@ -1838,7 +1841,7 @@ msgstr ""
1838
  #. Translators: Show every x pageviews
1839
  #: includes/functions-check-now.php:2854 includes/functions-check-now.php:2861
1840
  #: includes/functions.old.php:2779 includes/functions.old.php:2786
1841
- #: includes/functions.php:3132 includes/functions.php:3139
1842
  msgid "pageview"
1843
  msgid_plural "pageviews"
1844
  msgstr[0] "ogled strani"
@@ -1848,7 +1851,7 @@ msgstr[3] "ogledov strani"
1848
 
1849
  #. Translators: Show every x pageviews
1850
  #: includes/functions-check-now.php:2858 includes/functions.old.php:2783
1851
- #: includes/functions.php:3136
1852
  msgid "Show every"
1853
  msgid_plural "Show every"
1854
  msgstr[0] "Prikaži vsak"
@@ -1857,7 +1860,7 @@ msgstr[2] "Prikaži vsake"
1857
  msgstr[3] "Prikaži vsakih"
1858
 
1859
  #: includes/functions-check-now.php:2859 includes/functions.old.php:2784
1860
- #: includes/functions.php:3137
1861
  msgid ""
1862
  "Number of pageviews to insert the code again. Leave empty to insert the code "
1863
  "for every pageview."
@@ -1866,33 +1869,33 @@ msgstr ""
1866
  "vstavljanje kode pri vsakem ogledu strani."
1867
 
1868
  #: includes/functions-check-now.php:2878 includes/functions.old.php:2803
1869
- #: includes/functions.php:3156
1870
  msgid "Lazy loading"
1871
  msgstr "Leno nalaganje"
1872
 
1873
  #. Translators: %s MaxMind
1874
  #: includes/functions-check-now.php:2935 includes/functions.old.php:2860
1875
- #: includes/functions.php:3230
1876
  msgid "This product includes GeoLite2 data created by %s"
1877
  msgstr "Ta izdelek vsebuje %s GeoLite2 podatke"
1878
 
1879
  #: includes/functions-check-now.php:2946 includes/functions.old.php:2871
1880
- #: includes/functions.php:3243
1881
  msgid "IP geolocation database"
1882
  msgstr "Podatkovna baza za IP geolokacijo"
1883
 
1884
  #: includes/functions-check-now.php:2949 includes/functions.old.php:2874
1885
- #: includes/functions.php:3246
1886
  msgid "Select IP geolocation database."
1887
  msgstr "Izberite podatkovno bazo za IP geolokacijo."
1888
 
1889
  #: includes/functions-check-now.php:2960 includes/functions.old.php:2885
1890
- #: includes/functions.php:3257
1891
  msgid "Automatic database updates"
1892
  msgstr "Samodejna posodobitev podatkovne baze"
1893
 
1894
  #: includes/functions-check-now.php:2963 includes/functions.old.php:2888
1895
- #: includes/functions.php:3260
1896
  msgid ""
1897
  "Automatically download and update free GeoLite2 IP geolocation database by "
1898
  "MaxMind"
@@ -1901,12 +1904,12 @@ msgstr ""
1901
  "podatkovno bazo MaxMind"
1902
 
1903
  #: includes/functions-check-now.php:2971 includes/functions.old.php:2896
1904
- #: includes/functions.php:3277
1905
  msgid "Database"
1906
  msgstr "Podatkovna baza"
1907
 
1908
  #: includes/functions-check-now.php:2974 includes/functions.old.php:2899
1909
- #: includes/functions.php:3280
1910
  msgid ""
1911
  "Aabsolute path starting with '/' or relative path to the MaxMind database "
1912
  "file"
@@ -1916,17 +1919,17 @@ msgstr ""
1916
 
1917
  #. translators: %d: group number
1918
  #: includes/functions-check-now.php:2992 includes/functions.old.php:2917
1919
- #: includes/functions.php:3298
1920
  msgid "Group %d"
1921
  msgstr "Skupina %d"
1922
 
1923
  #: includes/functions-check-now.php:2998 includes/functions.old.php:2923
1924
- #: includes/functions.php:3304
1925
  msgid "countries"
1926
  msgstr "države"
1927
 
1928
  #: includes/functions-check-now.php:3043 includes/functions.old.php:2968
1929
- #: includes/functions.php:3349
1930
  msgid ""
1931
  "Enable impression and click tracking. You also need to enable tracking for "
1932
  "each block you want to track."
@@ -1939,33 +1942,33 @@ msgid "Generate report"
1939
  msgstr "Generiraj poročilo"
1940
 
1941
  #: includes/functions-check-now.php:3058 includes/functions.old.php:2983
1942
- #: includes/functions.php:3368
1943
  msgid "Impression and Click Tracking"
1944
  msgstr "Sledenje Prikazov in Klikov"
1945
 
1946
  #: includes/functions-check-now.php:3059 includes/functions.old.php:2984
1947
- #: includes/functions.php:3369 settings.php:2773
1948
  msgctxt "ad blocking detection"
1949
  msgid "NOT ENABLED"
1950
  msgstr "NI OMOGOČENO"
1951
 
1952
  #: includes/functions-check-now.php:3075 includes/functions.old.php:3000
1953
- #: includes/functions.php:3385
1954
  msgid "Internal"
1955
  msgstr "Notranje"
1956
 
1957
  #: includes/functions-check-now.php:3079 includes/functions.old.php:3004
1958
- #: includes/functions.php:3389
1959
  msgid "Track impressions and clicks with internal tracking and statistics"
1960
  msgstr "Sledi prikazom in klikom z notranjim sledenjem in statistiko"
1961
 
1962
  #: includes/functions-check-now.php:3084 includes/functions.old.php:3009
1963
- #: includes/functions.php:3394
1964
  msgid "External"
1965
  msgstr "Zunanje"
1966
 
1967
  #: includes/functions-check-now.php:3088 includes/functions.old.php:3013
1968
- #: includes/functions.php:3398
1969
  msgid ""
1970
  "Track impressions and clicks with Google Analytics or Matomo (needs tracking "
1971
  "code installed)"
@@ -1974,32 +1977,32 @@ msgstr ""
1974
  "kodo za sledenje)"
1975
 
1976
  #: includes/functions-check-now.php:3093 includes/functions.old.php:3018
1977
- #: includes/functions.php:3403
1978
  msgid "Track Pageviews"
1979
  msgstr "Sledi Ogledom Strani"
1980
 
1981
  #: includes/functions-check-now.php:3099 includes/functions.old.php:3024
1982
- #: includes/functions.php:3409
1983
  msgid "Track Pageviews by Device (as configured for viewports)"
1984
  msgstr "Sledi Ogledom Strani po Napravah (kot so nastavljene za poglede)"
1985
 
1986
  #: includes/functions-check-now.php:3109 includes/functions.old.php:3034
1987
- #: includes/functions.php:3419
1988
  msgid "Track for Logged in Users"
1989
  msgstr "Sledi za Prijavljene Upor."
1990
 
1991
  #: includes/functions-check-now.php:3115 includes/functions.old.php:3040
1992
- #: includes/functions.php:3425
1993
  msgid "Track impressions and clicks from logged in users"
1994
  msgstr "Sledi prikazom in klikom neprijavljenih uporabnikov"
1995
 
1996
  #: includes/functions-check-now.php:3125 includes/functions.old.php:3050
1997
- #: includes/functions.php:3435
1998
  msgid "Click Detection"
1999
  msgstr "Zaznavanje klikov"
2000
 
2001
  #: includes/functions-check-now.php:3131 includes/functions.old.php:3056
2002
- #: includes/functions.php:3441
2003
  msgid ""
2004
  "Standard method detects clicks only on banners with links, Advanced method "
2005
  "can detect clicks on any kind of ads, but it is slightly less accurate"
@@ -2008,22 +2011,22 @@ msgstr ""
2008
  "lahko zazna klike na kateremkoli oglasu, ampak je rahlo manj zanesljiv"
2009
 
2010
  #: includes/functions-check-now.php:3150 includes/functions.old.php:3075
2011
- #: includes/functions.php:3460
2012
  msgid "Click fraud protection"
2013
  msgstr "Zaščita pred goljufijo s kliki"
2014
 
2015
  #: includes/functions-check-now.php:3154 includes/functions.old.php:3079
2016
- #: includes/functions.php:3464
2017
  msgid "Globally enable click fraud protection for selected blocks."
2018
  msgstr "Globalno omogočite zaščito pred goljufijo s kliki za izbrane bloke."
2019
 
2020
  #: includes/functions-check-now.php:3160 includes/functions.old.php:3085
2021
- #: includes/functions.php:3470
2022
  msgid "Protection time"
2023
  msgstr "Čas zaščite"
2024
 
2025
  #: includes/functions-check-now.php:3161 includes/functions.old.php:3086
2026
- #: includes/functions.php:3471
2027
  msgid ""
2028
  "Time period in days in which blocks with enabled click fraud protection will "
2029
  "be hidden. Use decimal value (with decimal point) for shorter periods."
@@ -2033,12 +2036,12 @@ msgstr ""
2033
  "za krajša obdobja."
2034
 
2035
  #: includes/functions-check-now.php:3180 includes/functions.old.php:3105
2036
- #: includes/functions.php:3490
2037
  msgid "Report header image"
2038
  msgstr "Slika v glavi poročila"
2039
 
2040
  #: includes/functions-check-now.php:3183 includes/functions.old.php:3108
2041
- #: includes/functions.php:3493
2042
  msgid ""
2043
  "Image or logo to be displayed in the header of the statistins report. "
2044
  "Aabsolute path starting with '/' or relative path to the image file. Clear "
@@ -2049,17 +2052,17 @@ msgstr ""
2049
  "ponastavitev na privzeto sliko."
2050
 
2051
  #: includes/functions-check-now.php:3184 includes/functions.old.php:3109
2052
- #: includes/functions.php:3494 strings.php:252
2053
  msgid "Select or upload header image"
2054
  msgstr "Izberi ali naloži sliko glave"
2055
 
2056
  #: includes/functions-check-now.php:3189 includes/functions.old.php:3114
2057
- #: includes/functions.php:3499
2058
  msgid "Report header title"
2059
  msgstr "Naslov v glavi poročila"
2060
 
2061
  #: includes/functions-check-now.php:3192 includes/functions.old.php:3117
2062
- #: includes/functions.php:3502
2063
  msgid ""
2064
  "Title to be displayed in the header of the statistics report. Text or HTML "
2065
  "code, clear to reset to default text."
@@ -2068,12 +2071,12 @@ msgstr ""
2068
  "pobrišite za ponastavitev na privzeto besedilo."
2069
 
2070
  #: includes/functions-check-now.php:3197 includes/functions.old.php:3122
2071
- #: includes/functions.php:3507
2072
  msgid "Report header description"
2073
  msgstr "Opis v glavi poročila"
2074
 
2075
  #: includes/functions-check-now.php:3200 includes/functions.old.php:3125
2076
- #: includes/functions.php:3510
2077
  msgid ""
2078
  "Description to be displayed in the header of the statistics report. Text or "
2079
  "HTML code, clear to reset to default text."
@@ -2082,12 +2085,12 @@ msgstr ""
2082
  "pobrišite za ponastavitev na privzeto besedilo."
2083
 
2084
  #: includes/functions-check-now.php:3205 includes/functions.old.php:3130
2085
- #: includes/functions.php:3515
2086
  msgid "Report footer"
2087
  msgstr "Noga poročila"
2088
 
2089
  #: includes/functions-check-now.php:3208 includes/functions.old.php:3133
2090
- #: includes/functions.php:3518
2091
  msgid ""
2092
  "Text to be displayed in the footer of the statistics report. Clear to reset "
2093
  "to default text."
@@ -2096,139 +2099,139 @@ msgstr ""
2096
  "koda, pobrišite za ponastavitev na privzeto besedilo."
2097
 
2098
  #: includes/functions-check-now.php:3213 includes/functions.old.php:3138
2099
- #: includes/functions.php:3523
2100
  msgid "Public report key"
2101
  msgstr "Ključ za javno poročilo"
2102
 
2103
  #: includes/functions-check-now.php:3216 includes/functions.old.php:3141
2104
- #: includes/functions.php:3526
2105
  msgid "String to generate unique report IDs. Clear to reset to default value."
2106
  msgstr ""
2107
  "Niz za ustvaritev unikatnega IDja poročila. Pobrišite za ponastavitev na "
2108
  "privzeto vrednost."
2109
 
2110
  #: includes/functions-check-now.php:3248 includes/functions.old.php:3173
2111
- #: includes/functions.php:3589
2112
  msgid "Are you sure you want to clear all exceptions for block"
2113
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok"
2114
 
2115
  #: includes/functions-check-now.php:3249 includes/functions.old.php:3174
2116
- #: includes/functions.php:3590
2117
  msgid "Clear all exceptions for block"
2118
  msgstr "Pobriši vse izjeme za blok"
2119
 
2120
  #: includes/functions-check-now.php:3256 includes/functions.old.php:3181
2121
- #: includes/functions.php:3597
2122
  msgid "Are you sure you want to clear all exceptions?"
2123
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme?"
2124
 
2125
  #: includes/functions-check-now.php:3256 includes/functions.old.php:3181
2126
- #: includes/functions.php:3597
2127
  msgid "Clear all exceptions for all blocks"
2128
  msgstr "Pobriši vse izjeme za vse bloke"
2129
 
2130
  #: includes/functions-check-now.php:3261 includes/functions.old.php:3186
2131
- #: includes/functions.php:3602 settings.php:3855 settings.php:4340
2132
  msgid "Type"
2133
  msgstr "Vrsta"
2134
 
2135
  #: includes/functions-check-now.php:3279 includes/functions.old.php:3204
2136
- #: includes/functions.php:3620
2137
  msgid "View"
2138
  msgstr "Poglej"
2139
 
2140
  #: includes/functions-check-now.php:3280 includes/functions-check-now.php:3287
2141
  #: includes/functions-check-now.php:3291 includes/functions.old.php:3205
2142
  #: includes/functions.old.php:3212 includes/functions.old.php:3216
2143
- #: includes/functions.php:3621 includes/functions.php:3628
2144
- #: includes/functions.php:3632 includes/placeholders.php:350
2145
- #: includes/preview.php:2692 settings.php:1354 settings.php:3612
2146
  msgid "Edit"
2147
  msgstr "Uredi"
2148
 
2149
  #: includes/functions-check-now.php:3310 includes/functions.old.php:3235
2150
- #: includes/functions.php:3651
2151
  msgid "Are you sure you want to clear all exceptions for"
2152
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za"
2153
 
2154
  #: includes/functions-check-now.php:3311 includes/functions.old.php:3236
2155
- #: includes/functions.php:3652
2156
  msgid "Clear all exceptions for"
2157
  msgstr "Pobriši vse izjeme za"
2158
 
2159
  #: includes/functions-check-now.php:3324 includes/functions.old.php:3249
2160
- #: includes/functions.php:3665
2161
  msgid "No exceptions"
2162
  msgstr "Brez izjem"
2163
 
2164
  #. translators: %s: Ad Inserter Pro
2165
  #: includes/functions-check-now.php:3335 includes/functions.old.php:3260
2166
- #: includes/functions.php:3676
2167
  msgid "%s options for network blogs"
2168
  msgstr "%s izbire za omrežne bloge"
2169
 
2170
  #. translators: %s: Ad Inserter Pro
2171
  #: includes/functions-check-now.php:3340 includes/functions.old.php:3265
2172
- #: includes/functions.php:3681
2173
  msgid "Enable %s widgets for sub-sites"
2174
  msgstr "Omogoči %s gradnik za pod-spletišča"
2175
 
2176
  #: includes/functions-check-now.php:3340 includes/functions.old.php:3265
2177
- #: includes/functions.php:3681
2178
  msgid "Widgets"
2179
  msgstr "Gradniki"
2180
 
2181
  #: includes/functions-check-now.php:3345 includes/functions.old.php:3270
2182
- #: includes/functions.php:3686
2183
  msgid "Enable PHP code processing for sub-sites"
2184
  msgstr "Omogoči procesiranje PHP kode za pod-spletišča"
2185
 
2186
  #: includes/functions-check-now.php:3345 includes/functions.old.php:3270
2187
- #: includes/functions.php:3686
2188
  msgid "PHP Processing"
2189
  msgstr "PHP Procesiranje"
2190
 
2191
  #. translators: %s: Ad Inserter Pro
2192
  #: includes/functions-check-now.php:3350 includes/functions.old.php:3275
2193
- #: includes/functions.php:3691
2194
  msgid "Enable %s block exceptions in post/page editor for sub-sites"
2195
  msgstr ""
2196
  "Omogoči %s izjeme blokov v urejevalniku prispevkov/strani za pod-spletišča"
2197
 
2198
  #: includes/functions-check-now.php:3350 includes/functions.old.php:3275
2199
- #: includes/functions.php:3691
2200
  msgid "Post/Page exceptions"
2201
  msgstr "Izjeme prispevkov/strani"
2202
 
2203
  #. translators: %s: Ad Inserter Pro
2204
  #: includes/functions-check-now.php:3355 includes/functions.old.php:3280
2205
- #: includes/functions.php:3696
2206
  msgid "Enable %s settings page for sub-sites"
2207
  msgstr "Omogoči nastavitveno stran %s za pod-spletišča"
2208
 
2209
  #: includes/functions-check-now.php:3355 includes/functions.old.php:3280
2210
- #: includes/functions.php:3696
2211
  msgid "Settings page"
2212
  msgstr "Stran z nastavitvami"
2213
 
2214
  #. translators: %s: Ad Inserter Pro
2215
  #: includes/functions-check-now.php:3360 includes/functions.old.php:3285
2216
- #: includes/functions.php:3701
2217
  msgid "Enable %s settings of main site to be used for all blogs"
2218
  msgstr "Omogoči %s nastavitve glavnega spletišča za uporabo na vseh blogih"
2219
 
2220
  #: includes/functions-check-now.php:3360 includes/functions.old.php:3285
2221
- #: includes/functions.php:3701
2222
  msgid "Main site settings used for all blogs"
2223
  msgstr "Nastavitve glavnega spletišča uporabljene na vseh blogih"
2224
 
2225
  #: includes/functions-check-now.php:3371 includes/functions.old.php:3296
2226
- #: includes/functions.php:3717 settings.php:2772
2227
  msgid "Ad Blocking Detection"
2228
  msgstr "Zaznavanje Blokiranja Oglasov"
2229
 
2230
  #: includes/functions-check-now.php:3377 includes/functions.old.php:3302
2231
- #: includes/functions.php:3723
2232
  msgid ""
2233
  "Standard method is reliable but should be used only if Advanced method does "
2234
  "not work. Advanced method recreates files used for detection with random "
@@ -2243,8 +2246,8 @@ msgstr ""
2243
  #: includes/functions-check-now.php:4029 includes/functions-check-now.php:4119
2244
  #: includes/functions-check-now.php:4139 includes/functions.old.php:3929
2245
  #: includes/functions.old.php:4019 includes/functions.old.php:4039
2246
- #: includes/functions.php:4546 includes/functions.php:4663
2247
- #: includes/functions.php:4687
2248
  msgid "AD BLOCKING"
2249
  msgstr "BLOKIRANJE OGLASOV"
2250
 
@@ -2252,86 +2255,86 @@ msgstr "BLOKIRANJE OGLASOV"
2252
  #: includes/functions-check-now.php:4113 includes/functions-check-now.php:4140
2253
  #: includes/functions.old.php:3930 includes/functions.old.php:3970
2254
  #: includes/functions.old.php:4013 includes/functions.old.php:4040
2255
- #: includes/functions.php:4547 includes/functions.php:4593
2256
- #: includes/functions.php:4657 includes/functions.php:4688
2257
  msgid "BLOCK INSERTED BUT NOT VISIBLE"
2258
  msgstr "BLOK VSTAVLJEN, VENDAR NI VIDEN"
2259
 
2260
  #: includes/functions-check-now.php:4033 includes/functions-check-now.php:4112
2261
  #: includes/functions-check-now.php:4146 includes/functions.old.php:3933
2262
  #: includes/functions.old.php:4012 includes/functions.old.php:4046
2263
- #: includes/functions.php:4550 includes/functions.php:4656
2264
- #: includes/functions.php:4694
2265
  msgid "NO AD BLOCKING"
2266
  msgstr "NI BLOKIRANJA OGLASOV"
2267
 
2268
  #: includes/functions-check-now.php:4069 includes/functions-check-now.php:4076
2269
  #: includes/functions.old.php:3969 includes/functions.old.php:3976
2270
- #: includes/functions.php:4592 includes/functions.php:4599
2271
  msgid "AD BLOCKING REPLACEMENT"
2272
  msgstr "NADOMESTEK V PRIMERU BLOKIRANJA OGLASOV"
2273
 
2274
  #: includes/functions-check-now.php:4219 includes/functions-check-now.php:4428
2275
  #: includes/functions.old.php:4119 includes/functions.old.php:4328
2276
- #: includes/functions.php:4955 includes/functions.php:5166
2277
  msgid "Pageviews"
2278
  msgstr "Ogledi strani"
2279
 
2280
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2281
- #: includes/functions.php:5101
2282
  msgctxt "Version"
2283
  msgid "Unknown"
2284
  msgstr "Neznana"
2285
 
2286
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2287
- #: includes/functions.php:5101
2288
  msgctxt "Times"
2289
  msgid "DISPLAYED"
2290
  msgstr "PRIKAZANO"
2291
 
2292
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2293
- #: includes/functions.php:5101
2294
  msgid "No version"
2295
  msgstr "Brez različice"
2296
 
2297
  #: includes/functions-check-now.php:4366 includes/functions.old.php:4266
2298
- #: includes/functions.php:5102
2299
  msgctxt "Times"
2300
  msgid "BLOCKED"
2301
  msgstr "BLOKIRANO"
2302
 
2303
  #: includes/functions-check-now.php:4428 includes/functions.old.php:4328
2304
- #: includes/functions.php:5166
2305
  msgid "Impressions"
2306
  msgstr "Prikazi"
2307
 
2308
  #: includes/functions-check-now.php:4429 includes/functions-check-now.php:4430
2309
  #: includes/functions-check-now.php:4485 includes/functions.old.php:4329
2310
  #: includes/functions.old.php:4330 includes/functions.old.php:4385
2311
- #: includes/functions.php:5167 includes/functions.php:5168
2312
- #: includes/functions.php:5361
2313
  msgid "Clicks"
2314
  msgstr "Kliki"
2315
 
2316
  #: includes/functions-check-now.php:4430 includes/functions.old.php:4330
2317
- #: includes/functions.php:5168
2318
  msgid "events"
2319
  msgstr "dogodki"
2320
 
2321
  #: includes/functions-check-now.php:4431 includes/functions.old.php:4331
2322
- #: includes/functions.php:5169
2323
  msgid "Ad Blocking Share"
2324
  msgstr "Delež blokiranja oglasov"
2325
 
2326
  #. translators: CTR as Click Through Rate
2327
  #: includes/functions-check-now.php:4431 includes/functions-check-now.php:4491
2328
  #: includes/functions.old.php:4331 includes/functions.old.php:4391
2329
- #: includes/functions.php:5169 includes/functions.php:5367
2330
  msgid "CTR"
2331
  msgstr "CTR"
2332
 
2333
  #: includes/functions-check-now.php:4573 includes/functions.old.php:4473
2334
- #: includes/functions.php:5449
2335
  msgid "pageviews"
2336
  msgid_plural "pageviews"
2337
  msgstr[0] "ogled strani"
@@ -2340,7 +2343,7 @@ msgstr[2] "oglede strani"
2340
  msgstr[3] "ogledov strani"
2341
 
2342
  #: includes/functions-check-now.php:4573 includes/functions.old.php:4473
2343
- #: includes/functions.php:5449
2344
  msgid "impressions"
2345
  msgid_plural "impressions"
2346
  msgstr[0] "prikaz"
@@ -2349,7 +2352,7 @@ msgstr[2] "prikazi"
2349
  msgstr[3] "prikazov"
2350
 
2351
  #: includes/functions-check-now.php:4577 includes/functions.old.php:4477
2352
- #: includes/functions.php:5453
2353
  msgid "event"
2354
  msgid_plural "events"
2355
  msgstr[0] "dogodek"
@@ -2358,19 +2361,19 @@ msgstr[2] "dogodki"
2358
  msgstr[3] "dogodkov"
2359
 
2360
  #: includes/functions-check-now.php:4672 includes/functions.old.php:4572
2361
- #: includes/functions.php:5548
2362
  msgctxt "Pageviews / Impressions"
2363
  msgid "Average"
2364
  msgstr "Povprečni"
2365
 
2366
  #: includes/functions-check-now.php:4693 includes/functions.old.php:4593
2367
- #: includes/functions.php:5569
2368
  msgctxt "Ad Blocking / Clicks"
2369
  msgid "Average"
2370
  msgstr "Povprečno"
2371
 
2372
  #: includes/functions-check-now.php:4717 includes/functions.old.php:4617
2373
- #: includes/functions.php:5593
2374
  msgctxt "Ad Blocking Share / CTR"
2375
  msgid "Average"
2376
  msgstr "Povprečni"
@@ -2379,119 +2382,119 @@ msgstr "Povprečni"
2379
  #: includes/functions-check-now.php:4899 includes/functions-check-now.php:4991
2380
  #: includes/functions-check-now.php:5334 includes/functions.old.php:4799
2381
  #: includes/functions.old.php:4891 includes/functions.old.php:5207
2382
- #: includes/functions.php:5777 includes/functions.php:5869
2383
- #: includes/functions.php:6212 strings.php:203
2384
  msgid "%s Report"
2385
  msgstr "%s Poročilo"
2386
 
2387
  #: includes/functions-check-now.php:5240 includes/functions.old.php:5113
2388
- #: includes/functions.php:6118
2389
  msgid "for last month"
2390
  msgstr "za zadnji mesec"
2391
 
2392
  #: includes/functions-check-now.php:5245 includes/functions.old.php:5118
2393
- #: includes/functions.php:6123
2394
  msgid "for this month"
2395
  msgstr "za ta mesec"
2396
 
2397
  #: includes/functions-check-now.php:5250 includes/functions.old.php:5123
2398
- #: includes/functions.php:6128
2399
  msgid "for this year"
2400
  msgstr "za to leto"
2401
 
2402
  #: includes/functions-check-now.php:5255 includes/functions.old.php:5128
2403
- #: includes/functions.php:6133
2404
  msgid "for the last 15 days"
2405
  msgstr "za zadnjih 15 dni"
2406
 
2407
  #: includes/functions-check-now.php:5260 includes/functions.old.php:5133
2408
- #: includes/functions.php:6138
2409
  msgid "for the last 30 days"
2410
  msgstr "za zadnjih 30 dni"
2411
 
2412
  #: includes/functions-check-now.php:5265 includes/functions.old.php:5138
2413
- #: includes/functions.php:6143
2414
  msgid "for the last 90 days"
2415
  msgstr "za zadnjih 90 dni"
2416
 
2417
  #: includes/functions-check-now.php:5270 includes/functions.old.php:5143
2418
- #: includes/functions.php:6148
2419
  msgid "for the last 180 days"
2420
  msgstr "za zadnjih 180 dni"
2421
 
2422
  #: includes/functions-check-now.php:5275 includes/functions.old.php:5148
2423
- #: includes/functions.php:6153
2424
  msgid "for the last 365 days"
2425
  msgstr "za zadnjih 365 dni"
2426
 
2427
- #: includes/functions.php:509 includes/functions.php:3356
2428
  msgid "Generate CSV report"
2429
  msgstr "Generiraj CSV poročilo"
2430
 
2431
  #. translators: %s: Ad Inserter Pro
2432
- #: includes/functions.php:574
2433
  msgid "Invalid %s version. Continue?"
2434
  msgstr "Neveljavna izdaja %s. Nadaljujem?"
2435
 
2436
- #: includes/functions.php:766 includes/preview.php:2635
2437
  msgid "Background"
2438
  msgstr "Ozadje"
2439
 
2440
  #. translators: %s HTML body tag
2441
- #: includes/functions.php:773
2442
  msgid "Set %s background"
2443
  msgstr "Nastavi ozadje za %s"
2444
 
2445
- #: includes/functions.php:786
2446
  msgid "Image to be used for the background"
2447
  msgstr "Slika, ki bo uporabljena za ozadje"
2448
 
2449
- #: includes/functions.php:791
2450
  msgid "Color"
2451
  msgstr "Barva"
2452
 
2453
- #: includes/functions.php:792 includes/preview.php:2453
2454
  msgid "Color to be used for the background"
2455
  msgstr "Barva, ki bo uporabljena za ozadje"
2456
 
2457
- #: includes/functions.php:795 includes/preview.php:2458
2458
  msgid "Image size"
2459
  msgstr "Velikost slike"
2460
 
2461
- #: includes/functions.php:805
2462
  msgid "Repeat"
2463
  msgstr "Ponavljanje"
2464
 
2465
- #: includes/functions.php:818
2466
  msgid "Select image"
2467
  msgstr "Izberi sliko"
2468
 
2469
- #: includes/functions.php:1036 includes/functions.php:1072 settings.php:1719
2470
- #: settings.php:1742 settings.php:1765 settings.php:1788 settings.php:1811
2471
- #: settings.php:1834 settings.php:1856 settings.php:1878
2472
  msgid "Click to select black or white list"
2473
  msgstr "Klikni za za izbor črnega ali belega seznama"
2474
 
2475
  #. translators: %s: Ad Inserter Pro
2476
- #: includes/functions.php:1600
2477
  msgid "Invalid %s version."
2478
  msgstr "Neveljavna izdaja %s."
2479
 
2480
- #: includes/functions.php:1601
2481
  msgid "Check license"
2482
  msgstr "Preverite licenco"
2483
 
2484
- #: includes/functions.php:1613
2485
  msgid "License"
2486
  msgstr "Licenca"
2487
 
2488
  #. translators: 1, 2, 4, 5: HTML tags, 3: Ad Inserter Pro
2489
- #: includes/functions.php:1936
2490
  msgid "%1$s Warning: %2$s Wrong %3$s version. %4$s Check license %5$s"
2491
  msgstr "%1$s Opozorilo: %2$s Napačna izdaja %3$s. %4$s Preverite licenco %5$s"
2492
 
2493
  #. Translators: %s: HTML tags
2494
- #: includes/functions.php:1984
2495
  msgid ""
2496
  "Warning: %s MaxMind license key not set. Please %s sign up for a GeoLite2 "
2497
  "account %s and create license key."
@@ -2499,64 +2502,64 @@ msgstr ""
2499
  "Opozorilo: %s MaxMind licenčni ključ ni nastavljen. Prosimo, %s vpišite se "
2500
  "za GeoLite2 račun %s in ustvarite licenčni ključ."
2501
 
2502
- #: includes/functions.php:2682
2503
  msgid "Start date"
2504
  msgstr "Začetni datum"
2505
 
2506
- #: includes/functions.php:2682
2507
  msgid "Enter date in format yyyy-mm-dd"
2508
  msgstr "Vnesite datum v formatu yyyy-mm-dd"
2509
 
2510
- #: includes/functions.php:2683
2511
  msgid "Start time"
2512
  msgstr "Začetni čas"
2513
 
2514
- #: includes/functions.php:2683
2515
  msgid "Enter time in format hh:mm:ss, empty means 00:00:00"
2516
  msgstr "Vnesite čas v formatu hh:mm:ss, prazno pomeni 00:00:00"
2517
 
2518
- #: includes/functions.php:2685
2519
  msgid "End date"
2520
  msgstr "Končni datum"
2521
 
2522
- #: includes/functions.php:2686
2523
  msgid "End time"
2524
  msgstr "Končni čas"
2525
 
2526
- #: includes/functions.php:2689
2527
  msgid "Select wanted days in week"
2528
  msgstr "Izberite želene dneve v tednu"
2529
 
2530
- #: includes/functions.php:3021
2531
  msgid "Ad blocking detection is disabled"
2532
  msgstr "%s Zaznavanje blokiranja oglasov je onemogočeno %s"
2533
 
2534
- #: includes/functions.php:3161
2535
  msgid "Protected"
2536
  msgstr "Zaščiten"
2537
 
2538
- #: includes/functions.php:3164
2539
  msgid "Manual loading"
2540
  msgstr "Ročno nalaganje"
2541
 
2542
  #. Translators: %s HTML tags
2543
- #: includes/functions.php:3232
2544
  msgid "Create and manage %s MaxMind license key %s"
2545
  msgstr "Ustvarite in upravljajte z %s MaxMind licenčnim ključem %s"
2546
 
2547
- #: includes/functions.php:3268
2548
  msgid "MaxMind license key"
2549
  msgstr "MaxMind licenčni ključ"
2550
 
2551
- #: includes/functions.php:3271
2552
  msgid "Enter license key obtained from MaxMind"
2553
  msgstr "Vnesite licenčni ključ, ki ste ga dobili od MaxMind"
2554
 
2555
- #: includes/functions.php:3541
2556
  msgid "Event category"
2557
  msgstr "Kategorija dogodka"
2558
 
2559
- #: includes/functions.php:3544
2560
  msgid ""
2561
  "Category name used for external tracking events. You can use tags to get the "
2562
  "event, the number or the name of the block that caused the event."
@@ -2564,11 +2567,11 @@ msgstr ""
2564
  "Ime kategorije uporabljeno za dogodke za zunanje sledenje. Lahko uporabite "
2565
  "oznake za dogodek, številko ali ime bloka, ki je povzročil dogodek."
2566
 
2567
- #: includes/functions.php:3549
2568
  msgid "Event action"
2569
  msgstr "Akcija dogodka"
2570
 
2571
- #: includes/functions.php:3552
2572
  msgid ""
2573
  "Action name used for external tracking events. You can use tags to get the "
2574
  "event, the number or the name of the block that caused the event."
@@ -2576,11 +2579,11 @@ msgstr ""
2576
  "Ime akcije uporabljeno za dogodke za zunanje sledenje. Lahko uporabite "
2577
  "oznake za dogodek, številko ali ime bloka, ki je povzročil dogodek."
2578
 
2579
- #: includes/functions.php:3557
2580
  msgid "Event label"
2581
  msgstr "Oznaka dogodka"
2582
 
2583
- #: includes/functions.php:3560
2584
  msgid ""
2585
  "Label name used for external tracking events. You can use tags to get the "
2586
  "event, the number or the name of the block that caused the event."
@@ -2589,22 +2592,22 @@ msgstr ""
2589
  "oznake za dogodek, številko ali ime bloka, ki je povzročil dogodek."
2590
 
2591
  #. translators: %s: Ad Inserter Pro
2592
- #: includes/functions.php:3706
2593
  msgid "Show link to %s settings page for each site on the Sites page"
2594
  msgstr ""
2595
  "Pokaži povezavo na %s stran z nastavitvami za vsako spletišče na strani "
2596
  "Spletišča"
2597
 
2598
  #. translators: %s: Ad Inserter Pro
2599
- #: includes/functions.php:3706
2600
  msgid "Show link to %s on the Sites page"
2601
  msgstr "Pokaži povezavo na %s na strani Spletišča"
2602
 
2603
- #: includes/functions.php:5249
2604
  msgid "Date"
2605
  msgstr "Datum"
2606
 
2607
- #: includes/functions.php:5723
2608
  msgid "File %s missing."
2609
  msgstr "Datoteka %s ni najdena."
2610
 
@@ -2616,39 +2619,39 @@ msgstr "Po meri"
2616
  msgid "Placeholder Editor"
2617
  msgstr "Urejevalnik Polnila"
2618
 
2619
- #: includes/placeholders.php:349
2620
  msgid "Select placeholder"
2621
  msgstr "Izberi polnilo"
2622
 
2623
- #: includes/placeholders.php:350
2624
  msgid "Edit placeholder size, colors and text"
2625
  msgstr "Uredi velikost, barve in besedilo polnila"
2626
 
2627
- #: includes/placeholders.php:351
2628
  msgid "Close placeholder editor"
2629
  msgstr "Zapri urejevalnik polnila"
2630
 
2631
- #: includes/placeholders.php:355
2632
  msgid "Placeholder"
2633
  msgstr "Polnilo"
2634
 
2635
- #: includes/placeholders.php:360 settings.php:963 settings.php:4341
2636
  msgid "Size"
2637
  msgstr "Velikost"
2638
 
2639
- #: includes/placeholders.php:376 includes/preview.php:2450
2640
  msgid "Background color"
2641
  msgstr "Barva ozadja"
2642
 
2643
- #: includes/placeholders.php:395
2644
  msgid "Text"
2645
  msgstr "Besedilo"
2646
 
2647
- #: includes/placeholders.php:400
2648
  msgid "Text color"
2649
  msgstr "Barva besedila"
2650
 
2651
- #: includes/placeholders.php:409
2652
  msgid ""
2653
  "Here you can create a universal placeholder image that can be used in place "
2654
  "of ads when they are not available yet.\n"
@@ -2660,7 +2663,7 @@ msgstr ""
2660
  "Slikovna polnila, ki jih ustvarite tukaj, se bodo obnašala kot katerakoli "
2661
  "slika. Lahko jih tudi shranite na lokalni računalnik ali strežnik."
2662
 
2663
- #: includes/placeholders.php:414
2664
  msgid ""
2665
  "Choose between common ad sizes 300x250, 336x280, 728x90, 468x60, 250x250, "
2666
  "300x600 or define custom size.\n"
@@ -2678,7 +2681,7 @@ msgstr ""
2678
  "Lahko naredite tudi prazen pravokotnik z enotno barvo tako, da pobrišete "
2679
  "besedilo polnila."
2680
 
2681
- #: includes/placeholders.php:418
2682
  msgid ""
2683
  "<strong>Please note</strong>: if you have active rotation editor the code "
2684
  "window shows only the code for the currently selected option.\n"
@@ -2690,7 +2693,7 @@ msgstr ""
2690
  "Zato bo generator kode v tem primeru uvozil ali generiral kodo za trenutno "
2691
  "izbrano različico."
2692
 
2693
- #: includes/placeholders.php:421
2694
  msgid ""
2695
  "Code generator for banners and AdSense generates the code only when you "
2696
  "click on the button Generate code.\n"
@@ -2705,7 +2708,7 @@ msgstr ""
2705
  "različicami, morate tudi (po potrebi) uvoziti in generirati kodo za vsako "
2706
  "različico rotacije."
2707
 
2708
- #: includes/placeholders.php:424
2709
  msgid ""
2710
  "Ad Inserter has a simple code generator for banners and placeholders.\n"
2711
  "You can select banner image (or placeholder), optionally define link (web "
@@ -2765,11 +2768,11 @@ msgstr "Prekliči"
2765
  msgid "Ad Blocking Detected Message Preview"
2766
  msgstr "Predogled Sporočila ko je Zaznano Blokiranje Oglasov"
2767
 
2768
- #: includes/preview-adb.php:345 settings.php:2898
2769
  msgid "Message CSS"
2770
  msgstr "CSS sporočila"
2771
 
2772
- #: includes/preview-adb.php:350 settings.php:2906
2773
  msgid "Overlay CSS"
2774
  msgstr "CSS prevleke"
2775
 
@@ -2805,7 +2808,7 @@ msgstr "div za ovijanje"
2805
  msgid "background"
2806
  msgstr "ozadje"
2807
 
2808
- #: includes/preview.php:2434 includes/preview.php:2647 settings.php:1315
2809
  msgid "Alignment"
2810
  msgstr "Poravnava"
2811
 
@@ -2973,7 +2976,7 @@ msgstr ""
2973
  "Opozorilo: počiščene samo izjeme za %d prispevkov, %d prispevkov ima še "
2974
  "vedno izjeme"
2975
 
2976
- #: settings.php:202 settings.php:1204
2977
  msgid ""
2978
  "Settings for individual exceptions have been updated. Please check all "
2979
  "blocks that have exceptions and and then save settings."
@@ -2985,7 +2988,7 @@ msgstr ""
2985
  msgid "Online documentation"
2986
  msgstr "Spletna Dokumentacija"
2987
 
2988
- #: settings.php:248 settings.php:798 settings.php:2281
2989
  msgid "Show AdSense ad units"
2990
  msgstr "Pokaži oglasne enote AdSense"
2991
 
@@ -2993,7 +2996,7 @@ msgstr "Pokaži oglasne enote AdSense"
2993
  msgid "Edit ads.txt file"
2994
  msgstr "Uredi datoteko ads.txt"
2995
 
2996
- #: settings.php:260 settings.php:1147
2997
  msgid "Check theme for available positions for automatic insertion"
2998
  msgstr "Preveri temo za razpoložljive položaje za samodejno vstavljanje"
2999
 
@@ -3137,162 +3140,162 @@ msgstr ""
3137
  "Čas različice v sekundah - 0 pomeni, da je različica onemogočena in bo "
3138
  "preskočena. Pustite vse polja za čas prazna za rotacijo brez časov."
3139
 
3140
- #: settings.php:504
3141
  msgid "General Settings"
3142
  msgstr "Splošne Nastavitve"
3143
 
3144
- #: settings.php:746 settings.php:2625 settings.php:2692 settings.php:2878
3145
  msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
3146
  msgstr ""
3147
  "Preklopi Poudarjanje Sintakse / Preprost urejevalnik za mobilne naprave"
3148
 
3149
- #: settings.php:753
3150
  msgid "Toggle tools"
3151
  msgstr "Preklopi orodja"
3152
 
3153
- #: settings.php:761
3154
  msgid "Process PHP code in block"
3155
  msgstr "Procesiraj PHP kodo v bloku"
3156
 
3157
- #: settings.php:768
3158
  msgid "Disable insertion of this block"
3159
  msgstr "Onemogoči vstavljanje tega bloka"
3160
 
3161
- #: settings.php:780
3162
  msgid "Toggle code generator"
3163
  msgstr "Preklopi generator kode"
3164
 
3165
- #: settings.php:784
3166
  msgid "Toggle rotation editor"
3167
  msgstr "Preklopi urejevalnik rotacije"
3168
 
3169
- #: settings.php:788
3170
  msgid "Open visual HTML editor"
3171
  msgstr "Odpri vizualni HTML urejevalnik"
3172
 
3173
- #: settings.php:807
3174
  msgid "Clear block"
3175
  msgstr "Počisti blok"
3176
 
3177
- #: settings.php:812 settings.php:4212
3178
  msgid "Copy block"
3179
  msgstr "Kopiraj blok"
3180
 
3181
- #: settings.php:816
3182
  msgid "Paste name"
3183
  msgstr "Prilepi ime"
3184
 
3185
- #: settings.php:820
3186
  msgid "Paste code"
3187
  msgstr "Prilepi kodo"
3188
 
3189
- #: settings.php:824
3190
  msgid "Paste settings"
3191
  msgstr "Prilepi nastavitve"
3192
 
3193
- #: settings.php:828
3194
  msgid "Paste block (name, code and settings)"
3195
  msgstr "Prilepi blok (ime, kodo in nastavitve)"
3196
 
3197
- #: settings.php:847
3198
  msgid "Rotation groups"
3199
  msgstr "Skupine za rotacijo"
3200
 
3201
- #: settings.php:851
3202
  msgid "Remove option"
3203
  msgstr "Odstrani različico"
3204
 
3205
- #: settings.php:855
3206
  msgid "Add option"
3207
  msgstr "Dodaj različico"
3208
 
3209
- #: settings.php:870
3210
  msgid "Import code"
3211
  msgstr "Uvozi kodo"
3212
 
3213
- #: settings.php:874
3214
  msgid "Generate code"
3215
  msgstr "Generiraj kodo"
3216
 
3217
- #: settings.php:879
3218
  msgid "Banner"
3219
  msgstr "Pasica"
3220
 
3221
- #: settings.php:890
3222
  msgid "Image"
3223
  msgstr "Slika"
3224
 
3225
- #: settings.php:898
3226
  msgid "Link"
3227
  msgstr "Povezava"
3228
 
3229
- #: settings.php:909
3230
  msgid "Open link in a new tab"
3231
  msgstr "Odpri povezavo v novem zavihku"
3232
 
3233
- #: settings.php:910
3234
  msgid "Select Image"
3235
  msgstr "Izberi Sliko"
3236
 
3237
- #: settings.php:911
3238
  msgid "Select Placeholder"
3239
  msgstr "Izberi Polnilo"
3240
 
3241
- #: settings.php:923
3242
  msgid "Comment"
3243
  msgstr "Komentar"
3244
 
3245
- #: settings.php:932
3246
  msgctxt "AdSense"
3247
  msgid "Publisher ID"
3248
  msgstr "ID založnika"
3249
 
3250
- #: settings.php:941
3251
  msgctxt "AdSense"
3252
  msgid "Ad Slot ID"
3253
  msgstr "ID mesta"
3254
 
3255
- #: settings.php:950
3256
  msgid "Ad Type"
3257
  msgstr "Vrsta"
3258
 
3259
- #: settings.php:975
3260
  msgid "AMP Ad"
3261
  msgstr "AMP Oglas"
3262
 
3263
- #: settings.php:993
3264
  msgid "Show ad units from your AdSense account"
3265
  msgstr "Prikaži oglasne enote s tvojega AdSense računa"
3266
 
3267
- #: settings.php:993
3268
  msgid "AdSense ad units"
3269
  msgstr "Oglasne enote AdSense"
3270
 
3271
- #: settings.php:1010
3272
  msgctxt "AdSense"
3273
  msgid "Layout"
3274
  msgstr "Postavitev"
3275
 
3276
- #: settings.php:1019
3277
  msgctxt "AdSense"
3278
  msgid "Layout Key"
3279
  msgstr "Ključ postavitve"
3280
 
3281
- #: settings.php:1029
3282
  msgid "Full width"
3283
  msgstr "Celotna širina"
3284
 
3285
- #: settings.php:1031
3286
  msgctxt "Full width"
3287
  msgid "Enabled"
3288
  msgstr "Omogočena"
3289
 
3290
- #: settings.php:1032
3291
  msgctxt "Full width"
3292
  msgid "Disabled"
3293
  msgstr "Onemogočena"
3294
 
3295
- #: settings.php:1113
3296
  msgid ""
3297
  "White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
3298
  "Cookie or Referer (domain)"
@@ -3300,28 +3303,28 @@ msgstr ""
3300
  "Bel/Črn seznam Kategorij, Oznak, Taksonomij, ID Prispevkov, Url-jev, Url "
3301
  "parametrov, Piškotkov ali napotiteljev (domen)"
3302
 
3303
- #: settings.php:1113
3304
  msgid "Lists"
3305
  msgstr "Seznami"
3306
 
3307
- #: settings.php:1114
3308
  msgid "Widget, Shortcode and PHP function call"
3309
  msgstr "Gradnik, Kratka koda in Klic PHP funkcije"
3310
 
3311
- #: settings.php:1114
3312
  msgid "Manual"
3313
  msgstr "Ročno"
3314
 
3315
- #: settings.php:1115
3316
  msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
3317
  msgstr ""
3318
  "Zaznavanje Naprave na strani Strežnika/Odjemalca (Namizni, Tablica, Telefon)"
3319
 
3320
- #: settings.php:1115
3321
  msgid "Devices"
3322
  msgstr "Naprave"
3323
 
3324
- #: settings.php:1116
3325
  msgid ""
3326
  "Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
3327
  "feeds), Filter, Scheduling, General tag"
@@ -3329,15 +3332,15 @@ msgstr ""
3329
  "Preveri status uporabnika, Omeji vstavljanja (napaka 404, zahteve Ajax, vir "
3330
  "RSS), Filter, Urnik, Splošna oznaka"
3331
 
3332
- #: settings.php:1116
3333
  msgid "Misc"
3334
  msgstr "Razno"
3335
 
3336
- #: settings.php:1117
3337
  msgid "Preview code and alignment"
3338
  msgstr "Predogled kode in poravnave"
3339
 
3340
- #: settings.php:1120 settings.php:2265
3341
  msgid ""
3342
  "Rotation editor active - rotation code not generated! Make sure no rotation "
3343
  "editor is active before saving settings."
@@ -3345,15 +3348,15 @@ msgstr ""
3345
  "Aktiven urejevalnik rotacij - koda za rotacijo ni generirana! Poskrbite, da "
3346
  "noben urejevalnik rotacij ni aktiven pred shranjevanjem nastavitev."
3347
 
3348
- #: settings.php:1133 settings.php:1134
3349
  msgid "Enable insertion on posts"
3350
  msgstr "Omogoči vstavljanje na prispevkih"
3351
 
3352
- #: settings.php:1134 settings.php:3424
3353
  msgid "Posts"
3354
  msgstr "Prispevki"
3355
 
3356
- #: settings.php:1138 settings.php:1139
3357
  msgid ""
3358
  "Enable insertion on homepage: latest posts (including on sub-pages), static "
3359
  "page or theme homepage (available positions may depend on hooks used by the "
@@ -3363,43 +3366,43 @@ msgstr ""
3363
  "podstraneh), statična stran ali domača stran teme (razpoložljivi položaji so "
3364
  "lahko odvisni od ročic, ki jih tema uporablja)"
3365
 
3366
- #: settings.php:1139 settings.php:3426
3367
  msgid "Homepage"
3368
  msgstr "Domača stran"
3369
 
3370
- #: settings.php:1143 settings.php:1144
3371
  msgid "Enable insertion on category blog pages (including sub-pages)"
3372
  msgstr "Omogoči vstavljanje na straneh kategorij (vključno s podstranmi)"
3373
 
3374
- #: settings.php:1144 settings.php:3427
3375
  msgid "Category pages"
3376
  msgstr "Strani kategorij"
3377
 
3378
- #: settings.php:1154 settings.php:1155
3379
  msgid "Enable insertion on static pages"
3380
  msgstr "Omogoči vstavljanje na statičnih straneh"
3381
 
3382
- #: settings.php:1155 settings.php:3425
3383
  msgid "Static pages"
3384
  msgstr "Statične strani"
3385
 
3386
- #: settings.php:1159 settings.php:1160
3387
  msgid "Enable insertion on search blog pages"
3388
  msgstr "Omogoči vstavljanje na iskalnih straneh"
3389
 
3390
- #: settings.php:1160 settings.php:3429
3391
  msgid "Search pages"
3392
  msgstr "Iskalne strani"
3393
 
3394
- #: settings.php:1164 settings.php:1165
3395
  msgid "Enable insertion on tag or archive blog pages"
3396
  msgstr "Omogoči vstavljanje na straneh oznak in arhivskih straneh"
3397
 
3398
- #: settings.php:1168
3399
  msgid "Toggle settings for default insertion and list of individual exceptions"
3400
  msgstr "Preklopi nastavitve za privzeto vstavljanje in seznam posameznih izjem"
3401
 
3402
- #: settings.php:1180
3403
  msgid ""
3404
  "Enable individual post/page exceptions for insertion of this block. They can "
3405
  "be configured on the individual post/page editor page (in the settings below "
@@ -3409,7 +3412,7 @@ msgstr ""
3409
  "lahko nastavijo na posamezni strani urejevalnika prispevka/strani (v "
3410
  "nastavitvah pod urejevalnikom)."
3411
 
3412
- #: settings.php:1181
3413
  msgid ""
3414
  "Enable individual post/page exceptions for insertion of this block. When "
3415
  "enabled they can be configured on the individual post/page editor page (in "
@@ -3419,13 +3422,13 @@ msgstr ""
3419
  "omogočene, se te lahko nastavijo na posamezni strani urejevalnika prispevka/"
3420
  "strani (v nastavitvah pod urejevalnikom)."
3421
 
3422
- #: settings.php:1181
3423
  msgid "Use exceptions for individual posts or pages to change insertion"
3424
  msgstr ""
3425
  "Uporabi izjeme za posamezne prispevke ali strani za spremembo vstavljanja"
3426
 
3427
  #. Translators: Enabled means...
3428
- #: settings.php:1189
3429
  msgid ""
3430
  "means the insertion for this block is enabled by default and disabled for "
3431
  "exceptions."
@@ -3434,7 +3437,7 @@ msgstr ""
3434
  "izjeme."
3435
 
3436
  #. Translators: Disabled means...
3437
- #: settings.php:1190
3438
  msgid ""
3439
  "means the insertion for this block is disabled by default and enabled for "
3440
  "exceptions."
@@ -3442,7 +3445,7 @@ msgstr ""
3442
  "pomeni, da je vstavljanje za ta blok privzeto onemogočeno in omogočeno za "
3443
  "izjeme."
3444
 
3445
- #: settings.php:1191
3446
  msgid ""
3447
  "When individual post/page exceptions are enabled they can be configured on "
3448
  "the individual post/page editor page (in the settings below the editor)."
@@ -3451,31 +3454,31 @@ msgstr ""
3451
  "v urejevalniku posameznega prispevka/strani (v nastavitvah pod "
3452
  "urejevalnikom)."
3453
 
3454
- #: settings.php:1199
3455
  msgid ""
3456
  "No exception for post or static page defined. Block will not be inserted."
3457
  msgstr ""
3458
  "Ni nastavljene nobene izjeme za prispevek ali stran. Blok ne bo vstavljen."
3459
 
3460
- #: settings.php:1217
3461
  msgctxt "post"
3462
  msgid "Type"
3463
  msgstr "Vrsta"
3464
 
3465
  #. translators: %d: block number
3466
- #: settings.php:1219
3467
  msgid "Are you sure you want to clear listed exceptions for block %d?"
3468
  msgstr "Ali ste prepričani, da želite pobrisati izpisane izjeme za blok %d?"
3469
 
3470
- #: settings.php:1220
3471
  msgid "Clear listed exceptions for block"
3472
  msgstr "Pobriši izpisane izjeme za blok"
3473
 
3474
- #: settings.php:1246 settings.php:1394 settings.php:2030
3475
  msgid "Insertion"
3476
  msgstr "Vstavljanje"
3477
 
3478
- #: settings.php:1284
3479
  msgid ""
3480
  "Paragraph number or comma separated paragraph numbers: 1 to N means "
3481
  "paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
@@ -3491,7 +3494,7 @@ msgstr ""
3491
  "polovici strani, 0.9 pomeni odstavek pri 90% odstavkov strani...), negativno "
3492
  "število pomeni štetje z nasprotne smeri"
3493
 
3494
- #: settings.php:1285
3495
  msgid ""
3496
  "Image number or comma separated image numbers: 1 to N means image number, %N "
3497
  "means every N images, empty means all images, 0 means random image, value "
@@ -3506,7 +3509,7 @@ msgstr ""
3506
  "sliko pri 20% slik na strani, 0.5 pomeni srednjo sliko, 0.9 pomeni sliko pri "
3507
  "90% slik strani...), negativno število pomeni štetje z nasprotne smeri"
3508
 
3509
- #: settings.php:1298
3510
  msgid ""
3511
  "Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
3512
  "numbers, %N means every N excerpts, empty means all excerpts"
@@ -3515,7 +3518,7 @@ msgstr ""
3515
  "ločene številke izvlečkov, %N pomeni vsakih N izvlečkov, prazno pomeni vsi "
3516
  "izvlečki"
3517
 
3518
- #: settings.php:1299
3519
  msgid ""
3520
  "Insertion Filter Mirror Setting | Post number or comma separated post "
3521
  "numbers, %N means every N posts, empty means all posts"
@@ -3524,7 +3527,7 @@ msgstr ""
3524
  "ločene številke prispevkov, %N pomeni vsakih N prispevkov, prazno pomeni vsi "
3525
  "prispevki"
3526
 
3527
- #: settings.php:1300
3528
  msgid ""
3529
  "Insertion Filter Mirror Setting | Comment number or comma separated comment "
3530
  "numbers, %N means every N comments, empty means all comments"
@@ -3533,44 +3536,44 @@ msgstr ""
3533
  "ločene številke komentarjev, %N pomeni vsakih N komentarjev, prazno pomeni "
3534
  "vsi komentarji"
3535
 
3536
- #: settings.php:1307
3537
  msgid "Toggle paragraph counting settings"
3538
  msgstr "Preklopi nastavitve za štetje odstavkov"
3539
 
3540
- #: settings.php:1308
3541
  msgid "Toggle paragraph clearance settings"
3542
  msgstr "Preklopi nastavitve za izogibanje odstavkom"
3543
 
3544
- #: settings.php:1311
3545
  msgid "Toggle insertion filter settings"
3546
  msgstr "Preklopi nastavitve filtra vstavljanja"
3547
 
3548
- #: settings.php:1329
3549
  msgid "Toggle insertion and alignment icons"
3550
  msgstr "Preklopi ikone za vstavljanje in poravnavo"
3551
 
3552
- #: settings.php:1343
3553
  msgid "Custom CSS code for the wrapping div"
3554
  msgstr "CSS koda po meri za div za ovijanje"
3555
 
3556
- #: settings.php:1346 settings.php:1347 settings.php:1348 settings.php:1349
3557
- #: settings.php:1350 settings.php:1351
3558
  msgid "CSS code for the wrapping div, click to edit"
3559
  msgstr "CSS koda za div za ovijanje, kliknite za urejanje"
3560
 
3561
- #: settings.php:1364
3562
  msgid "HTML element"
3563
  msgstr "HTML element"
3564
 
3565
- #: settings.php:1377
3566
  msgid "HTML element selector or comma separated list of selectors"
3567
  msgstr "Selektor HTML elementa ali z vejicami ločen seznam selektorjev"
3568
 
3569
- #: settings.php:1383 settings.php:2783
3570
  msgid "Action"
3571
  msgstr "Akcija"
3572
 
3573
- #: settings.php:1395
3574
  msgid ""
3575
  "Client-side insertion uses JavaScript to insert block when the page loads. "
3576
  "Server-side insertion inserts block when the page is generated but needs "
@@ -3580,64 +3583,84 @@ msgstr ""
3580
  "se stran naloži. Vstavljanje na strani strežnika vstavi blok, ko se stran "
3581
  "ustvari, vendar potrebuje omogočeno Predpomnjenje izhoda."
3582
 
3583
- #: settings.php:1404
 
 
 
 
 
 
 
 
 
 
 
 
3584
  msgid "Code position"
3585
  msgstr "Položaj kode"
3586
 
3587
- #: settings.php:1405
3588
  msgid ""
3589
  "Page position where the code for client-side insertion will be inserted."
3590
  msgstr ""
3591
  "Položaj na strani kjer bo vstavljena koda za vstavljanje na strani odjemalca."
3592
 
3593
- #: settings.php:1420
3594
  msgid "Count"
3595
  msgstr "Štej"
3596
 
3597
- #: settings.php:1426
3598
  msgid "paragraphs with tags"
3599
  msgstr "odstavke z značkami"
3600
 
3601
- #: settings.php:1432
3602
  msgid "Comma separated HTML tag names, usually only 'p' tags are used"
3603
  msgstr ""
3604
  "Z vejico ločena imena HTML značk, običajno so uporabljene samo značke 'p'"
3605
 
3606
- #: settings.php:1441
3607
  msgid "that have between"
3608
  msgstr "ki imajo med"
3609
 
3610
- #: settings.php:1447
3611
  msgid "Minimum number of paragraph words, leave empty for no limit"
3612
  msgstr "Najmanjše število besed v odstavkih, prazno pomeni brez omejitev"
3613
 
3614
- #: settings.php:1456
3615
  msgid "Maximum number of paragraph words, leave empty for no limit"
3616
  msgstr "Največje število besed v odstavkih, prazno pomeni brez omejitev"
3617
 
3618
- #: settings.php:1459
3619
  msgid "words"
3620
  msgstr "besed"
3621
 
3622
- #: settings.php:1474 settings.php:1521 settings.php:1641 settings.php:1667
3623
  msgid "Comma separated texts"
3624
  msgstr "Z vejico ločena besedila"
3625
 
3626
  #. translators: inside [HTML tags] elements that contain
3627
- #: settings.php:1493
3628
  msgid "inside"
3629
  msgstr "znotraj"
3630
 
3631
- #: settings.php:1499
3632
  msgid "Comma separated HTML tag names of container elements"
3633
  msgstr "Z vejico ločena imena HTML značk vsebovalnih elementov"
3634
 
3635
  #. translators: inside [HTML tags] elements that contain
3636
- #: settings.php:1508
3637
  msgid "elements that"
3638
  msgstr "elementov, ki"
3639
 
3640
- #: settings.php:1533 settings.php:1534
 
 
 
 
 
 
 
 
3641
  msgid ""
3642
  "If checked it will search for the text only in tag attributes like [[id]], "
3643
  "[[class]], [[style]], etc. Otherwise the whole tag including its content "
@@ -3647,25 +3670,17 @@ msgstr ""
3647
  "[[class]], [[style]], itd. V nasprotnem bo preiskana celotna značka vključno "
3648
  "z njeno vsebino."
3649
 
3650
- #: settings.php:1534
3651
  msgid "Check only tag attributes"
3652
  msgstr "Preveri samo atribute značke"
3653
 
3654
- #: settings.php:1538
3655
- msgid ""
3656
- "Count also paragraphs inside these elements - defined on general plugin "
3657
- "settings page - tab [*] / tab General"
3658
- msgstr ""
3659
- "Štej tudi odstavke znotraj teh elementov - določeni na strani splošnih "
3660
- "nastavitev vtičnika - zavihek [*] / zavihek Splošno"
3661
-
3662
  #. Translators: %s: HTML tags
3663
- #: settings.php:1544
3664
  msgid "Count inside %s elements"
3665
  msgstr "Štej znotraj elementov %s"
3666
 
3667
  #. Translators: Do not insert for first X and last Y paragraphs
3668
- #: settings.php:1558
3669
  msgid "Do not insert for first"
3670
  msgid_plural "Do not insert for first"
3671
  msgstr[0] "Ne vstavi za prvi"
@@ -3673,7 +3688,7 @@ msgstr[1] "Ne vstavi za prva"
3673
  msgstr[2] "Ne vstavi za prve"
3674
  msgstr[3] "Ne vstavi za prvih"
3675
 
3676
- #: settings.php:1564
3677
  msgid ""
3678
  "Excludes first paragraphs from insertion, leave empty for no exclusion of "
3679
  "first paragraphs"
@@ -3682,7 +3697,7 @@ msgstr ""
3682
  "odstavkov"
3683
 
3684
  #. Translators: Do not insert for first X and last Y paragraphs
3685
- #: settings.php:1567
3686
  msgid "and last"
3687
  msgid_plural "and last"
3688
  msgstr[0] "in zadnji"
@@ -3690,7 +3705,7 @@ msgstr[1] "in zadnja"
3690
  msgstr[2] "in zadnje"
3691
  msgstr[3] "in zadnjih"
3692
 
3693
- #: settings.php:1573
3694
  msgid ""
3695
  "Excludes last paragraphs from insertion, leave empty for no exclusion of "
3696
  "last paragraphs"
@@ -3700,7 +3715,7 @@ msgstr ""
3700
 
3701
  #. Translators: Do not insert for first X and last Y paragraphs
3702
  #. Translators: Post/Static page must have between X and Y paragraphs
3703
- #: settings.php:1576 settings.php:1602
3704
  msgid "paragraph"
3705
  msgid_plural "paragraphs"
3706
  msgstr[0] "odstavek"
@@ -3708,23 +3723,23 @@ msgstr[1] "odstavka"
3708
  msgstr[2] "odstavke"
3709
  msgstr[3] "odstavkov"
3710
 
3711
- #: settings.php:1584 settings.php:2162
3712
  msgid "Post/Static page must have between"
3713
  msgstr "Prispevek/Statična stran mora imeti med"
3714
 
3715
- #: settings.php:1590
3716
  msgid "Minimum number of paragraphs, leave empty for no limit"
3717
  msgstr "Najmanjše število odstavkov, prazno pomeni brez omejitev"
3718
 
3719
- #: settings.php:1599
3720
  msgid "Maximum number of paragraphs, leave empty for no limit"
3721
  msgstr "Največje število odstavkov, prazno pomeni brez omejitev"
3722
 
3723
- #: settings.php:1610
3724
  msgid "Minimum number of words in paragraphs above"
3725
  msgstr "Najmanjše število besed v odstavkih zgoraj"
3726
 
3727
- #: settings.php:1616
3728
  msgid ""
3729
  "Used only with automatic insertion After paragraph and empty paragraph "
3730
  "numbers"
@@ -3732,96 +3747,96 @@ msgstr ""
3732
  "Uporabljeno samo s samodejnim vstavljanjem Za odstavkom in s praznimi "
3733
  "številkami odstavkov"
3734
 
3735
- #: settings.php:1626 settings.php:1652
3736
  msgid "In"
3737
  msgstr "V"
3738
 
3739
- #: settings.php:1632
3740
  msgid "Number of paragraphs above to check, leave empty to disable checking"
3741
  msgstr "Število odstavkov zgoraj za preverjanje, prazno onemogoči preverjanje"
3742
 
3743
- #: settings.php:1635
3744
  msgid "paragraphs above avoid"
3745
  msgstr "odstavkih zgoraj se izogni"
3746
 
3747
- #: settings.php:1658
3748
  msgid "Number of paragraphs below to check, leave empty to disable checking"
3749
  msgstr "Število odstavkov spodaj za preverjanje, prazno onemogoči preverjanje"
3750
 
3751
- #: settings.php:1661
3752
  msgid "paragraphs below avoid"
3753
  msgstr "odstavkih spodaj se izogni"
3754
 
3755
- #: settings.php:1677
3756
  msgid "If text is found"
3757
  msgstr "Če je besedilo najdeno"
3758
 
3759
- #: settings.php:1684
3760
  msgid "check up to"
3761
  msgstr "preveri do"
3762
 
3763
- #: settings.php:1692
3764
  msgctxt "check up to"
3765
  msgid "paragraphs"
3766
  msgstr "odstavkov"
3767
 
3768
- #: settings.php:1708
3769
  msgid "Categories"
3770
  msgstr "Kategorije"
3771
 
3772
- #: settings.php:1711
3773
  msgid "Toggle category editor"
3774
  msgstr "Preklopi urejevalnik kategorij"
3775
 
3776
- #: settings.php:1714
3777
  msgid "Comma separated category slugs"
3778
  msgstr "Z vejico ločeni ključi kategorij"
3779
 
3780
- #: settings.php:1731
3781
  msgid "Tags"
3782
  msgstr "Oznake"
3783
 
3784
- #: settings.php:1734
3785
  msgid "Toggle tag editor"
3786
  msgstr "Preklopi urejevalnik oznak"
3787
 
3788
- #: settings.php:1737
3789
  msgid "Comma separated tag slugs"
3790
  msgstr "Z vejico ločeni ključi oznak"
3791
 
3792
- #: settings.php:1754
3793
  msgid "Taxonomies"
3794
  msgstr "Taksonomije"
3795
 
3796
- #: settings.php:1757
3797
  msgid "Toggle taxonomy editor"
3798
  msgstr "Preklopi urejevalnik taksonomij"
3799
 
3800
- #: settings.php:1760
3801
  msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
3802
  msgstr "Z vejico ločeni ključi: taksonomija, izraz ali taksonomija:izraz"
3803
 
3804
- #: settings.php:1777
3805
  msgid "Post IDs"
3806
  msgstr "ID-ji prispevkov"
3807
 
3808
- #: settings.php:1780
3809
  msgid "Toggle post/page ID editor"
3810
  msgstr "Preklopi urejevalnik ID-jev prispevkov/strani"
3811
 
3812
- #: settings.php:1783
3813
  msgid "Comma separated post/page IDs"
3814
  msgstr "Z vejico ločeni ID-ji prispevkov/strani"
3815
 
3816
- #: settings.php:1800
3817
  msgid "Urls"
3818
  msgstr "Url-ji"
3819
 
3820
- #: settings.php:1803
3821
  msgid "Toggle url editor"
3822
  msgstr "Preklopi urejevalnik url-jev"
3823
 
3824
- #: settings.php:1806
3825
  msgid ""
3826
  "Comma separated urls (page addresses) starting with / after domain name (e."
3827
  "g. /permalink-url, use only when you need to taget a specific url not "
@@ -3833,15 +3848,15 @@ msgstr ""
3833
  "nsalov, ki drugače ni dostopen). Uporabite lahko tudi delne url-je z * (/url-"
3834
  "začetek*. *url-vzorec*, *url-konec)"
3835
 
3836
- #: settings.php:1822
3837
  msgid "Url parameters"
3838
  msgstr "Url parametri"
3839
 
3840
- #: settings.php:1826
3841
  msgid "Toggle url parameter and cookie editor"
3842
  msgstr "Preklopi urejevalnik url parametrov in piškotkov"
3843
 
3844
- #: settings.php:1829
3845
  msgid ""
3846
  "Comma separated url query parameters or cookies with optional values (use "
3847
  "'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
@@ -3850,15 +3865,15 @@ msgstr ""
3850
  "vrednostmi (uporabite 'prameter', 'prameter=vrednost', 'piškotek' or "
3851
  "'piškotek=vrednost')"
3852
 
3853
- #: settings.php:1845
3854
  msgid "Referrers"
3855
  msgstr "Napotitelji"
3856
 
3857
- #: settings.php:1848
3858
  msgid "Toggle referer editor"
3859
  msgstr "Preklopi urejevalnik napotiteljev"
3860
 
3861
- #: settings.php:1851
3862
  msgid ""
3863
  "Comma separated domains, use # for no referrer, you can also use partial "
3864
  "domains with * (domain-start*. *domain-pattern*, *domain-end)"
@@ -3866,15 +3881,15 @@ msgstr ""
3866
  "Z vejico ločene domene, uporabite # za primer, ko ni napotitelja, uporabite "
3867
  "lahko tudi delne domene z * (začetek-domene*. *vzorec-domene*, *konec-domene)"
3868
 
3869
- #: settings.php:1867
3870
  msgid "Clients"
3871
  msgstr "Odjemalci"
3872
 
3873
- #: settings.php:1870
3874
  msgid "Toggle client editor"
3875
  msgstr "Preklopi urejevalnik odjemalcev"
3876
 
3877
- #: settings.php:1873
3878
  msgid ""
3879
  "Comma separated names (operating systems, browsers, devices). You can also "
3880
  "list partial user agent strings with * (user-agent-start*. *user-agent-"
@@ -3884,20 +3899,20 @@ msgstr ""
3884
  "lahko tudi delne nize uporabniškega agenta z * (začetek-uporabnšikega-"
3885
  "agenta*. *vzorec-uporabnšikega-agenta*, *konec-uporabnšikega-agenta)"
3886
 
3887
- #: settings.php:1899
3888
  msgid "Enable widget for this block"
3889
  msgstr "Omogočite gradnik za ta blok"
3890
 
3891
- #: settings.php:1911
3892
  msgid "Enable shortcode for manual insertion of this block in posts and pages"
3893
  msgstr ""
3894
  "Omogočite kratko kodo za ročno vstavljanje tega bloka v prispevke in strani"
3895
 
3896
- #: settings.php:1912 settings.php:4269
3897
  msgid "Shortcode"
3898
  msgstr "Kratka koda"
3899
 
3900
- #: settings.php:1927
3901
  msgid ""
3902
  "Enable PHP function call to insert this block at any position in theme file. "
3903
  "If function is disabled for block it will return empty string."
@@ -3906,66 +3921,66 @@ msgstr ""
3906
  "položaju v datoteki teme. Če je funkcija za blok onemogočena, bo vrnila "
3907
  "prazen niz."
3908
 
3909
- #: settings.php:1928
3910
  msgid "PHP function"
3911
  msgstr "PHP funkcija"
3912
 
3913
- #: settings.php:1943
3914
  msgid "Client-side device detection"
3915
  msgstr "Zaznavanje naprave na strani odjemalca"
3916
 
3917
- #: settings.php:1944
3918
  msgid "Server-side device detection"
3919
  msgstr "Zaznavanje naprave na strani strežnika"
3920
 
3921
- #: settings.php:1951
3922
  msgid "Use client-side detection to"
3923
  msgstr "Uporabi zaznavanje na strani odjemalca in"
3924
 
3925
- #: settings.php:1953
3926
  msgid "Either show/hide or insert when the page is loaded on wanted viewports"
3927
  msgstr ""
3928
  "Bodisi prikaži/skrij ali vstavi, ko se stran naloži na želenih pogledih"
3929
 
3930
  #. Translators: only on (the following devices): viewport names (devices)
3931
  #. listed
3932
- #: settings.php:1958
3933
  msgid "only on"
3934
  msgstr "samo na"
3935
 
3936
- #: settings.php:1986
3937
  msgid "Device min width %s px"
3938
  msgstr "Najmanjša širina naprave %s px"
3939
 
3940
- #: settings.php:2012
3941
  msgid "Use server-side detection to insert block only for"
3942
  msgstr "Uporabi zaznavanje na strani strežnika za vstavljanje bloka samo za"
3943
 
3944
- #: settings.php:2031
3945
  msgid "Filter"
3946
  msgstr "Filter"
3947
 
3948
- #: settings.php:2032
3949
  msgid "Word Count"
3950
  msgstr "Število Besed"
3951
 
3952
- #: settings.php:2033 settings.php:4259
3953
  msgid "Scheduling"
3954
  msgstr "Urnik"
3955
 
3956
- #: settings.php:2034
3957
  msgid "Display"
3958
  msgstr "Prikaz"
3959
 
3960
- #: settings.php:2036 settings.php:2307
3961
  msgid "General"
3962
  msgstr "Splošno"
3963
 
3964
- #: settings.php:2048
3965
  msgid "Old settings for AMP pages detected"
3966
  msgstr "Zaznane stare nastavitve za AMP strani"
3967
 
3968
- #: settings.php:2048
3969
  msgid ""
3970
  "To insert different codes on normal and AMP pages separate them with "
3971
  "[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
@@ -3976,44 +3991,44 @@ msgstr ""
3976
  "straneh samo, ko želite vstaviti ISTO KODO tudi na AMP straneh (brez AMP "
3977
  "separatorja)."
3978
 
3979
- #: settings.php:2048
3980
  msgid "AMP pages"
3981
  msgstr "AMP strani"
3982
 
3983
- #: settings.php:2053
3984
  msgid "Enable insertion for Ajax requests"
3985
  msgstr "Omogoči vstavljanje v Ajax zahtevah"
3986
 
3987
- #: settings.php:2053
3988
  msgid "Ajax requests"
3989
  msgstr "Ajax zahteve"
3990
 
3991
- #: settings.php:2058
3992
  msgid "Enable insertion in RSS feeds"
3993
  msgstr "Omogoči vstavljanje v RSS virih"
3994
 
3995
- #: settings.php:2058
3996
  msgid "RSS Feed"
3997
  msgstr "RSS Vir"
3998
 
3999
- #: settings.php:2063
4000
  msgid "Enable insertion on page for Error 404: Page not found"
4001
  msgstr "Omogoči vstavljanje na strani za napako 404: Stran ne obstaja"
4002
 
4003
- #: settings.php:2063
4004
  msgid "Error 404 page"
4005
  msgstr "Stran napake 404"
4006
 
4007
- #: settings.php:2075
4008
  msgid "Maximum number of insertions of this block. Empty or 0 means no limit."
4009
  msgstr ""
4010
  "Največje število vstavljanj tega bloka. Prazno ali 0 pomeni brez omejitev."
4011
 
4012
- #: settings.php:2076
4013
  msgid "insertions"
4014
  msgstr "vstavljanj"
4015
 
4016
- #: settings.php:2078
4017
  msgid ""
4018
  "Count this block for Max blocks per page limit (defined on the tab [*] / tab "
4019
  "General)"
@@ -4021,15 +4036,15 @@ msgstr ""
4021
  "Štej ta blok za omejitev Največ blokov na stran (določena na zavihku [*] / "
4022
  "zavihek Splošno)"
4023
 
4024
- #: settings.php:2081 settings.php:2487
4025
  msgid "Max blocks per page"
4026
  msgstr "Največ blokov na stran"
4027
 
4028
- #: settings.php:2093
4029
  msgid "Insert for"
4030
  msgstr "Vstavi za"
4031
 
4032
- #: settings.php:2101
4033
  msgid ""
4034
  "Insert block only when WP function [[in_the_loop ()]] returns true (WP loop "
4035
  "is currently active). Might speed up insertion on content pages when "
@@ -4039,11 +4054,11 @@ msgstr ""
4039
  "trenutno aktivna). Lahko pospeši vstavljanje na določenih straneh, ko je "
4040
  "filter [[the_content]] večkrat klican."
4041
 
4042
- #: settings.php:2105
4043
  msgid "Insert only in the loop"
4044
  msgstr "Vstavi samo v zanki"
4045
 
4046
- #: settings.php:2108
4047
  msgid ""
4048
  "When enabled, Javascript code (if needed for the blok) will be inserted next "
4049
  "to the block HTML code. Otherwise, the Javascript code will be inserted in "
@@ -4054,26 +4069,26 @@ msgstr ""
4054
  "HTML kodo bloka. V nasprotnem bo Javascript koda vstavljena v nogi. "
4055
  "Javascript funkcije vtičnika bodo še vedno vstavljene v nogi."
4056
 
4057
- #: settings.php:2112
4058
  msgid "Embed JS code"
4059
  msgstr "Vgnezdi JS kodo"
4060
 
4061
- #: settings.php:2115
4062
  msgid ""
4063
  "Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
4064
  msgstr ""
4065
  "Onemogoči predpomnenje za vtičnike WP Super Cache, W3 Total Cache in WP "
4066
  "Rocket"
4067
 
4068
- #: settings.php:2119
4069
  msgid "Disable caching"
4070
  msgstr "Onemogoči predpomnjenje"
4071
 
4072
- #: settings.php:2131
4073
  msgid "Filter insertions"
4074
  msgstr "Filtriraj vstavljanja"
4075
 
4076
- #: settings.php:2134
4077
  msgid ""
4078
  "Filter multiple insertions by specifying wanted insertions for this block - "
4079
  "single number, comma separated numbers or %N for every N insertions - empty "
@@ -4085,56 +4100,74 @@ msgstr ""
4085
  "- prazno pomeni vsa vstavljanja / brez filtra. Nastavite Števec za filter na "
4086
  "Samodejni števec, če uporabljate samo eno vrsto vstavljanja."
4087
 
4088
- #: settings.php:2137
4089
  msgid "using"
4090
  msgstr "z uporabo"
4091
 
4092
- #: settings.php:2156
4093
  msgid "Checked means specified calls are unwanted"
4094
  msgstr "Odkljukano pomeni, da so našteti klici neželjeni"
4095
 
4096
- #: settings.php:2156
4097
  msgid "Invert filter"
4098
  msgstr "Obrni filter"
4099
 
4100
- #: settings.php:2163
4101
  msgid "Minimum number of post/static page words, leave empty for no limit"
4102
  msgstr ""
4103
  "Najmanjše število besed v prispevkih/statičnih straneh, prazno pomeni brez "
4104
  "omejitev"
4105
 
4106
- #: settings.php:2165
4107
  msgid "Maximum number of post/static page words, leave empty for no limit"
4108
  msgstr ""
4109
  "Največje število besed v prispevkih/statičnih straneh, prazno pomeni brez "
4110
  "omejitev"
4111
 
4112
- #: settings.php:2178
4113
  msgid "for"
4114
  msgstr "za"
4115
 
4116
- #: settings.php:2178
4117
  msgid "days after publishing"
4118
  msgstr "dni po objavi"
4119
 
4120
- #: settings.php:2180
4121
  msgid "Not available"
4122
  msgstr "Ni na razpolago"
4123
 
4124
- #: settings.php:2193 settings.php:2479
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4125
  msgid "Ad label"
4126
  msgstr "Oznaka oglasa"
4127
 
4128
- #: settings.php:2213
4129
  msgid "General tag"
4130
  msgstr "Splošna oznaka"
4131
 
4132
- #: settings.php:2217
4133
  msgid "Used for [adinserter data=''] shortcodes when no data is found"
4134
  msgstr "Uporabljeno za kratke kode [adinserter data=''] ko ni podatkov"
4135
 
4136
  #. translators: %s: HTML tags
4137
- #: settings.php:2226
4138
  msgid ""
4139
  "%s WARNING: %s %s No Wrapping %s style has no wrapping code needed for "
4140
  "client-side device detection!"
@@ -4143,7 +4176,7 @@ msgstr ""
4143
  "potrebna za zaznavanje naprave na strani odjemalca!"
4144
 
4145
  #. translators: %s: HTML tags for text and link
4146
- #: settings.php:2240
4147
  msgid ""
4148
  "%s WARNING: %s Settings Filter or Max insertions can't work with %s Client-"
4149
  "side %s insertion. Use %s Server-side %s insertion."
@@ -4152,86 +4185,90 @@ msgstr ""
4152
  "vstavljanjem %s Na strani odjemalca%s. Uporabite vstavljanje %s Na strani "
4153
  "strežnika%s."
4154
 
4155
- #: settings.php:2256
4156
  msgid "Settings"
4157
  msgstr "Nastavitve"
4158
 
4159
- #: settings.php:2259
4160
  msgid "Settings timestamp"
4161
  msgstr "Časovni žig nastavitev"
4162
 
4163
- #: settings.php:2272
4164
  msgid "Are you sure you want to reset all settings?"
4165
  msgstr "Ali ste prepričani, da želite ponastaviti vse nastavitve?"
4166
 
4167
- #: settings.php:2272
4168
  msgid "Reset All Settings"
4169
  msgstr "Ponastavi Vse Nastavitve"
4170
 
4171
- #: settings.php:2308
4172
  msgid "Viewports"
4173
  msgstr "Pogledi"
4174
 
4175
- #: settings.php:2309
4176
  msgid "Hooks"
4177
  msgstr "Ročice"
4178
 
4179
- #: settings.php:2310
4180
  msgid "Header"
4181
  msgstr "Glava"
4182
 
4183
- #: settings.php:2311 strings.php:30
4184
  msgid "Footer"
4185
  msgstr "Noga"
4186
 
4187
- #: settings.php:2316
4188
  msgid "Debugging"
4189
  msgstr "Razhroščevanje"
4190
 
4191
- #: settings.php:2326
4192
  msgid "Plugin priority"
4193
  msgstr "Prednost vtičnika"
4194
 
4195
- #: settings.php:2334
4196
  msgid "Output buffering"
4197
  msgstr "Predpomnjenje izhoda"
4198
 
4199
- #: settings.php:2337
4200
  msgid "Needed for position Above header but may not work with all themes"
4201
  msgstr "Potrebno za položaj Nad glavo, ampak lahko, da ne dela z vsemi temami"
4202
 
4203
- #: settings.php:2345
4204
  msgid "Syntax highlighting theme"
4205
  msgstr "Tema za poudarjanje sintakse"
4206
 
4207
- #: settings.php:2352
4208
  msgctxt "no syntax highlighting themes"
4209
  msgid "None"
4210
  msgstr "Brez"
4211
 
4212
- #: settings.php:2353
4213
  msgid "No Syntax Highlighting"
4214
  msgstr "Brez Poudarjanja Sintakse"
4215
 
4216
- #: settings.php:2355
4217
  msgctxt "syntax highlighting themes"
4218
  msgid "Light"
4219
  msgstr "Svetle"
4220
 
4221
- #: settings.php:2370
4222
  msgctxt "syntax highlighting themes"
4223
  msgid "Dark"
4224
  msgstr "Temne"
4225
 
4226
- #: settings.php:2396
 
 
 
 
4227
  msgid "Min. user role for ind. exceptions editing"
4228
  msgstr "Najm. uporabniška vloga za urejanje izjem"
4229
 
4230
- #: settings.php:2406
4231
  msgid "Disable caching for logged in administrators"
4232
  msgstr "Onemogoči predpomnenje za prijavljene skrbnike"
4233
 
4234
- #: settings.php:2409
4235
  msgid ""
4236
  "Enabled means that logged in administrators will see non-cached (live) pages "
4237
  "(applies to WP Super Cache, W3 Total Cache and WP Rocket plugins)"
@@ -4239,11 +4276,11 @@ msgstr ""
4239
  "Omogočeno pomeni, da bodo prijavljeni skrbniki videli ne-predpomnjene (žive) "
4240
  "strani (velja za vtičnike WP Super Cache, W3 Total Cache in WP Rocket)"
4241
 
4242
- #: settings.php:2417
4243
  msgid "Wait for jQuery"
4244
  msgstr "Čakaj na jQuery"
4245
 
4246
- #: settings.php:2420
4247
  msgid ""
4248
  "When enabled, Ad Inserter will wait for jQuery library to be loaded before "
4249
  "it will run the scripts that may need it"
@@ -4251,11 +4288,11 @@ msgstr ""
4251
  "Ko je omogočeno, bo Ad Inserter čakal, da se naloži knjižnica jQuery, preden "
4252
  "bo pognal svoje skripte, ki jo potrebujejo"
4253
 
4254
- #: settings.php:2428
4255
  msgid "Sticky widget mode"
4256
  msgstr "Način za lepljive gradnike"
4257
 
4258
- #: settings.php:2431
4259
  msgid ""
4260
  "CSS mode is the best approach but may not work with all themes. JavaScript "
4261
  "mode works with most themes but may reload ads on page load."
@@ -4264,19 +4301,19 @@ msgstr ""
4264
  "Način JavaScript dela z večino tem, ampak lahko ponovno naloži oglase pri "
4265
  "nalaganju strani."
4266
 
4267
- #: settings.php:2439
4268
  msgid "Sticky widget top margin"
4269
  msgstr "Zgornji rob za lepljiv gradnik"
4270
 
4271
- #: settings.php:2447
4272
  msgid "Dynamic blocks"
4273
  msgstr "Dinamični bloki"
4274
 
4275
- #: settings.php:2460
4276
  msgid "Functions for paragraph counting"
4277
  msgstr "Funkcije za štetje odstavkov"
4278
 
4279
- #: settings.php:2463
4280
  msgid ""
4281
  "Standard PHP functions are faster and work in most cases, use Multibyte "
4282
  "functions if paragraphs are not counted properly on non-english pages."
@@ -4285,15 +4322,15 @@ msgstr ""
4285
  "Večznakovne funkcije, če na ne-angleških straneh odstavki niso pravilno "
4286
  "šteti."
4287
 
4288
- #: settings.php:2471
4289
  msgid "No paragraph counting inside"
4290
  msgstr "Ni štetja odstavkov znotraj"
4291
 
4292
- #: settings.php:2482
4293
  msgid "Label text or HTML code"
4294
  msgstr "Besedilo oznake ali HTML koda"
4295
 
4296
- #: settings.php:2490
4297
  msgid ""
4298
  "Maximum number of inserted blocks per page. You need to enable Max page "
4299
  "insertions (button Misc / tab Insertion) to count block for this limit."
@@ -4302,12 +4339,12 @@ msgstr ""
4302
  "blokov na stran (gumb Razno / zavihek Vstavljanje), da bo blok štel za to "
4303
  "omejitev."
4304
 
4305
- #: settings.php:2504
4306
  msgid "Plugin usage tracking"
4307
  msgstr "Sledenje uporabe vtičnika"
4308
 
4309
  #. translators: %s: Ad Inserter
4310
- #: settings.php:2507
4311
  msgid ""
4312
  "Enable tracking of %s usage and help us to make improvements to the plugin. "
4313
  "Only information regarding the WordPress environment and %s usage is "
@@ -4317,125 +4354,125 @@ msgstr ""
4317
  "Beležijo se samo informacije glede okolja WordPress in uporabe %s-ja (enkrat "
4318
  "mesečno in ob dogodkih kot so aktivacija/deaktivacija)."
4319
 
4320
- #: settings.php:2525
4321
  msgid "CSS class name for the wrapping div"
4322
  msgstr "Ime CSS razreda za div za ovijanje"
4323
 
4324
- #: settings.php:2525
4325
  msgid "Block class name"
4326
  msgstr "Ime razreda za blok"
4327
 
4328
- #: settings.php:2531
4329
  msgid "Include block number class"
4330
  msgstr "Vključi razred številke bloka"
4331
 
4332
- #: settings.php:2531
4333
  msgid "Block number class"
4334
  msgstr "Razred številke bloka"
4335
 
4336
- #: settings.php:2536
4337
  msgid "Include block name class"
4338
  msgstr "Vključi razred imena bloka"
4339
 
4340
- #: settings.php:2536
4341
  msgid "Block name class"
4342
  msgstr "Razred imena bloka"
4343
 
4344
- #: settings.php:2541
4345
  msgid ""
4346
  "Instead of alignment classes generate inline alignment styles for blocks"
4347
  msgstr ""
4348
  "Namesto razredov za poravnavo ustvari medvrstične sloge za poravnavo blokov"
4349
 
4350
- #: settings.php:2541
4351
  msgid "Inline styles"
4352
  msgstr "Medvrstični slogi"
4353
 
4354
- #: settings.php:2547
4355
  msgid "Preview of the block wrapping code"
4356
  msgstr "Predogled kode za ovijanje blokov"
4357
 
4358
- #: settings.php:2548
4359
  msgid "Wrapping div"
4360
  msgstr "div za ovijanje"
4361
 
4362
- #: settings.php:2549 settings.php:2989
4363
  msgid "BLOCK CODE"
4364
  msgstr "KODA BLOKA"
4365
 
4366
- #: settings.php:2557
4367
  msgid "Viewport Settings used for client-side device detection"
4368
  msgstr ""
4369
  "Nastavitve Pogledov, uporabljenih za zaznavanje naprav na strani odjemalca"
4370
 
4371
  #. Translators: %d: viewport number
4372
- #: settings.php:2565
4373
  msgid "Viewport %d name"
4374
  msgstr "Ime pogleda %d"
4375
 
4376
- #: settings.php:2568
4377
  msgid "min width"
4378
  msgstr "najmanjša širina"
4379
 
4380
- #: settings.php:2579
4381
  msgid "Custom Hooks"
4382
  msgstr "Ročice Po Meri"
4383
 
4384
- #: settings.php:2591 settings.php:2594
4385
  msgid "Enable hook"
4386
  msgstr "Omogoči ročico"
4387
 
4388
  #. translators: %d: hook number
4389
- #: settings.php:2594
4390
  msgid "Hook %d name"
4391
  msgstr "Ime ročice %d"
4392
 
4393
- #: settings.php:2597
4394
  msgid "Hook name for automatic insertion selection"
4395
  msgstr "Ime ročice za izbiro samodejnega vstavljanja"
4396
 
4397
- #: settings.php:2600
4398
  msgid "action"
4399
  msgstr "akcija"
4400
 
4401
- #: settings.php:2603
4402
  msgid "Action name as used in the do_action () function"
4403
  msgstr "Ime akcije kot je uporabljena v do_action () funkciji"
4404
 
4405
- #: settings.php:2606
4406
  msgid "priority"
4407
  msgstr "prednost"
4408
 
4409
- #: settings.php:2609
4410
  msgid "Priority for the hook (default is 10)"
4411
  msgstr "Prednost za ročico (privzeta je 10)"
4412
 
4413
- #: settings.php:2630
4414
  msgid "Enable insertion of this code into HTML page header"
4415
  msgstr "Omogoči vstavljanje te kode v glavi HTML strani"
4416
 
4417
- #: settings.php:2634 settings.php:2701 settings.php:2883
4418
  msgid "Process PHP code"
4419
  msgstr "Procesiraj PHP kodo"
4420
 
4421
- #: settings.php:2638
4422
  msgid "HTML Page Header Code"
4423
  msgstr "Koda v Glavi HTML Strani"
4424
 
4425
- #: settings.php:2646
4426
  msgid "Code in the %s section of the HTML page"
4427
  msgstr "Koda v %s delu HTML strani"
4428
 
4429
- #: settings.php:2647
4430
  msgctxt "code in the header"
4431
  msgid "NOT ENABLED"
4432
  msgstr "NI OMOGOČENA"
4433
 
4434
- #: settings.php:2664 settings.php:2732
4435
  msgid "Use server-side detection to insert code only for"
4436
  msgstr "Zaznavanje na strani strežnika za vstavljanje samo za"
4437
 
4438
- #: settings.php:2679
4439
  msgid ""
4440
  "Enable insertion of this code into HTML page header on page for Error 404: "
4441
  "Page not found"
@@ -4443,29 +4480,29 @@ msgstr ""
4443
  "Omogoči vstavljanje te kode v HTML glavo na strani za napako 404: Stran ne "
4444
  "obstaja"
4445
 
4446
- #: settings.php:2679 settings.php:2747
4447
  msgid "Insert on Error 404 page"
4448
  msgstr "Vstavi na strani Napake 404"
4449
 
4450
- #: settings.php:2697
4451
  msgid "Enable insertion of this code into HTML page footer"
4452
  msgstr "Omogoči vstavljanje te kode v HTML nogi"
4453
 
4454
- #: settings.php:2705
4455
  msgid "HTML Page Footer Code"
4456
  msgstr "Koda v Nogi HTML Strani"
4457
 
4458
  #. translators: %s: HTML tags
4459
- #: settings.php:2713
4460
  msgid "Code before the %s tag of the the HTML page"
4461
  msgstr "Koda pred %s značko HTML strani"
4462
 
4463
- #: settings.php:2714
4464
  msgctxt "code in the footer"
4465
  msgid "NOT ENABLED"
4466
  msgstr "NI OMOGOČENA"
4467
 
4468
- #: settings.php:2747
4469
  msgid ""
4470
  "Enable insertion of this code into HTML page footer on page for Error 404: "
4471
  "Page not found"
@@ -4473,32 +4510,32 @@ msgstr ""
4473
  "Omogoči vstavljanje te kode v nogo HTML strani na strani za napako 404: "
4474
  "Stran ne obstaja"
4475
 
4476
- #: settings.php:2763
4477
  msgid "Code for ad blocking detection inserted. Click for details."
4478
  msgstr ""
4479
  "Vstavljena je koda za zaznavanje blokiranja oglasov. Klikni za podrobnosti."
4480
 
4481
- #: settings.php:2768
4482
  msgid "Enable detection of ad blocking"
4483
  msgstr "Omogoči zaznavanje blokiranja oglasov"
4484
 
4485
- #: settings.php:2786
4486
  msgid "Global action when ad blocking is detected"
4487
  msgstr "Globalna akcija, ko je zaznano blokiranje oglasov"
4488
 
4489
- #: settings.php:2792
4490
  msgid "No action for"
4491
  msgstr "Ni akcije za"
4492
 
4493
- #: settings.php:2793
4494
  msgid "Exceptions for global action when ad blocking is detected."
4495
  msgstr "Izjeme za globalno akcijo, ko je zaznano blokiranje oglasov"
4496
 
4497
- #: settings.php:2803
4498
  msgid "Delay Action"
4499
  msgstr "Zakasni Akcijo"
4500
 
4501
- #: settings.php:2806
4502
  msgid ""
4503
  "Number of page views to delay action when ad blocking is detected. Leave "
4504
  "empty for no delay (action fires on first page view). Sets cookie."
@@ -4507,16 +4544,16 @@ msgstr ""
4507
  "oglasov. Prazno pomeni brez zakasnitve (akcija se sproži pri prvem ogledu "
4508
  "strani). Nastavi piškotek."
4509
 
4510
- #: settings.php:2806
4511
  msgctxt "Delay Action for x "
4512
  msgid "page views"
4513
  msgstr "ogledov strani"
4514
 
4515
- #: settings.php:2811
4516
  msgid "No Action Period"
4517
  msgstr "Obdobje Brez Akcije"
4518
 
4519
- #: settings.php:2814
4520
  msgid ""
4521
  "Number of days to supress action when ad blocking is detected. Leave empty "
4522
  "for no no-action period (action fires always after defined page view delay). "
@@ -4526,16 +4563,16 @@ msgstr ""
4526
  "pomeni brez zadržanja (akcija se sproži vedno po določeni zakasnitvi ogledov "
4527
  "strani). Nastavi piškotek."
4528
 
4529
- #: settings.php:2814
4530
  msgctxt "no action period"
4531
  msgid "days"
4532
  msgstr "dni"
4533
 
4534
- #: settings.php:2819
4535
  msgid "Custom Selectors"
4536
  msgstr "Selektorji Po Meri"
4537
 
4538
- #: settings.php:2822
4539
  msgid ""
4540
  "Comma seprarated list of selectors (.class, #id) used for additional ad "
4541
  "blocking detection. Invisible element or element with zero height means ad "
@@ -4545,15 +4582,15 @@ msgstr ""
4545
  "zaznavanje blokiranja oglasov. Neviden element ali element z ničelno višino "
4546
  "pomeni prisotnost blokiranja oglasov."
4547
 
4548
- #: settings.php:2834
4549
  msgid "Redirection Page"
4550
  msgstr "Stran za Preusmeritev"
4551
 
4552
- #: settings.php:2846
4553
  msgid "Custom Url"
4554
  msgstr "Url Po Meri"
4555
 
4556
- #: settings.php:2851
4557
  msgid ""
4558
  "Static page for redirection when ad blocking is detected. For other pages "
4559
  "select Custom url and set it below."
@@ -4561,35 +4598,35 @@ msgstr ""
4561
  "Statična stran za preusmeritev, ko je zaznano blokiranje oglasov. Za druge "
4562
  "strani izberite Url Po Meri in ga nastavite spodaj."
4563
 
4564
- #: settings.php:2860
4565
  msgid "Custom Redirection Url"
4566
  msgstr "Url za Preusmeritev Po Meri"
4567
 
4568
- #: settings.php:2872
4569
  msgid "Message HTML code"
4570
  msgstr "HTML koda sporočila"
4571
 
4572
- #: settings.php:2885
4573
  msgid "Preview message when ad blocking is detected"
4574
  msgstr "Predogled sporočila, ko je zaznano blokiranje oglasov"
4575
 
4576
- #: settings.php:2914
4577
  msgid "Prevent visitors from closing the warning message"
4578
  msgstr "Prepreči obiskovalcem, da zaprejo opozorilno sporočilo"
4579
 
4580
- #: settings.php:2914
4581
  msgid "Undismissible Message"
4582
  msgstr "Neodstranljivo Sporočilo"
4583
 
4584
- #: settings.php:2920
4585
  msgid "Not undismissible for"
4586
  msgstr "Ni neodstranljivo za"
4587
 
4588
- #: settings.php:2921
4589
  msgid "Users which can close the warning message."
4590
  msgstr "Obiskovalci, ki lahko zaprejo opozorilno sporočilo."
4591
 
4592
- #: settings.php:2935
4593
  msgid ""
4594
  "Force showing admin toolbar for administrators when viewing site. Enable "
4595
  "this option when you are logged in as admin and you don't see admin toolbar."
@@ -4598,84 +4635,84 @@ msgstr ""
4598
  "možnost, če ste prijavljeni kot skrbnik, pa ne vidite orodne vrstice za "
4599
  "skrbnike."
4600
 
4601
- #: settings.php:2943
4602
  msgid "Disable header code (Header tab)"
4603
  msgstr "Onemogoči kodo v glavi (zavihek Glava)"
4604
 
4605
- #: settings.php:2947
4606
  msgid "Disable footer code (Footer tab)"
4607
  msgstr "Onemogoči kodo v nogi (zavihek Noga)"
4608
 
4609
  #. translators: %s: Ad Inserter
4610
- #: settings.php:2951
4611
  msgid "Disable %s JavaScript code"
4612
  msgstr "Onemogoči %s JavaScript kodo"
4613
 
4614
  #. translators: %s: Ad Inserter
4615
- #: settings.php:2955
4616
  msgid "Disable %s CSS code"
4617
  msgstr "Onemogoči %s CSS kodo"
4618
 
4619
- #: settings.php:2959
4620
  msgid ""
4621
  "Disable PHP code processing (in all blocks including header and footer code)"
4622
  msgstr ""
4623
  "Onemogoči procesiranje PHP kode (v vseh blokh vključno z glavo in nogo)"
4624
 
4625
- #: settings.php:2963
4626
  msgid "Disable insertion of all blocks"
4627
  msgstr "Onemogoči vstavljanje vseh blokov"
4628
 
4629
- #: settings.php:2967
4630
  msgid "Disable insertions"
4631
  msgstr "Onemogoči vstavljanja"
4632
 
4633
  #. translators: %s: Ad Inserter
4634
- #: settings.php:2979
4635
  msgid "%s CSS CODE"
4636
  msgstr "%s CSS KODA"
4637
 
4638
- #: settings.php:2982
4639
  msgid "HEADER CODE"
4640
  msgstr "KODA GLAVE"
4641
 
4642
  #. translators: %s: PHP tags
4643
- #: settings.php:2988
4644
  msgid "BLOCK PHP CODE"
4645
  msgstr "PHP KODA BLOKA"
4646
 
4647
  #. translators: %s: Ad Inserter
4648
- #: settings.php:2994
4649
  msgid "%s JS CODE"
4650
  msgstr "%s JS KODA"
4651
 
4652
- #: settings.php:2997
4653
  msgid "FOOTER CODE"
4654
  msgstr "KODA NOGE"
4655
 
4656
- #: settings.php:3006
4657
  msgid "Force showing admin toolbar when viewing site"
4658
  msgstr "Vsili prikaz orodne vrstice za skrbnike pri ogledu strani"
4659
 
4660
- #: settings.php:3013
4661
  msgid "Enable debugging functions in admin toolbar"
4662
  msgstr "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike"
4663
 
4664
- #: settings.php:3015
4665
  msgid "Debugging functions in admin toolbar"
4666
  msgstr "Funkcije za razhroščevanje v orodni vrstici za skrbnike"
4667
 
4668
- #: settings.php:3022
4669
  msgid "Enable debugging functions in admin toolbar on mobile screens"
4670
  msgstr ""
4671
  "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike na mobilnih "
4672
  "zaslonih"
4673
 
4674
- #: settings.php:3024
4675
  msgid "Debugging functions on mobile screens"
4676
  msgstr "Funkcije za razhroščevanje na mobilnih zaslonih"
4677
 
4678
- #: settings.php:3031
4679
  msgid ""
4680
  "Enable Debugger widget and code insertion debugging (blocks, positions, "
4681
  "tags, processing) by url parameters for non-logged in users. Enable this "
@@ -4690,11 +4727,11 @@ msgstr ""
4690
  "pomagali diagnosticirati težave. Za prijavljene skrbnike je razhroščevanje "
4691
  "vedno omogočeno."
4692
 
4693
- #: settings.php:3033
4694
  msgid "Remote debugging"
4695
  msgstr "Oddaljeno razhroščevanje"
4696
 
4697
- #: settings.php:3040
4698
  msgid ""
4699
  "Disable translation to see original texts for the settings and messages in "
4700
  "English"
@@ -4702,210 +4739,210 @@ msgstr ""
4702
  "Onemogoči prevod za prikaz prvotnih besedil nastavitev in sporočil v "
4703
  "angleščini"
4704
 
4705
- #: settings.php:3042
4706
  msgid "Disable translation"
4707
  msgstr "Onemogoči prevod"
4708
 
4709
- #: settings.php:3412
4710
  msgid "Available positions for current theme"
4711
  msgstr "Razpoložljivi položaji za trenutno temo"
4712
 
4713
- #: settings.php:3413
4714
  msgid "Error checking pages"
4715
  msgstr "Napaka pri preverjanju strani"
4716
 
4717
- #: settings.php:3416
4718
  msgid "Toggle theme checker for available positions for automatic insertion"
4719
  msgstr ""
4720
  "Preklopi preverjanje teme za razpoložljive položaje za samodejno vstavljanje"
4721
 
4722
- #: settings.php:3416
4723
  msgctxt "Button"
4724
  msgid "Check"
4725
  msgstr "Preveri"
4726
 
4727
- #: settings.php:3423
4728
  msgid "Position"
4729
  msgstr "Položaj"
4730
 
4731
- #: settings.php:3428
4732
  msgid "Archive pages"
4733
  msgstr "Strani arhiva"
4734
 
4735
- #: settings.php:3487
4736
  msgid ""
4737
  "Position not available because output buffering (tab [*]) is not enabled"
4738
  msgstr ""
4739
  "Položaj ni na razpolago ker predpomnjenje izhoda (zavihek [*]) ni omogočeno"
4740
 
4741
- #: settings.php:3490 strings.php:248
4742
  msgid "Position not checked yet"
4743
  msgstr "Položaj še ni bil preverjen"
4744
 
4745
- #: settings.php:3526
4746
  msgid "Toggle active/all blocks"
4747
  msgstr "Preklopi aktive/vse bloke"
4748
 
4749
- #: settings.php:3530 strings.php:235
4750
  msgid "Rearrange block order"
4751
  msgstr "Preuredi vrstni red blokov"
4752
 
4753
- #: settings.php:3535
4754
  msgid "Save new block order"
4755
  msgstr "Shrani vrstni red blokov"
4756
 
4757
- #: settings.php:3561
4758
  msgid "Toggle active/all ad units"
4759
  msgstr "Preklopi aktivne/vse oglasne enote"
4760
 
4761
- #: settings.php:3565
4762
  msgid "Reload AdSense ad units"
4763
  msgstr "Ponovno naloži oglasne enote AdSense"
4764
 
4765
- #: settings.php:3569
4766
  msgid "Clear authorization to access AdSense account"
4767
  msgstr "Odstrani avtorizacijo za dostop do računa AdSense"
4768
 
4769
- #: settings.php:3573 settings.php:4426 settings.php:4493 strings.php:243
4770
  msgid "Google AdSense Homepage"
4771
  msgstr "Google AdSense Domača Stran"
4772
 
4773
- #: settings.php:3589
4774
  msgid "Switch to physical ads.txt file"
4775
  msgstr "Preklopi na fizično datoteko ads.txt"
4776
 
4777
- #: settings.php:3590
4778
  msgid "Switch to virtual ads.txt file"
4779
  msgstr "Preklopi na navidezno datoteko ads.txt"
4780
 
4781
  #. translators: %s: ads.txt
4782
- #: settings.php:3600
4783
  msgid "Open %s"
4784
  msgstr "Odpri %s"
4785
 
4786
- #: settings.php:3608
4787
  msgid "Reload ads.txt file"
4788
  msgstr "Ponovno naloži datoteko ads.txt"
4789
 
4790
- #: settings.php:3612 settings.php:4553
4791
  msgid "Save"
4792
  msgstr "Shrani"
4793
 
4794
  #. translators: %s: Ad Inserter
4795
- #: settings.php:3790
4796
  msgid "ads.txt file: %s virtual ads.txt file"
4797
  msgstr "datoteka ads.txt: %s navidezna datoteka ads.txt"
4798
 
4799
- #: settings.php:3795 settings.php:3815 strings.php:224
4800
  msgid "Warning"
4801
  msgstr "Opozorilo"
4802
 
4803
  #. translators: %s: Ad Inserter
4804
- #: settings.php:3795
4805
  msgid "%s virtual file ads.txt not found"
4806
  msgstr "%s navidezna datoteka ads.txt ni najdena"
4807
 
4808
- #: settings.php:3803
4809
  msgid "IMPORTANT"
4810
  msgstr "POMEMBNO"
4811
 
4812
- #: settings.php:3803
4813
  msgid "ads.txt file must be placed on the root domain"
4814
  msgstr "Datoteka ads.txt mora biti nameščena na korensko domeno"
4815
 
4816
- #: settings.php:3808
4817
  msgid "ads.txt file"
4818
  msgstr "datoteka ads.txt"
4819
 
4820
- #: settings.php:3808
4821
  msgid "NOT WRITABLE"
4822
  msgstr "NI ZAPISLJIVO"
4823
 
4824
- #: settings.php:3815
4825
  msgid "file %s not found"
4826
  msgstr "datoteka %s ni najdena"
4827
 
4828
- #: settings.php:3825
4829
  msgid "Account IDs found in blocks but not present in the ads.txt file"
4830
  msgstr ""
4831
  "IDji računov najdeni v blokih, vendar pa niso prisotni v datoteki ads.txt"
4832
 
4833
  #. translators: %s: Ad Inserter
4834
- #: settings.php:3831
4835
  msgid "%s virtual ads.txt file"
4836
  msgstr "%s navidezna datoteka ads.txt"
4837
 
4838
- #: settings.php:3853
4839
  msgid "Advertising system"
4840
  msgstr "Oglaševalski sistem"
4841
 
4842
- #: settings.php:3854
4843
  msgid "Account ID"
4844
  msgstr "ID Računa"
4845
 
4846
- #: settings.php:3856
4847
  msgid "Certification authority ID"
4848
  msgstr "ID organa za potrjevanje"
4849
 
4850
- #: settings.php:3871
4851
  msgid "Account ID found in block and present in ads.txt"
4852
  msgstr "ID računa najden v bloku in prisoten v datoteki ads.txt"
4853
 
4854
- #: settings.php:3875
4855
  msgid "Account ID found in block but not present in ads.txt"
4856
  msgstr "ID računa najden v bloku, vendar ni prisoten v datoteki ads.txt"
4857
 
4858
- #: settings.php:4209
4859
  msgid "Preview block"
4860
  msgstr "Predogled bloka"
4861
 
4862
- #: settings.php:4216
4863
  msgid "Pause block"
4864
  msgstr "Ustavite blok"
4865
 
4866
- #: settings.php:4255
4867
  msgid "Automatic insertion"
4868
  msgstr "Samodejno vstavljanje"
4869
 
4870
  #. translators: %s HTML tags
4871
- #: settings.php:4256 settings.php:5225
4872
  msgid "PHP code processing"
4873
  msgstr "Procesiranje PHP kode"
4874
 
4875
- #: settings.php:4258
4876
  msgid "Device detection"
4877
  msgstr "Zaznavanje naprave"
4878
 
4879
- #: settings.php:4281
4880
  msgid "No active block"
4881
  msgstr "Noben aktiven blok"
4882
 
4883
- #: settings.php:4282
4884
  msgid "No block matches search keywords"
4885
  msgstr "Noben blok ne ustreza iskalnim ključnim besedam"
4886
 
4887
- #: settings.php:4337
4888
  msgid "Ad unit"
4889
  msgstr "Enota"
4890
 
4891
- #: settings.php:4339
4892
  msgid "Slot ID"
4893
  msgstr "ID mesta"
4894
 
4895
- #: settings.php:4365
4896
  msgid "Copy AdSense code"
4897
  msgstr "Kopiraj kodo AdSense"
4898
 
4899
- #: settings.php:4368
4900
  msgid "Preview AdSense ad"
4901
  msgstr "Predogled oglasa AdSense"
4902
 
4903
- #: settings.php:4371
4904
  msgid "Get AdSense code"
4905
  msgstr "Pridobi kodo AdSense"
4906
 
4907
  #. translators: %s: HTML tags
4908
- #: settings.php:4403
4909
  msgid ""
4910
  "Please %s clear authorization %s with the button %s above and once again "
4911
  "authorize access to your AdSense account."
@@ -4913,16 +4950,16 @@ msgstr ""
4913
  "Prosimo, %s odstranite avtorizacijo %s z gumbom %s zgoraj in še enkrat "
4914
  "avtorizirajte dostop do vašega računa AdSense."
4915
 
4916
- #: settings.php:4422
4917
  msgid "AdSense Integration"
4918
  msgstr "Integracija AdSense"
4919
 
4920
- #: settings.php:4424
4921
  msgid "AdSense Integration - Step 2"
4922
  msgstr "Integracija AdSense - Korak 2"
4923
 
4924
  #. translators: %s: HTML tags
4925
- #: settings.php:4430
4926
  msgid ""
4927
  "Authorize %s to access your AdSense account. Click on the %s Get "
4928
  "Authorization Code %s button to open a new window where you can allow "
@@ -4935,7 +4972,7 @@ msgstr ""
4935
  "Avtoriziraj. %s"
4936
 
4937
  #. translators: %s: HTML tags
4938
- #: settings.php:4437
4939
  msgid ""
4940
  "If you get error, can't access ad units or would like to use own Google API "
4941
  "IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
@@ -4946,7 +4983,7 @@ msgstr ""
4946
  "je %s za vnos podatkov ID Odjemalca in Skrivnost Odjemalca."
4947
 
4948
  #. translators: %s: HTML tags
4949
- #: settings.php:4439
4950
  msgid ""
4951
  "Now you can authorize %s to access your AdSense account. Click on the %s Get "
4952
  "Authorization Code %s button to open a new window where you can allow "
@@ -4959,7 +4996,7 @@ msgstr ""
4959
  "gumb %s Avtoriziraj. %s"
4960
 
4961
  #. translators: %s: HTML tags
4962
- #: settings.php:4446
4963
  msgid ""
4964
  "If you get error %s invalid client %s click on the button %s Clear and "
4965
  "return to Step 1 %s to re-enter Client ID and Client Secret."
@@ -4967,32 +5004,32 @@ msgstr ""
4967
  "Če se pojavi napaka %s neveljaven odjemalec %s, kliknite na gumb %s Odstrani "
4968
  "in se vrni na Korak 1 %s za ponoven vnos ID odjemalca in Skrivnost Odjemalca."
4969
 
4970
- #: settings.php:4457
4971
  msgid "Get Authorization Code"
4972
  msgstr "Pridobi Avtoriazcijsko Kodo"
4973
 
4974
- #: settings.php:4460
4975
  msgid "Enter Authorization Code"
4976
  msgstr "Vnesi Avorizacijsko Kodo"
4977
 
4978
- #: settings.php:4470
4979
  msgid "Use own API IDs"
4980
  msgstr "Uporabi lastne API ID-je"
4981
 
4982
- #: settings.php:4472
4983
  msgid "Clear and return to Step 1"
4984
  msgstr "Odstrani in se vrni na Korak 1"
4985
 
4986
- #: settings.php:4476
4987
  msgid "Authorize"
4988
  msgstr "Avtoriziraj"
4989
 
4990
- #: settings.php:4492
4991
  msgid "AdSense Integration - Step 1"
4992
  msgstr "Integracija AdSense - Korak 1"
4993
 
4994
  #. translators: %s: Ad Inserter
4995
- #: settings.php:4496
4996
  msgid ""
4997
  "Here can %s list configured AdSense ad units and get code for AdSense ads. "
4998
  "To do this you need to authorize %s to access your AdSense account. The "
@@ -5005,12 +5042,12 @@ msgstr ""
5005
  "Odjemalca in Skrivnost Odjemalca."
5006
 
5007
  #. translators: %s: HTML tags
5008
- #: settings.php:4505
5009
  msgid "Go to %s Google APIs and Services console %s"
5010
  msgstr "Pojdite na %s konzolo Google API-ji in Storitve %s"
5011
 
5012
  #. translators: %1: Ad Inserter, 2, 3: HTML tags
5013
- #: settings.php:4506
5014
  msgid ""
5015
  "Create %1$s project - if the project and IDs are already created click on "
5016
  "the %2$s Credentials %3$s in the sidebar and go to step 16"
@@ -5019,7 +5056,7 @@ msgstr ""
5019
  "%2$s Pooblastila %3$s v stranski vrstici in pojdite na korak 16"
5020
 
5021
  #. translators: %s: HTML tags
5022
- #: settings.php:4507
5023
  msgid ""
5024
  "Click on project selection and then click on the %s NEW PROJECT %s button to "
5025
  "create a new project"
@@ -5028,12 +5065,12 @@ msgstr ""
5028
  "ustvaritev novega projekta"
5029
 
5030
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
5031
- #: settings.php:4508
5032
  msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
5033
  msgstr "Vnesite %1$s za ime projekta in kliknite na gumb %2$s Ustvari %3$s"
5034
 
5035
  #. translators: %s: HTML tags
5036
- #: settings.php:4509
5037
  msgid ""
5038
  "Click on project selection, wait for the project to be created and then and "
5039
  "select %s as the current project"
@@ -5042,39 +5079,39 @@ msgstr ""
5042
  "izberite %s kot trenutni projekt"
5043
 
5044
  #. translators: %s: HTML tags
5045
- #: settings.php:4510
5046
  msgid "Click on %s ENABLE APIS AND SERVICES %s"
5047
  msgstr "Klinkite na %s OMOGOČI API-je IN STORITVE %s"
5048
 
5049
  #. translators: %s: HTML tags
5050
- #: settings.php:4511
5051
  msgid "Search for adsense and enable %s"
5052
  msgstr "Poiščite adsense in omogočite %s"
5053
 
5054
  #. translators: %s: HTML tags
5055
- #: settings.php:4512
5056
  msgid "Click on %s CREATE CREDENTIALS %s"
5057
  msgstr "Klinkite na %s USTVARI POOBLASTILA %s"
5058
 
5059
  #. translators: %s: HTML tags
5060
- #: settings.php:4513
5061
  msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
5062
  msgstr "Za %s Od kod boste klicali API-je? %s izberite %s Drugi UI %s"
5063
 
5064
  #. translators: %s: HTML tags
5065
- #: settings.php:4514
5066
  msgid "For %s What data will you be accessing? %s select %s User data %s"
5067
  msgstr ""
5068
  "Za %s Do katerih podatkov boste dostopali? %s izberite %s Uporabniški "
5069
  "podatki %s"
5070
 
5071
  #. translators: %s: HTML tags
5072
- #: settings.php:4515
5073
  msgid "Click on %s What credentials do I need? %s"
5074
  msgstr "Kliknite na %s Kakšna pooblastila potrebujem? %s"
5075
 
5076
  #. translators: %s: HTML tags
5077
- #: settings.php:4516
5078
  msgid ""
5079
  "Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
5080
  "Ad Inserter client %s"
@@ -5083,7 +5120,7 @@ msgstr ""
5083
  "vnestite %s Ad Inserter odjemalec %s"
5084
 
5085
  #. translators: %s: HTML tags
5086
- #: settings.php:4517
5087
  msgid ""
5088
  "Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
5089
  "enter %s"
@@ -5092,17 +5129,17 @@ msgstr ""
5092
  "uporabnikom %s vnesite %s"
5093
 
5094
  #. translators: %s: HTML tags
5095
- #: settings.php:4518
5096
  msgid "Click on %s Continue %s"
5097
  msgstr "Kliknite na %s Nadaljuj %s"
5098
 
5099
  #. translators: %s: HTML tags
5100
- #: settings.php:4519
5101
  msgid "Click on %s Done %s"
5102
  msgstr "Kliknite na %s Končaj %s"
5103
 
5104
  #. translators: %s: HTML tags
5105
- #: settings.php:4520
5106
  msgid ""
5107
  "Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
5108
  "secret %s"
@@ -5110,63 +5147,64 @@ msgstr ""
5110
  "Kliknite na %s Ad Inserter odjemalcec, %s da bi dobili %s ID odjemalca %s in "
5111
  "%s Skrivnost odjemalca %s"
5112
 
5113
- #: settings.php:4521
5114
  msgid "Copy them to the appropriate fields below"
5115
  msgstr "Skopirajte ju na ustrezni polji spodaj"
5116
 
5117
- #: settings.php:4527
5118
  msgid "Client ID"
5119
  msgstr "ID odjemalca"
5120
 
5121
- #: settings.php:4530
5122
  msgid "Enter Client ID"
5123
  msgstr "Vnesite ID odjemalca"
5124
 
5125
- #: settings.php:4535
5126
  msgid "Client secret"
5127
  msgstr "Skrivnost odjemalca"
5128
 
5129
- #: settings.php:4538
5130
  msgid "Enter Client secret"
5131
  msgstr "Vnesite Skrivnost odjemalca"
5132
 
5133
- #: settings.php:4548
5134
  msgid "Use default API IDs"
5135
  msgstr "Uporabi privzete API ID-je"
5136
 
5137
- #: settings.php:4712
5138
  msgid "All posts"
5139
  msgstr "Vsi prispevki"
5140
 
5141
- #: settings.php:4713
5142
  msgid "All static pages"
5143
  msgstr "Vse statične strani"
5144
 
5145
- #: settings.php:4868 settings.php:4881 settings.php:4895 settings.php:4911
5146
  msgid "Blank ad blocks? Looking for AdSense alternative?"
5147
  msgstr "Prazni oglasni bloki? Iščete alternativo za AdSense?"
5148
 
5149
- #: settings.php:4873 settings.php:4886 settings.php:4900 settings.php:4916
5150
- #: settings.php:5115 settings.php:5117 settings.php:5133 settings.php:5138
5151
- #: settings.php:5146 settings.php:5147 settings.php:5150 settings.php:5156
5152
- #: settings.php:5166 settings.php:5170
 
5153
  msgid "Looking for AdSense alternative?"
5154
  msgstr "Iščete alternativo za AdSense?"
5155
 
5156
- #: settings.php:4928
5157
  msgid "Try Infolinks Ads with Adsense or Media.net ads"
5158
  msgstr "Poskusite oglase Infolinks z oglasi AdSense ali Media.net"
5159
 
5160
- #: settings.php:4933 settings.php:5112 settings.php:5125 settings.php:5153
5161
- #: settings.php:5179
5162
  msgid "Use Infolinks ads with Adsense to earn more"
5163
  msgstr "Uporabite oglase Infolinks z AdSense za večji zaslužek"
5164
 
5165
- #: settings.php:4954 settings.php:5004
5166
  msgid "Support plugin development"
5167
  msgstr "Podprite razvoj vtičnika"
5168
 
5169
- #: settings.php:4959 settings.php:5005
5170
  msgid ""
5171
  "If you like Ad Inserter and have a moment, please help me spread the word by "
5172
  "reviewing the plugin on WordPres"
@@ -5174,12 +5212,12 @@ msgstr ""
5174
  "Če vam je Ad Inserter všeč in imate trenutek časa, mi prosim pomagajte "
5175
  "razširiti novico z mnenjem o vtičniku na WordPress-u"
5176
 
5177
- #: settings.php:4959
5178
  msgctxt "Review Ad Inserter"
5179
  msgid "Review"
5180
  msgstr "Ocenite"
5181
 
5182
- #: settings.php:4964
5183
  msgid ""
5184
  "If you like Ad Inserter and have a moment, please help me spread the word by "
5185
  "rating the plugin on WordPres"
@@ -5187,12 +5225,12 @@ msgstr ""
5187
  "Če vam je Ad Inserter všeč in imate trenutek časa, mi prosim pomagajte "
5188
  "razširiti novico z oceno vtičnika na WordPress-u"
5189
 
5190
- #: settings.php:4964
5191
  msgctxt "Rate Ad Inserter"
5192
  msgid "Rate"
5193
  msgstr "Ocenite"
5194
 
5195
- #: settings.php:4969
5196
  msgid ""
5197
  "Support free Ad Inserter development. If you are making money with Ad "
5198
  "Inserter consider donating some small amount. Even 1 dollar counts. Thank "
@@ -5201,16 +5239,16 @@ msgstr ""
5201
  "Podprite razvoj brezplačnega Ad Inserter-ja. Če služite denar z Ad Inserter-"
5202
  "jem razmislite o donaciji manjšega zneska. Tudi 1 evro šteje. Hvala!"
5203
 
5204
- #: settings.php:4969
5205
  msgid "Donate"
5206
  msgstr "Donirajte"
5207
 
5208
- #: settings.php:4976 settings.php:5020
5209
  msgid "Average rating of the plugin - Thank you!"
5210
  msgstr "Povprečna ocena vtičnika - Hvala!"
5211
 
5212
  #. translators: %s: Ad Inserter, HTML tags
5213
- #: settings.php:4987
5214
  msgid ""
5215
  "You've been using %s for a while now, and I hope you're happy with it. "
5216
  "Positive %s reviews %s are a great way to show your appreciation for my "
@@ -5225,24 +5263,24 @@ msgstr ""
5225
  "monetizacijo vašega spletnega mesta. Ko ga ocenite s 5-imi zvezdicami je kot "
5226
  "bi rekli 'Hvala'."
5227
 
5228
- #: settings.php:5005
5229
  msgid "Review"
5230
  msgstr "Ocena"
5231
 
5232
- #: settings.php:5009
5233
  msgid "Ad Inserter on Twitter"
5234
  msgstr "Ad Inserter na Twitter-ju"
5235
 
5236
- #: settings.php:5010
5237
  msgid "Ad Inserter on Facebook"
5238
  msgstr "Ad Inserter na Facebook-u"
5239
 
5240
- #: settings.php:5013
5241
  msgid "Follow Ad Inserter"
5242
  msgstr "Sledi Ad Inserter-ju"
5243
 
5244
  #. translators: %s: HTML tags
5245
- #: settings.php:5040
5246
  msgid ""
5247
  "Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
5248
  "and %s Common Settings %s pages"
@@ -5251,18 +5289,16 @@ msgstr ""
5251
  "Urejanje Kode, %s %s Pogoste Nastavitve %s"
5252
 
5253
  #. translators: %s: HTML tags
5254
- #: settings.php:5052
5255
  msgid ""
5256
  "%s New to %s AdSense? %s %s %s Connect your site %s - %s In-feed ads, %s %s "
5257
- "Auto ads, %s %s AMP ads %s &mdash; How to %s integrate %s Infolinks %s ad "
5258
- "code %s"
5259
  msgstr ""
5260
  "%s Novinec z %s AdSense? %s %s %s Povežite vaše spletišče %s - %s oglasi V "
5261
- "viru, %s %s Samodejni oglasi, %s %s AMP oglasi %s &mdash; Kako %s vstaviti "
5262
- "%s Infolinks %s oglasno kodo %s"
5263
 
5264
  #. translators: %s: HTML tags
5265
- #: settings.php:5073
5266
  msgid ""
5267
  "Become an %s affiliate %s for Ad Inserter Pro and earn commission for each "
5268
  "purchase you refer to us"
@@ -5271,7 +5307,7 @@ msgstr ""
5271
  "nakup, ki nam ga posredujete"
5272
 
5273
  #. translators: %s: HTML tags
5274
- #: settings.php:5080
5275
  msgid ""
5276
  "Ads are not showing? Check %s troubleshooting guide %s to find out how to "
5277
  "diagnose and fix the problem."
@@ -5280,7 +5316,7 @@ msgstr ""
5280
  "navodili za diagnozo in rešitvami za težave."
5281
 
5282
  #. translators: %s: HTML tags
5283
- #: settings.php:5084
5284
  msgid ""
5285
  "If you need any kind of help or support, please do not hesitate to open a "
5286
  "thread on the %s support forum. %s"
@@ -5288,57 +5324,57 @@ msgstr ""
5288
  "Če potrebujete kakršno koli pomoč ali podporo ne oklevajte in odprite novo "
5289
  "nit na %s podpornem forumu. %s"
5290
 
5291
- #: settings.php:5110 settings.php:5174 settings.php:5178
5292
  msgid "Code preview with visual CSS editor"
5293
  msgstr "Predogled kode z vizualnim CSS urejevalnikom"
5294
 
5295
- #: settings.php:5114 settings.php:5164
 
 
 
 
5296
  msgid "A/B testing - Track ad impressions and clicks"
5297
  msgstr "A/B testiranje - Sledi prikazom in klikom"
5298
 
5299
- #: settings.php:5129
5300
  msgid "Insert ads on AMP pages"
5301
  msgstr "Vstavite oglase na AMP straneh"
5302
 
5303
- #: settings.php:5137
5304
- msgid "Ad blocking detection and content protection"
5305
- msgstr "Zaznavanje blokiranja oglasov in zaščita vsebine"
5306
-
5307
- #: settings.php:5187
5308
  msgid "Looking for Pro Ad Management plugin?"
5309
  msgstr "Iščete Pro vtičnik za Upravljanje z Oglasi?"
5310
 
5311
- #: settings.php:5188
5312
  msgid "To Optimally Monetize your WordPress website?"
5313
  msgstr "Za optimalno monetizacijo vašega WordPress spletnega mesta?"
5314
 
5315
  #. Translators: %s: price of Ad Inserter Pro
5316
- #: settings.php:5189
5317
  msgid "Different license types starting from %s"
5318
  msgstr "Različni tipi licenc začenši od %s"
5319
 
5320
  #. translators: %s HTML tags
5321
- #: settings.php:5192
5322
  msgid "%s AdSense Integration %s"
5323
  msgstr "%s Integracija AdSense %s"
5324
 
5325
  #. translators: %s HTML tags
5326
- #: settings.php:5193
5327
  msgid "Syntax highlighting %s editor %s"
5328
  msgstr "%s Urejevalnik %s s poudarjanjem sintakse"
5329
 
5330
  #. translators: %s HTML tags
5331
- #: settings.php:5194
5332
  msgid "%s Code preview %s with visual CSS editor"
5333
  msgstr "%s Predogled kode %s z vizualnim CSS urejevalnikom"
5334
 
5335
  #. translators: %s HTML tags
5336
- #: settings.php:5195
5337
  msgid "Simple user interface - all settings on a single page"
5338
  msgstr "Preprost uporabniški vmesnik - vse nastavitve na eni strani"
5339
 
5340
  #. translators: %s HTML tags
5341
- #: settings.php:5196
5342
  msgid ""
5343
  "%s Automatic insertion %s before or after post / content / %s paragraph %s / "
5344
  "image / excerpt"
@@ -5347,27 +5383,27 @@ msgstr ""
5347
  "%s / sliko / izvlečkom"
5348
 
5349
  #. translators: %s HTML tags
5350
- #: settings.php:5197
5351
  msgid "%s Automatic insertion %s between posts on blog pages"
5352
  msgstr "%s Samodejno vstavljanje %s med prispevki na straneh bloga"
5353
 
5354
  #. translators: %s HTML tags
5355
- #: settings.php:5198
5356
  msgid "%s Automatic insertion %s before, between and after comments"
5357
  msgstr "%s Samodejno vstavljanje %s pred, med in po kometarjih"
5358
 
5359
  #. translators: %s HTML tags
5360
- #: settings.php:5199
5361
  msgid "%s Automatic insertion %s after %s or before %s tag"
5362
  msgstr "%s Samodejno vstavljanje %s za %s ali pred %s začko"
5363
 
5364
  #. translators: %s HTML tags
5365
- #: settings.php:5200
5366
  msgid "Automatic insertion at %s custom hook positions %s"
5367
  msgstr "Samodejno vstavljanje na %s položajih ročic po meri %s"
5368
 
5369
  #. translators: %s HTML tags
5370
- #: settings.php:5201
5371
  msgid ""
5372
  "Insertion %s before or after any HTML element on the page %s (using CSS "
5373
  "selectors)"
@@ -5376,17 +5412,17 @@ msgstr ""
5376
  "selektorjev)"
5377
 
5378
  #. translators: %s HTML tags
5379
- #: settings.php:5202
5380
  msgid "%s Insertion exceptions %s for individual posts and pages"
5381
  msgstr "%s Izjeme vstavljanja %s za individualne prispevke in strani"
5382
 
5383
  #. translators: %s HTML tags
5384
- #: settings.php:5203
5385
  msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
5386
  msgstr "%s Ročno vstavljanje: %s gradniki, kratke kode in klic PHP funkcije"
5387
 
5388
  #. translators: %s HTML tags
5389
- #: settings.php:5204
5390
  msgid ""
5391
  "%s Sticky ads %s with optional close button (ads stay fixed when the page "
5392
  "scrolls)"
@@ -5395,24 +5431,24 @@ msgstr ""
5395
  "se stran pomika)"
5396
 
5397
  #. translators: %s HTML tags
5398
- #: settings.php:5205
5399
  msgid "%s Background ads %s with one or left and right background images"
5400
  msgstr "%s Oglasi v ozdaju %s z eno ali levo in desno sliko ozadja"
5401
 
5402
  #. translators: %s HTML tags
5403
- #: settings.php:5206
5404
  msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
5405
  msgstr ""
5406
  "%s Lepljivi oglasi v stranski vrstici %s (lepljivi na zaslon ali vsebino)"
5407
 
5408
  #. translators: %s HTML tags
5409
- #: settings.php:5207
5410
  msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
5411
  msgstr ""
5412
  "%s Animacije lepljivih oglasov %s (uveni, drsaj, obrni, prekucni, približaj)"
5413
 
5414
  #. translators: %s HTML tags
5415
- #: settings.php:5208
5416
  msgid ""
5417
  "%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
5418
  "visible)"
@@ -5421,7 +5457,7 @@ msgstr ""
5421
  "postane viden)"
5422
 
5423
  #. translators: %s HTML tags
5424
- #: settings.php:5209
5425
  msgid ""
5426
  "%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
5427
  msgstr ""
@@ -5429,12 +5465,12 @@ msgstr ""
5429
  "strani)"
5430
 
5431
  #. translators: %s HTML tags
5432
- #: settings.php:5210
5433
  msgid "Block %s alignment and style %s customizations"
5434
  msgstr "%s Poravnave in slogi %s bloka po meri"
5435
 
5436
  #. translators: %s HTML tags
5437
- #: settings.php:5211
5438
  msgid ""
5439
  "%s Clearance %s options to avoid insertion near images or headers (AdSense "
5440
  "TOS)"
@@ -5442,7 +5478,7 @@ msgstr ""
5442
  "%s Izogibanje %s vstavljanja oglasov zraven slik ali naslovov (AdSense TOS)"
5443
 
5444
  #. translators: %s HTML tags
5445
- #: settings.php:5212
5446
  msgid ""
5447
  "Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
5448
  "feeds"
@@ -5451,17 +5487,17 @@ msgstr ""
5451
  "virih"
5452
 
5453
  #. translators: %s HTML tags
5454
- #: settings.php:5213
5455
  msgid "%s Ad rotation %s (works also with caching)"
5456
  msgstr "%s Rotacija oglasov %s (deluje tudi s predpomnjenjem)"
5457
 
5458
  #. translators: %s HTML tags
5459
- #: settings.php:5214
5460
  msgid "Create, edit and check %s ads.txt %s file"
5461
  msgstr "Ustvari, urejaj in preveri datoteko %s ads.txt %s"
5462
 
5463
  #. translators: %s HTML tags
5464
- #: settings.php:5215
5465
  msgid ""
5466
  "Ad impression and click %s tracking %s (works also with Javascript ads like "
5467
  "AdSense)"
@@ -5470,81 +5506,86 @@ msgstr ""
5470
  "AdSense)"
5471
 
5472
  #. translators: %s HTML tags
5473
- #: settings.php:5216
5474
  msgid "Internal or external %s tracking %s (via Google Analytics or Matomo)"
5475
  msgstr "Notranje ali zunanje %s sledenje %s (prek Google Analytics ali Matomo)"
5476
 
5477
  #. translators: %s HTML tags
5478
- #: settings.php:5217
5479
  msgid "%s Public web reports %s for clients, export to PDF"
5480
  msgstr "%s Javna spletna poročila %s za stranke, izvoz v PDF"
5481
 
5482
  #. translators: %s HTML tags
5483
- #: settings.php:5218
5484
  msgid "Support for %s A/B testing %s"
5485
  msgstr "Podpora za %s A/B testiranje %s"
5486
 
5487
  #. translators: %s HTML tags
5488
- #: settings.php:5219
5489
  msgid "Frequency capping - %s limit impressions or clicks %s"
5490
  msgstr "Omejevanje frekvence - %s omejite prikaze ali klike %s"
5491
 
5492
  #. translators: %s HTML tags
5493
- #: settings.php:5220
5494
  msgid "Click fraud %s protection %s"
5495
  msgstr "%s Zaščita %s pred goljufijo s kliki"
5496
 
5497
  #. translators: %s HTML tags
5498
- #: settings.php:5221
 
 
 
 
 
5499
  msgid "Support for %s lazy loading %s"
5500
  msgstr "Podpora za %s leno nalaganje %s"
5501
 
5502
  #. translators: %s HTML tags
5503
- #: settings.php:5222
5504
  msgid "Support for ads on %s AMP pages %s"
5505
  msgstr "Podpora za oglase na %s AMP straneh %s"
5506
 
5507
  #. translators: %s HTML tags
5508
- #: settings.php:5223
5509
  msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
5510
  msgstr "Podpora za kontekstualne %s Amazon Native Shopping Ads %s (odzivni)"
5511
 
5512
  #. translators: %s HTML tags
5513
- #: settings.php:5224
5514
  msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
5515
  msgstr ""
5516
  "Ime CSS razreda za div za ovijanje po meri za izogibanje blokiranju oglasov"
5517
 
5518
  #. translators: %s HTML tags
5519
- #: settings.php:5226
5520
  msgid "%s Banner %s code generator"
5521
  msgstr "Generator kode za %s pasice %s"
5522
 
5523
  #. translators: %s HTML tags
5524
- #: settings.php:5227
5525
  msgid "Support for %s header and footer %s code"
5526
  msgstr "Podpora za kodo v %s glavi in nogi %s"
5527
 
5528
  #. translators: %s HTML tags
5529
- #: settings.php:5228
5530
  msgid "Support for Google Analytics, Matomo or any other web analytics code"
5531
  msgstr ""
5532
  "Podpora za Google Analytics, Matomo ali katerokoli drugo spletno analitiko"
5533
 
5534
  #. translators: %s HTML tags
5535
- #: settings.php:5229
5536
  msgid "Desktop, tablet and phone server-side %s device detection %s"
5537
  msgstr ""
5538
  "%s Zaznava namizne, tablične in telefonske naprave %s na strani strani "
5539
  "strežnika"
5540
 
5541
  #. translators: %s HTML tags
5542
- #: settings.php:5230
5543
  msgid "Client-side %s mobile device detection %s (works with caching)"
5544
  msgstr "%s Zaznava mobilne naprave %s (deluje s predpomnjenjem)"
5545
 
5546
  #. translators: %s HTML tags
5547
- #: settings.php:5231
5548
  msgid ""
5549
  "%s Ad blocking detection %s - popup message, ad replacement, content "
5550
  "protection"
@@ -5553,12 +5594,12 @@ msgstr ""
5553
  "vsebine"
5554
 
5555
  #. translators: %s HTML tags
5556
- #: settings.php:5232
5557
  msgid "%s Ad blocking statistics %s"
5558
  msgstr "%s Statistika blokiranja oglasov %s"
5559
 
5560
  #. translators: %s HTML tags
5561
- #: settings.php:5233
5562
  msgid ""
5563
  "%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
5564
  "referrers, operating systems, browsers"
@@ -5567,75 +5608,75 @@ msgstr ""
5567
  "prispevkov, url-jev, napotiteljev, operacijskih sistemov, brskalnikov"
5568
 
5569
  #. translators: %s HTML tags
5570
- #: settings.php:5234
5571
  msgid ""
5572
  "%s Black/White-list %s IP addresses or countries (works also with caching)"
5573
  msgstr ""
5574
  "%s Črni/Beli seznam %s IP naslovov ali držav (deluje tudi s predpomnjenjem)"
5575
 
5576
  #. translators: %s HTML tags
5577
- #: settings.php:5235
5578
  msgid "%s Multisite options %s to limit settings on the sites"
5579
  msgstr "%s Multisite možnosti %s za omejitev nastavitev na spletiščih"
5580
 
5581
  #. translators: %s HTML tags
5582
- #: settings.php:5236
5583
  msgid "%s Import/Export %s block or plugin settings"
5584
  msgstr "%s Uvoz/Izvoz %s nastavitve bloka ali vtičnika"
5585
 
5586
  #. translators: %s HTML tags
5587
- #: settings.php:5237
5588
  msgid "%s Insertion scheduling %s with fallback option"
5589
  msgstr "%s Urnik vstavljanja %s z možnostjo rezerve"
5590
 
5591
  #. translators: %s HTML tags
5592
- #: settings.php:5238
5593
  msgid "Country-level %s GEO targeting %s (works also with caching)"
5594
  msgstr "%s GEO ciljanje na ravni države %s (deluje tudi s predpomnjenjem)"
5595
 
5596
  #. translators: %s HTML tags
5597
- #: settings.php:5239
5598
  msgid "Simple troubleshooting with many %s debugging functions %s"
5599
  msgstr ""
5600
  "Preprosto odpravljanje napak z veliko %s funkcijami za razhroščevanje %s"
5601
 
5602
  #. translators: %s HTML tags
5603
- #: settings.php:5240
5604
  msgid "%s Visualization %s of inserted blocks or ads for easier placement"
5605
  msgstr ""
5606
  "%s Vizualizacija %s vstavljenih blokov ali oglasov za enostavno umeščanje"
5607
 
5608
  #. translators: %s HTML tags
5609
- #: settings.php:5241
5610
  msgid "%s Visualization %s of available positions for automatic ad insertion"
5611
  msgstr ""
5612
  "%s Vizualizacija %s razpoložljivih položajev za samodejno vstavljanje oglasov"
5613
 
5614
  #. translators: %s HTML tags
5615
- #: settings.php:5242
5616
  msgid ""
5617
  "%s Visualization %s of HTML tags for easier ad placement between paragraphs"
5618
  msgstr ""
5619
  "%s Vizualizacija %s HTML značk za enostavno vstavljanje oglasov med odstavki"
5620
 
5621
  #. translators: %s HTML tags
5622
- #: settings.php:5243
5623
  msgid "%s Clipboard support %s to easily copy blocks or settings"
5624
  msgstr ""
5625
  "%s Podpora za odložišče %s za enostavno kopiranje blokov ali nastavitev"
5626
 
5627
  #. translators: %s HTML tags
5628
- #: settings.php:5244
5629
  msgid "No ads on the settings page"
5630
  msgstr "Stran z nastavitvami brez oglasov"
5631
 
5632
  #. translators: %s HTML tags
5633
- #: settings.php:5245
5634
  msgid "Premium support"
5635
  msgstr "Vrhunska podpora"
5636
 
5637
  #. translators: %s HTML tags
5638
- #: settings.php:5248
5639
  msgid ""
5640
  "Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
5641
  "website with many advertising features to automatically insert adverts on "
@@ -5662,82 +5703,82 @@ msgstr ""
5662
  "bodo ohranile)."
5663
 
5664
  #. translators: %s HTML tags
5665
- #: settings.php:5261
5666
  msgid "Looking for %s Pro Ad Management plugin? %s"
5667
  msgstr "Iščete Pro vtičnik za %s Upravljanje z Oglasi? %s"
5668
 
5669
  #. translators: %s HTML tags
5670
- #: settings.php:5266
5671
  msgid "Ads between posts"
5672
  msgstr "Oglasi med prispevki"
5673
 
5674
  #. translators: %s HTML tags
5675
- #: settings.php:5267
5676
  msgid "Ads between comments"
5677
  msgstr "Oglasi med komentarji"
5678
 
5679
  #. translators: %s HTML tags
5680
- #: settings.php:5268
5681
  msgid "Support via email"
5682
  msgstr "Podpora prek elektronske pošte"
5683
 
5684
  #. translators: %s HTML tags
5685
- #: settings.php:5274
5686
  msgid "%s Sticky positions %s"
5687
  msgstr "%s Lepljivi položaji %s"
5688
 
5689
  #. translators: %s HTML tags
5690
- #: settings.php:5275
5691
  msgid "%s Limit insertions %s"
5692
  msgstr "%s Omeji vstavljanja %s"
5693
 
5694
  #. translators: %s HTML tags
5695
- #: settings.php:5276
5696
  msgid "%s Clearance %s options"
5697
  msgstr "Možnosti %s izogibanja %s"
5698
 
5699
  #. translators: %s HTML tags
5700
- #: settings.php:5282
5701
  msgid "Ad rotation"
5702
  msgstr "Vrtenje oglasov"
5703
 
5704
  #. translators: %s HTML tags
5705
- #: settings.php:5283
5706
  msgid "%s A/B testing %s"
5707
  msgstr "%s A/B testiranje %s"
5708
 
5709
  #. translators: %s HTML tags
5710
- #: settings.php:5284
5711
  msgid "%s Ad tracking %s"
5712
  msgstr "%s Sledenje oglasom %s"
5713
 
5714
  #. translators: %s HTML tags
5715
- #: settings.php:5290
5716
  msgid "Support for %s AMP pages %s"
5717
  msgstr "Podpora za %s AMP strani %s"
5718
 
5719
  #. translators: %s HTML tags
5720
- #: settings.php:5291
5721
  msgid "%s Ad blocking detection %s"
5722
  msgstr "%s Zaznavanje blokiranja oglasov %s"
5723
 
5724
  #. translators: %s HTML tags
5725
- #: settings.php:5292
5726
  msgid "%s Mobile device detection %s"
5727
  msgstr "%s Zaznavanje mobilne naprave %s"
5728
 
5729
  #. translators: %s HTML tags
5730
- #: settings.php:5299
5731
  msgid "64 code blocks"
5732
  msgstr "64 kodnih blokov"
5733
 
5734
  #. translators: %s HTML tags
5735
- #: settings.php:5300
5736
  msgid "%s GEO targeting %s"
5737
  msgstr "%s GEO ciljanje %s"
5738
 
5739
  #. translators: %s HTML tags
5740
- #: settings.php:5301
5741
  msgid "%s Scheduling %s"
5742
  msgstr "%s Urnik %s"
5743
 
4
  msgstr ""
5
  "Project-Id-Version: Ad Inserter 2.5.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
7
+ "POT-Creation-Date: 2020-08-18 18:17:41+00:00\n"
8
+ "PO-Revision-Date: 2020-08-18 20:18+0200\n"
9
  "Last-Translator: Igor Funa <info@adinserter.pro>\n"
10
  "Language-Team: \n"
11
  "Language: sl_SI\n"
16
  "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n"
17
  "%100<=4 ? 2 : 3);\n"
18
 
19
+ #: ad-inserter.php:434
20
  msgctxt "Menu item"
21
  msgid "Debugging DEMO"
22
  msgstr "DEMO Razhroščevanje"
23
 
24
+ #: ad-inserter.php:450
25
  msgctxt "Menu item"
26
  msgid "Label Blocks"
27
  msgstr "Označi bloke"
28
 
29
+ #: ad-inserter.php:457
30
  msgctxt "Menu item"
31
  msgid "Show Positions"
32
  msgstr "Pokaži položaje"
33
 
34
+ #: ad-inserter.php:543
35
  msgctxt "Menu item"
36
  msgid "Show HTML Tags"
37
  msgstr "Pokaži HTML značke"
38
 
39
+ #: ad-inserter.php:550
40
  msgctxt "Menu item"
41
  msgid "Disable Insertion"
42
  msgstr "Onemogoči vstavljanje"
43
 
44
+ #: ad-inserter.php:559
45
  msgctxt "Menu item"
46
  msgid "Ad Blocking Status"
47
  msgstr "Status blokiranja oglasov"
48
 
49
+ #: ad-inserter.php:566
50
  msgctxt "Menu item"
51
  msgid "Simulate Ad Blocking"
52
  msgstr "Simuliraj blokiranje oglasov"
53
 
54
+ #: ad-inserter.php:577
55
  msgctxt "Menu item"
56
  msgid "Log Processing"
57
  msgstr "Beleži procesiranje"
58
 
59
+ #: ad-inserter.php:584
60
  msgctxt "Menu item"
61
  msgid "Show Log"
62
  msgstr "Pokaži beležko"
63
 
64
  #. translators: Debugging position name Before HTML element
65
+ #: ad-inserter.php:1242
66
  msgid "Before"
67
  msgstr "Pred"
68
 
69
  #. translators: Debugging position name After HTML element
70
+ #: ad-inserter.php:1247
71
  msgid "After"
72
  msgstr "Za"
73
 
74
  #. translators: Debugging position name Prepend content of HTML element (before
75
  #. the content of the HTML element)
76
+ #: ad-inserter.php:1252 strings.php:104
77
  msgid "Prepend content"
78
  msgstr "Dodaj pred vsebino"
79
 
80
  #. translators: Debugging position name Append content of HTML element (after
81
  #. the content of the HTML element)
82
+ #: ad-inserter.php:1257 strings.php:105
83
  msgid "Append content"
84
  msgstr "Dodaj za vsebino"
85
 
86
  #. translators: Debugging position name Replace content of HTML element
87
+ #: ad-inserter.php:1262 strings.php:106
88
  msgid "Replace content"
89
  msgstr "Nadomesti vsebino"
90
 
91
  #. translators: Debugging position name Replace HTML element
92
+ #: ad-inserter.php:1267 strings.php:169
93
  msgid "Replace"
94
  msgstr "Nadomesti"
95
 
96
  #. translators: Debugging message when output buffering is enabled
97
+ #: ad-inserter.php:1314
98
  msgid "OUTPUT BUFFERING"
99
  msgstr "PREDPOMNJENJE IZHODA"
100
 
101
  #. translators: Debugging position
102
+ #: ad-inserter.php:1318
103
  msgid "Above Header"
104
  msgstr "Nad Glavo"
105
 
106
+ #: ad-inserter.php:1613
107
  msgctxt "Menu item"
108
  msgid "Log In"
109
  msgstr "Prijava"
110
 
111
  #. translators: %s: Ad Inserter
112
+ #: ad-inserter.php:1955 ad-inserter.php:3171
113
  msgid "%s Settings"
114
  msgstr "%s Nastavitve"
115
 
116
  #. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
117
+ #: ad-inserter.php:2545
118
  msgid "AD BLOCKING DETECTED, PAGE VIEWS"
119
  msgstr "ZAZNANO BLOKIRANJE OGLASOV, OGLEDI STRANI"
120
 
121
+ #: ad-inserter.php:2545
122
  msgid "NO ACTION"
123
  msgstr "NI AKCIJE"
124
 
125
+ #: ad-inserter.php:2546
126
  msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
127
  msgstr "ZAZNANO BLOKIRANJE OGLASOV, ZAZNAN PIŠKOTEK, NI AKCIJE"
128
 
129
+ #: ad-inserter.php:2547
130
  msgid "AD BLOCKING DETECTED - ACTION"
131
  msgstr "ZAZNANO BLOKIRANJE OGLASOV - AKCIJA"
132
 
133
+ #: ad-inserter.php:2548
134
  msgid "AD BLOCKING NOT DETECTED"
135
  msgstr "BLOKIRANJE OGLASOV NI ZAZNANO"
136
 
137
+ #: ad-inserter.php:2549
138
  msgid "AD BLOCKING DETECTION COOKIES DELETED"
139
  msgstr "PIŠKOTKI ZA ZAZNAVANJE BLOKIRANJA OGLASOV POBRISANI"
140
 
141
+ #: ad-inserter.php:2550
142
  msgid "AD BLOCKING DETECTED - NO ACTION"
143
  msgstr "ZAZNANO BLOKIRANJE OGLASOV - NI AKCIJE"
144
 
145
  #. Translators: 1: number of blocks, 2: Ad Inserter
146
+ #: ad-inserter.php:2866
147
  msgid "Hey, you are now using %1$s %2$s block."
148
  msgid_plural "Hey, you are now using %1$s %2$s blocks."
149
  msgstr[0] "Hej, trenutno uporabljate %1$s %2$s blok."
151
  msgstr[2] "Hej, trenutno uporabljate %1$s %2$s bloke."
152
  msgstr[3] "Hej, trenutno uporabljate %1$s %2$s blokov."
153
 
154
+ #: ad-inserter.php:2869
155
  msgid "Please help me to solve a problem first"
156
  msgstr "Najprej mi, prosim, pomagajte rešiti problem"
157
 
158
+ #: ad-inserter.php:2873
159
  msgid "Maybe later"
160
  msgstr "Mogoče kasneje"
161
 
162
  #. Translators: %s: Ad Inserter
163
+ #: ad-inserter.php:2878
164
  msgid "Hey, you are using %s and I hope you're happy with it."
165
  msgstr "Hej, uporabljate %s in upam, da ste zadovoljni z njim."
166
 
167
+ #: ad-inserter.php:2881
168
  msgid "OK, but please help me with the settings first"
169
  msgstr "V redu, ampak najprej mi, prosim, pomagajte pri nastavitvah"
170
 
171
+ #: ad-inserter.php:2894
172
  msgid ""
173
  "Please take a moment to rate the plugin. When you rate it with 5 stars it's "
174
  "like saying 'Thank you'. Somebody will be happy."
176
  "Prosimo, vzemite si čas in ocenite vtičnik. Ko ga ocenite s 5-imi zvezdicami "
177
  "je kot bi rekli 'Hvala'. Nekdo bo vsesel."
178
 
179
+ #: ad-inserter.php:2896
180
  msgid ""
181
  "Positive reviews are a great incentive to fix bugs and to add new features "
182
  "for better monetization of your website."
184
  "Pozitivne ocene so velika vzpodbuda za odpravo hroščev in dodajanje novih "
185
  "funkcij za boljšo monetizacijo vašega spletnega mesta."
186
 
187
+ #: ad-inserter.php:2902
188
  msgid "Sure"
189
  msgstr "Seveda"
190
 
191
  #. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter
192
  #. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter, 3, 4: HTML tags
193
+ #: ad-inserter.php:2919 ad-inserter.php:2954
194
  msgid "Warning: %1$s %3$s disabled %4$s %2$s on AMP pages."
195
  msgstr "Opozorilo: %1$s %3$s je onemogočil %4$s %2$s na AMP straneh."
196
 
197
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
198
+ #: ad-inserter.php:2926
199
  msgid "Warning: %1$s requires PHP 5.6 or newer. %2$s Please update! %3$s"
200
  msgstr ""
201
  "Opozorilo: %1$s yahteva PHP 5.6 ali novejši. %2$s Prosimo, posodobite! %3$s"
202
 
203
+ #: ad-inserter.php:2936
204
  msgctxt "Menu item"
205
  msgid "Settings"
206
  msgstr "Nastavitve"
207
 
208
+ #: ad-inserter.php:2968
209
  msgid ""
210
  "Load settings page in safe mode to avoid collisions with other plugins or "
211
  "theme"
213
  "Naložite stran z nastavitvami v varnem načinu za preprečitev konfliktov z "
214
  "drugimi vtičniki ali temo"
215
 
216
+ #: ad-inserter.php:2968
217
  msgid "Safe mode"
218
  msgstr "Varni način"
219
 
220
  #. translators: %s: Ad Inserter
221
+ #: ad-inserter.php:3063
222
  msgctxt "Meta box name"
223
  msgid "%s Individual Exceptions"
224
  msgstr "Posamezne Izjeme za %s"
225
 
226
+ #: ad-inserter.php:3092 ad-inserter.php:10695 class.php:2396
227
  #: includes/preview.php:2324 includes/preview.php:2369
228
+ #: includes/preview.php:2406 settings.php:4358 strings.php:3
229
  msgid "Block"
230
  msgstr "Blok"
231
 
232
+ #: ad-inserter.php:3093 settings.php:4359 settings.php:4444
233
  msgid "Name"
234
  msgstr "Ime"
235
 
236
+ #: ad-inserter.php:3096 settings.php:1238
237
  msgid "Default insertion"
238
  msgstr "Privzeto vstavljanje"
239
 
240
  #. translators: For this post or page
241
+ #: ad-inserter.php:3099
242
  msgctxt "Page"
243
  msgid "For this"
244
  msgstr "Za to"
245
 
246
+ #: ad-inserter.php:3100
247
  msgctxt "Post"
248
  msgid "For this"
249
  msgstr "Za ta"
250
 
251
+ #: ad-inserter.php:3112
252
  msgctxt "Enabled/disabled on all"
253
  msgid "pages"
254
  msgstr "straneh"
255
 
256
+ #: ad-inserter.php:3115
257
  msgctxt "Enabled/disabled on all"
258
  msgid "posts"
259
  msgstr "prispevkih"
260
 
261
+ #: ad-inserter.php:3132 ad-inserter.php:3144 strings.php:175
262
  msgid "Enabled"
263
  msgstr "Omogočeno"
264
 
265
  #. translators: Menu items
266
+ #: ad-inserter.php:3132 ad-inserter.php:3144
267
  #: includes/functions-check-now.php:2401 includes/functions.old.php:2326
268
+ #: includes/functions.php:2672 strings.php:16
269
  msgid "Disabled"
270
  msgstr "Onemogočeno"
271
 
272
+ #: ad-inserter.php:3134
273
  msgid "No individual exceptions"
274
  msgstr "Ni posameznih izjem"
275
 
276
  #. translators: Not enabled for pages or posts
277
+ #: ad-inserter.php:3136
278
  msgid "Not enabled for"
279
  msgstr "Ni omogočeno za"
280
 
281
  #. translators: No individual exceptions enabled for pages or posts
282
+ #: ad-inserter.php:3164
283
  msgid "No block has individual exceptions enabled"
284
  msgstr "Noben blok nima omogočenih posameznih izjem"
285
 
286
  #. translators: 1: Ad Inserter Settings (page), 2: Tag / Archive pages
287
+ #: ad-inserter.php:3169
288
  msgid ""
289
  "Default insertion can be configured for each block on %1$s page - button "
290
  "next to %2$s checkbox."
292
  "Privzeto vstavljanje se lahko nastavi za vsak blok na strani %1$s - gumb "
293
  "poleg kljukice za vklop %2$s."
294
 
295
+ #: ad-inserter.php:3172 settings.php:1216
296
  msgid "Tag / Archive pages"
297
  msgstr "Strani oznak / arhiva"
298
 
299
+ #: ad-inserter.php:3174
300
  msgid ""
301
  "When individual exceptions for a block are enabled, a checkbox will be "
302
  "listed here to change default insertion for this post or page."
304
  "Ko so posamezne izjeme za blok vključene, se bo tukaj izpisala kljukica za "
305
  "spremembo privzetega vstavljanja za ta prispevek ali stran."
306
 
307
+ #: ad-inserter.php:3175
308
  msgid ""
309
  "This way you can individually enable or disable blocks on specific posts or "
310
  "pages."
312
  "Na ta način lahko posamezno omogočite ali onemogočite blok na določenem "
313
  "prispevku ali strani."
314
 
315
+ #: ad-inserter.php:3177
316
  msgid "For more information check page %s"
317
  msgstr "Za več informacij poglejte stran %s"
318
 
319
  #. translators: Ad Inserter Exceptions documentation page
320
+ #: ad-inserter.php:3179
321
  msgid "Individual Exceptions"
322
  msgstr "Posamezne Izjeme"
323
 
324
+ #: ad-inserter.php:3226
325
  msgid "STATIC PAGE"
326
  msgstr "STATIČNA STRAN"
327
 
328
+ #: ad-inserter.php:3229
329
  msgid "POST"
330
  msgstr "PRISPEVEK"
331
 
332
+ #: ad-inserter.php:3232
333
  msgid "HOMEPAGE"
334
  msgstr "DOMAČA STRAN"
335
 
336
+ #: ad-inserter.php:3235
337
  msgid "CATEGORY PAGE"
338
  msgstr "STRAN KATEGORIJE"
339
 
340
+ #: ad-inserter.php:3238
341
  msgid "SEARCH PAGE"
342
  msgstr "STRAN ISKANJE"
343
 
344
+ #: ad-inserter.php:3241
345
  msgid "ARCHIVE PAGE"
346
  msgstr "STRAN ARHIVA"
347
 
348
+ #: ad-inserter.php:3244
349
  msgid "ERROR 404 PAGE"
350
  msgstr "STRAN NAPAKA 404"
351
 
352
+ #: ad-inserter.php:3247
353
  msgid "AJAX CALL"
354
  msgstr "AJAX KLIC"
355
 
356
+ #: ad-inserter.php:3250
357
  msgid "UNKNOWN PAGE TYPE"
358
  msgstr "NEZNAN TIP STRANI"
359
 
360
+ #: ad-inserter.php:3267
361
  msgid "Click to delete ad blocking detection cokies"
362
  msgstr "Klikni za brisanje piškotkov za zaznavanje blokiranja oglasov"
363
 
364
+ #: ad-inserter.php:3268
365
  msgid "AD BLOCKING STATUS UNKNOWN"
366
  msgstr "NEZNAN STATUS BLOKIRANJA OGLASOV"
367
 
368
  #. translators: %s: AdSense Auto Ads
369
+ #: ad-inserter.php:3297
370
  msgid ""
371
  "Code for %s detected - Code will automatically insert AdSense ads at optimal "
372
  "positions"
374
  "Zaznana koda za %s - Koda bo samodejno vstavila oglase AdSense na optimalne "
375
  "položaje"
376
 
377
+ #: ad-inserter.php:3432
378
  msgid "Code for insertion"
379
  msgstr "Koda za vstavljanje"
380
 
381
+ #: ad-inserter.php:3432
382
  msgid "character"
383
  msgid_plural "characters"
384
  msgstr[0] "znak"
386
  msgstr[2] "znaki"
387
  msgstr[3] "znakov"
388
 
389
+ #: ad-inserter.php:3448
390
  msgid "Header code"
391
  msgstr "Koda v glavi"
392
 
393
+ #: ad-inserter.php:3448
394
  msgctxt "Header code"
395
  msgid "DISABLED"
396
  msgstr "ONEMOGOČENA"
397
 
398
+ #: ad-inserter.php:3448 ad-inserter.php:3689
399
  msgid "character inserted"
400
  msgid_plural "characters inserted"
401
  msgstr[0] "znak vstavljen"
403
  msgstr[2] "znaki vstavljeni"
404
  msgstr[3] "znakov vstavljenih"
405
 
406
+ #: ad-inserter.php:3689
407
  msgid "Footer code"
408
  msgstr "Koda v nogi"
409
 
410
+ #: ad-inserter.php:3689
411
  msgctxt "Footer code"
412
  msgid "DISABLED"
413
  msgstr "ONEMOGOČENA"
414
 
415
+ #: ad-inserter.php:3695
416
  msgid "JAVASCRIPT NOT WORKING"
417
  msgstr "JAVASCRIPT NE DELA"
418
 
419
+ #: ad-inserter.php:3695
420
  msgid "NO JAVASCRIPT ERRORS"
421
  msgstr "BREZ JAVASCRIPT NAPAK"
422
 
423
+ #: ad-inserter.php:3695
424
  msgid "JAVASCRIPT ERRORS"
425
  msgstr "JAVASCRIPT NAPAKE"
426
 
427
  #. translators: block name (block with default settings)
428
+ #: ad-inserter.php:6257
429
  msgctxt "Block name"
430
  msgid "Default"
431
  msgstr "Privzeti"
432
 
433
  #. translators: %s: Ad Inserter
434
+ #: ad-inserter.php:6963
435
  msgid "Error importing %s settings."
436
  msgstr "Napaka pri uvozu %s nastavitev."
437
 
438
+ #: ad-inserter.php:6964
439
  msgid "Error importing settings for block"
440
  msgid_plural "Error importing settings for blocks:"
441
  msgstr[0] "Napaka pri uvozu nastavitev za blok"
443
  msgstr[2] "Napaka pri uvozu nastavitev za bloke:"
444
  msgstr[3] "Napaka pri uvozu nastavitev za bloke:"
445
 
446
+ #: ad-inserter.php:7017
447
  msgid "Settings saved."
448
  msgstr "Nastavitve shranjene."
449
 
450
  #. translators: %s: Ad Inserter
451
+ #: ad-inserter.php:7019
452
  msgid "Invalid data received - %s settings not saved."
453
  msgstr "Prejeti neveljavni podatki - nastavitve %s niso shranjene."
454
 
455
+ #: ad-inserter.php:7118
456
  msgid "Settings cleared."
457
  msgstr "Nastavitve ponastavljene."
458
 
459
  #. Translators: Post/Static page must have between X and Y words
460
+ #: ad-inserter.php:7524 ad-inserter.php:7526 ad-inserter.php:7549
461
+ #: settings.php:2239
462
  msgid "word"
463
  msgid_plural "words"
464
  msgstr[0] "besedo"
466
  msgstr[2] "besede"
467
  msgstr[3] "besed"
468
 
469
+ #: ad-inserter.php:7563 ad-inserter.php:7694
470
  msgid "HTML TAGS REMOVED"
471
  msgstr "HTML ZNAČKE ODSTRANJENE"
472
 
473
+ #: ad-inserter.php:7770
474
  msgid "BEFORE COMMENTS"
475
  msgstr "PRED KOMENTARJI"
476
 
477
+ #: ad-inserter.php:7899
478
  msgid "AFTER COMMENTS"
479
  msgstr "PO KOMETARJIH"
480
 
481
+ #: ad-inserter.php:7983
482
  msgid "BETWEEN COMMENTS"
483
  msgstr "MED KOMENTARJI"
484
 
485
+ #: ad-inserter.php:9992 ad-inserter.php:10075
486
  msgctxt "category name"
487
  msgid "Uncategorized"
488
  msgstr "Nekategorizirano"
489
 
490
+ #: ad-inserter.php:10303
491
  msgid "requires WordPress 4.6 or newer"
492
  msgstr "potrebuje WordPress 4.6 ali novejši"
493
 
494
+ #: ad-inserter.php:10303
495
  msgid "Please update!"
496
  msgstr "Prosimo, posodobite!"
497
 
498
  #. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
499
  #. name with HTML tags will be added)
500
+ #: ad-inserter.php:10568
501
  msgid "Thank you for installing"
502
  msgstr "Hvala za namestitev vtičnika"
503
 
504
  #. translators: Opt-in message: %s: HTML tags
505
+ #: ad-inserter.php:10570
506
  msgid ""
507
  "We would like to %s track its usage %s on your site. This is completely "
508
  "optional and can be disabled at any time."
510
  "Radi bi %s sledili njegovi uporabi %s na vašem spletnem mestu. To je povsem "
511
  "izbirno in se lahko izključi kadarkoli."
512
 
513
+ #: ad-inserter.php:10572
514
  msgid ""
515
  "We don't record any sensitive data, only information regarding the WordPress "
516
  "environment and plugin usage, which will help us to make improvements to the "
520
  "uporabe vtičnika, kar nam bo omogočilo izdelavo izboljšav za vtičnik."
521
 
522
  #. translators: Deactivation message: %s: HTML tags
523
+ #: ad-inserter.php:10609
524
  msgid ""
525
  "Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
526
  "help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
531
  "nam %s in poskušali vam bomo pomagati."
532
 
533
  #. translators: %s: Ad Inserter
534
+ #: ad-inserter.php:10653
535
  msgid "%s block."
536
  msgstr "%s blok."
537
 
538
  #. translators: widget title
539
+ #: ad-inserter.php:10669 ad-inserter.php:10704
540
  msgid "Processing log"
541
  msgstr "Dnevnik procesiranja"
542
 
543
  #. translators: widget title
544
+ #: ad-inserter.php:10671 ad-inserter.php:10705
545
  msgid "Dummy widget"
546
  msgstr "Prazen gradnik"
547
 
548
  #. translators: widget title
549
+ #: ad-inserter.php:10673 ad-inserter.php:10703
550
  msgid "Debugging tools"
551
  msgstr "Orodja za razhroščevanje"
552
 
553
  #. translators: block status (widget title)
554
+ #: ad-inserter.php:10680
555
  msgctxt "block"
556
  msgid "PAUSED"
557
  msgstr "USTAVLJEN"
558
 
559
+ #: ad-inserter.php:10681
560
  msgid "WIDGET DISABLED"
561
  msgstr "GRADNIK ONEMOGOČEN"
562
 
563
+ #: ad-inserter.php:10682
564
  msgid "Unknown block"
565
  msgstr "Neznan blok"
566
 
567
+ #: ad-inserter.php:10690 includes/functions-check-now.php:3261
568
+ #: includes/functions.old.php:3186 includes/functions.php:3614
569
+ #: settings.php:1268
570
  msgid "Title"
571
  msgstr "Naslov"
572
 
573
+ #: ad-inserter.php:10712
574
  msgctxt "Widget"
575
  msgid "Sticky"
576
  msgstr "Lepljiv"
577
 
578
+ #: ad-inserter.php:10761
579
  msgid ""
580
  "Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
581
  "Inserter you need to first deactivate Ad Inserter Pro."
584
  "aktiven! Za aktivacijo vtičnika Ad Inserter morate najprej onemogočiti Ad "
585
  "Inserter Pro."
586
 
587
+ #: ad-inserter.php:10762
588
  msgid ""
589
  "<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
590
  "will clear all settings that are available only in the Pro version "
595
  "različici (dodatne nastavitve blokov in vtičnika)!"
596
 
597
  #. translators: %s: Ad Inserter
598
+ #: class.php:556 class.php:565 class.php:568
599
  msgid "PHP error in %s block"
600
  msgstr "PHP napaka v bloku %s"
601
 
602
+ #: class.php:2346
603
  msgid "Counters"
604
  msgstr "Števci"
605
 
606
+ #: class.php:2350
607
  msgid "Content"
608
  msgstr "Vsebina"
609
 
610
+ #: class.php:2355
611
  msgid "Excerpt"
612
  msgstr "Izvleček"
613
 
614
+ #: class.php:2360 strings.php:17
615
  msgid "Before post"
616
  msgstr "Pred prispevkom"
617
 
618
+ #: class.php:2365 strings.php:18
619
  msgid "After post"
620
  msgstr "Za prispevkom"
621
 
622
+ #: class.php:2370 strings.php:25
623
  msgid "Between posts"
624
  msgstr "Med prispevki"
625
 
626
+ #: class.php:2375 settings.php:1973 settings.php:4376
627
  msgid "Widget"
628
  msgstr "Gradnik"
629
 
630
+ #: class.php:2380 settings.php:4374
631
  msgid "PHP function call"
632
  msgstr "Klic PHP funkcije"
633
 
634
  #. Translators: %s: custom hook name
635
+ #: class.php:2390
636
  msgid "Custom hook %s call"
637
  msgstr "Klic ročice po meri %s"
638
 
639
+ #: class.php:2426
640
  msgid "AJAX REQUEST"
641
  msgstr "AJAX ZAHTEVEK"
642
 
643
+ #: class.php:2429
644
  msgid "Ajax request for block in iframe"
645
  msgstr "Ajax zahtevek za blok v iframe-u"
646
 
647
+ #: class.php:2463
648
  msgid "Ajax request url, click to open it in a new tab"
649
  msgstr "Url Ajax zahtevka, kliknite, da ga odprete v novem zavihku"
650
 
651
+ #: class.php:2466
652
  msgid "IN THE LOOP"
653
  msgstr "V ZANKI"
654
 
655
+ #: class.php:2466
656
  msgid "YES"
657
  msgstr "DA"
658
 
659
+ #: class.php:2466
660
  msgid "NO"
661
  msgstr "NE"
662
 
663
+ #: class.php:2501
664
  msgid "BLOCK"
665
  msgstr "BLOK"
666
 
667
+ #: class.php:2501
668
  msgctxt "block or widget"
669
  msgid "INSERTED BUT NOT VISIBLE"
670
  msgstr "VSTAVLJEN, VENDAR NI VIDEN"
671
 
672
+ #: class.php:2732
673
  msgctxt "viewports"
674
  msgid "ALL"
675
  msgstr "VSI"
676
 
677
+ #: class.php:2765 class.php:2807 class.php:4163 strings.php:279
678
  msgctxt "Block"
679
  msgid "HIDDEN"
680
  msgstr "SKRIT"
681
 
682
+ #: class.php:2814 class.php:4166 strings.php:278
683
  msgctxt "Block"
684
  msgid "VISIBLE"
685
  msgstr "VIDEN"
686
 
687
+ #: class.php:3380 class.php:3458
688
  msgid "ACTIVE GROUPS"
689
  msgstr "AKTIVNE SKUPINE"
690
 
691
+ #: class.php:3862
692
  msgid "start='%s' end='%s' days='%s' type='%s'"
693
  msgstr "začetek='%s' konec='%s' dnevi='%s' tip='%s'"
694
 
695
  #. translators: %s: list parameters and type
696
+ #: class.php:3870
697
  msgid "parameters='%s' type='%s'"
698
  msgstr "parametri='%s' tip='%s'"
699
 
700
  #. translators: %s: list parameters and type
701
+ #: class.php:3872
702
  msgid "referers='%s' type='%s'"
703
  msgstr "napotitelji='%s' tip='%s'"
704
 
705
  #. translators: %s: list parameters and type
706
+ #: class.php:3874
707
  msgid "clients='%s' type='%s'"
708
  msgstr "odjemalci='%s' tip='%s'"
709
 
710
  #. translators: %s: list parameters and type
711
+ #: class.php:4046
712
  msgid "countries='%s' type='%s'"
713
  msgstr "države='%s' tip='%s'"
714
 
715
  #. translators: %s: list parameters and type
716
+ #: class.php:4048
717
  msgid "ip addresses='%s' type='%s'"
718
  msgstr "ip naslovi='%s' tip='%s'"
719
 
720
+ #: class.php:4163 class.php:4166
721
  msgid "viewport='%s' type='%s'"
722
  msgstr "pogled='%s' tip='%s'"
723
 
724
+ #: class.php:4567 strings.php:272
725
  msgid "BEFORE"
726
  msgstr "PRED"
727
 
728
+ #: class.php:4575 strings.php:274
729
  msgid "PREPEND CONTENT"
730
  msgstr "DODAJ PRED VSEBINO"
731
 
732
+ #: class.php:4579 strings.php:275
733
  msgid "APPEND CONTENT"
734
  msgstr "DODAJ ZA VSEBINO"
735
 
736
+ #: class.php:4583 strings.php:276
737
  msgid "REPLACE CONTENT"
738
  msgstr "NADOMESTI VSEBINO"
739
 
740
+ #: class.php:4587 strings.php:277
741
  msgid "REPLACE ELEMENT"
742
  msgstr "NADOMESTI ELEMENT"
743
 
744
+ #: class.php:4598 strings.php:273
745
  msgid "AFTER"
746
  msgstr "ZA"
747
 
748
+ #: class.php:4664 includes/preview.php:2369 includes/preview.php:2406
749
  msgid "Code"
750
  msgstr "Koda"
751
 
752
+ #: class.php:4667
753
  msgid "for block"
754
  msgstr "za blok"
755
 
756
+ #: class.php:8739
757
  msgid ""
758
  "ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
759
  "extension for PHP."
761
  "NAPAKA: razred DOMDocument ni bil najden. Vaš ponudnik gostovanja mora "
762
  "namestiti DOM razširitev za PHP."
763
 
764
+ #: includes/editor.php:4 includes/placeholders.php:350
765
  #: includes/preview.php:2310 strings.php:285
766
  msgid "Use"
767
  msgstr "Uporabi"
770
  msgid "Reset"
771
  msgstr "Ponastavi"
772
 
773
+ #: includes/editor.php:6 includes/placeholders.php:352
774
+ #: includes/preview.php:2313 settings.php:3699 strings.php:227 strings.php:284
775
  msgid "Cancel"
776
  msgstr "Prekliči"
777
 
798
  msgstr "STRAN BLOKIRANA"
799
 
800
  #: includes/functions-check-now.php:288 includes/functions.old.php:289
801
+ #: includes/functions.php:308
802
  msgid "%d of %d names shown"
803
  msgstr "Prikazanih %d od %d imen"
804
 
805
  #. translators: %s: name filter
806
  #: includes/functions-check-now.php:307 includes/functions.old.php:308
807
+ #: includes/functions.php:327
808
  msgid "No name matches filter"
809
  msgstr "Noben podatek ne ustreza filtru"
810
 
811
  #. translators: %s: Ad Inserter Pro
812
  #: includes/functions-check-now.php:396 includes/functions.old.php:383
813
+ #: includes/functions.php:409
814
  msgid ""
815
  "Import %s settings when saving - if checked, the encoded settings below will "
816
  "be imported for all blocks and settings"
819
  "nastavitve spodaj uvozile za vse bloke in nastavitve"
820
 
821
  #: includes/functions-check-now.php:396 includes/functions.old.php:383
822
+ #: includes/functions.php:409
823
  msgid "Import Settings for"
824
  msgstr "Uvozi Nastavitve za"
825
 
826
  #: includes/functions-check-now.php:400 includes/functions.old.php:387
827
+ #: includes/functions.php:413
828
  msgid "Saved settings for"
829
  msgstr "Shranjene nastavitve za"
830
 
831
  #: includes/functions-check-now.php:420 includes/functions.old.php:407
832
+ #: includes/functions.php:433
833
  msgid "License Key"
834
  msgstr "Licenčni Ključ"
835
 
836
  #: includes/functions-check-now.php:423 includes/functions.old.php:410
837
+ #: includes/functions.php:436
838
  msgid "License Key for"
839
  msgstr "Licenčni Ključ za"
840
 
841
  #: includes/functions-check-now.php:425 includes/functions.old.php:413
842
+ #: includes/functions.php:438
843
  msgid "Open license page"
844
  msgstr "Odpri licenčno stran"
845
 
846
  #: includes/functions-check-now.php:432 includes/functions.old.php:421
847
+ #: includes/functions.php:445
848
  msgid "Hide license key"
849
  msgstr "Skrij licenčni ključ"
850
 
851
  #: includes/functions-check-now.php:432 includes/functions.old.php:421
852
+ #: includes/functions.php:445
853
  msgid "Hide key"
854
  msgstr "Skrij ključ"
855
 
856
  #: includes/functions-check-now.php:447 includes/functions.old.php:436
857
+ #: includes/functions.php:460
858
  msgid "Main content element"
859
  msgstr "Glavni element vsebine"
860
 
861
  #: includes/functions-check-now.php:450 includes/functions.old.php:439
862
+ #: includes/functions.php:463
863
  msgid ""
864
  "Main content element (#id or .class) for 'Stick to the content' position. "
865
  "Leave empty unless position is not properly calculated."
868
  "Pustite prazno razen v primeru, ko položaj ni pravilno izračunan."
869
 
870
  #: includes/functions-check-now.php:451 includes/functions.old.php:440
871
+ #: includes/functions.php:464 settings.php:1419 settings.php:1459
872
+ #: settings.php:2914
873
  msgid "Open HTML element selector"
874
  msgstr "Odpri izbirnik HTML elementa"
875
 
876
  #: includes/functions-check-now.php:456 includes/functions.old.php:445
877
+ #: includes/functions.php:469
878
  msgid "Lazy loading offset"
879
  msgstr "Zamik za leno nalaganje"
880
 
881
  #: includes/functions-check-now.php:459 includes/functions.old.php:448
882
+ #: includes/functions.php:472
883
  msgid "Offset of the block from the visible viewport when it should be loaded"
884
  msgstr "Zamik bloka od vidnega pogleda, ko bi ta moral biti naložen"
885
 
886
  #: includes/functions-check-now.php:470 includes/functions.old.php:459
887
+ #: includes/functions.php:483
888
  msgid "Export / Import Block Settings"
889
  msgstr "Izvozi / Uvozi Nastavitve Bloka"
890
 
891
  #: includes/functions-check-now.php:485 includes/functions.old.php:474
892
+ #: includes/functions.php:498
893
  msgid "Track impressions and clicks for this block"
894
  msgstr "Sledi prikazom in klikom za ta blok"
895
 
896
  #: includes/functions-check-now.php:485 includes/functions.old.php:474
897
+ #: includes/functions.php:498
898
  msgid " - global tracking disabled"
899
  msgstr " - globalno sledenje onemogočeno"
900
 
901
  #: includes/functions-check-now.php:492 includes/functions.old.php:481
902
+ #: includes/functions.php:506 includes/functions.php:3372
903
  msgid "Generate PDF report"
904
  msgstr "Generiraj PDF poročilo"
905
 
906
  #: includes/functions-check-now.php:497 includes/functions.old.php:486
907
+ #: includes/functions.php:520
908
  msgid "Open public report"
909
  msgstr "Odpri javno poročilo"
910
 
911
  #: includes/functions-check-now.php:511 includes/functions.old.php:500
912
+ #: includes/functions.php:534
913
  msgid "Toggle Ad Blocking Statistics"
914
  msgstr "Preklopi Statistiko Blokiranja Oglasov"
915
 
916
  #: includes/functions-check-now.php:519 includes/functions-check-now.php:3035
917
  #: includes/functions.old.php:508 includes/functions.old.php:2960
918
+ #: includes/functions.php:542 includes/functions.php:3353
919
  msgid "Toggle Statistics"
920
  msgstr "Preklopi Statistiko"
921
 
922
+ #: includes/functions-check-now.php:528 includes/functions.php:551
923
  msgid "Pin list"
924
  msgstr "Pripni seznam"
925
 
926
  #. translators: %s: Ad Inserter Pro
927
  #: includes/functions-check-now.php:543 includes/functions.old.php:524
928
+ #: includes/functions.php:566
929
  msgid "%s license key is not set. Continue?"
930
  msgstr "%s licenčni ključ ni nastavljen. Nadaljujem?"
931
 
932
  #. translators: %s: Ad Inserter Pro
933
  #: includes/functions-check-now.php:547 includes/functions.old.php:528
934
+ #: includes/functions.php:570
935
  msgid "Invalid %s license key. Continue?"
936
  msgstr "Neveljaven %s licenčni ključ. Nadaljujem?"
937
 
938
  #. translators: %s: Ad Inserter Pro
939
  #: includes/functions-check-now.php:551 includes/functions.old.php:532
940
+ #: includes/functions.php:574
941
  msgid "%s license overused. Continue?"
942
  msgstr "%s licenca prekomerno uporabljena. Nadaljujem?"
943
 
944
  #: includes/functions-check-now.php:555 includes/functions.old.php:536
945
+ #: includes/functions.php:582 settings.php:1173 settings.php:2350
946
  msgid "Save Settings"
947
  msgstr "Shrani Nastavitve"
948
 
949
  #: includes/functions-check-now.php:615 includes/functions.old.php:596
950
+ #: includes/functions.php:642 includes/preview.php:2502
951
  msgid "Horizontal position"
952
  msgstr "Vodoravni položaj"
953
 
954
  #: includes/functions-check-now.php:638 includes/functions.old.php:619
955
+ #: includes/functions.php:667
956
  msgid ""
957
  "Horizontal margin from the content or screen edge, empty means default value "
958
  "from CSS"
961
  "iz CSS"
962
 
963
  #: includes/functions-check-now.php:646 includes/functions.old.php:627
964
+ #: includes/functions.php:675 includes/preview.php:2562
965
  msgid "Vertical position"
966
  msgstr "Navpični položaj"
967
 
968
  #: includes/functions-check-now.php:661 includes/functions.old.php:642
969
+ #: includes/functions.php:690
970
  msgid ""
971
  "Vertical margin from the top or bottom screen edge, empty means default "
972
  "value from CSS"
975
  "iz CSS"
976
 
977
  #: includes/functions-check-now.php:686 includes/functions.old.php:667
978
+ #: includes/functions.php:718 includes/preview.php:2617
979
  msgid "Animation"
980
  msgstr "Animacija"
981
 
982
  #: includes/functions-check-now.php:704 includes/functions.old.php:685
983
+ #: includes/functions.php:737
984
  msgid "Trigger"
985
  msgstr "Sporžilec"
986
 
987
  #: includes/functions-check-now.php:713 includes/functions.old.php:694
988
+ #: includes/functions.php:746
989
  msgid ""
990
  "Trigger value: page scroll in %, page scroll in px or element with selector "
991
  "(#id or .class) becomes visible"
994
  "selektorjem (#id ali .razred) postane viden"
995
 
996
  #: includes/functions-check-now.php:717 includes/functions.old.php:698
997
+ #: includes/functions.php:750
998
  msgid "Offset"
999
  msgstr "Zamik"
1000
 
1001
  #: includes/functions-check-now.php:717 includes/functions.old.php:698
1002
+ #: includes/functions.php:750
1003
  msgid "Offset of trigger element"
1004
  msgstr "Zamik sprožilnega elementa"
1005
 
1006
  #: includes/functions-check-now.php:721 includes/functions.old.php:702
1007
+ #: includes/functions.php:754 settings.php:1474
1008
  msgid "Delay"
1009
  msgstr "Zakasnitev"
1010
 
1011
  #: includes/functions-check-now.php:721 includes/functions.old.php:702
1012
+ #: includes/functions.php:754
1013
  msgid "Delay animation after trigger condition"
1014
  msgstr "Zakasni animacijo po izpolnitvi pogoja sprožilca"
1015
 
1016
  #: includes/functions-check-now.php:725 includes/functions.old.php:706
1017
+ #: includes/functions.php:758
1018
  msgid "Trigger once"
1019
  msgstr "Sproži enkrat"
1020
 
1021
  #: includes/functions-check-now.php:727 includes/functions.old.php:708
1022
+ #: includes/functions.php:760
1023
  msgid "Trigger animation only once"
1024
  msgstr "Sproži animacijo samo enkrat"
1025
 
1026
  #: includes/functions-check-now.php:769 includes/functions-check-now.php:2528
1027
  #: includes/functions-check-now.php:2545 includes/functions.old.php:750
1028
  #: includes/functions.old.php:2453 includes/functions.old.php:2470
1029
+ #: includes/functions.php:868 includes/functions.php:2811
1030
+ #: includes/functions.php:2827
1031
  msgid "Tracking is globally disabled"
1032
  msgstr "Sledenje je globalno onemogočeno"
1033
 
1034
  #: includes/functions-check-now.php:773 includes/functions-check-now.php:2532
1035
  #: includes/functions-check-now.php:2549 includes/functions.old.php:754
1036
  #: includes/functions.old.php:2457 includes/functions.old.php:2474
1037
+ #: includes/functions.php:872 includes/functions.php:2815
1038
+ #: includes/functions.php:2831
1039
  msgid "Tracking for this block is disabled"
1040
  msgstr "Sledenje za ta blok je onemogočeno"
1041
 
1042
  #: includes/functions-check-now.php:780 includes/functions.old.php:761
1043
+ #: includes/functions.php:879
1044
  msgid "Double click to toggle controls in public reports"
1045
  msgstr "Dvojni klik za preklop kontrol v javnih poročilih"
1046
 
1047
  #: includes/functions-check-now.php:786 includes/functions.old.php:767
1048
+ #: includes/functions.php:885 settings.php:3634 settings.php:3670
1049
+ #: settings.php:3712 strings.php:240
1050
  msgid "Loading..."
1051
  msgstr "Nalagam..."
1052
 
1053
  #: includes/functions-check-now.php:807 includes/functions.old.php:788
1054
+ #: includes/functions.php:906
1055
  msgid ""
1056
  "Clear statistics data for the selected range - clear both dates to delete "
1057
  "all data for this block"
1060
  "brisanje vseh podatkov za ta blok"
1061
 
1062
  #: includes/functions-check-now.php:811 includes/functions.old.php:792
1063
+ #: includes/functions.php:910
1064
  msgid "Auto refresh data for the selected range every 60 seconds"
1065
  msgstr "Samodejna osvežitev podatkov za izbrano obdobje vsakih 60 sekund"
1066
 
1067
  #: includes/functions-check-now.php:814 includes/functions-check-now.php:5389
1068
  #: includes/functions.old.php:795 includes/functions.old.php:5262
1069
+ #: includes/functions.php:913 includes/functions.php:6289
1070
  msgid "Load data for last month"
1071
  msgstr "Naloži podatke za zadnji mesec"
1072
 
1073
  #: includes/functions-check-now.php:814 includes/functions-check-now.php:5389
1074
  #: includes/functions.old.php:795 includes/functions.old.php:5262
1075
+ #: includes/functions.php:913 includes/functions.php:6289
1076
  msgid "Last Month"
1077
  msgstr "Zadnji Mesec"
1078
 
1079
  #: includes/functions-check-now.php:817 includes/functions-check-now.php:5392
1080
  #: includes/functions.old.php:798 includes/functions.old.php:5265
1081
+ #: includes/functions.php:916 includes/functions.php:6292
1082
  msgid "Load data for this month"
1083
  msgstr "Naloži podatke za ta mesec"
1084
 
1085
  #: includes/functions-check-now.php:817 includes/functions-check-now.php:5392
1086
  #: includes/functions.old.php:798 includes/functions.old.php:5265
1087
+ #: includes/functions.php:916 includes/functions.php:6292
1088
  msgid "This Month"
1089
  msgstr "Ta Mesec"
1090
 
1091
  #: includes/functions-check-now.php:820 includes/functions-check-now.php:5395
1092
  #: includes/functions.old.php:801 includes/functions.old.php:5268
1093
+ #: includes/functions.php:919 includes/functions.php:6295
1094
  msgid "Load data for this year"
1095
  msgstr "Naloži podatke za to leto"
1096
 
1097
  #: includes/functions-check-now.php:820 includes/functions-check-now.php:5395
1098
  #: includes/functions.old.php:801 includes/functions.old.php:5268
1099
+ #: includes/functions.php:919 includes/functions.php:6295
1100
  msgid "This Year"
1101
  msgstr "To Leto"
1102
 
1103
  #: includes/functions-check-now.php:823 includes/functions-check-now.php:5398
1104
  #: includes/functions.old.php:804 includes/functions.old.php:5271
1105
+ #: includes/functions.php:922 includes/functions.php:6298
1106
  msgid "Load data for the last 15 days"
1107
  msgstr "Naloži podatke za zadnjih 15 dni"
1108
 
1109
  #: includes/functions-check-now.php:826 includes/functions-check-now.php:5401
1110
  #: includes/functions.old.php:807 includes/functions.old.php:5274
1111
+ #: includes/functions.php:925 includes/functions.php:6301
1112
  msgid "Load data for the last 30 days"
1113
  msgstr "Naloži podatke za zadnjih 30 dni"
1114
 
1115
  #: includes/functions-check-now.php:829 includes/functions-check-now.php:5404
1116
  #: includes/functions.old.php:810 includes/functions.old.php:5277
1117
+ #: includes/functions.php:928 includes/functions.php:6304
1118
  msgid "Load data for the last 90 days"
1119
  msgstr "Naloži podatke za zadnjih 90 dni"
1120
 
1121
  #: includes/functions-check-now.php:832 includes/functions-check-now.php:5407
1122
  #: includes/functions.old.php:813 includes/functions.old.php:5280
1123
+ #: includes/functions.php:931 includes/functions.php:6307
1124
  msgid "Load data for the last 180 days"
1125
  msgstr "Naloži podatke za zadnjih 180 dni"
1126
 
1127
  #: includes/functions-check-now.php:835 includes/functions-check-now.php:5410
1128
  #: includes/functions.old.php:816 includes/functions.old.php:5283
1129
+ #: includes/functions.php:934 includes/functions.php:6310
1130
  msgid "Load data for the last 365 days"
1131
  msgstr "Naloži podatke za zadnjih 365 dni"
1132
 
1133
  #: includes/functions-check-now.php:845 includes/functions-check-now.php:5420
1134
  #: includes/functions.old.php:826 includes/functions.old.php:5293
1135
+ #: includes/functions.php:944 includes/functions.php:6320
1136
  msgid "Load data for the selected range"
1137
  msgstr "Naloži podatke za izbrano obdobje"
1138
 
1139
  #: includes/functions-check-now.php:861 includes/functions.old.php:842
1140
+ #: includes/functions.php:960
1141
  msgid ""
1142
  "Import settings when saving - if checked, the encoded settings below will be "
1143
  "imported for this block"
1146
  "nastavitve spodaj uvozile za ta blok"
1147
 
1148
  #: includes/functions-check-now.php:861 includes/functions.old.php:842
1149
+ #: includes/functions.php:960
1150
  msgid "Import settings for block"
1151
  msgstr "Uvozi nastavitve za blok"
1152
 
1153
  #: includes/functions-check-now.php:865 includes/functions.old.php:846
1154
+ #: includes/functions.php:964
1155
  msgid ""
1156
  "Import block name when saving - if checked and 'Import settings for block' "
1157
  "is also checked, the name from encoded settings below will be imported for "
1162
  "uvozilo za ta blok"
1163
 
1164
  #: includes/functions-check-now.php:865 includes/functions.old.php:846
1165
+ #: includes/functions.php:964
1166
  msgid "Import block name"
1167
  msgstr "Uvozi ime bloka"
1168
 
1169
  #: includes/functions-check-now.php:869 includes/functions.old.php:850
1170
+ #: includes/functions.php:968
1171
  msgid "Saved settings for block"
1172
  msgstr "Shranjene nastavitve za blok"
1173
 
1174
  #: includes/functions-check-now.php:882 includes/functions.old.php:863
1175
+ #: includes/functions.php:981
1176
  msgid "Export / Import Ad Inserter Pro Settings"
1177
  msgstr "Izvozi / Uvozi Ad Inserter Pro Nastavitve"
1178
 
1179
  #: includes/functions-check-now.php:892 includes/functions.old.php:873
1180
+ #: includes/functions.php:991
1181
  msgid "Are you sure you want to clear all statistics data for all blocks?"
1182
  msgstr ""
1183
  "Ali ste prepričani, da želite pobrisati vse podatke o statistiki za vse "
1184
  "bloke?"
1185
 
1186
  #: includes/functions-check-now.php:894 includes/functions.old.php:875
1187
+ #: includes/functions.php:993
1188
  msgid "Clear All Statistics Data"
1189
  msgstr "Pobriši Vse Podatke o Statistiki"
1190
 
1191
  #: includes/functions-check-now.php:921 includes/functions.old.php:902
1192
+ #: includes/functions.php:1023
1193
  msgid "Toggle country/city editor"
1194
  msgstr "Preklopi urejevalnik držav/mest"
1195
 
1196
  #: includes/functions-check-now.php:927 includes/functions.old.php:908
1197
+ #: includes/functions.php:1029
1198
  msgid "IP Addresses"
1199
  msgstr "IP Naslovi"
1200
 
1201
  #: includes/functions-check-now.php:930 includes/functions.old.php:911
1202
+ #: includes/functions.php:1032
1203
  msgid "Toggle IP address editor"
1204
  msgstr "Preklopi urejevalnik IP nslovov"
1205
 
1206
  #: includes/functions-check-now.php:933 includes/functions.old.php:914
1207
+ #: includes/functions.php:1035
1208
  msgid ""
1209
  "Comma separated IP addresses, you can also use partial IP addresses with * "
1210
  "(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
1213
  "naslov-začetek*. *ip-naslov-vzorec*, *ip-naslov-konec)"
1214
 
1215
  #: includes/functions-check-now.php:937 includes/functions.old.php:918
1216
+ #: includes/functions.php:1044
1217
  msgid "Blacklist IP addresses"
1218
  msgstr "Črni seznam IP naslovov"
1219
 
1220
  #: includes/functions-check-now.php:941 includes/functions.old.php:922
1221
+ #: includes/functions.php:1048
1222
  msgid "Whitelist IP addresses"
1223
  msgstr "Beli seznam IP naslovov"
1224
 
1225
  #: includes/functions-check-now.php:952 includes/functions.old.php:933
1226
+ #: includes/functions.php:1059
1227
  msgid "Countries"
1228
  msgstr "Države"
1229
 
1230
  #: includes/functions-check-now.php:953 includes/functions.old.php:934
1231
+ #: includes/functions.php:1060
1232
  msgid "Cities"
1233
  msgstr "Mesta"
1234
 
1235
  #: includes/functions-check-now.php:957 includes/functions-check-now.php:3000
1236
  #: includes/functions.old.php:938 includes/functions.old.php:2925
1237
+ #: includes/functions.php:1064 includes/functions.php:3318
1238
  msgid "Toggle country editor"
1239
  msgstr "Preklopi urejevalnik držav"
1240
 
1241
  #: includes/functions-check-now.php:960 includes/functions.old.php:941
1242
+ #: includes/functions.php:1067
1243
  msgid "Toggle city editor"
1244
  msgstr "Preklopi urejevalnik mest"
1245
 
1246
  #: includes/functions-check-now.php:964 includes/functions-check-now.php:3003
1247
  #: includes/functions.old.php:945 includes/functions.old.php:2928
1248
+ #: includes/functions.php:1071 includes/functions.php:3321
1249
  msgid "Comma separated country ISO Alpha-2 codes"
1250
  msgstr "Z vejico ločene ISO Alpha-2 kode držav"
1251
 
1252
  #: includes/functions-check-now.php:968 includes/functions.old.php:949
1253
+ #: includes/functions.php:1080
1254
  msgid "Blacklist countries"
1255
  msgstr "Črni seznam držav"
1256
 
1257
  #: includes/functions-check-now.php:972 includes/functions.old.php:953
1258
+ #: includes/functions.php:1084
1259
  msgid "Whitelist countries"
1260
  msgstr "Beli seznam držav"
1261
 
1262
  #: includes/functions-check-now.php:1382 includes/functions-check-now.php:1681
1263
  #: includes/functions.old.php:1361 includes/functions.old.php:1608
1264
+ #: includes/functions.php:1542 includes/functions.php:1852
1265
  msgid "Enter license key"
1266
  msgstr "Vnesite licenčni ključ"
1267
 
1268
  #. translators: %s: Ad Inserter Pro
1269
  #: includes/functions-check-now.php:1388 includes/functions.old.php:1367
1270
+ #: includes/functions.php:1548
1271
  msgid ""
1272
  "%s license key is not set. Plugin functionality is limited and updates are "
1273
  "disabled."
1276
  "posodobitve onemogočene."
1277
 
1278
  #. translators: %s: Ad Inserter Pro
1279
+ #: includes/functions-check-now.php:1402 includes/functions.php:1562
1280
  msgid "Warning: %s plugin update server is not accessible"
1281
  msgstr "Opozorilo: %s strežnik za posodobitve vtičnika ni dosegljiv"
1282
 
1283
  #. translators: updates are not available
1284
+ #: includes/functions-check-now.php:1404 includes/functions.php:1564
1285
  msgid "updates"
1286
  msgstr "posodobitve"
1287
 
1288
  #. translators: updates are not available
1289
+ #: includes/functions-check-now.php:1406 includes/functions.php:1566
1290
  msgid "are not available"
1291
  msgstr "niso na razpolago"
1292
 
1293
  #: includes/functions-check-now.php:1411 includes/functions-check-now.php:1690
1294
  #: includes/functions.old.php:1379 includes/functions.old.php:1617
1295
+ #: includes/functions.php:1571 includes/functions.php:1861
1296
  msgid "Check license key"
1297
  msgstr "Preverite licenčni ključ"
1298
 
1299
  #. translators: %s: Ad Inserter Pro
1300
  #: includes/functions-check-now.php:1417 includes/functions.old.php:1385
1301
+ #: includes/functions.php:1577
1302
  msgid "Invalid %s license key."
1303
  msgstr "Neveljaven %s licenčni ključ."
1304
 
1305
  #. translators: %s: Ad Inserter Pro
1306
  #: includes/functions-check-now.php:1426 includes/functions.old.php:1394
1307
+ #: includes/functions.php:1586
1308
  msgid "%s license expired. Plugin updates are disabled."
1309
  msgstr "%s licenca je potekla. Posodobitve vtičnika so onemogočene."
1310
 
1311
  #: includes/functions-check-now.php:1427 includes/functions.old.php:1395
1312
+ #: includes/functions.php:1587
1313
  msgid "Renew license"
1314
  msgstr "Obnovite licenco"
1315
 
1316
  #. translators: %s: Ad Inserter Pro
1317
  #: includes/functions-check-now.php:1435 includes/functions.old.php:1403
1318
+ #: includes/functions.php:1595
1319
  msgid "%s license overused. Plugin updates are disabled."
1320
  msgstr ""
1321
  "%s licenca je prekomerno uporabljena. Posodobitve vtičnika so onemogočene."
1322
 
1323
  #: includes/functions-check-now.php:1436 includes/functions.old.php:1404
1324
+ #: includes/functions.php:1596
1325
  msgid "Manage licenses"
1326
  msgstr "Upravljajte z licencami"
1327
 
1328
  #: includes/functions-check-now.php:1436 includes/functions.old.php:1404
1329
+ #: includes/functions.php:1596
1330
  msgid "Upgrade license"
1331
  msgstr "Nadgradite licenco"
1332
 
1333
  #. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
1334
  #: includes/functions-check-now.php:1683 includes/functions.old.php:1610
1335
+ #: includes/functions.php:1854
1336
  msgid ""
1337
  "%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
1338
  "limited and updates are disabled."
1342
 
1343
  #. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
1344
  #: includes/functions-check-now.php:1692 includes/functions.old.php:1619
1345
+ #: includes/functions.php:1863
1346
  msgid "%1$s Warning: %2$s Invalid %3$s license key."
1347
  msgstr "%1$s Opozorilo: %2$s Neveljaven %3$s licenčni ključ."
1348
 
1349
  #. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
1350
  #: includes/functions-check-now.php:1708 includes/functions.old.php:1635
1351
+ #: includes/functions.php:1879
1352
  msgid ""
1353
  "Hey, %1$s license has expired - plugin updates are now disabled. Please "
1354
  "renew the license to enable updates. Check %2$s what you are missing. %3$s"
1359
 
1360
  #. translators: 1, 3: HTML tags, 2: percentage
1361
  #: includes/functions-check-now.php:1715 includes/functions.old.php:1642
1362
+ #: includes/functions.php:1886
1363
  msgid ""
1364
  "During the license period and 30 days after the license has expired we offer "
1365
  "%1$s %2$s discount on all license renewals and license upgrades. %3$s"
1368
  "%2$s popust na vse obnovitve in nadgradnje licenc. %3$s"
1369
 
1370
  #: includes/functions-check-now.php:1725 includes/functions.old.php:1652
1371
+ #: includes/functions.php:1896
1372
  msgid "No, thank you."
1373
  msgstr "Ne, hvala."
1374
 
1375
  #: includes/functions-check-now.php:1728 includes/functions.old.php:1655
1376
+ #: includes/functions.php:1899
1377
  msgid "Not now, maybe later."
1378
  msgstr "Ne zdaj, mogoče kasneje."
1379
 
1380
  #: includes/functions-check-now.php:1742 includes/functions.old.php:1669
1381
+ #: includes/functions.php:1913
1382
  msgid "Renew the licence"
1383
  msgstr "Obnovi licenco"
1384
 
1385
  #: includes/functions-check-now.php:1744 includes/functions.old.php:1671
1386
+ #: includes/functions.php:1915
1387
  msgid "Update license status"
1388
  msgstr "Posodobi status licence"
1389
 
1390
  #. translators: 1, 2, 4, 5, 6, 7: HTML tags, 3: Ad Inserter Pro
1391
  #: includes/functions-check-now.php:1755 includes/functions.old.php:1682
1392
+ #: includes/functions.php:1928
1393
  msgid ""
1394
  "%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
1395
  "Manage licenses %5$s &mdash; %6$s Upgrade license %7$s"
1400
 
1401
  #. Translators: %s: HTML tag
1402
  #: includes/functions-check-now.php:1777 includes/functions.old.php:1704
1403
+ #: includes/functions.php:1983
1404
  msgid "Warning: %s MaxMind IP geolocation database not found."
1405
  msgstr "Opozorilo: %s MaxMind IP geolocijska podatkovna baza ni najdena."
1406
 
1407
  #: includes/functions-check-now.php:2330 includes/functions.old.php:2255
1408
+ #: includes/functions.php:2604
1409
  msgid "Geolocation"
1410
  msgstr "Geolokacija"
1411
 
1412
  #: includes/functions-check-now.php:2334 includes/functions.old.php:2259
1413
+ #: includes/functions.php:2608 settings.php:4363
1414
  msgid "Exceptions"
1415
  msgstr "Izjeme"
1416
 
1417
  #: includes/functions-check-now.php:2339 includes/functions.old.php:2264
1418
+ #: includes/functions.php:2613
1419
  msgid "Multisite"
1420
  msgstr "Multisite"
1421
 
1422
  #: includes/functions-check-now.php:2344 includes/functions.old.php:2269
1423
+ #: includes/functions.php:2618 settings.php:4369
1424
  msgid "Tracking"
1425
  msgstr "Sledenje"
1426
 
1427
  #. translators: %d: days, hours, minutes
1428
  #: includes/functions-check-now.php:2375 includes/functions.old.php:2300
1429
+ #: includes/functions.php:2649
1430
  msgid "Scheduled in %d days %d hours %d minutes"
1431
  msgstr "Planirano v %d dneh %d urah %d minutah"
1432
 
1433
  #. translators: %s: HTML dash separator, %d: days, hours, minutes, &mdash; is
1434
  #. HTML code for long dash separator
1435
  #: includes/functions-check-now.php:2384 includes/functions.old.php:2309
1436
+ #: includes/functions.php:2658
1437
  msgid "Active %s expires in %d days %d hours %d minutes"
1438
  msgstr "Aktivno %s poteče v %d dneh %d urah %d minutah"
1439
 
1440
  #: includes/functions-check-now.php:2388 includes/functions.old.php:2313
1441
+ #: includes/functions.php:2662
1442
  msgid "Expired"
1443
  msgstr "Poteklo"
1444
 
1445
  #: includes/functions-check-now.php:2396 includes/functions.old.php:2321
1446
+ #: includes/functions.php:2688 settings.php:1529 settings.php:1544
1447
+ #: settings.php:1666 settings.php:2237
1448
  msgid "and"
1449
  msgstr "in"
1450
 
1451
  #: includes/functions-check-now.php:2399 includes/functions.old.php:2324
1452
+ #: includes/functions.php:2670
1453
  msgid "fallback"
1454
  msgstr "rezerva"
1455
 
1456
  #: includes/functions-check-now.php:2400 includes/functions.old.php:2325
1457
+ #: includes/functions.php:2671
1458
  msgid "Block to be used when scheduling expires"
1459
  msgstr "Blok, ki se bo uporabil, ko urnik poteče"
1460
 
1461
  #: includes/functions-check-now.php:2425 includes/functions.old.php:2350
1462
+ #: includes/functions.php:2708
1463
  msgid "Load in iframe"
1464
  msgstr "Naloži v iframe-u"
1465
 
1466
  #: includes/functions-check-now.php:2429 includes/functions.old.php:2354
1467
+ #: includes/functions.php:2712 includes/placeholders.php:387 settings.php:1137
1468
+ #: settings.php:2264
1469
  msgid "Width"
1470
  msgstr "Širina"
1471
 
1472
  #: includes/functions-check-now.php:2430 includes/functions.old.php:2355
1473
+ #: includes/functions.php:2713
1474
  msgid "iframe width, empty means full width (100%)"
1475
  msgstr "širina iframe-a, prazno pomeni polna širina (100%)"
1476
 
1477
  #: includes/functions-check-now.php:2436 includes/functions.old.php:2361
1478
+ #: includes/functions.php:2719 includes/placeholders.php:382 settings.php:1143
1479
+ #: settings.php:2268
1480
  msgid "Height"
1481
  msgstr "Višina"
1482
 
1483
  #: includes/functions-check-now.php:2437 includes/functions.old.php:2362
1484
+ #: includes/functions.php:2720
1485
  msgid "iframe height, empty means adjust it to iframe content height"
1486
  msgstr ""
1487
  "Višina iframe-a, prazno pomeni poravnavo glede na višino vsebine iframe-a"
1488
 
1489
  #: includes/functions-check-now.php:2444 includes/functions.old.php:2369
1490
+ #: includes/functions.php:2727
1491
  msgid "Ad label in iframe"
1492
  msgstr "Oznaka oglasa v iframe-u"
1493
 
1494
  #: includes/functions-check-now.php:2449 includes/functions.old.php:2374
1495
+ #: includes/functions.php:2732
1496
  msgid "Preview iframe code"
1497
  msgstr "Predpreglej kodo iframe"
1498
 
1499
  #: includes/functions-check-now.php:2449 includes/functions.old.php:2374
1500
+ #: includes/functions.php:2732 includes/preview.php:2322 settings.php:1168
1501
+ #: settings.php:2976
1502
  msgid "Preview"
1503
  msgstr "Predogled"
1504
 
1505
  #: includes/functions-check-now.php:2463 includes/functions.old.php:2388
1506
+ #: includes/functions.php:2746 settings.php:4370
1507
  msgid "Limits"
1508
  msgstr "Omejitve"
1509
 
1510
  #: includes/functions-check-now.php:2468 includes/functions-check-now.php:4366
1511
  #: includes/functions-check-now.php:4429 includes/functions.old.php:2393
1512
  #: includes/functions.old.php:4266 includes/functions.old.php:4329
1513
+ #: includes/functions.php:2751 includes/functions.php:5124
1514
+ #: includes/functions.php:5189 settings.php:2397
1515
  msgid "Ad Blocking"
1516
  msgstr "Blokiranje Oglasov"
1517
 
1518
  #. translators: 1, 2 and 3, 4: HTML tags
1519
  #: includes/functions-check-now.php:2477 includes/functions.old.php:2402
1520
+ #: includes/functions.php:2760
1521
  msgid ""
1522
  "%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
1523
  "for tracking!"
1528
  #. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
1529
  #. header
1530
  #: includes/functions-check-now.php:2486 includes/functions.old.php:2411
1531
+ #: includes/functions.php:2769
1532
  msgid ""
1533
  "%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
1534
  "enabled and automatic insertion %6$s!"
1537
  "izhoda %5$s omogočeno in samodejno vstavljanje %6$s!"
1538
 
1539
  #: includes/functions-check-now.php:2553 includes/functions.old.php:2478
1540
+ #: includes/functions.php:2835
1541
  msgid "Click fraud protection is globally disabled"
1542
  msgstr "Zaščita pred goljufijo s kliki je globalno onemogočena"
1543
 
1544
  #: includes/functions-check-now.php:2557 includes/functions.old.php:2482
1545
+ #: includes/functions.php:2839
1546
  msgid "Max clicks per time period are not defined"
1547
  msgstr "Največje število klikov na časovno enoto ni definirano"
1548
 
1549
  #. Translators: Max n impressions
1550
  #: includes/functions-check-now.php:2571 includes/functions.old.php:2496
1551
+ #: includes/functions.php:2853
1552
  msgid "General limits"
1553
  msgstr "Splošne omejitve"
1554
 
1556
  #: includes/functions-check-now.php:2577 includes/functions-check-now.php:2589
1557
  #: includes/functions-check-now.php:2674 includes/functions.old.php:2502
1558
  #: includes/functions.old.php:2514 includes/functions.old.php:2599
1559
+ #: includes/functions.php:2859 includes/functions.php:2871
1560
+ #: includes/functions.php:2956
1561
  msgid "Current value"
1562
  msgstr "Trenutna vrednost"
1563
 
1577
  #: includes/functions.old.php:2550 includes/functions.old.php:2560
1578
  #: includes/functions.old.php:2606 includes/functions.old.php:2615
1579
  #: includes/functions.old.php:2633 includes/functions.old.php:2642
1580
+ #: includes/functions.php:2878 includes/functions.php:2888
1581
+ #: includes/functions.php:2907 includes/functions.php:2917
1582
+ #: includes/functions.php:2963 includes/functions.php:2972
1583
+ #: includes/functions.php:2990 includes/functions.php:2999 settings.php:2149
1584
  msgid "Max"
1585
  msgstr "Največ"
1586
 
1587
  #: includes/functions-check-now.php:2597 includes/functions.old.php:2522
1588
+ #: includes/functions.php:2879
1589
  msgid ""
1590
  "Maximum number of impressions for this block. Empty means no general "
1591
  "impression limit."
1601
  #: includes/functions-check-now.php:2684 includes/functions-check-now.php:2693
1602
  #: includes/functions.old.php:2524 includes/functions.old.php:2534
1603
  #: includes/functions.old.php:2609 includes/functions.old.php:2618
1604
+ #: includes/functions.php:2881 includes/functions.php:2891
1605
+ #: includes/functions.php:2966 includes/functions.php:2975
1606
  msgid "impression"
1607
  msgid_plural "impressions"
1608
  msgstr[0] "prikaz"
1611
  msgstr[3] "prikazov"
1612
 
1613
  #: includes/functions-check-now.php:2607 includes/functions.old.php:2532
1614
+ #: includes/functions.php:2889
1615
  msgid ""
1616
  "Maximum number of impressions per time period. Empty means no time limit."
1617
  msgstr ""
1626
  #: includes/functions-check-now.php:2697 includes/functions-check-now.php:2724
1627
  #: includes/functions.old.php:2538 includes/functions.old.php:2567
1628
  #: includes/functions.old.php:2622 includes/functions.old.php:2649
1629
+ #: includes/functions.php:2895 includes/functions.php:2924
1630
+ #: includes/functions.php:2979 includes/functions.php:3006
1631
  msgid "per"
1632
  msgstr "na"
1633
 
1634
  #: includes/functions-check-now.php:2614 includes/functions-check-now.php:2643
1635
  #: includes/functions.old.php:2539 includes/functions.old.php:2568
1636
+ #: includes/functions.php:2896 includes/functions.php:2925
1637
  msgid "Time period in days. Empty means no time limit."
1638
  msgstr "Časovno obdobje v dneh. Prazno pomeni brez časovnih omejitev."
1639
 
1648
  #: includes/functions.old.php:2541 includes/functions.old.php:2570
1649
  #: includes/functions.old.php:2625 includes/functions.old.php:2652
1650
  #: includes/functions.old.php:2758 includes/functions.old.php:3086
1651
+ #: includes/functions.php:2898 includes/functions.php:2927
1652
+ #: includes/functions.php:2982 includes/functions.php:3009
1653
+ #: includes/functions.php:3115 includes/functions.php:3483 strings.php:218
1654
  #: strings.php:219 strings.php:220 strings.php:221 strings.php:222
1655
  #: strings.php:223
1656
  msgid "day"
1661
  msgstr[3] "dni"
1662
 
1663
  #: includes/functions-check-now.php:2626 includes/functions.old.php:2551
1664
+ #: includes/functions.php:2908
1665
  msgid ""
1666
  "Maximum number of clicks on this block. Empty means no general click limit."
1667
  msgstr ""
1677
  #: includes/functions-check-now.php:4577 includes/functions.old.php:2553
1678
  #: includes/functions.old.php:2563 includes/functions.old.php:2636
1679
  #: includes/functions.old.php:2645 includes/functions.old.php:4477
1680
+ #: includes/functions.php:2910 includes/functions.php:2920
1681
+ #: includes/functions.php:2993 includes/functions.php:3002
1682
+ #: includes/functions.php:5475
1683
  msgid "click"
1684
  msgid_plural "clicks"
1685
  msgstr[0] "klik"
1688
  msgstr[3] "klikov"
1689
 
1690
  #: includes/functions-check-now.php:2636 includes/functions.old.php:2561
1691
+ #: includes/functions.php:2918
1692
  msgid "Maximum number of clicks per time period. Empty means no time limit."
1693
  msgstr ""
1694
  "Največje število klikov na časovno enoto. Prazno pomeni brez časovnih "
1695
  "omejitev."
1696
 
1697
  #: includes/functions-check-now.php:2661 includes/functions.old.php:2586
1698
+ #: includes/functions.php:2943
1699
  msgid "Individual visitor limits"
1700
  msgstr "Omejitve posameznih obiskovalcev"
1701
 
1702
  #: includes/functions-check-now.php:2665 includes/functions-check-now.php:2667
1703
  #: includes/functions.old.php:2590 includes/functions.old.php:2592
1704
+ #: includes/functions.php:2947 includes/functions.php:2949
1705
  msgid ""
1706
  "When specified number of clicks on this block for a visitor will be reached "
1707
  "in the specified time period, all blocks that have click fraud protection "
1714
  "pred goljufijo s kliki."
1715
 
1716
  #: includes/functions-check-now.php:2667 includes/functions.old.php:2592
1717
+ #: includes/functions.php:2949
1718
  msgid "Trigger click fraud protection"
1719
  msgstr "Sproži zaščito pred goljufijo s kliki"
1720
 
1721
  #: includes/functions-check-now.php:2682 includes/functions.old.php:2607
1722
+ #: includes/functions.php:2964
1723
  msgid ""
1724
  "Maximum number of impressions of this block for each visitor. Empty means no "
1725
  "impression limit."
1728
  "pomeni brez omejitev prikazov."
1729
 
1730
  #: includes/functions-check-now.php:2691 includes/functions.old.php:2616
1731
+ #: includes/functions.php:2973
1732
  msgid ""
1733
  "Maximum number of impressions per time period for each visitor. Empty means "
1734
  "no impression limit per time period for visitors."
1738
 
1739
  #: includes/functions-check-now.php:2698 includes/functions-check-now.php:2725
1740
  #: includes/functions.old.php:2623 includes/functions.old.php:2650
1741
+ #: includes/functions.php:2980 includes/functions.php:3007
1742
  msgid ""
1743
  "Time period in days. Use decimal value (with decimal point) for shorter "
1744
  "periods. Empty means no time limit."
1747
  "krajša obdobja. Prazno pomeni brez časovne omejitve."
1748
 
1749
  #: includes/functions-check-now.php:2709 includes/functions.old.php:2634
1750
+ #: includes/functions.php:2991
1751
  msgid ""
1752
  "Maximum number of clicks on this block for each visitor. Empty means no "
1753
  "click limit."
1756
  "brez omejitev klikov."
1757
 
1758
  #: includes/functions-check-now.php:2718 includes/functions.old.php:2643
1759
+ #: includes/functions.php:3000
1760
  msgid ""
1761
  "Maximum number of clicks per time period for each visitor. Empty means no "
1762
  "click limit per time period for visitors."
1765
  "pomeni brez omejitev klikov na časovno enoto za obiskovalce."
1766
 
1767
  #: includes/functions-check-now.php:2744 includes/functions.old.php:2669
1768
+ #: includes/functions.php:3026
1769
  msgid "When ad blocking is detected"
1770
  msgstr "Ko je blokiranje oglasov zaznano"
1771
 
1772
  #: includes/functions-check-now.php:2753 includes/functions.old.php:2678
1773
+ #: includes/functions.php:3035
1774
  msgid "replacement"
1775
  msgstr "nadomestek"
1776
 
1777
  #: includes/functions-check-now.php:2754 includes/functions.old.php:2679
1778
+ #: includes/functions.php:3036
1779
  msgid "Block to be shown when ad blocking is detected"
1780
  msgstr "Blok, ki naj bo prikazan, ko je zaznano blokiranje oglasov"
1781
 
1782
  #: includes/functions-check-now.php:2755 includes/functions.old.php:2680
1783
+ #: includes/functions.php:3037
1784
  msgctxt "replacement"
1785
  msgid "None"
1786
  msgstr "Noben"
1787
 
1788
  #: includes/functions-check-now.php:2772 includes/functions-check-now.php:5612
1789
  #: includes/functions.old.php:2697 includes/functions.old.php:5484
1790
+ #: includes/functions.php:3054 includes/functions.php:6533
1791
  msgid "Close button"
1792
  msgstr "Gumb Zapri"
1793
 
1794
  #: includes/functions-check-now.php:2824 includes/functions.old.php:2749
1795
+ #: includes/functions.php:3106
1796
  msgid "Auto close after"
1797
  msgstr "Ssamodejno zapri po"
1798
 
1799
  #: includes/functions-check-now.php:2825 includes/functions.old.php:2750
1800
+ #: includes/functions.php:3107
1801
  msgid ""
1802
  "Time in seconds in which the ad will automatically close. Leave empty to "
1803
  "disable auto closing."
1807
 
1808
  #. Translators: Don't show for x days
1809
  #: includes/functions-check-now.php:2830 includes/functions.old.php:2755
1810
+ #: includes/functions.php:3112
1811
  msgid "Don't show for"
1812
  msgstr "Ne prikaži"
1813
 
1814
  #: includes/functions-check-now.php:2831 includes/functions.old.php:2756
1815
+ #: includes/functions.php:3113
1816
  msgid ""
1817
  "Time in days in which closed ad will not be shown again. Use decimal value "
1818
  "(with decimal point) for shorter time period or leave empty to show it again "
1824
 
1825
  #. Translators: Delay showing for x pageviews
1826
  #: includes/functions-check-now.php:2851 includes/functions.old.php:2776
1827
+ #: includes/functions.php:3133
1828
  msgid "Delay showing for"
1829
  msgstr "Zakasni prikaz za"
1830
 
1831
  #: includes/functions-check-now.php:2852 includes/functions.old.php:2777
1832
+ #: includes/functions.php:3134
1833
  msgid ""
1834
  "Number of pageviews before the code is inserted (and ad displayed). Leave "
1835
  "empty to insert the code for the first pageview."
1841
  #. Translators: Show every x pageviews
1842
  #: includes/functions-check-now.php:2854 includes/functions-check-now.php:2861
1843
  #: includes/functions.old.php:2779 includes/functions.old.php:2786
1844
+ #: includes/functions.php:3136 includes/functions.php:3143
1845
  msgid "pageview"
1846
  msgid_plural "pageviews"
1847
  msgstr[0] "ogled strani"
1851
 
1852
  #. Translators: Show every x pageviews
1853
  #: includes/functions-check-now.php:2858 includes/functions.old.php:2783
1854
+ #: includes/functions.php:3140
1855
  msgid "Show every"
1856
  msgid_plural "Show every"
1857
  msgstr[0] "Prikaži vsak"
1860
  msgstr[3] "Prikaži vsakih"
1861
 
1862
  #: includes/functions-check-now.php:2859 includes/functions.old.php:2784
1863
+ #: includes/functions.php:3141
1864
  msgid ""
1865
  "Number of pageviews to insert the code again. Leave empty to insert the code "
1866
  "for every pageview."
1869
  "vstavljanje kode pri vsakem ogledu strani."
1870
 
1871
  #: includes/functions-check-now.php:2878 includes/functions.old.php:2803
1872
+ #: includes/functions.php:3164
1873
  msgid "Lazy loading"
1874
  msgstr "Leno nalaganje"
1875
 
1876
  #. Translators: %s MaxMind
1877
  #: includes/functions-check-now.php:2935 includes/functions.old.php:2860
1878
+ #: includes/functions.php:3242
1879
  msgid "This product includes GeoLite2 data created by %s"
1880
  msgstr "Ta izdelek vsebuje %s GeoLite2 podatke"
1881
 
1882
  #: includes/functions-check-now.php:2946 includes/functions.old.php:2871
1883
+ #: includes/functions.php:3255
1884
  msgid "IP geolocation database"
1885
  msgstr "Podatkovna baza za IP geolokacijo"
1886
 
1887
  #: includes/functions-check-now.php:2949 includes/functions.old.php:2874
1888
+ #: includes/functions.php:3258
1889
  msgid "Select IP geolocation database."
1890
  msgstr "Izberite podatkovno bazo za IP geolokacijo."
1891
 
1892
  #: includes/functions-check-now.php:2960 includes/functions.old.php:2885
1893
+ #: includes/functions.php:3269
1894
  msgid "Automatic database updates"
1895
  msgstr "Samodejna posodobitev podatkovne baze"
1896
 
1897
  #: includes/functions-check-now.php:2963 includes/functions.old.php:2888
1898
+ #: includes/functions.php:3272
1899
  msgid ""
1900
  "Automatically download and update free GeoLite2 IP geolocation database by "
1901
  "MaxMind"
1904
  "podatkovno bazo MaxMind"
1905
 
1906
  #: includes/functions-check-now.php:2971 includes/functions.old.php:2896
1907
+ #: includes/functions.php:3289
1908
  msgid "Database"
1909
  msgstr "Podatkovna baza"
1910
 
1911
  #: includes/functions-check-now.php:2974 includes/functions.old.php:2899
1912
+ #: includes/functions.php:3292
1913
  msgid ""
1914
  "Aabsolute path starting with '/' or relative path to the MaxMind database "
1915
  "file"
1919
 
1920
  #. translators: %d: group number
1921
  #: includes/functions-check-now.php:2992 includes/functions.old.php:2917
1922
+ #: includes/functions.php:3310
1923
  msgid "Group %d"
1924
  msgstr "Skupina %d"
1925
 
1926
  #: includes/functions-check-now.php:2998 includes/functions.old.php:2923
1927
+ #: includes/functions.php:3316
1928
  msgid "countries"
1929
  msgstr "države"
1930
 
1931
  #: includes/functions-check-now.php:3043 includes/functions.old.php:2968
1932
+ #: includes/functions.php:3361
1933
  msgid ""
1934
  "Enable impression and click tracking. You also need to enable tracking for "
1935
  "each block you want to track."
1942
  msgstr "Generiraj poročilo"
1943
 
1944
  #: includes/functions-check-now.php:3058 includes/functions.old.php:2983
1945
+ #: includes/functions.php:3380
1946
  msgid "Impression and Click Tracking"
1947
  msgstr "Sledenje Prikazov in Klikov"
1948
 
1949
  #: includes/functions-check-now.php:3059 includes/functions.old.php:2984
1950
+ #: includes/functions.php:3381 settings.php:2864
1951
  msgctxt "ad blocking detection"
1952
  msgid "NOT ENABLED"
1953
  msgstr "NI OMOGOČENO"
1954
 
1955
  #: includes/functions-check-now.php:3075 includes/functions.old.php:3000
1956
+ #: includes/functions.php:3397
1957
  msgid "Internal"
1958
  msgstr "Notranje"
1959
 
1960
  #: includes/functions-check-now.php:3079 includes/functions.old.php:3004
1961
+ #: includes/functions.php:3401
1962
  msgid "Track impressions and clicks with internal tracking and statistics"
1963
  msgstr "Sledi prikazom in klikom z notranjim sledenjem in statistiko"
1964
 
1965
  #: includes/functions-check-now.php:3084 includes/functions.old.php:3009
1966
+ #: includes/functions.php:3406
1967
  msgid "External"
1968
  msgstr "Zunanje"
1969
 
1970
  #: includes/functions-check-now.php:3088 includes/functions.old.php:3013
1971
+ #: includes/functions.php:3410
1972
  msgid ""
1973
  "Track impressions and clicks with Google Analytics or Matomo (needs tracking "
1974
  "code installed)"
1977
  "kodo za sledenje)"
1978
 
1979
  #: includes/functions-check-now.php:3093 includes/functions.old.php:3018
1980
+ #: includes/functions.php:3415
1981
  msgid "Track Pageviews"
1982
  msgstr "Sledi Ogledom Strani"
1983
 
1984
  #: includes/functions-check-now.php:3099 includes/functions.old.php:3024
1985
+ #: includes/functions.php:3421
1986
  msgid "Track Pageviews by Device (as configured for viewports)"
1987
  msgstr "Sledi Ogledom Strani po Napravah (kot so nastavljene za poglede)"
1988
 
1989
  #: includes/functions-check-now.php:3109 includes/functions.old.php:3034
1990
+ #: includes/functions.php:3431
1991
  msgid "Track for Logged in Users"
1992
  msgstr "Sledi za Prijavljene Upor."
1993
 
1994
  #: includes/functions-check-now.php:3115 includes/functions.old.php:3040
1995
+ #: includes/functions.php:3437
1996
  msgid "Track impressions and clicks from logged in users"
1997
  msgstr "Sledi prikazom in klikom neprijavljenih uporabnikov"
1998
 
1999
  #: includes/functions-check-now.php:3125 includes/functions.old.php:3050
2000
+ #: includes/functions.php:3447
2001
  msgid "Click Detection"
2002
  msgstr "Zaznavanje klikov"
2003
 
2004
  #: includes/functions-check-now.php:3131 includes/functions.old.php:3056
2005
+ #: includes/functions.php:3453
2006
  msgid ""
2007
  "Standard method detects clicks only on banners with links, Advanced method "
2008
  "can detect clicks on any kind of ads, but it is slightly less accurate"
2011
  "lahko zazna klike na kateremkoli oglasu, ampak je rahlo manj zanesljiv"
2012
 
2013
  #: includes/functions-check-now.php:3150 includes/functions.old.php:3075
2014
+ #: includes/functions.php:3472
2015
  msgid "Click fraud protection"
2016
  msgstr "Zaščita pred goljufijo s kliki"
2017
 
2018
  #: includes/functions-check-now.php:3154 includes/functions.old.php:3079
2019
+ #: includes/functions.php:3476
2020
  msgid "Globally enable click fraud protection for selected blocks."
2021
  msgstr "Globalno omogočite zaščito pred goljufijo s kliki za izbrane bloke."
2022
 
2023
  #: includes/functions-check-now.php:3160 includes/functions.old.php:3085
2024
+ #: includes/functions.php:3482
2025
  msgid "Protection time"
2026
  msgstr "Čas zaščite"
2027
 
2028
  #: includes/functions-check-now.php:3161 includes/functions.old.php:3086
2029
+ #: includes/functions.php:3483
2030
  msgid ""
2031
  "Time period in days in which blocks with enabled click fraud protection will "
2032
  "be hidden. Use decimal value (with decimal point) for shorter periods."
2036
  "za krajša obdobja."
2037
 
2038
  #: includes/functions-check-now.php:3180 includes/functions.old.php:3105
2039
+ #: includes/functions.php:3502
2040
  msgid "Report header image"
2041
  msgstr "Slika v glavi poročila"
2042
 
2043
  #: includes/functions-check-now.php:3183 includes/functions.old.php:3108
2044
+ #: includes/functions.php:3505
2045
  msgid ""
2046
  "Image or logo to be displayed in the header of the statistins report. "
2047
  "Aabsolute path starting with '/' or relative path to the image file. Clear "
2052
  "ponastavitev na privzeto sliko."
2053
 
2054
  #: includes/functions-check-now.php:3184 includes/functions.old.php:3109
2055
+ #: includes/functions.php:3506 strings.php:252
2056
  msgid "Select or upload header image"
2057
  msgstr "Izberi ali naloži sliko glave"
2058
 
2059
  #: includes/functions-check-now.php:3189 includes/functions.old.php:3114
2060
+ #: includes/functions.php:3511
2061
  msgid "Report header title"
2062
  msgstr "Naslov v glavi poročila"
2063
 
2064
  #: includes/functions-check-now.php:3192 includes/functions.old.php:3117
2065
+ #: includes/functions.php:3514
2066
  msgid ""
2067
  "Title to be displayed in the header of the statistics report. Text or HTML "
2068
  "code, clear to reset to default text."
2071
  "pobrišite za ponastavitev na privzeto besedilo."
2072
 
2073
  #: includes/functions-check-now.php:3197 includes/functions.old.php:3122
2074
+ #: includes/functions.php:3519
2075
  msgid "Report header description"
2076
  msgstr "Opis v glavi poročila"
2077
 
2078
  #: includes/functions-check-now.php:3200 includes/functions.old.php:3125
2079
+ #: includes/functions.php:3522
2080
  msgid ""
2081
  "Description to be displayed in the header of the statistics report. Text or "
2082
  "HTML code, clear to reset to default text."
2085
  "pobrišite za ponastavitev na privzeto besedilo."
2086
 
2087
  #: includes/functions-check-now.php:3205 includes/functions.old.php:3130
2088
+ #: includes/functions.php:3527
2089
  msgid "Report footer"
2090
  msgstr "Noga poročila"
2091
 
2092
  #: includes/functions-check-now.php:3208 includes/functions.old.php:3133
2093
+ #: includes/functions.php:3530
2094
  msgid ""
2095
  "Text to be displayed in the footer of the statistics report. Clear to reset "
2096
  "to default text."
2099
  "koda, pobrišite za ponastavitev na privzeto besedilo."
2100
 
2101
  #: includes/functions-check-now.php:3213 includes/functions.old.php:3138
2102
+ #: includes/functions.php:3535
2103
  msgid "Public report key"
2104
  msgstr "Ključ za javno poročilo"
2105
 
2106
  #: includes/functions-check-now.php:3216 includes/functions.old.php:3141
2107
+ #: includes/functions.php:3538
2108
  msgid "String to generate unique report IDs. Clear to reset to default value."
2109
  msgstr ""
2110
  "Niz za ustvaritev unikatnega IDja poročila. Pobrišite za ponastavitev na "
2111
  "privzeto vrednost."
2112
 
2113
  #: includes/functions-check-now.php:3248 includes/functions.old.php:3173
2114
+ #: includes/functions.php:3601
2115
  msgid "Are you sure you want to clear all exceptions for block"
2116
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok"
2117
 
2118
  #: includes/functions-check-now.php:3249 includes/functions.old.php:3174
2119
+ #: includes/functions.php:3602
2120
  msgid "Clear all exceptions for block"
2121
  msgstr "Pobriši vse izjeme za blok"
2122
 
2123
  #: includes/functions-check-now.php:3256 includes/functions.old.php:3181
2124
+ #: includes/functions.php:3609
2125
  msgid "Are you sure you want to clear all exceptions?"
2126
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme?"
2127
 
2128
  #: includes/functions-check-now.php:3256 includes/functions.old.php:3181
2129
+ #: includes/functions.php:3609
2130
  msgid "Clear all exceptions for all blocks"
2131
  msgstr "Pobriši vse izjeme za vse bloke"
2132
 
2133
  #: includes/functions-check-now.php:3261 includes/functions.old.php:3186
2134
+ #: includes/functions.php:3614 settings.php:3946 settings.php:4446
2135
  msgid "Type"
2136
  msgstr "Vrsta"
2137
 
2138
  #: includes/functions-check-now.php:3279 includes/functions.old.php:3204
2139
+ #: includes/functions.php:3632
2140
  msgid "View"
2141
  msgstr "Poglej"
2142
 
2143
  #: includes/functions-check-now.php:3280 includes/functions-check-now.php:3287
2144
  #: includes/functions-check-now.php:3291 includes/functions.old.php:3205
2145
  #: includes/functions.old.php:3212 includes/functions.old.php:3216
2146
+ #: includes/functions.php:3633 includes/functions.php:3640
2147
+ #: includes/functions.php:3644 includes/placeholders.php:351
2148
+ #: includes/preview.php:2692 settings.php:1405 settings.php:3703
2149
  msgid "Edit"
2150
  msgstr "Uredi"
2151
 
2152
  #: includes/functions-check-now.php:3310 includes/functions.old.php:3235
2153
+ #: includes/functions.php:3663
2154
  msgid "Are you sure you want to clear all exceptions for"
2155
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za"
2156
 
2157
  #: includes/functions-check-now.php:3311 includes/functions.old.php:3236
2158
+ #: includes/functions.php:3664
2159
  msgid "Clear all exceptions for"
2160
  msgstr "Pobriši vse izjeme za"
2161
 
2162
  #: includes/functions-check-now.php:3324 includes/functions.old.php:3249
2163
+ #: includes/functions.php:3677
2164
  msgid "No exceptions"
2165
  msgstr "Brez izjem"
2166
 
2167
  #. translators: %s: Ad Inserter Pro
2168
  #: includes/functions-check-now.php:3335 includes/functions.old.php:3260
2169
+ #: includes/functions.php:3688
2170
  msgid "%s options for network blogs"
2171
  msgstr "%s izbire za omrežne bloge"
2172
 
2173
  #. translators: %s: Ad Inserter Pro
2174
  #: includes/functions-check-now.php:3340 includes/functions.old.php:3265
2175
+ #: includes/functions.php:3693
2176
  msgid "Enable %s widgets for sub-sites"
2177
  msgstr "Omogoči %s gradnik za pod-spletišča"
2178
 
2179
  #: includes/functions-check-now.php:3340 includes/functions.old.php:3265
2180
+ #: includes/functions.php:3693
2181
  msgid "Widgets"
2182
  msgstr "Gradniki"
2183
 
2184
  #: includes/functions-check-now.php:3345 includes/functions.old.php:3270
2185
+ #: includes/functions.php:3698
2186
  msgid "Enable PHP code processing for sub-sites"
2187
  msgstr "Omogoči procesiranje PHP kode za pod-spletišča"
2188
 
2189
  #: includes/functions-check-now.php:3345 includes/functions.old.php:3270
2190
+ #: includes/functions.php:3698
2191
  msgid "PHP Processing"
2192
  msgstr "PHP Procesiranje"
2193
 
2194
  #. translators: %s: Ad Inserter Pro
2195
  #: includes/functions-check-now.php:3350 includes/functions.old.php:3275
2196
+ #: includes/functions.php:3703
2197
  msgid "Enable %s block exceptions in post/page editor for sub-sites"
2198
  msgstr ""
2199
  "Omogoči %s izjeme blokov v urejevalniku prispevkov/strani za pod-spletišča"
2200
 
2201
  #: includes/functions-check-now.php:3350 includes/functions.old.php:3275
2202
+ #: includes/functions.php:3703
2203
  msgid "Post/Page exceptions"
2204
  msgstr "Izjeme prispevkov/strani"
2205
 
2206
  #. translators: %s: Ad Inserter Pro
2207
  #: includes/functions-check-now.php:3355 includes/functions.old.php:3280
2208
+ #: includes/functions.php:3708
2209
  msgid "Enable %s settings page for sub-sites"
2210
  msgstr "Omogoči nastavitveno stran %s za pod-spletišča"
2211
 
2212
  #: includes/functions-check-now.php:3355 includes/functions.old.php:3280
2213
+ #: includes/functions.php:3708
2214
  msgid "Settings page"
2215
  msgstr "Stran z nastavitvami"
2216
 
2217
  #. translators: %s: Ad Inserter Pro
2218
  #: includes/functions-check-now.php:3360 includes/functions.old.php:3285
2219
+ #: includes/functions.php:3713
2220
  msgid "Enable %s settings of main site to be used for all blogs"
2221
  msgstr "Omogoči %s nastavitve glavnega spletišča za uporabo na vseh blogih"
2222
 
2223
  #: includes/functions-check-now.php:3360 includes/functions.old.php:3285
2224
+ #: includes/functions.php:3713
2225
  msgid "Main site settings used for all blogs"
2226
  msgstr "Nastavitve glavnega spletišča uporabljene na vseh blogih"
2227
 
2228
  #: includes/functions-check-now.php:3371 includes/functions.old.php:3296
2229
+ #: includes/functions.php:3729 settings.php:2863
2230
  msgid "Ad Blocking Detection"
2231
  msgstr "Zaznavanje Blokiranja Oglasov"
2232
 
2233
  #: includes/functions-check-now.php:3377 includes/functions.old.php:3302
2234
+ #: includes/functions.php:3735
2235
  msgid ""
2236
  "Standard method is reliable but should be used only if Advanced method does "
2237
  "not work. Advanced method recreates files used for detection with random "
2246
  #: includes/functions-check-now.php:4029 includes/functions-check-now.php:4119
2247
  #: includes/functions-check-now.php:4139 includes/functions.old.php:3929
2248
  #: includes/functions.old.php:4019 includes/functions.old.php:4039
2249
+ #: includes/functions.php:4566 includes/functions.php:4684
2250
+ #: includes/functions.php:4709
2251
  msgid "AD BLOCKING"
2252
  msgstr "BLOKIRANJE OGLASOV"
2253
 
2255
  #: includes/functions-check-now.php:4113 includes/functions-check-now.php:4140
2256
  #: includes/functions.old.php:3930 includes/functions.old.php:3970
2257
  #: includes/functions.old.php:4013 includes/functions.old.php:4040
2258
+ #: includes/functions.php:4567 includes/functions.php:4613
2259
+ #: includes/functions.php:4678 includes/functions.php:4710
2260
  msgid "BLOCK INSERTED BUT NOT VISIBLE"
2261
  msgstr "BLOK VSTAVLJEN, VENDAR NI VIDEN"
2262
 
2263
  #: includes/functions-check-now.php:4033 includes/functions-check-now.php:4112
2264
  #: includes/functions-check-now.php:4146 includes/functions.old.php:3933
2265
  #: includes/functions.old.php:4012 includes/functions.old.php:4046
2266
+ #: includes/functions.php:4570 includes/functions.php:4677
2267
+ #: includes/functions.php:4716
2268
  msgid "NO AD BLOCKING"
2269
  msgstr "NI BLOKIRANJA OGLASOV"
2270
 
2271
  #: includes/functions-check-now.php:4069 includes/functions-check-now.php:4076
2272
  #: includes/functions.old.php:3969 includes/functions.old.php:3976
2273
+ #: includes/functions.php:4612 includes/functions.php:4619
2274
  msgid "AD BLOCKING REPLACEMENT"
2275
  msgstr "NADOMESTEK V PRIMERU BLOKIRANJA OGLASOV"
2276
 
2277
  #: includes/functions-check-now.php:4219 includes/functions-check-now.php:4428
2278
  #: includes/functions.old.php:4119 includes/functions.old.php:4328
2279
+ #: includes/functions.php:4977 includes/functions.php:5188
2280
  msgid "Pageviews"
2281
  msgstr "Ogledi strani"
2282
 
2283
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2284
+ #: includes/functions.php:5123
2285
  msgctxt "Version"
2286
  msgid "Unknown"
2287
  msgstr "Neznana"
2288
 
2289
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2290
+ #: includes/functions.php:5123
2291
  msgctxt "Times"
2292
  msgid "DISPLAYED"
2293
  msgstr "PRIKAZANO"
2294
 
2295
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2296
+ #: includes/functions.php:5123
2297
  msgid "No version"
2298
  msgstr "Brez različice"
2299
 
2300
  #: includes/functions-check-now.php:4366 includes/functions.old.php:4266
2301
+ #: includes/functions.php:5124
2302
  msgctxt "Times"
2303
  msgid "BLOCKED"
2304
  msgstr "BLOKIRANO"
2305
 
2306
  #: includes/functions-check-now.php:4428 includes/functions.old.php:4328
2307
+ #: includes/functions.php:5188
2308
  msgid "Impressions"
2309
  msgstr "Prikazi"
2310
 
2311
  #: includes/functions-check-now.php:4429 includes/functions-check-now.php:4430
2312
  #: includes/functions-check-now.php:4485 includes/functions.old.php:4329
2313
  #: includes/functions.old.php:4330 includes/functions.old.php:4385
2314
+ #: includes/functions.php:5189 includes/functions.php:5190
2315
+ #: includes/functions.php:5383
2316
  msgid "Clicks"
2317
  msgstr "Kliki"
2318
 
2319
  #: includes/functions-check-now.php:4430 includes/functions.old.php:4330
2320
+ #: includes/functions.php:5190
2321
  msgid "events"
2322
  msgstr "dogodki"
2323
 
2324
  #: includes/functions-check-now.php:4431 includes/functions.old.php:4331
2325
+ #: includes/functions.php:5191
2326
  msgid "Ad Blocking Share"
2327
  msgstr "Delež blokiranja oglasov"
2328
 
2329
  #. translators: CTR as Click Through Rate
2330
  #: includes/functions-check-now.php:4431 includes/functions-check-now.php:4491
2331
  #: includes/functions.old.php:4331 includes/functions.old.php:4391
2332
+ #: includes/functions.php:5191 includes/functions.php:5389
2333
  msgid "CTR"
2334
  msgstr "CTR"
2335
 
2336
  #: includes/functions-check-now.php:4573 includes/functions.old.php:4473
2337
+ #: includes/functions.php:5471
2338
  msgid "pageviews"
2339
  msgid_plural "pageviews"
2340
  msgstr[0] "ogled strani"
2343
  msgstr[3] "ogledov strani"
2344
 
2345
  #: includes/functions-check-now.php:4573 includes/functions.old.php:4473
2346
+ #: includes/functions.php:5471
2347
  msgid "impressions"
2348
  msgid_plural "impressions"
2349
  msgstr[0] "prikaz"
2352
  msgstr[3] "prikazov"
2353
 
2354
  #: includes/functions-check-now.php:4577 includes/functions.old.php:4477
2355
+ #: includes/functions.php:5475
2356
  msgid "event"
2357
  msgid_plural "events"
2358
  msgstr[0] "dogodek"
2361
  msgstr[3] "dogodkov"
2362
 
2363
  #: includes/functions-check-now.php:4672 includes/functions.old.php:4572
2364
+ #: includes/functions.php:5570
2365
  msgctxt "Pageviews / Impressions"
2366
  msgid "Average"
2367
  msgstr "Povprečni"
2368
 
2369
  #: includes/functions-check-now.php:4693 includes/functions.old.php:4593
2370
+ #: includes/functions.php:5591
2371
  msgctxt "Ad Blocking / Clicks"
2372
  msgid "Average"
2373
  msgstr "Povprečno"
2374
 
2375
  #: includes/functions-check-now.php:4717 includes/functions.old.php:4617
2376
+ #: includes/functions.php:5615
2377
  msgctxt "Ad Blocking Share / CTR"
2378
  msgid "Average"
2379
  msgstr "Povprečni"
2382
  #: includes/functions-check-now.php:4899 includes/functions-check-now.php:4991
2383
  #: includes/functions-check-now.php:5334 includes/functions.old.php:4799
2384
  #: includes/functions.old.php:4891 includes/functions.old.php:5207
2385
+ #: includes/functions.php:5799 includes/functions.php:5891
2386
+ #: includes/functions.php:6234 strings.php:203
2387
  msgid "%s Report"
2388
  msgstr "%s Poročilo"
2389
 
2390
  #: includes/functions-check-now.php:5240 includes/functions.old.php:5113
2391
+ #: includes/functions.php:6140
2392
  msgid "for last month"
2393
  msgstr "za zadnji mesec"
2394
 
2395
  #: includes/functions-check-now.php:5245 includes/functions.old.php:5118
2396
+ #: includes/functions.php:6145
2397
  msgid "for this month"
2398
  msgstr "za ta mesec"
2399
 
2400
  #: includes/functions-check-now.php:5250 includes/functions.old.php:5123
2401
+ #: includes/functions.php:6150
2402
  msgid "for this year"
2403
  msgstr "za to leto"
2404
 
2405
  #: includes/functions-check-now.php:5255 includes/functions.old.php:5128
2406
+ #: includes/functions.php:6155
2407
  msgid "for the last 15 days"
2408
  msgstr "za zadnjih 15 dni"
2409
 
2410
  #: includes/functions-check-now.php:5260 includes/functions.old.php:5133
2411
+ #: includes/functions.php:6160
2412
  msgid "for the last 30 days"
2413
  msgstr "za zadnjih 30 dni"
2414
 
2415
  #: includes/functions-check-now.php:5265 includes/functions.old.php:5138
2416
+ #: includes/functions.php:6165
2417
  msgid "for the last 90 days"
2418
  msgstr "za zadnjih 90 dni"
2419
 
2420
  #: includes/functions-check-now.php:5270 includes/functions.old.php:5143
2421
+ #: includes/functions.php:6170
2422
  msgid "for the last 180 days"
2423
  msgstr "za zadnjih 180 dni"
2424
 
2425
  #: includes/functions-check-now.php:5275 includes/functions.old.php:5148
2426
+ #: includes/functions.php:6175
2427
  msgid "for the last 365 days"
2428
  msgstr "za zadnjih 365 dni"
2429
 
2430
+ #: includes/functions.php:513 includes/functions.php:3368
2431
  msgid "Generate CSV report"
2432
  msgstr "Generiraj CSV poročilo"
2433
 
2434
  #. translators: %s: Ad Inserter Pro
2435
+ #: includes/functions.php:578
2436
  msgid "Invalid %s version. Continue?"
2437
  msgstr "Neveljavna izdaja %s. Nadaljujem?"
2438
 
2439
+ #: includes/functions.php:770 includes/preview.php:2635
2440
  msgid "Background"
2441
  msgstr "Ozadje"
2442
 
2443
  #. translators: %s HTML body tag
2444
+ #: includes/functions.php:777
2445
  msgid "Set %s background"
2446
  msgstr "Nastavi ozadje za %s"
2447
 
2448
+ #: includes/functions.php:790
2449
  msgid "Image to be used for the background"
2450
  msgstr "Slika, ki bo uporabljena za ozadje"
2451
 
2452
+ #: includes/functions.php:795
2453
  msgid "Color"
2454
  msgstr "Barva"
2455
 
2456
+ #: includes/functions.php:796 includes/preview.php:2453
2457
  msgid "Color to be used for the background"
2458
  msgstr "Barva, ki bo uporabljena za ozadje"
2459
 
2460
+ #: includes/functions.php:799 includes/preview.php:2458
2461
  msgid "Image size"
2462
  msgstr "Velikost slike"
2463
 
2464
+ #: includes/functions.php:809
2465
  msgid "Repeat"
2466
  msgstr "Ponavljanje"
2467
 
2468
+ #: includes/functions.php:822
2469
  msgid "Select image"
2470
  msgstr "Izberi sliko"
2471
 
2472
+ #: includes/functions.php:1040 includes/functions.php:1076 settings.php:1792
2473
+ #: settings.php:1815 settings.php:1838 settings.php:1861 settings.php:1884
2474
+ #: settings.php:1907 settings.php:1929 settings.php:1951
2475
  msgid "Click to select black or white list"
2476
  msgstr "Klikni za za izbor črnega ali belega seznama"
2477
 
2478
  #. translators: %s: Ad Inserter Pro
2479
+ #: includes/functions.php:1604
2480
  msgid "Invalid %s version."
2481
  msgstr "Neveljavna izdaja %s."
2482
 
2483
+ #: includes/functions.php:1605
2484
  msgid "Check license"
2485
  msgstr "Preverite licenco"
2486
 
2487
+ #: includes/functions.php:1617
2488
  msgid "License"
2489
  msgstr "Licenca"
2490
 
2491
  #. translators: 1, 2, 4, 5: HTML tags, 3: Ad Inserter Pro
2492
+ #: includes/functions.php:1940
2493
  msgid "%1$s Warning: %2$s Wrong %3$s version. %4$s Check license %5$s"
2494
  msgstr "%1$s Opozorilo: %2$s Napačna izdaja %3$s. %4$s Preverite licenco %5$s"
2495
 
2496
  #. Translators: %s: HTML tags
2497
+ #: includes/functions.php:1988
2498
  msgid ""
2499
  "Warning: %s MaxMind license key not set. Please %s sign up for a GeoLite2 "
2500
  "account %s and create license key."
2502
  "Opozorilo: %s MaxMind licenčni ključ ni nastavljen. Prosimo, %s vpišite se "
2503
  "za GeoLite2 račun %s in ustvarite licenčni ključ."
2504
 
2505
+ #: includes/functions.php:2686
2506
  msgid "Start date"
2507
  msgstr "Začetni datum"
2508
 
2509
+ #: includes/functions.php:2686
2510
  msgid "Enter date in format yyyy-mm-dd"
2511
  msgstr "Vnesite datum v formatu yyyy-mm-dd"
2512
 
2513
+ #: includes/functions.php:2687
2514
  msgid "Start time"
2515
  msgstr "Začetni čas"
2516
 
2517
+ #: includes/functions.php:2687
2518
  msgid "Enter time in format hh:mm:ss, empty means 00:00:00"
2519
  msgstr "Vnesite čas v formatu hh:mm:ss, prazno pomeni 00:00:00"
2520
 
2521
+ #: includes/functions.php:2689
2522
  msgid "End date"
2523
  msgstr "Končni datum"
2524
 
2525
+ #: includes/functions.php:2690
2526
  msgid "End time"
2527
  msgstr "Končni čas"
2528
 
2529
+ #: includes/functions.php:2693
2530
  msgid "Select wanted days in week"
2531
  msgstr "Izberite želene dneve v tednu"
2532
 
2533
+ #: includes/functions.php:3025
2534
  msgid "Ad blocking detection is disabled"
2535
  msgstr "%s Zaznavanje blokiranja oglasov je onemogočeno %s"
2536
 
2537
+ #: includes/functions.php:3169
2538
  msgid "Protected"
2539
  msgstr "Zaščiten"
2540
 
2541
+ #: includes/functions.php:3172
2542
  msgid "Manual loading"
2543
  msgstr "Ročno nalaganje"
2544
 
2545
  #. Translators: %s HTML tags
2546
+ #: includes/functions.php:3244
2547
  msgid "Create and manage %s MaxMind license key %s"
2548
  msgstr "Ustvarite in upravljajte z %s MaxMind licenčnim ključem %s"
2549
 
2550
+ #: includes/functions.php:3280
2551
  msgid "MaxMind license key"
2552
  msgstr "MaxMind licenčni ključ"
2553
 
2554
+ #: includes/functions.php:3283
2555
  msgid "Enter license key obtained from MaxMind"
2556
  msgstr "Vnesite licenčni ključ, ki ste ga dobili od MaxMind"
2557
 
2558
+ #: includes/functions.php:3553
2559
  msgid "Event category"
2560
  msgstr "Kategorija dogodka"
2561
 
2562
+ #: includes/functions.php:3556
2563
  msgid ""
2564
  "Category name used for external tracking events. You can use tags to get the "
2565
  "event, the number or the name of the block that caused the event."
2567
  "Ime kategorije uporabljeno za dogodke za zunanje sledenje. Lahko uporabite "
2568
  "oznake za dogodek, številko ali ime bloka, ki je povzročil dogodek."
2569
 
2570
+ #: includes/functions.php:3561
2571
  msgid "Event action"
2572
  msgstr "Akcija dogodka"
2573
 
2574
+ #: includes/functions.php:3564
2575
  msgid ""
2576
  "Action name used for external tracking events. You can use tags to get the "
2577
  "event, the number or the name of the block that caused the event."
2579
  "Ime akcije uporabljeno za dogodke za zunanje sledenje. Lahko uporabite "
2580
  "oznake za dogodek, številko ali ime bloka, ki je povzročil dogodek."
2581
 
2582
+ #: includes/functions.php:3569
2583
  msgid "Event label"
2584
  msgstr "Oznaka dogodka"
2585
 
2586
+ #: includes/functions.php:3572
2587
  msgid ""
2588
  "Label name used for external tracking events. You can use tags to get the "
2589
  "event, the number or the name of the block that caused the event."
2592
  "oznake za dogodek, številko ali ime bloka, ki je povzročil dogodek."
2593
 
2594
  #. translators: %s: Ad Inserter Pro
2595
+ #: includes/functions.php:3718
2596
  msgid "Show link to %s settings page for each site on the Sites page"
2597
  msgstr ""
2598
  "Pokaži povezavo na %s stran z nastavitvami za vsako spletišče na strani "
2599
  "Spletišča"
2600
 
2601
  #. translators: %s: Ad Inserter Pro
2602
+ #: includes/functions.php:3718
2603
  msgid "Show link to %s on the Sites page"
2604
  msgstr "Pokaži povezavo na %s na strani Spletišča"
2605
 
2606
+ #: includes/functions.php:5271
2607
  msgid "Date"
2608
  msgstr "Datum"
2609
 
2610
+ #: includes/functions.php:5745
2611
  msgid "File %s missing."
2612
  msgstr "Datoteka %s ni najdena."
2613
 
2619
  msgid "Placeholder Editor"
2620
  msgstr "Urejevalnik Polnila"
2621
 
2622
+ #: includes/placeholders.php:350
2623
  msgid "Select placeholder"
2624
  msgstr "Izberi polnilo"
2625
 
2626
+ #: includes/placeholders.php:351
2627
  msgid "Edit placeholder size, colors and text"
2628
  msgstr "Uredi velikost, barve in besedilo polnila"
2629
 
2630
+ #: includes/placeholders.php:352
2631
  msgid "Close placeholder editor"
2632
  msgstr "Zapri urejevalnik polnila"
2633
 
2634
+ #: includes/placeholders.php:356
2635
  msgid "Placeholder"
2636
  msgstr "Polnilo"
2637
 
2638
+ #: includes/placeholders.php:361 settings.php:981 settings.php:4447
2639
  msgid "Size"
2640
  msgstr "Velikost"
2641
 
2642
+ #: includes/placeholders.php:377 includes/preview.php:2450
2643
  msgid "Background color"
2644
  msgstr "Barva ozadja"
2645
 
2646
+ #: includes/placeholders.php:396
2647
  msgid "Text"
2648
  msgstr "Besedilo"
2649
 
2650
+ #: includes/placeholders.php:401
2651
  msgid "Text color"
2652
  msgstr "Barva besedila"
2653
 
2654
+ #: includes/placeholders.php:410
2655
  msgid ""
2656
  "Here you can create a universal placeholder image that can be used in place "
2657
  "of ads when they are not available yet.\n"
2663
  "Slikovna polnila, ki jih ustvarite tukaj, se bodo obnašala kot katerakoli "
2664
  "slika. Lahko jih tudi shranite na lokalni računalnik ali strežnik."
2665
 
2666
+ #: includes/placeholders.php:415
2667
  msgid ""
2668
  "Choose between common ad sizes 300x250, 336x280, 728x90, 468x60, 250x250, "
2669
  "300x600 or define custom size.\n"
2681
  "Lahko naredite tudi prazen pravokotnik z enotno barvo tako, da pobrišete "
2682
  "besedilo polnila."
2683
 
2684
+ #: includes/placeholders.php:419
2685
  msgid ""
2686
  "<strong>Please note</strong>: if you have active rotation editor the code "
2687
  "window shows only the code for the currently selected option.\n"
2693
  "Zato bo generator kode v tem primeru uvozil ali generiral kodo za trenutno "
2694
  "izbrano različico."
2695
 
2696
+ #: includes/placeholders.php:422
2697
  msgid ""
2698
  "Code generator for banners and AdSense generates the code only when you "
2699
  "click on the button Generate code.\n"
2708
  "različicami, morate tudi (po potrebi) uvoziti in generirati kodo za vsako "
2709
  "različico rotacije."
2710
 
2711
+ #: includes/placeholders.php:425
2712
  msgid ""
2713
  "Ad Inserter has a simple code generator for banners and placeholders.\n"
2714
  "You can select banner image (or placeholder), optionally define link (web "
2768
  msgid "Ad Blocking Detected Message Preview"
2769
  msgstr "Predogled Sporočila ko je Zaznano Blokiranje Oglasov"
2770
 
2771
+ #: includes/preview-adb.php:345 settings.php:2989
2772
  msgid "Message CSS"
2773
  msgstr "CSS sporočila"
2774
 
2775
+ #: includes/preview-adb.php:350 settings.php:2997
2776
  msgid "Overlay CSS"
2777
  msgstr "CSS prevleke"
2778
 
2808
  msgid "background"
2809
  msgstr "ozadje"
2810
 
2811
+ #: includes/preview.php:2434 includes/preview.php:2647 settings.php:1366
2812
  msgid "Alignment"
2813
  msgstr "Poravnava"
2814
 
2976
  "Opozorilo: počiščene samo izjeme za %d prispevkov, %d prispevkov ima še "
2977
  "vedno izjeme"
2978
 
2979
+ #: settings.php:202 settings.php:1255
2980
  msgid ""
2981
  "Settings for individual exceptions have been updated. Please check all "
2982
  "blocks that have exceptions and and then save settings."
2988
  msgid "Online documentation"
2989
  msgstr "Spletna Dokumentacija"
2990
 
2991
+ #: settings.php:248 settings.php:815 settings.php:2364
2992
  msgid "Show AdSense ad units"
2993
  msgstr "Pokaži oglasne enote AdSense"
2994
 
2996
  msgid "Edit ads.txt file"
2997
  msgstr "Uredi datoteko ads.txt"
2998
 
2999
+ #: settings.php:260 settings.php:1198
3000
  msgid "Check theme for available positions for automatic insertion"
3001
  msgstr "Preveri temo za razpoložljive položaje za samodejno vstavljanje"
3002
 
3140
  "Čas različice v sekundah - 0 pomeni, da je različica onemogočena in bo "
3141
  "preskočena. Pustite vse polja za čas prazna za rotacijo brez časov."
3142
 
3143
+ #: settings.php:520
3144
  msgid "General Settings"
3145
  msgstr "Splošne Nastavitve"
3146
 
3147
+ #: settings.php:763 settings.php:2716 settings.php:2783 settings.php:2969
3148
  msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
3149
  msgstr ""
3150
  "Preklopi Poudarjanje Sintakse / Preprost urejevalnik za mobilne naprave"
3151
 
3152
+ #: settings.php:770
3153
  msgid "Toggle tools"
3154
  msgstr "Preklopi orodja"
3155
 
3156
+ #: settings.php:778
3157
  msgid "Process PHP code in block"
3158
  msgstr "Procesiraj PHP kodo v bloku"
3159
 
3160
+ #: settings.php:785
3161
  msgid "Disable insertion of this block"
3162
  msgstr "Onemogoči vstavljanje tega bloka"
3163
 
3164
+ #: settings.php:797
3165
  msgid "Toggle code generator"
3166
  msgstr "Preklopi generator kode"
3167
 
3168
+ #: settings.php:801
3169
  msgid "Toggle rotation editor"
3170
  msgstr "Preklopi urejevalnik rotacije"
3171
 
3172
+ #: settings.php:805
3173
  msgid "Open visual HTML editor"
3174
  msgstr "Odpri vizualni HTML urejevalnik"
3175
 
3176
+ #: settings.php:824
3177
  msgid "Clear block"
3178
  msgstr "Počisti blok"
3179
 
3180
+ #: settings.php:829 settings.php:4318
3181
  msgid "Copy block"
3182
  msgstr "Kopiraj blok"
3183
 
3184
+ #: settings.php:833
3185
  msgid "Paste name"
3186
  msgstr "Prilepi ime"
3187
 
3188
+ #: settings.php:837
3189
  msgid "Paste code"
3190
  msgstr "Prilepi kodo"
3191
 
3192
+ #: settings.php:841
3193
  msgid "Paste settings"
3194
  msgstr "Prilepi nastavitve"
3195
 
3196
+ #: settings.php:845
3197
  msgid "Paste block (name, code and settings)"
3198
  msgstr "Prilepi blok (ime, kodo in nastavitve)"
3199
 
3200
+ #: settings.php:864
3201
  msgid "Rotation groups"
3202
  msgstr "Skupine za rotacijo"
3203
 
3204
+ #: settings.php:868
3205
  msgid "Remove option"
3206
  msgstr "Odstrani različico"
3207
 
3208
+ #: settings.php:872
3209
  msgid "Add option"
3210
  msgstr "Dodaj različico"
3211
 
3212
+ #: settings.php:887
3213
  msgid "Import code"
3214
  msgstr "Uvozi kodo"
3215
 
3216
+ #: settings.php:891
3217
  msgid "Generate code"
3218
  msgstr "Generiraj kodo"
3219
 
3220
+ #: settings.php:896
3221
  msgid "Banner"
3222
  msgstr "Pasica"
3223
 
3224
+ #: settings.php:908
3225
  msgid "Image"
3226
  msgstr "Slika"
3227
 
3228
+ #: settings.php:916
3229
  msgid "Link"
3230
  msgstr "Povezava"
3231
 
3232
+ #: settings.php:927
3233
  msgid "Open link in a new tab"
3234
  msgstr "Odpri povezavo v novem zavihku"
3235
 
3236
+ #: settings.php:928
3237
  msgid "Select Image"
3238
  msgstr "Izberi Sliko"
3239
 
3240
+ #: settings.php:929
3241
  msgid "Select Placeholder"
3242
  msgstr "Izberi Polnilo"
3243
 
3244
+ #: settings.php:941
3245
  msgid "Comment"
3246
  msgstr "Komentar"
3247
 
3248
+ #: settings.php:950
3249
  msgctxt "AdSense"
3250
  msgid "Publisher ID"
3251
  msgstr "ID založnika"
3252
 
3253
+ #: settings.php:959
3254
  msgctxt "AdSense"
3255
  msgid "Ad Slot ID"
3256
  msgstr "ID mesta"
3257
 
3258
+ #: settings.php:968
3259
  msgid "Ad Type"
3260
  msgstr "Vrsta"
3261
 
3262
+ #: settings.php:993 settings.php:1128
3263
  msgid "AMP Ad"
3264
  msgstr "AMP Oglas"
3265
 
3266
+ #: settings.php:1011
3267
  msgid "Show ad units from your AdSense account"
3268
  msgstr "Prikaži oglasne enote s tvojega AdSense računa"
3269
 
3270
+ #: settings.php:1011
3271
  msgid "AdSense ad units"
3272
  msgstr "Oglasne enote AdSense"
3273
 
3274
+ #: settings.php:1028
3275
  msgctxt "AdSense"
3276
  msgid "Layout"
3277
  msgstr "Postavitev"
3278
 
3279
+ #: settings.php:1037
3280
  msgctxt "AdSense"
3281
  msgid "Layout Key"
3282
  msgstr "Ključ postavitve"
3283
 
3284
+ #: settings.php:1047
3285
  msgid "Full width"
3286
  msgstr "Celotna širina"
3287
 
3288
+ #: settings.php:1049
3289
  msgctxt "Full width"
3290
  msgid "Enabled"
3291
  msgstr "Omogočena"
3292
 
3293
+ #: settings.php:1050
3294
  msgctxt "Full width"
3295
  msgid "Disabled"
3296
  msgstr "Onemogočena"
3297
 
3298
+ #: settings.php:1164
3299
  msgid ""
3300
  "White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
3301
  "Cookie or Referer (domain)"
3303
  "Bel/Črn seznam Kategorij, Oznak, Taksonomij, ID Prispevkov, Url-jev, Url "
3304
  "parametrov, Piškotkov ali napotiteljev (domen)"
3305
 
3306
+ #: settings.php:1164
3307
  msgid "Lists"
3308
  msgstr "Seznami"
3309
 
3310
+ #: settings.php:1165
3311
  msgid "Widget, Shortcode and PHP function call"
3312
  msgstr "Gradnik, Kratka koda in Klic PHP funkcije"
3313
 
3314
+ #: settings.php:1165
3315
  msgid "Manual"
3316
  msgstr "Ročno"
3317
 
3318
+ #: settings.php:1166
3319
  msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
3320
  msgstr ""
3321
  "Zaznavanje Naprave na strani Strežnika/Odjemalca (Namizni, Tablica, Telefon)"
3322
 
3323
+ #: settings.php:1166
3324
  msgid "Devices"
3325
  msgstr "Naprave"
3326
 
3327
+ #: settings.php:1167
3328
  msgid ""
3329
  "Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
3330
  "feeds), Filter, Scheduling, General tag"
3332
  "Preveri status uporabnika, Omeji vstavljanja (napaka 404, zahteve Ajax, vir "
3333
  "RSS), Filter, Urnik, Splošna oznaka"
3334
 
3335
+ #: settings.php:1167
3336
  msgid "Misc"
3337
  msgstr "Razno"
3338
 
3339
+ #: settings.php:1168
3340
  msgid "Preview code and alignment"
3341
  msgstr "Predogled kode in poravnave"
3342
 
3343
+ #: settings.php:1171 settings.php:2348
3344
  msgid ""
3345
  "Rotation editor active - rotation code not generated! Make sure no rotation "
3346
  "editor is active before saving settings."
3348
  "Aktiven urejevalnik rotacij - koda za rotacijo ni generirana! Poskrbite, da "
3349
  "noben urejevalnik rotacij ni aktiven pred shranjevanjem nastavitev."
3350
 
3351
+ #: settings.php:1184 settings.php:1185
3352
  msgid "Enable insertion on posts"
3353
  msgstr "Omogoči vstavljanje na prispevkih"
3354
 
3355
+ #: settings.php:1185 settings.php:3515
3356
  msgid "Posts"
3357
  msgstr "Prispevki"
3358
 
3359
+ #: settings.php:1189 settings.php:1190
3360
  msgid ""
3361
  "Enable insertion on homepage: latest posts (including on sub-pages), static "
3362
  "page or theme homepage (available positions may depend on hooks used by the "
3366
  "podstraneh), statična stran ali domača stran teme (razpoložljivi položaji so "
3367
  "lahko odvisni od ročic, ki jih tema uporablja)"
3368
 
3369
+ #: settings.php:1190 settings.php:3517
3370
  msgid "Homepage"
3371
  msgstr "Domača stran"
3372
 
3373
+ #: settings.php:1194 settings.php:1195
3374
  msgid "Enable insertion on category blog pages (including sub-pages)"
3375
  msgstr "Omogoči vstavljanje na straneh kategorij (vključno s podstranmi)"
3376
 
3377
+ #: settings.php:1195 settings.php:3518
3378
  msgid "Category pages"
3379
  msgstr "Strani kategorij"
3380
 
3381
+ #: settings.php:1205 settings.php:1206
3382
  msgid "Enable insertion on static pages"
3383
  msgstr "Omogoči vstavljanje na statičnih straneh"
3384
 
3385
+ #: settings.php:1206 settings.php:3516
3386
  msgid "Static pages"
3387
  msgstr "Statične strani"
3388
 
3389
+ #: settings.php:1210 settings.php:1211
3390
  msgid "Enable insertion on search blog pages"
3391
  msgstr "Omogoči vstavljanje na iskalnih straneh"
3392
 
3393
+ #: settings.php:1211 settings.php:3520
3394
  msgid "Search pages"
3395
  msgstr "Iskalne strani"
3396
 
3397
+ #: settings.php:1215 settings.php:1216
3398
  msgid "Enable insertion on tag or archive blog pages"
3399
  msgstr "Omogoči vstavljanje na straneh oznak in arhivskih straneh"
3400
 
3401
+ #: settings.php:1219
3402
  msgid "Toggle settings for default insertion and list of individual exceptions"
3403
  msgstr "Preklopi nastavitve za privzeto vstavljanje in seznam posameznih izjem"
3404
 
3405
+ #: settings.php:1231
3406
  msgid ""
3407
  "Enable individual post/page exceptions for insertion of this block. They can "
3408
  "be configured on the individual post/page editor page (in the settings below "
3412
  "lahko nastavijo na posamezni strani urejevalnika prispevka/strani (v "
3413
  "nastavitvah pod urejevalnikom)."
3414
 
3415
+ #: settings.php:1232
3416
  msgid ""
3417
  "Enable individual post/page exceptions for insertion of this block. When "
3418
  "enabled they can be configured on the individual post/page editor page (in "
3422
  "omogočene, se te lahko nastavijo na posamezni strani urejevalnika prispevka/"
3423
  "strani (v nastavitvah pod urejevalnikom)."
3424
 
3425
+ #: settings.php:1232
3426
  msgid "Use exceptions for individual posts or pages to change insertion"
3427
  msgstr ""
3428
  "Uporabi izjeme za posamezne prispevke ali strani za spremembo vstavljanja"
3429
 
3430
  #. Translators: Enabled means...
3431
+ #: settings.php:1240
3432
  msgid ""
3433
  "means the insertion for this block is enabled by default and disabled for "
3434
  "exceptions."
3437
  "izjeme."
3438
 
3439
  #. Translators: Disabled means...
3440
+ #: settings.php:1241
3441
  msgid ""
3442
  "means the insertion for this block is disabled by default and enabled for "
3443
  "exceptions."
3445
  "pomeni, da je vstavljanje za ta blok privzeto onemogočeno in omogočeno za "
3446
  "izjeme."
3447
 
3448
+ #: settings.php:1242
3449
  msgid ""
3450
  "When individual post/page exceptions are enabled they can be configured on "
3451
  "the individual post/page editor page (in the settings below the editor)."
3454
  "v urejevalniku posameznega prispevka/strani (v nastavitvah pod "
3455
  "urejevalnikom)."
3456
 
3457
+ #: settings.php:1250
3458
  msgid ""
3459
  "No exception for post or static page defined. Block will not be inserted."
3460
  msgstr ""
3461
  "Ni nastavljene nobene izjeme za prispevek ali stran. Blok ne bo vstavljen."
3462
 
3463
+ #: settings.php:1268
3464
  msgctxt "post"
3465
  msgid "Type"
3466
  msgstr "Vrsta"
3467
 
3468
  #. translators: %d: block number
3469
+ #: settings.php:1270
3470
  msgid "Are you sure you want to clear listed exceptions for block %d?"
3471
  msgstr "Ali ste prepričani, da želite pobrisati izpisane izjeme za blok %d?"
3472
 
3473
+ #: settings.php:1271
3474
  msgid "Clear listed exceptions for block"
3475
  msgstr "Pobriši izpisane izjeme za blok"
3476
 
3477
+ #: settings.php:1297 settings.php:1445 settings.php:2103
3478
  msgid "Insertion"
3479
  msgstr "Vstavljanje"
3480
 
3481
+ #: settings.php:1335
3482
  msgid ""
3483
  "Paragraph number or comma separated paragraph numbers: 1 to N means "
3484
  "paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
3494
  "polovici strani, 0.9 pomeni odstavek pri 90% odstavkov strani...), negativno "
3495
  "število pomeni štetje z nasprotne smeri"
3496
 
3497
+ #: settings.php:1336
3498
  msgid ""
3499
  "Image number or comma separated image numbers: 1 to N means image number, %N "
3500
  "means every N images, empty means all images, 0 means random image, value "
3509
  "sliko pri 20% slik na strani, 0.5 pomeni srednjo sliko, 0.9 pomeni sliko pri "
3510
  "90% slik strani...), negativno število pomeni štetje z nasprotne smeri"
3511
 
3512
+ #: settings.php:1349
3513
  msgid ""
3514
  "Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
3515
  "numbers, %N means every N excerpts, empty means all excerpts"
3518
  "ločene številke izvlečkov, %N pomeni vsakih N izvlečkov, prazno pomeni vsi "
3519
  "izvlečki"
3520
 
3521
+ #: settings.php:1350
3522
  msgid ""
3523
  "Insertion Filter Mirror Setting | Post number or comma separated post "
3524
  "numbers, %N means every N posts, empty means all posts"
3527
  "ločene številke prispevkov, %N pomeni vsakih N prispevkov, prazno pomeni vsi "
3528
  "prispevki"
3529
 
3530
+ #: settings.php:1351
3531
  msgid ""
3532
  "Insertion Filter Mirror Setting | Comment number or comma separated comment "
3533
  "numbers, %N means every N comments, empty means all comments"
3536
  "ločene številke komentarjev, %N pomeni vsakih N komentarjev, prazno pomeni "
3537
  "vsi komentarji"
3538
 
3539
+ #: settings.php:1358
3540
  msgid "Toggle paragraph counting settings"
3541
  msgstr "Preklopi nastavitve za štetje odstavkov"
3542
 
3543
+ #: settings.php:1359
3544
  msgid "Toggle paragraph clearance settings"
3545
  msgstr "Preklopi nastavitve za izogibanje odstavkom"
3546
 
3547
+ #: settings.php:1362
3548
  msgid "Toggle insertion filter settings"
3549
  msgstr "Preklopi nastavitve filtra vstavljanja"
3550
 
3551
+ #: settings.php:1380
3552
  msgid "Toggle insertion and alignment icons"
3553
  msgstr "Preklopi ikone za vstavljanje in poravnavo"
3554
 
3555
+ #: settings.php:1394
3556
  msgid "Custom CSS code for the wrapping div"
3557
  msgstr "CSS koda po meri za div za ovijanje"
3558
 
3559
+ #: settings.php:1397 settings.php:1398 settings.php:1399 settings.php:1400
3560
+ #: settings.php:1401 settings.php:1402
3561
  msgid "CSS code for the wrapping div, click to edit"
3562
  msgstr "CSS koda za div za ovijanje, kliknite za urejanje"
3563
 
3564
+ #: settings.php:1415
3565
  msgid "HTML element"
3566
  msgstr "HTML element"
3567
 
3568
+ #: settings.php:1428
3569
  msgid "HTML element selector or comma separated list of selectors"
3570
  msgstr "Selektor HTML elementa ali z vejicami ločen seznam selektorjev"
3571
 
3572
+ #: settings.php:1434 settings.php:2874
3573
  msgid "Action"
3574
  msgstr "Akcija"
3575
 
3576
+ #: settings.php:1446
3577
  msgid ""
3578
  "Client-side insertion uses JavaScript to insert block when the page loads. "
3579
  "Server-side insertion inserts block when the page is generated but needs "
3583
  "se stran naloži. Vstavljanje na strani strežnika vstavi blok, ko se stran "
3584
  "ustvari, vendar potrebuje omogočeno Predpomnjenje izhoda."
3585
 
3586
+ #: settings.php:1456
3587
+ msgid "Wait for"
3588
+ msgstr "Čakaj na"
3589
+
3590
+ #: settings.php:1468
3591
+ msgid "Wait for HTML element to be loaded"
3592
+ msgstr "Čakaj, da se naloži HTML element"
3593
+
3594
+ #: settings.php:1475
3595
+ msgid "Time in ms to delay insertion"
3596
+ msgstr "Čas v ms za zakasnitev vstavljanja"
3597
+
3598
+ #: settings.php:1480
3599
  msgid "Code position"
3600
  msgstr "Položaj kode"
3601
 
3602
+ #: settings.php:1481
3603
  msgid ""
3604
  "Page position where the code for client-side insertion will be inserted."
3605
  msgstr ""
3606
  "Položaj na strani kjer bo vstavljena koda za vstavljanje na strani odjemalca."
3607
 
3608
+ #: settings.php:1499
3609
  msgid "Count"
3610
  msgstr "Štej"
3611
 
3612
+ #: settings.php:1505
3613
  msgid "paragraphs with tags"
3614
  msgstr "odstavke z značkami"
3615
 
3616
+ #: settings.php:1511
3617
  msgid "Comma separated HTML tag names, usually only 'p' tags are used"
3618
  msgstr ""
3619
  "Z vejico ločena imena HTML značk, običajno so uporabljene samo značke 'p'"
3620
 
3621
+ #: settings.php:1520
3622
  msgid "that have between"
3623
  msgstr "ki imajo med"
3624
 
3625
+ #: settings.php:1526
3626
  msgid "Minimum number of paragraph words, leave empty for no limit"
3627
  msgstr "Najmanjše število besed v odstavkih, prazno pomeni brez omejitev"
3628
 
3629
+ #: settings.php:1535
3630
  msgid "Maximum number of paragraph words, leave empty for no limit"
3631
  msgstr "Največje število besed v odstavkih, prazno pomeni brez omejitev"
3632
 
3633
+ #: settings.php:1538
3634
  msgid "words"
3635
  msgstr "besed"
3636
 
3637
+ #: settings.php:1553 settings.php:1600 settings.php:1714 settings.php:1740
3638
  msgid "Comma separated texts"
3639
  msgstr "Z vejico ločena besedila"
3640
 
3641
  #. translators: inside [HTML tags] elements that contain
3642
+ #: settings.php:1572
3643
  msgid "inside"
3644
  msgstr "znotraj"
3645
 
3646
+ #: settings.php:1578
3647
  msgid "Comma separated HTML tag names of container elements"
3648
  msgstr "Z vejico ločena imena HTML značk vsebovalnih elementov"
3649
 
3650
  #. translators: inside [HTML tags] elements that contain
3651
+ #: settings.php:1587
3652
  msgid "elements that"
3653
  msgstr "elementov, ki"
3654
 
3655
+ #: settings.php:1610
3656
+ msgid ""
3657
+ "Count also paragraphs inside these elements - defined on general plugin "
3658
+ "settings page - tab [*] / tab General"
3659
+ msgstr ""
3660
+ "Štej tudi odstavke znotraj teh elementov - določeni na strani splošnih "
3661
+ "nastavitev vtičnika - zavihek [*] / zavihek Splošno"
3662
+
3663
+ #: settings.php:1617 settings.php:1618
3664
  msgid ""
3665
  "If checked it will search for the text only in tag attributes like [[id]], "
3666
  "[[class]], [[style]], etc. Otherwise the whole tag including its content "
3670
  "[[class]], [[style]], itd. V nasprotnem bo preiskana celotna značka vključno "
3671
  "z njeno vsebino."
3672
 
3673
+ #: settings.php:1618
3674
  msgid "Check only tag attributes"
3675
  msgstr "Preveri samo atribute značke"
3676
 
 
 
 
 
 
 
 
 
3677
  #. Translators: %s: HTML tags
3678
+ #: settings.php:1623
3679
  msgid "Count inside %s elements"
3680
  msgstr "Štej znotraj elementov %s"
3681
 
3682
  #. Translators: Do not insert for first X and last Y paragraphs
3683
+ #: settings.php:1631
3684
  msgid "Do not insert for first"
3685
  msgid_plural "Do not insert for first"
3686
  msgstr[0] "Ne vstavi za prvi"
3688
  msgstr[2] "Ne vstavi za prve"
3689
  msgstr[3] "Ne vstavi za prvih"
3690
 
3691
+ #: settings.php:1637
3692
  msgid ""
3693
  "Excludes first paragraphs from insertion, leave empty for no exclusion of "
3694
  "first paragraphs"
3697
  "odstavkov"
3698
 
3699
  #. Translators: Do not insert for first X and last Y paragraphs
3700
+ #: settings.php:1640
3701
  msgid "and last"
3702
  msgid_plural "and last"
3703
  msgstr[0] "in zadnji"
3705
  msgstr[2] "in zadnje"
3706
  msgstr[3] "in zadnjih"
3707
 
3708
+ #: settings.php:1646
3709
  msgid ""
3710
  "Excludes last paragraphs from insertion, leave empty for no exclusion of "
3711
  "last paragraphs"
3715
 
3716
  #. Translators: Do not insert for first X and last Y paragraphs
3717
  #. Translators: Post/Static page must have between X and Y paragraphs
3718
+ #: settings.php:1649 settings.php:1675
3719
  msgid "paragraph"
3720
  msgid_plural "paragraphs"
3721
  msgstr[0] "odstavek"
3723
  msgstr[2] "odstavke"
3724
  msgstr[3] "odstavkov"
3725
 
3726
+ #: settings.php:1657 settings.php:2235
3727
  msgid "Post/Static page must have between"
3728
  msgstr "Prispevek/Statična stran mora imeti med"
3729
 
3730
+ #: settings.php:1663
3731
  msgid "Minimum number of paragraphs, leave empty for no limit"
3732
  msgstr "Najmanjše število odstavkov, prazno pomeni brez omejitev"
3733
 
3734
+ #: settings.php:1672
3735
  msgid "Maximum number of paragraphs, leave empty for no limit"
3736
  msgstr "Največje število odstavkov, prazno pomeni brez omejitev"
3737
 
3738
+ #: settings.php:1683
3739
  msgid "Minimum number of words in paragraphs above"
3740
  msgstr "Najmanjše število besed v odstavkih zgoraj"
3741
 
3742
+ #: settings.php:1689
3743
  msgid ""
3744
  "Used only with automatic insertion After paragraph and empty paragraph "
3745
  "numbers"
3747
  "Uporabljeno samo s samodejnim vstavljanjem Za odstavkom in s praznimi "
3748
  "številkami odstavkov"
3749
 
3750
+ #: settings.php:1699 settings.php:1725
3751
  msgid "In"
3752
  msgstr "V"
3753
 
3754
+ #: settings.php:1705
3755
  msgid "Number of paragraphs above to check, leave empty to disable checking"
3756
  msgstr "Število odstavkov zgoraj za preverjanje, prazno onemogoči preverjanje"
3757
 
3758
+ #: settings.php:1708
3759
  msgid "paragraphs above avoid"
3760
  msgstr "odstavkih zgoraj se izogni"
3761
 
3762
+ #: settings.php:1731
3763
  msgid "Number of paragraphs below to check, leave empty to disable checking"
3764
  msgstr "Število odstavkov spodaj za preverjanje, prazno onemogoči preverjanje"
3765
 
3766
+ #: settings.php:1734
3767
  msgid "paragraphs below avoid"
3768
  msgstr "odstavkih spodaj se izogni"
3769
 
3770
+ #: settings.php:1750
3771
  msgid "If text is found"
3772
  msgstr "Če je besedilo najdeno"
3773
 
3774
+ #: settings.php:1757
3775
  msgid "check up to"
3776
  msgstr "preveri do"
3777
 
3778
+ #: settings.php:1765
3779
  msgctxt "check up to"
3780
  msgid "paragraphs"
3781
  msgstr "odstavkov"
3782
 
3783
+ #: settings.php:1781
3784
  msgid "Categories"
3785
  msgstr "Kategorije"
3786
 
3787
+ #: settings.php:1784
3788
  msgid "Toggle category editor"
3789
  msgstr "Preklopi urejevalnik kategorij"
3790
 
3791
+ #: settings.php:1787
3792
  msgid "Comma separated category slugs"
3793
  msgstr "Z vejico ločeni ključi kategorij"
3794
 
3795
+ #: settings.php:1804
3796
  msgid "Tags"
3797
  msgstr "Oznake"
3798
 
3799
+ #: settings.php:1807
3800
  msgid "Toggle tag editor"
3801
  msgstr "Preklopi urejevalnik oznak"
3802
 
3803
+ #: settings.php:1810
3804
  msgid "Comma separated tag slugs"
3805
  msgstr "Z vejico ločeni ključi oznak"
3806
 
3807
+ #: settings.php:1827
3808
  msgid "Taxonomies"
3809
  msgstr "Taksonomije"
3810
 
3811
+ #: settings.php:1830
3812
  msgid "Toggle taxonomy editor"
3813
  msgstr "Preklopi urejevalnik taksonomij"
3814
 
3815
+ #: settings.php:1833
3816
  msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
3817
  msgstr "Z vejico ločeni ključi: taksonomija, izraz ali taksonomija:izraz"
3818
 
3819
+ #: settings.php:1850
3820
  msgid "Post IDs"
3821
  msgstr "ID-ji prispevkov"
3822
 
3823
+ #: settings.php:1853
3824
  msgid "Toggle post/page ID editor"
3825
  msgstr "Preklopi urejevalnik ID-jev prispevkov/strani"
3826
 
3827
+ #: settings.php:1856
3828
  msgid "Comma separated post/page IDs"
3829
  msgstr "Z vejico ločeni ID-ji prispevkov/strani"
3830
 
3831
+ #: settings.php:1873
3832
  msgid "Urls"
3833
  msgstr "Url-ji"
3834
 
3835
+ #: settings.php:1876
3836
  msgid "Toggle url editor"
3837
  msgstr "Preklopi urejevalnik url-jev"
3838
 
3839
+ #: settings.php:1879
3840
  msgid ""
3841
  "Comma separated urls (page addresses) starting with / after domain name (e."
3842
  "g. /permalink-url, use only when you need to taget a specific url not "
3848
  "nsalov, ki drugače ni dostopen). Uporabite lahko tudi delne url-je z * (/url-"
3849
  "začetek*. *url-vzorec*, *url-konec)"
3850
 
3851
+ #: settings.php:1895
3852
  msgid "Url parameters"
3853
  msgstr "Url parametri"
3854
 
3855
+ #: settings.php:1899
3856
  msgid "Toggle url parameter and cookie editor"
3857
  msgstr "Preklopi urejevalnik url parametrov in piškotkov"
3858
 
3859
+ #: settings.php:1902
3860
  msgid ""
3861
  "Comma separated url query parameters or cookies with optional values (use "
3862
  "'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
3865
  "vrednostmi (uporabite 'prameter', 'prameter=vrednost', 'piškotek' or "
3866
  "'piškotek=vrednost')"
3867
 
3868
+ #: settings.php:1918
3869
  msgid "Referrers"
3870
  msgstr "Napotitelji"
3871
 
3872
+ #: settings.php:1921
3873
  msgid "Toggle referer editor"
3874
  msgstr "Preklopi urejevalnik napotiteljev"
3875
 
3876
+ #: settings.php:1924
3877
  msgid ""
3878
  "Comma separated domains, use # for no referrer, you can also use partial "
3879
  "domains with * (domain-start*. *domain-pattern*, *domain-end)"
3881
  "Z vejico ločene domene, uporabite # za primer, ko ni napotitelja, uporabite "
3882
  "lahko tudi delne domene z * (začetek-domene*. *vzorec-domene*, *konec-domene)"
3883
 
3884
+ #: settings.php:1940
3885
  msgid "Clients"
3886
  msgstr "Odjemalci"
3887
 
3888
+ #: settings.php:1943
3889
  msgid "Toggle client editor"
3890
  msgstr "Preklopi urejevalnik odjemalcev"
3891
 
3892
+ #: settings.php:1946
3893
  msgid ""
3894
  "Comma separated names (operating systems, browsers, devices). You can also "
3895
  "list partial user agent strings with * (user-agent-start*. *user-agent-"
3899
  "lahko tudi delne nize uporabniškega agenta z * (začetek-uporabnšikega-"
3900
  "agenta*. *vzorec-uporabnšikega-agenta*, *konec-uporabnšikega-agenta)"
3901
 
3902
+ #: settings.php:1972
3903
  msgid "Enable widget for this block"
3904
  msgstr "Omogočite gradnik za ta blok"
3905
 
3906
+ #: settings.php:1984
3907
  msgid "Enable shortcode for manual insertion of this block in posts and pages"
3908
  msgstr ""
3909
  "Omogočite kratko kodo za ročno vstavljanje tega bloka v prispevke in strani"
3910
 
3911
+ #: settings.php:1985 settings.php:4375
3912
  msgid "Shortcode"
3913
  msgstr "Kratka koda"
3914
 
3915
+ #: settings.php:2000
3916
  msgid ""
3917
  "Enable PHP function call to insert this block at any position in theme file. "
3918
  "If function is disabled for block it will return empty string."
3921
  "položaju v datoteki teme. Če je funkcija za blok onemogočena, bo vrnila "
3922
  "prazen niz."
3923
 
3924
+ #: settings.php:2001
3925
  msgid "PHP function"
3926
  msgstr "PHP funkcija"
3927
 
3928
+ #: settings.php:2016
3929
  msgid "Client-side device detection"
3930
  msgstr "Zaznavanje naprave na strani odjemalca"
3931
 
3932
+ #: settings.php:2017
3933
  msgid "Server-side device detection"
3934
  msgstr "Zaznavanje naprave na strani strežnika"
3935
 
3936
+ #: settings.php:2024
3937
  msgid "Use client-side detection to"
3938
  msgstr "Uporabi zaznavanje na strani odjemalca in"
3939
 
3940
+ #: settings.php:2026
3941
  msgid "Either show/hide or insert when the page is loaded on wanted viewports"
3942
  msgstr ""
3943
  "Bodisi prikaži/skrij ali vstavi, ko se stran naloži na želenih pogledih"
3944
 
3945
  #. Translators: only on (the following devices): viewport names (devices)
3946
  #. listed
3947
+ #: settings.php:2031
3948
  msgid "only on"
3949
  msgstr "samo na"
3950
 
3951
+ #: settings.php:2059
3952
  msgid "Device min width %s px"
3953
  msgstr "Najmanjša širina naprave %s px"
3954
 
3955
+ #: settings.php:2085
3956
  msgid "Use server-side detection to insert block only for"
3957
  msgstr "Uporabi zaznavanje na strani strežnika za vstavljanje bloka samo za"
3958
 
3959
+ #: settings.php:2104
3960
  msgid "Filter"
3961
  msgstr "Filter"
3962
 
3963
+ #: settings.php:2105
3964
  msgid "Word Count"
3965
  msgstr "Število Besed"
3966
 
3967
+ #: settings.php:2106 settings.php:4365
3968
  msgid "Scheduling"
3969
  msgstr "Urnik"
3970
 
3971
+ #: settings.php:2107
3972
  msgid "Display"
3973
  msgstr "Prikaz"
3974
 
3975
+ #: settings.php:2109 settings.php:2390
3976
  msgid "General"
3977
  msgstr "Splošno"
3978
 
3979
+ #: settings.php:2121
3980
  msgid "Old settings for AMP pages detected"
3981
  msgstr "Zaznane stare nastavitve za AMP strani"
3982
 
3983
+ #: settings.php:2121
3984
  msgid ""
3985
  "To insert different codes on normal and AMP pages separate them with "
3986
  "[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
3991
  "straneh samo, ko želite vstaviti ISTO KODO tudi na AMP straneh (brez AMP "
3992
  "separatorja)."
3993
 
3994
+ #: settings.php:2121
3995
  msgid "AMP pages"
3996
  msgstr "AMP strani"
3997
 
3998
+ #: settings.php:2126
3999
  msgid "Enable insertion for Ajax requests"
4000
  msgstr "Omogoči vstavljanje v Ajax zahtevah"
4001
 
4002
+ #: settings.php:2126
4003
  msgid "Ajax requests"
4004
  msgstr "Ajax zahteve"
4005
 
4006
+ #: settings.php:2131
4007
  msgid "Enable insertion in RSS feeds"
4008
  msgstr "Omogoči vstavljanje v RSS virih"
4009
 
4010
+ #: settings.php:2131
4011
  msgid "RSS Feed"
4012
  msgstr "RSS Vir"
4013
 
4014
+ #: settings.php:2136
4015
  msgid "Enable insertion on page for Error 404: Page not found"
4016
  msgstr "Omogoči vstavljanje na strani za napako 404: Stran ne obstaja"
4017
 
4018
+ #: settings.php:2136
4019
  msgid "Error 404 page"
4020
  msgstr "Stran napake 404"
4021
 
4022
+ #: settings.php:2148
4023
  msgid "Maximum number of insertions of this block. Empty or 0 means no limit."
4024
  msgstr ""
4025
  "Največje število vstavljanj tega bloka. Prazno ali 0 pomeni brez omejitev."
4026
 
4027
+ #: settings.php:2149
4028
  msgid "insertions"
4029
  msgstr "vstavljanj"
4030
 
4031
+ #: settings.php:2151
4032
  msgid ""
4033
  "Count this block for Max blocks per page limit (defined on the tab [*] / tab "
4034
  "General)"
4036
  "Štej ta blok za omejitev Največ blokov na stran (določena na zavihku [*] / "
4037
  "zavihek Splošno)"
4038
 
4039
+ #: settings.php:2154 settings.php:2578
4040
  msgid "Max blocks per page"
4041
  msgstr "Največ blokov na stran"
4042
 
4043
+ #: settings.php:2166
4044
  msgid "Insert for"
4045
  msgstr "Vstavi za"
4046
 
4047
+ #: settings.php:2174
4048
  msgid ""
4049
  "Insert block only when WP function [[in_the_loop ()]] returns true (WP loop "
4050
  "is currently active). Might speed up insertion on content pages when "
4054
  "trenutno aktivna). Lahko pospeši vstavljanje na določenih straneh, ko je "
4055
  "filter [[the_content]] večkrat klican."
4056
 
4057
+ #: settings.php:2178
4058
  msgid "Insert only in the loop"
4059
  msgstr "Vstavi samo v zanki"
4060
 
4061
+ #: settings.php:2181
4062
  msgid ""
4063
  "When enabled, Javascript code (if needed for the blok) will be inserted next "
4064
  "to the block HTML code. Otherwise, the Javascript code will be inserted in "
4069
  "HTML kodo bloka. V nasprotnem bo Javascript koda vstavljena v nogi. "
4070
  "Javascript funkcije vtičnika bodo še vedno vstavljene v nogi."
4071
 
4072
+ #: settings.php:2185
4073
  msgid "Embed JS code"
4074
  msgstr "Vgnezdi JS kodo"
4075
 
4076
+ #: settings.php:2188
4077
  msgid ""
4078
  "Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
4079
  msgstr ""
4080
  "Onemogoči predpomnenje za vtičnike WP Super Cache, W3 Total Cache in WP "
4081
  "Rocket"
4082
 
4083
+ #: settings.php:2192
4084
  msgid "Disable caching"
4085
  msgstr "Onemogoči predpomnjenje"
4086
 
4087
+ #: settings.php:2204
4088
  msgid "Filter insertions"
4089
  msgstr "Filtriraj vstavljanja"
4090
 
4091
+ #: settings.php:2207
4092
  msgid ""
4093
  "Filter multiple insertions by specifying wanted insertions for this block - "
4094
  "single number, comma separated numbers or %N for every N insertions - empty "
4100
  "- prazno pomeni vsa vstavljanja / brez filtra. Nastavite Števec za filter na "
4101
  "Samodejni števec, če uporabljate samo eno vrsto vstavljanja."
4102
 
4103
+ #: settings.php:2210
4104
  msgid "using"
4105
  msgstr "z uporabo"
4106
 
4107
+ #: settings.php:2229
4108
  msgid "Checked means specified calls are unwanted"
4109
  msgstr "Odkljukano pomeni, da so našteti klici neželjeni"
4110
 
4111
+ #: settings.php:2229
4112
  msgid "Invert filter"
4113
  msgstr "Obrni filter"
4114
 
4115
+ #: settings.php:2236
4116
  msgid "Minimum number of post/static page words, leave empty for no limit"
4117
  msgstr ""
4118
  "Najmanjše število besed v prispevkih/statičnih straneh, prazno pomeni brez "
4119
  "omejitev"
4120
 
4121
+ #: settings.php:2238
4122
  msgid "Maximum number of post/static page words, leave empty for no limit"
4123
  msgstr ""
4124
  "Največje število besed v prispevkih/statičnih straneh, prazno pomeni brez "
4125
  "omejitev"
4126
 
4127
+ #: settings.php:2251
4128
  msgid "for"
4129
  msgstr "za"
4130
 
4131
+ #: settings.php:2251
4132
  msgid "days after publishing"
4133
  msgstr "dni po objavi"
4134
 
4135
+ #: settings.php:2253
4136
  msgid "Not available"
4137
  msgstr "Ni na razpolago"
4138
 
4139
+ #. Translators: do not translate [[width]] - it is a CSS property
4140
+ #: settings.php:2265
4141
+ msgid ""
4142
+ "Block width: empty means width not defined, number means width in pixels, "
4143
+ "any other value mens CSS [[width]] property"
4144
+ msgstr ""
4145
+ "Širina bloka: prazno pomeni širina ni določena, število pomeni širino v "
4146
+ "pikah, katerakoli druga vrednost pomeni lastnost CSS [[width]]"
4147
+
4148
+ #. Translators: do not translate [[height]] - it is a CSS property
4149
+ #: settings.php:2269
4150
+ msgid ""
4151
+ "Block height: empty means height not defined, number means height in pixels, "
4152
+ "any other value mens CSS [[height]] property"
4153
+ msgstr ""
4154
+ "Višina bloka: prazno pomeni višina ni določena, število pomeni višino v "
4155
+ "pikah, katerakoli druga vrednost pomeni lastnost CSS [[height]]"
4156
+
4157
+ #: settings.php:2275 settings.php:2570
4158
  msgid "Ad label"
4159
  msgstr "Oznaka oglasa"
4160
 
4161
+ #: settings.php:2296
4162
  msgid "General tag"
4163
  msgstr "Splošna oznaka"
4164
 
4165
+ #: settings.php:2300
4166
  msgid "Used for [adinserter data=''] shortcodes when no data is found"
4167
  msgstr "Uporabljeno za kratke kode [adinserter data=''] ko ni podatkov"
4168
 
4169
  #. translators: %s: HTML tags
4170
+ #: settings.php:2309
4171
  msgid ""
4172
  "%s WARNING: %s %s No Wrapping %s style has no wrapping code needed for "
4173
  "client-side device detection!"
4176
  "potrebna za zaznavanje naprave na strani odjemalca!"
4177
 
4178
  #. translators: %s: HTML tags for text and link
4179
+ #: settings.php:2323
4180
  msgid ""
4181
  "%s WARNING: %s Settings Filter or Max insertions can't work with %s Client-"
4182
  "side %s insertion. Use %s Server-side %s insertion."
4185
  "vstavljanjem %s Na strani odjemalca%s. Uporabite vstavljanje %s Na strani "
4186
  "strežnika%s."
4187
 
4188
+ #: settings.php:2339
4189
  msgid "Settings"
4190
  msgstr "Nastavitve"
4191
 
4192
+ #: settings.php:2342
4193
  msgid "Settings timestamp"
4194
  msgstr "Časovni žig nastavitev"
4195
 
4196
+ #: settings.php:2355
4197
  msgid "Are you sure you want to reset all settings?"
4198
  msgstr "Ali ste prepričani, da želite ponastaviti vse nastavitve?"
4199
 
4200
+ #: settings.php:2355
4201
  msgid "Reset All Settings"
4202
  msgstr "Ponastavi Vse Nastavitve"
4203
 
4204
+ #: settings.php:2391
4205
  msgid "Viewports"
4206
  msgstr "Pogledi"
4207
 
4208
+ #: settings.php:2392
4209
  msgid "Hooks"
4210
  msgstr "Ročice"
4211
 
4212
+ #: settings.php:2393
4213
  msgid "Header"
4214
  msgstr "Glava"
4215
 
4216
+ #: settings.php:2394 strings.php:30
4217
  msgid "Footer"
4218
  msgstr "Noga"
4219
 
4220
+ #: settings.php:2399
4221
  msgid "Debugging"
4222
  msgstr "Razhroščevanje"
4223
 
4224
+ #: settings.php:2409
4225
  msgid "Plugin priority"
4226
  msgstr "Prednost vtičnika"
4227
 
4228
+ #: settings.php:2417
4229
  msgid "Output buffering"
4230
  msgstr "Predpomnjenje izhoda"
4231
 
4232
+ #: settings.php:2420
4233
  msgid "Needed for position Above header but may not work with all themes"
4234
  msgstr "Potrebno za položaj Nad glavo, ampak lahko, da ne dela z vsemi temami"
4235
 
4236
+ #: settings.php:2428
4237
  msgid "Syntax highlighting theme"
4238
  msgstr "Tema za poudarjanje sintakse"
4239
 
4240
+ #: settings.php:2435
4241
  msgctxt "no syntax highlighting themes"
4242
  msgid "None"
4243
  msgstr "Brez"
4244
 
4245
+ #: settings.php:2436
4246
  msgid "No Syntax Highlighting"
4247
  msgstr "Brez Poudarjanja Sintakse"
4248
 
4249
+ #: settings.php:2438
4250
  msgctxt "syntax highlighting themes"
4251
  msgid "Light"
4252
  msgstr "Svetle"
4253
 
4254
+ #: settings.php:2453
4255
  msgctxt "syntax highlighting themes"
4256
  msgid "Dark"
4257
  msgstr "Temne"
4258
 
4259
+ #: settings.php:2479
4260
+ msgid "Tab setup delay"
4261
+ msgstr "Zakasnitev nastavitev zavihka"
4262
+
4263
+ #: settings.php:2487
4264
  msgid "Min. user role for ind. exceptions editing"
4265
  msgstr "Najm. uporabniška vloga za urejanje izjem"
4266
 
4267
+ #: settings.php:2497
4268
  msgid "Disable caching for logged in administrators"
4269
  msgstr "Onemogoči predpomnenje za prijavljene skrbnike"
4270
 
4271
+ #: settings.php:2500
4272
  msgid ""
4273
  "Enabled means that logged in administrators will see non-cached (live) pages "
4274
  "(applies to WP Super Cache, W3 Total Cache and WP Rocket plugins)"
4276
  "Omogočeno pomeni, da bodo prijavljeni skrbniki videli ne-predpomnjene (žive) "
4277
  "strani (velja za vtičnike WP Super Cache, W3 Total Cache in WP Rocket)"
4278
 
4279
+ #: settings.php:2508
4280
  msgid "Wait for jQuery"
4281
  msgstr "Čakaj na jQuery"
4282
 
4283
+ #: settings.php:2511
4284
  msgid ""
4285
  "When enabled, Ad Inserter will wait for jQuery library to be loaded before "
4286
  "it will run the scripts that may need it"
4288
  "Ko je omogočeno, bo Ad Inserter čakal, da se naloži knjižnica jQuery, preden "
4289
  "bo pognal svoje skripte, ki jo potrebujejo"
4290
 
4291
+ #: settings.php:2519
4292
  msgid "Sticky widget mode"
4293
  msgstr "Način za lepljive gradnike"
4294
 
4295
+ #: settings.php:2522
4296
  msgid ""
4297
  "CSS mode is the best approach but may not work with all themes. JavaScript "
4298
  "mode works with most themes but may reload ads on page load."
4301
  "Način JavaScript dela z večino tem, ampak lahko ponovno naloži oglase pri "
4302
  "nalaganju strani."
4303
 
4304
+ #: settings.php:2530
4305
  msgid "Sticky widget top margin"
4306
  msgstr "Zgornji rob za lepljiv gradnik"
4307
 
4308
+ #: settings.php:2538
4309
  msgid "Dynamic blocks"
4310
  msgstr "Dinamični bloki"
4311
 
4312
+ #: settings.php:2551
4313
  msgid "Functions for paragraph counting"
4314
  msgstr "Funkcije za štetje odstavkov"
4315
 
4316
+ #: settings.php:2554
4317
  msgid ""
4318
  "Standard PHP functions are faster and work in most cases, use Multibyte "
4319
  "functions if paragraphs are not counted properly on non-english pages."
4322
  "Večznakovne funkcije, če na ne-angleških straneh odstavki niso pravilno "
4323
  "šteti."
4324
 
4325
+ #: settings.php:2562
4326
  msgid "No paragraph counting inside"
4327
  msgstr "Ni štetja odstavkov znotraj"
4328
 
4329
+ #: settings.php:2573
4330
  msgid "Label text or HTML code"
4331
  msgstr "Besedilo oznake ali HTML koda"
4332
 
4333
+ #: settings.php:2581
4334
  msgid ""
4335
  "Maximum number of inserted blocks per page. You need to enable Max page "
4336
  "insertions (button Misc / tab Insertion) to count block for this limit."
4339
  "blokov na stran (gumb Razno / zavihek Vstavljanje), da bo blok štel za to "
4340
  "omejitev."
4341
 
4342
+ #: settings.php:2595
4343
  msgid "Plugin usage tracking"
4344
  msgstr "Sledenje uporabe vtičnika"
4345
 
4346
  #. translators: %s: Ad Inserter
4347
+ #: settings.php:2598
4348
  msgid ""
4349
  "Enable tracking of %s usage and help us to make improvements to the plugin. "
4350
  "Only information regarding the WordPress environment and %s usage is "
4354
  "Beležijo se samo informacije glede okolja WordPress in uporabe %s-ja (enkrat "
4355
  "mesečno in ob dogodkih kot so aktivacija/deaktivacija)."
4356
 
4357
+ #: settings.php:2616
4358
  msgid "CSS class name for the wrapping div"
4359
  msgstr "Ime CSS razreda za div za ovijanje"
4360
 
4361
+ #: settings.php:2616
4362
  msgid "Block class name"
4363
  msgstr "Ime razreda za blok"
4364
 
4365
+ #: settings.php:2622
4366
  msgid "Include block number class"
4367
  msgstr "Vključi razred številke bloka"
4368
 
4369
+ #: settings.php:2622
4370
  msgid "Block number class"
4371
  msgstr "Razred številke bloka"
4372
 
4373
+ #: settings.php:2627
4374
  msgid "Include block name class"
4375
  msgstr "Vključi razred imena bloka"
4376
 
4377
+ #: settings.php:2627
4378
  msgid "Block name class"
4379
  msgstr "Razred imena bloka"
4380
 
4381
+ #: settings.php:2632
4382
  msgid ""
4383
  "Instead of alignment classes generate inline alignment styles for blocks"
4384
  msgstr ""
4385
  "Namesto razredov za poravnavo ustvari medvrstične sloge za poravnavo blokov"
4386
 
4387
+ #: settings.php:2632
4388
  msgid "Inline styles"
4389
  msgstr "Medvrstični slogi"
4390
 
4391
+ #: settings.php:2638
4392
  msgid "Preview of the block wrapping code"
4393
  msgstr "Predogled kode za ovijanje blokov"
4394
 
4395
+ #: settings.php:2639
4396
  msgid "Wrapping div"
4397
  msgstr "div za ovijanje"
4398
 
4399
+ #: settings.php:2640 settings.php:3080
4400
  msgid "BLOCK CODE"
4401
  msgstr "KODA BLOKA"
4402
 
4403
+ #: settings.php:2648
4404
  msgid "Viewport Settings used for client-side device detection"
4405
  msgstr ""
4406
  "Nastavitve Pogledov, uporabljenih za zaznavanje naprav na strani odjemalca"
4407
 
4408
  #. Translators: %d: viewport number
4409
+ #: settings.php:2656
4410
  msgid "Viewport %d name"
4411
  msgstr "Ime pogleda %d"
4412
 
4413
+ #: settings.php:2659
4414
  msgid "min width"
4415
  msgstr "najmanjša širina"
4416
 
4417
+ #: settings.php:2670
4418
  msgid "Custom Hooks"
4419
  msgstr "Ročice Po Meri"
4420
 
4421
+ #: settings.php:2682 settings.php:2685
4422
  msgid "Enable hook"
4423
  msgstr "Omogoči ročico"
4424
 
4425
  #. translators: %d: hook number
4426
+ #: settings.php:2685
4427
  msgid "Hook %d name"
4428
  msgstr "Ime ročice %d"
4429
 
4430
+ #: settings.php:2688
4431
  msgid "Hook name for automatic insertion selection"
4432
  msgstr "Ime ročice za izbiro samodejnega vstavljanja"
4433
 
4434
+ #: settings.php:2691
4435
  msgid "action"
4436
  msgstr "akcija"
4437
 
4438
+ #: settings.php:2694
4439
  msgid "Action name as used in the do_action () function"
4440
  msgstr "Ime akcije kot je uporabljena v do_action () funkciji"
4441
 
4442
+ #: settings.php:2697
4443
  msgid "priority"
4444
  msgstr "prednost"
4445
 
4446
+ #: settings.php:2700
4447
  msgid "Priority for the hook (default is 10)"
4448
  msgstr "Prednost za ročico (privzeta je 10)"
4449
 
4450
+ #: settings.php:2721
4451
  msgid "Enable insertion of this code into HTML page header"
4452
  msgstr "Omogoči vstavljanje te kode v glavi HTML strani"
4453
 
4454
+ #: settings.php:2725 settings.php:2792 settings.php:2974
4455
  msgid "Process PHP code"
4456
  msgstr "Procesiraj PHP kodo"
4457
 
4458
+ #: settings.php:2729
4459
  msgid "HTML Page Header Code"
4460
  msgstr "Koda v Glavi HTML Strani"
4461
 
4462
+ #: settings.php:2737
4463
  msgid "Code in the %s section of the HTML page"
4464
  msgstr "Koda v %s delu HTML strani"
4465
 
4466
+ #: settings.php:2738
4467
  msgctxt "code in the header"
4468
  msgid "NOT ENABLED"
4469
  msgstr "NI OMOGOČENA"
4470
 
4471
+ #: settings.php:2755 settings.php:2823
4472
  msgid "Use server-side detection to insert code only for"
4473
  msgstr "Zaznavanje na strani strežnika za vstavljanje samo za"
4474
 
4475
+ #: settings.php:2770
4476
  msgid ""
4477
  "Enable insertion of this code into HTML page header on page for Error 404: "
4478
  "Page not found"
4480
  "Omogoči vstavljanje te kode v HTML glavo na strani za napako 404: Stran ne "
4481
  "obstaja"
4482
 
4483
+ #: settings.php:2770 settings.php:2838
4484
  msgid "Insert on Error 404 page"
4485
  msgstr "Vstavi na strani Napake 404"
4486
 
4487
+ #: settings.php:2788
4488
  msgid "Enable insertion of this code into HTML page footer"
4489
  msgstr "Omogoči vstavljanje te kode v HTML nogi"
4490
 
4491
+ #: settings.php:2796
4492
  msgid "HTML Page Footer Code"
4493
  msgstr "Koda v Nogi HTML Strani"
4494
 
4495
  #. translators: %s: HTML tags
4496
+ #: settings.php:2804
4497
  msgid "Code before the %s tag of the the HTML page"
4498
  msgstr "Koda pred %s značko HTML strani"
4499
 
4500
+ #: settings.php:2805
4501
  msgctxt "code in the footer"
4502
  msgid "NOT ENABLED"
4503
  msgstr "NI OMOGOČENA"
4504
 
4505
+ #: settings.php:2838
4506
  msgid ""
4507
  "Enable insertion of this code into HTML page footer on page for Error 404: "
4508
  "Page not found"
4510
  "Omogoči vstavljanje te kode v nogo HTML strani na strani za napako 404: "
4511
  "Stran ne obstaja"
4512
 
4513
+ #: settings.php:2854
4514
  msgid "Code for ad blocking detection inserted. Click for details."
4515
  msgstr ""
4516
  "Vstavljena je koda za zaznavanje blokiranja oglasov. Klikni za podrobnosti."
4517
 
4518
+ #: settings.php:2859
4519
  msgid "Enable detection of ad blocking"
4520
  msgstr "Omogoči zaznavanje blokiranja oglasov"
4521
 
4522
+ #: settings.php:2877
4523
  msgid "Global action when ad blocking is detected"
4524
  msgstr "Globalna akcija, ko je zaznano blokiranje oglasov"
4525
 
4526
+ #: settings.php:2883
4527
  msgid "No action for"
4528
  msgstr "Ni akcije za"
4529
 
4530
+ #: settings.php:2884
4531
  msgid "Exceptions for global action when ad blocking is detected."
4532
  msgstr "Izjeme za globalno akcijo, ko je zaznano blokiranje oglasov"
4533
 
4534
+ #: settings.php:2894
4535
  msgid "Delay Action"
4536
  msgstr "Zakasni Akcijo"
4537
 
4538
+ #: settings.php:2897
4539
  msgid ""
4540
  "Number of page views to delay action when ad blocking is detected. Leave "
4541
  "empty for no delay (action fires on first page view). Sets cookie."
4544
  "oglasov. Prazno pomeni brez zakasnitve (akcija se sproži pri prvem ogledu "
4545
  "strani). Nastavi piškotek."
4546
 
4547
+ #: settings.php:2897
4548
  msgctxt "Delay Action for x "
4549
  msgid "page views"
4550
  msgstr "ogledov strani"
4551
 
4552
+ #: settings.php:2902
4553
  msgid "No Action Period"
4554
  msgstr "Obdobje Brez Akcije"
4555
 
4556
+ #: settings.php:2905
4557
  msgid ""
4558
  "Number of days to supress action when ad blocking is detected. Leave empty "
4559
  "for no no-action period (action fires always after defined page view delay). "
4563
  "pomeni brez zadržanja (akcija se sproži vedno po določeni zakasnitvi ogledov "
4564
  "strani). Nastavi piškotek."
4565
 
4566
+ #: settings.php:2905
4567
  msgctxt "no action period"
4568
  msgid "days"
4569
  msgstr "dni"
4570
 
4571
+ #: settings.php:2910
4572
  msgid "Custom Selectors"
4573
  msgstr "Selektorji Po Meri"
4574
 
4575
+ #: settings.php:2913
4576
  msgid ""
4577
  "Comma seprarated list of selectors (.class, #id) used for additional ad "
4578
  "blocking detection. Invisible element or element with zero height means ad "
4582
  "zaznavanje blokiranja oglasov. Neviden element ali element z ničelno višino "
4583
  "pomeni prisotnost blokiranja oglasov."
4584
 
4585
+ #: settings.php:2925
4586
  msgid "Redirection Page"
4587
  msgstr "Stran za Preusmeritev"
4588
 
4589
+ #: settings.php:2937
4590
  msgid "Custom Url"
4591
  msgstr "Url Po Meri"
4592
 
4593
+ #: settings.php:2942
4594
  msgid ""
4595
  "Static page for redirection when ad blocking is detected. For other pages "
4596
  "select Custom url and set it below."
4598
  "Statična stran za preusmeritev, ko je zaznano blokiranje oglasov. Za druge "
4599
  "strani izberite Url Po Meri in ga nastavite spodaj."
4600
 
4601
+ #: settings.php:2951
4602
  msgid "Custom Redirection Url"
4603
  msgstr "Url za Preusmeritev Po Meri"
4604
 
4605
+ #: settings.php:2963
4606
  msgid "Message HTML code"
4607
  msgstr "HTML koda sporočila"
4608
 
4609
+ #: settings.php:2976
4610
  msgid "Preview message when ad blocking is detected"
4611
  msgstr "Predogled sporočila, ko je zaznano blokiranje oglasov"
4612
 
4613
+ #: settings.php:3005
4614
  msgid "Prevent visitors from closing the warning message"
4615
  msgstr "Prepreči obiskovalcem, da zaprejo opozorilno sporočilo"
4616
 
4617
+ #: settings.php:3005
4618
  msgid "Undismissible Message"
4619
  msgstr "Neodstranljivo Sporočilo"
4620
 
4621
+ #: settings.php:3011
4622
  msgid "Not undismissible for"
4623
  msgstr "Ni neodstranljivo za"
4624
 
4625
+ #: settings.php:3012
4626
  msgid "Users which can close the warning message."
4627
  msgstr "Obiskovalci, ki lahko zaprejo opozorilno sporočilo."
4628
 
4629
+ #: settings.php:3026
4630
  msgid ""
4631
  "Force showing admin toolbar for administrators when viewing site. Enable "
4632
  "this option when you are logged in as admin and you don't see admin toolbar."
4635
  "možnost, če ste prijavljeni kot skrbnik, pa ne vidite orodne vrstice za "
4636
  "skrbnike."
4637
 
4638
+ #: settings.php:3034
4639
  msgid "Disable header code (Header tab)"
4640
  msgstr "Onemogoči kodo v glavi (zavihek Glava)"
4641
 
4642
+ #: settings.php:3038
4643
  msgid "Disable footer code (Footer tab)"
4644
  msgstr "Onemogoči kodo v nogi (zavihek Noga)"
4645
 
4646
  #. translators: %s: Ad Inserter
4647
+ #: settings.php:3042
4648
  msgid "Disable %s JavaScript code"
4649
  msgstr "Onemogoči %s JavaScript kodo"
4650
 
4651
  #. translators: %s: Ad Inserter
4652
+ #: settings.php:3046
4653
  msgid "Disable %s CSS code"
4654
  msgstr "Onemogoči %s CSS kodo"
4655
 
4656
+ #: settings.php:3050
4657
  msgid ""
4658
  "Disable PHP code processing (in all blocks including header and footer code)"
4659
  msgstr ""
4660
  "Onemogoči procesiranje PHP kode (v vseh blokh vključno z glavo in nogo)"
4661
 
4662
+ #: settings.php:3054
4663
  msgid "Disable insertion of all blocks"
4664
  msgstr "Onemogoči vstavljanje vseh blokov"
4665
 
4666
+ #: settings.php:3058
4667
  msgid "Disable insertions"
4668
  msgstr "Onemogoči vstavljanja"
4669
 
4670
  #. translators: %s: Ad Inserter
4671
+ #: settings.php:3070
4672
  msgid "%s CSS CODE"
4673
  msgstr "%s CSS KODA"
4674
 
4675
+ #: settings.php:3073
4676
  msgid "HEADER CODE"
4677
  msgstr "KODA GLAVE"
4678
 
4679
  #. translators: %s: PHP tags
4680
+ #: settings.php:3079
4681
  msgid "BLOCK PHP CODE"
4682
  msgstr "PHP KODA BLOKA"
4683
 
4684
  #. translators: %s: Ad Inserter
4685
+ #: settings.php:3085
4686
  msgid "%s JS CODE"
4687
  msgstr "%s JS KODA"
4688
 
4689
+ #: settings.php:3088
4690
  msgid "FOOTER CODE"
4691
  msgstr "KODA NOGE"
4692
 
4693
+ #: settings.php:3097
4694
  msgid "Force showing admin toolbar when viewing site"
4695
  msgstr "Vsili prikaz orodne vrstice za skrbnike pri ogledu strani"
4696
 
4697
+ #: settings.php:3104
4698
  msgid "Enable debugging functions in admin toolbar"
4699
  msgstr "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike"
4700
 
4701
+ #: settings.php:3106
4702
  msgid "Debugging functions in admin toolbar"
4703
  msgstr "Funkcije za razhroščevanje v orodni vrstici za skrbnike"
4704
 
4705
+ #: settings.php:3113
4706
  msgid "Enable debugging functions in admin toolbar on mobile screens"
4707
  msgstr ""
4708
  "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike na mobilnih "
4709
  "zaslonih"
4710
 
4711
+ #: settings.php:3115
4712
  msgid "Debugging functions on mobile screens"
4713
  msgstr "Funkcije za razhroščevanje na mobilnih zaslonih"
4714
 
4715
+ #: settings.php:3122
4716
  msgid ""
4717
  "Enable Debugger widget and code insertion debugging (blocks, positions, "
4718
  "tags, processing) by url parameters for non-logged in users. Enable this "
4727
  "pomagali diagnosticirati težave. Za prijavljene skrbnike je razhroščevanje "
4728
  "vedno omogočeno."
4729
 
4730
+ #: settings.php:3124
4731
  msgid "Remote debugging"
4732
  msgstr "Oddaljeno razhroščevanje"
4733
 
4734
+ #: settings.php:3131
4735
  msgid ""
4736
  "Disable translation to see original texts for the settings and messages in "
4737
  "English"
4739
  "Onemogoči prevod za prikaz prvotnih besedil nastavitev in sporočil v "
4740
  "angleščini"
4741
 
4742
+ #: settings.php:3133
4743
  msgid "Disable translation"
4744
  msgstr "Onemogoči prevod"
4745
 
4746
+ #: settings.php:3503
4747
  msgid "Available positions for current theme"
4748
  msgstr "Razpoložljivi položaji za trenutno temo"
4749
 
4750
+ #: settings.php:3504
4751
  msgid "Error checking pages"
4752
  msgstr "Napaka pri preverjanju strani"
4753
 
4754
+ #: settings.php:3507
4755
  msgid "Toggle theme checker for available positions for automatic insertion"
4756
  msgstr ""
4757
  "Preklopi preverjanje teme za razpoložljive položaje za samodejno vstavljanje"
4758
 
4759
+ #: settings.php:3507
4760
  msgctxt "Button"
4761
  msgid "Check"
4762
  msgstr "Preveri"
4763
 
4764
+ #: settings.php:3514
4765
  msgid "Position"
4766
  msgstr "Položaj"
4767
 
4768
+ #: settings.php:3519
4769
  msgid "Archive pages"
4770
  msgstr "Strani arhiva"
4771
 
4772
+ #: settings.php:3578
4773
  msgid ""
4774
  "Position not available because output buffering (tab [*]) is not enabled"
4775
  msgstr ""
4776
  "Položaj ni na razpolago ker predpomnjenje izhoda (zavihek [*]) ni omogočeno"
4777
 
4778
+ #: settings.php:3581 strings.php:248
4779
  msgid "Position not checked yet"
4780
  msgstr "Položaj še ni bil preverjen"
4781
 
4782
+ #: settings.php:3617
4783
  msgid "Toggle active/all blocks"
4784
  msgstr "Preklopi aktive/vse bloke"
4785
 
4786
+ #: settings.php:3621 strings.php:235
4787
  msgid "Rearrange block order"
4788
  msgstr "Preuredi vrstni red blokov"
4789
 
4790
+ #: settings.php:3626
4791
  msgid "Save new block order"
4792
  msgstr "Shrani vrstni red blokov"
4793
 
4794
+ #: settings.php:3652
4795
  msgid "Toggle active/all ad units"
4796
  msgstr "Preklopi aktivne/vse oglasne enote"
4797
 
4798
+ #: settings.php:3656
4799
  msgid "Reload AdSense ad units"
4800
  msgstr "Ponovno naloži oglasne enote AdSense"
4801
 
4802
+ #: settings.php:3660
4803
  msgid "Clear authorization to access AdSense account"
4804
  msgstr "Odstrani avtorizacijo za dostop do računa AdSense"
4805
 
4806
+ #: settings.php:3664 settings.php:4532 settings.php:4599 strings.php:243
4807
  msgid "Google AdSense Homepage"
4808
  msgstr "Google AdSense Domača Stran"
4809
 
4810
+ #: settings.php:3680
4811
  msgid "Switch to physical ads.txt file"
4812
  msgstr "Preklopi na fizično datoteko ads.txt"
4813
 
4814
+ #: settings.php:3681
4815
  msgid "Switch to virtual ads.txt file"
4816
  msgstr "Preklopi na navidezno datoteko ads.txt"
4817
 
4818
  #. translators: %s: ads.txt
4819
+ #: settings.php:3691
4820
  msgid "Open %s"
4821
  msgstr "Odpri %s"
4822
 
4823
+ #: settings.php:3699
4824
  msgid "Reload ads.txt file"
4825
  msgstr "Ponovno naloži datoteko ads.txt"
4826
 
4827
+ #: settings.php:3703 settings.php:4659
4828
  msgid "Save"
4829
  msgstr "Shrani"
4830
 
4831
  #. translators: %s: Ad Inserter
4832
+ #: settings.php:3881
4833
  msgid "ads.txt file: %s virtual ads.txt file"
4834
  msgstr "datoteka ads.txt: %s navidezna datoteka ads.txt"
4835
 
4836
+ #: settings.php:3886 settings.php:3906 strings.php:224
4837
  msgid "Warning"
4838
  msgstr "Opozorilo"
4839
 
4840
  #. translators: %s: Ad Inserter
4841
+ #: settings.php:3886
4842
  msgid "%s virtual file ads.txt not found"
4843
  msgstr "%s navidezna datoteka ads.txt ni najdena"
4844
 
4845
+ #: settings.php:3894
4846
  msgid "IMPORTANT"
4847
  msgstr "POMEMBNO"
4848
 
4849
+ #: settings.php:3894
4850
  msgid "ads.txt file must be placed on the root domain"
4851
  msgstr "Datoteka ads.txt mora biti nameščena na korensko domeno"
4852
 
4853
+ #: settings.php:3899
4854
  msgid "ads.txt file"
4855
  msgstr "datoteka ads.txt"
4856
 
4857
+ #: settings.php:3899
4858
  msgid "NOT WRITABLE"
4859
  msgstr "NI ZAPISLJIVO"
4860
 
4861
+ #: settings.php:3906
4862
  msgid "file %s not found"
4863
  msgstr "datoteka %s ni najdena"
4864
 
4865
+ #: settings.php:3916
4866
  msgid "Account IDs found in blocks but not present in the ads.txt file"
4867
  msgstr ""
4868
  "IDji računov najdeni v blokih, vendar pa niso prisotni v datoteki ads.txt"
4869
 
4870
  #. translators: %s: Ad Inserter
4871
+ #: settings.php:3922
4872
  msgid "%s virtual ads.txt file"
4873
  msgstr "%s navidezna datoteka ads.txt"
4874
 
4875
+ #: settings.php:3944
4876
  msgid "Advertising system"
4877
  msgstr "Oglaševalski sistem"
4878
 
4879
+ #: settings.php:3945
4880
  msgid "Account ID"
4881
  msgstr "ID Računa"
4882
 
4883
+ #: settings.php:3947
4884
  msgid "Certification authority ID"
4885
  msgstr "ID organa za potrjevanje"
4886
 
4887
+ #: settings.php:3962
4888
  msgid "Account ID found in block and present in ads.txt"
4889
  msgstr "ID računa najden v bloku in prisoten v datoteki ads.txt"
4890
 
4891
+ #: settings.php:3966
4892
  msgid "Account ID found in block but not present in ads.txt"
4893
  msgstr "ID računa najden v bloku, vendar ni prisoten v datoteki ads.txt"
4894
 
4895
+ #: settings.php:4315
4896
  msgid "Preview block"
4897
  msgstr "Predogled bloka"
4898
 
4899
+ #: settings.php:4322
4900
  msgid "Pause block"
4901
  msgstr "Ustavite blok"
4902
 
4903
+ #: settings.php:4361
4904
  msgid "Automatic insertion"
4905
  msgstr "Samodejno vstavljanje"
4906
 
4907
  #. translators: %s HTML tags
4908
+ #: settings.php:4362 settings.php:5338
4909
  msgid "PHP code processing"
4910
  msgstr "Procesiranje PHP kode"
4911
 
4912
+ #: settings.php:4364
4913
  msgid "Device detection"
4914
  msgstr "Zaznavanje naprave"
4915
 
4916
+ #: settings.php:4387
4917
  msgid "No active block"
4918
  msgstr "Noben aktiven blok"
4919
 
4920
+ #: settings.php:4388
4921
  msgid "No block matches search keywords"
4922
  msgstr "Noben blok ne ustreza iskalnim ključnim besedam"
4923
 
4924
+ #: settings.php:4443
4925
  msgid "Ad unit"
4926
  msgstr "Enota"
4927
 
4928
+ #: settings.php:4445
4929
  msgid "Slot ID"
4930
  msgstr "ID mesta"
4931
 
4932
+ #: settings.php:4471
4933
  msgid "Copy AdSense code"
4934
  msgstr "Kopiraj kodo AdSense"
4935
 
4936
+ #: settings.php:4474
4937
  msgid "Preview AdSense ad"
4938
  msgstr "Predogled oglasa AdSense"
4939
 
4940
+ #: settings.php:4477
4941
  msgid "Get AdSense code"
4942
  msgstr "Pridobi kodo AdSense"
4943
 
4944
  #. translators: %s: HTML tags
4945
+ #: settings.php:4509
4946
  msgid ""
4947
  "Please %s clear authorization %s with the button %s above and once again "
4948
  "authorize access to your AdSense account."
4950
  "Prosimo, %s odstranite avtorizacijo %s z gumbom %s zgoraj in še enkrat "
4951
  "avtorizirajte dostop do vašega računa AdSense."
4952
 
4953
+ #: settings.php:4528
4954
  msgid "AdSense Integration"
4955
  msgstr "Integracija AdSense"
4956
 
4957
+ #: settings.php:4530
4958
  msgid "AdSense Integration - Step 2"
4959
  msgstr "Integracija AdSense - Korak 2"
4960
 
4961
  #. translators: %s: HTML tags
4962
+ #: settings.php:4536
4963
  msgid ""
4964
  "Authorize %s to access your AdSense account. Click on the %s Get "
4965
  "Authorization Code %s button to open a new window where you can allow "
4972
  "Avtoriziraj. %s"
4973
 
4974
  #. translators: %s: HTML tags
4975
+ #: settings.php:4543
4976
  msgid ""
4977
  "If you get error, can't access ad units or would like to use own Google API "
4978
  "IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
4983
  "je %s za vnos podatkov ID Odjemalca in Skrivnost Odjemalca."
4984
 
4985
  #. translators: %s: HTML tags
4986
+ #: settings.php:4545
4987
  msgid ""
4988
  "Now you can authorize %s to access your AdSense account. Click on the %s Get "
4989
  "Authorization Code %s button to open a new window where you can allow "
4996
  "gumb %s Avtoriziraj. %s"
4997
 
4998
  #. translators: %s: HTML tags
4999
+ #: settings.php:4552
5000
  msgid ""
5001
  "If you get error %s invalid client %s click on the button %s Clear and "
5002
  "return to Step 1 %s to re-enter Client ID and Client Secret."
5004
  "Če se pojavi napaka %s neveljaven odjemalec %s, kliknite na gumb %s Odstrani "
5005
  "in se vrni na Korak 1 %s za ponoven vnos ID odjemalca in Skrivnost Odjemalca."
5006
 
5007
+ #: settings.php:4563
5008
  msgid "Get Authorization Code"
5009
  msgstr "Pridobi Avtoriazcijsko Kodo"
5010
 
5011
+ #: settings.php:4566
5012
  msgid "Enter Authorization Code"
5013
  msgstr "Vnesi Avorizacijsko Kodo"
5014
 
5015
+ #: settings.php:4576
5016
  msgid "Use own API IDs"
5017
  msgstr "Uporabi lastne API ID-je"
5018
 
5019
+ #: settings.php:4578
5020
  msgid "Clear and return to Step 1"
5021
  msgstr "Odstrani in se vrni na Korak 1"
5022
 
5023
+ #: settings.php:4582
5024
  msgid "Authorize"
5025
  msgstr "Avtoriziraj"
5026
 
5027
+ #: settings.php:4598
5028
  msgid "AdSense Integration - Step 1"
5029
  msgstr "Integracija AdSense - Korak 1"
5030
 
5031
  #. translators: %s: Ad Inserter
5032
+ #: settings.php:4602
5033
  msgid ""
5034
  "Here can %s list configured AdSense ad units and get code for AdSense ads. "
5035
  "To do this you need to authorize %s to access your AdSense account. The "
5042
  "Odjemalca in Skrivnost Odjemalca."
5043
 
5044
  #. translators: %s: HTML tags
5045
+ #: settings.php:4611
5046
  msgid "Go to %s Google APIs and Services console %s"
5047
  msgstr "Pojdite na %s konzolo Google API-ji in Storitve %s"
5048
 
5049
  #. translators: %1: Ad Inserter, 2, 3: HTML tags
5050
+ #: settings.php:4612
5051
  msgid ""
5052
  "Create %1$s project - if the project and IDs are already created click on "
5053
  "the %2$s Credentials %3$s in the sidebar and go to step 16"
5056
  "%2$s Pooblastila %3$s v stranski vrstici in pojdite na korak 16"
5057
 
5058
  #. translators: %s: HTML tags
5059
+ #: settings.php:4613
5060
  msgid ""
5061
  "Click on project selection and then click on the %s NEW PROJECT %s button to "
5062
  "create a new project"
5065
  "ustvaritev novega projekta"
5066
 
5067
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
5068
+ #: settings.php:4614
5069
  msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
5070
  msgstr "Vnesite %1$s za ime projekta in kliknite na gumb %2$s Ustvari %3$s"
5071
 
5072
  #. translators: %s: HTML tags
5073
+ #: settings.php:4615
5074
  msgid ""
5075
  "Click on project selection, wait for the project to be created and then and "
5076
  "select %s as the current project"
5079
  "izberite %s kot trenutni projekt"
5080
 
5081
  #. translators: %s: HTML tags
5082
+ #: settings.php:4616
5083
  msgid "Click on %s ENABLE APIS AND SERVICES %s"
5084
  msgstr "Klinkite na %s OMOGOČI API-je IN STORITVE %s"
5085
 
5086
  #. translators: %s: HTML tags
5087
+ #: settings.php:4617
5088
  msgid "Search for adsense and enable %s"
5089
  msgstr "Poiščite adsense in omogočite %s"
5090
 
5091
  #. translators: %s: HTML tags
5092
+ #: settings.php:4618
5093
  msgid "Click on %s CREATE CREDENTIALS %s"
5094
  msgstr "Klinkite na %s USTVARI POOBLASTILA %s"
5095
 
5096
  #. translators: %s: HTML tags
5097
+ #: settings.php:4619
5098
  msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
5099
  msgstr "Za %s Od kod boste klicali API-je? %s izberite %s Drugi UI %s"
5100
 
5101
  #. translators: %s: HTML tags
5102
+ #: settings.php:4620
5103
  msgid "For %s What data will you be accessing? %s select %s User data %s"
5104
  msgstr ""
5105
  "Za %s Do katerih podatkov boste dostopali? %s izberite %s Uporabniški "
5106
  "podatki %s"
5107
 
5108
  #. translators: %s: HTML tags
5109
+ #: settings.php:4621
5110
  msgid "Click on %s What credentials do I need? %s"
5111
  msgstr "Kliknite na %s Kakšna pooblastila potrebujem? %s"
5112
 
5113
  #. translators: %s: HTML tags
5114
+ #: settings.php:4622
5115
  msgid ""
5116
  "Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
5117
  "Ad Inserter client %s"
5120
  "vnestite %s Ad Inserter odjemalec %s"
5121
 
5122
  #. translators: %s: HTML tags
5123
+ #: settings.php:4623
5124
  msgid ""
5125
  "Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
5126
  "enter %s"
5129
  "uporabnikom %s vnesite %s"
5130
 
5131
  #. translators: %s: HTML tags
5132
+ #: settings.php:4624
5133
  msgid "Click on %s Continue %s"
5134
  msgstr "Kliknite na %s Nadaljuj %s"
5135
 
5136
  #. translators: %s: HTML tags
5137
+ #: settings.php:4625
5138
  msgid "Click on %s Done %s"
5139
  msgstr "Kliknite na %s Končaj %s"
5140
 
5141
  #. translators: %s: HTML tags
5142
+ #: settings.php:4626
5143
  msgid ""
5144
  "Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
5145
  "secret %s"
5147
  "Kliknite na %s Ad Inserter odjemalcec, %s da bi dobili %s ID odjemalca %s in "
5148
  "%s Skrivnost odjemalca %s"
5149
 
5150
+ #: settings.php:4627
5151
  msgid "Copy them to the appropriate fields below"
5152
  msgstr "Skopirajte ju na ustrezni polji spodaj"
5153
 
5154
+ #: settings.php:4633
5155
  msgid "Client ID"
5156
  msgstr "ID odjemalca"
5157
 
5158
+ #: settings.php:4636
5159
  msgid "Enter Client ID"
5160
  msgstr "Vnesite ID odjemalca"
5161
 
5162
+ #: settings.php:4641
5163
  msgid "Client secret"
5164
  msgstr "Skrivnost odjemalca"
5165
 
5166
+ #: settings.php:4644
5167
  msgid "Enter Client secret"
5168
  msgstr "Vnesite Skrivnost odjemalca"
5169
 
5170
+ #: settings.php:4654
5171
  msgid "Use default API IDs"
5172
  msgstr "Uporabi privzete API ID-je"
5173
 
5174
+ #: settings.php:4822
5175
  msgid "All posts"
5176
  msgstr "Vsi prispevki"
5177
 
5178
+ #: settings.php:4823
5179
  msgid "All static pages"
5180
  msgstr "Vse statične strani"
5181
 
5182
+ #: settings.php:4978 settings.php:4991 settings.php:5005 settings.php:5021
5183
  msgid "Blank ad blocks? Looking for AdSense alternative?"
5184
  msgstr "Prazni oglasni bloki? Iščete alternativo za AdSense?"
5185
 
5186
+ #: settings.php:4983 settings.php:4996 settings.php:5010 settings.php:5026
5187
+ #: settings.php:5221 settings.php:5224 settings.php:5226 settings.php:5235
5188
+ #: settings.php:5244 settings.php:5249 settings.php:5257 settings.php:5258
5189
+ #: settings.php:5261 settings.php:5264 settings.php:5268 settings.php:5278
5190
+ #: settings.php:5282
5191
  msgid "Looking for AdSense alternative?"
5192
  msgstr "Iščete alternativo za AdSense?"
5193
 
5194
+ #: settings.php:5038
5195
  msgid "Try Infolinks Ads with Adsense or Media.net ads"
5196
  msgstr "Poskusite oglase Infolinks z oglasi AdSense ali Media.net"
5197
 
5198
+ #: settings.php:5043 settings.php:5218 settings.php:5239 settings.php:5267
5199
+ #: settings.php:5286
5200
  msgid "Use Infolinks ads with Adsense to earn more"
5201
  msgstr "Uporabite oglase Infolinks z AdSense za večji zaslužek"
5202
 
5203
+ #: settings.php:5064 settings.php:5114
5204
  msgid "Support plugin development"
5205
  msgstr "Podprite razvoj vtičnika"
5206
 
5207
+ #: settings.php:5069 settings.php:5115
5208
  msgid ""
5209
  "If you like Ad Inserter and have a moment, please help me spread the word by "
5210
  "reviewing the plugin on WordPres"
5212
  "Če vam je Ad Inserter všeč in imate trenutek časa, mi prosim pomagajte "
5213
  "razširiti novico z mnenjem o vtičniku na WordPress-u"
5214
 
5215
+ #: settings.php:5069
5216
  msgctxt "Review Ad Inserter"
5217
  msgid "Review"
5218
  msgstr "Ocenite"
5219
 
5220
+ #: settings.php:5074
5221
  msgid ""
5222
  "If you like Ad Inserter and have a moment, please help me spread the word by "
5223
  "rating the plugin on WordPres"
5225
  "Če vam je Ad Inserter všeč in imate trenutek časa, mi prosim pomagajte "
5226
  "razširiti novico z oceno vtičnika na WordPress-u"
5227
 
5228
+ #: settings.php:5074
5229
  msgctxt "Rate Ad Inserter"
5230
  msgid "Rate"
5231
  msgstr "Ocenite"
5232
 
5233
+ #: settings.php:5079
5234
  msgid ""
5235
  "Support free Ad Inserter development. If you are making money with Ad "
5236
  "Inserter consider donating some small amount. Even 1 dollar counts. Thank "
5239
  "Podprite razvoj brezplačnega Ad Inserter-ja. Če služite denar z Ad Inserter-"
5240
  "jem razmislite o donaciji manjšega zneska. Tudi 1 evro šteje. Hvala!"
5241
 
5242
+ #: settings.php:5079
5243
  msgid "Donate"
5244
  msgstr "Donirajte"
5245
 
5246
+ #: settings.php:5086 settings.php:5130
5247
  msgid "Average rating of the plugin - Thank you!"
5248
  msgstr "Povprečna ocena vtičnika - Hvala!"
5249
 
5250
  #. translators: %s: Ad Inserter, HTML tags
5251
+ #: settings.php:5097
5252
  msgid ""
5253
  "You've been using %s for a while now, and I hope you're happy with it. "
5254
  "Positive %s reviews %s are a great way to show your appreciation for my "
5263
  "monetizacijo vašega spletnega mesta. Ko ga ocenite s 5-imi zvezdicami je kot "
5264
  "bi rekli 'Hvala'."
5265
 
5266
+ #: settings.php:5115
5267
  msgid "Review"
5268
  msgstr "Ocena"
5269
 
5270
+ #: settings.php:5119
5271
  msgid "Ad Inserter on Twitter"
5272
  msgstr "Ad Inserter na Twitter-ju"
5273
 
5274
+ #: settings.php:5120
5275
  msgid "Ad Inserter on Facebook"
5276
  msgstr "Ad Inserter na Facebook-u"
5277
 
5278
+ #: settings.php:5123
5279
  msgid "Follow Ad Inserter"
5280
  msgstr "Sledi Ad Inserter-ju"
5281
 
5282
  #. translators: %s: HTML tags
5283
+ #: settings.php:5150
5284
  msgid ""
5285
  "Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
5286
  "and %s Common Settings %s pages"
5289
  "Urejanje Kode, %s %s Pogoste Nastavitve %s"
5290
 
5291
  #. translators: %s: HTML tags
5292
+ #: settings.php:5162
5293
  msgid ""
5294
  "%s New to %s AdSense? %s %s %s Connect your site %s - %s In-feed ads, %s %s "
5295
+ "Auto ads, %s %s AMP ads %s"
 
5296
  msgstr ""
5297
  "%s Novinec z %s AdSense? %s %s %s Povežite vaše spletišče %s - %s oglasi V "
5298
+ "viru, %s %s Samodejni oglasi, %s %s AMP oglasi %s"
 
5299
 
5300
  #. translators: %s: HTML tags
5301
+ #: settings.php:5179
5302
  msgid ""
5303
  "Become an %s affiliate %s for Ad Inserter Pro and earn commission for each "
5304
  "purchase you refer to us"
5307
  "nakup, ki nam ga posredujete"
5308
 
5309
  #. translators: %s: HTML tags
5310
+ #: settings.php:5186
5311
  msgid ""
5312
  "Ads are not showing? Check %s troubleshooting guide %s to find out how to "
5313
  "diagnose and fix the problem."
5316
  "navodili za diagnozo in rešitvami za težave."
5317
 
5318
  #. translators: %s: HTML tags
5319
+ #: settings.php:5190
5320
  msgid ""
5321
  "If you need any kind of help or support, please do not hesitate to open a "
5322
  "thread on the %s support forum. %s"
5324
  "Če potrebujete kakršno koli pomoč ali podporo ne oklevajte in odprite novo "
5325
  "nit na %s podpornem forumu. %s"
5326
 
5327
+ #: settings.php:5217 settings.php:5287 settings.php:5291
5328
  msgid "Code preview with visual CSS editor"
5329
  msgstr "Predogled kode z vizualnim CSS urejevalnikom"
5330
 
5331
+ #: settings.php:5220 settings.php:5248
5332
+ msgid "Ad blocking detection and content protection"
5333
+ msgstr "Zaznavanje blokiranja oglasov in zaščita vsebine"
5334
+
5335
+ #: settings.php:5223 settings.php:5276
5336
  msgid "A/B testing - Track ad impressions and clicks"
5337
  msgstr "A/B testiranje - Sledi prikazom in klikom"
5338
 
5339
+ #: settings.php:5240
5340
  msgid "Insert ads on AMP pages"
5341
  msgstr "Vstavite oglase na AMP straneh"
5342
 
5343
+ #: settings.php:5299
 
 
 
 
5344
  msgid "Looking for Pro Ad Management plugin?"
5345
  msgstr "Iščete Pro vtičnik za Upravljanje z Oglasi?"
5346
 
5347
+ #: settings.php:5300
5348
  msgid "To Optimally Monetize your WordPress website?"
5349
  msgstr "Za optimalno monetizacijo vašega WordPress spletnega mesta?"
5350
 
5351
  #. Translators: %s: price of Ad Inserter Pro
5352
+ #: settings.php:5301
5353
  msgid "Different license types starting from %s"
5354
  msgstr "Različni tipi licenc začenši od %s"
5355
 
5356
  #. translators: %s HTML tags
5357
+ #: settings.php:5304
5358
  msgid "%s AdSense Integration %s"
5359
  msgstr "%s Integracija AdSense %s"
5360
 
5361
  #. translators: %s HTML tags
5362
+ #: settings.php:5305
5363
  msgid "Syntax highlighting %s editor %s"
5364
  msgstr "%s Urejevalnik %s s poudarjanjem sintakse"
5365
 
5366
  #. translators: %s HTML tags
5367
+ #: settings.php:5306
5368
  msgid "%s Code preview %s with visual CSS editor"
5369
  msgstr "%s Predogled kode %s z vizualnim CSS urejevalnikom"
5370
 
5371
  #. translators: %s HTML tags
5372
+ #: settings.php:5307
5373
  msgid "Simple user interface - all settings on a single page"
5374
  msgstr "Preprost uporabniški vmesnik - vse nastavitve na eni strani"
5375
 
5376
  #. translators: %s HTML tags
5377
+ #: settings.php:5308
5378
  msgid ""
5379
  "%s Automatic insertion %s before or after post / content / %s paragraph %s / "
5380
  "image / excerpt"
5383
  "%s / sliko / izvlečkom"
5384
 
5385
  #. translators: %s HTML tags
5386
+ #: settings.php:5309
5387
  msgid "%s Automatic insertion %s between posts on blog pages"
5388
  msgstr "%s Samodejno vstavljanje %s med prispevki na straneh bloga"
5389
 
5390
  #. translators: %s HTML tags
5391
+ #: settings.php:5310
5392
  msgid "%s Automatic insertion %s before, between and after comments"
5393
  msgstr "%s Samodejno vstavljanje %s pred, med in po kometarjih"
5394
 
5395
  #. translators: %s HTML tags
5396
+ #: settings.php:5311
5397
  msgid "%s Automatic insertion %s after %s or before %s tag"
5398
  msgstr "%s Samodejno vstavljanje %s za %s ali pred %s začko"
5399
 
5400
  #. translators: %s HTML tags
5401
+ #: settings.php:5312
5402
  msgid "Automatic insertion at %s custom hook positions %s"
5403
  msgstr "Samodejno vstavljanje na %s položajih ročic po meri %s"
5404
 
5405
  #. translators: %s HTML tags
5406
+ #: settings.php:5313
5407
  msgid ""
5408
  "Insertion %s before or after any HTML element on the page %s (using CSS "
5409
  "selectors)"
5412
  "selektorjev)"
5413
 
5414
  #. translators: %s HTML tags
5415
+ #: settings.php:5314
5416
  msgid "%s Insertion exceptions %s for individual posts and pages"
5417
  msgstr "%s Izjeme vstavljanja %s za individualne prispevke in strani"
5418
 
5419
  #. translators: %s HTML tags
5420
+ #: settings.php:5315
5421
  msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
5422
  msgstr "%s Ročno vstavljanje: %s gradniki, kratke kode in klic PHP funkcije"
5423
 
5424
  #. translators: %s HTML tags
5425
+ #: settings.php:5316
5426
  msgid ""
5427
  "%s Sticky ads %s with optional close button (ads stay fixed when the page "
5428
  "scrolls)"
5431
  "se stran pomika)"
5432
 
5433
  #. translators: %s HTML tags
5434
+ #: settings.php:5317
5435
  msgid "%s Background ads %s with one or left and right background images"
5436
  msgstr "%s Oglasi v ozdaju %s z eno ali levo in desno sliko ozadja"
5437
 
5438
  #. translators: %s HTML tags
5439
+ #: settings.php:5318
5440
  msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
5441
  msgstr ""
5442
  "%s Lepljivi oglasi v stranski vrstici %s (lepljivi na zaslon ali vsebino)"
5443
 
5444
  #. translators: %s HTML tags
5445
+ #: settings.php:5319
5446
  msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
5447
  msgstr ""
5448
  "%s Animacije lepljivih oglasov %s (uveni, drsaj, obrni, prekucni, približaj)"
5449
 
5450
  #. translators: %s HTML tags
5451
+ #: settings.php:5320
5452
  msgid ""
5453
  "%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
5454
  "visible)"
5457
  "postane viden)"
5458
 
5459
  #. translators: %s HTML tags
5460
+ #: settings.php:5321
5461
  msgid ""
5462
  "%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
5463
  msgstr ""
5465
  "strani)"
5466
 
5467
  #. translators: %s HTML tags
5468
+ #: settings.php:5322
5469
  msgid "Block %s alignment and style %s customizations"
5470
  msgstr "%s Poravnave in slogi %s bloka po meri"
5471
 
5472
  #. translators: %s HTML tags
5473
+ #: settings.php:5323
5474
  msgid ""
5475
  "%s Clearance %s options to avoid insertion near images or headers (AdSense "
5476
  "TOS)"
5478
  "%s Izogibanje %s vstavljanja oglasov zraven slik ali naslovov (AdSense TOS)"
5479
 
5480
  #. translators: %s HTML tags
5481
+ #: settings.php:5324
5482
  msgid ""
5483
  "Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
5484
  "feeds"
5487
  "virih"
5488
 
5489
  #. translators: %s HTML tags
5490
+ #: settings.php:5325
5491
  msgid "%s Ad rotation %s (works also with caching)"
5492
  msgstr "%s Rotacija oglasov %s (deluje tudi s predpomnjenjem)"
5493
 
5494
  #. translators: %s HTML tags
5495
+ #: settings.php:5326
5496
  msgid "Create, edit and check %s ads.txt %s file"
5497
  msgstr "Ustvari, urejaj in preveri datoteko %s ads.txt %s"
5498
 
5499
  #. translators: %s HTML tags
5500
+ #: settings.php:5327
5501
  msgid ""
5502
  "Ad impression and click %s tracking %s (works also with Javascript ads like "
5503
  "AdSense)"
5506
  "AdSense)"
5507
 
5508
  #. translators: %s HTML tags
5509
+ #: settings.php:5328
5510
  msgid "Internal or external %s tracking %s (via Google Analytics or Matomo)"
5511
  msgstr "Notranje ali zunanje %s sledenje %s (prek Google Analytics ali Matomo)"
5512
 
5513
  #. translators: %s HTML tags
5514
+ #: settings.php:5329
5515
  msgid "%s Public web reports %s for clients, export to PDF"
5516
  msgstr "%s Javna spletna poročila %s za stranke, izvoz v PDF"
5517
 
5518
  #. translators: %s HTML tags
5519
+ #: settings.php:5330
5520
  msgid "Support for %s A/B testing %s"
5521
  msgstr "Podpora za %s A/B testiranje %s"
5522
 
5523
  #. translators: %s HTML tags
5524
+ #: settings.php:5331
5525
  msgid "Frequency capping - %s limit impressions or clicks %s"
5526
  msgstr "Omejevanje frekvence - %s omejite prikaze ali klike %s"
5527
 
5528
  #. translators: %s HTML tags
5529
+ #: settings.php:5332
5530
  msgid "Click fraud %s protection %s"
5531
  msgstr "%s Zaščita %s pred goljufijo s kliki"
5532
 
5533
  #. translators: %s HTML tags
5534
+ #: settings.php:5333
5535
+ msgid "Support for %s GDPR consent cookie checks %s"
5536
+ msgstr "Podpora za %s preverjanja piškotkov za GDPR privolitev %s"
5537
+
5538
+ #. translators: %s HTML tags
5539
+ #: settings.php:5334
5540
  msgid "Support for %s lazy loading %s"
5541
  msgstr "Podpora za %s leno nalaganje %s"
5542
 
5543
  #. translators: %s HTML tags
5544
+ #: settings.php:5335
5545
  msgid "Support for ads on %s AMP pages %s"
5546
  msgstr "Podpora za oglase na %s AMP straneh %s"
5547
 
5548
  #. translators: %s HTML tags
5549
+ #: settings.php:5336
5550
  msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
5551
  msgstr "Podpora za kontekstualne %s Amazon Native Shopping Ads %s (odzivni)"
5552
 
5553
  #. translators: %s HTML tags
5554
+ #: settings.php:5337
5555
  msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
5556
  msgstr ""
5557
  "Ime CSS razreda za div za ovijanje po meri za izogibanje blokiranju oglasov"
5558
 
5559
  #. translators: %s HTML tags
5560
+ #: settings.php:5339
5561
  msgid "%s Banner %s code generator"
5562
  msgstr "Generator kode za %s pasice %s"
5563
 
5564
  #. translators: %s HTML tags
5565
+ #: settings.php:5340
5566
  msgid "Support for %s header and footer %s code"
5567
  msgstr "Podpora za kodo v %s glavi in nogi %s"
5568
 
5569
  #. translators: %s HTML tags
5570
+ #: settings.php:5341
5571
  msgid "Support for Google Analytics, Matomo or any other web analytics code"
5572
  msgstr ""
5573
  "Podpora za Google Analytics, Matomo ali katerokoli drugo spletno analitiko"
5574
 
5575
  #. translators: %s HTML tags
5576
+ #: settings.php:5342
5577
  msgid "Desktop, tablet and phone server-side %s device detection %s"
5578
  msgstr ""
5579
  "%s Zaznava namizne, tablične in telefonske naprave %s na strani strani "
5580
  "strežnika"
5581
 
5582
  #. translators: %s HTML tags
5583
+ #: settings.php:5343
5584
  msgid "Client-side %s mobile device detection %s (works with caching)"
5585
  msgstr "%s Zaznava mobilne naprave %s (deluje s predpomnjenjem)"
5586
 
5587
  #. translators: %s HTML tags
5588
+ #: settings.php:5344
5589
  msgid ""
5590
  "%s Ad blocking detection %s - popup message, ad replacement, content "
5591
  "protection"
5594
  "vsebine"
5595
 
5596
  #. translators: %s HTML tags
5597
+ #: settings.php:5345
5598
  msgid "%s Ad blocking statistics %s"
5599
  msgstr "%s Statistika blokiranja oglasov %s"
5600
 
5601
  #. translators: %s HTML tags
5602
+ #: settings.php:5346
5603
  msgid ""
5604
  "%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
5605
  "referrers, operating systems, browsers"
5608
  "prispevkov, url-jev, napotiteljev, operacijskih sistemov, brskalnikov"
5609
 
5610
  #. translators: %s HTML tags
5611
+ #: settings.php:5347
5612
  msgid ""
5613
  "%s Black/White-list %s IP addresses or countries (works also with caching)"
5614
  msgstr ""
5615
  "%s Črni/Beli seznam %s IP naslovov ali držav (deluje tudi s predpomnjenjem)"
5616
 
5617
  #. translators: %s HTML tags
5618
+ #: settings.php:5348
5619
  msgid "%s Multisite options %s to limit settings on the sites"
5620
  msgstr "%s Multisite možnosti %s za omejitev nastavitev na spletiščih"
5621
 
5622
  #. translators: %s HTML tags
5623
+ #: settings.php:5349
5624
  msgid "%s Import/Export %s block or plugin settings"
5625
  msgstr "%s Uvoz/Izvoz %s nastavitve bloka ali vtičnika"
5626
 
5627
  #. translators: %s HTML tags
5628
+ #: settings.php:5350
5629
  msgid "%s Insertion scheduling %s with fallback option"
5630
  msgstr "%s Urnik vstavljanja %s z možnostjo rezerve"
5631
 
5632
  #. translators: %s HTML tags
5633
+ #: settings.php:5351
5634
  msgid "Country-level %s GEO targeting %s (works also with caching)"
5635
  msgstr "%s GEO ciljanje na ravni države %s (deluje tudi s predpomnjenjem)"
5636
 
5637
  #. translators: %s HTML tags
5638
+ #: settings.php:5352
5639
  msgid "Simple troubleshooting with many %s debugging functions %s"
5640
  msgstr ""
5641
  "Preprosto odpravljanje napak z veliko %s funkcijami za razhroščevanje %s"
5642
 
5643
  #. translators: %s HTML tags
5644
+ #: settings.php:5353
5645
  msgid "%s Visualization %s of inserted blocks or ads for easier placement"
5646
  msgstr ""
5647
  "%s Vizualizacija %s vstavljenih blokov ali oglasov za enostavno umeščanje"
5648
 
5649
  #. translators: %s HTML tags
5650
+ #: settings.php:5354
5651
  msgid "%s Visualization %s of available positions for automatic ad insertion"
5652
  msgstr ""
5653
  "%s Vizualizacija %s razpoložljivih položajev za samodejno vstavljanje oglasov"
5654
 
5655
  #. translators: %s HTML tags
5656
+ #: settings.php:5355
5657
  msgid ""
5658
  "%s Visualization %s of HTML tags for easier ad placement between paragraphs"
5659
  msgstr ""
5660
  "%s Vizualizacija %s HTML značk za enostavno vstavljanje oglasov med odstavki"
5661
 
5662
  #. translators: %s HTML tags
5663
+ #: settings.php:5356
5664
  msgid "%s Clipboard support %s to easily copy blocks or settings"
5665
  msgstr ""
5666
  "%s Podpora za odložišče %s za enostavno kopiranje blokov ali nastavitev"
5667
 
5668
  #. translators: %s HTML tags
5669
+ #: settings.php:5357
5670
  msgid "No ads on the settings page"
5671
  msgstr "Stran z nastavitvami brez oglasov"
5672
 
5673
  #. translators: %s HTML tags
5674
+ #: settings.php:5358
5675
  msgid "Premium support"
5676
  msgstr "Vrhunska podpora"
5677
 
5678
  #. translators: %s HTML tags
5679
+ #: settings.php:5361
5680
  msgid ""
5681
  "Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
5682
  "website with many advertising features to automatically insert adverts on "
5703
  "bodo ohranile)."
5704
 
5705
  #. translators: %s HTML tags
5706
+ #: settings.php:5374
5707
  msgid "Looking for %s Pro Ad Management plugin? %s"
5708
  msgstr "Iščete Pro vtičnik za %s Upravljanje z Oglasi? %s"
5709
 
5710
  #. translators: %s HTML tags
5711
+ #: settings.php:5379
5712
  msgid "Ads between posts"
5713
  msgstr "Oglasi med prispevki"
5714
 
5715
  #. translators: %s HTML tags
5716
+ #: settings.php:5380
5717
  msgid "Ads between comments"
5718
  msgstr "Oglasi med komentarji"
5719
 
5720
  #. translators: %s HTML tags
5721
+ #: settings.php:5381
5722
  msgid "Support via email"
5723
  msgstr "Podpora prek elektronske pošte"
5724
 
5725
  #. translators: %s HTML tags
5726
+ #: settings.php:5387
5727
  msgid "%s Sticky positions %s"
5728
  msgstr "%s Lepljivi položaji %s"
5729
 
5730
  #. translators: %s HTML tags
5731
+ #: settings.php:5388
5732
  msgid "%s Limit insertions %s"
5733
  msgstr "%s Omeji vstavljanja %s"
5734
 
5735
  #. translators: %s HTML tags
5736
+ #: settings.php:5389
5737
  msgid "%s Clearance %s options"
5738
  msgstr "Možnosti %s izogibanja %s"
5739
 
5740
  #. translators: %s HTML tags
5741
+ #: settings.php:5395
5742
  msgid "Ad rotation"
5743
  msgstr "Vrtenje oglasov"
5744
 
5745
  #. translators: %s HTML tags
5746
+ #: settings.php:5396
5747
  msgid "%s A/B testing %s"
5748
  msgstr "%s A/B testiranje %s"
5749
 
5750
  #. translators: %s HTML tags
5751
+ #: settings.php:5397
5752
  msgid "%s Ad tracking %s"
5753
  msgstr "%s Sledenje oglasom %s"
5754
 
5755
  #. translators: %s HTML tags
5756
+ #: settings.php:5403
5757
  msgid "Support for %s AMP pages %s"
5758
  msgstr "Podpora za %s AMP strani %s"
5759
 
5760
  #. translators: %s HTML tags
5761
+ #: settings.php:5404
5762
  msgid "%s Ad blocking detection %s"
5763
  msgstr "%s Zaznavanje blokiranja oglasov %s"
5764
 
5765
  #. translators: %s HTML tags
5766
+ #: settings.php:5405
5767
  msgid "%s Mobile device detection %s"
5768
  msgstr "%s Zaznavanje mobilne naprave %s"
5769
 
5770
  #. translators: %s HTML tags
5771
+ #: settings.php:5412
5772
  msgid "64 code blocks"
5773
  msgstr "64 kodnih blokov"
5774
 
5775
  #. translators: %s HTML tags
5776
+ #: settings.php:5413
5777
  msgid "%s GEO targeting %s"
5778
  msgstr "%s GEO ciljanje %s"
5779
 
5780
  #. translators: %s HTML tags
5781
+ #: settings.php:5414
5782
  msgid "%s Scheduling %s"
5783
  msgstr "%s Urnik %s"
5784
 
languages/ad-inserter.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the Ad Inserter package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Ad Inserter 2.6.9\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
7
- "POT-Creation-Date: 2020-05-27 17:48:19+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -12,474 +12,474 @@ msgstr ""
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
- #: ad-inserter.php:412
16
  msgctxt "Menu item"
17
  msgid "Debugging DEMO"
18
  msgstr ""
19
 
20
- #: ad-inserter.php:428
21
  msgctxt "Menu item"
22
  msgid "Label Blocks"
23
  msgstr ""
24
 
25
- #: ad-inserter.php:435
26
  msgctxt "Menu item"
27
  msgid "Show Positions"
28
  msgstr ""
29
 
30
- #: ad-inserter.php:521
31
  msgctxt "Menu item"
32
  msgid "Show HTML Tags"
33
  msgstr ""
34
 
35
- #: ad-inserter.php:528
36
  msgctxt "Menu item"
37
  msgid "Disable Insertion"
38
  msgstr ""
39
 
40
- #: ad-inserter.php:537
41
  msgctxt "Menu item"
42
  msgid "Ad Blocking Status"
43
  msgstr ""
44
 
45
- #: ad-inserter.php:544
46
  msgctxt "Menu item"
47
  msgid "Simulate Ad Blocking"
48
  msgstr ""
49
 
50
- #: ad-inserter.php:555
51
  msgctxt "Menu item"
52
  msgid "Log Processing"
53
  msgstr ""
54
 
55
- #: ad-inserter.php:562
56
  msgctxt "Menu item"
57
  msgid "Show Log"
58
  msgstr ""
59
 
60
  #. translators: Debugging position name Before HTML element
61
- #: ad-inserter.php:1206
62
  msgid "Before"
63
  msgstr ""
64
 
65
  #. translators: Debugging position name After HTML element
66
- #: ad-inserter.php:1211
67
  msgid "After"
68
  msgstr ""
69
 
70
  #. translators: Debugging position name Prepend content of HTML element (before
71
  #. the content of the HTML element)
72
- #: ad-inserter.php:1216 strings.php:104
73
  msgid "Prepend content"
74
  msgstr ""
75
 
76
  #. translators: Debugging position name Append content of HTML element (after
77
  #. the content of the HTML element)
78
- #: ad-inserter.php:1221 strings.php:105
79
  msgid "Append content"
80
  msgstr ""
81
 
82
  #. translators: Debugging position name Replace content of HTML element
83
- #: ad-inserter.php:1226 strings.php:106
84
  msgid "Replace content"
85
  msgstr ""
86
 
87
  #. translators: Debugging position name Replace HTML element
88
- #: ad-inserter.php:1231 strings.php:169
89
  msgid "Replace"
90
  msgstr ""
91
 
92
  #. translators: Debugging message when output buffering is enabled
93
- #: ad-inserter.php:1278
94
  msgid "OUTPUT BUFFERING"
95
  msgstr ""
96
 
97
  #. translators: Debugging position
98
- #: ad-inserter.php:1282
99
  msgid "Above Header"
100
  msgstr ""
101
 
102
- #: ad-inserter.php:1577
103
  msgctxt "Menu item"
104
  msgid "Log In"
105
  msgstr ""
106
 
107
  #. translators: %s: Ad Inserter
108
- #: ad-inserter.php:1919 ad-inserter.php:3134
109
  msgid "%s Settings"
110
  msgstr ""
111
 
112
  #. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
113
- #: ad-inserter.php:2509
114
  msgid "AD BLOCKING DETECTED, PAGE VIEWS"
115
  msgstr ""
116
 
117
- #: ad-inserter.php:2509
118
  msgid "NO ACTION"
119
  msgstr ""
120
 
121
- #: ad-inserter.php:2510
122
  msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
123
  msgstr ""
124
 
125
- #: ad-inserter.php:2511
126
  msgid "AD BLOCKING DETECTED - ACTION"
127
  msgstr ""
128
 
129
- #: ad-inserter.php:2512
130
  msgid "AD BLOCKING NOT DETECTED"
131
  msgstr ""
132
 
133
- #: ad-inserter.php:2513
134
  msgid "AD BLOCKING DETECTION COOKIES DELETED"
135
  msgstr ""
136
 
137
- #: ad-inserter.php:2514
138
  msgid "AD BLOCKING DETECTED - NO ACTION"
139
  msgstr ""
140
 
141
  #. Translators: 1: number of blocks, 2: Ad Inserter
142
- #: ad-inserter.php:2829
143
  msgid "Hey, you are now using %1$s %2$s block."
144
  msgid_plural "Hey, you are now using %1$s %2$s blocks."
145
  msgstr[0] ""
146
  msgstr[1] ""
147
 
148
- #: ad-inserter.php:2832
149
  msgid "Please help me to solve a problem first"
150
  msgstr ""
151
 
152
- #: ad-inserter.php:2836
153
  msgid "Maybe later"
154
  msgstr ""
155
 
156
  #. Translators: %s: Ad Inserter
157
- #: ad-inserter.php:2841
158
  msgid "Hey, you are using %s and I hope you're happy with it."
159
  msgstr ""
160
 
161
- #: ad-inserter.php:2844
162
  msgid "OK, but please help me with the settings first"
163
  msgstr ""
164
 
165
- #: ad-inserter.php:2857
166
  msgid ""
167
  "Please take a moment to rate the plugin. When you rate it with 5 stars it's "
168
  "like saying 'Thank you'. Somebody will be happy."
169
  msgstr ""
170
 
171
- #: ad-inserter.php:2859
172
  msgid ""
173
  "Positive reviews are a great incentive to fix bugs and to add new features "
174
  "for better monetization of your website."
175
  msgstr ""
176
 
177
- #: ad-inserter.php:2865
178
  msgid "Sure"
179
  msgstr ""
180
 
181
  #. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter
182
  #. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter, 3, 4: HTML tags
183
- #: ad-inserter.php:2882 ad-inserter.php:2917
184
  msgid "Warning: %1$s %3$s disabled %4$s %2$s on AMP pages."
185
  msgstr ""
186
 
187
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
188
- #: ad-inserter.php:2889
189
  msgid "Warning: %1$s requires PHP 5.6 or newer. %2$s Please update! %3$s"
190
  msgstr ""
191
 
192
- #: ad-inserter.php:2899
193
  msgctxt "Menu item"
194
  msgid "Settings"
195
  msgstr ""
196
 
197
- #: ad-inserter.php:2931
198
  msgid ""
199
  "Load settings page in safe mode to avoid collisions with other plugins or "
200
  "theme"
201
  msgstr ""
202
 
203
- #: ad-inserter.php:2931
204
  msgid "Safe mode"
205
  msgstr ""
206
 
207
  #. translators: %s: Ad Inserter
208
- #: ad-inserter.php:3026
209
  msgctxt "Meta box name"
210
  msgid "%s Individual Exceptions"
211
  msgstr ""
212
 
213
- #: ad-inserter.php:3055 ad-inserter.php:10431 class.php:2307
214
  #: includes/preview.php:2324 includes/preview.php:2369
215
- #: includes/preview.php:2406 settings.php:4252 strings.php:3
216
  msgid "Block"
217
  msgstr ""
218
 
219
- #: ad-inserter.php:3056 settings.php:4253 settings.php:4338
220
  msgid "Name"
221
  msgstr ""
222
 
223
- #: ad-inserter.php:3059 settings.php:1187
224
  msgid "Default insertion"
225
  msgstr ""
226
 
227
  #. translators: For this post or page
228
- #: ad-inserter.php:3062
229
  msgctxt "Page"
230
  msgid "For this"
231
  msgstr ""
232
 
233
- #: ad-inserter.php:3063
234
  msgctxt "Post"
235
  msgid "For this"
236
  msgstr ""
237
 
238
- #: ad-inserter.php:3075
239
  msgctxt "Enabled/disabled on all"
240
  msgid "pages"
241
  msgstr ""
242
 
243
- #: ad-inserter.php:3078
244
  msgctxt "Enabled/disabled on all"
245
  msgid "posts"
246
  msgstr ""
247
 
248
- #: ad-inserter.php:3095 ad-inserter.php:3107 strings.php:175
249
  msgid "Enabled"
250
  msgstr ""
251
 
252
  #. translators: Menu items
253
- #: ad-inserter.php:3095 ad-inserter.php:3107
254
  #: includes/functions-check-now.php:2401 includes/functions.old.php:2326
255
- #: includes/functions.php:2668 strings.php:16
256
  msgid "Disabled"
257
  msgstr ""
258
 
259
- #: ad-inserter.php:3097
260
  msgid "No individual exceptions"
261
  msgstr ""
262
 
263
  #. translators: Not enabled for pages or posts
264
- #: ad-inserter.php:3099
265
  msgid "Not enabled for"
266
  msgstr ""
267
 
268
  #. translators: No individual exceptions enabled for pages or posts
269
- #: ad-inserter.php:3127
270
  msgid "No block has individual exceptions enabled"
271
  msgstr ""
272
 
273
  #. translators: 1: Ad Inserter Settings (page), 2: Tag / Archive pages
274
- #: ad-inserter.php:3132
275
  msgid ""
276
  "Default insertion can be configured for each block on %1$s page - button "
277
  "next to %2$s checkbox."
278
  msgstr ""
279
 
280
- #: ad-inserter.php:3135 settings.php:1165
281
  msgid "Tag / Archive pages"
282
  msgstr ""
283
 
284
- #: ad-inserter.php:3137
285
  msgid ""
286
  "When individual exceptions for a block are enabled, a checkbox will be "
287
  "listed here to change default insertion for this post or page."
288
  msgstr ""
289
 
290
- #: ad-inserter.php:3138
291
  msgid ""
292
  "This way you can individually enable or disable blocks on specific posts or "
293
  "pages."
294
  msgstr ""
295
 
296
- #: ad-inserter.php:3140
297
  msgid "For more information check page %s"
298
  msgstr ""
299
 
300
  #. translators: Ad Inserter Exceptions documentation page
301
- #: ad-inserter.php:3142
302
  msgid "Individual Exceptions"
303
  msgstr ""
304
 
305
- #: ad-inserter.php:3189
306
  msgid "STATIC PAGE"
307
  msgstr ""
308
 
309
- #: ad-inserter.php:3192
310
  msgid "POST"
311
  msgstr ""
312
 
313
- #: ad-inserter.php:3195
314
  msgid "HOMEPAGE"
315
  msgstr ""
316
 
317
- #: ad-inserter.php:3198
318
  msgid "CATEGORY PAGE"
319
  msgstr ""
320
 
321
- #: ad-inserter.php:3201
322
  msgid "SEARCH PAGE"
323
  msgstr ""
324
 
325
- #: ad-inserter.php:3204
326
  msgid "ARCHIVE PAGE"
327
  msgstr ""
328
 
329
- #: ad-inserter.php:3207
330
  msgid "ERROR 404 PAGE"
331
  msgstr ""
332
 
333
- #: ad-inserter.php:3210
334
  msgid "AJAX CALL"
335
  msgstr ""
336
 
337
- #: ad-inserter.php:3213
338
  msgid "UNKNOWN PAGE TYPE"
339
  msgstr ""
340
 
341
- #: ad-inserter.php:3230
342
  msgid "Click to delete ad blocking detection cokies"
343
  msgstr ""
344
 
345
- #: ad-inserter.php:3231
346
  msgid "AD BLOCKING STATUS UNKNOWN"
347
  msgstr ""
348
 
349
  #. translators: %s: AdSense Auto Ads
350
- #: ad-inserter.php:3260
351
  msgid ""
352
  "Code for %s detected - Code will automatically insert AdSense ads at optimal "
353
  "positions"
354
  msgstr ""
355
 
356
- #: ad-inserter.php:3395
357
  msgid "Code for insertion"
358
  msgstr ""
359
 
360
- #: ad-inserter.php:3395
361
  msgid "character"
362
  msgid_plural "characters"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
- #: ad-inserter.php:3411
367
  msgid "Header code"
368
  msgstr ""
369
 
370
- #: ad-inserter.php:3411
371
  msgctxt "Header code"
372
  msgid "DISABLED"
373
  msgstr ""
374
 
375
- #: ad-inserter.php:3411 ad-inserter.php:3644
376
  msgid "character inserted"
377
  msgid_plural "characters inserted"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
- #: ad-inserter.php:3644
382
  msgid "Footer code"
383
  msgstr ""
384
 
385
- #: ad-inserter.php:3644
386
  msgctxt "Footer code"
387
  msgid "DISABLED"
388
  msgstr ""
389
 
390
- #: ad-inserter.php:3650
391
  msgid "JAVASCRIPT NOT WORKING"
392
  msgstr ""
393
 
394
- #: ad-inserter.php:3650
395
  msgid "NO JAVASCRIPT ERRORS"
396
  msgstr ""
397
 
398
- #: ad-inserter.php:3650
399
  msgid "JAVASCRIPT ERRORS"
400
  msgstr ""
401
 
402
  #. translators: block name (block with default settings)
403
- #: ad-inserter.php:6120
404
  msgctxt "Block name"
405
  msgid "Default"
406
  msgstr ""
407
 
408
  #. translators: %s: Ad Inserter
409
- #: ad-inserter.php:6801
410
  msgid "Error importing %s settings."
411
  msgstr ""
412
 
413
- #: ad-inserter.php:6802
414
  msgid "Error importing settings for block"
415
  msgid_plural "Error importing settings for blocks:"
416
  msgstr[0] ""
417
  msgstr[1] ""
418
 
419
- #: ad-inserter.php:6855
420
  msgid "Settings saved."
421
  msgstr ""
422
 
423
  #. translators: %s: Ad Inserter
424
- #: ad-inserter.php:6857
425
  msgid "Invalid data received - %s settings not saved."
426
  msgstr ""
427
 
428
- #: ad-inserter.php:6956
429
  msgid "Settings cleared."
430
  msgstr ""
431
 
432
  #. Translators: Post/Static page must have between X and Y words
433
- #: ad-inserter.php:7353 ad-inserter.php:7355 ad-inserter.php:7378
434
- #: settings.php:2166
435
  msgid "word"
436
  msgid_plural "words"
437
  msgstr[0] ""
438
  msgstr[1] ""
439
 
440
- #: ad-inserter.php:7392 ad-inserter.php:7520
441
  msgid "HTML TAGS REMOVED"
442
  msgstr ""
443
 
444
- #: ad-inserter.php:7596
445
  msgid "BEFORE COMMENTS"
446
  msgstr ""
447
 
448
- #: ad-inserter.php:7722
449
  msgid "AFTER COMMENTS"
450
  msgstr ""
451
 
452
- #: ad-inserter.php:7803
453
  msgid "BETWEEN COMMENTS"
454
  msgstr ""
455
 
456
- #: ad-inserter.php:9737 ad-inserter.php:9820
457
  msgctxt "category name"
458
  msgid "Uncategorized"
459
  msgstr ""
460
 
461
- #: ad-inserter.php:10048
462
  msgid "requires WordPress 4.6 or newer"
463
  msgstr ""
464
 
465
- #: ad-inserter.php:10048
466
  msgid "Please update!"
467
  msgstr ""
468
 
469
  #. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
470
  #. name with HTML tags will be added)
471
- #: ad-inserter.php:10304
472
  msgid "Thank you for installing"
473
  msgstr ""
474
 
475
  #. translators: Opt-in message: %s: HTML tags
476
- #: ad-inserter.php:10306
477
  msgid ""
478
  "We would like to %s track its usage %s on your site. This is completely "
479
  "optional and can be disabled at any time."
480
  msgstr ""
481
 
482
- #: ad-inserter.php:10308
483
  msgid ""
484
  "We don't record any sensitive data, only information regarding the WordPress "
485
  "environment and plugin usage, which will help us to make improvements to the "
@@ -487,7 +487,7 @@ msgid ""
487
  msgstr ""
488
 
489
  #. translators: Deactivation message: %s: HTML tags
490
- #: ad-inserter.php:10345
491
  msgid ""
492
  "Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
493
  "help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
@@ -495,57 +495,57 @@ msgid ""
495
  msgstr ""
496
 
497
  #. translators: %s: Ad Inserter
498
- #: ad-inserter.php:10389
499
  msgid "%s block."
500
  msgstr ""
501
 
502
  #. translators: widget title
503
- #: ad-inserter.php:10405 ad-inserter.php:10440
504
  msgid "Processing log"
505
  msgstr ""
506
 
507
  #. translators: widget title
508
- #: ad-inserter.php:10407 ad-inserter.php:10441
509
  msgid "Dummy widget"
510
  msgstr ""
511
 
512
  #. translators: widget title
513
- #: ad-inserter.php:10409 ad-inserter.php:10439
514
  msgid "Debugging tools"
515
  msgstr ""
516
 
517
  #. translators: block status (widget title)
518
- #: ad-inserter.php:10416
519
  msgctxt "block"
520
  msgid "PAUSED"
521
  msgstr ""
522
 
523
- #: ad-inserter.php:10417
524
  msgid "WIDGET DISABLED"
525
  msgstr ""
526
 
527
- #: ad-inserter.php:10418
528
  msgid "Unknown block"
529
  msgstr ""
530
 
531
- #: ad-inserter.php:10426 includes/functions-check-now.php:3261
532
- #: includes/functions.old.php:3186 includes/functions.php:3602
533
- #: settings.php:1217
534
  msgid "Title"
535
  msgstr ""
536
 
537
- #: ad-inserter.php:10448
538
  msgctxt "Widget"
539
  msgid "Sticky"
540
  msgstr ""
541
 
542
- #: ad-inserter.php:10497
543
  msgid ""
544
  "Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
545
  "Inserter you need to first deactivate Ad Inserter Pro."
546
  msgstr ""
547
 
548
- #: ad-inserter.php:10498
549
  msgid ""
550
  "<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
551
  "will clear all settings that are available only in the Pro version "
@@ -553,171 +553,171 @@ msgid ""
553
  msgstr ""
554
 
555
  #. translators: %s: Ad Inserter
556
- #: class.php:545 class.php:554 class.php:557
557
  msgid "PHP error in %s block"
558
  msgstr ""
559
 
560
- #: class.php:2257
561
  msgid "Counters"
562
  msgstr ""
563
 
564
- #: class.php:2261
565
  msgid "Content"
566
  msgstr ""
567
 
568
- #: class.php:2266
569
  msgid "Excerpt"
570
  msgstr ""
571
 
572
- #: class.php:2271 strings.php:17
573
  msgid "Before post"
574
  msgstr ""
575
 
576
- #: class.php:2276 strings.php:18
577
  msgid "After post"
578
  msgstr ""
579
 
580
- #: class.php:2281 strings.php:25
581
  msgid "Between posts"
582
  msgstr ""
583
 
584
- #: class.php:2286 settings.php:1900 settings.php:4270
585
  msgid "Widget"
586
  msgstr ""
587
 
588
- #: class.php:2291 settings.php:4268
589
  msgid "PHP function call"
590
  msgstr ""
591
 
592
  #. Translators: %s: custom hook name
593
- #: class.php:2301
594
  msgid "Custom hook %s call"
595
  msgstr ""
596
 
597
- #: class.php:2337
598
  msgid "AJAX REQUEST"
599
  msgstr ""
600
 
601
- #: class.php:2340
602
  msgid "Ajax request for block in iframe"
603
  msgstr ""
604
 
605
- #: class.php:2374
606
  msgid "Ajax request url, click to open it in a new tab"
607
  msgstr ""
608
 
609
- #: class.php:2377
610
  msgid "IN THE LOOP"
611
  msgstr ""
612
 
613
- #: class.php:2377
614
  msgid "YES"
615
  msgstr ""
616
 
617
- #: class.php:2377
618
  msgid "NO"
619
  msgstr ""
620
 
621
- #: class.php:2413
622
  msgid "BLOCK"
623
  msgstr ""
624
 
625
- #: class.php:2413
626
  msgctxt "block or widget"
627
  msgid "INSERTED BUT NOT VISIBLE"
628
  msgstr ""
629
 
630
- #: class.php:2602
631
  msgctxt "viewports"
632
  msgid "ALL"
633
  msgstr ""
634
 
635
- #: class.php:2635 class.php:2677 class.php:3987 strings.php:279
636
  msgctxt "Block"
637
  msgid "HIDDEN"
638
  msgstr ""
639
 
640
- #: class.php:2684 class.php:3990 strings.php:278
641
  msgctxt "Block"
642
  msgid "VISIBLE"
643
  msgstr ""
644
 
645
- #: class.php:3216 class.php:3288
646
  msgid "ACTIVE GROUPS"
647
  msgstr ""
648
 
649
- #: class.php:3686
650
  msgid "start='%s' end='%s' days='%s' type='%s'"
651
  msgstr ""
652
 
653
  #. translators: %s: list parameters and type
654
- #: class.php:3694
655
  msgid "parameters='%s' type='%s'"
656
  msgstr ""
657
 
658
  #. translators: %s: list parameters and type
659
- #: class.php:3696
660
  msgid "referers='%s' type='%s'"
661
  msgstr ""
662
 
663
  #. translators: %s: list parameters and type
664
- #: class.php:3698
665
  msgid "clients='%s' type='%s'"
666
  msgstr ""
667
 
668
  #. translators: %s: list parameters and type
669
- #: class.php:3870
670
  msgid "countries='%s' type='%s'"
671
  msgstr ""
672
 
673
  #. translators: %s: list parameters and type
674
- #: class.php:3872
675
  msgid "ip addresses='%s' type='%s'"
676
  msgstr ""
677
 
678
- #: class.php:3987 class.php:3990
679
  msgid "viewport='%s' type='%s'"
680
  msgstr ""
681
 
682
- #: class.php:4343 strings.php:272
683
  msgid "BEFORE"
684
  msgstr ""
685
 
686
- #: class.php:4351 strings.php:274
687
  msgid "PREPEND CONTENT"
688
  msgstr ""
689
 
690
- #: class.php:4355 strings.php:275
691
  msgid "APPEND CONTENT"
692
  msgstr ""
693
 
694
- #: class.php:4359 strings.php:276
695
  msgid "REPLACE CONTENT"
696
  msgstr ""
697
 
698
- #: class.php:4363 strings.php:277
699
  msgid "REPLACE ELEMENT"
700
  msgstr ""
701
 
702
- #: class.php:4374 strings.php:273
703
  msgid "AFTER"
704
  msgstr ""
705
 
706
- #: class.php:4459 includes/preview.php:2369 includes/preview.php:2406
707
  msgid "Code"
708
  msgstr ""
709
 
710
- #: class.php:4462
711
  msgid "for block"
712
  msgstr ""
713
 
714
- #: class.php:8316
715
  msgid ""
716
  "ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
717
  "extension for PHP."
718
  msgstr ""
719
 
720
- #: includes/editor.php:4 includes/placeholders.php:349
721
  #: includes/preview.php:2310 strings.php:285
722
  msgid "Use"
723
  msgstr ""
@@ -726,8 +726,8 @@ msgstr ""
726
  msgid "Reset"
727
  msgstr ""
728
 
729
- #: includes/editor.php:6 includes/placeholders.php:351
730
- #: includes/preview.php:2313 settings.php:3608 strings.php:227 strings.php:284
731
  msgid "Cancel"
732
  msgstr ""
733
 
@@ -752,345 +752,346 @@ msgid "PAGE BLOCKED"
752
  msgstr ""
753
 
754
  #: includes/functions-check-now.php:288 includes/functions.old.php:289
755
- #: includes/functions.php:304
756
  msgid "%d of %d names shown"
757
  msgstr ""
758
 
759
  #. translators: %s: name filter
760
  #: includes/functions-check-now.php:307 includes/functions.old.php:308
761
- #: includes/functions.php:323
762
  msgid "No name matches filter"
763
  msgstr ""
764
 
765
  #. translators: %s: Ad Inserter Pro
766
  #: includes/functions-check-now.php:396 includes/functions.old.php:383
767
- #: includes/functions.php:405
768
  msgid ""
769
  "Import %s settings when saving - if checked, the encoded settings below will "
770
  "be imported for all blocks and settings"
771
  msgstr ""
772
 
773
  #: includes/functions-check-now.php:396 includes/functions.old.php:383
774
- #: includes/functions.php:405
775
  msgid "Import Settings for"
776
  msgstr ""
777
 
778
  #: includes/functions-check-now.php:400 includes/functions.old.php:387
779
- #: includes/functions.php:409
780
  msgid "Saved settings for"
781
  msgstr ""
782
 
783
  #: includes/functions-check-now.php:420 includes/functions.old.php:407
784
- #: includes/functions.php:429
785
  msgid "License Key"
786
  msgstr ""
787
 
788
  #: includes/functions-check-now.php:423 includes/functions.old.php:410
789
- #: includes/functions.php:432
790
  msgid "License Key for"
791
  msgstr ""
792
 
793
  #: includes/functions-check-now.php:425 includes/functions.old.php:413
794
- #: includes/functions.php:434
795
  msgid "Open license page"
796
  msgstr ""
797
 
798
  #: includes/functions-check-now.php:432 includes/functions.old.php:421
799
- #: includes/functions.php:441
800
  msgid "Hide license key"
801
  msgstr ""
802
 
803
  #: includes/functions-check-now.php:432 includes/functions.old.php:421
804
- #: includes/functions.php:441
805
  msgid "Hide key"
806
  msgstr ""
807
 
808
  #: includes/functions-check-now.php:447 includes/functions.old.php:436
809
- #: includes/functions.php:456
810
  msgid "Main content element"
811
  msgstr ""
812
 
813
  #: includes/functions-check-now.php:450 includes/functions.old.php:439
814
- #: includes/functions.php:459
815
  msgid ""
816
  "Main content element (#id or .class) for 'Stick to the content' position. "
817
  "Leave empty unless position is not properly calculated."
818
  msgstr ""
819
 
820
  #: includes/functions-check-now.php:451 includes/functions.old.php:440
821
- #: includes/functions.php:460 settings.php:1368 settings.php:2823
 
822
  msgid "Open HTML element selector"
823
  msgstr ""
824
 
825
  #: includes/functions-check-now.php:456 includes/functions.old.php:445
826
- #: includes/functions.php:465
827
  msgid "Lazy loading offset"
828
  msgstr ""
829
 
830
  #: includes/functions-check-now.php:459 includes/functions.old.php:448
831
- #: includes/functions.php:468
832
  msgid "Offset of the block from the visible viewport when it should be loaded"
833
  msgstr ""
834
 
835
  #: includes/functions-check-now.php:470 includes/functions.old.php:459
836
- #: includes/functions.php:479
837
  msgid "Export / Import Block Settings"
838
  msgstr ""
839
 
840
  #: includes/functions-check-now.php:485 includes/functions.old.php:474
841
- #: includes/functions.php:494
842
  msgid "Track impressions and clicks for this block"
843
  msgstr ""
844
 
845
  #: includes/functions-check-now.php:485 includes/functions.old.php:474
846
- #: includes/functions.php:494
847
  msgid " - global tracking disabled"
848
  msgstr ""
849
 
850
  #: includes/functions-check-now.php:492 includes/functions.old.php:481
851
- #: includes/functions.php:502 includes/functions.php:3360
852
  msgid "Generate PDF report"
853
  msgstr ""
854
 
855
  #: includes/functions-check-now.php:497 includes/functions.old.php:486
856
- #: includes/functions.php:516
857
  msgid "Open public report"
858
  msgstr ""
859
 
860
  #: includes/functions-check-now.php:511 includes/functions.old.php:500
861
- #: includes/functions.php:530
862
  msgid "Toggle Ad Blocking Statistics"
863
  msgstr ""
864
 
865
  #: includes/functions-check-now.php:519 includes/functions-check-now.php:3035
866
  #: includes/functions.old.php:508 includes/functions.old.php:2960
867
- #: includes/functions.php:538 includes/functions.php:3341
868
  msgid "Toggle Statistics"
869
  msgstr ""
870
 
871
- #: includes/functions-check-now.php:528 includes/functions.php:547
872
  msgid "Pin list"
873
  msgstr ""
874
 
875
  #. translators: %s: Ad Inserter Pro
876
  #: includes/functions-check-now.php:543 includes/functions.old.php:524
877
- #: includes/functions.php:562
878
  msgid "%s license key is not set. Continue?"
879
  msgstr ""
880
 
881
  #. translators: %s: Ad Inserter Pro
882
  #: includes/functions-check-now.php:547 includes/functions.old.php:528
883
- #: includes/functions.php:566
884
  msgid "Invalid %s license key. Continue?"
885
  msgstr ""
886
 
887
  #. translators: %s: Ad Inserter Pro
888
  #: includes/functions-check-now.php:551 includes/functions.old.php:532
889
- #: includes/functions.php:570
890
  msgid "%s license overused. Continue?"
891
  msgstr ""
892
 
893
  #: includes/functions-check-now.php:555 includes/functions.old.php:536
894
- #: includes/functions.php:578 settings.php:1122 settings.php:2267
895
  msgid "Save Settings"
896
  msgstr ""
897
 
898
  #: includes/functions-check-now.php:615 includes/functions.old.php:596
899
- #: includes/functions.php:638 includes/preview.php:2502
900
  msgid "Horizontal position"
901
  msgstr ""
902
 
903
  #: includes/functions-check-now.php:638 includes/functions.old.php:619
904
- #: includes/functions.php:663
905
  msgid ""
906
  "Horizontal margin from the content or screen edge, empty means default value "
907
  "from CSS"
908
  msgstr ""
909
 
910
  #: includes/functions-check-now.php:646 includes/functions.old.php:627
911
- #: includes/functions.php:671 includes/preview.php:2562
912
  msgid "Vertical position"
913
  msgstr ""
914
 
915
  #: includes/functions-check-now.php:661 includes/functions.old.php:642
916
- #: includes/functions.php:686
917
  msgid ""
918
  "Vertical margin from the top or bottom screen edge, empty means default "
919
  "value from CSS"
920
  msgstr ""
921
 
922
  #: includes/functions-check-now.php:686 includes/functions.old.php:667
923
- #: includes/functions.php:714 includes/preview.php:2617
924
  msgid "Animation"
925
  msgstr ""
926
 
927
  #: includes/functions-check-now.php:704 includes/functions.old.php:685
928
- #: includes/functions.php:733
929
  msgid "Trigger"
930
  msgstr ""
931
 
932
  #: includes/functions-check-now.php:713 includes/functions.old.php:694
933
- #: includes/functions.php:742
934
  msgid ""
935
  "Trigger value: page scroll in %, page scroll in px or element with selector "
936
  "(#id or .class) becomes visible"
937
  msgstr ""
938
 
939
  #: includes/functions-check-now.php:717 includes/functions.old.php:698
940
- #: includes/functions.php:746
941
  msgid "Offset"
942
  msgstr ""
943
 
944
  #: includes/functions-check-now.php:717 includes/functions.old.php:698
945
- #: includes/functions.php:746
946
  msgid "Offset of trigger element"
947
  msgstr ""
948
 
949
  #: includes/functions-check-now.php:721 includes/functions.old.php:702
950
- #: includes/functions.php:750
951
  msgid "Delay"
952
  msgstr ""
953
 
954
  #: includes/functions-check-now.php:721 includes/functions.old.php:702
955
- #: includes/functions.php:750
956
  msgid "Delay animation after trigger condition"
957
  msgstr ""
958
 
959
  #: includes/functions-check-now.php:725 includes/functions.old.php:706
960
- #: includes/functions.php:754
961
  msgid "Trigger once"
962
  msgstr ""
963
 
964
  #: includes/functions-check-now.php:727 includes/functions.old.php:708
965
- #: includes/functions.php:756
966
  msgid "Trigger animation only once"
967
  msgstr ""
968
 
969
  #: includes/functions-check-now.php:769 includes/functions-check-now.php:2528
970
  #: includes/functions-check-now.php:2545 includes/functions.old.php:750
971
  #: includes/functions.old.php:2453 includes/functions.old.php:2470
972
- #: includes/functions.php:864 includes/functions.php:2807
973
- #: includes/functions.php:2823
974
  msgid "Tracking is globally disabled"
975
  msgstr ""
976
 
977
  #: includes/functions-check-now.php:773 includes/functions-check-now.php:2532
978
  #: includes/functions-check-now.php:2549 includes/functions.old.php:754
979
  #: includes/functions.old.php:2457 includes/functions.old.php:2474
980
- #: includes/functions.php:868 includes/functions.php:2811
981
- #: includes/functions.php:2827
982
  msgid "Tracking for this block is disabled"
983
  msgstr ""
984
 
985
  #: includes/functions-check-now.php:780 includes/functions.old.php:761
986
- #: includes/functions.php:875
987
  msgid "Double click to toggle controls in public reports"
988
  msgstr ""
989
 
990
  #: includes/functions-check-now.php:786 includes/functions.old.php:767
991
- #: includes/functions.php:881 settings.php:3543 settings.php:3579
992
- #: settings.php:3621 strings.php:240
993
  msgid "Loading..."
994
  msgstr ""
995
 
996
  #: includes/functions-check-now.php:807 includes/functions.old.php:788
997
- #: includes/functions.php:902
998
  msgid ""
999
  "Clear statistics data for the selected range - clear both dates to delete "
1000
  "all data for this block"
1001
  msgstr ""
1002
 
1003
  #: includes/functions-check-now.php:811 includes/functions.old.php:792
1004
- #: includes/functions.php:906
1005
  msgid "Auto refresh data for the selected range every 60 seconds"
1006
  msgstr ""
1007
 
1008
  #: includes/functions-check-now.php:814 includes/functions-check-now.php:5389
1009
  #: includes/functions.old.php:795 includes/functions.old.php:5262
1010
- #: includes/functions.php:909 includes/functions.php:6267
1011
  msgid "Load data for last month"
1012
  msgstr ""
1013
 
1014
  #: includes/functions-check-now.php:814 includes/functions-check-now.php:5389
1015
  #: includes/functions.old.php:795 includes/functions.old.php:5262
1016
- #: includes/functions.php:909 includes/functions.php:6267
1017
  msgid "Last Month"
1018
  msgstr ""
1019
 
1020
  #: includes/functions-check-now.php:817 includes/functions-check-now.php:5392
1021
  #: includes/functions.old.php:798 includes/functions.old.php:5265
1022
- #: includes/functions.php:912 includes/functions.php:6270
1023
  msgid "Load data for this month"
1024
  msgstr ""
1025
 
1026
  #: includes/functions-check-now.php:817 includes/functions-check-now.php:5392
1027
  #: includes/functions.old.php:798 includes/functions.old.php:5265
1028
- #: includes/functions.php:912 includes/functions.php:6270
1029
  msgid "This Month"
1030
  msgstr ""
1031
 
1032
  #: includes/functions-check-now.php:820 includes/functions-check-now.php:5395
1033
  #: includes/functions.old.php:801 includes/functions.old.php:5268
1034
- #: includes/functions.php:915 includes/functions.php:6273
1035
  msgid "Load data for this year"
1036
  msgstr ""
1037
 
1038
  #: includes/functions-check-now.php:820 includes/functions-check-now.php:5395
1039
  #: includes/functions.old.php:801 includes/functions.old.php:5268
1040
- #: includes/functions.php:915 includes/functions.php:6273
1041
  msgid "This Year"
1042
  msgstr ""
1043
 
1044
  #: includes/functions-check-now.php:823 includes/functions-check-now.php:5398
1045
  #: includes/functions.old.php:804 includes/functions.old.php:5271
1046
- #: includes/functions.php:918 includes/functions.php:6276
1047
  msgid "Load data for the last 15 days"
1048
  msgstr ""
1049
 
1050
  #: includes/functions-check-now.php:826 includes/functions-check-now.php:5401
1051
  #: includes/functions.old.php:807 includes/functions.old.php:5274
1052
- #: includes/functions.php:921 includes/functions.php:6279
1053
  msgid "Load data for the last 30 days"
1054
  msgstr ""
1055
 
1056
  #: includes/functions-check-now.php:829 includes/functions-check-now.php:5404
1057
  #: includes/functions.old.php:810 includes/functions.old.php:5277
1058
- #: includes/functions.php:924 includes/functions.php:6282
1059
  msgid "Load data for the last 90 days"
1060
  msgstr ""
1061
 
1062
  #: includes/functions-check-now.php:832 includes/functions-check-now.php:5407
1063
  #: includes/functions.old.php:813 includes/functions.old.php:5280
1064
- #: includes/functions.php:927 includes/functions.php:6285
1065
  msgid "Load data for the last 180 days"
1066
  msgstr ""
1067
 
1068
  #: includes/functions-check-now.php:835 includes/functions-check-now.php:5410
1069
  #: includes/functions.old.php:816 includes/functions.old.php:5283
1070
- #: includes/functions.php:930 includes/functions.php:6288
1071
  msgid "Load data for the last 365 days"
1072
  msgstr ""
1073
 
1074
  #: includes/functions-check-now.php:845 includes/functions-check-now.php:5420
1075
  #: includes/functions.old.php:826 includes/functions.old.php:5293
1076
- #: includes/functions.php:940 includes/functions.php:6298
1077
  msgid "Load data for the selected range"
1078
  msgstr ""
1079
 
1080
  #: includes/functions-check-now.php:861 includes/functions.old.php:842
1081
- #: includes/functions.php:956
1082
  msgid ""
1083
  "Import settings when saving - if checked, the encoded settings below will be "
1084
  "imported for this block"
1085
  msgstr ""
1086
 
1087
  #: includes/functions-check-now.php:861 includes/functions.old.php:842
1088
- #: includes/functions.php:956
1089
  msgid "Import settings for block"
1090
  msgstr ""
1091
 
1092
  #: includes/functions-check-now.php:865 includes/functions.old.php:846
1093
- #: includes/functions.php:960
1094
  msgid ""
1095
  "Import block name when saving - if checked and 'Import settings for block' "
1096
  "is also checked, the name from encoded settings below will be imported for "
@@ -1098,170 +1099,170 @@ msgid ""
1098
  msgstr ""
1099
 
1100
  #: includes/functions-check-now.php:865 includes/functions.old.php:846
1101
- #: includes/functions.php:960
1102
  msgid "Import block name"
1103
  msgstr ""
1104
 
1105
  #: includes/functions-check-now.php:869 includes/functions.old.php:850
1106
- #: includes/functions.php:964
1107
  msgid "Saved settings for block"
1108
  msgstr ""
1109
 
1110
  #: includes/functions-check-now.php:882 includes/functions.old.php:863
1111
- #: includes/functions.php:977
1112
  msgid "Export / Import Ad Inserter Pro Settings"
1113
  msgstr ""
1114
 
1115
  #: includes/functions-check-now.php:892 includes/functions.old.php:873
1116
- #: includes/functions.php:987
1117
  msgid "Are you sure you want to clear all statistics data for all blocks?"
1118
  msgstr ""
1119
 
1120
  #: includes/functions-check-now.php:894 includes/functions.old.php:875
1121
- #: includes/functions.php:989
1122
  msgid "Clear All Statistics Data"
1123
  msgstr ""
1124
 
1125
  #: includes/functions-check-now.php:921 includes/functions.old.php:902
1126
- #: includes/functions.php:1019
1127
  msgid "Toggle country/city editor"
1128
  msgstr ""
1129
 
1130
  #: includes/functions-check-now.php:927 includes/functions.old.php:908
1131
- #: includes/functions.php:1025
1132
  msgid "IP Addresses"
1133
  msgstr ""
1134
 
1135
  #: includes/functions-check-now.php:930 includes/functions.old.php:911
1136
- #: includes/functions.php:1028
1137
  msgid "Toggle IP address editor"
1138
  msgstr ""
1139
 
1140
  #: includes/functions-check-now.php:933 includes/functions.old.php:914
1141
- #: includes/functions.php:1031
1142
  msgid ""
1143
  "Comma separated IP addresses, you can also use partial IP addresses with * "
1144
  "(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
1145
  msgstr ""
1146
 
1147
  #: includes/functions-check-now.php:937 includes/functions.old.php:918
1148
- #: includes/functions.php:1040
1149
  msgid "Blacklist IP addresses"
1150
  msgstr ""
1151
 
1152
  #: includes/functions-check-now.php:941 includes/functions.old.php:922
1153
- #: includes/functions.php:1044
1154
  msgid "Whitelist IP addresses"
1155
  msgstr ""
1156
 
1157
  #: includes/functions-check-now.php:952 includes/functions.old.php:933
1158
- #: includes/functions.php:1055
1159
  msgid "Countries"
1160
  msgstr ""
1161
 
1162
  #: includes/functions-check-now.php:953 includes/functions.old.php:934
1163
- #: includes/functions.php:1056
1164
  msgid "Cities"
1165
  msgstr ""
1166
 
1167
  #: includes/functions-check-now.php:957 includes/functions-check-now.php:3000
1168
  #: includes/functions.old.php:938 includes/functions.old.php:2925
1169
- #: includes/functions.php:1060 includes/functions.php:3306
1170
  msgid "Toggle country editor"
1171
  msgstr ""
1172
 
1173
  #: includes/functions-check-now.php:960 includes/functions.old.php:941
1174
- #: includes/functions.php:1063
1175
  msgid "Toggle city editor"
1176
  msgstr ""
1177
 
1178
  #: includes/functions-check-now.php:964 includes/functions-check-now.php:3003
1179
  #: includes/functions.old.php:945 includes/functions.old.php:2928
1180
- #: includes/functions.php:1067 includes/functions.php:3309
1181
  msgid "Comma separated country ISO Alpha-2 codes"
1182
  msgstr ""
1183
 
1184
  #: includes/functions-check-now.php:968 includes/functions.old.php:949
1185
- #: includes/functions.php:1076
1186
  msgid "Blacklist countries"
1187
  msgstr ""
1188
 
1189
  #: includes/functions-check-now.php:972 includes/functions.old.php:953
1190
- #: includes/functions.php:1080
1191
  msgid "Whitelist countries"
1192
  msgstr ""
1193
 
1194
  #: includes/functions-check-now.php:1382 includes/functions-check-now.php:1681
1195
  #: includes/functions.old.php:1361 includes/functions.old.php:1608
1196
- #: includes/functions.php:1538 includes/functions.php:1848
1197
  msgid "Enter license key"
1198
  msgstr ""
1199
 
1200
  #. translators: %s: Ad Inserter Pro
1201
  #: includes/functions-check-now.php:1388 includes/functions.old.php:1367
1202
- #: includes/functions.php:1544
1203
  msgid ""
1204
  "%s license key is not set. Plugin functionality is limited and updates are "
1205
  "disabled."
1206
  msgstr ""
1207
 
1208
  #. translators: %s: Ad Inserter Pro
1209
- #: includes/functions-check-now.php:1402 includes/functions.php:1558
1210
  msgid "Warning: %s plugin update server is not accessible"
1211
  msgstr ""
1212
 
1213
  #. translators: updates are not available
1214
- #: includes/functions-check-now.php:1404 includes/functions.php:1560
1215
  msgid "updates"
1216
  msgstr ""
1217
 
1218
  #. translators: updates are not available
1219
- #: includes/functions-check-now.php:1406 includes/functions.php:1562
1220
  msgid "are not available"
1221
  msgstr ""
1222
 
1223
  #: includes/functions-check-now.php:1411 includes/functions-check-now.php:1690
1224
  #: includes/functions.old.php:1379 includes/functions.old.php:1617
1225
- #: includes/functions.php:1567 includes/functions.php:1857
1226
  msgid "Check license key"
1227
  msgstr ""
1228
 
1229
  #. translators: %s: Ad Inserter Pro
1230
  #: includes/functions-check-now.php:1417 includes/functions.old.php:1385
1231
- #: includes/functions.php:1573
1232
  msgid "Invalid %s license key."
1233
  msgstr ""
1234
 
1235
  #. translators: %s: Ad Inserter Pro
1236
  #: includes/functions-check-now.php:1426 includes/functions.old.php:1394
1237
- #: includes/functions.php:1582
1238
  msgid "%s license expired. Plugin updates are disabled."
1239
  msgstr ""
1240
 
1241
  #: includes/functions-check-now.php:1427 includes/functions.old.php:1395
1242
- #: includes/functions.php:1583
1243
  msgid "Renew license"
1244
  msgstr ""
1245
 
1246
  #. translators: %s: Ad Inserter Pro
1247
  #: includes/functions-check-now.php:1435 includes/functions.old.php:1403
1248
- #: includes/functions.php:1591
1249
  msgid "%s license overused. Plugin updates are disabled."
1250
  msgstr ""
1251
 
1252
  #: includes/functions-check-now.php:1436 includes/functions.old.php:1404
1253
- #: includes/functions.php:1592
1254
  msgid "Manage licenses"
1255
  msgstr ""
1256
 
1257
  #: includes/functions-check-now.php:1436 includes/functions.old.php:1404
1258
- #: includes/functions.php:1592
1259
  msgid "Upgrade license"
1260
  msgstr ""
1261
 
1262
  #. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
1263
  #: includes/functions-check-now.php:1683 includes/functions.old.php:1610
1264
- #: includes/functions.php:1850
1265
  msgid ""
1266
  "%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
1267
  "limited and updates are disabled."
@@ -1269,13 +1270,13 @@ msgstr ""
1269
 
1270
  #. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
1271
  #: includes/functions-check-now.php:1692 includes/functions.old.php:1619
1272
- #: includes/functions.php:1859
1273
  msgid "%1$s Warning: %2$s Invalid %3$s license key."
1274
  msgstr ""
1275
 
1276
  #. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
1277
  #: includes/functions-check-now.php:1708 includes/functions.old.php:1635
1278
- #: includes/functions.php:1875
1279
  msgid ""
1280
  "Hey, %1$s license has expired - plugin updates are now disabled. Please "
1281
  "renew the license to enable updates. Check %2$s what you are missing. %3$s"
@@ -1283,35 +1284,35 @@ msgstr ""
1283
 
1284
  #. translators: 1, 3: HTML tags, 2: percentage
1285
  #: includes/functions-check-now.php:1715 includes/functions.old.php:1642
1286
- #: includes/functions.php:1882
1287
  msgid ""
1288
  "During the license period and 30 days after the license has expired we offer "
1289
  "%1$s %2$s discount on all license renewals and license upgrades. %3$s"
1290
  msgstr ""
1291
 
1292
  #: includes/functions-check-now.php:1725 includes/functions.old.php:1652
1293
- #: includes/functions.php:1892
1294
  msgid "No, thank you."
1295
  msgstr ""
1296
 
1297
  #: includes/functions-check-now.php:1728 includes/functions.old.php:1655
1298
- #: includes/functions.php:1895
1299
  msgid "Not now, maybe later."
1300
  msgstr ""
1301
 
1302
  #: includes/functions-check-now.php:1742 includes/functions.old.php:1669
1303
- #: includes/functions.php:1909
1304
  msgid "Renew the licence"
1305
  msgstr ""
1306
 
1307
  #: includes/functions-check-now.php:1744 includes/functions.old.php:1671
1308
- #: includes/functions.php:1911
1309
  msgid "Update license status"
1310
  msgstr ""
1311
 
1312
  #. translators: 1, 2, 4, 5, 6, 7: HTML tags, 3: Ad Inserter Pro
1313
  #: includes/functions-check-now.php:1755 includes/functions.old.php:1682
1314
- #: includes/functions.php:1924
1315
  msgid ""
1316
  "%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
1317
  "Manage licenses %5$s &mdash; %6$s Upgrade license %7$s"
@@ -1319,121 +1320,123 @@ msgstr ""
1319
 
1320
  #. Translators: %s: HTML tag
1321
  #: includes/functions-check-now.php:1777 includes/functions.old.php:1704
1322
- #: includes/functions.php:1979
1323
  msgid "Warning: %s MaxMind IP geolocation database not found."
1324
  msgstr ""
1325
 
1326
  #: includes/functions-check-now.php:2330 includes/functions.old.php:2255
1327
- #: includes/functions.php:2600
1328
  msgid "Geolocation"
1329
  msgstr ""
1330
 
1331
  #: includes/functions-check-now.php:2334 includes/functions.old.php:2259
1332
- #: includes/functions.php:2604 settings.php:4257
1333
  msgid "Exceptions"
1334
  msgstr ""
1335
 
1336
  #: includes/functions-check-now.php:2339 includes/functions.old.php:2264
1337
- #: includes/functions.php:2609
1338
  msgid "Multisite"
1339
  msgstr ""
1340
 
1341
  #: includes/functions-check-now.php:2344 includes/functions.old.php:2269
1342
- #: includes/functions.php:2614 settings.php:4263
1343
  msgid "Tracking"
1344
  msgstr ""
1345
 
1346
  #. translators: %d: days, hours, minutes
1347
  #: includes/functions-check-now.php:2375 includes/functions.old.php:2300
1348
- #: includes/functions.php:2645
1349
  msgid "Scheduled in %d days %d hours %d minutes"
1350
  msgstr ""
1351
 
1352
  #. translators: %s: HTML dash separator, %d: days, hours, minutes, &mdash; is
1353
  #. HTML code for long dash separator
1354
  #: includes/functions-check-now.php:2384 includes/functions.old.php:2309
1355
- #: includes/functions.php:2654
1356
  msgid "Active %s expires in %d days %d hours %d minutes"
1357
  msgstr ""
1358
 
1359
  #: includes/functions-check-now.php:2388 includes/functions.old.php:2313
1360
- #: includes/functions.php:2658
1361
  msgid "Expired"
1362
  msgstr ""
1363
 
1364
  #: includes/functions-check-now.php:2396 includes/functions.old.php:2321
1365
- #: includes/functions.php:2684 settings.php:1450 settings.php:1465
1366
- #: settings.php:1593 settings.php:2164
1367
  msgid "and"
1368
  msgstr ""
1369
 
1370
  #: includes/functions-check-now.php:2399 includes/functions.old.php:2324
1371
- #: includes/functions.php:2666
1372
  msgid "fallback"
1373
  msgstr ""
1374
 
1375
  #: includes/functions-check-now.php:2400 includes/functions.old.php:2325
1376
- #: includes/functions.php:2667
1377
  msgid "Block to be used when scheduling expires"
1378
  msgstr ""
1379
 
1380
  #: includes/functions-check-now.php:2425 includes/functions.old.php:2350
1381
- #: includes/functions.php:2704
1382
  msgid "Load in iframe"
1383
  msgstr ""
1384
 
1385
  #: includes/functions-check-now.php:2429 includes/functions.old.php:2354
1386
- #: includes/functions.php:2708 includes/placeholders.php:386
 
1387
  msgid "Width"
1388
  msgstr ""
1389
 
1390
  #: includes/functions-check-now.php:2430 includes/functions.old.php:2355
1391
- #: includes/functions.php:2709
1392
  msgid "iframe width, empty means full width (100%)"
1393
  msgstr ""
1394
 
1395
  #: includes/functions-check-now.php:2436 includes/functions.old.php:2361
1396
- #: includes/functions.php:2715 includes/placeholders.php:381
 
1397
  msgid "Height"
1398
  msgstr ""
1399
 
1400
  #: includes/functions-check-now.php:2437 includes/functions.old.php:2362
1401
- #: includes/functions.php:2716
1402
  msgid "iframe height, empty means adjust it to iframe content height"
1403
  msgstr ""
1404
 
1405
  #: includes/functions-check-now.php:2444 includes/functions.old.php:2369
1406
- #: includes/functions.php:2723
1407
  msgid "Ad label in iframe"
1408
  msgstr ""
1409
 
1410
  #: includes/functions-check-now.php:2449 includes/functions.old.php:2374
1411
- #: includes/functions.php:2728
1412
  msgid "Preview iframe code"
1413
  msgstr ""
1414
 
1415
  #: includes/functions-check-now.php:2449 includes/functions.old.php:2374
1416
- #: includes/functions.php:2728 includes/preview.php:2322 settings.php:1117
1417
- #: settings.php:2885
1418
  msgid "Preview"
1419
  msgstr ""
1420
 
1421
  #: includes/functions-check-now.php:2463 includes/functions.old.php:2388
1422
- #: includes/functions.php:2742 settings.php:4264
1423
  msgid "Limits"
1424
  msgstr ""
1425
 
1426
  #: includes/functions-check-now.php:2468 includes/functions-check-now.php:4366
1427
  #: includes/functions-check-now.php:4429 includes/functions.old.php:2393
1428
  #: includes/functions.old.php:4266 includes/functions.old.php:4329
1429
- #: includes/functions.php:2747 includes/functions.php:5102
1430
- #: includes/functions.php:5167 settings.php:2314
1431
  msgid "Ad Blocking"
1432
  msgstr ""
1433
 
1434
  #. translators: 1, 2 and 3, 4: HTML tags
1435
  #: includes/functions-check-now.php:2477 includes/functions.old.php:2402
1436
- #: includes/functions.php:2756
1437
  msgid ""
1438
  "%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
1439
  "for tracking!"
@@ -1442,25 +1445,25 @@ msgstr ""
1442
  #. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
1443
  #. header
1444
  #: includes/functions-check-now.php:2486 includes/functions.old.php:2411
1445
- #: includes/functions.php:2765
1446
  msgid ""
1447
  "%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
1448
  "enabled and automatic insertion %6$s!"
1449
  msgstr ""
1450
 
1451
  #: includes/functions-check-now.php:2553 includes/functions.old.php:2478
1452
- #: includes/functions.php:2831
1453
  msgid "Click fraud protection is globally disabled"
1454
  msgstr ""
1455
 
1456
  #: includes/functions-check-now.php:2557 includes/functions.old.php:2482
1457
- #: includes/functions.php:2835
1458
  msgid "Max clicks per time period are not defined"
1459
  msgstr ""
1460
 
1461
  #. Translators: Max n impressions
1462
  #: includes/functions-check-now.php:2571 includes/functions.old.php:2496
1463
- #: includes/functions.php:2849
1464
  msgid "General limits"
1465
  msgstr ""
1466
 
@@ -1468,8 +1471,8 @@ msgstr ""
1468
  #: includes/functions-check-now.php:2577 includes/functions-check-now.php:2589
1469
  #: includes/functions-check-now.php:2674 includes/functions.old.php:2502
1470
  #: includes/functions.old.php:2514 includes/functions.old.php:2599
1471
- #: includes/functions.php:2855 includes/functions.php:2867
1472
- #: includes/functions.php:2952
1473
  msgid "Current value"
1474
  msgstr ""
1475
 
@@ -1489,15 +1492,15 @@ msgstr ""
1489
  #: includes/functions.old.php:2550 includes/functions.old.php:2560
1490
  #: includes/functions.old.php:2606 includes/functions.old.php:2615
1491
  #: includes/functions.old.php:2633 includes/functions.old.php:2642
1492
- #: includes/functions.php:2874 includes/functions.php:2884
1493
- #: includes/functions.php:2903 includes/functions.php:2913
1494
- #: includes/functions.php:2959 includes/functions.php:2968
1495
- #: includes/functions.php:2986 includes/functions.php:2995 settings.php:2076
1496
  msgid "Max"
1497
  msgstr ""
1498
 
1499
  #: includes/functions-check-now.php:2597 includes/functions.old.php:2522
1500
- #: includes/functions.php:2875
1501
  msgid ""
1502
  "Maximum number of impressions for this block. Empty means no general "
1503
  "impression limit."
@@ -1511,15 +1514,15 @@ msgstr ""
1511
  #: includes/functions-check-now.php:2684 includes/functions-check-now.php:2693
1512
  #: includes/functions.old.php:2524 includes/functions.old.php:2534
1513
  #: includes/functions.old.php:2609 includes/functions.old.php:2618
1514
- #: includes/functions.php:2877 includes/functions.php:2887
1515
- #: includes/functions.php:2962 includes/functions.php:2971
1516
  msgid "impression"
1517
  msgid_plural "impressions"
1518
  msgstr[0] ""
1519
  msgstr[1] ""
1520
 
1521
  #: includes/functions-check-now.php:2607 includes/functions.old.php:2532
1522
- #: includes/functions.php:2885
1523
  msgid ""
1524
  "Maximum number of impressions per time period. Empty means no time limit."
1525
  msgstr ""
@@ -1532,14 +1535,14 @@ msgstr ""
1532
  #: includes/functions-check-now.php:2697 includes/functions-check-now.php:2724
1533
  #: includes/functions.old.php:2538 includes/functions.old.php:2567
1534
  #: includes/functions.old.php:2622 includes/functions.old.php:2649
1535
- #: includes/functions.php:2891 includes/functions.php:2920
1536
- #: includes/functions.php:2975 includes/functions.php:3002
1537
  msgid "per"
1538
  msgstr ""
1539
 
1540
  #: includes/functions-check-now.php:2614 includes/functions-check-now.php:2643
1541
  #: includes/functions.old.php:2539 includes/functions.old.php:2568
1542
- #: includes/functions.php:2892 includes/functions.php:2921
1543
  msgid "Time period in days. Empty means no time limit."
1544
  msgstr ""
1545
 
@@ -1554,9 +1557,9 @@ msgstr ""
1554
  #: includes/functions.old.php:2541 includes/functions.old.php:2570
1555
  #: includes/functions.old.php:2625 includes/functions.old.php:2652
1556
  #: includes/functions.old.php:2758 includes/functions.old.php:3086
1557
- #: includes/functions.php:2894 includes/functions.php:2923
1558
- #: includes/functions.php:2978 includes/functions.php:3005
1559
- #: includes/functions.php:3111 includes/functions.php:3471 strings.php:218
1560
  #: strings.php:219 strings.php:220 strings.php:221 strings.php:222
1561
  #: strings.php:223
1562
  msgid "day"
@@ -1565,7 +1568,7 @@ msgstr[0] ""
1565
  msgstr[1] ""
1566
 
1567
  #: includes/functions-check-now.php:2626 includes/functions.old.php:2551
1568
- #: includes/functions.php:2904
1569
  msgid ""
1570
  "Maximum number of clicks on this block. Empty means no general click limit."
1571
  msgstr ""
@@ -1579,27 +1582,27 @@ msgstr ""
1579
  #: includes/functions-check-now.php:4577 includes/functions.old.php:2553
1580
  #: includes/functions.old.php:2563 includes/functions.old.php:2636
1581
  #: includes/functions.old.php:2645 includes/functions.old.php:4477
1582
- #: includes/functions.php:2906 includes/functions.php:2916
1583
- #: includes/functions.php:2989 includes/functions.php:2998
1584
- #: includes/functions.php:5453
1585
  msgid "click"
1586
  msgid_plural "clicks"
1587
  msgstr[0] ""
1588
  msgstr[1] ""
1589
 
1590
  #: includes/functions-check-now.php:2636 includes/functions.old.php:2561
1591
- #: includes/functions.php:2914
1592
  msgid "Maximum number of clicks per time period. Empty means no time limit."
1593
  msgstr ""
1594
 
1595
  #: includes/functions-check-now.php:2661 includes/functions.old.php:2586
1596
- #: includes/functions.php:2939
1597
  msgid "Individual visitor limits"
1598
  msgstr ""
1599
 
1600
  #: includes/functions-check-now.php:2665 includes/functions-check-now.php:2667
1601
  #: includes/functions.old.php:2590 includes/functions.old.php:2592
1602
- #: includes/functions.php:2943 includes/functions.php:2945
1603
  msgid ""
1604
  "When specified number of clicks on this block for a visitor will be reached "
1605
  "in the specified time period, all blocks that have click fraud protection "
@@ -1608,19 +1611,19 @@ msgid ""
1608
  msgstr ""
1609
 
1610
  #: includes/functions-check-now.php:2667 includes/functions.old.php:2592
1611
- #: includes/functions.php:2945
1612
  msgid "Trigger click fraud protection"
1613
  msgstr ""
1614
 
1615
  #: includes/functions-check-now.php:2682 includes/functions.old.php:2607
1616
- #: includes/functions.php:2960
1617
  msgid ""
1618
  "Maximum number of impressions of this block for each visitor. Empty means no "
1619
  "impression limit."
1620
  msgstr ""
1621
 
1622
  #: includes/functions-check-now.php:2691 includes/functions.old.php:2616
1623
- #: includes/functions.php:2969
1624
  msgid ""
1625
  "Maximum number of impressions per time period for each visitor. Empty means "
1626
  "no impression limit per time period for visitors."
@@ -1628,60 +1631,60 @@ msgstr ""
1628
 
1629
  #: includes/functions-check-now.php:2698 includes/functions-check-now.php:2725
1630
  #: includes/functions.old.php:2623 includes/functions.old.php:2650
1631
- #: includes/functions.php:2976 includes/functions.php:3003
1632
  msgid ""
1633
  "Time period in days. Use decimal value (with decimal point) for shorter "
1634
  "periods. Empty means no time limit."
1635
  msgstr ""
1636
 
1637
  #: includes/functions-check-now.php:2709 includes/functions.old.php:2634
1638
- #: includes/functions.php:2987
1639
  msgid ""
1640
  "Maximum number of clicks on this block for each visitor. Empty means no "
1641
  "click limit."
1642
  msgstr ""
1643
 
1644
  #: includes/functions-check-now.php:2718 includes/functions.old.php:2643
1645
- #: includes/functions.php:2996
1646
  msgid ""
1647
  "Maximum number of clicks per time period for each visitor. Empty means no "
1648
  "click limit per time period for visitors."
1649
  msgstr ""
1650
 
1651
  #: includes/functions-check-now.php:2744 includes/functions.old.php:2669
1652
- #: includes/functions.php:3022
1653
  msgid "When ad blocking is detected"
1654
  msgstr ""
1655
 
1656
  #: includes/functions-check-now.php:2753 includes/functions.old.php:2678
1657
- #: includes/functions.php:3031
1658
  msgid "replacement"
1659
  msgstr ""
1660
 
1661
  #: includes/functions-check-now.php:2754 includes/functions.old.php:2679
1662
- #: includes/functions.php:3032
1663
  msgid "Block to be shown when ad blocking is detected"
1664
  msgstr ""
1665
 
1666
  #: includes/functions-check-now.php:2755 includes/functions.old.php:2680
1667
- #: includes/functions.php:3033
1668
  msgctxt "replacement"
1669
  msgid "None"
1670
  msgstr ""
1671
 
1672
  #: includes/functions-check-now.php:2772 includes/functions-check-now.php:5612
1673
  #: includes/functions.old.php:2697 includes/functions.old.php:5484
1674
- #: includes/functions.php:3050 includes/functions.php:6511
1675
  msgid "Close button"
1676
  msgstr ""
1677
 
1678
  #: includes/functions-check-now.php:2824 includes/functions.old.php:2749
1679
- #: includes/functions.php:3102
1680
  msgid "Auto close after"
1681
  msgstr ""
1682
 
1683
  #: includes/functions-check-now.php:2825 includes/functions.old.php:2750
1684
- #: includes/functions.php:3103
1685
  msgid ""
1686
  "Time in seconds in which the ad will automatically close. Leave empty to "
1687
  "disable auto closing."
@@ -1689,12 +1692,12 @@ msgstr ""
1689
 
1690
  #. Translators: Don't show for x days
1691
  #: includes/functions-check-now.php:2830 includes/functions.old.php:2755
1692
- #: includes/functions.php:3108
1693
  msgid "Don't show for"
1694
  msgstr ""
1695
 
1696
  #: includes/functions-check-now.php:2831 includes/functions.old.php:2756
1697
- #: includes/functions.php:3109
1698
  msgid ""
1699
  "Time in days in which closed ad will not be shown again. Use decimal value "
1700
  "(with decimal point) for shorter time period or leave empty to show it again "
@@ -1703,12 +1706,12 @@ msgstr ""
1703
 
1704
  #. Translators: Delay showing for x pageviews
1705
  #: includes/functions-check-now.php:2851 includes/functions.old.php:2776
1706
- #: includes/functions.php:3129
1707
  msgid "Delay showing for"
1708
  msgstr ""
1709
 
1710
  #: includes/functions-check-now.php:2852 includes/functions.old.php:2777
1711
- #: includes/functions.php:3130
1712
  msgid ""
1713
  "Number of pageviews before the code is inserted (and ad displayed). Leave "
1714
  "empty to insert the code for the first pageview."
@@ -1718,7 +1721,7 @@ msgstr ""
1718
  #. Translators: Show every x pageviews
1719
  #: includes/functions-check-now.php:2854 includes/functions-check-now.php:2861
1720
  #: includes/functions.old.php:2779 includes/functions.old.php:2786
1721
- #: includes/functions.php:3132 includes/functions.php:3139
1722
  msgid "pageview"
1723
  msgid_plural "pageviews"
1724
  msgstr[0] ""
@@ -1726,59 +1729,59 @@ msgstr[1] ""
1726
 
1727
  #. Translators: Show every x pageviews
1728
  #: includes/functions-check-now.php:2858 includes/functions.old.php:2783
1729
- #: includes/functions.php:3136
1730
  msgid "Show every"
1731
  msgid_plural "Show every"
1732
  msgstr[0] ""
1733
  msgstr[1] ""
1734
 
1735
  #: includes/functions-check-now.php:2859 includes/functions.old.php:2784
1736
- #: includes/functions.php:3137
1737
  msgid ""
1738
  "Number of pageviews to insert the code again. Leave empty to insert the code "
1739
  "for every pageview."
1740
  msgstr ""
1741
 
1742
  #: includes/functions-check-now.php:2878 includes/functions.old.php:2803
1743
- #: includes/functions.php:3156
1744
  msgid "Lazy loading"
1745
  msgstr ""
1746
 
1747
  #. Translators: %s MaxMind
1748
  #: includes/functions-check-now.php:2935 includes/functions.old.php:2860
1749
- #: includes/functions.php:3230
1750
  msgid "This product includes GeoLite2 data created by %s"
1751
  msgstr ""
1752
 
1753
  #: includes/functions-check-now.php:2946 includes/functions.old.php:2871
1754
- #: includes/functions.php:3243
1755
  msgid "IP geolocation database"
1756
  msgstr ""
1757
 
1758
  #: includes/functions-check-now.php:2949 includes/functions.old.php:2874
1759
- #: includes/functions.php:3246
1760
  msgid "Select IP geolocation database."
1761
  msgstr ""
1762
 
1763
  #: includes/functions-check-now.php:2960 includes/functions.old.php:2885
1764
- #: includes/functions.php:3257
1765
  msgid "Automatic database updates"
1766
  msgstr ""
1767
 
1768
  #: includes/functions-check-now.php:2963 includes/functions.old.php:2888
1769
- #: includes/functions.php:3260
1770
  msgid ""
1771
  "Automatically download and update free GeoLite2 IP geolocation database by "
1772
  "MaxMind"
1773
  msgstr ""
1774
 
1775
  #: includes/functions-check-now.php:2971 includes/functions.old.php:2896
1776
- #: includes/functions.php:3277
1777
  msgid "Database"
1778
  msgstr ""
1779
 
1780
  #: includes/functions-check-now.php:2974 includes/functions.old.php:2899
1781
- #: includes/functions.php:3280
1782
  msgid ""
1783
  "Aabsolute path starting with '/' or relative path to the MaxMind database "
1784
  "file"
@@ -1786,17 +1789,17 @@ msgstr ""
1786
 
1787
  #. translators: %d: group number
1788
  #: includes/functions-check-now.php:2992 includes/functions.old.php:2917
1789
- #: includes/functions.php:3298
1790
  msgid "Group %d"
1791
  msgstr ""
1792
 
1793
  #: includes/functions-check-now.php:2998 includes/functions.old.php:2923
1794
- #: includes/functions.php:3304
1795
  msgid "countries"
1796
  msgstr ""
1797
 
1798
  #: includes/functions-check-now.php:3043 includes/functions.old.php:2968
1799
- #: includes/functions.php:3349
1800
  msgid ""
1801
  "Enable impression and click tracking. You also need to enable tracking for "
1802
  "each block you want to track."
@@ -1807,99 +1810,99 @@ msgid "Generate report"
1807
  msgstr ""
1808
 
1809
  #: includes/functions-check-now.php:3058 includes/functions.old.php:2983
1810
- #: includes/functions.php:3368
1811
  msgid "Impression and Click Tracking"
1812
  msgstr ""
1813
 
1814
  #: includes/functions-check-now.php:3059 includes/functions.old.php:2984
1815
- #: includes/functions.php:3369 settings.php:2773
1816
  msgctxt "ad blocking detection"
1817
  msgid "NOT ENABLED"
1818
  msgstr ""
1819
 
1820
  #: includes/functions-check-now.php:3075 includes/functions.old.php:3000
1821
- #: includes/functions.php:3385
1822
  msgid "Internal"
1823
  msgstr ""
1824
 
1825
  #: includes/functions-check-now.php:3079 includes/functions.old.php:3004
1826
- #: includes/functions.php:3389
1827
  msgid "Track impressions and clicks with internal tracking and statistics"
1828
  msgstr ""
1829
 
1830
  #: includes/functions-check-now.php:3084 includes/functions.old.php:3009
1831
- #: includes/functions.php:3394
1832
  msgid "External"
1833
  msgstr ""
1834
 
1835
  #: includes/functions-check-now.php:3088 includes/functions.old.php:3013
1836
- #: includes/functions.php:3398
1837
  msgid ""
1838
  "Track impressions and clicks with Google Analytics or Matomo (needs tracking "
1839
  "code installed)"
1840
  msgstr ""
1841
 
1842
  #: includes/functions-check-now.php:3093 includes/functions.old.php:3018
1843
- #: includes/functions.php:3403
1844
  msgid "Track Pageviews"
1845
  msgstr ""
1846
 
1847
  #: includes/functions-check-now.php:3099 includes/functions.old.php:3024
1848
- #: includes/functions.php:3409
1849
  msgid "Track Pageviews by Device (as configured for viewports)"
1850
  msgstr ""
1851
 
1852
  #: includes/functions-check-now.php:3109 includes/functions.old.php:3034
1853
- #: includes/functions.php:3419
1854
  msgid "Track for Logged in Users"
1855
  msgstr ""
1856
 
1857
  #: includes/functions-check-now.php:3115 includes/functions.old.php:3040
1858
- #: includes/functions.php:3425
1859
  msgid "Track impressions and clicks from logged in users"
1860
  msgstr ""
1861
 
1862
  #: includes/functions-check-now.php:3125 includes/functions.old.php:3050
1863
- #: includes/functions.php:3435
1864
  msgid "Click Detection"
1865
  msgstr ""
1866
 
1867
  #: includes/functions-check-now.php:3131 includes/functions.old.php:3056
1868
- #: includes/functions.php:3441
1869
  msgid ""
1870
  "Standard method detects clicks only on banners with links, Advanced method "
1871
  "can detect clicks on any kind of ads, but it is slightly less accurate"
1872
  msgstr ""
1873
 
1874
  #: includes/functions-check-now.php:3150 includes/functions.old.php:3075
1875
- #: includes/functions.php:3460
1876
  msgid "Click fraud protection"
1877
  msgstr ""
1878
 
1879
  #: includes/functions-check-now.php:3154 includes/functions.old.php:3079
1880
- #: includes/functions.php:3464
1881
  msgid "Globally enable click fraud protection for selected blocks."
1882
  msgstr ""
1883
 
1884
  #: includes/functions-check-now.php:3160 includes/functions.old.php:3085
1885
- #: includes/functions.php:3470
1886
  msgid "Protection time"
1887
  msgstr ""
1888
 
1889
  #: includes/functions-check-now.php:3161 includes/functions.old.php:3086
1890
- #: includes/functions.php:3471
1891
  msgid ""
1892
  "Time period in days in which blocks with enabled click fraud protection will "
1893
  "be hidden. Use decimal value (with decimal point) for shorter periods."
1894
  msgstr ""
1895
 
1896
  #: includes/functions-check-now.php:3180 includes/functions.old.php:3105
1897
- #: includes/functions.php:3490
1898
  msgid "Report header image"
1899
  msgstr ""
1900
 
1901
  #: includes/functions-check-now.php:3183 includes/functions.old.php:3108
1902
- #: includes/functions.php:3493
1903
  msgid ""
1904
  "Image or logo to be displayed in the header of the statistins report. "
1905
  "Aabsolute path starting with '/' or relative path to the image file. Clear "
@@ -1907,177 +1910,177 @@ msgid ""
1907
  msgstr ""
1908
 
1909
  #: includes/functions-check-now.php:3184 includes/functions.old.php:3109
1910
- #: includes/functions.php:3494 strings.php:252
1911
  msgid "Select or upload header image"
1912
  msgstr ""
1913
 
1914
  #: includes/functions-check-now.php:3189 includes/functions.old.php:3114
1915
- #: includes/functions.php:3499
1916
  msgid "Report header title"
1917
  msgstr ""
1918
 
1919
  #: includes/functions-check-now.php:3192 includes/functions.old.php:3117
1920
- #: includes/functions.php:3502
1921
  msgid ""
1922
  "Title to be displayed in the header of the statistics report. Text or HTML "
1923
  "code, clear to reset to default text."
1924
  msgstr ""
1925
 
1926
  #: includes/functions-check-now.php:3197 includes/functions.old.php:3122
1927
- #: includes/functions.php:3507
1928
  msgid "Report header description"
1929
  msgstr ""
1930
 
1931
  #: includes/functions-check-now.php:3200 includes/functions.old.php:3125
1932
- #: includes/functions.php:3510
1933
  msgid ""
1934
  "Description to be displayed in the header of the statistics report. Text or "
1935
  "HTML code, clear to reset to default text."
1936
  msgstr ""
1937
 
1938
  #: includes/functions-check-now.php:3205 includes/functions.old.php:3130
1939
- #: includes/functions.php:3515
1940
  msgid "Report footer"
1941
  msgstr ""
1942
 
1943
  #: includes/functions-check-now.php:3208 includes/functions.old.php:3133
1944
- #: includes/functions.php:3518
1945
  msgid ""
1946
  "Text to be displayed in the footer of the statistics report. Clear to reset "
1947
  "to default text."
1948
  msgstr ""
1949
 
1950
  #: includes/functions-check-now.php:3213 includes/functions.old.php:3138
1951
- #: includes/functions.php:3523
1952
  msgid "Public report key"
1953
  msgstr ""
1954
 
1955
  #: includes/functions-check-now.php:3216 includes/functions.old.php:3141
1956
- #: includes/functions.php:3526
1957
  msgid "String to generate unique report IDs. Clear to reset to default value."
1958
  msgstr ""
1959
 
1960
  #: includes/functions-check-now.php:3248 includes/functions.old.php:3173
1961
- #: includes/functions.php:3589
1962
  msgid "Are you sure you want to clear all exceptions for block"
1963
  msgstr ""
1964
 
1965
  #: includes/functions-check-now.php:3249 includes/functions.old.php:3174
1966
- #: includes/functions.php:3590
1967
  msgid "Clear all exceptions for block"
1968
  msgstr ""
1969
 
1970
  #: includes/functions-check-now.php:3256 includes/functions.old.php:3181
1971
- #: includes/functions.php:3597
1972
  msgid "Are you sure you want to clear all exceptions?"
1973
  msgstr ""
1974
 
1975
  #: includes/functions-check-now.php:3256 includes/functions.old.php:3181
1976
- #: includes/functions.php:3597
1977
  msgid "Clear all exceptions for all blocks"
1978
  msgstr ""
1979
 
1980
  #: includes/functions-check-now.php:3261 includes/functions.old.php:3186
1981
- #: includes/functions.php:3602 settings.php:3855 settings.php:4340
1982
  msgid "Type"
1983
  msgstr ""
1984
 
1985
  #: includes/functions-check-now.php:3279 includes/functions.old.php:3204
1986
- #: includes/functions.php:3620
1987
  msgid "View"
1988
  msgstr ""
1989
 
1990
  #: includes/functions-check-now.php:3280 includes/functions-check-now.php:3287
1991
  #: includes/functions-check-now.php:3291 includes/functions.old.php:3205
1992
  #: includes/functions.old.php:3212 includes/functions.old.php:3216
1993
- #: includes/functions.php:3621 includes/functions.php:3628
1994
- #: includes/functions.php:3632 includes/placeholders.php:350
1995
- #: includes/preview.php:2692 settings.php:1354 settings.php:3612
1996
  msgid "Edit"
1997
  msgstr ""
1998
 
1999
  #: includes/functions-check-now.php:3310 includes/functions.old.php:3235
2000
- #: includes/functions.php:3651
2001
  msgid "Are you sure you want to clear all exceptions for"
2002
  msgstr ""
2003
 
2004
  #: includes/functions-check-now.php:3311 includes/functions.old.php:3236
2005
- #: includes/functions.php:3652
2006
  msgid "Clear all exceptions for"
2007
  msgstr ""
2008
 
2009
  #: includes/functions-check-now.php:3324 includes/functions.old.php:3249
2010
- #: includes/functions.php:3665
2011
  msgid "No exceptions"
2012
  msgstr ""
2013
 
2014
  #. translators: %s: Ad Inserter Pro
2015
  #: includes/functions-check-now.php:3335 includes/functions.old.php:3260
2016
- #: includes/functions.php:3676
2017
  msgid "%s options for network blogs"
2018
  msgstr ""
2019
 
2020
  #. translators: %s: Ad Inserter Pro
2021
  #: includes/functions-check-now.php:3340 includes/functions.old.php:3265
2022
- #: includes/functions.php:3681
2023
  msgid "Enable %s widgets for sub-sites"
2024
  msgstr ""
2025
 
2026
  #: includes/functions-check-now.php:3340 includes/functions.old.php:3265
2027
- #: includes/functions.php:3681
2028
  msgid "Widgets"
2029
  msgstr ""
2030
 
2031
  #: includes/functions-check-now.php:3345 includes/functions.old.php:3270
2032
- #: includes/functions.php:3686
2033
  msgid "Enable PHP code processing for sub-sites"
2034
  msgstr ""
2035
 
2036
  #: includes/functions-check-now.php:3345 includes/functions.old.php:3270
2037
- #: includes/functions.php:3686
2038
  msgid "PHP Processing"
2039
  msgstr ""
2040
 
2041
  #. translators: %s: Ad Inserter Pro
2042
  #: includes/functions-check-now.php:3350 includes/functions.old.php:3275
2043
- #: includes/functions.php:3691
2044
  msgid "Enable %s block exceptions in post/page editor for sub-sites"
2045
  msgstr ""
2046
 
2047
  #: includes/functions-check-now.php:3350 includes/functions.old.php:3275
2048
- #: includes/functions.php:3691
2049
  msgid "Post/Page exceptions"
2050
  msgstr ""
2051
 
2052
  #. translators: %s: Ad Inserter Pro
2053
  #: includes/functions-check-now.php:3355 includes/functions.old.php:3280
2054
- #: includes/functions.php:3696
2055
  msgid "Enable %s settings page for sub-sites"
2056
  msgstr ""
2057
 
2058
  #: includes/functions-check-now.php:3355 includes/functions.old.php:3280
2059
- #: includes/functions.php:3696
2060
  msgid "Settings page"
2061
  msgstr ""
2062
 
2063
  #. translators: %s: Ad Inserter Pro
2064
  #: includes/functions-check-now.php:3360 includes/functions.old.php:3285
2065
- #: includes/functions.php:3701
2066
  msgid "Enable %s settings of main site to be used for all blogs"
2067
  msgstr ""
2068
 
2069
  #: includes/functions-check-now.php:3360 includes/functions.old.php:3285
2070
- #: includes/functions.php:3701
2071
  msgid "Main site settings used for all blogs"
2072
  msgstr ""
2073
 
2074
  #: includes/functions-check-now.php:3371 includes/functions.old.php:3296
2075
- #: includes/functions.php:3717 settings.php:2772
2076
  msgid "Ad Blocking Detection"
2077
  msgstr ""
2078
 
2079
  #: includes/functions-check-now.php:3377 includes/functions.old.php:3302
2080
- #: includes/functions.php:3723
2081
  msgid ""
2082
  "Standard method is reliable but should be used only if Advanced method does "
2083
  "not work. Advanced method recreates files used for detection with random "
@@ -2088,8 +2091,8 @@ msgstr ""
2088
  #: includes/functions-check-now.php:4029 includes/functions-check-now.php:4119
2089
  #: includes/functions-check-now.php:4139 includes/functions.old.php:3929
2090
  #: includes/functions.old.php:4019 includes/functions.old.php:4039
2091
- #: includes/functions.php:4546 includes/functions.php:4663
2092
- #: includes/functions.php:4687
2093
  msgid "AD BLOCKING"
2094
  msgstr ""
2095
 
@@ -2097,119 +2100,119 @@ msgstr ""
2097
  #: includes/functions-check-now.php:4113 includes/functions-check-now.php:4140
2098
  #: includes/functions.old.php:3930 includes/functions.old.php:3970
2099
  #: includes/functions.old.php:4013 includes/functions.old.php:4040
2100
- #: includes/functions.php:4547 includes/functions.php:4593
2101
- #: includes/functions.php:4657 includes/functions.php:4688
2102
  msgid "BLOCK INSERTED BUT NOT VISIBLE"
2103
  msgstr ""
2104
 
2105
  #: includes/functions-check-now.php:4033 includes/functions-check-now.php:4112
2106
  #: includes/functions-check-now.php:4146 includes/functions.old.php:3933
2107
  #: includes/functions.old.php:4012 includes/functions.old.php:4046
2108
- #: includes/functions.php:4550 includes/functions.php:4656
2109
- #: includes/functions.php:4694
2110
  msgid "NO AD BLOCKING"
2111
  msgstr ""
2112
 
2113
  #: includes/functions-check-now.php:4069 includes/functions-check-now.php:4076
2114
  #: includes/functions.old.php:3969 includes/functions.old.php:3976
2115
- #: includes/functions.php:4592 includes/functions.php:4599
2116
  msgid "AD BLOCKING REPLACEMENT"
2117
  msgstr ""
2118
 
2119
  #: includes/functions-check-now.php:4219 includes/functions-check-now.php:4428
2120
  #: includes/functions.old.php:4119 includes/functions.old.php:4328
2121
- #: includes/functions.php:4955 includes/functions.php:5166
2122
  msgid "Pageviews"
2123
  msgstr ""
2124
 
2125
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2126
- #: includes/functions.php:5101
2127
  msgctxt "Version"
2128
  msgid "Unknown"
2129
  msgstr ""
2130
 
2131
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2132
- #: includes/functions.php:5101
2133
  msgctxt "Times"
2134
  msgid "DISPLAYED"
2135
  msgstr ""
2136
 
2137
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2138
- #: includes/functions.php:5101
2139
  msgid "No version"
2140
  msgstr ""
2141
 
2142
  #: includes/functions-check-now.php:4366 includes/functions.old.php:4266
2143
- #: includes/functions.php:5102
2144
  msgctxt "Times"
2145
  msgid "BLOCKED"
2146
  msgstr ""
2147
 
2148
  #: includes/functions-check-now.php:4428 includes/functions.old.php:4328
2149
- #: includes/functions.php:5166
2150
  msgid "Impressions"
2151
  msgstr ""
2152
 
2153
  #: includes/functions-check-now.php:4429 includes/functions-check-now.php:4430
2154
  #: includes/functions-check-now.php:4485 includes/functions.old.php:4329
2155
  #: includes/functions.old.php:4330 includes/functions.old.php:4385
2156
- #: includes/functions.php:5167 includes/functions.php:5168
2157
- #: includes/functions.php:5361
2158
  msgid "Clicks"
2159
  msgstr ""
2160
 
2161
  #: includes/functions-check-now.php:4430 includes/functions.old.php:4330
2162
- #: includes/functions.php:5168
2163
  msgid "events"
2164
  msgstr ""
2165
 
2166
  #: includes/functions-check-now.php:4431 includes/functions.old.php:4331
2167
- #: includes/functions.php:5169
2168
  msgid "Ad Blocking Share"
2169
  msgstr ""
2170
 
2171
  #. translators: CTR as Click Through Rate
2172
  #: includes/functions-check-now.php:4431 includes/functions-check-now.php:4491
2173
  #: includes/functions.old.php:4331 includes/functions.old.php:4391
2174
- #: includes/functions.php:5169 includes/functions.php:5367
2175
  msgid "CTR"
2176
  msgstr ""
2177
 
2178
  #: includes/functions-check-now.php:4573 includes/functions.old.php:4473
2179
- #: includes/functions.php:5449
2180
  msgid "pageviews"
2181
  msgid_plural "pageviews"
2182
  msgstr[0] ""
2183
  msgstr[1] ""
2184
 
2185
  #: includes/functions-check-now.php:4573 includes/functions.old.php:4473
2186
- #: includes/functions.php:5449
2187
  msgid "impressions"
2188
  msgid_plural "impressions"
2189
  msgstr[0] ""
2190
  msgstr[1] ""
2191
 
2192
  #: includes/functions-check-now.php:4577 includes/functions.old.php:4477
2193
- #: includes/functions.php:5453
2194
  msgid "event"
2195
  msgid_plural "events"
2196
  msgstr[0] ""
2197
  msgstr[1] ""
2198
 
2199
  #: includes/functions-check-now.php:4672 includes/functions.old.php:4572
2200
- #: includes/functions.php:5548
2201
  msgctxt "Pageviews / Impressions"
2202
  msgid "Average"
2203
  msgstr ""
2204
 
2205
  #: includes/functions-check-now.php:4693 includes/functions.old.php:4593
2206
- #: includes/functions.php:5569
2207
  msgctxt "Ad Blocking / Clicks"
2208
  msgid "Average"
2209
  msgstr ""
2210
 
2211
  #: includes/functions-check-now.php:4717 includes/functions.old.php:4617
2212
- #: includes/functions.php:5593
2213
  msgctxt "Ad Blocking Share / CTR"
2214
  msgid "Average"
2215
  msgstr ""
@@ -2218,222 +2221,222 @@ msgstr ""
2218
  #: includes/functions-check-now.php:4899 includes/functions-check-now.php:4991
2219
  #: includes/functions-check-now.php:5334 includes/functions.old.php:4799
2220
  #: includes/functions.old.php:4891 includes/functions.old.php:5207
2221
- #: includes/functions.php:5777 includes/functions.php:5869
2222
- #: includes/functions.php:6212 strings.php:203
2223
  msgid "%s Report"
2224
  msgstr ""
2225
 
2226
  #: includes/functions-check-now.php:5240 includes/functions.old.php:5113
2227
- #: includes/functions.php:6118
2228
  msgid "for last month"
2229
  msgstr ""
2230
 
2231
  #: includes/functions-check-now.php:5245 includes/functions.old.php:5118
2232
- #: includes/functions.php:6123
2233
  msgid "for this month"
2234
  msgstr ""
2235
 
2236
  #: includes/functions-check-now.php:5250 includes/functions.old.php:5123
2237
- #: includes/functions.php:6128
2238
  msgid "for this year"
2239
  msgstr ""
2240
 
2241
  #: includes/functions-check-now.php:5255 includes/functions.old.php:5128
2242
- #: includes/functions.php:6133
2243
  msgid "for the last 15 days"
2244
  msgstr ""
2245
 
2246
  #: includes/functions-check-now.php:5260 includes/functions.old.php:5133
2247
- #: includes/functions.php:6138
2248
  msgid "for the last 30 days"
2249
  msgstr ""
2250
 
2251
  #: includes/functions-check-now.php:5265 includes/functions.old.php:5138
2252
- #: includes/functions.php:6143
2253
  msgid "for the last 90 days"
2254
  msgstr ""
2255
 
2256
  #: includes/functions-check-now.php:5270 includes/functions.old.php:5143
2257
- #: includes/functions.php:6148
2258
  msgid "for the last 180 days"
2259
  msgstr ""
2260
 
2261
  #: includes/functions-check-now.php:5275 includes/functions.old.php:5148
2262
- #: includes/functions.php:6153
2263
  msgid "for the last 365 days"
2264
  msgstr ""
2265
 
2266
- #: includes/functions.php:509 includes/functions.php:3356
2267
  msgid "Generate CSV report"
2268
  msgstr ""
2269
 
2270
  #. translators: %s: Ad Inserter Pro
2271
- #: includes/functions.php:574
2272
  msgid "Invalid %s version. Continue?"
2273
  msgstr ""
2274
 
2275
- #: includes/functions.php:766 includes/preview.php:2635
2276
  msgid "Background"
2277
  msgstr ""
2278
 
2279
  #. translators: %s HTML body tag
2280
- #: includes/functions.php:773
2281
  msgid "Set %s background"
2282
  msgstr ""
2283
 
2284
- #: includes/functions.php:786
2285
  msgid "Image to be used for the background"
2286
  msgstr ""
2287
 
2288
- #: includes/functions.php:791
2289
  msgid "Color"
2290
  msgstr ""
2291
 
2292
- #: includes/functions.php:792 includes/preview.php:2453
2293
  msgid "Color to be used for the background"
2294
  msgstr ""
2295
 
2296
- #: includes/functions.php:795 includes/preview.php:2458
2297
  msgid "Image size"
2298
  msgstr ""
2299
 
2300
- #: includes/functions.php:805
2301
  msgid "Repeat"
2302
  msgstr ""
2303
 
2304
- #: includes/functions.php:818
2305
  msgid "Select image"
2306
  msgstr ""
2307
 
2308
- #: includes/functions.php:1036 includes/functions.php:1072 settings.php:1719
2309
- #: settings.php:1742 settings.php:1765 settings.php:1788 settings.php:1811
2310
- #: settings.php:1834 settings.php:1856 settings.php:1878
2311
  msgid "Click to select black or white list"
2312
  msgstr ""
2313
 
2314
  #. translators: %s: Ad Inserter Pro
2315
- #: includes/functions.php:1600
2316
  msgid "Invalid %s version."
2317
  msgstr ""
2318
 
2319
- #: includes/functions.php:1601
2320
  msgid "Check license"
2321
  msgstr ""
2322
 
2323
- #: includes/functions.php:1613
2324
  msgid "License"
2325
  msgstr ""
2326
 
2327
  #. translators: 1, 2, 4, 5: HTML tags, 3: Ad Inserter Pro
2328
- #: includes/functions.php:1936
2329
  msgid "%1$s Warning: %2$s Wrong %3$s version. %4$s Check license %5$s"
2330
  msgstr ""
2331
 
2332
  #. Translators: %s: HTML tags
2333
- #: includes/functions.php:1984
2334
  msgid ""
2335
  "Warning: %s MaxMind license key not set. Please %s sign up for a GeoLite2 "
2336
  "account %s and create license key."
2337
  msgstr ""
2338
 
2339
- #: includes/functions.php:2682
2340
  msgid "Start date"
2341
  msgstr ""
2342
 
2343
- #: includes/functions.php:2682
2344
  msgid "Enter date in format yyyy-mm-dd"
2345
  msgstr ""
2346
 
2347
- #: includes/functions.php:2683
2348
  msgid "Start time"
2349
  msgstr ""
2350
 
2351
- #: includes/functions.php:2683
2352
  msgid "Enter time in format hh:mm:ss, empty means 00:00:00"
2353
  msgstr ""
2354
 
2355
- #: includes/functions.php:2685
2356
  msgid "End date"
2357
  msgstr ""
2358
 
2359
- #: includes/functions.php:2686
2360
  msgid "End time"
2361
  msgstr ""
2362
 
2363
- #: includes/functions.php:2689
2364
  msgid "Select wanted days in week"
2365
  msgstr ""
2366
 
2367
- #: includes/functions.php:3021
2368
  msgid "Ad blocking detection is disabled"
2369
  msgstr ""
2370
 
2371
- #: includes/functions.php:3161
2372
  msgid "Protected"
2373
  msgstr ""
2374
 
2375
- #: includes/functions.php:3164
2376
  msgid "Manual loading"
2377
  msgstr ""
2378
 
2379
  #. Translators: %s HTML tags
2380
- #: includes/functions.php:3232
2381
  msgid "Create and manage %s MaxMind license key %s"
2382
  msgstr ""
2383
 
2384
- #: includes/functions.php:3268
2385
  msgid "MaxMind license key"
2386
  msgstr ""
2387
 
2388
- #: includes/functions.php:3271
2389
  msgid "Enter license key obtained from MaxMind"
2390
  msgstr ""
2391
 
2392
- #: includes/functions.php:3541
2393
  msgid "Event category"
2394
  msgstr ""
2395
 
2396
- #: includes/functions.php:3544
2397
  msgid ""
2398
  "Category name used for external tracking events. You can use tags to get the "
2399
  "event, the number or the name of the block that caused the event."
2400
  msgstr ""
2401
 
2402
- #: includes/functions.php:3549
2403
  msgid "Event action"
2404
  msgstr ""
2405
 
2406
- #: includes/functions.php:3552
2407
  msgid ""
2408
  "Action name used for external tracking events. You can use tags to get the "
2409
  "event, the number or the name of the block that caused the event."
2410
  msgstr ""
2411
 
2412
- #: includes/functions.php:3557
2413
  msgid "Event label"
2414
  msgstr ""
2415
 
2416
- #: includes/functions.php:3560
2417
  msgid ""
2418
  "Label name used for external tracking events. You can use tags to get the "
2419
  "event, the number or the name of the block that caused the event."
2420
  msgstr ""
2421
 
2422
  #. translators: %s: Ad Inserter Pro
2423
- #: includes/functions.php:3706
2424
  msgid "Show link to %s settings page for each site on the Sites page"
2425
  msgstr ""
2426
 
2427
  #. translators: %s: Ad Inserter Pro
2428
- #: includes/functions.php:3706
2429
  msgid "Show link to %s on the Sites page"
2430
  msgstr ""
2431
 
2432
- #: includes/functions.php:5249
2433
  msgid "Date"
2434
  msgstr ""
2435
 
2436
- #: includes/functions.php:5723
2437
  msgid "File %s missing."
2438
  msgstr ""
2439
 
@@ -2445,39 +2448,39 @@ msgstr ""
2445
  msgid "Placeholder Editor"
2446
  msgstr ""
2447
 
2448
- #: includes/placeholders.php:349
2449
  msgid "Select placeholder"
2450
  msgstr ""
2451
 
2452
- #: includes/placeholders.php:350
2453
  msgid "Edit placeholder size, colors and text"
2454
  msgstr ""
2455
 
2456
- #: includes/placeholders.php:351
2457
  msgid "Close placeholder editor"
2458
  msgstr ""
2459
 
2460
- #: includes/placeholders.php:355
2461
  msgid "Placeholder"
2462
  msgstr ""
2463
 
2464
- #: includes/placeholders.php:360 settings.php:963 settings.php:4341
2465
  msgid "Size"
2466
  msgstr ""
2467
 
2468
- #: includes/placeholders.php:376 includes/preview.php:2450
2469
  msgid "Background color"
2470
  msgstr ""
2471
 
2472
- #: includes/placeholders.php:395
2473
  msgid "Text"
2474
  msgstr ""
2475
 
2476
- #: includes/placeholders.php:400
2477
  msgid "Text color"
2478
  msgstr ""
2479
 
2480
- #: includes/placeholders.php:409
2481
  msgid ""
2482
  "Here you can create a universal placeholder image that can be used in place "
2483
  "of ads when they are not available yet.\n"
@@ -2485,7 +2488,7 @@ msgid ""
2485
  "save them to local computer or server."
2486
  msgstr ""
2487
 
2488
- #: includes/placeholders.php:414
2489
  msgid ""
2490
  "Choose between common ad sizes 300x250, 336x280, 728x90, 468x60, 250x250, "
2491
  "300x600 or define custom size.\n"
@@ -2496,7 +2499,7 @@ msgid ""
2496
  "text."
2497
  msgstr ""
2498
 
2499
- #: includes/placeholders.php:418
2500
  msgid ""
2501
  "<strong>Please note</strong>: if you have active rotation editor the code "
2502
  "window shows only the code for the currently selected option.\n"
@@ -2504,7 +2507,7 @@ msgid ""
2504
  "currently selected option."
2505
  msgstr ""
2506
 
2507
- #: includes/placeholders.php:421
2508
  msgid ""
2509
  "Code generator for banners and AdSense generates the code only when you "
2510
  "click on the button Generate code.\n"
@@ -2513,7 +2516,7 @@ msgid ""
2513
  "need to (optionally) import and generate code for each rotation option."
2514
  msgstr ""
2515
 
2516
- #: includes/placeholders.php:424
2517
  msgid ""
2518
  "Ad Inserter has a simple code generator for banners and placeholders.\n"
2519
  "You can select banner image (or placeholder), optionally define link (web "
@@ -2569,11 +2572,11 @@ msgstr ""
2569
  msgid "Ad Blocking Detected Message Preview"
2570
  msgstr ""
2571
 
2572
- #: includes/preview-adb.php:345 settings.php:2898
2573
  msgid "Message CSS"
2574
  msgstr ""
2575
 
2576
- #: includes/preview-adb.php:350 settings.php:2906
2577
  msgid "Overlay CSS"
2578
  msgstr ""
2579
 
@@ -2609,7 +2612,7 @@ msgstr ""
2609
  msgid "background"
2610
  msgstr ""
2611
 
2612
- #: includes/preview.php:2434 includes/preview.php:2647 settings.php:1315
2613
  msgid "Alignment"
2614
  msgstr ""
2615
 
@@ -2726,7 +2729,7 @@ msgid ""
2726
  "Warning: only exceptions for %d posts cleared, %d posts still have exceptions"
2727
  msgstr ""
2728
 
2729
- #: settings.php:202 settings.php:1204
2730
  msgid ""
2731
  "Settings for individual exceptions have been updated. Please check all "
2732
  "blocks that have exceptions and and then save settings."
@@ -2736,7 +2739,7 @@ msgstr ""
2736
  msgid "Online documentation"
2737
  msgstr ""
2738
 
2739
- #: settings.php:248 settings.php:798 settings.php:2281
2740
  msgid "Show AdSense ad units"
2741
  msgstr ""
2742
 
@@ -2744,7 +2747,7 @@ msgstr ""
2744
  msgid "Edit ads.txt file"
2745
  msgstr ""
2746
 
2747
- #: settings.php:260 settings.php:1147
2748
  msgid "Check theme for available positions for automatic insertion"
2749
  msgstr ""
2750
 
@@ -2865,319 +2868,319 @@ msgid ""
2865
  "Leave all time fields empty for no timed rotation."
2866
  msgstr ""
2867
 
2868
- #: settings.php:504
2869
  msgid "General Settings"
2870
  msgstr ""
2871
 
2872
- #: settings.php:746 settings.php:2625 settings.php:2692 settings.php:2878
2873
  msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
2874
  msgstr ""
2875
 
2876
- #: settings.php:753
2877
  msgid "Toggle tools"
2878
  msgstr ""
2879
 
2880
- #: settings.php:761
2881
  msgid "Process PHP code in block"
2882
  msgstr ""
2883
 
2884
- #: settings.php:768
2885
  msgid "Disable insertion of this block"
2886
  msgstr ""
2887
 
2888
- #: settings.php:780
2889
  msgid "Toggle code generator"
2890
  msgstr ""
2891
 
2892
- #: settings.php:784
2893
  msgid "Toggle rotation editor"
2894
  msgstr ""
2895
 
2896
- #: settings.php:788
2897
  msgid "Open visual HTML editor"
2898
  msgstr ""
2899
 
2900
- #: settings.php:807
2901
  msgid "Clear block"
2902
  msgstr ""
2903
 
2904
- #: settings.php:812 settings.php:4212
2905
  msgid "Copy block"
2906
  msgstr ""
2907
 
2908
- #: settings.php:816
2909
  msgid "Paste name"
2910
  msgstr ""
2911
 
2912
- #: settings.php:820
2913
  msgid "Paste code"
2914
  msgstr ""
2915
 
2916
- #: settings.php:824
2917
  msgid "Paste settings"
2918
  msgstr ""
2919
 
2920
- #: settings.php:828
2921
  msgid "Paste block (name, code and settings)"
2922
  msgstr ""
2923
 
2924
- #: settings.php:847
2925
  msgid "Rotation groups"
2926
  msgstr ""
2927
 
2928
- #: settings.php:851
2929
  msgid "Remove option"
2930
  msgstr ""
2931
 
2932
- #: settings.php:855
2933
  msgid "Add option"
2934
  msgstr ""
2935
 
2936
- #: settings.php:870
2937
  msgid "Import code"
2938
  msgstr ""
2939
 
2940
- #: settings.php:874
2941
  msgid "Generate code"
2942
  msgstr ""
2943
 
2944
- #: settings.php:879
2945
  msgid "Banner"
2946
  msgstr ""
2947
 
2948
- #: settings.php:890
2949
  msgid "Image"
2950
  msgstr ""
2951
 
2952
- #: settings.php:898
2953
  msgid "Link"
2954
  msgstr ""
2955
 
2956
- #: settings.php:909
2957
  msgid "Open link in a new tab"
2958
  msgstr ""
2959
 
2960
- #: settings.php:910
2961
  msgid "Select Image"
2962
  msgstr ""
2963
 
2964
- #: settings.php:911
2965
  msgid "Select Placeholder"
2966
  msgstr ""
2967
 
2968
- #: settings.php:923
2969
  msgid "Comment"
2970
  msgstr ""
2971
 
2972
- #: settings.php:932
2973
  msgctxt "AdSense"
2974
  msgid "Publisher ID"
2975
  msgstr ""
2976
 
2977
- #: settings.php:941
2978
  msgctxt "AdSense"
2979
  msgid "Ad Slot ID"
2980
  msgstr ""
2981
 
2982
- #: settings.php:950
2983
  msgid "Ad Type"
2984
  msgstr ""
2985
 
2986
- #: settings.php:975
2987
  msgid "AMP Ad"
2988
  msgstr ""
2989
 
2990
- #: settings.php:993
2991
  msgid "Show ad units from your AdSense account"
2992
  msgstr ""
2993
 
2994
- #: settings.php:993
2995
  msgid "AdSense ad units"
2996
  msgstr ""
2997
 
2998
- #: settings.php:1010
2999
  msgctxt "AdSense"
3000
  msgid "Layout"
3001
  msgstr ""
3002
 
3003
- #: settings.php:1019
3004
  msgctxt "AdSense"
3005
  msgid "Layout Key"
3006
  msgstr ""
3007
 
3008
- #: settings.php:1029
3009
  msgid "Full width"
3010
  msgstr ""
3011
 
3012
- #: settings.php:1031
3013
  msgctxt "Full width"
3014
  msgid "Enabled"
3015
  msgstr ""
3016
 
3017
- #: settings.php:1032
3018
  msgctxt "Full width"
3019
  msgid "Disabled"
3020
  msgstr ""
3021
 
3022
- #: settings.php:1113
3023
  msgid ""
3024
  "White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
3025
  "Cookie or Referer (domain)"
3026
  msgstr ""
3027
 
3028
- #: settings.php:1113
3029
  msgid "Lists"
3030
  msgstr ""
3031
 
3032
- #: settings.php:1114
3033
  msgid "Widget, Shortcode and PHP function call"
3034
  msgstr ""
3035
 
3036
- #: settings.php:1114
3037
  msgid "Manual"
3038
  msgstr ""
3039
 
3040
- #: settings.php:1115
3041
  msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
3042
  msgstr ""
3043
 
3044
- #: settings.php:1115
3045
  msgid "Devices"
3046
  msgstr ""
3047
 
3048
- #: settings.php:1116
3049
  msgid ""
3050
  "Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
3051
  "feeds), Filter, Scheduling, General tag"
3052
  msgstr ""
3053
 
3054
- #: settings.php:1116
3055
  msgid "Misc"
3056
  msgstr ""
3057
 
3058
- #: settings.php:1117
3059
  msgid "Preview code and alignment"
3060
  msgstr ""
3061
 
3062
- #: settings.php:1120 settings.php:2265
3063
  msgid ""
3064
  "Rotation editor active - rotation code not generated! Make sure no rotation "
3065
  "editor is active before saving settings."
3066
  msgstr ""
3067
 
3068
- #: settings.php:1133 settings.php:1134
3069
  msgid "Enable insertion on posts"
3070
  msgstr ""
3071
 
3072
- #: settings.php:1134 settings.php:3424
3073
  msgid "Posts"
3074
  msgstr ""
3075
 
3076
- #: settings.php:1138 settings.php:1139
3077
  msgid ""
3078
  "Enable insertion on homepage: latest posts (including on sub-pages), static "
3079
  "page or theme homepage (available positions may depend on hooks used by the "
3080
  "theme)"
3081
  msgstr ""
3082
 
3083
- #: settings.php:1139 settings.php:3426
3084
  msgid "Homepage"
3085
  msgstr ""
3086
 
3087
- #: settings.php:1143 settings.php:1144
3088
  msgid "Enable insertion on category blog pages (including sub-pages)"
3089
  msgstr ""
3090
 
3091
- #: settings.php:1144 settings.php:3427
3092
  msgid "Category pages"
3093
  msgstr ""
3094
 
3095
- #: settings.php:1154 settings.php:1155
3096
  msgid "Enable insertion on static pages"
3097
  msgstr ""
3098
 
3099
- #: settings.php:1155 settings.php:3425
3100
  msgid "Static pages"
3101
  msgstr ""
3102
 
3103
- #: settings.php:1159 settings.php:1160
3104
  msgid "Enable insertion on search blog pages"
3105
  msgstr ""
3106
 
3107
- #: settings.php:1160 settings.php:3429
3108
  msgid "Search pages"
3109
  msgstr ""
3110
 
3111
- #: settings.php:1164 settings.php:1165
3112
  msgid "Enable insertion on tag or archive blog pages"
3113
  msgstr ""
3114
 
3115
- #: settings.php:1168
3116
  msgid "Toggle settings for default insertion and list of individual exceptions"
3117
  msgstr ""
3118
 
3119
- #: settings.php:1180
3120
  msgid ""
3121
  "Enable individual post/page exceptions for insertion of this block. They can "
3122
  "be configured on the individual post/page editor page (in the settings below "
3123
  "the editor)."
3124
  msgstr ""
3125
 
3126
- #: settings.php:1181
3127
  msgid ""
3128
  "Enable individual post/page exceptions for insertion of this block. When "
3129
  "enabled they can be configured on the individual post/page editor page (in "
3130
  "the settings below the editor)."
3131
  msgstr ""
3132
 
3133
- #: settings.php:1181
3134
  msgid "Use exceptions for individual posts or pages to change insertion"
3135
  msgstr ""
3136
 
3137
  #. Translators: Enabled means...
3138
- #: settings.php:1189
3139
  msgid ""
3140
  "means the insertion for this block is enabled by default and disabled for "
3141
  "exceptions."
3142
  msgstr ""
3143
 
3144
  #. Translators: Disabled means...
3145
- #: settings.php:1190
3146
  msgid ""
3147
  "means the insertion for this block is disabled by default and enabled for "
3148
  "exceptions."
3149
  msgstr ""
3150
 
3151
- #: settings.php:1191
3152
  msgid ""
3153
  "When individual post/page exceptions are enabled they can be configured on "
3154
  "the individual post/page editor page (in the settings below the editor)."
3155
  msgstr ""
3156
 
3157
- #: settings.php:1199
3158
  msgid ""
3159
  "No exception for post or static page defined. Block will not be inserted."
3160
  msgstr ""
3161
 
3162
- #: settings.php:1217
3163
  msgctxt "post"
3164
  msgid "Type"
3165
  msgstr ""
3166
 
3167
  #. translators: %d: block number
3168
- #: settings.php:1219
3169
  msgid "Are you sure you want to clear listed exceptions for block %d?"
3170
  msgstr ""
3171
 
3172
- #: settings.php:1220
3173
  msgid "Clear listed exceptions for block"
3174
  msgstr ""
3175
 
3176
- #: settings.php:1246 settings.php:1394 settings.php:2030
3177
  msgid "Insertion"
3178
  msgstr ""
3179
 
3180
- #: settings.php:1284
3181
  msgid ""
3182
  "Paragraph number or comma separated paragraph numbers: 1 to N means "
3183
  "paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
@@ -3187,7 +3190,7 @@ msgid ""
3187
  "negative number means counting from the opposite direction"
3188
  msgstr ""
3189
 
3190
- #: settings.php:1285
3191
  msgid ""
3192
  "Image number or comma separated image numbers: 1 to N means image number, %N "
3193
  "means every N images, empty means all images, 0 means random image, value "
@@ -3197,166 +3200,178 @@ msgid ""
3197
  "direction"
3198
  msgstr ""
3199
 
3200
- #: settings.php:1298
3201
  msgid ""
3202
  "Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
3203
  "numbers, %N means every N excerpts, empty means all excerpts"
3204
  msgstr ""
3205
 
3206
- #: settings.php:1299
3207
  msgid ""
3208
  "Insertion Filter Mirror Setting | Post number or comma separated post "
3209
  "numbers, %N means every N posts, empty means all posts"
3210
  msgstr ""
3211
 
3212
- #: settings.php:1300
3213
  msgid ""
3214
  "Insertion Filter Mirror Setting | Comment number or comma separated comment "
3215
  "numbers, %N means every N comments, empty means all comments"
3216
  msgstr ""
3217
 
3218
- #: settings.php:1307
3219
  msgid "Toggle paragraph counting settings"
3220
  msgstr ""
3221
 
3222
- #: settings.php:1308
3223
  msgid "Toggle paragraph clearance settings"
3224
  msgstr ""
3225
 
3226
- #: settings.php:1311
3227
  msgid "Toggle insertion filter settings"
3228
  msgstr ""
3229
 
3230
- #: settings.php:1329
3231
  msgid "Toggle insertion and alignment icons"
3232
  msgstr ""
3233
 
3234
- #: settings.php:1343
3235
  msgid "Custom CSS code for the wrapping div"
3236
  msgstr ""
3237
 
3238
- #: settings.php:1346 settings.php:1347 settings.php:1348 settings.php:1349
3239
- #: settings.php:1350 settings.php:1351
3240
  msgid "CSS code for the wrapping div, click to edit"
3241
  msgstr ""
3242
 
3243
- #: settings.php:1364
3244
  msgid "HTML element"
3245
  msgstr ""
3246
 
3247
- #: settings.php:1377
3248
  msgid "HTML element selector or comma separated list of selectors"
3249
  msgstr ""
3250
 
3251
- #: settings.php:1383 settings.php:2783
3252
  msgid "Action"
3253
  msgstr ""
3254
 
3255
- #: settings.php:1395
3256
  msgid ""
3257
  "Client-side insertion uses JavaScript to insert block when the page loads. "
3258
  "Server-side insertion inserts block when the page is generated but needs "
3259
  "Output buffering enabled."
3260
  msgstr ""
3261
 
3262
- #: settings.php:1404
 
 
 
 
 
 
 
 
 
 
 
 
3263
  msgid "Code position"
3264
  msgstr ""
3265
 
3266
- #: settings.php:1405
3267
  msgid ""
3268
  "Page position where the code for client-side insertion will be inserted."
3269
  msgstr ""
3270
 
3271
- #: settings.php:1420
3272
  msgid "Count"
3273
  msgstr ""
3274
 
3275
- #: settings.php:1426
3276
  msgid "paragraphs with tags"
3277
  msgstr ""
3278
 
3279
- #: settings.php:1432
3280
  msgid "Comma separated HTML tag names, usually only 'p' tags are used"
3281
  msgstr ""
3282
 
3283
- #: settings.php:1441
3284
  msgid "that have between"
3285
  msgstr ""
3286
 
3287
- #: settings.php:1447
3288
  msgid "Minimum number of paragraph words, leave empty for no limit"
3289
  msgstr ""
3290
 
3291
- #: settings.php:1456
3292
  msgid "Maximum number of paragraph words, leave empty for no limit"
3293
  msgstr ""
3294
 
3295
- #: settings.php:1459
3296
  msgid "words"
3297
  msgstr ""
3298
 
3299
- #: settings.php:1474 settings.php:1521 settings.php:1641 settings.php:1667
3300
  msgid "Comma separated texts"
3301
  msgstr ""
3302
 
3303
  #. translators: inside [HTML tags] elements that contain
3304
- #: settings.php:1493
3305
  msgid "inside"
3306
  msgstr ""
3307
 
3308
- #: settings.php:1499
3309
  msgid "Comma separated HTML tag names of container elements"
3310
  msgstr ""
3311
 
3312
  #. translators: inside [HTML tags] elements that contain
3313
- #: settings.php:1508
3314
  msgid "elements that"
3315
  msgstr ""
3316
 
3317
- #: settings.php:1533 settings.php:1534
 
 
 
 
 
 
3318
  msgid ""
3319
  "If checked it will search for the text only in tag attributes like [[id]], "
3320
  "[[class]], [[style]], etc. Otherwise the whole tag including its content "
3321
  "will be searched."
3322
  msgstr ""
3323
 
3324
- #: settings.php:1534
3325
  msgid "Check only tag attributes"
3326
  msgstr ""
3327
 
3328
- #: settings.php:1538
3329
- msgid ""
3330
- "Count also paragraphs inside these elements - defined on general plugin "
3331
- "settings page - tab [*] / tab General"
3332
- msgstr ""
3333
-
3334
  #. Translators: %s: HTML tags
3335
- #: settings.php:1544
3336
  msgid "Count inside %s elements"
3337
  msgstr ""
3338
 
3339
  #. Translators: Do not insert for first X and last Y paragraphs
3340
- #: settings.php:1558
3341
  msgid "Do not insert for first"
3342
  msgid_plural "Do not insert for first"
3343
  msgstr[0] ""
3344
  msgstr[1] ""
3345
 
3346
- #: settings.php:1564
3347
  msgid ""
3348
  "Excludes first paragraphs from insertion, leave empty for no exclusion of "
3349
  "first paragraphs"
3350
  msgstr ""
3351
 
3352
  #. Translators: Do not insert for first X and last Y paragraphs
3353
- #: settings.php:1567
3354
  msgid "and last"
3355
  msgid_plural "and last"
3356
  msgstr[0] ""
3357
  msgstr[1] ""
3358
 
3359
- #: settings.php:1573
3360
  msgid ""
3361
  "Excludes last paragraphs from insertion, leave empty for no exclusion of "
3362
  "last paragraphs"
@@ -3364,124 +3379,124 @@ msgstr ""
3364
 
3365
  #. Translators: Do not insert for first X and last Y paragraphs
3366
  #. Translators: Post/Static page must have between X and Y paragraphs
3367
- #: settings.php:1576 settings.php:1602
3368
  msgid "paragraph"
3369
  msgid_plural "paragraphs"
3370
  msgstr[0] ""
3371
  msgstr[1] ""
3372
 
3373
- #: settings.php:1584 settings.php:2162
3374
  msgid "Post/Static page must have between"
3375
  msgstr ""
3376
 
3377
- #: settings.php:1590
3378
  msgid "Minimum number of paragraphs, leave empty for no limit"
3379
  msgstr ""
3380
 
3381
- #: settings.php:1599
3382
  msgid "Maximum number of paragraphs, leave empty for no limit"
3383
  msgstr ""
3384
 
3385
- #: settings.php:1610
3386
  msgid "Minimum number of words in paragraphs above"
3387
  msgstr ""
3388
 
3389
- #: settings.php:1616
3390
  msgid ""
3391
  "Used only with automatic insertion After paragraph and empty paragraph "
3392
  "numbers"
3393
  msgstr ""
3394
 
3395
- #: settings.php:1626 settings.php:1652
3396
  msgid "In"
3397
  msgstr ""
3398
 
3399
- #: settings.php:1632
3400
  msgid "Number of paragraphs above to check, leave empty to disable checking"
3401
  msgstr ""
3402
 
3403
- #: settings.php:1635
3404
  msgid "paragraphs above avoid"
3405
  msgstr ""
3406
 
3407
- #: settings.php:1658
3408
  msgid "Number of paragraphs below to check, leave empty to disable checking"
3409
  msgstr ""
3410
 
3411
- #: settings.php:1661
3412
  msgid "paragraphs below avoid"
3413
  msgstr ""
3414
 
3415
- #: settings.php:1677
3416
  msgid "If text is found"
3417
  msgstr ""
3418
 
3419
- #: settings.php:1684
3420
  msgid "check up to"
3421
  msgstr ""
3422
 
3423
- #: settings.php:1692
3424
  msgctxt "check up to"
3425
  msgid "paragraphs"
3426
  msgstr ""
3427
 
3428
- #: settings.php:1708
3429
  msgid "Categories"
3430
  msgstr ""
3431
 
3432
- #: settings.php:1711
3433
  msgid "Toggle category editor"
3434
  msgstr ""
3435
 
3436
- #: settings.php:1714
3437
  msgid "Comma separated category slugs"
3438
  msgstr ""
3439
 
3440
- #: settings.php:1731
3441
  msgid "Tags"
3442
  msgstr ""
3443
 
3444
- #: settings.php:1734
3445
  msgid "Toggle tag editor"
3446
  msgstr ""
3447
 
3448
- #: settings.php:1737
3449
  msgid "Comma separated tag slugs"
3450
  msgstr ""
3451
 
3452
- #: settings.php:1754
3453
  msgid "Taxonomies"
3454
  msgstr ""
3455
 
3456
- #: settings.php:1757
3457
  msgid "Toggle taxonomy editor"
3458
  msgstr ""
3459
 
3460
- #: settings.php:1760
3461
  msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
3462
  msgstr ""
3463
 
3464
- #: settings.php:1777
3465
  msgid "Post IDs"
3466
  msgstr ""
3467
 
3468
- #: settings.php:1780
3469
  msgid "Toggle post/page ID editor"
3470
  msgstr ""
3471
 
3472
- #: settings.php:1783
3473
  msgid "Comma separated post/page IDs"
3474
  msgstr ""
3475
 
3476
- #: settings.php:1800
3477
  msgid "Urls"
3478
  msgstr ""
3479
 
3480
- #: settings.php:1803
3481
  msgid "Toggle url editor"
3482
  msgstr ""
3483
 
3484
- #: settings.php:1806
3485
  msgid ""
3486
  "Comma separated urls (page addresses) starting with / after domain name (e."
3487
  "g. /permalink-url, use only when you need to taget a specific url not "
@@ -3489,194 +3504,194 @@ msgid ""
3489
  "start*. *url-pattern*, *url-end)"
3490
  msgstr ""
3491
 
3492
- #: settings.php:1822
3493
  msgid "Url parameters"
3494
  msgstr ""
3495
 
3496
- #: settings.php:1826
3497
  msgid "Toggle url parameter and cookie editor"
3498
  msgstr ""
3499
 
3500
- #: settings.php:1829
3501
  msgid ""
3502
  "Comma separated url query parameters or cookies with optional values (use "
3503
  "'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
3504
  msgstr ""
3505
 
3506
- #: settings.php:1845
3507
  msgid "Referrers"
3508
  msgstr ""
3509
 
3510
- #: settings.php:1848
3511
  msgid "Toggle referer editor"
3512
  msgstr ""
3513
 
3514
- #: settings.php:1851
3515
  msgid ""
3516
  "Comma separated domains, use # for no referrer, you can also use partial "
3517
  "domains with * (domain-start*. *domain-pattern*, *domain-end)"
3518
  msgstr ""
3519
 
3520
- #: settings.php:1867
3521
  msgid "Clients"
3522
  msgstr ""
3523
 
3524
- #: settings.php:1870
3525
  msgid "Toggle client editor"
3526
  msgstr ""
3527
 
3528
- #: settings.php:1873
3529
  msgid ""
3530
  "Comma separated names (operating systems, browsers, devices). You can also "
3531
  "list partial user agent strings with * (user-agent-start*. *user-agent-"
3532
  "pattern*, *user-agent-end)"
3533
  msgstr ""
3534
 
3535
- #: settings.php:1899
3536
  msgid "Enable widget for this block"
3537
  msgstr ""
3538
 
3539
- #: settings.php:1911
3540
  msgid "Enable shortcode for manual insertion of this block in posts and pages"
3541
  msgstr ""
3542
 
3543
- #: settings.php:1912 settings.php:4269
3544
  msgid "Shortcode"
3545
  msgstr ""
3546
 
3547
- #: settings.php:1927
3548
  msgid ""
3549
  "Enable PHP function call to insert this block at any position in theme file. "
3550
  "If function is disabled for block it will return empty string."
3551
  msgstr ""
3552
 
3553
- #: settings.php:1928
3554
  msgid "PHP function"
3555
  msgstr ""
3556
 
3557
- #: settings.php:1943
3558
  msgid "Client-side device detection"
3559
  msgstr ""
3560
 
3561
- #: settings.php:1944
3562
  msgid "Server-side device detection"
3563
  msgstr ""
3564
 
3565
- #: settings.php:1951
3566
  msgid "Use client-side detection to"
3567
  msgstr ""
3568
 
3569
- #: settings.php:1953
3570
  msgid "Either show/hide or insert when the page is loaded on wanted viewports"
3571
  msgstr ""
3572
 
3573
  #. Translators: only on (the following devices): viewport names (devices)
3574
  #. listed
3575
- #: settings.php:1958
3576
  msgid "only on"
3577
  msgstr ""
3578
 
3579
- #: settings.php:1986
3580
  msgid "Device min width %s px"
3581
  msgstr ""
3582
 
3583
- #: settings.php:2012
3584
  msgid "Use server-side detection to insert block only for"
3585
  msgstr ""
3586
 
3587
- #: settings.php:2031
3588
  msgid "Filter"
3589
  msgstr ""
3590
 
3591
- #: settings.php:2032
3592
  msgid "Word Count"
3593
  msgstr ""
3594
 
3595
- #: settings.php:2033 settings.php:4259
3596
  msgid "Scheduling"
3597
  msgstr ""
3598
 
3599
- #: settings.php:2034
3600
  msgid "Display"
3601
  msgstr ""
3602
 
3603
- #: settings.php:2036 settings.php:2307
3604
  msgid "General"
3605
  msgstr ""
3606
 
3607
- #: settings.php:2048
3608
  msgid "Old settings for AMP pages detected"
3609
  msgstr ""
3610
 
3611
- #: settings.php:2048
3612
  msgid ""
3613
  "To insert different codes on normal and AMP pages separate them with "
3614
  "[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
3615
  "when you need to insert THE SAME CODE also on AMP pages (no AMP separator)."
3616
  msgstr ""
3617
 
3618
- #: settings.php:2048
3619
  msgid "AMP pages"
3620
  msgstr ""
3621
 
3622
- #: settings.php:2053
3623
  msgid "Enable insertion for Ajax requests"
3624
  msgstr ""
3625
 
3626
- #: settings.php:2053
3627
  msgid "Ajax requests"
3628
  msgstr ""
3629
 
3630
- #: settings.php:2058
3631
  msgid "Enable insertion in RSS feeds"
3632
  msgstr ""
3633
 
3634
- #: settings.php:2058
3635
  msgid "RSS Feed"
3636
  msgstr ""
3637
 
3638
- #: settings.php:2063
3639
  msgid "Enable insertion on page for Error 404: Page not found"
3640
  msgstr ""
3641
 
3642
- #: settings.php:2063
3643
  msgid "Error 404 page"
3644
  msgstr ""
3645
 
3646
- #: settings.php:2075
3647
  msgid "Maximum number of insertions of this block. Empty or 0 means no limit."
3648
  msgstr ""
3649
 
3650
- #: settings.php:2076
3651
  msgid "insertions"
3652
  msgstr ""
3653
 
3654
- #: settings.php:2078
3655
  msgid ""
3656
  "Count this block for Max blocks per page limit (defined on the tab [*] / tab "
3657
  "General)"
3658
  msgstr ""
3659
 
3660
- #: settings.php:2081 settings.php:2487
3661
  msgid "Max blocks per page"
3662
  msgstr ""
3663
 
3664
- #: settings.php:2093
3665
  msgid "Insert for"
3666
  msgstr ""
3667
 
3668
- #: settings.php:2101
3669
  msgid ""
3670
  "Insert block only when WP function [[in_the_loop ()]] returns true (WP loop "
3671
  "is currently active). Might speed up insertion on content pages when "
3672
  "[[the_content]] filter hook is called multiple times."
3673
  msgstr ""
3674
 
3675
- #: settings.php:2105
3676
  msgid "Insert only in the loop"
3677
  msgstr ""
3678
 
3679
- #: settings.php:2108
3680
  msgid ""
3681
  "When enabled, Javascript code (if needed for the blok) will be inserted next "
3682
  "to the block HTML code. Otherwise, the Javascript code will be inserted in "
@@ -3684,24 +3699,24 @@ msgid ""
3684
  "footer."
3685
  msgstr ""
3686
 
3687
- #: settings.php:2112
3688
  msgid "Embed JS code"
3689
  msgstr ""
3690
 
3691
- #: settings.php:2115
3692
  msgid ""
3693
  "Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
3694
  msgstr ""
3695
 
3696
- #: settings.php:2119
3697
  msgid "Disable caching"
3698
  msgstr ""
3699
 
3700
- #: settings.php:2131
3701
  msgid "Filter insertions"
3702
  msgstr ""
3703
 
3704
- #: settings.php:2134
3705
  msgid ""
3706
  "Filter multiple insertions by specifying wanted insertions for this block - "
3707
  "single number, comma separated numbers or %N for every N insertions - empty "
@@ -3709,548 +3724,566 @@ msgid ""
3709
  "using only one insertion type."
3710
  msgstr ""
3711
 
3712
- #: settings.php:2137
3713
  msgid "using"
3714
  msgstr ""
3715
 
3716
- #: settings.php:2156
3717
  msgid "Checked means specified calls are unwanted"
3718
  msgstr ""
3719
 
3720
- #: settings.php:2156
3721
  msgid "Invert filter"
3722
  msgstr ""
3723
 
3724
- #: settings.php:2163
3725
  msgid "Minimum number of post/static page words, leave empty for no limit"
3726
  msgstr ""
3727
 
3728
- #: settings.php:2165
3729
  msgid "Maximum number of post/static page words, leave empty for no limit"
3730
  msgstr ""
3731
 
3732
- #: settings.php:2178
3733
  msgid "for"
3734
  msgstr ""
3735
 
3736
- #: settings.php:2178
3737
  msgid "days after publishing"
3738
  msgstr ""
3739
 
3740
- #: settings.php:2180
3741
  msgid "Not available"
3742
  msgstr ""
3743
 
3744
- #: settings.php:2193 settings.php:2479
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3745
  msgid "Ad label"
3746
  msgstr ""
3747
 
3748
- #: settings.php:2213
3749
  msgid "General tag"
3750
  msgstr ""
3751
 
3752
- #: settings.php:2217
3753
  msgid "Used for [adinserter data=''] shortcodes when no data is found"
3754
  msgstr ""
3755
 
3756
  #. translators: %s: HTML tags
3757
- #: settings.php:2226
3758
  msgid ""
3759
  "%s WARNING: %s %s No Wrapping %s style has no wrapping code needed for "
3760
  "client-side device detection!"
3761
  msgstr ""
3762
 
3763
  #. translators: %s: HTML tags for text and link
3764
- #: settings.php:2240
3765
  msgid ""
3766
  "%s WARNING: %s Settings Filter or Max insertions can't work with %s Client-"
3767
  "side %s insertion. Use %s Server-side %s insertion."
3768
  msgstr ""
3769
 
3770
- #: settings.php:2256
3771
  msgid "Settings"
3772
  msgstr ""
3773
 
3774
- #: settings.php:2259
3775
  msgid "Settings timestamp"
3776
  msgstr ""
3777
 
3778
- #: settings.php:2272
3779
  msgid "Are you sure you want to reset all settings?"
3780
  msgstr ""
3781
 
3782
- #: settings.php:2272
3783
  msgid "Reset All Settings"
3784
  msgstr ""
3785
 
3786
- #: settings.php:2308
3787
  msgid "Viewports"
3788
  msgstr ""
3789
 
3790
- #: settings.php:2309
3791
  msgid "Hooks"
3792
  msgstr ""
3793
 
3794
- #: settings.php:2310
3795
  msgid "Header"
3796
  msgstr ""
3797
 
3798
- #: settings.php:2311 strings.php:30
3799
  msgid "Footer"
3800
  msgstr ""
3801
 
3802
- #: settings.php:2316
3803
  msgid "Debugging"
3804
  msgstr ""
3805
 
3806
- #: settings.php:2326
3807
  msgid "Plugin priority"
3808
  msgstr ""
3809
 
3810
- #: settings.php:2334
3811
  msgid "Output buffering"
3812
  msgstr ""
3813
 
3814
- #: settings.php:2337
3815
  msgid "Needed for position Above header but may not work with all themes"
3816
  msgstr ""
3817
 
3818
- #: settings.php:2345
3819
  msgid "Syntax highlighting theme"
3820
  msgstr ""
3821
 
3822
- #: settings.php:2352
3823
  msgctxt "no syntax highlighting themes"
3824
  msgid "None"
3825
  msgstr ""
3826
 
3827
- #: settings.php:2353
3828
  msgid "No Syntax Highlighting"
3829
  msgstr ""
3830
 
3831
- #: settings.php:2355
3832
  msgctxt "syntax highlighting themes"
3833
  msgid "Light"
3834
  msgstr ""
3835
 
3836
- #: settings.php:2370
3837
  msgctxt "syntax highlighting themes"
3838
  msgid "Dark"
3839
  msgstr ""
3840
 
3841
- #: settings.php:2396
 
 
 
 
3842
  msgid "Min. user role for ind. exceptions editing"
3843
  msgstr ""
3844
 
3845
- #: settings.php:2406
3846
  msgid "Disable caching for logged in administrators"
3847
  msgstr ""
3848
 
3849
- #: settings.php:2409
3850
  msgid ""
3851
  "Enabled means that logged in administrators will see non-cached (live) pages "
3852
  "(applies to WP Super Cache, W3 Total Cache and WP Rocket plugins)"
3853
  msgstr ""
3854
 
3855
- #: settings.php:2417
3856
  msgid "Wait for jQuery"
3857
  msgstr ""
3858
 
3859
- #: settings.php:2420
3860
  msgid ""
3861
  "When enabled, Ad Inserter will wait for jQuery library to be loaded before "
3862
  "it will run the scripts that may need it"
3863
  msgstr ""
3864
 
3865
- #: settings.php:2428
3866
  msgid "Sticky widget mode"
3867
  msgstr ""
3868
 
3869
- #: settings.php:2431
3870
  msgid ""
3871
  "CSS mode is the best approach but may not work with all themes. JavaScript "
3872
  "mode works with most themes but may reload ads on page load."
3873
  msgstr ""
3874
 
3875
- #: settings.php:2439
3876
  msgid "Sticky widget top margin"
3877
  msgstr ""
3878
 
3879
- #: settings.php:2447
3880
  msgid "Dynamic blocks"
3881
  msgstr ""
3882
 
3883
- #: settings.php:2460
3884
  msgid "Functions for paragraph counting"
3885
  msgstr ""
3886
 
3887
- #: settings.php:2463
3888
  msgid ""
3889
  "Standard PHP functions are faster and work in most cases, use Multibyte "
3890
  "functions if paragraphs are not counted properly on non-english pages."
3891
  msgstr ""
3892
 
3893
- #: settings.php:2471
3894
  msgid "No paragraph counting inside"
3895
  msgstr ""
3896
 
3897
- #: settings.php:2482
3898
  msgid "Label text or HTML code"
3899
  msgstr ""
3900
 
3901
- #: settings.php:2490
3902
  msgid ""
3903
  "Maximum number of inserted blocks per page. You need to enable Max page "
3904
  "insertions (button Misc / tab Insertion) to count block for this limit."
3905
  msgstr ""
3906
 
3907
- #: settings.php:2504
3908
  msgid "Plugin usage tracking"
3909
  msgstr ""
3910
 
3911
  #. translators: %s: Ad Inserter
3912
- #: settings.php:2507
3913
  msgid ""
3914
  "Enable tracking of %s usage and help us to make improvements to the plugin. "
3915
  "Only information regarding the WordPress environment and %s usage is "
3916
  "recorded (once per month and on events like plugin activation/deactivation)."
3917
  msgstr ""
3918
 
3919
- #: settings.php:2525
3920
  msgid "CSS class name for the wrapping div"
3921
  msgstr ""
3922
 
3923
- #: settings.php:2525
3924
  msgid "Block class name"
3925
  msgstr ""
3926
 
3927
- #: settings.php:2531
3928
  msgid "Include block number class"
3929
  msgstr ""
3930
 
3931
- #: settings.php:2531
3932
  msgid "Block number class"
3933
  msgstr ""
3934
 
3935
- #: settings.php:2536
3936
  msgid "Include block name class"
3937
  msgstr ""
3938
 
3939
- #: settings.php:2536
3940
  msgid "Block name class"
3941
  msgstr ""
3942
 
3943
- #: settings.php:2541
3944
  msgid ""
3945
  "Instead of alignment classes generate inline alignment styles for blocks"
3946
  msgstr ""
3947
 
3948
- #: settings.php:2541
3949
  msgid "Inline styles"
3950
  msgstr ""
3951
 
3952
- #: settings.php:2547
3953
  msgid "Preview of the block wrapping code"
3954
  msgstr ""
3955
 
3956
- #: settings.php:2548
3957
  msgid "Wrapping div"
3958
  msgstr ""
3959
 
3960
- #: settings.php:2549 settings.php:2989
3961
  msgid "BLOCK CODE"
3962
  msgstr ""
3963
 
3964
- #: settings.php:2557
3965
  msgid "Viewport Settings used for client-side device detection"
3966
  msgstr ""
3967
 
3968
  #. Translators: %d: viewport number
3969
- #: settings.php:2565
3970
  msgid "Viewport %d name"
3971
  msgstr ""
3972
 
3973
- #: settings.php:2568
3974
  msgid "min width"
3975
  msgstr ""
3976
 
3977
- #: settings.php:2579
3978
  msgid "Custom Hooks"
3979
  msgstr ""
3980
 
3981
- #: settings.php:2591 settings.php:2594
3982
  msgid "Enable hook"
3983
  msgstr ""
3984
 
3985
  #. translators: %d: hook number
3986
- #: settings.php:2594
3987
  msgid "Hook %d name"
3988
  msgstr ""
3989
 
3990
- #: settings.php:2597
3991
  msgid "Hook name for automatic insertion selection"
3992
  msgstr ""
3993
 
3994
- #: settings.php:2600
3995
  msgid "action"
3996
  msgstr ""
3997
 
3998
- #: settings.php:2603
3999
  msgid "Action name as used in the do_action () function"
4000
  msgstr ""
4001
 
4002
- #: settings.php:2606
4003
  msgid "priority"
4004
  msgstr ""
4005
 
4006
- #: settings.php:2609
4007
  msgid "Priority for the hook (default is 10)"
4008
  msgstr ""
4009
 
4010
- #: settings.php:2630
4011
  msgid "Enable insertion of this code into HTML page header"
4012
  msgstr ""
4013
 
4014
- #: settings.php:2634 settings.php:2701 settings.php:2883
4015
  msgid "Process PHP code"
4016
  msgstr ""
4017
 
4018
- #: settings.php:2638
4019
  msgid "HTML Page Header Code"
4020
  msgstr ""
4021
 
4022
- #: settings.php:2646
4023
  msgid "Code in the %s section of the HTML page"
4024
  msgstr ""
4025
 
4026
- #: settings.php:2647
4027
  msgctxt "code in the header"
4028
  msgid "NOT ENABLED"
4029
  msgstr ""
4030
 
4031
- #: settings.php:2664 settings.php:2732
4032
  msgid "Use server-side detection to insert code only for"
4033
  msgstr ""
4034
 
4035
- #: settings.php:2679
4036
  msgid ""
4037
  "Enable insertion of this code into HTML page header on page for Error 404: "
4038
  "Page not found"
4039
  msgstr ""
4040
 
4041
- #: settings.php:2679 settings.php:2747
4042
  msgid "Insert on Error 404 page"
4043
  msgstr ""
4044
 
4045
- #: settings.php:2697
4046
  msgid "Enable insertion of this code into HTML page footer"
4047
  msgstr ""
4048
 
4049
- #: settings.php:2705
4050
  msgid "HTML Page Footer Code"
4051
  msgstr ""
4052
 
4053
  #. translators: %s: HTML tags
4054
- #: settings.php:2713
4055
  msgid "Code before the %s tag of the the HTML page"
4056
  msgstr ""
4057
 
4058
- #: settings.php:2714
4059
  msgctxt "code in the footer"
4060
  msgid "NOT ENABLED"
4061
  msgstr ""
4062
 
4063
- #: settings.php:2747
4064
  msgid ""
4065
  "Enable insertion of this code into HTML page footer on page for Error 404: "
4066
  "Page not found"
4067
  msgstr ""
4068
 
4069
- #: settings.php:2763
4070
  msgid "Code for ad blocking detection inserted. Click for details."
4071
  msgstr ""
4072
 
4073
- #: settings.php:2768
4074
  msgid "Enable detection of ad blocking"
4075
  msgstr ""
4076
 
4077
- #: settings.php:2786
4078
  msgid "Global action when ad blocking is detected"
4079
  msgstr ""
4080
 
4081
- #: settings.php:2792
4082
  msgid "No action for"
4083
  msgstr ""
4084
 
4085
- #: settings.php:2793
4086
  msgid "Exceptions for global action when ad blocking is detected."
4087
  msgstr ""
4088
 
4089
- #: settings.php:2803
4090
  msgid "Delay Action"
4091
  msgstr ""
4092
 
4093
- #: settings.php:2806
4094
  msgid ""
4095
  "Number of page views to delay action when ad blocking is detected. Leave "
4096
  "empty for no delay (action fires on first page view). Sets cookie."
4097
  msgstr ""
4098
 
4099
- #: settings.php:2806
4100
  msgctxt "Delay Action for x "
4101
  msgid "page views"
4102
  msgstr ""
4103
 
4104
- #: settings.php:2811
4105
  msgid "No Action Period"
4106
  msgstr ""
4107
 
4108
- #: settings.php:2814
4109
  msgid ""
4110
  "Number of days to supress action when ad blocking is detected. Leave empty "
4111
  "for no no-action period (action fires always after defined page view delay). "
4112
  "Sets cookie."
4113
  msgstr ""
4114
 
4115
- #: settings.php:2814
4116
  msgctxt "no action period"
4117
  msgid "days"
4118
  msgstr ""
4119
 
4120
- #: settings.php:2819
4121
  msgid "Custom Selectors"
4122
  msgstr ""
4123
 
4124
- #: settings.php:2822
4125
  msgid ""
4126
  "Comma seprarated list of selectors (.class, #id) used for additional ad "
4127
  "blocking detection. Invisible element or element with zero height means ad "
4128
  "blocking is present."
4129
  msgstr ""
4130
 
4131
- #: settings.php:2834
4132
  msgid "Redirection Page"
4133
  msgstr ""
4134
 
4135
- #: settings.php:2846
4136
  msgid "Custom Url"
4137
  msgstr ""
4138
 
4139
- #: settings.php:2851
4140
  msgid ""
4141
  "Static page for redirection when ad blocking is detected. For other pages "
4142
  "select Custom url and set it below."
4143
  msgstr ""
4144
 
4145
- #: settings.php:2860
4146
  msgid "Custom Redirection Url"
4147
  msgstr ""
4148
 
4149
- #: settings.php:2872
4150
  msgid "Message HTML code"
4151
  msgstr ""
4152
 
4153
- #: settings.php:2885
4154
  msgid "Preview message when ad blocking is detected"
4155
  msgstr ""
4156
 
4157
- #: settings.php:2914
4158
  msgid "Prevent visitors from closing the warning message"
4159
  msgstr ""
4160
 
4161
- #: settings.php:2914
4162
  msgid "Undismissible Message"
4163
  msgstr ""
4164
 
4165
- #: settings.php:2920
4166
  msgid "Not undismissible for"
4167
  msgstr ""
4168
 
4169
- #: settings.php:2921
4170
  msgid "Users which can close the warning message."
4171
  msgstr ""
4172
 
4173
- #: settings.php:2935
4174
  msgid ""
4175
  "Force showing admin toolbar for administrators when viewing site. Enable "
4176
  "this option when you are logged in as admin and you don't see admin toolbar."
4177
  msgstr ""
4178
 
4179
- #: settings.php:2943
4180
  msgid "Disable header code (Header tab)"
4181
  msgstr ""
4182
 
4183
- #: settings.php:2947
4184
  msgid "Disable footer code (Footer tab)"
4185
  msgstr ""
4186
 
4187
  #. translators: %s: Ad Inserter
4188
- #: settings.php:2951
4189
  msgid "Disable %s JavaScript code"
4190
  msgstr ""
4191
 
4192
  #. translators: %s: Ad Inserter
4193
- #: settings.php:2955
4194
  msgid "Disable %s CSS code"
4195
  msgstr ""
4196
 
4197
- #: settings.php:2959
4198
  msgid ""
4199
  "Disable PHP code processing (in all blocks including header and footer code)"
4200
  msgstr ""
4201
 
4202
- #: settings.php:2963
4203
  msgid "Disable insertion of all blocks"
4204
  msgstr ""
4205
 
4206
- #: settings.php:2967
4207
  msgid "Disable insertions"
4208
  msgstr ""
4209
 
4210
  #. translators: %s: Ad Inserter
4211
- #: settings.php:2979
4212
  msgid "%s CSS CODE"
4213
  msgstr ""
4214
 
4215
- #: settings.php:2982
4216
  msgid "HEADER CODE"
4217
  msgstr ""
4218
 
4219
  #. translators: %s: PHP tags
4220
- #: settings.php:2988
4221
  msgid "BLOCK PHP CODE"
4222
  msgstr ""
4223
 
4224
  #. translators: %s: Ad Inserter
4225
- #: settings.php:2994
4226
  msgid "%s JS CODE"
4227
  msgstr ""
4228
 
4229
- #: settings.php:2997
4230
  msgid "FOOTER CODE"
4231
  msgstr ""
4232
 
4233
- #: settings.php:3006
4234
  msgid "Force showing admin toolbar when viewing site"
4235
  msgstr ""
4236
 
4237
- #: settings.php:3013
4238
  msgid "Enable debugging functions in admin toolbar"
4239
  msgstr ""
4240
 
4241
- #: settings.php:3015
4242
  msgid "Debugging functions in admin toolbar"
4243
  msgstr ""
4244
 
4245
- #: settings.php:3022
4246
  msgid "Enable debugging functions in admin toolbar on mobile screens"
4247
  msgstr ""
4248
 
4249
- #: settings.php:3024
4250
  msgid "Debugging functions on mobile screens"
4251
  msgstr ""
4252
 
4253
- #: settings.php:3031
4254
  msgid ""
4255
  "Enable Debugger widget and code insertion debugging (blocks, positions, "
4256
  "tags, processing) by url parameters for non-logged in users. Enable this "
@@ -4259,232 +4292,232 @@ msgid ""
4259
  "administrators debugging is always enabled."
4260
  msgstr ""
4261
 
4262
- #: settings.php:3033
4263
  msgid "Remote debugging"
4264
  msgstr ""
4265
 
4266
- #: settings.php:3040
4267
  msgid ""
4268
  "Disable translation to see original texts for the settings and messages in "
4269
  "English"
4270
  msgstr ""
4271
 
4272
- #: settings.php:3042
4273
  msgid "Disable translation"
4274
  msgstr ""
4275
 
4276
- #: settings.php:3412
4277
  msgid "Available positions for current theme"
4278
  msgstr ""
4279
 
4280
- #: settings.php:3413
4281
  msgid "Error checking pages"
4282
  msgstr ""
4283
 
4284
- #: settings.php:3416
4285
  msgid "Toggle theme checker for available positions for automatic insertion"
4286
  msgstr ""
4287
 
4288
- #: settings.php:3416
4289
  msgctxt "Button"
4290
  msgid "Check"
4291
  msgstr ""
4292
 
4293
- #: settings.php:3423
4294
  msgid "Position"
4295
  msgstr ""
4296
 
4297
- #: settings.php:3428
4298
  msgid "Archive pages"
4299
  msgstr ""
4300
 
4301
- #: settings.php:3487
4302
  msgid ""
4303
  "Position not available because output buffering (tab [*]) is not enabled"
4304
  msgstr ""
4305
 
4306
- #: settings.php:3490 strings.php:248
4307
  msgid "Position not checked yet"
4308
  msgstr ""
4309
 
4310
- #: settings.php:3526
4311
  msgid "Toggle active/all blocks"
4312
  msgstr ""
4313
 
4314
- #: settings.php:3530 strings.php:235
4315
  msgid "Rearrange block order"
4316
  msgstr ""
4317
 
4318
- #: settings.php:3535
4319
  msgid "Save new block order"
4320
  msgstr ""
4321
 
4322
- #: settings.php:3561
4323
  msgid "Toggle active/all ad units"
4324
  msgstr ""
4325
 
4326
- #: settings.php:3565
4327
  msgid "Reload AdSense ad units"
4328
  msgstr ""
4329
 
4330
- #: settings.php:3569
4331
  msgid "Clear authorization to access AdSense account"
4332
  msgstr ""
4333
 
4334
- #: settings.php:3573 settings.php:4426 settings.php:4493 strings.php:243
4335
  msgid "Google AdSense Homepage"
4336
  msgstr ""
4337
 
4338
- #: settings.php:3589
4339
  msgid "Switch to physical ads.txt file"
4340
  msgstr ""
4341
 
4342
- #: settings.php:3590
4343
  msgid "Switch to virtual ads.txt file"
4344
  msgstr ""
4345
 
4346
  #. translators: %s: ads.txt
4347
- #: settings.php:3600
4348
  msgid "Open %s"
4349
  msgstr ""
4350
 
4351
- #: settings.php:3608
4352
  msgid "Reload ads.txt file"
4353
  msgstr ""
4354
 
4355
- #: settings.php:3612 settings.php:4553
4356
  msgid "Save"
4357
  msgstr ""
4358
 
4359
  #. translators: %s: Ad Inserter
4360
- #: settings.php:3790
4361
  msgid "ads.txt file: %s virtual ads.txt file"
4362
  msgstr ""
4363
 
4364
- #: settings.php:3795 settings.php:3815 strings.php:224
4365
  msgid "Warning"
4366
  msgstr ""
4367
 
4368
  #. translators: %s: Ad Inserter
4369
- #: settings.php:3795
4370
  msgid "%s virtual file ads.txt not found"
4371
  msgstr ""
4372
 
4373
- #: settings.php:3803
4374
  msgid "IMPORTANT"
4375
  msgstr ""
4376
 
4377
- #: settings.php:3803
4378
  msgid "ads.txt file must be placed on the root domain"
4379
  msgstr ""
4380
 
4381
- #: settings.php:3808
4382
  msgid "ads.txt file"
4383
  msgstr ""
4384
 
4385
- #: settings.php:3808
4386
  msgid "NOT WRITABLE"
4387
  msgstr ""
4388
 
4389
- #: settings.php:3815
4390
  msgid "file %s not found"
4391
  msgstr ""
4392
 
4393
- #: settings.php:3825
4394
  msgid "Account IDs found in blocks but not present in the ads.txt file"
4395
  msgstr ""
4396
 
4397
  #. translators: %s: Ad Inserter
4398
- #: settings.php:3831
4399
  msgid "%s virtual ads.txt file"
4400
  msgstr ""
4401
 
4402
- #: settings.php:3853
4403
  msgid "Advertising system"
4404
  msgstr ""
4405
 
4406
- #: settings.php:3854
4407
  msgid "Account ID"
4408
  msgstr ""
4409
 
4410
- #: settings.php:3856
4411
  msgid "Certification authority ID"
4412
  msgstr ""
4413
 
4414
- #: settings.php:3871
4415
  msgid "Account ID found in block and present in ads.txt"
4416
  msgstr ""
4417
 
4418
- #: settings.php:3875
4419
  msgid "Account ID found in block but not present in ads.txt"
4420
  msgstr ""
4421
 
4422
- #: settings.php:4209
4423
  msgid "Preview block"
4424
  msgstr ""
4425
 
4426
- #: settings.php:4216
4427
  msgid "Pause block"
4428
  msgstr ""
4429
 
4430
- #: settings.php:4255
4431
  msgid "Automatic insertion"
4432
  msgstr ""
4433
 
4434
  #. translators: %s HTML tags
4435
- #: settings.php:4256 settings.php:5225
4436
  msgid "PHP code processing"
4437
  msgstr ""
4438
 
4439
- #: settings.php:4258
4440
  msgid "Device detection"
4441
  msgstr ""
4442
 
4443
- #: settings.php:4281
4444
  msgid "No active block"
4445
  msgstr ""
4446
 
4447
- #: settings.php:4282
4448
  msgid "No block matches search keywords"
4449
  msgstr ""
4450
 
4451
- #: settings.php:4337
4452
  msgid "Ad unit"
4453
  msgstr ""
4454
 
4455
- #: settings.php:4339
4456
  msgid "Slot ID"
4457
  msgstr ""
4458
 
4459
- #: settings.php:4365
4460
  msgid "Copy AdSense code"
4461
  msgstr ""
4462
 
4463
- #: settings.php:4368
4464
  msgid "Preview AdSense ad"
4465
  msgstr ""
4466
 
4467
- #: settings.php:4371
4468
  msgid "Get AdSense code"
4469
  msgstr ""
4470
 
4471
  #. translators: %s: HTML tags
4472
- #: settings.php:4403
4473
  msgid ""
4474
  "Please %s clear authorization %s with the button %s above and once again "
4475
  "authorize access to your AdSense account."
4476
  msgstr ""
4477
 
4478
- #: settings.php:4422
4479
  msgid "AdSense Integration"
4480
  msgstr ""
4481
 
4482
- #: settings.php:4424
4483
  msgid "AdSense Integration - Step 2"
4484
  msgstr ""
4485
 
4486
  #. translators: %s: HTML tags
4487
- #: settings.php:4430
4488
  msgid ""
4489
  "Authorize %s to access your AdSense account. Click on the %s Get "
4490
  "Authorization Code %s button to open a new window where you can allow "
@@ -4493,7 +4526,7 @@ msgid ""
4493
  msgstr ""
4494
 
4495
  #. translators: %s: HTML tags
4496
- #: settings.php:4437
4497
  msgid ""
4498
  "If you get error, can't access ad units or would like to use own Google API "
4499
  "IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
@@ -4501,7 +4534,7 @@ msgid ""
4501
  msgstr ""
4502
 
4503
  #. translators: %s: HTML tags
4504
- #: settings.php:4439
4505
  msgid ""
4506
  "Now you can authorize %s to access your AdSense account. Click on the %s Get "
4507
  "Authorization Code %s button to open a new window where you can allow "
@@ -4510,38 +4543,38 @@ msgid ""
4510
  msgstr ""
4511
 
4512
  #. translators: %s: HTML tags
4513
- #: settings.php:4446
4514
  msgid ""
4515
  "If you get error %s invalid client %s click on the button %s Clear and "
4516
  "return to Step 1 %s to re-enter Client ID and Client Secret."
4517
  msgstr ""
4518
 
4519
- #: settings.php:4457
4520
  msgid "Get Authorization Code"
4521
  msgstr ""
4522
 
4523
- #: settings.php:4460
4524
  msgid "Enter Authorization Code"
4525
  msgstr ""
4526
 
4527
- #: settings.php:4470
4528
  msgid "Use own API IDs"
4529
  msgstr ""
4530
 
4531
- #: settings.php:4472
4532
  msgid "Clear and return to Step 1"
4533
  msgstr ""
4534
 
4535
- #: settings.php:4476
4536
  msgid "Authorize"
4537
  msgstr ""
4538
 
4539
- #: settings.php:4492
4540
  msgid "AdSense Integration - Step 1"
4541
  msgstr ""
4542
 
4543
  #. translators: %s: Ad Inserter
4544
- #: settings.php:4496
4545
  msgid ""
4546
  "Here can %s list configured AdSense ad units and get code for AdSense ads. "
4547
  "To do this you need to authorize %s to access your AdSense account. The "
@@ -4550,192 +4583,193 @@ msgid ""
4550
  msgstr ""
4551
 
4552
  #. translators: %s: HTML tags
4553
- #: settings.php:4505
4554
  msgid "Go to %s Google APIs and Services console %s"
4555
  msgstr ""
4556
 
4557
  #. translators: %1: Ad Inserter, 2, 3: HTML tags
4558
- #: settings.php:4506
4559
  msgid ""
4560
  "Create %1$s project - if the project and IDs are already created click on "
4561
  "the %2$s Credentials %3$s in the sidebar and go to step 16"
4562
  msgstr ""
4563
 
4564
  #. translators: %s: HTML tags
4565
- #: settings.php:4507
4566
  msgid ""
4567
  "Click on project selection and then click on the %s NEW PROJECT %s button to "
4568
  "create a new project"
4569
  msgstr ""
4570
 
4571
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
4572
- #: settings.php:4508
4573
  msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
4574
  msgstr ""
4575
 
4576
  #. translators: %s: HTML tags
4577
- #: settings.php:4509
4578
  msgid ""
4579
  "Click on project selection, wait for the project to be created and then and "
4580
  "select %s as the current project"
4581
  msgstr ""
4582
 
4583
  #. translators: %s: HTML tags
4584
- #: settings.php:4510
4585
  msgid "Click on %s ENABLE APIS AND SERVICES %s"
4586
  msgstr ""
4587
 
4588
  #. translators: %s: HTML tags
4589
- #: settings.php:4511
4590
  msgid "Search for adsense and enable %s"
4591
  msgstr ""
4592
 
4593
  #. translators: %s: HTML tags
4594
- #: settings.php:4512
4595
  msgid "Click on %s CREATE CREDENTIALS %s"
4596
  msgstr ""
4597
 
4598
  #. translators: %s: HTML tags
4599
- #: settings.php:4513
4600
  msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
4601
  msgstr ""
4602
 
4603
  #. translators: %s: HTML tags
4604
- #: settings.php:4514
4605
  msgid "For %s What data will you be accessing? %s select %s User data %s"
4606
  msgstr ""
4607
 
4608
  #. translators: %s: HTML tags
4609
- #: settings.php:4515
4610
  msgid "Click on %s What credentials do I need? %s"
4611
  msgstr ""
4612
 
4613
  #. translators: %s: HTML tags
4614
- #: settings.php:4516
4615
  msgid ""
4616
  "Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
4617
  "Ad Inserter client %s"
4618
  msgstr ""
4619
 
4620
  #. translators: %s: HTML tags
4621
- #: settings.php:4517
4622
  msgid ""
4623
  "Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
4624
  "enter %s"
4625
  msgstr ""
4626
 
4627
  #. translators: %s: HTML tags
4628
- #: settings.php:4518
4629
  msgid "Click on %s Continue %s"
4630
  msgstr ""
4631
 
4632
  #. translators: %s: HTML tags
4633
- #: settings.php:4519
4634
  msgid "Click on %s Done %s"
4635
  msgstr ""
4636
 
4637
  #. translators: %s: HTML tags
4638
- #: settings.php:4520
4639
  msgid ""
4640
  "Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
4641
  "secret %s"
4642
  msgstr ""
4643
 
4644
- #: settings.php:4521
4645
  msgid "Copy them to the appropriate fields below"
4646
  msgstr ""
4647
 
4648
- #: settings.php:4527
4649
  msgid "Client ID"
4650
  msgstr ""
4651
 
4652
- #: settings.php:4530
4653
  msgid "Enter Client ID"
4654
  msgstr ""
4655
 
4656
- #: settings.php:4535
4657
  msgid "Client secret"
4658
  msgstr ""
4659
 
4660
- #: settings.php:4538
4661
  msgid "Enter Client secret"
4662
  msgstr ""
4663
 
4664
- #: settings.php:4548
4665
  msgid "Use default API IDs"
4666
  msgstr ""
4667
 
4668
- #: settings.php:4712
4669
  msgid "All posts"
4670
  msgstr ""
4671
 
4672
- #: settings.php:4713
4673
  msgid "All static pages"
4674
  msgstr ""
4675
 
4676
- #: settings.php:4868 settings.php:4881 settings.php:4895 settings.php:4911
4677
  msgid "Blank ad blocks? Looking for AdSense alternative?"
4678
  msgstr ""
4679
 
4680
- #: settings.php:4873 settings.php:4886 settings.php:4900 settings.php:4916
4681
- #: settings.php:5115 settings.php:5117 settings.php:5133 settings.php:5138
4682
- #: settings.php:5146 settings.php:5147 settings.php:5150 settings.php:5156
4683
- #: settings.php:5166 settings.php:5170
 
4684
  msgid "Looking for AdSense alternative?"
4685
  msgstr ""
4686
 
4687
- #: settings.php:4928
4688
  msgid "Try Infolinks Ads with Adsense or Media.net ads"
4689
  msgstr ""
4690
 
4691
- #: settings.php:4933 settings.php:5112 settings.php:5125 settings.php:5153
4692
- #: settings.php:5179
4693
  msgid "Use Infolinks ads with Adsense to earn more"
4694
  msgstr ""
4695
 
4696
- #: settings.php:4954 settings.php:5004
4697
  msgid "Support plugin development"
4698
  msgstr ""
4699
 
4700
- #: settings.php:4959 settings.php:5005
4701
  msgid ""
4702
  "If you like Ad Inserter and have a moment, please help me spread the word by "
4703
  "reviewing the plugin on WordPres"
4704
  msgstr ""
4705
 
4706
- #: settings.php:4959
4707
  msgctxt "Review Ad Inserter"
4708
  msgid "Review"
4709
  msgstr ""
4710
 
4711
- #: settings.php:4964
4712
  msgid ""
4713
  "If you like Ad Inserter and have a moment, please help me spread the word by "
4714
  "rating the plugin on WordPres"
4715
  msgstr ""
4716
 
4717
- #: settings.php:4964
4718
  msgctxt "Rate Ad Inserter"
4719
  msgid "Rate"
4720
  msgstr ""
4721
 
4722
- #: settings.php:4969
4723
  msgid ""
4724
  "Support free Ad Inserter development. If you are making money with Ad "
4725
  "Inserter consider donating some small amount. Even 1 dollar counts. Thank "
4726
  "you!"
4727
  msgstr ""
4728
 
4729
- #: settings.php:4969
4730
  msgid "Donate"
4731
  msgstr ""
4732
 
4733
- #: settings.php:4976 settings.php:5020
4734
  msgid "Average rating of the plugin - Thank you!"
4735
  msgstr ""
4736
 
4737
  #. translators: %s: Ad Inserter, HTML tags
4738
- #: settings.php:4987
4739
  msgid ""
4740
  "You've been using %s for a while now, and I hope you're happy with it. "
4741
  "Positive %s reviews %s are a great way to show your appreciation for my "
@@ -4744,375 +4778,379 @@ msgid ""
4744
  "your website. When you rate it with 5 stars it's like saying 'Thank you'."
4745
  msgstr ""
4746
 
4747
- #: settings.php:5005
4748
  msgid "Review"
4749
  msgstr ""
4750
 
4751
- #: settings.php:5009
4752
  msgid "Ad Inserter on Twitter"
4753
  msgstr ""
4754
 
4755
- #: settings.php:5010
4756
  msgid "Ad Inserter on Facebook"
4757
  msgstr ""
4758
 
4759
- #: settings.php:5013
4760
  msgid "Follow Ad Inserter"
4761
  msgstr ""
4762
 
4763
  #. translators: %s: HTML tags
4764
- #: settings.php:5040
4765
  msgid ""
4766
  "Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
4767
  "and %s Common Settings %s pages"
4768
  msgstr ""
4769
 
4770
  #. translators: %s: HTML tags
4771
- #: settings.php:5052
4772
  msgid ""
4773
  "%s New to %s AdSense? %s %s %s Connect your site %s - %s In-feed ads, %s %s "
4774
- "Auto ads, %s %s AMP ads %s &mdash; How to %s integrate %s Infolinks %s ad "
4775
- "code %s"
4776
  msgstr ""
4777
 
4778
  #. translators: %s: HTML tags
4779
- #: settings.php:5073
4780
  msgid ""
4781
  "Become an %s affiliate %s for Ad Inserter Pro and earn commission for each "
4782
  "purchase you refer to us"
4783
  msgstr ""
4784
 
4785
  #. translators: %s: HTML tags
4786
- #: settings.php:5080
4787
  msgid ""
4788
  "Ads are not showing? Check %s troubleshooting guide %s to find out how to "
4789
  "diagnose and fix the problem."
4790
  msgstr ""
4791
 
4792
  #. translators: %s: HTML tags
4793
- #: settings.php:5084
4794
  msgid ""
4795
  "If you need any kind of help or support, please do not hesitate to open a "
4796
  "thread on the %s support forum. %s"
4797
  msgstr ""
4798
 
4799
- #: settings.php:5110 settings.php:5174 settings.php:5178
4800
  msgid "Code preview with visual CSS editor"
4801
  msgstr ""
4802
 
4803
- #: settings.php:5114 settings.php:5164
4804
- msgid "A/B testing - Track ad impressions and clicks"
4805
  msgstr ""
4806
 
4807
- #: settings.php:5129
4808
- msgid "Insert ads on AMP pages"
4809
  msgstr ""
4810
 
4811
- #: settings.php:5137
4812
- msgid "Ad blocking detection and content protection"
4813
  msgstr ""
4814
 
4815
- #: settings.php:5187
4816
  msgid "Looking for Pro Ad Management plugin?"
4817
  msgstr ""
4818
 
4819
- #: settings.php:5188
4820
  msgid "To Optimally Monetize your WordPress website?"
4821
  msgstr ""
4822
 
4823
  #. Translators: %s: price of Ad Inserter Pro
4824
- #: settings.php:5189
4825
  msgid "Different license types starting from %s"
4826
  msgstr ""
4827
 
4828
  #. translators: %s HTML tags
4829
- #: settings.php:5192
4830
  msgid "%s AdSense Integration %s"
4831
  msgstr ""
4832
 
4833
  #. translators: %s HTML tags
4834
- #: settings.php:5193
4835
  msgid "Syntax highlighting %s editor %s"
4836
  msgstr ""
4837
 
4838
  #. translators: %s HTML tags
4839
- #: settings.php:5194
4840
  msgid "%s Code preview %s with visual CSS editor"
4841
  msgstr ""
4842
 
4843
  #. translators: %s HTML tags
4844
- #: settings.php:5195
4845
  msgid "Simple user interface - all settings on a single page"
4846
  msgstr ""
4847
 
4848
  #. translators: %s HTML tags
4849
- #: settings.php:5196
4850
  msgid ""
4851
  "%s Automatic insertion %s before or after post / content / %s paragraph %s / "
4852
  "image / excerpt"
4853
  msgstr ""
4854
 
4855
  #. translators: %s HTML tags
4856
- #: settings.php:5197
4857
  msgid "%s Automatic insertion %s between posts on blog pages"
4858
  msgstr ""
4859
 
4860
  #. translators: %s HTML tags
4861
- #: settings.php:5198
4862
  msgid "%s Automatic insertion %s before, between and after comments"
4863
  msgstr ""
4864
 
4865
  #. translators: %s HTML tags
4866
- #: settings.php:5199
4867
  msgid "%s Automatic insertion %s after %s or before %s tag"
4868
  msgstr ""
4869
 
4870
  #. translators: %s HTML tags
4871
- #: settings.php:5200
4872
  msgid "Automatic insertion at %s custom hook positions %s"
4873
  msgstr ""
4874
 
4875
  #. translators: %s HTML tags
4876
- #: settings.php:5201
4877
  msgid ""
4878
  "Insertion %s before or after any HTML element on the page %s (using CSS "
4879
  "selectors)"
4880
  msgstr ""
4881
 
4882
  #. translators: %s HTML tags
4883
- #: settings.php:5202
4884
  msgid "%s Insertion exceptions %s for individual posts and pages"
4885
  msgstr ""
4886
 
4887
  #. translators: %s HTML tags
4888
- #: settings.php:5203
4889
  msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
4890
  msgstr ""
4891
 
4892
  #. translators: %s HTML tags
4893
- #: settings.php:5204
4894
  msgid ""
4895
  "%s Sticky ads %s with optional close button (ads stay fixed when the page "
4896
  "scrolls)"
4897
  msgstr ""
4898
 
4899
  #. translators: %s HTML tags
4900
- #: settings.php:5205
4901
  msgid "%s Background ads %s with one or left and right background images"
4902
  msgstr ""
4903
 
4904
  #. translators: %s HTML tags
4905
- #: settings.php:5206
4906
  msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
4907
  msgstr ""
4908
 
4909
  #. translators: %s HTML tags
4910
- #: settings.php:5207
4911
  msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
4912
  msgstr ""
4913
 
4914
  #. translators: %s HTML tags
4915
- #: settings.php:5208
4916
  msgid ""
4917
  "%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
4918
  "visible)"
4919
  msgstr ""
4920
 
4921
  #. translators: %s HTML tags
4922
- #: settings.php:5209
4923
  msgid ""
4924
  "%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
4925
  msgstr ""
4926
 
4927
  #. translators: %s HTML tags
4928
- #: settings.php:5210
4929
  msgid "Block %s alignment and style %s customizations"
4930
  msgstr ""
4931
 
4932
  #. translators: %s HTML tags
4933
- #: settings.php:5211
4934
  msgid ""
4935
  "%s Clearance %s options to avoid insertion near images or headers (AdSense "
4936
  "TOS)"
4937
  msgstr ""
4938
 
4939
  #. translators: %s HTML tags
4940
- #: settings.php:5212
4941
  msgid ""
4942
  "Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
4943
  "feeds"
4944
  msgstr ""
4945
 
4946
  #. translators: %s HTML tags
4947
- #: settings.php:5213
4948
  msgid "%s Ad rotation %s (works also with caching)"
4949
  msgstr ""
4950
 
4951
  #. translators: %s HTML tags
4952
- #: settings.php:5214
4953
  msgid "Create, edit and check %s ads.txt %s file"
4954
  msgstr ""
4955
 
4956
  #. translators: %s HTML tags
4957
- #: settings.php:5215
4958
  msgid ""
4959
  "Ad impression and click %s tracking %s (works also with Javascript ads like "
4960
  "AdSense)"
4961
  msgstr ""
4962
 
4963
  #. translators: %s HTML tags
4964
- #: settings.php:5216
4965
  msgid "Internal or external %s tracking %s (via Google Analytics or Matomo)"
4966
  msgstr ""
4967
 
4968
  #. translators: %s HTML tags
4969
- #: settings.php:5217
4970
  msgid "%s Public web reports %s for clients, export to PDF"
4971
  msgstr ""
4972
 
4973
  #. translators: %s HTML tags
4974
- #: settings.php:5218
4975
  msgid "Support for %s A/B testing %s"
4976
  msgstr ""
4977
 
4978
  #. translators: %s HTML tags
4979
- #: settings.php:5219
4980
  msgid "Frequency capping - %s limit impressions or clicks %s"
4981
  msgstr ""
4982
 
4983
  #. translators: %s HTML tags
4984
- #: settings.php:5220
4985
  msgid "Click fraud %s protection %s"
4986
  msgstr ""
4987
 
4988
  #. translators: %s HTML tags
4989
- #: settings.php:5221
 
 
 
 
 
4990
  msgid "Support for %s lazy loading %s"
4991
  msgstr ""
4992
 
4993
  #. translators: %s HTML tags
4994
- #: settings.php:5222
4995
  msgid "Support for ads on %s AMP pages %s"
4996
  msgstr ""
4997
 
4998
  #. translators: %s HTML tags
4999
- #: settings.php:5223
5000
  msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
5001
  msgstr ""
5002
 
5003
  #. translators: %s HTML tags
5004
- #: settings.php:5224
5005
  msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
5006
  msgstr ""
5007
 
5008
  #. translators: %s HTML tags
5009
- #: settings.php:5226
5010
  msgid "%s Banner %s code generator"
5011
  msgstr ""
5012
 
5013
  #. translators: %s HTML tags
5014
- #: settings.php:5227
5015
  msgid "Support for %s header and footer %s code"
5016
  msgstr ""
5017
 
5018
  #. translators: %s HTML tags
5019
- #: settings.php:5228
5020
  msgid "Support for Google Analytics, Matomo or any other web analytics code"
5021
  msgstr ""
5022
 
5023
  #. translators: %s HTML tags
5024
- #: settings.php:5229
5025
  msgid "Desktop, tablet and phone server-side %s device detection %s"
5026
  msgstr ""
5027
 
5028
  #. translators: %s HTML tags
5029
- #: settings.php:5230
5030
  msgid "Client-side %s mobile device detection %s (works with caching)"
5031
  msgstr ""
5032
 
5033
  #. translators: %s HTML tags
5034
- #: settings.php:5231
5035
  msgid ""
5036
  "%s Ad blocking detection %s - popup message, ad replacement, content "
5037
  "protection"
5038
  msgstr ""
5039
 
5040
  #. translators: %s HTML tags
5041
- #: settings.php:5232
5042
  msgid "%s Ad blocking statistics %s"
5043
  msgstr ""
5044
 
5045
  #. translators: %s HTML tags
5046
- #: settings.php:5233
5047
  msgid ""
5048
  "%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
5049
  "referrers, operating systems, browsers"
5050
  msgstr ""
5051
 
5052
  #. translators: %s HTML tags
5053
- #: settings.php:5234
5054
  msgid ""
5055
  "%s Black/White-list %s IP addresses or countries (works also with caching)"
5056
  msgstr ""
5057
 
5058
  #. translators: %s HTML tags
5059
- #: settings.php:5235
5060
  msgid "%s Multisite options %s to limit settings on the sites"
5061
  msgstr ""
5062
 
5063
  #. translators: %s HTML tags
5064
- #: settings.php:5236
5065
  msgid "%s Import/Export %s block or plugin settings"
5066
  msgstr ""
5067
 
5068
  #. translators: %s HTML tags
5069
- #: settings.php:5237
5070
  msgid "%s Insertion scheduling %s with fallback option"
5071
  msgstr ""
5072
 
5073
  #. translators: %s HTML tags
5074
- #: settings.php:5238
5075
  msgid "Country-level %s GEO targeting %s (works also with caching)"
5076
  msgstr ""
5077
 
5078
  #. translators: %s HTML tags
5079
- #: settings.php:5239
5080
  msgid "Simple troubleshooting with many %s debugging functions %s"
5081
  msgstr ""
5082
 
5083
  #. translators: %s HTML tags
5084
- #: settings.php:5240
5085
  msgid "%s Visualization %s of inserted blocks or ads for easier placement"
5086
  msgstr ""
5087
 
5088
  #. translators: %s HTML tags
5089
- #: settings.php:5241
5090
  msgid "%s Visualization %s of available positions for automatic ad insertion"
5091
  msgstr ""
5092
 
5093
  #. translators: %s HTML tags
5094
- #: settings.php:5242
5095
  msgid ""
5096
  "%s Visualization %s of HTML tags for easier ad placement between paragraphs"
5097
  msgstr ""
5098
 
5099
  #. translators: %s HTML tags
5100
- #: settings.php:5243
5101
  msgid "%s Clipboard support %s to easily copy blocks or settings"
5102
  msgstr ""
5103
 
5104
  #. translators: %s HTML tags
5105
- #: settings.php:5244
5106
  msgid "No ads on the settings page"
5107
  msgstr ""
5108
 
5109
  #. translators: %s HTML tags
5110
- #: settings.php:5245
5111
  msgid "Premium support"
5112
  msgstr ""
5113
 
5114
  #. translators: %s HTML tags
5115
- #: settings.php:5248
5116
  msgid ""
5117
  "Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
5118
  "website with many advertising features to automatically insert adverts on "
@@ -5127,82 +5165,82 @@ msgid ""
5127
  msgstr ""
5128
 
5129
  #. translators: %s HTML tags
5130
- #: settings.php:5261
5131
  msgid "Looking for %s Pro Ad Management plugin? %s"
5132
  msgstr ""
5133
 
5134
  #. translators: %s HTML tags
5135
- #: settings.php:5266
5136
  msgid "Ads between posts"
5137
  msgstr ""
5138
 
5139
  #. translators: %s HTML tags
5140
- #: settings.php:5267
5141
  msgid "Ads between comments"
5142
  msgstr ""
5143
 
5144
  #. translators: %s HTML tags
5145
- #: settings.php:5268
5146
  msgid "Support via email"
5147
  msgstr ""
5148
 
5149
  #. translators: %s HTML tags
5150
- #: settings.php:5274
5151
  msgid "%s Sticky positions %s"
5152
  msgstr ""
5153
 
5154
  #. translators: %s HTML tags
5155
- #: settings.php:5275
5156
  msgid "%s Limit insertions %s"
5157
  msgstr ""
5158
 
5159
  #. translators: %s HTML tags
5160
- #: settings.php:5276
5161
  msgid "%s Clearance %s options"
5162
  msgstr ""
5163
 
5164
  #. translators: %s HTML tags
5165
- #: settings.php:5282
5166
  msgid "Ad rotation"
5167
  msgstr ""
5168
 
5169
  #. translators: %s HTML tags
5170
- #: settings.php:5283
5171
  msgid "%s A/B testing %s"
5172
  msgstr ""
5173
 
5174
  #. translators: %s HTML tags
5175
- #: settings.php:5284
5176
  msgid "%s Ad tracking %s"
5177
  msgstr ""
5178
 
5179
  #. translators: %s HTML tags
5180
- #: settings.php:5290
5181
  msgid "Support for %s AMP pages %s"
5182
  msgstr ""
5183
 
5184
  #. translators: %s HTML tags
5185
- #: settings.php:5291
5186
  msgid "%s Ad blocking detection %s"
5187
  msgstr ""
5188
 
5189
  #. translators: %s HTML tags
5190
- #: settings.php:5292
5191
  msgid "%s Mobile device detection %s"
5192
  msgstr ""
5193
 
5194
  #. translators: %s HTML tags
5195
- #: settings.php:5299
5196
  msgid "64 code blocks"
5197
  msgstr ""
5198
 
5199
  #. translators: %s HTML tags
5200
- #: settings.php:5300
5201
  msgid "%s GEO targeting %s"
5202
  msgstr ""
5203
 
5204
  #. translators: %s HTML tags
5205
- #: settings.php:5301
5206
  msgid "%s Scheduling %s"
5207
  msgstr ""
5208
 
2
  # This file is distributed under the same license as the Ad Inserter package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Ad Inserter 2.6.11\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
7
+ "POT-Creation-Date: 2020-08-18 18:17:41+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
+ #: ad-inserter.php:434
16
  msgctxt "Menu item"
17
  msgid "Debugging DEMO"
18
  msgstr ""
19
 
20
+ #: ad-inserter.php:450
21
  msgctxt "Menu item"
22
  msgid "Label Blocks"
23
  msgstr ""
24
 
25
+ #: ad-inserter.php:457
26
  msgctxt "Menu item"
27
  msgid "Show Positions"
28
  msgstr ""
29
 
30
+ #: ad-inserter.php:543
31
  msgctxt "Menu item"
32
  msgid "Show HTML Tags"
33
  msgstr ""
34
 
35
+ #: ad-inserter.php:550
36
  msgctxt "Menu item"
37
  msgid "Disable Insertion"
38
  msgstr ""
39
 
40
+ #: ad-inserter.php:559
41
  msgctxt "Menu item"
42
  msgid "Ad Blocking Status"
43
  msgstr ""
44
 
45
+ #: ad-inserter.php:566
46
  msgctxt "Menu item"
47
  msgid "Simulate Ad Blocking"
48
  msgstr ""
49
 
50
+ #: ad-inserter.php:577
51
  msgctxt "Menu item"
52
  msgid "Log Processing"
53
  msgstr ""
54
 
55
+ #: ad-inserter.php:584
56
  msgctxt "Menu item"
57
  msgid "Show Log"
58
  msgstr ""
59
 
60
  #. translators: Debugging position name Before HTML element
61
+ #: ad-inserter.php:1242
62
  msgid "Before"
63
  msgstr ""
64
 
65
  #. translators: Debugging position name After HTML element
66
+ #: ad-inserter.php:1247
67
  msgid "After"
68
  msgstr ""
69
 
70
  #. translators: Debugging position name Prepend content of HTML element (before
71
  #. the content of the HTML element)
72
+ #: ad-inserter.php:1252 strings.php:104
73
  msgid "Prepend content"
74
  msgstr ""
75
 
76
  #. translators: Debugging position name Append content of HTML element (after
77
  #. the content of the HTML element)
78
+ #: ad-inserter.php:1257 strings.php:105
79
  msgid "Append content"
80
  msgstr ""
81
 
82
  #. translators: Debugging position name Replace content of HTML element
83
+ #: ad-inserter.php:1262 strings.php:106
84
  msgid "Replace content"
85
  msgstr ""
86
 
87
  #. translators: Debugging position name Replace HTML element
88
+ #: ad-inserter.php:1267 strings.php:169
89
  msgid "Replace"
90
  msgstr ""
91
 
92
  #. translators: Debugging message when output buffering is enabled
93
+ #: ad-inserter.php:1314
94
  msgid "OUTPUT BUFFERING"
95
  msgstr ""
96
 
97
  #. translators: Debugging position
98
+ #: ad-inserter.php:1318
99
  msgid "Above Header"
100
  msgstr ""
101
 
102
+ #: ad-inserter.php:1613
103
  msgctxt "Menu item"
104
  msgid "Log In"
105
  msgstr ""
106
 
107
  #. translators: %s: Ad Inserter
108
+ #: ad-inserter.php:1955 ad-inserter.php:3171
109
  msgid "%s Settings"
110
  msgstr ""
111
 
112
  #. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
113
+ #: ad-inserter.php:2545
114
  msgid "AD BLOCKING DETECTED, PAGE VIEWS"
115
  msgstr ""
116
 
117
+ #: ad-inserter.php:2545
118
  msgid "NO ACTION"
119
  msgstr ""
120
 
121
+ #: ad-inserter.php:2546
122
  msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
123
  msgstr ""
124
 
125
+ #: ad-inserter.php:2547
126
  msgid "AD BLOCKING DETECTED - ACTION"
127
  msgstr ""
128
 
129
+ #: ad-inserter.php:2548
130
  msgid "AD BLOCKING NOT DETECTED"
131
  msgstr ""
132
 
133
+ #: ad-inserter.php:2549
134
  msgid "AD BLOCKING DETECTION COOKIES DELETED"
135
  msgstr ""
136
 
137
+ #: ad-inserter.php:2550
138
  msgid "AD BLOCKING DETECTED - NO ACTION"
139
  msgstr ""
140
 
141
  #. Translators: 1: number of blocks, 2: Ad Inserter
142
+ #: ad-inserter.php:2866
143
  msgid "Hey, you are now using %1$s %2$s block."
144
  msgid_plural "Hey, you are now using %1$s %2$s blocks."
145
  msgstr[0] ""
146
  msgstr[1] ""
147
 
148
+ #: ad-inserter.php:2869
149
  msgid "Please help me to solve a problem first"
150
  msgstr ""
151
 
152
+ #: ad-inserter.php:2873
153
  msgid "Maybe later"
154
  msgstr ""
155
 
156
  #. Translators: %s: Ad Inserter
157
+ #: ad-inserter.php:2878
158
  msgid "Hey, you are using %s and I hope you're happy with it."
159
  msgstr ""
160
 
161
+ #: ad-inserter.php:2881
162
  msgid "OK, but please help me with the settings first"
163
  msgstr ""
164
 
165
+ #: ad-inserter.php:2894
166
  msgid ""
167
  "Please take a moment to rate the plugin. When you rate it with 5 stars it's "
168
  "like saying 'Thank you'. Somebody will be happy."
169
  msgstr ""
170
 
171
+ #: ad-inserter.php:2896
172
  msgid ""
173
  "Positive reviews are a great incentive to fix bugs and to add new features "
174
  "for better monetization of your website."
175
  msgstr ""
176
 
177
+ #: ad-inserter.php:2902
178
  msgid "Sure"
179
  msgstr ""
180
 
181
  #. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter
182
  #. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter, 3, 4: HTML tags
183
+ #: ad-inserter.php:2919 ad-inserter.php:2954
184
  msgid "Warning: %1$s %3$s disabled %4$s %2$s on AMP pages."
185
  msgstr ""
186
 
187
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
188
+ #: ad-inserter.php:2926
189
  msgid "Warning: %1$s requires PHP 5.6 or newer. %2$s Please update! %3$s"
190
  msgstr ""
191
 
192
+ #: ad-inserter.php:2936
193
  msgctxt "Menu item"
194
  msgid "Settings"
195
  msgstr ""
196
 
197
+ #: ad-inserter.php:2968
198
  msgid ""
199
  "Load settings page in safe mode to avoid collisions with other plugins or "
200
  "theme"
201
  msgstr ""
202
 
203
+ #: ad-inserter.php:2968
204
  msgid "Safe mode"
205
  msgstr ""
206
 
207
  #. translators: %s: Ad Inserter
208
+ #: ad-inserter.php:3063
209
  msgctxt "Meta box name"
210
  msgid "%s Individual Exceptions"
211
  msgstr ""
212
 
213
+ #: ad-inserter.php:3092 ad-inserter.php:10695 class.php:2396
214
  #: includes/preview.php:2324 includes/preview.php:2369
215
+ #: includes/preview.php:2406 settings.php:4358 strings.php:3
216
  msgid "Block"
217
  msgstr ""
218
 
219
+ #: ad-inserter.php:3093 settings.php:4359 settings.php:4444
220
  msgid "Name"
221
  msgstr ""
222
 
223
+ #: ad-inserter.php:3096 settings.php:1238
224
  msgid "Default insertion"
225
  msgstr ""
226
 
227
  #. translators: For this post or page
228
+ #: ad-inserter.php:3099
229
  msgctxt "Page"
230
  msgid "For this"
231
  msgstr ""
232
 
233
+ #: ad-inserter.php:3100
234
  msgctxt "Post"
235
  msgid "For this"
236
  msgstr ""
237
 
238
+ #: ad-inserter.php:3112
239
  msgctxt "Enabled/disabled on all"
240
  msgid "pages"
241
  msgstr ""
242
 
243
+ #: ad-inserter.php:3115
244
  msgctxt "Enabled/disabled on all"
245
  msgid "posts"
246
  msgstr ""
247
 
248
+ #: ad-inserter.php:3132 ad-inserter.php:3144 strings.php:175
249
  msgid "Enabled"
250
  msgstr ""
251
 
252
  #. translators: Menu items
253
+ #: ad-inserter.php:3132 ad-inserter.php:3144
254
  #: includes/functions-check-now.php:2401 includes/functions.old.php:2326
255
+ #: includes/functions.php:2672 strings.php:16
256
  msgid "Disabled"
257
  msgstr ""
258
 
259
+ #: ad-inserter.php:3134
260
  msgid "No individual exceptions"
261
  msgstr ""
262
 
263
  #. translators: Not enabled for pages or posts
264
+ #: ad-inserter.php:3136
265
  msgid "Not enabled for"
266
  msgstr ""
267
 
268
  #. translators: No individual exceptions enabled for pages or posts
269
+ #: ad-inserter.php:3164
270
  msgid "No block has individual exceptions enabled"
271
  msgstr ""
272
 
273
  #. translators: 1: Ad Inserter Settings (page), 2: Tag / Archive pages
274
+ #: ad-inserter.php:3169
275
  msgid ""
276
  "Default insertion can be configured for each block on %1$s page - button "
277
  "next to %2$s checkbox."
278
  msgstr ""
279
 
280
+ #: ad-inserter.php:3172 settings.php:1216
281
  msgid "Tag / Archive pages"
282
  msgstr ""
283
 
284
+ #: ad-inserter.php:3174
285
  msgid ""
286
  "When individual exceptions for a block are enabled, a checkbox will be "
287
  "listed here to change default insertion for this post or page."
288
  msgstr ""
289
 
290
+ #: ad-inserter.php:3175
291
  msgid ""
292
  "This way you can individually enable or disable blocks on specific posts or "
293
  "pages."
294
  msgstr ""
295
 
296
+ #: ad-inserter.php:3177
297
  msgid "For more information check page %s"
298
  msgstr ""
299
 
300
  #. translators: Ad Inserter Exceptions documentation page
301
+ #: ad-inserter.php:3179
302
  msgid "Individual Exceptions"
303
  msgstr ""
304
 
305
+ #: ad-inserter.php:3226
306
  msgid "STATIC PAGE"
307
  msgstr ""
308
 
309
+ #: ad-inserter.php:3229
310
  msgid "POST"
311
  msgstr ""
312
 
313
+ #: ad-inserter.php:3232
314
  msgid "HOMEPAGE"
315
  msgstr ""
316
 
317
+ #: ad-inserter.php:3235
318
  msgid "CATEGORY PAGE"
319
  msgstr ""
320
 
321
+ #: ad-inserter.php:3238
322
  msgid "SEARCH PAGE"
323
  msgstr ""
324
 
325
+ #: ad-inserter.php:3241
326
  msgid "ARCHIVE PAGE"
327
  msgstr ""
328
 
329
+ #: ad-inserter.php:3244
330
  msgid "ERROR 404 PAGE"
331
  msgstr ""
332
 
333
+ #: ad-inserter.php:3247
334
  msgid "AJAX CALL"
335
  msgstr ""
336
 
337
+ #: ad-inserter.php:3250
338
  msgid "UNKNOWN PAGE TYPE"
339
  msgstr ""
340
 
341
+ #: ad-inserter.php:3267
342
  msgid "Click to delete ad blocking detection cokies"
343
  msgstr ""
344
 
345
+ #: ad-inserter.php:3268
346
  msgid "AD BLOCKING STATUS UNKNOWN"
347
  msgstr ""
348
 
349
  #. translators: %s: AdSense Auto Ads
350
+ #: ad-inserter.php:3297
351
  msgid ""
352
  "Code for %s detected - Code will automatically insert AdSense ads at optimal "
353
  "positions"
354
  msgstr ""
355
 
356
+ #: ad-inserter.php:3432
357
  msgid "Code for insertion"
358
  msgstr ""
359
 
360
+ #: ad-inserter.php:3432
361
  msgid "character"
362
  msgid_plural "characters"
363
  msgstr[0] ""
364
  msgstr[1] ""
365
 
366
+ #: ad-inserter.php:3448
367
  msgid "Header code"
368
  msgstr ""
369
 
370
+ #: ad-inserter.php:3448
371
  msgctxt "Header code"
372
  msgid "DISABLED"
373
  msgstr ""
374
 
375
+ #: ad-inserter.php:3448 ad-inserter.php:3689
376
  msgid "character inserted"
377
  msgid_plural "characters inserted"
378
  msgstr[0] ""
379
  msgstr[1] ""
380
 
381
+ #: ad-inserter.php:3689
382
  msgid "Footer code"
383
  msgstr ""
384
 
385
+ #: ad-inserter.php:3689
386
  msgctxt "Footer code"
387
  msgid "DISABLED"
388
  msgstr ""
389
 
390
+ #: ad-inserter.php:3695
391
  msgid "JAVASCRIPT NOT WORKING"
392
  msgstr ""
393
 
394
+ #: ad-inserter.php:3695
395
  msgid "NO JAVASCRIPT ERRORS"
396
  msgstr ""
397
 
398
+ #: ad-inserter.php:3695
399
  msgid "JAVASCRIPT ERRORS"
400
  msgstr ""
401
 
402
  #. translators: block name (block with default settings)
403
+ #: ad-inserter.php:6257
404
  msgctxt "Block name"
405
  msgid "Default"
406
  msgstr ""
407
 
408
  #. translators: %s: Ad Inserter
409
+ #: ad-inserter.php:6963
410
  msgid "Error importing %s settings."
411
  msgstr ""
412
 
413
+ #: ad-inserter.php:6964
414
  msgid "Error importing settings for block"
415
  msgid_plural "Error importing settings for blocks:"
416
  msgstr[0] ""
417
  msgstr[1] ""
418
 
419
+ #: ad-inserter.php:7017
420
  msgid "Settings saved."
421
  msgstr ""
422
 
423
  #. translators: %s: Ad Inserter
424
+ #: ad-inserter.php:7019
425
  msgid "Invalid data received - %s settings not saved."
426
  msgstr ""
427
 
428
+ #: ad-inserter.php:7118
429
  msgid "Settings cleared."
430
  msgstr ""
431
 
432
  #. Translators: Post/Static page must have between X and Y words
433
+ #: ad-inserter.php:7524 ad-inserter.php:7526 ad-inserter.php:7549
434
+ #: settings.php:2239
435
  msgid "word"
436
  msgid_plural "words"
437
  msgstr[0] ""
438
  msgstr[1] ""
439
 
440
+ #: ad-inserter.php:7563 ad-inserter.php:7694
441
  msgid "HTML TAGS REMOVED"
442
  msgstr ""
443
 
444
+ #: ad-inserter.php:7770
445
  msgid "BEFORE COMMENTS"
446
  msgstr ""
447
 
448
+ #: ad-inserter.php:7899
449
  msgid "AFTER COMMENTS"
450
  msgstr ""
451
 
452
+ #: ad-inserter.php:7983
453
  msgid "BETWEEN COMMENTS"
454
  msgstr ""
455
 
456
+ #: ad-inserter.php:9992 ad-inserter.php:10075
457
  msgctxt "category name"
458
  msgid "Uncategorized"
459
  msgstr ""
460
 
461
+ #: ad-inserter.php:10303
462
  msgid "requires WordPress 4.6 or newer"
463
  msgstr ""
464
 
465
+ #: ad-inserter.php:10303
466
  msgid "Please update!"
467
  msgstr ""
468
 
469
  #. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
470
  #. name with HTML tags will be added)
471
+ #: ad-inserter.php:10568
472
  msgid "Thank you for installing"
473
  msgstr ""
474
 
475
  #. translators: Opt-in message: %s: HTML tags
476
+ #: ad-inserter.php:10570
477
  msgid ""
478
  "We would like to %s track its usage %s on your site. This is completely "
479
  "optional and can be disabled at any time."
480
  msgstr ""
481
 
482
+ #: ad-inserter.php:10572
483
  msgid ""
484
  "We don't record any sensitive data, only information regarding the WordPress "
485
  "environment and plugin usage, which will help us to make improvements to the "
487
  msgstr ""
488
 
489
  #. translators: Deactivation message: %s: HTML tags
490
+ #: ad-inserter.php:10609
491
  msgid ""
492
  "Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
493
  "help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
495
  msgstr ""
496
 
497
  #. translators: %s: Ad Inserter
498
+ #: ad-inserter.php:10653
499
  msgid "%s block."
500
  msgstr ""
501
 
502
  #. translators: widget title
503
+ #: ad-inserter.php:10669 ad-inserter.php:10704
504
  msgid "Processing log"
505
  msgstr ""
506
 
507
  #. translators: widget title
508
+ #: ad-inserter.php:10671 ad-inserter.php:10705
509
  msgid "Dummy widget"
510
  msgstr ""
511
 
512
  #. translators: widget title
513
+ #: ad-inserter.php:10673 ad-inserter.php:10703
514
  msgid "Debugging tools"
515
  msgstr ""
516
 
517
  #. translators: block status (widget title)
518
+ #: ad-inserter.php:10680
519
  msgctxt "block"
520
  msgid "PAUSED"
521
  msgstr ""
522
 
523
+ #: ad-inserter.php:10681
524
  msgid "WIDGET DISABLED"
525
  msgstr ""
526
 
527
+ #: ad-inserter.php:10682
528
  msgid "Unknown block"
529
  msgstr ""
530
 
531
+ #: ad-inserter.php:10690 includes/functions-check-now.php:3261
532
+ #: includes/functions.old.php:3186 includes/functions.php:3614
533
+ #: settings.php:1268
534
  msgid "Title"
535
  msgstr ""
536
 
537
+ #: ad-inserter.php:10712
538
  msgctxt "Widget"
539
  msgid "Sticky"
540
  msgstr ""
541
 
542
+ #: ad-inserter.php:10761
543
  msgid ""
544
  "Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
545
  "Inserter you need to first deactivate Ad Inserter Pro."
546
  msgstr ""
547
 
548
+ #: ad-inserter.php:10762
549
  msgid ""
550
  "<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
551
  "will clear all settings that are available only in the Pro version "
553
  msgstr ""
554
 
555
  #. translators: %s: Ad Inserter
556
+ #: class.php:556 class.php:565 class.php:568
557
  msgid "PHP error in %s block"
558
  msgstr ""
559
 
560
+ #: class.php:2346
561
  msgid "Counters"
562
  msgstr ""
563
 
564
+ #: class.php:2350
565
  msgid "Content"
566
  msgstr ""
567
 
568
+ #: class.php:2355
569
  msgid "Excerpt"
570
  msgstr ""
571
 
572
+ #: class.php:2360 strings.php:17
573
  msgid "Before post"
574
  msgstr ""
575
 
576
+ #: class.php:2365 strings.php:18
577
  msgid "After post"
578
  msgstr ""
579
 
580
+ #: class.php:2370 strings.php:25
581
  msgid "Between posts"
582
  msgstr ""
583
 
584
+ #: class.php:2375 settings.php:1973 settings.php:4376
585
  msgid "Widget"
586
  msgstr ""
587
 
588
+ #: class.php:2380 settings.php:4374
589
  msgid "PHP function call"
590
  msgstr ""
591
 
592
  #. Translators: %s: custom hook name
593
+ #: class.php:2390
594
  msgid "Custom hook %s call"
595
  msgstr ""
596
 
597
+ #: class.php:2426
598
  msgid "AJAX REQUEST"
599
  msgstr ""
600
 
601
+ #: class.php:2429
602
  msgid "Ajax request for block in iframe"
603
  msgstr ""
604
 
605
+ #: class.php:2463
606
  msgid "Ajax request url, click to open it in a new tab"
607
  msgstr ""
608
 
609
+ #: class.php:2466
610
  msgid "IN THE LOOP"
611
  msgstr ""
612
 
613
+ #: class.php:2466
614
  msgid "YES"
615
  msgstr ""
616
 
617
+ #: class.php:2466
618
  msgid "NO"
619
  msgstr ""
620
 
621
+ #: class.php:2501
622
  msgid "BLOCK"
623
  msgstr ""
624
 
625
+ #: class.php:2501
626
  msgctxt "block or widget"
627
  msgid "INSERTED BUT NOT VISIBLE"
628
  msgstr ""
629
 
630
+ #: class.php:2732
631
  msgctxt "viewports"
632
  msgid "ALL"
633
  msgstr ""
634
 
635
+ #: class.php:2765 class.php:2807 class.php:4163 strings.php:279
636
  msgctxt "Block"
637
  msgid "HIDDEN"
638
  msgstr ""
639
 
640
+ #: class.php:2814 class.php:4166 strings.php:278
641
  msgctxt "Block"
642
  msgid "VISIBLE"
643
  msgstr ""
644
 
645
+ #: class.php:3380 class.php:3458
646
  msgid "ACTIVE GROUPS"
647
  msgstr ""
648
 
649
+ #: class.php:3862
650
  msgid "start='%s' end='%s' days='%s' type='%s'"
651
  msgstr ""
652
 
653
  #. translators: %s: list parameters and type
654
+ #: class.php:3870
655
  msgid "parameters='%s' type='%s'"
656
  msgstr ""
657
 
658
  #. translators: %s: list parameters and type
659
+ #: class.php:3872
660
  msgid "referers='%s' type='%s'"
661
  msgstr ""
662
 
663
  #. translators: %s: list parameters and type
664
+ #: class.php:3874
665
  msgid "clients='%s' type='%s'"
666
  msgstr ""
667
 
668
  #. translators: %s: list parameters and type
669
+ #: class.php:4046
670
  msgid "countries='%s' type='%s'"
671
  msgstr ""
672
 
673
  #. translators: %s: list parameters and type
674
+ #: class.php:4048
675
  msgid "ip addresses='%s' type='%s'"
676
  msgstr ""
677
 
678
+ #: class.php:4163 class.php:4166
679
  msgid "viewport='%s' type='%s'"
680
  msgstr ""
681
 
682
+ #: class.php:4567 strings.php:272
683
  msgid "BEFORE"
684
  msgstr ""
685
 
686
+ #: class.php:4575 strings.php:274
687
  msgid "PREPEND CONTENT"
688
  msgstr ""
689
 
690
+ #: class.php:4579 strings.php:275
691
  msgid "APPEND CONTENT"
692
  msgstr ""
693
 
694
+ #: class.php:4583 strings.php:276
695
  msgid "REPLACE CONTENT"
696
  msgstr ""
697
 
698
+ #: class.php:4587 strings.php:277
699
  msgid "REPLACE ELEMENT"
700
  msgstr ""
701
 
702
+ #: class.php:4598 strings.php:273
703
  msgid "AFTER"
704
  msgstr ""
705
 
706
+ #: class.php:4664 includes/preview.php:2369 includes/preview.php:2406
707
  msgid "Code"
708
  msgstr ""
709
 
710
+ #: class.php:4667
711
  msgid "for block"
712
  msgstr ""
713
 
714
+ #: class.php:8739
715
  msgid ""
716
  "ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
717
  "extension for PHP."
718
  msgstr ""
719
 
720
+ #: includes/editor.php:4 includes/placeholders.php:350
721
  #: includes/preview.php:2310 strings.php:285
722
  msgid "Use"
723
  msgstr ""
726
  msgid "Reset"
727
  msgstr ""
728
 
729
+ #: includes/editor.php:6 includes/placeholders.php:352
730
+ #: includes/preview.php:2313 settings.php:3699 strings.php:227 strings.php:284
731
  msgid "Cancel"
732
  msgstr ""
733
 
752
  msgstr ""
753
 
754
  #: includes/functions-check-now.php:288 includes/functions.old.php:289
755
+ #: includes/functions.php:308
756
  msgid "%d of %d names shown"
757
  msgstr ""
758
 
759
  #. translators: %s: name filter
760
  #: includes/functions-check-now.php:307 includes/functions.old.php:308
761
+ #: includes/functions.php:327
762
  msgid "No name matches filter"
763
  msgstr ""
764
 
765
  #. translators: %s: Ad Inserter Pro
766
  #: includes/functions-check-now.php:396 includes/functions.old.php:383
767
+ #: includes/functions.php:409
768
  msgid ""
769
  "Import %s settings when saving - if checked, the encoded settings below will "
770
  "be imported for all blocks and settings"
771
  msgstr ""
772
 
773
  #: includes/functions-check-now.php:396 includes/functions.old.php:383
774
+ #: includes/functions.php:409
775
  msgid "Import Settings for"
776
  msgstr ""
777
 
778
  #: includes/functions-check-now.php:400 includes/functions.old.php:387
779
+ #: includes/functions.php:413
780
  msgid "Saved settings for"
781
  msgstr ""
782
 
783
  #: includes/functions-check-now.php:420 includes/functions.old.php:407
784
+ #: includes/functions.php:433
785
  msgid "License Key"
786
  msgstr ""
787
 
788
  #: includes/functions-check-now.php:423 includes/functions.old.php:410
789
+ #: includes/functions.php:436
790
  msgid "License Key for"
791
  msgstr ""
792
 
793
  #: includes/functions-check-now.php:425 includes/functions.old.php:413
794
+ #: includes/functions.php:438
795
  msgid "Open license page"
796
  msgstr ""
797
 
798
  #: includes/functions-check-now.php:432 includes/functions.old.php:421
799
+ #: includes/functions.php:445
800
  msgid "Hide license key"
801
  msgstr ""
802
 
803
  #: includes/functions-check-now.php:432 includes/functions.old.php:421
804
+ #: includes/functions.php:445
805
  msgid "Hide key"
806
  msgstr ""
807
 
808
  #: includes/functions-check-now.php:447 includes/functions.old.php:436
809
+ #: includes/functions.php:460
810
  msgid "Main content element"
811
  msgstr ""
812
 
813
  #: includes/functions-check-now.php:450 includes/functions.old.php:439
814
+ #: includes/functions.php:463
815
  msgid ""
816
  "Main content element (#id or .class) for 'Stick to the content' position. "
817
  "Leave empty unless position is not properly calculated."
818
  msgstr ""
819
 
820
  #: includes/functions-check-now.php:451 includes/functions.old.php:440
821
+ #: includes/functions.php:464 settings.php:1419 settings.php:1459
822
+ #: settings.php:2914
823
  msgid "Open HTML element selector"
824
  msgstr ""
825
 
826
  #: includes/functions-check-now.php:456 includes/functions.old.php:445
827
+ #: includes/functions.php:469
828
  msgid "Lazy loading offset"
829
  msgstr ""
830
 
831
  #: includes/functions-check-now.php:459 includes/functions.old.php:448
832
+ #: includes/functions.php:472
833
  msgid "Offset of the block from the visible viewport when it should be loaded"
834
  msgstr ""
835
 
836
  #: includes/functions-check-now.php:470 includes/functions.old.php:459
837
+ #: includes/functions.php:483
838
  msgid "Export / Import Block Settings"
839
  msgstr ""
840
 
841
  #: includes/functions-check-now.php:485 includes/functions.old.php:474
842
+ #: includes/functions.php:498
843
  msgid "Track impressions and clicks for this block"
844
  msgstr ""
845
 
846
  #: includes/functions-check-now.php:485 includes/functions.old.php:474
847
+ #: includes/functions.php:498
848
  msgid " - global tracking disabled"
849
  msgstr ""
850
 
851
  #: includes/functions-check-now.php:492 includes/functions.old.php:481
852
+ #: includes/functions.php:506 includes/functions.php:3372
853
  msgid "Generate PDF report"
854
  msgstr ""
855
 
856
  #: includes/functions-check-now.php:497 includes/functions.old.php:486
857
+ #: includes/functions.php:520
858
  msgid "Open public report"
859
  msgstr ""
860
 
861
  #: includes/functions-check-now.php:511 includes/functions.old.php:500
862
+ #: includes/functions.php:534
863
  msgid "Toggle Ad Blocking Statistics"
864
  msgstr ""
865
 
866
  #: includes/functions-check-now.php:519 includes/functions-check-now.php:3035
867
  #: includes/functions.old.php:508 includes/functions.old.php:2960
868
+ #: includes/functions.php:542 includes/functions.php:3353
869
  msgid "Toggle Statistics"
870
  msgstr ""
871
 
872
+ #: includes/functions-check-now.php:528 includes/functions.php:551
873
  msgid "Pin list"
874
  msgstr ""
875
 
876
  #. translators: %s: Ad Inserter Pro
877
  #: includes/functions-check-now.php:543 includes/functions.old.php:524
878
+ #: includes/functions.php:566
879
  msgid "%s license key is not set. Continue?"
880
  msgstr ""
881
 
882
  #. translators: %s: Ad Inserter Pro
883
  #: includes/functions-check-now.php:547 includes/functions.old.php:528
884
+ #: includes/functions.php:570
885
  msgid "Invalid %s license key. Continue?"
886
  msgstr ""
887
 
888
  #. translators: %s: Ad Inserter Pro
889
  #: includes/functions-check-now.php:551 includes/functions.old.php:532
890
+ #: includes/functions.php:574
891
  msgid "%s license overused. Continue?"
892
  msgstr ""
893
 
894
  #: includes/functions-check-now.php:555 includes/functions.old.php:536
895
+ #: includes/functions.php:582 settings.php:1173 settings.php:2350
896
  msgid "Save Settings"
897
  msgstr ""
898
 
899
  #: includes/functions-check-now.php:615 includes/functions.old.php:596
900
+ #: includes/functions.php:642 includes/preview.php:2502
901
  msgid "Horizontal position"
902
  msgstr ""
903
 
904
  #: includes/functions-check-now.php:638 includes/functions.old.php:619
905
+ #: includes/functions.php:667
906
  msgid ""
907
  "Horizontal margin from the content or screen edge, empty means default value "
908
  "from CSS"
909
  msgstr ""
910
 
911
  #: includes/functions-check-now.php:646 includes/functions.old.php:627
912
+ #: includes/functions.php:675 includes/preview.php:2562
913
  msgid "Vertical position"
914
  msgstr ""
915
 
916
  #: includes/functions-check-now.php:661 includes/functions.old.php:642
917
+ #: includes/functions.php:690
918
  msgid ""
919
  "Vertical margin from the top or bottom screen edge, empty means default "
920
  "value from CSS"
921
  msgstr ""
922
 
923
  #: includes/functions-check-now.php:686 includes/functions.old.php:667
924
+ #: includes/functions.php:718 includes/preview.php:2617
925
  msgid "Animation"
926
  msgstr ""
927
 
928
  #: includes/functions-check-now.php:704 includes/functions.old.php:685
929
+ #: includes/functions.php:737
930
  msgid "Trigger"
931
  msgstr ""
932
 
933
  #: includes/functions-check-now.php:713 includes/functions.old.php:694
934
+ #: includes/functions.php:746
935
  msgid ""
936
  "Trigger value: page scroll in %, page scroll in px or element with selector "
937
  "(#id or .class) becomes visible"
938
  msgstr ""
939
 
940
  #: includes/functions-check-now.php:717 includes/functions.old.php:698
941
+ #: includes/functions.php:750
942
  msgid "Offset"
943
  msgstr ""
944
 
945
  #: includes/functions-check-now.php:717 includes/functions.old.php:698
946
+ #: includes/functions.php:750
947
  msgid "Offset of trigger element"
948
  msgstr ""
949
 
950
  #: includes/functions-check-now.php:721 includes/functions.old.php:702
951
+ #: includes/functions.php:754 settings.php:1474
952
  msgid "Delay"
953
  msgstr ""
954
 
955
  #: includes/functions-check-now.php:721 includes/functions.old.php:702
956
+ #: includes/functions.php:754
957
  msgid "Delay animation after trigger condition"
958
  msgstr ""
959
 
960
  #: includes/functions-check-now.php:725 includes/functions.old.php:706
961
+ #: includes/functions.php:758
962
  msgid "Trigger once"
963
  msgstr ""
964
 
965
  #: includes/functions-check-now.php:727 includes/functions.old.php:708
966
+ #: includes/functions.php:760
967
  msgid "Trigger animation only once"
968
  msgstr ""
969
 
970
  #: includes/functions-check-now.php:769 includes/functions-check-now.php:2528
971
  #: includes/functions-check-now.php:2545 includes/functions.old.php:750
972
  #: includes/functions.old.php:2453 includes/functions.old.php:2470
973
+ #: includes/functions.php:868 includes/functions.php:2811
974
+ #: includes/functions.php:2827
975
  msgid "Tracking is globally disabled"
976
  msgstr ""
977
 
978
  #: includes/functions-check-now.php:773 includes/functions-check-now.php:2532
979
  #: includes/functions-check-now.php:2549 includes/functions.old.php:754
980
  #: includes/functions.old.php:2457 includes/functions.old.php:2474
981
+ #: includes/functions.php:872 includes/functions.php:2815
982
+ #: includes/functions.php:2831
983
  msgid "Tracking for this block is disabled"
984
  msgstr ""
985
 
986
  #: includes/functions-check-now.php:780 includes/functions.old.php:761
987
+ #: includes/functions.php:879
988
  msgid "Double click to toggle controls in public reports"
989
  msgstr ""
990
 
991
  #: includes/functions-check-now.php:786 includes/functions.old.php:767
992
+ #: includes/functions.php:885 settings.php:3634 settings.php:3670
993
+ #: settings.php:3712 strings.php:240
994
  msgid "Loading..."
995
  msgstr ""
996
 
997
  #: includes/functions-check-now.php:807 includes/functions.old.php:788
998
+ #: includes/functions.php:906
999
  msgid ""
1000
  "Clear statistics data for the selected range - clear both dates to delete "
1001
  "all data for this block"
1002
  msgstr ""
1003
 
1004
  #: includes/functions-check-now.php:811 includes/functions.old.php:792
1005
+ #: includes/functions.php:910
1006
  msgid "Auto refresh data for the selected range every 60 seconds"
1007
  msgstr ""
1008
 
1009
  #: includes/functions-check-now.php:814 includes/functions-check-now.php:5389
1010
  #: includes/functions.old.php:795 includes/functions.old.php:5262
1011
+ #: includes/functions.php:913 includes/functions.php:6289
1012
  msgid "Load data for last month"
1013
  msgstr ""
1014
 
1015
  #: includes/functions-check-now.php:814 includes/functions-check-now.php:5389
1016
  #: includes/functions.old.php:795 includes/functions.old.php:5262
1017
+ #: includes/functions.php:913 includes/functions.php:6289
1018
  msgid "Last Month"
1019
  msgstr ""
1020
 
1021
  #: includes/functions-check-now.php:817 includes/functions-check-now.php:5392
1022
  #: includes/functions.old.php:798 includes/functions.old.php:5265
1023
+ #: includes/functions.php:916 includes/functions.php:6292
1024
  msgid "Load data for this month"
1025
  msgstr ""
1026
 
1027
  #: includes/functions-check-now.php:817 includes/functions-check-now.php:5392
1028
  #: includes/functions.old.php:798 includes/functions.old.php:5265
1029
+ #: includes/functions.php:916 includes/functions.php:6292
1030
  msgid "This Month"
1031
  msgstr ""
1032
 
1033
  #: includes/functions-check-now.php:820 includes/functions-check-now.php:5395
1034
  #: includes/functions.old.php:801 includes/functions.old.php:5268
1035
+ #: includes/functions.php:919 includes/functions.php:6295
1036
  msgid "Load data for this year"
1037
  msgstr ""
1038
 
1039
  #: includes/functions-check-now.php:820 includes/functions-check-now.php:5395
1040
  #: includes/functions.old.php:801 includes/functions.old.php:5268
1041
+ #: includes/functions.php:919 includes/functions.php:6295
1042
  msgid "This Year"
1043
  msgstr ""
1044
 
1045
  #: includes/functions-check-now.php:823 includes/functions-check-now.php:5398
1046
  #: includes/functions.old.php:804 includes/functions.old.php:5271
1047
+ #: includes/functions.php:922 includes/functions.php:6298
1048
  msgid "Load data for the last 15 days"
1049
  msgstr ""
1050
 
1051
  #: includes/functions-check-now.php:826 includes/functions-check-now.php:5401
1052
  #: includes/functions.old.php:807 includes/functions.old.php:5274
1053
+ #: includes/functions.php:925 includes/functions.php:6301
1054
  msgid "Load data for the last 30 days"
1055
  msgstr ""
1056
 
1057
  #: includes/functions-check-now.php:829 includes/functions-check-now.php:5404
1058
  #: includes/functions.old.php:810 includes/functions.old.php:5277
1059
+ #: includes/functions.php:928 includes/functions.php:6304
1060
  msgid "Load data for the last 90 days"
1061
  msgstr ""
1062
 
1063
  #: includes/functions-check-now.php:832 includes/functions-check-now.php:5407
1064
  #: includes/functions.old.php:813 includes/functions.old.php:5280
1065
+ #: includes/functions.php:931 includes/functions.php:6307
1066
  msgid "Load data for the last 180 days"
1067
  msgstr ""
1068
 
1069
  #: includes/functions-check-now.php:835 includes/functions-check-now.php:5410
1070
  #: includes/functions.old.php:816 includes/functions.old.php:5283
1071
+ #: includes/functions.php:934 includes/functions.php:6310
1072
  msgid "Load data for the last 365 days"
1073
  msgstr ""
1074
 
1075
  #: includes/functions-check-now.php:845 includes/functions-check-now.php:5420
1076
  #: includes/functions.old.php:826 includes/functions.old.php:5293
1077
+ #: includes/functions.php:944 includes/functions.php:6320
1078
  msgid "Load data for the selected range"
1079
  msgstr ""
1080
 
1081
  #: includes/functions-check-now.php:861 includes/functions.old.php:842
1082
+ #: includes/functions.php:960
1083
  msgid ""
1084
  "Import settings when saving - if checked, the encoded settings below will be "
1085
  "imported for this block"
1086
  msgstr ""
1087
 
1088
  #: includes/functions-check-now.php:861 includes/functions.old.php:842
1089
+ #: includes/functions.php:960
1090
  msgid "Import settings for block"
1091
  msgstr ""
1092
 
1093
  #: includes/functions-check-now.php:865 includes/functions.old.php:846
1094
+ #: includes/functions.php:964
1095
  msgid ""
1096
  "Import block name when saving - if checked and 'Import settings for block' "
1097
  "is also checked, the name from encoded settings below will be imported for "
1099
  msgstr ""
1100
 
1101
  #: includes/functions-check-now.php:865 includes/functions.old.php:846
1102
+ #: includes/functions.php:964
1103
  msgid "Import block name"
1104
  msgstr ""
1105
 
1106
  #: includes/functions-check-now.php:869 includes/functions.old.php:850
1107
+ #: includes/functions.php:968
1108
  msgid "Saved settings for block"
1109
  msgstr ""
1110
 
1111
  #: includes/functions-check-now.php:882 includes/functions.old.php:863
1112
+ #: includes/functions.php:981
1113
  msgid "Export / Import Ad Inserter Pro Settings"
1114
  msgstr ""
1115
 
1116
  #: includes/functions-check-now.php:892 includes/functions.old.php:873
1117
+ #: includes/functions.php:991
1118
  msgid "Are you sure you want to clear all statistics data for all blocks?"
1119
  msgstr ""
1120
 
1121
  #: includes/functions-check-now.php:894 includes/functions.old.php:875
1122
+ #: includes/functions.php:993
1123
  msgid "Clear All Statistics Data"
1124
  msgstr ""
1125
 
1126
  #: includes/functions-check-now.php:921 includes/functions.old.php:902
1127
+ #: includes/functions.php:1023
1128
  msgid "Toggle country/city editor"
1129
  msgstr ""
1130
 
1131
  #: includes/functions-check-now.php:927 includes/functions.old.php:908
1132
+ #: includes/functions.php:1029
1133
  msgid "IP Addresses"
1134
  msgstr ""
1135
 
1136
  #: includes/functions-check-now.php:930 includes/functions.old.php:911
1137
+ #: includes/functions.php:1032
1138
  msgid "Toggle IP address editor"
1139
  msgstr ""
1140
 
1141
  #: includes/functions-check-now.php:933 includes/functions.old.php:914
1142
+ #: includes/functions.php:1035
1143
  msgid ""
1144
  "Comma separated IP addresses, you can also use partial IP addresses with * "
1145
  "(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
1146
  msgstr ""
1147
 
1148
  #: includes/functions-check-now.php:937 includes/functions.old.php:918
1149
+ #: includes/functions.php:1044
1150
  msgid "Blacklist IP addresses"
1151
  msgstr ""
1152
 
1153
  #: includes/functions-check-now.php:941 includes/functions.old.php:922
1154
+ #: includes/functions.php:1048
1155
  msgid "Whitelist IP addresses"
1156
  msgstr ""
1157
 
1158
  #: includes/functions-check-now.php:952 includes/functions.old.php:933
1159
+ #: includes/functions.php:1059
1160
  msgid "Countries"
1161
  msgstr ""
1162
 
1163
  #: includes/functions-check-now.php:953 includes/functions.old.php:934
1164
+ #: includes/functions.php:1060
1165
  msgid "Cities"
1166
  msgstr ""
1167
 
1168
  #: includes/functions-check-now.php:957 includes/functions-check-now.php:3000
1169
  #: includes/functions.old.php:938 includes/functions.old.php:2925
1170
+ #: includes/functions.php:1064 includes/functions.php:3318
1171
  msgid "Toggle country editor"
1172
  msgstr ""
1173
 
1174
  #: includes/functions-check-now.php:960 includes/functions.old.php:941
1175
+ #: includes/functions.php:1067
1176
  msgid "Toggle city editor"
1177
  msgstr ""
1178
 
1179
  #: includes/functions-check-now.php:964 includes/functions-check-now.php:3003
1180
  #: includes/functions.old.php:945 includes/functions.old.php:2928
1181
+ #: includes/functions.php:1071 includes/functions.php:3321
1182
  msgid "Comma separated country ISO Alpha-2 codes"
1183
  msgstr ""
1184
 
1185
  #: includes/functions-check-now.php:968 includes/functions.old.php:949
1186
+ #: includes/functions.php:1080
1187
  msgid "Blacklist countries"
1188
  msgstr ""
1189
 
1190
  #: includes/functions-check-now.php:972 includes/functions.old.php:953
1191
+ #: includes/functions.php:1084
1192
  msgid "Whitelist countries"
1193
  msgstr ""
1194
 
1195
  #: includes/functions-check-now.php:1382 includes/functions-check-now.php:1681
1196
  #: includes/functions.old.php:1361 includes/functions.old.php:1608
1197
+ #: includes/functions.php:1542 includes/functions.php:1852
1198
  msgid "Enter license key"
1199
  msgstr ""
1200
 
1201
  #. translators: %s: Ad Inserter Pro
1202
  #: includes/functions-check-now.php:1388 includes/functions.old.php:1367
1203
+ #: includes/functions.php:1548
1204
  msgid ""
1205
  "%s license key is not set. Plugin functionality is limited and updates are "
1206
  "disabled."
1207
  msgstr ""
1208
 
1209
  #. translators: %s: Ad Inserter Pro
1210
+ #: includes/functions-check-now.php:1402 includes/functions.php:1562
1211
  msgid "Warning: %s plugin update server is not accessible"
1212
  msgstr ""
1213
 
1214
  #. translators: updates are not available
1215
+ #: includes/functions-check-now.php:1404 includes/functions.php:1564
1216
  msgid "updates"
1217
  msgstr ""
1218
 
1219
  #. translators: updates are not available
1220
+ #: includes/functions-check-now.php:1406 includes/functions.php:1566
1221
  msgid "are not available"
1222
  msgstr ""
1223
 
1224
  #: includes/functions-check-now.php:1411 includes/functions-check-now.php:1690
1225
  #: includes/functions.old.php:1379 includes/functions.old.php:1617
1226
+ #: includes/functions.php:1571 includes/functions.php:1861
1227
  msgid "Check license key"
1228
  msgstr ""
1229
 
1230
  #. translators: %s: Ad Inserter Pro
1231
  #: includes/functions-check-now.php:1417 includes/functions.old.php:1385
1232
+ #: includes/functions.php:1577
1233
  msgid "Invalid %s license key."
1234
  msgstr ""
1235
 
1236
  #. translators: %s: Ad Inserter Pro
1237
  #: includes/functions-check-now.php:1426 includes/functions.old.php:1394
1238
+ #: includes/functions.php:1586
1239
  msgid "%s license expired. Plugin updates are disabled."
1240
  msgstr ""
1241
 
1242
  #: includes/functions-check-now.php:1427 includes/functions.old.php:1395
1243
+ #: includes/functions.php:1587
1244
  msgid "Renew license"
1245
  msgstr ""
1246
 
1247
  #. translators: %s: Ad Inserter Pro
1248
  #: includes/functions-check-now.php:1435 includes/functions.old.php:1403
1249
+ #: includes/functions.php:1595
1250
  msgid "%s license overused. Plugin updates are disabled."
1251
  msgstr ""
1252
 
1253
  #: includes/functions-check-now.php:1436 includes/functions.old.php:1404
1254
+ #: includes/functions.php:1596
1255
  msgid "Manage licenses"
1256
  msgstr ""
1257
 
1258
  #: includes/functions-check-now.php:1436 includes/functions.old.php:1404
1259
+ #: includes/functions.php:1596
1260
  msgid "Upgrade license"
1261
  msgstr ""
1262
 
1263
  #. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
1264
  #: includes/functions-check-now.php:1683 includes/functions.old.php:1610
1265
+ #: includes/functions.php:1854
1266
  msgid ""
1267
  "%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
1268
  "limited and updates are disabled."
1270
 
1271
  #. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
1272
  #: includes/functions-check-now.php:1692 includes/functions.old.php:1619
1273
+ #: includes/functions.php:1863
1274
  msgid "%1$s Warning: %2$s Invalid %3$s license key."
1275
  msgstr ""
1276
 
1277
  #. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
1278
  #: includes/functions-check-now.php:1708 includes/functions.old.php:1635
1279
+ #: includes/functions.php:1879
1280
  msgid ""
1281
  "Hey, %1$s license has expired - plugin updates are now disabled. Please "
1282
  "renew the license to enable updates. Check %2$s what you are missing. %3$s"
1284
 
1285
  #. translators: 1, 3: HTML tags, 2: percentage
1286
  #: includes/functions-check-now.php:1715 includes/functions.old.php:1642
1287
+ #: includes/functions.php:1886
1288
  msgid ""
1289
  "During the license period and 30 days after the license has expired we offer "
1290
  "%1$s %2$s discount on all license renewals and license upgrades. %3$s"
1291
  msgstr ""
1292
 
1293
  #: includes/functions-check-now.php:1725 includes/functions.old.php:1652
1294
+ #: includes/functions.php:1896
1295
  msgid "No, thank you."
1296
  msgstr ""
1297
 
1298
  #: includes/functions-check-now.php:1728 includes/functions.old.php:1655
1299
+ #: includes/functions.php:1899
1300
  msgid "Not now, maybe later."
1301
  msgstr ""
1302
 
1303
  #: includes/functions-check-now.php:1742 includes/functions.old.php:1669
1304
+ #: includes/functions.php:1913
1305
  msgid "Renew the licence"
1306
  msgstr ""
1307
 
1308
  #: includes/functions-check-now.php:1744 includes/functions.old.php:1671
1309
+ #: includes/functions.php:1915
1310
  msgid "Update license status"
1311
  msgstr ""
1312
 
1313
  #. translators: 1, 2, 4, 5, 6, 7: HTML tags, 3: Ad Inserter Pro
1314
  #: includes/functions-check-now.php:1755 includes/functions.old.php:1682
1315
+ #: includes/functions.php:1928
1316
  msgid ""
1317
  "%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
1318
  "Manage licenses %5$s &mdash; %6$s Upgrade license %7$s"
1320
 
1321
  #. Translators: %s: HTML tag
1322
  #: includes/functions-check-now.php:1777 includes/functions.old.php:1704
1323
+ #: includes/functions.php:1983
1324
  msgid "Warning: %s MaxMind IP geolocation database not found."
1325
  msgstr ""
1326
 
1327
  #: includes/functions-check-now.php:2330 includes/functions.old.php:2255
1328
+ #: includes/functions.php:2604
1329
  msgid "Geolocation"
1330
  msgstr ""
1331
 
1332
  #: includes/functions-check-now.php:2334 includes/functions.old.php:2259
1333
+ #: includes/functions.php:2608 settings.php:4363
1334
  msgid "Exceptions"
1335
  msgstr ""
1336
 
1337
  #: includes/functions-check-now.php:2339 includes/functions.old.php:2264
1338
+ #: includes/functions.php:2613
1339
  msgid "Multisite"
1340
  msgstr ""
1341
 
1342
  #: includes/functions-check-now.php:2344 includes/functions.old.php:2269
1343
+ #: includes/functions.php:2618 settings.php:4369
1344
  msgid "Tracking"
1345
  msgstr ""
1346
 
1347
  #. translators: %d: days, hours, minutes
1348
  #: includes/functions-check-now.php:2375 includes/functions.old.php:2300
1349
+ #: includes/functions.php:2649
1350
  msgid "Scheduled in %d days %d hours %d minutes"
1351
  msgstr ""
1352
 
1353
  #. translators: %s: HTML dash separator, %d: days, hours, minutes, &mdash; is
1354
  #. HTML code for long dash separator
1355
  #: includes/functions-check-now.php:2384 includes/functions.old.php:2309
1356
+ #: includes/functions.php:2658
1357
  msgid "Active %s expires in %d days %d hours %d minutes"
1358
  msgstr ""
1359
 
1360
  #: includes/functions-check-now.php:2388 includes/functions.old.php:2313
1361
+ #: includes/functions.php:2662
1362
  msgid "Expired"
1363
  msgstr ""
1364
 
1365
  #: includes/functions-check-now.php:2396 includes/functions.old.php:2321
1366
+ #: includes/functions.php:2688 settings.php:1529 settings.php:1544
1367
+ #: settings.php:1666 settings.php:2237
1368
  msgid "and"
1369
  msgstr ""
1370
 
1371
  #: includes/functions-check-now.php:2399 includes/functions.old.php:2324
1372
+ #: includes/functions.php:2670
1373
  msgid "fallback"
1374
  msgstr ""
1375
 
1376
  #: includes/functions-check-now.php:2400 includes/functions.old.php:2325
1377
+ #: includes/functions.php:2671
1378
  msgid "Block to be used when scheduling expires"
1379
  msgstr ""
1380
 
1381
  #: includes/functions-check-now.php:2425 includes/functions.old.php:2350
1382
+ #: includes/functions.php:2708
1383
  msgid "Load in iframe"
1384
  msgstr ""
1385
 
1386
  #: includes/functions-check-now.php:2429 includes/functions.old.php:2354
1387
+ #: includes/functions.php:2712 includes/placeholders.php:387 settings.php:1137
1388
+ #: settings.php:2264
1389
  msgid "Width"
1390
  msgstr ""
1391
 
1392
  #: includes/functions-check-now.php:2430 includes/functions.old.php:2355
1393
+ #: includes/functions.php:2713
1394
  msgid "iframe width, empty means full width (100%)"
1395
  msgstr ""
1396
 
1397
  #: includes/functions-check-now.php:2436 includes/functions.old.php:2361
1398
+ #: includes/functions.php:2719 includes/placeholders.php:382 settings.php:1143
1399
+ #: settings.php:2268
1400
  msgid "Height"
1401
  msgstr ""
1402
 
1403
  #: includes/functions-check-now.php:2437 includes/functions.old.php:2362
1404
+ #: includes/functions.php:2720
1405
  msgid "iframe height, empty means adjust it to iframe content height"
1406
  msgstr ""
1407
 
1408
  #: includes/functions-check-now.php:2444 includes/functions.old.php:2369
1409
+ #: includes/functions.php:2727
1410
  msgid "Ad label in iframe"
1411
  msgstr ""
1412
 
1413
  #: includes/functions-check-now.php:2449 includes/functions.old.php:2374
1414
+ #: includes/functions.php:2732
1415
  msgid "Preview iframe code"
1416
  msgstr ""
1417
 
1418
  #: includes/functions-check-now.php:2449 includes/functions.old.php:2374
1419
+ #: includes/functions.php:2732 includes/preview.php:2322 settings.php:1168
1420
+ #: settings.php:2976
1421
  msgid "Preview"
1422
  msgstr ""
1423
 
1424
  #: includes/functions-check-now.php:2463 includes/functions.old.php:2388
1425
+ #: includes/functions.php:2746 settings.php:4370
1426
  msgid "Limits"
1427
  msgstr ""
1428
 
1429
  #: includes/functions-check-now.php:2468 includes/functions-check-now.php:4366
1430
  #: includes/functions-check-now.php:4429 includes/functions.old.php:2393
1431
  #: includes/functions.old.php:4266 includes/functions.old.php:4329
1432
+ #: includes/functions.php:2751 includes/functions.php:5124
1433
+ #: includes/functions.php:5189 settings.php:2397
1434
  msgid "Ad Blocking"
1435
  msgstr ""
1436
 
1437
  #. translators: 1, 2 and 3, 4: HTML tags
1438
  #: includes/functions-check-now.php:2477 includes/functions.old.php:2402
1439
+ #: includes/functions.php:2760
1440
  msgid ""
1441
  "%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
1442
  "for tracking!"
1445
  #. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
1446
  #. header
1447
  #: includes/functions-check-now.php:2486 includes/functions.old.php:2411
1448
+ #: includes/functions.php:2769
1449
  msgid ""
1450
  "%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
1451
  "enabled and automatic insertion %6$s!"
1452
  msgstr ""
1453
 
1454
  #: includes/functions-check-now.php:2553 includes/functions.old.php:2478
1455
+ #: includes/functions.php:2835
1456
  msgid "Click fraud protection is globally disabled"
1457
  msgstr ""
1458
 
1459
  #: includes/functions-check-now.php:2557 includes/functions.old.php:2482
1460
+ #: includes/functions.php:2839
1461
  msgid "Max clicks per time period are not defined"
1462
  msgstr ""
1463
 
1464
  #. Translators: Max n impressions
1465
  #: includes/functions-check-now.php:2571 includes/functions.old.php:2496
1466
+ #: includes/functions.php:2853
1467
  msgid "General limits"
1468
  msgstr ""
1469
 
1471
  #: includes/functions-check-now.php:2577 includes/functions-check-now.php:2589
1472
  #: includes/functions-check-now.php:2674 includes/functions.old.php:2502
1473
  #: includes/functions.old.php:2514 includes/functions.old.php:2599
1474
+ #: includes/functions.php:2859 includes/functions.php:2871
1475
+ #: includes/functions.php:2956
1476
  msgid "Current value"
1477
  msgstr ""
1478
 
1492
  #: includes/functions.old.php:2550 includes/functions.old.php:2560
1493
  #: includes/functions.old.php:2606 includes/functions.old.php:2615
1494
  #: includes/functions.old.php:2633 includes/functions.old.php:2642
1495
+ #: includes/functions.php:2878 includes/functions.php:2888
1496
+ #: includes/functions.php:2907 includes/functions.php:2917
1497
+ #: includes/functions.php:2963 includes/functions.php:2972
1498
+ #: includes/functions.php:2990 includes/functions.php:2999 settings.php:2149
1499
  msgid "Max"
1500
  msgstr ""
1501
 
1502
  #: includes/functions-check-now.php:2597 includes/functions.old.php:2522
1503
+ #: includes/functions.php:2879
1504
  msgid ""
1505
  "Maximum number of impressions for this block. Empty means no general "
1506
  "impression limit."
1514
  #: includes/functions-check-now.php:2684 includes/functions-check-now.php:2693
1515
  #: includes/functions.old.php:2524 includes/functions.old.php:2534
1516
  #: includes/functions.old.php:2609 includes/functions.old.php:2618
1517
+ #: includes/functions.php:2881 includes/functions.php:2891
1518
+ #: includes/functions.php:2966 includes/functions.php:2975
1519
  msgid "impression"
1520
  msgid_plural "impressions"
1521
  msgstr[0] ""
1522
  msgstr[1] ""
1523
 
1524
  #: includes/functions-check-now.php:2607 includes/functions.old.php:2532
1525
+ #: includes/functions.php:2889
1526
  msgid ""
1527
  "Maximum number of impressions per time period. Empty means no time limit."
1528
  msgstr ""
1535
  #: includes/functions-check-now.php:2697 includes/functions-check-now.php:2724
1536
  #: includes/functions.old.php:2538 includes/functions.old.php:2567
1537
  #: includes/functions.old.php:2622 includes/functions.old.php:2649
1538
+ #: includes/functions.php:2895 includes/functions.php:2924
1539
+ #: includes/functions.php:2979 includes/functions.php:3006
1540
  msgid "per"
1541
  msgstr ""
1542
 
1543
  #: includes/functions-check-now.php:2614 includes/functions-check-now.php:2643
1544
  #: includes/functions.old.php:2539 includes/functions.old.php:2568
1545
+ #: includes/functions.php:2896 includes/functions.php:2925
1546
  msgid "Time period in days. Empty means no time limit."
1547
  msgstr ""
1548
 
1557
  #: includes/functions.old.php:2541 includes/functions.old.php:2570
1558
  #: includes/functions.old.php:2625 includes/functions.old.php:2652
1559
  #: includes/functions.old.php:2758 includes/functions.old.php:3086
1560
+ #: includes/functions.php:2898 includes/functions.php:2927
1561
+ #: includes/functions.php:2982 includes/functions.php:3009
1562
+ #: includes/functions.php:3115 includes/functions.php:3483 strings.php:218
1563
  #: strings.php:219 strings.php:220 strings.php:221 strings.php:222
1564
  #: strings.php:223
1565
  msgid "day"
1568
  msgstr[1] ""
1569
 
1570
  #: includes/functions-check-now.php:2626 includes/functions.old.php:2551
1571
+ #: includes/functions.php:2908
1572
  msgid ""
1573
  "Maximum number of clicks on this block. Empty means no general click limit."
1574
  msgstr ""
1582
  #: includes/functions-check-now.php:4577 includes/functions.old.php:2553
1583
  #: includes/functions.old.php:2563 includes/functions.old.php:2636
1584
  #: includes/functions.old.php:2645 includes/functions.old.php:4477
1585
+ #: includes/functions.php:2910 includes/functions.php:2920
1586
+ #: includes/functions.php:2993 includes/functions.php:3002
1587
+ #: includes/functions.php:5475
1588
  msgid "click"
1589
  msgid_plural "clicks"
1590
  msgstr[0] ""
1591
  msgstr[1] ""
1592
 
1593
  #: includes/functions-check-now.php:2636 includes/functions.old.php:2561
1594
+ #: includes/functions.php:2918
1595
  msgid "Maximum number of clicks per time period. Empty means no time limit."
1596
  msgstr ""
1597
 
1598
  #: includes/functions-check-now.php:2661 includes/functions.old.php:2586
1599
+ #: includes/functions.php:2943
1600
  msgid "Individual visitor limits"
1601
  msgstr ""
1602
 
1603
  #: includes/functions-check-now.php:2665 includes/functions-check-now.php:2667
1604
  #: includes/functions.old.php:2590 includes/functions.old.php:2592
1605
+ #: includes/functions.php:2947 includes/functions.php:2949
1606
  msgid ""
1607
  "When specified number of clicks on this block for a visitor will be reached "
1608
  "in the specified time period, all blocks that have click fraud protection "
1611
  msgstr ""
1612
 
1613
  #: includes/functions-check-now.php:2667 includes/functions.old.php:2592
1614
+ #: includes/functions.php:2949
1615
  msgid "Trigger click fraud protection"
1616
  msgstr ""
1617
 
1618
  #: includes/functions-check-now.php:2682 includes/functions.old.php:2607
1619
+ #: includes/functions.php:2964
1620
  msgid ""
1621
  "Maximum number of impressions of this block for each visitor. Empty means no "
1622
  "impression limit."
1623
  msgstr ""
1624
 
1625
  #: includes/functions-check-now.php:2691 includes/functions.old.php:2616
1626
+ #: includes/functions.php:2973
1627
  msgid ""
1628
  "Maximum number of impressions per time period for each visitor. Empty means "
1629
  "no impression limit per time period for visitors."
1631
 
1632
  #: includes/functions-check-now.php:2698 includes/functions-check-now.php:2725
1633
  #: includes/functions.old.php:2623 includes/functions.old.php:2650
1634
+ #: includes/functions.php:2980 includes/functions.php:3007
1635
  msgid ""
1636
  "Time period in days. Use decimal value (with decimal point) for shorter "
1637
  "periods. Empty means no time limit."
1638
  msgstr ""
1639
 
1640
  #: includes/functions-check-now.php:2709 includes/functions.old.php:2634
1641
+ #: includes/functions.php:2991
1642
  msgid ""
1643
  "Maximum number of clicks on this block for each visitor. Empty means no "
1644
  "click limit."
1645
  msgstr ""
1646
 
1647
  #: includes/functions-check-now.php:2718 includes/functions.old.php:2643
1648
+ #: includes/functions.php:3000
1649
  msgid ""
1650
  "Maximum number of clicks per time period for each visitor. Empty means no "
1651
  "click limit per time period for visitors."
1652
  msgstr ""
1653
 
1654
  #: includes/functions-check-now.php:2744 includes/functions.old.php:2669
1655
+ #: includes/functions.php:3026
1656
  msgid "When ad blocking is detected"
1657
  msgstr ""
1658
 
1659
  #: includes/functions-check-now.php:2753 includes/functions.old.php:2678
1660
+ #: includes/functions.php:3035
1661
  msgid "replacement"
1662
  msgstr ""
1663
 
1664
  #: includes/functions-check-now.php:2754 includes/functions.old.php:2679
1665
+ #: includes/functions.php:3036
1666
  msgid "Block to be shown when ad blocking is detected"
1667
  msgstr ""
1668
 
1669
  #: includes/functions-check-now.php:2755 includes/functions.old.php:2680
1670
+ #: includes/functions.php:3037
1671
  msgctxt "replacement"
1672
  msgid "None"
1673
  msgstr ""
1674
 
1675
  #: includes/functions-check-now.php:2772 includes/functions-check-now.php:5612
1676
  #: includes/functions.old.php:2697 includes/functions.old.php:5484
1677
+ #: includes/functions.php:3054 includes/functions.php:6533
1678
  msgid "Close button"
1679
  msgstr ""
1680
 
1681
  #: includes/functions-check-now.php:2824 includes/functions.old.php:2749
1682
+ #: includes/functions.php:3106
1683
  msgid "Auto close after"
1684
  msgstr ""
1685
 
1686
  #: includes/functions-check-now.php:2825 includes/functions.old.php:2750
1687
+ #: includes/functions.php:3107
1688
  msgid ""
1689
  "Time in seconds in which the ad will automatically close. Leave empty to "
1690
  "disable auto closing."
1692
 
1693
  #. Translators: Don't show for x days
1694
  #: includes/functions-check-now.php:2830 includes/functions.old.php:2755
1695
+ #: includes/functions.php:3112
1696
  msgid "Don't show for"
1697
  msgstr ""
1698
 
1699
  #: includes/functions-check-now.php:2831 includes/functions.old.php:2756
1700
+ #: includes/functions.php:3113
1701
  msgid ""
1702
  "Time in days in which closed ad will not be shown again. Use decimal value "
1703
  "(with decimal point) for shorter time period or leave empty to show it again "
1706
 
1707
  #. Translators: Delay showing for x pageviews
1708
  #: includes/functions-check-now.php:2851 includes/functions.old.php:2776
1709
+ #: includes/functions.php:3133
1710
  msgid "Delay showing for"
1711
  msgstr ""
1712
 
1713
  #: includes/functions-check-now.php:2852 includes/functions.old.php:2777
1714
+ #: includes/functions.php:3134
1715
  msgid ""
1716
  "Number of pageviews before the code is inserted (and ad displayed). Leave "
1717
  "empty to insert the code for the first pageview."
1721
  #. Translators: Show every x pageviews
1722
  #: includes/functions-check-now.php:2854 includes/functions-check-now.php:2861
1723
  #: includes/functions.old.php:2779 includes/functions.old.php:2786
1724
+ #: includes/functions.php:3136 includes/functions.php:3143
1725
  msgid "pageview"
1726
  msgid_plural "pageviews"
1727
  msgstr[0] ""
1729
 
1730
  #. Translators: Show every x pageviews
1731
  #: includes/functions-check-now.php:2858 includes/functions.old.php:2783
1732
+ #: includes/functions.php:3140
1733
  msgid "Show every"
1734
  msgid_plural "Show every"
1735
  msgstr[0] ""
1736
  msgstr[1] ""
1737
 
1738
  #: includes/functions-check-now.php:2859 includes/functions.old.php:2784
1739
+ #: includes/functions.php:3141
1740
  msgid ""
1741
  "Number of pageviews to insert the code again. Leave empty to insert the code "
1742
  "for every pageview."
1743
  msgstr ""
1744
 
1745
  #: includes/functions-check-now.php:2878 includes/functions.old.php:2803
1746
+ #: includes/functions.php:3164
1747
  msgid "Lazy loading"
1748
  msgstr ""
1749
 
1750
  #. Translators: %s MaxMind
1751
  #: includes/functions-check-now.php:2935 includes/functions.old.php:2860
1752
+ #: includes/functions.php:3242
1753
  msgid "This product includes GeoLite2 data created by %s"
1754
  msgstr ""
1755
 
1756
  #: includes/functions-check-now.php:2946 includes/functions.old.php:2871
1757
+ #: includes/functions.php:3255
1758
  msgid "IP geolocation database"
1759
  msgstr ""
1760
 
1761
  #: includes/functions-check-now.php:2949 includes/functions.old.php:2874
1762
+ #: includes/functions.php:3258
1763
  msgid "Select IP geolocation database."
1764
  msgstr ""
1765
 
1766
  #: includes/functions-check-now.php:2960 includes/functions.old.php:2885
1767
+ #: includes/functions.php:3269
1768
  msgid "Automatic database updates"
1769
  msgstr ""
1770
 
1771
  #: includes/functions-check-now.php:2963 includes/functions.old.php:2888
1772
+ #: includes/functions.php:3272
1773
  msgid ""
1774
  "Automatically download and update free GeoLite2 IP geolocation database by "
1775
  "MaxMind"
1776
  msgstr ""
1777
 
1778
  #: includes/functions-check-now.php:2971 includes/functions.old.php:2896
1779
+ #: includes/functions.php:3289
1780
  msgid "Database"
1781
  msgstr ""
1782
 
1783
  #: includes/functions-check-now.php:2974 includes/functions.old.php:2899
1784
+ #: includes/functions.php:3292
1785
  msgid ""
1786
  "Aabsolute path starting with '/' or relative path to the MaxMind database "
1787
  "file"
1789
 
1790
  #. translators: %d: group number
1791
  #: includes/functions-check-now.php:2992 includes/functions.old.php:2917
1792
+ #: includes/functions.php:3310
1793
  msgid "Group %d"
1794
  msgstr ""
1795
 
1796
  #: includes/functions-check-now.php:2998 includes/functions.old.php:2923
1797
+ #: includes/functions.php:3316
1798
  msgid "countries"
1799
  msgstr ""
1800
 
1801
  #: includes/functions-check-now.php:3043 includes/functions.old.php:2968
1802
+ #: includes/functions.php:3361
1803
  msgid ""
1804
  "Enable impression and click tracking. You also need to enable tracking for "
1805
  "each block you want to track."
1810
  msgstr ""
1811
 
1812
  #: includes/functions-check-now.php:3058 includes/functions.old.php:2983
1813
+ #: includes/functions.php:3380
1814
  msgid "Impression and Click Tracking"
1815
  msgstr ""
1816
 
1817
  #: includes/functions-check-now.php:3059 includes/functions.old.php:2984
1818
+ #: includes/functions.php:3381 settings.php:2864
1819
  msgctxt "ad blocking detection"
1820
  msgid "NOT ENABLED"
1821
  msgstr ""
1822
 
1823
  #: includes/functions-check-now.php:3075 includes/functions.old.php:3000
1824
+ #: includes/functions.php:3397
1825
  msgid "Internal"
1826
  msgstr ""
1827
 
1828
  #: includes/functions-check-now.php:3079 includes/functions.old.php:3004
1829
+ #: includes/functions.php:3401
1830
  msgid "Track impressions and clicks with internal tracking and statistics"
1831
  msgstr ""
1832
 
1833
  #: includes/functions-check-now.php:3084 includes/functions.old.php:3009
1834
+ #: includes/functions.php:3406
1835
  msgid "External"
1836
  msgstr ""
1837
 
1838
  #: includes/functions-check-now.php:3088 includes/functions.old.php:3013
1839
+ #: includes/functions.php:3410
1840
  msgid ""
1841
  "Track impressions and clicks with Google Analytics or Matomo (needs tracking "
1842
  "code installed)"
1843
  msgstr ""
1844
 
1845
  #: includes/functions-check-now.php:3093 includes/functions.old.php:3018
1846
+ #: includes/functions.php:3415
1847
  msgid "Track Pageviews"
1848
  msgstr ""
1849
 
1850
  #: includes/functions-check-now.php:3099 includes/functions.old.php:3024
1851
+ #: includes/functions.php:3421
1852
  msgid "Track Pageviews by Device (as configured for viewports)"
1853
  msgstr ""
1854
 
1855
  #: includes/functions-check-now.php:3109 includes/functions.old.php:3034
1856
+ #: includes/functions.php:3431
1857
  msgid "Track for Logged in Users"
1858
  msgstr ""
1859
 
1860
  #: includes/functions-check-now.php:3115 includes/functions.old.php:3040
1861
+ #: includes/functions.php:3437
1862
  msgid "Track impressions and clicks from logged in users"
1863
  msgstr ""
1864
 
1865
  #: includes/functions-check-now.php:3125 includes/functions.old.php:3050
1866
+ #: includes/functions.php:3447
1867
  msgid "Click Detection"
1868
  msgstr ""
1869
 
1870
  #: includes/functions-check-now.php:3131 includes/functions.old.php:3056
1871
+ #: includes/functions.php:3453
1872
  msgid ""
1873
  "Standard method detects clicks only on banners with links, Advanced method "
1874
  "can detect clicks on any kind of ads, but it is slightly less accurate"
1875
  msgstr ""
1876
 
1877
  #: includes/functions-check-now.php:3150 includes/functions.old.php:3075
1878
+ #: includes/functions.php:3472
1879
  msgid "Click fraud protection"
1880
  msgstr ""
1881
 
1882
  #: includes/functions-check-now.php:3154 includes/functions.old.php:3079
1883
+ #: includes/functions.php:3476
1884
  msgid "Globally enable click fraud protection for selected blocks."
1885
  msgstr ""
1886
 
1887
  #: includes/functions-check-now.php:3160 includes/functions.old.php:3085
1888
+ #: includes/functions.php:3482
1889
  msgid "Protection time"
1890
  msgstr ""
1891
 
1892
  #: includes/functions-check-now.php:3161 includes/functions.old.php:3086
1893
+ #: includes/functions.php:3483
1894
  msgid ""
1895
  "Time period in days in which blocks with enabled click fraud protection will "
1896
  "be hidden. Use decimal value (with decimal point) for shorter periods."
1897
  msgstr ""
1898
 
1899
  #: includes/functions-check-now.php:3180 includes/functions.old.php:3105
1900
+ #: includes/functions.php:3502
1901
  msgid "Report header image"
1902
  msgstr ""
1903
 
1904
  #: includes/functions-check-now.php:3183 includes/functions.old.php:3108
1905
+ #: includes/functions.php:3505
1906
  msgid ""
1907
  "Image or logo to be displayed in the header of the statistins report. "
1908
  "Aabsolute path starting with '/' or relative path to the image file. Clear "
1910
  msgstr ""
1911
 
1912
  #: includes/functions-check-now.php:3184 includes/functions.old.php:3109
1913
+ #: includes/functions.php:3506 strings.php:252
1914
  msgid "Select or upload header image"
1915
  msgstr ""
1916
 
1917
  #: includes/functions-check-now.php:3189 includes/functions.old.php:3114
1918
+ #: includes/functions.php:3511
1919
  msgid "Report header title"
1920
  msgstr ""
1921
 
1922
  #: includes/functions-check-now.php:3192 includes/functions.old.php:3117
1923
+ #: includes/functions.php:3514
1924
  msgid ""
1925
  "Title to be displayed in the header of the statistics report. Text or HTML "
1926
  "code, clear to reset to default text."
1927
  msgstr ""
1928
 
1929
  #: includes/functions-check-now.php:3197 includes/functions.old.php:3122
1930
+ #: includes/functions.php:3519
1931
  msgid "Report header description"
1932
  msgstr ""
1933
 
1934
  #: includes/functions-check-now.php:3200 includes/functions.old.php:3125
1935
+ #: includes/functions.php:3522
1936
  msgid ""
1937
  "Description to be displayed in the header of the statistics report. Text or "
1938
  "HTML code, clear to reset to default text."
1939
  msgstr ""
1940
 
1941
  #: includes/functions-check-now.php:3205 includes/functions.old.php:3130
1942
+ #: includes/functions.php:3527
1943
  msgid "Report footer"
1944
  msgstr ""
1945
 
1946
  #: includes/functions-check-now.php:3208 includes/functions.old.php:3133
1947
+ #: includes/functions.php:3530
1948
  msgid ""
1949
  "Text to be displayed in the footer of the statistics report. Clear to reset "
1950
  "to default text."
1951
  msgstr ""
1952
 
1953
  #: includes/functions-check-now.php:3213 includes/functions.old.php:3138
1954
+ #: includes/functions.php:3535
1955
  msgid "Public report key"
1956
  msgstr ""
1957
 
1958
  #: includes/functions-check-now.php:3216 includes/functions.old.php:3141
1959
+ #: includes/functions.php:3538
1960
  msgid "String to generate unique report IDs. Clear to reset to default value."
1961
  msgstr ""
1962
 
1963
  #: includes/functions-check-now.php:3248 includes/functions.old.php:3173
1964
+ #: includes/functions.php:3601
1965
  msgid "Are you sure you want to clear all exceptions for block"
1966
  msgstr ""
1967
 
1968
  #: includes/functions-check-now.php:3249 includes/functions.old.php:3174
1969
+ #: includes/functions.php:3602
1970
  msgid "Clear all exceptions for block"
1971
  msgstr ""
1972
 
1973
  #: includes/functions-check-now.php:3256 includes/functions.old.php:3181
1974
+ #: includes/functions.php:3609
1975
  msgid "Are you sure you want to clear all exceptions?"
1976
  msgstr ""
1977
 
1978
  #: includes/functions-check-now.php:3256 includes/functions.old.php:3181
1979
+ #: includes/functions.php:3609
1980
  msgid "Clear all exceptions for all blocks"
1981
  msgstr ""
1982
 
1983
  #: includes/functions-check-now.php:3261 includes/functions.old.php:3186
1984
+ #: includes/functions.php:3614 settings.php:3946 settings.php:4446
1985
  msgid "Type"
1986
  msgstr ""
1987
 
1988
  #: includes/functions-check-now.php:3279 includes/functions.old.php:3204
1989
+ #: includes/functions.php:3632
1990
  msgid "View"
1991
  msgstr ""
1992
 
1993
  #: includes/functions-check-now.php:3280 includes/functions-check-now.php:3287
1994
  #: includes/functions-check-now.php:3291 includes/functions.old.php:3205
1995
  #: includes/functions.old.php:3212 includes/functions.old.php:3216
1996
+ #: includes/functions.php:3633 includes/functions.php:3640
1997
+ #: includes/functions.php:3644 includes/placeholders.php:351
1998
+ #: includes/preview.php:2692 settings.php:1405 settings.php:3703
1999
  msgid "Edit"
2000
  msgstr ""
2001
 
2002
  #: includes/functions-check-now.php:3310 includes/functions.old.php:3235
2003
+ #: includes/functions.php:3663
2004
  msgid "Are you sure you want to clear all exceptions for"
2005
  msgstr ""
2006
 
2007
  #: includes/functions-check-now.php:3311 includes/functions.old.php:3236
2008
+ #: includes/functions.php:3664
2009
  msgid "Clear all exceptions for"
2010
  msgstr ""
2011
 
2012
  #: includes/functions-check-now.php:3324 includes/functions.old.php:3249
2013
+ #: includes/functions.php:3677
2014
  msgid "No exceptions"
2015
  msgstr ""
2016
 
2017
  #. translators: %s: Ad Inserter Pro
2018
  #: includes/functions-check-now.php:3335 includes/functions.old.php:3260
2019
+ #: includes/functions.php:3688
2020
  msgid "%s options for network blogs"
2021
  msgstr ""
2022
 
2023
  #. translators: %s: Ad Inserter Pro
2024
  #: includes/functions-check-now.php:3340 includes/functions.old.php:3265
2025
+ #: includes/functions.php:3693
2026
  msgid "Enable %s widgets for sub-sites"
2027
  msgstr ""
2028
 
2029
  #: includes/functions-check-now.php:3340 includes/functions.old.php:3265
2030
+ #: includes/functions.php:3693
2031
  msgid "Widgets"
2032
  msgstr ""
2033
 
2034
  #: includes/functions-check-now.php:3345 includes/functions.old.php:3270
2035
+ #: includes/functions.php:3698
2036
  msgid "Enable PHP code processing for sub-sites"
2037
  msgstr ""
2038
 
2039
  #: includes/functions-check-now.php:3345 includes/functions.old.php:3270
2040
+ #: includes/functions.php:3698
2041
  msgid "PHP Processing"
2042
  msgstr ""
2043
 
2044
  #. translators: %s: Ad Inserter Pro
2045
  #: includes/functions-check-now.php:3350 includes/functions.old.php:3275
2046
+ #: includes/functions.php:3703
2047
  msgid "Enable %s block exceptions in post/page editor for sub-sites"
2048
  msgstr ""
2049
 
2050
  #: includes/functions-check-now.php:3350 includes/functions.old.php:3275
2051
+ #: includes/functions.php:3703
2052
  msgid "Post/Page exceptions"
2053
  msgstr ""
2054
 
2055
  #. translators: %s: Ad Inserter Pro
2056
  #: includes/functions-check-now.php:3355 includes/functions.old.php:3280
2057
+ #: includes/functions.php:3708
2058
  msgid "Enable %s settings page for sub-sites"
2059
  msgstr ""
2060
 
2061
  #: includes/functions-check-now.php:3355 includes/functions.old.php:3280
2062
+ #: includes/functions.php:3708
2063
  msgid "Settings page"
2064
  msgstr ""
2065
 
2066
  #. translators: %s: Ad Inserter Pro
2067
  #: includes/functions-check-now.php:3360 includes/functions.old.php:3285
2068
+ #: includes/functions.php:3713
2069
  msgid "Enable %s settings of main site to be used for all blogs"
2070
  msgstr ""
2071
 
2072
  #: includes/functions-check-now.php:3360 includes/functions.old.php:3285
2073
+ #: includes/functions.php:3713
2074
  msgid "Main site settings used for all blogs"
2075
  msgstr ""
2076
 
2077
  #: includes/functions-check-now.php:3371 includes/functions.old.php:3296
2078
+ #: includes/functions.php:3729 settings.php:2863
2079
  msgid "Ad Blocking Detection"
2080
  msgstr ""
2081
 
2082
  #: includes/functions-check-now.php:3377 includes/functions.old.php:3302
2083
+ #: includes/functions.php:3735
2084
  msgid ""
2085
  "Standard method is reliable but should be used only if Advanced method does "
2086
  "not work. Advanced method recreates files used for detection with random "
2091
  #: includes/functions-check-now.php:4029 includes/functions-check-now.php:4119
2092
  #: includes/functions-check-now.php:4139 includes/functions.old.php:3929
2093
  #: includes/functions.old.php:4019 includes/functions.old.php:4039
2094
+ #: includes/functions.php:4566 includes/functions.php:4684
2095
+ #: includes/functions.php:4709
2096
  msgid "AD BLOCKING"
2097
  msgstr ""
2098
 
2100
  #: includes/functions-check-now.php:4113 includes/functions-check-now.php:4140
2101
  #: includes/functions.old.php:3930 includes/functions.old.php:3970
2102
  #: includes/functions.old.php:4013 includes/functions.old.php:4040
2103
+ #: includes/functions.php:4567 includes/functions.php:4613
2104
+ #: includes/functions.php:4678 includes/functions.php:4710
2105
  msgid "BLOCK INSERTED BUT NOT VISIBLE"
2106
  msgstr ""
2107
 
2108
  #: includes/functions-check-now.php:4033 includes/functions-check-now.php:4112
2109
  #: includes/functions-check-now.php:4146 includes/functions.old.php:3933
2110
  #: includes/functions.old.php:4012 includes/functions.old.php:4046
2111
+ #: includes/functions.php:4570 includes/functions.php:4677
2112
+ #: includes/functions.php:4716
2113
  msgid "NO AD BLOCKING"
2114
  msgstr ""
2115
 
2116
  #: includes/functions-check-now.php:4069 includes/functions-check-now.php:4076
2117
  #: includes/functions.old.php:3969 includes/functions.old.php:3976
2118
+ #: includes/functions.php:4612 includes/functions.php:4619
2119
  msgid "AD BLOCKING REPLACEMENT"
2120
  msgstr ""
2121
 
2122
  #: includes/functions-check-now.php:4219 includes/functions-check-now.php:4428
2123
  #: includes/functions.old.php:4119 includes/functions.old.php:4328
2124
+ #: includes/functions.php:4977 includes/functions.php:5188
2125
  msgid "Pageviews"
2126
  msgstr ""
2127
 
2128
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2129
+ #: includes/functions.php:5123
2130
  msgctxt "Version"
2131
  msgid "Unknown"
2132
  msgstr ""
2133
 
2134
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2135
+ #: includes/functions.php:5123
2136
  msgctxt "Times"
2137
  msgid "DISPLAYED"
2138
  msgstr ""
2139
 
2140
  #: includes/functions-check-now.php:4365 includes/functions.old.php:4265
2141
+ #: includes/functions.php:5123
2142
  msgid "No version"
2143
  msgstr ""
2144
 
2145
  #: includes/functions-check-now.php:4366 includes/functions.old.php:4266
2146
+ #: includes/functions.php:5124
2147
  msgctxt "Times"
2148
  msgid "BLOCKED"
2149
  msgstr ""
2150
 
2151
  #: includes/functions-check-now.php:4428 includes/functions.old.php:4328
2152
+ #: includes/functions.php:5188
2153
  msgid "Impressions"
2154
  msgstr ""
2155
 
2156
  #: includes/functions-check-now.php:4429 includes/functions-check-now.php:4430
2157
  #: includes/functions-check-now.php:4485 includes/functions.old.php:4329
2158
  #: includes/functions.old.php:4330 includes/functions.old.php:4385
2159
+ #: includes/functions.php:5189 includes/functions.php:5190
2160
+ #: includes/functions.php:5383
2161
  msgid "Clicks"
2162
  msgstr ""
2163
 
2164
  #: includes/functions-check-now.php:4430 includes/functions.old.php:4330
2165
+ #: includes/functions.php:5190
2166
  msgid "events"
2167
  msgstr ""
2168
 
2169
  #: includes/functions-check-now.php:4431 includes/functions.old.php:4331
2170
+ #: includes/functions.php:5191
2171
  msgid "Ad Blocking Share"
2172
  msgstr ""
2173
 
2174
  #. translators: CTR as Click Through Rate
2175
  #: includes/functions-check-now.php:4431 includes/functions-check-now.php:4491
2176
  #: includes/functions.old.php:4331 includes/functions.old.php:4391
2177
+ #: includes/functions.php:5191 includes/functions.php:5389
2178
  msgid "CTR"
2179
  msgstr ""
2180
 
2181
  #: includes/functions-check-now.php:4573 includes/functions.old.php:4473
2182
+ #: includes/functions.php:5471
2183
  msgid "pageviews"
2184
  msgid_plural "pageviews"
2185
  msgstr[0] ""
2186
  msgstr[1] ""
2187
 
2188
  #: includes/functions-check-now.php:4573 includes/functions.old.php:4473
2189
+ #: includes/functions.php:5471
2190
  msgid "impressions"
2191
  msgid_plural "impressions"
2192
  msgstr[0] ""
2193
  msgstr[1] ""
2194
 
2195
  #: includes/functions-check-now.php:4577 includes/functions.old.php:4477
2196
+ #: includes/functions.php:5475
2197
  msgid "event"
2198
  msgid_plural "events"
2199
  msgstr[0] ""
2200
  msgstr[1] ""
2201
 
2202
  #: includes/functions-check-now.php:4672 includes/functions.old.php:4572
2203
+ #: includes/functions.php:5570
2204
  msgctxt "Pageviews / Impressions"
2205
  msgid "Average"
2206
  msgstr ""
2207
 
2208
  #: includes/functions-check-now.php:4693 includes/functions.old.php:4593
2209
+ #: includes/functions.php:5591
2210
  msgctxt "Ad Blocking / Clicks"
2211
  msgid "Average"
2212
  msgstr ""
2213
 
2214
  #: includes/functions-check-now.php:4717 includes/functions.old.php:4617
2215
+ #: includes/functions.php:5615
2216
  msgctxt "Ad Blocking Share / CTR"
2217
  msgid "Average"
2218
  msgstr ""
2221
  #: includes/functions-check-now.php:4899 includes/functions-check-now.php:4991
2222
  #: includes/functions-check-now.php:5334 includes/functions.old.php:4799
2223
  #: includes/functions.old.php:4891 includes/functions.old.php:5207
2224
+ #: includes/functions.php:5799 includes/functions.php:5891
2225
+ #: includes/functions.php:6234 strings.php:203
2226
  msgid "%s Report"
2227
  msgstr ""
2228
 
2229
  #: includes/functions-check-now.php:5240 includes/functions.old.php:5113
2230
+ #: includes/functions.php:6140
2231
  msgid "for last month"
2232
  msgstr ""
2233
 
2234
  #: includes/functions-check-now.php:5245 includes/functions.old.php:5118
2235
+ #: includes/functions.php:6145
2236
  msgid "for this month"
2237
  msgstr ""
2238
 
2239
  #: includes/functions-check-now.php:5250 includes/functions.old.php:5123
2240
+ #: includes/functions.php:6150
2241
  msgid "for this year"
2242
  msgstr ""
2243
 
2244
  #: includes/functions-check-now.php:5255 includes/functions.old.php:5128
2245
+ #: includes/functions.php:6155
2246
  msgid "for the last 15 days"
2247
  msgstr ""
2248
 
2249
  #: includes/functions-check-now.php:5260 includes/functions.old.php:5133
2250
+ #: includes/functions.php:6160
2251
  msgid "for the last 30 days"
2252
  msgstr ""
2253
 
2254
  #: includes/functions-check-now.php:5265 includes/functions.old.php:5138
2255
+ #: includes/functions.php:6165
2256
  msgid "for the last 90 days"
2257
  msgstr ""
2258
 
2259
  #: includes/functions-check-now.php:5270 includes/functions.old.php:5143
2260
+ #: includes/functions.php:6170
2261
  msgid "for the last 180 days"
2262
  msgstr ""
2263
 
2264
  #: includes/functions-check-now.php:5275 includes/functions.old.php:5148
2265
+ #: includes/functions.php:6175
2266
  msgid "for the last 365 days"
2267
  msgstr ""
2268
 
2269
+ #: includes/functions.php:513 includes/functions.php:3368
2270
  msgid "Generate CSV report"
2271
  msgstr ""
2272
 
2273
  #. translators: %s: Ad Inserter Pro
2274
+ #: includes/functions.php:578
2275
  msgid "Invalid %s version. Continue?"
2276
  msgstr ""
2277
 
2278
+ #: includes/functions.php:770 includes/preview.php:2635
2279
  msgid "Background"
2280
  msgstr ""
2281
 
2282
  #. translators: %s HTML body tag
2283
+ #: includes/functions.php:777
2284
  msgid "Set %s background"
2285
  msgstr ""
2286
 
2287
+ #: includes/functions.php:790
2288
  msgid "Image to be used for the background"
2289
  msgstr ""
2290
 
2291
+ #: includes/functions.php:795
2292
  msgid "Color"
2293
  msgstr ""
2294
 
2295
+ #: includes/functions.php:796 includes/preview.php:2453
2296
  msgid "Color to be used for the background"
2297
  msgstr ""
2298
 
2299
+ #: includes/functions.php:799 includes/preview.php:2458
2300
  msgid "Image size"
2301
  msgstr ""
2302
 
2303
+ #: includes/functions.php:809
2304
  msgid "Repeat"
2305
  msgstr ""
2306
 
2307
+ #: includes/functions.php:822
2308
  msgid "Select image"
2309
  msgstr ""
2310
 
2311
+ #: includes/functions.php:1040 includes/functions.php:1076 settings.php:1792
2312
+ #: settings.php:1815 settings.php:1838 settings.php:1861 settings.php:1884
2313
+ #: settings.php:1907 settings.php:1929 settings.php:1951
2314
  msgid "Click to select black or white list"
2315
  msgstr ""
2316
 
2317
  #. translators: %s: Ad Inserter Pro
2318
+ #: includes/functions.php:1604
2319
  msgid "Invalid %s version."
2320
  msgstr ""
2321
 
2322
+ #: includes/functions.php:1605
2323
  msgid "Check license"
2324
  msgstr ""
2325
 
2326
+ #: includes/functions.php:1617
2327
  msgid "License"
2328
  msgstr ""
2329
 
2330
  #. translators: 1, 2, 4, 5: HTML tags, 3: Ad Inserter Pro
2331
+ #: includes/functions.php:1940
2332
  msgid "%1$s Warning: %2$s Wrong %3$s version. %4$s Check license %5$s"
2333
  msgstr ""
2334
 
2335
  #. Translators: %s: HTML tags
2336
+ #: includes/functions.php:1988
2337
  msgid ""
2338
  "Warning: %s MaxMind license key not set. Please %s sign up for a GeoLite2 "
2339
  "account %s and create license key."
2340
  msgstr ""
2341
 
2342
+ #: includes/functions.php:2686
2343
  msgid "Start date"
2344
  msgstr ""
2345
 
2346
+ #: includes/functions.php:2686
2347
  msgid "Enter date in format yyyy-mm-dd"
2348
  msgstr ""
2349
 
2350
+ #: includes/functions.php:2687
2351
  msgid "Start time"
2352
  msgstr ""
2353
 
2354
+ #: includes/functions.php:2687
2355
  msgid "Enter time in format hh:mm:ss, empty means 00:00:00"
2356
  msgstr ""
2357
 
2358
+ #: includes/functions.php:2689
2359
  msgid "End date"
2360
  msgstr ""
2361
 
2362
+ #: includes/functions.php:2690
2363
  msgid "End time"
2364
  msgstr ""
2365
 
2366
+ #: includes/functions.php:2693
2367
  msgid "Select wanted days in week"
2368
  msgstr ""
2369
 
2370
+ #: includes/functions.php:3025
2371
  msgid "Ad blocking detection is disabled"
2372
  msgstr ""
2373
 
2374
+ #: includes/functions.php:3169
2375
  msgid "Protected"
2376
  msgstr ""
2377
 
2378
+ #: includes/functions.php:3172
2379
  msgid "Manual loading"
2380
  msgstr ""
2381
 
2382
  #. Translators: %s HTML tags
2383
+ #: includes/functions.php:3244
2384
  msgid "Create and manage %s MaxMind license key %s"
2385
  msgstr ""
2386
 
2387
+ #: includes/functions.php:3280
2388
  msgid "MaxMind license key"
2389
  msgstr ""
2390
 
2391
+ #: includes/functions.php:3283
2392
  msgid "Enter license key obtained from MaxMind"
2393
  msgstr ""
2394
 
2395
+ #: includes/functions.php:3553
2396
  msgid "Event category"
2397
  msgstr ""
2398
 
2399
+ #: includes/functions.php:3556
2400
  msgid ""
2401
  "Category name used for external tracking events. You can use tags to get the "
2402
  "event, the number or the name of the block that caused the event."
2403
  msgstr ""
2404
 
2405
+ #: includes/functions.php:3561
2406
  msgid "Event action"
2407
  msgstr ""
2408
 
2409
+ #: includes/functions.php:3564
2410
  msgid ""
2411
  "Action name used for external tracking events. You can use tags to get the "
2412
  "event, the number or the name of the block that caused the event."
2413
  msgstr ""
2414
 
2415
+ #: includes/functions.php:3569
2416
  msgid "Event label"
2417
  msgstr ""
2418
 
2419
+ #: includes/functions.php:3572
2420
  msgid ""
2421
  "Label name used for external tracking events. You can use tags to get the "
2422
  "event, the number or the name of the block that caused the event."
2423
  msgstr ""
2424
 
2425
  #. translators: %s: Ad Inserter Pro
2426
+ #: includes/functions.php:3718
2427
  msgid "Show link to %s settings page for each site on the Sites page"
2428
  msgstr ""
2429
 
2430
  #. translators: %s: Ad Inserter Pro
2431
+ #: includes/functions.php:3718
2432
  msgid "Show link to %s on the Sites page"
2433
  msgstr ""
2434
 
2435
+ #: includes/functions.php:5271
2436
  msgid "Date"
2437
  msgstr ""
2438
 
2439
+ #: includes/functions.php:5745
2440
  msgid "File %s missing."
2441
  msgstr ""
2442
 
2448
  msgid "Placeholder Editor"
2449
  msgstr ""
2450
 
2451
+ #: includes/placeholders.php:350
2452
  msgid "Select placeholder"
2453
  msgstr ""
2454
 
2455
+ #: includes/placeholders.php:351
2456
  msgid "Edit placeholder size, colors and text"
2457
  msgstr ""
2458
 
2459
+ #: includes/placeholders.php:352
2460
  msgid "Close placeholder editor"
2461
  msgstr ""
2462
 
2463
+ #: includes/placeholders.php:356
2464
  msgid "Placeholder"
2465
  msgstr ""
2466
 
2467
+ #: includes/placeholders.php:361 settings.php:981 settings.php:4447
2468
  msgid "Size"
2469
  msgstr ""
2470
 
2471
+ #: includes/placeholders.php:377 includes/preview.php:2450
2472
  msgid "Background color"
2473
  msgstr ""
2474
 
2475
+ #: includes/placeholders.php:396
2476
  msgid "Text"
2477
  msgstr ""
2478
 
2479
+ #: includes/placeholders.php:401
2480
  msgid "Text color"
2481
  msgstr ""
2482
 
2483
+ #: includes/placeholders.php:410
2484
  msgid ""
2485
  "Here you can create a universal placeholder image that can be used in place "
2486
  "of ads when they are not available yet.\n"
2488
  "save them to local computer or server."
2489
  msgstr ""
2490
 
2491
+ #: includes/placeholders.php:415
2492
  msgid ""
2493
  "Choose between common ad sizes 300x250, 336x280, 728x90, 468x60, 250x250, "
2494
  "300x600 or define custom size.\n"
2499
  "text."
2500
  msgstr ""
2501
 
2502
+ #: includes/placeholders.php:419
2503
  msgid ""
2504
  "<strong>Please note</strong>: if you have active rotation editor the code "
2505
  "window shows only the code for the currently selected option.\n"
2507
  "currently selected option."
2508
  msgstr ""
2509
 
2510
+ #: includes/placeholders.php:422
2511
  msgid ""
2512
  "Code generator for banners and AdSense generates the code only when you "
2513
  "click on the button Generate code.\n"
2516
  "need to (optionally) import and generate code for each rotation option."
2517
  msgstr ""
2518
 
2519
+ #: includes/placeholders.php:425
2520
  msgid ""
2521
  "Ad Inserter has a simple code generator for banners and placeholders.\n"
2522
  "You can select banner image (or placeholder), optionally define link (web "
2572
  msgid "Ad Blocking Detected Message Preview"
2573
  msgstr ""
2574
 
2575
+ #: includes/preview-adb.php:345 settings.php:2989
2576
  msgid "Message CSS"
2577
  msgstr ""
2578
 
2579
+ #: includes/preview-adb.php:350 settings.php:2997
2580
  msgid "Overlay CSS"
2581
  msgstr ""
2582
 
2612
  msgid "background"
2613
  msgstr ""
2614
 
2615
+ #: includes/preview.php:2434 includes/preview.php:2647 settings.php:1366
2616
  msgid "Alignment"
2617
  msgstr ""
2618
 
2729
  "Warning: only exceptions for %d posts cleared, %d posts still have exceptions"
2730
  msgstr ""
2731
 
2732
+ #: settings.php:202 settings.php:1255
2733
  msgid ""
2734
  "Settings for individual exceptions have been updated. Please check all "
2735
  "blocks that have exceptions and and then save settings."
2739
  msgid "Online documentation"
2740
  msgstr ""
2741
 
2742
+ #: settings.php:248 settings.php:815 settings.php:2364
2743
  msgid "Show AdSense ad units"
2744
  msgstr ""
2745
 
2747
  msgid "Edit ads.txt file"
2748
  msgstr ""
2749
 
2750
+ #: settings.php:260 settings.php:1198
2751
  msgid "Check theme for available positions for automatic insertion"
2752
  msgstr ""
2753
 
2868
  "Leave all time fields empty for no timed rotation."
2869
  msgstr ""
2870
 
2871
+ #: settings.php:520
2872
  msgid "General Settings"
2873
  msgstr ""
2874
 
2875
+ #: settings.php:763 settings.php:2716 settings.php:2783 settings.php:2969
2876
  msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
2877
  msgstr ""
2878
 
2879
+ #: settings.php:770
2880
  msgid "Toggle tools"
2881
  msgstr ""
2882
 
2883
+ #: settings.php:778
2884
  msgid "Process PHP code in block"
2885
  msgstr ""
2886
 
2887
+ #: settings.php:785
2888
  msgid "Disable insertion of this block"
2889
  msgstr ""
2890
 
2891
+ #: settings.php:797
2892
  msgid "Toggle code generator"
2893
  msgstr ""
2894
 
2895
+ #: settings.php:801
2896
  msgid "Toggle rotation editor"
2897
  msgstr ""
2898
 
2899
+ #: settings.php:805
2900
  msgid "Open visual HTML editor"
2901
  msgstr ""
2902
 
2903
+ #: settings.php:824
2904
  msgid "Clear block"
2905
  msgstr ""
2906
 
2907
+ #: settings.php:829 settings.php:4318
2908
  msgid "Copy block"
2909
  msgstr ""
2910
 
2911
+ #: settings.php:833
2912
  msgid "Paste name"
2913
  msgstr ""
2914
 
2915
+ #: settings.php:837
2916
  msgid "Paste code"
2917
  msgstr ""
2918
 
2919
+ #: settings.php:841
2920
  msgid "Paste settings"
2921
  msgstr ""
2922
 
2923
+ #: settings.php:845
2924
  msgid "Paste block (name, code and settings)"
2925
  msgstr ""
2926
 
2927
+ #: settings.php:864
2928
  msgid "Rotation groups"
2929
  msgstr ""
2930
 
2931
+ #: settings.php:868
2932
  msgid "Remove option"
2933
  msgstr ""
2934
 
2935
+ #: settings.php:872
2936
  msgid "Add option"
2937
  msgstr ""
2938
 
2939
+ #: settings.php:887
2940
  msgid "Import code"
2941
  msgstr ""
2942
 
2943
+ #: settings.php:891
2944
  msgid "Generate code"
2945
  msgstr ""
2946
 
2947
+ #: settings.php:896
2948
  msgid "Banner"
2949
  msgstr ""
2950
 
2951
+ #: settings.php:908
2952
  msgid "Image"
2953
  msgstr ""
2954
 
2955
+ #: settings.php:916
2956
  msgid "Link"
2957
  msgstr ""
2958
 
2959
+ #: settings.php:927
2960
  msgid "Open link in a new tab"
2961
  msgstr ""
2962
 
2963
+ #: settings.php:928
2964
  msgid "Select Image"
2965
  msgstr ""
2966
 
2967
+ #: settings.php:929
2968
  msgid "Select Placeholder"
2969
  msgstr ""
2970
 
2971
+ #: settings.php:941
2972
  msgid "Comment"
2973
  msgstr ""
2974
 
2975
+ #: settings.php:950
2976
  msgctxt "AdSense"
2977
  msgid "Publisher ID"
2978
  msgstr ""
2979
 
2980
+ #: settings.php:959
2981
  msgctxt "AdSense"
2982
  msgid "Ad Slot ID"
2983
  msgstr ""
2984
 
2985
+ #: settings.php:968
2986
  msgid "Ad Type"
2987
  msgstr ""
2988
 
2989
+ #: settings.php:993 settings.php:1128
2990
  msgid "AMP Ad"
2991
  msgstr ""
2992
 
2993
+ #: settings.php:1011
2994
  msgid "Show ad units from your AdSense account"
2995
  msgstr ""
2996
 
2997
+ #: settings.php:1011
2998
  msgid "AdSense ad units"
2999
  msgstr ""
3000
 
3001
+ #: settings.php:1028
3002
  msgctxt "AdSense"
3003
  msgid "Layout"
3004
  msgstr ""
3005
 
3006
+ #: settings.php:1037
3007
  msgctxt "AdSense"
3008
  msgid "Layout Key"
3009
  msgstr ""
3010
 
3011
+ #: settings.php:1047
3012
  msgid "Full width"
3013
  msgstr ""
3014
 
3015
+ #: settings.php:1049
3016
  msgctxt "Full width"
3017
  msgid "Enabled"
3018
  msgstr ""
3019
 
3020
+ #: settings.php:1050
3021
  msgctxt "Full width"
3022
  msgid "Disabled"
3023
  msgstr ""
3024
 
3025
+ #: settings.php:1164
3026
  msgid ""
3027
  "White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
3028
  "Cookie or Referer (domain)"
3029
  msgstr ""
3030
 
3031
+ #: settings.php:1164
3032
  msgid "Lists"
3033
  msgstr ""
3034
 
3035
+ #: settings.php:1165
3036
  msgid "Widget, Shortcode and PHP function call"
3037
  msgstr ""
3038
 
3039
+ #: settings.php:1165
3040
  msgid "Manual"
3041
  msgstr ""
3042
 
3043
+ #: settings.php:1166
3044
  msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
3045
  msgstr ""
3046
 
3047
+ #: settings.php:1166
3048
  msgid "Devices"
3049
  msgstr ""
3050
 
3051
+ #: settings.php:1167
3052
  msgid ""
3053
  "Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
3054
  "feeds), Filter, Scheduling, General tag"
3055
  msgstr ""
3056
 
3057
+ #: settings.php:1167
3058
  msgid "Misc"
3059
  msgstr ""
3060
 
3061
+ #: settings.php:1168
3062
  msgid "Preview code and alignment"
3063
  msgstr ""
3064
 
3065
+ #: settings.php:1171 settings.php:2348
3066
  msgid ""
3067
  "Rotation editor active - rotation code not generated! Make sure no rotation "
3068
  "editor is active before saving settings."
3069
  msgstr ""
3070
 
3071
+ #: settings.php:1184 settings.php:1185
3072
  msgid "Enable insertion on posts"
3073
  msgstr ""
3074
 
3075
+ #: settings.php:1185 settings.php:3515
3076
  msgid "Posts"
3077
  msgstr ""
3078
 
3079
+ #: settings.php:1189 settings.php:1190
3080
  msgid ""
3081
  "Enable insertion on homepage: latest posts (including on sub-pages), static "
3082
  "page or theme homepage (available positions may depend on hooks used by the "
3083
  "theme)"
3084
  msgstr ""
3085
 
3086
+ #: settings.php:1190 settings.php:3517
3087
  msgid "Homepage"
3088
  msgstr ""
3089
 
3090
+ #: settings.php:1194 settings.php:1195
3091
  msgid "Enable insertion on category blog pages (including sub-pages)"
3092
  msgstr ""
3093
 
3094
+ #: settings.php:1195 settings.php:3518
3095
  msgid "Category pages"
3096
  msgstr ""
3097
 
3098
+ #: settings.php:1205 settings.php:1206
3099
  msgid "Enable insertion on static pages"
3100
  msgstr ""
3101
 
3102
+ #: settings.php:1206 settings.php:3516
3103
  msgid "Static pages"
3104
  msgstr ""
3105
 
3106
+ #: settings.php:1210 settings.php:1211
3107
  msgid "Enable insertion on search blog pages"
3108
  msgstr ""
3109
 
3110
+ #: settings.php:1211 settings.php:3520
3111
  msgid "Search pages"
3112
  msgstr ""
3113
 
3114
+ #: settings.php:1215 settings.php:1216
3115
  msgid "Enable insertion on tag or archive blog pages"
3116
  msgstr ""
3117
 
3118
+ #: settings.php:1219
3119
  msgid "Toggle settings for default insertion and list of individual exceptions"
3120
  msgstr ""
3121
 
3122
+ #: settings.php:1231
3123
  msgid ""
3124
  "Enable individual post/page exceptions for insertion of this block. They can "
3125
  "be configured on the individual post/page editor page (in the settings below "
3126
  "the editor)."
3127
  msgstr ""
3128
 
3129
+ #: settings.php:1232
3130
  msgid ""
3131
  "Enable individual post/page exceptions for insertion of this block. When "
3132
  "enabled they can be configured on the individual post/page editor page (in "
3133
  "the settings below the editor)."
3134
  msgstr ""
3135
 
3136
+ #: settings.php:1232
3137
  msgid "Use exceptions for individual posts or pages to change insertion"
3138
  msgstr ""
3139
 
3140
  #. Translators: Enabled means...
3141
+ #: settings.php:1240
3142
  msgid ""
3143
  "means the insertion for this block is enabled by default and disabled for "
3144
  "exceptions."
3145
  msgstr ""
3146
 
3147
  #. Translators: Disabled means...
3148
+ #: settings.php:1241
3149
  msgid ""
3150
  "means the insertion for this block is disabled by default and enabled for "
3151
  "exceptions."
3152
  msgstr ""
3153
 
3154
+ #: settings.php:1242
3155
  msgid ""
3156
  "When individual post/page exceptions are enabled they can be configured on "
3157
  "the individual post/page editor page (in the settings below the editor)."
3158
  msgstr ""
3159
 
3160
+ #: settings.php:1250
3161
  msgid ""
3162
  "No exception for post or static page defined. Block will not be inserted."
3163
  msgstr ""
3164
 
3165
+ #: settings.php:1268
3166
  msgctxt "post"
3167
  msgid "Type"
3168
  msgstr ""
3169
 
3170
  #. translators: %d: block number
3171
+ #: settings.php:1270
3172
  msgid "Are you sure you want to clear listed exceptions for block %d?"
3173
  msgstr ""
3174
 
3175
+ #: settings.php:1271
3176
  msgid "Clear listed exceptions for block"
3177
  msgstr ""
3178
 
3179
+ #: settings.php:1297 settings.php:1445 settings.php:2103
3180
  msgid "Insertion"
3181
  msgstr ""
3182
 
3183
+ #: settings.php:1335
3184
  msgid ""
3185
  "Paragraph number or comma separated paragraph numbers: 1 to N means "
3186
  "paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
3190
  "negative number means counting from the opposite direction"
3191
  msgstr ""
3192
 
3193
+ #: settings.php:1336
3194
  msgid ""
3195
  "Image number or comma separated image numbers: 1 to N means image number, %N "
3196
  "means every N images, empty means all images, 0 means random image, value "
3200
  "direction"
3201
  msgstr ""
3202
 
3203
+ #: settings.php:1349
3204
  msgid ""
3205
  "Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
3206
  "numbers, %N means every N excerpts, empty means all excerpts"
3207
  msgstr ""
3208
 
3209
+ #: settings.php:1350
3210
  msgid ""
3211
  "Insertion Filter Mirror Setting | Post number or comma separated post "
3212
  "numbers, %N means every N posts, empty means all posts"
3213
  msgstr ""
3214
 
3215
+ #: settings.php:1351
3216
  msgid ""
3217
  "Insertion Filter Mirror Setting | Comment number or comma separated comment "
3218
  "numbers, %N means every N comments, empty means all comments"
3219
  msgstr ""
3220
 
3221
+ #: settings.php:1358
3222
  msgid "Toggle paragraph counting settings"
3223
  msgstr ""
3224
 
3225
+ #: settings.php:1359
3226
  msgid "Toggle paragraph clearance settings"
3227
  msgstr ""
3228
 
3229
+ #: settings.php:1362
3230
  msgid "Toggle insertion filter settings"
3231
  msgstr ""
3232
 
3233
+ #: settings.php:1380
3234
  msgid "Toggle insertion and alignment icons"
3235
  msgstr ""
3236
 
3237
+ #: settings.php:1394
3238
  msgid "Custom CSS code for the wrapping div"
3239
  msgstr ""
3240
 
3241
+ #: settings.php:1397 settings.php:1398 settings.php:1399 settings.php:1400
3242
+ #: settings.php:1401 settings.php:1402
3243
  msgid "CSS code for the wrapping div, click to edit"
3244
  msgstr ""
3245
 
3246
+ #: settings.php:1415
3247
  msgid "HTML element"
3248
  msgstr ""
3249
 
3250
+ #: settings.php:1428
3251
  msgid "HTML element selector or comma separated list of selectors"
3252
  msgstr ""
3253
 
3254
+ #: settings.php:1434 settings.php:2874
3255
  msgid "Action"
3256
  msgstr ""
3257
 
3258
+ #: settings.php:1446
3259
  msgid ""
3260
  "Client-side insertion uses JavaScript to insert block when the page loads. "
3261
  "Server-side insertion inserts block when the page is generated but needs "
3262
  "Output buffering enabled."
3263
  msgstr ""
3264
 
3265
+ #: settings.php:1456
3266
+ msgid "Wait for"
3267
+ msgstr ""
3268
+
3269
+ #: settings.php:1468
3270
+ msgid "Wait for HTML element to be loaded"
3271
+ msgstr ""
3272
+
3273
+ #: settings.php:1475
3274
+ msgid "Time in ms to delay insertion"
3275
+ msgstr ""
3276
+
3277
+ #: settings.php:1480
3278
  msgid "Code position"
3279
  msgstr ""
3280
 
3281
+ #: settings.php:1481
3282
  msgid ""
3283
  "Page position where the code for client-side insertion will be inserted."
3284
  msgstr ""
3285
 
3286
+ #: settings.php:1499
3287
  msgid "Count"
3288
  msgstr ""
3289
 
3290
+ #: settings.php:1505
3291
  msgid "paragraphs with tags"
3292
  msgstr ""
3293
 
3294
+ #: settings.php:1511
3295
  msgid "Comma separated HTML tag names, usually only 'p' tags are used"
3296
  msgstr ""
3297
 
3298
+ #: settings.php:1520
3299
  msgid "that have between"
3300
  msgstr ""
3301
 
3302
+ #: settings.php:1526
3303
  msgid "Minimum number of paragraph words, leave empty for no limit"
3304
  msgstr ""
3305
 
3306
+ #: settings.php:1535
3307
  msgid "Maximum number of paragraph words, leave empty for no limit"
3308
  msgstr ""
3309
 
3310
+ #: settings.php:1538
3311
  msgid "words"
3312
  msgstr ""
3313
 
3314
+ #: settings.php:1553 settings.php:1600 settings.php:1714 settings.php:1740
3315
  msgid "Comma separated texts"
3316
  msgstr ""
3317
 
3318
  #. translators: inside [HTML tags] elements that contain
3319
+ #: settings.php:1572
3320
  msgid "inside"
3321
  msgstr ""
3322
 
3323
+ #: settings.php:1578
3324
  msgid "Comma separated HTML tag names of container elements"
3325
  msgstr ""
3326
 
3327
  #. translators: inside [HTML tags] elements that contain
3328
+ #: settings.php:1587
3329
  msgid "elements that"
3330
  msgstr ""
3331
 
3332
+ #: settings.php:1610
3333
+ msgid ""
3334
+ "Count also paragraphs inside these elements - defined on general plugin "
3335
+ "settings page - tab [*] / tab General"
3336
+ msgstr ""
3337
+
3338
+ #: settings.php:1617 settings.php:1618
3339
  msgid ""
3340
  "If checked it will search for the text only in tag attributes like [[id]], "
3341
  "[[class]], [[style]], etc. Otherwise the whole tag including its content "
3342
  "will be searched."
3343
  msgstr ""
3344
 
3345
+ #: settings.php:1618
3346
  msgid "Check only tag attributes"
3347
  msgstr ""
3348
 
 
 
 
 
 
 
3349
  #. Translators: %s: HTML tags
3350
+ #: settings.php:1623
3351
  msgid "Count inside %s elements"
3352
  msgstr ""
3353
 
3354
  #. Translators: Do not insert for first X and last Y paragraphs
3355
+ #: settings.php:1631
3356
  msgid "Do not insert for first"
3357
  msgid_plural "Do not insert for first"
3358
  msgstr[0] ""
3359
  msgstr[1] ""
3360
 
3361
+ #: settings.php:1637
3362
  msgid ""
3363
  "Excludes first paragraphs from insertion, leave empty for no exclusion of "
3364
  "first paragraphs"
3365
  msgstr ""
3366
 
3367
  #. Translators: Do not insert for first X and last Y paragraphs
3368
+ #: settings.php:1640
3369
  msgid "and last"
3370
  msgid_plural "and last"
3371
  msgstr[0] ""
3372
  msgstr[1] ""
3373
 
3374
+ #: settings.php:1646
3375
  msgid ""
3376
  "Excludes last paragraphs from insertion, leave empty for no exclusion of "
3377
  "last paragraphs"
3379
 
3380
  #. Translators: Do not insert for first X and last Y paragraphs
3381
  #. Translators: Post/Static page must have between X and Y paragraphs
3382
+ #: settings.php:1649 settings.php:1675
3383
  msgid "paragraph"
3384
  msgid_plural "paragraphs"
3385
  msgstr[0] ""
3386
  msgstr[1] ""
3387
 
3388
+ #: settings.php:1657 settings.php:2235
3389
  msgid "Post/Static page must have between"
3390
  msgstr ""
3391
 
3392
+ #: settings.php:1663
3393
  msgid "Minimum number of paragraphs, leave empty for no limit"
3394
  msgstr ""
3395
 
3396
+ #: settings.php:1672
3397
  msgid "Maximum number of paragraphs, leave empty for no limit"
3398
  msgstr ""
3399
 
3400
+ #: settings.php:1683
3401
  msgid "Minimum number of words in paragraphs above"
3402
  msgstr ""
3403
 
3404
+ #: settings.php:1689
3405
  msgid ""
3406
  "Used only with automatic insertion After paragraph and empty paragraph "
3407
  "numbers"
3408
  msgstr ""
3409
 
3410
+ #: settings.php:1699 settings.php:1725
3411
  msgid "In"
3412
  msgstr ""
3413
 
3414
+ #: settings.php:1705
3415
  msgid "Number of paragraphs above to check, leave empty to disable checking"
3416
  msgstr ""
3417
 
3418
+ #: settings.php:1708
3419
  msgid "paragraphs above avoid"
3420
  msgstr ""
3421
 
3422
+ #: settings.php:1731
3423
  msgid "Number of paragraphs below to check, leave empty to disable checking"
3424
  msgstr ""
3425
 
3426
+ #: settings.php:1734
3427
  msgid "paragraphs below avoid"
3428
  msgstr ""
3429
 
3430
+ #: settings.php:1750
3431
  msgid "If text is found"
3432
  msgstr ""
3433
 
3434
+ #: settings.php:1757
3435
  msgid "check up to"
3436
  msgstr ""
3437
 
3438
+ #: settings.php:1765
3439
  msgctxt "check up to"
3440
  msgid "paragraphs"
3441
  msgstr ""
3442
 
3443
+ #: settings.php:1781
3444
  msgid "Categories"
3445
  msgstr ""
3446
 
3447
+ #: settings.php:1784
3448
  msgid "Toggle category editor"
3449
  msgstr ""
3450
 
3451
+ #: settings.php:1787
3452
  msgid "Comma separated category slugs"
3453
  msgstr ""
3454
 
3455
+ #: settings.php:1804
3456
  msgid "Tags"
3457
  msgstr ""
3458
 
3459
+ #: settings.php:1807
3460
  msgid "Toggle tag editor"
3461
  msgstr ""
3462
 
3463
+ #: settings.php:1810
3464
  msgid "Comma separated tag slugs"
3465
  msgstr ""
3466
 
3467
+ #: settings.php:1827
3468
  msgid "Taxonomies"
3469
  msgstr ""
3470
 
3471
+ #: settings.php:1830
3472
  msgid "Toggle taxonomy editor"
3473
  msgstr ""
3474
 
3475
+ #: settings.php:1833
3476
  msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
3477
  msgstr ""
3478
 
3479
+ #: settings.php:1850
3480
  msgid "Post IDs"
3481
  msgstr ""
3482
 
3483
+ #: settings.php:1853
3484
  msgid "Toggle post/page ID editor"
3485
  msgstr ""
3486
 
3487
+ #: settings.php:1856
3488
  msgid "Comma separated post/page IDs"
3489
  msgstr ""
3490
 
3491
+ #: settings.php:1873
3492
  msgid "Urls"
3493
  msgstr ""
3494
 
3495
+ #: settings.php:1876
3496
  msgid "Toggle url editor"
3497
  msgstr ""
3498
 
3499
+ #: settings.php:1879
3500
  msgid ""
3501
  "Comma separated urls (page addresses) starting with / after domain name (e."
3502
  "g. /permalink-url, use only when you need to taget a specific url not "
3504
  "start*. *url-pattern*, *url-end)"
3505
  msgstr ""
3506
 
3507
+ #: settings.php:1895
3508
  msgid "Url parameters"
3509
  msgstr ""
3510
 
3511
+ #: settings.php:1899
3512
  msgid "Toggle url parameter and cookie editor"
3513
  msgstr ""
3514
 
3515
+ #: settings.php:1902
3516
  msgid ""
3517
  "Comma separated url query parameters or cookies with optional values (use "
3518
  "'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
3519
  msgstr ""
3520
 
3521
+ #: settings.php:1918
3522
  msgid "Referrers"
3523
  msgstr ""
3524
 
3525
+ #: settings.php:1921
3526
  msgid "Toggle referer editor"
3527
  msgstr ""
3528
 
3529
+ #: settings.php:1924
3530
  msgid ""
3531
  "Comma separated domains, use # for no referrer, you can also use partial "
3532
  "domains with * (domain-start*. *domain-pattern*, *domain-end)"
3533
  msgstr ""
3534
 
3535
+ #: settings.php:1940
3536
  msgid "Clients"
3537
  msgstr ""
3538
 
3539
+ #: settings.php:1943
3540
  msgid "Toggle client editor"
3541
  msgstr ""
3542
 
3543
+ #: settings.php:1946
3544
  msgid ""
3545
  "Comma separated names (operating systems, browsers, devices). You can also "
3546
  "list partial user agent strings with * (user-agent-start*. *user-agent-"
3547
  "pattern*, *user-agent-end)"
3548
  msgstr ""
3549
 
3550
+ #: settings.php:1972
3551
  msgid "Enable widget for this block"
3552
  msgstr ""
3553
 
3554
+ #: settings.php:1984
3555
  msgid "Enable shortcode for manual insertion of this block in posts and pages"
3556
  msgstr ""
3557
 
3558
+ #: settings.php:1985 settings.php:4375
3559
  msgid "Shortcode"
3560
  msgstr ""
3561
 
3562
+ #: settings.php:2000
3563
  msgid ""
3564
  "Enable PHP function call to insert this block at any position in theme file. "
3565
  "If function is disabled for block it will return empty string."
3566
  msgstr ""
3567
 
3568
+ #: settings.php:2001
3569
  msgid "PHP function"
3570
  msgstr ""
3571
 
3572
+ #: settings.php:2016
3573
  msgid "Client-side device detection"
3574
  msgstr ""
3575
 
3576
+ #: settings.php:2017
3577
  msgid "Server-side device detection"
3578
  msgstr ""
3579
 
3580
+ #: settings.php:2024
3581
  msgid "Use client-side detection to"
3582
  msgstr ""
3583
 
3584
+ #: settings.php:2026
3585
  msgid "Either show/hide or insert when the page is loaded on wanted viewports"
3586
  msgstr ""
3587
 
3588
  #. Translators: only on (the following devices): viewport names (devices)
3589
  #. listed
3590
+ #: settings.php:2031
3591
  msgid "only on"
3592
  msgstr ""
3593
 
3594
+ #: settings.php:2059
3595
  msgid "Device min width %s px"
3596
  msgstr ""
3597
 
3598
+ #: settings.php:2085
3599
  msgid "Use server-side detection to insert block only for"
3600
  msgstr ""
3601
 
3602
+ #: settings.php:2104
3603
  msgid "Filter"
3604
  msgstr ""
3605
 
3606
+ #: settings.php:2105
3607
  msgid "Word Count"
3608
  msgstr ""
3609
 
3610
+ #: settings.php:2106 settings.php:4365
3611
  msgid "Scheduling"
3612
  msgstr ""
3613
 
3614
+ #: settings.php:2107
3615
  msgid "Display"
3616
  msgstr ""
3617
 
3618
+ #: settings.php:2109 settings.php:2390
3619
  msgid "General"
3620
  msgstr ""
3621
 
3622
+ #: settings.php:2121
3623
  msgid "Old settings for AMP pages detected"
3624
  msgstr ""
3625
 
3626
+ #: settings.php:2121
3627
  msgid ""
3628
  "To insert different codes on normal and AMP pages separate them with "
3629
  "[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
3630
  "when you need to insert THE SAME CODE also on AMP pages (no AMP separator)."
3631
  msgstr ""
3632
 
3633
+ #: settings.php:2121
3634
  msgid "AMP pages"
3635
  msgstr ""
3636
 
3637
+ #: settings.php:2126
3638
  msgid "Enable insertion for Ajax requests"
3639
  msgstr ""
3640
 
3641
+ #: settings.php:2126
3642
  msgid "Ajax requests"
3643
  msgstr ""
3644
 
3645
+ #: settings.php:2131
3646
  msgid "Enable insertion in RSS feeds"
3647
  msgstr ""
3648
 
3649
+ #: settings.php:2131
3650
  msgid "RSS Feed"
3651
  msgstr ""
3652
 
3653
+ #: settings.php:2136
3654
  msgid "Enable insertion on page for Error 404: Page not found"
3655
  msgstr ""
3656
 
3657
+ #: settings.php:2136
3658
  msgid "Error 404 page"
3659
  msgstr ""
3660
 
3661
+ #: settings.php:2148
3662
  msgid "Maximum number of insertions of this block. Empty or 0 means no limit."
3663
  msgstr ""
3664
 
3665
+ #: settings.php:2149
3666
  msgid "insertions"
3667
  msgstr ""
3668
 
3669
+ #: settings.php:2151
3670
  msgid ""
3671
  "Count this block for Max blocks per page limit (defined on the tab [*] / tab "
3672
  "General)"
3673
  msgstr ""
3674
 
3675
+ #: settings.php:2154 settings.php:2578
3676
  msgid "Max blocks per page"
3677
  msgstr ""
3678
 
3679
+ #: settings.php:2166
3680
  msgid "Insert for"
3681
  msgstr ""
3682
 
3683
+ #: settings.php:2174
3684
  msgid ""
3685
  "Insert block only when WP function [[in_the_loop ()]] returns true (WP loop "
3686
  "is currently active). Might speed up insertion on content pages when "
3687
  "[[the_content]] filter hook is called multiple times."
3688
  msgstr ""
3689
 
3690
+ #: settings.php:2178
3691
  msgid "Insert only in the loop"
3692
  msgstr ""
3693
 
3694
+ #: settings.php:2181
3695
  msgid ""
3696
  "When enabled, Javascript code (if needed for the blok) will be inserted next "
3697
  "to the block HTML code. Otherwise, the Javascript code will be inserted in "
3699
  "footer."
3700
  msgstr ""
3701
 
3702
+ #: settings.php:2185
3703
  msgid "Embed JS code"
3704
  msgstr ""
3705
 
3706
+ #: settings.php:2188
3707
  msgid ""
3708
  "Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
3709
  msgstr ""
3710
 
3711
+ #: settings.php:2192
3712
  msgid "Disable caching"
3713
  msgstr ""
3714
 
3715
+ #: settings.php:2204
3716
  msgid "Filter insertions"
3717
  msgstr ""
3718
 
3719
+ #: settings.php:2207
3720
  msgid ""
3721
  "Filter multiple insertions by specifying wanted insertions for this block - "
3722
  "single number, comma separated numbers or %N for every N insertions - empty "
3724
  "using only one insertion type."
3725
  msgstr ""
3726
 
3727
+ #: settings.php:2210
3728
  msgid "using"
3729
  msgstr ""
3730
 
3731
+ #: settings.php:2229
3732
  msgid "Checked means specified calls are unwanted"
3733
  msgstr ""
3734
 
3735
+ #: settings.php:2229
3736
  msgid "Invert filter"
3737
  msgstr ""
3738
 
3739
+ #: settings.php:2236
3740
  msgid "Minimum number of post/static page words, leave empty for no limit"
3741
  msgstr ""
3742
 
3743
+ #: settings.php:2238
3744
  msgid "Maximum number of post/static page words, leave empty for no limit"
3745
  msgstr ""
3746
 
3747
+ #: settings.php:2251
3748
  msgid "for"
3749
  msgstr ""
3750
 
3751
+ #: settings.php:2251
3752
  msgid "days after publishing"
3753
  msgstr ""
3754
 
3755
+ #: settings.php:2253
3756
  msgid "Not available"
3757
  msgstr ""
3758
 
3759
+ #. Translators: do not translate [[width]] - it is a CSS property
3760
+ #: settings.php:2265
3761
+ msgid ""
3762
+ "Block width: empty means width not defined, number means width in pixels, "
3763
+ "any other value mens CSS [[width]] property"
3764
+ msgstr ""
3765
+
3766
+ #. Translators: do not translate [[height]] - it is a CSS property
3767
+ #: settings.php:2269
3768
+ msgid ""
3769
+ "Block height: empty means height not defined, number means height in pixels, "
3770
+ "any other value mens CSS [[height]] property"
3771
+ msgstr ""
3772
+
3773
+ #: settings.php:2275 settings.php:2570
3774
  msgid "Ad label"
3775
  msgstr ""
3776
 
3777
+ #: settings.php:2296
3778
  msgid "General tag"
3779
  msgstr ""
3780
 
3781
+ #: settings.php:2300
3782
  msgid "Used for [adinserter data=''] shortcodes when no data is found"
3783
  msgstr ""
3784
 
3785
  #. translators: %s: HTML tags
3786
+ #: settings.php:2309
3787
  msgid ""
3788
  "%s WARNING: %s %s No Wrapping %s style has no wrapping code needed for "
3789
  "client-side device detection!"
3790
  msgstr ""
3791
 
3792
  #. translators: %s: HTML tags for text and link
3793
+ #: settings.php:2323
3794
  msgid ""
3795
  "%s WARNING: %s Settings Filter or Max insertions can't work with %s Client-"
3796
  "side %s insertion. Use %s Server-side %s insertion."
3797
  msgstr ""
3798
 
3799
+ #: settings.php:2339
3800
  msgid "Settings"
3801
  msgstr ""
3802
 
3803
+ #: settings.php:2342
3804
  msgid "Settings timestamp"
3805
  msgstr ""
3806
 
3807
+ #: settings.php:2355
3808
  msgid "Are you sure you want to reset all settings?"
3809
  msgstr ""
3810
 
3811
+ #: settings.php:2355
3812
  msgid "Reset All Settings"
3813
  msgstr ""
3814
 
3815
+ #: settings.php:2391
3816
  msgid "Viewports"
3817
  msgstr ""
3818
 
3819
+ #: settings.php:2392
3820
  msgid "Hooks"
3821
  msgstr ""
3822
 
3823
+ #: settings.php:2393
3824
  msgid "Header"
3825
  msgstr ""
3826
 
3827
+ #: settings.php:2394 strings.php:30
3828
  msgid "Footer"
3829
  msgstr ""
3830
 
3831
+ #: settings.php:2399
3832
  msgid "Debugging"
3833
  msgstr ""
3834
 
3835
+ #: settings.php:2409
3836
  msgid "Plugin priority"
3837
  msgstr ""
3838
 
3839
+ #: settings.php:2417
3840
  msgid "Output buffering"
3841
  msgstr ""
3842
 
3843
+ #: settings.php:2420
3844
  msgid "Needed for position Above header but may not work with all themes"
3845
  msgstr ""
3846
 
3847
+ #: settings.php:2428
3848
  msgid "Syntax highlighting theme"
3849
  msgstr ""
3850
 
3851
+ #: settings.php:2435
3852
  msgctxt "no syntax highlighting themes"
3853
  msgid "None"
3854
  msgstr ""
3855
 
3856
+ #: settings.php:2436
3857
  msgid "No Syntax Highlighting"
3858
  msgstr ""
3859
 
3860
+ #: settings.php:2438
3861
  msgctxt "syntax highlighting themes"
3862
  msgid "Light"
3863
  msgstr ""
3864
 
3865
+ #: settings.php:2453
3866
  msgctxt "syntax highlighting themes"
3867
  msgid "Dark"
3868
  msgstr ""
3869
 
3870
+ #: settings.php:2479
3871
+ msgid "Tab setup delay"
3872
+ msgstr ""
3873
+
3874
+ #: settings.php:2487
3875
  msgid "Min. user role for ind. exceptions editing"
3876
  msgstr ""
3877
 
3878
+ #: settings.php:2497
3879
  msgid "Disable caching for logged in administrators"
3880
  msgstr ""
3881
 
3882
+ #: settings.php:2500
3883
  msgid ""
3884
  "Enabled means that logged in administrators will see non-cached (live) pages "
3885
  "(applies to WP Super Cache, W3 Total Cache and WP Rocket plugins)"
3886
  msgstr ""
3887
 
3888
+ #: settings.php:2508
3889
  msgid "Wait for jQuery"
3890
  msgstr ""
3891
 
3892
+ #: settings.php:2511
3893
  msgid ""
3894
  "When enabled, Ad Inserter will wait for jQuery library to be loaded before "
3895
  "it will run the scripts that may need it"
3896
  msgstr ""
3897
 
3898
+ #: settings.php:2519
3899
  msgid "Sticky widget mode"
3900
  msgstr ""
3901
 
3902
+ #: settings.php:2522
3903
  msgid ""
3904
  "CSS mode is the best approach but may not work with all themes. JavaScript "
3905
  "mode works with most themes but may reload ads on page load."
3906
  msgstr ""
3907
 
3908
+ #: settings.php:2530
3909
  msgid "Sticky widget top margin"
3910
  msgstr ""
3911
 
3912
+ #: settings.php:2538
3913
  msgid "Dynamic blocks"
3914
  msgstr ""
3915
 
3916
+ #: settings.php:2551
3917
  msgid "Functions for paragraph counting"
3918
  msgstr ""
3919
 
3920
+ #: settings.php:2554
3921
  msgid ""
3922
  "Standard PHP functions are faster and work in most cases, use Multibyte "
3923
  "functions if paragraphs are not counted properly on non-english pages."
3924
  msgstr ""
3925
 
3926
+ #: settings.php:2562
3927
  msgid "No paragraph counting inside"
3928
  msgstr ""
3929
 
3930
+ #: settings.php:2573
3931
  msgid "Label text or HTML code"
3932
  msgstr ""
3933
 
3934
+ #: settings.php:2581
3935
  msgid ""
3936
  "Maximum number of inserted blocks per page. You need to enable Max page "
3937
  "insertions (button Misc / tab Insertion) to count block for this limit."
3938
  msgstr ""
3939
 
3940
+ #: settings.php:2595
3941
  msgid "Plugin usage tracking"
3942
  msgstr ""
3943
 
3944
  #. translators: %s: Ad Inserter
3945
+ #: settings.php:2598
3946
  msgid ""
3947
  "Enable tracking of %s usage and help us to make improvements to the plugin. "
3948
  "Only information regarding the WordPress environment and %s usage is "
3949
  "recorded (once per month and on events like plugin activation/deactivation)."
3950
  msgstr ""
3951
 
3952
+ #: settings.php:2616
3953
  msgid "CSS class name for the wrapping div"
3954
  msgstr ""
3955
 
3956
+ #: settings.php:2616
3957
  msgid "Block class name"
3958
  msgstr ""
3959
 
3960
+ #: settings.php:2622
3961
  msgid "Include block number class"
3962
  msgstr ""
3963
 
3964
+ #: settings.php:2622
3965
  msgid "Block number class"
3966
  msgstr ""
3967
 
3968
+ #: settings.php:2627
3969
  msgid "Include block name class"
3970
  msgstr ""
3971
 
3972
+ #: settings.php:2627
3973
  msgid "Block name class"
3974
  msgstr ""
3975
 
3976
+ #: settings.php:2632
3977
  msgid ""
3978
  "Instead of alignment classes generate inline alignment styles for blocks"
3979
  msgstr ""
3980
 
3981
+ #: settings.php:2632
3982
  msgid "Inline styles"
3983
  msgstr ""
3984
 
3985
+ #: settings.php:2638
3986
  msgid "Preview of the block wrapping code"
3987
  msgstr ""
3988
 
3989
+ #: settings.php:2639
3990
  msgid "Wrapping div"
3991
  msgstr ""
3992
 
3993
+ #: settings.php:2640 settings.php:3080
3994
  msgid "BLOCK CODE"
3995
  msgstr ""
3996
 
3997
+ #: settings.php:2648
3998
  msgid "Viewport Settings used for client-side device detection"
3999
  msgstr ""
4000
 
4001
  #. Translators: %d: viewport number
4002
+ #: settings.php:2656
4003
  msgid "Viewport %d name"
4004
  msgstr ""
4005
 
4006
+ #: settings.php:2659
4007
  msgid "min width"
4008
  msgstr ""
4009
 
4010
+ #: settings.php:2670
4011
  msgid "Custom Hooks"
4012
  msgstr ""
4013
 
4014
+ #: settings.php:2682 settings.php:2685
4015
  msgid "Enable hook"
4016
  msgstr ""
4017
 
4018
  #. translators: %d: hook number
4019
+ #: settings.php:2685
4020
  msgid "Hook %d name"
4021
  msgstr ""
4022
 
4023
+ #: settings.php:2688
4024
  msgid "Hook name for automatic insertion selection"
4025
  msgstr ""
4026
 
4027
+ #: settings.php:2691
4028
  msgid "action"
4029
  msgstr ""
4030
 
4031
+ #: settings.php:2694
4032
  msgid "Action name as used in the do_action () function"
4033
  msgstr ""
4034
 
4035
+ #: settings.php:2697
4036
  msgid "priority"
4037
  msgstr ""
4038
 
4039
+ #: settings.php:2700
4040
  msgid "Priority for the hook (default is 10)"
4041
  msgstr ""
4042
 
4043
+ #: settings.php:2721
4044
  msgid "Enable insertion of this code into HTML page header"
4045
  msgstr ""
4046
 
4047
+ #: settings.php:2725 settings.php:2792 settings.php:2974
4048
  msgid "Process PHP code"
4049
  msgstr ""
4050
 
4051
+ #: settings.php:2729
4052
  msgid "HTML Page Header Code"
4053
  msgstr ""
4054
 
4055
+ #: settings.php:2737
4056
  msgid "Code in the %s section of the HTML page"
4057
  msgstr ""
4058
 
4059
+ #: settings.php:2738
4060
  msgctxt "code in the header"
4061
  msgid "NOT ENABLED"
4062
  msgstr ""
4063
 
4064
+ #: settings.php:2755 settings.php:2823
4065
  msgid "Use server-side detection to insert code only for"
4066
  msgstr ""
4067
 
4068
+ #: settings.php:2770
4069
  msgid ""
4070
  "Enable insertion of this code into HTML page header on page for Error 404: "
4071
  "Page not found"
4072
  msgstr ""
4073
 
4074
+ #: settings.php:2770 settings.php:2838
4075
  msgid "Insert on Error 404 page"
4076
  msgstr ""
4077
 
4078
+ #: settings.php:2788
4079
  msgid "Enable insertion of this code into HTML page footer"
4080
  msgstr ""
4081
 
4082
+ #: settings.php:2796
4083
  msgid "HTML Page Footer Code"
4084
  msgstr ""
4085
 
4086
  #. translators: %s: HTML tags
4087
+ #: settings.php:2804
4088
  msgid "Code before the %s tag of the the HTML page"
4089
  msgstr ""
4090
 
4091
+ #: settings.php:2805
4092
  msgctxt "code in the footer"
4093
  msgid "NOT ENABLED"
4094
  msgstr ""
4095
 
4096
+ #: settings.php:2838
4097
  msgid ""
4098
  "Enable insertion of this code into HTML page footer on page for Error 404: "
4099
  "Page not found"
4100
  msgstr ""
4101
 
4102
+ #: settings.php:2854
4103
  msgid "Code for ad blocking detection inserted. Click for details."
4104
  msgstr ""
4105
 
4106
+ #: settings.php:2859
4107
  msgid "Enable detection of ad blocking"
4108
  msgstr ""
4109
 
4110
+ #: settings.php:2877
4111
  msgid "Global action when ad blocking is detected"
4112
  msgstr ""
4113
 
4114
+ #: settings.php:2883
4115
  msgid "No action for"
4116
  msgstr ""
4117
 
4118
+ #: settings.php:2884
4119
  msgid "Exceptions for global action when ad blocking is detected."
4120
  msgstr ""
4121
 
4122
+ #: settings.php:2894
4123
  msgid "Delay Action"
4124
  msgstr ""
4125
 
4126
+ #: settings.php:2897
4127
  msgid ""
4128
  "Number of page views to delay action when ad blocking is detected. Leave "
4129
  "empty for no delay (action fires on first page view). Sets cookie."
4130
  msgstr ""
4131
 
4132
+ #: settings.php:2897
4133
  msgctxt "Delay Action for x "
4134
  msgid "page views"
4135
  msgstr ""
4136
 
4137
+ #: settings.php:2902
4138
  msgid "No Action Period"
4139
  msgstr ""
4140
 
4141
+ #: settings.php:2905
4142
  msgid ""
4143
  "Number of days to supress action when ad blocking is detected. Leave empty "
4144
  "for no no-action period (action fires always after defined page view delay). "
4145
  "Sets cookie."
4146
  msgstr ""
4147
 
4148
+ #: settings.php:2905
4149
  msgctxt "no action period"
4150
  msgid "days"
4151
  msgstr ""
4152
 
4153
+ #: settings.php:2910
4154
  msgid "Custom Selectors"
4155
  msgstr ""
4156
 
4157
+ #: settings.php:2913
4158
  msgid ""
4159
  "Comma seprarated list of selectors (.class, #id) used for additional ad "
4160
  "blocking detection. Invisible element or element with zero height means ad "
4161
  "blocking is present."
4162
  msgstr ""
4163
 
4164
+ #: settings.php:2925
4165
  msgid "Redirection Page"
4166
  msgstr ""
4167
 
4168
+ #: settings.php:2937
4169
  msgid "Custom Url"
4170
  msgstr ""
4171
 
4172
+ #: settings.php:2942
4173
  msgid ""
4174
  "Static page for redirection when ad blocking is detected. For other pages "
4175
  "select Custom url and set it below."
4176
  msgstr ""
4177
 
4178
+ #: settings.php:2951
4179
  msgid "Custom Redirection Url"
4180
  msgstr ""
4181
 
4182
+ #: settings.php:2963
4183
  msgid "Message HTML code"
4184
  msgstr ""
4185
 
4186
+ #: settings.php:2976
4187
  msgid "Preview message when ad blocking is detected"
4188
  msgstr ""
4189
 
4190
+ #: settings.php:3005
4191
  msgid "Prevent visitors from closing the warning message"
4192
  msgstr ""
4193
 
4194
+ #: settings.php:3005
4195
  msgid "Undismissible Message"
4196
  msgstr ""
4197
 
4198
+ #: settings.php:3011
4199
  msgid "Not undismissible for"
4200
  msgstr ""
4201
 
4202
+ #: settings.php:3012
4203
  msgid "Users which can close the warning message."
4204
  msgstr ""
4205
 
4206
+ #: settings.php:3026
4207
  msgid ""
4208
  "Force showing admin toolbar for administrators when viewing site. Enable "
4209
  "this option when you are logged in as admin and you don't see admin toolbar."
4210
  msgstr ""
4211
 
4212
+ #: settings.php:3034
4213
  msgid "Disable header code (Header tab)"
4214
  msgstr ""
4215
 
4216
+ #: settings.php:3038
4217
  msgid "Disable footer code (Footer tab)"
4218
  msgstr ""
4219
 
4220
  #. translators: %s: Ad Inserter
4221
+ #: settings.php:3042
4222
  msgid "Disable %s JavaScript code"
4223
  msgstr ""
4224
 
4225
  #. translators: %s: Ad Inserter
4226
+ #: settings.php:3046
4227
  msgid "Disable %s CSS code"
4228
  msgstr ""
4229
 
4230
+ #: settings.php:3050
4231
  msgid ""
4232
  "Disable PHP code processing (in all blocks including header and footer code)"
4233
  msgstr ""
4234
 
4235
+ #: settings.php:3054
4236
  msgid "Disable insertion of all blocks"
4237
  msgstr ""
4238
 
4239
+ #: settings.php:3058
4240
  msgid "Disable insertions"
4241
  msgstr ""
4242
 
4243
  #. translators: %s: Ad Inserter
4244
+ #: settings.php:3070
4245
  msgid "%s CSS CODE"
4246
  msgstr ""
4247
 
4248
+ #: settings.php:3073
4249
  msgid "HEADER CODE"
4250
  msgstr ""
4251
 
4252
  #. translators: %s: PHP tags
4253
+ #: settings.php:3079
4254
  msgid "BLOCK PHP CODE"
4255
  msgstr ""
4256
 
4257
  #. translators: %s: Ad Inserter
4258
+ #: settings.php:3085
4259
  msgid "%s JS CODE"
4260
  msgstr ""
4261
 
4262
+ #: settings.php:3088
4263
  msgid "FOOTER CODE"
4264
  msgstr ""
4265
 
4266
+ #: settings.php:3097
4267
  msgid "Force showing admin toolbar when viewing site"
4268
  msgstr ""
4269
 
4270
+ #: settings.php:3104
4271
  msgid "Enable debugging functions in admin toolbar"
4272
  msgstr ""
4273
 
4274
+ #: settings.php:3106
4275
  msgid "Debugging functions in admin toolbar"
4276
  msgstr ""
4277
 
4278
+ #: settings.php:3113
4279
  msgid "Enable debugging functions in admin toolbar on mobile screens"
4280
  msgstr ""
4281
 
4282
+ #: settings.php:3115
4283
  msgid "Debugging functions on mobile screens"
4284
  msgstr ""
4285
 
4286
+ #: settings.php:3122
4287
  msgid ""
4288
  "Enable Debugger widget and code insertion debugging (blocks, positions, "
4289
  "tags, processing) by url parameters for non-logged in users. Enable this "
4292
  "administrators debugging is always enabled."
4293
  msgstr ""
4294
 
4295
+ #: settings.php:3124
4296
  msgid "Remote debugging"
4297
  msgstr ""
4298
 
4299
+ #: settings.php:3131
4300
  msgid ""
4301
  "Disable translation to see original texts for the settings and messages in "
4302
  "English"
4303
  msgstr ""
4304
 
4305
+ #: settings.php:3133
4306
  msgid "Disable translation"
4307
  msgstr ""
4308
 
4309
+ #: settings.php:3503
4310
  msgid "Available positions for current theme"
4311
  msgstr ""
4312
 
4313
+ #: settings.php:3504
4314
  msgid "Error checking pages"
4315
  msgstr ""
4316
 
4317
+ #: settings.php:3507
4318
  msgid "Toggle theme checker for available positions for automatic insertion"
4319
  msgstr ""
4320
 
4321
+ #: settings.php:3507
4322
  msgctxt "Button"
4323
  msgid "Check"
4324
  msgstr ""
4325
 
4326
+ #: settings.php:3514
4327
  msgid "Position"
4328
  msgstr ""
4329
 
4330
+ #: settings.php:3519
4331
  msgid "Archive pages"
4332
  msgstr ""
4333
 
4334
+ #: settings.php:3578
4335
  msgid ""
4336
  "Position not available because output buffering (tab [*]) is not enabled"
4337
  msgstr ""
4338
 
4339
+ #: settings.php:3581 strings.php:248
4340
  msgid "Position not checked yet"
4341
  msgstr ""
4342
 
4343
+ #: settings.php:3617
4344
  msgid "Toggle active/all blocks"
4345
  msgstr ""
4346
 
4347
+ #: settings.php:3621 strings.php:235
4348
  msgid "Rearrange block order"
4349
  msgstr ""
4350
 
4351
+ #: settings.php:3626
4352
  msgid "Save new block order"
4353
  msgstr ""
4354
 
4355
+ #: settings.php:3652
4356
  msgid "Toggle active/all ad units"
4357
  msgstr ""
4358
 
4359
+ #: settings.php:3656
4360
  msgid "Reload AdSense ad units"
4361
  msgstr ""
4362
 
4363
+ #: settings.php:3660
4364
  msgid "Clear authorization to access AdSense account"
4365
  msgstr ""
4366
 
4367
+ #: settings.php:3664 settings.php:4532 settings.php:4599 strings.php:243
4368
  msgid "Google AdSense Homepage"
4369
  msgstr ""
4370
 
4371
+ #: settings.php:3680
4372
  msgid "Switch to physical ads.txt file"
4373
  msgstr ""
4374
 
4375
+ #: settings.php:3681
4376
  msgid "Switch to virtual ads.txt file"
4377
  msgstr ""
4378
 
4379
  #. translators: %s: ads.txt
4380
+ #: settings.php:3691
4381
  msgid "Open %s"
4382
  msgstr ""
4383
 
4384
+ #: settings.php:3699
4385
  msgid "Reload ads.txt file"
4386
  msgstr ""
4387
 
4388
+ #: settings.php:3703 settings.php:4659
4389
  msgid "Save"
4390
  msgstr ""
4391
 
4392
  #. translators: %s: Ad Inserter
4393
+ #: settings.php:3881
4394
  msgid "ads.txt file: %s virtual ads.txt file"
4395
  msgstr ""
4396
 
4397
+ #: settings.php:3886 settings.php:3906 strings.php:224
4398
  msgid "Warning"
4399
  msgstr ""
4400
 
4401
  #. translators: %s: Ad Inserter
4402
+ #: settings.php:3886
4403
  msgid "%s virtual file ads.txt not found"
4404
  msgstr ""
4405
 
4406
+ #: settings.php:3894
4407
  msgid "IMPORTANT"
4408
  msgstr ""
4409
 
4410
+ #: settings.php:3894
4411
  msgid "ads.txt file must be placed on the root domain"
4412
  msgstr ""
4413
 
4414
+ #: settings.php:3899
4415
  msgid "ads.txt file"
4416
  msgstr ""
4417
 
4418
+ #: settings.php:3899
4419
  msgid "NOT WRITABLE"
4420
  msgstr ""
4421
 
4422
+ #: settings.php:3906
4423
  msgid "file %s not found"
4424
  msgstr ""
4425
 
4426
+ #: settings.php:3916
4427
  msgid "Account IDs found in blocks but not present in the ads.txt file"
4428
  msgstr ""
4429
 
4430
  #. translators: %s: Ad Inserter
4431
+ #: settings.php:3922
4432
  msgid "%s virtual ads.txt file"
4433
  msgstr ""
4434
 
4435
+ #: settings.php:3944
4436
  msgid "Advertising system"
4437
  msgstr ""
4438
 
4439
+ #: settings.php:3945
4440
  msgid "Account ID"
4441
  msgstr ""
4442
 
4443
+ #: settings.php:3947
4444
  msgid "Certification authority ID"
4445
  msgstr ""
4446
 
4447
+ #: settings.php:3962
4448
  msgid "Account ID found in block and present in ads.txt"
4449
  msgstr ""
4450
 
4451
+ #: settings.php:3966
4452
  msgid "Account ID found in block but not present in ads.txt"
4453
  msgstr ""
4454
 
4455
+ #: settings.php:4315
4456
  msgid "Preview block"
4457
  msgstr ""
4458
 
4459
+ #: settings.php:4322
4460
  msgid "Pause block"
4461
  msgstr ""
4462
 
4463
+ #: settings.php:4361
4464
  msgid "Automatic insertion"
4465
  msgstr ""
4466
 
4467
  #. translators: %s HTML tags
4468
+ #: settings.php:4362 settings.php:5338
4469
  msgid "PHP code processing"
4470
  msgstr ""
4471
 
4472
+ #: settings.php:4364
4473
  msgid "Device detection"
4474
  msgstr ""
4475
 
4476
+ #: settings.php:4387
4477
  msgid "No active block"
4478
  msgstr ""
4479
 
4480
+ #: settings.php:4388
4481
  msgid "No block matches search keywords"
4482
  msgstr ""
4483
 
4484
+ #: settings.php:4443
4485
  msgid "Ad unit"
4486
  msgstr ""
4487
 
4488
+ #: settings.php:4445
4489
  msgid "Slot ID"
4490
  msgstr ""
4491
 
4492
+ #: settings.php:4471
4493
  msgid "Copy AdSense code"
4494
  msgstr ""
4495
 
4496
+ #: settings.php:4474
4497
  msgid "Preview AdSense ad"
4498
  msgstr ""
4499
 
4500
+ #: settings.php:4477
4501
  msgid "Get AdSense code"
4502
  msgstr ""
4503
 
4504
  #. translators: %s: HTML tags
4505
+ #: settings.php:4509
4506
  msgid ""
4507
  "Please %s clear authorization %s with the button %s above and once again "
4508
  "authorize access to your AdSense account."
4509
  msgstr ""
4510
 
4511
+ #: settings.php:4528
4512
  msgid "AdSense Integration"
4513
  msgstr ""
4514
 
4515
+ #: settings.php:4530
4516
  msgid "AdSense Integration - Step 2"
4517
  msgstr ""
4518
 
4519
  #. translators: %s: HTML tags
4520
+ #: settings.php:4536
4521
  msgid ""
4522
  "Authorize %s to access your AdSense account. Click on the %s Get "
4523
  "Authorization Code %s button to open a new window where you can allow "
4526
  msgstr ""
4527
 
4528
  #. translators: %s: HTML tags
4529
+ #: settings.php:4543
4530
  msgid ""
4531
  "If you get error, can't access ad units or would like to use own Google API "
4532
  "IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
4534
  msgstr ""
4535
 
4536
  #. translators: %s: HTML tags
4537
+ #: settings.php:4545
4538
  msgid ""
4539
  "Now you can authorize %s to access your AdSense account. Click on the %s Get "
4540
  "Authorization Code %s button to open a new window where you can allow "
4543
  msgstr ""
4544
 
4545
  #. translators: %s: HTML tags
4546
+ #: settings.php:4552
4547
  msgid ""
4548
  "If you get error %s invalid client %s click on the button %s Clear and "
4549
  "return to Step 1 %s to re-enter Client ID and Client Secret."
4550
  msgstr ""
4551
 
4552
+ #: settings.php:4563
4553
  msgid "Get Authorization Code"
4554
  msgstr ""
4555
 
4556
+ #: settings.php:4566
4557
  msgid "Enter Authorization Code"
4558
  msgstr ""
4559
 
4560
+ #: settings.php:4576
4561
  msgid "Use own API IDs"
4562
  msgstr ""
4563
 
4564
+ #: settings.php:4578
4565
  msgid "Clear and return to Step 1"
4566
  msgstr ""
4567
 
4568
+ #: settings.php:4582
4569
  msgid "Authorize"
4570
  msgstr ""
4571
 
4572
+ #: settings.php:4598
4573
  msgid "AdSense Integration - Step 1"
4574
  msgstr ""
4575
 
4576
  #. translators: %s: Ad Inserter
4577
+ #: settings.php:4602
4578
  msgid ""
4579
  "Here can %s list configured AdSense ad units and get code for AdSense ads. "
4580
  "To do this you need to authorize %s to access your AdSense account. The "
4583
  msgstr ""
4584
 
4585
  #. translators: %s: HTML tags
4586
+ #: settings.php:4611
4587
  msgid "Go to %s Google APIs and Services console %s"
4588
  msgstr ""
4589
 
4590
  #. translators: %1: Ad Inserter, 2, 3: HTML tags
4591
+ #: settings.php:4612
4592
  msgid ""
4593
  "Create %1$s project - if the project and IDs are already created click on "
4594
  "the %2$s Credentials %3$s in the sidebar and go to step 16"
4595
  msgstr ""
4596
 
4597
  #. translators: %s: HTML tags
4598
+ #: settings.php:4613
4599
  msgid ""
4600
  "Click on project selection and then click on the %s NEW PROJECT %s button to "
4601
  "create a new project"
4602
  msgstr ""
4603
 
4604
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
4605
+ #: settings.php:4614
4606
  msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
4607
  msgstr ""
4608
 
4609
  #. translators: %s: HTML tags
4610
+ #: settings.php:4615
4611
  msgid ""
4612
  "Click on project selection, wait for the project to be created and then and "
4613
  "select %s as the current project"
4614
  msgstr ""
4615
 
4616
  #. translators: %s: HTML tags
4617
+ #: settings.php:4616
4618
  msgid "Click on %s ENABLE APIS AND SERVICES %s"
4619
  msgstr ""
4620
 
4621
  #. translators: %s: HTML tags
4622
+ #: settings.php:4617
4623
  msgid "Search for adsense and enable %s"
4624
  msgstr ""
4625
 
4626
  #. translators: %s: HTML tags
4627
+ #: settings.php:4618
4628
  msgid "Click on %s CREATE CREDENTIALS %s"
4629
  msgstr ""
4630
 
4631
  #. translators: %s: HTML tags
4632
+ #: settings.php:4619
4633
  msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
4634
  msgstr ""
4635
 
4636
  #. translators: %s: HTML tags
4637
+ #: settings.php:4620
4638
  msgid "For %s What data will you be accessing? %s select %s User data %s"
4639
  msgstr ""
4640
 
4641
  #. translators: %s: HTML tags
4642
+ #: settings.php:4621
4643
  msgid "Click on %s What credentials do I need? %s"
4644
  msgstr ""
4645
 
4646
  #. translators: %s: HTML tags
4647
+ #: settings.php:4622
4648
  msgid ""
4649
  "Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
4650
  "Ad Inserter client %s"
4651
  msgstr ""
4652
 
4653
  #. translators: %s: HTML tags
4654
+ #: settings.php:4623
4655
  msgid ""
4656
  "Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
4657
  "enter %s"
4658
  msgstr ""
4659
 
4660
  #. translators: %s: HTML tags
4661
+ #: settings.php:4624
4662
  msgid "Click on %s Continue %s"
4663
  msgstr ""
4664
 
4665
  #. translators: %s: HTML tags
4666
+ #: settings.php:4625
4667
  msgid "Click on %s Done %s"
4668
  msgstr ""
4669
 
4670
  #. translators: %s: HTML tags
4671
+ #: settings.php:4626
4672
  msgid ""
4673
  "Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
4674
  "secret %s"
4675
  msgstr ""
4676
 
4677
+ #: settings.php:4627
4678
  msgid "Copy them to the appropriate fields below"
4679
  msgstr ""
4680
 
4681
+ #: settings.php:4633
4682
  msgid "Client ID"
4683
  msgstr ""
4684
 
4685
+ #: settings.php:4636
4686
  msgid "Enter Client ID"
4687
  msgstr ""
4688
 
4689
+ #: settings.php:4641
4690
  msgid "Client secret"
4691
  msgstr ""
4692
 
4693
+ #: settings.php:4644
4694
  msgid "Enter Client secret"
4695
  msgstr ""
4696
 
4697
+ #: settings.php:4654
4698
  msgid "Use default API IDs"
4699
  msgstr ""
4700
 
4701
+ #: settings.php:4822
4702
  msgid "All posts"
4703
  msgstr ""
4704
 
4705
+ #: settings.php:4823
4706
  msgid "All static pages"
4707
  msgstr ""
4708
 
4709
+ #: settings.php:4978 settings.php:4991 settings.php:5005 settings.php:5021
4710
  msgid "Blank ad blocks? Looking for AdSense alternative?"
4711
  msgstr ""
4712
 
4713
+ #: settings.php:4983 settings.php:4996 settings.php:5010 settings.php:5026
4714
+ #: settings.php:5221 settings.php:5224 settings.php:5226 settings.php:5235
4715
+ #: settings.php:5244 settings.php:5249 settings.php:5257 settings.php:5258
4716
+ #: settings.php:5261 settings.php:5264 settings.php:5268 settings.php:5278
4717
+ #: settings.php:5282
4718
  msgid "Looking for AdSense alternative?"
4719
  msgstr ""
4720
 
4721
+ #: settings.php:5038
4722
  msgid "Try Infolinks Ads with Adsense or Media.net ads"
4723
  msgstr ""
4724
 
4725
+ #: settings.php:5043 settings.php:5218 settings.php:5239 settings.php:5267
4726
+ #: settings.php:5286
4727
  msgid "Use Infolinks ads with Adsense to earn more"
4728
  msgstr ""
4729
 
4730
+ #: settings.php:5064 settings.php:5114
4731
  msgid "Support plugin development"
4732
  msgstr ""
4733
 
4734
+ #: settings.php:5069 settings.php:5115
4735
  msgid ""
4736
  "If you like Ad Inserter and have a moment, please help me spread the word by "
4737
  "reviewing the plugin on WordPres"
4738
  msgstr ""
4739
 
4740
+ #: settings.php:5069
4741
  msgctxt "Review Ad Inserter"
4742
  msgid "Review"
4743
  msgstr ""
4744
 
4745
+ #: settings.php:5074
4746
  msgid ""
4747
  "If you like Ad Inserter and have a moment, please help me spread the word by "
4748
  "rating the plugin on WordPres"
4749
  msgstr ""
4750
 
4751
+ #: settings.php:5074
4752
  msgctxt "Rate Ad Inserter"
4753
  msgid "Rate"
4754
  msgstr ""
4755
 
4756
+ #: settings.php:5079
4757
  msgid ""
4758
  "Support free Ad Inserter development. If you are making money with Ad "
4759
  "Inserter consider donating some small amount. Even 1 dollar counts. Thank "
4760
  "you!"
4761
  msgstr ""
4762
 
4763
+ #: settings.php:5079
4764
  msgid "Donate"
4765
  msgstr ""
4766
 
4767
+ #: settings.php:5086 settings.php:5130
4768
  msgid "Average rating of the plugin - Thank you!"
4769
  msgstr ""
4770
 
4771
  #. translators: %s: Ad Inserter, HTML tags
4772
+ #: settings.php:5097
4773
  msgid ""
4774
  "You've been using %s for a while now, and I hope you're happy with it. "
4775
  "Positive %s reviews %s are a great way to show your appreciation for my "
4778
  "your website. When you rate it with 5 stars it's like saying 'Thank you'."
4779
  msgstr ""
4780
 
4781
+ #: settings.php:5115
4782
  msgid "Review"
4783
  msgstr ""
4784
 
4785
+ #: settings.php:5119
4786
  msgid "Ad Inserter on Twitter"
4787
  msgstr ""
4788
 
4789
+ #: settings.php:5120
4790
  msgid "Ad Inserter on Facebook"
4791
  msgstr ""
4792
 
4793
+ #: settings.php:5123
4794
  msgid "Follow Ad Inserter"
4795
  msgstr ""
4796
 
4797
  #. translators: %s: HTML tags
4798
+ #: settings.php:5150
4799
  msgid ""
4800
  "Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
4801
  "and %s Common Settings %s pages"
4802
  msgstr ""
4803
 
4804
  #. translators: %s: HTML tags
4805
+ #: settings.php:5162
4806
  msgid ""
4807
  "%s New to %s AdSense? %s %s %s Connect your site %s - %s In-feed ads, %s %s "
4808
+ "Auto ads, %s %s AMP ads %s"
 
4809
  msgstr ""
4810
 
4811
  #. translators: %s: HTML tags
4812
+ #: settings.php:5179
4813
  msgid ""
4814
  "Become an %s affiliate %s for Ad Inserter Pro and earn commission for each "
4815
  "purchase you refer to us"
4816
  msgstr ""
4817
 
4818
  #. translators: %s: HTML tags
4819
+ #: settings.php:5186
4820
  msgid ""
4821
  "Ads are not showing? Check %s troubleshooting guide %s to find out how to "
4822
  "diagnose and fix the problem."
4823
  msgstr ""
4824
 
4825
  #. translators: %s: HTML tags
4826
+ #: settings.php:5190
4827
  msgid ""
4828
  "If you need any kind of help or support, please do not hesitate to open a "
4829
  "thread on the %s support forum. %s"
4830
  msgstr ""
4831
 
4832
+ #: settings.php:5217 settings.php:5287 settings.php:5291
4833
  msgid "Code preview with visual CSS editor"
4834
  msgstr ""
4835
 
4836
+ #: settings.php:5220 settings.php:5248
4837
+ msgid "Ad blocking detection and content protection"
4838
  msgstr ""
4839
 
4840
+ #: settings.php:5223 settings.php:5276
4841
+ msgid "A/B testing - Track ad impressions and clicks"
4842
  msgstr ""
4843
 
4844
+ #: settings.php:5240
4845
+ msgid "Insert ads on AMP pages"
4846
  msgstr ""
4847
 
4848
+ #: settings.php:5299
4849
  msgid "Looking for Pro Ad Management plugin?"
4850
  msgstr ""
4851
 
4852
+ #: settings.php:5300
4853
  msgid "To Optimally Monetize your WordPress website?"
4854
  msgstr ""
4855
 
4856
  #. Translators: %s: price of Ad Inserter Pro
4857
+ #: settings.php:5301
4858
  msgid "Different license types starting from %s"
4859
  msgstr ""
4860
 
4861
  #. translators: %s HTML tags
4862
+ #: settings.php:5304
4863
  msgid "%s AdSense Integration %s"
4864
  msgstr ""
4865
 
4866
  #. translators: %s HTML tags
4867
+ #: settings.php:5305
4868
  msgid "Syntax highlighting %s editor %s"
4869
  msgstr ""
4870
 
4871
  #. translators: %s HTML tags
4872
+ #: settings.php:5306
4873
  msgid "%s Code preview %s with visual CSS editor"
4874
  msgstr ""
4875
 
4876
  #. translators: %s HTML tags
4877
+ #: settings.php:5307
4878
  msgid "Simple user interface - all settings on a single page"
4879
  msgstr ""
4880
 
4881
  #. translators: %s HTML tags
4882
+ #: settings.php:5308
4883
  msgid ""
4884
  "%s Automatic insertion %s before or after post / content / %s paragraph %s / "
4885
  "image / excerpt"
4886
  msgstr ""
4887
 
4888
  #. translators: %s HTML tags
4889
+ #: settings.php:5309
4890
  msgid "%s Automatic insertion %s between posts on blog pages"
4891
  msgstr ""
4892
 
4893
  #. translators: %s HTML tags
4894
+ #: settings.php:5310
4895
  msgid "%s Automatic insertion %s before, between and after comments"
4896
  msgstr ""
4897
 
4898
  #. translators: %s HTML tags
4899
+ #: settings.php:5311
4900
  msgid "%s Automatic insertion %s after %s or before %s tag"
4901
  msgstr ""
4902
 
4903
  #. translators: %s HTML tags
4904
+ #: settings.php:5312
4905
  msgid "Automatic insertion at %s custom hook positions %s"
4906
  msgstr ""
4907
 
4908
  #. translators: %s HTML tags
4909
+ #: settings.php:5313
4910
  msgid ""
4911
  "Insertion %s before or after any HTML element on the page %s (using CSS "
4912
  "selectors)"
4913
  msgstr ""
4914
 
4915
  #. translators: %s HTML tags
4916
+ #: settings.php:5314
4917
  msgid "%s Insertion exceptions %s for individual posts and pages"
4918
  msgstr ""
4919
 
4920
  #. translators: %s HTML tags
4921
+ #: settings.php:5315
4922
  msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
4923
  msgstr ""
4924
 
4925
  #. translators: %s HTML tags
4926
+ #: settings.php:5316
4927
  msgid ""
4928
  "%s Sticky ads %s with optional close button (ads stay fixed when the page "
4929
  "scrolls)"
4930
  msgstr ""
4931
 
4932
  #. translators: %s HTML tags
4933
+ #: settings.php:5317
4934
  msgid "%s Background ads %s with one or left and right background images"
4935
  msgstr ""
4936
 
4937
  #. translators: %s HTML tags
4938
+ #: settings.php:5318
4939
  msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
4940
  msgstr ""
4941
 
4942
  #. translators: %s HTML tags
4943
+ #: settings.php:5319
4944
  msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
4945
  msgstr ""
4946
 
4947
  #. translators: %s HTML tags
4948
+ #: settings.php:5320
4949
  msgid ""
4950
  "%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
4951
  "visible)"
4952
  msgstr ""
4953
 
4954
  #. translators: %s HTML tags
4955
+ #: settings.php:5321
4956
  msgid ""
4957
  "%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
4958
  msgstr ""
4959
 
4960
  #. translators: %s HTML tags
4961
+ #: settings.php:5322
4962
  msgid "Block %s alignment and style %s customizations"
4963
  msgstr ""
4964
 
4965
  #. translators: %s HTML tags
4966
+ #: settings.php:5323
4967
  msgid ""
4968
  "%s Clearance %s options to avoid insertion near images or headers (AdSense "
4969
  "TOS)"
4970
  msgstr ""
4971
 
4972
  #. translators: %s HTML tags
4973
+ #: settings.php:5324
4974
  msgid ""
4975
  "Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
4976
  "feeds"
4977
  msgstr ""
4978
 
4979
  #. translators: %s HTML tags
4980
+ #: settings.php:5325
4981
  msgid "%s Ad rotation %s (works also with caching)"
4982
  msgstr ""
4983
 
4984
  #. translators: %s HTML tags
4985
+ #: settings.php:5326
4986
  msgid "Create, edit and check %s ads.txt %s file"
4987
  msgstr ""
4988
 
4989
  #. translators: %s HTML tags
4990
+ #: settings.php:5327
4991
  msgid ""
4992
  "Ad impression and click %s tracking %s (works also with Javascript ads like "
4993
  "AdSense)"
4994
  msgstr ""
4995
 
4996
  #. translators: %s HTML tags
4997
+ #: settings.php:5328
4998
  msgid "Internal or external %s tracking %s (via Google Analytics or Matomo)"
4999
  msgstr ""
5000
 
5001
  #. translators: %s HTML tags
5002
+ #: settings.php:5329
5003
  msgid "%s Public web reports %s for clients, export to PDF"
5004
  msgstr ""
5005
 
5006
  #. translators: %s HTML tags
5007
+ #: settings.php:5330
5008
  msgid "Support for %s A/B testing %s"
5009
  msgstr ""
5010
 
5011
  #. translators: %s HTML tags
5012
+ #: settings.php:5331
5013
  msgid "Frequency capping - %s limit impressions or clicks %s"
5014
  msgstr ""
5015
 
5016
  #. translators: %s HTML tags
5017
+ #: settings.php:5332
5018
  msgid "Click fraud %s protection %s"
5019
  msgstr ""
5020
 
5021
  #. translators: %s HTML tags
5022
+ #: settings.php:5333
5023
+ msgid "Support for %s GDPR consent cookie checks %s"
5024
+ msgstr ""
5025
+
5026
+ #. translators: %s HTML tags
5027
+ #: settings.php:5334
5028
  msgid "Support for %s lazy loading %s"
5029
  msgstr ""
5030
 
5031
  #. translators: %s HTML tags
5032
+ #: settings.php:5335
5033
  msgid "Support for ads on %s AMP pages %s"
5034
  msgstr ""
5035
 
5036
  #. translators: %s HTML tags
5037
+ #: settings.php:5336
5038
  msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
5039
  msgstr ""
5040
 
5041
  #. translators: %s HTML tags
5042
+ #: settings.php:5337
5043
  msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
5044
  msgstr ""
5045
 
5046
  #. translators: %s HTML tags
5047
+ #: settings.php:5339
5048
  msgid "%s Banner %s code generator"
5049
  msgstr ""
5050
 
5051
  #. translators: %s HTML tags
5052
+ #: settings.php:5340
5053
  msgid "Support for %s header and footer %s code"
5054
  msgstr ""
5055
 
5056
  #. translators: %s HTML tags
5057
+ #: settings.php:5341
5058
  msgid "Support for Google Analytics, Matomo or any other web analytics code"
5059
  msgstr ""
5060
 
5061
  #. translators: %s HTML tags
5062
+ #: settings.php:5342
5063
  msgid "Desktop, tablet and phone server-side %s device detection %s"
5064
  msgstr ""
5065
 
5066
  #. translators: %s HTML tags
5067
+ #: settings.php:5343
5068
  msgid "Client-side %s mobile device detection %s (works with caching)"
5069
  msgstr ""
5070
 
5071
  #. translators: %s HTML tags
5072
+ #: settings.php:5344
5073
  msgid ""
5074
  "%s Ad blocking detection %s - popup message, ad replacement, content "
5075
  "protection"
5076
  msgstr ""
5077
 
5078
  #. translators: %s HTML tags
5079
+ #: settings.php:5345
5080
  msgid "%s Ad blocking statistics %s"
5081
  msgstr ""
5082
 
5083
  #. translators: %s HTML tags
5084
+ #: settings.php:5346
5085
  msgid ""
5086
  "%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
5087
  "referrers, operating systems, browsers"
5088
  msgstr ""
5089
 
5090
  #. translators: %s HTML tags
5091
+ #: settings.php:5347
5092
  msgid ""
5093
  "%s Black/White-list %s IP addresses or countries (works also with caching)"
5094
  msgstr ""
5095
 
5096
  #. translators: %s HTML tags
5097
+ #: settings.php:5348
5098
  msgid "%s Multisite options %s to limit settings on the sites"
5099
  msgstr ""
5100
 
5101
  #. translators: %s HTML tags
5102
+ #: settings.php:5349
5103
  msgid "%s Import/Export %s block or plugin settings"
5104
  msgstr ""
5105
 
5106
  #. translators: %s HTML tags
5107
+ #: settings.php:5350
5108
  msgid "%s Insertion scheduling %s with fallback option"
5109
  msgstr ""
5110
 
5111
  #. translators: %s HTML tags
5112
+ #: settings.php:5351
5113
  msgid "Country-level %s GEO targeting %s (works also with caching)"
5114
  msgstr ""
5115
 
5116
  #. translators: %s HTML tags
5117
+ #: settings.php:5352
5118
  msgid "Simple troubleshooting with many %s debugging functions %s"
5119
  msgstr ""
5120
 
5121
  #. translators: %s HTML tags
5122
+ #: settings.php:5353
5123
  msgid "%s Visualization %s of inserted blocks or ads for easier placement"
5124
  msgstr ""
5125
 
5126
  #. translators: %s HTML tags
5127
+ #: settings.php:5354
5128
  msgid "%s Visualization %s of available positions for automatic ad insertion"
5129
  msgstr ""
5130
 
5131
  #. translators: %s HTML tags
5132
+ #: settings.php:5355
5133
  msgid ""
5134
  "%s Visualization %s of HTML tags for easier ad placement between paragraphs"
5135
  msgstr ""
5136
 
5137
  #. translators: %s HTML tags
5138
+ #: settings.php:5356
5139
  msgid "%s Clipboard support %s to easily copy blocks or settings"
5140
  msgstr ""
5141
 
5142
  #. translators: %s HTML tags
5143
+ #: settings.php:5357
5144
  msgid "No ads on the settings page"
5145
  msgstr ""
5146
 
5147
  #. translators: %s HTML tags
5148
+ #: settings.php:5358
5149
  msgid "Premium support"
5150
  msgstr ""
5151
 
5152
  #. translators: %s HTML tags
5153
+ #: settings.php:5361
5154
  msgid ""
5155
  "Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
5156
  "website with many advertising features to automatically insert adverts on "
5165
  msgstr ""
5166
 
5167
  #. translators: %s HTML tags
5168
+ #: settings.php:5374
5169
  msgid "Looking for %s Pro Ad Management plugin? %s"
5170
  msgstr ""
5171
 
5172
  #. translators: %s HTML tags
5173
+ #: settings.php:5379
5174
  msgid "Ads between posts"
5175
  msgstr ""
5176
 
5177
  #. translators: %s HTML tags
5178
+ #: settings.php:5380
5179
  msgid "Ads between comments"
5180
  msgstr ""
5181
 
5182
  #. translators: %s HTML tags
5183
+ #: settings.php:5381
5184
  msgid "Support via email"
5185
  msgstr ""
5186
 
5187
  #. translators: %s HTML tags
5188
+ #: settings.php:5387
5189
  msgid "%s Sticky positions %s"
5190
  msgstr ""
5191
 
5192
  #. translators: %s HTML tags
5193
+ #: settings.php:5388
5194
  msgid "%s Limit insertions %s"
5195
  msgstr ""
5196
 
5197
  #. translators: %s HTML tags
5198
+ #: settings.php:5389
5199
  msgid "%s Clearance %s options"
5200
  msgstr ""
5201
 
5202
  #. translators: %s HTML tags
5203
+ #: settings.php:5395
5204
  msgid "Ad rotation"
5205
  msgstr ""
5206
 
5207
  #. translators: %s HTML tags
5208
+ #: settings.php:5396
5209
  msgid "%s A/B testing %s"
5210
  msgstr ""
5211
 
5212
  #. translators: %s HTML tags
5213
+ #: settings.php:5397
5214
  msgid "%s Ad tracking %s"
5215
  msgstr ""
5216
 
5217
  #. translators: %s HTML tags
5218
+ #: settings.php:5403
5219
  msgid "Support for %s AMP pages %s"
5220
  msgstr ""
5221
 
5222
  #. translators: %s HTML tags
5223
+ #: settings.php:5404
5224
  msgid "%s Ad blocking detection %s"
5225
  msgstr ""
5226
 
5227
  #. translators: %s HTML tags
5228
+ #: settings.php:5405
5229
  msgid "%s Mobile device detection %s"
5230
  msgstr ""
5231
 
5232
  #. translators: %s HTML tags
5233
+ #: settings.php:5412
5234
  msgid "64 code blocks"
5235
  msgstr ""
5236
 
5237
  #. translators: %s HTML tags
5238
+ #: settings.php:5413
5239
  msgid "%s GEO targeting %s"
5240
  msgstr ""
5241
 
5242
  #. translators: %s HTML tags
5243
+ #: settings.php:5414
5244
  msgid "%s Scheduling %s"
5245
  msgstr ""
5246
 
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: ads, adsense, ad rotation, ad manager, amp, amazon, ad blocking detection,
6
  Requires at least: 4.6
7
  Tested up to: 5.5
8
  Requires PHP: 5.6
9
- Stable tag: 2.6.11
10
  License: GPLv3
11
 
12
  Manage Google AdSense, Media.net, Amazon banners, ads.txt, ad rotation, sticky widgets, AMP ads, DFP, tracking, AdSense header and footer code
@@ -79,6 +79,8 @@ It's all about the [settings](https://adinserter.pro/documentation).
79
  * PHP code processing
80
  * Ad labels - show customized label above adverts
81
  * ads.txt editor
 
 
82
  * Ad rotation (server-side and client-side - works with caching)
83
  * Timed ad rotation - define times to rotate adverts in a single ad block
84
  * Create rich media ads with standard WordPress TinyMCE editor
@@ -131,6 +133,7 @@ It's all about the [settings](https://adinserter.pro/documentation).
131
  * [background ads (skin ads)](https://adinserter.pro/documentation/sticky-ads#background-ads)
132
  * Support for sticky ad bar
133
  * Support for scheduling date and time with fallback option
 
134
  * Support for ads in iframes
135
  * Anti ad blocking features - replace ads, protect content
136
  * Ad blocking statistics
@@ -252,25 +255,25 @@ Of course, the ads you may insert with the plugin may use own cookies - please c
252
 
253
  = How to display a GDPR compliant cookie message? =
254
 
255
- You can use any plugin for GDPR compliance / cookie consent. For example:
256
-
257
- * [Cookie Notice for GDPR](https://wordpress.org/plugins/cookie-notice/)
258
- * [Cookie Consent](https://wordpress.org/plugins/uk-cookie-consent/)
259
- * [GDPR Cookie Consent](https://wordpress.org/plugins/cookie-law-info/)
260
 
261
  PLEASE NOTE: Installing GDPR plugin alone does not make your site GDPR compliant. Since ads you insert may use various cookies, you may need to make sure you have necessary configurations in place. Please check next question regarding showing ads based on visitor's consent.
262
 
263
  = How to show ads based on visitor's consent? =
264
 
265
- Ad Inserter supports inserting (showing) ads based on cookies or cookie values. You can define cookie conditions by black/whitelisting *Url parameters* (where also [cookies are checked](https://adinserter.pro/documentation/black-and-white-lists#cookies)).
266
 
267
  PLEASE NOTE: If you are using caching (very likely) you also need to set **Dynamic blocks** to **Client-side insert** (tab &#9881; / tab General) in order to check cookies in visitor's browser and not when the page is generated.
268
 
269
- For example, If you are using one of the following plugins for cookie consent you need to **whitelist the following cookie and value in Url parameter list**:
270
 
271
  * [GDPR Cookie Consent](https://wordpress.org/plugins/cookie-law-info/) - Whitelist `viewed_cookie_policy=yes`
272
  * [Cookie Notice for GDPR](https://wordpress.org/plugins/cookie-notice/) - Whitelist `cookie_notice_accepted=true`
273
  * [Cookie Consent](https://wordpress.org/plugins/uk-cookie-consent/) - Whitelist `catAccCookies=1`
 
 
 
 
274
 
275
  = Will Ad Inserter work when jQuery is deferred? =
276
 
@@ -332,6 +335,13 @@ If you are not happy to reveal this information and you have opted in, simply di
332
 
333
  == Changelog ==
334
 
 
 
 
 
 
 
 
335
  = 2.6.11 =
336
  - Added support for IAB Transparency & Consent Framework 2.0
337
  - Added support for taxonomy for primary category
@@ -435,83 +445,19 @@ If you are not happy to reveal this information and you have opted in, simply di
435
  - Default value for Wait for jQuery set to Enabled
436
  - Few minor bug fixes, cosmetic changes and code improvements
437
 
438
- = 2.5.10 =
439
- - Optimized Javascript code to allow advanced optimizations
440
- - Added support to wait for jQuery so it can be deferred
441
- - Added support for children categories in lists
442
- - Added support to load settings page in safe mode
443
- - Added warning notice if PHP version is below 5.6
444
- - Improved user interface for lists
445
- - Modified Javascript code that was wrongly replaced by CDN url
446
- - Fix for updates server access warning message (Pro only)
447
- - Few minor bug fixes, cosmetic changes and code improvements
448
-
449
- = 2.5.9 =
450
- - Added support for block name class
451
- - Added support for code generator for AdSense sticky AMP ads
452
- - Fix for paragraph clearance issues
453
- - Few minor bug fixes, cosmetic changes and code improvements
454
-
455
- = 2.5.8 =
456
- - Added support to call function adinserter () with block name
457
- - Added support to insert header code with HEAD separator only once
458
- - Additional info for errors when saving settings
459
- - Improved support for insertion between posts on AMP pages
460
- - Implemented compatibility with other plugins using phpQuery library
461
- - Added support for shortcode to disable tracking on specific pages (Pro only)
462
- - Few minor bug fixes, cosmetic changes and code improvements
463
-
464
- = 2.5.7 =
465
- - Fix for error when saving settings
466
-
467
- = 2.5.6 =
468
- - Added support for PenCi Soledad AMP plugin
469
- - Fix for php processing on multisite installations
470
- - Fix for client-side referrer check
471
- - Fix for header and footer code on AMP pages using AMP plugin
472
- - Few minor bug fixes, cosmetic changes and code improvements
473
-
474
- = 2.5.5 =
475
- - Added support for client list (black/whitelist operating systems, browsers, device names)
476
- - Fix for replaced tags with default value {name:default-value}
477
- - Few minor bug fixes, cosmetic changes and code improvements
478
-
479
- = 2.5.4 =
480
- - Minor bug fix regarding update checks (Pro only)
481
-
482
- = 2.5.3 =
483
- - Added support for warning when Ad Inserter is disabled by AMPforWP Plugin Manager
484
- - Added support for block shortcode attributes
485
- - Added support for post ID list to include all posts or static pages
486
- - Added option for maximum number of paragraphs
487
- - Added support to check for update server accessibility (Pro only)
488
- - Added ids to ad blocking popup message and overlay elements
489
- - Few minor bug fixes, cosmetic changes and code improvements
490
-
491
- = 2.5.2 =
492
- - Added options to define paragraph counting inside container elements
493
- - Added support to pin block list (Pro only)
494
- - Few minor bug fixes, cosmetic changes and code improvements
495
-
496
- = 2.5.1 =
497
- - Few minor bug fixes (Pro only)
498
-
499
- = 2.5.0 =
500
- - Improved user interface
501
- - Simplified user interface for individual post/page exceptions
502
- - Added support for virtual ads.txt file
503
- - Added support for frequency capping (Pro only)
504
- - Added support for click fraud detection (Pro only)
505
- - Changed url prefix for public reports to avoid possible url collisions (Pro only)
506
- - Fix for shortcode processing when blocks were used before init hook
507
- - Many minor bug fixes, cosmetic changes and code improvements
508
-
509
  = Earlier versions =
510
 
511
  For the changelog of earlier versions, please refer to the separate changelog.txt file.
512
 
513
  == Upgrade Notice ==
514
 
 
 
 
 
 
 
 
515
  = 2.6.11 =
516
  Added support for IAB Transparency & Consent Framework 2.0;
517
  Added support for taxonomy for primary category;
@@ -615,74 +561,3 @@ Improved ad blocking detection;
615
  Default value for Wait for jQuery set to Enabled;
616
  Few minor bug fixes, cosmetic changes and code improvements
617
 
618
- = 2.5.10 =
619
- Optimized Javascript code to allow advanced optimizations;
620
- Added support to wait for jQuery so it can be deferred;
621
- Added support for children categories in lists;
622
- Added support to load settings page in safe mode;
623
- Added warning notice if PHP version is below 5.6;
624
- Improved user interface for lists;
625
- Modified Javascript code that was wrongly replaced by CDN url;
626
- Fix for updates server access warning message (Pro only);
627
- Few minor bug fixes, cosmetic changes and code improvements
628
-
629
- = 2.5.9 =
630
- Added support for block name class;
631
- Added support for code generator for AdSense sticky AMP ads;
632
- Fix for paragraph clearance issues;
633
- Few minor bug fixes, cosmetic changes and code improvements
634
-
635
- = 2.5.8 =
636
- Added support to call function adinserter () with block name;
637
- Added support to insert header code with HEAD separator only once;
638
- Additional info for errors when saving settings;
639
- Improved support for insertion between posts on AMP pages;
640
- Implemented compatibility with other plugins using phpQuery library;
641
- Added support for shortcode to disable tracking on specific pages (Pro only);
642
- Few minor bug fixes, cosmetic changes and code improvements
643
-
644
- = 2.5.7 =
645
- Fix for error when saving settings
646
-
647
- = 2.5.6 =
648
- Added support for PenCi Soledad AMP plugin;
649
- Fix for php processing on multisite installations;
650
- Fix for client-side referrer check;
651
- Fix for header and footer code on AMP pages using AMP plugin;
652
- Few minor bug fixes, cosmetic changes and code improvements
653
-
654
- = 2.5.5 =
655
- Added support for client list (black/whitelist operating systems, browsers, device names);
656
- Fix for replaced tags with default value {name:default-value};
657
- Few minor bug fixes, cosmetic changes and code improvements
658
-
659
- = 2.5.4 =
660
- Minor bug fix regarding update checks (Pro only)
661
-
662
- = 2.5.3 =
663
- Added support for warning when Ad Inserter is disabled by AMPforWP Plugin Manager;
664
- Added support for block shortcode attributes;
665
- Added support for post ID list to include all posts or static pages;
666
- Added option for maximum number of paragraphs;
667
- Added support to check for update server accessibility (Pro only);
668
- Added ids to ad blocking popup message and overlay elements;
669
- Few minor bug fixes, cosmetic changes and code improvements
670
-
671
- = 2.5.2 =
672
- Added options to define paragraph counting inside container elements;
673
- Added support to pin block list (Pro only);
674
- Few minor bug fixes, cosmetic changes and code improvements
675
-
676
- = 2.5.1 =
677
- Few minor bug fixes (Pro only)
678
-
679
- = 2.5.0 =
680
- Improved user interface;
681
- Simplified user interface for individual post/page exceptions;
682
- Added support for virtual ads.txt file;
683
- Added support for frequency capping (Pro only);
684
- Added support for click fraud detection (Pro only);
685
- Changed url prefix for public reports to avoid possible url collisions (Pro only);
686
- Fix for shortcode processing when blocks were used before init hook;
687
- Many minor bug fixes, cosmetic changes and code improvements
688
-
6
  Requires at least: 4.6
7
  Tested up to: 5.5
8
  Requires PHP: 5.6
9
+ Stable tag: 2.6.12
10
  License: GPLv3
11
 
12
  Manage Google AdSense, Media.net, Amazon banners, ads.txt, ad rotation, sticky widgets, AMP ads, DFP, tracking, AdSense header and footer code
79
  * PHP code processing
80
  * Ad labels - show customized label above adverts
81
  * ads.txt editor
82
+ * Support for [GDPR consent checks](https://adinserter.pro/faq/gdpr-compliance-cookies-consent)
83
+ * Support for IAB TCF 2.0 GDPR consent API (used by Quantcast Choice)
84
  * Ad rotation (server-side and client-side - works with caching)
85
  * Timed ad rotation - define times to rotate adverts in a single ad block
86
  * Create rich media ads with standard WordPress TinyMCE editor
133
  * [background ads (skin ads)](https://adinserter.pro/documentation/sticky-ads#background-ads)
134
  * Support for sticky ad bar
135
  * Support for scheduling date and time with fallback option
136
+ * Support to show ads as soon as the GDPR consent is given
137
  * Support for ads in iframes
138
  * Anti ad blocking features - replace ads, protect content
139
  * Ad blocking statistics
255
 
256
  = How to display a GDPR compliant cookie message? =
257
 
258
+ You can use any plugin for GDPR compliance / cookie consent. You can also prevent inserting ad codes and displaying ads before the consent is given - check [How to show ads based on visitors' consent](https://adinserter.pro/faq/gdpr-compliance-cookies-consent).
 
 
 
 
259
 
260
  PLEASE NOTE: Installing GDPR plugin alone does not make your site GDPR compliant. Since ads you insert may use various cookies, you may need to make sure you have necessary configurations in place. Please check next question regarding showing ads based on visitor's consent.
261
 
262
  = How to show ads based on visitor's consent? =
263
 
264
+ Ad Inserter supports inserting ad codes (and showing ads) based on cookies or cookie values. You can define cookie conditions by black/whitelisting *Url parameters* (where also [cookies are checked](https://adinserter.pro/documentation/black-and-white-lists#cookies)).
265
 
266
  PLEASE NOTE: If you are using caching (very likely) you also need to set **Dynamic blocks** to **Client-side insert** (tab &#9881; / tab General) in order to check cookies in visitor's browser and not when the page is generated.
267
 
268
+ For example, If you are using one of the following plugins for the consents you need to **whitelist the following cookie and value in Url parameter list**:
269
 
270
  * [GDPR Cookie Consent](https://wordpress.org/plugins/cookie-law-info/) - Whitelist `viewed_cookie_policy=yes`
271
  * [Cookie Notice for GDPR](https://wordpress.org/plugins/cookie-notice/) - Whitelist `cookie_notice_accepted=true`
272
  * [Cookie Consent](https://wordpress.org/plugins/uk-cookie-consent/) - Whitelist `catAccCookies=1`
273
+ * [Quantcast Choice](https://wordpress.org/plugins/quantcast-choice/) or any other solution based on IAB TCF 2.0 - For Google ads (AdSense) whitelist
274
+ `euconsent-v2[vendor][consents][755]=true && euconsent-v2[purpose][consents][1]=true, euconsent-v2[gdprApplies]=false`
275
+
276
+ Make sure **Dynamic blocks** are set to **Client-side insert** (tab &#9881; / tab General). For more details please check [How to show ads based on visitors' consent](https://adinserter.pro/faq/gdpr-compliance-cookies-consent).
277
 
278
  = Will Ad Inserter work when jQuery is deferred? =
279
 
335
 
336
  == Changelog ==
337
 
338
+ = 2.6.12 =
339
+ - Improved ad blocking detection
340
+ - Added options to delay client-side insertions at HTML element
341
+ - Added support to check for multiple cookie values (needed for IAB TCF 2.0)
342
+ - Added filter hooks for block processing
343
+ - Few minor bug fixes, cosmetic changes and code improvements
344
+
345
  = 2.6.11 =
346
  - Added support for IAB Transparency & Consent Framework 2.0
347
  - Added support for taxonomy for primary category
445
  - Default value for Wait for jQuery set to Enabled
446
  - Few minor bug fixes, cosmetic changes and code improvements
447
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
448
  = Earlier versions =
449
 
450
  For the changelog of earlier versions, please refer to the separate changelog.txt file.
451
 
452
  == Upgrade Notice ==
453
 
454
+ = 2.6.12 =
455
+ Improved ad blocking detection;
456
+ Added options to delay client-side insertions at HTML element;
457
+ Added support to check for multiple cookie values (needed for IAB TCF 2.0);
458
+ Added filter hooks for block processing;
459
+ Few minor bug fixes, cosmetic changes and code improvements
460
+
461
  = 2.6.11 =
462
  Added support for IAB Transparency & Consent Framework 2.0;
463
  Added support for taxonomy for primary category;
561
  Default value for Wait for jQuery set to Enabled;
562
  Few minor bug fixes, cosmetic changes and code improvements
563
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
settings.php CHANGED
@@ -231,7 +231,7 @@ function generate_settings_form (){
231
  if ($range_end > 96) $range_end = 96;
232
  if (($active_tab >= $range_start && $active_tab <= $range_end) || ($start == $range_start && $active_tab == 0)) $style = "font-weight: bold; color: #44e; "; else $style = "";
233
  ?>
234
- <button type="button" class="ai-top-button" id="button-range-<?php echo $range; ?>" style="margin-right: 0px; outline-color: transparent;" onclick="window.location.href='<?php echo admin_url('options-general.php?page=ad-inserter.php&start='.$range_start.$url_safe_mode); ?>'">
235
  <span style="<?php echo $style; ?>"><?php echo $range_start, " - ", $range_end; ?></span>
236
  </button>
237
  <?php } ?>
@@ -631,7 +631,8 @@ function generate_settings_form (){
631
  $adb_block_action_active = $obj->get_adb_block_action () != AI_ADB_BLOCK_ACTION_DO_NOTHING;
632
 
633
  $display_options =
634
- $obj->get_show_label () || $obj->get_lazy_loading () || $obj->get_protected () || $obj->get_manual_loading () != AI_MANUAL_LOADING_DISABLED ||
 
635
  $obj->get_close_button () || $obj->get_auto_close_time () || $obj->get_stay_closed_time () ||
636
  $obj->get_delay_showing () || $obj->get_show_every () ||
637
  $obj->get_iframe ();
@@ -1409,7 +1410,7 @@ function generate_settings_form (){
1409
  <?php if (function_exists ('ai_sticky_animation')) ai_sticky_animation ($block, $obj, $default); ?>
1410
 
1411
  <div id="html-element-settings-<?php echo $block; ?>" class="rounded" style="<?php echo $html_settings ? "" : " display: none;" ?>">
1412
- <div class="max-input" style="margin: 0 0 8px 0;">
1413
  <span style="display: table-cell; width: 1px; white-space: nowrap;">
1414
  <?php _e ('HTML element', 'ad-inserter'); ?>
1415
  &nbsp;&nbsp;
@@ -1449,8 +1450,33 @@ function generate_settings_form (){
1449
  <?php endif; ?>
1450
  </select>
1451
  </span>
1452
- <span id="server-side-insertion-<?php echo $block; ?>" style="display: table-cell; text-align: right; white-space: nowrap;<?php if ($html_element_insertion == AI_HTML_INSERTION_SEREVR_SIDE) echo 'display: none;'; ?>">
1453
- &nbsp;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1454
  <?php _e ('Code position', 'ad-inserter'); ?>
1455
  <select style="max-width: 140px; margin-bottom: 3px;" name="<?php echo AI_OPTION_SERVER_SIDE_INSERTION, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_server_side_insertion (); ?>" title="<?php _e ('Page position where the code for client-side insertion will be inserted.', 'ad-inserter'); ?>">
1456
  <option value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_POST; ?>" <?php echo ($server_side_insertion == AI_AUTOMATIC_INSERTION_BEFORE_POST) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_POST; ?></option>
@@ -1460,6 +1486,9 @@ function generate_settings_form (){
1460
  <option value="<?php echo AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1; ?>" <?php echo ($server_side_insertion == AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo $custom_hook ['name']; ?></option>
1461
  <?php } ?>
1462
  </select>
 
 
 
1463
  </span>
1464
  </div>
1465
  </div>
@@ -2232,16 +2261,26 @@ function generate_settings_form (){
2232
  <tbody>
2233
  <tr>
2234
  <td style="width: 10%;">
 
 
 
 
 
 
 
 
 
2235
  <input type="hidden" name="<?php echo AI_OPTION_SHOW_LABEL, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
2236
  <input id="show-label-<?php echo $block; ?>" type="checkbox" name="<?php echo AI_OPTION_SHOW_LABEL, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_show_label (); ?>" <?php if ($obj->get_show_label () == AI_ENABLED) echo 'checked '; ?> />
2237
  <label for="show-label-<?php echo $block; ?>"><?php _e ('Ad label', 'ad-inserter'); ?></label>
2238
  </td>
2239
- <?php if (function_exists ('ai_display_lazy')) ai_display_lazy ($block, $obj, $default); ?>
2240
  </tr>
2241
  </tbody>
2242
  </table>
2243
  </div>
2244
 
 
 
2245
  <?php if (function_exists ('ai_close_button')) ai_close_button ($block, $obj, $default); ?>
2246
 
2247
  <?php if (function_exists ('ai_delay_showing')) ai_delay_showing ($block, $obj, $default); ?>
@@ -2658,7 +2697,7 @@ function generate_settings_form (){
2658
  <?php _e ('priority', 'ad-inserter'); ?>
2659
  </td>
2660
  <td>
2661
- <input title="<?php _e ('Priority for the hook (default is 10)', 'ad-inserter'); ?>" type="text" name="hook-priority-<?php echo $hook; ?>" default="<?php echo DEFAULT_CUSTOM_HOOK_PRIORITY; ?>" value="<?php echo get_hook_priority ($hook); ?>" size="5" maxlength="7" />
2662
  </td>
2663
  </tr>
2664
  <?php
@@ -3857,7 +3896,7 @@ function ads_txt ($action) {
3857
  }
3858
  echo '<table border-spacing="0" cell-spacing="0"><tbody>';
3859
  echo '<tr><td style="padding-right: 20px; font-weight: bold;">WordPress</td><td>', ABSPATH, '</td></tr>';
3860
- echo '<tr><td style="padding-right: 20px; font-weight: bold;">', __('ads.txt file', 'ad-inserter'), '</td><td>', $ads_txt_file, is_writable (dirname ($ads_txt_file)) ? '' : '<span style="margin-left: 20px; color: red;">'.__('NOT WRITABLE', 'ad-inserter').'</span>', '</td></tr>';
3861
  echo '</tbody></table>';
3862
 
3863
  echo '</div>';
@@ -4521,7 +4560,7 @@ function adsense_list () {
4521
  </tr>
4522
  <tr>
4523
  <td style="padding-right: 10px;">
4524
- <button type="button" class="ai-top-button" style="display: none; width: 162px; outline-color: transparent;" onclick="window.open('<?php echo $adsense->getAuthUrl (); ?>')"><?php _e ('Get Authorization Code', 'ad-inserter'); ?></button>
4525
  </td>
4526
  <td>
4527
  <input id="adsense-authorization-code" style="width: 100%;" type="text" value="" size="100" maxlength="200" title="<?php _e ('Enter Authorization Code', 'ad-inserter'); ?>"/>
@@ -4534,13 +4573,13 @@ function adsense_list () {
4534
  <tr>
4535
  <td>
4536
  <?php if ($adsense_ids): ?>
4537
- <button type="button" class="ai-top-button authorize-adsense own-ids" style="display: none; float: left; width: 162px; outline-color: transparent;"><?php _e ('Use own API IDs', 'ad-inserter'); ?></button>
4538
  <?php else: ?>
4539
- <button type="button" class="ai-top-button authorize-adsense clear-adsense" style="display: none; float: left; width: 162px; outline-color: transparent;"><?php _e ('Clear and return to Step 1', 'ad-inserter'); ?></button>
4540
  <?php endif; ?>
4541
  </td>
4542
  <td>
4543
- <button type="button" class="ai-top-button authorize-adsense" style="display: none; float: right; width: 162px; outline-color: transparent;"><?php _e ('Authorize', 'ad-inserter'); ?></button>
4544
  </td>
4545
  </tr>
4546
  </tbody>
@@ -4612,12 +4651,12 @@ function adsense_list () {
4612
  <tr>
4613
  <td>
4614
  <?php if (defined ('AI_ADSENSE_API_IDS') && defined ('AI_CI_STRING')): ?>
4615
- <button type="button" class="ai-top-button authorize-adsense clear-adsense" style="display: none; float: left; width: 162px; outline-color: transparent;"><?php _e ('Use default API IDs', 'ad-inserter'); ?></button>
4616
  <?php else: ?>
4617
  <?php endif; ?>
4618
  </td>
4619
  <td>
4620
- <button type="button" id="save-client-ids" class="ai-top-button" style="display: none; float: right; width: 162px; outline-color: transparent;"><?php _e ('Save', 'ad-inserter'); ?></button>
4621
  </td>
4622
  </tr>
4623
  </tbody>
@@ -5027,17 +5066,17 @@ function sidebar_support_review () {
5027
  switch ($text = rand (1,2)) {
5028
  case 1:
5029
  ?>
5030
- <button type="button" class="ai-top-button" style="display: none; margin: -5px 0px 0px 15px; min-width; 124px; width: 124px; outline-color: transparent;" onclick="window.open('https://wordpress.org/support/plugin/ad-inserter/reviews/?filter=5#new-post')" title="<?php _e ('If you like Ad Inserter and have a moment, please help me spread the word by reviewing the plugin on WordPres', 'ad-inserter'); ?>"><?php _ex ('Review', 'Review Ad Inserter', 'ad-inserter'); ?> Ad Inserter</button>
5031
  <?php
5032
  break;
5033
  default:
5034
  ?>
5035
- <button type="button" class="ai-top-button" style="display: none; margin: -5px 0px 0px 15px; min-width; 124px; width: 124px; outline-color: transparent;" onclick="window.open('https://wordpress.org/support/plugin/ad-inserter/reviews/?filter=5#new-post')" title="<?php _e ('If you like Ad Inserter and have a moment, please help me spread the word by rating the plugin on WordPres', 'ad-inserter'); ?>"><?php _ex ('Rate', 'Rate Ad Inserter', 'ad-inserter'); ?> Ad Inserter</button>
5036
  <?php
5037
  break;
5038
  }
5039
  ?>
5040
- <button type="button" class="ai-top-button" style="display: none; margin: -5px 0px 0px 15px; width: 62px; outline-color: transparent;" onclick="window.open('https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LHGZEMRTR7WB4')" title="<?php _e ('Support free Ad Inserter development. If you are making money with Ad Inserter consider donating some small amount. Even 1 dollar counts. Thank you!', 'ad-inserter'); ?>"><?php _e ('Donate', 'ad-inserter'); ?></button>
5041
  </div>
5042
 
5043
  <div style="float: right; margin: 7px 10px 0 0;">
@@ -5073,7 +5112,7 @@ function sidebar_support_plugin () {
5073
  <div class="ai-form header rounded no-select">
5074
  <div style="float: left;">
5075
  <h2 style="display: inline-block; margin: 7px 0;"><?php _e ('Support plugin development', 'ad-inserter'); ?></h2>
5076
- <button type="button" class="ai-top-button" style="display: none; margin: -5px 0px 0px 15px; min-width; 62px; width: 62px; outline-color: transparent;" onclick="window.open('https://wordpress.org/support/plugin/ad-inserter/reviews/?filter=5#new-post')" title="<?php _e ('If you like Ad Inserter and have a moment, please help me spread the word by reviewing the plugin on WordPres', 'ad-inserter'); ?>"><?php _e ('Review', 'ad-inserter'); ?></button>
5077
  </div>
5078
 
5079
  <div style="float: right;">
@@ -5291,6 +5330,7 @@ function sidebar_pro () {
5291
  <li><?php /* translators: %s HTML tags */ printf (__('Support for %s A/B testing %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-impression-and-click-tracking#ab-testing" class="simple-link" target="_blank">', '</a>'); ?></li>
5292
  <li><?php /* translators: %s HTML tags */ printf (__('Frequency capping - %s limit impressions or clicks %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-impression-and-click-limiting" class="simple-link" target="_blank">', '</a>'); ?></li>
5293
  <li><?php /* translators: %s HTML tags */ printf (__('Click fraud %s protection %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-impression-and-click-limiting#click-fraud-protection" class="simple-link" target="_blank">', '</a>'); ?></li>
 
5294
  <li><?php /* translators: %s HTML tags */ printf (__('Support for %s lazy loading %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/additional-block-settings#lazy-loading" class="simple-link" target="_blank">', '</a>'); ?></li>
5295
  <li><?php /* translators: %s HTML tags */ printf (__('Support for ads on %s AMP pages %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/amp-pages" class="simple-link" target="_blank">', '</a>'); ?></li>
5296
  <li><?php /* translators: %s HTML tags */ printf (__('Support for contextual %s Amazon Native Shopping Ads %s (responsive)', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/common-settings#amazon" class="simple-link" target="_blank">', '</a>'); ?></li>
231
  if ($range_end > 96) $range_end = 96;
232
  if (($active_tab >= $range_start && $active_tab <= $range_end) || ($start == $range_start && $active_tab == 0)) $style = "font-weight: bold; color: #44e; "; else $style = "";
233
  ?>
234
+ <button type="button" class="ai-top-button" id="button-range-<?php echo $range; ?>" style="margin-right: 0px; outline: none;" onclick="window.location.href='<?php echo admin_url('options-general.php?page=ad-inserter.php&start='.$range_start.$url_safe_mode); ?>'">
235
  <span style="<?php echo $style; ?>"><?php echo $range_start, " - ", $range_end; ?></span>
236
  </button>
237
  <?php } ?>
631
  $adb_block_action_active = $obj->get_adb_block_action () != AI_ADB_BLOCK_ACTION_DO_NOTHING;
632
 
633
  $display_options =
634
+ $obj->get_block_width () != '' || $obj->get_block_height () != '' || $obj->get_show_label () ||
635
+ $obj->get_lazy_loading () || $obj->get_protected () || $obj->get_manual_loading () != AI_MANUAL_LOADING_DISABLED ||
636
  $obj->get_close_button () || $obj->get_auto_close_time () || $obj->get_stay_closed_time () ||
637
  $obj->get_delay_showing () || $obj->get_show_every () ||
638
  $obj->get_iframe ();
1410
  <?php if (function_exists ('ai_sticky_animation')) ai_sticky_animation ($block, $obj, $default); ?>
1411
 
1412
  <div id="html-element-settings-<?php echo $block; ?>" class="rounded" style="<?php echo $html_settings ? "" : " display: none;" ?>">
1413
+ <div class="max-input" style="margin: 0 0 8px 0; height: 28px;">
1414
  <span style="display: table-cell; width: 1px; white-space: nowrap;">
1415
  <?php _e ('HTML element', 'ad-inserter'); ?>
1416
  &nbsp;&nbsp;
1450
  <?php endif; ?>
1451
  </select>
1452
  </span>
1453
+
1454
+ <span id="server-side-insertion-<?php echo $block; ?>" style="display: table-cell;<?php if ($html_element_insertion == AI_HTML_INSERTION_SEREVR_SIDE) echo ' display: none;'; ?>">
1455
+ <span style="display: table-cell; white-space: nowrap; width: 5%; padding-left: 10px;">
1456
+ <?php _e ('Wait for', 'ad-inserter'); ?>
1457
+ </span>
1458
+ <span style="display: table-cell; white-space: nowrap; width: 5%; vertical-align: middle;">
1459
+ <button id="wait-for-button-<?php echo $block; ?>" type="button" class='ai-button' style="display: none; outline: transparent; float: right; margin-top: 1px; width: 15px; height: 15px;" title="<?php _e ('Open HTML element selector', 'ad-inserter'); ?>"></button>
1460
+ </span>
1461
+ <span style="display: table-cell; white-space: nowrap; width: 50%;">
1462
+ <input
1463
+ type="text"
1464
+ id="wait-for-<?php echo $block; ?>"
1465
+ name="<?php echo AI_OPTION_WAIT_FOR, WP_FORM_FIELD_POSTFIX, $block; ?>"
1466
+ default="<?php echo $default->get_wait_for (); ?>"
1467
+ value="<?php echo $obj->get_wait_for (); ?>"
1468
+ title="<?php _e ('Wait for HTML element to be loaded', 'ad-inserter'); ?> (.class, #id)"
1469
+ style="width: 100%;"
1470
+ maxlength="40" />
1471
+ </span>
1472
+
1473
+ <span style="display: table-cell; white-space: nowrap; width: 20%; padding-left: 10px;">
1474
+ <?php _e ('Delay', 'ad-inserter'); ?>
1475
+ <input type="text" name="<?php echo AI_OPTION_WAIT_FOR_DELAY, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_wait_for_delay (); ?>" value="<?php echo $obj->get_wait_for_delay (); ?>" title="<?php _e ('Time in ms to delay insertion', 'ad-inserter'); ?>" size="3" maxlength="5" />
1476
+ ms
1477
+ </span>
1478
+
1479
+ <span style="display: table-cell; white-space: nowrap; width: 20%; padding-left: 10px;">
1480
  <?php _e ('Code position', 'ad-inserter'); ?>
1481
  <select style="max-width: 140px; margin-bottom: 3px;" name="<?php echo AI_OPTION_SERVER_SIDE_INSERTION, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_server_side_insertion (); ?>" title="<?php _e ('Page position where the code for client-side insertion will be inserted.', 'ad-inserter'); ?>">
1482
  <option value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_POST; ?>" <?php echo ($server_side_insertion == AI_AUTOMATIC_INSERTION_BEFORE_POST) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_POST; ?></option>
1486
  <option value="<?php echo AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1; ?>" <?php echo ($server_side_insertion == AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo $custom_hook ['name']; ?></option>
1487
  <?php } ?>
1488
  </select>
1489
+ </span>
1490
+
1491
+ <span style="clear: both;"></span>
1492
  </span>
1493
  </div>
1494
  </div>
2261
  <tbody>
2262
  <tr>
2263
  <td style="width: 10%;">
2264
+ <?php _e ('Width', 'ad-inserter'); ?>
2265
+ <input type="text" name="<?php echo AI_OPTION_BLOCK_WIDTH, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_block_width (); ?>" value="<?php echo $obj->get_block_width (); ?>" title= "<?php /* Translators: do not translate [[width]] - it is a CSS property */ _e ('Block width: empty means width not defined, number means width in pixels, any other value mens CSS [[width]] property', 'ad-inserter'); ?>" size="3" maxlength="8" />
2266
+ </td>
2267
+ <td style="padding-left: 20px; width: 80%;">
2268
+ <?php _e ('Height', 'ad-inserter'); ?>
2269
+ <input type="text" name="<?php echo AI_OPTION_BLOCK_HEIGHT, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_block_height (); ?>" value="<?php echo $obj->get_block_height (); ?>" title= "<?php /* Translators: do not translate [[height]] - it is a CSS property */ _e ('Block height: empty means height not defined, number means height in pixels, any other value mens CSS [[height]] property', 'ad-inserter'); ?>" size="3" maxlength="8" />
2270
+ </td>
2271
+
2272
+ <td style="padding-left: 20px; width: 10%;">
2273
  <input type="hidden" name="<?php echo AI_OPTION_SHOW_LABEL, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
2274
  <input id="show-label-<?php echo $block; ?>" type="checkbox" name="<?php echo AI_OPTION_SHOW_LABEL, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_show_label (); ?>" <?php if ($obj->get_show_label () == AI_ENABLED) echo 'checked '; ?> />
2275
  <label for="show-label-<?php echo $block; ?>"><?php _e ('Ad label', 'ad-inserter'); ?></label>
2276
  </td>
 
2277
  </tr>
2278
  </tbody>
2279
  </table>
2280
  </div>
2281
 
2282
+ <?php if (function_exists ('ai_display_loading')) ai_display_loading ($block, $obj, $default); ?>
2283
+
2284
  <?php if (function_exists ('ai_close_button')) ai_close_button ($block, $obj, $default); ?>
2285
 
2286
  <?php if (function_exists ('ai_delay_showing')) ai_delay_showing ($block, $obj, $default); ?>
2697
  <?php _e ('priority', 'ad-inserter'); ?>
2698
  </td>
2699
  <td>
2700
+ <input title="<?php _e ('Priority for the hook (default is 10)', 'ad-inserter'); ?>" type="text" name="hook-priority-<?php echo $hook; ?>" default="<?php echo DEFAULT_CUSTOM_HOOK_PRIORITY; ?>" value="<?php echo get_hook_priority ($hook); ?>" size="5" maxlength="9" />
2701
  </td>
2702
  </tr>
2703
  <?php
3896
  }
3897
  echo '<table border-spacing="0" cell-spacing="0"><tbody>';
3898
  echo '<tr><td style="padding-right: 20px; font-weight: bold;">WordPress</td><td>', ABSPATH, '</td></tr>';
3899
+ echo '<tr><td style="padding-right: 20px; font-weight: bold;">', __('ads.txt file', 'ad-inserter'), '</td><td>', $ads_txt_file, is_writable ($ads_txt_file) ? '' : '<span style="margin-left: 20px; color: red;">'.__('NOT WRITABLE', 'ad-inserter').'</span>', '</td></tr>';
3900
  echo '</tbody></table>';
3901
 
3902
  echo '</div>';
4560
  </tr>
4561
  <tr>
4562
  <td style="padding-right: 10px;">
4563
+ <button type="button" class="ai-top-button" style="display: none; width: 162px; outline: none;" onclick="window.open('<?php echo $adsense->getAuthUrl (); ?>')"><?php _e ('Get Authorization Code', 'ad-inserter'); ?></button>
4564
  </td>
4565
  <td>
4566
  <input id="adsense-authorization-code" style="width: 100%;" type="text" value="" size="100" maxlength="200" title="<?php _e ('Enter Authorization Code', 'ad-inserter'); ?>"/>
4573
  <tr>
4574
  <td>
4575
  <?php if ($adsense_ids): ?>
4576
+ <button type="button" class="ai-top-button authorize-adsense own-ids" style="display: none; float: left; width: 162px; outline: none;"><?php _e ('Use own API IDs', 'ad-inserter'); ?></button>
4577
  <?php else: ?>
4578
+ <button type="button" class="ai-top-button authorize-adsense clear-adsense" style="display: none; float: left; width: 162px; outline: none;"><?php _e ('Clear and return to Step 1', 'ad-inserter'); ?></button>
4579
  <?php endif; ?>
4580
  </td>
4581
  <td>
4582
+ <button type="button" class="ai-top-button authorize-adsense" style="display: none; float: right; width: 162px; outline: none;"><?php _e ('Authorize', 'ad-inserter'); ?></button>
4583
  </td>
4584
  </tr>
4585
  </tbody>
4651
  <tr>
4652
  <td>
4653
  <?php if (defined ('AI_ADSENSE_API_IDS') && defined ('AI_CI_STRING')): ?>
4654
+ <button type="button" class="ai-top-button authorize-adsense clear-adsense" style="display: none; float: left; width: 162px; outline: none;"><?php _e ('Use default API IDs', 'ad-inserter'); ?></button>
4655
  <?php else: ?>
4656
  <?php endif; ?>
4657
  </td>
4658
  <td>
4659
+ <button type="button" id="save-client-ids" class="ai-top-button" style="display: none; float: right; width: 162px; outline: none;"><?php _e ('Save', 'ad-inserter'); ?></button>
4660
  </td>
4661
  </tr>
4662
  </tbody>
5066
  switch ($text = rand (1,2)) {
5067
  case 1:
5068
  ?>
5069
+ <button type="button" class="ai-top-button" style="display: none; margin: -5px 0px 0px 15px; min-width; 140px; width: 140px; outline: none;" onclick="window.open('https://wordpress.org/support/plugin/ad-inserter/reviews/?filter=5#new-post')" title="<?php _e ('If you like Ad Inserter and have a moment, please help me spread the word by reviewing the plugin on WordPres', 'ad-inserter'); ?>"><?php _ex ('Review', 'Review Ad Inserter', 'ad-inserter'); ?> Ad Inserter</button>
5070
  <?php
5071
  break;
5072
  default:
5073
  ?>
5074
+ <button type="button" class="ai-top-button" style="display: none; margin: -5px 0px 0px 15px; min-width; 140px; width: 140px; outline: none;" onclick="window.open('https://wordpress.org/support/plugin/ad-inserter/reviews/?filter=5#new-post')" title="<?php _e ('If you like Ad Inserter and have a moment, please help me spread the word by rating the plugin on WordPres', 'ad-inserter'); ?>"><?php _ex ('Rate', 'Rate Ad Inserter', 'ad-inserter'); ?> Ad Inserter</button>
5075
  <?php
5076
  break;
5077
  }
5078
  ?>
5079
+ <button type="button" class="ai-top-button" style="display: none; margin: -5px 0px 0px 15px; width: 62px; outline: none;" onclick="window.open('https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LHGZEMRTR7WB4')" title="<?php _e ('Support free Ad Inserter development. If you are making money with Ad Inserter consider donating some small amount. Even 1 dollar counts. Thank you!', 'ad-inserter'); ?>"><?php _e ('Donate', 'ad-inserter'); ?></button>
5080
  </div>
5081
 
5082
  <div style="float: right; margin: 7px 10px 0 0;">
5112
  <div class="ai-form header rounded no-select">
5113
  <div style="float: left;">
5114
  <h2 style="display: inline-block; margin: 7px 0;"><?php _e ('Support plugin development', 'ad-inserter'); ?></h2>
5115
+ <button type="button" class="ai-top-button" style="display: none; margin: -5px 0px 0px 15px; min-width; 62px; width: 62px; outline: none;" onclick="window.open('https://wordpress.org/support/plugin/ad-inserter/reviews/?filter=5#new-post')" title="<?php _e ('If you like Ad Inserter and have a moment, please help me spread the word by reviewing the plugin on WordPres', 'ad-inserter'); ?>"><?php _e ('Review', 'ad-inserter'); ?></button>
5116
  </div>
5117
 
5118
  <div style="float: right;">
5330
  <li><?php /* translators: %s HTML tags */ printf (__('Support for %s A/B testing %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-impression-and-click-tracking#ab-testing" class="simple-link" target="_blank">', '</a>'); ?></li>
5331
  <li><?php /* translators: %s HTML tags */ printf (__('Frequency capping - %s limit impressions or clicks %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-impression-and-click-limiting" class="simple-link" target="_blank">', '</a>'); ?></li>
5332
  <li><?php /* translators: %s HTML tags */ printf (__('Click fraud %s protection %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-impression-and-click-limiting#click-fraud-protection" class="simple-link" target="_blank">', '</a>'); ?></li>
5333
+ <li><?php /* translators: %s HTML tags */ printf (__('Support for %s GDPR consent cookie checks %s', 'ad-inserter'), '<a href="https://adinserter.pro/faq/gdpr-compliance-cookies-consent" class="simple-link" target="_blank">', '</a>'); ?></li>
5334
  <li><?php /* translators: %s HTML tags */ printf (__('Support for %s lazy loading %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/additional-block-settings#lazy-loading" class="simple-link" target="_blank">', '</a>'); ?></li>
5335
  <li><?php /* translators: %s HTML tags */ printf (__('Support for ads on %s AMP pages %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/amp-pages" class="simple-link" target="_blank">', '</a>'); ?></li>
5336
  <li><?php /* translators: %s HTML tags */ printf (__('Support for contextual %s Amazon Native Shopping Ads %s (responsive)', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/common-settings#amazon" class="simple-link" target="_blank">', '</a>'); ?></li>