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

Version Description

  • Added support for automatic insertion before/after image
  • Added support for theme checker for available positions for automatic insertion
Download this release

Release Info

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

Code changes from version 2.4.6 to 2.4.8

ad-inserter.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /*
4
  Plugin Name: Ad Inserter
5
- Version: 2.4.6
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,18 @@ Domain Path: /languages
15
 
16
  Change Log
17
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  Ad Inserter 2.4.6 - 2019-01-08
19
  - Improved ad blocking detection (detects Firefox content blocking)
20
  - Added support for wildcards for referrers (domains)
@@ -983,8 +995,8 @@ function ai_buffering_end () {
983
  }
984
 
985
  ob_start ();
986
-
987
- ai_custom_hook ($action, $action_name);
988
 
989
  $new_content .= ob_get_clean();
990
  }
@@ -1006,7 +1018,7 @@ function ai_buffering_end () {
1006
  }
1007
 
1008
  // translators: Debugging position
1009
- ai_custom_hook ('above_header', 'Above Header', __('Above Header', 'ad-inserter'));
1010
  echo $body;
1011
  } else echo $page;
1012
 
@@ -1046,26 +1058,26 @@ function ai_content_marker () {
1046
  }
1047
 
1048
  function ai_hook_function_loop_start ($hook_parameter) {
1049
- ai_custom_hook ('loop_start', AI_TEXT_ENG_BEFORE_POST, AI_TEXT_BEFORE_POST, $hook_parameter, 'ai_loop_check');
1050
  }
1051
 
1052
  function ai_hook_function_loop_end ($hook_parameter) {
1053
- ai_custom_hook ('loop_end', AI_TEXT_ENG_AFTER_POST, AI_TEXT_AFTER_POST, $hook_parameter, 'ai_loop_check');
1054
  }
1055
 
1056
  function ai_hook_function_post ($hook_parameter) {
1057
- ai_custom_hook ('the_post', AI_TEXT_ENG_BETWEEN_POSTS, AI_TEXT_BETWEEN_POSTS, $hook_parameter, 'ai_post_check');
1058
  }
1059
 
1060
  function ai_hook_function_footer () {
1061
- ai_custom_hook ('wp_footer', AI_TEXT_ENG_FOOTER, AI_TEXT_FOOTER);
1062
  }
1063
 
1064
 
1065
  // Code for PHP VERSION >= 5.3.0
1066
- //function ai_get_custom_hook_function ($action, $name) {
1067
- // return function () use ($action, $name) {
1068
- // ai_custom_hook ($action, $name);
1069
  // };
1070
  //}
1071
 
@@ -1073,52 +1085,52 @@ function ai_hook_function_footer () {
1073
  // Code for PHP VERSION < 5.3.0
1074
  function ai_custom_hook_function_0 () {
1075
  global $ai_custom_hooks;
1076
- ai_custom_hook ($ai_custom_hooks [0]['action'], $ai_custom_hooks [0]['name']);
1077
  }
1078
 
1079
  function ai_custom_hook_function_1 () {
1080
  global $ai_custom_hooks;
1081
- ai_custom_hook ($ai_custom_hooks [1]['action'], $ai_custom_hooks [1]['name']);
1082
  }
1083
 
1084
  function ai_custom_hook_function_2 () {
1085
  global $ai_custom_hooks;
1086
- ai_custom_hook ($ai_custom_hooks [2]['action'], $ai_custom_hooks [2]['name']);
1087
  }
1088
 
1089
  function ai_custom_hook_function_3 () {
1090
  global $ai_custom_hooks;
1091
- ai_custom_hook ($ai_custom_hooks [3]['action'], $ai_custom_hooks [3]['name']);
1092
  }
1093
 
1094
  function ai_custom_hook_function_4 () {
1095
  global $ai_custom_hooks;
1096
- ai_custom_hook ($ai_custom_hooks [4]['action'], $ai_custom_hooks [4]['name']);
1097
  }
1098
 
1099
  function ai_custom_hook_function_5 () {
1100
  global $ai_custom_hooks;
1101
- ai_custom_hook ($ai_custom_hooks [5]['action'], $ai_custom_hooks [5]['name']);
1102
  }
1103
 
1104
  function ai_custom_hook_function_6 () {
1105
  global $ai_custom_hooks;
1106
- ai_custom_hook ($ai_custom_hooks [6]['action'], $ai_custom_hooks [6]['name']);
1107
  }
1108
 
1109
  function ai_custom_hook_function_7 () {
1110
  global $ai_custom_hooks;
1111
- ai_custom_hook ($ai_custom_hooks [7]['action'], $ai_custom_hooks [7]['name']);
1112
  }
1113
 
1114
  function ai_custom_hook_function_8 () {
1115
  global $ai_custom_hooks;
1116
- ai_custom_hook ($ai_custom_hooks [8]['action'], $ai_custom_hooks [8]['name']);
1117
  }
1118
 
1119
  function ai_custom_hook_function_9 () {
1120
  global $ai_custom_hooks;
1121
- ai_custom_hook ($ai_custom_hooks [9]['action'], $ai_custom_hooks [9]['name']);
1122
  }
1123
 
1124
  function ai_wp_hook () {
@@ -1178,7 +1190,8 @@ function ai_wp_hook () {
1178
  if ($_GET [AI_URL_DEBUG_AD_BLOCKING] && $url_debugging) $ai_wp_data [AI_WP_DEBUGGING] |= AI_DEBUG_AD_BLOCKING; else $ai_wp_data [AI_WP_DEBUGGING] &= ~AI_DEBUG_AD_BLOCKING;
1179
 
1180
  if (isset ($_GET [AI_URL_DEBUG_POSITIONS])) {
1181
- if ($_GET [AI_URL_DEBUG_POSITIONS] !== '' && $url_debugging) $ai_wp_data [AI_WP_DEBUGGING] |= AI_DEBUG_POSITIONS; else $ai_wp_data [AI_WP_DEBUGGING] &= ~AI_DEBUG_POSITIONS;
 
1182
  if (is_numeric ($_GET [AI_URL_DEBUG_POSITIONS])) $ai_wp_data [AI_WP_DEBUG_BLOCK] = intval ($_GET [AI_URL_DEBUG_POSITIONS]);
1183
  if ($ai_wp_data [AI_WP_DEBUG_BLOCK] < 0 || $ai_wp_data [AI_WP_DEBUG_BLOCK] > 96) $ai_wp_data [AI_WP_DEBUG_BLOCK] = 0;
1184
  }
@@ -1256,7 +1269,7 @@ function ai_wp_hook () {
1256
  // Code for PHP VERSION >= 5.3.0
1257
  // foreach ($ai_custom_hooks as $index => $custom_hook) {
1258
  // if (isset ($ai_db_options_extract [$custom_hook ['action'] . CUSTOM_HOOK_BLOCKS][$ai_wp_data [AI_WP_PAGE_TYPE]]) && count ($ai_db_options_extract [$custom_hook ['action'] . CUSTOM_HOOK_BLOCKS][$ai_wp_data [AI_WP_PAGE_TYPE]]) != 0 || $debug_positions)
1259
- // add_action ($custom_hook ['action'], ai_get_custom_hook_function ($custom_hook ['action'], $custom_hook ['name']), $custom_hook ['priority']);
1260
  // }
1261
 
1262
  // Code for PHP VERSION < 5.3.0
@@ -1279,6 +1292,7 @@ function ai_wp_hook () {
1279
  add_action ($custom_hook ['action'], 'ai_custom_hook_function_' . $index, $custom_hook ['priority']);
1280
  }
1281
 
 
1282
  if ($ai_wp_data [AI_STICK_TO_THE_CONTENT]) {
1283
  if (trim (get_main_content_element () == '')) {
1284
  add_action ('loop_start', 'ai_content_marker');
@@ -1511,10 +1525,6 @@ function ai_admin_enqueue_scripts ($hook_suffix) {
1511
 
1512
  wp_enqueue_style ('ai-combobox-css', plugins_url ('css/jquery.scombobox.min.css', __FILE__), array (), AD_INSERTER_VERSION);
1513
 
1514
- // wp_enqueue_style ('ai-admin-css', plugins_url ('css/ad-inserter.css', __FILE__), array (), AD_INSERTER_VERSION);
1515
-
1516
- // wp_add_inline_style ('ai-admin-css', '.notice {margin: 5px 15px 15px 0;}');
1517
-
1518
  if (function_exists ('ai_admin_enqueue_scripts_2')) ai_admin_enqueue_scripts_2 ();
1519
 
1520
  wp_enqueue_script ('ai-multi-select', plugins_url ('includes/js/jquery.multi-select.js', AD_INSERTER_FILE ), array (), AD_INSERTER_VERSION, true);
@@ -1553,17 +1563,17 @@ function ai_admin_enqueue_scripts ($hook_suffix) {
1553
  wp_enqueue_script ('ai-missed', plugins_url ('includes/js/missed.js', __FILE__), array (), AD_INSERTER_VERSION , true);
1554
  }
1555
 
1556
- wp_enqueue_style ('ai-admin-css-gen', plugins_url ('css/ai-admin.css', __FILE__), array (), AD_INSERTER_VERSION);
1557
- wp_enqueue_script ('ai-admin-js-gen', plugins_url ('includes/js/ai-admin.js', __FILE__ ), array (), AD_INSERTER_VERSION, true);
1558
  }
1559
 
1560
  function ai_admin_enqueue_scripts_late ($hook_suffix) {
1561
  global $ai_settings_page;
1562
 
1563
  if ($hook_suffix == $ai_settings_page) {
1564
- // wp_enqueue_style ('ai-admin-css', plugins_url ('css/ad-inserter.css', __FILE__), array (), AD_INSERTER_VERSION);
1565
- wp_enqueue_style ('ai-admin-css', plugins_url ('css/ai-settings.css', __FILE__), array (), AD_INSERTER_VERSION);
1566
- wp_add_inline_style ('ai-admin-css', '.notice {margin: 5px 15px 15px 0;}');
1567
  }
1568
  }
1569
 
@@ -1985,9 +1995,9 @@ function add_footer_inline_scripts () {
1985
 
1986
  if ($ai_wp_data [AI_ADB_DETECTION]) {
1987
  if (function_exists ('add_footer_inline_scripts_1')) add_footer_inline_scripts_1 (); else {
1988
- echo '<div id="banner-advert-container" class="ad-inserter chitika-ad" style="position:absolute; z-index: -10; height: 1px; width: 1px; top: -1px; left: -1px;"><img id="adsense" class="SponsorAds adsense" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></div>', "\n";
1989
- echo '<!-- Scripts for ad blocking detection -->', "\n";
1990
  echo '<!--noptimize-->', "\n";
 
1991
  echo '<script async src="https://www.google-analytics.com/analytics.js"></script>', "\n";
1992
  echo '<script async src="//contextual.media.net/dmedianet.js"></script>', "\n";
1993
  echo "<script type='text/javascript' src='", plugins_url ('js/ads.js', __FILE__ ), "?ver=", AD_INSERTER_VERSION, "'></script>\n";
@@ -4515,6 +4525,11 @@ function ai_ajax_backend () {
4515
  header ("Content-Length: " . filesize (AD_INSERTER_PLUGIN_DIR.'images/'.$_GET ["image"]));
4516
  readfile (AD_INSERTER_PLUGIN_DIR.'images/'.$_GET ["image"]);
4517
  }
 
 
 
 
 
4518
 
4519
  elseif (isset ($_GET ["rating"])) {
4520
  $cache_time = $_GET ["rating"] == 'update' ? 0 * 60 : AI_TRANSIENT_RATING_EXPIRATION;
@@ -4616,6 +4631,10 @@ function ai_ajax_backend () {
4616
  }
4617
  }
4618
 
 
 
 
 
4619
  elseif (function_exists ('ai_ajax_backend_2')) {
4620
  ai_ajax_backend_2 ();
4621
  }
@@ -5800,8 +5819,8 @@ function ai_content_hook ($content = '') {
5800
  $positions_inserted = true;
5801
  }
5802
 
5803
- // $content = $preview->before_paragraph ($content, true, true);
5804
- // $content = $preview->after_paragraph ($content, true, true);
5805
  }
5806
 
5807
  if ($ai_db_options_extract [CONTENT_HOOK_BLOCKS][$ai_wp_data [AI_WP_PAGE_TYPE]]) {
@@ -5950,7 +5969,7 @@ function ai_content_hook ($content = '') {
5950
  if (preg_match_all ("/\[\[AI_BP([\d]+?)=([\d]+?)\]\]/", $content, $matches)) {
5951
  foreach ($matches [0] as $index => $match) {
5952
  $content = str_replace ($match,
5953
- "<section class='$class'><a href='#' class='ai-debug-left ai-debug-visibility-hidden'><span class='ai-debug-display-none'>[(]</span>" . $matches [2][$index] . " " . _n('word', 'words', $matches [2][$index], 'ad-inserter') . '<span class="ai-debug-display-none">[)]</span></a>' .
5954
  ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_PARAGRAPH) : strtoupper (AI_TEXT_BEFORE_PARAGRAPH)) . ' ' . $matches [1][$index] .
5955
  "<a href='#' class='ai-debug-right'><span class='ai-debug-display-none'>[(]</span>" . $matches [2][$index] . ' ' . _n('word', 'words', $matches [2][$index], 'ad-inserter') . '<span class="ai-debug-display-none">[)]</span></a></section>',
5956
  $content);
@@ -5960,7 +5979,7 @@ function ai_content_hook ($content = '') {
5960
  if (preg_match_all ("/\[\[AI_BI([\d]+?)=([\d]+?)\]\]/", $content, $matches)) {
5961
  foreach ($matches [0] as $index => $match) {
5962
  $content = str_replace ($match,
5963
- "<section class='$class ai-images'><a href='#' class='ai-debug-left ai-debug-visibility-hidden'><span class='ai-debug-display-none'>[(]</span>".'<span class="ai-debug-display-none">[)]</span></a>' .
5964
  ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_IMAGE) : strtoupper (AI_TEXT_BEFORE_IMAGE)) . ' ' . $matches [1][$index] .
5965
  "<a href='#' class='ai-debug-right'><span class='ai-debug-display-none'>[(]</span>" . '<span class="ai-debug-display-none">[)]</span></a></section>',
5966
  $content);
@@ -5968,20 +5987,20 @@ function ai_content_hook ($content = '') {
5968
  }
5969
 
5970
  // $content = preg_replace ("/\[\[AI_BP([\d]+?)=([\d]+?)\]\]/", "<section class='$class'><a class='ai-debug-left' style='visibility: hidden;'><span style='display: none'>[(]</span>$2 " . __('words', 'ad-inserter') . '[)]</a>' . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_PARAGRAPH) : strtoupper (AI_TEXT_BEFORE_PARAGRAPH)) . " $1<a class='ai-debug-right'><span style='display: none'>[(]</span>$2 " . __('word', 'words', 'ad-inserter') . '<span style="display: none">[)]</span></a></section>', $content);
5971
- $content = preg_replace ("/\[\[AI_AP([\d]+?)\]\]/", "<section class='$class'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_AFTER_PARAGRAPH) : strtoupper (AI_TEXT_AFTER_PARAGRAPH)) . " $1</section>", $content);
5972
 
5973
- $content = preg_replace ("/\[\[AI_AI([\d]+?)\]\]/", "<section class='$class ai-images'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_AFTER_IMAGE) : strtoupper (AI_TEXT_AFTER_IMAGE)) . " $1</section>", $content);
5974
 
5975
  $counter = $ad_inserter_globals [$globals_name];
5976
  if ($counter == 1) $counter = '';
5977
 
5978
- $content = "<section class='$class'><a href='#' class='ai-debug-left ai-debug-visibility-hidden'><span class='ai-debug-display-none'>[(]</span>".$content_words . ' ' . _n('word', 'words', $content_words, 'ad-inserter') . '</a> ' . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_CONTENT): strtoupper (AI_TEXT_BEFORE_CONTENT)) . ' '.$counter."<a href='#' class='ai-debug-right'>".$content_words.' ' . _n('word', 'words', $content_words, 'ad-inserter') . '<span class="ai-debug-display-none">[)]</span></a></section>'. $content;
5979
 
5980
  if ($ai_wp_data [AI_WP_AMP_PAGE]) {
5981
  $content = get_page_type_debug_info ('AMP ') . $content;
5982
  }
5983
 
5984
- $content = $content . "<section class='$class'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_AFTER_CONTENT) : strtoupper (AI_TEXT_AFTER_CONTENT)) . ' '.$counter."</section>";
5985
 
5986
  $content = $content . get_page_type_debug_info ();
5987
 
@@ -6082,7 +6101,8 @@ function ai_excerpt_hook ($content = '') {
6082
  if (($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_POSITIONS) != 0) {
6083
  $class = AI_DEBUG_POSITIONS_CLASS;
6084
 
6085
- $content = "<section class='$class'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_EXCERPT) : strtoupper (AI_TEXT_BEFORE_EXCERPT)) . ' ' . $ad_inserter_globals [$globals_name]."</section>". $content . "<section class='$class'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_AFTER_EXCERPT) : strtoupper (AI_TEXT_AFTER_EXCERPT)) . ' ' .$ad_inserter_globals [$globals_name]."</section>";
 
6086
 
6087
 
6088
  // Remove word counts
@@ -6178,7 +6198,7 @@ function ai_comment_callback ($comment, $args, $depth) {
6178
  $class = AI_DEBUG_POSITIONS_CLASS;
6179
 
6180
  echo "<$tag>\n";
6181
- echo "<section class='$class'>" . __('BEFORE COMMENTS', 'ad-inserter') . '</section>';
6182
  echo "</$tag>\n";
6183
  }
6184
 
@@ -6286,7 +6306,7 @@ function ai_comment_end_callback ($comment, $args, $depth) {
6286
  $class = AI_DEBUG_POSITIONS_CLASS;
6287
 
6288
  echo "<$tag>\n";
6289
- echo "<section class='$class'>" . __('AFTER COMMENTS', 'ad-inserter') . '</section>';
6290
  echo "</$tag>\n";
6291
  }
6292
 
@@ -6349,7 +6369,7 @@ function ai_comment_end_callback ($comment, $args, $depth) {
6349
  $class = AI_DEBUG_POSITIONS_CLASS;
6350
 
6351
  echo "<$tag>\n";
6352
- echo "<section class='$class'>" . __('BETWEEN COMMENTS', 'ad-inserter') . ' ' . $ad_inserter_globals [AI_COMMENT_COUNTER_NAME]."</section>";
6353
  echo "</$tag>\n";
6354
  }
6355
 
@@ -6414,7 +6434,7 @@ function ai_comment_end_callback ($comment, $args, $depth) {
6414
  }
6415
  }
6416
 
6417
- function ai_custom_hook ($action, $name, $translated_name = '', $hook_parameter = null, $hook_check = null) {
6418
  global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time;
6419
 
6420
  $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
@@ -6451,7 +6471,7 @@ function ai_custom_hook ($action, $name, $translated_name = '', $hook_parameter
6451
  if ($translated_name == '') $translated_name = $name;
6452
  $translated_hook_name = $ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper ($translated_name) : strtoupper ($translated_name);
6453
 
6454
- echo "<section class='$class'>".$translated_hook_name." ".$counter."</section>";
6455
  }
6456
 
6457
  if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_POST || $ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_STATIC) {
@@ -7322,6 +7342,16 @@ function get_paragraph_end_positions ($content, $multibyte, $paragraph_start_pos
7322
  }
7323
  }
7324
 
 
 
 
 
 
 
 
 
 
 
7325
  //function ai_the_generator ($generator) {
7326
  //// return preg_replace ('/content="(.*?)"/', 'content="$1, '.AD_INSERTER_NAME.' '. AD_INSERTER_VERSION.'"', $generator);
7327
  // return $generator . PHP_EOL . '<meta name="generator" content="'.AD_INSERTER_NAME.' '.AD_INSERTER_VERSION.'" />';
2
 
3
  /*
4
  Plugin Name: Ad Inserter
5
+ Version: 2.4.8
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.4.8 - 2019-01-20
19
+ - Added support for automatic insertion before/after image
20
+ - Added support for theme checker for available positions for automatic insertion
21
+
22
+ Ad Inserter 2.4.7 - 2019-01-15
23
+ - Added support for automatic insertion before/after image (experimental)
24
+ - Added support for theme checker for available positions for automatic insertion (experimental)
25
+ - Improvements to the user interface
26
+ - Fix for lazy loading in Ajax calls (Pro only)
27
+ - Fix for country list editor (Pro only)
28
+ - Few minor bug fixes, cosmetic changes and code improvements
29
+
30
  Ad Inserter 2.4.6 - 2019-01-08
31
  - Improved ad blocking detection (detects Firefox content blocking)
32
  - Added support for wildcards for referrers (domains)
995
  }
996
 
997
  ob_start ();
998
+ // Dummy
999
+ ai_custom_hook ($action, AI_AUTOMATIC_INSERTION_DISABLED, $action_name);
1000
 
1001
  $new_content .= ob_get_clean();
1002
  }
1018
  }
1019
 
1020
  // translators: Debugging position
1021
+ ai_custom_hook ('above_header', AI_AUTOMATIC_INSERTION_ABOVE_HEADER, 'Above Header', __('Above Header', 'ad-inserter'));
1022
  echo $body;
1023
  } else echo $page;
1024
 
1058
  }
1059
 
1060
  function ai_hook_function_loop_start ($hook_parameter) {
1061
+ ai_custom_hook ('loop_start', AI_AUTOMATIC_INSERTION_BEFORE_POST, AI_TEXT_ENG_BEFORE_POST, AI_TEXT_BEFORE_POST, $hook_parameter, 'ai_loop_check');
1062
  }
1063
 
1064
  function ai_hook_function_loop_end ($hook_parameter) {
1065
+ ai_custom_hook ('loop_end', AI_AUTOMATIC_INSERTION_AFTER_POST, AI_TEXT_ENG_AFTER_POST, AI_TEXT_AFTER_POST, $hook_parameter, 'ai_loop_check');
1066
  }
1067
 
1068
  function ai_hook_function_post ($hook_parameter) {
1069
+ ai_custom_hook ('the_post', AI_AUTOMATIC_INSERTION_BETWEEN_POSTS, AI_TEXT_ENG_BETWEEN_POSTS, AI_TEXT_BETWEEN_POSTS, $hook_parameter, 'ai_post_check');
1070
  }
1071
 
1072
  function ai_hook_function_footer () {
1073
+ ai_custom_hook ('wp_footer', AI_AUTOMATIC_INSERTION_FOOTER, AI_TEXT_ENG_FOOTER, AI_TEXT_FOOTER);
1074
  }
1075
 
1076
 
1077
  // Code for PHP VERSION >= 5.3.0
1078
+ //function ai_get_custom_hook_function ($action, $insertion_type, $name) {
1079
+ // return function () use ($action, $insertion_type, $name) {
1080
+ // ai_custom_hook ($action, $insertion_type, $name);
1081
  // };
1082
  //}
1083
 
1085
  // Code for PHP VERSION < 5.3.0
1086
  function ai_custom_hook_function_0 () {
1087
  global $ai_custom_hooks;
1088
+ ai_custom_hook ($ai_custom_hooks [0]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 0, $ai_custom_hooks [0]['name']);
1089
  }
1090
 
1091
  function ai_custom_hook_function_1 () {
1092
  global $ai_custom_hooks;
1093
+ ai_custom_hook ($ai_custom_hooks [1]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 1, $ai_custom_hooks [1]['name']);
1094
  }
1095
 
1096
  function ai_custom_hook_function_2 () {
1097
  global $ai_custom_hooks;
1098
+ ai_custom_hook ($ai_custom_hooks [2]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 2, $ai_custom_hooks [2]['name']);
1099
  }
1100
 
1101
  function ai_custom_hook_function_3 () {
1102
  global $ai_custom_hooks;
1103
+ ai_custom_hook ($ai_custom_hooks [3]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 3, $ai_custom_hooks [3]['name']);
1104
  }
1105
 
1106
  function ai_custom_hook_function_4 () {
1107
  global $ai_custom_hooks;
1108
+ ai_custom_hook ($ai_custom_hooks [4]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 4, $ai_custom_hooks [4]['name']);
1109
  }
1110
 
1111
  function ai_custom_hook_function_5 () {
1112
  global $ai_custom_hooks;
1113
+ ai_custom_hook ($ai_custom_hooks [5]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 5, $ai_custom_hooks [5]['name']);
1114
  }
1115
 
1116
  function ai_custom_hook_function_6 () {
1117
  global $ai_custom_hooks;
1118
+ ai_custom_hook ($ai_custom_hooks [6]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 6, $ai_custom_hooks [6]['name']);
1119
  }
1120
 
1121
  function ai_custom_hook_function_7 () {
1122
  global $ai_custom_hooks;
1123
+ ai_custom_hook ($ai_custom_hooks [7]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 7, $ai_custom_hooks [7]['name']);
1124
  }
1125
 
1126
  function ai_custom_hook_function_8 () {
1127
  global $ai_custom_hooks;
1128
+ ai_custom_hook ($ai_custom_hooks [8]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 8, $ai_custom_hooks [8]['name']);
1129
  }
1130
 
1131
  function ai_custom_hook_function_9 () {
1132
  global $ai_custom_hooks;
1133
+ ai_custom_hook ($ai_custom_hooks [9]['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + 9, $ai_custom_hooks [9]['name']);
1134
  }
1135
 
1136
  function ai_wp_hook () {
1190
  if ($_GET [AI_URL_DEBUG_AD_BLOCKING] && $url_debugging) $ai_wp_data [AI_WP_DEBUGGING] |= AI_DEBUG_AD_BLOCKING; else $ai_wp_data [AI_WP_DEBUGGING] &= ~AI_DEBUG_AD_BLOCKING;
1191
 
1192
  if (isset ($_GET [AI_URL_DEBUG_POSITIONS])) {
1193
+ $secret = isset ($_GET ['ai-secret']) && $_GET ['ai-secret'] == ai_secret_key ();
1194
+ if ($_GET [AI_URL_DEBUG_POSITIONS] !== '' && ($url_debugging || $secret)) $ai_wp_data [AI_WP_DEBUGGING] |= AI_DEBUG_POSITIONS; else $ai_wp_data [AI_WP_DEBUGGING] &= ~AI_DEBUG_POSITIONS;
1195
  if (is_numeric ($_GET [AI_URL_DEBUG_POSITIONS])) $ai_wp_data [AI_WP_DEBUG_BLOCK] = intval ($_GET [AI_URL_DEBUG_POSITIONS]);
1196
  if ($ai_wp_data [AI_WP_DEBUG_BLOCK] < 0 || $ai_wp_data [AI_WP_DEBUG_BLOCK] > 96) $ai_wp_data [AI_WP_DEBUG_BLOCK] = 0;
1197
  }
1269
  // Code for PHP VERSION >= 5.3.0
1270
  // foreach ($ai_custom_hooks as $index => $custom_hook) {
1271
  // if (isset ($ai_db_options_extract [$custom_hook ['action'] . CUSTOM_HOOK_BLOCKS][$ai_wp_data [AI_WP_PAGE_TYPE]]) && count ($ai_db_options_extract [$custom_hook ['action'] . CUSTOM_HOOK_BLOCKS][$ai_wp_data [AI_WP_PAGE_TYPE]]) != 0 || $debug_positions)
1272
+ // add_action ($custom_hook ['action'], ai_get_custom_hook_function ($custom_hook ['action'], AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1, $custom_hook ['name']), $custom_hook ['priority']);
1273
  // }
1274
 
1275
  // Code for PHP VERSION < 5.3.0
1292
  add_action ($custom_hook ['action'], 'ai_custom_hook_function_' . $index, $custom_hook ['priority']);
1293
  }
1294
 
1295
+
1296
  if ($ai_wp_data [AI_STICK_TO_THE_CONTENT]) {
1297
  if (trim (get_main_content_element () == '')) {
1298
  add_action ('loop_start', 'ai_content_marker');
1525
 
1526
  wp_enqueue_style ('ai-combobox-css', plugins_url ('css/jquery.scombobox.min.css', __FILE__), array (), AD_INSERTER_VERSION);
1527
 
 
 
 
 
1528
  if (function_exists ('ai_admin_enqueue_scripts_2')) ai_admin_enqueue_scripts_2 ();
1529
 
1530
  wp_enqueue_script ('ai-multi-select', plugins_url ('includes/js/jquery.multi-select.js', AD_INSERTER_FILE ), array (), AD_INSERTER_VERSION, true);
1563
  wp_enqueue_script ('ai-missed', plugins_url ('includes/js/missed.js', __FILE__), array (), AD_INSERTER_VERSION , true);
1564
  }
1565
 
1566
+ wp_enqueue_style ('ai-admin-gen', plugins_url ('css/ai-admin.css', __FILE__), array (), AD_INSERTER_VERSION);
1567
+ wp_enqueue_script ('ai-admin-js-gen', plugins_url ('includes/js/ai-admin.js', __FILE__ ), array (), AD_INSERTER_VERSION, true);
1568
  }
1569
 
1570
  function ai_admin_enqueue_scripts_late ($hook_suffix) {
1571
  global $ai_settings_page;
1572
 
1573
  if ($hook_suffix == $ai_settings_page) {
1574
+ // wp_enqueue_style ('ai-admin', plugins_url ('css/ad-inserter.css', __FILE__), array (), AD_INSERTER_VERSION);
1575
+ wp_enqueue_style ('ai-admin', plugins_url ('css/ai-settings.css', __FILE__), array (), AD_INSERTER_VERSION);
1576
+ wp_add_inline_style ('ai-admin', '.notice {margin: 5px 15px 15px 0;}');
1577
  }
1578
  }
1579
 
1995
 
1996
  if ($ai_wp_data [AI_ADB_DETECTION]) {
1997
  if (function_exists ('add_footer_inline_scripts_1')) add_footer_inline_scripts_1 (); else {
1998
+ echo '<!-- Code for ad blocking detection -->', "\n";
 
1999
  echo '<!--noptimize-->', "\n";
2000
+ echo '<div id="banner-advert-container" class="ad-inserter chitika-ad" style="position:absolute; z-index: -10; height: 1px; width: 1px; top: -1px; left: -1px;"><img id="adsense" class="SponsorAds adsense" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"></div>', "\n";
2001
  echo '<script async src="https://www.google-analytics.com/analytics.js"></script>', "\n";
2002
  echo '<script async src="//contextual.media.net/dmedianet.js"></script>', "\n";
2003
  echo "<script type='text/javascript' src='", plugins_url ('js/ads.js', __FILE__ ), "?ver=", AD_INSERTER_VERSION, "'></script>\n";
4525
  header ("Content-Length: " . filesize (AD_INSERTER_PLUGIN_DIR.'images/'.$_GET ["image"]));
4526
  readfile (AD_INSERTER_PLUGIN_DIR.'images/'.$_GET ["image"]);
4527
  }
4528
+ elseif (isset ($_GET ["css"])) {
4529
+ header ("Content-Type: text/css");
4530
+ header ("Content-Length: " . filesize (AD_INSERTER_PLUGIN_DIR.''.$_GET ["css"]));
4531
+ readfile (AD_INSERTER_PLUGIN_DIR.$_GET ["css"]);
4532
+ }
4533
 
4534
  elseif (isset ($_GET ["rating"])) {
4535
  $cache_time = $_GET ["rating"] == 'update' ? 0 * 60 : AI_TRANSIENT_RATING_EXPIRATION;
4631
  }
4632
  }
4633
 
4634
+ elseif (isset ($_GET ["check-page"])) {
4635
+ ai_check_page ($_GET ["check-page"]);
4636
+ }
4637
+
4638
  elseif (function_exists ('ai_ajax_backend_2')) {
4639
  ai_ajax_backend_2 ();
4640
  }
5819
  $positions_inserted = true;
5820
  }
5821
 
5822
+ $content = $preview->before_paragraph ($content, true, true);
5823
+ $content = $preview->after_paragraph ($content, true, true);
5824
  }
5825
 
5826
  if ($ai_db_options_extract [CONTENT_HOOK_BLOCKS][$ai_wp_data [AI_WP_PAGE_TYPE]]) {
5969
  if (preg_match_all ("/\[\[AI_BP([\d]+?)=([\d]+?)\]\]/", $content, $matches)) {
5970
  foreach ($matches [0] as $index => $match) {
5971
  $content = str_replace ($match,
5972
+ "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_BEFORE_PARAGRAPH ."' class='$class'><a href='#' class='ai-debug-left ai-debug-visibility-hidden'><span class='ai-debug-display-none'>[(]</span>" . $matches [2][$index] . " " . _n('word', 'words', $matches [2][$index], 'ad-inserter') . '<span class="ai-debug-display-none">[)]</span></a>' .
5973
  ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_PARAGRAPH) : strtoupper (AI_TEXT_BEFORE_PARAGRAPH)) . ' ' . $matches [1][$index] .
5974
  "<a href='#' class='ai-debug-right'><span class='ai-debug-display-none'>[(]</span>" . $matches [2][$index] . ' ' . _n('word', 'words', $matches [2][$index], 'ad-inserter') . '<span class="ai-debug-display-none">[)]</span></a></section>',
5975
  $content);
5979
  if (preg_match_all ("/\[\[AI_BI([\d]+?)=([\d]+?)\]\]/", $content, $matches)) {
5980
  foreach ($matches [0] as $index => $match) {
5981
  $content = str_replace ($match,
5982
+ "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_BEFORE_IMAGE ."' class='$class ai-images'><a href='#' class='ai-debug-left ai-debug-visibility-hidden'><span class='ai-debug-display-none'>[(]</span>".'<span class="ai-debug-display-none">[)]</span></a>' .
5983
  ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_IMAGE) : strtoupper (AI_TEXT_BEFORE_IMAGE)) . ' ' . $matches [1][$index] .
5984
  "<a href='#' class='ai-debug-right'><span class='ai-debug-display-none'>[(]</span>" . '<span class="ai-debug-display-none">[)]</span></a></section>',
5985
  $content);
5987
  }
5988
 
5989
  // $content = preg_replace ("/\[\[AI_BP([\d]+?)=([\d]+?)\]\]/", "<section class='$class'><a class='ai-debug-left' style='visibility: hidden;'><span style='display: none'>[(]</span>$2 " . __('words', 'ad-inserter') . '[)]</a>' . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_PARAGRAPH) : strtoupper (AI_TEXT_BEFORE_PARAGRAPH)) . " $1<a class='ai-debug-right'><span style='display: none'>[(]</span>$2 " . __('word', 'words', 'ad-inserter') . '<span style="display: none">[)]</span></a></section>', $content);
5990
+ $content = preg_replace ("/\[\[AI_AP([\d]+?)\]\]/", "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_AFTER_PARAGRAPH ."' class='$class'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_AFTER_PARAGRAPH) : strtoupper (AI_TEXT_AFTER_PARAGRAPH)) . " $1</section>", $content);
5991
 
5992
+ $content = preg_replace ("/\[\[AI_AI([\d]+?)\]\]/", "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_AFTER_IMAGE ."' class='$class ai-images'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_AFTER_IMAGE) : strtoupper (AI_TEXT_AFTER_IMAGE)) . " $1</section>", $content);
5993
 
5994
  $counter = $ad_inserter_globals [$globals_name];
5995
  if ($counter == 1) $counter = '';
5996
 
5997
+ $content = "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_BEFORE_CONTENT ."' class='$class'><a href='#' class='ai-debug-left ai-debug-visibility-hidden'><span class='ai-debug-display-none'>[(]</span>".$content_words . ' ' . _n('word', 'words', $content_words, 'ad-inserter') . '</a> ' . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_CONTENT): strtoupper (AI_TEXT_BEFORE_CONTENT)) . ' '.$counter."<a href='#' class='ai-debug-right'>".$content_words.' ' . _n('word', 'words', $content_words, 'ad-inserter') . '<span class="ai-debug-display-none">[)]</span></a></section>'. $content;
5998
 
5999
  if ($ai_wp_data [AI_WP_AMP_PAGE]) {
6000
  $content = get_page_type_debug_info ('AMP ') . $content;
6001
  }
6002
 
6003
+ $content = $content . "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_AFTER_CONTENT ."' class='$class'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_AFTER_CONTENT) : strtoupper (AI_TEXT_AFTER_CONTENT)) . ' '.$counter."</section>";
6004
 
6005
  $content = $content . get_page_type_debug_info ();
6006
 
6101
  if (($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_POSITIONS) != 0) {
6102
  $class = AI_DEBUG_POSITIONS_CLASS;
6103
 
6104
+ $content = "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_BEFORE_EXCERPT ."' class='$class'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_BEFORE_EXCERPT) : strtoupper (AI_TEXT_BEFORE_EXCERPT)) . ' ' . $ad_inserter_globals [$globals_name]."</section>".
6105
+ $content . "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_AFTER_EXCERPT ."' class='$class'>" . ($ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper (AI_TEXT_AFTER_EXCERPT) : strtoupper (AI_TEXT_AFTER_EXCERPT)) . ' ' .$ad_inserter_globals [$globals_name]."</section>";
6106
 
6107
 
6108
  // Remove word counts
6198
  $class = AI_DEBUG_POSITIONS_CLASS;
6199
 
6200
  echo "<$tag>\n";
6201
+ echo "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_BEFORE_COMMENTS ."' class='$class'>" . __('BEFORE COMMENTS', 'ad-inserter') . '</section>';
6202
  echo "</$tag>\n";
6203
  }
6204
 
6306
  $class = AI_DEBUG_POSITIONS_CLASS;
6307
 
6308
  echo "<$tag>\n";
6309
+ echo "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_AFTER_COMMENTS ."' class='$class'>" . __('AFTER COMMENTS', 'ad-inserter') . '</section>';
6310
  echo "</$tag>\n";
6311
  }
6312
 
6369
  $class = AI_DEBUG_POSITIONS_CLASS;
6370
 
6371
  echo "<$tag>\n";
6372
+ echo "<section data-ai-position='" .AI_AUTOMATIC_INSERTION_BETWEEN_COMMENTS ."' class='$class'>" . __('BETWEEN COMMENTS', 'ad-inserter') . ' ' . $ad_inserter_globals [AI_COMMENT_COUNTER_NAME]."</section>";
6373
  echo "</$tag>\n";
6374
  }
6375
 
6434
  }
6435
  }
6436
 
6437
+ function ai_custom_hook ($action, $insertion_type, $name, $translated_name = '', $hook_parameter = null, $hook_check = null) {
6438
  global $block_object, $ad_inserter_globals, $ai_db_options_extract, $ai_wp_data, $ai_last_check, $ai_total_plugin_time;
6439
 
6440
  $debug_processing = ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0;
6471
  if ($translated_name == '') $translated_name = $name;
6472
  $translated_hook_name = $ai_wp_data [AI_MBSTRING_LOADED] ? mb_strtoupper ($translated_name) : strtoupper ($translated_name);
6473
 
6474
+ echo "<section data-ai-position='$insertion_type' class='$class'>".$translated_hook_name." ".$counter."</section>";
6475
  }
6476
 
6477
  if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_POST || $ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_STATIC) {
7342
  }
7343
  }
7344
 
7345
+ function ai_secret_key () {
7346
+ $key = '';
7347
+ if (defined ('NONCE_KEY')) {
7348
+ $key = NONCE_KEY;
7349
+ }
7350
+ $key .= AD_INSERTER_VERSION;
7351
+ return (substr (preg_replace ("/[^A-Za-z]+/", '', base64_encode ($key)), 0, 16));
7352
+ }
7353
+
7354
+
7355
  //function ai_the_generator ($generator) {
7356
  //// return preg_replace ('/content="(.*?)"/', 'content="$1, '.AD_INSERTER_NAME.' '. AD_INSERTER_VERSION.'"', $generator);
7357
  // return $generator . PHP_EOL . '<meta name="generator" content="'.AD_INSERTER_NAME.' '.AD_INSERTER_VERSION.'" />';
class.php CHANGED
@@ -2011,7 +2011,7 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
2011
  $this->hidden_viewports .=
2012
  $hidden_wrapper_start .
2013
  $this->labels->bar_hidden_viewport (
2014
- '!!'.$block_name, '',
2015
  $viewport_name . ' <kbd class="ai-debug-name ai-main"></kbd>',
2016
  $counters, $right_title) .
2017
  $this->labels->message (__('BLOCK', 'ad-inserter').' '._x('INSERTED BUT NOT VISIBLE', 'block or widget', 'ad-inserter')) .
@@ -3442,6 +3442,9 @@ echo '</body>
3442
 
3443
  $position_text = trim ($this->get_paragraph_number());
3444
 
 
 
 
3445
 
3446
  // Prepare $paragraph_end_positions
3447
  if ($position_preview || $position_text == '') {
@@ -3457,7 +3460,7 @@ echo '</body>
3457
  }
3458
  $paragraph_end_positions = $filtered_paragraph_end_positions;
3459
 
3460
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
3461
  $paragraph_end_positions = array_reverse ($paragraph_end_positions);
3462
  }
3463
  }
@@ -3470,11 +3473,10 @@ echo '</body>
3470
  $paragraph_positions = $filtered_paragraph_positions;
3471
 
3472
 
3473
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
3474
  $paragraph_positions = array_reverse ($paragraph_positions);
3475
  }
3476
 
3477
-
3478
  // $positions contains indexes in $paragraph_positions
3479
  $positions = array ();
3480
 
@@ -3540,11 +3542,11 @@ echo '</body>
3540
  $positions = array ();
3541
 
3542
  $min_words_above = $this->get_minimum_words_above ();
3543
- if (!empty ($min_words_above)) {
3544
  $words_above = 0;
3545
  foreach ($paragraph_positions as $index => $paragraph_position) {
3546
 
3547
- if ($this->get_direction_type() != AI_DIRECTION_FROM_BOTTOM) {
3548
  if ($words_above >= $min_words_above) {
3549
  $positions []= $index;
3550
  $words_above = 0;
@@ -3559,7 +3561,7 @@ echo '</body>
3559
 
3560
  $words_above += number_of_words ($paragraph_code);
3561
 
3562
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
3563
  if ($words_above >= $min_words_above) {
3564
  $positions []= $index;
3565
  $words_above = 0;
@@ -3859,14 +3861,14 @@ echo '</body>
3859
  }
3860
 
3861
  if ($multibyte) {
3862
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
3863
  $content = mb_substr ($content, 0, $paragraph_position) . $inserted_code . mb_substr ($content, $paragraph_position);
3864
  } else {
3865
  $content = mb_substr ($content, 0, $paragraph_position + $offset) . $inserted_code . mb_substr ($content, $paragraph_position + $offset);
3866
  $offset += mb_strlen ($inserted_code);
3867
  }
3868
  } else {
3869
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
3870
  $content = substr_replace ($content, $inserted_code, $paragraph_position, 0);
3871
  } else {
3872
  $content = substr_replace ($content, $inserted_code, $paragraph_position + $offset, 0);
@@ -3920,7 +3922,6 @@ echo '</body>
3920
  $ai_last_check = AI_CHECK_PARAGRAPHS_WITH_TAGS;
3921
  if (array_sum ($active_paragraph_positions) == 0) return $content;
3922
 
3923
-
3924
  sort ($paragraph_positions);
3925
  ksort ($active_paragraph_positions);
3926
  $new_active_paragraph_positions = array ();
@@ -4067,7 +4068,8 @@ echo '</body>
4067
  }
4068
 
4069
  }
4070
- if (!$found) $filtered_paragraph_positions [] = $active_paragraph_positions [$index] = 0;
 
4071
  } elseif ($paragraph_text_type == AI_DO_NOT_CONTAIN) {
4072
  $found = false;
4073
  foreach ($paragraph_texts as $paragraph_text) {
@@ -4084,14 +4086,12 @@ echo '</body>
4084
  break;
4085
  }
4086
  }
4087
-
4088
  }
4089
  if ($found) $active_paragraph_positions [$index] = 0;
4090
  }
4091
  }
4092
  }
4093
 
4094
-
4095
  // Nothing to do
4096
  $ai_last_check = AI_CHECK_PARAGRAPHS_AFTER_TEXT;
4097
  if (array_sum ($active_paragraph_positions) == 0) return $content;
@@ -4100,9 +4100,12 @@ echo '</body>
4100
 
4101
  $position_text = trim ($this->get_paragraph_number());
4102
 
 
 
 
4103
 
4104
  // Prepare $paragraph_start_positions
4105
- if (!$position_preview && $position_text == '') {
4106
  if (!isset ($paragraph_start_positions)) {
4107
  $paragraph_start_positions = array ();
4108
  get_paragraph_start_positions ($content, $multibyte, $paragraph_positions, $paragraph_end_strings, $paragraph_start_positions, $dummy);
@@ -4115,7 +4118,7 @@ echo '</body>
4115
  }
4116
  $paragraph_start_positions = $filtered_paragraph_positions;
4117
 
4118
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
4119
  $paragraph_start_positions = array_reverse ($paragraph_start_positions);
4120
  }
4121
  }
@@ -4128,11 +4131,10 @@ echo '</body>
4128
  $paragraph_positions = $filtered_paragraph_positions;
4129
 
4130
 
4131
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
4132
  $paragraph_positions = array_reverse ($paragraph_positions);
4133
  }
4134
 
4135
-
4136
  // $positions contains indexes in $paragraph_positions
4137
  $positions = array ();
4138
 
@@ -4198,11 +4200,11 @@ echo '</body>
4198
  $positions = array ();
4199
 
4200
  $min_words_above = $this->get_minimum_words_above ();
4201
- if (!empty ($min_words_above)) {
4202
  $words_above = 0;
4203
  foreach ($paragraph_positions as $index => $paragraph_position) {
4204
 
4205
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
4206
  if ($words_above >= $min_words_above) {
4207
  $positions []= $index;
4208
  $words_above = 0;
@@ -4217,7 +4219,7 @@ echo '</body>
4217
 
4218
  $words_above += number_of_words ($paragraph_code);
4219
 
4220
- if ($this->get_direction_type() != AI_DIRECTION_FROM_BOTTOM) {
4221
  if ($words_above >= $min_words_above) {
4222
  $positions []= $index;
4223
  $words_above = 0;
@@ -4508,14 +4510,14 @@ echo '</body>
4508
  }
4509
 
4510
  if ($multibyte) {
4511
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
4512
  $content = mb_substr ($content, 0, $paragraph_position + 1) . $inserted_code . mb_substr ($content, $paragraph_position + 1);
4513
  } else {
4514
  $content = mb_substr ($content, 0, $paragraph_position + $offset + 1) . $inserted_code . mb_substr ($content, $paragraph_position + $offset + 1);
4515
  $offset += mb_strlen ($inserted_code);
4516
  }
4517
  } else {
4518
- if ($this->get_direction_type() == AI_DIRECTION_FROM_BOTTOM) {
4519
  $content = substr_replace ($content, $inserted_code, $paragraph_position + 1, 0);
4520
  } else {
4521
  $content = substr_replace ($content, $inserted_code, $paragraph_position + $offset + 1, 0);
2011
  $this->hidden_viewports .=
2012
  $hidden_wrapper_start .
2013
  $this->labels->bar_hidden_viewport (
2014
+ $block_name, '',
2015
  $viewport_name . ' <kbd class="ai-debug-name ai-main"></kbd>',
2016
  $counters, $right_title) .
2017
  $this->labels->message (__('BLOCK', 'ad-inserter').' '._x('INSERTED BUT NOT VISIBLE', 'block or widget', 'ad-inserter')) .
3442
 
3443
  $position_text = trim ($this->get_paragraph_number());
3444
 
3445
+ if ($before_image) {
3446
+ $direction_type = AI_DIRECTION_FROM_TOP;
3447
+ } else $direction_type = $this->get_direction_type();
3448
 
3449
  // Prepare $paragraph_end_positions
3450
  if ($position_preview || $position_text == '') {
3460
  }
3461
  $paragraph_end_positions = $filtered_paragraph_end_positions;
3462
 
3463
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
3464
  $paragraph_end_positions = array_reverse ($paragraph_end_positions);
3465
  }
3466
  }
3473
  $paragraph_positions = $filtered_paragraph_positions;
3474
 
3475
 
3476
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
3477
  $paragraph_positions = array_reverse ($paragraph_positions);
3478
  }
3479
 
 
3480
  // $positions contains indexes in $paragraph_positions
3481
  $positions = array ();
3482
 
3542
  $positions = array ();
3543
 
3544
  $min_words_above = $this->get_minimum_words_above ();
3545
+ if (!empty ($min_words_above) && !$before_image) {
3546
  $words_above = 0;
3547
  foreach ($paragraph_positions as $index => $paragraph_position) {
3548
 
3549
+ if ($direction_type != AI_DIRECTION_FROM_BOTTOM) {
3550
  if ($words_above >= $min_words_above) {
3551
  $positions []= $index;
3552
  $words_above = 0;
3561
 
3562
  $words_above += number_of_words ($paragraph_code);
3563
 
3564
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
3565
  if ($words_above >= $min_words_above) {
3566
  $positions []= $index;
3567
  $words_above = 0;
3861
  }
3862
 
3863
  if ($multibyte) {
3864
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
3865
  $content = mb_substr ($content, 0, $paragraph_position) . $inserted_code . mb_substr ($content, $paragraph_position);
3866
  } else {
3867
  $content = mb_substr ($content, 0, $paragraph_position + $offset) . $inserted_code . mb_substr ($content, $paragraph_position + $offset);
3868
  $offset += mb_strlen ($inserted_code);
3869
  }
3870
  } else {
3871
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
3872
  $content = substr_replace ($content, $inserted_code, $paragraph_position, 0);
3873
  } else {
3874
  $content = substr_replace ($content, $inserted_code, $paragraph_position + $offset, 0);
3922
  $ai_last_check = AI_CHECK_PARAGRAPHS_WITH_TAGS;
3923
  if (array_sum ($active_paragraph_positions) == 0) return $content;
3924
 
 
3925
  sort ($paragraph_positions);
3926
  ksort ($active_paragraph_positions);
3927
  $new_active_paragraph_positions = array ();
4068
  }
4069
 
4070
  }
4071
+ // if (!$found) $filtered_paragraph_positions [] = $active_paragraph_positions [$index] = 0;
4072
+ if (!$found) $active_paragraph_positions [$index] = 0;
4073
  } elseif ($paragraph_text_type == AI_DO_NOT_CONTAIN) {
4074
  $found = false;
4075
  foreach ($paragraph_texts as $paragraph_text) {
4086
  break;
4087
  }
4088
  }
 
4089
  }
4090
  if ($found) $active_paragraph_positions [$index] = 0;
4091
  }
4092
  }
4093
  }
4094
 
 
4095
  // Nothing to do
4096
  $ai_last_check = AI_CHECK_PARAGRAPHS_AFTER_TEXT;
4097
  if (array_sum ($active_paragraph_positions) == 0) return $content;
4100
 
4101
  $position_text = trim ($this->get_paragraph_number());
4102
 
4103
+ if ($after_image) {
4104
+ $direction_type = AI_DIRECTION_FROM_TOP;
4105
+ } else $direction_type = $this->get_direction_type();
4106
 
4107
  // Prepare $paragraph_start_positions
4108
+ if ($position_preview || $position_text == '') {
4109
  if (!isset ($paragraph_start_positions)) {
4110
  $paragraph_start_positions = array ();
4111
  get_paragraph_start_positions ($content, $multibyte, $paragraph_positions, $paragraph_end_strings, $paragraph_start_positions, $dummy);
4118
  }
4119
  $paragraph_start_positions = $filtered_paragraph_positions;
4120
 
4121
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
4122
  $paragraph_start_positions = array_reverse ($paragraph_start_positions);
4123
  }
4124
  }
4131
  $paragraph_positions = $filtered_paragraph_positions;
4132
 
4133
 
4134
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
4135
  $paragraph_positions = array_reverse ($paragraph_positions);
4136
  }
4137
 
 
4138
  // $positions contains indexes in $paragraph_positions
4139
  $positions = array ();
4140
 
4200
  $positions = array ();
4201
 
4202
  $min_words_above = $this->get_minimum_words_above ();
4203
+ if (!empty ($min_words_above) && !$after_image) {
4204
  $words_above = 0;
4205
  foreach ($paragraph_positions as $index => $paragraph_position) {
4206
 
4207
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
4208
  if ($words_above >= $min_words_above) {
4209
  $positions []= $index;
4210
  $words_above = 0;
4219
 
4220
  $words_above += number_of_words ($paragraph_code);
4221
 
4222
+ if ($direction_type != AI_DIRECTION_FROM_BOTTOM) {
4223
  if ($words_above >= $min_words_above) {
4224
  $positions []= $index;
4225
  $words_above = 0;
4510
  }
4511
 
4512
  if ($multibyte) {
4513
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
4514
  $content = mb_substr ($content, 0, $paragraph_position + 1) . $inserted_code . mb_substr ($content, $paragraph_position + 1);
4515
  } else {
4516
  $content = mb_substr ($content, 0, $paragraph_position + $offset + 1) . $inserted_code . mb_substr ($content, $paragraph_position + $offset + 1);
4517
  $offset += mb_strlen ($inserted_code);
4518
  }
4519
  } else {
4520
+ if ($direction_type == AI_DIRECTION_FROM_BOTTOM) {
4521
  $content = substr_replace ($content, $inserted_code, $paragraph_position + 1, 0);
4522
  } else {
4523
  $content = substr_replace ($content, $inserted_code, $paragraph_position + $offset + 1, 0);
constants.php CHANGED
@@ -29,7 +29,7 @@ if (!defined( 'AD_INSERTER_NAME'))
29
  define ('AD_INSERTER_NAME', 'Ad Inserter');
30
 
31
  if (!defined( 'AD_INSERTER_VERSION'))
32
- define ('AD_INSERTER_VERSION', '2.4.6');
33
 
34
  if (!defined ('AD_INSERTER_PLUGIN_BASENAME'))
35
  define ('AD_INSERTER_PLUGIN_BASENAME', plugin_basename (__FILE__));
@@ -47,7 +47,6 @@ define ('AD_EMPTY_DATA', '');
47
  define ('AD_ZERO', '0');
48
  define ('AD_ONE', '1');
49
  define ('AD_TWO', '2');
50
- //define ('DEFAULT_AD_NAME', 'Block');
51
 
52
  // Old options
53
  define ('AD_OPTIONS', 'AdInserterOptions'); // general plugin options
29
  define ('AD_INSERTER_NAME', 'Ad Inserter');
30
 
31
  if (!defined( 'AD_INSERTER_VERSION'))
32
+ define ('AD_INSERTER_VERSION', '2.4.8');
33
 
34
  if (!defined ('AD_INSERTER_PLUGIN_BASENAME'))
35
  define ('AD_INSERTER_PLUGIN_BASENAME', plugin_basename (__FILE__));
47
  define ('AD_ZERO', '0');
48
  define ('AD_ONE', '1');
49
  define ('AD_TWO', '2');
 
50
 
51
  // Old options
52
  define ('AD_OPTIONS', 'AdInserterOptions'); // general plugin options
css/ai-settings.css CHANGED
@@ -1,5 +1,5 @@
1
  #ai-data {
2
- font-family: "2.4.6"; /* Used for version number of the file */
3
  }
4
 
5
  #blocked-warning {
@@ -424,6 +424,23 @@ div.automatic-insertion img {
424
  padding: 0 0 0 10px;
425
  }
426
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
  .ai-list-button {
428
  display: table-cell;
429
  margin-right: 2px;
@@ -1113,6 +1130,10 @@ img.automatic-insertion.preview {
1113
  padding: 0.1em 0.4em;
1114
  }
1115
 
 
 
 
 
1116
  .ai-page-code {
1117
  margin: 0;
1118
  padding: 5px;
@@ -1307,6 +1328,10 @@ pre.ai-wrap {
1307
  line-height: 22px;
1308
  height: 22px;
1309
  }
 
 
 
 
1310
  }
1311
 
1312
  @media (min-width: 783px) and (max-width: 828px) {
@@ -1331,3 +1356,99 @@ pre.ai-wrap {
1331
  #ai-settings select {
1332
  padding: 2px;
1333
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  #ai-data {
2
+ font-family: "2.4.8"; /* Used for version number of the file */
3
  }
4
 
5
  #blocked-warning {
424
  padding: 0 0 0 10px;
425
  }
426
 
427
+ .checkbox-button.dashicons {
428
+ width: 28px;
429
+ height: 26px;
430
+ line-height: 20px;
431
+ font-family: dashicons;
432
+ color: #ababab;
433
+ vertical-align: top;
434
+ }
435
+
436
+ .checkbox-button.on.dashicons {
437
+ color: #5f76ff;
438
+ }
439
+
440
+ .checkbox-button.light-blue.dashicons {
441
+ color: #b0d2fd;
442
+ }
443
+
444
  .ai-list-button {
445
  display: table-cell;
446
  margin-right: 2px;
1130
  padding: 0.1em 0.4em;
1131
  }
1132
 
1133
+ .ui-button-text.on {
1134
+ color: #f00;
1135
+ }
1136
+
1137
  .ai-page-code {
1138
  margin: 0;
1139
  padding: 5px;
1328
  line-height: 22px;
1329
  height: 22px;
1330
  }
1331
+
1332
+ table.check-pages td.ai-position, table.check-pages td.ai-not-checked {
1333
+ font-size: 1.5em!important;
1334
+ }
1335
  }
1336
 
1337
  @media (min-width: 783px) and (max-width: 828px) {
1356
  #ai-settings select {
1357
  padding: 2px;
1358
  }
1359
+
1360
+ #ai-tooltip {
1361
+ position: absolute;
1362
+ z-index: 30000;
1363
+ max-width: 300px;
1364
+ text-align: justify;
1365
+ padding: 4px;
1366
+ font-family: arial;
1367
+ font-size: 11px;
1368
+ color: #FFF!important;
1369
+ border: 1px solid #c6c6c6;
1370
+ background: #ddd url(images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
1371
+ color: #444;
1372
+ border-radius: 5px;
1373
+ -webkit-user-select: none; /* Chrome all / Safari all */
1374
+ -moz-user-select: none; /* Firefox all */
1375
+ -ms-user-select: none; /* IE 10+ */
1376
+ user-select: none;
1377
+ }
1378
+
1379
+ #ai-tooltip div {
1380
+ margin: 0;
1381
+ padding: 5px;
1382
+ background: #606060;
1383
+ }
1384
+
1385
+ #ai-tooltip h3 {
1386
+ font-size: 11px;
1387
+ font-weight: bold;
1388
+ padding: 5px;
1389
+ margin: 0;
1390
+ color: #fff;
1391
+ background: #444;
1392
+ text-shadow: #000 1px 1px 0;
1393
+ }
1394
+
1395
+ #ai-tooltip a {
1396
+ color: transparent;
1397
+ text-decoration: none;
1398
+ box-shadow: 0 0 0;
1399
+ }
1400
+
1401
+ #ai-tooltip .tooltip-code {
1402
+ color: #5f5;
1403
+ }
1404
+
1405
+ #ai-tooltip .tooltip-icon {
1406
+ color: #9cf;
1407
+ }
1408
+
1409
+ table.check-pages {
1410
+ width: 100%;
1411
+ -webkit-user-select: none; /* Chrome all / Safari all */
1412
+ -moz-user-select: none; /* Firefox all */
1413
+ -ms-user-select: none; /* IE 10+ */
1414
+ user-select: none;
1415
+ cursor: default;
1416
+ }
1417
+
1418
+ table.check-pages th {
1419
+ font-weight: bold;
1420
+ text-align: center;
1421
+ white-space: nowrap;
1422
+ }
1423
+
1424
+ table.check-pages td {
1425
+ text-align: center;
1426
+ vertical-align: top;
1427
+ line-height: 16px;
1428
+ }
1429
+
1430
+ table.check-pages td.ai-position-name {
1431
+ height: 18px;
1432
+ vertical-align: middle;
1433
+ }
1434
+
1435
+ table.check-pages td.ai-not-checked {
1436
+ color: #ababab;
1437
+ }
1438
+
1439
+ table.check-pages td.ai-yes {
1440
+ color: #0b0;
1441
+ }
1442
+
1443
+ table.check-pages td.ai-no {
1444
+ color: transparent;
1445
+ }
1446
+
1447
+ table.ai-page-types td.ai-page-type.ai-unavailable input {
1448
+ background: #eee;
1449
+ }
1450
+
1451
+ table.ai-page-types td.ai-page-type.ai-unavailable label {
1452
+ color: #bbb;
1453
+ }
1454
+
images/ez-1.jpg ADDED
Binary file
images/ez-2.jpg ADDED
Binary file
js/ad-inserter.js CHANGED
@@ -1,4 +1,4 @@
1
- var javascript_version = "2.4.6";
2
  var ignore_key = true;
3
  var start = 1;
4
  var end = 16;
@@ -88,6 +88,292 @@ var AI_STICK_TO_THE_BOTTOM = 3;
88
 
89
  var before_update_selection_from_list = null;
90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  function b64e (str) {
92
  // first we use encodeURIComponent to get percent-encoded UTF-8,
93
  // then we convert the percent encodings into raw bytes which
@@ -881,6 +1167,15 @@ jQuery(document).ready(function($) {
881
  end_date_picker.attr ('title', ai_admin.invalid_end_date);
882
  end_date_picker.css ("border-color", "#d00");
883
  }
 
 
 
 
 
 
 
 
 
884
  }
885
 
886
  function process_chart_dates (block) {
@@ -920,25 +1215,90 @@ jQuery(document).ready(function($) {
920
  function process_display_elements (block) {
921
 
922
  $("#paragraph-settings-"+block).hide();
 
923
  $("#image-settings-"+block).hide();
924
 
 
 
 
 
 
925
  $("#html-element-settings-"+block).hide();
926
 
927
  $("#inside-element-"+block).hide();
928
 
929
- var automatic_insertion = $("select#display-type-"+block+" option:selected").attr('value');
930
 
931
  if (automatic_insertion == AI_BEFORE_PARAGRAPH || automatic_insertion == AI_AFTER_PARAGRAPH) {
 
 
 
 
 
 
 
 
 
 
932
  $("#paragraph-settings-"+block).show();
933
  }
934
  else if (automatic_insertion == AI_BEFORE_IMAGE || automatic_insertion == AI_AFTER_IMAGE) {
935
- $("#image-settings-"+block).show();
 
 
 
 
 
 
 
 
 
 
936
  $("#paragraph-counting-"+block).hide();
937
  $("#paragraph-clearance-"+block).hide();
938
- } else {
939
- $("#paragraph-counting-"+block).hide();
940
- $("#paragraph-clearance-"+block).hide();
 
 
 
 
 
 
 
 
941
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
942
 
943
  if (automatic_insertion == AI_BEFORE_HTML_ELEMENT || automatic_insertion == AI_AFTER_HTML_ELEMENT || automatic_insertion == AI_INSIDE_HTML_ELEMENT) {
944
  $("#html-element-settings-"+block).show();
@@ -1037,9 +1397,11 @@ jQuery(document).ready(function($) {
1037
 
1038
 
1039
  if ($('#icons-css-code-'+block).css ('display') != 'none') {
1040
- $("#show-css-button-"+block+" span").text (ai_admin.hide);
 
1041
  } else {
1042
- $("#show-css-button-"+block+" span").text (ai_admin.show);
 
1043
  }
1044
 
1045
  var avoid_action = $("select#avoid-action-"+block+" option:selected").text();
@@ -1550,15 +1912,16 @@ jQuery(document).ready(function($) {
1550
 
1551
  configure_editor (tab);
1552
 
1553
- $("select#display-type-"+tab).change (function() {
1554
- var block = $(this).attr('id').replace ("display-type-", "");
1555
  process_display_elements (block);
 
1556
  });
1557
 
1558
  $("select#block-alignment-"+tab).change (function() {
1559
  var block = $(this).attr('id').replace ("block-alignment-", "");
1560
  var alignment = $("select#block-alignment-"+block+" option:selected").attr('value');
1561
- var automatic_insertion = $("select#display-type-"+block+" option:selected").attr('value');
1562
 
1563
  if (automatic_insertion != AI_ABOVE_HEADER &&
1564
  (alignment == AI_ALIGNMENT_STICKY_LEFT ||
@@ -1566,7 +1929,7 @@ jQuery(document).ready(function($) {
1566
  alignment == AI_ALIGNMENT_STICKY_TOP || alignment ==
1567
  AI_ALIGNMENT_STICKY_BOTTOM || alignment == AI_ALIGNMENT_STICKY)
1568
  ) {
1569
- $("select#display-type-"+block).val (AI_FOOTER).change ();
1570
  }
1571
  process_display_elements (block);
1572
  });
@@ -1651,39 +2014,54 @@ jQuery(document).ready(function($) {
1651
 
1652
  process_display_elements (tab);
1653
 
1654
- $("#exceptions-button-"+tab).button ({
1655
- }).click (function () {
 
1656
  var block = $(this).attr ("id").replace ("exceptions-button-","");
1657
  $("#block-exceptions-" + block).toggle ();
1658
  });
1659
 
1660
- $("#show-css-button-"+tab).button ({
1661
- }).show ().css ('visibility', 'visible').click (function () {
 
1662
  var block = $(this).attr ("id").replace ("show-css-button-","");
1663
  $("#icons-css-code-" + block).toggle ();
1664
 
1665
  if ($('#icons-css-code-'+block).is(':visible')) {
1666
- $("#show-css-button-"+block+" span").text (ai_admin.hide);
 
1667
  configure_selection_icons (block);
1668
  process_display_elements (block);
1669
  } else {
1670
- $("#show-css-button-"+block+" span").text (ai_admin.show);
 
1671
  $("#sticky-animation-"+block).hide ();
1672
  }
1673
  });
1674
 
1675
- $("#counting-button-"+tab).button ({
1676
- }).show ().click (function () {
 
1677
  var block = $(this).attr ("id").replace ("counting-button-","");
1678
  $("#paragraph-counting-" + block).toggle ();
1679
  });
1680
 
1681
- $("#clearance-button-"+tab).button ({
1682
- }).show ().click (function () {
 
1683
  var block = $(this).attr ("id").replace ("clearance-button-","");
1684
  $("#paragraph-clearance-" + block).toggle ();
1685
  });
1686
 
 
 
 
 
 
 
 
 
 
1687
  $("#scheduling-on-"+tab).datepicker ({dateFormat: dateFormat, autoSize: true});
1688
  $("#scheduling-off-"+tab).datepicker ({dateFormat: dateFormat, autoSize: true});
1689
 
@@ -1892,12 +2270,12 @@ jQuery(document).ready(function($) {
1892
  $("#misc-settings-" + block).toggle ();
1893
  });
1894
 
1895
- $("#scheduling-button-"+tab).button ({
1896
- }).show ().click (function () {
1897
- var block = $(this).attr ("id");
1898
- block = block.replace ("scheduling-button-","");
1899
- $("#scheduling-settings-" + block).toggle ();
1900
- });
1901
 
1902
  $("#preview-button-"+tab).button ({
1903
  }).show ().click (function () {
@@ -2504,6 +2882,18 @@ jQuery(document).ready(function($) {
2504
  $("input#paragraph-numbers-"+block).val ($(this).attr ('value'));
2505
  });
2506
 
 
 
 
 
 
 
 
 
 
 
 
 
2507
  $("#html-elements-button-"+tab).click (function () {
2508
  var block = $(this).attr('id').replace ("html-elements-button-", "");
2509
 
@@ -2547,7 +2937,7 @@ jQuery(document).ready(function($) {
2547
 
2548
  function check_insertion (block) {
2549
  $('#sticky-scroll-warning-' + block).hide ();
2550
- var automatic_insertion = $("select#display-type-"+block+" option:selected").attr('value');
2551
  var alignment_style = $("select#block-alignment-"+block+" option:selected").attr('value');
2552
  var vertical_position = $("select#vertical-position-"+block+" option:selected").attr('value');
2553
 
@@ -2560,11 +2950,18 @@ jQuery(document).ready(function($) {
2560
  var css_code_container = $('#icons-css-code-'+block);
2561
  if (!css_code_container.hasClass ('configured')) {
2562
  var titles = new Array();
2563
- $("select#display-type-"+block).imagepicker({hide_select: false}).find ('option').each (function (index) {
2564
  titles.push ($(this).data ('title'));
2565
  });
2566
- $("select#display-type-"+block+" + ul").appendTo("#automatic-insertion-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
2567
- $(this).attr ('title', titles [index]);
 
 
 
 
 
 
 
2568
  });
2569
 
2570
  var titles = new Array();
@@ -2572,7 +2969,14 @@ jQuery(document).ready(function($) {
2572
  titles.push ($(this).data ('title'));
2573
  });
2574
  $("select#block-alignment-"+block+" + ul").appendTo("#alignment-style-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
2575
- $(this).attr ('title', titles [index]);
 
 
 
 
 
 
 
2576
  });
2577
 
2578
  var titles = new Array();
@@ -2580,7 +2984,14 @@ jQuery(document).ready(function($) {
2580
  titles.push ($(this).data ('title'));
2581
  });
2582
  $("select#horizontal-position-"+block+" + ul").appendTo("#horizontal-positions-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
2583
- $(this).attr ('title', titles [index]);
 
 
 
 
 
 
 
2584
  });
2585
 
2586
  var titles = new Array();
@@ -2588,7 +2999,14 @@ jQuery(document).ready(function($) {
2588
  titles.push ($(this).data ('title'));
2589
  });
2590
  $("select#vertical-position-"+block+" + ul").appendTo("#vertical-positions-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
2591
- $(this).attr ('title', titles [index]);
 
 
 
 
 
 
 
2592
  });
2593
 
2594
  // var titles = new Array();
@@ -2596,7 +3014,14 @@ jQuery(document).ready(function($) {
2596
  // titles.push ($(this).data ('title'));
2597
  // });
2598
  // $("select#close-button-sticky-"+block+" + ul").appendTo("#close-buttons-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
2599
- // $(this).attr ('title', titles [index]);
 
 
 
 
 
 
 
2600
  // });
2601
 
2602
  css_code_container.addClass ('configured');
@@ -3632,7 +4057,14 @@ jQuery(document).ready(function($) {
3632
  var publisher_id = $('#adsense-data', data_container).data ('publisher-id');
3633
  if (typeof publisher_id == 'undefined') publisher_id = '';
3634
 
3635
- $('label#google-adsense-button').attr ('title', ai_admin.google_adsense_homepage + ' ' + publisher_id);
 
 
 
 
 
 
 
3636
 
3637
  $("label.adsense-copy-code").click (function () {
3638
  var ad_slot_id = $(this).closest ('tr').data ('id');
@@ -3731,6 +4163,107 @@ jQuery(document).ready(function($) {
3731
  });
3732
  }
3733
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3734
  function configure_tabs () {
3735
 
3736
  var tabs_array = new Array ();
@@ -3748,11 +4281,11 @@ jQuery(document).ready(function($) {
3748
  var block_tabs = $("#ai-tab-container").tabs ({active: index});
3749
  $("#ai-plugin-settings-tab-container").tabs ({active: active_tab_0});
3750
 
3751
- $('#ai-settings').tooltip({
3752
- show: {effect: "blind",
3753
- delay: 400,
3754
- duration: 100}
3755
- });
3756
 
3757
  if (debug_title) $("#plugin_name").css ("color", "#00f");
3758
 
@@ -3804,6 +4337,43 @@ jQuery(document).ready(function($) {
3804
  }
3805
  }
3806
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3807
  }
3808
 
3809
 
@@ -4098,6 +4668,13 @@ jQuery(document).ready(function($) {
4098
  $("#hide-key").toggle ();
4099
  });
4100
 
 
 
 
 
 
 
 
4101
 
4102
  if (debug) console.log ("");
4103
  if (debug) console.log ("READY END");
1
+ var javascript_version = "2.4.8";
2
  var ignore_key = true;
3
  var start = 1;
4
  var end = 16;
88
 
89
  var before_update_selection_from_list = null;
90
 
91
+ /*
92
+ * jQuery Tooltip plugin 1.3
93
+ *
94
+ * http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
95
+ * http://docs.jquery.com/Plugins/Tooltip
96
+ *
97
+ * Copyright (c) 2006 - 2008 J�rn Zaefferer
98
+ *
99
+ * $Id: jquery.tooltip.js 5741 2008-06-21 15:22:16Z joern.zaefferer $
100
+ *
101
+ * Dual licensed under the MIT and GPL licenses:
102
+ * http://www.opensource.org/licenses/mit-license.php
103
+ * http://www.gnu.org/licenses/gpl.html
104
+ */
105
+ (function($) {
106
+ // the tooltip element
107
+ var helper = {},
108
+ // the current tooltipped element
109
+ current,
110
+ // the title of the current element, used for restoring
111
+ title,
112
+ // timeout id for delayed tooltips
113
+ tID,
114
+ // IE 5.5 or 6
115
+ // IE = $.browser.msie && /MSIE\s(5\.5|6\.)/.test(navigator.userAgent),
116
+ IE = false,
117
+ // flag for mouse tracking
118
+ track = false;
119
+ $.tooltip = {
120
+ blocked: false,
121
+ defaults: {
122
+ delay: 200,
123
+ fade: false,
124
+ showURL: true,
125
+ extraClass: "",
126
+ top: 15,
127
+ left: 15,
128
+ id: "ai-tooltip"
129
+ },
130
+ block: function() {
131
+ $.tooltip.blocked = !$.tooltip.blocked;
132
+ }
133
+ };
134
+ $.fn.extend({
135
+ tooltip: function(settings) {
136
+ settings = $.extend({}, $.tooltip.defaults, settings);
137
+ createHelper(settings);
138
+ return this.each(function() {
139
+ $.data(this, "tooltip", settings);
140
+ this.tOpacity = helper.parent.css("opacity");
141
+ // copy tooltip into its own expando and remove the title
142
+ this.tooltipText = this.title;
143
+ $(this).removeAttr("title");
144
+ // also remove alt attribute to prevent default tooltip in IE
145
+ this.alt = "";
146
+ })
147
+ .mouseover(save)
148
+ .mouseout(hide)
149
+ .click(hide);
150
+ },
151
+ fixPNG: IE ? function() {
152
+ return this.each(function() {
153
+ var image = $(this).css('backgroundImage');
154
+ if (image.match(/^url\(["']?(.*\.png)["']?\)$/i)) {
155
+ image = RegExp.$1;
156
+ $(this).css({
157
+ 'backgroundImage': 'none',
158
+ 'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='" + image + "')"
159
+ }).each(function() {
160
+ var position = $(this).css('position');
161
+ if (position != 'absolute' && position != 'relative')
162
+ $(this).css('position', 'relative');
163
+ });
164
+ }
165
+ });
166
+ } : function() {
167
+ return this;
168
+ },
169
+ unfixPNG: IE ? function() {
170
+ return this.each(function() {
171
+ $(this).css({
172
+ 'filter': '',
173
+ backgroundImage: ''
174
+ });
175
+ });
176
+ } : function() {
177
+ return this;
178
+ },
179
+ hideWhenEmpty: function() {
180
+ return this.each(function() {
181
+ $(this)[$(this).html() ? "show" : "hide"]();
182
+ });
183
+ },
184
+ url: function() {
185
+ return this.attr('href') || this.attr('src');
186
+ }
187
+ });
188
+ function createHelper(settings) {
189
+ // there can be only one tooltip helper
190
+ if (helper.parent)
191
+ return;
192
+ // create the helper, h3 for title, div for url
193
+ helper.parent = $('<div id="' + settings.id + '"><h3></h3><div class="body"></div><div class="url"></div></div>')
194
+ // add to document
195
+ .appendTo(document.body)
196
+ // hide it at first
197
+ .hide();
198
+ // apply bgiframe if available
199
+ if ($.fn.bgiframe)
200
+ helper.parent.bgiframe();
201
+ // save references to title and url elements
202
+ helper.title = $('h3', helper.parent);
203
+ helper.body = $('div.body', helper.parent);
204
+ helper.url = $('div.url', helper.parent);
205
+ }
206
+ function settings(element) {
207
+ return $.data(element, "tooltip");
208
+ }
209
+ // main event handler to start showing tooltips
210
+ function handle(event) {
211
+ // show helper, either with timeout or on instant
212
+ if (settings(this).delay)
213
+ tID = setTimeout(show, settings(this).delay);
214
+ else
215
+ show();
216
+ // if selected, update the helper position when the mouse moves
217
+ track = !!settings(this).track;
218
+ $(document.body).bind('mousemove', update);
219
+ // update at least once
220
+ update(event);
221
+ }
222
+ // save elements title before the tooltip is displayed
223
+ function save() {
224
+ // if this is the current source, or it has no title (occurs with click event), stop
225
+ if ($.tooltip.blocked || this == current || (!this.tooltipText && !settings(this).bodyHandler))
226
+ return;
227
+ // save current
228
+ current = this;
229
+ title = this.tooltipText;
230
+
231
+ title = title.replace (/(\[ADINSERTER.+\])/g, '<span class="tooltip-code">$1</span>');
232
+ title = title.replace (/(\%N)/g, '<span class="tooltip-code">$1</span>');
233
+ title = title.replace (/(\[\*\])/g, '<span class="tooltip-icon"><span class="dashicons dashicons-admin-generic" style="width: 11px; height: 11px; font-size: 12px; line-height: unset;"></span></span>');
234
+
235
+ if (settings(this).bodyHandler) {
236
+ helper.title.hide();
237
+ var bodyContent = settings(this).bodyHandler.call(this);
238
+ if (bodyContent.nodeType || bodyContent.jquery) {
239
+ helper.body.empty().append(bodyContent)
240
+ } else {
241
+ helper.body.html(bodyContent);
242
+ }
243
+ helper.body.show();
244
+ } else if (settings(this).showBody) {
245
+ var parts = title.split(settings(this).showBody);
246
+ if (parts.length == 2) {
247
+ helper.title.html(parts.shift()).show();
248
+ } else {
249
+ helper.title.hide();
250
+ }
251
+ helper.body.empty();
252
+ for (var i = 0, part;
253
+ (part = parts[i]); i++) {
254
+ if (i > 0)
255
+ helper.body.append("<br/>");
256
+ helper.body.append(part);
257
+ }
258
+ helper.body.hideWhenEmpty();
259
+ } else {
260
+ helper.title.html(title).show();
261
+ helper.body.hide();
262
+ }
263
+ // if element has href or src, add and show it, otherwise hide it
264
+ if (settings(this).showURL && $(this).url())
265
+ helper.url.html($(this).url().replace('http://', '')).show();
266
+ else
267
+ helper.url.hide();
268
+ // add an optional class for this tip
269
+ helper.parent.addClass(settings(this).extraClass);
270
+ // fix PNG background for IE
271
+ if (settings(this).fixPNG)
272
+ helper.parent.fixPNG();
273
+ handle.apply(this, arguments);
274
+ }
275
+ // delete timeout and show helper
276
+ function show() {
277
+ tID = null;
278
+ if ((!IE || !$.fn.bgiframe) && settings(current).fade) {
279
+ if (helper.parent.is(":animated"))
280
+ helper.parent.stop().show().fadeTo(settings(current).fade, current.tOpacity);
281
+ else
282
+ helper.parent.is(':visible') ? helper.parent.fadeTo(settings(current).fade, current.tOpacity) : helper.parent.fadeIn(settings(current).fade);
283
+ } else {
284
+ helper.parent.show();
285
+ }
286
+ update();
287
+ }
288
+ /**
289
+ * callback for mousemove
290
+ * updates the helper position
291
+ * removes itself when no current element
292
+ */
293
+ function update(event) {
294
+ if ($.tooltip.blocked)
295
+ return;
296
+ if (event && event.target.tagName == "OPTION") {
297
+ return;
298
+ }
299
+ // stop updating when tracking is disabled and the tooltip is visible
300
+ if (!track && helper.parent.is(":visible")) {
301
+ $(document.body).unbind('mousemove', update)
302
+ }
303
+ // if no current element is available, remove this listener
304
+ if (current == null) {
305
+ $(document.body).unbind('mousemove', update);
306
+ return;
307
+ }
308
+ // remove position helper classes
309
+ helper.parent.removeClass("viewport-right").removeClass("viewport-bottom");
310
+ var left = helper.parent[0].offsetLeft;
311
+ var top = helper.parent[0].offsetTop;
312
+ if (event) {
313
+ // position the helper 15 pixel to bottom right, starting from mouse position
314
+ left = event.pageX + settings(current).left;
315
+ top = event.pageY + settings(current).top;
316
+ var right = 'auto';
317
+ if (settings(current).positionLeft) {
318
+ right = $(window).width() - left;
319
+ left = 'auto';
320
+ }
321
+ helper.parent.css({
322
+ left: left,
323
+ right: right,
324
+ top: top
325
+ });
326
+ }
327
+ var v = viewport(),
328
+ h = helper.parent[0];
329
+ // check horizontal position
330
+ if (v.x + v.cx < h.offsetLeft + h.offsetWidth) {
331
+ left -= h.offsetWidth + 20 + settings(current).left;
332
+ helper.parent.css({
333
+ left: left + 'px'
334
+ }).addClass("viewport-right");
335
+ }
336
+ // check vertical position
337
+ if (v.y + v.cy < h.offsetTop + h.offsetHeight) {
338
+ top -= h.offsetHeight + 20 + settings(current).top;
339
+ helper.parent.css({
340
+ top: top + 'px'
341
+ }).addClass("viewport-bottom");
342
+ }
343
+ }
344
+ function viewport() {
345
+ return {
346
+ x: $(window).scrollLeft(),
347
+ y: $(window).scrollTop(),
348
+ cx: $(window).width(),
349
+ cy: $(window).height()
350
+ };
351
+ }
352
+ // hide helper and restore added classes and the title
353
+ function hide(event) {
354
+ if ($.tooltip.blocked)
355
+ return;
356
+ // clear timeout if possible
357
+ if (tID)
358
+ clearTimeout(tID);
359
+ // no more current element
360
+ current = null;
361
+ var tsettings = settings(this);
362
+ function complete() {
363
+ helper.parent.removeClass(tsettings.extraClass).hide().css("opacity", "");
364
+ }
365
+ if ((!IE || !$.fn.bgiframe) && tsettings.fade) {
366
+ if (helper.parent.is(':animated'))
367
+ helper.parent.stop().fadeTo(tsettings.fade, 0, complete);
368
+ else
369
+ helper.parent.stop().fadeOut(tsettings.fade, complete);
370
+ } else
371
+ complete();
372
+ if (settings(this).fixPNG)
373
+ helper.parent.unfixPNG();
374
+ }
375
+ })(jQuery);
376
+
377
  function b64e (str) {
378
  // first we use encodeURIComponent to get percent-encoded UTF-8,
379
  // then we convert the percent encodings into raw bytes which
1167
  end_date_picker.attr ('title', ai_admin.invalid_end_date);
1168
  end_date_picker.css ("border-color", "#d00");
1169
  }
1170
+
1171
+ end_date_picker
1172
+ .tooltip({
1173
+ track: true,
1174
+ delay: 700,
1175
+ showURL: false,
1176
+ showBody: " | ",
1177
+ fade: 250
1178
+ });
1179
  }
1180
 
1181
  function process_chart_dates (block) {
1215
  function process_display_elements (block) {
1216
 
1217
  $("#paragraph-settings-"+block).hide();
1218
+ $("#paragraph-buttons-"+block).hide();
1219
  $("#image-settings-"+block).hide();
1220
 
1221
+ var filter_attr = $("#filter-settings-"+block).attr ('data-filter');
1222
+ var filter_settings_active = typeof filter_attr !== typeof undefined && filter_attr !== false;
1223
+ $("#filter-settings-"+block).removeAttr ('data-filter').hide();
1224
+ $("#filter-buttons-"+block).hide();
1225
+
1226
  $("#html-element-settings-"+block).hide();
1227
 
1228
  $("#inside-element-"+block).hide();
1229
 
1230
+ var automatic_insertion = $("select#insertion-type-"+block+" option:selected").attr('value');
1231
 
1232
  if (automatic_insertion == AI_BEFORE_PARAGRAPH || automatic_insertion == AI_AFTER_PARAGRAPH) {
1233
+ // $("#paragraph-text-"+block).text (ai_admin.paragraphs).show();
1234
+ $("#paragraph-buttons-"+block).show();
1235
+ $("#paragraph-settings-"+block+ ' input').attr('title', $("#paragraph-settings-"+block+ ' input').attr('data-title-paragraphs'))
1236
+ .tooltip({
1237
+ track: true,
1238
+ delay: 700,
1239
+ showURL: false,
1240
+ showBody: " | ",
1241
+ fade: 250
1242
+ });
1243
  $("#paragraph-settings-"+block).show();
1244
  }
1245
  else if (automatic_insertion == AI_BEFORE_IMAGE || automatic_insertion == AI_AFTER_IMAGE) {
1246
+ // $("#paragraph-text-"+block).text (ai_admin.images).show();
1247
+ $("#paragraph-buttons-"+block).hide();
1248
+ $("#paragraph-settings-"+block + ' input').attr('title', $("#paragraph-settings-"+block+ ' input').attr('data-title-images'))
1249
+ .tooltip({
1250
+ track: true,
1251
+ delay: 700,
1252
+ showURL: false,
1253
+ showBody: " | ",
1254
+ fade: 250
1255
+ });
1256
+ $("#paragraph-settings-"+block).show();
1257
  $("#paragraph-counting-"+block).hide();
1258
  $("#paragraph-clearance-"+block).hide();
1259
+ }
1260
+ else if (automatic_insertion == AI_BEFORE_EXCERPT || automatic_insertion == AI_AFTER_EXCERPT || automatic_insertion == AI_BETWEEN_POSTS || automatic_insertion == AI_BETWEEN_COMMENTS) {
1261
+ $("#filter-buttons-"+block).show();
1262
+ var filter_title = '';
1263
+ if (automatic_insertion == AI_BEFORE_EXCERPT || automatic_insertion == AI_AFTER_EXCERPT) {
1264
+ // $("#filter-text-"+block).text (ai_admin.excerpts).show();
1265
+ filter_title = $("#filter-settings-"+block+ ' input').attr('data-title-excerpts');
1266
+ }
1267
+ else if (automatic_insertion == AI_BETWEEN_POSTS) {
1268
+ // $("#filter-text-"+block).text (ai_admin.posts).show();
1269
+ filter_title = $("#filter-settings-"+block+ ' input').attr('data-title-posts');
1270
  }
1271
+ else if (automatic_insertion == AI_BETWEEN_COMMENTS) {
1272
+ // $("#filter-text-"+block).text (ai_admin.comments).show();
1273
+ filter_title = $("#filter-settings-"+block+ ' input').attr('data-title-comments');
1274
+ }
1275
+ $("#filter-settings-"+block + ' input').attr('title', filter_title)
1276
+ .tooltip({
1277
+ track: true,
1278
+ delay: 700,
1279
+ showURL: false,
1280
+ showBody: " | ",
1281
+ fade: 250
1282
+ });
1283
+ $("#filter-settings-"+block).attr ('data-filter', '1').show();
1284
+ $("#paragraph-counting-"+block).hide();
1285
+ $("#paragraph-clearance-"+block).hide();
1286
+ }
1287
+ else {
1288
+ $("#paragraph-counting-"+block).hide();
1289
+ $("#paragraph-clearance-"+block).hide();
1290
+ }
1291
+
1292
+ var new_filter_attr = $("#filter-settings-"+block).attr ('data-filter');
1293
+ var new_filter_settings_active = typeof new_filter_attr !== typeof undefined && new_filter_attr !== false;
1294
+
1295
+ if (filter_settings_active && !new_filter_settings_active) {
1296
+ $("#filter-settings-"+block + ' input').val ('');
1297
+
1298
+ $("input#filter-numbers-"+block).val ('');
1299
+ $("select#filter-type-"+block).val (0);
1300
+ $("input#invert-filter-"+block).removeAttr ('checked');
1301
+ }
1302
 
1303
  if (automatic_insertion == AI_BEFORE_HTML_ELEMENT || automatic_insertion == AI_AFTER_HTML_ELEMENT || automatic_insertion == AI_INSIDE_HTML_ELEMENT) {
1304
  $("#html-element-settings-"+block).show();
1397
 
1398
 
1399
  if ($('#icons-css-code-'+block).css ('display') != 'none') {
1400
+ // $("#show-css-button-"+block+" span").text (ai_admin.hide);
1401
+ // $("#show-css-button-"+block).addClass ('light-blue');
1402
  } else {
1403
+ // $("#show-css-button-"+block+" span").text (ai_admin.show);
1404
+ // $("#show-css-button-"+block).removeClass ('light-blue');
1405
  }
1406
 
1407
  var avoid_action = $("select#avoid-action-"+block+" option:selected").text();
1912
 
1913
  configure_editor (tab);
1914
 
1915
+ $("select#insertion-type-"+tab).change (function() {
1916
+ var block = $(this).attr('id').tabIndex ();
1917
  process_display_elements (block);
1918
+ set_page_statuses (block);
1919
  });
1920
 
1921
  $("select#block-alignment-"+tab).change (function() {
1922
  var block = $(this).attr('id').replace ("block-alignment-", "");
1923
  var alignment = $("select#block-alignment-"+block+" option:selected").attr('value');
1924
+ var automatic_insertion = $("select#insertion-type-"+block+" option:selected").attr('value');
1925
 
1926
  if (automatic_insertion != AI_ABOVE_HEADER &&
1927
  (alignment == AI_ALIGNMENT_STICKY_LEFT ||
1929
  alignment == AI_ALIGNMENT_STICKY_TOP || alignment ==
1930
  AI_ALIGNMENT_STICKY_BOTTOM || alignment == AI_ALIGNMENT_STICKY)
1931
  ) {
1932
+ $("select#insertion-type-"+block).val (AI_FOOTER).change ();
1933
  }
1934
  process_display_elements (block);
1935
  });
2014
 
2015
  process_display_elements (tab);
2016
 
2017
+ // $("#exceptions-button-"+tab).button ({
2018
+ // }).click (function () {
2019
+ $("#exceptions-button-"+tab).click (function () {
2020
  var block = $(this).attr ("id").replace ("exceptions-button-","");
2021
  $("#block-exceptions-" + block).toggle ();
2022
  });
2023
 
2024
+ // $("#show-css-button-"+tab).button ({
2025
+ // }).show ().css ('visibility', 'visible').click (function () {
2026
+ $("#show-css-button-"+tab).click (function () {
2027
  var block = $(this).attr ("id").replace ("show-css-button-","");
2028
  $("#icons-css-code-" + block).toggle ();
2029
 
2030
  if ($('#icons-css-code-'+block).is(':visible')) {
2031
+ // $("#show-css-button-"+block+" span").text (ai_admin.hide);
2032
+ // $("#show-css-button-"+block).addClass ('light-blue');
2033
  configure_selection_icons (block);
2034
  process_display_elements (block);
2035
  } else {
2036
+ // $("#show-css-button-"+block+" span").text (ai_admin.show);
2037
+ // $("#show-css-button-"+block).removeClass ('light-blue');
2038
  $("#sticky-animation-"+block).hide ();
2039
  }
2040
  });
2041
 
2042
+ // $("#counting-button-"+tab).button ({
2043
+ // }).show ().click (function () {
2044
+ $("#counting-button-"+tab).click (function () {
2045
  var block = $(this).attr ("id").replace ("counting-button-","");
2046
  $("#paragraph-counting-" + block).toggle ();
2047
  });
2048
 
2049
+ // $("#clearance-button-"+tab).button ({
2050
+ // }).show ().click (function () {
2051
+ $("#clearance-button-"+tab).click (function () {
2052
  var block = $(this).attr ("id").replace ("clearance-button-","");
2053
  $("#paragraph-clearance-" + block).toggle ();
2054
  });
2055
 
2056
+ $("#filter-button-"+tab).click (function () {
2057
+ var block = $(this).attr ("id").tabIndex ();
2058
+ $("#misc-settings-" + block).toggle ();
2059
+ if ($("#misc-settings-" + block).is (':visible')) {
2060
+ $("#ai-misc-container-" + block).tabs ({active: 1});
2061
+ $("#ai-misc-filter-" + block).click ();
2062
+ }
2063
+ });
2064
+
2065
  $("#scheduling-on-"+tab).datepicker ({dateFormat: dateFormat, autoSize: true});
2066
  $("#scheduling-off-"+tab).datepicker ({dateFormat: dateFormat, autoSize: true});
2067
 
2270
  $("#misc-settings-" + block).toggle ();
2271
  });
2272
 
2273
+ // $("#scheduling-button-"+tab).button ({
2274
+ // }).show ().click (function () {
2275
+ // var block = $(this).attr ("id");
2276
+ // block = block.replace ("scheduling-button-","");
2277
+ // $("#scheduling-settings-" + block).toggle ();
2278
+ // });
2279
 
2280
  $("#preview-button-"+tab).button ({
2281
  }).show ().click (function () {
2882
  $("input#paragraph-numbers-"+block).val ($(this).attr ('value'));
2883
  });
2884
 
2885
+ $("input#filter-numbers-insertions-" + tab).on ('keyup', function () {
2886
+ var block = $(this).attr('id').tabIndex ();
2887
+ $("input#filter-numbers-"+block).val ($(this).attr ('value'));
2888
+ $("select#filter-type-"+block).val (0);
2889
+ $("input#invert-filter-"+block).removeAttr ('checked');
2890
+ });
2891
+
2892
+ $("input#filter-numbers-" + tab).on ('keyup', function () {
2893
+ var block = $(this).attr('id').tabIndex ();
2894
+ $("input#filter-numbers-insertions-"+block).val ($(this).attr ('value'));
2895
+ });
2896
+
2897
  $("#html-elements-button-"+tab).click (function () {
2898
  var block = $(this).attr('id').replace ("html-elements-button-", "");
2899
 
2937
 
2938
  function check_insertion (block) {
2939
  $('#sticky-scroll-warning-' + block).hide ();
2940
+ var automatic_insertion = $("select#insertion-type-"+block+" option:selected").attr('value');
2941
  var alignment_style = $("select#block-alignment-"+block+" option:selected").attr('value');
2942
  var vertical_position = $("select#vertical-position-"+block+" option:selected").attr('value');
2943
 
2950
  var css_code_container = $('#icons-css-code-'+block);
2951
  if (!css_code_container.hasClass ('configured')) {
2952
  var titles = new Array();
2953
+ $("select#insertion-type-"+block).imagepicker({hide_select: false}).find ('option').each (function (index) {
2954
  titles.push ($(this).data ('title'));
2955
  });
2956
+ $("select#insertion-type-"+block+" + ul").appendTo("#automatic-insertion-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
2957
+ $(this).attr ('title', titles [index])
2958
+ .tooltip({
2959
+ track: true,
2960
+ delay: 700,
2961
+ showURL: false,
2962
+ showBody: " | ",
2963
+ fade: 250
2964
+ });
2965
  });
2966
 
2967
  var titles = new Array();
2969
  titles.push ($(this).data ('title'));
2970
  });
2971
  $("select#block-alignment-"+block+" + ul").appendTo("#alignment-style-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
2972
+ $(this).attr ('title', titles [index])
2973
+ .tooltip({
2974
+ track: true,
2975
+ delay: 700,
2976
+ showURL: false,
2977
+ showBody: " | ",
2978
+ fade: 250
2979
+ });
2980
  });
2981
 
2982
  var titles = new Array();
2984
  titles.push ($(this).data ('title'));
2985
  });
2986
  $("select#horizontal-position-"+block+" + ul").appendTo("#horizontal-positions-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
2987
+ $(this).attr ('title', titles [index])
2988
+ .tooltip({
2989
+ track: true,
2990
+ delay: 700,
2991
+ showURL: false,
2992
+ showBody: " | ",
2993
+ fade: 250
2994
+ });
2995
  });
2996
 
2997
  var titles = new Array();
2999
  titles.push ($(this).data ('title'));
3000
  });
3001
  $("select#vertical-position-"+block+" + ul").appendTo("#vertical-positions-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
3002
+ $(this).attr ('title', titles [index])
3003
+ .tooltip({
3004
+ track: true,
3005
+ delay: 700,
3006
+ showURL: false,
3007
+ showBody: " | ",
3008
+ fade: 250
3009
+ });
3010
  });
3011
 
3012
  // var titles = new Array();
3014
  // titles.push ($(this).data ('title'));
3015
  // });
3016
  // $("select#close-button-sticky-"+block+" + ul").appendTo("#close-buttons-"+block).css ('padding-top', '10px').find ('li').each (function (index) {
3017
+ // $(this).attr ('title', titles [index])
3018
+ // .tooltip({
3019
+ // track: true,
3020
+ // delay: 700,
3021
+ // showURL: false,
3022
+ // showBody: " | ",
3023
+ // fade: 250
3024
+ // });
3025
  // });
3026
 
3027
  css_code_container.addClass ('configured');
4057
  var publisher_id = $('#adsense-data', data_container).data ('publisher-id');
4058
  if (typeof publisher_id == 'undefined') publisher_id = '';
4059
 
4060
+ $('label#google-adsense-button').attr ('title', ai_admin.google_adsense_homepage + ' ' + publisher_id)
4061
+ .tooltip({
4062
+ track: true,
4063
+ delay: 700,
4064
+ showURL: false,
4065
+ showBody: " | ",
4066
+ fade: 250
4067
+ });
4068
 
4069
  $("label.adsense-copy-code").click (function () {
4070
  var ad_slot_id = $(this).closest ('tr').data ('id');
4163
  });
4164
  }
4165
 
4166
+ function set_page_statuses (block) {
4167
+ var automatic_insertion = parseInt ($("select#insertion-type-"+block+" option:selected").attr('value'));
4168
+ var table = $('#page-types-' + block);
4169
+
4170
+ switch (automatic_insertion) {
4171
+ case AI_BEFORE_HTML_ELEMENT:
4172
+ case AI_AFTER_HTML_ELEMENT:
4173
+ case AI_INSIDE_HTML_ELEMENT:
4174
+ table.find ('td.ai-page-type').removeClass ('ai-unavailable');
4175
+ return;
4176
+ }
4177
+
4178
+ var pages = ['po', 'pa', 'hp', 'cp', 'ap', 'sp'];
4179
+
4180
+ pages.forEach (function (page, index) {
4181
+ var page_data = $('table.check-pages').attr ('data-' + page);
4182
+
4183
+ if (page_data != null) {
4184
+ var available_insertions = JSON.parse (page_data);
4185
+
4186
+ if (available_insertions.indexOf (automatic_insertion) != - 1) {
4187
+ table.find ('td.ai-page-type.ai-' + page).removeClass ('ai-unavailable').find ('input, label').removeAttr ('title')
4188
+ .tooltip({
4189
+ track: true,
4190
+ delay: 700,
4191
+ showURL: false,
4192
+ showBody: " | ",
4193
+ fade: 250
4194
+ });
4195
+ } else {
4196
+ table.find ('td.ai-page-type.ai-' + page).addClass ('ai-unavailable').find ('input, label').attr ('title', ai_admin.position_might_not_available)
4197
+ .tooltip({
4198
+ track: true,
4199
+ delay: 700,
4200
+ showURL: false,
4201
+ showBody: " | ",
4202
+ fade: 250
4203
+ });
4204
+ }
4205
+ }
4206
+ });
4207
+ }
4208
+
4209
+ function check_page (page, button, last_check) {
4210
+ var nonce = $("#ai-form").attr ('nonce');
4211
+ var container = button.closest ('.ai-check-pages');
4212
+ var error_message = container.find ('.ai-error-message');
4213
+
4214
+ $.get (ajaxurl + '?action=ai_ajax_backend&check-page=' + page + '&ai_check=' + nonce, function (data) {
4215
+ if (data != '') {
4216
+
4217
+ if (debug) console.log ("AI CHECK PAGES:", data);
4218
+
4219
+ try {
4220
+ var pages_data = JSON.parse (data);
4221
+
4222
+ // console.log ("AI CHECK PAGES:", pages_data);
4223
+
4224
+ $('table.check-pages').attr ('data-' + page, data);
4225
+
4226
+ $('table.check-pages td.ai-position.ai-' + page).each (function () {
4227
+ $(this).removeClass ('ai-not-checked');
4228
+ var insertion = $(this).data ('insertion');
4229
+
4230
+ if (pages_data.indexOf (insertion) == - 1) {
4231
+ $(this).addClass ('ai-no').attr ('title', ai_admin.position_not_available);
4232
+ } else {
4233
+ $(this).addClass ('ai-yes').attr ('title', ai_admin.position_available);
4234
+ }
4235
+ $(this).tooltip({
4236
+ track: true,
4237
+ delay: 700,
4238
+ showURL: false,
4239
+ showBody: " | ",
4240
+ fade: 250
4241
+ });
4242
+ });
4243
+ } catch (error) {
4244
+ error_message.find ('.ai-error-message-text').text ('JSON error');
4245
+ error_message.show ();
4246
+ console.log ("AI CHECK PAGES: JSON error decoding available positions: " + data);
4247
+ }
4248
+ }
4249
+ }).fail (function (xhr, status, error) {
4250
+ error_message.find ('.ai-error-message-text').text (xhr.status + " " + xhr.statusText);
4251
+ error_message.show ();
4252
+ console.log ('AI CHECK PAGES: Error loading positions for', page + ':', xhr.status, xhr.statusText);
4253
+ })
4254
+ .always (function () {
4255
+ if (last_check) {
4256
+ $('#ai-loading').hide ();
4257
+ $('#ai-loading-2').hide ();
4258
+ button.find ('span.ui-button-text').removeClass ('on');
4259
+
4260
+ for (var block = start; block <= end; block ++) {
4261
+ set_page_statuses (block);
4262
+ }
4263
+ }
4264
+ });
4265
+ }
4266
+
4267
  function configure_tabs () {
4268
 
4269
  var tabs_array = new Array ();
4281
  var block_tabs = $("#ai-tab-container").tabs ({active: index});
4282
  $("#ai-plugin-settings-tab-container").tabs ({active: active_tab_0});
4283
 
4284
+ // $('#ai-settings').tooltip({
4285
+ // show: {effect: "blind",
4286
+ // delay: 400,
4287
+ // duration: 100}
4288
+ // });
4289
 
4290
  if (debug_title) $("#plugin_name").css ("color", "#00f");
4291
 
4337
  }
4338
  }
4339
  });
4340
+
4341
+ $(".page-checker-button").click (function () {
4342
+ $("#page-checker-container").toggle ();
4343
+ });
4344
+
4345
+ $("#check-pages-button").button ({
4346
+ }).show ().click (function () {
4347
+ var button = $(this);
4348
+ var container = $(this).closest ('.ai-check-pages');
4349
+ var error_message = container.find ('.ai-error-message');
4350
+
4351
+ $('#ai-loading').show ();
4352
+ $('#ai-loading-2').show ();
4353
+ error_message.hide ();
4354
+ button.find ('span.ui-button-text').addClass ('on');
4355
+
4356
+ var pages = ['po', 'pa', 'hp', 'cp', 'ap', 'sp'];
4357
+
4358
+ pages.forEach (function (page, index) {
4359
+ $('table.check-pages td.ai-position').each (function () {
4360
+ $(this).removeClass ('ai-yes').removeClass ('ai-no').addClass ('ai-not-checked').attr ('title', ai_admin.position_not_checked);
4361
+ $(this).tooltip({
4362
+ track: true,
4363
+ delay: 700,
4364
+ showURL: false,
4365
+ showBody: " | ",
4366
+ fade: 250
4367
+ });
4368
+ });
4369
+
4370
+ $('table.ai-page-types td.ai-page-type').each (function () {
4371
+ $(this).removeClass ('ai-unavailable');
4372
+ });
4373
+
4374
+ setTimeout (function() {check_page (page, button, index == pages.length - 1);}, index * 300 + 10);
4375
+ });
4376
+ });
4377
  }
4378
 
4379
 
4668
  $("#hide-key").toggle ();
4669
  });
4670
 
4671
+ $('input[title], button[title], label[title], h2[title], li[title], td[title], select[title], div[title], span[title]').tooltip({
4672
+ track: true,
4673
+ delay: 700,
4674
+ showURL: false,
4675
+ showBody: " | ",
4676
+ fade: 250
4677
+ });
4678
 
4679
  if (debug) console.log ("");
4680
  if (debug) console.log ("READY END");
languages/ad-inserter-sl_SI.mo CHANGED
Binary file
languages/ad-inserter-sl_SI.po CHANGED
@@ -4,141 +4,141 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Ad Inserter 2.4.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
7
- "POT-Creation-Date: 2019-01-07 23:17:37+00:00\n"
8
- "PO-Revision-Date: 2019-01-08 00:18+0100\n"
9
  "Last-Translator: Igor Funa\n"
10
  "Language-Team: \n"
11
  "Language: sl_SI\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
- "X-Generator: Poedit 2.2\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:284
20
  msgctxt "Menu item"
21
  msgid "Debugging DEMO"
22
  msgstr "DEMO Razhroščevanje"
23
 
24
- #: ad-inserter.php:300
25
  msgctxt "Menu item"
26
  msgid "Label Blocks"
27
  msgstr "Označi bloke"
28
 
29
- #: ad-inserter.php:307
30
  msgctxt "Menu item"
31
  msgid "Show Positions"
32
  msgstr "Pokaži položaje"
33
 
34
- #: ad-inserter.php:378
35
  msgctxt "Menu item"
36
  msgid "Show HTML Tags"
37
  msgstr "Pokaži HTML značke"
38
 
39
- #: ad-inserter.php:385
40
  msgctxt "Menu item"
41
  msgid "Disable Insertion"
42
  msgstr "Onemogoči vstavljanje"
43
 
44
- #: ad-inserter.php:394
45
  msgctxt "Menu item"
46
  msgid "Ad Blocking Status"
47
  msgstr "Status blokiranja oglasov"
48
 
49
- #: ad-inserter.php:401
50
  msgctxt "Menu item"
51
  msgid "Simulate Ad Blocking"
52
  msgstr "Simuliraj blokiranje oglasov"
53
 
54
- #: ad-inserter.php:411
55
  msgctxt "Menu item"
56
  msgid "Log Processing"
57
  msgstr "Beleži procesiranje"
58
 
59
  #. translators: Debugging position name Before HTML element
60
- #: ad-inserter.php:935
61
  msgid "Before"
62
  msgstr "Pred"
63
 
64
  #. translators: Debugging position name After HTML element
65
- #: ad-inserter.php:940
66
  msgid "After"
67
  msgstr "Za"
68
 
69
  #. translators: Debugging position name Prepend content of HTML element (before
70
  #. the content of the HTML element)
71
- #: ad-inserter.php:945 strings.php:98
72
  msgid "Prepend content"
73
  msgstr "Dodaj pred vsebino"
74
 
75
  #. translators: Debugging position name Append content of HTML element (after
76
  #. the content of the HTML element)
77
- #: ad-inserter.php:950 strings.php:99
78
  msgid "Append content"
79
  msgstr "Dodaj za vsebino"
80
 
81
  #. translators: Debugging position name Replace content of HTML element
82
- #: ad-inserter.php:955 strings.php:100
83
  msgid "Replace content"
84
  msgstr "Nadomesti vsebino"
85
 
86
  #. translators: Debugging position name Replace HTML element
87
- #: ad-inserter.php:960 strings.php:150
88
  msgid "Replace"
89
  msgstr "Nadomesti"
90
 
91
  #. translators: Debugging message when output buffering is enabled
92
- #: ad-inserter.php:1005
93
  msgid "OUTPUT BUFFERING"
94
  msgstr "PREDPOMNJENJE IZHODA"
95
 
96
  #. translators: Debugging position
97
- #: ad-inserter.php:1009
98
  msgid "Above Header"
99
  msgstr "Nad Glavo"
100
 
101
- #: ad-inserter.php:1210
102
  msgctxt "Menu item"
103
  msgid "Log In"
104
  msgstr "Prijava"
105
 
106
  #. translators: %s: Ad Inserter
107
- #: ad-inserter.php:1484 ad-inserter.php:2351
108
  msgid "%s Settings"
109
  msgstr "%s Nastavitve"
110
 
111
  #. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
112
- #: ad-inserter.php:1922
113
  msgid "AD BLOCKING DETECTED, PAGE VIEWS"
114
  msgstr "ZAZNANO BLOKIRANJE OGLASOV, OGLEDI STRANI"
115
 
116
- #: ad-inserter.php:1922
117
  msgid "NO ACTION"
118
  msgstr "NI AKCIJE"
119
 
120
- #: ad-inserter.php:1923
121
  msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
122
  msgstr "ZAZNANO BLOKIRANJE OGLASOV, ZAZNAN PIŠKOTEK, NI AKCIJE"
123
 
124
- #: ad-inserter.php:1924
125
  msgid "AD BLOCKING DETECTED - ACTION"
126
  msgstr "ZAZNANO BLOKIRANJE OGLASOV - AKCIJA"
127
 
128
- #: ad-inserter.php:1925
129
  msgid "AD BLOCKING NOT DETECTED"
130
  msgstr "BLOKIRANJE OGLASOV NI ZAZNANO"
131
 
132
- #: ad-inserter.php:1926
133
  msgid "AD BLOCKING DETECTION COOKIES DELETED"
134
  msgstr "PIŠKOTKI ZA ZAZNAVANJE BLOKIRANJA OGLASOV POBRISANI"
135
 
136
- #: ad-inserter.php:1927
137
  msgid "AD BLOCKING DETECTED - NO ACTION"
138
  msgstr "ZAZNANO BLOKIRANJE OGLASOV - NI AKCIJE"
139
 
140
  #. Translators: 1: number of blocks, 2: Ad Inserter
141
- #: ad-inserter.php:2122
142
  msgid "Hey, you are now using %1$s %2$s block."
143
  msgid_plural "Hey, you are now using %1$s %2$s blocks."
144
  msgstr[0] "Hej, trenutno uporabljate %1$s %2$s blok."
@@ -146,21 +146,21 @@ msgstr[1] "Hej, trenutno uporabljate %1$s %2$s bloka."
146
  msgstr[2] "Hej, trenutno uporabljate %1$s %2$s bloke."
147
  msgstr[3] "Hej, trenutno uporabljate %1$s %2$s blokov."
148
 
149
- #: ad-inserter.php:2123 includes/functions.php:1452
150
  msgid "No, thank you."
151
  msgstr "Ne, hvala."
152
 
153
  #. Translators: %s: Ad Inserter
154
- #: ad-inserter.php:2126
155
  msgid ""
156
  "Hey, you've been using %s for a while now, and I hope you're happy with it."
157
  msgstr "Hej, %s uporabljate že kar nekaj časa. Upam, da ste zadovoljni z njim."
158
 
159
- #: ad-inserter.php:2127 includes/functions.php:1454
160
  msgid "Not now, maybe later."
161
  msgstr "Ne zdaj, mogoče kasneje."
162
 
163
- #: ad-inserter.php:2137
164
  msgid ""
165
  "I would really appreciate it if you could give the plugin a 5-star rating on "
166
  "WordPres."
@@ -168,7 +168,7 @@ msgstr ""
168
  "Res bi bili vesel, če bi lahko na WordPress-u vtičnik ocenili s 5-imi "
169
  "zvezicami."
170
 
171
- #: ad-inserter.php:2139
172
  msgid ""
173
  "Positive reviews are a great incentive to fix bugs and to add new features "
174
  "for better monetization of your website. Thank you, Igor"
@@ -177,105 +177,105 @@ msgstr ""
177
  "funkcij za boljšo monetizacijo vašega spletnega mesta. Hvala, Igor"
178
 
179
  #. translators: %s: Ad Inserter
180
- #: ad-inserter.php:2145
181
  msgid "Rate %s"
182
  msgstr "Oceni %s"
183
 
184
- #: ad-inserter.php:2150
185
  msgid "I already did."
186
  msgstr "Sem že."
187
 
188
- #: ad-inserter.php:2164
189
  msgctxt "Menu item"
190
  msgid "Settings"
191
  msgstr "Nastavitve"
192
 
193
  #. translators: %s: Ad Inserter
194
- #: ad-inserter.php:2238
195
  msgctxt "Meta box name"
196
  msgid "%s Individual Exceptions"
197
  msgstr "Posamezne Izjeme za %s"
198
 
199
- #: ad-inserter.php:2267 ad-inserter.php:7724 class.php:1926
200
  #: includes/preview.php:1792 includes/preview.php:1836
201
- #: includes/preview.php:1873 settings.php:3208 strings.php:3
202
  msgid "Block"
203
  msgstr "Blok"
204
 
205
- #: ad-inserter.php:2268 settings.php:3209 settings.php:3283
206
  msgid "Name"
207
  msgstr "Ime"
208
 
209
- #: ad-inserter.php:2269 settings.php:947 settings.php:3211
210
  msgid "Automatic insertion"
211
  msgstr "Samodejno vstavljanje"
212
 
213
- #: ad-inserter.php:2272
214
  msgid "Default insertion for pages"
215
  msgstr "Privzeto vstavljanje za strani"
216
 
217
- #: ad-inserter.php:2273
218
  msgid "Default insertion for posts"
219
  msgstr "Privzeto vstavljanje za prispevke"
220
 
221
  #. translators: For this post or page
222
- #: ad-inserter.php:2276
223
  msgctxt "Page"
224
  msgid "For this"
225
  msgstr "Za to"
226
 
227
- #: ad-inserter.php:2277
228
  msgctxt "Post"
229
  msgid "For this"
230
  msgstr "Za ta"
231
 
232
- #: ad-inserter.php:2285
233
  msgctxt "Enabled/disabled on all"
234
  msgid "pages"
235
  msgstr "straneh"
236
 
237
- #: ad-inserter.php:2286
238
  msgctxt "Default insertion for"
239
  msgid "pages"
240
  msgstr "strani"
241
 
242
- #: ad-inserter.php:2290
243
  msgctxt "Enabled/disabled on all"
244
  msgid "posts"
245
  msgstr "prispevkih"
246
 
247
- #: ad-inserter.php:2291
248
  msgctxt "Default insertion for"
249
  msgid "posts"
250
  msgstr "prispevke"
251
 
252
- #: ad-inserter.php:2310 ad-inserter.php:2323 strings.php:156
253
  msgid "Enabled"
254
  msgstr "Omogočeno"
255
 
256
  #. translators: Menu items
257
- #: ad-inserter.php:2310 ad-inserter.php:2323 includes/functions.php:2036
258
  #: strings.php:16
259
  msgid "Disabled"
260
  msgstr "Onemogočeno"
261
 
262
  #. translators: Enabled on all pages or posts
263
- #: ad-inserter.php:2313
264
  msgid "Enabled on all"
265
  msgstr "Omogočeno na vseh"
266
 
267
  #. translators: Disabled on all pages or posts
268
- #: ad-inserter.php:2315
269
  msgid "Disabled on all"
270
  msgstr "Onemogočeno na vseh"
271
 
272
  #. translators: No individual exceptions enabled for pages or posts
273
- #: ad-inserter.php:2343
274
  msgid "No individual exceptions enabled for"
275
  msgstr "Ni omogočenih posameznih izjem za"
276
 
277
  #. translators: 1: pages or posts, 2: Ad Inserter Settings (page)
278
- #: ad-inserter.php:2348
279
  msgid ""
280
  "Default insertion for %1$s can be configured for each block on %2$s page - "
281
  "selection next to <strong>Posts</strong> / <strong>Static pages</strong> "
@@ -285,7 +285,7 @@ msgstr ""
285
  "izbira poleg kljukice za vklop <strong>Prispevki</strong> / <strong>Statične "
286
  "strani</strong>.<br />"
287
 
288
- #: ad-inserter.php:2353
289
  msgid ""
290
  "Default value is <strong>blank</strong> and means no individual exceptions "
291
  "(even if previously defined here).<br />"
@@ -293,7 +293,7 @@ msgstr ""
293
  "Privzeta vrednost je <strong>prazno</strong> in pomeni brez posameznih izjem "
294
  "(tudi, če so bile predhodno nsatavljene tukaj).<br />"
295
 
296
- #: ad-inserter.php:2356
297
  msgctxt "Pages"
298
  msgid ""
299
  "Set to <strong>Individually disabled</strong> or <strong>Individually "
@@ -302,7 +302,7 @@ msgstr ""
302
  "Nastavite na <strong>Posamezno onemogočene</strong> ali <strong>Posamezno "
303
  "omogočene</strong> za vklop nastavitev posameznih izjem na tej strani.<br />"
304
 
305
- #: ad-inserter.php:2357
306
  msgctxt "Posts"
307
  msgid ""
308
  "Set to <strong>Individually disabled</strong> or <strong>Individually "
@@ -311,61 +311,61 @@ msgstr ""
311
  "Nastavite na <strong>Posamezno onemogočeni</strong> ali <strong>Posamezno "
312
  "omogočeni</strong> za vklop nastavitev posameznih izjem na tej strani.<br />"
313
 
314
- #: ad-inserter.php:2359
315
  msgid "For more information check page %s"
316
  msgstr "Za več informacij poglejte stran %s"
317
 
318
  #. translators: Ad Inserter Exceptions documentation page
319
- #: ad-inserter.php:2361
320
  msgid "Individual Exceptions"
321
  msgstr "Posamezne Izjeme"
322
 
323
- #: ad-inserter.php:2406
324
  msgid "STATIC PAGE"
325
  msgstr "STATIČNA STRAN"
326
 
327
- #: ad-inserter.php:2409
328
  msgid "POST"
329
  msgstr "PRISPEVEK"
330
 
331
- #: ad-inserter.php:2412
332
  msgid "HOMEPAGE"
333
  msgstr "DOMAČA STRAN"
334
 
335
- #: ad-inserter.php:2415
336
  msgid "CATEGORY PAGE"
337
  msgstr "STRAN KATEGORIJE"
338
 
339
- #: ad-inserter.php:2418
340
  msgid "SEARCH PAGE"
341
  msgstr "STRAN ISKANJE"
342
 
343
- #: ad-inserter.php:2421
344
  msgid "ARCHIVE PAGE"
345
- msgstr "STRAN ARHIV"
346
 
347
- #: ad-inserter.php:2424
348
  msgid "ERROR 404 PAGE"
349
  msgstr "STRAN NAPAKA 404"
350
 
351
- #: ad-inserter.php:2427
352
  msgid "AJAX CALL"
353
  msgstr "AJAX KLIC"
354
 
355
- #: ad-inserter.php:2430
356
  msgid "UNKNOWN PAGE TYPE"
357
  msgstr "NEZNAN TIP STRANI"
358
 
359
- #: ad-inserter.php:2447
360
  msgid "Click to delete ad blocking detection cokies"
361
  msgstr "Klikni za brisanje piškotkov za zaznavanje blokiranja oglasov"
362
 
363
- #: ad-inserter.php:2448
364
  msgid "AD BLOCKING STATUS UNKNOWN"
365
  msgstr "NEZNAN STATUS BLOKIRANJA OGLASOV"
366
 
367
  #. translators: %s: AdSense Auto Ads
368
- #: ad-inserter.php:2472
369
  msgid ""
370
  "Code for %s detected - Code will automatically insert AdSense ads at optimal "
371
  "positions"
@@ -373,11 +373,11 @@ msgstr ""
373
  "Zaznana koda za %s - Koda bo samodejno vstavila oglase AdSense na optimalne "
374
  "položaje"
375
 
376
- #: ad-inserter.php:2595
377
  msgid "Code for insertion"
378
  msgstr "Koda za vstavljanje"
379
 
380
- #: ad-inserter.php:2595
381
  msgid "character"
382
  msgid_plural "characters"
383
  msgstr[0] "znak"
@@ -385,16 +385,16 @@ msgstr[1] "znaka"
385
  msgstr[2] "znaki"
386
  msgstr[3] "znakov"
387
 
388
- #: ad-inserter.php:2638
389
  msgid "Header code"
390
  msgstr "Koda v glavi"
391
 
392
- #: ad-inserter.php:2638
393
  msgctxt "Header code"
394
  msgid "DISABLED"
395
  msgstr "ONEMOGOČENA"
396
 
397
- #: ad-inserter.php:2638 ad-inserter.php:2857
398
  msgid "character inserted"
399
  msgid_plural "characters inserted"
400
  msgstr[0] "znak vstavljen"
@@ -402,43 +402,43 @@ msgstr[1] "znaka vstavljena"
402
  msgstr[2] "znaki vstavljeni"
403
  msgstr[3] "znakov vstavljenih"
404
 
405
- #: ad-inserter.php:2671
406
  msgid "Automatically placed by AdSense Auto ads code"
407
  msgstr "Samodejno postavila koda za oglase AdSense Auto ads"
408
 
409
- #: ad-inserter.php:2857
410
  msgid "Footer code"
411
  msgstr "Koda v nogi"
412
 
413
- #: ad-inserter.php:2857
414
  msgctxt "Footer code"
415
  msgid "DISABLED"
416
  msgstr "ONEMOGOČENA"
417
 
418
- #: ad-inserter.php:2863
419
  msgid "JAVASCRIPT NOT WORKING"
420
  msgstr "JAVASCRIPT NE DELA"
421
 
422
- #: ad-inserter.php:2863
423
  msgid "NO JAVASCRIPT ERRORS"
424
  msgstr "BREZ JAVASCRIPT NAPAK"
425
 
426
- #: ad-inserter.php:2863
427
  msgid "JAVASCRIPT ERRORS"
428
  msgstr "JAVASCRIPT NAPAKE"
429
 
430
  #. translators: block name (block with default settings)
431
- #: ad-inserter.php:4903
432
  msgctxt "Block name"
433
  msgid "Default"
434
  msgstr "Privzeti"
435
 
436
  #. translators: %s: Ad Inserter
437
- #: ad-inserter.php:5474
438
  msgid "Error importing %s settings."
439
  msgstr "Napaka pri uvozu %s nastavitev."
440
 
441
- #: ad-inserter.php:5475
442
  msgid "Error importing settings for block"
443
  msgid_plural "Error importing settings for blocks:"
444
  msgstr[0] "Napaka pri uvozu nastavitev za blok"
@@ -446,15 +446,15 @@ msgstr[1] "Napaka pri uvozu nastavitev za bloka:"
446
  msgstr[2] "Napaka pri uvozu nastavitev za bloke:"
447
  msgstr[3] "Napaka pri uvozu nastavitev za bloke:"
448
 
449
- #: ad-inserter.php:5524
450
  msgid "Settings saved."
451
  msgstr "Nastavitve shranjene."
452
 
453
- #: ad-inserter.php:5609
454
  msgid "Settings cleared."
455
  msgstr "Nastavitve ponastavljene."
456
 
457
- #: ad-inserter.php:5953 ad-inserter.php:5955 ad-inserter.php:5978
458
  msgid "word"
459
  msgid_plural "words"
460
  msgstr[0] "beseda"
@@ -462,38 +462,38 @@ msgstr[1] "besedi"
462
  msgstr[2] "besede"
463
  msgstr[3] "besed"
464
 
465
- #: ad-inserter.php:5994 ad-inserter.php:6105
466
  msgid "HTML TAGS REMOVED"
467
  msgstr "HTML ZNAČKE ODSTRANJENE"
468
 
469
- #: ad-inserter.php:6181
470
  msgid "BEFORE COMMENTS"
471
  msgstr "PRED KOMENTARJI"
472
 
473
- #: ad-inserter.php:6289
474
  msgid "AFTER COMMENTS"
475
  msgstr "PO KOMETARJIH"
476
 
477
- #: ad-inserter.php:6352
478
  msgid "BETWEEN COMMENTS"
479
  msgstr "MED KOMENTARJI"
480
 
481
- #: ad-inserter.php:7374
482
  msgid "requires WordPress 4.0 or newer"
483
  msgstr "potrebuje WordPress 4.0 ali novejši"
484
 
485
- #: ad-inserter.php:7374
486
  msgid "Please update!"
487
  msgstr "Prosimo, posodobite!"
488
 
489
  #. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
490
  #. name with HTML tags will be added)
491
- #: ad-inserter.php:7597
492
  msgid "Thank you for installing"
493
  msgstr "Hvala za namestitev vtičnika"
494
 
495
  #. translators: Opt-in message: %s: HTML tags
496
- #: ad-inserter.php:7599
497
  msgid ""
498
  "We would like to %s track its usage %s on your site. This is completely "
499
  "optional and can be disabled at any time."
@@ -501,7 +501,7 @@ msgstr ""
501
  "Radi bi %s sledili njegovi uporabi %s na vašem spletnem mestu. To je povsem "
502
  "izbirno in se lahko izključi kadarkoli."
503
 
504
- #: ad-inserter.php:7601
505
  msgid ""
506
  "We don't record any sensitive data, only information regarding the WordPress "
507
  "environment and plugin usage, which will help us to make improvements to the "
@@ -511,7 +511,7 @@ msgstr ""
511
  "uporabe vtičnika, kar nam bo omogočilo izdelavo izboljšav za vtičnik."
512
 
513
  #. translators: Deactivation message: %s: HTML tags
514
- #: ad-inserter.php:7638
515
  msgid ""
516
  "Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
517
  "help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
@@ -522,49 +522,49 @@ msgstr ""
522
  "nam %s in poskušali vam bomo pomagati."
523
 
524
  #. translators: %s: Ad Inserter
525
- #: ad-inserter.php:7681
526
  msgid "%s block."
527
  msgstr "%s blok."
528
 
529
  #. translators: widget title
530
- #: ad-inserter.php:7697 ad-inserter.php:7733
531
  msgid "Processing log"
532
  msgstr "Dnevnik procesiranja"
533
 
534
  #. translators: widget title
535
- #: ad-inserter.php:7699 ad-inserter.php:7734
536
  msgid "Dummy widget"
537
  msgstr "Prazen gradnik"
538
 
539
  #. translators: widget title
540
- #: ad-inserter.php:7701 ad-inserter.php:7732
541
  msgid "Debugging tools"
542
  msgstr "Orodja za razhroščevanje"
543
 
544
  #. translators: block status (widget title)
545
- #: ad-inserter.php:7708
546
  msgctxt "block"
547
  msgid "PAUSED"
548
  msgstr "USTAVLJEN"
549
 
550
- #: ad-inserter.php:7709
551
  msgid "WIDGET DISABLED"
552
  msgstr "GRADNIK ONEMOGOČEN"
553
 
554
- #: ad-inserter.php:7710
555
  msgid "Unknown block"
556
  msgstr "Neznan blok"
557
 
558
- #: ad-inserter.php:7719 includes/functions.php:2502 settings.php:1095
559
  msgid "Title"
560
  msgstr "Naslov"
561
 
562
- #: ad-inserter.php:7741
563
  msgctxt "Widget"
564
  msgid "Sticky"
565
  msgstr "Lepljiv"
566
 
567
- #: ad-inserter.php:7790
568
  msgid ""
569
  "Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
570
  "Inserter you need to first deactivate Ad Inserter Pro."
@@ -573,15 +573,15 @@ msgstr ""
573
  "aktiven! Za aktivacijo vtičnika Ad Inserter morate najprej onemogočiti Ad "
574
  "Inserter Pro."
575
 
576
- #: ad-inserter.php:7791
577
  msgid ""
578
  "<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
579
- "will clear all settings that are available only in the Pro version (blocks "
580
- "17 - 96, additional block and plugin settings)!"
581
  msgstr ""
582
  "<strong>OPOZORILO</strong>: Prosimo vedite, da bo shranjevanje nastavitev v "
583
  "vtičniku Ad Inserter pobrisalo vse nastavitve, ki so na razpolago samo v Pro "
584
- "različici (bloki 17 - 96, dodatne nastavitve blokov in vtičnika)!"
585
 
586
  #. translators: %s: Ad Inserter
587
  #: class.php:452 class.php:461 class.php:464
@@ -608,11 +608,11 @@ msgstr "Pred prispevkom"
608
  msgid "After post"
609
  msgstr "Za prispevkom"
610
 
611
- #: class.php:1916 settings.php:1599 settings.php:3215
612
  msgid "Widget"
613
  msgstr "Gradnik"
614
 
615
- #: class.php:1921 settings.php:3213
616
  msgid "PHP function call"
617
  msgstr "Klic PHP funkcije"
618
 
@@ -669,27 +669,27 @@ msgstr "države='%s' tip='%s'"
669
  msgid "ip addresses='%s' type='%s'"
670
  msgstr "ip naslovi='%s' tip='%s'"
671
 
672
- #: class.php:2687 strings.php:218
673
  msgid "BEFORE"
674
  msgstr "PRED"
675
 
676
- #: class.php:2695 strings.php:220
677
  msgid "PREPEND CONTENT"
678
  msgstr "DODAJ PRED VSEBINO"
679
 
680
- #: class.php:2699 strings.php:221
681
  msgid "APPEND CONTENT"
682
  msgstr "DODAJ ZA VSEBINO"
683
 
684
- #: class.php:2703 strings.php:222
685
  msgid "REPLACE CONTENT"
686
  msgstr "NADOMESTI VSEBINO"
687
 
688
- #: class.php:2707 strings.php:223
689
  msgid "REPLACE ELEMENT"
690
  msgstr "NADOMESTI ELEMENT"
691
 
692
- #: class.php:2718 strings.php:219
693
  msgid "AFTER"
694
  msgstr "ZA"
695
 
@@ -698,16 +698,16 @@ msgctxt "JavaScript"
698
  msgid "script"
699
  msgstr "skripta"
700
 
701
- #: class.php:2788 settings.php:1865
702
  msgid "for"
703
  msgstr "za"
704
 
705
- #: class.php:5306 class.php:5358
706
  msgctxt "category name"
707
  msgid "Uncategorized"
708
  msgstr "Nekategorizirano"
709
 
710
- #: class.php:5847
711
  msgid ""
712
  "ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
713
  "extension for PHP."
@@ -716,7 +716,7 @@ msgstr ""
716
  "namestiti DOM razširitev za PHP."
717
 
718
  #: includes/editor.php:7 includes/placeholders.php:345
719
- #: includes/preview.php:1778 strings.php:225
720
  msgid "Use"
721
  msgstr "Uporabi"
722
 
@@ -725,7 +725,7 @@ msgid "Reset"
725
  msgstr "Ponastavi"
726
 
727
  #: includes/editor.php:9 includes/placeholders.php:347
728
- #: includes/preview.php:1781 strings.php:196 strings.php:224
729
  msgid "Cancel"
730
  msgstr "Prekliči"
731
 
@@ -742,7 +742,7 @@ msgstr ""
742
  "Ta stran se ni naložila pravilno. Prevrrite brskalnik, vtičnike in "
743
  "blokiranje oglasov."
744
 
745
- #: includes/editor.php:264 settings.php:203
746
  msgid "Error loading page"
747
  msgstr "Napaka pri nalaganju strani"
748
 
@@ -751,29 +751,29 @@ msgstr "Napaka pri nalaganju strani"
751
  msgid "PAGE BLOCKED"
752
  msgstr "STRAN BLOKIRANA"
753
 
754
- #: includes/functions.php:252
755
  msgid "%d of %d names shown"
756
  msgstr "Prikazanih %d od %d imen"
757
 
758
  #. translators: %s: name filter
759
- #: includes/functions.php:271
760
  msgid "No name matches filter"
761
  msgstr "Noben podatek ne ustreza filtru"
762
 
763
- #: includes/functions.php:327
764
  msgid "Online documentation"
765
  msgstr "Spletna Dokumentacija"
766
 
767
- #: includes/functions.php:327 settings.php:168
768
  msgid "Documentation"
769
  msgstr "Dokumentacija"
770
 
771
- #: includes/functions.php:340 settings.php:171
772
  msgid "Blocks"
773
  msgstr "Bloki"
774
 
775
  #. translators: %s: Ad Inserter Pro
776
- #: includes/functions.php:363
777
  msgid ""
778
  "Import %s settings when saving - if checked, the encoded settings below will "
779
  "be imported for all blocks and settings"
@@ -781,35 +781,35 @@ msgstr ""
781
  "Uvozi %s nastavitve pri shranjevanju - če je odkljukano, se bodo kodirane "
782
  "nastavitve spodaj uvozile za vse bloke in nastavitve"
783
 
784
- #: includes/functions.php:363
785
  msgid "Import Settings for"
786
  msgstr "Uvozi Nastavitve za"
787
 
788
- #: includes/functions.php:367
789
  msgid "Saved settings for"
790
  msgstr "Shranjene nastavitve za"
791
 
792
- #: includes/functions.php:384
793
  msgid "License Key"
794
  msgstr "Licenčni Ključ"
795
 
796
- #: includes/functions.php:387
797
  msgid "License Key for"
798
  msgstr "Licenčni Ključ za"
799
 
800
- #: includes/functions.php:393
801
  msgid "Hide license key"
802
  msgstr "Skrij licenčni ključ"
803
 
804
- #: includes/functions.php:393
805
  msgid "Hide key"
806
  msgstr "Skrij ključ"
807
 
808
- #: includes/functions.php:414
809
  msgid "Main content element"
810
  msgstr "Glavni element vsebine"
811
 
812
- #: includes/functions.php:417
813
  msgid ""
814
  "Main content element (#id or .class) for 'Stick to the content' position. "
815
  "Leave empty unless position is not properly calculated."
@@ -817,62 +817,62 @@ msgstr ""
817
  "Glavni element vsebine (#id ali .razred) za položaj 'Lepljiv na vsebino'. "
818
  "Pustite prazno razen v primeru, ko položaj ni pravilno izračunan."
819
 
820
- #: includes/functions.php:418 settings.php:1131 settings.php:2455
821
  msgid "Open HTML element selector"
822
  msgstr "Odpri izbirnik HTML elementa"
823
 
824
- #: includes/functions.php:423
825
  msgid "Lazy loading offset"
826
  msgstr "Zamik za leno nalaganje"
827
 
828
- #: includes/functions.php:426
829
  msgid "Offset of the block from the visible viewport when it should be loaded"
830
  msgstr "Zamik bloka od vidnega pogleda, ko bi ta moral biti naložen"
831
 
832
- #: includes/functions.php:437
833
  msgid "Export / Import Block Settings"
834
  msgstr "Izvozi / Uvozi Nastavitve Bloka"
835
 
836
- #: includes/functions.php:452
837
  msgid "Track impressions and clicks for this block"
838
  msgstr "Sledi prikazom in klikom za ta blok"
839
 
840
- #: includes/functions.php:452
841
  msgid " - global tracking disabled"
842
  msgstr " - globalno sledenje onemogočeno"
843
 
844
- #: includes/functions.php:461
845
  msgid "Toggle Ad Blocking Statistics"
846
  msgstr "Preklopi Statistiko Blokiranja Oglasov"
847
 
848
- #: includes/functions.php:470 includes/functions.php:2372
849
  msgid "Toggle Statistics"
850
  msgstr "Preklopi Statistiko"
851
 
852
  #. translators: %s: Ad Inserter Pro
853
- #: includes/functions.php:486
854
  msgid "%s license key is not set. Continue?"
855
  msgstr "%s licenčni ključ ni nastavljen. Nadaljujem?"
856
 
857
  #. translators: %s: Ad Inserter Pro
858
- #: includes/functions.php:490
859
  msgid "Invalid %s license key. Continue?"
860
  msgstr "Neveljaven %s licenčni ključ. Nadaljujem?"
861
 
862
  #. translators: %s: Ad Inserter Pro
863
- #: includes/functions.php:494
864
  msgid "%s license overused. Continue?"
865
  msgstr "%s licenca prekomerno uporabljena. Nadaljujem?"
866
 
867
- #: includes/functions.php:498 settings.php:1935
868
  msgid "Save Settings"
869
  msgstr "Sharani Nastavitve"
870
 
871
- #: includes/functions.php:558 includes/preview.php:1913
872
  msgid "Horizontal position"
873
  msgstr "Vodoravni položaj"
874
 
875
- #: includes/functions.php:581
876
  msgid ""
877
  "Horizontal margin from the content or screen edge, empty means default value "
878
  "from CSS"
@@ -880,11 +880,11 @@ msgstr ""
880
  "Vodoravni odmik od vsebine ali roba zaslona, prazno pomeni privzeta vrednost "
881
  "iz CSS"
882
 
883
- #: includes/functions.php:589 includes/preview.php:1968
884
  msgid "Vertical position"
885
  msgstr "Navpični položaj"
886
 
887
- #: includes/functions.php:604
888
  msgid ""
889
  "Vertical margin from the top or bottom screen edge, empty means default "
890
  "value from CSS"
@@ -892,15 +892,15 @@ msgstr ""
892
  "Navpični odmik od roba vrha ali dna zaslona, prazno pomeni privzeta vrednost "
893
  "iz CSS"
894
 
895
- #: includes/functions.php:629 includes/preview.php:2019
896
  msgid "Animation"
897
  msgstr "Animacija"
898
 
899
- #: includes/functions.php:647
900
  msgid "Trigger"
901
  msgstr "Sporžilec"
902
 
903
- #: includes/functions.php:656
904
  msgid ""
905
  "Trigger value: page scroll in %, page scroll in px or element with selector "
906
  "(#id or .class) becomes visible"
@@ -908,44 +908,44 @@ msgstr ""
908
  "Sprožilna vrednost: pomik strani v %, pomik strani v px ali element s "
909
  "selektorjem (#id ali .razred) postane viden"
910
 
911
- #: includes/functions.php:660
912
  msgid "Offset"
913
  msgstr "Zamik"
914
 
915
- #: includes/functions.php:660
916
  msgid "Offset of trigger element"
917
  msgstr "Zamik sprožilnega elementa"
918
 
919
- #: includes/functions.php:664
920
  msgid "Delay"
921
  msgstr "Zakasnitev"
922
 
923
- #: includes/functions.php:664
924
  msgid "Delay animation after trigger condition"
925
  msgstr "Zakasni animacijo po izpolnitvi pogoja sprožilca"
926
 
927
- #: includes/functions.php:668
928
  msgid "Trigger once"
929
  msgstr "Sproži enkrat"
930
 
931
- #: includes/functions.php:670
932
  msgid "Trigger animation only once"
933
  msgstr "Sproži animacijo samo enkrat"
934
 
935
- #: includes/functions.php:709
936
  msgid "Tracking is globally disabled"
937
  msgstr "Sledenje je globalno onemogočeno"
938
 
939
- #: includes/functions.php:713
940
  msgid "Tracking for this block is disabled"
941
  msgstr "Sledenje za ta blok je onemogočeno"
942
 
943
- #: includes/functions.php:723 settings.php:2976 settings.php:3012
944
  #: strings.php:206
945
  msgid "Loading..."
946
  msgstr "Nalagam..."
947
 
948
- #: includes/functions.php:739
949
  msgid ""
950
  "Clear statistics data for the selected range - clear both dates to delete "
951
  "all data for this block"
@@ -953,59 +953,59 @@ msgstr ""
953
  "Pobriši podatke o statistiki za izbrano obdobje - pobriši oba datuma za "
954
  "brisanje vseh podatkov za ta blok"
955
 
956
- #: includes/functions.php:743
957
  msgid "Auto refresh data for the selected range every 60 seconds"
958
  msgstr "Samodejna osvežitev podatkov za izbrano obdobje vsakih 60 sekund"
959
 
960
- #: includes/functions.php:746
961
  msgid "Load data for last month"
962
  msgstr "Naloži podatke za zadnji mesec"
963
 
964
- #: includes/functions.php:746
965
  msgid "Last Month"
966
  msgstr "Zadnji Mesec"
967
 
968
- #: includes/functions.php:749
969
  msgid "Load data for this month"
970
  msgstr "Naloži podatke za ta mesec"
971
 
972
- #: includes/functions.php:749
973
  msgid "This Month"
974
  msgstr "Ta Mesec"
975
 
976
- #: includes/functions.php:752
977
  msgid "Load data for this year"
978
  msgstr "Naloži podatke za to leto"
979
 
980
- #: includes/functions.php:752
981
  msgid "This Year"
982
  msgstr "To Leto"
983
 
984
- #: includes/functions.php:755
985
  msgid "Load data for the last 15 days"
986
  msgstr "Naloži podatke za zadnjih 15 dni"
987
 
988
- #: includes/functions.php:758
989
  msgid "Load data for the last 30 days"
990
  msgstr "Naloži podatke za zadnjih 30 dni"
991
 
992
- #: includes/functions.php:761
993
  msgid "Load data for the last 90 days"
994
  msgstr "Naloži podatke za zadnjih 90 dni"
995
 
996
- #: includes/functions.php:764
997
  msgid "Load data for the last 180 days"
998
  msgstr "Naloži podatke za zadnjih 180 dni"
999
 
1000
- #: includes/functions.php:767
1001
  msgid "Load data for the last 365 days"
1002
  msgstr "Naloži podatke za zadnjih 365 dni"
1003
 
1004
- #: includes/functions.php:777
1005
  msgid "Load data for the selected range"
1006
  msgstr "Naloži podatke za izbrano obdobje"
1007
 
1008
- #: includes/functions.php:793
1009
  msgid ""
1010
  "Import settings when saving - if checked, the encoded settings below will be "
1011
  "imported for this block"
@@ -1013,11 +1013,11 @@ msgstr ""
1013
  "Uvozi nastavitve pri shranjevanju - če je odkljukano, se bodo kodirane "
1014
  "nastavitve spodaj uvozile za ta blok"
1015
 
1016
- #: includes/functions.php:793
1017
  msgid "Import settings for block"
1018
  msgstr "Uvozi nastavitve za blok"
1019
 
1020
- #: includes/functions.php:797
1021
  msgid ""
1022
  "Import block name when saving - if checked and 'Import settings for block' "
1023
  "is also checked, the name from encoded settings below will be imported for "
@@ -1027,41 +1027,41 @@ msgstr ""
1027
  "nastavitve za blok' odkljukano, se bo ime iz kodiranih nastavitev spodaj "
1028
  "uvozilo za ta blok"
1029
 
1030
- #: includes/functions.php:797
1031
  msgid "Import block name"
1032
  msgstr "Uvozi ime bloka"
1033
 
1034
- #: includes/functions.php:801
1035
  msgid "Saved settings for block"
1036
  msgstr "Shranjene nastavitve za blok"
1037
 
1038
- #: includes/functions.php:814
1039
  msgid "Export / Import Ad Inserter Pro Settings"
1040
  msgstr "Izvozi / Uvozi Ad Inserter Pro Nastavitve"
1041
 
1042
- #: includes/functions.php:823
1043
  msgid "Are you sure you want to clear all statistics data for all blocks?"
1044
  msgstr ""
1045
  "Ali ste prepričani, da želite pobrisati vse podatke o statistiki za vse "
1046
  "bloke?"
1047
 
1048
- #: includes/functions.php:825
1049
  msgid "Clear All Statistics Data"
1050
  msgstr "Pobriši Vse Podatke o Statistiki"
1051
 
1052
- #: includes/functions.php:851
1053
  msgid "Toggle country/city editor"
1054
  msgstr "Preklopi urejevalnik držav/mest"
1055
 
1056
- #: includes/functions.php:857
1057
  msgid "IP Addresses"
1058
  msgstr "IP Naslovi"
1059
 
1060
- #: includes/functions.php:860
1061
  msgid "Toggle IP address editor"
1062
  msgstr "Preklopi urejevalnik IP nslovov"
1063
 
1064
- #: includes/functions.php:863
1065
  msgid ""
1066
  "Comma separated IP addresses, you can also use partial IP addresses with * "
1067
  "(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
@@ -1069,48 +1069,48 @@ msgstr ""
1069
  "Z vejico ločeni IP naslovi, uporabite lahko tudi delne IP naslove z * (ip-"
1070
  "naslov-začetek*. *ip-naslov-vzorec*, *ip-naslov-konec)"
1071
 
1072
- #: includes/functions.php:867
1073
  msgid "Blacklist IP addresses"
1074
  msgstr "Črni seznam IP naslovov"
1075
 
1076
- #: includes/functions.php:871
1077
  msgid "Whitelist IP addresses"
1078
  msgstr "Beli seznam IP naslovov"
1079
 
1080
- #: includes/functions.php:882
1081
  msgid "Countries"
1082
  msgstr "Države"
1083
 
1084
- #: includes/functions.php:883
1085
  msgid "Cities"
1086
  msgstr "Mesta"
1087
 
1088
- #: includes/functions.php:887 includes/functions.php:2332
1089
  msgid "Toggle country editor"
1090
  msgstr "Preklopi urejevalnik držav"
1091
 
1092
- #: includes/functions.php:890
1093
  msgid "Toggle city editor"
1094
  msgstr "Preklopi urejevalnik mest"
1095
 
1096
- #: includes/functions.php:894 includes/functions.php:2335
1097
  msgid "Comma separated country ISO Alpha-2 codes"
1098
  msgstr "Z vejico ločene ISO Alpha-2 kode držav"
1099
 
1100
- #: includes/functions.php:898
1101
  msgid "Blacklist countries"
1102
  msgstr "Črni seznam držav"
1103
 
1104
- #: includes/functions.php:902
1105
  msgid "Whitelist countries"
1106
  msgstr "Beli seznam držav"
1107
 
1108
- #: includes/functions.php:1212 includes/functions.php:1413
1109
  msgid "Enter license key"
1110
  msgstr "Vnesite licenčni ključ"
1111
 
1112
  #. translators: %s: Ad Inserter Pro
1113
- #: includes/functions.php:1218
1114
  msgid ""
1115
  "%s license key is not set. Plugin functionality is limited and updates are "
1116
  "disabled."
@@ -1118,36 +1118,36 @@ msgstr ""
1118
  "%s licenčni ključ ni vnešen. Funkcionalnosti vtičnika so omejene in "
1119
  "posodobitve onemogočene."
1120
 
1121
- #: includes/functions.php:1227 includes/functions.php:1422
1122
  msgid "Check license key"
1123
  msgstr "Preverite licenčni ključ"
1124
 
1125
  #. translators: %s: Ad Inserter Pro
1126
- #: includes/functions.php:1233
1127
  msgid "Invalid %s license key."
1128
  msgstr "Neveljaven %s licenčni ključ."
1129
 
1130
  #. translators: %s: Ad Inserter Pro
1131
- #: includes/functions.php:1242
1132
  msgid "%s license expired. Plugin updates are disabled."
1133
  msgstr "%s licenca je potekla. Posodobitve vtičnika so onemogočene."
1134
 
1135
- #: includes/functions.php:1243
1136
  msgid "Renew license"
1137
  msgstr "Obnovite licenco"
1138
 
1139
  #. translators: %s: Ad Inserter Pro
1140
- #: includes/functions.php:1251
1141
  msgid "%s license overused. Plugin updates are disabled."
1142
  msgstr ""
1143
  "%s licenca je prekomerno uporabljena. Posodobitve vtičnika so onemogočene."
1144
 
1145
- #: includes/functions.php:1252
1146
  msgid "Upgrade license"
1147
  msgstr "Nadgradite licenco"
1148
 
1149
  #. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
1150
- #: includes/functions.php:1415
1151
  msgid ""
1152
  "%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
1153
  "limited and updates are disabled."
@@ -1156,12 +1156,12 @@ msgstr ""
1156
  "so omejene in posodobitve onemogočene."
1157
 
1158
  #. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
1159
- #: includes/functions.php:1424
1160
  msgid "%1$s Warning: %2$s Invalid %3$s license key."
1161
  msgstr "%1$s Opozorilo: %2$s Neveljaven %3$s licenčni ključ."
1162
 
1163
  #. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
1164
- #: includes/functions.php:1438
1165
  msgid ""
1166
  "Hey, %1$s license has expired - plugin updates are now disabled. Please "
1167
  "renew the license to enable updates. Check %2$s what you are missing. %3$s"
@@ -1171,7 +1171,7 @@ msgstr ""
1171
  "pogrešate. %3$s"
1172
 
1173
  #. translators: 1, 3: HTML tags, 2: percentage
1174
- #: includes/functions.php:1445
1175
  msgid ""
1176
  "During the license period and 30 days after the license has expired we offer "
1177
  "%1$s %2$s discount on all license renewals and license upgrades. %3$s"
@@ -1179,16 +1179,16 @@ msgstr ""
1179
  "V obdobju licence in 30 dni po tem, ko licenca poteče, vam ponujamo %1$s "
1180
  "%2$s popust na vse obnovitve in nadgradnje licenc. %3$s"
1181
 
1182
- #: includes/functions.php:1468
1183
  msgid "Renew the licence"
1184
  msgstr "Obnovi licenco"
1185
 
1186
- #: includes/functions.php:1470
1187
  msgid "Update license status"
1188
  msgstr "Posodobi status licence"
1189
 
1190
  #. translators: 1, 2, 4, 5: HTML tags, 3: Ad Inserter Pro
1191
- #: includes/functions.php:1481
1192
  msgid ""
1193
  "%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
1194
  "Upgrade license %5$s"
@@ -1197,95 +1197,95 @@ msgstr ""
1197
  "vtičnika so onemogočene. %4$s Nadgradite licenco %5$s"
1198
 
1199
  #. Translators: %s: HTML tag
1200
- #: includes/functions.php:1501
1201
  msgid "Warning: %s MaxMind IP geolocation database not found."
1202
  msgstr "Opozorilo: %s MaxMind IP geolocijska podatkovna baza ni najdena."
1203
 
1204
- #: includes/functions.php:1965
1205
  msgid "Geolocation"
1206
  msgstr "Geolokacija"
1207
 
1208
- #: includes/functions.php:1969
1209
  msgid "Exceptions"
1210
  msgstr "Izjeme"
1211
 
1212
- #: includes/functions.php:1974
1213
  msgid "Multisite"
1214
  msgstr "Multisite"
1215
 
1216
- #: includes/functions.php:1979
1217
  msgid "Tracking"
1218
  msgstr "Sledenje"
1219
 
1220
  #. translators: %d: days, hours, minutes
1221
- #: includes/functions.php:2010
1222
  msgid "Scheduled in %d days %d hours %d minutes"
1223
  msgstr "Planirano v %d dneh %d urah %d minutah"
1224
 
1225
  #. translators: %s: HTML dash separator, %d: days, hours, minutes, &mdash; is
1226
  #. HTML code for long dash separator
1227
- #: includes/functions.php:2019
1228
  msgid "Active %s expires in %d days %d hours %d minutes"
1229
  msgstr "Aktivno %s poteče v %d dneh %d urah %d minutah"
1230
 
1231
- #: includes/functions.php:2023
1232
  msgid "Expired"
1233
  msgstr "Poteklo"
1234
 
1235
- #: includes/functions.php:2031 settings.php:1252 settings.php:1267
1236
- #: settings.php:1851
1237
  msgid "and"
1238
  msgstr "in"
1239
 
1240
- #: includes/functions.php:2034
1241
  msgid "fallback"
1242
  msgstr "rezerva"
1243
 
1244
- #: includes/functions.php:2035
1245
  msgid "Block to be used when scheduling expires"
1246
  msgstr "Blok, ki se bo uporabil, ko urnik poteče"
1247
 
1248
- #: includes/functions.php:2060
1249
  msgid "Load in iframe"
1250
  msgstr "Naloži v iframe-u"
1251
 
1252
- #: includes/functions.php:2064 includes/placeholders.php:382
1253
  msgid "Width"
1254
  msgstr "Širina"
1255
 
1256
- #: includes/functions.php:2065
1257
  msgid "iframe width, empty means full width (100%)"
1258
  msgstr "širina iframe-a, prazno pomeni polna širina (100%)"
1259
 
1260
- #: includes/functions.php:2071 includes/placeholders.php:377
1261
  msgid "Height"
1262
  msgstr "Višina"
1263
 
1264
- #: includes/functions.php:2072
1265
  msgid "iframe height, empty means adjust it to iframe content height"
1266
  msgstr ""
1267
  "Višina iframe-a, prazno pomeni poravnavo glede na višino vsebine iframe-a"
1268
 
1269
- #: includes/functions.php:2079
1270
  msgid "Ad label in iframe"
1271
  msgstr "Oznaka oglasa v iframe-u"
1272
 
1273
- #: includes/functions.php:2084
1274
  msgid "Preview iframe code"
1275
  msgstr "Predpreglej kodo iframe"
1276
 
1277
- #: includes/functions.php:2084 includes/preview.php:1790 settings.php:934
1278
- #: settings.php:2517
1279
  msgid "Preview"
1280
  msgstr "Predogled"
1281
 
1282
- #: includes/functions.php:2098 includes/functions.php:3458
1283
- #: includes/functions.php:3521 settings.php:1968
1284
  msgid "Ad Blocking"
1285
  msgstr "Blokiranje Oglasov"
1286
 
1287
  #. translators: 1, 2 and 3, 4: HTML tags
1288
- #: includes/functions.php:2107
1289
  msgid ""
1290
  "%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
1291
  "for tracking!"
@@ -1295,7 +1295,7 @@ msgstr ""
1295
 
1296
  #. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
1297
  #. header
1298
- #: includes/functions.php:2116
1299
  msgid ""
1300
  "%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
1301
  "enabled and automatic insertion %6$s!"
@@ -1303,49 +1303,49 @@ msgstr ""
1303
  "%1$s OPOZORILO: %2$s vertikalni položaj %3$s potrebuje %4$s Predpomnjenje "
1304
  "izhoda %5$s omogočeno in samodejno vstavljanje %6$s!"
1305
 
1306
- #: includes/functions.php:2134
1307
  msgid "When ad blocking is detected"
1308
  msgstr "Ko je blokiranje oglasov zaznano"
1309
 
1310
- #: includes/functions.php:2143
1311
  msgid "replacement"
1312
  msgstr "nadomestek"
1313
 
1314
- #: includes/functions.php:2144
1315
  msgid "Block to be shown when ad blocking is detected"
1316
  msgstr "Blok, ki naj bo prikazan, ko je zaznano blokiranje oglasov"
1317
 
1318
- #: includes/functions.php:2145
1319
  msgctxt "replacement"
1320
  msgid "None"
1321
  msgstr "Noben"
1322
 
1323
- #: includes/functions.php:2162
1324
  msgid "Close button"
1325
  msgstr "Gumb Zapri"
1326
 
1327
- #: includes/functions.php:2209
1328
  msgid "Lazy loading"
1329
  msgstr "Leno nalaganje"
1330
 
1331
  #. Translators: %s MaxMind
1332
- #: includes/functions.php:2267
1333
  msgid "This product includes GeoLite2 data created by %s"
1334
  msgstr "Ta izdelek vsebuje %s GeoLite2 podatke"
1335
 
1336
- #: includes/functions.php:2278
1337
  msgid "IP geolocation database"
1338
  msgstr "Podatkovna baza za IP geolokacijo"
1339
 
1340
- #: includes/functions.php:2281
1341
  msgid "Select IP geolocation database."
1342
  msgstr "Izberite podatkovno bazo za IP geolokacijo."
1343
 
1344
- #: includes/functions.php:2292
1345
  msgid "Automatic database updates"
1346
  msgstr "Samodejna posodobitev podatkovne baze"
1347
 
1348
- #: includes/functions.php:2295
1349
  msgid ""
1350
  "Automatically download and update free GeoLite2 IP geolocation database by "
1351
  "MaxMind"
@@ -1353,11 +1353,11 @@ msgstr ""
1353
  "Samodejno prenesi in posodobi prostodostopno GeoLite2 IP geolokacijsko "
1354
  "podatkovno bazo MaxMind"
1355
 
1356
- #: includes/functions.php:2303
1357
  msgid "Database"
1358
  msgstr "Podatkovna baza"
1359
 
1360
- #: includes/functions.php:2306
1361
  msgid ""
1362
  "Aabsolute path starting with '/' or relative path to the MaxMind database "
1363
  "file"
@@ -1366,35 +1366,35 @@ msgstr ""
1366
  "podatkovne baze"
1367
 
1368
  #. translators: %d: group number
1369
- #: includes/functions.php:2324
1370
  msgid "Group %d"
1371
  msgstr "Skupina %d"
1372
 
1373
- #: includes/functions.php:2330
1374
  msgid "countries"
1375
  msgstr "države"
1376
 
1377
- #: includes/functions.php:2365
1378
  msgid "Enable tracking"
1379
  msgstr "Omogoči sledenje"
1380
 
1381
- #: includes/functions.php:2380
1382
  msgid "Impression and Click Tracking"
1383
  msgstr "Sledenje Prikazov in Klikov"
1384
 
1385
- #: includes/functions.php:2394
1386
  msgid "Internal"
1387
  msgstr "Notranje"
1388
 
1389
- #: includes/functions.php:2398
1390
  msgid "Track impressions and clicks with internal tracking and statistics"
1391
  msgstr "Sledi prikazom in klikom z notranjim sledenjem in statistiko"
1392
 
1393
- #: includes/functions.php:2403
1394
  msgid "External"
1395
  msgstr "Zunanje"
1396
 
1397
- #: includes/functions.php:2407
1398
  msgid ""
1399
  "Track impressions and clicks with Google Analytics or Matomo (needs tracking "
1400
  "code installed)"
@@ -1402,27 +1402,27 @@ msgstr ""
1402
  "Sledi prikazom in klikom z Google Analytics ali Matomo (potrebuje nameščeno "
1403
  "kodo za sledenje)"
1404
 
1405
- #: includes/functions.php:2412
1406
  msgid "Track Pageviews"
1407
  msgstr "Sledi Ogledom Strani"
1408
 
1409
- #: includes/functions.php:2418
1410
  msgid "Track Pageviews by Device (as configured for viewports)"
1411
  msgstr "Sledi Ogledom Strani po Napravah (kot so nastavljene za poglede)"
1412
 
1413
- #: includes/functions.php:2428
1414
  msgid "Track for Logged in Users"
1415
  msgstr "Sledi za Prijavljene Upor."
1416
 
1417
- #: includes/functions.php:2434
1418
  msgid "Track impressions and clicks from logged in users"
1419
  msgstr "Sledi prikazom in klikom neprijavljenih uporabnikov"
1420
 
1421
- #: includes/functions.php:2444
1422
  msgid "Click Detection"
1423
  msgstr "Zaznavanje klikov"
1424
 
1425
- #: includes/functions.php:2450
1426
  msgid ""
1427
  "Standard method detects clicks only on banners with links, Advanced method "
1428
  "can detect clicks on any kind of ads, but it is slightly less accurate"
@@ -1430,102 +1430,102 @@ msgstr ""
1430
  "Standardni način zazna klike samo na pasicah s povezavami, Napredni način "
1431
  "lahko zazna klike na kateremkoli oglasu, ampak je rahlo manj zanesljiv"
1432
 
1433
- #: includes/functions.php:2489
1434
  msgid "Are you sure you want to clear all exceptions for block"
1435
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok"
1436
 
1437
- #: includes/functions.php:2490 settings.php:1098
1438
  msgid "Clear all exceptions for block"
1439
  msgstr "Pobriši vse izjeme za blok"
1440
 
1441
- #: includes/functions.php:2497
1442
  msgid "Are you sure you want to clear all exceptions?"
1443
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme?"
1444
 
1445
- #: includes/functions.php:2497
1446
  msgid "Clear all exceptions for all blocks"
1447
  msgstr "Pobriši vse izjeme za vse bloke"
1448
 
1449
- #: includes/functions.php:2502 settings.php:3285
1450
  msgid "Type"
1451
  msgstr "Vrsta"
1452
 
1453
- #: includes/functions.php:2520
1454
  msgid "View"
1455
  msgstr "Poglej"
1456
 
1457
- #: includes/functions.php:2521 includes/placeholders.php:346
1458
- #: includes/preview.php:2081 settings.php:1014
1459
  msgid "Edit"
1460
  msgstr "Uredi"
1461
 
1462
- #: includes/functions.php:2551
1463
  msgid "Are you sure you want to clear all exceptions for"
1464
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za"
1465
 
1466
- #: includes/functions.php:2552
1467
  msgid "Clear all exceptions for"
1468
  msgstr "Pobriši vse izjeme za"
1469
 
1470
- #: includes/functions.php:2565
1471
  msgid "No exceptions"
1472
  msgstr "Brez izjem"
1473
 
1474
  #. translators: %s: Ad Inserter Pro
1475
- #: includes/functions.php:2576
1476
  msgid "%s options for network blogs"
1477
  msgstr "%s izbire za omrežne bloge"
1478
 
1479
  #. translators: %s: Ad Inserter Pro
1480
- #: includes/functions.php:2581
1481
  msgid "Enable %s widgets for sub-sites"
1482
  msgstr "Omogoči %s gradnik za pod-spletišča"
1483
 
1484
- #: includes/functions.php:2581
1485
  msgid "Widgets"
1486
  msgstr "Gradniki"
1487
 
1488
- #: includes/functions.php:2586
1489
  msgid "Enable PHP code processing for sub-sites"
1490
  msgstr "Omogoči procesiranje PHP kode za pod-spletišča"
1491
 
1492
- #: includes/functions.php:2586
1493
  msgid "PHP Processing"
1494
  msgstr "PHP Procesiranje"
1495
 
1496
  #. translators: %s: Ad Inserter Pro
1497
- #: includes/functions.php:2591
1498
  msgid "Enable %s block exceptions in post/page editor for sub-sites"
1499
  msgstr ""
1500
  "Omogoči %s izjeme blokov v urejevalniku prispevkov/strani za pod-spletišča"
1501
 
1502
- #: includes/functions.php:2591
1503
  msgid "Post/Page exceptions"
1504
  msgstr "Izjeme prispevkov/strani"
1505
 
1506
  #. translators: %s: Ad Inserter Pro
1507
- #: includes/functions.php:2596
1508
  msgid "Enable %s settings page for sub-sites"
1509
  msgstr "Omogoči nastavitveno stran %s za pod-spletišča"
1510
 
1511
- #: includes/functions.php:2596
1512
  msgid "Settings page"
1513
  msgstr "Stran z nastavitvami"
1514
 
1515
  #. translators: %s: Ad Inserter Pro
1516
- #: includes/functions.php:2601
1517
  msgid "Enable %s settings of main site to be used for all blogs"
1518
  msgstr "Omogoči %s nastavitve glavnega spletišča za uporabo na vseh blogih"
1519
 
1520
- #: includes/functions.php:2601
1521
  msgid "Main site settings used for all blogs"
1522
  msgstr "Nastavitve glavnega spletišča uporabljene na vseh blogih"
1523
 
1524
- #: includes/functions.php:2612 settings.php:2413
1525
  msgid "Ad Blocking Detection"
1526
  msgstr "Zaznavanje Blokiranja Oglasov"
1527
 
1528
- #: includes/functions.php:2618
1529
  msgid ""
1530
  "Standard method is reliable but should be used only if Advanced method does "
1531
  "not work. Advanced method recreates files used for detection with random "
@@ -1537,71 +1537,71 @@ msgstr ""
1537
  "imeni in mogoče ne bo deloval s skriptami v upload mapi, če ta ni javno "
1538
  "dostopna"
1539
 
1540
- #: includes/functions.php:3012 includes/functions.php:3102
1541
- #: includes/functions.php:3122
1542
  msgid "AD BLOCKING"
1543
  msgstr "BLOKIRANJE OGLASOV"
1544
 
1545
- #: includes/functions.php:3013 includes/functions.php:3053
1546
- #: includes/functions.php:3096 includes/functions.php:3123
1547
  msgid "BLOCK INSERTED BUT NOT VISIBLE"
1548
  msgstr "BLOK VSTAVLJEN, VENDAR NI VIDEN"
1549
 
1550
- #: includes/functions.php:3016 includes/functions.php:3095
1551
- #: includes/functions.php:3129
1552
  msgid "NO AD BLOCKING"
1553
  msgstr "NI BLOKIRANJA OGLASOV"
1554
 
1555
- #: includes/functions.php:3052 includes/functions.php:3059
1556
  msgid "AD BLOCKING REPLACEMENT"
1557
  msgstr "NADOMESTEK V PRIMERU BLOKIRANJA OGLASOV"
1558
 
1559
- #: includes/functions.php:3457
1560
  msgctxt "Version"
1561
  msgid "Unknown"
1562
  msgstr "Neznana"
1563
 
1564
- #: includes/functions.php:3457
1565
  msgctxt "Times"
1566
  msgid "DISPLAYED"
1567
  msgstr "PRIKAZANO"
1568
 
1569
- #: includes/functions.php:3457
1570
  msgid "No version"
1571
  msgstr "Brez različice"
1572
 
1573
- #: includes/functions.php:3458
1574
  msgctxt "Times"
1575
  msgid "BLOCKED"
1576
  msgstr "BLOKIRANO"
1577
 
1578
- #: includes/functions.php:3520
1579
  msgid "Pageviews"
1580
  msgstr "Ogledi strani"
1581
 
1582
- #: includes/functions.php:3520
1583
  msgid "Impressions"
1584
  msgstr "Prikazi"
1585
 
1586
- #: includes/functions.php:3521 includes/functions.php:3522
1587
- #: includes/functions.php:3530
1588
  msgid "Clicks"
1589
  msgstr "Kliki"
1590
 
1591
- #: includes/functions.php:3522
1592
  msgid "events"
1593
  msgstr "dogodki"
1594
 
1595
- #: includes/functions.php:3523
1596
  msgid "Ad Blocking Share"
1597
  msgstr "Delež blokiranja oglasov"
1598
 
1599
  #. translators: CTR as Click Through Rate
1600
- #: includes/functions.php:3523 includes/functions.php:3535
1601
  msgid "CTR"
1602
  msgstr "CTR"
1603
 
1604
- #: includes/functions.php:3617
1605
  msgid "pageviews"
1606
  msgid_plural "pageviews"
1607
  msgstr[0] "ogled strani"
@@ -1609,7 +1609,7 @@ msgstr[1] "ogleda strani"
1609
  msgstr[2] "ogledi strani"
1610
  msgstr[3] "ogledov strani"
1611
 
1612
- #: includes/functions.php:3617
1613
  msgid "impressions"
1614
  msgid_plural "impressions"
1615
  msgstr[0] "prikaz"
@@ -1617,7 +1617,7 @@ msgstr[1] "prikaza"
1617
  msgstr[2] "prikazi"
1618
  msgstr[3] "prikazov"
1619
 
1620
- #: includes/functions.php:3621
1621
  msgid "event"
1622
  msgid_plural "events"
1623
  msgstr[0] "dogodek"
@@ -1625,7 +1625,7 @@ msgstr[1] "dogodka"
1625
  msgstr[2] "dogodki"
1626
  msgstr[3] "dogodkov"
1627
 
1628
- #: includes/functions.php:3621
1629
  msgid "click"
1630
  msgid_plural "clicks"
1631
  msgstr[0] "klik"
@@ -1633,66 +1633,21 @@ msgstr[1] "klika"
1633
  msgstr[2] "kliki"
1634
  msgstr[3] "klikov"
1635
 
1636
- #: includes/functions.php:3689
1637
  msgctxt "Pageviews / Impressions"
1638
  msgid "Average"
1639
  msgstr "Povprečni"
1640
 
1641
- #: includes/functions.php:3707
1642
  msgctxt "Ad Blocking / Clicks"
1643
  msgid "Average"
1644
  msgstr "Povprečno"
1645
 
1646
- #: includes/functions.php:3724
1647
  msgctxt "Ad Blocking Share / CTR"
1648
  msgid "Average"
1649
  msgstr "Povprečni"
1650
 
1651
- #. Translators: %d: viewport number
1652
- #: includes/functions.php:3804 settings.php:2194 settings.php:2200
1653
- #: settings.php:2206
1654
- msgid "Viewport %d name"
1655
- msgstr "Ime pogleda %d"
1656
-
1657
- #: includes/functions.php:3807 settings.php:2196 settings.php:2202
1658
- #: settings.php:2209
1659
- msgid "min width"
1660
- msgstr "najmanjša širina"
1661
-
1662
- #: includes/functions.php:3838 settings.php:1682
1663
- msgid "Device min width %s px"
1664
- msgstr "Najmanjša širina naprave %s px"
1665
-
1666
- #: includes/functions.php:3879 includes/functions.php:3882 settings.php:2232
1667
- #: settings.php:2235 settings.php:2256 settings.php:2259
1668
- msgid "Enable hook"
1669
- msgstr "Omogoči ročico"
1670
-
1671
- #. translators: %d: hook number
1672
- #: includes/functions.php:3882 settings.php:2235 settings.php:2259
1673
- msgid "Hook %d name"
1674
- msgstr "Ime ročice %d"
1675
-
1676
- #: includes/functions.php:3885 settings.php:2238 settings.php:2262
1677
- msgid "Hook name for automatic insertion selection"
1678
- msgstr "Ime ročice za izbiro samodejnega vstavljanja"
1679
-
1680
- #: includes/functions.php:3888 settings.php:2241 settings.php:2265
1681
- msgid "action"
1682
- msgstr "akcija"
1683
-
1684
- #: includes/functions.php:3891 settings.php:2244 settings.php:2268
1685
- msgid "Action name as used in the do_action () function"
1686
- msgstr "Ime akcije kot je uporabljena v do_action () funkciji"
1687
-
1688
- #: includes/functions.php:3894 settings.php:2247 settings.php:2271
1689
- msgid "priority"
1690
- msgstr "prednost"
1691
-
1692
- #: includes/functions.php:3897 settings.php:2250 settings.php:2274
1693
- msgid "Priority for the hook (default is 10)"
1694
- msgstr "Prednost za ročico (privzeta je 10)"
1695
-
1696
  #: includes/placeholders.php:19
1697
  msgid "Custom"
1698
  msgstr "Po meri"
@@ -1717,7 +1672,7 @@ msgstr "Zapri urejevalnik polnila"
1717
  msgid "Placeholder"
1718
  msgstr "Polnilo"
1719
 
1720
- #: includes/placeholders.php:356 settings.php:778 settings.php:3286
1721
  msgid "Size"
1722
  msgstr "Velikost"
1723
 
@@ -1850,11 +1805,11 @@ msgstr "Prekliči"
1850
  msgid "Ad Blocking Detected Message Preview"
1851
  msgstr "Predogled Sporočila ko je Zaznano Blokiranje Oglasov"
1852
 
1853
- #: includes/preview-adb.php:348 settings.php:2530
1854
  msgid "Message CSS"
1855
  msgstr "CSS sporočila"
1856
 
1857
- #: includes/preview-adb.php:353 settings.php:2538
1858
  msgid "Overlay CSS"
1859
  msgstr "CSS prevleke"
1860
 
@@ -1894,7 +1849,7 @@ msgstr "div za ovijanje"
1894
  msgid "background"
1895
  msgstr "ozadje"
1896
 
1897
- #: includes/preview.php:1892 includes/preview.php:2038 settings.php:978
1898
  msgid "Alignment and style"
1899
  msgstr "Poravnava in slog"
1900
 
@@ -2039,40 +1994,12 @@ msgstr ""
2039
  "Označi označi ozadje, območje odmika in območje kode, medtem ko gumb "
2040
  "Ponastavi vrne vse vrednosti na tiste od trenutnega bloka."
2041
 
2042
- #: settings.php:168
2043
- msgid "Online Documentation"
2044
- msgstr "Spletna Dokumentacija"
2045
-
2046
- #: settings.php:169
2047
- msgid ""
2048
- "support forum - if you have issues using the plugin go here, check existing "
2049
- "threads and open a new one if you don't find answers for your issue."
2050
- msgstr ""
2051
- "podporni forum - če imate težave z uporabo vtičnika pojdite sem, preverite "
2052
- "obstoječe niti in odprite novo, če ne nejdete odgovorov za vašo težavo."
2053
-
2054
- #: settings.php:169
2055
- msgid "Support Forum"
2056
- msgstr "Podporni Forum"
2057
-
2058
- #: settings.php:170
2059
- msgid ""
2060
- "Need more blocks, sticky ads, GEO targeting, impression and click tracking? "
2061
- "Upgrade to Ad Inserter Pro"
2062
- msgstr ""
2063
- "Potrebujete več blokov, lepljive oglase, GEO targetiranje, sledenje prikazom "
2064
- "in klikom? Nadgradite v Ad Inserter Pro"
2065
-
2066
- #: settings.php:171
2067
- msgid "Show list of all blocks"
2068
- msgstr "Prikaži seznam vseh blokov"
2069
-
2070
- #: settings.php:181
2071
  msgid "Loaded plugin JavaScript file version"
2072
  msgstr "Naložena različica JavaScript datoteke vtičnika"
2073
 
2074
  #. translators: %s: HTML tags
2075
- #: settings.php:183
2076
  msgid ""
2077
  "Wrong or %s missing version parameter %s of the JavaScript file, probably "
2078
  "due to inappropriate caching."
@@ -2080,7 +2007,7 @@ msgstr ""
2080
  "Napačen ali %s manjkajoč parameter verzije %s JavaScript datoteke, najbrž "
2081
  "zaradi nepravilnega predpomnjenja."
2082
 
2083
- #: settings.php:184
2084
  msgid ""
2085
  "Missing version parameter of the JavaScript file, probably due to "
2086
  "inappropriate caching."
@@ -2088,7 +2015,7 @@ msgstr ""
2088
  "Manjka parameter verzije JavaScript datoteke, najbrž zaradi nepravilnega "
2089
  "predpomnjenja."
2090
 
2091
- #: settings.php:185
2092
  msgid ""
2093
  "Incompatible (old) JavaScript file loaded, probably due to inappropriate "
2094
  "caching."
@@ -2096,7 +2023,7 @@ msgstr ""
2096
  "Naložena je nezdružljiva (stara) različica JavaScript datoteke, najbrž "
2097
  "zaradi nepravilnega predpomnjenja."
2098
 
2099
- #: settings.php:186 settings.php:197
2100
  msgid ""
2101
  "Please delete browser's cache and all other caches used and then reload this "
2102
  "page."
@@ -2104,12 +2031,12 @@ msgstr ""
2104
  "Prosimo, pobrišite predpomnilnik brskalnika in vse druge predpomnilnike ter "
2105
  "potem na novo naložite to stran."
2106
 
2107
- #: settings.php:192
2108
  msgid "Loaded plugin CSS file version"
2109
  msgstr "Naložena različica CSS datoteke vtičnika"
2110
 
2111
  #. translators: %s: HTML tags
2112
- #: settings.php:194
2113
  msgid ""
2114
  "Wrong or %s missing version parameter %s of the CSS file, probably due to "
2115
  "inappropriate caching."
@@ -2117,7 +2044,7 @@ msgstr ""
2117
  "Napačen ali %s manjkajoč parameter verzije %s CSS datoteke, najbrž zaradi "
2118
  "nepravilnega predpomnjenja."
2119
 
2120
- #: settings.php:195
2121
  msgid ""
2122
  "Missing version parameter of the CSS file, probably due to inappropriate "
2123
  "caching."
@@ -2125,30 +2052,30 @@ msgstr ""
2125
  "Manjka parameter verzije JavaScript datoteke, najbrž zaradi nepravilnega "
2126
  "predpomnjenja."
2127
 
2128
- #: settings.php:196
2129
  msgid ""
2130
  "Incompatible (old) CSS file loaded, probably due to inappropriate caching."
2131
  msgstr ""
2132
  "Naložena je nezdružljiva (stara) različica CSS datoteke, najbrž zaradi "
2133
  "nepravilnega predpomnjenja."
2134
 
2135
- #: settings.php:203 settings.php:215
2136
  msgid "WARNING"
2137
  msgstr "OPOZORILO"
2138
 
2139
  #. translators: %s: HTML tags
2140
- #: settings.php:205
2141
  msgid "Page may %s not be loaded properly. %s"
2142
  msgstr "Stran mogoče %s ni naložena pravilno. %s"
2143
 
2144
- #: settings.php:206
2145
  msgid ""
2146
  "Check ad blocking software that may block CSS, JavaScript or image files."
2147
  msgstr ""
2148
  "Preverite programe za blokiranje oglasov, ki lahko onemogočijo CSS, "
2149
  "JavaScript ali slikovne datoteke."
2150
 
2151
- #: settings.php:215
2152
  msgid ""
2153
  "To disable debugging functions and to enable insertions go to tab &#9881; / "
2154
  "tab Debugging"
@@ -2156,19 +2083,19 @@ msgstr ""
2156
  "Za izključitev razhroščevalnih funkcij in za vključitev vstavljanja pojdite "
2157
  "na zavihek &#9881; / zavihek Razhroščevanje"
2158
 
2159
- #: settings.php:217
2160
  msgid "Debugging functions enabled - some code is not inserted"
2161
  msgstr "Vključene so funkcije za razhroščevanje - nekatera koda ni vstavljena"
2162
 
2163
- #: settings.php:234
2164
  msgid "Option Name"
2165
  msgstr "Ime Različice"
2166
 
2167
- #: settings.php:240
2168
  msgid "Share"
2169
  msgstr "Delež"
2170
 
2171
- #: settings.php:243
2172
  msgid ""
2173
  "Option share in percents - 0 means option is disabled, if share for one "
2174
  "option is not defined it will be calculated automatically. Leave all share "
@@ -2178,11 +2105,11 @@ msgstr ""
2178
  "eno različico ni določen bo izračunan samodejno. Pustite vsa polja za deleže "
2179
  "prazne za enakomerno porazdelitev deležev različic."
2180
 
2181
- #: settings.php:246
2182
  msgid "Time"
2183
  msgstr "Čas"
2184
 
2185
- #: settings.php:249
2186
  msgid ""
2187
  "Option time in seconds - 0 means option is disabled and will be skipped. "
2188
  "Leave all time fields empty for no timed rotation."
@@ -2190,148 +2117,148 @@ msgstr ""
2190
  "Čas različice v sekundah - 0 pomeni, da je različica onemogočena in bo "
2191
  "preskočena. Pustite vse polja za čas prazna za rotacijo brez časov."
2192
 
2193
- #: settings.php:401
2194
  msgid "General Settings"
2195
  msgstr "Splošne Nastavitve"
2196
 
2197
- #: settings.php:566 settings.php:2289 settings.php:2347 settings.php:2510
2198
  msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
2199
  msgstr ""
2200
  "Preklopi Poudarjanje Sintakse / Preprost urejevalnik za mobilne naprave"
2201
 
2202
- #: settings.php:573
2203
  msgid "Toggle tools"
2204
  msgstr "Preklopi orodja"
2205
 
2206
- #: settings.php:581
2207
  msgid "Process PHP code in block"
2208
  msgstr "Procesiraj PHP kodo v bloku"
2209
 
2210
- #: settings.php:588
2211
  msgid "Disable insertion of this block"
2212
  msgstr "Onemogoči vstavljanje tega bloka"
2213
 
2214
- #: settings.php:600
2215
  msgid "Toggle code generator"
2216
  msgstr "Preklopi generator kode"
2217
 
2218
- #: settings.php:604
2219
  msgid "Toggle rotation editor"
2220
  msgstr "Preklopi urejevalnik rotacije"
2221
 
2222
- #: settings.php:608
2223
  msgid "Open visual HTML editor"
2224
  msgstr "Odpri vizualni HTML urejevalnik"
2225
 
2226
- #: settings.php:618
2227
  msgid "Show AdSense ad units"
2228
  msgstr "Pokaži oglasne enote AdSense"
2229
 
2230
- #: settings.php:627
2231
  msgid "Clear block"
2232
  msgstr "Počisti blok"
2233
 
2234
- #: settings.php:632 settings.php:3180
2235
  msgid "Copy block"
2236
  msgstr "Kopiraj blok"
2237
 
2238
- #: settings.php:636
2239
  msgid "Paste name"
2240
  msgstr "Prilepi ime"
2241
 
2242
- #: settings.php:640
2243
  msgid "Paste code"
2244
  msgstr "Prilepi kodo"
2245
 
2246
- #: settings.php:644
2247
  msgid "Paste settings"
2248
  msgstr "Prilepi nastavitve"
2249
 
2250
- #: settings.php:648
2251
  msgid "Paste block (name, code and settings)"
2252
  msgstr "Prilepi blok (ime, kodo in nastavitve)"
2253
 
2254
- #: settings.php:667
2255
  msgid "Remove option"
2256
  msgstr "Odstrani različico"
2257
 
2258
- #: settings.php:671
2259
  msgid "Add option"
2260
  msgstr "Dodaj različico"
2261
 
2262
- #: settings.php:686
2263
  msgid "Import code"
2264
  msgstr "Uvozi kodo"
2265
 
2266
- #: settings.php:690
2267
  msgid "Generate code"
2268
  msgstr "Generiraj kodo"
2269
 
2270
- #: settings.php:695
2271
  msgid "Banner"
2272
  msgstr "Pasica"
2273
 
2274
- #: settings.php:706
2275
  msgid "Image"
2276
  msgstr "Slika"
2277
 
2278
- #: settings.php:714
2279
  msgid "Link"
2280
  msgstr "Povezava"
2281
 
2282
- #: settings.php:725
2283
  msgid "Open link in a new tab"
2284
  msgstr "Odpri povezavo v novem zavihku"
2285
 
2286
- #: settings.php:726
2287
  msgid "Select Image"
2288
  msgstr "Izberi Sliko"
2289
 
2290
- #: settings.php:727
2291
  msgid "Select Placeholder"
2292
  msgstr "Izberi Polnilo"
2293
 
2294
- #: settings.php:739
2295
  msgid "Comment"
2296
  msgstr "Komentar"
2297
 
2298
- #: settings.php:748
2299
  msgctxt "AdSense"
2300
  msgid "Publisher ID"
2301
  msgstr "ID založnika"
2302
 
2303
- #: settings.php:757
2304
  msgctxt "AdSense"
2305
  msgid "Ad Slot ID"
2306
  msgstr "ID mesta"
2307
 
2308
- #: settings.php:766
2309
  msgid "Ad Type"
2310
  msgstr "Vrsta"
2311
 
2312
- #: settings.php:790
2313
  msgid "AMP Ad"
2314
  msgstr "AMP Oglas"
2315
 
2316
- #: settings.php:807
2317
  msgid "Show ad units from your AdSense account"
2318
  msgstr "Prikaži oglasne enote s tvojega AdSense računa"
2319
 
2320
- #: settings.php:807
2321
  msgid "AdSense ad units"
2322
  msgstr "Oglasne enote AdSense"
2323
 
2324
- #: settings.php:824
2325
  msgctxt "AdSense"
2326
  msgid "Layout"
2327
  msgstr "Postavitev"
2328
 
2329
- #: settings.php:833
2330
  msgctxt "AdSense"
2331
  msgid "Layout Key"
2332
  msgstr "Ključ postavitve"
2333
 
2334
- #: settings.php:930
2335
  msgid ""
2336
  "White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
2337
  "Cookie or Referer (domain)"
@@ -2339,28 +2266,28 @@ msgstr ""
2339
  "Bel/Črn seznam Kategorij, Oznak, Taksonomij, ID Prispevkov, Url-jev, Url "
2340
  "parametrov, Piškotkov ali napotiteljev (domen)"
2341
 
2342
- #: settings.php:930
2343
  msgid "Lists"
2344
  msgstr "Seznami"
2345
 
2346
- #: settings.php:931
2347
  msgid "Widget, Shortcode and PHP function call"
2348
  msgstr "Gradnik, Kratka koda in Klic PHP funkcije"
2349
 
2350
- #: settings.php:931
2351
  msgid "Manual"
2352
  msgstr "Ročno"
2353
 
2354
- #: settings.php:932
2355
  msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
2356
  msgstr ""
2357
  "Zaznavanje Naprave na strani Strežnika/Klienta (Namizni, Tablica, Telefon)"
2358
 
2359
- #: settings.php:932
2360
  msgid "Devices"
2361
  msgstr "Naprave"
2362
 
2363
- #: settings.php:933
2364
  msgid ""
2365
  "Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
2366
  "feeds), Filter, Scheduling, General tag"
@@ -2368,15 +2295,15 @@ msgstr ""
2368
  "Preveri status uporabnika, Omeji vstavljanja (napaka 404, zahteve Ajax, vir "
2369
  "RSS), Filter, Urnik, Splošna oznaka"
2370
 
2371
- #: settings.php:933
2372
  msgid "Misc"
2373
  msgstr "Razno"
2374
 
2375
- #: settings.php:934
2376
  msgid "Preview code and alignment"
2377
  msgstr "Predogled kode in poravnave"
2378
 
2379
- #: settings.php:937 settings.php:1933
2380
  msgid ""
2381
  "Rotation editor active - rotation code not generated! Make sure no rotation "
2382
  "editor is active before saving settings."
@@ -2384,29 +2311,15 @@ msgstr ""
2384
  "Aktiven urejevalnik rotacij - koda za rotacijo ni generirana! Poskrbite, da "
2385
  "noben urejevalnik rotacij ni aktiven pred shranjevanjem nastavitev."
2386
 
2387
- #: settings.php:939
2388
  msgid "Save All Settings"
2389
  msgstr "Sharani Vse Nastavitve"
2390
 
2391
- #: settings.php:991 strings.php:182
2392
- msgctxt "Button"
2393
- msgid "Show"
2394
- msgstr "Pokaži"
2395
-
2396
- #: settings.php:1003
2397
- msgid "Custom CSS code for the wrapping div"
2398
- msgstr "CSS koda po meri za div za ovijanje"
2399
-
2400
- #: settings.php:1006 settings.php:1007 settings.php:1008 settings.php:1009
2401
- #: settings.php:1010 settings.php:1011
2402
- msgid "CSS code for the wrapping div, click to edit"
2403
- msgstr "CSS koda za div za ovijanje, kliknite za urejanje"
2404
-
2405
- #: settings.php:1026
2406
  msgid "Enable insertion on posts"
2407
  msgstr "Omogoči vstavljanje na prispevkih"
2408
 
2409
- #: settings.php:1028 settings.php:1034
2410
  msgid ""
2411
  "Individual post exceptions (if enabled here) can be configured in post "
2412
  "editor. Leave blank for no individual post exceptions."
@@ -2414,15 +2327,11 @@ msgstr ""
2414
  "Posamezne izjeme za prispevke (če so omogočene tukaj) se lahko nastavijo v "
2415
  "urejevalniku prispevka. Pustite prazno za prispevke brez posameznih izjem."
2416
 
2417
- #: settings.php:1034
2418
  msgid "Posts"
2419
  msgstr "Prispevki"
2420
 
2421
- #: settings.php:1039
2422
- msgid "Toggle list of individual exceptions"
2423
- msgstr "Preklopi seznam posameznih izjem"
2424
-
2425
- #: settings.php:1049 settings.php:1050
2426
  msgid ""
2427
  "Enable insertion on homepage: latest posts (including on sub-pages), static "
2428
  "page or theme homepage (available positions may depend on hooks used by the "
@@ -2432,23 +2341,27 @@ msgstr ""
2432
  "podstraneh), statična stran ali domača stran teme (razpoložljivi položaji so "
2433
  "lahko odvisni od ročic, ki jih tema uporablja)"
2434
 
2435
- #: settings.php:1050
2436
  msgid "Homepage"
2437
  msgstr "Domača stran"
2438
 
2439
- #: settings.php:1054 settings.php:1055
2440
  msgid "Enable insertion on category blog pages (including sub-pages)"
2441
  msgstr "Omogoči vstavljanje na straneh kategorij (vključno s podstranmi)"
2442
 
2443
- #: settings.php:1055
2444
  msgid "Category pages"
2445
  msgstr "Strani kategorij"
2446
 
2447
- #: settings.php:1062
 
 
 
 
2448
  msgid "Enable insertion on static pages"
2449
  msgstr "Omogoči vstavljanje na statičnih straneh"
2450
 
2451
- #: settings.php:1064 settings.php:1070
2452
  msgid ""
2453
  "Individual static page exceptions (if enabled here) can be configured in "
2454
  "page editor. Leave blank for no individual page exceptions."
@@ -2457,53 +2370,144 @@ msgstr ""
2457
  "nastavijo v urejevalniku strani. Pustite prazno za strani brez posameznih "
2458
  "izjem."
2459
 
2460
- #: settings.php:1070
2461
  msgid "Static pages"
2462
  msgstr "Statične strani"
2463
 
2464
- #: settings.php:1076 settings.php:1077
2465
  msgid "Enable insertion on search blog pages"
2466
  msgstr "Omogoči vstavljanje na iskalnih straneh"
2467
 
2468
- #: settings.php:1077
2469
  msgid "Search pages"
2470
  msgstr "Iskalne strani"
2471
 
2472
- #: settings.php:1081 settings.php:1082
2473
  msgid "Enable insertion on tag or archive blog pages"
2474
  msgstr "Omogoči vstavljanje na straneh oznak in arhivskih straneh"
2475
 
2476
- #: settings.php:1082
2477
  msgid "Tag / Archive pages"
2478
  msgstr "Strani oznak / arhiva"
2479
 
2480
- #: settings.php:1095
 
 
 
 
2481
  msgctxt "post"
2482
  msgid "Type"
2483
  msgstr "Vrsta"
2484
 
2485
  #. translators: %d: block number
2486
- #: settings.php:1097
2487
  msgid "Are you sure you want to clear all exceptions for block %d?"
2488
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok %d?"
2489
 
2490
- #: settings.php:1127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2491
  msgid "HTML element"
2492
  msgstr "HTML element"
2493
 
2494
- #: settings.php:1140
2495
  msgid "HTML element selector or comma separated list of selectors"
2496
  msgstr "Selektor HTML elementa ali z vejicami ločen seznam selektorjev"
2497
 
2498
- #: settings.php:1146 settings.php:2423
2499
  msgid "Action"
2500
  msgstr "Akcija"
2501
 
2502
- #: settings.php:1157 settings.php:1726
2503
- msgid "Insertion"
2504
- msgstr "Vstavljanje"
2505
-
2506
- #: settings.php:1158
2507
  msgid ""
2508
  "Client-side insertion uses JavaScript to insert block when the page loads. "
2509
  "Server-side insertion inserts block when the page is generated but needs "
@@ -2513,11 +2517,11 @@ msgstr ""
2513
  "se stran naloži. Vstavljanje na strani strežnika vstavi blok, ko se stran "
2514
  "ustvari, vendar potrebuje omogočeno Predpomnjenje izhoda."
2515
 
2516
- #: settings.php:1168
2517
  msgid "JavaScript code position"
2518
  msgstr "Položaj JavaScript kode"
2519
 
2520
- #: settings.php:1169
2521
  msgid ""
2522
  "Page position where the JavaScript code for client-side insertion will be "
2523
  "inserted. Should be after the HTML element if not waiting for DOM ready."
@@ -2526,93 +2530,45 @@ msgstr ""
2526
  "strani klienta. Biti mora za HTML elementom, če se ne čaka na pripravljen "
2527
  "DOM."
2528
 
2529
- #: settings.php:1183
2530
- msgid "Paragraphs"
2531
- msgstr "Odstavki"
2532
-
2533
- #: settings.php:1190
2534
- msgid ""
2535
- "Paragraph number or comma separated paragraph numbers: 1 to N means "
2536
- "paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
2537
- "means random paragraph, value between 0 and 1 means relative position on the "
2538
- "page (0.2 means paragraph at 20% of page paragraphs, 0.5 means paragraph "
2539
- "halfway down the page, 0.9 means paragraph at 90% of page paragraphs, etc.), "
2540
- "negative number means counting from the opposite direction"
2541
- msgstr ""
2542
- "Številka odstavka ali z vejico ločene številke odstavkov: 1 do N pomeni "
2543
- "številko odstavka, %N pomeni vsakih N odstavkov, prazno pomeni vse odstavke, "
2544
- "0 pomeni naključni odstavek, vrednost med 0 in 1 pomeni relativni položaj na "
2545
- "strani (0.2 pomeni odstavek pri 20% odstavkov strani, 0.5 pomeni odstavek na "
2546
- "polovici strani, 0.9 pomeni odstavek pri 90% odstavkov strani...), negativno "
2547
- "število pomeni štetje z nasprotne smeri"
2548
-
2549
- #: settings.php:1196
2550
- msgid "Counting"
2551
- msgstr "Štetje"
2552
-
2553
- #: settings.php:1197
2554
- msgid "Clearance"
2555
- msgstr "Izogibanje"
2556
-
2557
- #: settings.php:1205
2558
- msgid "Images"
2559
- msgstr "Slike"
2560
-
2561
- #: settings.php:1212
2562
- msgid ""
2563
- "Image number or comma separated image numbers: 1 to N means image number, %N "
2564
- "means every N images, empty means all images, 0 means random image, value "
2565
- "between 0 and 1 means relative position on the page (0.2 means paragraph at "
2566
- "20% of page images, 0.5 means middle image, 0.9 means paragraph at 90% of "
2567
- "page images, etc.), negative number means counting from the opposite "
2568
- "direction"
2569
- msgstr ""
2570
- "Številka slike ali z vejico ločene številke slik: 1 do N pomeni številko "
2571
- "slike, %N pomeni vsakih N slik, prazno pomeni vse slike, 0 pomeni naključna "
2572
- "slika, vrednost med 0 in 1 pomeni relativni položaj na strani (0.2 pomeni "
2573
- "sliko pri 20% slik na strani, 0.5 pomeni srednjo sliko, 0.9 pomeni "
2574
- "odstavesliko pri 90% slik strani...), negativno število pomeni štetje z "
2575
- "nasprotne smeri"
2576
-
2577
- #: settings.php:1222
2578
  msgid "Count"
2579
  msgstr "Štej"
2580
 
2581
- #: settings.php:1228
2582
  msgid "paragraphs with tags"
2583
  msgstr "odstavke z značkami"
2584
 
2585
- #: settings.php:1234
2586
  msgid "Comma separated HTML tag names, usually only 'p' tags are used"
2587
  msgstr ""
2588
  "Z vejico ločena imena HTML značk, običajno so uporabljene samo značke 'p'"
2589
 
2590
- #: settings.php:1243
2591
  msgid "that have between"
2592
  msgstr "ki imajo med"
2593
 
2594
- #: settings.php:1249
2595
  msgid "Minimum number of paragraph words, leave empty for no limit"
2596
  msgstr "Najmanjše število besed v odstavkih, prazno pomeni brez omejitev"
2597
 
2598
- #: settings.php:1258
2599
  msgid "Maximum number of paragraph words, leave empty for no limit"
2600
  msgstr "Največje število besed v odstavkih, prazno pomeni brez omejitev"
2601
 
2602
- #: settings.php:1261 settings.php:1853
2603
  msgid "words"
2604
  msgstr "besed"
2605
 
2606
- #: settings.php:1276 settings.php:1342 settings.php:1368
2607
  msgid "Comma separated texts"
2608
  msgstr "Z vejico ločena besedila"
2609
 
2610
- #: settings.php:1285
2611
  msgid "Minimum number of paragraphs"
2612
  msgstr "Najmanjše število odstavkov"
2613
 
2614
  #. translators: %s: list of HTML tags
2615
- #: settings.php:1300
2616
  msgid ""
2617
  "Count also paragraphs inside %s elements - defined on general plugin "
2618
  "settings page - tab &#9881; / tab General"
@@ -2620,15 +2576,15 @@ msgstr ""
2620
  "Štej tudi odstavke znotraj elementov %s - določeni na strani splošnih "
2621
  "nastavitev vtičnika - zavihek &#9881; / zavihek Splošno"
2622
 
2623
- #: settings.php:1300
2624
  msgid "Count inside special elements"
2625
  msgstr "Štej znotraj posebnih elementov"
2626
 
2627
- #: settings.php:1311
2628
  msgid "Minimum number of words in paragraphs above"
2629
  msgstr "Najmanjše število besed v odstavkih zgoraj"
2630
 
2631
- #: settings.php:1317
2632
  msgid ""
2633
  "Used only with automatic insertion After paragraph and empty paragraph "
2634
  "numbers"
@@ -2636,128 +2592,128 @@ msgstr ""
2636
  "Uporabljeno samo s samodejnim vstavljanjem Za odstavkom in s praznimi "
2637
  "številkami odstavkov"
2638
 
2639
- #: settings.php:1327 settings.php:1353
2640
  msgid "In"
2641
  msgstr "V"
2642
 
2643
- #: settings.php:1333
2644
  msgid "Number of paragraphs above to check, leave empty to disable checking"
2645
  msgstr "Število odstavkov zgoraj za preverjanje, prazno onemogoči preverjanje"
2646
 
2647
- #: settings.php:1336
2648
  msgid "paragraphs above avoid"
2649
  msgstr "odstavkih zgoraj se izogni"
2650
 
2651
- #: settings.php:1359
2652
  msgid "Number of paragraphs below to check, leave empty to disable checking"
2653
  msgstr "Število odstavkov spodaj za preverjanje, prazno onemogoči preverjanje"
2654
 
2655
- #: settings.php:1362
2656
  msgid "paragraphs below avoid"
2657
  msgstr "odstavkih spodaj se izogni"
2658
 
2659
- #: settings.php:1378
2660
  msgid "If text is found"
2661
  msgstr "Če je besedilo najdeno"
2662
 
2663
- #: settings.php:1385
2664
  msgid "check up to"
2665
  msgstr "preveri do"
2666
 
2667
- #: settings.php:1393
2668
  msgctxt "check up to"
2669
  msgid "paragraphs"
2670
  msgstr "odstavkov"
2671
 
2672
- #: settings.php:1409
2673
  msgid "Categories"
2674
  msgstr "Kategorije"
2675
 
2676
- #: settings.php:1412
2677
  msgid "Toggle category editor"
2678
  msgstr "Preklopi urejevalnik kategorij"
2679
 
2680
- #: settings.php:1415
2681
  msgid "Comma separated category slugs"
2682
  msgstr "Z vejico ločeni ključi kategorij"
2683
 
2684
- #: settings.php:1419
2685
  msgid "Blacklist categories"
2686
  msgstr "Črni seznam kategorij"
2687
 
2688
- #: settings.php:1423
2689
  msgid "Whitelist categories"
2690
  msgstr "Beli seznam kategorij"
2691
 
2692
- #: settings.php:1435
2693
  msgid "Tags"
2694
  msgstr "Oznake"
2695
 
2696
- #: settings.php:1438
2697
  msgid "Toggle tag editor"
2698
  msgstr "Preklopi urejevalnik oznak"
2699
 
2700
- #: settings.php:1441
2701
  msgid "Comma separated tag slugs"
2702
  msgstr "Z vejico ločeni ključi oznak"
2703
 
2704
- #: settings.php:1445
2705
  msgid "Blacklist tags"
2706
  msgstr "Črni seznam oznak"
2707
 
2708
- #: settings.php:1449
2709
  msgid "Whitelist tags"
2710
  msgstr "Beli seznam oznak"
2711
 
2712
- #: settings.php:1461
2713
  msgid "Taxonomies"
2714
  msgstr "Taksonomije"
2715
 
2716
- #: settings.php:1464
2717
  msgid "Toggle taxonomy editor"
2718
  msgstr "Preklopi urejevalnik taksonomij"
2719
 
2720
- #: settings.php:1467
2721
  msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
2722
  msgstr "Z vejico ločeni ključi: taksonomija, izraz ali taksonomija:izraz"
2723
 
2724
- #: settings.php:1471
2725
  msgid "Blacklist taxonomies"
2726
  msgstr "Črni seznam taksonomij"
2727
 
2728
- #: settings.php:1475
2729
  msgid "Whitelist taxonomies"
2730
  msgstr "Beli seznam taksonomij"
2731
 
2732
- #: settings.php:1487
2733
  msgid "Post IDs"
2734
  msgstr "ID-ji prispevkov"
2735
 
2736
- #: settings.php:1490
2737
  msgid "Toggle post/page ID editor"
2738
  msgstr "Preklopi urejevalnik ID-jev prispevkov/strani"
2739
 
2740
- #: settings.php:1493
2741
  msgid "Comma separated post/page IDs"
2742
  msgstr "Z vejico ločeni ID-ji prispevkov/strani"
2743
 
2744
- #: settings.php:1497
2745
  msgid "Blacklist IDs"
2746
  msgstr "Črni seznam ID-jev"
2747
 
2748
- #: settings.php:1501
2749
  msgid "Whitelist IDs"
2750
  msgstr "Beli seznam ID-jev"
2751
 
2752
- #: settings.php:1513
2753
  msgid "Urls"
2754
  msgstr "Url-ji"
2755
 
2756
- #: settings.php:1516
2757
  msgid "Toggle url editor"
2758
  msgstr "Preklopi urejevalnik url-jev"
2759
 
2760
- #: settings.php:1519
2761
  msgid ""
2762
  "Comma separated urls (page addresses) starting with / after domain name (e."
2763
  "g. /permalink-url, use only when you need to taget a specific url not "
@@ -2769,23 +2725,23 @@ msgstr ""
2769
  "nsalov, ki drugače ni dostopen). Uporabite lahko tudi delne url-je z * (/url-"
2770
  "začetek*. *url-vzorec*, *url-konec)"
2771
 
2772
- #: settings.php:1523
2773
  msgid "Blacklist urls"
2774
  msgstr "Črni seznam url-jev"
2775
 
2776
- #: settings.php:1527
2777
  msgid "Whitelist urls"
2778
  msgstr "Beli seznam url-jev"
2779
 
2780
- #: settings.php:1538
2781
  msgid "Url parameters"
2782
  msgstr "Url parametri"
2783
 
2784
- #: settings.php:1542
2785
  msgid "Toggle url parameter and cookie editor"
2786
  msgstr "Preklopi urejevalnik url parametrov in piškotkov"
2787
 
2788
- #: settings.php:1545
2789
  msgid ""
2790
  "Comma separated url query parameters or cookies with optional values (use "
2791
  "'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
@@ -2794,23 +2750,23 @@ msgstr ""
2794
  "vrednostmi (uporabite 'prameter', 'prameter=vrednost', 'piškotek' or "
2795
  "'piškotek=vrednost')"
2796
 
2797
- #: settings.php:1549
2798
  msgid "Blacklist url parameters"
2799
  msgstr "Črni seznam url parametrov"
2800
 
2801
- #: settings.php:1553
2802
  msgid "Whitelist url parameters"
2803
  msgstr "Beli seznam url parametrov"
2804
 
2805
- #: settings.php:1564
2806
  msgid "Referrers"
2807
  msgstr "Napotitelji"
2808
 
2809
- #: settings.php:1567
2810
  msgid "Toggle referer editor"
2811
  msgstr "Preklopi urejevalnik napotiteljev"
2812
 
2813
- #: settings.php:1570
2814
  msgid ""
2815
  "Comma separated domains, use # for no referrer, you can also use partial "
2816
  "domains with * (domain-start*. *domain-pattern*, *domain-end)"
@@ -2818,28 +2774,28 @@ msgstr ""
2818
  "Z vejico ločene domene, uporabite # za primer, ko ni napotitelja, uporabite "
2819
  "lahko tudi delne domene z * (začetek-domene*. *vzorec-domene*, *konec-domene)"
2820
 
2821
- #: settings.php:1574
2822
  msgid "Blacklist referers"
2823
  msgstr "Črni seznam napotiteljev"
2824
 
2825
- #: settings.php:1578
2826
  msgid "Whitelist referers"
2827
  msgstr "Beli seznam napotiteljev"
2828
 
2829
- #: settings.php:1598
2830
  msgid "Enable widget for this block"
2831
  msgstr "Omogočite gradnik za ta blok"
2832
 
2833
- #: settings.php:1610
2834
  msgid "Enable shortcode for manual insertion of this block in posts and pages"
2835
  msgstr ""
2836
  "Omogočite kratko kodo za ročno vstavljanje tega bloka v prispevke in strani"
2837
 
2838
- #: settings.php:1611 settings.php:3214
2839
  msgid "Shortcode"
2840
  msgstr "Kratka koda"
2841
 
2842
- #: settings.php:1626
2843
  msgid ""
2844
  "Enable PHP function call to insert this block at any position in theme file. "
2845
  "If function is disabled for block it will return empty string."
@@ -2848,57 +2804,66 @@ msgstr ""
2848
  "položaju v datoteki teme. Če je funkcija za blok onemogočena, bo vrnila "
2849
  "prazen niz."
2850
 
2851
- #: settings.php:1627
2852
  msgid "PHP function"
2853
  msgstr "PHP funkcija"
2854
 
2855
- #: settings.php:1642
2856
  msgid "Client-side device detection"
2857
  msgstr "Zaznavanje naprave na strani klienta"
2858
 
2859
- #: settings.php:1643
2860
  msgid "Server-side device detection"
2861
  msgstr "Zaznavanje naprave na strani strežnika"
2862
 
2863
- #: settings.php:1650
2864
  msgid "Use client-side detection to"
2865
  msgstr "Uporabi zaznavanje na strani klienta in"
2866
 
 
 
 
 
 
2867
  #. Translators: only on (the following devices): viewport names (devices)
2868
  #. listed
2869
- #: settings.php:1657
2870
  msgid "only on"
2871
  msgstr "samo na"
2872
 
2873
- #: settings.php:1708
 
 
 
 
2874
  msgid "Use server-side detection to insert block only for"
2875
  msgstr "Uporabi zaznavanje na strani strežnika za vstavljanje bloka samo za"
2876
 
2877
- #: settings.php:1727
2878
  msgid "Filter"
2879
  msgstr "Filter"
2880
 
2881
- #: settings.php:1728
2882
  msgid "Word Count"
2883
  msgstr "Število Besed"
2884
 
2885
- #: settings.php:1729
2886
  msgid "Scheduling"
2887
  msgstr "Urnik"
2888
 
2889
- #: settings.php:1730
2890
  msgid "Display"
2891
  msgstr "Prikaz"
2892
 
2893
- #: settings.php:1732 settings.php:1961
2894
  msgid "General"
2895
  msgstr "Splošno"
2896
 
2897
- #: settings.php:1744
2898
  msgid "Old settings for AMP pages detected"
2899
  msgstr "Zaznane stare nastavitve za AMP strani"
2900
 
2901
- #: settings.php:1744
2902
  msgid ""
2903
  "To insert different codes on normal and AMP pages separate them with "
2904
  "[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
@@ -2909,48 +2874,48 @@ msgstr ""
2909
  "straneh samo, ko želite vstaviti ISTO KODO tudi na AMP straneh (brez AMP "
2910
  "separatorja)."
2911
 
2912
- #: settings.php:1744
2913
  msgid "AMP pages"
2914
  msgstr "AMP strani"
2915
 
2916
- #: settings.php:1749
2917
  msgid "Enable insertion for Ajax requests"
2918
  msgstr "Omogoči vstavljanje v Ajax zahtevah"
2919
 
2920
- #: settings.php:1749
2921
  msgid "Ajax requests"
2922
  msgstr "Ajax zahteve"
2923
 
2924
- #: settings.php:1754
2925
  msgid "Enable insertion in RSS feeds"
2926
  msgstr "Omogoči vstavljanje v RSS virih"
2927
 
2928
- #: settings.php:1754
2929
  msgid "RSS Feed"
2930
  msgstr "RSS Vir"
2931
 
2932
- #: settings.php:1759
2933
  msgid "Enable insertion on page for Error 404: Page not found"
2934
  msgstr "Omogoči vstavljanje na strani za napako 404: Stran ne obstaja"
2935
 
2936
- #: settings.php:1759
2937
  msgid "Error 404 page"
2938
  msgstr "Stran napake 404"
2939
 
2940
- #: settings.php:1771
2941
  msgid "Maximum number of insertion of this block. Empty or 0 means no limit."
2942
  msgstr ""
2943
  "Največje število vstavljanj tega bloka. Prazno ali 0 pomeni brez omejitev."
2944
 
2945
- #: settings.php:1772
2946
  msgid "Max"
2947
  msgstr "Največ"
2948
 
2949
- #: settings.php:1772
2950
  msgid "insertions"
2951
  msgstr "vstavljanj"
2952
 
2953
- #: settings.php:1774
2954
  msgid ""
2955
  "Count this block for Max blocks per page limit (defined on the tab &#9881; / "
2956
  "tab General)"
@@ -2958,15 +2923,15 @@ msgstr ""
2958
  "Štej ta blok za omejitev Največ blokov na stran (določena na zavihku "
2959
  "&#9881; / zavihek Splošno)"
2960
 
2961
- #: settings.php:1777 settings.php:2119
2962
  msgid "Max blocks per page"
2963
  msgstr "Največ blokov na stran"
2964
 
2965
- #: settings.php:1789
2966
  msgid "Insert for"
2967
  msgstr "Vstavi za"
2968
 
2969
- #: settings.php:1797
2970
  msgid ""
2971
  "Insert block only when WP function in_the_loop () returns true (WP loop is "
2972
  "currently active). Might speed up insertion on content pages when "
@@ -2976,26 +2941,26 @@ msgstr ""
2976
  "trenutno aktivna). Lahko pospeši vstavljanje na določenih straneh, ko je "
2977
  "filter the_content večkrat klican."
2978
 
2979
- #: settings.php:1800
2980
  msgid "Insert only in the loop"
2981
  msgstr "Vstavi samo v zanki"
2982
 
2983
- #: settings.php:1806
2984
  msgid ""
2985
  "Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
2986
  msgstr ""
2987
  "Onemogoči predpomnenje za vtičnike WP Super Cache, W3 Total Cache in WP "
2988
  "Rocket"
2989
 
2990
- #: settings.php:1806
2991
  msgid "Disable caching"
2992
  msgstr "Onemogoči predpomnjenje"
2993
 
2994
- #: settings.php:1818
2995
  msgid "Filter insertions"
2996
  msgstr "Filtriraj vstavljanja"
2997
 
2998
- #: settings.php:1821
2999
  msgid ""
3000
  "Filter multiple insertions by specifying wanted insertions for this block - "
3001
  "single number, comma separated numbers or %N for every N insertions - empty "
@@ -3007,56 +2972,56 @@ msgstr ""
3007
  "- prazno pomeni vsa vstavljanja / brez filtra. Nastavite Števec za filter na "
3008
  "Samodejni števec, če uporabljate samo eno vrsto vstavljanja."
3009
 
3010
- #: settings.php:1824
3011
  msgid "using"
3012
  msgstr "z uporabo"
3013
 
3014
- #: settings.php:1843
3015
  msgid "Checked means specified calls are unwanted"
3016
  msgstr "Odkljukano pomeni, da so našteti klici neželjeni"
3017
 
3018
- #: settings.php:1843
3019
  msgid "Invert filter"
3020
  msgstr "Obrni filter"
3021
 
3022
- #: settings.php:1849
3023
  msgid "Post/Static page must have between"
3024
  msgstr "Prispevek/Statična stran mora imeti med"
3025
 
3026
- #: settings.php:1850
3027
  msgid "Minimum number of post/static page words, leave empty for no limit"
3028
  msgstr ""
3029
  "Najmanjše število besed v prispevkih/statičnih straneh, prazno pomeni brez "
3030
  "omejitev"
3031
 
3032
- #: settings.php:1852
3033
  msgid "Maximum number of post/static page words, leave empty for no limit"
3034
  msgstr ""
3035
  "Največje število besed v prispevkih/statičnih straneh, prazno pomeni brez "
3036
  "omejitev"
3037
 
3038
- #: settings.php:1865
3039
  msgid "days after publishing"
3040
  msgstr "dni po objavi"
3041
 
3042
- #: settings.php:1867
3043
  msgid "Not available"
3044
  msgstr "Ni na razpolago"
3045
 
3046
- #: settings.php:1880 settings.php:2111
3047
  msgid "Ad label"
3048
  msgstr "Oznaka oglasa"
3049
 
3050
- #: settings.php:1899
3051
  msgid "General tag"
3052
  msgstr "Splošna oznaka"
3053
 
3054
- #: settings.php:1903
3055
  msgid "Used for [adinserter data=''] shortcodes when no data is found"
3056
  msgstr "Uporabljeno za kratke kode [adinserter data=''] ko ni podatkov"
3057
 
3058
  #. translators: %s: HTML tags
3059
- #: settings.php:1912
3060
  msgid ""
3061
  "%s WARNING: %s No Wrapping %s style has no wrapping code needed for client-"
3062
  "side device detection!"
@@ -3064,86 +3029,86 @@ msgstr ""
3064
  "%s OPOZORILO: slog %s Brez Ovijanja %s nima kode za ovijanje , ki je "
3065
  "potrebna za zaznavanje naprave na strani klienta!"
3066
 
3067
- #: settings.php:1924
3068
  msgid "Settings"
3069
  msgstr "Nastavitve"
3070
 
3071
- #: settings.php:1927
3072
  msgid "Settings timestamp"
3073
  msgstr "Časovni žig nastavitev"
3074
 
3075
- #: settings.php:1939
3076
  msgid "Are you sure you want to reset all settings?"
3077
  msgstr "Ali ste prepričani, da želite ponastaviti vse nastavitve?"
3078
 
3079
- #: settings.php:1939
3080
  msgid "Reset All Settings"
3081
  msgstr "Ponastavi Vse Nastavitve"
3082
 
3083
- #: settings.php:1962
3084
  msgid "Viewports"
3085
  msgstr "Pogledi"
3086
 
3087
- #: settings.php:1963
3088
  msgid "Hooks"
3089
  msgstr "Ročice"
3090
 
3091
- #: settings.php:1964
3092
  msgid "Header"
3093
  msgstr "Glava"
3094
 
3095
- #: settings.php:1965 strings.php:30
3096
  msgid "Footer"
3097
  msgstr "Noga"
3098
 
3099
- #: settings.php:1970
3100
  msgid "Debugging"
3101
  msgstr "Razhroščevanje"
3102
 
3103
- #: settings.php:1980
3104
  msgid "Plugin priority"
3105
  msgstr "Prednost vtičnika"
3106
 
3107
- #: settings.php:1988
3108
  msgid "Output buffering"
3109
  msgstr "Predpomnjenje izhoda"
3110
 
3111
- #: settings.php:1991
3112
  msgid "Needed for position Above header but may not work with all themes"
3113
  msgstr "Potrebno za položaj Nad glavo, ampak lahko, da ne dela z vsemi temami"
3114
 
3115
- #: settings.php:1999
3116
  msgid "Syntax highlighting theme"
3117
  msgstr "Tema za poudarjanje sintakse"
3118
 
3119
- #: settings.php:2006
3120
  msgctxt "no syntax highlighting themes"
3121
  msgid "None"
3122
  msgstr "Brez"
3123
 
3124
- #: settings.php:2007
3125
  msgid "No Syntax Highlighting"
3126
  msgstr "Brez Poudarjanja Sintakse"
3127
 
3128
- #: settings.php:2009
3129
  msgctxt "syntax highlighting themes"
3130
  msgid "Light"
3131
  msgstr "Svetle"
3132
 
3133
- #: settings.php:2024
3134
  msgctxt "syntax highlighting themes"
3135
  msgid "Dark"
3136
  msgstr "Temne"
3137
 
3138
- #: settings.php:2050
3139
  msgid "Min. user role for ind. exceptions editing"
3140
  msgstr "Najm. uporabniška vloga za urejanje izjem"
3141
 
3142
- #: settings.php:2060
3143
  msgid "Sticky widget mode"
3144
  msgstr "Način za lepljive gradnike"
3145
 
3146
- #: settings.php:2063
3147
  msgid ""
3148
  "CSS mode is the best approach but may not work with all themes. JavaScript "
3149
  "mode works with most themes but may reload ads on page load."
@@ -3152,19 +3117,19 @@ msgstr ""
3152
  "Način JavaScript dela z večino tem, ampak lahko ponovno naloži oglase pri "
3153
  "nalaganju strani."
3154
 
3155
- #: settings.php:2071
3156
  msgid "Sticky widget top margin"
3157
  msgstr "Zgornji rob za lepljiv gradnik"
3158
 
3159
- #: settings.php:2079
3160
  msgid "Dynamic blocks"
3161
  msgstr "Dinamični bloki"
3162
 
3163
- #: settings.php:2092
3164
  msgid "Functions for paragraph counting"
3165
  msgstr "Funkcije za štetje odstavkov"
3166
 
3167
- #: settings.php:2095
3168
  msgid ""
3169
  "Standard PHP functions are faster and work in most cases, use Multibyte "
3170
  "functions if paragraphs are not counted properly on non-english pages."
@@ -3173,15 +3138,15 @@ msgstr ""
3173
  "Večznakovne funkcije, če na ne-angleških straneh odstavki niso pravilno "
3174
  "šteti."
3175
 
3176
- #: settings.php:2103
3177
  msgid "No paragraph counting inside"
3178
  msgstr "Ni štetja odstavkov znotraj"
3179
 
3180
- #: settings.php:2114
3181
  msgid "Label text or HTML code"
3182
  msgstr "Besedilo oznake ali HTML koda"
3183
 
3184
- #: settings.php:2122
3185
  msgid ""
3186
  "Maximum number of inserted blocks per page. You need to enable Max page "
3187
  "insertions (button Misc / tab Insertion) to count block for this limit."
@@ -3190,12 +3155,12 @@ msgstr ""
3190
  "blokov na stran (gumb Razno / zavihek Vstavljanje), da bo blok štel za to "
3191
  "omejitev."
3192
 
3193
- #: settings.php:2136
3194
  msgid "Plugin usage tracking"
3195
  msgstr "Sledenje uporabe vtičnika"
3196
 
3197
  #. translators: %s: Ad Inserter
3198
- #: settings.php:2139
3199
  msgid ""
3200
  "Enable tracking of %s usage and help us to make improvements to the plugin. "
3201
  "Only information regarding the WordPress environment and %s usage is "
@@ -3205,87 +3170,125 @@ msgstr ""
3205
  "Beležijo se samo informacije glede okolja WordPress in uporabe %s-ja (enkrat "
3206
  "mesečno in ob dogodkih kot so aktivacija/deaktivacija)."
3207
 
3208
- #: settings.php:2157
3209
  msgid "CSS class name for the wrapping div"
3210
  msgstr "Ime CSS razreda za div za ovijanje"
3211
 
3212
- #: settings.php:2157
3213
  msgid "Block class name"
3214
  msgstr "Ime razreda za blok"
3215
 
3216
- #: settings.php:2161
3217
  msgid "Include general plugin block class"
3218
  msgstr "Vključi splošni razred vtičnika za blok"
3219
 
3220
- #: settings.php:2161
3221
  msgid "Block class"
3222
  msgstr "Razred bloka"
3223
 
3224
- #: settings.php:2166
3225
  msgid "Include block number class"
3226
  msgstr "Vključi razred številke bloka"
3227
 
3228
- #: settings.php:2166
3229
  msgid "Block number class"
3230
  msgstr "Razred številke bloka"
3231
 
3232
- #: settings.php:2171
3233
  msgid ""
3234
  "Instead of alignment classes generate inline alignment styles for blocks"
3235
  msgstr ""
3236
  "Namesto razredov za poravnavo ustvari medvrstične sloge za poravnavo blokov"
3237
 
3238
- #: settings.php:2171
3239
  msgid "Inline styles"
3240
  msgstr "Medvrstični slogi"
3241
 
3242
- #: settings.php:2177
3243
  msgid "Preview of the block wrapping code"
3244
  msgstr "Predogled kode za ovijanje blokov"
3245
 
3246
- #: settings.php:2178
3247
  msgid "Wrapping div"
3248
  msgstr "div za ovijanje"
3249
 
3250
- #: settings.php:2179 settings.php:2613
3251
  msgid "BLOCK CODE"
3252
  msgstr "KODA BLOKA"
3253
 
3254
- #: settings.php:2187
3255
  msgid "Viewport Settings used for client-side device detection"
3256
  msgstr ""
3257
  "Nastavitve Pogledov, uporabljene za zaznavanje naprav na strani klienta"
3258
 
3259
- #: settings.php:2220
 
 
 
 
 
 
 
 
 
3260
  msgid "Custom Hooks"
3261
  msgstr "Ročice Po Meri"
3262
 
3263
- #: settings.php:2294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3264
  msgid "Enable insertion of this code into HTML page header"
3265
  msgstr "Omogoči vstavljanje te kode v glavi HTML strani"
3266
 
3267
- #: settings.php:2298 settings.php:2356 settings.php:2515
3268
  msgid "Process PHP code"
3269
  msgstr "Procesiraj PHP kodo"
3270
 
3271
- #: settings.php:2302
3272
  msgid "HTML Page Header Code"
3273
  msgstr "Koda v Glavi HTML Strani"
3274
 
3275
- #: settings.php:2310
3276
  msgid "Code in the %s section of the HTML page"
3277
  msgstr "Koda v %s delu HTML strani"
3278
 
3279
- #: settings.php:2311 settings.php:2369
3280
  msgctxt "code in header or footer"
3281
  msgid "DISABLED"
3282
  msgstr "ONEMOGOČENA"
3283
 
3284
- #: settings.php:2324 settings.php:2382
3285
  msgid "Use server-side detection to insert code only for"
3286
  msgstr "Zaznavanje na strani strežnika za vstavljanje samo za"
3287
 
3288
- #: settings.php:2337
3289
  msgid ""
3290
  "Enable insertion of this code into HTML page header on page for Error 404: "
3291
  "Page not found"
@@ -3293,24 +3296,24 @@ msgstr ""
3293
  "Omogoči vstavljanje te kode v HTML glavo na strani za napako 404: Stran ne "
3294
  "obstaja"
3295
 
3296
- #: settings.php:2337 settings.php:2395
3297
  msgid "Insert on Error 404 page"
3298
  msgstr "Vstavi na strani Napake 404"
3299
 
3300
- #: settings.php:2352
3301
  msgid "Enable insertion of this code into HTML page footer"
3302
  msgstr "Omogoči vstavljanje te kode v HTML nogi"
3303
 
3304
- #: settings.php:2360
3305
  msgid "HTML Page Footer Code"
3306
  msgstr "Koda v Nogi HTML Strani"
3307
 
3308
  #. translators: %s: HTML tags
3309
- #: settings.php:2368
3310
  msgid "Code before the %s tag of the the HTML page"
3311
  msgstr "Koda pred %s značko HTML strani"
3312
 
3313
- #: settings.php:2395
3314
  msgid ""
3315
  "Enable insertion of this code into HTML page footer on page for Error 404: "
3316
  "Page not found"
@@ -3318,19 +3321,19 @@ msgstr ""
3318
  "Omogoči vstavljanje te kode v nogo HTML strani na strani za napako 404: "
3319
  "Stran ne obstaja"
3320
 
3321
- #: settings.php:2409
3322
  msgid "Enable detection of ad blocking"
3323
  msgstr "Omogoči zaznavanje blokiranja oglasov"
3324
 
3325
- #: settings.php:2426
3326
  msgid "Global action when ad blocking is detected"
3327
  msgstr "Globalna akcija, ko je zaznano blokiranje oglasov"
3328
 
3329
- #: settings.php:2435
3330
  msgid "Delay Action"
3331
  msgstr "Zakasni Akcijo"
3332
 
3333
- #: settings.php:2438
3334
  msgid ""
3335
  "Number of page views to delay action when ad blocking is detected. Leave "
3336
  "empty for no delay (action fires on first page view). Sets cookie."
@@ -3339,16 +3342,16 @@ msgstr ""
3339
  "oglasov. Prazno pomeni brez zakasnitve (akcija se sproži pri prvem ogledu "
3340
  "strani). Nastavi piškotek."
3341
 
3342
- #: settings.php:2438
3343
  msgctxt "Delay Action for x "
3344
  msgid "page views"
3345
  msgstr "ogledov strani"
3346
 
3347
- #: settings.php:2443
3348
  msgid "No Action Period"
3349
  msgstr "Obdobje Brez Akcije"
3350
 
3351
- #: settings.php:2446
3352
  msgid ""
3353
  "Number of days to supress action when ad blocking is detected. Leave empty "
3354
  "for no no-action period (action fires always after defined page view delay). "
@@ -3358,16 +3361,16 @@ msgstr ""
3358
  "pomeni brez zadržanja (akcija se sproži vedno po določeni zakasnitvi ogledov "
3359
  "strani). Nastavi piškotek."
3360
 
3361
- #: settings.php:2446
3362
  msgctxt "no action period"
3363
  msgid "days"
3364
  msgstr "dni"
3365
 
3366
- #: settings.php:2451
3367
  msgid "Custom Selectors"
3368
  msgstr "Selektorji Po Meri"
3369
 
3370
- #: settings.php:2454
3371
  msgid ""
3372
  "Comma seprarated list of selectors (.class, #id) used for additional ad "
3373
  "blocking detection. Invisible element or element with zero height means ad "
@@ -3377,15 +3380,15 @@ msgstr ""
3377
  "zaznavanje blokiranja oglasov. Neviden element ali element z ničelno višino "
3378
  "pomeni prisotnost blokiranja oglasov."
3379
 
3380
- #: settings.php:2466
3381
  msgid "Redirection Page"
3382
  msgstr "Stran za Preusmeritev"
3383
 
3384
- #: settings.php:2478
3385
  msgid "Custom Url"
3386
  msgstr "Url Po Meri"
3387
 
3388
- #: settings.php:2483
3389
  msgid ""
3390
  "Static page for redirection when ad blocking is detected. For other pages "
3391
  "select Custom url and set it below."
@@ -3393,27 +3396,27 @@ msgstr ""
3393
  "Statična stran za preusmeritev, ko je zaznano blokiranje oglasov. Za druge "
3394
  "strani izberite Url Po Meri in ga nastavite spodaj."
3395
 
3396
- #: settings.php:2492
3397
  msgid "Custom Redirection Url"
3398
  msgstr "Url za Preusmeritev Po Meri"
3399
 
3400
- #: settings.php:2504
3401
  msgid "Message HTML code"
3402
  msgstr "HTML koda sporočila"
3403
 
3404
- #: settings.php:2517
3405
  msgid "Preview message when ad blocking is detected"
3406
  msgstr "Predogled sporočila, ko je zaznano blokiranje oglasov"
3407
 
3408
- #: settings.php:2546
3409
  msgid "Prevent visitors from closing the warning message"
3410
  msgstr "Prepreči obiskovalcem, da zaprejo opozorilno sporočilo"
3411
 
3412
- #: settings.php:2546
3413
  msgid "Undismissible Message"
3414
  msgstr "Neodstranljivo Sporočilo"
3415
 
3416
- #: settings.php:2559
3417
  msgid ""
3418
  "Force showing admin toolbar for administrators when viewing site. Enable "
3419
  "this option when you are logged in as admin and you don't see admin toolbar."
@@ -3422,84 +3425,84 @@ msgstr ""
3422
  "možnost, če ste prijavljeni kot skrbnik, pa ne vidite orodne vrstice za "
3423
  "skrbnike."
3424
 
3425
- #: settings.php:2567
3426
  msgid "Disable header code (Header tab)"
3427
  msgstr "Onemogoči kodo v glavi (zavihek Glava)"
3428
 
3429
- #: settings.php:2571
3430
  msgid "Disable footer code (Footer tab)"
3431
  msgstr "Onemogoči kodo v nogi (zavihek Noga)"
3432
 
3433
  #. translators: %s: Ad Inserter
3434
- #: settings.php:2575
3435
  msgid "Disable %s JavaScript code"
3436
  msgstr "Onemogoči %s JavaScript kodo"
3437
 
3438
  #. translators: %s: Ad Inserter
3439
- #: settings.php:2579
3440
  msgid "Disable %s CSS code"
3441
  msgstr "Onemogoči %s CSS kodo"
3442
 
3443
- #: settings.php:2583
3444
  msgid ""
3445
  "Disable PHP code processing (in all blocks including header and footer code)"
3446
  msgstr ""
3447
  "Onemogoči procesiranje PHP kode (v vseh blokh vključno z glavo in nogo)"
3448
 
3449
- #: settings.php:2587
3450
  msgid "Disable insertion of all blocks"
3451
  msgstr "Onemogoči vstavljanje vseh blokov"
3452
 
3453
- #: settings.php:2591
3454
  msgid "Disable insertions"
3455
  msgstr "Onemogoči vstavljanja"
3456
 
3457
  #. translators: %s: Ad Inserter
3458
- #: settings.php:2603
3459
  msgid "%s CSS CODE"
3460
  msgstr "%s CSS KODA"
3461
 
3462
- #: settings.php:2606
3463
  msgid "HEADER CODE"
3464
  msgstr "KODA GLAVE"
3465
 
3466
  #. translators: %s: PHP tags
3467
- #: settings.php:2612
3468
  msgid "BLOCK PHP CODE"
3469
  msgstr "PHP KODA BLOKA"
3470
 
3471
  #. translators: %s: Ad Inserter
3472
- #: settings.php:2618
3473
  msgid "%s JS CODE"
3474
  msgstr "%s JS KODA"
3475
 
3476
- #: settings.php:2621
3477
  msgid "FOOTER CODE"
3478
  msgstr "KODA NOGE"
3479
 
3480
- #: settings.php:2630
3481
  msgid "Force showing admin toolbar when viewing site"
3482
  msgstr "Vsili prikaz orodne vrstice za skrbnike pri ogledu strani"
3483
 
3484
- #: settings.php:2637
3485
  msgid "Enable debugging functions in admin toolbar"
3486
  msgstr "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike"
3487
 
3488
- #: settings.php:2639
3489
  msgid "Debugging functions in admin toolbar"
3490
  msgstr "Funkcije za razhroščevanje v orodni vrstici za skrbnike"
3491
 
3492
- #: settings.php:2646
3493
  msgid "Enable debugging functions in admin toolbar on mobile screens"
3494
  msgstr ""
3495
  "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike na mobilnih "
3496
  "zaslonih"
3497
 
3498
- #: settings.php:2648
3499
  msgid "Debugging functions on mobile screens"
3500
  msgstr "Funkcije za razhroščevanje na mobilnih zaslonih"
3501
 
3502
- #: settings.php:2655
3503
  msgid ""
3504
  "Enable Debugger widget and code insertion debugging (blocks, positions, "
3505
  "tags, processing) by url parameters for non-logged in users. Enable this "
@@ -3514,11 +3517,11 @@ msgstr ""
3514
  "pomagali diagnosticirati težave. Za prijavljene skrbnike je razhroščevanje "
3515
  "vedno omogočeno."
3516
 
3517
- #: settings.php:2657
3518
  msgid "Remote debugging"
3519
  msgstr "Oddaljeno razhroščevanje"
3520
 
3521
- #: settings.php:2664
3522
  msgid ""
3523
  "Disable translation to see original texts for the settings and messages in "
3524
  "English"
@@ -3526,80 +3529,108 @@ msgstr ""
3526
  "Onemogoči prevod za prikaz prvotnih besedil nastavitev in sporočil v "
3527
  "angleščini"
3528
 
3529
- #: settings.php:2666
3530
  msgid "Disable translation"
3531
  msgstr "Onemogoči prevod"
3532
 
3533
- #: settings.php:2960
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3534
  msgid "Toggle active/all blocks"
3535
  msgstr "Preklopi aktive/vse bloke"
3536
 
3537
- #: settings.php:2964 strings.php:201
3538
  msgid "Rearrange block order"
3539
  msgstr "Preuredi vrstni red blokov"
3540
 
3541
- #: settings.php:2969
3542
  msgid "Save new block order"
3543
  msgstr "Shrani vrstni red blokov"
3544
 
3545
- #: settings.php:2969
3546
  msgid "Save Changes"
3547
  msgstr "Sharani Nastavitve"
3548
 
3549
- #: settings.php:2994
3550
  msgid "Toggle active/all ad units"
3551
  msgstr "Preklopi aktivne/vse oglasne enote"
3552
 
3553
- #: settings.php:2998
3554
  msgid "Reload AdSense ad units"
3555
  msgstr "Ponovno naloži oglasne enote AdSense"
3556
 
3557
- #: settings.php:3002
3558
  msgid "Clear authorization to access AdSense account"
3559
  msgstr "Odstrani avtorizacijo za dostop do računa AdSense"
3560
 
3561
- #: settings.php:3006 settings.php:3371 settings.php:3438 strings.php:209
3562
  msgid "Google AdSense Homepage"
3563
  msgstr "Google AdSense Domača Stran"
3564
 
3565
- #: settings.php:3183
3566
  msgid "Preview block"
3567
  msgstr "Predogled bloka"
3568
 
3569
- #: settings.php:3192
3570
  msgid "Insertion disabled"
3571
  msgstr "Vstavljanje onemogočeno"
3572
 
3573
- #: settings.php:3212
3574
- msgid "Alignment"
3575
- msgstr "Poravnava"
3576
-
3577
- #: settings.php:3216
3578
  msgid "Widget positions"
3579
  msgstr "Položaji gradnikov"
3580
 
3581
- #: settings.php:3282
3582
  msgid "Ad unit"
3583
  msgstr "Enota"
3584
 
3585
- #: settings.php:3284
3586
  msgid "Slot ID"
3587
  msgstr "ID mesta"
3588
 
3589
- #: settings.php:3310
3590
  msgid "Copy AdSense code"
3591
  msgstr "Kopiraj kodo AdSense"
3592
 
3593
- #: settings.php:3313
3594
  msgid "Preview AdSense ad"
3595
  msgstr "Predogled oglasa AdSense"
3596
 
3597
- #: settings.php:3316
3598
  msgid "Get AdSense code"
3599
  msgstr "Pridobi kodo AdSense"
3600
 
3601
  #. translators: %s: HTML tags
3602
- #: settings.php:3348
3603
  msgid ""
3604
  "Please %s clear authorization %s with the button %s above and once again "
3605
  "authorize access to your AdSense account."
@@ -3607,16 +3638,16 @@ msgstr ""
3607
  "Prosimo, %s odstranite avtorizacijo %s z gumbom %s zgoraj in še enkrat "
3608
  "avtorizirajte dostop do vašega računa AdSense."
3609
 
3610
- #: settings.php:3367
3611
  msgid "AdSense Integration"
3612
  msgstr "Integracija AdSense"
3613
 
3614
- #: settings.php:3369
3615
  msgid "AdSense Integration - Step 2"
3616
  msgstr "Integracija AdSense - Korak 2"
3617
 
3618
  #. translators: %s: HTML tags
3619
- #: settings.php:3375
3620
  msgid ""
3621
  "Authorize %s to access your AdSense account. Click on the %s Get "
3622
  "Authorization Code %s button to open a new window where you can allow "
@@ -3629,7 +3660,7 @@ msgstr ""
3629
  "Avtoriziraj. %s"
3630
 
3631
  #. translators: %s: HTML tags
3632
- #: settings.php:3382
3633
  msgid ""
3634
  "If you get error, can't access ad units or would like to use own Google API "
3635
  "IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
@@ -3640,7 +3671,7 @@ msgstr ""
3640
  "je %s za vnos podatkov ID Klienta in Skrivnost Klienta."
3641
 
3642
  #. translators: %s: HTML tags
3643
- #: settings.php:3384
3644
  msgid ""
3645
  "Now you can authorize %s to access your AdSense account. Click on the %s Get "
3646
  "Authorization Code %s button to open a new window where you can allow "
@@ -3653,7 +3684,7 @@ msgstr ""
3653
  "gumb %s Avtoriziraj. %s"
3654
 
3655
  #. translators: %s: HTML tags
3656
- #: settings.php:3391
3657
  msgid ""
3658
  "If you get error %s invalid client %s click on the button %s Clear and "
3659
  "return to Step 1 %s to re-enter Client ID and Client Secret."
@@ -3661,32 +3692,32 @@ msgstr ""
3661
  "Če se pojavi napaka %s neveljaven klient %s, kliknite na gumb %s Odstrani in "
3662
  "se vrni na Korak 1 %s za ponoven vnos ID klienta in Skrivnost Klienta."
3663
 
3664
- #: settings.php:3402
3665
  msgid "Get Authorization Code"
3666
  msgstr "Pridobi Avtoriazcijsko Kodo"
3667
 
3668
- #: settings.php:3405
3669
  msgid "Enter Authorization Code"
3670
  msgstr "Vnesi Avorizacijsko Kodo"
3671
 
3672
- #: settings.php:3415
3673
  msgid "Use own API IDs"
3674
  msgstr "Uporabi lastne API ID-je"
3675
 
3676
- #: settings.php:3417
3677
  msgid "Clear and return to Step 1"
3678
  msgstr "Odstrani in se vrni na Korak 1"
3679
 
3680
- #: settings.php:3421
3681
  msgid "Authorize"
3682
  msgstr "Avtoriziraj"
3683
 
3684
- #: settings.php:3437
3685
  msgid "AdSense Integration - Step 1"
3686
  msgstr "Integracija AdSense - Korak 1"
3687
 
3688
  #. translators: %s: Ad Inserter
3689
- #: settings.php:3441
3690
  msgid ""
3691
  "Here can %s list configured AdSense ad units and get code for AdSense ads. "
3692
  "To do this you need to authorize %s to access your AdSense account. The "
@@ -3699,12 +3730,12 @@ msgstr ""
3699
  "Klienta in Skrivnost Klienta."
3700
 
3701
  #. translators: %s: HTML tags
3702
- #: settings.php:3450
3703
  msgid "Go to %s Google APIs and Services console %s"
3704
  msgstr "Pojdite na %s konzolo Google API-ji in Storitve %s"
3705
 
3706
  #. translators: %1: Ad Inserter, 2, 3: HTML tags
3707
- #: settings.php:3451
3708
  msgid ""
3709
  "Create %1$s project - if the project and IDs are already created click on "
3710
  "the %2$s Credentials %3$s in the sidebar and go to step 16"
@@ -3713,7 +3744,7 @@ msgstr ""
3713
  "%2$s Pooblastila %3$s v stranski vrstici in pojdite na korak 16"
3714
 
3715
  #. translators: %s: HTML tags
3716
- #: settings.php:3452
3717
  msgid ""
3718
  "Click on project selection and then click on the %s NEW PROJECT %s button to "
3719
  "create a new project"
@@ -3722,12 +3753,12 @@ msgstr ""
3722
  "ustvaritev novega projekta"
3723
 
3724
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
3725
- #: settings.php:3453
3726
  msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
3727
  msgstr "Vnesite %1$s za ime projekta in kliknite na gumb %2$s Ustvari %3$s"
3728
 
3729
  #. translators: %s: HTML tags
3730
- #: settings.php:3454
3731
  msgid ""
3732
  "Click on project selection, wait for the project to be created and then and "
3733
  "select %s as the current project"
@@ -3736,39 +3767,39 @@ msgstr ""
3736
  "izberite %s kot trenutni projekt"
3737
 
3738
  #. translators: %s: HTML tags
3739
- #: settings.php:3455
3740
  msgid "Click on %s ENABLE APIS AND SERVICES %s"
3741
  msgstr "Klinkite na %s OMOGOČI API-je IN STORITVE %s"
3742
 
3743
  #. translators: %s: HTML tags
3744
- #: settings.php:3456
3745
  msgid "Search for adsense and enable %s"
3746
  msgstr "Poiščite adsense in omogočite %s"
3747
 
3748
  #. translators: %s: HTML tags
3749
- #: settings.php:3457
3750
  msgid "Click on %s CREATE CREDENTIALS %s"
3751
  msgstr "Klinkite na %s USTVARI POOBLASTILA %s"
3752
 
3753
  #. translators: %s: HTML tags
3754
- #: settings.php:3458
3755
  msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
3756
  msgstr "Za %s Od kod boste klicali API-je? %s izberite %s Drugi UI %s"
3757
 
3758
  #. translators: %s: HTML tags
3759
- #: settings.php:3459
3760
  msgid "For %s What data will you be accessing? %s select %s User data %s"
3761
  msgstr ""
3762
  "Za %s Do katerih podatkov boste dostopali? %s izberite %s Uporabniški "
3763
  "podatki %s"
3764
 
3765
  #. translators: %s: HTML tags
3766
- #: settings.php:3460
3767
  msgid "Click on %s What credentials do I need? %s"
3768
  msgstr "Kliknite na %s Kakšna pooblastila potrebujem? %s"
3769
 
3770
  #. translators: %s: HTML tags
3771
- #: settings.php:3461
3772
  msgid ""
3773
  "Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
3774
  "Ad Inserter client %s"
@@ -3777,7 +3808,7 @@ msgstr ""
3777
  "%s Ad Inserter klient %s"
3778
 
3779
  #. translators: %s: HTML tags
3780
- #: settings.php:3462
3781
  msgid ""
3782
  "Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
3783
  "enter %s"
@@ -3786,17 +3817,17 @@ msgstr ""
3786
  "uporabnikom %s vnesite %s"
3787
 
3788
  #. translators: %s: HTML tags
3789
- #: settings.php:3463
3790
  msgid "Click on %s Continue %s"
3791
  msgstr "Kliknite na %s Nadaljuj %s"
3792
 
3793
  #. translators: %s: HTML tags
3794
- #: settings.php:3464
3795
  msgid "Click on %s Done %s"
3796
  msgstr "Kliknite na %s Končaj %s"
3797
 
3798
  #. translators: %s: HTML tags
3799
- #: settings.php:3465
3800
  msgid ""
3801
  "Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
3802
  "secret %s"
@@ -3804,57 +3835,58 @@ msgstr ""
3804
  "Kliknite na %s Ad Inserter klient, %s da bi dobili %s ID klienta %s in %s "
3805
  "Skrivnost klienta %s"
3806
 
3807
- #: settings.php:3466
3808
  msgid "Copy them to the appropriate fields below"
3809
  msgstr "Skopirajte ju na ustrezni polji spodaj"
3810
 
3811
- #: settings.php:3472
3812
  msgid "Client ID"
3813
  msgstr "ID klienta"
3814
 
3815
- #: settings.php:3475
3816
  msgid "Enter Client ID"
3817
  msgstr "Vnesite ID klienta"
3818
 
3819
- #: settings.php:3480
3820
  msgid "Client secret"
3821
  msgstr "Skrivnost klienta"
3822
 
3823
- #: settings.php:3483
3824
  msgid "Enter Client secret"
3825
  msgstr "Vnesite Skrivnost klienta"
3826
 
3827
- #: settings.php:3493
3828
  msgid "Use default API IDs"
3829
  msgstr "Uporabi privzete API ID-je"
3830
 
3831
- #: settings.php:3498
3832
  msgid "Save"
3833
  msgstr "Shrani"
3834
 
3835
- #: settings.php:3660 settings.php:3673 settings.php:3686
3836
  msgid "Blank ad blocks? Looking for AdSense alternative?"
3837
  msgstr "Prazni oglasni bloki? Iščete alternativo za AdSense?"
3838
 
3839
- #: settings.php:3665 settings.php:3678 settings.php:3691 settings.php:3863
3840
- #: settings.php:3865 settings.php:3886 settings.php:3889
 
3841
  msgid "Looking for AdSense alternative?"
3842
  msgstr "Iščete alternativo za AdSense?"
3843
 
3844
- #: settings.php:3701
3845
  msgid "Try Infolinks Ads with Adsense or Media.net ads"
3846
  msgstr "Poskusite oglase Infolinks z oglasi AdSense ali Media.net"
3847
 
3848
- #: settings.php:3706 settings.php:3859 settings.php:3861 settings.php:3892
3849
- #: settings.php:3895
3850
  msgid "Use Infolinks ads with Adsense to earn more"
3851
  msgstr "Uporabite oglase Infolinks z AdSense za večji zaslužek"
3852
 
3853
- #: settings.php:3725 settings.php:3763
3854
  msgid "Support plugin development"
3855
  msgstr "Podprite razvoj vtičnika"
3856
 
3857
- #: settings.php:3726 settings.php:3764
3858
  msgid ""
3859
  "If you like Ad Inserter and have a moment, please help me spread the word by "
3860
  "reviewing the plugin on WordPres"
@@ -3862,12 +3894,12 @@ msgstr ""
3862
  "Če vam je Ad Inserter všeč in imate trenutek časa, mi prosim pomagajte "
3863
  "razširiti novico z oceno vtičnika na WordPress-u"
3864
 
3865
- #: settings.php:3726
3866
  msgctxt "Review ad Inserter"
3867
  msgid "Review"
3868
  msgstr "Oceni"
3869
 
3870
- #: settings.php:3727
3871
  msgid ""
3872
  "Support free Ad Inserter development. If you are making money with Ad "
3873
  "Inserter consider donating some small amount. Even 1 dollar counts. Thank "
@@ -3876,16 +3908,16 @@ msgstr ""
3876
  "Podprite razvoj brezplačnega Ad Inserter-ja. Če služite denar z Ad Inserter-"
3877
  "jem razmislite o donaciji manjšega zneska. Tudi 1 evro šteje. Hvala!"
3878
 
3879
- #: settings.php:3727
3880
  msgid "Donate"
3881
  msgstr "Donirajte"
3882
 
3883
- #: settings.php:3734 settings.php:3779
3884
  msgid "Average rating of the plugin - Thank you!"
3885
  msgstr "Povprečna ocena vtičnika - Hvala!"
3886
 
3887
  #. translators: %s: Ad Inserter, HTML tags
3888
- #: settings.php:3745
3889
  msgid ""
3890
  "You've been using %s for a while now, and I hope you're happy with it. "
3891
  "Positive %s reviews %s are a great way to show your appreciation for my "
@@ -3899,24 +3931,24 @@ msgstr ""
3899
  "vzpodbuda za odpravo hroščev in dodajanje novih funkcij za boljšo "
3900
  "monetizacijo vašega spletnega mesta. %s Hvala!"
3901
 
3902
- #: settings.php:3764
3903
  msgid "Review"
3904
  msgstr "Ocena"
3905
 
3906
- #: settings.php:3768
3907
  msgid "Ad Inserter on Twitter"
3908
  msgstr "Ad Inserter na Twitter-ju"
3909
 
3910
- #: settings.php:3769
3911
  msgid "Ad Inserter on Facebook"
3912
  msgstr "Ad Inserter na Facebook-u"
3913
 
3914
- #: settings.php:3772
3915
  msgid "Follow Ad Inserter"
3916
  msgstr "Sledi Ad Inserter-ju"
3917
 
3918
  #. translators: %s: HTML tags
3919
- #: settings.php:3799
3920
  msgid ""
3921
  "Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
3922
  "and %s Common Settings %s pages"
@@ -3925,7 +3957,7 @@ msgstr ""
3925
  "Urejanje Kode, %s %s Pogoste Nastavitve %s"
3926
 
3927
  #. translators: %s: HTML tags
3928
- #: settings.php:3811
3929
  msgid ""
3930
  "%s New to %s AdSense? %s %s %s Connect your site %s - Advanced %s AdSense "
3931
  "code: %s %s In-feed ads, %s %s Auto ads, %s %s AMP ads %s"
@@ -3935,7 +3967,7 @@ msgstr ""
3935
  "%s"
3936
 
3937
  #. translators: %s: HTML tags
3938
- #: settings.php:3830
3939
  msgid ""
3940
  "Ads are not showing? Check %s troubleshooting guide %s to find out how to "
3941
  "diagnose and fix the problem."
@@ -3944,7 +3976,7 @@ msgstr ""
3944
  "navodili za diagnozo in rešitvami za težave."
3945
 
3946
  #. translators: %s: HTML tags
3947
- #: settings.php:3834
3948
  msgid ""
3949
  "If you need any kind of help or support, please do not hesitate to open a "
3950
  "thread on the %s support forum. %s"
@@ -3952,78 +3984,73 @@ msgstr ""
3952
  "Če potrebujete kakršno koli pomoč ali podporo ne oklevajte in odprite novo "
3953
  "nit na %s podpornem forumu. %s"
3954
 
3955
- #: settings.php:3874 settings.php:3909
3956
  msgid "A/B testing - Track ad impressions and clicks"
3957
  msgstr "A/B testiranje - Sledi prikazom in klikom"
3958
 
3959
- #: settings.php:3879 settings.php:3904
3960
  msgid "Code preview with visual CSS editor"
3961
  msgstr "Predogled kode z vizualnim CSS urejevalnikom"
3962
 
3963
- #: settings.php:3915
3964
  msgid "Looking for Pro Ad Management plugin?"
3965
  msgstr "Iščete Pro vtičnik za Upravljanje z Oglasi?"
3966
 
3967
- #: settings.php:3916
3968
  msgid "To Optimally Monetize your WordPress website?"
3969
  msgstr "Za optimalno monetizacijo vašega WordPress spletnega mesta?"
3970
 
3971
  #. translators: %s HTML tags
3972
- #: settings.php:3919
3973
- msgid "64 ad blocks (positions)"
3974
- msgstr "64 oglasnih blokov (položajev)"
3975
-
3976
- #. translators: %s HTML tags
3977
- #: settings.php:3920
3978
  msgid "%s AdSense Integration %s"
3979
  msgstr "%s Integracija AdSense %s"
3980
 
3981
  #. translators: %s HTML tags
3982
- #: settings.php:3921
3983
  msgid "Syntax highlighting %s editor %s"
3984
  msgstr "%s Urejevalnik %s s poudarjanjem sintakse"
3985
 
3986
  #. translators: %s HTML tags
3987
- #: settings.php:3922
3988
  msgid "%s Code preview %s with visual CSS editor"
3989
  msgstr "%s Predogled kode %s z vizualnim CSS urejevalnikom"
3990
 
3991
  #. translators: %s HTML tags
3992
- #: settings.php:3923
3993
  msgid "Simple user interface - all settings on a single page"
3994
  msgstr "Preprost uporabniški vmesnik - vse nastavitve na eni strani"
3995
 
3996
  #. translators: %s HTML tags
3997
- #: settings.php:3924
3998
  msgid ""
3999
  "%s Automatic insertion %s before or after post / content / %s paragraph %s / "
4000
- "excerpt"
4001
  msgstr ""
4002
  "%s Samodejno vstavljanje %s pred ali za prispevkom / vsebino / %s odstavkom "
4003
- "%s / izvlečkom"
4004
 
4005
  #. translators: %s HTML tags
4006
- #: settings.php:3925
4007
  msgid "%s Automatic insertion %s between posts on blog pages"
4008
  msgstr "%s Samodejno vstavljanje %s med prispevki na straneh bloga"
4009
 
4010
  #. translators: %s HTML tags
4011
- #: settings.php:3926
4012
  msgid "%s Automatic insertion %s before, between and after comments"
4013
  msgstr "%s Samodejno vstavljanje %s pred, med in po kometarjih"
4014
 
4015
  #. translators: %s HTML tags
4016
- #: settings.php:3927
4017
  msgid "%s Automatic insertion %s after %s or before %s tag"
4018
  msgstr "%s Samodejno vstavljanje %s za %s ali pred %s začko"
4019
 
4020
  #. translators: %s HTML tags
4021
- #: settings.php:3928
4022
  msgid "Automatic insertion at %s custom hook positions %s"
4023
  msgstr "Samodejno vstavljanje na %s položajih ročic po meri %s"
4024
 
4025
  #. translators: %s HTML tags
4026
- #: settings.php:3929
4027
  msgid ""
4028
  "Insertion %s before or after any HTML element on the page %s (using CSS "
4029
  "selectors)"
@@ -4032,17 +4059,17 @@ msgstr ""
4032
  "selektorjev)"
4033
 
4034
  #. translators: %s HTML tags
4035
- #: settings.php:3930
4036
  msgid "%s Insertion exceptions %s for individual posts and pages"
4037
  msgstr "%s Izjeme vstavljanja %s za individualne prispevke in strani"
4038
 
4039
  #. translators: %s HTML tags
4040
- #: settings.php:3931
4041
  msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
4042
  msgstr "%s Ročno vstavljanje: %s gradniki, kratke kode in klic PHP funkcije"
4043
 
4044
  #. translators: %s HTML tags
4045
- #: settings.php:3932
4046
  msgid ""
4047
  "%s Sticky ads %s with optional close button (ads stay fixed when the page "
4048
  "scrolls)"
@@ -4051,19 +4078,19 @@ msgstr ""
4051
  "se stran pomika)"
4052
 
4053
  #. translators: %s HTML tags
4054
- #: settings.php:3933
4055
  msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
4056
  msgstr ""
4057
  "%s Lepljivi oglasi v stranski vrstici %s (lepljivi na zaslon ali vsebino)"
4058
 
4059
  #. translators: %s HTML tags
4060
- #: settings.php:3934
4061
  msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
4062
  msgstr ""
4063
  "%s Animacije lepljivih oglasov %s (uveni, drsaj, obrni, prekucni, približaj)"
4064
 
4065
  #. translators: %s HTML tags
4066
- #: settings.php:3935
4067
  msgid ""
4068
  "%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
4069
  "visible)"
@@ -4072,7 +4099,7 @@ msgstr ""
4072
  "postane viden)"
4073
 
4074
  #. translators: %s HTML tags
4075
- #: settings.php:3936
4076
  msgid ""
4077
  "%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
4078
  msgstr ""
@@ -4080,12 +4107,12 @@ msgstr ""
4080
  "strani)"
4081
 
4082
  #. translators: %s HTML tags
4083
- #: settings.php:3937
4084
  msgid "Block %s alignment and style %s customizations"
4085
  msgstr "%s Poravnave in slogi %s bloka po meri"
4086
 
4087
  #. translators: %s HTML tags
4088
- #: settings.php:3938
4089
  msgid ""
4090
  "%s Clearance %s options to avoid insertion near images or headers (AdSense "
4091
  "TOS)"
@@ -4093,7 +4120,7 @@ msgstr ""
4093
  "%s Izogibanje %s vstavljanja oglasov zraven slik ali naslovov (AdSense TOS)"
4094
 
4095
  #. translators: %s HTML tags
4096
- #: settings.php:3939
4097
  msgid ""
4098
  "Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
4099
  "feeds"
@@ -4102,12 +4129,12 @@ msgstr ""
4102
  "virih"
4103
 
4104
  #. translators: %s HTML tags
4105
- #: settings.php:3940
4106
  msgid "%s Ad rotation %s (works also with caching)"
4107
  msgstr "%s Rotacija oglasov %s (deluje tudi s predpomnjenjem)"
4108
 
4109
  #. translators: %s HTML tags
4110
- #: settings.php:3941
4111
  msgid ""
4112
  "Ad impression and click %s tracking %s (works also with Javascript ads like "
4113
  "AdSense)"
@@ -4116,69 +4143,66 @@ msgstr ""
4116
  "AdSense)"
4117
 
4118
  #. translators: %s HTML tags
4119
- #: settings.php:3942
4120
  msgid "Support for %s A/B testing %s"
4121
  msgstr "Podpora za %s A/B testiranje %s"
4122
 
4123
  #. translators: %s HTML tags
4124
- #: settings.php:3943
4125
  msgid "Support for %s lazy loading %s"
4126
  msgstr "Podpora za %s leno nalaganje %s"
4127
 
4128
  #. translators: %s HTML tags
4129
- #: settings.php:3944
4130
  msgid "Support for ads on %s AMP pages %s"
4131
  msgstr "Podpora za oglase na %s AMP straneh %s"
4132
 
4133
  #. translators: %s HTML tags
4134
- #: settings.php:3945
4135
  msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
4136
  msgstr "Podpora za kontekstualne %s Amazon Native Shopping Ads %s (odzivni)"
4137
 
4138
  #. translators: %s HTML tags
4139
- #: settings.php:3946
4140
  msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
4141
  msgstr ""
4142
  "Ime CSS razreda za div za ovijanje po meri za izogibanje blokiranju oglasov"
4143
 
4144
  #. translators: %s HTML tags
4145
- #: settings.php:3947
4146
  msgid "PHP code processing"
4147
  msgstr "Procesiranje PHP kode"
4148
 
4149
  #. translators: %s HTML tags
4150
- #: settings.php:3948
4151
  msgid "%s Banner %s code generator"
4152
  msgstr "Generator kode za %s pasice %s"
4153
 
4154
  #. translators: %s HTML tags
4155
- #: settings.php:3949
4156
  msgid "Support for %s header and footer %s code"
4157
  msgstr "Podpora za kodo v %s glavi in nogi %s"
4158
 
4159
  #. translators: %s HTML tags
4160
- #: settings.php:3950
4161
  msgid "Support for Google Analytics, Matomo or any other web analytics code"
4162
  msgstr ""
4163
  "Podpora za Google Analytics, Matomo ali katerokoli drugo spletno analitiko"
4164
 
4165
  #. translators: %s HTML tags
4166
- #: settings.php:3951
4167
  msgid "Desktop, tablet and phone server-side %s device detection %s"
4168
  msgstr ""
4169
  "%s Zaznava namizne, tablične in telefonske naprave %s na strani strani "
4170
  "strežnika"
4171
 
4172
  #. translators: %s HTML tags
4173
- #: settings.php:3952
4174
- msgid ""
4175
- "Client-side %s mobile device detection %s (works with caching, 6 custom "
4176
- "viewports)"
4177
- msgstr ""
4178
- "%s Zaznava mobilne naprave %s (deluje s predpomnjenjem, 6 pogledov po meri)"
4179
 
4180
  #. translators: %s HTML tags
4181
- #: settings.php:3953
4182
  msgid ""
4183
  "%s Ad blocking detection %s - popup message, ad replacement, content "
4184
  "protection"
@@ -4187,12 +4211,12 @@ msgstr ""
4187
  "vsebine"
4188
 
4189
  #. translators: %s HTML tags
4190
- #: settings.php:3954
4191
  msgid "%s Ad blocking statistics %s"
4192
  msgstr "%s Statistika blokiranja oglasov %s"
4193
 
4194
  #. translators: %s HTML tags
4195
- #: settings.php:3955
4196
  msgid ""
4197
  "%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
4198
  "referers"
@@ -4200,172 +4224,177 @@ msgstr ""
4200
  "%s Črni/Beli seznam %s kategorij, oznak, taksonomij, uporabnikov, url-jev"
4201
 
4202
  #. translators: %s HTML tags
4203
- #: settings.php:3956
4204
  msgid ""
4205
  "%s Black/White-list %s IP addresses or countries (works also with caching)"
4206
  msgstr ""
4207
  "%s Črni/Beli seznam %s IP naslovov ali držav (deluje tudi s predpomnjenjem)"
4208
 
4209
  #. translators: %s HTML tags
4210
- #: settings.php:3957
4211
  msgid "%s Multisite options %s to limit settings on the sites"
4212
  msgstr "%s Multisite možnosti %s za omejitev nastavitev na spletiščih"
4213
 
4214
  #. translators: %s HTML tags
4215
- #: settings.php:3958
4216
  msgid "%s Import/Export %s block or plugin settings"
4217
  msgstr "%s Uvoz/Izvoz %s nastavitve bloka ali vtičnika"
4218
 
4219
  #. translators: %s HTML tags
4220
- #: settings.php:3959
4221
  msgid "%s Insertion scheduling %s with fallback option"
4222
  msgstr "%s Urnik vstavljanja %s z možnostjo rezerve"
4223
 
4224
  #. translators: %s HTML tags
4225
- #: settings.php:3960
4226
  msgid "Country-level %s GEO targeting %s (works also with caching)"
4227
  msgstr "%s GEO ciljanje na ravni države %s (deluje tudi s predpomnjenjem)"
4228
 
4229
  #. translators: %s HTML tags
4230
- #: settings.php:3961
4231
  msgid "Simple troubleshooting with many %s debugging functions %s"
4232
  msgstr ""
4233
  "Preprosto odpravljanje napak z veliko %s funkcijami za razhroščevanje %s"
4234
 
4235
  #. translators: %s HTML tags
4236
- #: settings.php:3962
4237
  msgid "%s Visualization %s of inserted blocks or ads for easier placement"
4238
  msgstr ""
4239
  "%s Vizualizacija %s vstavljenih blokov ali oglasov za enostavno umeščanje"
4240
 
4241
  #. translators: %s HTML tags
4242
- #: settings.php:3963
4243
  msgid "%s Visualization %s of available positions for automatic ad insertion"
4244
  msgstr ""
4245
  "%s Vizualizacija %s razpoložljivih položajev za samodejno vstavljanje oglasov"
4246
 
4247
  #. translators: %s HTML tags
4248
- #: settings.php:3964
4249
  msgid ""
4250
  "%s Visualization %s of HTML tags for easier ad placement between paragraphs"
4251
  msgstr ""
4252
  "%s Vizualizacija %s HTML značk za enostavno vstavljanje oglasov med odstavki"
4253
 
4254
  #. translators: %s HTML tags
4255
- #: settings.php:3965
4256
  msgid "%s Clipboard support %s to easily copy blocks or settings"
4257
  msgstr ""
4258
  "%s Podpora za odložišče %s za enostavno kopiranje blokov ali nastavitev"
4259
 
4260
  #. translators: %s HTML tags
4261
- #: settings.php:3966
4262
  msgid "No ads on the settings page"
4263
  msgstr "Stran z nastavitvami brez oglasov"
4264
 
4265
  #. translators: %s HTML tags
4266
- #: settings.php:3967 settings.php:3990
4267
- msgid "Support via email"
4268
- msgstr "Podpora prek elektronske pošte"
4269
 
4270
  #. translators: %s HTML tags
4271
- #: settings.php:3970
4272
  msgid ""
4273
  "Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
4274
  "website with many advertising features to automatically insert adverts on "
4275
  "posts and pages. With Ad Inserter Pro you also get <strong>one year of free "
4276
  "updates and support via email</strong>. If you find Ad Inserter useful and "
4277
- "need more blocks, ad statistics for impressions and clicks, A/B testing, "
4278
- "sticky ads, slider ads, pop-up ads, geotargeting or geolocation to serve "
4279
- "country-specific ads, to protect content or to serve different ads for users "
4280
- "using ad blockers, multisite options to limit settings for ads, to block "
4281
- "some IP addresses, to schedule ads, then you can simply upgrade to %s Ad "
4282
- "Inserter Pro %s (existing settings will be preserved)."
4283
  msgstr ""
4284
  "Ad Inserter Pro je celovit vse-v-enem vtičnik za upravljanje z oglasi za "
4285
  "WordPress spletno mesto z veliko oglaševalskimi funkcijami za samodejno "
4286
  "vstavljanje oglasov v prispevke in strani. Z vtičnikom Ad Inserter Pro "
4287
  "dobite tudi <strong>eno leto brezplačnih posodobitev in podpore prek "
4288
  "elektronske pošte</strong>. Če se vam zdi Ad Inserter uporaben in "
4289
- "potrebujete več blokov, statistiko oglasov za prikaze in klike, A/B "
4290
- "testiranje, lepljive oglase, pojavne oglase, geotargetiranje ali geolokacijo "
4291
- "za prikaz oglasov glede na državo, zaščito vsebine oz. prikaz drugačnih "
4292
- "oglasov za uporabnike, ki uporabljajo blokiranje oglasov, multisite možnosti "
4293
- "za omejitev nastavitev za oglase, blokiranje določenih IP naslovov, urnik "
4294
- "vstavljanja oglasov, potem preprosto nadgradite v %s Ad Inserter Pro %s "
4295
- "(obstoječe nastavitve se bodo ohranile)."
4296
 
4297
  #. translators: %s HTML tags
4298
- #: settings.php:3983
4299
  msgid "Looking for %s Pro Ad Management plugin? %s"
4300
  msgstr "Iščete Pro vtičnik za %s Upravljanje z Oglasi? %s"
4301
 
4302
  #. translators: %s HTML tags
4303
- #: settings.php:3988
4304
  msgid "Ads between posts"
4305
  msgstr "Oglasi med prispevki"
4306
 
4307
  #. translators: %s HTML tags
4308
- #: settings.php:3989
4309
  msgid "Ads between comments"
4310
  msgstr "Oglasi med komentarji"
4311
 
4312
  #. translators: %s HTML tags
4313
- #: settings.php:3996
 
 
 
 
 
4314
  msgid "%s Sticky positions %s"
4315
  msgstr "%s Lepljivi položaji %s"
4316
 
4317
  #. translators: %s HTML tags
4318
- #: settings.php:3997
4319
  msgid "%s Limit insertions %s"
4320
  msgstr "%s Omeji vstavljanja %s"
4321
 
4322
  #. translators: %s HTML tags
4323
- #: settings.php:3998
4324
  msgid "%s Clearance %s options"
4325
  msgstr "Možnosti %s izogibanja %s"
4326
 
4327
  #. translators: %s HTML tags
4328
- #: settings.php:4004
4329
  msgid "Ad rotation"
4330
  msgstr "Vrtenje oglasov"
4331
 
4332
  #. translators: %s HTML tags
4333
- #: settings.php:4005
4334
  msgid "%s A/B testing %s"
4335
  msgstr "%s A/B testiranje %s"
4336
 
4337
  #. translators: %s HTML tags
4338
- #: settings.php:4006
4339
  msgid "%s Ad tracking %s"
4340
  msgstr "%s Sledenje oglasom %s"
4341
 
4342
  #. translators: %s HTML tags
4343
- #: settings.php:4012
4344
  msgid "Support for %s AMP pages %s"
4345
  msgstr "Podpora za %s AMP strani %s"
4346
 
4347
  #. translators: %s HTML tags
4348
- #: settings.php:4013
4349
  msgid "%s Ad blocking detection %s"
4350
  msgstr "%s Zaznavanje blokiranja oglasov %s"
4351
 
4352
  #. translators: %s HTML tags
4353
- #: settings.php:4014
4354
  msgid "%s Mobile device detection %s"
4355
  msgstr "%s Zaznavanje mobilne naprave %s"
4356
 
4357
  #. translators: %s HTML tags
4358
- #: settings.php:4021
4359
  msgid "64 code blocks"
4360
  msgstr "64 kodnih blokov"
4361
 
4362
  #. translators: %s HTML tags
4363
- #: settings.php:4022
4364
  msgid "%s GEO targeting %s"
4365
  msgstr "%s GEO ciljanje %s"
4366
 
4367
  #. translators: %s HTML tags
4368
- #: settings.php:4023
4369
  msgid "%s Scheduling %s"
4370
  msgstr "%s Urnik %s"
4371
 
@@ -4549,26 +4578,32 @@ msgid "Default"
4549
  msgstr "Privzeta"
4550
 
4551
  #: strings.php:60
4552
- msgid "Align left"
4553
- msgstr "Leva poravnava"
 
4554
 
4555
  #: strings.php:61
4556
- msgid "Align right"
4557
- msgstr "Desna poravnava"
 
4558
 
4559
  #: strings.php:62
 
4560
  msgid "Center"
4561
- msgstr "Sredinska poravnava"
4562
 
4563
  #: strings.php:63
 
4564
  msgid "Float left"
4565
- msgstr "Plavajoče levo"
4566
 
4567
  #: strings.php:64
 
4568
  msgid "Float right"
4569
- msgstr "Plavajoče desno"
4570
 
4571
  #: strings.php:65
 
4572
  msgid "No wrapping"
4573
  msgstr "Brez ovijanja"
4574
 
@@ -4970,6 +5005,11 @@ msgctxt "Button"
4970
  msgid "Hide"
4971
  msgstr "Skrij"
4972
 
 
 
 
 
 
4973
  #: strings.php:183
4974
  msgid "Insertion expired"
4975
  msgstr "Vstavljanje poteklo"
@@ -5064,48 +5104,64 @@ msgctxt "Button"
5064
  msgid "Filter"
5065
  msgstr "Filter"
5066
 
5067
- #: strings.php:226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5068
  msgid "Add"
5069
  msgstr "Dodaj"
5070
 
5071
- #: strings.php:227
5072
  msgid "Parent"
5073
  msgstr "Starš"
5074
 
5075
- #: strings.php:228
5076
  msgid "Cancel element selection"
5077
  msgstr "Prekliči izbor HTML elementa"
5078
 
5079
- #: strings.php:229
5080
  msgid "Select parent element"
5081
  msgstr "Izberi starševski element"
5082
 
5083
- #: strings.php:230
5084
  msgid "CSS selector"
5085
  msgstr "CSS selektor"
5086
 
5087
- #: strings.php:231
5088
  msgid "Use current selector"
5089
  msgstr "Uporabi trenutni selektor"
5090
 
5091
- #: strings.php:232
5092
  msgid "ELEMENT"
5093
  msgstr "ELEMENT"
5094
 
5095
- #: strings.php:233
5096
  msgid "PATH"
5097
  msgstr "POT"
5098
 
5099
- #: strings.php:234
5100
  msgid "SELECTOR"
5101
  msgstr "SELEKTOR"
5102
 
5103
- #: strings.php:235
5104
  msgctxt "Block"
5105
  msgid "VISIBLE"
5106
  msgstr "VIDEN"
5107
 
5108
- #: strings.php:236
5109
  msgctxt "Block"
5110
  msgid "HIDDEN"
5111
  msgstr "SKRIT"
@@ -5118,6 +5174,64 @@ msgstr ""
5118
  "Upravljanje z oglasi z veliko naprednimi funkcijami za vstavljanje oglasov "
5119
  "na optimalna mesta"
5120
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5121
  #~ msgid "Invalid %s license key. Please check."
5122
  #~ msgstr "Neveljaven %s licenčni ključ. Prosimo, preverite."
5123
 
4
  msgstr ""
5
  "Project-Id-Version: Ad Inserter 2.4.2\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
7
+ "POT-Creation-Date: 2019-01-16 20:23:00+00:00\n"
8
+ "PO-Revision-Date: 2019-01-16 21:23+0100\n"
9
  "Last-Translator: Igor Funa\n"
10
  "Language-Team: \n"
11
  "Language: sl_SI\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.2.1\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:296
20
  msgctxt "Menu item"
21
  msgid "Debugging DEMO"
22
  msgstr "DEMO Razhroščevanje"
23
 
24
+ #: ad-inserter.php:312
25
  msgctxt "Menu item"
26
  msgid "Label Blocks"
27
  msgstr "Označi bloke"
28
 
29
+ #: ad-inserter.php:319
30
  msgctxt "Menu item"
31
  msgid "Show Positions"
32
  msgstr "Pokaži položaje"
33
 
34
+ #: ad-inserter.php:390
35
  msgctxt "Menu item"
36
  msgid "Show HTML Tags"
37
  msgstr "Pokaži HTML značke"
38
 
39
+ #: ad-inserter.php:397
40
  msgctxt "Menu item"
41
  msgid "Disable Insertion"
42
  msgstr "Onemogoči vstavljanje"
43
 
44
+ #: ad-inserter.php:406
45
  msgctxt "Menu item"
46
  msgid "Ad Blocking Status"
47
  msgstr "Status blokiranja oglasov"
48
 
49
+ #: ad-inserter.php:413
50
  msgctxt "Menu item"
51
  msgid "Simulate Ad Blocking"
52
  msgstr "Simuliraj blokiranje oglasov"
53
 
54
+ #: ad-inserter.php:423
55
  msgctxt "Menu item"
56
  msgid "Log Processing"
57
  msgstr "Beleži procesiranje"
58
 
59
  #. translators: Debugging position name Before HTML element
60
+ #: ad-inserter.php:947
61
  msgid "Before"
62
  msgstr "Pred"
63
 
64
  #. translators: Debugging position name After HTML element
65
+ #: ad-inserter.php:952
66
  msgid "After"
67
  msgstr "Za"
68
 
69
  #. translators: Debugging position name Prepend content of HTML element (before
70
  #. the content of the HTML element)
71
+ #: ad-inserter.php:957 strings.php:98
72
  msgid "Prepend content"
73
  msgstr "Dodaj pred vsebino"
74
 
75
  #. translators: Debugging position name Append content of HTML element (after
76
  #. the content of the HTML element)
77
+ #: ad-inserter.php:962 strings.php:99
78
  msgid "Append content"
79
  msgstr "Dodaj za vsebino"
80
 
81
  #. translators: Debugging position name Replace content of HTML element
82
+ #: ad-inserter.php:967 strings.php:100
83
  msgid "Replace content"
84
  msgstr "Nadomesti vsebino"
85
 
86
  #. translators: Debugging position name Replace HTML element
87
+ #: ad-inserter.php:972 strings.php:150
88
  msgid "Replace"
89
  msgstr "Nadomesti"
90
 
91
  #. translators: Debugging message when output buffering is enabled
92
+ #: ad-inserter.php:1017
93
  msgid "OUTPUT BUFFERING"
94
  msgstr "PREDPOMNJENJE IZHODA"
95
 
96
  #. translators: Debugging position
97
+ #: ad-inserter.php:1021
98
  msgid "Above Header"
99
  msgstr "Nad Glavo"
100
 
101
+ #: ad-inserter.php:1223
102
  msgctxt "Menu item"
103
  msgid "Log In"
104
  msgstr "Prijava"
105
 
106
  #. translators: %s: Ad Inserter
107
+ #: ad-inserter.php:1498 ad-inserter.php:2361
108
  msgid "%s Settings"
109
  msgstr "%s Nastavitve"
110
 
111
  #. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
112
+ #: ad-inserter.php:1932
113
  msgid "AD BLOCKING DETECTED, PAGE VIEWS"
114
  msgstr "ZAZNANO BLOKIRANJE OGLASOV, OGLEDI STRANI"
115
 
116
+ #: ad-inserter.php:1932
117
  msgid "NO ACTION"
118
  msgstr "NI AKCIJE"
119
 
120
+ #: ad-inserter.php:1933
121
  msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
122
  msgstr "ZAZNANO BLOKIRANJE OGLASOV, ZAZNAN PIŠKOTEK, NI AKCIJE"
123
 
124
+ #: ad-inserter.php:1934
125
  msgid "AD BLOCKING DETECTED - ACTION"
126
  msgstr "ZAZNANO BLOKIRANJE OGLASOV - AKCIJA"
127
 
128
+ #: ad-inserter.php:1935
129
  msgid "AD BLOCKING NOT DETECTED"
130
  msgstr "BLOKIRANJE OGLASOV NI ZAZNANO"
131
 
132
+ #: ad-inserter.php:1936
133
  msgid "AD BLOCKING DETECTION COOKIES DELETED"
134
  msgstr "PIŠKOTKI ZA ZAZNAVANJE BLOKIRANJA OGLASOV POBRISANI"
135
 
136
+ #: ad-inserter.php:1937
137
  msgid "AD BLOCKING DETECTED - NO ACTION"
138
  msgstr "ZAZNANO BLOKIRANJE OGLASOV - NI AKCIJE"
139
 
140
  #. Translators: 1: number of blocks, 2: Ad Inserter
141
+ #: ad-inserter.php:2132
142
  msgid "Hey, you are now using %1$s %2$s block."
143
  msgid_plural "Hey, you are now using %1$s %2$s blocks."
144
  msgstr[0] "Hej, trenutno uporabljate %1$s %2$s blok."
146
  msgstr[2] "Hej, trenutno uporabljate %1$s %2$s bloke."
147
  msgstr[3] "Hej, trenutno uporabljate %1$s %2$s blokov."
148
 
149
+ #: ad-inserter.php:2133 includes/functions.php:1464
150
  msgid "No, thank you."
151
  msgstr "Ne, hvala."
152
 
153
  #. Translators: %s: Ad Inserter
154
+ #: ad-inserter.php:2136
155
  msgid ""
156
  "Hey, you've been using %s for a while now, and I hope you're happy with it."
157
  msgstr "Hej, %s uporabljate že kar nekaj časa. Upam, da ste zadovoljni z njim."
158
 
159
+ #: ad-inserter.php:2137 includes/functions.php:1466
160
  msgid "Not now, maybe later."
161
  msgstr "Ne zdaj, mogoče kasneje."
162
 
163
+ #: ad-inserter.php:2147
164
  msgid ""
165
  "I would really appreciate it if you could give the plugin a 5-star rating on "
166
  "WordPres."
168
  "Res bi bili vesel, če bi lahko na WordPress-u vtičnik ocenili s 5-imi "
169
  "zvezicami."
170
 
171
+ #: ad-inserter.php:2149
172
  msgid ""
173
  "Positive reviews are a great incentive to fix bugs and to add new features "
174
  "for better monetization of your website. Thank you, Igor"
177
  "funkcij za boljšo monetizacijo vašega spletnega mesta. Hvala, Igor"
178
 
179
  #. translators: %s: Ad Inserter
180
+ #: ad-inserter.php:2155
181
  msgid "Rate %s"
182
  msgstr "Oceni %s"
183
 
184
+ #: ad-inserter.php:2160
185
  msgid "I already did."
186
  msgstr "Sem že."
187
 
188
+ #: ad-inserter.php:2174
189
  msgctxt "Menu item"
190
  msgid "Settings"
191
  msgstr "Nastavitve"
192
 
193
  #. translators: %s: Ad Inserter
194
+ #: ad-inserter.php:2248
195
  msgctxt "Meta box name"
196
  msgid "%s Individual Exceptions"
197
  msgstr "Posamezne Izjeme za %s"
198
 
199
+ #: ad-inserter.php:2277 ad-inserter.php:7754 class.php:1926
200
  #: includes/preview.php:1792 includes/preview.php:1836
201
+ #: includes/preview.php:1873 settings.php:3337 strings.php:3
202
  msgid "Block"
203
  msgstr "Blok"
204
 
205
+ #: ad-inserter.php:2278 settings.php:3338 settings.php:3412
206
  msgid "Name"
207
  msgstr "Ime"
208
 
209
+ #: ad-inserter.php:2279 settings.php:3340
210
  msgid "Automatic insertion"
211
  msgstr "Samodejno vstavljanje"
212
 
213
+ #: ad-inserter.php:2282
214
  msgid "Default insertion for pages"
215
  msgstr "Privzeto vstavljanje za strani"
216
 
217
+ #: ad-inserter.php:2283
218
  msgid "Default insertion for posts"
219
  msgstr "Privzeto vstavljanje za prispevke"
220
 
221
  #. translators: For this post or page
222
+ #: ad-inserter.php:2286
223
  msgctxt "Page"
224
  msgid "For this"
225
  msgstr "Za to"
226
 
227
+ #: ad-inserter.php:2287
228
  msgctxt "Post"
229
  msgid "For this"
230
  msgstr "Za ta"
231
 
232
+ #: ad-inserter.php:2295
233
  msgctxt "Enabled/disabled on all"
234
  msgid "pages"
235
  msgstr "straneh"
236
 
237
+ #: ad-inserter.php:2296
238
  msgctxt "Default insertion for"
239
  msgid "pages"
240
  msgstr "strani"
241
 
242
+ #: ad-inserter.php:2300
243
  msgctxt "Enabled/disabled on all"
244
  msgid "posts"
245
  msgstr "prispevkih"
246
 
247
+ #: ad-inserter.php:2301
248
  msgctxt "Default insertion for"
249
  msgid "posts"
250
  msgstr "prispevke"
251
 
252
+ #: ad-inserter.php:2320 ad-inserter.php:2333 strings.php:156
253
  msgid "Enabled"
254
  msgstr "Omogočeno"
255
 
256
  #. translators: Menu items
257
+ #: ad-inserter.php:2320 ad-inserter.php:2333 includes/functions.php:2048
258
  #: strings.php:16
259
  msgid "Disabled"
260
  msgstr "Onemogočeno"
261
 
262
  #. translators: Enabled on all pages or posts
263
+ #: ad-inserter.php:2323
264
  msgid "Enabled on all"
265
  msgstr "Omogočeno na vseh"
266
 
267
  #. translators: Disabled on all pages or posts
268
+ #: ad-inserter.php:2325
269
  msgid "Disabled on all"
270
  msgstr "Onemogočeno na vseh"
271
 
272
  #. translators: No individual exceptions enabled for pages or posts
273
+ #: ad-inserter.php:2353
274
  msgid "No individual exceptions enabled for"
275
  msgstr "Ni omogočenih posameznih izjem za"
276
 
277
  #. translators: 1: pages or posts, 2: Ad Inserter Settings (page)
278
+ #: ad-inserter.php:2358
279
  msgid ""
280
  "Default insertion for %1$s can be configured for each block on %2$s page - "
281
  "selection next to <strong>Posts</strong> / <strong>Static pages</strong> "
285
  "izbira poleg kljukice za vklop <strong>Prispevki</strong> / <strong>Statične "
286
  "strani</strong>.<br />"
287
 
288
+ #: ad-inserter.php:2363
289
  msgid ""
290
  "Default value is <strong>blank</strong> and means no individual exceptions "
291
  "(even if previously defined here).<br />"
293
  "Privzeta vrednost je <strong>prazno</strong> in pomeni brez posameznih izjem "
294
  "(tudi, če so bile predhodno nsatavljene tukaj).<br />"
295
 
296
+ #: ad-inserter.php:2366
297
  msgctxt "Pages"
298
  msgid ""
299
  "Set to <strong>Individually disabled</strong> or <strong>Individually "
302
  "Nastavite na <strong>Posamezno onemogočene</strong> ali <strong>Posamezno "
303
  "omogočene</strong> za vklop nastavitev posameznih izjem na tej strani.<br />"
304
 
305
+ #: ad-inserter.php:2367
306
  msgctxt "Posts"
307
  msgid ""
308
  "Set to <strong>Individually disabled</strong> or <strong>Individually "
311
  "Nastavite na <strong>Posamezno onemogočeni</strong> ali <strong>Posamezno "
312
  "omogočeni</strong> za vklop nastavitev posameznih izjem na tej strani.<br />"
313
 
314
+ #: ad-inserter.php:2369
315
  msgid "For more information check page %s"
316
  msgstr "Za več informacij poglejte stran %s"
317
 
318
  #. translators: Ad Inserter Exceptions documentation page
319
+ #: ad-inserter.php:2371
320
  msgid "Individual Exceptions"
321
  msgstr "Posamezne Izjeme"
322
 
323
+ #: ad-inserter.php:2416
324
  msgid "STATIC PAGE"
325
  msgstr "STATIČNA STRAN"
326
 
327
+ #: ad-inserter.php:2419
328
  msgid "POST"
329
  msgstr "PRISPEVEK"
330
 
331
+ #: ad-inserter.php:2422
332
  msgid "HOMEPAGE"
333
  msgstr "DOMAČA STRAN"
334
 
335
+ #: ad-inserter.php:2425
336
  msgid "CATEGORY PAGE"
337
  msgstr "STRAN KATEGORIJE"
338
 
339
+ #: ad-inserter.php:2428
340
  msgid "SEARCH PAGE"
341
  msgstr "STRAN ISKANJE"
342
 
343
+ #: ad-inserter.php:2431
344
  msgid "ARCHIVE PAGE"
345
+ msgstr "STRAN ARHIVA"
346
 
347
+ #: ad-inserter.php:2434
348
  msgid "ERROR 404 PAGE"
349
  msgstr "STRAN NAPAKA 404"
350
 
351
+ #: ad-inserter.php:2437
352
  msgid "AJAX CALL"
353
  msgstr "AJAX KLIC"
354
 
355
+ #: ad-inserter.php:2440
356
  msgid "UNKNOWN PAGE TYPE"
357
  msgstr "NEZNAN TIP STRANI"
358
 
359
+ #: ad-inserter.php:2457
360
  msgid "Click to delete ad blocking detection cokies"
361
  msgstr "Klikni za brisanje piškotkov za zaznavanje blokiranja oglasov"
362
 
363
+ #: ad-inserter.php:2458
364
  msgid "AD BLOCKING STATUS UNKNOWN"
365
  msgstr "NEZNAN STATUS BLOKIRANJA OGLASOV"
366
 
367
  #. translators: %s: AdSense Auto Ads
368
+ #: ad-inserter.php:2482
369
  msgid ""
370
  "Code for %s detected - Code will automatically insert AdSense ads at optimal "
371
  "positions"
373
  "Zaznana koda za %s - Koda bo samodejno vstavila oglase AdSense na optimalne "
374
  "položaje"
375
 
376
+ #: ad-inserter.php:2605
377
  msgid "Code for insertion"
378
  msgstr "Koda za vstavljanje"
379
 
380
+ #: ad-inserter.php:2605
381
  msgid "character"
382
  msgid_plural "characters"
383
  msgstr[0] "znak"
385
  msgstr[2] "znaki"
386
  msgstr[3] "znakov"
387
 
388
+ #: ad-inserter.php:2648
389
  msgid "Header code"
390
  msgstr "Koda v glavi"
391
 
392
+ #: ad-inserter.php:2648
393
  msgctxt "Header code"
394
  msgid "DISABLED"
395
  msgstr "ONEMOGOČENA"
396
 
397
+ #: ad-inserter.php:2648 ad-inserter.php:2867
398
  msgid "character inserted"
399
  msgid_plural "characters inserted"
400
  msgstr[0] "znak vstavljen"
402
  msgstr[2] "znaki vstavljeni"
403
  msgstr[3] "znakov vstavljenih"
404
 
405
+ #: ad-inserter.php:2681
406
  msgid "Automatically placed by AdSense Auto ads code"
407
  msgstr "Samodejno postavila koda za oglase AdSense Auto ads"
408
 
409
+ #: ad-inserter.php:2867
410
  msgid "Footer code"
411
  msgstr "Koda v nogi"
412
 
413
+ #: ad-inserter.php:2867
414
  msgctxt "Footer code"
415
  msgid "DISABLED"
416
  msgstr "ONEMOGOČENA"
417
 
418
+ #: ad-inserter.php:2873
419
  msgid "JAVASCRIPT NOT WORKING"
420
  msgstr "JAVASCRIPT NE DELA"
421
 
422
+ #: ad-inserter.php:2873
423
  msgid "NO JAVASCRIPT ERRORS"
424
  msgstr "BREZ JAVASCRIPT NAPAK"
425
 
426
+ #: ad-inserter.php:2873
427
  msgid "JAVASCRIPT ERRORS"
428
  msgstr "JAVASCRIPT NAPAKE"
429
 
430
  #. translators: block name (block with default settings)
431
+ #: ad-inserter.php:4922
432
  msgctxt "Block name"
433
  msgid "Default"
434
  msgstr "Privzeti"
435
 
436
  #. translators: %s: Ad Inserter
437
+ #: ad-inserter.php:5493
438
  msgid "Error importing %s settings."
439
  msgstr "Napaka pri uvozu %s nastavitev."
440
 
441
+ #: ad-inserter.php:5494
442
  msgid "Error importing settings for block"
443
  msgid_plural "Error importing settings for blocks:"
444
  msgstr[0] "Napaka pri uvozu nastavitev za blok"
446
  msgstr[2] "Napaka pri uvozu nastavitev za bloke:"
447
  msgstr[3] "Napaka pri uvozu nastavitev za bloke:"
448
 
449
+ #: ad-inserter.php:5543
450
  msgid "Settings saved."
451
  msgstr "Nastavitve shranjene."
452
 
453
+ #: ad-inserter.php:5628
454
  msgid "Settings cleared."
455
  msgstr "Nastavitve ponastavljene."
456
 
457
+ #: ad-inserter.php:5972 ad-inserter.php:5974 ad-inserter.php:5997
458
  msgid "word"
459
  msgid_plural "words"
460
  msgstr[0] "beseda"
462
  msgstr[2] "besede"
463
  msgstr[3] "besed"
464
 
465
+ #: ad-inserter.php:6013 ad-inserter.php:6125
466
  msgid "HTML TAGS REMOVED"
467
  msgstr "HTML ZNAČKE ODSTRANJENE"
468
 
469
+ #: ad-inserter.php:6201
470
  msgid "BEFORE COMMENTS"
471
  msgstr "PRED KOMENTARJI"
472
 
473
+ #: ad-inserter.php:6309
474
  msgid "AFTER COMMENTS"
475
  msgstr "PO KOMETARJIH"
476
 
477
+ #: ad-inserter.php:6372
478
  msgid "BETWEEN COMMENTS"
479
  msgstr "MED KOMENTARJI"
480
 
481
+ #: ad-inserter.php:7404
482
  msgid "requires WordPress 4.0 or newer"
483
  msgstr "potrebuje WordPress 4.0 ali novejši"
484
 
485
+ #: ad-inserter.php:7404
486
  msgid "Please update!"
487
  msgstr "Prosimo, posodobite!"
488
 
489
  #. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
490
  #. name with HTML tags will be added)
491
+ #: ad-inserter.php:7627
492
  msgid "Thank you for installing"
493
  msgstr "Hvala za namestitev vtičnika"
494
 
495
  #. translators: Opt-in message: %s: HTML tags
496
+ #: ad-inserter.php:7629
497
  msgid ""
498
  "We would like to %s track its usage %s on your site. This is completely "
499
  "optional and can be disabled at any time."
501
  "Radi bi %s sledili njegovi uporabi %s na vašem spletnem mestu. To je povsem "
502
  "izbirno in se lahko izključi kadarkoli."
503
 
504
+ #: ad-inserter.php:7631
505
  msgid ""
506
  "We don't record any sensitive data, only information regarding the WordPress "
507
  "environment and plugin usage, which will help us to make improvements to the "
511
  "uporabe vtičnika, kar nam bo omogočilo izdelavo izboljšav za vtičnik."
512
 
513
  #. translators: Deactivation message: %s: HTML tags
514
+ #: ad-inserter.php:7668
515
  msgid ""
516
  "Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
517
  "help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
522
  "nam %s in poskušali vam bomo pomagati."
523
 
524
  #. translators: %s: Ad Inserter
525
+ #: ad-inserter.php:7711
526
  msgid "%s block."
527
  msgstr "%s blok."
528
 
529
  #. translators: widget title
530
+ #: ad-inserter.php:7727 ad-inserter.php:7763
531
  msgid "Processing log"
532
  msgstr "Dnevnik procesiranja"
533
 
534
  #. translators: widget title
535
+ #: ad-inserter.php:7729 ad-inserter.php:7764
536
  msgid "Dummy widget"
537
  msgstr "Prazen gradnik"
538
 
539
  #. translators: widget title
540
+ #: ad-inserter.php:7731 ad-inserter.php:7762
541
  msgid "Debugging tools"
542
  msgstr "Orodja za razhroščevanje"
543
 
544
  #. translators: block status (widget title)
545
+ #: ad-inserter.php:7738
546
  msgctxt "block"
547
  msgid "PAUSED"
548
  msgstr "USTAVLJEN"
549
 
550
+ #: ad-inserter.php:7739
551
  msgid "WIDGET DISABLED"
552
  msgstr "GRADNIK ONEMOGOČEN"
553
 
554
+ #: ad-inserter.php:7740
555
  msgid "Unknown block"
556
  msgstr "Neznan blok"
557
 
558
+ #: ad-inserter.php:7749 includes/functions.php:2507 settings.php:1033
559
  msgid "Title"
560
  msgstr "Naslov"
561
 
562
+ #: ad-inserter.php:7771
563
  msgctxt "Widget"
564
  msgid "Sticky"
565
  msgstr "Lepljiv"
566
 
567
+ #: ad-inserter.php:7820
568
  msgid ""
569
  "Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
570
  "Inserter you need to first deactivate Ad Inserter Pro."
573
  "aktiven! Za aktivacijo vtičnika Ad Inserter morate najprej onemogočiti Ad "
574
  "Inserter Pro."
575
 
576
+ #: ad-inserter.php:7821
577
  msgid ""
578
  "<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
579
+ "will clear all settings that are available only in the Pro version "
580
+ "(additional block and plugin settings)!"
581
  msgstr ""
582
  "<strong>OPOZORILO</strong>: Prosimo vedite, da bo shranjevanje nastavitev v "
583
  "vtičniku Ad Inserter pobrisalo vse nastavitve, ki so na razpolago samo v Pro "
584
+ "različici (dodatne nastavitve blokov in vtičnika)!"
585
 
586
  #. translators: %s: Ad Inserter
587
  #: class.php:452 class.php:461 class.php:464
608
  msgid "After post"
609
  msgstr "Za prispevkom"
610
 
611
+ #: class.php:1916 settings.php:1619 settings.php:3344
612
  msgid "Widget"
613
  msgstr "Gradnik"
614
 
615
+ #: class.php:1921 settings.php:3342
616
  msgid "PHP function call"
617
  msgstr "Klic PHP funkcije"
618
 
669
  msgid "ip addresses='%s' type='%s'"
670
  msgstr "ip naslovi='%s' tip='%s'"
671
 
672
+ #: class.php:2687 strings.php:222
673
  msgid "BEFORE"
674
  msgstr "PRED"
675
 
676
+ #: class.php:2695 strings.php:224
677
  msgid "PREPEND CONTENT"
678
  msgstr "DODAJ PRED VSEBINO"
679
 
680
+ #: class.php:2699 strings.php:225
681
  msgid "APPEND CONTENT"
682
  msgstr "DODAJ ZA VSEBINO"
683
 
684
+ #: class.php:2703 strings.php:226
685
  msgid "REPLACE CONTENT"
686
  msgstr "NADOMESTI VSEBINO"
687
 
688
+ #: class.php:2707 strings.php:227
689
  msgid "REPLACE ELEMENT"
690
  msgstr "NADOMESTI ELEMENT"
691
 
692
+ #: class.php:2718 strings.php:223
693
  msgid "AFTER"
694
  msgstr "ZA"
695
 
698
  msgid "script"
699
  msgstr "skripta"
700
 
701
+ #: class.php:2788 settings.php:1888
702
  msgid "for"
703
  msgstr "za"
704
 
705
+ #: class.php:5308 class.php:5360
706
  msgctxt "category name"
707
  msgid "Uncategorized"
708
  msgstr "Nekategorizirano"
709
 
710
+ #: class.php:5849
711
  msgid ""
712
  "ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
713
  "extension for PHP."
716
  "namestiti DOM razširitev za PHP."
717
 
718
  #: includes/editor.php:7 includes/placeholders.php:345
719
+ #: includes/preview.php:1778 strings.php:229
720
  msgid "Use"
721
  msgstr "Uporabi"
722
 
725
  msgstr "Ponastavi"
726
 
727
  #: includes/editor.php:9 includes/placeholders.php:347
728
+ #: includes/preview.php:1781 strings.php:196 strings.php:228
729
  msgid "Cancel"
730
  msgstr "Prekliči"
731
 
742
  "Ta stran se ni naložila pravilno. Prevrrite brskalnik, vtičnike in "
743
  "blokiranje oglasov."
744
 
745
+ #: includes/editor.php:264 settings.php:218
746
  msgid "Error loading page"
747
  msgstr "Napaka pri nalaganju strani"
748
 
751
  msgid "PAGE BLOCKED"
752
  msgstr "STRAN BLOKIRANA"
753
 
754
+ #: includes/functions.php:253
755
  msgid "%d of %d names shown"
756
  msgstr "Prikazanih %d od %d imen"
757
 
758
  #. translators: %s: name filter
759
+ #: includes/functions.php:272
760
  msgid "No name matches filter"
761
  msgstr "Noben podatek ne ustreza filtru"
762
 
763
+ #: includes/functions.php:328 settings.php:174
764
  msgid "Online documentation"
765
  msgstr "Spletna Dokumentacija"
766
 
767
+ #: includes/functions.php:328 settings.php:174
768
  msgid "Documentation"
769
  msgstr "Dokumentacija"
770
 
771
+ #: includes/functions.php:341 settings.php:187
772
  msgid "Blocks"
773
  msgstr "Bloki"
774
 
775
  #. translators: %s: Ad Inserter Pro
776
+ #: includes/functions.php:364
777
  msgid ""
778
  "Import %s settings when saving - if checked, the encoded settings below will "
779
  "be imported for all blocks and settings"
781
  "Uvozi %s nastavitve pri shranjevanju - če je odkljukano, se bodo kodirane "
782
  "nastavitve spodaj uvozile za vse bloke in nastavitve"
783
 
784
+ #: includes/functions.php:364
785
  msgid "Import Settings for"
786
  msgstr "Uvozi Nastavitve za"
787
 
788
+ #: includes/functions.php:368
789
  msgid "Saved settings for"
790
  msgstr "Shranjene nastavitve za"
791
 
792
+ #: includes/functions.php:387
793
  msgid "License Key"
794
  msgstr "Licenčni Ključ"
795
 
796
+ #: includes/functions.php:390
797
  msgid "License Key for"
798
  msgstr "Licenčni Ključ za"
799
 
800
+ #: includes/functions.php:396
801
  msgid "Hide license key"
802
  msgstr "Skrij licenčni ključ"
803
 
804
+ #: includes/functions.php:396
805
  msgid "Hide key"
806
  msgstr "Skrij ključ"
807
 
808
+ #: includes/functions.php:417
809
  msgid "Main content element"
810
  msgstr "Glavni element vsebine"
811
 
812
+ #: includes/functions.php:420
813
  msgid ""
814
  "Main content element (#id or .class) for 'Stick to the content' position. "
815
  "Leave empty unless position is not properly calculated."
817
  "Glavni element vsebine (#id ali .razred) za položaj 'Lepljiv na vsebino'. "
818
  "Pustite prazno razen v primeru, ko položaj ni pravilno izračunan."
819
 
820
+ #: includes/functions.php:421 settings.php:1189 settings.php:2444
821
  msgid "Open HTML element selector"
822
  msgstr "Odpri izbirnik HTML elementa"
823
 
824
+ #: includes/functions.php:426
825
  msgid "Lazy loading offset"
826
  msgstr "Zamik za leno nalaganje"
827
 
828
+ #: includes/functions.php:429
829
  msgid "Offset of the block from the visible viewport when it should be loaded"
830
  msgstr "Zamik bloka od vidnega pogleda, ko bi ta moral biti naložen"
831
 
832
+ #: includes/functions.php:440
833
  msgid "Export / Import Block Settings"
834
  msgstr "Izvozi / Uvozi Nastavitve Bloka"
835
 
836
+ #: includes/functions.php:455
837
  msgid "Track impressions and clicks for this block"
838
  msgstr "Sledi prikazom in klikom za ta blok"
839
 
840
+ #: includes/functions.php:455
841
  msgid " - global tracking disabled"
842
  msgstr " - globalno sledenje onemogočeno"
843
 
844
+ #: includes/functions.php:464
845
  msgid "Toggle Ad Blocking Statistics"
846
  msgstr "Preklopi Statistiko Blokiranja Oglasov"
847
 
848
+ #: includes/functions.php:473 includes/functions.php:2377
849
  msgid "Toggle Statistics"
850
  msgstr "Preklopi Statistiko"
851
 
852
  #. translators: %s: Ad Inserter Pro
853
+ #: includes/functions.php:489
854
  msgid "%s license key is not set. Continue?"
855
  msgstr "%s licenčni ključ ni nastavljen. Nadaljujem?"
856
 
857
  #. translators: %s: Ad Inserter Pro
858
+ #: includes/functions.php:493
859
  msgid "Invalid %s license key. Continue?"
860
  msgstr "Neveljaven %s licenčni ključ. Nadaljujem?"
861
 
862
  #. translators: %s: Ad Inserter Pro
863
+ #: includes/functions.php:497
864
  msgid "%s license overused. Continue?"
865
  msgstr "%s licenca prekomerno uporabljena. Nadaljujem?"
866
 
867
+ #: includes/functions.php:501 settings.php:1958
868
  msgid "Save Settings"
869
  msgstr "Sharani Nastavitve"
870
 
871
+ #: includes/functions.php:561 includes/preview.php:1913
872
  msgid "Horizontal position"
873
  msgstr "Vodoravni položaj"
874
 
875
+ #: includes/functions.php:584
876
  msgid ""
877
  "Horizontal margin from the content or screen edge, empty means default value "
878
  "from CSS"
880
  "Vodoravni odmik od vsebine ali roba zaslona, prazno pomeni privzeta vrednost "
881
  "iz CSS"
882
 
883
+ #: includes/functions.php:592 includes/preview.php:1968
884
  msgid "Vertical position"
885
  msgstr "Navpični položaj"
886
 
887
+ #: includes/functions.php:607
888
  msgid ""
889
  "Vertical margin from the top or bottom screen edge, empty means default "
890
  "value from CSS"
892
  "Navpični odmik od roba vrha ali dna zaslona, prazno pomeni privzeta vrednost "
893
  "iz CSS"
894
 
895
+ #: includes/functions.php:632 includes/preview.php:2019
896
  msgid "Animation"
897
  msgstr "Animacija"
898
 
899
+ #: includes/functions.php:650
900
  msgid "Trigger"
901
  msgstr "Sporžilec"
902
 
903
+ #: includes/functions.php:659
904
  msgid ""
905
  "Trigger value: page scroll in %, page scroll in px or element with selector "
906
  "(#id or .class) becomes visible"
908
  "Sprožilna vrednost: pomik strani v %, pomik strani v px ali element s "
909
  "selektorjem (#id ali .razred) postane viden"
910
 
911
+ #: includes/functions.php:663
912
  msgid "Offset"
913
  msgstr "Zamik"
914
 
915
+ #: includes/functions.php:663
916
  msgid "Offset of trigger element"
917
  msgstr "Zamik sprožilnega elementa"
918
 
919
+ #: includes/functions.php:667
920
  msgid "Delay"
921
  msgstr "Zakasnitev"
922
 
923
+ #: includes/functions.php:667
924
  msgid "Delay animation after trigger condition"
925
  msgstr "Zakasni animacijo po izpolnitvi pogoja sprožilca"
926
 
927
+ #: includes/functions.php:671
928
  msgid "Trigger once"
929
  msgstr "Sproži enkrat"
930
 
931
+ #: includes/functions.php:673
932
  msgid "Trigger animation only once"
933
  msgstr "Sproži animacijo samo enkrat"
934
 
935
+ #: includes/functions.php:712
936
  msgid "Tracking is globally disabled"
937
  msgstr "Sledenje je globalno onemogočeno"
938
 
939
+ #: includes/functions.php:716
940
  msgid "Tracking for this block is disabled"
941
  msgstr "Sledenje za ta blok je onemogočeno"
942
 
943
+ #: includes/functions.php:726 settings.php:3105 settings.php:3141
944
  #: strings.php:206
945
  msgid "Loading..."
946
  msgstr "Nalagam..."
947
 
948
+ #: includes/functions.php:742
949
  msgid ""
950
  "Clear statistics data for the selected range - clear both dates to delete "
951
  "all data for this block"
953
  "Pobriši podatke o statistiki za izbrano obdobje - pobriši oba datuma za "
954
  "brisanje vseh podatkov za ta blok"
955
 
956
+ #: includes/functions.php:746
957
  msgid "Auto refresh data for the selected range every 60 seconds"
958
  msgstr "Samodejna osvežitev podatkov za izbrano obdobje vsakih 60 sekund"
959
 
960
+ #: includes/functions.php:749
961
  msgid "Load data for last month"
962
  msgstr "Naloži podatke za zadnji mesec"
963
 
964
+ #: includes/functions.php:749
965
  msgid "Last Month"
966
  msgstr "Zadnji Mesec"
967
 
968
+ #: includes/functions.php:752
969
  msgid "Load data for this month"
970
  msgstr "Naloži podatke za ta mesec"
971
 
972
+ #: includes/functions.php:752
973
  msgid "This Month"
974
  msgstr "Ta Mesec"
975
 
976
+ #: includes/functions.php:755
977
  msgid "Load data for this year"
978
  msgstr "Naloži podatke za to leto"
979
 
980
+ #: includes/functions.php:755
981
  msgid "This Year"
982
  msgstr "To Leto"
983
 
984
+ #: includes/functions.php:758
985
  msgid "Load data for the last 15 days"
986
  msgstr "Naloži podatke za zadnjih 15 dni"
987
 
988
+ #: includes/functions.php:761
989
  msgid "Load data for the last 30 days"
990
  msgstr "Naloži podatke za zadnjih 30 dni"
991
 
992
+ #: includes/functions.php:764
993
  msgid "Load data for the last 90 days"
994
  msgstr "Naloži podatke za zadnjih 90 dni"
995
 
996
+ #: includes/functions.php:767
997
  msgid "Load data for the last 180 days"
998
  msgstr "Naloži podatke za zadnjih 180 dni"
999
 
1000
+ #: includes/functions.php:770
1001
  msgid "Load data for the last 365 days"
1002
  msgstr "Naloži podatke za zadnjih 365 dni"
1003
 
1004
+ #: includes/functions.php:780
1005
  msgid "Load data for the selected range"
1006
  msgstr "Naloži podatke za izbrano obdobje"
1007
 
1008
+ #: includes/functions.php:796
1009
  msgid ""
1010
  "Import settings when saving - if checked, the encoded settings below will be "
1011
  "imported for this block"
1013
  "Uvozi nastavitve pri shranjevanju - če je odkljukano, se bodo kodirane "
1014
  "nastavitve spodaj uvozile za ta blok"
1015
 
1016
+ #: includes/functions.php:796
1017
  msgid "Import settings for block"
1018
  msgstr "Uvozi nastavitve za blok"
1019
 
1020
+ #: includes/functions.php:800
1021
  msgid ""
1022
  "Import block name when saving - if checked and 'Import settings for block' "
1023
  "is also checked, the name from encoded settings below will be imported for "
1027
  "nastavitve za blok' odkljukano, se bo ime iz kodiranih nastavitev spodaj "
1028
  "uvozilo za ta blok"
1029
 
1030
+ #: includes/functions.php:800
1031
  msgid "Import block name"
1032
  msgstr "Uvozi ime bloka"
1033
 
1034
+ #: includes/functions.php:804
1035
  msgid "Saved settings for block"
1036
  msgstr "Shranjene nastavitve za blok"
1037
 
1038
+ #: includes/functions.php:817
1039
  msgid "Export / Import Ad Inserter Pro Settings"
1040
  msgstr "Izvozi / Uvozi Ad Inserter Pro Nastavitve"
1041
 
1042
+ #: includes/functions.php:826
1043
  msgid "Are you sure you want to clear all statistics data for all blocks?"
1044
  msgstr ""
1045
  "Ali ste prepričani, da želite pobrisati vse podatke o statistiki za vse "
1046
  "bloke?"
1047
 
1048
+ #: includes/functions.php:828
1049
  msgid "Clear All Statistics Data"
1050
  msgstr "Pobriši Vse Podatke o Statistiki"
1051
 
1052
+ #: includes/functions.php:854
1053
  msgid "Toggle country/city editor"
1054
  msgstr "Preklopi urejevalnik držav/mest"
1055
 
1056
+ #: includes/functions.php:860
1057
  msgid "IP Addresses"
1058
  msgstr "IP Naslovi"
1059
 
1060
+ #: includes/functions.php:863
1061
  msgid "Toggle IP address editor"
1062
  msgstr "Preklopi urejevalnik IP nslovov"
1063
 
1064
+ #: includes/functions.php:866
1065
  msgid ""
1066
  "Comma separated IP addresses, you can also use partial IP addresses with * "
1067
  "(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
1069
  "Z vejico ločeni IP naslovi, uporabite lahko tudi delne IP naslove z * (ip-"
1070
  "naslov-začetek*. *ip-naslov-vzorec*, *ip-naslov-konec)"
1071
 
1072
+ #: includes/functions.php:870
1073
  msgid "Blacklist IP addresses"
1074
  msgstr "Črni seznam IP naslovov"
1075
 
1076
+ #: includes/functions.php:874
1077
  msgid "Whitelist IP addresses"
1078
  msgstr "Beli seznam IP naslovov"
1079
 
1080
+ #: includes/functions.php:885
1081
  msgid "Countries"
1082
  msgstr "Države"
1083
 
1084
+ #: includes/functions.php:886
1085
  msgid "Cities"
1086
  msgstr "Mesta"
1087
 
1088
+ #: includes/functions.php:890 includes/functions.php:2337
1089
  msgid "Toggle country editor"
1090
  msgstr "Preklopi urejevalnik držav"
1091
 
1092
+ #: includes/functions.php:893
1093
  msgid "Toggle city editor"
1094
  msgstr "Preklopi urejevalnik mest"
1095
 
1096
+ #: includes/functions.php:897 includes/functions.php:2340
1097
  msgid "Comma separated country ISO Alpha-2 codes"
1098
  msgstr "Z vejico ločene ISO Alpha-2 kode držav"
1099
 
1100
+ #: includes/functions.php:901
1101
  msgid "Blacklist countries"
1102
  msgstr "Črni seznam držav"
1103
 
1104
+ #: includes/functions.php:905
1105
  msgid "Whitelist countries"
1106
  msgstr "Beli seznam držav"
1107
 
1108
+ #: includes/functions.php:1215 includes/functions.php:1425
1109
  msgid "Enter license key"
1110
  msgstr "Vnesite licenčni ključ"
1111
 
1112
  #. translators: %s: Ad Inserter Pro
1113
+ #: includes/functions.php:1221
1114
  msgid ""
1115
  "%s license key is not set. Plugin functionality is limited and updates are "
1116
  "disabled."
1118
  "%s licenčni ključ ni vnešen. Funkcionalnosti vtičnika so omejene in "
1119
  "posodobitve onemogočene."
1120
 
1121
+ #: includes/functions.php:1230 includes/functions.php:1434
1122
  msgid "Check license key"
1123
  msgstr "Preverite licenčni ključ"
1124
 
1125
  #. translators: %s: Ad Inserter Pro
1126
+ #: includes/functions.php:1236
1127
  msgid "Invalid %s license key."
1128
  msgstr "Neveljaven %s licenčni ključ."
1129
 
1130
  #. translators: %s: Ad Inserter Pro
1131
+ #: includes/functions.php:1245
1132
  msgid "%s license expired. Plugin updates are disabled."
1133
  msgstr "%s licenca je potekla. Posodobitve vtičnika so onemogočene."
1134
 
1135
+ #: includes/functions.php:1246
1136
  msgid "Renew license"
1137
  msgstr "Obnovite licenco"
1138
 
1139
  #. translators: %s: Ad Inserter Pro
1140
+ #: includes/functions.php:1254
1141
  msgid "%s license overused. Plugin updates are disabled."
1142
  msgstr ""
1143
  "%s licenca je prekomerno uporabljena. Posodobitve vtičnika so onemogočene."
1144
 
1145
+ #: includes/functions.php:1255
1146
  msgid "Upgrade license"
1147
  msgstr "Nadgradite licenco"
1148
 
1149
  #. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
1150
+ #: includes/functions.php:1427
1151
  msgid ""
1152
  "%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
1153
  "limited and updates are disabled."
1156
  "so omejene in posodobitve onemogočene."
1157
 
1158
  #. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
1159
+ #: includes/functions.php:1436
1160
  msgid "%1$s Warning: %2$s Invalid %3$s license key."
1161
  msgstr "%1$s Opozorilo: %2$s Neveljaven %3$s licenčni ključ."
1162
 
1163
  #. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
1164
+ #: includes/functions.php:1450
1165
  msgid ""
1166
  "Hey, %1$s license has expired - plugin updates are now disabled. Please "
1167
  "renew the license to enable updates. Check %2$s what you are missing. %3$s"
1171
  "pogrešate. %3$s"
1172
 
1173
  #. translators: 1, 3: HTML tags, 2: percentage
1174
+ #: includes/functions.php:1457
1175
  msgid ""
1176
  "During the license period and 30 days after the license has expired we offer "
1177
  "%1$s %2$s discount on all license renewals and license upgrades. %3$s"
1179
  "V obdobju licence in 30 dni po tem, ko licenca poteče, vam ponujamo %1$s "
1180
  "%2$s popust na vse obnovitve in nadgradnje licenc. %3$s"
1181
 
1182
+ #: includes/functions.php:1480
1183
  msgid "Renew the licence"
1184
  msgstr "Obnovi licenco"
1185
 
1186
+ #: includes/functions.php:1482
1187
  msgid "Update license status"
1188
  msgstr "Posodobi status licence"
1189
 
1190
  #. translators: 1, 2, 4, 5: HTML tags, 3: Ad Inserter Pro
1191
+ #: includes/functions.php:1493
1192
  msgid ""
1193
  "%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
1194
  "Upgrade license %5$s"
1197
  "vtičnika so onemogočene. %4$s Nadgradite licenco %5$s"
1198
 
1199
  #. Translators: %s: HTML tag
1200
+ #: includes/functions.php:1513
1201
  msgid "Warning: %s MaxMind IP geolocation database not found."
1202
  msgstr "Opozorilo: %s MaxMind IP geolocijska podatkovna baza ni najdena."
1203
 
1204
+ #: includes/functions.php:1977
1205
  msgid "Geolocation"
1206
  msgstr "Geolokacija"
1207
 
1208
+ #: includes/functions.php:1981
1209
  msgid "Exceptions"
1210
  msgstr "Izjeme"
1211
 
1212
+ #: includes/functions.php:1986
1213
  msgid "Multisite"
1214
  msgstr "Multisite"
1215
 
1216
+ #: includes/functions.php:1991
1217
  msgid "Tracking"
1218
  msgstr "Sledenje"
1219
 
1220
  #. translators: %d: days, hours, minutes
1221
+ #: includes/functions.php:2022
1222
  msgid "Scheduled in %d days %d hours %d minutes"
1223
  msgstr "Planirano v %d dneh %d urah %d minutah"
1224
 
1225
  #. translators: %s: HTML dash separator, %d: days, hours, minutes, &mdash; is
1226
  #. HTML code for long dash separator
1227
+ #: includes/functions.php:2031
1228
  msgid "Active %s expires in %d days %d hours %d minutes"
1229
  msgstr "Aktivno %s poteče v %d dneh %d urah %d minutah"
1230
 
1231
+ #: includes/functions.php:2035
1232
  msgid "Expired"
1233
  msgstr "Poteklo"
1234
 
1235
+ #: includes/functions.php:2043 settings.php:1272 settings.php:1287
1236
+ #: settings.php:1874
1237
  msgid "and"
1238
  msgstr "in"
1239
 
1240
+ #: includes/functions.php:2046
1241
  msgid "fallback"
1242
  msgstr "rezerva"
1243
 
1244
+ #: includes/functions.php:2047
1245
  msgid "Block to be used when scheduling expires"
1246
  msgstr "Blok, ki se bo uporabil, ko urnik poteče"
1247
 
1248
+ #: includes/functions.php:2072
1249
  msgid "Load in iframe"
1250
  msgstr "Naloži v iframe-u"
1251
 
1252
+ #: includes/functions.php:2076 includes/placeholders.php:382
1253
  msgid "Width"
1254
  msgstr "Širina"
1255
 
1256
+ #: includes/functions.php:2077
1257
  msgid "iframe width, empty means full width (100%)"
1258
  msgstr "širina iframe-a, prazno pomeni polna širina (100%)"
1259
 
1260
+ #: includes/functions.php:2083 includes/placeholders.php:377
1261
  msgid "Height"
1262
  msgstr "Višina"
1263
 
1264
+ #: includes/functions.php:2084
1265
  msgid "iframe height, empty means adjust it to iframe content height"
1266
  msgstr ""
1267
  "Višina iframe-a, prazno pomeni poravnavo glede na višino vsebine iframe-a"
1268
 
1269
+ #: includes/functions.php:2091
1270
  msgid "Ad label in iframe"
1271
  msgstr "Oznaka oglasa v iframe-u"
1272
 
1273
+ #: includes/functions.php:2096
1274
  msgid "Preview iframe code"
1275
  msgstr "Predpreglej kodo iframe"
1276
 
1277
+ #: includes/functions.php:2096 includes/preview.php:1790 settings.php:949
1278
+ #: settings.php:2506
1279
  msgid "Preview"
1280
  msgstr "Predogled"
1281
 
1282
+ #: includes/functions.php:2110 includes/functions.php:3465
1283
+ #: includes/functions.php:3528 settings.php:1991
1284
  msgid "Ad Blocking"
1285
  msgstr "Blokiranje Oglasov"
1286
 
1287
  #. translators: 1, 2 and 3, 4: HTML tags
1288
+ #: includes/functions.php:2119
1289
  msgid ""
1290
  "%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
1291
  "for tracking!"
1295
 
1296
  #. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
1297
  #. header
1298
+ #: includes/functions.php:2128
1299
  msgid ""
1300
  "%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
1301
  "enabled and automatic insertion %6$s!"
1303
  "%1$s OPOZORILO: %2$s vertikalni položaj %3$s potrebuje %4$s Predpomnjenje "
1304
  "izhoda %5$s omogočeno in samodejno vstavljanje %6$s!"
1305
 
1306
+ #: includes/functions.php:2146
1307
  msgid "When ad blocking is detected"
1308
  msgstr "Ko je blokiranje oglasov zaznano"
1309
 
1310
+ #: includes/functions.php:2155
1311
  msgid "replacement"
1312
  msgstr "nadomestek"
1313
 
1314
+ #: includes/functions.php:2156
1315
  msgid "Block to be shown when ad blocking is detected"
1316
  msgstr "Blok, ki naj bo prikazan, ko je zaznano blokiranje oglasov"
1317
 
1318
+ #: includes/functions.php:2157
1319
  msgctxt "replacement"
1320
  msgid "None"
1321
  msgstr "Noben"
1322
 
1323
+ #: includes/functions.php:2174
1324
  msgid "Close button"
1325
  msgstr "Gumb Zapri"
1326
 
1327
+ #: includes/functions.php:2221
1328
  msgid "Lazy loading"
1329
  msgstr "Leno nalaganje"
1330
 
1331
  #. Translators: %s MaxMind
1332
+ #: includes/functions.php:2272
1333
  msgid "This product includes GeoLite2 data created by %s"
1334
  msgstr "Ta izdelek vsebuje %s GeoLite2 podatke"
1335
 
1336
+ #: includes/functions.php:2283
1337
  msgid "IP geolocation database"
1338
  msgstr "Podatkovna baza za IP geolokacijo"
1339
 
1340
+ #: includes/functions.php:2286
1341
  msgid "Select IP geolocation database."
1342
  msgstr "Izberite podatkovno bazo za IP geolokacijo."
1343
 
1344
+ #: includes/functions.php:2297
1345
  msgid "Automatic database updates"
1346
  msgstr "Samodejna posodobitev podatkovne baze"
1347
 
1348
+ #: includes/functions.php:2300
1349
  msgid ""
1350
  "Automatically download and update free GeoLite2 IP geolocation database by "
1351
  "MaxMind"
1353
  "Samodejno prenesi in posodobi prostodostopno GeoLite2 IP geolokacijsko "
1354
  "podatkovno bazo MaxMind"
1355
 
1356
+ #: includes/functions.php:2308
1357
  msgid "Database"
1358
  msgstr "Podatkovna baza"
1359
 
1360
+ #: includes/functions.php:2311
1361
  msgid ""
1362
  "Aabsolute path starting with '/' or relative path to the MaxMind database "
1363
  "file"
1366
  "podatkovne baze"
1367
 
1368
  #. translators: %d: group number
1369
+ #: includes/functions.php:2329
1370
  msgid "Group %d"
1371
  msgstr "Skupina %d"
1372
 
1373
+ #: includes/functions.php:2335
1374
  msgid "countries"
1375
  msgstr "države"
1376
 
1377
+ #: includes/functions.php:2370
1378
  msgid "Enable tracking"
1379
  msgstr "Omogoči sledenje"
1380
 
1381
+ #: includes/functions.php:2385
1382
  msgid "Impression and Click Tracking"
1383
  msgstr "Sledenje Prikazov in Klikov"
1384
 
1385
+ #: includes/functions.php:2399
1386
  msgid "Internal"
1387
  msgstr "Notranje"
1388
 
1389
+ #: includes/functions.php:2403
1390
  msgid "Track impressions and clicks with internal tracking and statistics"
1391
  msgstr "Sledi prikazom in klikom z notranjim sledenjem in statistiko"
1392
 
1393
+ #: includes/functions.php:2408
1394
  msgid "External"
1395
  msgstr "Zunanje"
1396
 
1397
+ #: includes/functions.php:2412
1398
  msgid ""
1399
  "Track impressions and clicks with Google Analytics or Matomo (needs tracking "
1400
  "code installed)"
1402
  "Sledi prikazom in klikom z Google Analytics ali Matomo (potrebuje nameščeno "
1403
  "kodo za sledenje)"
1404
 
1405
+ #: includes/functions.php:2417
1406
  msgid "Track Pageviews"
1407
  msgstr "Sledi Ogledom Strani"
1408
 
1409
+ #: includes/functions.php:2423
1410
  msgid "Track Pageviews by Device (as configured for viewports)"
1411
  msgstr "Sledi Ogledom Strani po Napravah (kot so nastavljene za poglede)"
1412
 
1413
+ #: includes/functions.php:2433
1414
  msgid "Track for Logged in Users"
1415
  msgstr "Sledi za Prijavljene Upor."
1416
 
1417
+ #: includes/functions.php:2439
1418
  msgid "Track impressions and clicks from logged in users"
1419
  msgstr "Sledi prikazom in klikom neprijavljenih uporabnikov"
1420
 
1421
+ #: includes/functions.php:2449
1422
  msgid "Click Detection"
1423
  msgstr "Zaznavanje klikov"
1424
 
1425
+ #: includes/functions.php:2455
1426
  msgid ""
1427
  "Standard method detects clicks only on banners with links, Advanced method "
1428
  "can detect clicks on any kind of ads, but it is slightly less accurate"
1430
  "Standardni način zazna klike samo na pasicah s povezavami, Napredni način "
1431
  "lahko zazna klike na kateremkoli oglasu, ampak je rahlo manj zanesljiv"
1432
 
1433
+ #: includes/functions.php:2494
1434
  msgid "Are you sure you want to clear all exceptions for block"
1435
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok"
1436
 
1437
+ #: includes/functions.php:2495 settings.php:1036
1438
  msgid "Clear all exceptions for block"
1439
  msgstr "Pobriši vse izjeme za blok"
1440
 
1441
+ #: includes/functions.php:2502
1442
  msgid "Are you sure you want to clear all exceptions?"
1443
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme?"
1444
 
1445
+ #: includes/functions.php:2502
1446
  msgid "Clear all exceptions for all blocks"
1447
  msgstr "Pobriši vse izjeme za vse bloke"
1448
 
1449
+ #: includes/functions.php:2507 settings.php:3414
1450
  msgid "Type"
1451
  msgstr "Vrsta"
1452
 
1453
+ #: includes/functions.php:2525
1454
  msgid "View"
1455
  msgstr "Poglej"
1456
 
1457
+ #: includes/functions.php:2526 includes/placeholders.php:346
1458
+ #: includes/preview.php:2081 settings.php:1175
1459
  msgid "Edit"
1460
  msgstr "Uredi"
1461
 
1462
+ #: includes/functions.php:2556
1463
  msgid "Are you sure you want to clear all exceptions for"
1464
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za"
1465
 
1466
+ #: includes/functions.php:2557
1467
  msgid "Clear all exceptions for"
1468
  msgstr "Pobriši vse izjeme za"
1469
 
1470
+ #: includes/functions.php:2570
1471
  msgid "No exceptions"
1472
  msgstr "Brez izjem"
1473
 
1474
  #. translators: %s: Ad Inserter Pro
1475
+ #: includes/functions.php:2581
1476
  msgid "%s options for network blogs"
1477
  msgstr "%s izbire za omrežne bloge"
1478
 
1479
  #. translators: %s: Ad Inserter Pro
1480
+ #: includes/functions.php:2586
1481
  msgid "Enable %s widgets for sub-sites"
1482
  msgstr "Omogoči %s gradnik za pod-spletišča"
1483
 
1484
+ #: includes/functions.php:2586
1485
  msgid "Widgets"
1486
  msgstr "Gradniki"
1487
 
1488
+ #: includes/functions.php:2591
1489
  msgid "Enable PHP code processing for sub-sites"
1490
  msgstr "Omogoči procesiranje PHP kode za pod-spletišča"
1491
 
1492
+ #: includes/functions.php:2591
1493
  msgid "PHP Processing"
1494
  msgstr "PHP Procesiranje"
1495
 
1496
  #. translators: %s: Ad Inserter Pro
1497
+ #: includes/functions.php:2596
1498
  msgid "Enable %s block exceptions in post/page editor for sub-sites"
1499
  msgstr ""
1500
  "Omogoči %s izjeme blokov v urejevalniku prispevkov/strani za pod-spletišča"
1501
 
1502
+ #: includes/functions.php:2596
1503
  msgid "Post/Page exceptions"
1504
  msgstr "Izjeme prispevkov/strani"
1505
 
1506
  #. translators: %s: Ad Inserter Pro
1507
+ #: includes/functions.php:2601
1508
  msgid "Enable %s settings page for sub-sites"
1509
  msgstr "Omogoči nastavitveno stran %s za pod-spletišča"
1510
 
1511
+ #: includes/functions.php:2601
1512
  msgid "Settings page"
1513
  msgstr "Stran z nastavitvami"
1514
 
1515
  #. translators: %s: Ad Inserter Pro
1516
+ #: includes/functions.php:2606
1517
  msgid "Enable %s settings of main site to be used for all blogs"
1518
  msgstr "Omogoči %s nastavitve glavnega spletišča za uporabo na vseh blogih"
1519
 
1520
+ #: includes/functions.php:2606
1521
  msgid "Main site settings used for all blogs"
1522
  msgstr "Nastavitve glavnega spletišča uporabljene na vseh blogih"
1523
 
1524
+ #: includes/functions.php:2617 settings.php:2402
1525
  msgid "Ad Blocking Detection"
1526
  msgstr "Zaznavanje Blokiranja Oglasov"
1527
 
1528
+ #: includes/functions.php:2623
1529
  msgid ""
1530
  "Standard method is reliable but should be used only if Advanced method does "
1531
  "not work. Advanced method recreates files used for detection with random "
1537
  "imeni in mogoče ne bo deloval s skriptami v upload mapi, če ta ni javno "
1538
  "dostopna"
1539
 
1540
+ #: includes/functions.php:3019 includes/functions.php:3109
1541
+ #: includes/functions.php:3129
1542
  msgid "AD BLOCKING"
1543
  msgstr "BLOKIRANJE OGLASOV"
1544
 
1545
+ #: includes/functions.php:3020 includes/functions.php:3060
1546
+ #: includes/functions.php:3103 includes/functions.php:3130
1547
  msgid "BLOCK INSERTED BUT NOT VISIBLE"
1548
  msgstr "BLOK VSTAVLJEN, VENDAR NI VIDEN"
1549
 
1550
+ #: includes/functions.php:3023 includes/functions.php:3102
1551
+ #: includes/functions.php:3136
1552
  msgid "NO AD BLOCKING"
1553
  msgstr "NI BLOKIRANJA OGLASOV"
1554
 
1555
+ #: includes/functions.php:3059 includes/functions.php:3066
1556
  msgid "AD BLOCKING REPLACEMENT"
1557
  msgstr "NADOMESTEK V PRIMERU BLOKIRANJA OGLASOV"
1558
 
1559
+ #: includes/functions.php:3464
1560
  msgctxt "Version"
1561
  msgid "Unknown"
1562
  msgstr "Neznana"
1563
 
1564
+ #: includes/functions.php:3464
1565
  msgctxt "Times"
1566
  msgid "DISPLAYED"
1567
  msgstr "PRIKAZANO"
1568
 
1569
+ #: includes/functions.php:3464
1570
  msgid "No version"
1571
  msgstr "Brez različice"
1572
 
1573
+ #: includes/functions.php:3465
1574
  msgctxt "Times"
1575
  msgid "BLOCKED"
1576
  msgstr "BLOKIRANO"
1577
 
1578
+ #: includes/functions.php:3527
1579
  msgid "Pageviews"
1580
  msgstr "Ogledi strani"
1581
 
1582
+ #: includes/functions.php:3527
1583
  msgid "Impressions"
1584
  msgstr "Prikazi"
1585
 
1586
+ #: includes/functions.php:3528 includes/functions.php:3529
1587
+ #: includes/functions.php:3537
1588
  msgid "Clicks"
1589
  msgstr "Kliki"
1590
 
1591
+ #: includes/functions.php:3529
1592
  msgid "events"
1593
  msgstr "dogodki"
1594
 
1595
+ #: includes/functions.php:3530
1596
  msgid "Ad Blocking Share"
1597
  msgstr "Delež blokiranja oglasov"
1598
 
1599
  #. translators: CTR as Click Through Rate
1600
+ #: includes/functions.php:3530 includes/functions.php:3542
1601
  msgid "CTR"
1602
  msgstr "CTR"
1603
 
1604
+ #: includes/functions.php:3624
1605
  msgid "pageviews"
1606
  msgid_plural "pageviews"
1607
  msgstr[0] "ogled strani"
1609
  msgstr[2] "ogledi strani"
1610
  msgstr[3] "ogledov strani"
1611
 
1612
+ #: includes/functions.php:3624
1613
  msgid "impressions"
1614
  msgid_plural "impressions"
1615
  msgstr[0] "prikaz"
1617
  msgstr[2] "prikazi"
1618
  msgstr[3] "prikazov"
1619
 
1620
+ #: includes/functions.php:3628
1621
  msgid "event"
1622
  msgid_plural "events"
1623
  msgstr[0] "dogodek"
1625
  msgstr[2] "dogodki"
1626
  msgstr[3] "dogodkov"
1627
 
1628
+ #: includes/functions.php:3628
1629
  msgid "click"
1630
  msgid_plural "clicks"
1631
  msgstr[0] "klik"
1633
  msgstr[2] "kliki"
1634
  msgstr[3] "klikov"
1635
 
1636
+ #: includes/functions.php:3696
1637
  msgctxt "Pageviews / Impressions"
1638
  msgid "Average"
1639
  msgstr "Povprečni"
1640
 
1641
+ #: includes/functions.php:3714
1642
  msgctxt "Ad Blocking / Clicks"
1643
  msgid "Average"
1644
  msgstr "Povprečno"
1645
 
1646
+ #: includes/functions.php:3731
1647
  msgctxt "Ad Blocking Share / CTR"
1648
  msgid "Average"
1649
  msgstr "Povprečni"
1650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1651
  #: includes/placeholders.php:19
1652
  msgid "Custom"
1653
  msgstr "Po meri"
1672
  msgid "Placeholder"
1673
  msgstr "Polnilo"
1674
 
1675
+ #: includes/placeholders.php:356 settings.php:803 settings.php:3415
1676
  msgid "Size"
1677
  msgstr "Velikost"
1678
 
1805
  msgid "Ad Blocking Detected Message Preview"
1806
  msgstr "Predogled Sporočila ko je Zaznano Blokiranje Oglasov"
1807
 
1808
+ #: includes/preview-adb.php:348 settings.php:2519
1809
  msgid "Message CSS"
1810
  msgstr "CSS sporočila"
1811
 
1812
+ #: includes/preview-adb.php:353 settings.php:2527
1813
  msgid "Overlay CSS"
1814
  msgstr "CSS prevleke"
1815
 
1849
  msgid "background"
1850
  msgstr "ozadje"
1851
 
1852
+ #: includes/preview.php:1892 includes/preview.php:2038
1853
  msgid "Alignment and style"
1854
  msgstr "Poravnava in slog"
1855
 
1994
  "Označi označi ozadje, območje odmika in območje kode, medtem ko gumb "
1995
  "Ponastavi vrne vse vrednosti na tiste od trenutnega bloka."
1996
 
1997
+ #: settings.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1998
  msgid "Loaded plugin JavaScript file version"
1999
  msgstr "Naložena različica JavaScript datoteke vtičnika"
2000
 
2001
  #. translators: %s: HTML tags
2002
+ #: settings.php:198
2003
  msgid ""
2004
  "Wrong or %s missing version parameter %s of the JavaScript file, probably "
2005
  "due to inappropriate caching."
2007
  "Napačen ali %s manjkajoč parameter verzije %s JavaScript datoteke, najbrž "
2008
  "zaradi nepravilnega predpomnjenja."
2009
 
2010
+ #: settings.php:199
2011
  msgid ""
2012
  "Missing version parameter of the JavaScript file, probably due to "
2013
  "inappropriate caching."
2015
  "Manjka parameter verzije JavaScript datoteke, najbrž zaradi nepravilnega "
2016
  "predpomnjenja."
2017
 
2018
+ #: settings.php:200
2019
  msgid ""
2020
  "Incompatible (old) JavaScript file loaded, probably due to inappropriate "
2021
  "caching."
2023
  "Naložena je nezdružljiva (stara) različica JavaScript datoteke, najbrž "
2024
  "zaradi nepravilnega predpomnjenja."
2025
 
2026
+ #: settings.php:201 settings.php:212
2027
  msgid ""
2028
  "Please delete browser's cache and all other caches used and then reload this "
2029
  "page."
2031
  "Prosimo, pobrišite predpomnilnik brskalnika in vse druge predpomnilnike ter "
2032
  "potem na novo naložite to stran."
2033
 
2034
+ #: settings.php:207
2035
  msgid "Loaded plugin CSS file version"
2036
  msgstr "Naložena različica CSS datoteke vtičnika"
2037
 
2038
  #. translators: %s: HTML tags
2039
+ #: settings.php:209
2040
  msgid ""
2041
  "Wrong or %s missing version parameter %s of the CSS file, probably due to "
2042
  "inappropriate caching."
2044
  "Napačen ali %s manjkajoč parameter verzije %s CSS datoteke, najbrž zaradi "
2045
  "nepravilnega predpomnjenja."
2046
 
2047
+ #: settings.php:210
2048
  msgid ""
2049
  "Missing version parameter of the CSS file, probably due to inappropriate "
2050
  "caching."
2052
  "Manjka parameter verzije JavaScript datoteke, najbrž zaradi nepravilnega "
2053
  "predpomnjenja."
2054
 
2055
+ #: settings.php:211
2056
  msgid ""
2057
  "Incompatible (old) CSS file loaded, probably due to inappropriate caching."
2058
  msgstr ""
2059
  "Naložena je nezdružljiva (stara) različica CSS datoteke, najbrž zaradi "
2060
  "nepravilnega predpomnjenja."
2061
 
2062
+ #: settings.php:218 settings.php:230
2063
  msgid "WARNING"
2064
  msgstr "OPOZORILO"
2065
 
2066
  #. translators: %s: HTML tags
2067
+ #: settings.php:220
2068
  msgid "Page may %s not be loaded properly. %s"
2069
  msgstr "Stran mogoče %s ni naložena pravilno. %s"
2070
 
2071
+ #: settings.php:221
2072
  msgid ""
2073
  "Check ad blocking software that may block CSS, JavaScript or image files."
2074
  msgstr ""
2075
  "Preverite programe za blokiranje oglasov, ki lahko onemogočijo CSS, "
2076
  "JavaScript ali slikovne datoteke."
2077
 
2078
+ #: settings.php:230
2079
  msgid ""
2080
  "To disable debugging functions and to enable insertions go to tab &#9881; / "
2081
  "tab Debugging"
2083
  "Za izključitev razhroščevalnih funkcij in za vključitev vstavljanja pojdite "
2084
  "na zavihek &#9881; / zavihek Razhroščevanje"
2085
 
2086
+ #: settings.php:232
2087
  msgid "Debugging functions enabled - some code is not inserted"
2088
  msgstr "Vključene so funkcije za razhroščevanje - nekatera koda ni vstavljena"
2089
 
2090
+ #: settings.php:249
2091
  msgid "Option Name"
2092
  msgstr "Ime Različice"
2093
 
2094
+ #: settings.php:255
2095
  msgid "Share"
2096
  msgstr "Delež"
2097
 
2098
+ #: settings.php:258
2099
  msgid ""
2100
  "Option share in percents - 0 means option is disabled, if share for one "
2101
  "option is not defined it will be calculated automatically. Leave all share "
2105
  "eno različico ni določen bo izračunan samodejno. Pustite vsa polja za deleže "
2106
  "prazne za enakomerno porazdelitev deležev različic."
2107
 
2108
+ #: settings.php:261
2109
  msgid "Time"
2110
  msgstr "Čas"
2111
 
2112
+ #: settings.php:264
2113
  msgid ""
2114
  "Option time in seconds - 0 means option is disabled and will be skipped. "
2115
  "Leave all time fields empty for no timed rotation."
2117
  "Čas različice v sekundah - 0 pomeni, da je različica onemogočena in bo "
2118
  "preskočena. Pustite vse polja za čas prazna za rotacijo brez časov."
2119
 
2120
+ #: settings.php:416
2121
  msgid "General Settings"
2122
  msgstr "Splošne Nastavitve"
2123
 
2124
+ #: settings.php:591 settings.php:2278 settings.php:2336 settings.php:2499
2125
  msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
2126
  msgstr ""
2127
  "Preklopi Poudarjanje Sintakse / Preprost urejevalnik za mobilne naprave"
2128
 
2129
+ #: settings.php:598
2130
  msgid "Toggle tools"
2131
  msgstr "Preklopi orodja"
2132
 
2133
+ #: settings.php:606
2134
  msgid "Process PHP code in block"
2135
  msgstr "Procesiraj PHP kodo v bloku"
2136
 
2137
+ #: settings.php:613
2138
  msgid "Disable insertion of this block"
2139
  msgstr "Onemogoči vstavljanje tega bloka"
2140
 
2141
+ #: settings.php:625
2142
  msgid "Toggle code generator"
2143
  msgstr "Preklopi generator kode"
2144
 
2145
+ #: settings.php:629
2146
  msgid "Toggle rotation editor"
2147
  msgstr "Preklopi urejevalnik rotacije"
2148
 
2149
+ #: settings.php:633
2150
  msgid "Open visual HTML editor"
2151
  msgstr "Odpri vizualni HTML urejevalnik"
2152
 
2153
+ #: settings.php:643
2154
  msgid "Show AdSense ad units"
2155
  msgstr "Pokaži oglasne enote AdSense"
2156
 
2157
+ #: settings.php:652
2158
  msgid "Clear block"
2159
  msgstr "Počisti blok"
2160
 
2161
+ #: settings.php:657 settings.php:3309
2162
  msgid "Copy block"
2163
  msgstr "Kopiraj blok"
2164
 
2165
+ #: settings.php:661
2166
  msgid "Paste name"
2167
  msgstr "Prilepi ime"
2168
 
2169
+ #: settings.php:665
2170
  msgid "Paste code"
2171
  msgstr "Prilepi kodo"
2172
 
2173
+ #: settings.php:669
2174
  msgid "Paste settings"
2175
  msgstr "Prilepi nastavitve"
2176
 
2177
+ #: settings.php:673
2178
  msgid "Paste block (name, code and settings)"
2179
  msgstr "Prilepi blok (ime, kodo in nastavitve)"
2180
 
2181
+ #: settings.php:692
2182
  msgid "Remove option"
2183
  msgstr "Odstrani različico"
2184
 
2185
+ #: settings.php:696
2186
  msgid "Add option"
2187
  msgstr "Dodaj različico"
2188
 
2189
+ #: settings.php:711
2190
  msgid "Import code"
2191
  msgstr "Uvozi kodo"
2192
 
2193
+ #: settings.php:715
2194
  msgid "Generate code"
2195
  msgstr "Generiraj kodo"
2196
 
2197
+ #: settings.php:720
2198
  msgid "Banner"
2199
  msgstr "Pasica"
2200
 
2201
+ #: settings.php:731
2202
  msgid "Image"
2203
  msgstr "Slika"
2204
 
2205
+ #: settings.php:739
2206
  msgid "Link"
2207
  msgstr "Povezava"
2208
 
2209
+ #: settings.php:750
2210
  msgid "Open link in a new tab"
2211
  msgstr "Odpri povezavo v novem zavihku"
2212
 
2213
+ #: settings.php:751
2214
  msgid "Select Image"
2215
  msgstr "Izberi Sliko"
2216
 
2217
+ #: settings.php:752
2218
  msgid "Select Placeholder"
2219
  msgstr "Izberi Polnilo"
2220
 
2221
+ #: settings.php:764
2222
  msgid "Comment"
2223
  msgstr "Komentar"
2224
 
2225
+ #: settings.php:773
2226
  msgctxt "AdSense"
2227
  msgid "Publisher ID"
2228
  msgstr "ID založnika"
2229
 
2230
+ #: settings.php:782
2231
  msgctxt "AdSense"
2232
  msgid "Ad Slot ID"
2233
  msgstr "ID mesta"
2234
 
2235
+ #: settings.php:791
2236
  msgid "Ad Type"
2237
  msgstr "Vrsta"
2238
 
2239
+ #: settings.php:815
2240
  msgid "AMP Ad"
2241
  msgstr "AMP Oglas"
2242
 
2243
+ #: settings.php:832
2244
  msgid "Show ad units from your AdSense account"
2245
  msgstr "Prikaži oglasne enote s tvojega AdSense računa"
2246
 
2247
+ #: settings.php:832
2248
  msgid "AdSense ad units"
2249
  msgstr "Oglasne enote AdSense"
2250
 
2251
+ #: settings.php:849
2252
  msgctxt "AdSense"
2253
  msgid "Layout"
2254
  msgstr "Postavitev"
2255
 
2256
+ #: settings.php:858
2257
  msgctxt "AdSense"
2258
  msgid "Layout Key"
2259
  msgstr "Ključ postavitve"
2260
 
2261
+ #: settings.php:945
2262
  msgid ""
2263
  "White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
2264
  "Cookie or Referer (domain)"
2266
  "Bel/Črn seznam Kategorij, Oznak, Taksonomij, ID Prispevkov, Url-jev, Url "
2267
  "parametrov, Piškotkov ali napotiteljev (domen)"
2268
 
2269
+ #: settings.php:945
2270
  msgid "Lists"
2271
  msgstr "Seznami"
2272
 
2273
+ #: settings.php:946
2274
  msgid "Widget, Shortcode and PHP function call"
2275
  msgstr "Gradnik, Kratka koda in Klic PHP funkcije"
2276
 
2277
+ #: settings.php:946
2278
  msgid "Manual"
2279
  msgstr "Ročno"
2280
 
2281
+ #: settings.php:947
2282
  msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
2283
  msgstr ""
2284
  "Zaznavanje Naprave na strani Strežnika/Klienta (Namizni, Tablica, Telefon)"
2285
 
2286
+ #: settings.php:947
2287
  msgid "Devices"
2288
  msgstr "Naprave"
2289
 
2290
+ #: settings.php:948
2291
  msgid ""
2292
  "Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
2293
  "feeds), Filter, Scheduling, General tag"
2295
  "Preveri status uporabnika, Omeji vstavljanja (napaka 404, zahteve Ajax, vir "
2296
  "RSS), Filter, Urnik, Splošna oznaka"
2297
 
2298
+ #: settings.php:948
2299
  msgid "Misc"
2300
  msgstr "Razno"
2301
 
2302
+ #: settings.php:949
2303
  msgid "Preview code and alignment"
2304
  msgstr "Predogled kode in poravnave"
2305
 
2306
+ #: settings.php:952 settings.php:1956
2307
  msgid ""
2308
  "Rotation editor active - rotation code not generated! Make sure no rotation "
2309
  "editor is active before saving settings."
2311
  "Aktiven urejevalnik rotacij - koda za rotacijo ni generirana! Poskrbite, da "
2312
  "noben urejevalnik rotacij ni aktiven pred shranjevanjem nastavitev."
2313
 
2314
+ #: settings.php:954
2315
  msgid "Save All Settings"
2316
  msgstr "Sharani Vse Nastavitve"
2317
 
2318
+ #: settings.php:965
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2319
  msgid "Enable insertion on posts"
2320
  msgstr "Omogoči vstavljanje na prispevkih"
2321
 
2322
+ #: settings.php:967 settings.php:973
2323
  msgid ""
2324
  "Individual post exceptions (if enabled here) can be configured in post "
2325
  "editor. Leave blank for no individual post exceptions."
2327
  "Posamezne izjeme za prispevke (če so omogočene tukaj) se lahko nastavijo v "
2328
  "urejevalniku prispevka. Pustite prazno za prispevke brez posameznih izjem."
2329
 
2330
+ #: settings.php:973 settings.php:3001
2331
  msgid "Posts"
2332
  msgstr "Prispevki"
2333
 
2334
+ #: settings.php:977 settings.php:978
 
 
 
 
2335
  msgid ""
2336
  "Enable insertion on homepage: latest posts (including on sub-pages), static "
2337
  "page or theme homepage (available positions may depend on hooks used by the "
2341
  "podstraneh), statična stran ali domača stran teme (razpoložljivi položaji so "
2342
  "lahko odvisni od ročic, ki jih tema uporablja)"
2343
 
2344
+ #: settings.php:978 settings.php:3003
2345
  msgid "Homepage"
2346
  msgstr "Domača stran"
2347
 
2348
+ #: settings.php:982 settings.php:983
2349
  msgid "Enable insertion on category blog pages (including sub-pages)"
2350
  msgstr "Omogoči vstavljanje na straneh kategorij (vključno s podstranmi)"
2351
 
2352
+ #: settings.php:983 settings.php:3004
2353
  msgid "Category pages"
2354
  msgstr "Strani kategorij"
2355
 
2356
+ #: settings.php:986
2357
+ msgid "Check theme for available positions for automatic insertion"
2358
+ msgstr "Preveri temo za razpoložljive položaje za samodejno vstavljanje"
2359
+
2360
+ #: settings.php:993
2361
  msgid "Enable insertion on static pages"
2362
  msgstr "Omogoči vstavljanje na statičnih straneh"
2363
 
2364
+ #: settings.php:995 settings.php:1001
2365
  msgid ""
2366
  "Individual static page exceptions (if enabled here) can be configured in "
2367
  "page editor. Leave blank for no individual page exceptions."
2370
  "nastavijo v urejevalniku strani. Pustite prazno za strani brez posameznih "
2371
  "izjem."
2372
 
2373
+ #: settings.php:1001 settings.php:3002
2374
  msgid "Static pages"
2375
  msgstr "Statične strani"
2376
 
2377
+ #: settings.php:1005 settings.php:1006
2378
  msgid "Enable insertion on search blog pages"
2379
  msgstr "Omogoči vstavljanje na iskalnih straneh"
2380
 
2381
+ #: settings.php:1006 settings.php:3006
2382
  msgid "Search pages"
2383
  msgstr "Iskalne strani"
2384
 
2385
+ #: settings.php:1010 settings.php:1011
2386
  msgid "Enable insertion on tag or archive blog pages"
2387
  msgstr "Omogoči vstavljanje na straneh oznak in arhivskih straneh"
2388
 
2389
+ #: settings.php:1011 settings.php:3005
2390
  msgid "Tag / Archive pages"
2391
  msgstr "Strani oznak / arhiva"
2392
 
2393
+ #: settings.php:1017
2394
+ msgid "Toggle list of individual exceptions"
2395
+ msgstr "Preklopi seznam posameznih izjem"
2396
+
2397
+ #: settings.php:1033
2398
  msgctxt "post"
2399
  msgid "Type"
2400
  msgstr "Vrsta"
2401
 
2402
  #. translators: %d: block number
2403
+ #: settings.php:1035
2404
  msgid "Are you sure you want to clear all exceptions for block %d?"
2405
  msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok %d?"
2406
 
2407
+ #: settings.php:1067 settings.php:1215 settings.php:1749
2408
+ msgid "Insertion"
2409
+ msgstr "Vstavljanje"
2410
+
2411
+ #: settings.php:1105
2412
+ msgid ""
2413
+ "Paragraph number or comma separated paragraph numbers: 1 to N means "
2414
+ "paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
2415
+ "means random paragraph, value between 0 and 1 means relative position on the "
2416
+ "page (0.2 means paragraph at 20% of page paragraphs, 0.5 means paragraph "
2417
+ "halfway down the page, 0.9 means paragraph at 90% of page paragraphs, etc.), "
2418
+ "negative number means counting from the opposite direction"
2419
+ msgstr ""
2420
+ "Številka odstavka ali z vejico ločene številke odstavkov: 1 do N pomeni "
2421
+ "številko odstavka, %N pomeni vsakih N odstavkov, prazno pomeni vse odstavke, "
2422
+ "0 pomeni naključni odstavek, vrednost med 0 in 1 pomeni relativni položaj na "
2423
+ "strani (0.2 pomeni odstavek pri 20% odstavkov strani, 0.5 pomeni odstavek na "
2424
+ "polovici strani, 0.9 pomeni odstavek pri 90% odstavkov strani...), negativno "
2425
+ "število pomeni štetje z nasprotne smeri"
2426
+
2427
+ #: settings.php:1106
2428
+ msgid ""
2429
+ "Image number or comma separated image numbers: 1 to N means image number, %N "
2430
+ "means every N images, empty means all images, 0 means random image, value "
2431
+ "between 0 and 1 means relative position on the page (0.2 means paragraph at "
2432
+ "20% of page images, 0.5 means middle image, 0.9 means paragraph at 90% of "
2433
+ "page images, etc.), negative number means counting from the opposite "
2434
+ "direction"
2435
+ msgstr ""
2436
+ "Številka slike ali z vejico ločene številke slik: 1 do N pomeni številko "
2437
+ "slike, %N pomeni vsakih N slik, prazno pomeni vse slike, 0 pomeni naključno "
2438
+ "sliko, vrednost med 0 in 1 pomeni relativni položaj na strani (0.2 pomeni "
2439
+ "sliko pri 20% slik na strani, 0.5 pomeni srednjo sliko, 0.9 pomeni sliko pri "
2440
+ "90% slik strani...), negativno število pomeni štetje z nasprotne smeri"
2441
+
2442
+ #: settings.php:1119
2443
+ msgid ""
2444
+ "Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
2445
+ "numbers, %N means every N excerpts, empty means all excerpts"
2446
+ msgstr ""
2447
+ "Zrcalna Nastavitev Filtra Vstavljanja | Številka izvlečka ali z vejico "
2448
+ "ločene številke izvlečkov, %N pomeni vsakih N izvlečkov, prazno pomeni vsi "
2449
+ "izvlečki"
2450
+
2451
+ #: settings.php:1120
2452
+ msgid ""
2453
+ "Insertion Filter Mirror Setting | Post number or comma separated post "
2454
+ "numbers, %N means every N posts, empty means all posts"
2455
+ msgstr ""
2456
+ "Zrcalna Nastavitev Filtra Vstavljanja | Številka prispevka ali z vejico "
2457
+ "ločene številke prispevkov, %N pomeni vsakih N prispevkov, prazno pomeni vsi "
2458
+ "prispevki"
2459
+
2460
+ #: settings.php:1121
2461
+ msgid ""
2462
+ "Insertion Filter Mirror Setting | Comment number or comma separated comment "
2463
+ "numbers, %N means every N comments, empty means all comments"
2464
+ msgstr ""
2465
+ "Zrcalna Nastavitev Filtra Vstavljanja | Številka komentarja ali z vejico "
2466
+ "ločene številke komentarjev, %N pomeni vsakih N komentarjev, prazno pomeni "
2467
+ "vsi komentarji"
2468
+
2469
+ #: settings.php:1128
2470
+ msgid "Toggle paragraph counting settings"
2471
+ msgstr "Preklopi nastavitve za štetje odstavkov"
2472
+
2473
+ #: settings.php:1129
2474
+ msgid "Toggle paragraph clearance settings"
2475
+ msgstr "Preklopi nastavitve za izogibanje odstavkom"
2476
+
2477
+ #: settings.php:1132
2478
+ msgid "Toggle insertion filter settings"
2479
+ msgstr "Preklopi nastavitve filtra vstavljanja"
2480
+
2481
+ #: settings.php:1136 settings.php:3341
2482
+ msgid "Alignment"
2483
+ msgstr "Poravnava"
2484
+
2485
+ #: settings.php:1150
2486
+ msgid "Toggle insertion and alignment icons"
2487
+ msgstr "Preklopi ikone za vstavljanje in poravnavo"
2488
+
2489
+ #: settings.php:1164
2490
+ msgid "Custom CSS code for the wrapping div"
2491
+ msgstr "CSS koda po meri za div za ovijanje"
2492
+
2493
+ #: settings.php:1167 settings.php:1168 settings.php:1169 settings.php:1170
2494
+ #: settings.php:1171 settings.php:1172
2495
+ msgid "CSS code for the wrapping div, click to edit"
2496
+ msgstr "CSS koda za div za ovijanje, kliknite za urejanje"
2497
+
2498
+ #: settings.php:1185
2499
  msgid "HTML element"
2500
  msgstr "HTML element"
2501
 
2502
+ #: settings.php:1198
2503
  msgid "HTML element selector or comma separated list of selectors"
2504
  msgstr "Selektor HTML elementa ali z vejicami ločen seznam selektorjev"
2505
 
2506
+ #: settings.php:1204 settings.php:2412
2507
  msgid "Action"
2508
  msgstr "Akcija"
2509
 
2510
+ #: settings.php:1216
 
 
 
 
2511
  msgid ""
2512
  "Client-side insertion uses JavaScript to insert block when the page loads. "
2513
  "Server-side insertion inserts block when the page is generated but needs "
2517
  "se stran naloži. Vstavljanje na strani strežnika vstavi blok, ko se stran "
2518
  "ustvari, vendar potrebuje omogočeno Predpomnjenje izhoda."
2519
 
2520
+ #: settings.php:1226
2521
  msgid "JavaScript code position"
2522
  msgstr "Položaj JavaScript kode"
2523
 
2524
+ #: settings.php:1227
2525
  msgid ""
2526
  "Page position where the JavaScript code for client-side insertion will be "
2527
  "inserted. Should be after the HTML element if not waiting for DOM ready."
2530
  "strani klienta. Biti mora za HTML elementom, če se ne čaka na pripravljen "
2531
  "DOM."
2532
 
2533
+ #: settings.php:1242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2534
  msgid "Count"
2535
  msgstr "Štej"
2536
 
2537
+ #: settings.php:1248
2538
  msgid "paragraphs with tags"
2539
  msgstr "odstavke z značkami"
2540
 
2541
+ #: settings.php:1254
2542
  msgid "Comma separated HTML tag names, usually only 'p' tags are used"
2543
  msgstr ""
2544
  "Z vejico ločena imena HTML značk, običajno so uporabljene samo značke 'p'"
2545
 
2546
+ #: settings.php:1263
2547
  msgid "that have between"
2548
  msgstr "ki imajo med"
2549
 
2550
+ #: settings.php:1269
2551
  msgid "Minimum number of paragraph words, leave empty for no limit"
2552
  msgstr "Najmanjše število besed v odstavkih, prazno pomeni brez omejitev"
2553
 
2554
+ #: settings.php:1278
2555
  msgid "Maximum number of paragraph words, leave empty for no limit"
2556
  msgstr "Največje število besed v odstavkih, prazno pomeni brez omejitev"
2557
 
2558
+ #: settings.php:1281 settings.php:1876
2559
  msgid "words"
2560
  msgstr "besed"
2561
 
2562
+ #: settings.php:1296 settings.php:1362 settings.php:1388
2563
  msgid "Comma separated texts"
2564
  msgstr "Z vejico ločena besedila"
2565
 
2566
+ #: settings.php:1305
2567
  msgid "Minimum number of paragraphs"
2568
  msgstr "Najmanjše število odstavkov"
2569
 
2570
  #. translators: %s: list of HTML tags
2571
+ #: settings.php:1320
2572
  msgid ""
2573
  "Count also paragraphs inside %s elements - defined on general plugin "
2574
  "settings page - tab &#9881; / tab General"
2576
  "Štej tudi odstavke znotraj elementov %s - določeni na strani splošnih "
2577
  "nastavitev vtičnika - zavihek &#9881; / zavihek Splošno"
2578
 
2579
+ #: settings.php:1320
2580
  msgid "Count inside special elements"
2581
  msgstr "Štej znotraj posebnih elementov"
2582
 
2583
+ #: settings.php:1331
2584
  msgid "Minimum number of words in paragraphs above"
2585
  msgstr "Najmanjše število besed v odstavkih zgoraj"
2586
 
2587
+ #: settings.php:1337
2588
  msgid ""
2589
  "Used only with automatic insertion After paragraph and empty paragraph "
2590
  "numbers"
2592
  "Uporabljeno samo s samodejnim vstavljanjem Za odstavkom in s praznimi "
2593
  "številkami odstavkov"
2594
 
2595
+ #: settings.php:1347 settings.php:1373
2596
  msgid "In"
2597
  msgstr "V"
2598
 
2599
+ #: settings.php:1353
2600
  msgid "Number of paragraphs above to check, leave empty to disable checking"
2601
  msgstr "Število odstavkov zgoraj za preverjanje, prazno onemogoči preverjanje"
2602
 
2603
+ #: settings.php:1356
2604
  msgid "paragraphs above avoid"
2605
  msgstr "odstavkih zgoraj se izogni"
2606
 
2607
+ #: settings.php:1379
2608
  msgid "Number of paragraphs below to check, leave empty to disable checking"
2609
  msgstr "Število odstavkov spodaj za preverjanje, prazno onemogoči preverjanje"
2610
 
2611
+ #: settings.php:1382
2612
  msgid "paragraphs below avoid"
2613
  msgstr "odstavkih spodaj se izogni"
2614
 
2615
+ #: settings.php:1398
2616
  msgid "If text is found"
2617
  msgstr "Če je besedilo najdeno"
2618
 
2619
+ #: settings.php:1405
2620
  msgid "check up to"
2621
  msgstr "preveri do"
2622
 
2623
+ #: settings.php:1413
2624
  msgctxt "check up to"
2625
  msgid "paragraphs"
2626
  msgstr "odstavkov"
2627
 
2628
+ #: settings.php:1429
2629
  msgid "Categories"
2630
  msgstr "Kategorije"
2631
 
2632
+ #: settings.php:1432
2633
  msgid "Toggle category editor"
2634
  msgstr "Preklopi urejevalnik kategorij"
2635
 
2636
+ #: settings.php:1435
2637
  msgid "Comma separated category slugs"
2638
  msgstr "Z vejico ločeni ključi kategorij"
2639
 
2640
+ #: settings.php:1439
2641
  msgid "Blacklist categories"
2642
  msgstr "Črni seznam kategorij"
2643
 
2644
+ #: settings.php:1443
2645
  msgid "Whitelist categories"
2646
  msgstr "Beli seznam kategorij"
2647
 
2648
+ #: settings.php:1455
2649
  msgid "Tags"
2650
  msgstr "Oznake"
2651
 
2652
+ #: settings.php:1458
2653
  msgid "Toggle tag editor"
2654
  msgstr "Preklopi urejevalnik oznak"
2655
 
2656
+ #: settings.php:1461
2657
  msgid "Comma separated tag slugs"
2658
  msgstr "Z vejico ločeni ključi oznak"
2659
 
2660
+ #: settings.php:1465
2661
  msgid "Blacklist tags"
2662
  msgstr "Črni seznam oznak"
2663
 
2664
+ #: settings.php:1469
2665
  msgid "Whitelist tags"
2666
  msgstr "Beli seznam oznak"
2667
 
2668
+ #: settings.php:1481
2669
  msgid "Taxonomies"
2670
  msgstr "Taksonomije"
2671
 
2672
+ #: settings.php:1484
2673
  msgid "Toggle taxonomy editor"
2674
  msgstr "Preklopi urejevalnik taksonomij"
2675
 
2676
+ #: settings.php:1487
2677
  msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
2678
  msgstr "Z vejico ločeni ključi: taksonomija, izraz ali taksonomija:izraz"
2679
 
2680
+ #: settings.php:1491
2681
  msgid "Blacklist taxonomies"
2682
  msgstr "Črni seznam taksonomij"
2683
 
2684
+ #: settings.php:1495
2685
  msgid "Whitelist taxonomies"
2686
  msgstr "Beli seznam taksonomij"
2687
 
2688
+ #: settings.php:1507
2689
  msgid "Post IDs"
2690
  msgstr "ID-ji prispevkov"
2691
 
2692
+ #: settings.php:1510
2693
  msgid "Toggle post/page ID editor"
2694
  msgstr "Preklopi urejevalnik ID-jev prispevkov/strani"
2695
 
2696
+ #: settings.php:1513
2697
  msgid "Comma separated post/page IDs"
2698
  msgstr "Z vejico ločeni ID-ji prispevkov/strani"
2699
 
2700
+ #: settings.php:1517
2701
  msgid "Blacklist IDs"
2702
  msgstr "Črni seznam ID-jev"
2703
 
2704
+ #: settings.php:1521
2705
  msgid "Whitelist IDs"
2706
  msgstr "Beli seznam ID-jev"
2707
 
2708
+ #: settings.php:1533
2709
  msgid "Urls"
2710
  msgstr "Url-ji"
2711
 
2712
+ #: settings.php:1536
2713
  msgid "Toggle url editor"
2714
  msgstr "Preklopi urejevalnik url-jev"
2715
 
2716
+ #: settings.php:1539
2717
  msgid ""
2718
  "Comma separated urls (page addresses) starting with / after domain name (e."
2719
  "g. /permalink-url, use only when you need to taget a specific url not "
2725
  "nsalov, ki drugače ni dostopen). Uporabite lahko tudi delne url-je z * (/url-"
2726
  "začetek*. *url-vzorec*, *url-konec)"
2727
 
2728
+ #: settings.php:1543
2729
  msgid "Blacklist urls"
2730
  msgstr "Črni seznam url-jev"
2731
 
2732
+ #: settings.php:1547
2733
  msgid "Whitelist urls"
2734
  msgstr "Beli seznam url-jev"
2735
 
2736
+ #: settings.php:1558
2737
  msgid "Url parameters"
2738
  msgstr "Url parametri"
2739
 
2740
+ #: settings.php:1562
2741
  msgid "Toggle url parameter and cookie editor"
2742
  msgstr "Preklopi urejevalnik url parametrov in piškotkov"
2743
 
2744
+ #: settings.php:1565
2745
  msgid ""
2746
  "Comma separated url query parameters or cookies with optional values (use "
2747
  "'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
2750
  "vrednostmi (uporabite 'prameter', 'prameter=vrednost', 'piškotek' or "
2751
  "'piškotek=vrednost')"
2752
 
2753
+ #: settings.php:1569
2754
  msgid "Blacklist url parameters"
2755
  msgstr "Črni seznam url parametrov"
2756
 
2757
+ #: settings.php:1573
2758
  msgid "Whitelist url parameters"
2759
  msgstr "Beli seznam url parametrov"
2760
 
2761
+ #: settings.php:1584
2762
  msgid "Referrers"
2763
  msgstr "Napotitelji"
2764
 
2765
+ #: settings.php:1587
2766
  msgid "Toggle referer editor"
2767
  msgstr "Preklopi urejevalnik napotiteljev"
2768
 
2769
+ #: settings.php:1590
2770
  msgid ""
2771
  "Comma separated domains, use # for no referrer, you can also use partial "
2772
  "domains with * (domain-start*. *domain-pattern*, *domain-end)"
2774
  "Z vejico ločene domene, uporabite # za primer, ko ni napotitelja, uporabite "
2775
  "lahko tudi delne domene z * (začetek-domene*. *vzorec-domene*, *konec-domene)"
2776
 
2777
+ #: settings.php:1594
2778
  msgid "Blacklist referers"
2779
  msgstr "Črni seznam napotiteljev"
2780
 
2781
+ #: settings.php:1598
2782
  msgid "Whitelist referers"
2783
  msgstr "Beli seznam napotiteljev"
2784
 
2785
+ #: settings.php:1618
2786
  msgid "Enable widget for this block"
2787
  msgstr "Omogočite gradnik za ta blok"
2788
 
2789
+ #: settings.php:1630
2790
  msgid "Enable shortcode for manual insertion of this block in posts and pages"
2791
  msgstr ""
2792
  "Omogočite kratko kodo za ročno vstavljanje tega bloka v prispevke in strani"
2793
 
2794
+ #: settings.php:1631 settings.php:3343
2795
  msgid "Shortcode"
2796
  msgstr "Kratka koda"
2797
 
2798
+ #: settings.php:1646
2799
  msgid ""
2800
  "Enable PHP function call to insert this block at any position in theme file. "
2801
  "If function is disabled for block it will return empty string."
2804
  "položaju v datoteki teme. Če je funkcija za blok onemogočena, bo vrnila "
2805
  "prazen niz."
2806
 
2807
+ #: settings.php:1647
2808
  msgid "PHP function"
2809
  msgstr "PHP funkcija"
2810
 
2811
+ #: settings.php:1662
2812
  msgid "Client-side device detection"
2813
  msgstr "Zaznavanje naprave na strani klienta"
2814
 
2815
+ #: settings.php:1663
2816
  msgid "Server-side device detection"
2817
  msgstr "Zaznavanje naprave na strani strežnika"
2818
 
2819
+ #: settings.php:1670
2820
  msgid "Use client-side detection to"
2821
  msgstr "Uporabi zaznavanje na strani klienta in"
2822
 
2823
+ #: settings.php:1672
2824
+ msgid "Either show/hide or insert when the page is loaded on wanted viewports"
2825
+ msgstr ""
2826
+ "Bodisi prikaži/skrij ali vstavi, ko se stran naloži na želenih pogledih"
2827
+
2828
  #. Translators: only on (the following devices): viewport names (devices)
2829
  #. listed
2830
+ #: settings.php:1677
2831
  msgid "only on"
2832
  msgstr "samo na"
2833
 
2834
+ #: settings.php:1705
2835
+ msgid "Device min width %s px"
2836
+ msgstr "Najmanjša širina naprave %s px"
2837
+
2838
+ #: settings.php:1731
2839
  msgid "Use server-side detection to insert block only for"
2840
  msgstr "Uporabi zaznavanje na strani strežnika za vstavljanje bloka samo za"
2841
 
2842
+ #: settings.php:1750
2843
  msgid "Filter"
2844
  msgstr "Filter"
2845
 
2846
+ #: settings.php:1751
2847
  msgid "Word Count"
2848
  msgstr "Število Besed"
2849
 
2850
+ #: settings.php:1752
2851
  msgid "Scheduling"
2852
  msgstr "Urnik"
2853
 
2854
+ #: settings.php:1753
2855
  msgid "Display"
2856
  msgstr "Prikaz"
2857
 
2858
+ #: settings.php:1755 settings.php:1984
2859
  msgid "General"
2860
  msgstr "Splošno"
2861
 
2862
+ #: settings.php:1767
2863
  msgid "Old settings for AMP pages detected"
2864
  msgstr "Zaznane stare nastavitve za AMP strani"
2865
 
2866
+ #: settings.php:1767
2867
  msgid ""
2868
  "To insert different codes on normal and AMP pages separate them with "
2869
  "[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
2874
  "straneh samo, ko želite vstaviti ISTO KODO tudi na AMP straneh (brez AMP "
2875
  "separatorja)."
2876
 
2877
+ #: settings.php:1767
2878
  msgid "AMP pages"
2879
  msgstr "AMP strani"
2880
 
2881
+ #: settings.php:1772
2882
  msgid "Enable insertion for Ajax requests"
2883
  msgstr "Omogoči vstavljanje v Ajax zahtevah"
2884
 
2885
+ #: settings.php:1772
2886
  msgid "Ajax requests"
2887
  msgstr "Ajax zahteve"
2888
 
2889
+ #: settings.php:1777
2890
  msgid "Enable insertion in RSS feeds"
2891
  msgstr "Omogoči vstavljanje v RSS virih"
2892
 
2893
+ #: settings.php:1777
2894
  msgid "RSS Feed"
2895
  msgstr "RSS Vir"
2896
 
2897
+ #: settings.php:1782
2898
  msgid "Enable insertion on page for Error 404: Page not found"
2899
  msgstr "Omogoči vstavljanje na strani za napako 404: Stran ne obstaja"
2900
 
2901
+ #: settings.php:1782
2902
  msgid "Error 404 page"
2903
  msgstr "Stran napake 404"
2904
 
2905
+ #: settings.php:1794
2906
  msgid "Maximum number of insertion of this block. Empty or 0 means no limit."
2907
  msgstr ""
2908
  "Največje število vstavljanj tega bloka. Prazno ali 0 pomeni brez omejitev."
2909
 
2910
+ #: settings.php:1795
2911
  msgid "Max"
2912
  msgstr "Največ"
2913
 
2914
+ #: settings.php:1795
2915
  msgid "insertions"
2916
  msgstr "vstavljanj"
2917
 
2918
+ #: settings.php:1797
2919
  msgid ""
2920
  "Count this block for Max blocks per page limit (defined on the tab &#9881; / "
2921
  "tab General)"
2923
  "Štej ta blok za omejitev Največ blokov na stran (določena na zavihku "
2924
  "&#9881; / zavihek Splošno)"
2925
 
2926
+ #: settings.php:1800 settings.php:2142
2927
  msgid "Max blocks per page"
2928
  msgstr "Največ blokov na stran"
2929
 
2930
+ #: settings.php:1812
2931
  msgid "Insert for"
2932
  msgstr "Vstavi za"
2933
 
2934
+ #: settings.php:1820
2935
  msgid ""
2936
  "Insert block only when WP function in_the_loop () returns true (WP loop is "
2937
  "currently active). Might speed up insertion on content pages when "
2941
  "trenutno aktivna). Lahko pospeši vstavljanje na določenih straneh, ko je "
2942
  "filter the_content večkrat klican."
2943
 
2944
+ #: settings.php:1823
2945
  msgid "Insert only in the loop"
2946
  msgstr "Vstavi samo v zanki"
2947
 
2948
+ #: settings.php:1829
2949
  msgid ""
2950
  "Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
2951
  msgstr ""
2952
  "Onemogoči predpomnenje za vtičnike WP Super Cache, W3 Total Cache in WP "
2953
  "Rocket"
2954
 
2955
+ #: settings.php:1829
2956
  msgid "Disable caching"
2957
  msgstr "Onemogoči predpomnjenje"
2958
 
2959
+ #: settings.php:1841
2960
  msgid "Filter insertions"
2961
  msgstr "Filtriraj vstavljanja"
2962
 
2963
+ #: settings.php:1844
2964
  msgid ""
2965
  "Filter multiple insertions by specifying wanted insertions for this block - "
2966
  "single number, comma separated numbers or %N for every N insertions - empty "
2972
  "- prazno pomeni vsa vstavljanja / brez filtra. Nastavite Števec za filter na "
2973
  "Samodejni števec, če uporabljate samo eno vrsto vstavljanja."
2974
 
2975
+ #: settings.php:1847
2976
  msgid "using"
2977
  msgstr "z uporabo"
2978
 
2979
+ #: settings.php:1866
2980
  msgid "Checked means specified calls are unwanted"
2981
  msgstr "Odkljukano pomeni, da so našteti klici neželjeni"
2982
 
2983
+ #: settings.php:1866
2984
  msgid "Invert filter"
2985
  msgstr "Obrni filter"
2986
 
2987
+ #: settings.php:1872
2988
  msgid "Post/Static page must have between"
2989
  msgstr "Prispevek/Statična stran mora imeti med"
2990
 
2991
+ #: settings.php:1873
2992
  msgid "Minimum number of post/static page words, leave empty for no limit"
2993
  msgstr ""
2994
  "Najmanjše število besed v prispevkih/statičnih straneh, prazno pomeni brez "
2995
  "omejitev"
2996
 
2997
+ #: settings.php:1875
2998
  msgid "Maximum number of post/static page words, leave empty for no limit"
2999
  msgstr ""
3000
  "Največje število besed v prispevkih/statičnih straneh, prazno pomeni brez "
3001
  "omejitev"
3002
 
3003
+ #: settings.php:1888
3004
  msgid "days after publishing"
3005
  msgstr "dni po objavi"
3006
 
3007
+ #: settings.php:1890
3008
  msgid "Not available"
3009
  msgstr "Ni na razpolago"
3010
 
3011
+ #: settings.php:1903 settings.php:2134
3012
  msgid "Ad label"
3013
  msgstr "Oznaka oglasa"
3014
 
3015
+ #: settings.php:1922
3016
  msgid "General tag"
3017
  msgstr "Splošna oznaka"
3018
 
3019
+ #: settings.php:1926
3020
  msgid "Used for [adinserter data=''] shortcodes when no data is found"
3021
  msgstr "Uporabljeno za kratke kode [adinserter data=''] ko ni podatkov"
3022
 
3023
  #. translators: %s: HTML tags
3024
+ #: settings.php:1935
3025
  msgid ""
3026
  "%s WARNING: %s No Wrapping %s style has no wrapping code needed for client-"
3027
  "side device detection!"
3029
  "%s OPOZORILO: slog %s Brez Ovijanja %s nima kode za ovijanje , ki je "
3030
  "potrebna za zaznavanje naprave na strani klienta!"
3031
 
3032
+ #: settings.php:1947
3033
  msgid "Settings"
3034
  msgstr "Nastavitve"
3035
 
3036
+ #: settings.php:1950
3037
  msgid "Settings timestamp"
3038
  msgstr "Časovni žig nastavitev"
3039
 
3040
+ #: settings.php:1962
3041
  msgid "Are you sure you want to reset all settings?"
3042
  msgstr "Ali ste prepričani, da želite ponastaviti vse nastavitve?"
3043
 
3044
+ #: settings.php:1962
3045
  msgid "Reset All Settings"
3046
  msgstr "Ponastavi Vse Nastavitve"
3047
 
3048
+ #: settings.php:1985
3049
  msgid "Viewports"
3050
  msgstr "Pogledi"
3051
 
3052
+ #: settings.php:1986
3053
  msgid "Hooks"
3054
  msgstr "Ročice"
3055
 
3056
+ #: settings.php:1987
3057
  msgid "Header"
3058
  msgstr "Glava"
3059
 
3060
+ #: settings.php:1988 strings.php:30
3061
  msgid "Footer"
3062
  msgstr "Noga"
3063
 
3064
+ #: settings.php:1993
3065
  msgid "Debugging"
3066
  msgstr "Razhroščevanje"
3067
 
3068
+ #: settings.php:2003
3069
  msgid "Plugin priority"
3070
  msgstr "Prednost vtičnika"
3071
 
3072
+ #: settings.php:2011
3073
  msgid "Output buffering"
3074
  msgstr "Predpomnjenje izhoda"
3075
 
3076
+ #: settings.php:2014
3077
  msgid "Needed for position Above header but may not work with all themes"
3078
  msgstr "Potrebno za položaj Nad glavo, ampak lahko, da ne dela z vsemi temami"
3079
 
3080
+ #: settings.php:2022
3081
  msgid "Syntax highlighting theme"
3082
  msgstr "Tema za poudarjanje sintakse"
3083
 
3084
+ #: settings.php:2029
3085
  msgctxt "no syntax highlighting themes"
3086
  msgid "None"
3087
  msgstr "Brez"
3088
 
3089
+ #: settings.php:2030
3090
  msgid "No Syntax Highlighting"
3091
  msgstr "Brez Poudarjanja Sintakse"
3092
 
3093
+ #: settings.php:2032
3094
  msgctxt "syntax highlighting themes"
3095
  msgid "Light"
3096
  msgstr "Svetle"
3097
 
3098
+ #: settings.php:2047
3099
  msgctxt "syntax highlighting themes"
3100
  msgid "Dark"
3101
  msgstr "Temne"
3102
 
3103
+ #: settings.php:2073
3104
  msgid "Min. user role for ind. exceptions editing"
3105
  msgstr "Najm. uporabniška vloga za urejanje izjem"
3106
 
3107
+ #: settings.php:2083
3108
  msgid "Sticky widget mode"
3109
  msgstr "Način za lepljive gradnike"
3110
 
3111
+ #: settings.php:2086
3112
  msgid ""
3113
  "CSS mode is the best approach but may not work with all themes. JavaScript "
3114
  "mode works with most themes but may reload ads on page load."
3117
  "Način JavaScript dela z večino tem, ampak lahko ponovno naloži oglase pri "
3118
  "nalaganju strani."
3119
 
3120
+ #: settings.php:2094
3121
  msgid "Sticky widget top margin"
3122
  msgstr "Zgornji rob za lepljiv gradnik"
3123
 
3124
+ #: settings.php:2102
3125
  msgid "Dynamic blocks"
3126
  msgstr "Dinamični bloki"
3127
 
3128
+ #: settings.php:2115
3129
  msgid "Functions for paragraph counting"
3130
  msgstr "Funkcije za štetje odstavkov"
3131
 
3132
+ #: settings.php:2118
3133
  msgid ""
3134
  "Standard PHP functions are faster and work in most cases, use Multibyte "
3135
  "functions if paragraphs are not counted properly on non-english pages."
3138
  "Večznakovne funkcije, če na ne-angleških straneh odstavki niso pravilno "
3139
  "šteti."
3140
 
3141
+ #: settings.php:2126
3142
  msgid "No paragraph counting inside"
3143
  msgstr "Ni štetja odstavkov znotraj"
3144
 
3145
+ #: settings.php:2137
3146
  msgid "Label text or HTML code"
3147
  msgstr "Besedilo oznake ali HTML koda"
3148
 
3149
+ #: settings.php:2145
3150
  msgid ""
3151
  "Maximum number of inserted blocks per page. You need to enable Max page "
3152
  "insertions (button Misc / tab Insertion) to count block for this limit."
3155
  "blokov na stran (gumb Razno / zavihek Vstavljanje), da bo blok štel za to "
3156
  "omejitev."
3157
 
3158
+ #: settings.php:2159
3159
  msgid "Plugin usage tracking"
3160
  msgstr "Sledenje uporabe vtičnika"
3161
 
3162
  #. translators: %s: Ad Inserter
3163
+ #: settings.php:2162
3164
  msgid ""
3165
  "Enable tracking of %s usage and help us to make improvements to the plugin. "
3166
  "Only information regarding the WordPress environment and %s usage is "
3170
  "Beležijo se samo informacije glede okolja WordPress in uporabe %s-ja (enkrat "
3171
  "mesečno in ob dogodkih kot so aktivacija/deaktivacija)."
3172
 
3173
+ #: settings.php:2180
3174
  msgid "CSS class name for the wrapping div"
3175
  msgstr "Ime CSS razreda za div za ovijanje"
3176
 
3177
+ #: settings.php:2180
3178
  msgid "Block class name"
3179
  msgstr "Ime razreda za blok"
3180
 
3181
+ #: settings.php:2184
3182
  msgid "Include general plugin block class"
3183
  msgstr "Vključi splošni razred vtičnika za blok"
3184
 
3185
+ #: settings.php:2184
3186
  msgid "Block class"
3187
  msgstr "Razred bloka"
3188
 
3189
+ #: settings.php:2189
3190
  msgid "Include block number class"
3191
  msgstr "Vključi razred številke bloka"
3192
 
3193
+ #: settings.php:2189
3194
  msgid "Block number class"
3195
  msgstr "Razred številke bloka"
3196
 
3197
+ #: settings.php:2194
3198
  msgid ""
3199
  "Instead of alignment classes generate inline alignment styles for blocks"
3200
  msgstr ""
3201
  "Namesto razredov za poravnavo ustvari medvrstične sloge za poravnavo blokov"
3202
 
3203
+ #: settings.php:2194
3204
  msgid "Inline styles"
3205
  msgstr "Medvrstični slogi"
3206
 
3207
+ #: settings.php:2200
3208
  msgid "Preview of the block wrapping code"
3209
  msgstr "Predogled kode za ovijanje blokov"
3210
 
3211
+ #: settings.php:2201
3212
  msgid "Wrapping div"
3213
  msgstr "div za ovijanje"
3214
 
3215
+ #: settings.php:2202 settings.php:2602
3216
  msgid "BLOCK CODE"
3217
  msgstr "KODA BLOKA"
3218
 
3219
+ #: settings.php:2210
3220
  msgid "Viewport Settings used for client-side device detection"
3221
  msgstr ""
3222
  "Nastavitve Pogledov, uporabljene za zaznavanje naprav na strani klienta"
3223
 
3224
+ #. Translators: %d: viewport number
3225
+ #: settings.php:2218
3226
+ msgid "Viewport %d name"
3227
+ msgstr "Ime pogleda %d"
3228
+
3229
+ #: settings.php:2221
3230
+ msgid "min width"
3231
+ msgstr "najmanjša širina"
3232
+
3233
+ #: settings.php:2232
3234
  msgid "Custom Hooks"
3235
  msgstr "Ročice Po Meri"
3236
 
3237
+ #: settings.php:2244 settings.php:2247
3238
+ msgid "Enable hook"
3239
+ msgstr "Omogoči ročico"
3240
+
3241
+ #. translators: %d: hook number
3242
+ #: settings.php:2247
3243
+ msgid "Hook %d name"
3244
+ msgstr "Ime ročice %d"
3245
+
3246
+ #: settings.php:2250
3247
+ msgid "Hook name for automatic insertion selection"
3248
+ msgstr "Ime ročice za izbiro samodejnega vstavljanja"
3249
+
3250
+ #: settings.php:2253
3251
+ msgid "action"
3252
+ msgstr "akcija"
3253
+
3254
+ #: settings.php:2256
3255
+ msgid "Action name as used in the do_action () function"
3256
+ msgstr "Ime akcije kot je uporabljena v do_action () funkciji"
3257
+
3258
+ #: settings.php:2259
3259
+ msgid "priority"
3260
+ msgstr "prednost"
3261
+
3262
+ #: settings.php:2262
3263
+ msgid "Priority for the hook (default is 10)"
3264
+ msgstr "Prednost za ročico (privzeta je 10)"
3265
+
3266
+ #: settings.php:2283
3267
  msgid "Enable insertion of this code into HTML page header"
3268
  msgstr "Omogoči vstavljanje te kode v glavi HTML strani"
3269
 
3270
+ #: settings.php:2287 settings.php:2345 settings.php:2504
3271
  msgid "Process PHP code"
3272
  msgstr "Procesiraj PHP kodo"
3273
 
3274
+ #: settings.php:2291
3275
  msgid "HTML Page Header Code"
3276
  msgstr "Koda v Glavi HTML Strani"
3277
 
3278
+ #: settings.php:2299
3279
  msgid "Code in the %s section of the HTML page"
3280
  msgstr "Koda v %s delu HTML strani"
3281
 
3282
+ #: settings.php:2300 settings.php:2358
3283
  msgctxt "code in header or footer"
3284
  msgid "DISABLED"
3285
  msgstr "ONEMOGOČENA"
3286
 
3287
+ #: settings.php:2313 settings.php:2371
3288
  msgid "Use server-side detection to insert code only for"
3289
  msgstr "Zaznavanje na strani strežnika za vstavljanje samo za"
3290
 
3291
+ #: settings.php:2326
3292
  msgid ""
3293
  "Enable insertion of this code into HTML page header on page for Error 404: "
3294
  "Page not found"
3296
  "Omogoči vstavljanje te kode v HTML glavo na strani za napako 404: Stran ne "
3297
  "obstaja"
3298
 
3299
+ #: settings.php:2326 settings.php:2384
3300
  msgid "Insert on Error 404 page"
3301
  msgstr "Vstavi na strani Napake 404"
3302
 
3303
+ #: settings.php:2341
3304
  msgid "Enable insertion of this code into HTML page footer"
3305
  msgstr "Omogoči vstavljanje te kode v HTML nogi"
3306
 
3307
+ #: settings.php:2349
3308
  msgid "HTML Page Footer Code"
3309
  msgstr "Koda v Nogi HTML Strani"
3310
 
3311
  #. translators: %s: HTML tags
3312
+ #: settings.php:2357
3313
  msgid "Code before the %s tag of the the HTML page"
3314
  msgstr "Koda pred %s značko HTML strani"
3315
 
3316
+ #: settings.php:2384
3317
  msgid ""
3318
  "Enable insertion of this code into HTML page footer on page for Error 404: "
3319
  "Page not found"
3321
  "Omogoči vstavljanje te kode v nogo HTML strani na strani za napako 404: "
3322
  "Stran ne obstaja"
3323
 
3324
+ #: settings.php:2398
3325
  msgid "Enable detection of ad blocking"
3326
  msgstr "Omogoči zaznavanje blokiranja oglasov"
3327
 
3328
+ #: settings.php:2415
3329
  msgid "Global action when ad blocking is detected"
3330
  msgstr "Globalna akcija, ko je zaznano blokiranje oglasov"
3331
 
3332
+ #: settings.php:2424
3333
  msgid "Delay Action"
3334
  msgstr "Zakasni Akcijo"
3335
 
3336
+ #: settings.php:2427
3337
  msgid ""
3338
  "Number of page views to delay action when ad blocking is detected. Leave "
3339
  "empty for no delay (action fires on first page view). Sets cookie."
3342
  "oglasov. Prazno pomeni brez zakasnitve (akcija se sproži pri prvem ogledu "
3343
  "strani). Nastavi piškotek."
3344
 
3345
+ #: settings.php:2427
3346
  msgctxt "Delay Action for x "
3347
  msgid "page views"
3348
  msgstr "ogledov strani"
3349
 
3350
+ #: settings.php:2432
3351
  msgid "No Action Period"
3352
  msgstr "Obdobje Brez Akcije"
3353
 
3354
+ #: settings.php:2435
3355
  msgid ""
3356
  "Number of days to supress action when ad blocking is detected. Leave empty "
3357
  "for no no-action period (action fires always after defined page view delay). "
3361
  "pomeni brez zadržanja (akcija se sproži vedno po določeni zakasnitvi ogledov "
3362
  "strani). Nastavi piškotek."
3363
 
3364
+ #: settings.php:2435
3365
  msgctxt "no action period"
3366
  msgid "days"
3367
  msgstr "dni"
3368
 
3369
+ #: settings.php:2440
3370
  msgid "Custom Selectors"
3371
  msgstr "Selektorji Po Meri"
3372
 
3373
+ #: settings.php:2443
3374
  msgid ""
3375
  "Comma seprarated list of selectors (.class, #id) used for additional ad "
3376
  "blocking detection. Invisible element or element with zero height means ad "
3380
  "zaznavanje blokiranja oglasov. Neviden element ali element z ničelno višino "
3381
  "pomeni prisotnost blokiranja oglasov."
3382
 
3383
+ #: settings.php:2455
3384
  msgid "Redirection Page"
3385
  msgstr "Stran za Preusmeritev"
3386
 
3387
+ #: settings.php:2467
3388
  msgid "Custom Url"
3389
  msgstr "Url Po Meri"
3390
 
3391
+ #: settings.php:2472
3392
  msgid ""
3393
  "Static page for redirection when ad blocking is detected. For other pages "
3394
  "select Custom url and set it below."
3396
  "Statična stran za preusmeritev, ko je zaznano blokiranje oglasov. Za druge "
3397
  "strani izberite Url Po Meri in ga nastavite spodaj."
3398
 
3399
+ #: settings.php:2481
3400
  msgid "Custom Redirection Url"
3401
  msgstr "Url za Preusmeritev Po Meri"
3402
 
3403
+ #: settings.php:2493
3404
  msgid "Message HTML code"
3405
  msgstr "HTML koda sporočila"
3406
 
3407
+ #: settings.php:2506
3408
  msgid "Preview message when ad blocking is detected"
3409
  msgstr "Predogled sporočila, ko je zaznano blokiranje oglasov"
3410
 
3411
+ #: settings.php:2535
3412
  msgid "Prevent visitors from closing the warning message"
3413
  msgstr "Prepreči obiskovalcem, da zaprejo opozorilno sporočilo"
3414
 
3415
+ #: settings.php:2535
3416
  msgid "Undismissible Message"
3417
  msgstr "Neodstranljivo Sporočilo"
3418
 
3419
+ #: settings.php:2548
3420
  msgid ""
3421
  "Force showing admin toolbar for administrators when viewing site. Enable "
3422
  "this option when you are logged in as admin and you don't see admin toolbar."
3425
  "možnost, če ste prijavljeni kot skrbnik, pa ne vidite orodne vrstice za "
3426
  "skrbnike."
3427
 
3428
+ #: settings.php:2556
3429
  msgid "Disable header code (Header tab)"
3430
  msgstr "Onemogoči kodo v glavi (zavihek Glava)"
3431
 
3432
+ #: settings.php:2560
3433
  msgid "Disable footer code (Footer tab)"
3434
  msgstr "Onemogoči kodo v nogi (zavihek Noga)"
3435
 
3436
  #. translators: %s: Ad Inserter
3437
+ #: settings.php:2564
3438
  msgid "Disable %s JavaScript code"
3439
  msgstr "Onemogoči %s JavaScript kodo"
3440
 
3441
  #. translators: %s: Ad Inserter
3442
+ #: settings.php:2568
3443
  msgid "Disable %s CSS code"
3444
  msgstr "Onemogoči %s CSS kodo"
3445
 
3446
+ #: settings.php:2572
3447
  msgid ""
3448
  "Disable PHP code processing (in all blocks including header and footer code)"
3449
  msgstr ""
3450
  "Onemogoči procesiranje PHP kode (v vseh blokh vključno z glavo in nogo)"
3451
 
3452
+ #: settings.php:2576
3453
  msgid "Disable insertion of all blocks"
3454
  msgstr "Onemogoči vstavljanje vseh blokov"
3455
 
3456
+ #: settings.php:2580
3457
  msgid "Disable insertions"
3458
  msgstr "Onemogoči vstavljanja"
3459
 
3460
  #. translators: %s: Ad Inserter
3461
+ #: settings.php:2592
3462
  msgid "%s CSS CODE"
3463
  msgstr "%s CSS KODA"
3464
 
3465
+ #: settings.php:2595
3466
  msgid "HEADER CODE"
3467
  msgstr "KODA GLAVE"
3468
 
3469
  #. translators: %s: PHP tags
3470
+ #: settings.php:2601
3471
  msgid "BLOCK PHP CODE"
3472
  msgstr "PHP KODA BLOKA"
3473
 
3474
  #. translators: %s: Ad Inserter
3475
+ #: settings.php:2607
3476
  msgid "%s JS CODE"
3477
  msgstr "%s JS KODA"
3478
 
3479
+ #: settings.php:2610
3480
  msgid "FOOTER CODE"
3481
  msgstr "KODA NOGE"
3482
 
3483
+ #: settings.php:2619
3484
  msgid "Force showing admin toolbar when viewing site"
3485
  msgstr "Vsili prikaz orodne vrstice za skrbnike pri ogledu strani"
3486
 
3487
+ #: settings.php:2626
3488
  msgid "Enable debugging functions in admin toolbar"
3489
  msgstr "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike"
3490
 
3491
+ #: settings.php:2628
3492
  msgid "Debugging functions in admin toolbar"
3493
  msgstr "Funkcije za razhroščevanje v orodni vrstici za skrbnike"
3494
 
3495
+ #: settings.php:2635
3496
  msgid "Enable debugging functions in admin toolbar on mobile screens"
3497
  msgstr ""
3498
  "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike na mobilnih "
3499
  "zaslonih"
3500
 
3501
+ #: settings.php:2637
3502
  msgid "Debugging functions on mobile screens"
3503
  msgstr "Funkcije za razhroščevanje na mobilnih zaslonih"
3504
 
3505
+ #: settings.php:2644
3506
  msgid ""
3507
  "Enable Debugger widget and code insertion debugging (blocks, positions, "
3508
  "tags, processing) by url parameters for non-logged in users. Enable this "
3517
  "pomagali diagnosticirati težave. Za prijavljene skrbnike je razhroščevanje "
3518
  "vedno omogočeno."
3519
 
3520
+ #: settings.php:2646
3521
  msgid "Remote debugging"
3522
  msgstr "Oddaljeno razhroščevanje"
3523
 
3524
+ #: settings.php:2653
3525
  msgid ""
3526
  "Disable translation to see original texts for the settings and messages in "
3527
  "English"
3529
  "Onemogoči prevod za prikaz prvotnih besedil nastavitev in sporočil v "
3530
  "angleščini"
3531
 
3532
+ #: settings.php:2655
3533
  msgid "Disable translation"
3534
  msgstr "Onemogoči prevod"
3535
 
3536
+ #: settings.php:2990
3537
+ msgid "Available positions for current theme"
3538
+ msgstr "Razpoložljivi položaji za trenutno temo"
3539
+
3540
+ #: settings.php:2991
3541
+ msgid "Error checking pages"
3542
+ msgstr "Napaka pri preverjanju strani"
3543
+
3544
+ #: settings.php:2994
3545
+ msgid "Toggle theme checker for available positions for automatic insertion"
3546
+ msgstr ""
3547
+ "Preklopi preverjanje teme za razpoložljive položaje za samodejno vstavljanje"
3548
+
3549
+ #: settings.php:2994
3550
+ msgctxt "Button"
3551
+ msgid "Check"
3552
+ msgstr "Preveri"
3553
+
3554
+ #: settings.php:3000
3555
+ msgid "Position"
3556
+ msgstr "Položaj"
3557
+
3558
+ #: settings.php:3055
3559
+ msgid ""
3560
+ "Position not available because output buffering (tab [*]) is not enabled"
3561
+ msgstr ""
3562
+ "Položaj ni na razpolago ker predpomnjenje izhoda (zavihek [*]) ni omogočeno"
3563
+
3564
+ #: settings.php:3058 strings.php:214
3565
+ msgid "Position not checked yet"
3566
+ msgstr "Položaj še ni bil preverjen"
3567
+
3568
+ #: settings.php:3089
3569
  msgid "Toggle active/all blocks"
3570
  msgstr "Preklopi aktive/vse bloke"
3571
 
3572
+ #: settings.php:3093 strings.php:201
3573
  msgid "Rearrange block order"
3574
  msgstr "Preuredi vrstni red blokov"
3575
 
3576
+ #: settings.php:3098
3577
  msgid "Save new block order"
3578
  msgstr "Shrani vrstni red blokov"
3579
 
3580
+ #: settings.php:3098
3581
  msgid "Save Changes"
3582
  msgstr "Sharani Nastavitve"
3583
 
3584
+ #: settings.php:3123
3585
  msgid "Toggle active/all ad units"
3586
  msgstr "Preklopi aktivne/vse oglasne enote"
3587
 
3588
+ #: settings.php:3127
3589
  msgid "Reload AdSense ad units"
3590
  msgstr "Ponovno naloži oglasne enote AdSense"
3591
 
3592
+ #: settings.php:3131
3593
  msgid "Clear authorization to access AdSense account"
3594
  msgstr "Odstrani avtorizacijo za dostop do računa AdSense"
3595
 
3596
+ #: settings.php:3135 settings.php:3500 settings.php:3567 strings.php:209
3597
  msgid "Google AdSense Homepage"
3598
  msgstr "Google AdSense Domača Stran"
3599
 
3600
+ #: settings.php:3312
3601
  msgid "Preview block"
3602
  msgstr "Predogled bloka"
3603
 
3604
+ #: settings.php:3321
3605
  msgid "Insertion disabled"
3606
  msgstr "Vstavljanje onemogočeno"
3607
 
3608
+ #: settings.php:3345
 
 
 
 
3609
  msgid "Widget positions"
3610
  msgstr "Položaji gradnikov"
3611
 
3612
+ #: settings.php:3411
3613
  msgid "Ad unit"
3614
  msgstr "Enota"
3615
 
3616
+ #: settings.php:3413
3617
  msgid "Slot ID"
3618
  msgstr "ID mesta"
3619
 
3620
+ #: settings.php:3439
3621
  msgid "Copy AdSense code"
3622
  msgstr "Kopiraj kodo AdSense"
3623
 
3624
+ #: settings.php:3442
3625
  msgid "Preview AdSense ad"
3626
  msgstr "Predogled oglasa AdSense"
3627
 
3628
+ #: settings.php:3445
3629
  msgid "Get AdSense code"
3630
  msgstr "Pridobi kodo AdSense"
3631
 
3632
  #. translators: %s: HTML tags
3633
+ #: settings.php:3477
3634
  msgid ""
3635
  "Please %s clear authorization %s with the button %s above and once again "
3636
  "authorize access to your AdSense account."
3638
  "Prosimo, %s odstranite avtorizacijo %s z gumbom %s zgoraj in še enkrat "
3639
  "avtorizirajte dostop do vašega računa AdSense."
3640
 
3641
+ #: settings.php:3496
3642
  msgid "AdSense Integration"
3643
  msgstr "Integracija AdSense"
3644
 
3645
+ #: settings.php:3498
3646
  msgid "AdSense Integration - Step 2"
3647
  msgstr "Integracija AdSense - Korak 2"
3648
 
3649
  #. translators: %s: HTML tags
3650
+ #: settings.php:3504
3651
  msgid ""
3652
  "Authorize %s to access your AdSense account. Click on the %s Get "
3653
  "Authorization Code %s button to open a new window where you can allow "
3660
  "Avtoriziraj. %s"
3661
 
3662
  #. translators: %s: HTML tags
3663
+ #: settings.php:3511
3664
  msgid ""
3665
  "If you get error, can't access ad units or would like to use own Google API "
3666
  "IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
3671
  "je %s za vnos podatkov ID Klienta in Skrivnost Klienta."
3672
 
3673
  #. translators: %s: HTML tags
3674
+ #: settings.php:3513
3675
  msgid ""
3676
  "Now you can authorize %s to access your AdSense account. Click on the %s Get "
3677
  "Authorization Code %s button to open a new window where you can allow "
3684
  "gumb %s Avtoriziraj. %s"
3685
 
3686
  #. translators: %s: HTML tags
3687
+ #: settings.php:3520
3688
  msgid ""
3689
  "If you get error %s invalid client %s click on the button %s Clear and "
3690
  "return to Step 1 %s to re-enter Client ID and Client Secret."
3692
  "Če se pojavi napaka %s neveljaven klient %s, kliknite na gumb %s Odstrani in "
3693
  "se vrni na Korak 1 %s za ponoven vnos ID klienta in Skrivnost Klienta."
3694
 
3695
+ #: settings.php:3531
3696
  msgid "Get Authorization Code"
3697
  msgstr "Pridobi Avtoriazcijsko Kodo"
3698
 
3699
+ #: settings.php:3534
3700
  msgid "Enter Authorization Code"
3701
  msgstr "Vnesi Avorizacijsko Kodo"
3702
 
3703
+ #: settings.php:3544
3704
  msgid "Use own API IDs"
3705
  msgstr "Uporabi lastne API ID-je"
3706
 
3707
+ #: settings.php:3546
3708
  msgid "Clear and return to Step 1"
3709
  msgstr "Odstrani in se vrni na Korak 1"
3710
 
3711
+ #: settings.php:3550
3712
  msgid "Authorize"
3713
  msgstr "Avtoriziraj"
3714
 
3715
+ #: settings.php:3566
3716
  msgid "AdSense Integration - Step 1"
3717
  msgstr "Integracija AdSense - Korak 1"
3718
 
3719
  #. translators: %s: Ad Inserter
3720
+ #: settings.php:3570
3721
  msgid ""
3722
  "Here can %s list configured AdSense ad units and get code for AdSense ads. "
3723
  "To do this you need to authorize %s to access your AdSense account. The "
3730
  "Klienta in Skrivnost Klienta."
3731
 
3732
  #. translators: %s: HTML tags
3733
+ #: settings.php:3579
3734
  msgid "Go to %s Google APIs and Services console %s"
3735
  msgstr "Pojdite na %s konzolo Google API-ji in Storitve %s"
3736
 
3737
  #. translators: %1: Ad Inserter, 2, 3: HTML tags
3738
+ #: settings.php:3580
3739
  msgid ""
3740
  "Create %1$s project - if the project and IDs are already created click on "
3741
  "the %2$s Credentials %3$s in the sidebar and go to step 16"
3744
  "%2$s Pooblastila %3$s v stranski vrstici in pojdite na korak 16"
3745
 
3746
  #. translators: %s: HTML tags
3747
+ #: settings.php:3581
3748
  msgid ""
3749
  "Click on project selection and then click on the %s NEW PROJECT %s button to "
3750
  "create a new project"
3753
  "ustvaritev novega projekta"
3754
 
3755
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
3756
+ #: settings.php:3582
3757
  msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
3758
  msgstr "Vnesite %1$s za ime projekta in kliknite na gumb %2$s Ustvari %3$s"
3759
 
3760
  #. translators: %s: HTML tags
3761
+ #: settings.php:3583
3762
  msgid ""
3763
  "Click on project selection, wait for the project to be created and then and "
3764
  "select %s as the current project"
3767
  "izberite %s kot trenutni projekt"
3768
 
3769
  #. translators: %s: HTML tags
3770
+ #: settings.php:3584
3771
  msgid "Click on %s ENABLE APIS AND SERVICES %s"
3772
  msgstr "Klinkite na %s OMOGOČI API-je IN STORITVE %s"
3773
 
3774
  #. translators: %s: HTML tags
3775
+ #: settings.php:3585
3776
  msgid "Search for adsense and enable %s"
3777
  msgstr "Poiščite adsense in omogočite %s"
3778
 
3779
  #. translators: %s: HTML tags
3780
+ #: settings.php:3586
3781
  msgid "Click on %s CREATE CREDENTIALS %s"
3782
  msgstr "Klinkite na %s USTVARI POOBLASTILA %s"
3783
 
3784
  #. translators: %s: HTML tags
3785
+ #: settings.php:3587
3786
  msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
3787
  msgstr "Za %s Od kod boste klicali API-je? %s izberite %s Drugi UI %s"
3788
 
3789
  #. translators: %s: HTML tags
3790
+ #: settings.php:3588
3791
  msgid "For %s What data will you be accessing? %s select %s User data %s"
3792
  msgstr ""
3793
  "Za %s Do katerih podatkov boste dostopali? %s izberite %s Uporabniški "
3794
  "podatki %s"
3795
 
3796
  #. translators: %s: HTML tags
3797
+ #: settings.php:3589
3798
  msgid "Click on %s What credentials do I need? %s"
3799
  msgstr "Kliknite na %s Kakšna pooblastila potrebujem? %s"
3800
 
3801
  #. translators: %s: HTML tags
3802
+ #: settings.php:3590
3803
  msgid ""
3804
  "Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
3805
  "Ad Inserter client %s"
3808
  "%s Ad Inserter klient %s"
3809
 
3810
  #. translators: %s: HTML tags
3811
+ #: settings.php:3591
3812
  msgid ""
3813
  "Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
3814
  "enter %s"
3817
  "uporabnikom %s vnesite %s"
3818
 
3819
  #. translators: %s: HTML tags
3820
+ #: settings.php:3592
3821
  msgid "Click on %s Continue %s"
3822
  msgstr "Kliknite na %s Nadaljuj %s"
3823
 
3824
  #. translators: %s: HTML tags
3825
+ #: settings.php:3593
3826
  msgid "Click on %s Done %s"
3827
  msgstr "Kliknite na %s Končaj %s"
3828
 
3829
  #. translators: %s: HTML tags
3830
+ #: settings.php:3594
3831
  msgid ""
3832
  "Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
3833
  "secret %s"
3835
  "Kliknite na %s Ad Inserter klient, %s da bi dobili %s ID klienta %s in %s "
3836
  "Skrivnost klienta %s"
3837
 
3838
+ #: settings.php:3595
3839
  msgid "Copy them to the appropriate fields below"
3840
  msgstr "Skopirajte ju na ustrezni polji spodaj"
3841
 
3842
+ #: settings.php:3601
3843
  msgid "Client ID"
3844
  msgstr "ID klienta"
3845
 
3846
+ #: settings.php:3604
3847
  msgid "Enter Client ID"
3848
  msgstr "Vnesite ID klienta"
3849
 
3850
+ #: settings.php:3609
3851
  msgid "Client secret"
3852
  msgstr "Skrivnost klienta"
3853
 
3854
+ #: settings.php:3612
3855
  msgid "Enter Client secret"
3856
  msgstr "Vnesite Skrivnost klienta"
3857
 
3858
+ #: settings.php:3622
3859
  msgid "Use default API IDs"
3860
  msgstr "Uporabi privzete API ID-je"
3861
 
3862
+ #: settings.php:3627
3863
  msgid "Save"
3864
  msgstr "Shrani"
3865
 
3866
+ #: settings.php:3898 settings.php:3911 settings.php:3924 settings.php:3939
3867
  msgid "Blank ad blocks? Looking for AdSense alternative?"
3868
  msgstr "Prazni oglasni bloki? Iščete alternativo za AdSense?"
3869
 
3870
+ #: settings.php:3903 settings.php:3916 settings.php:3929 settings.php:3944
3871
+ #: settings.php:4113 settings.php:4117 settings.php:4119 settings.php:4135
3872
+ #: settings.php:4146 settings.php:4149 settings.php:4155 settings.php:4167
3873
  msgid "Looking for AdSense alternative?"
3874
  msgstr "Iščete alternativo za AdSense?"
3875
 
3876
+ #: settings.php:3955
3877
  msgid "Try Infolinks Ads with Adsense or Media.net ads"
3878
  msgstr "Poskusite oglase Infolinks z oglasi AdSense ali Media.net"
3879
 
3880
+ #: settings.php:3960 settings.php:4115 settings.php:4127 settings.php:4152
3881
+ #: settings.php:4175
3882
  msgid "Use Infolinks ads with Adsense to earn more"
3883
  msgstr "Uporabite oglase Infolinks z AdSense za večji zaslužek"
3884
 
3885
+ #: settings.php:3979 settings.php:4017
3886
  msgid "Support plugin development"
3887
  msgstr "Podprite razvoj vtičnika"
3888
 
3889
+ #: settings.php:3980 settings.php:4018
3890
  msgid ""
3891
  "If you like Ad Inserter and have a moment, please help me spread the word by "
3892
  "reviewing the plugin on WordPres"
3894
  "Če vam je Ad Inserter všeč in imate trenutek časa, mi prosim pomagajte "
3895
  "razširiti novico z oceno vtičnika na WordPress-u"
3896
 
3897
+ #: settings.php:3980
3898
  msgctxt "Review ad Inserter"
3899
  msgid "Review"
3900
  msgstr "Oceni"
3901
 
3902
+ #: settings.php:3981
3903
  msgid ""
3904
  "Support free Ad Inserter development. If you are making money with Ad "
3905
  "Inserter consider donating some small amount. Even 1 dollar counts. Thank "
3908
  "Podprite razvoj brezplačnega Ad Inserter-ja. Če služite denar z Ad Inserter-"
3909
  "jem razmislite o donaciji manjšega zneska. Tudi 1 evro šteje. Hvala!"
3910
 
3911
+ #: settings.php:3981
3912
  msgid "Donate"
3913
  msgstr "Donirajte"
3914
 
3915
+ #: settings.php:3988 settings.php:4033
3916
  msgid "Average rating of the plugin - Thank you!"
3917
  msgstr "Povprečna ocena vtičnika - Hvala!"
3918
 
3919
  #. translators: %s: Ad Inserter, HTML tags
3920
+ #: settings.php:3999
3921
  msgid ""
3922
  "You've been using %s for a while now, and I hope you're happy with it. "
3923
  "Positive %s reviews %s are a great way to show your appreciation for my "
3931
  "vzpodbuda za odpravo hroščev in dodajanje novih funkcij za boljšo "
3932
  "monetizacijo vašega spletnega mesta. %s Hvala!"
3933
 
3934
+ #: settings.php:4018
3935
  msgid "Review"
3936
  msgstr "Ocena"
3937
 
3938
+ #: settings.php:4022
3939
  msgid "Ad Inserter on Twitter"
3940
  msgstr "Ad Inserter na Twitter-ju"
3941
 
3942
+ #: settings.php:4023
3943
  msgid "Ad Inserter on Facebook"
3944
  msgstr "Ad Inserter na Facebook-u"
3945
 
3946
+ #: settings.php:4026
3947
  msgid "Follow Ad Inserter"
3948
  msgstr "Sledi Ad Inserter-ju"
3949
 
3950
  #. translators: %s: HTML tags
3951
+ #: settings.php:4053
3952
  msgid ""
3953
  "Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
3954
  "and %s Common Settings %s pages"
3957
  "Urejanje Kode, %s %s Pogoste Nastavitve %s"
3958
 
3959
  #. translators: %s: HTML tags
3960
+ #: settings.php:4065
3961
  msgid ""
3962
  "%s New to %s AdSense? %s %s %s Connect your site %s - Advanced %s AdSense "
3963
  "code: %s %s In-feed ads, %s %s Auto ads, %s %s AMP ads %s"
3967
  "%s"
3968
 
3969
  #. translators: %s: HTML tags
3970
+ #: settings.php:4084
3971
  msgid ""
3972
  "Ads are not showing? Check %s troubleshooting guide %s to find out how to "
3973
  "diagnose and fix the problem."
3976
  "navodili za diagnozo in rešitvami za težave."
3977
 
3978
  #. translators: %s: HTML tags
3979
+ #: settings.php:4088
3980
  msgid ""
3981
  "If you need any kind of help or support, please do not hesitate to open a "
3982
  "thread on the %s support forum. %s"
3984
  "Če potrebujete kakršno koli pomoč ali podporo ne oklevajte in odprite novo "
3985
  "nit na %s podpornem forumu. %s"
3986
 
3987
+ #: settings.php:4131 settings.php:4171
3988
  msgid "A/B testing - Track ad impressions and clicks"
3989
  msgstr "A/B testiranje - Sledi prikazom in klikom"
3990
 
3991
+ #: settings.php:4139 settings.php:4163
3992
  msgid "Code preview with visual CSS editor"
3993
  msgstr "Predogled kode z vizualnim CSS urejevalnikom"
3994
 
3995
+ #: settings.php:4181
3996
  msgid "Looking for Pro Ad Management plugin?"
3997
  msgstr "Iščete Pro vtičnik za Upravljanje z Oglasi?"
3998
 
3999
+ #: settings.php:4182
4000
  msgid "To Optimally Monetize your WordPress website?"
4001
  msgstr "Za optimalno monetizacijo vašega WordPress spletnega mesta?"
4002
 
4003
  #. translators: %s HTML tags
4004
+ #: settings.php:4185
 
 
 
 
 
4005
  msgid "%s AdSense Integration %s"
4006
  msgstr "%s Integracija AdSense %s"
4007
 
4008
  #. translators: %s HTML tags
4009
+ #: settings.php:4186
4010
  msgid "Syntax highlighting %s editor %s"
4011
  msgstr "%s Urejevalnik %s s poudarjanjem sintakse"
4012
 
4013
  #. translators: %s HTML tags
4014
+ #: settings.php:4187
4015
  msgid "%s Code preview %s with visual CSS editor"
4016
  msgstr "%s Predogled kode %s z vizualnim CSS urejevalnikom"
4017
 
4018
  #. translators: %s HTML tags
4019
+ #: settings.php:4188
4020
  msgid "Simple user interface - all settings on a single page"
4021
  msgstr "Preprost uporabniški vmesnik - vse nastavitve na eni strani"
4022
 
4023
  #. translators: %s HTML tags
4024
+ #: settings.php:4189
4025
  msgid ""
4026
  "%s Automatic insertion %s before or after post / content / %s paragraph %s / "
4027
+ "image / excerpt"
4028
  msgstr ""
4029
  "%s Samodejno vstavljanje %s pred ali za prispevkom / vsebino / %s odstavkom "
4030
+ "%s / sliko / izvlečkom"
4031
 
4032
  #. translators: %s HTML tags
4033
+ #: settings.php:4190
4034
  msgid "%s Automatic insertion %s between posts on blog pages"
4035
  msgstr "%s Samodejno vstavljanje %s med prispevki na straneh bloga"
4036
 
4037
  #. translators: %s HTML tags
4038
+ #: settings.php:4191
4039
  msgid "%s Automatic insertion %s before, between and after comments"
4040
  msgstr "%s Samodejno vstavljanje %s pred, med in po kometarjih"
4041
 
4042
  #. translators: %s HTML tags
4043
+ #: settings.php:4192
4044
  msgid "%s Automatic insertion %s after %s or before %s tag"
4045
  msgstr "%s Samodejno vstavljanje %s za %s ali pred %s začko"
4046
 
4047
  #. translators: %s HTML tags
4048
+ #: settings.php:4193
4049
  msgid "Automatic insertion at %s custom hook positions %s"
4050
  msgstr "Samodejno vstavljanje na %s položajih ročic po meri %s"
4051
 
4052
  #. translators: %s HTML tags
4053
+ #: settings.php:4194
4054
  msgid ""
4055
  "Insertion %s before or after any HTML element on the page %s (using CSS "
4056
  "selectors)"
4059
  "selektorjev)"
4060
 
4061
  #. translators: %s HTML tags
4062
+ #: settings.php:4195
4063
  msgid "%s Insertion exceptions %s for individual posts and pages"
4064
  msgstr "%s Izjeme vstavljanja %s za individualne prispevke in strani"
4065
 
4066
  #. translators: %s HTML tags
4067
+ #: settings.php:4196
4068
  msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
4069
  msgstr "%s Ročno vstavljanje: %s gradniki, kratke kode in klic PHP funkcije"
4070
 
4071
  #. translators: %s HTML tags
4072
+ #: settings.php:4197
4073
  msgid ""
4074
  "%s Sticky ads %s with optional close button (ads stay fixed when the page "
4075
  "scrolls)"
4078
  "se stran pomika)"
4079
 
4080
  #. translators: %s HTML tags
4081
+ #: settings.php:4198
4082
  msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
4083
  msgstr ""
4084
  "%s Lepljivi oglasi v stranski vrstici %s (lepljivi na zaslon ali vsebino)"
4085
 
4086
  #. translators: %s HTML tags
4087
+ #: settings.php:4199
4088
  msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
4089
  msgstr ""
4090
  "%s Animacije lepljivih oglasov %s (uveni, drsaj, obrni, prekucni, približaj)"
4091
 
4092
  #. translators: %s HTML tags
4093
+ #: settings.php:4200
4094
  msgid ""
4095
  "%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
4096
  "visible)"
4099
  "postane viden)"
4100
 
4101
  #. translators: %s HTML tags
4102
+ #: settings.php:4201
4103
  msgid ""
4104
  "%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
4105
  msgstr ""
4107
  "strani)"
4108
 
4109
  #. translators: %s HTML tags
4110
+ #: settings.php:4202
4111
  msgid "Block %s alignment and style %s customizations"
4112
  msgstr "%s Poravnave in slogi %s bloka po meri"
4113
 
4114
  #. translators: %s HTML tags
4115
+ #: settings.php:4203
4116
  msgid ""
4117
  "%s Clearance %s options to avoid insertion near images or headers (AdSense "
4118
  "TOS)"
4120
  "%s Izogibanje %s vstavljanja oglasov zraven slik ali naslovov (AdSense TOS)"
4121
 
4122
  #. translators: %s HTML tags
4123
+ #: settings.php:4204
4124
  msgid ""
4125
  "Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
4126
  "feeds"
4129
  "virih"
4130
 
4131
  #. translators: %s HTML tags
4132
+ #: settings.php:4205
4133
  msgid "%s Ad rotation %s (works also with caching)"
4134
  msgstr "%s Rotacija oglasov %s (deluje tudi s predpomnjenjem)"
4135
 
4136
  #. translators: %s HTML tags
4137
+ #: settings.php:4206
4138
  msgid ""
4139
  "Ad impression and click %s tracking %s (works also with Javascript ads like "
4140
  "AdSense)"
4143
  "AdSense)"
4144
 
4145
  #. translators: %s HTML tags
4146
+ #: settings.php:4207
4147
  msgid "Support for %s A/B testing %s"
4148
  msgstr "Podpora za %s A/B testiranje %s"
4149
 
4150
  #. translators: %s HTML tags
4151
+ #: settings.php:4208
4152
  msgid "Support for %s lazy loading %s"
4153
  msgstr "Podpora za %s leno nalaganje %s"
4154
 
4155
  #. translators: %s HTML tags
4156
+ #: settings.php:4209
4157
  msgid "Support for ads on %s AMP pages %s"
4158
  msgstr "Podpora za oglase na %s AMP straneh %s"
4159
 
4160
  #. translators: %s HTML tags
4161
+ #: settings.php:4210
4162
  msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
4163
  msgstr "Podpora za kontekstualne %s Amazon Native Shopping Ads %s (odzivni)"
4164
 
4165
  #. translators: %s HTML tags
4166
+ #: settings.php:4211
4167
  msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
4168
  msgstr ""
4169
  "Ime CSS razreda za div za ovijanje po meri za izogibanje blokiranju oglasov"
4170
 
4171
  #. translators: %s HTML tags
4172
+ #: settings.php:4212
4173
  msgid "PHP code processing"
4174
  msgstr "Procesiranje PHP kode"
4175
 
4176
  #. translators: %s HTML tags
4177
+ #: settings.php:4213
4178
  msgid "%s Banner %s code generator"
4179
  msgstr "Generator kode za %s pasice %s"
4180
 
4181
  #. translators: %s HTML tags
4182
+ #: settings.php:4214
4183
  msgid "Support for %s header and footer %s code"
4184
  msgstr "Podpora za kodo v %s glavi in nogi %s"
4185
 
4186
  #. translators: %s HTML tags
4187
+ #: settings.php:4215
4188
  msgid "Support for Google Analytics, Matomo or any other web analytics code"
4189
  msgstr ""
4190
  "Podpora za Google Analytics, Matomo ali katerokoli drugo spletno analitiko"
4191
 
4192
  #. translators: %s HTML tags
4193
+ #: settings.php:4216
4194
  msgid "Desktop, tablet and phone server-side %s device detection %s"
4195
  msgstr ""
4196
  "%s Zaznava namizne, tablične in telefonske naprave %s na strani strani "
4197
  "strežnika"
4198
 
4199
  #. translators: %s HTML tags
4200
+ #: settings.php:4217
4201
+ msgid "Client-side %s mobile device detection %s (works with caching)"
4202
+ msgstr "%s Zaznava mobilne naprave %s (deluje s predpomnjenjem)"
 
 
 
4203
 
4204
  #. translators: %s HTML tags
4205
+ #: settings.php:4218
4206
  msgid ""
4207
  "%s Ad blocking detection %s - popup message, ad replacement, content "
4208
  "protection"
4211
  "vsebine"
4212
 
4213
  #. translators: %s HTML tags
4214
+ #: settings.php:4219
4215
  msgid "%s Ad blocking statistics %s"
4216
  msgstr "%s Statistika blokiranja oglasov %s"
4217
 
4218
  #. translators: %s HTML tags
4219
+ #: settings.php:4220
4220
  msgid ""
4221
  "%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
4222
  "referers"
4224
  "%s Črni/Beli seznam %s kategorij, oznak, taksonomij, uporabnikov, url-jev"
4225
 
4226
  #. translators: %s HTML tags
4227
+ #: settings.php:4221
4228
  msgid ""
4229
  "%s Black/White-list %s IP addresses or countries (works also with caching)"
4230
  msgstr ""
4231
  "%s Črni/Beli seznam %s IP naslovov ali držav (deluje tudi s predpomnjenjem)"
4232
 
4233
  #. translators: %s HTML tags
4234
+ #: settings.php:4222
4235
  msgid "%s Multisite options %s to limit settings on the sites"
4236
  msgstr "%s Multisite možnosti %s za omejitev nastavitev na spletiščih"
4237
 
4238
  #. translators: %s HTML tags
4239
+ #: settings.php:4223
4240
  msgid "%s Import/Export %s block or plugin settings"
4241
  msgstr "%s Uvoz/Izvoz %s nastavitve bloka ali vtičnika"
4242
 
4243
  #. translators: %s HTML tags
4244
+ #: settings.php:4224
4245
  msgid "%s Insertion scheduling %s with fallback option"
4246
  msgstr "%s Urnik vstavljanja %s z možnostjo rezerve"
4247
 
4248
  #. translators: %s HTML tags
4249
+ #: settings.php:4225
4250
  msgid "Country-level %s GEO targeting %s (works also with caching)"
4251
  msgstr "%s GEO ciljanje na ravni države %s (deluje tudi s predpomnjenjem)"
4252
 
4253
  #. translators: %s HTML tags
4254
+ #: settings.php:4226
4255
  msgid "Simple troubleshooting with many %s debugging functions %s"
4256
  msgstr ""
4257
  "Preprosto odpravljanje napak z veliko %s funkcijami za razhroščevanje %s"
4258
 
4259
  #. translators: %s HTML tags
4260
+ #: settings.php:4227
4261
  msgid "%s Visualization %s of inserted blocks or ads for easier placement"
4262
  msgstr ""
4263
  "%s Vizualizacija %s vstavljenih blokov ali oglasov za enostavno umeščanje"
4264
 
4265
  #. translators: %s HTML tags
4266
+ #: settings.php:4228
4267
  msgid "%s Visualization %s of available positions for automatic ad insertion"
4268
  msgstr ""
4269
  "%s Vizualizacija %s razpoložljivih položajev za samodejno vstavljanje oglasov"
4270
 
4271
  #. translators: %s HTML tags
4272
+ #: settings.php:4229
4273
  msgid ""
4274
  "%s Visualization %s of HTML tags for easier ad placement between paragraphs"
4275
  msgstr ""
4276
  "%s Vizualizacija %s HTML značk za enostavno vstavljanje oglasov med odstavki"
4277
 
4278
  #. translators: %s HTML tags
4279
+ #: settings.php:4230
4280
  msgid "%s Clipboard support %s to easily copy blocks or settings"
4281
  msgstr ""
4282
  "%s Podpora za odložišče %s za enostavno kopiranje blokov ali nastavitev"
4283
 
4284
  #. translators: %s HTML tags
4285
+ #: settings.php:4231
4286
  msgid "No ads on the settings page"
4287
  msgstr "Stran z nastavitvami brez oglasov"
4288
 
4289
  #. translators: %s HTML tags
4290
+ #: settings.php:4232
4291
+ msgid "Premium support via email"
4292
+ msgstr "Vrhunska podpora prek elektronske pošte"
4293
 
4294
  #. translators: %s HTML tags
4295
+ #: settings.php:4235
4296
  msgid ""
4297
  "Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
4298
  "website with many advertising features to automatically insert adverts on "
4299
  "posts and pages. With Ad Inserter Pro you also get <strong>one year of free "
4300
  "updates and support via email</strong>. If you find Ad Inserter useful and "
4301
+ "need ad statistics for impressions and clicks, A/B testing, sticky ads, "
4302
+ "slider ads, pop-up ads, geotargeting or geolocation to serve country-"
4303
+ "specific ads, to protect content or to serve different ads for users using "
4304
+ "ad blockers, multisite options to limit settings for ads, to block some IP "
4305
+ "addresses, to schedule ads, then you can simply upgrade to %s Ad Inserter "
4306
+ "Pro %s (existing settings will be preserved)."
4307
  msgstr ""
4308
  "Ad Inserter Pro je celovit vse-v-enem vtičnik za upravljanje z oglasi za "
4309
  "WordPress spletno mesto z veliko oglaševalskimi funkcijami za samodejno "
4310
  "vstavljanje oglasov v prispevke in strani. Z vtičnikom Ad Inserter Pro "
4311
  "dobite tudi <strong>eno leto brezplačnih posodobitev in podpore prek "
4312
  "elektronske pošte</strong>. Če se vam zdi Ad Inserter uporaben in "
4313
+ "potrebujete statistiko oglasov za prikaze in klike, A/B testiranje, lepljive "
4314
+ "oglase, pojavne oglase, geotargetiranje ali geolokacijo za prikaz oglasov "
4315
+ "glede na državo, zaščito vsebine oz. prikaz drugačnih oglasov za uporabnike, "
4316
+ "ki uporabljajo blokiranje oglasov, multisite možnosti za omejitev nastavitev "
4317
+ "za oglase, blokiranje določenih IP naslovov, urnik vstavljanja oglasov, "
4318
+ "potem preprosto nadgradite v %s Ad Inserter Pro %s (obstoječe nastavitve se "
4319
+ "bodo ohranile)."
4320
 
4321
  #. translators: %s HTML tags
4322
+ #: settings.php:4248
4323
  msgid "Looking for %s Pro Ad Management plugin? %s"
4324
  msgstr "Iščete Pro vtičnik za %s Upravljanje z Oglasi? %s"
4325
 
4326
  #. translators: %s HTML tags
4327
+ #: settings.php:4253
4328
  msgid "Ads between posts"
4329
  msgstr "Oglasi med prispevki"
4330
 
4331
  #. translators: %s HTML tags
4332
+ #: settings.php:4254
4333
  msgid "Ads between comments"
4334
  msgstr "Oglasi med komentarji"
4335
 
4336
  #. translators: %s HTML tags
4337
+ #: settings.php:4255
4338
+ msgid "Support via email"
4339
+ msgstr "Podpora prek elektronske pošte"
4340
+
4341
+ #. translators: %s HTML tags
4342
+ #: settings.php:4261
4343
  msgid "%s Sticky positions %s"
4344
  msgstr "%s Lepljivi položaji %s"
4345
 
4346
  #. translators: %s HTML tags
4347
+ #: settings.php:4262
4348
  msgid "%s Limit insertions %s"
4349
  msgstr "%s Omeji vstavljanja %s"
4350
 
4351
  #. translators: %s HTML tags
4352
+ #: settings.php:4263
4353
  msgid "%s Clearance %s options"
4354
  msgstr "Možnosti %s izogibanja %s"
4355
 
4356
  #. translators: %s HTML tags
4357
+ #: settings.php:4269
4358
  msgid "Ad rotation"
4359
  msgstr "Vrtenje oglasov"
4360
 
4361
  #. translators: %s HTML tags
4362
+ #: settings.php:4270
4363
  msgid "%s A/B testing %s"
4364
  msgstr "%s A/B testiranje %s"
4365
 
4366
  #. translators: %s HTML tags
4367
+ #: settings.php:4271
4368
  msgid "%s Ad tracking %s"
4369
  msgstr "%s Sledenje oglasom %s"
4370
 
4371
  #. translators: %s HTML tags
4372
+ #: settings.php:4277
4373
  msgid "Support for %s AMP pages %s"
4374
  msgstr "Podpora za %s AMP strani %s"
4375
 
4376
  #. translators: %s HTML tags
4377
+ #: settings.php:4278
4378
  msgid "%s Ad blocking detection %s"
4379
  msgstr "%s Zaznavanje blokiranja oglasov %s"
4380
 
4381
  #. translators: %s HTML tags
4382
+ #: settings.php:4279
4383
  msgid "%s Mobile device detection %s"
4384
  msgstr "%s Zaznavanje mobilne naprave %s"
4385
 
4386
  #. translators: %s HTML tags
4387
+ #: settings.php:4286
4388
  msgid "64 code blocks"
4389
  msgstr "64 kodnih blokov"
4390
 
4391
  #. translators: %s HTML tags
4392
+ #: settings.php:4287
4393
  msgid "%s GEO targeting %s"
4394
  msgstr "%s GEO ciljanje %s"
4395
 
4396
  #. translators: %s HTML tags
4397
+ #: settings.php:4288
4398
  msgid "%s Scheduling %s"
4399
  msgstr "%s Urnik %s"
4400
 
4578
  msgstr "Privzeta"
4579
 
4580
  #: strings.php:60
4581
+ msgctxt "alignment"
4582
+ msgid "Left"
4583
+ msgstr "Leva"
4584
 
4585
  #: strings.php:61
4586
+ msgctxt "alignment"
4587
+ msgid "Right"
4588
+ msgstr "Desna"
4589
 
4590
  #: strings.php:62
4591
+ msgctxt "alignment"
4592
  msgid "Center"
4593
+ msgstr "Sredinska"
4594
 
4595
  #: strings.php:63
4596
+ msgctxt "alignment"
4597
  msgid "Float left"
4598
+ msgstr "Plavajoča levo"
4599
 
4600
  #: strings.php:64
4601
+ msgctxt "alignment"
4602
  msgid "Float right"
4603
+ msgstr "Plavajoča desno"
4604
 
4605
  #: strings.php:65
4606
+ msgctxt "alignment"
4607
  msgid "No wrapping"
4608
  msgstr "Brez ovijanja"
4609
 
5005
  msgid "Hide"
5006
  msgstr "Skrij"
5007
 
5008
+ #: strings.php:182
5009
+ msgctxt "Button"
5010
+ msgid "Show"
5011
+ msgstr "Pokaži"
5012
+
5013
  #: strings.php:183
5014
  msgid "Insertion expired"
5015
  msgstr "Vstavljanje poteklo"
5104
  msgid "Filter"
5105
  msgstr "Filter"
5106
 
5107
+ #: strings.php:215
5108
+ msgid "Position not available"
5109
+ msgstr "Položaj ni na razpolago"
5110
+
5111
+ #: strings.php:216
5112
+ msgid ""
5113
+ "Theme check | Selected position for automatic insertion might not be not "
5114
+ "available on this page type"
5115
+ msgstr ""
5116
+ "Preverjanje teme | Izbran položaj za samodejno vstavljanje mogoče ni na "
5117
+ "razpolago na tem tipu strani"
5118
+
5119
+ #: strings.php:217
5120
+ msgid "Position available"
5121
+ msgstr "Položaj na razpolago"
5122
+
5123
+ #: strings.php:230
5124
  msgid "Add"
5125
  msgstr "Dodaj"
5126
 
5127
+ #: strings.php:231
5128
  msgid "Parent"
5129
  msgstr "Starš"
5130
 
5131
+ #: strings.php:232
5132
  msgid "Cancel element selection"
5133
  msgstr "Prekliči izbor HTML elementa"
5134
 
5135
+ #: strings.php:233
5136
  msgid "Select parent element"
5137
  msgstr "Izberi starševski element"
5138
 
5139
+ #: strings.php:234
5140
  msgid "CSS selector"
5141
  msgstr "CSS selektor"
5142
 
5143
+ #: strings.php:235
5144
  msgid "Use current selector"
5145
  msgstr "Uporabi trenutni selektor"
5146
 
5147
+ #: strings.php:236
5148
  msgid "ELEMENT"
5149
  msgstr "ELEMENT"
5150
 
5151
+ #: strings.php:237
5152
  msgid "PATH"
5153
  msgstr "POT"
5154
 
5155
+ #: strings.php:238
5156
  msgid "SELECTOR"
5157
  msgstr "SELEKTOR"
5158
 
5159
+ #: strings.php:239
5160
  msgctxt "Block"
5161
  msgid "VISIBLE"
5162
  msgstr "VIDEN"
5163
 
5164
+ #: strings.php:240
5165
  msgctxt "Block"
5166
  msgid "HIDDEN"
5167
  msgstr "SKRIT"
5174
  "Upravljanje z oglasi z veliko naprednimi funkcijami za vstavljanje oglasov "
5175
  "na optimalna mesta"
5176
 
5177
+ #~ msgid "Position not available on single pages"
5178
+ #~ msgstr "Položaj ni na razpolago na enojnih straneh"
5179
+
5180
+ #~ msgid "Position not available on blog pages"
5181
+ #~ msgstr "Položaj ni na razpolago na straneh bloga"
5182
+
5183
+ #~ msgid "Counting"
5184
+ #~ msgstr "Štetje"
5185
+
5186
+ #~ msgid "Clearance"
5187
+ #~ msgstr "Izogibanje"
5188
+
5189
+ #~ msgid "Align left"
5190
+ #~ msgstr "Leva poravnava"
5191
+
5192
+ #~ msgid "Align right"
5193
+ #~ msgstr "Desna poravnava"
5194
+
5195
+ #~ msgid "Paragraphs"
5196
+ #~ msgstr "Odstavki"
5197
+
5198
+ #~ msgid "Images"
5199
+ #~ msgstr "Slike"
5200
+
5201
+ #~ msgid "Excerpts"
5202
+ #~ msgstr "Izvlečki"
5203
+
5204
+ #~ msgid "Comments"
5205
+ #~ msgstr "Komentarji"
5206
+
5207
+ #~ msgid "Online Documentation"
5208
+ #~ msgstr "Spletna Dokumentacija"
5209
+
5210
+ #~ msgid ""
5211
+ #~ "support forum - if you have issues using the plugin go here, check "
5212
+ #~ "existing threads and open a new one if you don't find answers for your "
5213
+ #~ "issue."
5214
+ #~ msgstr ""
5215
+ #~ "podporni forum - če imate težave z uporabo vtičnika pojdite sem, "
5216
+ #~ "preverite obstoječe niti in odprite novo, če ne nejdete odgovorov za vašo "
5217
+ #~ "težavo."
5218
+
5219
+ #~ msgid "Support Forum"
5220
+ #~ msgstr "Podporni Forum"
5221
+
5222
+ #~ msgid ""
5223
+ #~ "Need more blocks, sticky ads, GEO targeting, impression and click "
5224
+ #~ "tracking? Upgrade to Ad Inserter Pro"
5225
+ #~ msgstr ""
5226
+ #~ "Potrebujete več blokov, lepljive oglase, GEO targetiranje, sledenje "
5227
+ #~ "prikazom in klikom? Nadgradite v Ad Inserter Pro"
5228
+
5229
+ #~ msgid "Show list of all blocks"
5230
+ #~ msgstr "Prikaži seznam vseh blokov"
5231
+
5232
+ #~ msgid "64 ad blocks (positions)"
5233
+ #~ msgstr "64 oglasnih blokov (položajev)"
5234
+
5235
  #~ msgid "Invalid %s license key. Please check."
5236
  #~ msgstr "Neveljaven %s licenčni ključ. Prosimo, preverite."
5237
 
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.4.6\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
7
- "POT-Creation-Date: 2019-01-07 23:17:37+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,465 +12,465 @@ msgstr ""
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
- #: ad-inserter.php:284
16
  msgctxt "Menu item"
17
  msgid "Debugging DEMO"
18
  msgstr ""
19
 
20
- #: ad-inserter.php:300
21
  msgctxt "Menu item"
22
  msgid "Label Blocks"
23
  msgstr ""
24
 
25
- #: ad-inserter.php:307
26
  msgctxt "Menu item"
27
  msgid "Show Positions"
28
  msgstr ""
29
 
30
- #: ad-inserter.php:378
31
  msgctxt "Menu item"
32
  msgid "Show HTML Tags"
33
  msgstr ""
34
 
35
- #: ad-inserter.php:385
36
  msgctxt "Menu item"
37
  msgid "Disable Insertion"
38
  msgstr ""
39
 
40
- #: ad-inserter.php:394
41
  msgctxt "Menu item"
42
  msgid "Ad Blocking Status"
43
  msgstr ""
44
 
45
- #: ad-inserter.php:401
46
  msgctxt "Menu item"
47
  msgid "Simulate Ad Blocking"
48
  msgstr ""
49
 
50
- #: ad-inserter.php:411
51
  msgctxt "Menu item"
52
  msgid "Log Processing"
53
  msgstr ""
54
 
55
  #. translators: Debugging position name Before HTML element
56
- #: ad-inserter.php:935
57
  msgid "Before"
58
  msgstr ""
59
 
60
  #. translators: Debugging position name After HTML element
61
- #: ad-inserter.php:940
62
  msgid "After"
63
  msgstr ""
64
 
65
  #. translators: Debugging position name Prepend content of HTML element (before
66
  #. the content of the HTML element)
67
- #: ad-inserter.php:945 strings.php:98
68
  msgid "Prepend content"
69
  msgstr ""
70
 
71
  #. translators: Debugging position name Append content of HTML element (after
72
  #. the content of the HTML element)
73
- #: ad-inserter.php:950 strings.php:99
74
  msgid "Append content"
75
  msgstr ""
76
 
77
  #. translators: Debugging position name Replace content of HTML element
78
- #: ad-inserter.php:955 strings.php:100
79
  msgid "Replace content"
80
  msgstr ""
81
 
82
  #. translators: Debugging position name Replace HTML element
83
- #: ad-inserter.php:960 strings.php:150
84
  msgid "Replace"
85
  msgstr ""
86
 
87
  #. translators: Debugging message when output buffering is enabled
88
- #: ad-inserter.php:1005
89
  msgid "OUTPUT BUFFERING"
90
  msgstr ""
91
 
92
  #. translators: Debugging position
93
- #: ad-inserter.php:1009
94
  msgid "Above Header"
95
  msgstr ""
96
 
97
- #: ad-inserter.php:1210
98
  msgctxt "Menu item"
99
  msgid "Log In"
100
  msgstr ""
101
 
102
  #. translators: %s: Ad Inserter
103
- #: ad-inserter.php:1484 ad-inserter.php:2351
104
  msgid "%s Settings"
105
  msgstr ""
106
 
107
  #. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
108
- #: ad-inserter.php:1922
109
  msgid "AD BLOCKING DETECTED, PAGE VIEWS"
110
  msgstr ""
111
 
112
- #: ad-inserter.php:1922
113
  msgid "NO ACTION"
114
  msgstr ""
115
 
116
- #: ad-inserter.php:1923
117
  msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
118
  msgstr ""
119
 
120
- #: ad-inserter.php:1924
121
  msgid "AD BLOCKING DETECTED - ACTION"
122
  msgstr ""
123
 
124
- #: ad-inserter.php:1925
125
  msgid "AD BLOCKING NOT DETECTED"
126
  msgstr ""
127
 
128
- #: ad-inserter.php:1926
129
  msgid "AD BLOCKING DETECTION COOKIES DELETED"
130
  msgstr ""
131
 
132
- #: ad-inserter.php:1927
133
  msgid "AD BLOCKING DETECTED - NO ACTION"
134
  msgstr ""
135
 
136
  #. Translators: 1: number of blocks, 2: Ad Inserter
137
- #: ad-inserter.php:2122
138
  msgid "Hey, you are now using %1$s %2$s block."
139
  msgid_plural "Hey, you are now using %1$s %2$s blocks."
140
  msgstr[0] ""
141
  msgstr[1] ""
142
 
143
- #: ad-inserter.php:2123 includes/functions.php:1452
144
  msgid "No, thank you."
145
  msgstr ""
146
 
147
  #. Translators: %s: Ad Inserter
148
- #: ad-inserter.php:2126
149
  msgid ""
150
  "Hey, you've been using %s for a while now, and I hope you're happy with it."
151
  msgstr ""
152
 
153
- #: ad-inserter.php:2127 includes/functions.php:1454
154
  msgid "Not now, maybe later."
155
  msgstr ""
156
 
157
- #: ad-inserter.php:2137
158
  msgid ""
159
  "I would really appreciate it if you could give the plugin a 5-star rating on "
160
  "WordPres."
161
  msgstr ""
162
 
163
- #: ad-inserter.php:2139
164
  msgid ""
165
  "Positive reviews are a great incentive to fix bugs and to add new features "
166
  "for better monetization of your website. Thank you, Igor"
167
  msgstr ""
168
 
169
  #. translators: %s: Ad Inserter
170
- #: ad-inserter.php:2145
171
  msgid "Rate %s"
172
  msgstr ""
173
 
174
- #: ad-inserter.php:2150
175
  msgid "I already did."
176
  msgstr ""
177
 
178
- #: ad-inserter.php:2164
179
  msgctxt "Menu item"
180
  msgid "Settings"
181
  msgstr ""
182
 
183
  #. translators: %s: Ad Inserter
184
- #: ad-inserter.php:2238
185
  msgctxt "Meta box name"
186
  msgid "%s Individual Exceptions"
187
  msgstr ""
188
 
189
- #: ad-inserter.php:2267 ad-inserter.php:7724 class.php:1926
190
  #: includes/preview.php:1792 includes/preview.php:1836
191
- #: includes/preview.php:1873 settings.php:3208 strings.php:3
192
  msgid "Block"
193
  msgstr ""
194
 
195
- #: ad-inserter.php:2268 settings.php:3209 settings.php:3283
196
  msgid "Name"
197
  msgstr ""
198
 
199
- #: ad-inserter.php:2269 settings.php:947 settings.php:3211
200
  msgid "Automatic insertion"
201
  msgstr ""
202
 
203
- #: ad-inserter.php:2272
204
  msgid "Default insertion for pages"
205
  msgstr ""
206
 
207
- #: ad-inserter.php:2273
208
  msgid "Default insertion for posts"
209
  msgstr ""
210
 
211
  #. translators: For this post or page
212
- #: ad-inserter.php:2276
213
  msgctxt "Page"
214
  msgid "For this"
215
  msgstr ""
216
 
217
- #: ad-inserter.php:2277
218
  msgctxt "Post"
219
  msgid "For this"
220
  msgstr ""
221
 
222
- #: ad-inserter.php:2285
223
  msgctxt "Enabled/disabled on all"
224
  msgid "pages"
225
  msgstr ""
226
 
227
- #: ad-inserter.php:2286
228
  msgctxt "Default insertion for"
229
  msgid "pages"
230
  msgstr ""
231
 
232
- #: ad-inserter.php:2290
233
  msgctxt "Enabled/disabled on all"
234
  msgid "posts"
235
  msgstr ""
236
 
237
- #: ad-inserter.php:2291
238
  msgctxt "Default insertion for"
239
  msgid "posts"
240
  msgstr ""
241
 
242
- #: ad-inserter.php:2310 ad-inserter.php:2323 strings.php:156
243
  msgid "Enabled"
244
  msgstr ""
245
 
246
  #. translators: Menu items
247
- #: ad-inserter.php:2310 ad-inserter.php:2323 includes/functions.php:2036
248
  #: strings.php:16
249
  msgid "Disabled"
250
  msgstr ""
251
 
252
  #. translators: Enabled on all pages or posts
253
- #: ad-inserter.php:2313
254
  msgid "Enabled on all"
255
  msgstr ""
256
 
257
  #. translators: Disabled on all pages or posts
258
- #: ad-inserter.php:2315
259
  msgid "Disabled on all"
260
  msgstr ""
261
 
262
  #. translators: No individual exceptions enabled for pages or posts
263
- #: ad-inserter.php:2343
264
  msgid "No individual exceptions enabled for"
265
  msgstr ""
266
 
267
  #. translators: 1: pages or posts, 2: Ad Inserter Settings (page)
268
- #: ad-inserter.php:2348
269
  msgid ""
270
  "Default insertion for %1$s can be configured for each block on %2$s page - "
271
  "selection next to <strong>Posts</strong> / <strong>Static pages</strong> "
272
  "checkbox.<br />"
273
  msgstr ""
274
 
275
- #: ad-inserter.php:2353
276
  msgid ""
277
  "Default value is <strong>blank</strong> and means no individual exceptions "
278
  "(even if previously defined here).<br />"
279
  msgstr ""
280
 
281
- #: ad-inserter.php:2356
282
  msgctxt "Pages"
283
  msgid ""
284
  "Set to <strong>Individually disabled</strong> or <strong>Individually "
285
  "enabled</strong> to enable individual exception settings on this page.<br />"
286
  msgstr ""
287
 
288
- #: ad-inserter.php:2357
289
  msgctxt "Posts"
290
  msgid ""
291
  "Set to <strong>Individually disabled</strong> or <strong>Individually "
292
  "enabled</strong> to enable individual exception settings on this page.<br />"
293
  msgstr ""
294
 
295
- #: ad-inserter.php:2359
296
  msgid "For more information check page %s"
297
  msgstr ""
298
 
299
  #. translators: Ad Inserter Exceptions documentation page
300
- #: ad-inserter.php:2361
301
  msgid "Individual Exceptions"
302
  msgstr ""
303
 
304
- #: ad-inserter.php:2406
305
  msgid "STATIC PAGE"
306
  msgstr ""
307
 
308
- #: ad-inserter.php:2409
309
  msgid "POST"
310
  msgstr ""
311
 
312
- #: ad-inserter.php:2412
313
  msgid "HOMEPAGE"
314
  msgstr ""
315
 
316
- #: ad-inserter.php:2415
317
  msgid "CATEGORY PAGE"
318
  msgstr ""
319
 
320
- #: ad-inserter.php:2418
321
  msgid "SEARCH PAGE"
322
  msgstr ""
323
 
324
- #: ad-inserter.php:2421
325
  msgid "ARCHIVE PAGE"
326
  msgstr ""
327
 
328
- #: ad-inserter.php:2424
329
  msgid "ERROR 404 PAGE"
330
  msgstr ""
331
 
332
- #: ad-inserter.php:2427
333
  msgid "AJAX CALL"
334
  msgstr ""
335
 
336
- #: ad-inserter.php:2430
337
  msgid "UNKNOWN PAGE TYPE"
338
  msgstr ""
339
 
340
- #: ad-inserter.php:2447
341
  msgid "Click to delete ad blocking detection cokies"
342
  msgstr ""
343
 
344
- #: ad-inserter.php:2448
345
  msgid "AD BLOCKING STATUS UNKNOWN"
346
  msgstr ""
347
 
348
  #. translators: %s: AdSense Auto Ads
349
- #: ad-inserter.php:2472
350
  msgid ""
351
  "Code for %s detected - Code will automatically insert AdSense ads at optimal "
352
  "positions"
353
  msgstr ""
354
 
355
- #: ad-inserter.php:2595
356
  msgid "Code for insertion"
357
  msgstr ""
358
 
359
- #: ad-inserter.php:2595
360
  msgid "character"
361
  msgid_plural "characters"
362
  msgstr[0] ""
363
  msgstr[1] ""
364
 
365
- #: ad-inserter.php:2638
366
  msgid "Header code"
367
  msgstr ""
368
 
369
- #: ad-inserter.php:2638
370
  msgctxt "Header code"
371
  msgid "DISABLED"
372
  msgstr ""
373
 
374
- #: ad-inserter.php:2638 ad-inserter.php:2857
375
  msgid "character inserted"
376
  msgid_plural "characters inserted"
377
  msgstr[0] ""
378
  msgstr[1] ""
379
 
380
- #: ad-inserter.php:2671
381
  msgid "Automatically placed by AdSense Auto ads code"
382
  msgstr ""
383
 
384
- #: ad-inserter.php:2857
385
  msgid "Footer code"
386
  msgstr ""
387
 
388
- #: ad-inserter.php:2857
389
  msgctxt "Footer code"
390
  msgid "DISABLED"
391
  msgstr ""
392
 
393
- #: ad-inserter.php:2863
394
  msgid "JAVASCRIPT NOT WORKING"
395
  msgstr ""
396
 
397
- #: ad-inserter.php:2863
398
  msgid "NO JAVASCRIPT ERRORS"
399
  msgstr ""
400
 
401
- #: ad-inserter.php:2863
402
  msgid "JAVASCRIPT ERRORS"
403
  msgstr ""
404
 
405
  #. translators: block name (block with default settings)
406
- #: ad-inserter.php:4903
407
  msgctxt "Block name"
408
  msgid "Default"
409
  msgstr ""
410
 
411
  #. translators: %s: Ad Inserter
412
- #: ad-inserter.php:5474
413
  msgid "Error importing %s settings."
414
  msgstr ""
415
 
416
- #: ad-inserter.php:5475
417
  msgid "Error importing settings for block"
418
  msgid_plural "Error importing settings for blocks:"
419
  msgstr[0] ""
420
  msgstr[1] ""
421
 
422
- #: ad-inserter.php:5524
423
  msgid "Settings saved."
424
  msgstr ""
425
 
426
- #: ad-inserter.php:5609
427
  msgid "Settings cleared."
428
  msgstr ""
429
 
430
- #: ad-inserter.php:5953 ad-inserter.php:5955 ad-inserter.php:5978
431
  msgid "word"
432
  msgid_plural "words"
433
  msgstr[0] ""
434
  msgstr[1] ""
435
 
436
- #: ad-inserter.php:5994 ad-inserter.php:6105
437
  msgid "HTML TAGS REMOVED"
438
  msgstr ""
439
 
440
- #: ad-inserter.php:6181
441
  msgid "BEFORE COMMENTS"
442
  msgstr ""
443
 
444
- #: ad-inserter.php:6289
445
  msgid "AFTER COMMENTS"
446
  msgstr ""
447
 
448
- #: ad-inserter.php:6352
449
  msgid "BETWEEN COMMENTS"
450
  msgstr ""
451
 
452
- #: ad-inserter.php:7374
453
  msgid "requires WordPress 4.0 or newer"
454
  msgstr ""
455
 
456
- #: ad-inserter.php:7374
457
  msgid "Please update!"
458
  msgstr ""
459
 
460
  #. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
461
  #. name with HTML tags will be added)
462
- #: ad-inserter.php:7597
463
  msgid "Thank you for installing"
464
  msgstr ""
465
 
466
  #. translators: Opt-in message: %s: HTML tags
467
- #: ad-inserter.php:7599
468
  msgid ""
469
  "We would like to %s track its usage %s on your site. This is completely "
470
  "optional and can be disabled at any time."
471
  msgstr ""
472
 
473
- #: ad-inserter.php:7601
474
  msgid ""
475
  "We don't record any sensitive data, only information regarding the WordPress "
476
  "environment and plugin usage, which will help us to make improvements to the "
@@ -478,7 +478,7 @@ msgid ""
478
  msgstr ""
479
 
480
  #. translators: Deactivation message: %s: HTML tags
481
- #: ad-inserter.php:7638
482
  msgid ""
483
  "Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
484
  "help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
@@ -486,59 +486,59 @@ msgid ""
486
  msgstr ""
487
 
488
  #. translators: %s: Ad Inserter
489
- #: ad-inserter.php:7681
490
  msgid "%s block."
491
  msgstr ""
492
 
493
  #. translators: widget title
494
- #: ad-inserter.php:7697 ad-inserter.php:7733
495
  msgid "Processing log"
496
  msgstr ""
497
 
498
  #. translators: widget title
499
- #: ad-inserter.php:7699 ad-inserter.php:7734
500
  msgid "Dummy widget"
501
  msgstr ""
502
 
503
  #. translators: widget title
504
- #: ad-inserter.php:7701 ad-inserter.php:7732
505
  msgid "Debugging tools"
506
  msgstr ""
507
 
508
  #. translators: block status (widget title)
509
- #: ad-inserter.php:7708
510
  msgctxt "block"
511
  msgid "PAUSED"
512
  msgstr ""
513
 
514
- #: ad-inserter.php:7709
515
  msgid "WIDGET DISABLED"
516
  msgstr ""
517
 
518
- #: ad-inserter.php:7710
519
  msgid "Unknown block"
520
  msgstr ""
521
 
522
- #: ad-inserter.php:7719 includes/functions.php:2502 settings.php:1095
523
  msgid "Title"
524
  msgstr ""
525
 
526
- #: ad-inserter.php:7741
527
  msgctxt "Widget"
528
  msgid "Sticky"
529
  msgstr ""
530
 
531
- #: ad-inserter.php:7790
532
  msgid ""
533
  "Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
534
  "Inserter you need to first deactivate Ad Inserter Pro."
535
  msgstr ""
536
 
537
- #: ad-inserter.php:7791
538
  msgid ""
539
  "<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
540
- "will clear all settings that are available only in the Pro version (blocks "
541
- "17 - 96, additional block and plugin settings)!"
542
  msgstr ""
543
 
544
  #. translators: %s: Ad Inserter
@@ -566,11 +566,11 @@ msgstr ""
566
  msgid "After post"
567
  msgstr ""
568
 
569
- #: class.php:1916 settings.php:1599 settings.php:3215
570
  msgid "Widget"
571
  msgstr ""
572
 
573
- #: class.php:1921 settings.php:3213
574
  msgid "PHP function call"
575
  msgstr ""
576
 
@@ -627,27 +627,27 @@ msgstr ""
627
  msgid "ip addresses='%s' type='%s'"
628
  msgstr ""
629
 
630
- #: class.php:2687 strings.php:218
631
  msgid "BEFORE"
632
  msgstr ""
633
 
634
- #: class.php:2695 strings.php:220
635
  msgid "PREPEND CONTENT"
636
  msgstr ""
637
 
638
- #: class.php:2699 strings.php:221
639
  msgid "APPEND CONTENT"
640
  msgstr ""
641
 
642
- #: class.php:2703 strings.php:222
643
  msgid "REPLACE CONTENT"
644
  msgstr ""
645
 
646
- #: class.php:2707 strings.php:223
647
  msgid "REPLACE ELEMENT"
648
  msgstr ""
649
 
650
- #: class.php:2718 strings.php:219
651
  msgid "AFTER"
652
  msgstr ""
653
 
@@ -656,23 +656,23 @@ msgctxt "JavaScript"
656
  msgid "script"
657
  msgstr ""
658
 
659
- #: class.php:2788 settings.php:1865
660
  msgid "for"
661
  msgstr ""
662
 
663
- #: class.php:5306 class.php:5358
664
  msgctxt "category name"
665
  msgid "Uncategorized"
666
  msgstr ""
667
 
668
- #: class.php:5847
669
  msgid ""
670
  "ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
671
  "extension for PHP."
672
  msgstr ""
673
 
674
  #: includes/editor.php:7 includes/placeholders.php:345
675
- #: includes/preview.php:1778 strings.php:225
676
  msgid "Use"
677
  msgstr ""
678
 
@@ -681,7 +681,7 @@ msgid "Reset"
681
  msgstr ""
682
 
683
  #: includes/editor.php:9 includes/placeholders.php:347
684
- #: includes/preview.php:1781 strings.php:196 strings.php:224
685
  msgid "Cancel"
686
  msgstr ""
687
 
@@ -696,7 +696,7 @@ msgid ""
696
  "blockers."
697
  msgstr ""
698
 
699
- #: includes/editor.php:264 settings.php:203
700
  msgid "Error loading page"
701
  msgstr ""
702
 
@@ -705,507 +705,507 @@ msgstr ""
705
  msgid "PAGE BLOCKED"
706
  msgstr ""
707
 
708
- #: includes/functions.php:252
709
  msgid "%d of %d names shown"
710
  msgstr ""
711
 
712
  #. translators: %s: name filter
713
- #: includes/functions.php:271
714
  msgid "No name matches filter"
715
  msgstr ""
716
 
717
- #: includes/functions.php:327
718
  msgid "Online documentation"
719
  msgstr ""
720
 
721
- #: includes/functions.php:327 settings.php:168
722
  msgid "Documentation"
723
  msgstr ""
724
 
725
- #: includes/functions.php:340 settings.php:171
726
  msgid "Blocks"
727
  msgstr ""
728
 
729
  #. translators: %s: Ad Inserter Pro
730
- #: includes/functions.php:363
731
  msgid ""
732
  "Import %s settings when saving - if checked, the encoded settings below will "
733
  "be imported for all blocks and settings"
734
  msgstr ""
735
 
736
- #: includes/functions.php:363
737
  msgid "Import Settings for"
738
  msgstr ""
739
 
740
- #: includes/functions.php:367
741
  msgid "Saved settings for"
742
  msgstr ""
743
 
744
- #: includes/functions.php:384
745
  msgid "License Key"
746
  msgstr ""
747
 
748
- #: includes/functions.php:387
749
  msgid "License Key for"
750
  msgstr ""
751
 
752
- #: includes/functions.php:393
753
  msgid "Hide license key"
754
  msgstr ""
755
 
756
- #: includes/functions.php:393
757
  msgid "Hide key"
758
  msgstr ""
759
 
760
- #: includes/functions.php:414
761
  msgid "Main content element"
762
  msgstr ""
763
 
764
- #: includes/functions.php:417
765
  msgid ""
766
  "Main content element (#id or .class) for 'Stick to the content' position. "
767
  "Leave empty unless position is not properly calculated."
768
  msgstr ""
769
 
770
- #: includes/functions.php:418 settings.php:1131 settings.php:2455
771
  msgid "Open HTML element selector"
772
  msgstr ""
773
 
774
- #: includes/functions.php:423
775
  msgid "Lazy loading offset"
776
  msgstr ""
777
 
778
- #: includes/functions.php:426
779
  msgid "Offset of the block from the visible viewport when it should be loaded"
780
  msgstr ""
781
 
782
- #: includes/functions.php:437
783
  msgid "Export / Import Block Settings"
784
  msgstr ""
785
 
786
- #: includes/functions.php:452
787
  msgid "Track impressions and clicks for this block"
788
  msgstr ""
789
 
790
- #: includes/functions.php:452
791
  msgid " - global tracking disabled"
792
  msgstr ""
793
 
794
- #: includes/functions.php:461
795
  msgid "Toggle Ad Blocking Statistics"
796
  msgstr ""
797
 
798
- #: includes/functions.php:470 includes/functions.php:2372
799
  msgid "Toggle Statistics"
800
  msgstr ""
801
 
802
  #. translators: %s: Ad Inserter Pro
803
- #: includes/functions.php:486
804
  msgid "%s license key is not set. Continue?"
805
  msgstr ""
806
 
807
  #. translators: %s: Ad Inserter Pro
808
- #: includes/functions.php:490
809
  msgid "Invalid %s license key. Continue?"
810
  msgstr ""
811
 
812
  #. translators: %s: Ad Inserter Pro
813
- #: includes/functions.php:494
814
  msgid "%s license overused. Continue?"
815
  msgstr ""
816
 
817
- #: includes/functions.php:498 settings.php:1935
818
  msgid "Save Settings"
819
  msgstr ""
820
 
821
- #: includes/functions.php:558 includes/preview.php:1913
822
  msgid "Horizontal position"
823
  msgstr ""
824
 
825
- #: includes/functions.php:581
826
  msgid ""
827
  "Horizontal margin from the content or screen edge, empty means default value "
828
  "from CSS"
829
  msgstr ""
830
 
831
- #: includes/functions.php:589 includes/preview.php:1968
832
  msgid "Vertical position"
833
  msgstr ""
834
 
835
- #: includes/functions.php:604
836
  msgid ""
837
  "Vertical margin from the top or bottom screen edge, empty means default "
838
  "value from CSS"
839
  msgstr ""
840
 
841
- #: includes/functions.php:629 includes/preview.php:2019
842
  msgid "Animation"
843
  msgstr ""
844
 
845
- #: includes/functions.php:647
846
  msgid "Trigger"
847
  msgstr ""
848
 
849
- #: includes/functions.php:656
850
  msgid ""
851
  "Trigger value: page scroll in %, page scroll in px or element with selector "
852
  "(#id or .class) becomes visible"
853
  msgstr ""
854
 
855
- #: includes/functions.php:660
856
  msgid "Offset"
857
  msgstr ""
858
 
859
- #: includes/functions.php:660
860
  msgid "Offset of trigger element"
861
  msgstr ""
862
 
863
- #: includes/functions.php:664
864
  msgid "Delay"
865
  msgstr ""
866
 
867
- #: includes/functions.php:664
868
  msgid "Delay animation after trigger condition"
869
  msgstr ""
870
 
871
- #: includes/functions.php:668
872
  msgid "Trigger once"
873
  msgstr ""
874
 
875
- #: includes/functions.php:670
876
  msgid "Trigger animation only once"
877
  msgstr ""
878
 
879
- #: includes/functions.php:709
880
  msgid "Tracking is globally disabled"
881
  msgstr ""
882
 
883
- #: includes/functions.php:713
884
  msgid "Tracking for this block is disabled"
885
  msgstr ""
886
 
887
- #: includes/functions.php:723 settings.php:2976 settings.php:3012
888
  #: strings.php:206
889
  msgid "Loading..."
890
  msgstr ""
891
 
892
- #: includes/functions.php:739
893
  msgid ""
894
  "Clear statistics data for the selected range - clear both dates to delete "
895
  "all data for this block"
896
  msgstr ""
897
 
898
- #: includes/functions.php:743
899
  msgid "Auto refresh data for the selected range every 60 seconds"
900
  msgstr ""
901
 
902
- #: includes/functions.php:746
903
  msgid "Load data for last month"
904
  msgstr ""
905
 
906
- #: includes/functions.php:746
907
  msgid "Last Month"
908
  msgstr ""
909
 
910
- #: includes/functions.php:749
911
  msgid "Load data for this month"
912
  msgstr ""
913
 
914
- #: includes/functions.php:749
915
  msgid "This Month"
916
  msgstr ""
917
 
918
- #: includes/functions.php:752
919
  msgid "Load data for this year"
920
  msgstr ""
921
 
922
- #: includes/functions.php:752
923
  msgid "This Year"
924
  msgstr ""
925
 
926
- #: includes/functions.php:755
927
  msgid "Load data for the last 15 days"
928
  msgstr ""
929
 
930
- #: includes/functions.php:758
931
  msgid "Load data for the last 30 days"
932
  msgstr ""
933
 
934
- #: includes/functions.php:761
935
  msgid "Load data for the last 90 days"
936
  msgstr ""
937
 
938
- #: includes/functions.php:764
939
  msgid "Load data for the last 180 days"
940
  msgstr ""
941
 
942
- #: includes/functions.php:767
943
  msgid "Load data for the last 365 days"
944
  msgstr ""
945
 
946
- #: includes/functions.php:777
947
  msgid "Load data for the selected range"
948
  msgstr ""
949
 
950
- #: includes/functions.php:793
951
  msgid ""
952
  "Import settings when saving - if checked, the encoded settings below will be "
953
  "imported for this block"
954
  msgstr ""
955
 
956
- #: includes/functions.php:793
957
  msgid "Import settings for block"
958
  msgstr ""
959
 
960
- #: includes/functions.php:797
961
  msgid ""
962
  "Import block name when saving - if checked and 'Import settings for block' "
963
  "is also checked, the name from encoded settings below will be imported for "
964
  "this block"
965
  msgstr ""
966
 
967
- #: includes/functions.php:797
968
  msgid "Import block name"
969
  msgstr ""
970
 
971
- #: includes/functions.php:801
972
  msgid "Saved settings for block"
973
  msgstr ""
974
 
975
- #: includes/functions.php:814
976
  msgid "Export / Import Ad Inserter Pro Settings"
977
  msgstr ""
978
 
979
- #: includes/functions.php:823
980
  msgid "Are you sure you want to clear all statistics data for all blocks?"
981
  msgstr ""
982
 
983
- #: includes/functions.php:825
984
  msgid "Clear All Statistics Data"
985
  msgstr ""
986
 
987
- #: includes/functions.php:851
988
  msgid "Toggle country/city editor"
989
  msgstr ""
990
 
991
- #: includes/functions.php:857
992
  msgid "IP Addresses"
993
  msgstr ""
994
 
995
- #: includes/functions.php:860
996
  msgid "Toggle IP address editor"
997
  msgstr ""
998
 
999
- #: includes/functions.php:863
1000
  msgid ""
1001
  "Comma separated IP addresses, you can also use partial IP addresses with * "
1002
  "(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
1003
  msgstr ""
1004
 
1005
- #: includes/functions.php:867
1006
  msgid "Blacklist IP addresses"
1007
  msgstr ""
1008
 
1009
- #: includes/functions.php:871
1010
  msgid "Whitelist IP addresses"
1011
  msgstr ""
1012
 
1013
- #: includes/functions.php:882
1014
  msgid "Countries"
1015
  msgstr ""
1016
 
1017
- #: includes/functions.php:883
1018
  msgid "Cities"
1019
  msgstr ""
1020
 
1021
- #: includes/functions.php:887 includes/functions.php:2332
1022
  msgid "Toggle country editor"
1023
  msgstr ""
1024
 
1025
- #: includes/functions.php:890
1026
  msgid "Toggle city editor"
1027
  msgstr ""
1028
 
1029
- #: includes/functions.php:894 includes/functions.php:2335
1030
  msgid "Comma separated country ISO Alpha-2 codes"
1031
  msgstr ""
1032
 
1033
- #: includes/functions.php:898
1034
  msgid "Blacklist countries"
1035
  msgstr ""
1036
 
1037
- #: includes/functions.php:902
1038
  msgid "Whitelist countries"
1039
  msgstr ""
1040
 
1041
- #: includes/functions.php:1212 includes/functions.php:1413
1042
  msgid "Enter license key"
1043
  msgstr ""
1044
 
1045
  #. translators: %s: Ad Inserter Pro
1046
- #: includes/functions.php:1218
1047
  msgid ""
1048
  "%s license key is not set. Plugin functionality is limited and updates are "
1049
  "disabled."
1050
  msgstr ""
1051
 
1052
- #: includes/functions.php:1227 includes/functions.php:1422
1053
  msgid "Check license key"
1054
  msgstr ""
1055
 
1056
  #. translators: %s: Ad Inserter Pro
1057
- #: includes/functions.php:1233
1058
  msgid "Invalid %s license key."
1059
  msgstr ""
1060
 
1061
  #. translators: %s: Ad Inserter Pro
1062
- #: includes/functions.php:1242
1063
  msgid "%s license expired. Plugin updates are disabled."
1064
  msgstr ""
1065
 
1066
- #: includes/functions.php:1243
1067
  msgid "Renew license"
1068
  msgstr ""
1069
 
1070
  #. translators: %s: Ad Inserter Pro
1071
- #: includes/functions.php:1251
1072
  msgid "%s license overused. Plugin updates are disabled."
1073
  msgstr ""
1074
 
1075
- #: includes/functions.php:1252
1076
  msgid "Upgrade license"
1077
  msgstr ""
1078
 
1079
  #. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
1080
- #: includes/functions.php:1415
1081
  msgid ""
1082
  "%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
1083
  "limited and updates are disabled."
1084
  msgstr ""
1085
 
1086
  #. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
1087
- #: includes/functions.php:1424
1088
  msgid "%1$s Warning: %2$s Invalid %3$s license key."
1089
  msgstr ""
1090
 
1091
  #. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
1092
- #: includes/functions.php:1438
1093
  msgid ""
1094
  "Hey, %1$s license has expired - plugin updates are now disabled. Please "
1095
  "renew the license to enable updates. Check %2$s what you are missing. %3$s"
1096
  msgstr ""
1097
 
1098
  #. translators: 1, 3: HTML tags, 2: percentage
1099
- #: includes/functions.php:1445
1100
  msgid ""
1101
  "During the license period and 30 days after the license has expired we offer "
1102
  "%1$s %2$s discount on all license renewals and license upgrades. %3$s"
1103
  msgstr ""
1104
 
1105
- #: includes/functions.php:1468
1106
  msgid "Renew the licence"
1107
  msgstr ""
1108
 
1109
- #: includes/functions.php:1470
1110
  msgid "Update license status"
1111
  msgstr ""
1112
 
1113
  #. translators: 1, 2, 4, 5: HTML tags, 3: Ad Inserter Pro
1114
- #: includes/functions.php:1481
1115
  msgid ""
1116
  "%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
1117
  "Upgrade license %5$s"
1118
  msgstr ""
1119
 
1120
  #. Translators: %s: HTML tag
1121
- #: includes/functions.php:1501
1122
  msgid "Warning: %s MaxMind IP geolocation database not found."
1123
  msgstr ""
1124
 
1125
- #: includes/functions.php:1965
1126
  msgid "Geolocation"
1127
  msgstr ""
1128
 
1129
- #: includes/functions.php:1969
1130
  msgid "Exceptions"
1131
  msgstr ""
1132
 
1133
- #: includes/functions.php:1974
1134
  msgid "Multisite"
1135
  msgstr ""
1136
 
1137
- #: includes/functions.php:1979
1138
  msgid "Tracking"
1139
  msgstr ""
1140
 
1141
  #. translators: %d: days, hours, minutes
1142
- #: includes/functions.php:2010
1143
  msgid "Scheduled in %d days %d hours %d minutes"
1144
  msgstr ""
1145
 
1146
  #. translators: %s: HTML dash separator, %d: days, hours, minutes, &mdash; is
1147
  #. HTML code for long dash separator
1148
- #: includes/functions.php:2019
1149
  msgid "Active %s expires in %d days %d hours %d minutes"
1150
  msgstr ""
1151
 
1152
- #: includes/functions.php:2023
1153
  msgid "Expired"
1154
  msgstr ""
1155
 
1156
- #: includes/functions.php:2031 settings.php:1252 settings.php:1267
1157
- #: settings.php:1851
1158
  msgid "and"
1159
  msgstr ""
1160
 
1161
- #: includes/functions.php:2034
1162
  msgid "fallback"
1163
  msgstr ""
1164
 
1165
- #: includes/functions.php:2035
1166
  msgid "Block to be used when scheduling expires"
1167
  msgstr ""
1168
 
1169
- #: includes/functions.php:2060
1170
  msgid "Load in iframe"
1171
  msgstr ""
1172
 
1173
- #: includes/functions.php:2064 includes/placeholders.php:382
1174
  msgid "Width"
1175
  msgstr ""
1176
 
1177
- #: includes/functions.php:2065
1178
  msgid "iframe width, empty means full width (100%)"
1179
  msgstr ""
1180
 
1181
- #: includes/functions.php:2071 includes/placeholders.php:377
1182
  msgid "Height"
1183
  msgstr ""
1184
 
1185
- #: includes/functions.php:2072
1186
  msgid "iframe height, empty means adjust it to iframe content height"
1187
  msgstr ""
1188
 
1189
- #: includes/functions.php:2079
1190
  msgid "Ad label in iframe"
1191
  msgstr ""
1192
 
1193
- #: includes/functions.php:2084
1194
  msgid "Preview iframe code"
1195
  msgstr ""
1196
 
1197
- #: includes/functions.php:2084 includes/preview.php:1790 settings.php:934
1198
- #: settings.php:2517
1199
  msgid "Preview"
1200
  msgstr ""
1201
 
1202
- #: includes/functions.php:2098 includes/functions.php:3458
1203
- #: includes/functions.php:3521 settings.php:1968
1204
  msgid "Ad Blocking"
1205
  msgstr ""
1206
 
1207
  #. translators: 1, 2 and 3, 4: HTML tags
1208
- #: includes/functions.php:2107
1209
  msgid ""
1210
  "%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
1211
  "for tracking!"
@@ -1213,226 +1213,226 @@ msgstr ""
1213
 
1214
  #. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
1215
  #. header
1216
- #: includes/functions.php:2116
1217
  msgid ""
1218
  "%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
1219
  "enabled and automatic insertion %6$s!"
1220
  msgstr ""
1221
 
1222
- #: includes/functions.php:2134
1223
  msgid "When ad blocking is detected"
1224
  msgstr ""
1225
 
1226
- #: includes/functions.php:2143
1227
  msgid "replacement"
1228
  msgstr ""
1229
 
1230
- #: includes/functions.php:2144
1231
  msgid "Block to be shown when ad blocking is detected"
1232
  msgstr ""
1233
 
1234
- #: includes/functions.php:2145
1235
  msgctxt "replacement"
1236
  msgid "None"
1237
  msgstr ""
1238
 
1239
- #: includes/functions.php:2162
1240
  msgid "Close button"
1241
  msgstr ""
1242
 
1243
- #: includes/functions.php:2209
1244
  msgid "Lazy loading"
1245
  msgstr ""
1246
 
1247
  #. Translators: %s MaxMind
1248
- #: includes/functions.php:2267
1249
  msgid "This product includes GeoLite2 data created by %s"
1250
  msgstr ""
1251
 
1252
- #: includes/functions.php:2278
1253
  msgid "IP geolocation database"
1254
  msgstr ""
1255
 
1256
- #: includes/functions.php:2281
1257
  msgid "Select IP geolocation database."
1258
  msgstr ""
1259
 
1260
- #: includes/functions.php:2292
1261
  msgid "Automatic database updates"
1262
  msgstr ""
1263
 
1264
- #: includes/functions.php:2295
1265
  msgid ""
1266
  "Automatically download and update free GeoLite2 IP geolocation database by "
1267
  "MaxMind"
1268
  msgstr ""
1269
 
1270
- #: includes/functions.php:2303
1271
  msgid "Database"
1272
  msgstr ""
1273
 
1274
- #: includes/functions.php:2306
1275
  msgid ""
1276
  "Aabsolute path starting with '/' or relative path to the MaxMind database "
1277
  "file"
1278
  msgstr ""
1279
 
1280
  #. translators: %d: group number
1281
- #: includes/functions.php:2324
1282
  msgid "Group %d"
1283
  msgstr ""
1284
 
1285
- #: includes/functions.php:2330
1286
  msgid "countries"
1287
  msgstr ""
1288
 
1289
- #: includes/functions.php:2365
1290
  msgid "Enable tracking"
1291
  msgstr ""
1292
 
1293
- #: includes/functions.php:2380
1294
  msgid "Impression and Click Tracking"
1295
  msgstr ""
1296
 
1297
- #: includes/functions.php:2394
1298
  msgid "Internal"
1299
  msgstr ""
1300
 
1301
- #: includes/functions.php:2398
1302
  msgid "Track impressions and clicks with internal tracking and statistics"
1303
  msgstr ""
1304
 
1305
- #: includes/functions.php:2403
1306
  msgid "External"
1307
  msgstr ""
1308
 
1309
- #: includes/functions.php:2407
1310
  msgid ""
1311
  "Track impressions and clicks with Google Analytics or Matomo (needs tracking "
1312
  "code installed)"
1313
  msgstr ""
1314
 
1315
- #: includes/functions.php:2412
1316
  msgid "Track Pageviews"
1317
  msgstr ""
1318
 
1319
- #: includes/functions.php:2418
1320
  msgid "Track Pageviews by Device (as configured for viewports)"
1321
  msgstr ""
1322
 
1323
- #: includes/functions.php:2428
1324
  msgid "Track for Logged in Users"
1325
  msgstr ""
1326
 
1327
- #: includes/functions.php:2434
1328
  msgid "Track impressions and clicks from logged in users"
1329
  msgstr ""
1330
 
1331
- #: includes/functions.php:2444
1332
  msgid "Click Detection"
1333
  msgstr ""
1334
 
1335
- #: includes/functions.php:2450
1336
  msgid ""
1337
  "Standard method detects clicks only on banners with links, Advanced method "
1338
  "can detect clicks on any kind of ads, but it is slightly less accurate"
1339
  msgstr ""
1340
 
1341
- #: includes/functions.php:2489
1342
  msgid "Are you sure you want to clear all exceptions for block"
1343
  msgstr ""
1344
 
1345
- #: includes/functions.php:2490 settings.php:1098
1346
  msgid "Clear all exceptions for block"
1347
  msgstr ""
1348
 
1349
- #: includes/functions.php:2497
1350
  msgid "Are you sure you want to clear all exceptions?"
1351
  msgstr ""
1352
 
1353
- #: includes/functions.php:2497
1354
  msgid "Clear all exceptions for all blocks"
1355
  msgstr ""
1356
 
1357
- #: includes/functions.php:2502 settings.php:3285
1358
  msgid "Type"
1359
  msgstr ""
1360
 
1361
- #: includes/functions.php:2520
1362
  msgid "View"
1363
  msgstr ""
1364
 
1365
- #: includes/functions.php:2521 includes/placeholders.php:346
1366
- #: includes/preview.php:2081 settings.php:1014
1367
  msgid "Edit"
1368
  msgstr ""
1369
 
1370
- #: includes/functions.php:2551
1371
  msgid "Are you sure you want to clear all exceptions for"
1372
  msgstr ""
1373
 
1374
- #: includes/functions.php:2552
1375
  msgid "Clear all exceptions for"
1376
  msgstr ""
1377
 
1378
- #: includes/functions.php:2565
1379
  msgid "No exceptions"
1380
  msgstr ""
1381
 
1382
  #. translators: %s: Ad Inserter Pro
1383
- #: includes/functions.php:2576
1384
  msgid "%s options for network blogs"
1385
  msgstr ""
1386
 
1387
  #. translators: %s: Ad Inserter Pro
1388
- #: includes/functions.php:2581
1389
  msgid "Enable %s widgets for sub-sites"
1390
  msgstr ""
1391
 
1392
- #: includes/functions.php:2581
1393
  msgid "Widgets"
1394
  msgstr ""
1395
 
1396
- #: includes/functions.php:2586
1397
  msgid "Enable PHP code processing for sub-sites"
1398
  msgstr ""
1399
 
1400
- #: includes/functions.php:2586
1401
  msgid "PHP Processing"
1402
  msgstr ""
1403
 
1404
  #. translators: %s: Ad Inserter Pro
1405
- #: includes/functions.php:2591
1406
  msgid "Enable %s block exceptions in post/page editor for sub-sites"
1407
  msgstr ""
1408
 
1409
- #: includes/functions.php:2591
1410
  msgid "Post/Page exceptions"
1411
  msgstr ""
1412
 
1413
  #. translators: %s: Ad Inserter Pro
1414
- #: includes/functions.php:2596
1415
  msgid "Enable %s settings page for sub-sites"
1416
  msgstr ""
1417
 
1418
- #: includes/functions.php:2596
1419
  msgid "Settings page"
1420
  msgstr ""
1421
 
1422
  #. translators: %s: Ad Inserter Pro
1423
- #: includes/functions.php:2601
1424
  msgid "Enable %s settings of main site to be used for all blogs"
1425
  msgstr ""
1426
 
1427
- #: includes/functions.php:2601
1428
  msgid "Main site settings used for all blogs"
1429
  msgstr ""
1430
 
1431
- #: includes/functions.php:2612 settings.php:2413
1432
  msgid "Ad Blocking Detection"
1433
  msgstr ""
1434
 
1435
- #: includes/functions.php:2618
1436
  msgid ""
1437
  "Standard method is reliable but should be used only if Advanced method does "
1438
  "not work. Advanced method recreates files used for detection with random "
@@ -1440,154 +1440,109 @@ msgid ""
1440
  "publicly accessible"
1441
  msgstr ""
1442
 
1443
- #: includes/functions.php:3012 includes/functions.php:3102
1444
- #: includes/functions.php:3122
1445
  msgid "AD BLOCKING"
1446
  msgstr ""
1447
 
1448
- #: includes/functions.php:3013 includes/functions.php:3053
1449
- #: includes/functions.php:3096 includes/functions.php:3123
1450
  msgid "BLOCK INSERTED BUT NOT VISIBLE"
1451
  msgstr ""
1452
 
1453
- #: includes/functions.php:3016 includes/functions.php:3095
1454
- #: includes/functions.php:3129
1455
  msgid "NO AD BLOCKING"
1456
  msgstr ""
1457
 
1458
- #: includes/functions.php:3052 includes/functions.php:3059
1459
  msgid "AD BLOCKING REPLACEMENT"
1460
  msgstr ""
1461
 
1462
- #: includes/functions.php:3457
1463
  msgctxt "Version"
1464
  msgid "Unknown"
1465
  msgstr ""
1466
 
1467
- #: includes/functions.php:3457
1468
  msgctxt "Times"
1469
  msgid "DISPLAYED"
1470
  msgstr ""
1471
 
1472
- #: includes/functions.php:3457
1473
  msgid "No version"
1474
  msgstr ""
1475
 
1476
- #: includes/functions.php:3458
1477
  msgctxt "Times"
1478
  msgid "BLOCKED"
1479
  msgstr ""
1480
 
1481
- #: includes/functions.php:3520
1482
  msgid "Pageviews"
1483
  msgstr ""
1484
 
1485
- #: includes/functions.php:3520
1486
  msgid "Impressions"
1487
  msgstr ""
1488
 
1489
- #: includes/functions.php:3521 includes/functions.php:3522
1490
- #: includes/functions.php:3530
1491
  msgid "Clicks"
1492
  msgstr ""
1493
 
1494
- #: includes/functions.php:3522
1495
  msgid "events"
1496
  msgstr ""
1497
 
1498
- #: includes/functions.php:3523
1499
  msgid "Ad Blocking Share"
1500
  msgstr ""
1501
 
1502
  #. translators: CTR as Click Through Rate
1503
- #: includes/functions.php:3523 includes/functions.php:3535
1504
  msgid "CTR"
1505
  msgstr ""
1506
 
1507
- #: includes/functions.php:3617
1508
  msgid "pageviews"
1509
  msgid_plural "pageviews"
1510
  msgstr[0] ""
1511
  msgstr[1] ""
1512
 
1513
- #: includes/functions.php:3617
1514
  msgid "impressions"
1515
  msgid_plural "impressions"
1516
  msgstr[0] ""
1517
  msgstr[1] ""
1518
 
1519
- #: includes/functions.php:3621
1520
  msgid "event"
1521
  msgid_plural "events"
1522
  msgstr[0] ""
1523
  msgstr[1] ""
1524
 
1525
- #: includes/functions.php:3621
1526
  msgid "click"
1527
  msgid_plural "clicks"
1528
  msgstr[0] ""
1529
  msgstr[1] ""
1530
 
1531
- #: includes/functions.php:3689
1532
  msgctxt "Pageviews / Impressions"
1533
  msgid "Average"
1534
  msgstr ""
1535
 
1536
- #: includes/functions.php:3707
1537
  msgctxt "Ad Blocking / Clicks"
1538
  msgid "Average"
1539
  msgstr ""
1540
 
1541
- #: includes/functions.php:3724
1542
  msgctxt "Ad Blocking Share / CTR"
1543
  msgid "Average"
1544
  msgstr ""
1545
 
1546
- #. Translators: %d: viewport number
1547
- #: includes/functions.php:3804 settings.php:2194 settings.php:2200
1548
- #: settings.php:2206
1549
- msgid "Viewport %d name"
1550
- msgstr ""
1551
-
1552
- #: includes/functions.php:3807 settings.php:2196 settings.php:2202
1553
- #: settings.php:2209
1554
- msgid "min width"
1555
- msgstr ""
1556
-
1557
- #: includes/functions.php:3838 settings.php:1682
1558
- msgid "Device min width %s px"
1559
- msgstr ""
1560
-
1561
- #: includes/functions.php:3879 includes/functions.php:3882 settings.php:2232
1562
- #: settings.php:2235 settings.php:2256 settings.php:2259
1563
- msgid "Enable hook"
1564
- msgstr ""
1565
-
1566
- #. translators: %d: hook number
1567
- #: includes/functions.php:3882 settings.php:2235 settings.php:2259
1568
- msgid "Hook %d name"
1569
- msgstr ""
1570
-
1571
- #: includes/functions.php:3885 settings.php:2238 settings.php:2262
1572
- msgid "Hook name for automatic insertion selection"
1573
- msgstr ""
1574
-
1575
- #: includes/functions.php:3888 settings.php:2241 settings.php:2265
1576
- msgid "action"
1577
- msgstr ""
1578
-
1579
- #: includes/functions.php:3891 settings.php:2244 settings.php:2268
1580
- msgid "Action name as used in the do_action () function"
1581
- msgstr ""
1582
-
1583
- #: includes/functions.php:3894 settings.php:2247 settings.php:2271
1584
- msgid "priority"
1585
- msgstr ""
1586
-
1587
- #: includes/functions.php:3897 settings.php:2250 settings.php:2274
1588
- msgid "Priority for the hook (default is 10)"
1589
- msgstr ""
1590
-
1591
  #: includes/placeholders.php:19
1592
  msgid "Custom"
1593
  msgstr ""
@@ -1612,7 +1567,7 @@ msgstr ""
1612
  msgid "Placeholder"
1613
  msgstr ""
1614
 
1615
- #: includes/placeholders.php:356 settings.php:778 settings.php:3286
1616
  msgid "Size"
1617
  msgstr ""
1618
 
@@ -1720,11 +1675,11 @@ msgstr ""
1720
  msgid "Ad Blocking Detected Message Preview"
1721
  msgstr ""
1722
 
1723
- #: includes/preview-adb.php:348 settings.php:2530
1724
  msgid "Message CSS"
1725
  msgstr ""
1726
 
1727
- #: includes/preview-adb.php:353 settings.php:2538
1728
  msgid "Overlay CSS"
1729
  msgstr ""
1730
 
@@ -1764,7 +1719,7 @@ msgstr ""
1764
  msgid "background"
1765
  msgstr ""
1766
 
1767
- #: includes/preview.php:1892 includes/preview.php:2038 settings.php:978
1768
  msgid "Alignment and style"
1769
  msgstr ""
1770
 
@@ -1862,659 +1817,656 @@ msgid ""
1862
  "the values to those of the current block."
1863
  msgstr ""
1864
 
1865
- #: settings.php:168
1866
- msgid "Online Documentation"
1867
- msgstr ""
1868
-
1869
- #: settings.php:169
1870
- msgid ""
1871
- "support forum - if you have issues using the plugin go here, check existing "
1872
- "threads and open a new one if you don't find answers for your issue."
1873
- msgstr ""
1874
-
1875
- #: settings.php:169
1876
- msgid "Support Forum"
1877
- msgstr ""
1878
-
1879
- #: settings.php:170
1880
- msgid ""
1881
- "Need more blocks, sticky ads, GEO targeting, impression and click tracking? "
1882
- "Upgrade to Ad Inserter Pro"
1883
- msgstr ""
1884
-
1885
- #: settings.php:171
1886
- msgid "Show list of all blocks"
1887
- msgstr ""
1888
-
1889
- #: settings.php:181
1890
  msgid "Loaded plugin JavaScript file version"
1891
  msgstr ""
1892
 
1893
  #. translators: %s: HTML tags
1894
- #: settings.php:183
1895
  msgid ""
1896
  "Wrong or %s missing version parameter %s of the JavaScript file, probably "
1897
  "due to inappropriate caching."
1898
  msgstr ""
1899
 
1900
- #: settings.php:184
1901
  msgid ""
1902
  "Missing version parameter of the JavaScript file, probably due to "
1903
  "inappropriate caching."
1904
  msgstr ""
1905
 
1906
- #: settings.php:185
1907
  msgid ""
1908
  "Incompatible (old) JavaScript file loaded, probably due to inappropriate "
1909
  "caching."
1910
  msgstr ""
1911
 
1912
- #: settings.php:186 settings.php:197
1913
  msgid ""
1914
  "Please delete browser's cache and all other caches used and then reload this "
1915
  "page."
1916
  msgstr ""
1917
 
1918
- #: settings.php:192
1919
  msgid "Loaded plugin CSS file version"
1920
  msgstr ""
1921
 
1922
  #. translators: %s: HTML tags
1923
- #: settings.php:194
1924
  msgid ""
1925
  "Wrong or %s missing version parameter %s of the CSS file, probably due to "
1926
  "inappropriate caching."
1927
  msgstr ""
1928
 
1929
- #: settings.php:195
1930
  msgid ""
1931
  "Missing version parameter of the CSS file, probably due to inappropriate "
1932
  "caching."
1933
  msgstr ""
1934
 
1935
- #: settings.php:196
1936
  msgid ""
1937
  "Incompatible (old) CSS file loaded, probably due to inappropriate caching."
1938
  msgstr ""
1939
 
1940
- #: settings.php:203 settings.php:215
1941
  msgid "WARNING"
1942
  msgstr ""
1943
 
1944
  #. translators: %s: HTML tags
1945
- #: settings.php:205
1946
  msgid "Page may %s not be loaded properly. %s"
1947
  msgstr ""
1948
 
1949
- #: settings.php:206
1950
  msgid ""
1951
  "Check ad blocking software that may block CSS, JavaScript or image files."
1952
  msgstr ""
1953
 
1954
- #: settings.php:215
1955
  msgid ""
1956
  "To disable debugging functions and to enable insertions go to tab &#9881; / "
1957
  "tab Debugging"
1958
  msgstr ""
1959
 
1960
- #: settings.php:217
1961
  msgid "Debugging functions enabled - some code is not inserted"
1962
  msgstr ""
1963
 
1964
- #: settings.php:234
1965
  msgid "Option Name"
1966
  msgstr ""
1967
 
1968
- #: settings.php:240
1969
  msgid "Share"
1970
  msgstr ""
1971
 
1972
- #: settings.php:243
1973
  msgid ""
1974
  "Option share in percents - 0 means option is disabled, if share for one "
1975
  "option is not defined it will be calculated automatically. Leave all share "
1976
  "fields empty for equal option shares."
1977
  msgstr ""
1978
 
1979
- #: settings.php:246
1980
  msgid "Time"
1981
  msgstr ""
1982
 
1983
- #: settings.php:249
1984
  msgid ""
1985
  "Option time in seconds - 0 means option is disabled and will be skipped. "
1986
  "Leave all time fields empty for no timed rotation."
1987
  msgstr ""
1988
 
1989
- #: settings.php:401
1990
  msgid "General Settings"
1991
  msgstr ""
1992
 
1993
- #: settings.php:566 settings.php:2289 settings.php:2347 settings.php:2510
1994
  msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
1995
  msgstr ""
1996
 
1997
- #: settings.php:573
1998
  msgid "Toggle tools"
1999
  msgstr ""
2000
 
2001
- #: settings.php:581
2002
  msgid "Process PHP code in block"
2003
  msgstr ""
2004
 
2005
- #: settings.php:588
2006
  msgid "Disable insertion of this block"
2007
  msgstr ""
2008
 
2009
- #: settings.php:600
2010
  msgid "Toggle code generator"
2011
  msgstr ""
2012
 
2013
- #: settings.php:604
2014
  msgid "Toggle rotation editor"
2015
  msgstr ""
2016
 
2017
- #: settings.php:608
2018
  msgid "Open visual HTML editor"
2019
  msgstr ""
2020
 
2021
- #: settings.php:618
2022
  msgid "Show AdSense ad units"
2023
  msgstr ""
2024
 
2025
- #: settings.php:627
2026
  msgid "Clear block"
2027
  msgstr ""
2028
 
2029
- #: settings.php:632 settings.php:3180
2030
  msgid "Copy block"
2031
  msgstr ""
2032
 
2033
- #: settings.php:636
2034
  msgid "Paste name"
2035
  msgstr ""
2036
 
2037
- #: settings.php:640
2038
  msgid "Paste code"
2039
  msgstr ""
2040
 
2041
- #: settings.php:644
2042
  msgid "Paste settings"
2043
  msgstr ""
2044
 
2045
- #: settings.php:648
2046
  msgid "Paste block (name, code and settings)"
2047
  msgstr ""
2048
 
2049
- #: settings.php:667
2050
  msgid "Remove option"
2051
  msgstr ""
2052
 
2053
- #: settings.php:671
2054
  msgid "Add option"
2055
  msgstr ""
2056
 
2057
- #: settings.php:686
2058
  msgid "Import code"
2059
  msgstr ""
2060
 
2061
- #: settings.php:690
2062
  msgid "Generate code"
2063
  msgstr ""
2064
 
2065
- #: settings.php:695
2066
  msgid "Banner"
2067
  msgstr ""
2068
 
2069
- #: settings.php:706
2070
  msgid "Image"
2071
  msgstr ""
2072
 
2073
- #: settings.php:714
2074
  msgid "Link"
2075
  msgstr ""
2076
 
2077
- #: settings.php:725
2078
  msgid "Open link in a new tab"
2079
  msgstr ""
2080
 
2081
- #: settings.php:726
2082
  msgid "Select Image"
2083
  msgstr ""
2084
 
2085
- #: settings.php:727
2086
  msgid "Select Placeholder"
2087
  msgstr ""
2088
 
2089
- #: settings.php:739
2090
  msgid "Comment"
2091
  msgstr ""
2092
 
2093
- #: settings.php:748
2094
  msgctxt "AdSense"
2095
  msgid "Publisher ID"
2096
  msgstr ""
2097
 
2098
- #: settings.php:757
2099
  msgctxt "AdSense"
2100
  msgid "Ad Slot ID"
2101
  msgstr ""
2102
 
2103
- #: settings.php:766
2104
  msgid "Ad Type"
2105
  msgstr ""
2106
 
2107
- #: settings.php:790
2108
  msgid "AMP Ad"
2109
  msgstr ""
2110
 
2111
- #: settings.php:807
2112
  msgid "Show ad units from your AdSense account"
2113
  msgstr ""
2114
 
2115
- #: settings.php:807
2116
  msgid "AdSense ad units"
2117
  msgstr ""
2118
 
2119
- #: settings.php:824
2120
  msgctxt "AdSense"
2121
  msgid "Layout"
2122
  msgstr ""
2123
 
2124
- #: settings.php:833
2125
  msgctxt "AdSense"
2126
  msgid "Layout Key"
2127
  msgstr ""
2128
 
2129
- #: settings.php:930
2130
  msgid ""
2131
  "White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
2132
  "Cookie or Referer (domain)"
2133
  msgstr ""
2134
 
2135
- #: settings.php:930
2136
  msgid "Lists"
2137
  msgstr ""
2138
 
2139
- #: settings.php:931
2140
  msgid "Widget, Shortcode and PHP function call"
2141
  msgstr ""
2142
 
2143
- #: settings.php:931
2144
  msgid "Manual"
2145
  msgstr ""
2146
 
2147
- #: settings.php:932
2148
  msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
2149
  msgstr ""
2150
 
2151
- #: settings.php:932
2152
  msgid "Devices"
2153
  msgstr ""
2154
 
2155
- #: settings.php:933
2156
  msgid ""
2157
  "Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
2158
  "feeds), Filter, Scheduling, General tag"
2159
  msgstr ""
2160
 
2161
- #: settings.php:933
2162
  msgid "Misc"
2163
  msgstr ""
2164
 
2165
- #: settings.php:934
2166
  msgid "Preview code and alignment"
2167
  msgstr ""
2168
 
2169
- #: settings.php:937 settings.php:1933
2170
  msgid ""
2171
  "Rotation editor active - rotation code not generated! Make sure no rotation "
2172
  "editor is active before saving settings."
2173
  msgstr ""
2174
 
2175
- #: settings.php:939
2176
  msgid "Save All Settings"
2177
  msgstr ""
2178
 
2179
- #: settings.php:991 strings.php:182
2180
- msgctxt "Button"
2181
- msgid "Show"
2182
- msgstr ""
2183
-
2184
- #: settings.php:1003
2185
- msgid "Custom CSS code for the wrapping div"
2186
- msgstr ""
2187
-
2188
- #: settings.php:1006 settings.php:1007 settings.php:1008 settings.php:1009
2189
- #: settings.php:1010 settings.php:1011
2190
- msgid "CSS code for the wrapping div, click to edit"
2191
- msgstr ""
2192
-
2193
- #: settings.php:1026
2194
  msgid "Enable insertion on posts"
2195
  msgstr ""
2196
 
2197
- #: settings.php:1028 settings.php:1034
2198
  msgid ""
2199
  "Individual post exceptions (if enabled here) can be configured in post "
2200
  "editor. Leave blank for no individual post exceptions."
2201
  msgstr ""
2202
 
2203
- #: settings.php:1034
2204
  msgid "Posts"
2205
  msgstr ""
2206
 
2207
- #: settings.php:1039
2208
- msgid "Toggle list of individual exceptions"
2209
- msgstr ""
2210
-
2211
- #: settings.php:1049 settings.php:1050
2212
  msgid ""
2213
  "Enable insertion on homepage: latest posts (including on sub-pages), static "
2214
  "page or theme homepage (available positions may depend on hooks used by the "
2215
  "theme)"
2216
  msgstr ""
2217
 
2218
- #: settings.php:1050
2219
  msgid "Homepage"
2220
  msgstr ""
2221
 
2222
- #: settings.php:1054 settings.php:1055
2223
  msgid "Enable insertion on category blog pages (including sub-pages)"
2224
  msgstr ""
2225
 
2226
- #: settings.php:1055
2227
  msgid "Category pages"
2228
  msgstr ""
2229
 
2230
- #: settings.php:1062
 
 
 
 
2231
  msgid "Enable insertion on static pages"
2232
  msgstr ""
2233
 
2234
- #: settings.php:1064 settings.php:1070
2235
  msgid ""
2236
  "Individual static page exceptions (if enabled here) can be configured in "
2237
  "page editor. Leave blank for no individual page exceptions."
2238
  msgstr ""
2239
 
2240
- #: settings.php:1070
2241
  msgid "Static pages"
2242
  msgstr ""
2243
 
2244
- #: settings.php:1076 settings.php:1077
2245
  msgid "Enable insertion on search blog pages"
2246
  msgstr ""
2247
 
2248
- #: settings.php:1077
2249
  msgid "Search pages"
2250
  msgstr ""
2251
 
2252
- #: settings.php:1081 settings.php:1082
2253
  msgid "Enable insertion on tag or archive blog pages"
2254
  msgstr ""
2255
 
2256
- #: settings.php:1082
2257
  msgid "Tag / Archive pages"
2258
  msgstr ""
2259
 
2260
- #: settings.php:1095
 
 
 
 
2261
  msgctxt "post"
2262
  msgid "Type"
2263
  msgstr ""
2264
 
2265
  #. translators: %d: block number
2266
- #: settings.php:1097
2267
  msgid "Are you sure you want to clear all exceptions for block %d?"
2268
  msgstr ""
2269
 
2270
- #: settings.php:1127
2271
- msgid "HTML element"
2272
  msgstr ""
2273
 
2274
- #: settings.php:1140
2275
- msgid "HTML element selector or comma separated list of selectors"
 
 
 
 
 
 
2276
  msgstr ""
2277
 
2278
- #: settings.php:1146 settings.php:2423
2279
- msgid "Action"
 
 
 
 
 
 
2280
  msgstr ""
2281
 
2282
- #: settings.php:1157 settings.php:1726
2283
- msgid "Insertion"
 
 
2284
  msgstr ""
2285
 
2286
- #: settings.php:1158
2287
  msgid ""
2288
- "Client-side insertion uses JavaScript to insert block when the page loads. "
2289
- "Server-side insertion inserts block when the page is generated but needs "
2290
- "Output buffering enabled."
2291
  msgstr ""
2292
 
2293
- #: settings.php:1168
2294
- msgid "JavaScript code position"
 
 
2295
  msgstr ""
2296
 
2297
- #: settings.php:1169
2298
- msgid ""
2299
- "Page position where the JavaScript code for client-side insertion will be "
2300
- "inserted. Should be after the HTML element if not waiting for DOM ready."
2301
  msgstr ""
2302
 
2303
- #: settings.php:1183
2304
- msgid "Paragraphs"
2305
  msgstr ""
2306
 
2307
- #: settings.php:1190
2308
- msgid ""
2309
- "Paragraph number or comma separated paragraph numbers: 1 to N means "
2310
- "paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
2311
- "means random paragraph, value between 0 and 1 means relative position on the "
2312
- "page (0.2 means paragraph at 20% of page paragraphs, 0.5 means paragraph "
2313
- "halfway down the page, 0.9 means paragraph at 90% of page paragraphs, etc.), "
2314
- "negative number means counting from the opposite direction"
 
 
 
 
 
 
2315
  msgstr ""
2316
 
2317
- #: settings.php:1196
2318
- msgid "Counting"
 
2319
  msgstr ""
2320
 
2321
- #: settings.php:1197
2322
- msgid "Clearance"
2323
  msgstr ""
2324
 
2325
- #: settings.php:1205
2326
- msgid "Images"
2327
  msgstr ""
2328
 
2329
- #: settings.php:1212
 
 
 
 
2330
  msgid ""
2331
- "Image number or comma separated image numbers: 1 to N means image number, %N "
2332
- "means every N images, empty means all images, 0 means random image, value "
2333
- "between 0 and 1 means relative position on the page (0.2 means paragraph at "
2334
- "20% of page images, 0.5 means middle image, 0.9 means paragraph at 90% of "
2335
- "page images, etc.), negative number means counting from the opposite "
2336
- "direction"
2337
  msgstr ""
2338
 
2339
- #: settings.php:1222
 
 
 
 
 
 
 
 
 
 
2340
  msgid "Count"
2341
  msgstr ""
2342
 
2343
- #: settings.php:1228
2344
  msgid "paragraphs with tags"
2345
  msgstr ""
2346
 
2347
- #: settings.php:1234
2348
  msgid "Comma separated HTML tag names, usually only 'p' tags are used"
2349
  msgstr ""
2350
 
2351
- #: settings.php:1243
2352
  msgid "that have between"
2353
  msgstr ""
2354
 
2355
- #: settings.php:1249
2356
  msgid "Minimum number of paragraph words, leave empty for no limit"
2357
  msgstr ""
2358
 
2359
- #: settings.php:1258
2360
  msgid "Maximum number of paragraph words, leave empty for no limit"
2361
  msgstr ""
2362
 
2363
- #: settings.php:1261 settings.php:1853
2364
  msgid "words"
2365
  msgstr ""
2366
 
2367
- #: settings.php:1276 settings.php:1342 settings.php:1368
2368
  msgid "Comma separated texts"
2369
  msgstr ""
2370
 
2371
- #: settings.php:1285
2372
  msgid "Minimum number of paragraphs"
2373
  msgstr ""
2374
 
2375
  #. translators: %s: list of HTML tags
2376
- #: settings.php:1300
2377
  msgid ""
2378
  "Count also paragraphs inside %s elements - defined on general plugin "
2379
  "settings page - tab &#9881; / tab General"
2380
  msgstr ""
2381
 
2382
- #: settings.php:1300
2383
  msgid "Count inside special elements"
2384
  msgstr ""
2385
 
2386
- #: settings.php:1311
2387
  msgid "Minimum number of words in paragraphs above"
2388
  msgstr ""
2389
 
2390
- #: settings.php:1317
2391
  msgid ""
2392
  "Used only with automatic insertion After paragraph and empty paragraph "
2393
  "numbers"
2394
  msgstr ""
2395
 
2396
- #: settings.php:1327 settings.php:1353
2397
  msgid "In"
2398
  msgstr ""
2399
 
2400
- #: settings.php:1333
2401
  msgid "Number of paragraphs above to check, leave empty to disable checking"
2402
  msgstr ""
2403
 
2404
- #: settings.php:1336
2405
  msgid "paragraphs above avoid"
2406
  msgstr ""
2407
 
2408
- #: settings.php:1359
2409
  msgid "Number of paragraphs below to check, leave empty to disable checking"
2410
  msgstr ""
2411
 
2412
- #: settings.php:1362
2413
  msgid "paragraphs below avoid"
2414
  msgstr ""
2415
 
2416
- #: settings.php:1378
2417
  msgid "If text is found"
2418
  msgstr ""
2419
 
2420
- #: settings.php:1385
2421
  msgid "check up to"
2422
  msgstr ""
2423
 
2424
- #: settings.php:1393
2425
  msgctxt "check up to"
2426
  msgid "paragraphs"
2427
  msgstr ""
2428
 
2429
- #: settings.php:1409
2430
  msgid "Categories"
2431
  msgstr ""
2432
 
2433
- #: settings.php:1412
2434
  msgid "Toggle category editor"
2435
  msgstr ""
2436
 
2437
- #: settings.php:1415
2438
  msgid "Comma separated category slugs"
2439
  msgstr ""
2440
 
2441
- #: settings.php:1419
2442
  msgid "Blacklist categories"
2443
  msgstr ""
2444
 
2445
- #: settings.php:1423
2446
  msgid "Whitelist categories"
2447
  msgstr ""
2448
 
2449
- #: settings.php:1435
2450
  msgid "Tags"
2451
  msgstr ""
2452
 
2453
- #: settings.php:1438
2454
  msgid "Toggle tag editor"
2455
  msgstr ""
2456
 
2457
- #: settings.php:1441
2458
  msgid "Comma separated tag slugs"
2459
  msgstr ""
2460
 
2461
- #: settings.php:1445
2462
  msgid "Blacklist tags"
2463
  msgstr ""
2464
 
2465
- #: settings.php:1449
2466
  msgid "Whitelist tags"
2467
  msgstr ""
2468
 
2469
- #: settings.php:1461
2470
  msgid "Taxonomies"
2471
  msgstr ""
2472
 
2473
- #: settings.php:1464
2474
  msgid "Toggle taxonomy editor"
2475
  msgstr ""
2476
 
2477
- #: settings.php:1467
2478
  msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
2479
  msgstr ""
2480
 
2481
- #: settings.php:1471
2482
  msgid "Blacklist taxonomies"
2483
  msgstr ""
2484
 
2485
- #: settings.php:1475
2486
  msgid "Whitelist taxonomies"
2487
  msgstr ""
2488
 
2489
- #: settings.php:1487
2490
  msgid "Post IDs"
2491
  msgstr ""
2492
 
2493
- #: settings.php:1490
2494
  msgid "Toggle post/page ID editor"
2495
  msgstr ""
2496
 
2497
- #: settings.php:1493
2498
  msgid "Comma separated post/page IDs"
2499
  msgstr ""
2500
 
2501
- #: settings.php:1497
2502
  msgid "Blacklist IDs"
2503
  msgstr ""
2504
 
2505
- #: settings.php:1501
2506
  msgid "Whitelist IDs"
2507
  msgstr ""
2508
 
2509
- #: settings.php:1513
2510
  msgid "Urls"
2511
  msgstr ""
2512
 
2513
- #: settings.php:1516
2514
  msgid "Toggle url editor"
2515
  msgstr ""
2516
 
2517
- #: settings.php:1519
2518
  msgid ""
2519
  "Comma separated urls (page addresses) starting with / after domain name (e."
2520
  "g. /permalink-url, use only when you need to taget a specific url not "
@@ -2522,212 +2474,220 @@ msgid ""
2522
  "start*. *url-pattern*, *url-end)"
2523
  msgstr ""
2524
 
2525
- #: settings.php:1523
2526
  msgid "Blacklist urls"
2527
  msgstr ""
2528
 
2529
- #: settings.php:1527
2530
  msgid "Whitelist urls"
2531
  msgstr ""
2532
 
2533
- #: settings.php:1538
2534
  msgid "Url parameters"
2535
  msgstr ""
2536
 
2537
- #: settings.php:1542
2538
  msgid "Toggle url parameter and cookie editor"
2539
  msgstr ""
2540
 
2541
- #: settings.php:1545
2542
  msgid ""
2543
  "Comma separated url query parameters or cookies with optional values (use "
2544
  "'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
2545
  msgstr ""
2546
 
2547
- #: settings.php:1549
2548
  msgid "Blacklist url parameters"
2549
  msgstr ""
2550
 
2551
- #: settings.php:1553
2552
  msgid "Whitelist url parameters"
2553
  msgstr ""
2554
 
2555
- #: settings.php:1564
2556
  msgid "Referrers"
2557
  msgstr ""
2558
 
2559
- #: settings.php:1567
2560
  msgid "Toggle referer editor"
2561
  msgstr ""
2562
 
2563
- #: settings.php:1570
2564
  msgid ""
2565
  "Comma separated domains, use # for no referrer, you can also use partial "
2566
  "domains with * (domain-start*. *domain-pattern*, *domain-end)"
2567
  msgstr ""
2568
 
2569
- #: settings.php:1574
2570
  msgid "Blacklist referers"
2571
  msgstr ""
2572
 
2573
- #: settings.php:1578
2574
  msgid "Whitelist referers"
2575
  msgstr ""
2576
 
2577
- #: settings.php:1598
2578
  msgid "Enable widget for this block"
2579
  msgstr ""
2580
 
2581
- #: settings.php:1610
2582
  msgid "Enable shortcode for manual insertion of this block in posts and pages"
2583
  msgstr ""
2584
 
2585
- #: settings.php:1611 settings.php:3214
2586
  msgid "Shortcode"
2587
  msgstr ""
2588
 
2589
- #: settings.php:1626
2590
  msgid ""
2591
  "Enable PHP function call to insert this block at any position in theme file. "
2592
  "If function is disabled for block it will return empty string."
2593
  msgstr ""
2594
 
2595
- #: settings.php:1627
2596
  msgid "PHP function"
2597
  msgstr ""
2598
 
2599
- #: settings.php:1642
2600
  msgid "Client-side device detection"
2601
  msgstr ""
2602
 
2603
- #: settings.php:1643
2604
  msgid "Server-side device detection"
2605
  msgstr ""
2606
 
2607
- #: settings.php:1650
2608
  msgid "Use client-side detection to"
2609
  msgstr ""
2610
 
 
 
 
 
2611
  #. Translators: only on (the following devices): viewport names (devices)
2612
  #. listed
2613
- #: settings.php:1657
2614
  msgid "only on"
2615
  msgstr ""
2616
 
2617
- #: settings.php:1708
 
 
 
 
2618
  msgid "Use server-side detection to insert block only for"
2619
  msgstr ""
2620
 
2621
- #: settings.php:1727
2622
  msgid "Filter"
2623
  msgstr ""
2624
 
2625
- #: settings.php:1728
2626
  msgid "Word Count"
2627
  msgstr ""
2628
 
2629
- #: settings.php:1729
2630
  msgid "Scheduling"
2631
  msgstr ""
2632
 
2633
- #: settings.php:1730
2634
  msgid "Display"
2635
  msgstr ""
2636
 
2637
- #: settings.php:1732 settings.php:1961
2638
  msgid "General"
2639
  msgstr ""
2640
 
2641
- #: settings.php:1744
2642
  msgid "Old settings for AMP pages detected"
2643
  msgstr ""
2644
 
2645
- #: settings.php:1744
2646
  msgid ""
2647
  "To insert different codes on normal and AMP pages separate them with "
2648
  "[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
2649
  "when you need to insert THE SAME CODE also on AMP pages (no AMP separator)."
2650
  msgstr ""
2651
 
2652
- #: settings.php:1744
2653
  msgid "AMP pages"
2654
  msgstr ""
2655
 
2656
- #: settings.php:1749
2657
  msgid "Enable insertion for Ajax requests"
2658
  msgstr ""
2659
 
2660
- #: settings.php:1749
2661
  msgid "Ajax requests"
2662
  msgstr ""
2663
 
2664
- #: settings.php:1754
2665
  msgid "Enable insertion in RSS feeds"
2666
  msgstr ""
2667
 
2668
- #: settings.php:1754
2669
  msgid "RSS Feed"
2670
  msgstr ""
2671
 
2672
- #: settings.php:1759
2673
  msgid "Enable insertion on page for Error 404: Page not found"
2674
  msgstr ""
2675
 
2676
- #: settings.php:1759
2677
  msgid "Error 404 page"
2678
  msgstr ""
2679
 
2680
- #: settings.php:1771
2681
  msgid "Maximum number of insertion of this block. Empty or 0 means no limit."
2682
  msgstr ""
2683
 
2684
- #: settings.php:1772
2685
  msgid "Max"
2686
  msgstr ""
2687
 
2688
- #: settings.php:1772
2689
  msgid "insertions"
2690
  msgstr ""
2691
 
2692
- #: settings.php:1774
2693
  msgid ""
2694
  "Count this block for Max blocks per page limit (defined on the tab &#9881; / "
2695
  "tab General)"
2696
  msgstr ""
2697
 
2698
- #: settings.php:1777 settings.php:2119
2699
  msgid "Max blocks per page"
2700
  msgstr ""
2701
 
2702
- #: settings.php:1789
2703
  msgid "Insert for"
2704
  msgstr ""
2705
 
2706
- #: settings.php:1797
2707
  msgid ""
2708
  "Insert block only when WP function in_the_loop () returns true (WP loop is "
2709
  "currently active). Might speed up insertion on content pages when "
2710
  "the_content filter is called multiple times."
2711
  msgstr ""
2712
 
2713
- #: settings.php:1800
2714
  msgid "Insert only in the loop"
2715
  msgstr ""
2716
 
2717
- #: settings.php:1806
2718
  msgid ""
2719
  "Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
2720
  msgstr ""
2721
 
2722
- #: settings.php:1806
2723
  msgid "Disable caching"
2724
  msgstr ""
2725
 
2726
- #: settings.php:1818
2727
  msgid "Filter insertions"
2728
  msgstr ""
2729
 
2730
- #: settings.php:1821
2731
  msgid ""
2732
  "Filter multiple insertions by specifying wanted insertions for this block - "
2733
  "single number, comma separated numbers or %N for every N insertions - empty "
@@ -2735,458 +2695,496 @@ msgid ""
2735
  "using only one insertion type."
2736
  msgstr ""
2737
 
2738
- #: settings.php:1824
2739
  msgid "using"
2740
  msgstr ""
2741
 
2742
- #: settings.php:1843
2743
  msgid "Checked means specified calls are unwanted"
2744
  msgstr ""
2745
 
2746
- #: settings.php:1843
2747
  msgid "Invert filter"
2748
  msgstr ""
2749
 
2750
- #: settings.php:1849
2751
  msgid "Post/Static page must have between"
2752
  msgstr ""
2753
 
2754
- #: settings.php:1850
2755
  msgid "Minimum number of post/static page words, leave empty for no limit"
2756
  msgstr ""
2757
 
2758
- #: settings.php:1852
2759
  msgid "Maximum number of post/static page words, leave empty for no limit"
2760
  msgstr ""
2761
 
2762
- #: settings.php:1865
2763
  msgid "days after publishing"
2764
  msgstr ""
2765
 
2766
- #: settings.php:1867
2767
  msgid "Not available"
2768
  msgstr ""
2769
 
2770
- #: settings.php:1880 settings.php:2111
2771
  msgid "Ad label"
2772
  msgstr ""
2773
 
2774
- #: settings.php:1899
2775
  msgid "General tag"
2776
  msgstr ""
2777
 
2778
- #: settings.php:1903
2779
  msgid "Used for [adinserter data=''] shortcodes when no data is found"
2780
  msgstr ""
2781
 
2782
  #. translators: %s: HTML tags
2783
- #: settings.php:1912
2784
  msgid ""
2785
  "%s WARNING: %s No Wrapping %s style has no wrapping code needed for client-"
2786
  "side device detection!"
2787
  msgstr ""
2788
 
2789
- #: settings.php:1924
2790
  msgid "Settings"
2791
  msgstr ""
2792
 
2793
- #: settings.php:1927
2794
  msgid "Settings timestamp"
2795
  msgstr ""
2796
 
2797
- #: settings.php:1939
2798
  msgid "Are you sure you want to reset all settings?"
2799
  msgstr ""
2800
 
2801
- #: settings.php:1939
2802
  msgid "Reset All Settings"
2803
  msgstr ""
2804
 
2805
- #: settings.php:1962
2806
  msgid "Viewports"
2807
  msgstr ""
2808
 
2809
- #: settings.php:1963
2810
  msgid "Hooks"
2811
  msgstr ""
2812
 
2813
- #: settings.php:1964
2814
  msgid "Header"
2815
  msgstr ""
2816
 
2817
- #: settings.php:1965 strings.php:30
2818
  msgid "Footer"
2819
  msgstr ""
2820
 
2821
- #: settings.php:1970
2822
  msgid "Debugging"
2823
  msgstr ""
2824
 
2825
- #: settings.php:1980
2826
  msgid "Plugin priority"
2827
  msgstr ""
2828
 
2829
- #: settings.php:1988
2830
  msgid "Output buffering"
2831
  msgstr ""
2832
 
2833
- #: settings.php:1991
2834
  msgid "Needed for position Above header but may not work with all themes"
2835
  msgstr ""
2836
 
2837
- #: settings.php:1999
2838
  msgid "Syntax highlighting theme"
2839
  msgstr ""
2840
 
2841
- #: settings.php:2006
2842
  msgctxt "no syntax highlighting themes"
2843
  msgid "None"
2844
  msgstr ""
2845
 
2846
- #: settings.php:2007
2847
  msgid "No Syntax Highlighting"
2848
  msgstr ""
2849
 
2850
- #: settings.php:2009
2851
  msgctxt "syntax highlighting themes"
2852
  msgid "Light"
2853
  msgstr ""
2854
 
2855
- #: settings.php:2024
2856
  msgctxt "syntax highlighting themes"
2857
  msgid "Dark"
2858
  msgstr ""
2859
 
2860
- #: settings.php:2050
2861
  msgid "Min. user role for ind. exceptions editing"
2862
  msgstr ""
2863
 
2864
- #: settings.php:2060
2865
  msgid "Sticky widget mode"
2866
  msgstr ""
2867
 
2868
- #: settings.php:2063
2869
  msgid ""
2870
  "CSS mode is the best approach but may not work with all themes. JavaScript "
2871
  "mode works with most themes but may reload ads on page load."
2872
  msgstr ""
2873
 
2874
- #: settings.php:2071
2875
  msgid "Sticky widget top margin"
2876
  msgstr ""
2877
 
2878
- #: settings.php:2079
2879
  msgid "Dynamic blocks"
2880
  msgstr ""
2881
 
2882
- #: settings.php:2092
2883
  msgid "Functions for paragraph counting"
2884
  msgstr ""
2885
 
2886
- #: settings.php:2095
2887
  msgid ""
2888
  "Standard PHP functions are faster and work in most cases, use Multibyte "
2889
  "functions if paragraphs are not counted properly on non-english pages."
2890
  msgstr ""
2891
 
2892
- #: settings.php:2103
2893
  msgid "No paragraph counting inside"
2894
  msgstr ""
2895
 
2896
- #: settings.php:2114
2897
  msgid "Label text or HTML code"
2898
  msgstr ""
2899
 
2900
- #: settings.php:2122
2901
  msgid ""
2902
  "Maximum number of inserted blocks per page. You need to enable Max page "
2903
  "insertions (button Misc / tab Insertion) to count block for this limit."
2904
  msgstr ""
2905
 
2906
- #: settings.php:2136
2907
  msgid "Plugin usage tracking"
2908
  msgstr ""
2909
 
2910
  #. translators: %s: Ad Inserter
2911
- #: settings.php:2139
2912
  msgid ""
2913
  "Enable tracking of %s usage and help us to make improvements to the plugin. "
2914
  "Only information regarding the WordPress environment and %s usage is "
2915
  "recorded (once per month and on events like plugin activation/deactivation)."
2916
  msgstr ""
2917
 
2918
- #: settings.php:2157
2919
  msgid "CSS class name for the wrapping div"
2920
  msgstr ""
2921
 
2922
- #: settings.php:2157
2923
  msgid "Block class name"
2924
  msgstr ""
2925
 
2926
- #: settings.php:2161
2927
  msgid "Include general plugin block class"
2928
  msgstr ""
2929
 
2930
- #: settings.php:2161
2931
  msgid "Block class"
2932
  msgstr ""
2933
 
2934
- #: settings.php:2166
2935
  msgid "Include block number class"
2936
  msgstr ""
2937
 
2938
- #: settings.php:2166
2939
  msgid "Block number class"
2940
  msgstr ""
2941
 
2942
- #: settings.php:2171
2943
  msgid ""
2944
  "Instead of alignment classes generate inline alignment styles for blocks"
2945
  msgstr ""
2946
 
2947
- #: settings.php:2171
2948
  msgid "Inline styles"
2949
  msgstr ""
2950
 
2951
- #: settings.php:2177
2952
  msgid "Preview of the block wrapping code"
2953
  msgstr ""
2954
 
2955
- #: settings.php:2178
2956
  msgid "Wrapping div"
2957
  msgstr ""
2958
 
2959
- #: settings.php:2179 settings.php:2613
2960
  msgid "BLOCK CODE"
2961
  msgstr ""
2962
 
2963
- #: settings.php:2187
2964
  msgid "Viewport Settings used for client-side device detection"
2965
  msgstr ""
2966
 
2967
- #: settings.php:2220
 
 
 
 
 
 
 
 
 
2968
  msgid "Custom Hooks"
2969
  msgstr ""
2970
 
2971
- #: settings.php:2294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2972
  msgid "Enable insertion of this code into HTML page header"
2973
  msgstr ""
2974
 
2975
- #: settings.php:2298 settings.php:2356 settings.php:2515
2976
  msgid "Process PHP code"
2977
  msgstr ""
2978
 
2979
- #: settings.php:2302
2980
  msgid "HTML Page Header Code"
2981
  msgstr ""
2982
 
2983
- #: settings.php:2310
2984
  msgid "Code in the %s section of the HTML page"
2985
  msgstr ""
2986
 
2987
- #: settings.php:2311 settings.php:2369
2988
  msgctxt "code in header or footer"
2989
  msgid "DISABLED"
2990
  msgstr ""
2991
 
2992
- #: settings.php:2324 settings.php:2382
2993
  msgid "Use server-side detection to insert code only for"
2994
  msgstr ""
2995
 
2996
- #: settings.php:2337
2997
  msgid ""
2998
  "Enable insertion of this code into HTML page header on page for Error 404: "
2999
  "Page not found"
3000
  msgstr ""
3001
 
3002
- #: settings.php:2337 settings.php:2395
3003
  msgid "Insert on Error 404 page"
3004
  msgstr ""
3005
 
3006
- #: settings.php:2352
3007
  msgid "Enable insertion of this code into HTML page footer"
3008
  msgstr ""
3009
 
3010
- #: settings.php:2360
3011
  msgid "HTML Page Footer Code"
3012
  msgstr ""
3013
 
3014
  #. translators: %s: HTML tags
3015
- #: settings.php:2368
3016
  msgid "Code before the %s tag of the the HTML page"
3017
  msgstr ""
3018
 
3019
- #: settings.php:2395
3020
  msgid ""
3021
  "Enable insertion of this code into HTML page footer on page for Error 404: "
3022
  "Page not found"
3023
  msgstr ""
3024
 
3025
- #: settings.php:2409
3026
  msgid "Enable detection of ad blocking"
3027
  msgstr ""
3028
 
3029
- #: settings.php:2426
3030
  msgid "Global action when ad blocking is detected"
3031
  msgstr ""
3032
 
3033
- #: settings.php:2435
3034
  msgid "Delay Action"
3035
  msgstr ""
3036
 
3037
- #: settings.php:2438
3038
  msgid ""
3039
  "Number of page views to delay action when ad blocking is detected. Leave "
3040
  "empty for no delay (action fires on first page view). Sets cookie."
3041
  msgstr ""
3042
 
3043
- #: settings.php:2438
3044
  msgctxt "Delay Action for x "
3045
  msgid "page views"
3046
  msgstr ""
3047
 
3048
- #: settings.php:2443
3049
  msgid "No Action Period"
3050
  msgstr ""
3051
 
3052
- #: settings.php:2446
3053
  msgid ""
3054
  "Number of days to supress action when ad blocking is detected. Leave empty "
3055
  "for no no-action period (action fires always after defined page view delay). "
3056
  "Sets cookie."
3057
  msgstr ""
3058
 
3059
- #: settings.php:2446
3060
  msgctxt "no action period"
3061
  msgid "days"
3062
  msgstr ""
3063
 
3064
- #: settings.php:2451
3065
  msgid "Custom Selectors"
3066
  msgstr ""
3067
 
3068
- #: settings.php:2454
3069
  msgid ""
3070
  "Comma seprarated list of selectors (.class, #id) used for additional ad "
3071
  "blocking detection. Invisible element or element with zero height means ad "
3072
  "blocking is present."
3073
  msgstr ""
3074
 
3075
- #: settings.php:2466
3076
  msgid "Redirection Page"
3077
  msgstr ""
3078
 
3079
- #: settings.php:2478
3080
  msgid "Custom Url"
3081
  msgstr ""
3082
 
3083
- #: settings.php:2483
3084
  msgid ""
3085
  "Static page for redirection when ad blocking is detected. For other pages "
3086
  "select Custom url and set it below."
3087
  msgstr ""
3088
 
3089
- #: settings.php:2492
3090
  msgid "Custom Redirection Url"
3091
  msgstr ""
3092
 
3093
- #: settings.php:2504
3094
  msgid "Message HTML code"
3095
  msgstr ""
3096
 
3097
- #: settings.php:2517
3098
  msgid "Preview message when ad blocking is detected"
3099
  msgstr ""
3100
 
3101
- #: settings.php:2546
3102
  msgid "Prevent visitors from closing the warning message"
3103
  msgstr ""
3104
 
3105
- #: settings.php:2546
3106
  msgid "Undismissible Message"
3107
  msgstr ""
3108
 
3109
- #: settings.php:2559
3110
  msgid ""
3111
  "Force showing admin toolbar for administrators when viewing site. Enable "
3112
  "this option when you are logged in as admin and you don't see admin toolbar."
3113
  msgstr ""
3114
 
3115
- #: settings.php:2567
3116
  msgid "Disable header code (Header tab)"
3117
  msgstr ""
3118
 
3119
- #: settings.php:2571
3120
  msgid "Disable footer code (Footer tab)"
3121
  msgstr ""
3122
 
3123
  #. translators: %s: Ad Inserter
3124
- #: settings.php:2575
3125
  msgid "Disable %s JavaScript code"
3126
  msgstr ""
3127
 
3128
  #. translators: %s: Ad Inserter
3129
- #: settings.php:2579
3130
  msgid "Disable %s CSS code"
3131
  msgstr ""
3132
 
3133
- #: settings.php:2583
3134
  msgid ""
3135
  "Disable PHP code processing (in all blocks including header and footer code)"
3136
  msgstr ""
3137
 
3138
- #: settings.php:2587
3139
  msgid "Disable insertion of all blocks"
3140
  msgstr ""
3141
 
3142
- #: settings.php:2591
3143
  msgid "Disable insertions"
3144
  msgstr ""
3145
 
3146
  #. translators: %s: Ad Inserter
3147
- #: settings.php:2603
3148
  msgid "%s CSS CODE"
3149
  msgstr ""
3150
 
3151
- #: settings.php:2606
3152
  msgid "HEADER CODE"
3153
  msgstr ""
3154
 
3155
  #. translators: %s: PHP tags
3156
- #: settings.php:2612
3157
  msgid "BLOCK PHP CODE"
3158
  msgstr ""
3159
 
3160
  #. translators: %s: Ad Inserter
3161
- #: settings.php:2618
3162
  msgid "%s JS CODE"
3163
  msgstr ""
3164
 
3165
- #: settings.php:2621
3166
  msgid "FOOTER CODE"
3167
  msgstr ""
3168
 
3169
- #: settings.php:2630
3170
  msgid "Force showing admin toolbar when viewing site"
3171
  msgstr ""
3172
 
3173
- #: settings.php:2637
3174
  msgid "Enable debugging functions in admin toolbar"
3175
  msgstr ""
3176
 
3177
- #: settings.php:2639
3178
  msgid "Debugging functions in admin toolbar"
3179
  msgstr ""
3180
 
3181
- #: settings.php:2646
3182
  msgid "Enable debugging functions in admin toolbar on mobile screens"
3183
  msgstr ""
3184
 
3185
- #: settings.php:2648
3186
  msgid "Debugging functions on mobile screens"
3187
  msgstr ""
3188
 
3189
- #: settings.php:2655
3190
  msgid ""
3191
  "Enable Debugger widget and code insertion debugging (blocks, positions, "
3192
  "tags, processing) by url parameters for non-logged in users. Enable this "
@@ -3195,105 +3193,131 @@ msgid ""
3195
  "administrators debugging is always enabled."
3196
  msgstr ""
3197
 
3198
- #: settings.php:2657
3199
  msgid "Remote debugging"
3200
  msgstr ""
3201
 
3202
- #: settings.php:2664
3203
  msgid ""
3204
  "Disable translation to see original texts for the settings and messages in "
3205
  "English"
3206
  msgstr ""
3207
 
3208
- #: settings.php:2666
3209
  msgid "Disable translation"
3210
  msgstr ""
3211
 
3212
- #: settings.php:2960
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3213
  msgid "Toggle active/all blocks"
3214
  msgstr ""
3215
 
3216
- #: settings.php:2964 strings.php:201
3217
  msgid "Rearrange block order"
3218
  msgstr ""
3219
 
3220
- #: settings.php:2969
3221
  msgid "Save new block order"
3222
  msgstr ""
3223
 
3224
- #: settings.php:2969
3225
  msgid "Save Changes"
3226
  msgstr ""
3227
 
3228
- #: settings.php:2994
3229
  msgid "Toggle active/all ad units"
3230
  msgstr ""
3231
 
3232
- #: settings.php:2998
3233
  msgid "Reload AdSense ad units"
3234
  msgstr ""
3235
 
3236
- #: settings.php:3002
3237
  msgid "Clear authorization to access AdSense account"
3238
  msgstr ""
3239
 
3240
- #: settings.php:3006 settings.php:3371 settings.php:3438 strings.php:209
3241
  msgid "Google AdSense Homepage"
3242
  msgstr ""
3243
 
3244
- #: settings.php:3183
3245
  msgid "Preview block"
3246
  msgstr ""
3247
 
3248
- #: settings.php:3192
3249
  msgid "Insertion disabled"
3250
  msgstr ""
3251
 
3252
- #: settings.php:3212
3253
- msgid "Alignment"
3254
- msgstr ""
3255
-
3256
- #: settings.php:3216
3257
  msgid "Widget positions"
3258
  msgstr ""
3259
 
3260
- #: settings.php:3282
3261
  msgid "Ad unit"
3262
  msgstr ""
3263
 
3264
- #: settings.php:3284
3265
  msgid "Slot ID"
3266
  msgstr ""
3267
 
3268
- #: settings.php:3310
3269
  msgid "Copy AdSense code"
3270
  msgstr ""
3271
 
3272
- #: settings.php:3313
3273
  msgid "Preview AdSense ad"
3274
  msgstr ""
3275
 
3276
- #: settings.php:3316
3277
  msgid "Get AdSense code"
3278
  msgstr ""
3279
 
3280
  #. translators: %s: HTML tags
3281
- #: settings.php:3348
3282
  msgid ""
3283
  "Please %s clear authorization %s with the button %s above and once again "
3284
  "authorize access to your AdSense account."
3285
  msgstr ""
3286
 
3287
- #: settings.php:3367
3288
  msgid "AdSense Integration"
3289
  msgstr ""
3290
 
3291
- #: settings.php:3369
3292
  msgid "AdSense Integration - Step 2"
3293
  msgstr ""
3294
 
3295
  #. translators: %s: HTML tags
3296
- #: settings.php:3375
3297
  msgid ""
3298
  "Authorize %s to access your AdSense account. Click on the %s Get "
3299
  "Authorization Code %s button to open a new window where you can allow "
@@ -3302,7 +3326,7 @@ msgid ""
3302
  msgstr ""
3303
 
3304
  #. translators: %s: HTML tags
3305
- #: settings.php:3382
3306
  msgid ""
3307
  "If you get error, can't access ad units or would like to use own Google API "
3308
  "IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
@@ -3310,7 +3334,7 @@ msgid ""
3310
  msgstr ""
3311
 
3312
  #. translators: %s: HTML tags
3313
- #: settings.php:3384
3314
  msgid ""
3315
  "Now you can authorize %s to access your AdSense account. Click on the %s Get "
3316
  "Authorization Code %s button to open a new window where you can allow "
@@ -3319,38 +3343,38 @@ msgid ""
3319
  msgstr ""
3320
 
3321
  #. translators: %s: HTML tags
3322
- #: settings.php:3391
3323
  msgid ""
3324
  "If you get error %s invalid client %s click on the button %s Clear and "
3325
  "return to Step 1 %s to re-enter Client ID and Client Secret."
3326
  msgstr ""
3327
 
3328
- #: settings.php:3402
3329
  msgid "Get Authorization Code"
3330
  msgstr ""
3331
 
3332
- #: settings.php:3405
3333
  msgid "Enter Authorization Code"
3334
  msgstr ""
3335
 
3336
- #: settings.php:3415
3337
  msgid "Use own API IDs"
3338
  msgstr ""
3339
 
3340
- #: settings.php:3417
3341
  msgid "Clear and return to Step 1"
3342
  msgstr ""
3343
 
3344
- #: settings.php:3421
3345
  msgid "Authorize"
3346
  msgstr ""
3347
 
3348
- #: settings.php:3437
3349
  msgid "AdSense Integration - Step 1"
3350
  msgstr ""
3351
 
3352
  #. translators: %s: Ad Inserter
3353
- #: settings.php:3441
3354
  msgid ""
3355
  "Here can %s list configured AdSense ad units and get code for AdSense ads. "
3356
  "To do this you need to authorize %s to access your AdSense account. The "
@@ -3359,175 +3383,176 @@ msgid ""
3359
  msgstr ""
3360
 
3361
  #. translators: %s: HTML tags
3362
- #: settings.php:3450
3363
  msgid "Go to %s Google APIs and Services console %s"
3364
  msgstr ""
3365
 
3366
  #. translators: %1: Ad Inserter, 2, 3: HTML tags
3367
- #: settings.php:3451
3368
  msgid ""
3369
  "Create %1$s project - if the project and IDs are already created click on "
3370
  "the %2$s Credentials %3$s in the sidebar and go to step 16"
3371
  msgstr ""
3372
 
3373
  #. translators: %s: HTML tags
3374
- #: settings.php:3452
3375
  msgid ""
3376
  "Click on project selection and then click on the %s NEW PROJECT %s button to "
3377
  "create a new project"
3378
  msgstr ""
3379
 
3380
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
3381
- #: settings.php:3453
3382
  msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
3383
  msgstr ""
3384
 
3385
  #. translators: %s: HTML tags
3386
- #: settings.php:3454
3387
  msgid ""
3388
  "Click on project selection, wait for the project to be created and then and "
3389
  "select %s as the current project"
3390
  msgstr ""
3391
 
3392
  #. translators: %s: HTML tags
3393
- #: settings.php:3455
3394
  msgid "Click on %s ENABLE APIS AND SERVICES %s"
3395
  msgstr ""
3396
 
3397
  #. translators: %s: HTML tags
3398
- #: settings.php:3456
3399
  msgid "Search for adsense and enable %s"
3400
  msgstr ""
3401
 
3402
  #. translators: %s: HTML tags
3403
- #: settings.php:3457
3404
  msgid "Click on %s CREATE CREDENTIALS %s"
3405
  msgstr ""
3406
 
3407
  #. translators: %s: HTML tags
3408
- #: settings.php:3458
3409
  msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
3410
  msgstr ""
3411
 
3412
  #. translators: %s: HTML tags
3413
- #: settings.php:3459
3414
  msgid "For %s What data will you be accessing? %s select %s User data %s"
3415
  msgstr ""
3416
 
3417
  #. translators: %s: HTML tags
3418
- #: settings.php:3460
3419
  msgid "Click on %s What credentials do I need? %s"
3420
  msgstr ""
3421
 
3422
  #. translators: %s: HTML tags
3423
- #: settings.php:3461
3424
  msgid ""
3425
  "Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
3426
  "Ad Inserter client %s"
3427
  msgstr ""
3428
 
3429
  #. translators: %s: HTML tags
3430
- #: settings.php:3462
3431
  msgid ""
3432
  "Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
3433
  "enter %s"
3434
  msgstr ""
3435
 
3436
  #. translators: %s: HTML tags
3437
- #: settings.php:3463
3438
  msgid "Click on %s Continue %s"
3439
  msgstr ""
3440
 
3441
  #. translators: %s: HTML tags
3442
- #: settings.php:3464
3443
  msgid "Click on %s Done %s"
3444
  msgstr ""
3445
 
3446
  #. translators: %s: HTML tags
3447
- #: settings.php:3465
3448
  msgid ""
3449
  "Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
3450
  "secret %s"
3451
  msgstr ""
3452
 
3453
- #: settings.php:3466
3454
  msgid "Copy them to the appropriate fields below"
3455
  msgstr ""
3456
 
3457
- #: settings.php:3472
3458
  msgid "Client ID"
3459
  msgstr ""
3460
 
3461
- #: settings.php:3475
3462
  msgid "Enter Client ID"
3463
  msgstr ""
3464
 
3465
- #: settings.php:3480
3466
  msgid "Client secret"
3467
  msgstr ""
3468
 
3469
- #: settings.php:3483
3470
  msgid "Enter Client secret"
3471
  msgstr ""
3472
 
3473
- #: settings.php:3493
3474
  msgid "Use default API IDs"
3475
  msgstr ""
3476
 
3477
- #: settings.php:3498
3478
  msgid "Save"
3479
  msgstr ""
3480
 
3481
- #: settings.php:3660 settings.php:3673 settings.php:3686
3482
  msgid "Blank ad blocks? Looking for AdSense alternative?"
3483
  msgstr ""
3484
 
3485
- #: settings.php:3665 settings.php:3678 settings.php:3691 settings.php:3863
3486
- #: settings.php:3865 settings.php:3886 settings.php:3889
 
3487
  msgid "Looking for AdSense alternative?"
3488
  msgstr ""
3489
 
3490
- #: settings.php:3701
3491
  msgid "Try Infolinks Ads with Adsense or Media.net ads"
3492
  msgstr ""
3493
 
3494
- #: settings.php:3706 settings.php:3859 settings.php:3861 settings.php:3892
3495
- #: settings.php:3895
3496
  msgid "Use Infolinks ads with Adsense to earn more"
3497
  msgstr ""
3498
 
3499
- #: settings.php:3725 settings.php:3763
3500
  msgid "Support plugin development"
3501
  msgstr ""
3502
 
3503
- #: settings.php:3726 settings.php:3764
3504
  msgid ""
3505
  "If you like Ad Inserter and have a moment, please help me spread the word by "
3506
  "reviewing the plugin on WordPres"
3507
  msgstr ""
3508
 
3509
- #: settings.php:3726
3510
  msgctxt "Review ad Inserter"
3511
  msgid "Review"
3512
  msgstr ""
3513
 
3514
- #: settings.php:3727
3515
  msgid ""
3516
  "Support free Ad Inserter development. If you are making money with Ad "
3517
  "Inserter consider donating some small amount. Even 1 dollar counts. Thank "
3518
  "you!"
3519
  msgstr ""
3520
 
3521
- #: settings.php:3727
3522
  msgid "Donate"
3523
  msgstr ""
3524
 
3525
- #: settings.php:3734 settings.php:3779
3526
  msgid "Average rating of the plugin - Thank you!"
3527
  msgstr ""
3528
 
3529
  #. translators: %s: Ad Inserter, HTML tags
3530
- #: settings.php:3745
3531
  msgid ""
3532
  "You've been using %s for a while now, and I hope you're happy with it. "
3533
  "Positive %s reviews %s are a great way to show your appreciation for my "
@@ -3536,421 +3561,419 @@ msgid ""
3536
  "your website. %s Thank you!"
3537
  msgstr ""
3538
 
3539
- #: settings.php:3764
3540
  msgid "Review"
3541
  msgstr ""
3542
 
3543
- #: settings.php:3768
3544
  msgid "Ad Inserter on Twitter"
3545
  msgstr ""
3546
 
3547
- #: settings.php:3769
3548
  msgid "Ad Inserter on Facebook"
3549
  msgstr ""
3550
 
3551
- #: settings.php:3772
3552
  msgid "Follow Ad Inserter"
3553
  msgstr ""
3554
 
3555
  #. translators: %s: HTML tags
3556
- #: settings.php:3799
3557
  msgid ""
3558
  "Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
3559
  "and %s Common Settings %s pages"
3560
  msgstr ""
3561
 
3562
  #. translators: %s: HTML tags
3563
- #: settings.php:3811
3564
  msgid ""
3565
  "%s New to %s AdSense? %s %s %s Connect your site %s - Advanced %s AdSense "
3566
  "code: %s %s In-feed ads, %s %s Auto ads, %s %s AMP ads %s"
3567
  msgstr ""
3568
 
3569
  #. translators: %s: HTML tags
3570
- #: settings.php:3830
3571
  msgid ""
3572
  "Ads are not showing? Check %s troubleshooting guide %s to find out how to "
3573
  "diagnose and fix the problem."
3574
  msgstr ""
3575
 
3576
  #. translators: %s: HTML tags
3577
- #: settings.php:3834
3578
  msgid ""
3579
  "If you need any kind of help or support, please do not hesitate to open a "
3580
  "thread on the %s support forum. %s"
3581
  msgstr ""
3582
 
3583
- #: settings.php:3874 settings.php:3909
3584
  msgid "A/B testing - Track ad impressions and clicks"
3585
  msgstr ""
3586
 
3587
- #: settings.php:3879 settings.php:3904
3588
  msgid "Code preview with visual CSS editor"
3589
  msgstr ""
3590
 
3591
- #: settings.php:3915
3592
  msgid "Looking for Pro Ad Management plugin?"
3593
  msgstr ""
3594
 
3595
- #: settings.php:3916
3596
  msgid "To Optimally Monetize your WordPress website?"
3597
  msgstr ""
3598
 
3599
  #. translators: %s HTML tags
3600
- #: settings.php:3919
3601
- msgid "64 ad blocks (positions)"
3602
- msgstr ""
3603
-
3604
- #. translators: %s HTML tags
3605
- #: settings.php:3920
3606
  msgid "%s AdSense Integration %s"
3607
  msgstr ""
3608
 
3609
  #. translators: %s HTML tags
3610
- #: settings.php:3921
3611
  msgid "Syntax highlighting %s editor %s"
3612
  msgstr ""
3613
 
3614
  #. translators: %s HTML tags
3615
- #: settings.php:3922
3616
  msgid "%s Code preview %s with visual CSS editor"
3617
  msgstr ""
3618
 
3619
  #. translators: %s HTML tags
3620
- #: settings.php:3923
3621
  msgid "Simple user interface - all settings on a single page"
3622
  msgstr ""
3623
 
3624
  #. translators: %s HTML tags
3625
- #: settings.php:3924
3626
  msgid ""
3627
  "%s Automatic insertion %s before or after post / content / %s paragraph %s / "
3628
- "excerpt"
3629
  msgstr ""
3630
 
3631
  #. translators: %s HTML tags
3632
- #: settings.php:3925
3633
  msgid "%s Automatic insertion %s between posts on blog pages"
3634
  msgstr ""
3635
 
3636
  #. translators: %s HTML tags
3637
- #: settings.php:3926
3638
  msgid "%s Automatic insertion %s before, between and after comments"
3639
  msgstr ""
3640
 
3641
  #. translators: %s HTML tags
3642
- #: settings.php:3927
3643
  msgid "%s Automatic insertion %s after %s or before %s tag"
3644
  msgstr ""
3645
 
3646
  #. translators: %s HTML tags
3647
- #: settings.php:3928
3648
  msgid "Automatic insertion at %s custom hook positions %s"
3649
  msgstr ""
3650
 
3651
  #. translators: %s HTML tags
3652
- #: settings.php:3929
3653
  msgid ""
3654
  "Insertion %s before or after any HTML element on the page %s (using CSS "
3655
  "selectors)"
3656
  msgstr ""
3657
 
3658
  #. translators: %s HTML tags
3659
- #: settings.php:3930
3660
  msgid "%s Insertion exceptions %s for individual posts and pages"
3661
  msgstr ""
3662
 
3663
  #. translators: %s HTML tags
3664
- #: settings.php:3931
3665
  msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
3666
  msgstr ""
3667
 
3668
  #. translators: %s HTML tags
3669
- #: settings.php:3932
3670
  msgid ""
3671
  "%s Sticky ads %s with optional close button (ads stay fixed when the page "
3672
  "scrolls)"
3673
  msgstr ""
3674
 
3675
  #. translators: %s HTML tags
3676
- #: settings.php:3933
3677
  msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
3678
  msgstr ""
3679
 
3680
  #. translators: %s HTML tags
3681
- #: settings.php:3934
3682
  msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
3683
  msgstr ""
3684
 
3685
  #. translators: %s HTML tags
3686
- #: settings.php:3935
3687
  msgid ""
3688
  "%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
3689
  "visible)"
3690
  msgstr ""
3691
 
3692
  #. translators: %s HTML tags
3693
- #: settings.php:3936
3694
  msgid ""
3695
  "%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
3696
  msgstr ""
3697
 
3698
  #. translators: %s HTML tags
3699
- #: settings.php:3937
3700
  msgid "Block %s alignment and style %s customizations"
3701
  msgstr ""
3702
 
3703
  #. translators: %s HTML tags
3704
- #: settings.php:3938
3705
  msgid ""
3706
  "%s Clearance %s options to avoid insertion near images or headers (AdSense "
3707
  "TOS)"
3708
  msgstr ""
3709
 
3710
  #. translators: %s HTML tags
3711
- #: settings.php:3939
3712
  msgid ""
3713
  "Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
3714
  "feeds"
3715
  msgstr ""
3716
 
3717
  #. translators: %s HTML tags
3718
- #: settings.php:3940
3719
  msgid "%s Ad rotation %s (works also with caching)"
3720
  msgstr ""
3721
 
3722
  #. translators: %s HTML tags
3723
- #: settings.php:3941
3724
  msgid ""
3725
  "Ad impression and click %s tracking %s (works also with Javascript ads like "
3726
  "AdSense)"
3727
  msgstr ""
3728
 
3729
  #. translators: %s HTML tags
3730
- #: settings.php:3942
3731
  msgid "Support for %s A/B testing %s"
3732
  msgstr ""
3733
 
3734
  #. translators: %s HTML tags
3735
- #: settings.php:3943
3736
  msgid "Support for %s lazy loading %s"
3737
  msgstr ""
3738
 
3739
  #. translators: %s HTML tags
3740
- #: settings.php:3944
3741
  msgid "Support for ads on %s AMP pages %s"
3742
  msgstr ""
3743
 
3744
  #. translators: %s HTML tags
3745
- #: settings.php:3945
3746
  msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
3747
  msgstr ""
3748
 
3749
  #. translators: %s HTML tags
3750
- #: settings.php:3946
3751
  msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
3752
  msgstr ""
3753
 
3754
  #. translators: %s HTML tags
3755
- #: settings.php:3947
3756
  msgid "PHP code processing"
3757
  msgstr ""
3758
 
3759
  #. translators: %s HTML tags
3760
- #: settings.php:3948
3761
  msgid "%s Banner %s code generator"
3762
  msgstr ""
3763
 
3764
  #. translators: %s HTML tags
3765
- #: settings.php:3949
3766
  msgid "Support for %s header and footer %s code"
3767
  msgstr ""
3768
 
3769
  #. translators: %s HTML tags
3770
- #: settings.php:3950
3771
  msgid "Support for Google Analytics, Matomo or any other web analytics code"
3772
  msgstr ""
3773
 
3774
  #. translators: %s HTML tags
3775
- #: settings.php:3951
3776
  msgid "Desktop, tablet and phone server-side %s device detection %s"
3777
  msgstr ""
3778
 
3779
  #. translators: %s HTML tags
3780
- #: settings.php:3952
3781
- msgid ""
3782
- "Client-side %s mobile device detection %s (works with caching, 6 custom "
3783
- "viewports)"
3784
  msgstr ""
3785
 
3786
  #. translators: %s HTML tags
3787
- #: settings.php:3953
3788
  msgid ""
3789
  "%s Ad blocking detection %s - popup message, ad replacement, content "
3790
  "protection"
3791
  msgstr ""
3792
 
3793
  #. translators: %s HTML tags
3794
- #: settings.php:3954
3795
  msgid "%s Ad blocking statistics %s"
3796
  msgstr ""
3797
 
3798
  #. translators: %s HTML tags
3799
- #: settings.php:3955
3800
  msgid ""
3801
  "%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
3802
  "referers"
3803
  msgstr ""
3804
 
3805
  #. translators: %s HTML tags
3806
- #: settings.php:3956
3807
  msgid ""
3808
  "%s Black/White-list %s IP addresses or countries (works also with caching)"
3809
  msgstr ""
3810
 
3811
  #. translators: %s HTML tags
3812
- #: settings.php:3957
3813
  msgid "%s Multisite options %s to limit settings on the sites"
3814
  msgstr ""
3815
 
3816
  #. translators: %s HTML tags
3817
- #: settings.php:3958
3818
  msgid "%s Import/Export %s block or plugin settings"
3819
  msgstr ""
3820
 
3821
  #. translators: %s HTML tags
3822
- #: settings.php:3959
3823
  msgid "%s Insertion scheduling %s with fallback option"
3824
  msgstr ""
3825
 
3826
  #. translators: %s HTML tags
3827
- #: settings.php:3960
3828
  msgid "Country-level %s GEO targeting %s (works also with caching)"
3829
  msgstr ""
3830
 
3831
  #. translators: %s HTML tags
3832
- #: settings.php:3961
3833
  msgid "Simple troubleshooting with many %s debugging functions %s"
3834
  msgstr ""
3835
 
3836
  #. translators: %s HTML tags
3837
- #: settings.php:3962
3838
  msgid "%s Visualization %s of inserted blocks or ads for easier placement"
3839
  msgstr ""
3840
 
3841
  #. translators: %s HTML tags
3842
- #: settings.php:3963
3843
  msgid "%s Visualization %s of available positions for automatic ad insertion"
3844
  msgstr ""
3845
 
3846
  #. translators: %s HTML tags
3847
- #: settings.php:3964
3848
  msgid ""
3849
  "%s Visualization %s of HTML tags for easier ad placement between paragraphs"
3850
  msgstr ""
3851
 
3852
  #. translators: %s HTML tags
3853
- #: settings.php:3965
3854
  msgid "%s Clipboard support %s to easily copy blocks or settings"
3855
  msgstr ""
3856
 
3857
  #. translators: %s HTML tags
3858
- #: settings.php:3966
3859
  msgid "No ads on the settings page"
3860
  msgstr ""
3861
 
3862
  #. translators: %s HTML tags
3863
- #: settings.php:3967 settings.php:3990
3864
- msgid "Support via email"
3865
  msgstr ""
3866
 
3867
  #. translators: %s HTML tags
3868
- #: settings.php:3970
3869
  msgid ""
3870
  "Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
3871
  "website with many advertising features to automatically insert adverts on "
3872
  "posts and pages. With Ad Inserter Pro you also get <strong>one year of free "
3873
  "updates and support via email</strong>. If you find Ad Inserter useful and "
3874
- "need more blocks, ad statistics for impressions and clicks, A/B testing, "
3875
- "sticky ads, slider ads, pop-up ads, geotargeting or geolocation to serve "
3876
- "country-specific ads, to protect content or to serve different ads for users "
3877
- "using ad blockers, multisite options to limit settings for ads, to block "
3878
- "some IP addresses, to schedule ads, then you can simply upgrade to %s Ad "
3879
- "Inserter Pro %s (existing settings will be preserved)."
3880
  msgstr ""
3881
 
3882
  #. translators: %s HTML tags
3883
- #: settings.php:3983
3884
  msgid "Looking for %s Pro Ad Management plugin? %s"
3885
  msgstr ""
3886
 
3887
  #. translators: %s HTML tags
3888
- #: settings.php:3988
3889
  msgid "Ads between posts"
3890
  msgstr ""
3891
 
3892
  #. translators: %s HTML tags
3893
- #: settings.php:3989
3894
  msgid "Ads between comments"
3895
  msgstr ""
3896
 
3897
  #. translators: %s HTML tags
3898
- #: settings.php:3996
 
 
 
 
 
3899
  msgid "%s Sticky positions %s"
3900
  msgstr ""
3901
 
3902
  #. translators: %s HTML tags
3903
- #: settings.php:3997
3904
  msgid "%s Limit insertions %s"
3905
  msgstr ""
3906
 
3907
  #. translators: %s HTML tags
3908
- #: settings.php:3998
3909
  msgid "%s Clearance %s options"
3910
  msgstr ""
3911
 
3912
  #. translators: %s HTML tags
3913
- #: settings.php:4004
3914
  msgid "Ad rotation"
3915
  msgstr ""
3916
 
3917
  #. translators: %s HTML tags
3918
- #: settings.php:4005
3919
  msgid "%s A/B testing %s"
3920
  msgstr ""
3921
 
3922
  #. translators: %s HTML tags
3923
- #: settings.php:4006
3924
  msgid "%s Ad tracking %s"
3925
  msgstr ""
3926
 
3927
  #. translators: %s HTML tags
3928
- #: settings.php:4012
3929
  msgid "Support for %s AMP pages %s"
3930
  msgstr ""
3931
 
3932
  #. translators: %s HTML tags
3933
- #: settings.php:4013
3934
  msgid "%s Ad blocking detection %s"
3935
  msgstr ""
3936
 
3937
  #. translators: %s HTML tags
3938
- #: settings.php:4014
3939
  msgid "%s Mobile device detection %s"
3940
  msgstr ""
3941
 
3942
  #. translators: %s HTML tags
3943
- #: settings.php:4021
3944
  msgid "64 code blocks"
3945
  msgstr ""
3946
 
3947
  #. translators: %s HTML tags
3948
- #: settings.php:4022
3949
  msgid "%s GEO targeting %s"
3950
  msgstr ""
3951
 
3952
  #. translators: %s HTML tags
3953
- #: settings.php:4023
3954
  msgid "%s Scheduling %s"
3955
  msgstr ""
3956
 
@@ -4130,26 +4153,32 @@ msgid "Default"
4130
  msgstr ""
4131
 
4132
  #: strings.php:60
4133
- msgid "Align left"
 
4134
  msgstr ""
4135
 
4136
  #: strings.php:61
4137
- msgid "Align right"
 
4138
  msgstr ""
4139
 
4140
  #: strings.php:62
 
4141
  msgid "Center"
4142
  msgstr ""
4143
 
4144
  #: strings.php:63
 
4145
  msgid "Float left"
4146
  msgstr ""
4147
 
4148
  #: strings.php:64
 
4149
  msgid "Float right"
4150
  msgstr ""
4151
 
4152
  #: strings.php:65
 
4153
  msgid "No wrapping"
4154
  msgstr ""
4155
 
@@ -4551,6 +4580,11 @@ msgctxt "Button"
4551
  msgid "Hide"
4552
  msgstr ""
4553
 
 
 
 
 
 
4554
  #: strings.php:183
4555
  msgid "Insertion expired"
4556
  msgstr ""
@@ -4642,48 +4676,62 @@ msgctxt "Button"
4642
  msgid "Filter"
4643
  msgstr ""
4644
 
4645
- #: strings.php:226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4646
  msgid "Add"
4647
  msgstr ""
4648
 
4649
- #: strings.php:227
4650
  msgid "Parent"
4651
  msgstr ""
4652
 
4653
- #: strings.php:228
4654
  msgid "Cancel element selection"
4655
  msgstr ""
4656
 
4657
- #: strings.php:229
4658
  msgid "Select parent element"
4659
  msgstr ""
4660
 
4661
- #: strings.php:230
4662
  msgid "CSS selector"
4663
  msgstr ""
4664
 
4665
- #: strings.php:231
4666
  msgid "Use current selector"
4667
  msgstr ""
4668
 
4669
- #: strings.php:232
4670
  msgid "ELEMENT"
4671
  msgstr ""
4672
 
4673
- #: strings.php:233
4674
  msgid "PATH"
4675
  msgstr ""
4676
 
4677
- #: strings.php:234
4678
  msgid "SELECTOR"
4679
  msgstr ""
4680
 
4681
- #: strings.php:235
4682
  msgctxt "Block"
4683
  msgid "VISIBLE"
4684
  msgstr ""
4685
 
4686
- #: strings.php:236
4687
  msgctxt "Block"
4688
  msgid "HIDDEN"
4689
  msgstr ""
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.4.7\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
7
+ "POT-Creation-Date: 2019-01-16 20:23:00+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:296
16
  msgctxt "Menu item"
17
  msgid "Debugging DEMO"
18
  msgstr ""
19
 
20
+ #: ad-inserter.php:312
21
  msgctxt "Menu item"
22
  msgid "Label Blocks"
23
  msgstr ""
24
 
25
+ #: ad-inserter.php:319
26
  msgctxt "Menu item"
27
  msgid "Show Positions"
28
  msgstr ""
29
 
30
+ #: ad-inserter.php:390
31
  msgctxt "Menu item"
32
  msgid "Show HTML Tags"
33
  msgstr ""
34
 
35
+ #: ad-inserter.php:397
36
  msgctxt "Menu item"
37
  msgid "Disable Insertion"
38
  msgstr ""
39
 
40
+ #: ad-inserter.php:406
41
  msgctxt "Menu item"
42
  msgid "Ad Blocking Status"
43
  msgstr ""
44
 
45
+ #: ad-inserter.php:413
46
  msgctxt "Menu item"
47
  msgid "Simulate Ad Blocking"
48
  msgstr ""
49
 
50
+ #: ad-inserter.php:423
51
  msgctxt "Menu item"
52
  msgid "Log Processing"
53
  msgstr ""
54
 
55
  #. translators: Debugging position name Before HTML element
56
+ #: ad-inserter.php:947
57
  msgid "Before"
58
  msgstr ""
59
 
60
  #. translators: Debugging position name After HTML element
61
+ #: ad-inserter.php:952
62
  msgid "After"
63
  msgstr ""
64
 
65
  #. translators: Debugging position name Prepend content of HTML element (before
66
  #. the content of the HTML element)
67
+ #: ad-inserter.php:957 strings.php:98
68
  msgid "Prepend content"
69
  msgstr ""
70
 
71
  #. translators: Debugging position name Append content of HTML element (after
72
  #. the content of the HTML element)
73
+ #: ad-inserter.php:962 strings.php:99
74
  msgid "Append content"
75
  msgstr ""
76
 
77
  #. translators: Debugging position name Replace content of HTML element
78
+ #: ad-inserter.php:967 strings.php:100
79
  msgid "Replace content"
80
  msgstr ""
81
 
82
  #. translators: Debugging position name Replace HTML element
83
+ #: ad-inserter.php:972 strings.php:150
84
  msgid "Replace"
85
  msgstr ""
86
 
87
  #. translators: Debugging message when output buffering is enabled
88
+ #: ad-inserter.php:1017
89
  msgid "OUTPUT BUFFERING"
90
  msgstr ""
91
 
92
  #. translators: Debugging position
93
+ #: ad-inserter.php:1021
94
  msgid "Above Header"
95
  msgstr ""
96
 
97
+ #: ad-inserter.php:1223
98
  msgctxt "Menu item"
99
  msgid "Log In"
100
  msgstr ""
101
 
102
  #. translators: %s: Ad Inserter
103
+ #: ad-inserter.php:1498 ad-inserter.php:2361
104
  msgid "%s Settings"
105
  msgstr ""
106
 
107
  #. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
108
+ #: ad-inserter.php:1932
109
  msgid "AD BLOCKING DETECTED, PAGE VIEWS"
110
  msgstr ""
111
 
112
+ #: ad-inserter.php:1932
113
  msgid "NO ACTION"
114
  msgstr ""
115
 
116
+ #: ad-inserter.php:1933
117
  msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
118
  msgstr ""
119
 
120
+ #: ad-inserter.php:1934
121
  msgid "AD BLOCKING DETECTED - ACTION"
122
  msgstr ""
123
 
124
+ #: ad-inserter.php:1935
125
  msgid "AD BLOCKING NOT DETECTED"
126
  msgstr ""
127
 
128
+ #: ad-inserter.php:1936
129
  msgid "AD BLOCKING DETECTION COOKIES DELETED"
130
  msgstr ""
131
 
132
+ #: ad-inserter.php:1937
133
  msgid "AD BLOCKING DETECTED - NO ACTION"
134
  msgstr ""
135
 
136
  #. Translators: 1: number of blocks, 2: Ad Inserter
137
+ #: ad-inserter.php:2132
138
  msgid "Hey, you are now using %1$s %2$s block."
139
  msgid_plural "Hey, you are now using %1$s %2$s blocks."
140
  msgstr[0] ""
141
  msgstr[1] ""
142
 
143
+ #: ad-inserter.php:2133 includes/functions.php:1464
144
  msgid "No, thank you."
145
  msgstr ""
146
 
147
  #. Translators: %s: Ad Inserter
148
+ #: ad-inserter.php:2136
149
  msgid ""
150
  "Hey, you've been using %s for a while now, and I hope you're happy with it."
151
  msgstr ""
152
 
153
+ #: ad-inserter.php:2137 includes/functions.php:1466
154
  msgid "Not now, maybe later."
155
  msgstr ""
156
 
157
+ #: ad-inserter.php:2147
158
  msgid ""
159
  "I would really appreciate it if you could give the plugin a 5-star rating on "
160
  "WordPres."
161
  msgstr ""
162
 
163
+ #: ad-inserter.php:2149
164
  msgid ""
165
  "Positive reviews are a great incentive to fix bugs and to add new features "
166
  "for better monetization of your website. Thank you, Igor"
167
  msgstr ""
168
 
169
  #. translators: %s: Ad Inserter
170
+ #: ad-inserter.php:2155
171
  msgid "Rate %s"
172
  msgstr ""
173
 
174
+ #: ad-inserter.php:2160
175
  msgid "I already did."
176
  msgstr ""
177
 
178
+ #: ad-inserter.php:2174
179
  msgctxt "Menu item"
180
  msgid "Settings"
181
  msgstr ""
182
 
183
  #. translators: %s: Ad Inserter
184
+ #: ad-inserter.php:2248
185
  msgctxt "Meta box name"
186
  msgid "%s Individual Exceptions"
187
  msgstr ""
188
 
189
+ #: ad-inserter.php:2277 ad-inserter.php:7754 class.php:1926
190
  #: includes/preview.php:1792 includes/preview.php:1836
191
+ #: includes/preview.php:1873 settings.php:3337 strings.php:3
192
  msgid "Block"
193
  msgstr ""
194
 
195
+ #: ad-inserter.php:2278 settings.php:3338 settings.php:3412
196
  msgid "Name"
197
  msgstr ""
198
 
199
+ #: ad-inserter.php:2279 settings.php:3340
200
  msgid "Automatic insertion"
201
  msgstr ""
202
 
203
+ #: ad-inserter.php:2282
204
  msgid "Default insertion for pages"
205
  msgstr ""
206
 
207
+ #: ad-inserter.php:2283
208
  msgid "Default insertion for posts"
209
  msgstr ""
210
 
211
  #. translators: For this post or page
212
+ #: ad-inserter.php:2286
213
  msgctxt "Page"
214
  msgid "For this"
215
  msgstr ""
216
 
217
+ #: ad-inserter.php:2287
218
  msgctxt "Post"
219
  msgid "For this"
220
  msgstr ""
221
 
222
+ #: ad-inserter.php:2295
223
  msgctxt "Enabled/disabled on all"
224
  msgid "pages"
225
  msgstr ""
226
 
227
+ #: ad-inserter.php:2296
228
  msgctxt "Default insertion for"
229
  msgid "pages"
230
  msgstr ""
231
 
232
+ #: ad-inserter.php:2300
233
  msgctxt "Enabled/disabled on all"
234
  msgid "posts"
235
  msgstr ""
236
 
237
+ #: ad-inserter.php:2301
238
  msgctxt "Default insertion for"
239
  msgid "posts"
240
  msgstr ""
241
 
242
+ #: ad-inserter.php:2320 ad-inserter.php:2333 strings.php:156
243
  msgid "Enabled"
244
  msgstr ""
245
 
246
  #. translators: Menu items
247
+ #: ad-inserter.php:2320 ad-inserter.php:2333 includes/functions.php:2048
248
  #: strings.php:16
249
  msgid "Disabled"
250
  msgstr ""
251
 
252
  #. translators: Enabled on all pages or posts
253
+ #: ad-inserter.php:2323
254
  msgid "Enabled on all"
255
  msgstr ""
256
 
257
  #. translators: Disabled on all pages or posts
258
+ #: ad-inserter.php:2325
259
  msgid "Disabled on all"
260
  msgstr ""
261
 
262
  #. translators: No individual exceptions enabled for pages or posts
263
+ #: ad-inserter.php:2353
264
  msgid "No individual exceptions enabled for"
265
  msgstr ""
266
 
267
  #. translators: 1: pages or posts, 2: Ad Inserter Settings (page)
268
+ #: ad-inserter.php:2358
269
  msgid ""
270
  "Default insertion for %1$s can be configured for each block on %2$s page - "
271
  "selection next to <strong>Posts</strong> / <strong>Static pages</strong> "
272
  "checkbox.<br />"
273
  msgstr ""
274
 
275
+ #: ad-inserter.php:2363
276
  msgid ""
277
  "Default value is <strong>blank</strong> and means no individual exceptions "
278
  "(even if previously defined here).<br />"
279
  msgstr ""
280
 
281
+ #: ad-inserter.php:2366
282
  msgctxt "Pages"
283
  msgid ""
284
  "Set to <strong>Individually disabled</strong> or <strong>Individually "
285
  "enabled</strong> to enable individual exception settings on this page.<br />"
286
  msgstr ""
287
 
288
+ #: ad-inserter.php:2367
289
  msgctxt "Posts"
290
  msgid ""
291
  "Set to <strong>Individually disabled</strong> or <strong>Individually "
292
  "enabled</strong> to enable individual exception settings on this page.<br />"
293
  msgstr ""
294
 
295
+ #: ad-inserter.php:2369
296
  msgid "For more information check page %s"
297
  msgstr ""
298
 
299
  #. translators: Ad Inserter Exceptions documentation page
300
+ #: ad-inserter.php:2371
301
  msgid "Individual Exceptions"
302
  msgstr ""
303
 
304
+ #: ad-inserter.php:2416
305
  msgid "STATIC PAGE"
306
  msgstr ""
307
 
308
+ #: ad-inserter.php:2419
309
  msgid "POST"
310
  msgstr ""
311
 
312
+ #: ad-inserter.php:2422
313
  msgid "HOMEPAGE"
314
  msgstr ""
315
 
316
+ #: ad-inserter.php:2425
317
  msgid "CATEGORY PAGE"
318
  msgstr ""
319
 
320
+ #: ad-inserter.php:2428
321
  msgid "SEARCH PAGE"
322
  msgstr ""
323
 
324
+ #: ad-inserter.php:2431
325
  msgid "ARCHIVE PAGE"
326
  msgstr ""
327
 
328
+ #: ad-inserter.php:2434
329
  msgid "ERROR 404 PAGE"
330
  msgstr ""
331
 
332
+ #: ad-inserter.php:2437
333
  msgid "AJAX CALL"
334
  msgstr ""
335
 
336
+ #: ad-inserter.php:2440
337
  msgid "UNKNOWN PAGE TYPE"
338
  msgstr ""
339
 
340
+ #: ad-inserter.php:2457
341
  msgid "Click to delete ad blocking detection cokies"
342
  msgstr ""
343
 
344
+ #: ad-inserter.php:2458
345
  msgid "AD BLOCKING STATUS UNKNOWN"
346
  msgstr ""
347
 
348
  #. translators: %s: AdSense Auto Ads
349
+ #: ad-inserter.php:2482
350
  msgid ""
351
  "Code for %s detected - Code will automatically insert AdSense ads at optimal "
352
  "positions"
353
  msgstr ""
354
 
355
+ #: ad-inserter.php:2605
356
  msgid "Code for insertion"
357
  msgstr ""
358
 
359
+ #: ad-inserter.php:2605
360
  msgid "character"
361
  msgid_plural "characters"
362
  msgstr[0] ""
363
  msgstr[1] ""
364
 
365
+ #: ad-inserter.php:2648
366
  msgid "Header code"
367
  msgstr ""
368
 
369
+ #: ad-inserter.php:2648
370
  msgctxt "Header code"
371
  msgid "DISABLED"
372
  msgstr ""
373
 
374
+ #: ad-inserter.php:2648 ad-inserter.php:2867
375
  msgid "character inserted"
376
  msgid_plural "characters inserted"
377
  msgstr[0] ""
378
  msgstr[1] ""
379
 
380
+ #: ad-inserter.php:2681
381
  msgid "Automatically placed by AdSense Auto ads code"
382
  msgstr ""
383
 
384
+ #: ad-inserter.php:2867
385
  msgid "Footer code"
386
  msgstr ""
387
 
388
+ #: ad-inserter.php:2867
389
  msgctxt "Footer code"
390
  msgid "DISABLED"
391
  msgstr ""
392
 
393
+ #: ad-inserter.php:2873
394
  msgid "JAVASCRIPT NOT WORKING"
395
  msgstr ""
396
 
397
+ #: ad-inserter.php:2873
398
  msgid "NO JAVASCRIPT ERRORS"
399
  msgstr ""
400
 
401
+ #: ad-inserter.php:2873
402
  msgid "JAVASCRIPT ERRORS"
403
  msgstr ""
404
 
405
  #. translators: block name (block with default settings)
406
+ #: ad-inserter.php:4922
407
  msgctxt "Block name"
408
  msgid "Default"
409
  msgstr ""
410
 
411
  #. translators: %s: Ad Inserter
412
+ #: ad-inserter.php:5493
413
  msgid "Error importing %s settings."
414
  msgstr ""
415
 
416
+ #: ad-inserter.php:5494
417
  msgid "Error importing settings for block"
418
  msgid_plural "Error importing settings for blocks:"
419
  msgstr[0] ""
420
  msgstr[1] ""
421
 
422
+ #: ad-inserter.php:5543
423
  msgid "Settings saved."
424
  msgstr ""
425
 
426
+ #: ad-inserter.php:5628
427
  msgid "Settings cleared."
428
  msgstr ""
429
 
430
+ #: ad-inserter.php:5972 ad-inserter.php:5974 ad-inserter.php:5997
431
  msgid "word"
432
  msgid_plural "words"
433
  msgstr[0] ""
434
  msgstr[1] ""
435
 
436
+ #: ad-inserter.php:6013 ad-inserter.php:6125
437
  msgid "HTML TAGS REMOVED"
438
  msgstr ""
439
 
440
+ #: ad-inserter.php:6201
441
  msgid "BEFORE COMMENTS"
442
  msgstr ""
443
 
444
+ #: ad-inserter.php:6309
445
  msgid "AFTER COMMENTS"
446
  msgstr ""
447
 
448
+ #: ad-inserter.php:6372
449
  msgid "BETWEEN COMMENTS"
450
  msgstr ""
451
 
452
+ #: ad-inserter.php:7404
453
  msgid "requires WordPress 4.0 or newer"
454
  msgstr ""
455
 
456
+ #: ad-inserter.php:7404
457
  msgid "Please update!"
458
  msgstr ""
459
 
460
  #. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
461
  #. name with HTML tags will be added)
462
+ #: ad-inserter.php:7627
463
  msgid "Thank you for installing"
464
  msgstr ""
465
 
466
  #. translators: Opt-in message: %s: HTML tags
467
+ #: ad-inserter.php:7629
468
  msgid ""
469
  "We would like to %s track its usage %s on your site. This is completely "
470
  "optional and can be disabled at any time."
471
  msgstr ""
472
 
473
+ #: ad-inserter.php:7631
474
  msgid ""
475
  "We don't record any sensitive data, only information regarding the WordPress "
476
  "environment and plugin usage, which will help us to make improvements to the "
478
  msgstr ""
479
 
480
  #. translators: Deactivation message: %s: HTML tags
481
+ #: ad-inserter.php:7668
482
  msgid ""
483
  "Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
484
  "help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
486
  msgstr ""
487
 
488
  #. translators: %s: Ad Inserter
489
+ #: ad-inserter.php:7711
490
  msgid "%s block."
491
  msgstr ""
492
 
493
  #. translators: widget title
494
+ #: ad-inserter.php:7727 ad-inserter.php:7763
495
  msgid "Processing log"
496
  msgstr ""
497
 
498
  #. translators: widget title
499
+ #: ad-inserter.php:7729 ad-inserter.php:7764
500
  msgid "Dummy widget"
501
  msgstr ""
502
 
503
  #. translators: widget title
504
+ #: ad-inserter.php:7731 ad-inserter.php:7762
505
  msgid "Debugging tools"
506
  msgstr ""
507
 
508
  #. translators: block status (widget title)
509
+ #: ad-inserter.php:7738
510
  msgctxt "block"
511
  msgid "PAUSED"
512
  msgstr ""
513
 
514
+ #: ad-inserter.php:7739
515
  msgid "WIDGET DISABLED"
516
  msgstr ""
517
 
518
+ #: ad-inserter.php:7740
519
  msgid "Unknown block"
520
  msgstr ""
521
 
522
+ #: ad-inserter.php:7749 includes/functions.php:2507 settings.php:1033
523
  msgid "Title"
524
  msgstr ""
525
 
526
+ #: ad-inserter.php:7771
527
  msgctxt "Widget"
528
  msgid "Sticky"
529
  msgstr ""
530
 
531
+ #: ad-inserter.php:7820
532
  msgid ""
533
  "Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
534
  "Inserter you need to first deactivate Ad Inserter Pro."
535
  msgstr ""
536
 
537
+ #: ad-inserter.php:7821
538
  msgid ""
539
  "<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
540
+ "will clear all settings that are available only in the Pro version "
541
+ "(additional block and plugin settings)!"
542
  msgstr ""
543
 
544
  #. translators: %s: Ad Inserter
566
  msgid "After post"
567
  msgstr ""
568
 
569
+ #: class.php:1916 settings.php:1619 settings.php:3344
570
  msgid "Widget"
571
  msgstr ""
572
 
573
+ #: class.php:1921 settings.php:3342
574
  msgid "PHP function call"
575
  msgstr ""
576
 
627
  msgid "ip addresses='%s' type='%s'"
628
  msgstr ""
629
 
630
+ #: class.php:2687 strings.php:222
631
  msgid "BEFORE"
632
  msgstr ""
633
 
634
+ #: class.php:2695 strings.php:224
635
  msgid "PREPEND CONTENT"
636
  msgstr ""
637
 
638
+ #: class.php:2699 strings.php:225
639
  msgid "APPEND CONTENT"
640
  msgstr ""
641
 
642
+ #: class.php:2703 strings.php:226
643
  msgid "REPLACE CONTENT"
644
  msgstr ""
645
 
646
+ #: class.php:2707 strings.php:227
647
  msgid "REPLACE ELEMENT"
648
  msgstr ""
649
 
650
+ #: class.php:2718 strings.php:223
651
  msgid "AFTER"
652
  msgstr ""
653
 
656
  msgid "script"
657
  msgstr ""
658
 
659
+ #: class.php:2788 settings.php:1888
660
  msgid "for"
661
  msgstr ""
662
 
663
+ #: class.php:5308 class.php:5360
664
  msgctxt "category name"
665
  msgid "Uncategorized"
666
  msgstr ""
667
 
668
+ #: class.php:5849
669
  msgid ""
670
  "ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
671
  "extension for PHP."
672
  msgstr ""
673
 
674
  #: includes/editor.php:7 includes/placeholders.php:345
675
+ #: includes/preview.php:1778 strings.php:229
676
  msgid "Use"
677
  msgstr ""
678
 
681
  msgstr ""
682
 
683
  #: includes/editor.php:9 includes/placeholders.php:347
684
+ #: includes/preview.php:1781 strings.php:196 strings.php:228
685
  msgid "Cancel"
686
  msgstr ""
687
 
696
  "blockers."
697
  msgstr ""
698
 
699
+ #: includes/editor.php:264 settings.php:218
700
  msgid "Error loading page"
701
  msgstr ""
702
 
705
  msgid "PAGE BLOCKED"
706
  msgstr ""
707
 
708
+ #: includes/functions.php:253
709
  msgid "%d of %d names shown"
710
  msgstr ""
711
 
712
  #. translators: %s: name filter
713
+ #: includes/functions.php:272
714
  msgid "No name matches filter"
715
  msgstr ""
716
 
717
+ #: includes/functions.php:328 settings.php:174
718
  msgid "Online documentation"
719
  msgstr ""
720
 
721
+ #: includes/functions.php:328 settings.php:174
722
  msgid "Documentation"
723
  msgstr ""
724
 
725
+ #: includes/functions.php:341 settings.php:187
726
  msgid "Blocks"
727
  msgstr ""
728
 
729
  #. translators: %s: Ad Inserter Pro
730
+ #: includes/functions.php:364
731
  msgid ""
732
  "Import %s settings when saving - if checked, the encoded settings below will "
733
  "be imported for all blocks and settings"
734
  msgstr ""
735
 
736
+ #: includes/functions.php:364
737
  msgid "Import Settings for"
738
  msgstr ""
739
 
740
+ #: includes/functions.php:368
741
  msgid "Saved settings for"
742
  msgstr ""
743
 
744
+ #: includes/functions.php:387
745
  msgid "License Key"
746
  msgstr ""
747
 
748
+ #: includes/functions.php:390
749
  msgid "License Key for"
750
  msgstr ""
751
 
752
+ #: includes/functions.php:396
753
  msgid "Hide license key"
754
  msgstr ""
755
 
756
+ #: includes/functions.php:396
757
  msgid "Hide key"
758
  msgstr ""
759
 
760
+ #: includes/functions.php:417
761
  msgid "Main content element"
762
  msgstr ""
763
 
764
+ #: includes/functions.php:420
765
  msgid ""
766
  "Main content element (#id or .class) for 'Stick to the content' position. "
767
  "Leave empty unless position is not properly calculated."
768
  msgstr ""
769
 
770
+ #: includes/functions.php:421 settings.php:1189 settings.php:2444
771
  msgid "Open HTML element selector"
772
  msgstr ""
773
 
774
+ #: includes/functions.php:426
775
  msgid "Lazy loading offset"
776
  msgstr ""
777
 
778
+ #: includes/functions.php:429
779
  msgid "Offset of the block from the visible viewport when it should be loaded"
780
  msgstr ""
781
 
782
+ #: includes/functions.php:440
783
  msgid "Export / Import Block Settings"
784
  msgstr ""
785
 
786
+ #: includes/functions.php:455
787
  msgid "Track impressions and clicks for this block"
788
  msgstr ""
789
 
790
+ #: includes/functions.php:455
791
  msgid " - global tracking disabled"
792
  msgstr ""
793
 
794
+ #: includes/functions.php:464
795
  msgid "Toggle Ad Blocking Statistics"
796
  msgstr ""
797
 
798
+ #: includes/functions.php:473 includes/functions.php:2377
799
  msgid "Toggle Statistics"
800
  msgstr ""
801
 
802
  #. translators: %s: Ad Inserter Pro
803
+ #: includes/functions.php:489
804
  msgid "%s license key is not set. Continue?"
805
  msgstr ""
806
 
807
  #. translators: %s: Ad Inserter Pro
808
+ #: includes/functions.php:493
809
  msgid "Invalid %s license key. Continue?"
810
  msgstr ""
811
 
812
  #. translators: %s: Ad Inserter Pro
813
+ #: includes/functions.php:497
814
  msgid "%s license overused. Continue?"
815
  msgstr ""
816
 
817
+ #: includes/functions.php:501 settings.php:1958
818
  msgid "Save Settings"
819
  msgstr ""
820
 
821
+ #: includes/functions.php:561 includes/preview.php:1913
822
  msgid "Horizontal position"
823
  msgstr ""
824
 
825
+ #: includes/functions.php:584
826
  msgid ""
827
  "Horizontal margin from the content or screen edge, empty means default value "
828
  "from CSS"
829
  msgstr ""
830
 
831
+ #: includes/functions.php:592 includes/preview.php:1968
832
  msgid "Vertical position"
833
  msgstr ""
834
 
835
+ #: includes/functions.php:607
836
  msgid ""
837
  "Vertical margin from the top or bottom screen edge, empty means default "
838
  "value from CSS"
839
  msgstr ""
840
 
841
+ #: includes/functions.php:632 includes/preview.php:2019
842
  msgid "Animation"
843
  msgstr ""
844
 
845
+ #: includes/functions.php:650
846
  msgid "Trigger"
847
  msgstr ""
848
 
849
+ #: includes/functions.php:659
850
  msgid ""
851
  "Trigger value: page scroll in %, page scroll in px or element with selector "
852
  "(#id or .class) becomes visible"
853
  msgstr ""
854
 
855
+ #: includes/functions.php:663
856
  msgid "Offset"
857
  msgstr ""
858
 
859
+ #: includes/functions.php:663
860
  msgid "Offset of trigger element"
861
  msgstr ""
862
 
863
+ #: includes/functions.php:667
864
  msgid "Delay"
865
  msgstr ""
866
 
867
+ #: includes/functions.php:667
868
  msgid "Delay animation after trigger condition"
869
  msgstr ""
870
 
871
+ #: includes/functions.php:671
872
  msgid "Trigger once"
873
  msgstr ""
874
 
875
+ #: includes/functions.php:673
876
  msgid "Trigger animation only once"
877
  msgstr ""
878
 
879
+ #: includes/functions.php:712
880
  msgid "Tracking is globally disabled"
881
  msgstr ""
882
 
883
+ #: includes/functions.php:716
884
  msgid "Tracking for this block is disabled"
885
  msgstr ""
886
 
887
+ #: includes/functions.php:726 settings.php:3105 settings.php:3141
888
  #: strings.php:206
889
  msgid "Loading..."
890
  msgstr ""
891
 
892
+ #: includes/functions.php:742
893
  msgid ""
894
  "Clear statistics data for the selected range - clear both dates to delete "
895
  "all data for this block"
896
  msgstr ""
897
 
898
+ #: includes/functions.php:746
899
  msgid "Auto refresh data for the selected range every 60 seconds"
900
  msgstr ""
901
 
902
+ #: includes/functions.php:749
903
  msgid "Load data for last month"
904
  msgstr ""
905
 
906
+ #: includes/functions.php:749
907
  msgid "Last Month"
908
  msgstr ""
909
 
910
+ #: includes/functions.php:752
911
  msgid "Load data for this month"
912
  msgstr ""
913
 
914
+ #: includes/functions.php:752
915
  msgid "This Month"
916
  msgstr ""
917
 
918
+ #: includes/functions.php:755
919
  msgid "Load data for this year"
920
  msgstr ""
921
 
922
+ #: includes/functions.php:755
923
  msgid "This Year"
924
  msgstr ""
925
 
926
+ #: includes/functions.php:758
927
  msgid "Load data for the last 15 days"
928
  msgstr ""
929
 
930
+ #: includes/functions.php:761
931
  msgid "Load data for the last 30 days"
932
  msgstr ""
933
 
934
+ #: includes/functions.php:764
935
  msgid "Load data for the last 90 days"
936
  msgstr ""
937
 
938
+ #: includes/functions.php:767
939
  msgid "Load data for the last 180 days"
940
  msgstr ""
941
 
942
+ #: includes/functions.php:770
943
  msgid "Load data for the last 365 days"
944
  msgstr ""
945
 
946
+ #: includes/functions.php:780
947
  msgid "Load data for the selected range"
948
  msgstr ""
949
 
950
+ #: includes/functions.php:796
951
  msgid ""
952
  "Import settings when saving - if checked, the encoded settings below will be "
953
  "imported for this block"
954
  msgstr ""
955
 
956
+ #: includes/functions.php:796
957
  msgid "Import settings for block"
958
  msgstr ""
959
 
960
+ #: includes/functions.php:800
961
  msgid ""
962
  "Import block name when saving - if checked and 'Import settings for block' "
963
  "is also checked, the name from encoded settings below will be imported for "
964
  "this block"
965
  msgstr ""
966
 
967
+ #: includes/functions.php:800
968
  msgid "Import block name"
969
  msgstr ""
970
 
971
+ #: includes/functions.php:804
972
  msgid "Saved settings for block"
973
  msgstr ""
974
 
975
+ #: includes/functions.php:817
976
  msgid "Export / Import Ad Inserter Pro Settings"
977
  msgstr ""
978
 
979
+ #: includes/functions.php:826
980
  msgid "Are you sure you want to clear all statistics data for all blocks?"
981
  msgstr ""
982
 
983
+ #: includes/functions.php:828
984
  msgid "Clear All Statistics Data"
985
  msgstr ""
986
 
987
+ #: includes/functions.php:854
988
  msgid "Toggle country/city editor"
989
  msgstr ""
990
 
991
+ #: includes/functions.php:860
992
  msgid "IP Addresses"
993
  msgstr ""
994
 
995
+ #: includes/functions.php:863
996
  msgid "Toggle IP address editor"
997
  msgstr ""
998
 
999
+ #: includes/functions.php:866
1000
  msgid ""
1001
  "Comma separated IP addresses, you can also use partial IP addresses with * "
1002
  "(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
1003
  msgstr ""
1004
 
1005
+ #: includes/functions.php:870
1006
  msgid "Blacklist IP addresses"
1007
  msgstr ""
1008
 
1009
+ #: includes/functions.php:874
1010
  msgid "Whitelist IP addresses"
1011
  msgstr ""
1012
 
1013
+ #: includes/functions.php:885
1014
  msgid "Countries"
1015
  msgstr ""
1016
 
1017
+ #: includes/functions.php:886
1018
  msgid "Cities"
1019
  msgstr ""
1020
 
1021
+ #: includes/functions.php:890 includes/functions.php:2337
1022
  msgid "Toggle country editor"
1023
  msgstr ""
1024
 
1025
+ #: includes/functions.php:893
1026
  msgid "Toggle city editor"
1027
  msgstr ""
1028
 
1029
+ #: includes/functions.php:897 includes/functions.php:2340
1030
  msgid "Comma separated country ISO Alpha-2 codes"
1031
  msgstr ""
1032
 
1033
+ #: includes/functions.php:901
1034
  msgid "Blacklist countries"
1035
  msgstr ""
1036
 
1037
+ #: includes/functions.php:905
1038
  msgid "Whitelist countries"
1039
  msgstr ""
1040
 
1041
+ #: includes/functions.php:1215 includes/functions.php:1425
1042
  msgid "Enter license key"
1043
  msgstr ""
1044
 
1045
  #. translators: %s: Ad Inserter Pro
1046
+ #: includes/functions.php:1221
1047
  msgid ""
1048
  "%s license key is not set. Plugin functionality is limited and updates are "
1049
  "disabled."
1050
  msgstr ""
1051
 
1052
+ #: includes/functions.php:1230 includes/functions.php:1434
1053
  msgid "Check license key"
1054
  msgstr ""
1055
 
1056
  #. translators: %s: Ad Inserter Pro
1057
+ #: includes/functions.php:1236
1058
  msgid "Invalid %s license key."
1059
  msgstr ""
1060
 
1061
  #. translators: %s: Ad Inserter Pro
1062
+ #: includes/functions.php:1245
1063
  msgid "%s license expired. Plugin updates are disabled."
1064
  msgstr ""
1065
 
1066
+ #: includes/functions.php:1246
1067
  msgid "Renew license"
1068
  msgstr ""
1069
 
1070
  #. translators: %s: Ad Inserter Pro
1071
+ #: includes/functions.php:1254
1072
  msgid "%s license overused. Plugin updates are disabled."
1073
  msgstr ""
1074
 
1075
+ #: includes/functions.php:1255
1076
  msgid "Upgrade license"
1077
  msgstr ""
1078
 
1079
  #. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
1080
+ #: includes/functions.php:1427
1081
  msgid ""
1082
  "%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
1083
  "limited and updates are disabled."
1084
  msgstr ""
1085
 
1086
  #. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
1087
+ #: includes/functions.php:1436
1088
  msgid "%1$s Warning: %2$s Invalid %3$s license key."
1089
  msgstr ""
1090
 
1091
  #. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
1092
+ #: includes/functions.php:1450
1093
  msgid ""
1094
  "Hey, %1$s license has expired - plugin updates are now disabled. Please "
1095
  "renew the license to enable updates. Check %2$s what you are missing. %3$s"
1096
  msgstr ""
1097
 
1098
  #. translators: 1, 3: HTML tags, 2: percentage
1099
+ #: includes/functions.php:1457
1100
  msgid ""
1101
  "During the license period and 30 days after the license has expired we offer "
1102
  "%1$s %2$s discount on all license renewals and license upgrades. %3$s"
1103
  msgstr ""
1104
 
1105
+ #: includes/functions.php:1480
1106
  msgid "Renew the licence"
1107
  msgstr ""
1108
 
1109
+ #: includes/functions.php:1482
1110
  msgid "Update license status"
1111
  msgstr ""
1112
 
1113
  #. translators: 1, 2, 4, 5: HTML tags, 3: Ad Inserter Pro
1114
+ #: includes/functions.php:1493
1115
  msgid ""
1116
  "%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
1117
  "Upgrade license %5$s"
1118
  msgstr ""
1119
 
1120
  #. Translators: %s: HTML tag
1121
+ #: includes/functions.php:1513
1122
  msgid "Warning: %s MaxMind IP geolocation database not found."
1123
  msgstr ""
1124
 
1125
+ #: includes/functions.php:1977
1126
  msgid "Geolocation"
1127
  msgstr ""
1128
 
1129
+ #: includes/functions.php:1981
1130
  msgid "Exceptions"
1131
  msgstr ""
1132
 
1133
+ #: includes/functions.php:1986
1134
  msgid "Multisite"
1135
  msgstr ""
1136
 
1137
+ #: includes/functions.php:1991
1138
  msgid "Tracking"
1139
  msgstr ""
1140
 
1141
  #. translators: %d: days, hours, minutes
1142
+ #: includes/functions.php:2022
1143
  msgid "Scheduled in %d days %d hours %d minutes"
1144
  msgstr ""
1145
 
1146
  #. translators: %s: HTML dash separator, %d: days, hours, minutes, &mdash; is
1147
  #. HTML code for long dash separator
1148
+ #: includes/functions.php:2031
1149
  msgid "Active %s expires in %d days %d hours %d minutes"
1150
  msgstr ""
1151
 
1152
+ #: includes/functions.php:2035
1153
  msgid "Expired"
1154
  msgstr ""
1155
 
1156
+ #: includes/functions.php:2043 settings.php:1272 settings.php:1287
1157
+ #: settings.php:1874
1158
  msgid "and"
1159
  msgstr ""
1160
 
1161
+ #: includes/functions.php:2046
1162
  msgid "fallback"
1163
  msgstr ""
1164
 
1165
+ #: includes/functions.php:2047
1166
  msgid "Block to be used when scheduling expires"
1167
  msgstr ""
1168
 
1169
+ #: includes/functions.php:2072
1170
  msgid "Load in iframe"
1171
  msgstr ""
1172
 
1173
+ #: includes/functions.php:2076 includes/placeholders.php:382
1174
  msgid "Width"
1175
  msgstr ""
1176
 
1177
+ #: includes/functions.php:2077
1178
  msgid "iframe width, empty means full width (100%)"
1179
  msgstr ""
1180
 
1181
+ #: includes/functions.php:2083 includes/placeholders.php:377
1182
  msgid "Height"
1183
  msgstr ""
1184
 
1185
+ #: includes/functions.php:2084
1186
  msgid "iframe height, empty means adjust it to iframe content height"
1187
  msgstr ""
1188
 
1189
+ #: includes/functions.php:2091
1190
  msgid "Ad label in iframe"
1191
  msgstr ""
1192
 
1193
+ #: includes/functions.php:2096
1194
  msgid "Preview iframe code"
1195
  msgstr ""
1196
 
1197
+ #: includes/functions.php:2096 includes/preview.php:1790 settings.php:949
1198
+ #: settings.php:2506
1199
  msgid "Preview"
1200
  msgstr ""
1201
 
1202
+ #: includes/functions.php:2110 includes/functions.php:3465
1203
+ #: includes/functions.php:3528 settings.php:1991
1204
  msgid "Ad Blocking"
1205
  msgstr ""
1206
 
1207
  #. translators: 1, 2 and 3, 4: HTML tags
1208
+ #: includes/functions.php:2119
1209
  msgid ""
1210
  "%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
1211
  "for tracking!"
1213
 
1214
  #. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
1215
  #. header
1216
+ #: includes/functions.php:2128
1217
  msgid ""
1218
  "%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
1219
  "enabled and automatic insertion %6$s!"
1220
  msgstr ""
1221
 
1222
+ #: includes/functions.php:2146
1223
  msgid "When ad blocking is detected"
1224
  msgstr ""
1225
 
1226
+ #: includes/functions.php:2155
1227
  msgid "replacement"
1228
  msgstr ""
1229
 
1230
+ #: includes/functions.php:2156
1231
  msgid "Block to be shown when ad blocking is detected"
1232
  msgstr ""
1233
 
1234
+ #: includes/functions.php:2157
1235
  msgctxt "replacement"
1236
  msgid "None"
1237
  msgstr ""
1238
 
1239
+ #: includes/functions.php:2174
1240
  msgid "Close button"
1241
  msgstr ""
1242
 
1243
+ #: includes/functions.php:2221
1244
  msgid "Lazy loading"
1245
  msgstr ""
1246
 
1247
  #. Translators: %s MaxMind
1248
+ #: includes/functions.php:2272
1249
  msgid "This product includes GeoLite2 data created by %s"
1250
  msgstr ""
1251
 
1252
+ #: includes/functions.php:2283
1253
  msgid "IP geolocation database"
1254
  msgstr ""
1255
 
1256
+ #: includes/functions.php:2286
1257
  msgid "Select IP geolocation database."
1258
  msgstr ""
1259
 
1260
+ #: includes/functions.php:2297
1261
  msgid "Automatic database updates"
1262
  msgstr ""
1263
 
1264
+ #: includes/functions.php:2300
1265
  msgid ""
1266
  "Automatically download and update free GeoLite2 IP geolocation database by "
1267
  "MaxMind"
1268
  msgstr ""
1269
 
1270
+ #: includes/functions.php:2308
1271
  msgid "Database"
1272
  msgstr ""
1273
 
1274
+ #: includes/functions.php:2311
1275
  msgid ""
1276
  "Aabsolute path starting with '/' or relative path to the MaxMind database "
1277
  "file"
1278
  msgstr ""
1279
 
1280
  #. translators: %d: group number
1281
+ #: includes/functions.php:2329
1282
  msgid "Group %d"
1283
  msgstr ""
1284
 
1285
+ #: includes/functions.php:2335
1286
  msgid "countries"
1287
  msgstr ""
1288
 
1289
+ #: includes/functions.php:2370
1290
  msgid "Enable tracking"
1291
  msgstr ""
1292
 
1293
+ #: includes/functions.php:2385
1294
  msgid "Impression and Click Tracking"
1295
  msgstr ""
1296
 
1297
+ #: includes/functions.php:2399
1298
  msgid "Internal"
1299
  msgstr ""
1300
 
1301
+ #: includes/functions.php:2403
1302
  msgid "Track impressions and clicks with internal tracking and statistics"
1303
  msgstr ""
1304
 
1305
+ #: includes/functions.php:2408
1306
  msgid "External"
1307
  msgstr ""
1308
 
1309
+ #: includes/functions.php:2412
1310
  msgid ""
1311
  "Track impressions and clicks with Google Analytics or Matomo (needs tracking "
1312
  "code installed)"
1313
  msgstr ""
1314
 
1315
+ #: includes/functions.php:2417
1316
  msgid "Track Pageviews"
1317
  msgstr ""
1318
 
1319
+ #: includes/functions.php:2423
1320
  msgid "Track Pageviews by Device (as configured for viewports)"
1321
  msgstr ""
1322
 
1323
+ #: includes/functions.php:2433
1324
  msgid "Track for Logged in Users"
1325
  msgstr ""
1326
 
1327
+ #: includes/functions.php:2439
1328
  msgid "Track impressions and clicks from logged in users"
1329
  msgstr ""
1330
 
1331
+ #: includes/functions.php:2449
1332
  msgid "Click Detection"
1333
  msgstr ""
1334
 
1335
+ #: includes/functions.php:2455
1336
  msgid ""
1337
  "Standard method detects clicks only on banners with links, Advanced method "
1338
  "can detect clicks on any kind of ads, but it is slightly less accurate"
1339
  msgstr ""
1340
 
1341
+ #: includes/functions.php:2494
1342
  msgid "Are you sure you want to clear all exceptions for block"
1343
  msgstr ""
1344
 
1345
+ #: includes/functions.php:2495 settings.php:1036
1346
  msgid "Clear all exceptions for block"
1347
  msgstr ""
1348
 
1349
+ #: includes/functions.php:2502
1350
  msgid "Are you sure you want to clear all exceptions?"
1351
  msgstr ""
1352
 
1353
+ #: includes/functions.php:2502
1354
  msgid "Clear all exceptions for all blocks"
1355
  msgstr ""
1356
 
1357
+ #: includes/functions.php:2507 settings.php:3414
1358
  msgid "Type"
1359
  msgstr ""
1360
 
1361
+ #: includes/functions.php:2525
1362
  msgid "View"
1363
  msgstr ""
1364
 
1365
+ #: includes/functions.php:2526 includes/placeholders.php:346
1366
+ #: includes/preview.php:2081 settings.php:1175
1367
  msgid "Edit"
1368
  msgstr ""
1369
 
1370
+ #: includes/functions.php:2556
1371
  msgid "Are you sure you want to clear all exceptions for"
1372
  msgstr ""
1373
 
1374
+ #: includes/functions.php:2557
1375
  msgid "Clear all exceptions for"
1376
  msgstr ""
1377
 
1378
+ #: includes/functions.php:2570
1379
  msgid "No exceptions"
1380
  msgstr ""
1381
 
1382
  #. translators: %s: Ad Inserter Pro
1383
+ #: includes/functions.php:2581
1384
  msgid "%s options for network blogs"
1385
  msgstr ""
1386
 
1387
  #. translators: %s: Ad Inserter Pro
1388
+ #: includes/functions.php:2586
1389
  msgid "Enable %s widgets for sub-sites"
1390
  msgstr ""
1391
 
1392
+ #: includes/functions.php:2586
1393
  msgid "Widgets"
1394
  msgstr ""
1395
 
1396
+ #: includes/functions.php:2591
1397
  msgid "Enable PHP code processing for sub-sites"
1398
  msgstr ""
1399
 
1400
+ #: includes/functions.php:2591
1401
  msgid "PHP Processing"
1402
  msgstr ""
1403
 
1404
  #. translators: %s: Ad Inserter Pro
1405
+ #: includes/functions.php:2596
1406
  msgid "Enable %s block exceptions in post/page editor for sub-sites"
1407
  msgstr ""
1408
 
1409
+ #: includes/functions.php:2596
1410
  msgid "Post/Page exceptions"
1411
  msgstr ""
1412
 
1413
  #. translators: %s: Ad Inserter Pro
1414
+ #: includes/functions.php:2601
1415
  msgid "Enable %s settings page for sub-sites"
1416
  msgstr ""
1417
 
1418
+ #: includes/functions.php:2601
1419
  msgid "Settings page"
1420
  msgstr ""
1421
 
1422
  #. translators: %s: Ad Inserter Pro
1423
+ #: includes/functions.php:2606
1424
  msgid "Enable %s settings of main site to be used for all blogs"
1425
  msgstr ""
1426
 
1427
+ #: includes/functions.php:2606
1428
  msgid "Main site settings used for all blogs"
1429
  msgstr ""
1430
 
1431
+ #: includes/functions.php:2617 settings.php:2402
1432
  msgid "Ad Blocking Detection"
1433
  msgstr ""
1434
 
1435
+ #: includes/functions.php:2623
1436
  msgid ""
1437
  "Standard method is reliable but should be used only if Advanced method does "
1438
  "not work. Advanced method recreates files used for detection with random "
1440
  "publicly accessible"
1441
  msgstr ""
1442
 
1443
+ #: includes/functions.php:3019 includes/functions.php:3109
1444
+ #: includes/functions.php:3129
1445
  msgid "AD BLOCKING"
1446
  msgstr ""
1447
 
1448
+ #: includes/functions.php:3020 includes/functions.php:3060
1449
+ #: includes/functions.php:3103 includes/functions.php:3130
1450
  msgid "BLOCK INSERTED BUT NOT VISIBLE"
1451
  msgstr ""
1452
 
1453
+ #: includes/functions.php:3023 includes/functions.php:3102
1454
+ #: includes/functions.php:3136
1455
  msgid "NO AD BLOCKING"
1456
  msgstr ""
1457
 
1458
+ #: includes/functions.php:3059 includes/functions.php:3066
1459
  msgid "AD BLOCKING REPLACEMENT"
1460
  msgstr ""
1461
 
1462
+ #: includes/functions.php:3464
1463
  msgctxt "Version"
1464
  msgid "Unknown"
1465
  msgstr ""
1466
 
1467
+ #: includes/functions.php:3464
1468
  msgctxt "Times"
1469
  msgid "DISPLAYED"
1470
  msgstr ""
1471
 
1472
+ #: includes/functions.php:3464
1473
  msgid "No version"
1474
  msgstr ""
1475
 
1476
+ #: includes/functions.php:3465
1477
  msgctxt "Times"
1478
  msgid "BLOCKED"
1479
  msgstr ""
1480
 
1481
+ #: includes/functions.php:3527
1482
  msgid "Pageviews"
1483
  msgstr ""
1484
 
1485
+ #: includes/functions.php:3527
1486
  msgid "Impressions"
1487
  msgstr ""
1488
 
1489
+ #: includes/functions.php:3528 includes/functions.php:3529
1490
+ #: includes/functions.php:3537
1491
  msgid "Clicks"
1492
  msgstr ""
1493
 
1494
+ #: includes/functions.php:3529
1495
  msgid "events"
1496
  msgstr ""
1497
 
1498
+ #: includes/functions.php:3530
1499
  msgid "Ad Blocking Share"
1500
  msgstr ""
1501
 
1502
  #. translators: CTR as Click Through Rate
1503
+ #: includes/functions.php:3530 includes/functions.php:3542
1504
  msgid "CTR"
1505
  msgstr ""
1506
 
1507
+ #: includes/functions.php:3624
1508
  msgid "pageviews"
1509
  msgid_plural "pageviews"
1510
  msgstr[0] ""
1511
  msgstr[1] ""
1512
 
1513
+ #: includes/functions.php:3624
1514
  msgid "impressions"
1515
  msgid_plural "impressions"
1516
  msgstr[0] ""
1517
  msgstr[1] ""
1518
 
1519
+ #: includes/functions.php:3628
1520
  msgid "event"
1521
  msgid_plural "events"
1522
  msgstr[0] ""
1523
  msgstr[1] ""
1524
 
1525
+ #: includes/functions.php:3628
1526
  msgid "click"
1527
  msgid_plural "clicks"
1528
  msgstr[0] ""
1529
  msgstr[1] ""
1530
 
1531
+ #: includes/functions.php:3696
1532
  msgctxt "Pageviews / Impressions"
1533
  msgid "Average"
1534
  msgstr ""
1535
 
1536
+ #: includes/functions.php:3714
1537
  msgctxt "Ad Blocking / Clicks"
1538
  msgid "Average"
1539
  msgstr ""
1540
 
1541
+ #: includes/functions.php:3731
1542
  msgctxt "Ad Blocking Share / CTR"
1543
  msgid "Average"
1544
  msgstr ""
1545
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1546
  #: includes/placeholders.php:19
1547
  msgid "Custom"
1548
  msgstr ""
1567
  msgid "Placeholder"
1568
  msgstr ""
1569
 
1570
+ #: includes/placeholders.php:356 settings.php:803 settings.php:3415
1571
  msgid "Size"
1572
  msgstr ""
1573
 
1675
  msgid "Ad Blocking Detected Message Preview"
1676
  msgstr ""
1677
 
1678
+ #: includes/preview-adb.php:348 settings.php:2519
1679
  msgid "Message CSS"
1680
  msgstr ""
1681
 
1682
+ #: includes/preview-adb.php:353 settings.php:2527
1683
  msgid "Overlay CSS"
1684
  msgstr ""
1685
 
1719
  msgid "background"
1720
  msgstr ""
1721
 
1722
+ #: includes/preview.php:1892 includes/preview.php:2038
1723
  msgid "Alignment and style"
1724
  msgstr ""
1725
 
1817
  "the values to those of the current block."
1818
  msgstr ""
1819
 
1820
+ #: settings.php:196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1821
  msgid "Loaded plugin JavaScript file version"
1822
  msgstr ""
1823
 
1824
  #. translators: %s: HTML tags
1825
+ #: settings.php:198
1826
  msgid ""
1827
  "Wrong or %s missing version parameter %s of the JavaScript file, probably "
1828
  "due to inappropriate caching."
1829
  msgstr ""
1830
 
1831
+ #: settings.php:199
1832
  msgid ""
1833
  "Missing version parameter of the JavaScript file, probably due to "
1834
  "inappropriate caching."
1835
  msgstr ""
1836
 
1837
+ #: settings.php:200
1838
  msgid ""
1839
  "Incompatible (old) JavaScript file loaded, probably due to inappropriate "
1840
  "caching."
1841
  msgstr ""
1842
 
1843
+ #: settings.php:201 settings.php:212
1844
  msgid ""
1845
  "Please delete browser's cache and all other caches used and then reload this "
1846
  "page."
1847
  msgstr ""
1848
 
1849
+ #: settings.php:207
1850
  msgid "Loaded plugin CSS file version"
1851
  msgstr ""
1852
 
1853
  #. translators: %s: HTML tags
1854
+ #: settings.php:209
1855
  msgid ""
1856
  "Wrong or %s missing version parameter %s of the CSS file, probably due to "
1857
  "inappropriate caching."
1858
  msgstr ""
1859
 
1860
+ #: settings.php:210
1861
  msgid ""
1862
  "Missing version parameter of the CSS file, probably due to inappropriate "
1863
  "caching."
1864
  msgstr ""
1865
 
1866
+ #: settings.php:211
1867
  msgid ""
1868
  "Incompatible (old) CSS file loaded, probably due to inappropriate caching."
1869
  msgstr ""
1870
 
1871
+ #: settings.php:218 settings.php:230
1872
  msgid "WARNING"
1873
  msgstr ""
1874
 
1875
  #. translators: %s: HTML tags
1876
+ #: settings.php:220
1877
  msgid "Page may %s not be loaded properly. %s"
1878
  msgstr ""
1879
 
1880
+ #: settings.php:221
1881
  msgid ""
1882
  "Check ad blocking software that may block CSS, JavaScript or image files."
1883
  msgstr ""
1884
 
1885
+ #: settings.php:230
1886
  msgid ""
1887
  "To disable debugging functions and to enable insertions go to tab &#9881; / "
1888
  "tab Debugging"
1889
  msgstr ""
1890
 
1891
+ #: settings.php:232
1892
  msgid "Debugging functions enabled - some code is not inserted"
1893
  msgstr ""
1894
 
1895
+ #: settings.php:249
1896
  msgid "Option Name"
1897
  msgstr ""
1898
 
1899
+ #: settings.php:255
1900
  msgid "Share"
1901
  msgstr ""
1902
 
1903
+ #: settings.php:258
1904
  msgid ""
1905
  "Option share in percents - 0 means option is disabled, if share for one "
1906
  "option is not defined it will be calculated automatically. Leave all share "
1907
  "fields empty for equal option shares."
1908
  msgstr ""
1909
 
1910
+ #: settings.php:261
1911
  msgid "Time"
1912
  msgstr ""
1913
 
1914
+ #: settings.php:264
1915
  msgid ""
1916
  "Option time in seconds - 0 means option is disabled and will be skipped. "
1917
  "Leave all time fields empty for no timed rotation."
1918
  msgstr ""
1919
 
1920
+ #: settings.php:416
1921
  msgid "General Settings"
1922
  msgstr ""
1923
 
1924
+ #: settings.php:591 settings.php:2278 settings.php:2336 settings.php:2499
1925
  msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
1926
  msgstr ""
1927
 
1928
+ #: settings.php:598
1929
  msgid "Toggle tools"
1930
  msgstr ""
1931
 
1932
+ #: settings.php:606
1933
  msgid "Process PHP code in block"
1934
  msgstr ""
1935
 
1936
+ #: settings.php:613
1937
  msgid "Disable insertion of this block"
1938
  msgstr ""
1939
 
1940
+ #: settings.php:625
1941
  msgid "Toggle code generator"
1942
  msgstr ""
1943
 
1944
+ #: settings.php:629
1945
  msgid "Toggle rotation editor"
1946
  msgstr ""
1947
 
1948
+ #: settings.php:633
1949
  msgid "Open visual HTML editor"
1950
  msgstr ""
1951
 
1952
+ #: settings.php:643
1953
  msgid "Show AdSense ad units"
1954
  msgstr ""
1955
 
1956
+ #: settings.php:652
1957
  msgid "Clear block"
1958
  msgstr ""
1959
 
1960
+ #: settings.php:657 settings.php:3309
1961
  msgid "Copy block"
1962
  msgstr ""
1963
 
1964
+ #: settings.php:661
1965
  msgid "Paste name"
1966
  msgstr ""
1967
 
1968
+ #: settings.php:665
1969
  msgid "Paste code"
1970
  msgstr ""
1971
 
1972
+ #: settings.php:669
1973
  msgid "Paste settings"
1974
  msgstr ""
1975
 
1976
+ #: settings.php:673
1977
  msgid "Paste block (name, code and settings)"
1978
  msgstr ""
1979
 
1980
+ #: settings.php:692
1981
  msgid "Remove option"
1982
  msgstr ""
1983
 
1984
+ #: settings.php:696
1985
  msgid "Add option"
1986
  msgstr ""
1987
 
1988
+ #: settings.php:711
1989
  msgid "Import code"
1990
  msgstr ""
1991
 
1992
+ #: settings.php:715
1993
  msgid "Generate code"
1994
  msgstr ""
1995
 
1996
+ #: settings.php:720
1997
  msgid "Banner"
1998
  msgstr ""
1999
 
2000
+ #: settings.php:731
2001
  msgid "Image"
2002
  msgstr ""
2003
 
2004
+ #: settings.php:739
2005
  msgid "Link"
2006
  msgstr ""
2007
 
2008
+ #: settings.php:750
2009
  msgid "Open link in a new tab"
2010
  msgstr ""
2011
 
2012
+ #: settings.php:751
2013
  msgid "Select Image"
2014
  msgstr ""
2015
 
2016
+ #: settings.php:752
2017
  msgid "Select Placeholder"
2018
  msgstr ""
2019
 
2020
+ #: settings.php:764
2021
  msgid "Comment"
2022
  msgstr ""
2023
 
2024
+ #: settings.php:773
2025
  msgctxt "AdSense"
2026
  msgid "Publisher ID"
2027
  msgstr ""
2028
 
2029
+ #: settings.php:782
2030
  msgctxt "AdSense"
2031
  msgid "Ad Slot ID"
2032
  msgstr ""
2033
 
2034
+ #: settings.php:791
2035
  msgid "Ad Type"
2036
  msgstr ""
2037
 
2038
+ #: settings.php:815
2039
  msgid "AMP Ad"
2040
  msgstr ""
2041
 
2042
+ #: settings.php:832
2043
  msgid "Show ad units from your AdSense account"
2044
  msgstr ""
2045
 
2046
+ #: settings.php:832
2047
  msgid "AdSense ad units"
2048
  msgstr ""
2049
 
2050
+ #: settings.php:849
2051
  msgctxt "AdSense"
2052
  msgid "Layout"
2053
  msgstr ""
2054
 
2055
+ #: settings.php:858
2056
  msgctxt "AdSense"
2057
  msgid "Layout Key"
2058
  msgstr ""
2059
 
2060
+ #: settings.php:945
2061
  msgid ""
2062
  "White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
2063
  "Cookie or Referer (domain)"
2064
  msgstr ""
2065
 
2066
+ #: settings.php:945
2067
  msgid "Lists"
2068
  msgstr ""
2069
 
2070
+ #: settings.php:946
2071
  msgid "Widget, Shortcode and PHP function call"
2072
  msgstr ""
2073
 
2074
+ #: settings.php:946
2075
  msgid "Manual"
2076
  msgstr ""
2077
 
2078
+ #: settings.php:947
2079
  msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
2080
  msgstr ""
2081
 
2082
+ #: settings.php:947
2083
  msgid "Devices"
2084
  msgstr ""
2085
 
2086
+ #: settings.php:948
2087
  msgid ""
2088
  "Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
2089
  "feeds), Filter, Scheduling, General tag"
2090
  msgstr ""
2091
 
2092
+ #: settings.php:948
2093
  msgid "Misc"
2094
  msgstr ""
2095
 
2096
+ #: settings.php:949
2097
  msgid "Preview code and alignment"
2098
  msgstr ""
2099
 
2100
+ #: settings.php:952 settings.php:1956
2101
  msgid ""
2102
  "Rotation editor active - rotation code not generated! Make sure no rotation "
2103
  "editor is active before saving settings."
2104
  msgstr ""
2105
 
2106
+ #: settings.php:954
2107
  msgid "Save All Settings"
2108
  msgstr ""
2109
 
2110
+ #: settings.php:965
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2111
  msgid "Enable insertion on posts"
2112
  msgstr ""
2113
 
2114
+ #: settings.php:967 settings.php:973
2115
  msgid ""
2116
  "Individual post exceptions (if enabled here) can be configured in post "
2117
  "editor. Leave blank for no individual post exceptions."
2118
  msgstr ""
2119
 
2120
+ #: settings.php:973 settings.php:3001
2121
  msgid "Posts"
2122
  msgstr ""
2123
 
2124
+ #: settings.php:977 settings.php:978
 
 
 
 
2125
  msgid ""
2126
  "Enable insertion on homepage: latest posts (including on sub-pages), static "
2127
  "page or theme homepage (available positions may depend on hooks used by the "
2128
  "theme)"
2129
  msgstr ""
2130
 
2131
+ #: settings.php:978 settings.php:3003
2132
  msgid "Homepage"
2133
  msgstr ""
2134
 
2135
+ #: settings.php:982 settings.php:983
2136
  msgid "Enable insertion on category blog pages (including sub-pages)"
2137
  msgstr ""
2138
 
2139
+ #: settings.php:983 settings.php:3004
2140
  msgid "Category pages"
2141
  msgstr ""
2142
 
2143
+ #: settings.php:986
2144
+ msgid "Check theme for available positions for automatic insertion"
2145
+ msgstr ""
2146
+
2147
+ #: settings.php:993
2148
  msgid "Enable insertion on static pages"
2149
  msgstr ""
2150
 
2151
+ #: settings.php:995 settings.php:1001
2152
  msgid ""
2153
  "Individual static page exceptions (if enabled here) can be configured in "
2154
  "page editor. Leave blank for no individual page exceptions."
2155
  msgstr ""
2156
 
2157
+ #: settings.php:1001 settings.php:3002
2158
  msgid "Static pages"
2159
  msgstr ""
2160
 
2161
+ #: settings.php:1005 settings.php:1006
2162
  msgid "Enable insertion on search blog pages"
2163
  msgstr ""
2164
 
2165
+ #: settings.php:1006 settings.php:3006
2166
  msgid "Search pages"
2167
  msgstr ""
2168
 
2169
+ #: settings.php:1010 settings.php:1011
2170
  msgid "Enable insertion on tag or archive blog pages"
2171
  msgstr ""
2172
 
2173
+ #: settings.php:1011 settings.php:3005
2174
  msgid "Tag / Archive pages"
2175
  msgstr ""
2176
 
2177
+ #: settings.php:1017
2178
+ msgid "Toggle list of individual exceptions"
2179
+ msgstr ""
2180
+
2181
+ #: settings.php:1033
2182
  msgctxt "post"
2183
  msgid "Type"
2184
  msgstr ""
2185
 
2186
  #. translators: %d: block number
2187
+ #: settings.php:1035
2188
  msgid "Are you sure you want to clear all exceptions for block %d?"
2189
  msgstr ""
2190
 
2191
+ #: settings.php:1067 settings.php:1215 settings.php:1749
2192
+ msgid "Insertion"
2193
  msgstr ""
2194
 
2195
+ #: settings.php:1105
2196
+ msgid ""
2197
+ "Paragraph number or comma separated paragraph numbers: 1 to N means "
2198
+ "paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
2199
+ "means random paragraph, value between 0 and 1 means relative position on the "
2200
+ "page (0.2 means paragraph at 20% of page paragraphs, 0.5 means paragraph "
2201
+ "halfway down the page, 0.9 means paragraph at 90% of page paragraphs, etc.), "
2202
+ "negative number means counting from the opposite direction"
2203
  msgstr ""
2204
 
2205
+ #: settings.php:1106
2206
+ msgid ""
2207
+ "Image number or comma separated image numbers: 1 to N means image number, %N "
2208
+ "means every N images, empty means all images, 0 means random image, value "
2209
+ "between 0 and 1 means relative position on the page (0.2 means paragraph at "
2210
+ "20% of page images, 0.5 means middle image, 0.9 means paragraph at 90% of "
2211
+ "page images, etc.), negative number means counting from the opposite "
2212
+ "direction"
2213
  msgstr ""
2214
 
2215
+ #: settings.php:1119
2216
+ msgid ""
2217
+ "Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
2218
+ "numbers, %N means every N excerpts, empty means all excerpts"
2219
  msgstr ""
2220
 
2221
+ #: settings.php:1120
2222
  msgid ""
2223
+ "Insertion Filter Mirror Setting | Post number or comma separated post "
2224
+ "numbers, %N means every N posts, empty means all posts"
 
2225
  msgstr ""
2226
 
2227
+ #: settings.php:1121
2228
+ msgid ""
2229
+ "Insertion Filter Mirror Setting | Comment number or comma separated comment "
2230
+ "numbers, %N means every N comments, empty means all comments"
2231
  msgstr ""
2232
 
2233
+ #: settings.php:1128
2234
+ msgid "Toggle paragraph counting settings"
 
 
2235
  msgstr ""
2236
 
2237
+ #: settings.php:1129
2238
+ msgid "Toggle paragraph clearance settings"
2239
  msgstr ""
2240
 
2241
+ #: settings.php:1132
2242
+ msgid "Toggle insertion filter settings"
2243
+ msgstr ""
2244
+
2245
+ #: settings.php:1136 settings.php:3341
2246
+ msgid "Alignment"
2247
+ msgstr ""
2248
+
2249
+ #: settings.php:1150
2250
+ msgid "Toggle insertion and alignment icons"
2251
+ msgstr ""
2252
+
2253
+ #: settings.php:1164
2254
+ msgid "Custom CSS code for the wrapping div"
2255
  msgstr ""
2256
 
2257
+ #: settings.php:1167 settings.php:1168 settings.php:1169 settings.php:1170
2258
+ #: settings.php:1171 settings.php:1172
2259
+ msgid "CSS code for the wrapping div, click to edit"
2260
  msgstr ""
2261
 
2262
+ #: settings.php:1185
2263
+ msgid "HTML element"
2264
  msgstr ""
2265
 
2266
+ #: settings.php:1198
2267
+ msgid "HTML element selector or comma separated list of selectors"
2268
  msgstr ""
2269
 
2270
+ #: settings.php:1204 settings.php:2412
2271
+ msgid "Action"
2272
+ msgstr ""
2273
+
2274
+ #: settings.php:1216
2275
  msgid ""
2276
+ "Client-side insertion uses JavaScript to insert block when the page loads. "
2277
+ "Server-side insertion inserts block when the page is generated but needs "
2278
+ "Output buffering enabled."
 
 
 
2279
  msgstr ""
2280
 
2281
+ #: settings.php:1226
2282
+ msgid "JavaScript code position"
2283
+ msgstr ""
2284
+
2285
+ #: settings.php:1227
2286
+ msgid ""
2287
+ "Page position where the JavaScript code for client-side insertion will be "
2288
+ "inserted. Should be after the HTML element if not waiting for DOM ready."
2289
+ msgstr ""
2290
+
2291
+ #: settings.php:1242
2292
  msgid "Count"
2293
  msgstr ""
2294
 
2295
+ #: settings.php:1248
2296
  msgid "paragraphs with tags"
2297
  msgstr ""
2298
 
2299
+ #: settings.php:1254
2300
  msgid "Comma separated HTML tag names, usually only 'p' tags are used"
2301
  msgstr ""
2302
 
2303
+ #: settings.php:1263
2304
  msgid "that have between"
2305
  msgstr ""
2306
 
2307
+ #: settings.php:1269
2308
  msgid "Minimum number of paragraph words, leave empty for no limit"
2309
  msgstr ""
2310
 
2311
+ #: settings.php:1278
2312
  msgid "Maximum number of paragraph words, leave empty for no limit"
2313
  msgstr ""
2314
 
2315
+ #: settings.php:1281 settings.php:1876
2316
  msgid "words"
2317
  msgstr ""
2318
 
2319
+ #: settings.php:1296 settings.php:1362 settings.php:1388
2320
  msgid "Comma separated texts"
2321
  msgstr ""
2322
 
2323
+ #: settings.php:1305
2324
  msgid "Minimum number of paragraphs"
2325
  msgstr ""
2326
 
2327
  #. translators: %s: list of HTML tags
2328
+ #: settings.php:1320
2329
  msgid ""
2330
  "Count also paragraphs inside %s elements - defined on general plugin "
2331
  "settings page - tab &#9881; / tab General"
2332
  msgstr ""
2333
 
2334
+ #: settings.php:1320
2335
  msgid "Count inside special elements"
2336
  msgstr ""
2337
 
2338
+ #: settings.php:1331
2339
  msgid "Minimum number of words in paragraphs above"
2340
  msgstr ""
2341
 
2342
+ #: settings.php:1337
2343
  msgid ""
2344
  "Used only with automatic insertion After paragraph and empty paragraph "
2345
  "numbers"
2346
  msgstr ""
2347
 
2348
+ #: settings.php:1347 settings.php:1373
2349
  msgid "In"
2350
  msgstr ""
2351
 
2352
+ #: settings.php:1353
2353
  msgid "Number of paragraphs above to check, leave empty to disable checking"
2354
  msgstr ""
2355
 
2356
+ #: settings.php:1356
2357
  msgid "paragraphs above avoid"
2358
  msgstr ""
2359
 
2360
+ #: settings.php:1379
2361
  msgid "Number of paragraphs below to check, leave empty to disable checking"
2362
  msgstr ""
2363
 
2364
+ #: settings.php:1382
2365
  msgid "paragraphs below avoid"
2366
  msgstr ""
2367
 
2368
+ #: settings.php:1398
2369
  msgid "If text is found"
2370
  msgstr ""
2371
 
2372
+ #: settings.php:1405
2373
  msgid "check up to"
2374
  msgstr ""
2375
 
2376
+ #: settings.php:1413
2377
  msgctxt "check up to"
2378
  msgid "paragraphs"
2379
  msgstr ""
2380
 
2381
+ #: settings.php:1429
2382
  msgid "Categories"
2383
  msgstr ""
2384
 
2385
+ #: settings.php:1432
2386
  msgid "Toggle category editor"
2387
  msgstr ""
2388
 
2389
+ #: settings.php:1435
2390
  msgid "Comma separated category slugs"
2391
  msgstr ""
2392
 
2393
+ #: settings.php:1439
2394
  msgid "Blacklist categories"
2395
  msgstr ""
2396
 
2397
+ #: settings.php:1443
2398
  msgid "Whitelist categories"
2399
  msgstr ""
2400
 
2401
+ #: settings.php:1455
2402
  msgid "Tags"
2403
  msgstr ""
2404
 
2405
+ #: settings.php:1458
2406
  msgid "Toggle tag editor"
2407
  msgstr ""
2408
 
2409
+ #: settings.php:1461
2410
  msgid "Comma separated tag slugs"
2411
  msgstr ""
2412
 
2413
+ #: settings.php:1465
2414
  msgid "Blacklist tags"
2415
  msgstr ""
2416
 
2417
+ #: settings.php:1469
2418
  msgid "Whitelist tags"
2419
  msgstr ""
2420
 
2421
+ #: settings.php:1481
2422
  msgid "Taxonomies"
2423
  msgstr ""
2424
 
2425
+ #: settings.php:1484
2426
  msgid "Toggle taxonomy editor"
2427
  msgstr ""
2428
 
2429
+ #: settings.php:1487
2430
  msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
2431
  msgstr ""
2432
 
2433
+ #: settings.php:1491
2434
  msgid "Blacklist taxonomies"
2435
  msgstr ""
2436
 
2437
+ #: settings.php:1495
2438
  msgid "Whitelist taxonomies"
2439
  msgstr ""
2440
 
2441
+ #: settings.php:1507
2442
  msgid "Post IDs"
2443
  msgstr ""
2444
 
2445
+ #: settings.php:1510
2446
  msgid "Toggle post/page ID editor"
2447
  msgstr ""
2448
 
2449
+ #: settings.php:1513
2450
  msgid "Comma separated post/page IDs"
2451
  msgstr ""
2452
 
2453
+ #: settings.php:1517
2454
  msgid "Blacklist IDs"
2455
  msgstr ""
2456
 
2457
+ #: settings.php:1521
2458
  msgid "Whitelist IDs"
2459
  msgstr ""
2460
 
2461
+ #: settings.php:1533
2462
  msgid "Urls"
2463
  msgstr ""
2464
 
2465
+ #: settings.php:1536
2466
  msgid "Toggle url editor"
2467
  msgstr ""
2468
 
2469
+ #: settings.php:1539
2470
  msgid ""
2471
  "Comma separated urls (page addresses) starting with / after domain name (e."
2472
  "g. /permalink-url, use only when you need to taget a specific url not "
2474
  "start*. *url-pattern*, *url-end)"
2475
  msgstr ""
2476
 
2477
+ #: settings.php:1543
2478
  msgid "Blacklist urls"
2479
  msgstr ""
2480
 
2481
+ #: settings.php:1547
2482
  msgid "Whitelist urls"
2483
  msgstr ""
2484
 
2485
+ #: settings.php:1558
2486
  msgid "Url parameters"
2487
  msgstr ""
2488
 
2489
+ #: settings.php:1562
2490
  msgid "Toggle url parameter and cookie editor"
2491
  msgstr ""
2492
 
2493
+ #: settings.php:1565
2494
  msgid ""
2495
  "Comma separated url query parameters or cookies with optional values (use "
2496
  "'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
2497
  msgstr ""
2498
 
2499
+ #: settings.php:1569
2500
  msgid "Blacklist url parameters"
2501
  msgstr ""
2502
 
2503
+ #: settings.php:1573
2504
  msgid "Whitelist url parameters"
2505
  msgstr ""
2506
 
2507
+ #: settings.php:1584
2508
  msgid "Referrers"
2509
  msgstr ""
2510
 
2511
+ #: settings.php:1587
2512
  msgid "Toggle referer editor"
2513
  msgstr ""
2514
 
2515
+ #: settings.php:1590
2516
  msgid ""
2517
  "Comma separated domains, use # for no referrer, you can also use partial "
2518
  "domains with * (domain-start*. *domain-pattern*, *domain-end)"
2519
  msgstr ""
2520
 
2521
+ #: settings.php:1594
2522
  msgid "Blacklist referers"
2523
  msgstr ""
2524
 
2525
+ #: settings.php:1598
2526
  msgid "Whitelist referers"
2527
  msgstr ""
2528
 
2529
+ #: settings.php:1618
2530
  msgid "Enable widget for this block"
2531
  msgstr ""
2532
 
2533
+ #: settings.php:1630
2534
  msgid "Enable shortcode for manual insertion of this block in posts and pages"
2535
  msgstr ""
2536
 
2537
+ #: settings.php:1631 settings.php:3343
2538
  msgid "Shortcode"
2539
  msgstr ""
2540
 
2541
+ #: settings.php:1646
2542
  msgid ""
2543
  "Enable PHP function call to insert this block at any position in theme file. "
2544
  "If function is disabled for block it will return empty string."
2545
  msgstr ""
2546
 
2547
+ #: settings.php:1647
2548
  msgid "PHP function"
2549
  msgstr ""
2550
 
2551
+ #: settings.php:1662
2552
  msgid "Client-side device detection"
2553
  msgstr ""
2554
 
2555
+ #: settings.php:1663
2556
  msgid "Server-side device detection"
2557
  msgstr ""
2558
 
2559
+ #: settings.php:1670
2560
  msgid "Use client-side detection to"
2561
  msgstr ""
2562
 
2563
+ #: settings.php:1672
2564
+ msgid "Either show/hide or insert when the page is loaded on wanted viewports"
2565
+ msgstr ""
2566
+
2567
  #. Translators: only on (the following devices): viewport names (devices)
2568
  #. listed
2569
+ #: settings.php:1677
2570
  msgid "only on"
2571
  msgstr ""
2572
 
2573
+ #: settings.php:1705
2574
+ msgid "Device min width %s px"
2575
+ msgstr ""
2576
+
2577
+ #: settings.php:1731
2578
  msgid "Use server-side detection to insert block only for"
2579
  msgstr ""
2580
 
2581
+ #: settings.php:1750
2582
  msgid "Filter"
2583
  msgstr ""
2584
 
2585
+ #: settings.php:1751
2586
  msgid "Word Count"
2587
  msgstr ""
2588
 
2589
+ #: settings.php:1752
2590
  msgid "Scheduling"
2591
  msgstr ""
2592
 
2593
+ #: settings.php:1753
2594
  msgid "Display"
2595
  msgstr ""
2596
 
2597
+ #: settings.php:1755 settings.php:1984
2598
  msgid "General"
2599
  msgstr ""
2600
 
2601
+ #: settings.php:1767
2602
  msgid "Old settings for AMP pages detected"
2603
  msgstr ""
2604
 
2605
+ #: settings.php:1767
2606
  msgid ""
2607
  "To insert different codes on normal and AMP pages separate them with "
2608
  "[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
2609
  "when you need to insert THE SAME CODE also on AMP pages (no AMP separator)."
2610
  msgstr ""
2611
 
2612
+ #: settings.php:1767
2613
  msgid "AMP pages"
2614
  msgstr ""
2615
 
2616
+ #: settings.php:1772
2617
  msgid "Enable insertion for Ajax requests"
2618
  msgstr ""
2619
 
2620
+ #: settings.php:1772
2621
  msgid "Ajax requests"
2622
  msgstr ""
2623
 
2624
+ #: settings.php:1777
2625
  msgid "Enable insertion in RSS feeds"
2626
  msgstr ""
2627
 
2628
+ #: settings.php:1777
2629
  msgid "RSS Feed"
2630
  msgstr ""
2631
 
2632
+ #: settings.php:1782
2633
  msgid "Enable insertion on page for Error 404: Page not found"
2634
  msgstr ""
2635
 
2636
+ #: settings.php:1782
2637
  msgid "Error 404 page"
2638
  msgstr ""
2639
 
2640
+ #: settings.php:1794
2641
  msgid "Maximum number of insertion of this block. Empty or 0 means no limit."
2642
  msgstr ""
2643
 
2644
+ #: settings.php:1795
2645
  msgid "Max"
2646
  msgstr ""
2647
 
2648
+ #: settings.php:1795
2649
  msgid "insertions"
2650
  msgstr ""
2651
 
2652
+ #: settings.php:1797
2653
  msgid ""
2654
  "Count this block for Max blocks per page limit (defined on the tab &#9881; / "
2655
  "tab General)"
2656
  msgstr ""
2657
 
2658
+ #: settings.php:1800 settings.php:2142
2659
  msgid "Max blocks per page"
2660
  msgstr ""
2661
 
2662
+ #: settings.php:1812
2663
  msgid "Insert for"
2664
  msgstr ""
2665
 
2666
+ #: settings.php:1820
2667
  msgid ""
2668
  "Insert block only when WP function in_the_loop () returns true (WP loop is "
2669
  "currently active). Might speed up insertion on content pages when "
2670
  "the_content filter is called multiple times."
2671
  msgstr ""
2672
 
2673
+ #: settings.php:1823
2674
  msgid "Insert only in the loop"
2675
  msgstr ""
2676
 
2677
+ #: settings.php:1829
2678
  msgid ""
2679
  "Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
2680
  msgstr ""
2681
 
2682
+ #: settings.php:1829
2683
  msgid "Disable caching"
2684
  msgstr ""
2685
 
2686
+ #: settings.php:1841
2687
  msgid "Filter insertions"
2688
  msgstr ""
2689
 
2690
+ #: settings.php:1844
2691
  msgid ""
2692
  "Filter multiple insertions by specifying wanted insertions for this block - "
2693
  "single number, comma separated numbers or %N for every N insertions - empty "
2695
  "using only one insertion type."
2696
  msgstr ""
2697
 
2698
+ #: settings.php:1847
2699
  msgid "using"
2700
  msgstr ""
2701
 
2702
+ #: settings.php:1866
2703
  msgid "Checked means specified calls are unwanted"
2704
  msgstr ""
2705
 
2706
+ #: settings.php:1866
2707
  msgid "Invert filter"
2708
  msgstr ""
2709
 
2710
+ #: settings.php:1872
2711
  msgid "Post/Static page must have between"
2712
  msgstr ""
2713
 
2714
+ #: settings.php:1873
2715
  msgid "Minimum number of post/static page words, leave empty for no limit"
2716
  msgstr ""
2717
 
2718
+ #: settings.php:1875
2719
  msgid "Maximum number of post/static page words, leave empty for no limit"
2720
  msgstr ""
2721
 
2722
+ #: settings.php:1888
2723
  msgid "days after publishing"
2724
  msgstr ""
2725
 
2726
+ #: settings.php:1890
2727
  msgid "Not available"
2728
  msgstr ""
2729
 
2730
+ #: settings.php:1903 settings.php:2134
2731
  msgid "Ad label"
2732
  msgstr ""
2733
 
2734
+ #: settings.php:1922
2735
  msgid "General tag"
2736
  msgstr ""
2737
 
2738
+ #: settings.php:1926
2739
  msgid "Used for [adinserter data=''] shortcodes when no data is found"
2740
  msgstr ""
2741
 
2742
  #. translators: %s: HTML tags
2743
+ #: settings.php:1935
2744
  msgid ""
2745
  "%s WARNING: %s No Wrapping %s style has no wrapping code needed for client-"
2746
  "side device detection!"
2747
  msgstr ""
2748
 
2749
+ #: settings.php:1947
2750
  msgid "Settings"
2751
  msgstr ""
2752
 
2753
+ #: settings.php:1950
2754
  msgid "Settings timestamp"
2755
  msgstr ""
2756
 
2757
+ #: settings.php:1962
2758
  msgid "Are you sure you want to reset all settings?"
2759
  msgstr ""
2760
 
2761
+ #: settings.php:1962
2762
  msgid "Reset All Settings"
2763
  msgstr ""
2764
 
2765
+ #: settings.php:1985
2766
  msgid "Viewports"
2767
  msgstr ""
2768
 
2769
+ #: settings.php:1986
2770
  msgid "Hooks"
2771
  msgstr ""
2772
 
2773
+ #: settings.php:1987
2774
  msgid "Header"
2775
  msgstr ""
2776
 
2777
+ #: settings.php:1988 strings.php:30
2778
  msgid "Footer"
2779
  msgstr ""
2780
 
2781
+ #: settings.php:1993
2782
  msgid "Debugging"
2783
  msgstr ""
2784
 
2785
+ #: settings.php:2003
2786
  msgid "Plugin priority"
2787
  msgstr ""
2788
 
2789
+ #: settings.php:2011
2790
  msgid "Output buffering"
2791
  msgstr ""
2792
 
2793
+ #: settings.php:2014
2794
  msgid "Needed for position Above header but may not work with all themes"
2795
  msgstr ""
2796
 
2797
+ #: settings.php:2022
2798
  msgid "Syntax highlighting theme"
2799
  msgstr ""
2800
 
2801
+ #: settings.php:2029
2802
  msgctxt "no syntax highlighting themes"
2803
  msgid "None"
2804
  msgstr ""
2805
 
2806
+ #: settings.php:2030
2807
  msgid "No Syntax Highlighting"
2808
  msgstr ""
2809
 
2810
+ #: settings.php:2032
2811
  msgctxt "syntax highlighting themes"
2812
  msgid "Light"
2813
  msgstr ""
2814
 
2815
+ #: settings.php:2047
2816
  msgctxt "syntax highlighting themes"
2817
  msgid "Dark"
2818
  msgstr ""
2819
 
2820
+ #: settings.php:2073
2821
  msgid "Min. user role for ind. exceptions editing"
2822
  msgstr ""
2823
 
2824
+ #: settings.php:2083
2825
  msgid "Sticky widget mode"
2826
  msgstr ""
2827
 
2828
+ #: settings.php:2086
2829
  msgid ""
2830
  "CSS mode is the best approach but may not work with all themes. JavaScript "
2831
  "mode works with most themes but may reload ads on page load."
2832
  msgstr ""
2833
 
2834
+ #: settings.php:2094
2835
  msgid "Sticky widget top margin"
2836
  msgstr ""
2837
 
2838
+ #: settings.php:2102
2839
  msgid "Dynamic blocks"
2840
  msgstr ""
2841
 
2842
+ #: settings.php:2115
2843
  msgid "Functions for paragraph counting"
2844
  msgstr ""
2845
 
2846
+ #: settings.php:2118
2847
  msgid ""
2848
  "Standard PHP functions are faster and work in most cases, use Multibyte "
2849
  "functions if paragraphs are not counted properly on non-english pages."
2850
  msgstr ""
2851
 
2852
+ #: settings.php:2126
2853
  msgid "No paragraph counting inside"
2854
  msgstr ""
2855
 
2856
+ #: settings.php:2137
2857
  msgid "Label text or HTML code"
2858
  msgstr ""
2859
 
2860
+ #: settings.php:2145
2861
  msgid ""
2862
  "Maximum number of inserted blocks per page. You need to enable Max page "
2863
  "insertions (button Misc / tab Insertion) to count block for this limit."
2864
  msgstr ""
2865
 
2866
+ #: settings.php:2159
2867
  msgid "Plugin usage tracking"
2868
  msgstr ""
2869
 
2870
  #. translators: %s: Ad Inserter
2871
+ #: settings.php:2162
2872
  msgid ""
2873
  "Enable tracking of %s usage and help us to make improvements to the plugin. "
2874
  "Only information regarding the WordPress environment and %s usage is "
2875
  "recorded (once per month and on events like plugin activation/deactivation)."
2876
  msgstr ""
2877
 
2878
+ #: settings.php:2180
2879
  msgid "CSS class name for the wrapping div"
2880
  msgstr ""
2881
 
2882
+ #: settings.php:2180
2883
  msgid "Block class name"
2884
  msgstr ""
2885
 
2886
+ #: settings.php:2184
2887
  msgid "Include general plugin block class"
2888
  msgstr ""
2889
 
2890
+ #: settings.php:2184
2891
  msgid "Block class"
2892
  msgstr ""
2893
 
2894
+ #: settings.php:2189
2895
  msgid "Include block number class"
2896
  msgstr ""
2897
 
2898
+ #: settings.php:2189
2899
  msgid "Block number class"
2900
  msgstr ""
2901
 
2902
+ #: settings.php:2194
2903
  msgid ""
2904
  "Instead of alignment classes generate inline alignment styles for blocks"
2905
  msgstr ""
2906
 
2907
+ #: settings.php:2194
2908
  msgid "Inline styles"
2909
  msgstr ""
2910
 
2911
+ #: settings.php:2200
2912
  msgid "Preview of the block wrapping code"
2913
  msgstr ""
2914
 
2915
+ #: settings.php:2201
2916
  msgid "Wrapping div"
2917
  msgstr ""
2918
 
2919
+ #: settings.php:2202 settings.php:2602
2920
  msgid "BLOCK CODE"
2921
  msgstr ""
2922
 
2923
+ #: settings.php:2210
2924
  msgid "Viewport Settings used for client-side device detection"
2925
  msgstr ""
2926
 
2927
+ #. Translators: %d: viewport number
2928
+ #: settings.php:2218
2929
+ msgid "Viewport %d name"
2930
+ msgstr ""
2931
+
2932
+ #: settings.php:2221
2933
+ msgid "min width"
2934
+ msgstr ""
2935
+
2936
+ #: settings.php:2232
2937
  msgid "Custom Hooks"
2938
  msgstr ""
2939
 
2940
+ #: settings.php:2244 settings.php:2247
2941
+ msgid "Enable hook"
2942
+ msgstr ""
2943
+
2944
+ #. translators: %d: hook number
2945
+ #: settings.php:2247
2946
+ msgid "Hook %d name"
2947
+ msgstr ""
2948
+
2949
+ #: settings.php:2250
2950
+ msgid "Hook name for automatic insertion selection"
2951
+ msgstr ""
2952
+
2953
+ #: settings.php:2253
2954
+ msgid "action"
2955
+ msgstr ""
2956
+
2957
+ #: settings.php:2256
2958
+ msgid "Action name as used in the do_action () function"
2959
+ msgstr ""
2960
+
2961
+ #: settings.php:2259
2962
+ msgid "priority"
2963
+ msgstr ""
2964
+
2965
+ #: settings.php:2262
2966
+ msgid "Priority for the hook (default is 10)"
2967
+ msgstr ""
2968
+
2969
+ #: settings.php:2283
2970
  msgid "Enable insertion of this code into HTML page header"
2971
  msgstr ""
2972
 
2973
+ #: settings.php:2287 settings.php:2345 settings.php:2504
2974
  msgid "Process PHP code"
2975
  msgstr ""
2976
 
2977
+ #: settings.php:2291
2978
  msgid "HTML Page Header Code"
2979
  msgstr ""
2980
 
2981
+ #: settings.php:2299
2982
  msgid "Code in the %s section of the HTML page"
2983
  msgstr ""
2984
 
2985
+ #: settings.php:2300 settings.php:2358
2986
  msgctxt "code in header or footer"
2987
  msgid "DISABLED"
2988
  msgstr ""
2989
 
2990
+ #: settings.php:2313 settings.php:2371
2991
  msgid "Use server-side detection to insert code only for"
2992
  msgstr ""
2993
 
2994
+ #: settings.php:2326
2995
  msgid ""
2996
  "Enable insertion of this code into HTML page header on page for Error 404: "
2997
  "Page not found"
2998
  msgstr ""
2999
 
3000
+ #: settings.php:2326 settings.php:2384
3001
  msgid "Insert on Error 404 page"
3002
  msgstr ""
3003
 
3004
+ #: settings.php:2341
3005
  msgid "Enable insertion of this code into HTML page footer"
3006
  msgstr ""
3007
 
3008
+ #: settings.php:2349
3009
  msgid "HTML Page Footer Code"
3010
  msgstr ""
3011
 
3012
  #. translators: %s: HTML tags
3013
+ #: settings.php:2357
3014
  msgid "Code before the %s tag of the the HTML page"
3015
  msgstr ""
3016
 
3017
+ #: settings.php:2384
3018
  msgid ""
3019
  "Enable insertion of this code into HTML page footer on page for Error 404: "
3020
  "Page not found"
3021
  msgstr ""
3022
 
3023
+ #: settings.php:2398
3024
  msgid "Enable detection of ad blocking"
3025
  msgstr ""
3026
 
3027
+ #: settings.php:2415
3028
  msgid "Global action when ad blocking is detected"
3029
  msgstr ""
3030
 
3031
+ #: settings.php:2424
3032
  msgid "Delay Action"
3033
  msgstr ""
3034
 
3035
+ #: settings.php:2427
3036
  msgid ""
3037
  "Number of page views to delay action when ad blocking is detected. Leave "
3038
  "empty for no delay (action fires on first page view). Sets cookie."
3039
  msgstr ""
3040
 
3041
+ #: settings.php:2427
3042
  msgctxt "Delay Action for x "
3043
  msgid "page views"
3044
  msgstr ""
3045
 
3046
+ #: settings.php:2432
3047
  msgid "No Action Period"
3048
  msgstr ""
3049
 
3050
+ #: settings.php:2435
3051
  msgid ""
3052
  "Number of days to supress action when ad blocking is detected. Leave empty "
3053
  "for no no-action period (action fires always after defined page view delay). "
3054
  "Sets cookie."
3055
  msgstr ""
3056
 
3057
+ #: settings.php:2435
3058
  msgctxt "no action period"
3059
  msgid "days"
3060
  msgstr ""
3061
 
3062
+ #: settings.php:2440
3063
  msgid "Custom Selectors"
3064
  msgstr ""
3065
 
3066
+ #: settings.php:2443
3067
  msgid ""
3068
  "Comma seprarated list of selectors (.class, #id) used for additional ad "
3069
  "blocking detection. Invisible element or element with zero height means ad "
3070
  "blocking is present."
3071
  msgstr ""
3072
 
3073
+ #: settings.php:2455
3074
  msgid "Redirection Page"
3075
  msgstr ""
3076
 
3077
+ #: settings.php:2467
3078
  msgid "Custom Url"
3079
  msgstr ""
3080
 
3081
+ #: settings.php:2472
3082
  msgid ""
3083
  "Static page for redirection when ad blocking is detected. For other pages "
3084
  "select Custom url and set it below."
3085
  msgstr ""
3086
 
3087
+ #: settings.php:2481
3088
  msgid "Custom Redirection Url"
3089
  msgstr ""
3090
 
3091
+ #: settings.php:2493
3092
  msgid "Message HTML code"
3093
  msgstr ""
3094
 
3095
+ #: settings.php:2506
3096
  msgid "Preview message when ad blocking is detected"
3097
  msgstr ""
3098
 
3099
+ #: settings.php:2535
3100
  msgid "Prevent visitors from closing the warning message"
3101
  msgstr ""
3102
 
3103
+ #: settings.php:2535
3104
  msgid "Undismissible Message"
3105
  msgstr ""
3106
 
3107
+ #: settings.php:2548
3108
  msgid ""
3109
  "Force showing admin toolbar for administrators when viewing site. Enable "
3110
  "this option when you are logged in as admin and you don't see admin toolbar."
3111
  msgstr ""
3112
 
3113
+ #: settings.php:2556
3114
  msgid "Disable header code (Header tab)"
3115
  msgstr ""
3116
 
3117
+ #: settings.php:2560
3118
  msgid "Disable footer code (Footer tab)"
3119
  msgstr ""
3120
 
3121
  #. translators: %s: Ad Inserter
3122
+ #: settings.php:2564
3123
  msgid "Disable %s JavaScript code"
3124
  msgstr ""
3125
 
3126
  #. translators: %s: Ad Inserter
3127
+ #: settings.php:2568
3128
  msgid "Disable %s CSS code"
3129
  msgstr ""
3130
 
3131
+ #: settings.php:2572
3132
  msgid ""
3133
  "Disable PHP code processing (in all blocks including header and footer code)"
3134
  msgstr ""
3135
 
3136
+ #: settings.php:2576
3137
  msgid "Disable insertion of all blocks"
3138
  msgstr ""
3139
 
3140
+ #: settings.php:2580
3141
  msgid "Disable insertions"
3142
  msgstr ""
3143
 
3144
  #. translators: %s: Ad Inserter
3145
+ #: settings.php:2592
3146
  msgid "%s CSS CODE"
3147
  msgstr ""
3148
 
3149
+ #: settings.php:2595
3150
  msgid "HEADER CODE"
3151
  msgstr ""
3152
 
3153
  #. translators: %s: PHP tags
3154
+ #: settings.php:2601
3155
  msgid "BLOCK PHP CODE"
3156
  msgstr ""
3157
 
3158
  #. translators: %s: Ad Inserter
3159
+ #: settings.php:2607
3160
  msgid "%s JS CODE"
3161
  msgstr ""
3162
 
3163
+ #: settings.php:2610
3164
  msgid "FOOTER CODE"
3165
  msgstr ""
3166
 
3167
+ #: settings.php:2619
3168
  msgid "Force showing admin toolbar when viewing site"
3169
  msgstr ""
3170
 
3171
+ #: settings.php:2626
3172
  msgid "Enable debugging functions in admin toolbar"
3173
  msgstr ""
3174
 
3175
+ #: settings.php:2628
3176
  msgid "Debugging functions in admin toolbar"
3177
  msgstr ""
3178
 
3179
+ #: settings.php:2635
3180
  msgid "Enable debugging functions in admin toolbar on mobile screens"
3181
  msgstr ""
3182
 
3183
+ #: settings.php:2637
3184
  msgid "Debugging functions on mobile screens"
3185
  msgstr ""
3186
 
3187
+ #: settings.php:2644
3188
  msgid ""
3189
  "Enable Debugger widget and code insertion debugging (blocks, positions, "
3190
  "tags, processing) by url parameters for non-logged in users. Enable this "
3193
  "administrators debugging is always enabled."
3194
  msgstr ""
3195
 
3196
+ #: settings.php:2646
3197
  msgid "Remote debugging"
3198
  msgstr ""
3199
 
3200
+ #: settings.php:2653
3201
  msgid ""
3202
  "Disable translation to see original texts for the settings and messages in "
3203
  "English"
3204
  msgstr ""
3205
 
3206
+ #: settings.php:2655
3207
  msgid "Disable translation"
3208
  msgstr ""
3209
 
3210
+ #: settings.php:2990
3211
+ msgid "Available positions for current theme"
3212
+ msgstr ""
3213
+
3214
+ #: settings.php:2991
3215
+ msgid "Error checking pages"
3216
+ msgstr ""
3217
+
3218
+ #: settings.php:2994
3219
+ msgid "Toggle theme checker for available positions for automatic insertion"
3220
+ msgstr ""
3221
+
3222
+ #: settings.php:2994
3223
+ msgctxt "Button"
3224
+ msgid "Check"
3225
+ msgstr ""
3226
+
3227
+ #: settings.php:3000
3228
+ msgid "Position"
3229
+ msgstr ""
3230
+
3231
+ #: settings.php:3055
3232
+ msgid ""
3233
+ "Position not available because output buffering (tab [*]) is not enabled"
3234
+ msgstr ""
3235
+
3236
+ #: settings.php:3058 strings.php:214
3237
+ msgid "Position not checked yet"
3238
+ msgstr ""
3239
+
3240
+ #: settings.php:3089
3241
  msgid "Toggle active/all blocks"
3242
  msgstr ""
3243
 
3244
+ #: settings.php:3093 strings.php:201
3245
  msgid "Rearrange block order"
3246
  msgstr ""
3247
 
3248
+ #: settings.php:3098
3249
  msgid "Save new block order"
3250
  msgstr ""
3251
 
3252
+ #: settings.php:3098
3253
  msgid "Save Changes"
3254
  msgstr ""
3255
 
3256
+ #: settings.php:3123
3257
  msgid "Toggle active/all ad units"
3258
  msgstr ""
3259
 
3260
+ #: settings.php:3127
3261
  msgid "Reload AdSense ad units"
3262
  msgstr ""
3263
 
3264
+ #: settings.php:3131
3265
  msgid "Clear authorization to access AdSense account"
3266
  msgstr ""
3267
 
3268
+ #: settings.php:3135 settings.php:3500 settings.php:3567 strings.php:209
3269
  msgid "Google AdSense Homepage"
3270
  msgstr ""
3271
 
3272
+ #: settings.php:3312
3273
  msgid "Preview block"
3274
  msgstr ""
3275
 
3276
+ #: settings.php:3321
3277
  msgid "Insertion disabled"
3278
  msgstr ""
3279
 
3280
+ #: settings.php:3345
 
 
 
 
3281
  msgid "Widget positions"
3282
  msgstr ""
3283
 
3284
+ #: settings.php:3411
3285
  msgid "Ad unit"
3286
  msgstr ""
3287
 
3288
+ #: settings.php:3413
3289
  msgid "Slot ID"
3290
  msgstr ""
3291
 
3292
+ #: settings.php:3439
3293
  msgid "Copy AdSense code"
3294
  msgstr ""
3295
 
3296
+ #: settings.php:3442
3297
  msgid "Preview AdSense ad"
3298
  msgstr ""
3299
 
3300
+ #: settings.php:3445
3301
  msgid "Get AdSense code"
3302
  msgstr ""
3303
 
3304
  #. translators: %s: HTML tags
3305
+ #: settings.php:3477
3306
  msgid ""
3307
  "Please %s clear authorization %s with the button %s above and once again "
3308
  "authorize access to your AdSense account."
3309
  msgstr ""
3310
 
3311
+ #: settings.php:3496
3312
  msgid "AdSense Integration"
3313
  msgstr ""
3314
 
3315
+ #: settings.php:3498
3316
  msgid "AdSense Integration - Step 2"
3317
  msgstr ""
3318
 
3319
  #. translators: %s: HTML tags
3320
+ #: settings.php:3504
3321
  msgid ""
3322
  "Authorize %s to access your AdSense account. Click on the %s Get "
3323
  "Authorization Code %s button to open a new window where you can allow "
3326
  msgstr ""
3327
 
3328
  #. translators: %s: HTML tags
3329
+ #: settings.php:3511
3330
  msgid ""
3331
  "If you get error, can't access ad units or would like to use own Google API "
3332
  "IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
3334
  msgstr ""
3335
 
3336
  #. translators: %s: HTML tags
3337
+ #: settings.php:3513
3338
  msgid ""
3339
  "Now you can authorize %s to access your AdSense account. Click on the %s Get "
3340
  "Authorization Code %s button to open a new window where you can allow "
3343
  msgstr ""
3344
 
3345
  #. translators: %s: HTML tags
3346
+ #: settings.php:3520
3347
  msgid ""
3348
  "If you get error %s invalid client %s click on the button %s Clear and "
3349
  "return to Step 1 %s to re-enter Client ID and Client Secret."
3350
  msgstr ""
3351
 
3352
+ #: settings.php:3531
3353
  msgid "Get Authorization Code"
3354
  msgstr ""
3355
 
3356
+ #: settings.php:3534
3357
  msgid "Enter Authorization Code"
3358
  msgstr ""
3359
 
3360
+ #: settings.php:3544
3361
  msgid "Use own API IDs"
3362
  msgstr ""
3363
 
3364
+ #: settings.php:3546
3365
  msgid "Clear and return to Step 1"
3366
  msgstr ""
3367
 
3368
+ #: settings.php:3550
3369
  msgid "Authorize"
3370
  msgstr ""
3371
 
3372
+ #: settings.php:3566
3373
  msgid "AdSense Integration - Step 1"
3374
  msgstr ""
3375
 
3376
  #. translators: %s: Ad Inserter
3377
+ #: settings.php:3570
3378
  msgid ""
3379
  "Here can %s list configured AdSense ad units and get code for AdSense ads. "
3380
  "To do this you need to authorize %s to access your AdSense account. The "
3383
  msgstr ""
3384
 
3385
  #. translators: %s: HTML tags
3386
+ #: settings.php:3579
3387
  msgid "Go to %s Google APIs and Services console %s"
3388
  msgstr ""
3389
 
3390
  #. translators: %1: Ad Inserter, 2, 3: HTML tags
3391
+ #: settings.php:3580
3392
  msgid ""
3393
  "Create %1$s project - if the project and IDs are already created click on "
3394
  "the %2$s Credentials %3$s in the sidebar and go to step 16"
3395
  msgstr ""
3396
 
3397
  #. translators: %s: HTML tags
3398
+ #: settings.php:3581
3399
  msgid ""
3400
  "Click on project selection and then click on the %s NEW PROJECT %s button to "
3401
  "create a new project"
3402
  msgstr ""
3403
 
3404
  #. translators: 1: Ad Inserter, 2, 3: HTML tags
3405
+ #: settings.php:3582
3406
  msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
3407
  msgstr ""
3408
 
3409
  #. translators: %s: HTML tags
3410
+ #: settings.php:3583
3411
  msgid ""
3412
  "Click on project selection, wait for the project to be created and then and "
3413
  "select %s as the current project"
3414
  msgstr ""
3415
 
3416
  #. translators: %s: HTML tags
3417
+ #: settings.php:3584
3418
  msgid "Click on %s ENABLE APIS AND SERVICES %s"
3419
  msgstr ""
3420
 
3421
  #. translators: %s: HTML tags
3422
+ #: settings.php:3585
3423
  msgid "Search for adsense and enable %s"
3424
  msgstr ""
3425
 
3426
  #. translators: %s: HTML tags
3427
+ #: settings.php:3586
3428
  msgid "Click on %s CREATE CREDENTIALS %s"
3429
  msgstr ""
3430
 
3431
  #. translators: %s: HTML tags
3432
+ #: settings.php:3587
3433
  msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
3434
  msgstr ""
3435
 
3436
  #. translators: %s: HTML tags
3437
+ #: settings.php:3588
3438
  msgid "For %s What data will you be accessing? %s select %s User data %s"
3439
  msgstr ""
3440
 
3441
  #. translators: %s: HTML tags
3442
+ #: settings.php:3589
3443
  msgid "Click on %s What credentials do I need? %s"
3444
  msgstr ""
3445
 
3446
  #. translators: %s: HTML tags
3447
+ #: settings.php:3590
3448
  msgid ""
3449
  "Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
3450
  "Ad Inserter client %s"
3451
  msgstr ""
3452
 
3453
  #. translators: %s: HTML tags
3454
+ #: settings.php:3591
3455
  msgid ""
3456
  "Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
3457
  "enter %s"
3458
  msgstr ""
3459
 
3460
  #. translators: %s: HTML tags
3461
+ #: settings.php:3592
3462
  msgid "Click on %s Continue %s"
3463
  msgstr ""
3464
 
3465
  #. translators: %s: HTML tags
3466
+ #: settings.php:3593
3467
  msgid "Click on %s Done %s"
3468
  msgstr ""
3469
 
3470
  #. translators: %s: HTML tags
3471
+ #: settings.php:3594
3472
  msgid ""
3473
  "Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
3474
  "secret %s"
3475
  msgstr ""
3476
 
3477
+ #: settings.php:3595
3478
  msgid "Copy them to the appropriate fields below"
3479
  msgstr ""
3480
 
3481
+ #: settings.php:3601
3482
  msgid "Client ID"
3483
  msgstr ""
3484
 
3485
+ #: settings.php:3604
3486
  msgid "Enter Client ID"
3487
  msgstr ""
3488
 
3489
+ #: settings.php:3609
3490
  msgid "Client secret"
3491
  msgstr ""
3492
 
3493
+ #: settings.php:3612
3494
  msgid "Enter Client secret"
3495
  msgstr ""
3496
 
3497
+ #: settings.php:3622
3498
  msgid "Use default API IDs"
3499
  msgstr ""
3500
 
3501
+ #: settings.php:3627
3502
  msgid "Save"
3503
  msgstr ""
3504
 
3505
+ #: settings.php:3898 settings.php:3911 settings.php:3924 settings.php:3939
3506
  msgid "Blank ad blocks? Looking for AdSense alternative?"
3507
  msgstr ""
3508
 
3509
+ #: settings.php:3903 settings.php:3916 settings.php:3929 settings.php:3944
3510
+ #: settings.php:4113 settings.php:4117 settings.php:4119 settings.php:4135
3511
+ #: settings.php:4146 settings.php:4149 settings.php:4155 settings.php:4167
3512
  msgid "Looking for AdSense alternative?"
3513
  msgstr ""
3514
 
3515
+ #: settings.php:3955
3516
  msgid "Try Infolinks Ads with Adsense or Media.net ads"
3517
  msgstr ""
3518
 
3519
+ #: settings.php:3960 settings.php:4115 settings.php:4127 settings.php:4152
3520
+ #: settings.php:4175
3521
  msgid "Use Infolinks ads with Adsense to earn more"
3522
  msgstr ""
3523
 
3524
+ #: settings.php:3979 settings.php:4017
3525
  msgid "Support plugin development"
3526
  msgstr ""
3527
 
3528
+ #: settings.php:3980 settings.php:4018
3529
  msgid ""
3530
  "If you like Ad Inserter and have a moment, please help me spread the word by "
3531
  "reviewing the plugin on WordPres"
3532
  msgstr ""
3533
 
3534
+ #: settings.php:3980
3535
  msgctxt "Review ad Inserter"
3536
  msgid "Review"
3537
  msgstr ""
3538
 
3539
+ #: settings.php:3981
3540
  msgid ""
3541
  "Support free Ad Inserter development. If you are making money with Ad "
3542
  "Inserter consider donating some small amount. Even 1 dollar counts. Thank "
3543
  "you!"
3544
  msgstr ""
3545
 
3546
+ #: settings.php:3981
3547
  msgid "Donate"
3548
  msgstr ""
3549
 
3550
+ #: settings.php:3988 settings.php:4033
3551
  msgid "Average rating of the plugin - Thank you!"
3552
  msgstr ""
3553
 
3554
  #. translators: %s: Ad Inserter, HTML tags
3555
+ #: settings.php:3999
3556
  msgid ""
3557
  "You've been using %s for a while now, and I hope you're happy with it. "
3558
  "Positive %s reviews %s are a great way to show your appreciation for my "
3561
  "your website. %s Thank you!"
3562
  msgstr ""
3563
 
3564
+ #: settings.php:4018
3565
  msgid "Review"
3566
  msgstr ""
3567
 
3568
+ #: settings.php:4022
3569
  msgid "Ad Inserter on Twitter"
3570
  msgstr ""
3571
 
3572
+ #: settings.php:4023
3573
  msgid "Ad Inserter on Facebook"
3574
  msgstr ""
3575
 
3576
+ #: settings.php:4026
3577
  msgid "Follow Ad Inserter"
3578
  msgstr ""
3579
 
3580
  #. translators: %s: HTML tags
3581
+ #: settings.php:4053
3582
  msgid ""
3583
  "Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
3584
  "and %s Common Settings %s pages"
3585
  msgstr ""
3586
 
3587
  #. translators: %s: HTML tags
3588
+ #: settings.php:4065
3589
  msgid ""
3590
  "%s New to %s AdSense? %s %s %s Connect your site %s - Advanced %s AdSense "
3591
  "code: %s %s In-feed ads, %s %s Auto ads, %s %s AMP ads %s"
3592
  msgstr ""
3593
 
3594
  #. translators: %s: HTML tags
3595
+ #: settings.php:4084
3596
  msgid ""
3597
  "Ads are not showing? Check %s troubleshooting guide %s to find out how to "
3598
  "diagnose and fix the problem."
3599
  msgstr ""
3600
 
3601
  #. translators: %s: HTML tags
3602
+ #: settings.php:4088
3603
  msgid ""
3604
  "If you need any kind of help or support, please do not hesitate to open a "
3605
  "thread on the %s support forum. %s"
3606
  msgstr ""
3607
 
3608
+ #: settings.php:4131 settings.php:4171
3609
  msgid "A/B testing - Track ad impressions and clicks"
3610
  msgstr ""
3611
 
3612
+ #: settings.php:4139 settings.php:4163
3613
  msgid "Code preview with visual CSS editor"
3614
  msgstr ""
3615
 
3616
+ #: settings.php:4181
3617
  msgid "Looking for Pro Ad Management plugin?"
3618
  msgstr ""
3619
 
3620
+ #: settings.php:4182
3621
  msgid "To Optimally Monetize your WordPress website?"
3622
  msgstr ""
3623
 
3624
  #. translators: %s HTML tags
3625
+ #: settings.php:4185
 
 
 
 
 
3626
  msgid "%s AdSense Integration %s"
3627
  msgstr ""
3628
 
3629
  #. translators: %s HTML tags
3630
+ #: settings.php:4186
3631
  msgid "Syntax highlighting %s editor %s"
3632
  msgstr ""
3633
 
3634
  #. translators: %s HTML tags
3635
+ #: settings.php:4187
3636
  msgid "%s Code preview %s with visual CSS editor"
3637
  msgstr ""
3638
 
3639
  #. translators: %s HTML tags
3640
+ #: settings.php:4188
3641
  msgid "Simple user interface - all settings on a single page"
3642
  msgstr ""
3643
 
3644
  #. translators: %s HTML tags
3645
+ #: settings.php:4189
3646
  msgid ""
3647
  "%s Automatic insertion %s before or after post / content / %s paragraph %s / "
3648
+ "image / excerpt"
3649
  msgstr ""
3650
 
3651
  #. translators: %s HTML tags
3652
+ #: settings.php:4190
3653
  msgid "%s Automatic insertion %s between posts on blog pages"
3654
  msgstr ""
3655
 
3656
  #. translators: %s HTML tags
3657
+ #: settings.php:4191
3658
  msgid "%s Automatic insertion %s before, between and after comments"
3659
  msgstr ""
3660
 
3661
  #. translators: %s HTML tags
3662
+ #: settings.php:4192
3663
  msgid "%s Automatic insertion %s after %s or before %s tag"
3664
  msgstr ""
3665
 
3666
  #. translators: %s HTML tags
3667
+ #: settings.php:4193
3668
  msgid "Automatic insertion at %s custom hook positions %s"
3669
  msgstr ""
3670
 
3671
  #. translators: %s HTML tags
3672
+ #: settings.php:4194
3673
  msgid ""
3674
  "Insertion %s before or after any HTML element on the page %s (using CSS "
3675
  "selectors)"
3676
  msgstr ""
3677
 
3678
  #. translators: %s HTML tags
3679
+ #: settings.php:4195
3680
  msgid "%s Insertion exceptions %s for individual posts and pages"
3681
  msgstr ""
3682
 
3683
  #. translators: %s HTML tags
3684
+ #: settings.php:4196
3685
  msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
3686
  msgstr ""
3687
 
3688
  #. translators: %s HTML tags
3689
+ #: settings.php:4197
3690
  msgid ""
3691
  "%s Sticky ads %s with optional close button (ads stay fixed when the page "
3692
  "scrolls)"
3693
  msgstr ""
3694
 
3695
  #. translators: %s HTML tags
3696
+ #: settings.php:4198
3697
  msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
3698
  msgstr ""
3699
 
3700
  #. translators: %s HTML tags
3701
+ #: settings.php:4199
3702
  msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
3703
  msgstr ""
3704
 
3705
  #. translators: %s HTML tags
3706
+ #: settings.php:4200
3707
  msgid ""
3708
  "%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
3709
  "visible)"
3710
  msgstr ""
3711
 
3712
  #. translators: %s HTML tags
3713
+ #: settings.php:4201
3714
  msgid ""
3715
  "%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
3716
  msgstr ""
3717
 
3718
  #. translators: %s HTML tags
3719
+ #: settings.php:4202
3720
  msgid "Block %s alignment and style %s customizations"
3721
  msgstr ""
3722
 
3723
  #. translators: %s HTML tags
3724
+ #: settings.php:4203
3725
  msgid ""
3726
  "%s Clearance %s options to avoid insertion near images or headers (AdSense "
3727
  "TOS)"
3728
  msgstr ""
3729
 
3730
  #. translators: %s HTML tags
3731
+ #: settings.php:4204
3732
  msgid ""
3733
  "Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
3734
  "feeds"
3735
  msgstr ""
3736
 
3737
  #. translators: %s HTML tags
3738
+ #: settings.php:4205
3739
  msgid "%s Ad rotation %s (works also with caching)"
3740
  msgstr ""
3741
 
3742
  #. translators: %s HTML tags
3743
+ #: settings.php:4206
3744
  msgid ""
3745
  "Ad impression and click %s tracking %s (works also with Javascript ads like "
3746
  "AdSense)"
3747
  msgstr ""
3748
 
3749
  #. translators: %s HTML tags
3750
+ #: settings.php:4207
3751
  msgid "Support for %s A/B testing %s"
3752
  msgstr ""
3753
 
3754
  #. translators: %s HTML tags
3755
+ #: settings.php:4208
3756
  msgid "Support for %s lazy loading %s"
3757
  msgstr ""
3758
 
3759
  #. translators: %s HTML tags
3760
+ #: settings.php:4209
3761
  msgid "Support for ads on %s AMP pages %s"
3762
  msgstr ""
3763
 
3764
  #. translators: %s HTML tags
3765
+ #: settings.php:4210
3766
  msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
3767
  msgstr ""
3768
 
3769
  #. translators: %s HTML tags
3770
+ #: settings.php:4211
3771
  msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
3772
  msgstr ""
3773
 
3774
  #. translators: %s HTML tags
3775
+ #: settings.php:4212
3776
  msgid "PHP code processing"
3777
  msgstr ""
3778
 
3779
  #. translators: %s HTML tags
3780
+ #: settings.php:4213
3781
  msgid "%s Banner %s code generator"
3782
  msgstr ""
3783
 
3784
  #. translators: %s HTML tags
3785
+ #: settings.php:4214
3786
  msgid "Support for %s header and footer %s code"
3787
  msgstr ""
3788
 
3789
  #. translators: %s HTML tags
3790
+ #: settings.php:4215
3791
  msgid "Support for Google Analytics, Matomo or any other web analytics code"
3792
  msgstr ""
3793
 
3794
  #. translators: %s HTML tags
3795
+ #: settings.php:4216
3796
  msgid "Desktop, tablet and phone server-side %s device detection %s"
3797
  msgstr ""
3798
 
3799
  #. translators: %s HTML tags
3800
+ #: settings.php:4217
3801
+ msgid "Client-side %s mobile device detection %s (works with caching)"
 
 
3802
  msgstr ""
3803
 
3804
  #. translators: %s HTML tags
3805
+ #: settings.php:4218
3806
  msgid ""
3807
  "%s Ad blocking detection %s - popup message, ad replacement, content "
3808
  "protection"
3809
  msgstr ""
3810
 
3811
  #. translators: %s HTML tags
3812
+ #: settings.php:4219
3813
  msgid "%s Ad blocking statistics %s"
3814
  msgstr ""
3815
 
3816
  #. translators: %s HTML tags
3817
+ #: settings.php:4220
3818
  msgid ""
3819
  "%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
3820
  "referers"
3821
  msgstr ""
3822
 
3823
  #. translators: %s HTML tags
3824
+ #: settings.php:4221
3825
  msgid ""
3826
  "%s Black/White-list %s IP addresses or countries (works also with caching)"
3827
  msgstr ""
3828
 
3829
  #. translators: %s HTML tags
3830
+ #: settings.php:4222
3831
  msgid "%s Multisite options %s to limit settings on the sites"
3832
  msgstr ""
3833
 
3834
  #. translators: %s HTML tags
3835
+ #: settings.php:4223
3836
  msgid "%s Import/Export %s block or plugin settings"
3837
  msgstr ""
3838
 
3839
  #. translators: %s HTML tags
3840
+ #: settings.php:4224
3841
  msgid "%s Insertion scheduling %s with fallback option"
3842
  msgstr ""
3843
 
3844
  #. translators: %s HTML tags
3845
+ #: settings.php:4225
3846
  msgid "Country-level %s GEO targeting %s (works also with caching)"
3847
  msgstr ""
3848
 
3849
  #. translators: %s HTML tags
3850
+ #: settings.php:4226
3851
  msgid "Simple troubleshooting with many %s debugging functions %s"
3852
  msgstr ""
3853
 
3854
  #. translators: %s HTML tags
3855
+ #: settings.php:4227
3856
  msgid "%s Visualization %s of inserted blocks or ads for easier placement"
3857
  msgstr ""
3858
 
3859
  #. translators: %s HTML tags
3860
+ #: settings.php:4228
3861
  msgid "%s Visualization %s of available positions for automatic ad insertion"
3862
  msgstr ""
3863
 
3864
  #. translators: %s HTML tags
3865
+ #: settings.php:4229
3866
  msgid ""
3867
  "%s Visualization %s of HTML tags for easier ad placement between paragraphs"
3868
  msgstr ""
3869
 
3870
  #. translators: %s HTML tags
3871
+ #: settings.php:4230
3872
  msgid "%s Clipboard support %s to easily copy blocks or settings"
3873
  msgstr ""
3874
 
3875
  #. translators: %s HTML tags
3876
+ #: settings.php:4231
3877
  msgid "No ads on the settings page"
3878
  msgstr ""
3879
 
3880
  #. translators: %s HTML tags
3881
+ #: settings.php:4232
3882
+ msgid "Premium support via email"
3883
  msgstr ""
3884
 
3885
  #. translators: %s HTML tags
3886
+ #: settings.php:4235
3887
  msgid ""
3888
  "Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
3889
  "website with many advertising features to automatically insert adverts on "
3890
  "posts and pages. With Ad Inserter Pro you also get <strong>one year of free "
3891
  "updates and support via email</strong>. If you find Ad Inserter useful and "
3892
+ "need ad statistics for impressions and clicks, A/B testing, sticky ads, "
3893
+ "slider ads, pop-up ads, geotargeting or geolocation to serve country-"
3894
+ "specific ads, to protect content or to serve different ads for users using "
3895
+ "ad blockers, multisite options to limit settings for ads, to block some IP "
3896
+ "addresses, to schedule ads, then you can simply upgrade to %s Ad Inserter "
3897
+ "Pro %s (existing settings will be preserved)."
3898
  msgstr ""
3899
 
3900
  #. translators: %s HTML tags
3901
+ #: settings.php:4248
3902
  msgid "Looking for %s Pro Ad Management plugin? %s"
3903
  msgstr ""
3904
 
3905
  #. translators: %s HTML tags
3906
+ #: settings.php:4253
3907
  msgid "Ads between posts"
3908
  msgstr ""
3909
 
3910
  #. translators: %s HTML tags
3911
+ #: settings.php:4254
3912
  msgid "Ads between comments"
3913
  msgstr ""
3914
 
3915
  #. translators: %s HTML tags
3916
+ #: settings.php:4255
3917
+ msgid "Support via email"
3918
+ msgstr ""
3919
+
3920
+ #. translators: %s HTML tags
3921
+ #: settings.php:4261
3922
  msgid "%s Sticky positions %s"
3923
  msgstr ""
3924
 
3925
  #. translators: %s HTML tags
3926
+ #: settings.php:4262
3927
  msgid "%s Limit insertions %s"
3928
  msgstr ""
3929
 
3930
  #. translators: %s HTML tags
3931
+ #: settings.php:4263
3932
  msgid "%s Clearance %s options"
3933
  msgstr ""
3934
 
3935
  #. translators: %s HTML tags
3936
+ #: settings.php:4269
3937
  msgid "Ad rotation"
3938
  msgstr ""
3939
 
3940
  #. translators: %s HTML tags
3941
+ #: settings.php:4270
3942
  msgid "%s A/B testing %s"
3943
  msgstr ""
3944
 
3945
  #. translators: %s HTML tags
3946
+ #: settings.php:4271
3947
  msgid "%s Ad tracking %s"
3948
  msgstr ""
3949
 
3950
  #. translators: %s HTML tags
3951
+ #: settings.php:4277
3952
  msgid "Support for %s AMP pages %s"
3953
  msgstr ""
3954
 
3955
  #. translators: %s HTML tags
3956
+ #: settings.php:4278
3957
  msgid "%s Ad blocking detection %s"
3958
  msgstr ""
3959
 
3960
  #. translators: %s HTML tags
3961
+ #: settings.php:4279
3962
  msgid "%s Mobile device detection %s"
3963
  msgstr ""
3964
 
3965
  #. translators: %s HTML tags
3966
+ #: settings.php:4286
3967
  msgid "64 code blocks"
3968
  msgstr ""
3969
 
3970
  #. translators: %s HTML tags
3971
+ #: settings.php:4287
3972
  msgid "%s GEO targeting %s"
3973
  msgstr ""
3974
 
3975
  #. translators: %s HTML tags
3976
+ #: settings.php:4288
3977
  msgid "%s Scheduling %s"
3978
  msgstr ""
3979
 
4153
  msgstr ""
4154
 
4155
  #: strings.php:60
4156
+ msgctxt "alignment"
4157
+ msgid "Left"
4158
  msgstr ""
4159
 
4160
  #: strings.php:61
4161
+ msgctxt "alignment"
4162
+ msgid "Right"
4163
  msgstr ""
4164
 
4165
  #: strings.php:62
4166
+ msgctxt "alignment"
4167
  msgid "Center"
4168
  msgstr ""
4169
 
4170
  #: strings.php:63
4171
+ msgctxt "alignment"
4172
  msgid "Float left"
4173
  msgstr ""
4174
 
4175
  #: strings.php:64
4176
+ msgctxt "alignment"
4177
  msgid "Float right"
4178
  msgstr ""
4179
 
4180
  #: strings.php:65
4181
+ msgctxt "alignment"
4182
  msgid "No wrapping"
4183
  msgstr ""
4184
 
4580
  msgid "Hide"
4581
  msgstr ""
4582
 
4583
+ #: strings.php:182
4584
+ msgctxt "Button"
4585
+ msgid "Show"
4586
+ msgstr ""
4587
+
4588
  #: strings.php:183
4589
  msgid "Insertion expired"
4590
  msgstr ""
4676
  msgid "Filter"
4677
  msgstr ""
4678
 
4679
+ #: strings.php:215
4680
+ msgid "Position not available"
4681
+ msgstr ""
4682
+
4683
+ #: strings.php:216
4684
+ msgid ""
4685
+ "Theme check | Selected position for automatic insertion might not be not "
4686
+ "available on this page type"
4687
+ msgstr ""
4688
+
4689
+ #: strings.php:217
4690
+ msgid "Position available"
4691
+ msgstr ""
4692
+
4693
+ #: strings.php:230
4694
  msgid "Add"
4695
  msgstr ""
4696
 
4697
+ #: strings.php:231
4698
  msgid "Parent"
4699
  msgstr ""
4700
 
4701
+ #: strings.php:232
4702
  msgid "Cancel element selection"
4703
  msgstr ""
4704
 
4705
+ #: strings.php:233
4706
  msgid "Select parent element"
4707
  msgstr ""
4708
 
4709
+ #: strings.php:234
4710
  msgid "CSS selector"
4711
  msgstr ""
4712
 
4713
+ #: strings.php:235
4714
  msgid "Use current selector"
4715
  msgstr ""
4716
 
4717
+ #: strings.php:236
4718
  msgid "ELEMENT"
4719
  msgstr ""
4720
 
4721
+ #: strings.php:237
4722
  msgid "PATH"
4723
  msgstr ""
4724
 
4725
+ #: strings.php:238
4726
  msgid "SELECTOR"
4727
  msgstr ""
4728
 
4729
+ #: strings.php:239
4730
  msgctxt "Block"
4731
  msgid "VISIBLE"
4732
  msgstr ""
4733
 
4734
+ #: strings.php:240
4735
  msgctxt "Block"
4736
  msgid "HIDDEN"
4737
  msgstr ""
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: ads, adsense, ad rotation, ad manager, amp ads, amazon, ad blocking detect
6
  Requires at least: 4.0
7
  Tested up to: 5.0
8
  Requires PHP: 5.6
9
- Stable tag: 2.4.6
10
  License: GPLv3
11
 
12
  Insert and manage ads: Google AdSense ads, Amazon banners, ad rotation, sticky widget ads, PHP, tracking, footer, AdSense header code, AMP ads
@@ -143,6 +143,7 @@ If you need statistics for ads and metrics for impressions and clicks, A/B testi
143
  * Floating slide-in banner ads
144
  * [Sticky (floating) ads](https://adinserter.pro/documentation/alignments-and-styles#sticky-ads) with animations (fade, slide, turn, flip, zoom)
145
  * Animation trigger for sticky ads (page scroll in % or px, HTML element becomes visible)
 
146
  * Support to schedule ads with fallback option
147
  * Support ads in iframes
148
  * Ad blocking detection - replace ads, protect content
@@ -540,6 +541,15 @@ Please note that responsive AdSense ads can not work with floating alignments (a
540
 
541
  == Changelog ==
542
 
 
 
 
 
 
 
 
 
 
543
  = 2.4.6 =
544
  - Improved ad blocking detection (detects Firefox content blocking)
545
  - Added support for wildcards for referrers (domains)
@@ -623,6 +633,15 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
623
 
624
  == Upgrade Notice ==
625
 
 
 
 
 
 
 
 
 
 
626
  = 2.4.6 =
627
  Improved ad blocking detection (detects Firefox content blocking);
628
  Added support for wildcards for referrers (domains);
6
  Requires at least: 4.0
7
  Tested up to: 5.0
8
  Requires PHP: 5.6
9
+ Stable tag: 2.4.8
10
  License: GPLv3
11
 
12
  Insert and manage ads: Google AdSense ads, Amazon banners, ad rotation, sticky widget ads, PHP, tracking, footer, AdSense header code, AMP ads
143
  * Floating slide-in banner ads
144
  * [Sticky (floating) ads](https://adinserter.pro/documentation/alignments-and-styles#sticky-ads) with animations (fade, slide, turn, flip, zoom)
145
  * Animation trigger for sticky ads (page scroll in % or px, HTML element becomes visible)
146
+ * Support for sticky ad bar
147
  * Support to schedule ads with fallback option
148
  * Support ads in iframes
149
  * Ad blocking detection - replace ads, protect content
541
 
542
  == Changelog ==
543
 
544
+ = 2.4.8 =
545
+ - Added support for automatic insertion before/after image
546
+ - Added support for theme checker for available positions for automatic insertion
547
+
548
+ = 2.4.7 =
549
+ - Fix for lazy loading in Ajax calls (Pro only)
550
+ - Fix for country list editor (Pro only)
551
+ - Few minor bug fixes, cosmetic changes and code improvements
552
+
553
  = 2.4.6 =
554
  - Improved ad blocking detection (detects Firefox content blocking)
555
  - Added support for wildcards for referrers (domains)
633
 
634
  == Upgrade Notice ==
635
 
636
+ = 2.4.8 =
637
+ Added support for automatic insertion before/after image;
638
+ Added support for theme checker for available positions for automatic insertion
639
+
640
+ = 2.4.7 =
641
+ Fix for lazy loading in Ajax calls (Pro only);
642
+ Fix for country list editor (Pro only);
643
+ Few minor bug fixes, cosmetic changes and code improvements
644
+
645
  = 2.4.6 =
646
  Improved ad blocking detection (detects Firefox content blocking);
647
  Added support for wildcards for referrers (domains);
settings.php CHANGED
@@ -26,7 +26,7 @@ function generate_settings_form (){
26
  $subpage = 'main';
27
  $start = 1;
28
  $end = 16;
29
- // if (function_exists ('ai_settings_parameters')) ai_settings_parameters ($subpage, $start, $end);
30
  if (isset ($_GET ['subpage'])) $subpage = $_GET ['subpage'];
31
 
32
  if (isset ($_GET ['start'])) $start = $_GET ['start']; else $start = 1;
@@ -35,7 +35,6 @@ function generate_settings_form (){
35
  $end = $start + 15;
36
  if ($end > 96) $end = 96;
37
 
38
-
39
  if (isset ($_POST ['ai-active-tab'])) {
40
  $active_tabs = json_decode ($_POST ['ai-active-tab']);
41
  if ($active_tabs == null) $active_tabs = array ($start, 0);
@@ -505,9 +504,27 @@ function generate_settings_form (){
505
  intval ($obj->get_minimum_words()) != 0 ||
506
  intval ($obj->get_maximum_words()) != 0;
507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
508
  $scheduling_active = $obj->get_scheduling() != AI_SCHEDULING_OFF;
509
 
510
- $filter_active = $obj->get_call_filter() || $obj->get_inverted_filter() != 0;
 
 
511
 
512
  $adb_block_action_active = $obj->get_adb_block_action () != AI_ADB_BLOCK_ACTION_DO_NOTHING;
513
 
@@ -531,17 +548,7 @@ function generate_settings_form (){
531
  if ($display_options) $display_style = "font-weight: bold; color: #66f;"; else $display_style = "";
532
  $general_style = '';
533
 
534
- $automatic_insertion = $obj->get_automatic_insertion();
535
-
536
- $paragraph_settings =
537
- $automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_PARAGRAPH ||
538
- $automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_PARAGRAPH;
539
-
540
- $image_settings =
541
- $automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_IMAGE ||
542
- $automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_IMAGE;
543
-
544
- $paragraph_counting =
545
  $obj->get_direction_type() != $default->get_direction_type() ||
546
  $obj->get_paragraph_tags() != $default->get_paragraph_tags() ||
547
  $obj->get_minimum_paragraph_words() != $default->get_minimum_paragraph_words() ||
@@ -550,11 +557,13 @@ function generate_settings_form (){
550
  $obj->get_paragraph_text() != $default->get_paragraph_text() ||
551
  $obj->get_paragraph_number_minimum() != $default->get_paragraph_number_minimum() ||
552
  $obj->get_minimum_words_above() != $default->get_minimum_words_above() ||
553
- $obj->get_count_inside_blockquote() != $default->get_count_inside_blockquote();
 
554
 
555
- $paragraph_clearance =
556
  ($obj->get_avoid_text_above() != $default->get_avoid_text_above() && intval ($obj->get_avoid_paragraphs_above()) != 0) ||
557
- ($obj->get_avoid_text_below() != $default->get_avoid_text_below() && intval ($obj->get_avoid_paragraphs_below()) != 0);
 
558
 
559
  $html_settings =
560
  $automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_HTML_ELEMENT ||
@@ -924,16 +933,6 @@ function generate_settings_form (){
924
 
925
  </div>
926
 
927
- <!-- <div style="padding: 0; min-height: 28px;">-->
928
- <!-- <div style="float: left;">-->
929
- <!-- <button id="import-button2-<?php echo $block; ?>" type="button" class='ai-button' style="display: none; margin-right: 4px;" title="">Import</button>-->
930
- <!-- </div>-->
931
- <!-- <div style="float: right;">-->
932
- <!-- <button id="generate-button2-<?php echo $block; ?>" type="button" class='ai-button' style="display: none; margin-right: 4px;" title="">Generate</button>-->
933
- <!-- </div>-->
934
- <!-- <div style="clear: both;"></div>-->
935
- <!-- </div>-->
936
-
937
  </div>
938
  <?php endif; ?>
939
 
@@ -958,88 +957,12 @@ function generate_settings_form (){
958
  <div style="clear: both;"></div>
959
  </div>
960
 
961
- <div class="rounded">
962
- <div style="float: left;">
963
- <?php _e('Automatic insertion', 'ad-inserter'); ?>
964
- <select class="ai-image-selection" style="width:200px; margin-bottom: 3px;" id="display-type-<?php echo $block; ?>" name="<?php echo AI_OPTION_AUTOMATIC_INSERTION, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_automatic_insertion(); ?>">
965
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-disabled" value="<?php echo AI_AUTOMATIC_INSERTION_DISABLED; ?>" data-title="<?php echo AI_TEXT_DISABLED; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_DISABLED) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_DISABLED; ?></option>
966
- <?php if (defined ('AI_BUFFERING') && get_output_buffering ()) : ?>
967
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-above-header" value="<?php echo AI_AUTOMATIC_INSERTION_ABOVE_HEADER; ?>" data-title="<?php echo AI_TEXT_ABOVE_HEADER; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_ABOVE_HEADER) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_ABOVE_HEADER; ?></option>
968
- <?php endif; ?>
969
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-post" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_POST; ?>" data-title="<?php echo AI_TEXT_BEFORE_POST; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_POST) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_POST; ?></option>
970
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-content" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_CONTENT; ?>" data-title="<?php echo AI_TEXT_BEFORE_CONTENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_CONTENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_CONTENT; ?></option>
971
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-paragraph" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_PARAGRAPH; ?>" data-title="<?php echo AI_TEXT_BEFORE_PARAGRAPH; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_PARAGRAPH) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_PARAGRAPH; ?></option>
972
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-paragraph" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_PARAGRAPH; ?>" data-title="<?php echo AI_TEXT_AFTER_PARAGRAPH; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_PARAGRAPH) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_PARAGRAPH; ?></option>
973
- <!-- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-image" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_IMAGE; ?>" data-title="<?php echo AI_TEXT_BEFORE_IMAGE; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_IMAGE) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_IMAGE; ?></option>-->
974
- <!-- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-image" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_IMAGE; ?>" data-title="<?php echo AI_TEXT_AFTER_IMAGE; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_IMAGE) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_IMAGE; ?></option>-->
975
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-content" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_CONTENT; ?>" data-title="<?php echo AI_TEXT_AFTER_CONTENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_CONTENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_CONTENT; ?></option>
976
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-post" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_POST; ?>" data-title="<?php echo AI_TEXT_AFTER_POST; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_POST) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_POST; ?></option>
977
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-excerpts" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_EXCERPT; ?>" data-title="<?php echo AI_TEXT_BEFORE_EXCERPT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_EXCERPT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_EXCERPT; ?></option>
978
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-excerpts" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_EXCERPT; ?>" data-title="<?php echo AI_TEXT_AFTER_EXCERPT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_EXCERPT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_EXCERPT; ?></option>
979
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-between-posts" value="<?php echo AI_AUTOMATIC_INSERTION_BETWEEN_POSTS; ?>" data-title="<?php echo AI_TEXT_BETWEEN_POSTS; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BETWEEN_POSTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BETWEEN_POSTS; ?></option>
980
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-comments" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_COMMENTS; ?>" data-title="<?php echo AI_TEXT_BEFORE_COMMENTS; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_COMMENTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_COMMENTS; ?></option>
981
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-between-comments" value="<?php echo AI_AUTOMATIC_INSERTION_BETWEEN_COMMENTS; ?>" data-title="<?php echo AI_TEXT_BETWEEN_COMMENTS; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BETWEEN_COMMENTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BETWEEN_COMMENTS; ?></option>
982
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-comments" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_COMMENTS; ?>" data-title="<?php echo AI_TEXT_AFTER_COMMENTS; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_COMMENTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_COMMENTS; ?></option>
983
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-footer" value="<?php echo AI_AUTOMATIC_INSERTION_FOOTER; ?>" data-title="<?php echo AI_TEXT_FOOTER; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_FOOTER) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_FOOTER; ?></option>
984
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-html" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_HTML_ELEMENT; ?>" data-title="<?php echo AI_TEXT_BEFORE_HTML_ELEMENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_HTML_ELEMENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_HTML_ELEMENT; ?></option>
985
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-inside-html" value="<?php echo AI_AUTOMATIC_INSERTION_INSIDE_HTML_ELEMENT; ?>" data-title="<?php echo AI_TEXT_INSIDE_HTML_ELEMENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_INSIDE_HTML_ELEMENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_INSIDE_HTML_ELEMENT; ?></option>
986
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-html" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_HTML_ELEMENT; ?>" data-title="<?php echo AI_TEXT_AFTER_HTML_ELEMENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_HTML_ELEMENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_HTML_ELEMENT; ?></option>
987
- <?php foreach ($ai_custom_hooks as $hook_index => $custom_hook) { ?>
988
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-custom-hook" value="<?php echo AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1; ?>" data-title="<?php echo $custom_hook ['name']; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo $custom_hook ['name']; ?></option>
989
- <?php } ?>
990
- </select>
991
- </div>
992
-
993
- <div style="float: right;">
994
- <?php _e('Alignment and style', 'ad-inserter'); ?>&nbsp;&nbsp;&nbsp;
995
- <select style="min-width:130px;" id="block-alignment-<?php echo $block; ?>" name="<?php echo AI_OPTION_ALIGNMENT_TYPE, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_alignment_type(); ?>">
996
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-default" value="<?php echo AI_ALIGNMENT_DEFAULT; ?>" data-title="<?php echo AI_TEXT_DEFAULT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_DEFAULT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_DEFAULT; ?></option>
997
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-align-left" value="<?php echo AI_ALIGNMENT_LEFT; ?>" data-title="<?php echo AI_TEXT_LEFT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_LEFT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_LEFT; ?></option>
998
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-center" value="<?php echo AI_ALIGNMENT_CENTER; ?>" data-title="<?php echo AI_TEXT_CENTER; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_CENTER) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_CENTER; ?></option>
999
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-align-right" value="<?php echo AI_ALIGNMENT_RIGHT; ?>" data-title="<?php echo AI_TEXT_RIGHT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_RIGHT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_RIGHT; ?></option>
1000
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-float-left" value="<?php echo AI_ALIGNMENT_FLOAT_LEFT; ?>" data-title="<?php echo AI_TEXT_FLOAT_LEFT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_FLOAT_LEFT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_FLOAT_LEFT; ?></option>
1001
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-float-right" value="<?php echo AI_ALIGNMENT_FLOAT_RIGHT; ?>" data-title="<?php echo AI_TEXT_FLOAT_RIGHT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_FLOAT_RIGHT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_FLOAT_RIGHT; ?></option>
1002
- <?php if (function_exists ('ai_style_options')) ai_style_options ($obj); ?>
1003
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-custom-css" value="<?php echo AI_ALIGNMENT_CUSTOM_CSS; ?>" data-title="<?php echo AI_TEXT_CUSTOM_CSS; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_CUSTOM_CSS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_CUSTOM_CSS; ?></option>
1004
- <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-no-wrapping" value="<?php echo AI_ALIGNMENT_NO_WRAPPING; ?>" data-title="<?php echo AI_TEXT_NO_WRAPPING; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_NO_WRAPPING) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_NO_WRAPPING; ?></option>
1005
- </select>
1006
- &nbsp;
1007
- <button id="show-css-button-<?php echo $block; ?>" type="button" class='ai-button' style="min-width: 60px; margin-right: 0px; visibility: hidden;"><?php _ex ('Show', 'Button', 'ad-inserter'); ?></button>
1008
- </div>
1009
- <div style="clear: both;"></div>
1010
-
1011
- <div id="icons-css-code-<?php echo $block; ?>" style="margin: 4px 0 0; display: none;">
1012
- <div id="automatic-insertion-<?php echo $block; ?>"></div>
1013
- <div id="alignment-style-<?php echo $block; ?>" style="margin-bottom: 4px;"></div>
1014
-
1015
- <?php if (function_exists ('ai_sticky_position')) ai_sticky_position ($block, $obj, $default); ?>
1016
-
1017
- <div class="max-input">
1018
- <span id="css-label-<?php echo $block; ?>" style="display: table-cell; width: 36px; padding: 0; height: 26px; vertical-align: middle; margin: 4px 0 0 0; font-size: 14px; font-weight: bold;">CSS</span>
1019
- <input id="custom-css-<?php echo $block; ?>" style="width: 100%; display: none; font-family: Courier, 'Courier New', monospace; font-weight: bold;" type="text" name="<?php echo AI_OPTION_CUSTOM_CSS, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_custom_css(); ?>" value="<?php echo $obj->get_custom_css(); ?>" maxlength="500" title="<?php _e ('Custom CSS code for the wrapping div', 'ad-inserter'); ?>" />
1020
- <span style="display: table-cell; vertical-align: middle; font-family: Courier, 'Courier New', monospace; font-size: 12px; font-weight: bold; cursor: pointer;">
1021
- <span id="css-no-wrapping-<?php echo $block; ?>" class='css-code' style="height: 26px; padding-left: 7px; display: none;"></span>
1022
- <span id="css-none-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_DEFAULT); ?></span>
1023
- <span id="css-left-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_LEFT); ?></span>
1024
- <span id="css-right-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_RIGHT); ?></span>
1025
- <span id="css-center-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_CENTER); ?></span>
1026
- <span id="css-float-left-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_FLOAT_LEFT); ?></span>
1027
- <span id="css-float-right-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-right: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_FLOAT_RIGHT); ?></span>
1028
- <?php if (function_exists ('ai_style_css')) ai_style_css ($block, $obj); ?>
1029
- </span>
1030
- <span style="display:table-cell; width: 46px;" ><button id="edit-css-button-<?php echo $block; ?>" type="button" class='ai-button' style="display: table-cell; padding: 0; margin: 0 0 0 8px;"><?php _e ('Edit', 'ad-inserter'); ?></button></span>
1031
- </div>
1032
- </div>
1033
- </div>
1034
-
1035
- <?php if (function_exists ('ai_sticky_animation')) ai_sticky_animation ($block, $obj, $default); ?>
1036
-
1037
  <div class="responsive-table small-button rounded">
1038
- <table>
1039
- <tr>
1040
- <td style="width: 70%; padding-bottom: 5px;">
1041
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_POSTS, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1042
- <input type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_POSTS, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_display_settings_post(); ?>" id="display-posts-<?php echo $block; ?>" title="<?php _e ('Enable insertion on posts', 'ad-inserter'); ?>" <?php if ($obj->get_display_settings_post()==AI_ENABLED) echo 'checked '; ?> />
1043
 
1044
  <select style="margin: 0 0 0 10px;" id="enabled-on-which-posts-<?php echo $block; ?>" name="<?php echo AI_OPTION_ENABLED_ON_WHICH_POSTS, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_ad_enabled_on_which_posts(); ?>" style="width:160px" title="<?php _e ('Individual post exceptions (if enabled here) can be configured in post editor. Leave blank for no individual post exceptions.', 'ad-inserter'); ?>">
1045
  <option value="<?php echo AI_NO_INDIVIDUAL_EXCEPTIONS; ?>" <?php echo ($obj->get_ad_enabled_on_which_posts()==AI_NO_INDIVIDUAL_EXCEPTIONS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_NO_INDIVIDUAL_EXCEPTIONS; ?></option>
@@ -1048,34 +971,26 @@ function generate_settings_form (){
1048
  </select>
1049
  &nbsp;
1050
  <label for="display-posts-<?php echo $block; ?>" title="<?php _e ('Individual post exceptions (if enabled here) can be configured in post editor. Leave blank for no individual post exceptions.', 'ad-inserter'); ?>"><?php _e ('Posts', 'ad-inserter'); ?></label>
1051
-
1052
- <?php
1053
- if (!empty ($block_exceptions [$block])) {
1054
- ?>
1055
- <button id="exceptions-button-<?php echo $block; ?>" type="button" class='ai-button' style="display: none; width: 15px; height: 15px; margin-left: 20px;" title="<?php _e ('Toggle list of individual exceptions', 'ad-inserter'); ?>"></button>
1056
- <?php
1057
- }
1058
- ?>
1059
-
1060
- </td>
1061
- <td style="padding-left: 8px;">
1062
  </td>
1063
- <td style="padding-left: 8px;">
1064
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_HOMEPAGE, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1065
  <input id= "display-homepage-<?php echo $block; ?>" style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_HOMEPAGE, WP_FORM_FIELD_POSTFIX, $block; ?>" title="<?php _e ('Enable insertion on homepage: latest posts (including on sub-pages), static page or theme homepage (available positions may depend on hooks used by the theme)', 'ad-inserter'); ?>" value="1" default="<?php echo $default->get_display_settings_home(); ?>" <?php if ($obj->get_display_settings_home()==AI_ENABLED) echo 'checked '; ?> />
1066
  <label for="display-homepage-<?php echo $block; ?>" title="<?php _e ('Enable insertion on homepage: latest posts (including on sub-pages), static page or theme homepage (available positions may depend on hooks used by the theme)', 'ad-inserter'); ?>"><?php _e ('Homepage', 'ad-inserter'); ?></label>
1067
  </td>
1068
- <td style="padding-left: 8px;">
1069
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_CATEGORY_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1070
  <input id= "display-category-<?php echo $block; ?>" style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_CATEGORY_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" title="<?php _e ('Enable insertion on category blog pages (including sub-pages)', 'ad-inserter'); ?>" value="1" default="<?php echo $default->get_display_settings_category(); ?>" <?php if ($obj->get_display_settings_category()==AI_ENABLED) echo 'checked '; ?> />
1071
  <label for="display-category-<?php echo $block; ?>" title="<?php _e ('Enable insertion on category blog pages (including sub-pages)', 'ad-inserter'); ?>"><?php _e ('Category pages', 'ad-inserter'); ?></label>
1072
  </td>
 
 
 
1073
  </tr>
1074
 
1075
- <tr>
1076
- <td style="width: 70%">
1077
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1078
- <input type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_display_settings_page(); ?>" id="display-pages-<?php echo $block; ?>" title="<?php _e ('Enable insertion on static pages', 'ad-inserter'); ?>" <?php if ($obj->get_display_settings_page()==AI_ENABLED) echo 'checked '; ?> />
1079
 
1080
  <select style="margin: 0 0 0 10px;" id="enabled-on-which-pages-<?php echo $block; ?>" name="<?php echo AI_OPTION_ENABLED_ON_WHICH_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_ad_enabled_on_which_pages(); ?>" style="width:160px" title="<?php _e ('Individual static page exceptions (if enabled here) can be configured in page editor. Leave blank for no individual page exceptions.', 'ad-inserter'); ?>">
1081
  <option value="<?php echo AI_NO_INDIVIDUAL_EXCEPTIONS; ?>" <?php echo ($obj->get_ad_enabled_on_which_pages()==AI_NO_INDIVIDUAL_EXCEPTIONS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_NO_INDIVIDUAL_EXCEPTIONS; ?></option>
@@ -1085,18 +1000,25 @@ function generate_settings_form (){
1085
  &nbsp;
1086
  <label for="display-pages-<?php echo $block; ?>" title="<?php _e ('Individual static page exceptions (if enabled here) can be configured in page editor. Leave blank for no individual page exceptions.', 'ad-inserter'); ?>"><?php _e ('Static pages', 'ad-inserter'); ?></label>
1087
  </td>
1088
- <td style="padding-left: 8px;">
1089
- </td>
1090
- <td style="padding-left: 8px;">
1091
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_SEARCH_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1092
  <input id= "display-search-<?php echo $block; ?>" style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_SEARCH_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" title="<?php _e ('Enable insertion on search blog pages', 'ad-inserter'); ?>" value="1" default="<?php echo $default->get_display_settings_search(); ?>" <?php if ($obj->get_display_settings_search()==AI_ENABLED) echo 'checked '; ?> />
1093
  <label for="display-search-<?php echo $block; ?>" title="<?php _e ('Enable insertion on search blog pages', 'ad-inserter'); ?>"><?php _e ('Search pages', 'ad-inserter'); ?></label>
1094
  </td>
1095
- <td style="padding-left: 8px;">
1096
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_ARCHIVE_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1097
  <input id= "display-archive-<?php echo $block; ?>" style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_ARCHIVE_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" title="<?php _e ('Enable insertion on tag or archive blog pages', 'ad-inserter'); ?>" value="1" default="<?php echo $default->get_display_settings_archive(); ?>" <?php if ($obj->get_display_settings_archive()==AI_ENABLED) echo 'checked '; ?> />
1098
  <label for="display-archive-<?php echo $block; ?>" title="<?php _e ('Enable insertion on tag or archive blog pages', 'ad-inserter'); ?>"><?php _e ('Tag / Archive pages', 'ad-inserter'); ?></label>
1099
  </td>
 
 
 
 
 
 
 
 
 
1100
  </tr>
1101
  </table>
1102
  </div>
@@ -1137,6 +1059,126 @@ function generate_settings_form (){
1137
  ?>
1138
  </div>
1139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1140
  <div id="html-element-settings-<?php echo $block; ?>" class="rounded" style="<?php echo $html_settings ? "" : " display: none;" ?>">
1141
  <div class="max-input" style="margin: 0 0 8px 0;">
1142
  <span style="display: table-cell; width: 1px; white-space: nowrap;">
@@ -1194,44 +1236,6 @@ function generate_settings_form (){
1194
  </div>
1195
  </div>
1196
 
1197
- <div id="paragraph-settings-<?php echo $block; ?>" class="rounded" style="<?php echo $paragraph_settings ? "" : " display: none;" ?>">
1198
- <div style="float: left; margin-top: 1px;">
1199
- <?php _e ('Paragraphs', 'ad-inserter'); ?>
1200
- <input
1201
- type="text"
1202
- id="paragraph-numbers-<?php echo $block; ?>"
1203
- name="<?php echo AI_OPTION_PARAGRAPH_NUMBER, WP_FORM_FIELD_POSTFIX, $block; ?>"
1204
- default="<?php echo $default->get_paragraph_number(); ?>"
1205
- value="<?php echo $obj->get_paragraph_number(); ?>"
1206
- title="<?php _e('Paragraph number or comma separated paragraph numbers: 1 to N means paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 means random paragraph, value between 0 and 1 means relative position on the page (0.2 means paragraph at 20% of page paragraphs, 0.5 means paragraph halfway down the page, 0.9 means paragraph at 90% of page paragraphs, etc.), negative number means counting from the opposite direction', 'ad-inserter'); ?>"
1207
- size="20"
1208
- maxlength="50" />
1209
- </div>
1210
-
1211
- <div style="float: right;">
1212
- <button id="counting-button-<?php echo $block; ?>" type="button" class='ai-button' style="min-width: 85px; margin-right: 8px; display: none;"><?php _e ('Counting', 'ad-inserter'); ?></button>
1213
- <button id="clearance-button-<?php echo $block; ?>" type="button" class='ai-button' style="min-width: 85px; margin-right: 0px; display: none;"><?php _e ('Clearance', 'ad-inserter'); ?></button>
1214
- </div>
1215
-
1216
- <div style="clear: both;"></div>
1217
- </div>
1218
-
1219
- <div id="image-settings-<?php echo $block; ?>" class="rounded" style="<?php echo $image_settings ? "" : " display: none;" ?>">
1220
- <div style="float: left; margin-top: 1px;">
1221
- <?php _e ('Images', 'ad-inserter'); ?>
1222
- <input
1223
- type="text"
1224
- id="image-numbers-<?php echo $block; ?>"
1225
- name="<?php echo AI_OPTION_PARAGRAPH_NUMBER, WP_FORM_FIELD_POSTFIX, $block; ?>"
1226
- default="<?php echo $default->get_paragraph_number(); ?>"
1227
- value="<?php echo $obj->get_paragraph_number(); ?>"
1228
- title="<?php _e('Image number or comma separated image numbers: 1 to N means image number, %N means every N images, empty means all images, 0 means random image, value between 0 and 1 means relative position on the page (0.2 means paragraph at 20% of page images, 0.5 means middle image, 0.9 means paragraph at 90% of page images, etc.), negative number means counting from the opposite direction', 'ad-inserter'); ?>"
1229
- size="20"
1230
- maxlength="50" />
1231
- </div>
1232
- <div style="clear: both;"></div>
1233
- </div>
1234
-
1235
  <div id="paragraph-counting-<?php echo $block; ?>" class="rounded" style="<?php echo $paragraph_counting ? "" : "display: none;" ?>">
1236
  <div class="max-input" style="margin: 0 0 8px 0;">
1237
  <span style="display: table-cell; width: 1px; white-space: nowrap;">
@@ -1653,7 +1657,7 @@ function generate_settings_form (){
1653
 
1654
  <div id="device-detection-settings-<?php echo $block; ?>" style="<?php if (!$show_devices) echo 'display: none;'; ?>">
1655
 
1656
- <div id="ai-devices-container-<?php echo $block; ?>" style="padding: 0; margin 8px 0 0 0; border: 0;">
1657
  <ul id="ai-devices-tabs-<?php echo $block; ?>" style="display: none;">
1658
  <li id="ai-client-side-detection-<?php echo $block; ?>"><a href="#tab-client-side-<?php echo $block; ?>"><span style="<?php echo $client_side_style; ?>"><?php _e ('Client-side device detection', 'ad-inserter'); ?></span></a></li>
1659
  <li id="ai-server-side-detection<?php echo $block; ?>"><a href="#tab-server-side-<?php echo $block; ?>"><span style="<?php echo $server_side_style; ?>"><?php _e ('Server-side device detection', 'ad-inserter'); ?></span></a></li>
@@ -1665,7 +1669,7 @@ function generate_settings_form (){
1665
  <input id="client-side-detection-<?php echo $block; ?>" type="checkbox" name="<?php echo AI_OPTION_DETECT_CLIENT_SIDE, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_detection_client_side(); ?>" <?php if ($obj->get_detection_client_side ()==AI_ENABLED) echo 'checked '; ?> />
1666
  <label for="client-side-detection-<?php echo $block; ?>" style="vertical-align: baseline;"><?php _e ('Use client-side detection to', 'ad-inserter'); ?> </label>
1667
 
1668
- <select id="client-side-action-<?php echo $block; ?>" name="<?php echo AI_OPTION_CLIENT_SIDE_ACTION, WP_FORM_FIELD_POSTFIX, $block; ?>" style="margin: -4px 1px -2px 1px;" default="<?php echo $default->get_client_side_action (); ?>" title="Either show/hide or inseret when the page is loaded on wanted viewports">
1669
  <option value="<?php echo AI_CLIENT_SIDE_ACTION_SHOW; ?>" <?php echo ($obj->get_client_side_action () == AI_CLIENT_SIDE_ACTION_SHOW) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo strtolower (AI_TEXT_SHOW); ?></option>
1670
  <option value="<?php echo AI_CLIENT_SIDE_ACTION_INSERT; ?>" <?php echo ($obj->get_client_side_action () == AI_CLIENT_SIDE_ACTION_INSERT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo strtolower (AI_TEXT_INSERT); ?></option>
1671
  </select>
@@ -1740,7 +1744,7 @@ function generate_settings_form (){
1740
  </div>
1741
 
1742
  <div id="misc-settings-<?php echo $block; ?>" style="<?php if (!$show_misc) echo 'display: none;'; ?>">
1743
- <div id="ai-misc-container-<?php echo $block; ?>" style="padding: 0; margin 8px 0 0 0; border: 0;">
1744
  <ul id="ai-misc-tabs-<?php echo $block; ?>" style="display: none;">
1745
  <li id="ai-misc-insertion-<?php echo $block; ?>"><a href="#tab-insertion-<?php echo $block; ?>"><span style="<?php echo $insertion_style; ?>"><?php _e ('Insertion', 'ad-inserter'); ?></span></a></li>
1746
  <li id="ai-misc-filter-<?php echo $block; ?>"><a href="#tab-filter-<?php echo $block; ?>"><span style="<?php echo $filter_style; ?>"><?php _e ('Filter', 'ad-inserter'); ?></span></a></li>
@@ -1837,7 +1841,7 @@ function generate_settings_form (){
1837
  <?php _e('Filter insertions', 'ad-inserter'); ?>
1838
  </span>
1839
  <span style="display: table-cell;">
1840
- <input style="width: 100%;" type="text" name="<?php echo AI_OPTION_EXCERPT_NUMBER, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_call_filter(); ?>" value="<?php echo $obj->get_call_filter(); ?>" title= "<?php _e ('Filter multiple insertions by specifying wanted insertions for this block - single number, comma separated numbers or %N for every N insertions - empty means all insertions / no filter. Set Counter for filter to Auto if you are using only one insertion type.', 'ad-inserter'); ?>" size="12" maxlength="36" />
1841
  </span>
1842
  <span style="display: table-cell; padding-left: 10px;">
1843
  <?php _e('using', 'ad-inserter'); ?>
@@ -1852,14 +1856,14 @@ function generate_settings_form (){
1852
  <option value="<?php echo AI_FILTER_SUBPAGES; ?>" <?php echo ($filter_type == AI_FILTER_SUBPAGES) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_SUBPAGES_COUNTER; ?></option>
1853
  <option value="<?php echo AI_FILTER_POSTS; ?>" <?php echo ($filter_type == AI_FILTER_POSTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_POSTS_COUNTER; ?></option>
1854
  <option value="<?php echo AI_FILTER_PARAGRAPHS; ?>" <?php echo ($filter_type == AI_FILTER_PARAGRAPHS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_PARAGRAPHS_COUNTER; ?></option>
1855
- <!-- <option value="<?php echo AI_FILTER_IMAGES; ?>" <?php echo ($filter_type == AI_FILTER_IMAGES) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_IMAGES_COUNTER; ?></option>-->
1856
  <option value="<?php echo AI_FILTER_COMMENTS; ?>" <?php echo ($filter_type == AI_FILTER_COMMENTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_COMMENTS_COUNTER; ?></option>
1857
  </select>
1858
  </span>
1859
  <span style="display: table-cell; text-align: right;">
1860
  <input type="hidden" name="<?php echo AI_OPTION_INVERTED_FILTER, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1861
- <input style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_INVERTED_FILTER, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_inverted_filter(); ?>" <?php if ($obj->get_inverted_filter () == AI_ENABLED) echo 'checked '; ?> />
1862
- <label for="enable-ajax-<?php echo $block; ?>" style="vertical-align: top;" title="<?php _e ('Checked means specified calls are unwanted', 'ad-inserter'); ?>"><?php _e ('Invert filter', 'ad-inserter'); ?></label>
1863
  </span>
1864
  </div>
1865
  </div>
@@ -1975,7 +1979,7 @@ function generate_settings_form (){
1975
  if ($insertion_disabled) $style_d = "font-weight: bold; color: #e44;"; else $style_d = "";
1976
  ?>
1977
 
1978
- <div id="ai-plugin-settings-tab-container" style="padding: 0; margin 8px 0 0 0; border: 0;">
1979
  <ul id="ai-plugin-settings-tabs" style="display: none;">
1980
  <li id="ai-g" class="ai-plugin-tab"><a href="#tab-general"><?php _e ('General', 'ad-inserter'); ?></a></li>
1981
  <li id="ai-v" class="ai-plugin-tab"><a href="#tab-viewports"><?php _e ('Viewports', 'ad-inserter'); ?></a></li>
@@ -2737,6 +2741,7 @@ function generate_settings_form (){
2737
  <?php if (!isset ($_GET ['settings'])): // start of code only for normal settings ?>
2738
 
2739
  </div> <!-- ai-container -->
 
2740
 
2741
  <?php
2742
 
@@ -2797,6 +2802,7 @@ function generate_settings_form (){
2797
 
2798
  <?php
2799
  if ($subpage == 'main') {
 
2800
  code_block_list_container ();
2801
  if (defined ('AI_ADSENSE_API')) {
2802
  adsense_list_container ();
@@ -2836,6 +2842,7 @@ function generate_settings_form (){
2836
  }
2837
  ?>
2838
 
 
2839
  </div>
2840
 
2841
  <script type="text/javascript">
@@ -2849,20 +2856,40 @@ function generate_settings_form (){
2849
  var image_selector = "#" + image_id;
2850
  if (jQuery (image_selector).length && !jQuery(image_selector + ":visible").length) {
2851
  blocking_counter ++;
2852
- var image = jQuery(image_selector);
2853
- image.hide ().after (image.clone ().attr ('class', '').attr ("id", image_id + '-ajax').
2854
- attr ('src', ajaxurl+'?action=ai_ajax_backend&image=' + image_src + '&ai_check=<?php echo wp_create_nonce ('adinserter_data'); ?>').
2855
- css ('display', css_display));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2856
  }
2857
  }
2858
 
2859
  jQuery("#blocked-warning.warning-enabled").show ();
2860
  jQuery("#blocked-warning.warning-enabled .blocked-warning-text").css ('color', '#00f');
 
 
 
2861
  <?php
2862
  if (!function_exists ('ai_settings_side')) {
2863
  ?>
2864
-
2865
- var blocking_counter = 0;
2866
  replace_blocked_image ('ai-media-1', 'contextual-1.gif', 'block');
2867
  replace_blocked_image ('ai-media-2', 'contextual-2.jpg', 'block');
2868
  replace_blocked_image ('ai-media-3', 'contextual-3.png', 'block');
@@ -2871,23 +2898,42 @@ function generate_settings_form (){
2871
  replace_blocked_image ('ai-info-1', 'info-1.jpg', 'block');
2872
  replace_blocked_image ('ai-info-2', 'info-2.jpg', 'block');
2873
  replace_blocked_image ('ai-info-3', 'info-3.jpg', 'block');
 
 
2874
  replace_blocked_image ('ai-pro-1', 'icon-256x256.jpg', 'block');
2875
  replace_blocked_image ('ai-pro-2', 'ai-charts-250.png', 'block');
2876
  replace_blocked_image ('ai-pro-3', 'ai-countries-250.png', 'block');
2877
  replace_blocked_image ('ai-preview', 'ai-preview-250.png', 'block');
2878
  replace_blocked_image ('ai-stars-img', 'stars.png', 'inline');
2879
- replace_blocked_image ('ai-tw', 'twitter.png', 'inline');
2880
- replace_blocked_image ('ai-fb', 'facebook.png', 'inline');
2881
- replace_blocked_image ('ai-pdf', 'manual.png', 'inline');
2882
- if (blocking_counter > 5) {
 
 
 
 
 
 
2883
  var message = 'Ad blocking test: ' + blocking_counter + ' images not loaded';
2884
- console.log ('AD INSERTER:', message);
2885
  jQuery("#blocked-warning").attr ('title', message).show ();
2886
  jQuery("#blocked-warning .blocked-warning-text").css ('color', '#00f');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2887
  }
2888
- <?php
2889
- }
2890
- ?>
2891
  }
2892
  </script>
2893
 
@@ -2933,6 +2979,104 @@ function get_sidebar_widgets () {
2933
  return $sidebars_with_widget;
2934
  }
2935
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2936
  function code_block_list_container () {
2937
  ?>
2938
  <div id="ai-list-container" class="ai-form rounded" style="background: #fff; display: none;">
@@ -3533,17 +3677,20 @@ function generate_list_options ($options) {
3533
 
3534
  switch ($options) {
3535
  case 'category':
3536
- $args = array("hide_empty" => 0);
 
3537
  $category_data = get_categories ($args);
3538
- $category_data = array_slice ($category_data, 0, $max_items);
3539
  foreach ($category_data as $category) {
3540
  echo " <option value='{$category->slug}'>{$category->slug} ({$category->name})</option>\n";
3541
  }
3542
  break;
3543
 
3544
  case 'tag':
3545
- $tag_data = get_tags ();
3546
- $tag_data = array_slice ($tag_data, 0, $max_items);
 
 
3547
  foreach ($tag_data as $tag) {
3548
  echo " <option value='{$tag->slug}'>{$tag->slug} ({$tag->name})</option>\n";
3549
  }
@@ -3633,11 +3780,117 @@ function generate_list_options ($options) {
3633
  }
3634
  }
3635
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3636
 
3637
  function sidebar_addense_alternative () { ?>
3638
 
3639
  <?php
3640
- switch (rand (1, 6)) {
3641
  case 1:
3642
  ?>
3643
  <div class="ai-form header rounded">
@@ -3680,6 +3933,22 @@ function sidebar_addense_alternative () { ?>
3680
  case 4:
3681
  case 5:
3682
  case 6:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3683
  ?>
3684
  <div class="ai-form header rounded">
3685
  <div style="float: left;">
@@ -3841,7 +4110,7 @@ function sidebar_pro () {
3841
  <?php switch ($version) {
3842
  case 0: ?>
3843
  <!-- <a href="https://adinserter.pro/" class="clear-link" title="Automate ad placement on posts and pages" target="_blank"><img id="ai-pro-1" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>icon-256x256.jpg" style="margin-top: 10px;" /></a>-->
3844
- <a href='http://bit.ly/info_links' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-3" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-3.jpg" style="margin-top: 10px;" /></a>
3845
  <?php break; case 1: ?>
3846
  <a href='http://bit.ly/info_links' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-3" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-3.jpg" style="margin-top: 10px;" /></a>
3847
  <?php break; case 2: ?>
@@ -3854,11 +4123,17 @@ function sidebar_pro () {
3854
  <div>
3855
  <?php switch ($version) {
3856
  case 0:
 
 
 
3857
  case 1:
3858
  ?>
3859
  <a href="https://adinserter.pro/documentation/ad-impression-and-click-tracking" class="clear-link" title="<?php _e ('A/B testing - Track ad impressions and clicks', 'ad-inserter'); ?>" target="_blank"><img id="ai-pro-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-charts-250.png" style="margin-top: 10px;" /></a>
3860
  <?php break;
3861
  case 2:
 
 
 
3862
  case 3:
3863
  ?>
3864
  <a href='https://adinserter.pro/documentation/code-preview' class="clear-link" title="<?php _e ('Code preview with visual CSS editor', 'ad-inserter'); ?>" target="_blank"><img id="ai-preview" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-preview-250.png" style="margin-top: 10px;" /></a>
@@ -3877,21 +4152,27 @@ function sidebar_pro () {
3877
  <a href='http://bit.ly/info_links' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-2.jpg" style="margin-top: 10px;" /></a>
3878
  <?php break; case 3: ?>
3879
  <!-- <a href="https://adinserter.pro/documentation/black-and-white-lists#geo-targeting" class="clear-link" title="Geotargeting - black/white-list countries" target="_blank"><img id="ai-pro-3" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-countries-250.png" style="margin-top: 10px;" /></a>-->
3880
- <a href='http://bit.ly/info_links' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-2.jpg" style="margin-top: 10px;" /></a>
3881
  <?php break;
3882
  } ?>
3883
  </div>
3884
  <div>
3885
  <?php switch ($version) {
3886
  case 0:
3887
- case 1:
3888
  ?>
3889
  <a href='https://adinserter.pro/documentation/code-preview' class="clear-link" title="<?php _e ('Code preview with visual CSS editor', 'ad-inserter'); ?>" target="_blank"><img id="ai-preview" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-preview-250.png" style="margin-top: 10px;" /></a>
 
 
 
 
3890
  <?php break;
3891
  case 2:
3892
- case 3:
3893
  ?>
3894
  <a href="https://adinserter.pro/documentation/ad-impression-and-click-tracking" class="clear-link" title="<?php _e ('A/B testing - Track ad impressions and clicks', 'ad-inserter'); ?>" target="_blank"><img id="ai-pro-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-charts-250.png" style="margin-top: 10px;" /></a>
 
 
 
 
3895
  <?php break;
3896
  } ?>
3897
  </div>
@@ -3905,7 +4186,7 @@ function sidebar_pro () {
3905
  <li><?php /* translators: %s HTML tags */ printf (__('Syntax highlighting %s editor %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/code-editing" class="simple-link" target="_blank">', '</a>'); ?></li>
3906
  <li><?php /* translators: %s HTML tags */ printf (__('%s Code preview %s with visual CSS editor', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/code-preview" class="simple-link" target="_blank">', '</a>'); ?></li>
3907
  <li><?php /* translators: %s HTML tags */ printf (__('Simple user interface - all settings on a single page', 'ad-inserter')); ?></li>
3908
- <li><?php /* translators: %s HTML tags */ printf (__('%s Automatic insertion %s before or after post / content / %s paragraph %s / excerpt', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/automatic-insertion" class="simple-link" target="_blank">', '</a>', '<a href="https://adinserter.pro/documentation/paragraph-settings" class="simple-link" target="_blank">', '</a>'); ?></li>
3909
  <li><?php /* translators: %s HTML tags */ printf (__('%s Automatic insertion %s between posts on blog pages', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/automatic-insertion" class="simple-link" target="_blank">', '</a>'); ?></li>
3910
  <li><?php /* translators: %s HTML tags */ printf (__('%s Automatic insertion %s before, between and after comments', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/automatic-insertion" class="simple-link" target="_blank">', '</a>'); ?></li>
3911
  <li><?php /* translators: %s HTML tags */ printf (__('%s Automatic insertion %s after %s or before %s tag', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/automatic-insertion" class="simple-link" target="_blank">', '</a>', '<code>&lt;body&gt;</code>', '<code>&lt;/body&gt;</code>'); ?></li>
@@ -3948,7 +4229,7 @@ function sidebar_pro () {
3948
  <li><?php /* translators: %s HTML tags */ printf (__('%s Visualization %s of HTML tags for easier ad placement between paragraphs', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/debugging#visualization" class="simple-link" target="_blank">', '</a>'); ?></li>
3949
  <li><?php /* translators: %s HTML tags */ printf (__('%s Clipboard support %s to easily copy blocks or settings', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/code-editing#clipboard" class="simple-link" target="_blank">', '</a>'); ?></li>
3950
  <li><?php /* translators: %s HTML tags */ printf (__('No ads on the settings page', 'ad-inserter')); ?></li>
3951
- <li><?php /* translators: %s HTML tags */ printf (__('Support via email', 'ad-inserter')); ?></li>
3952
  </ul>
3953
 
3954
  <p style="text-align: justify;"><?php /* translators: %s HTML tags */ printf (__('Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress website with many advertising features to automatically insert adverts on posts and pages. With Ad Inserter Pro you also get <strong>one year of free updates and support via email</strong>. If you find Ad Inserter useful and need ad statistics for impressions and clicks, A/B testing, sticky ads, slider ads, pop-up ads, geotargeting or geolocation to serve country-specific ads, to protect content or to serve different ads for users using ad blockers, multisite options to limit settings for ads, to block some IP addresses, to schedule ads, then you can simply upgrade to %s Ad Inserter Pro %s (existing settings will be preserved).', 'ad-inserter'), '<a href="https://adinserter.pro/" style="text-decoration: none;" target="_blank">', '</a>'); ?></p>
26
  $subpage = 'main';
27
  $start = 1;
28
  $end = 16;
29
+
30
  if (isset ($_GET ['subpage'])) $subpage = $_GET ['subpage'];
31
 
32
  if (isset ($_GET ['start'])) $start = $_GET ['start']; else $start = 1;
35
  $end = $start + 15;
36
  if ($end > 96) $end = 96;
37
 
 
38
  if (isset ($_POST ['ai-active-tab'])) {
39
  $active_tabs = json_decode ($_POST ['ai-active-tab']);
40
  if ($active_tabs == null) $active_tabs = array ($start, 0);
504
  intval ($obj->get_minimum_words()) != 0 ||
505
  intval ($obj->get_maximum_words()) != 0;
506
 
507
+ $automatic_insertion = $obj->get_automatic_insertion();
508
+
509
+ $paragraph_settings =
510
+ $automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_PARAGRAPH ||
511
+ $automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_PARAGRAPH;
512
+
513
+ $image_settings =
514
+ $automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_IMAGE ||
515
+ $automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_IMAGE;
516
+
517
+ $filter_insertions_settings =
518
+ $automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_EXCERPT ||
519
+ $automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_EXCERPT ||
520
+ $automatic_insertion == AI_AUTOMATIC_INSERTION_BETWEEN_POSTS ||
521
+ $automatic_insertion == AI_AUTOMATIC_INSERTION_BETWEEN_COMMENTS;
522
+
523
  $scheduling_active = $obj->get_scheduling() != AI_SCHEDULING_OFF;
524
 
525
+ if ($filter_insertions_settings) {
526
+ $filter_active = $obj->get_filter_type() != AI_FILTER_AUTO || $obj->get_inverted_filter() != 0;
527
+ } else $filter_active = $obj->get_call_filter() || $obj->get_inverted_filter() != 0;
528
 
529
  $adb_block_action_active = $obj->get_adb_block_action () != AI_ADB_BLOCK_ACTION_DO_NOTHING;
530
 
548
  if ($display_options) $display_style = "font-weight: bold; color: #66f;"; else $display_style = "";
549
  $general_style = '';
550
 
551
+ $paragraph_counting = $paragraph_settings && (
 
 
 
 
 
 
 
 
 
 
552
  $obj->get_direction_type() != $default->get_direction_type() ||
553
  $obj->get_paragraph_tags() != $default->get_paragraph_tags() ||
554
  $obj->get_minimum_paragraph_words() != $default->get_minimum_paragraph_words() ||
557
  $obj->get_paragraph_text() != $default->get_paragraph_text() ||
558
  $obj->get_paragraph_number_minimum() != $default->get_paragraph_number_minimum() ||
559
  $obj->get_minimum_words_above() != $default->get_minimum_words_above() ||
560
+ $obj->get_count_inside_blockquote() != $default->get_count_inside_blockquote()
561
+ );
562
 
563
+ $paragraph_clearance = $paragraph_settings && (
564
  ($obj->get_avoid_text_above() != $default->get_avoid_text_above() && intval ($obj->get_avoid_paragraphs_above()) != 0) ||
565
+ ($obj->get_avoid_text_below() != $default->get_avoid_text_below() && intval ($obj->get_avoid_paragraphs_below()) != 0)
566
+ );
567
 
568
  $html_settings =
569
  $automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_HTML_ELEMENT ||
933
 
934
  </div>
935
 
 
 
 
 
 
 
 
 
 
 
936
  </div>
937
  <?php endif; ?>
938
 
957
  <div style="clear: both;"></div>
958
  </div>
959
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
960
  <div class="responsive-table small-button rounded">
961
+ <table id="page-types-<?php echo $block; ?>" class="ai-page-types">
962
+ <tr style="height: 27px;">
963
+ <td class="ai-page-type ai-po" style="width: 50%;">
964
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_POSTS, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
965
+ <input id="display-posts-<?php echo $block; ?>" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_POSTS, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_display_settings_post(); ?>" title="<?php _e ('Enable insertion on posts', 'ad-inserter'); ?>" <?php if ($obj->get_display_settings_post()==AI_ENABLED) echo 'checked '; ?> />
966
 
967
  <select style="margin: 0 0 0 10px;" id="enabled-on-which-posts-<?php echo $block; ?>" name="<?php echo AI_OPTION_ENABLED_ON_WHICH_POSTS, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_ad_enabled_on_which_posts(); ?>" style="width:160px" title="<?php _e ('Individual post exceptions (if enabled here) can be configured in post editor. Leave blank for no individual post exceptions.', 'ad-inserter'); ?>">
968
  <option value="<?php echo AI_NO_INDIVIDUAL_EXCEPTIONS; ?>" <?php echo ($obj->get_ad_enabled_on_which_posts()==AI_NO_INDIVIDUAL_EXCEPTIONS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_NO_INDIVIDUAL_EXCEPTIONS; ?></option>
971
  </select>
972
  &nbsp;
973
  <label for="display-posts-<?php echo $block; ?>" title="<?php _e ('Individual post exceptions (if enabled here) can be configured in post editor. Leave blank for no individual post exceptions.', 'ad-inserter'); ?>"><?php _e ('Posts', 'ad-inserter'); ?></label>
 
 
 
 
 
 
 
 
 
 
 
974
  </td>
975
+ <td class="ai-page-type ai-hp" style="width: 25%; padding-left: 8px;">
976
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_HOMEPAGE, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
977
  <input id= "display-homepage-<?php echo $block; ?>" style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_HOMEPAGE, WP_FORM_FIELD_POSTFIX, $block; ?>" title="<?php _e ('Enable insertion on homepage: latest posts (including on sub-pages), static page or theme homepage (available positions may depend on hooks used by the theme)', 'ad-inserter'); ?>" value="1" default="<?php echo $default->get_display_settings_home(); ?>" <?php if ($obj->get_display_settings_home()==AI_ENABLED) echo 'checked '; ?> />
978
  <label for="display-homepage-<?php echo $block; ?>" title="<?php _e ('Enable insertion on homepage: latest posts (including on sub-pages), static page or theme homepage (available positions may depend on hooks used by the theme)', 'ad-inserter'); ?>"><?php _e ('Homepage', 'ad-inserter'); ?></label>
979
  </td>
980
+ <td class="ai-page-type ai-cp" style="width: 30%; padding-left: 8px;">
981
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_CATEGORY_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
982
  <input id= "display-category-<?php echo $block; ?>" style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_CATEGORY_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" title="<?php _e ('Enable insertion on category blog pages (including sub-pages)', 'ad-inserter'); ?>" value="1" default="<?php echo $default->get_display_settings_category(); ?>" <?php if ($obj->get_display_settings_category()==AI_ENABLED) echo 'checked '; ?> />
983
  <label for="display-category-<?php echo $block; ?>" title="<?php _e ('Enable insertion on category blog pages (including sub-pages)', 'ad-inserter'); ?>"><?php _e ('Category pages', 'ad-inserter'); ?></label>
984
  </td>
985
+ <td style="padding-left: 20px;">
986
+ <span class="page-checker-button checkbox-button dashicons dashicons-editor-justify" title="<?php _e ('Check theme for available positions for automatic insertion', 'ad-inserter'); ?>"></span>
987
+ </td>
988
  </tr>
989
 
990
+ <tr style="height: 27px;">
991
+ <td class="ai-page-type ai-pa">
992
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
993
+ <input id="display-pages-<?php echo $block; ?>" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_display_settings_page(); ?>" title="<?php _e ('Enable insertion on static pages', 'ad-inserter'); ?>" <?php if ($obj->get_display_settings_page()==AI_ENABLED) echo 'checked '; ?> />
994
 
995
  <select style="margin: 0 0 0 10px;" id="enabled-on-which-pages-<?php echo $block; ?>" name="<?php echo AI_OPTION_ENABLED_ON_WHICH_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_ad_enabled_on_which_pages(); ?>" style="width:160px" title="<?php _e ('Individual static page exceptions (if enabled here) can be configured in page editor. Leave blank for no individual page exceptions.', 'ad-inserter'); ?>">
996
  <option value="<?php echo AI_NO_INDIVIDUAL_EXCEPTIONS; ?>" <?php echo ($obj->get_ad_enabled_on_which_pages()==AI_NO_INDIVIDUAL_EXCEPTIONS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_NO_INDIVIDUAL_EXCEPTIONS; ?></option>
1000
  &nbsp;
1001
  <label for="display-pages-<?php echo $block; ?>" title="<?php _e ('Individual static page exceptions (if enabled here) can be configured in page editor. Leave blank for no individual page exceptions.', 'ad-inserter'); ?>"><?php _e ('Static pages', 'ad-inserter'); ?></label>
1002
  </td>
1003
+ <td class="ai-page-type ai-ap" style="padding-left: 8px;">
 
 
1004
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_SEARCH_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1005
  <input id= "display-search-<?php echo $block; ?>" style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_SEARCH_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" title="<?php _e ('Enable insertion on search blog pages', 'ad-inserter'); ?>" value="1" default="<?php echo $default->get_display_settings_search(); ?>" <?php if ($obj->get_display_settings_search()==AI_ENABLED) echo 'checked '; ?> />
1006
  <label for="display-search-<?php echo $block; ?>" title="<?php _e ('Enable insertion on search blog pages', 'ad-inserter'); ?>"><?php _e ('Search pages', 'ad-inserter'); ?></label>
1007
  </td>
1008
+ <td class="ai-page-type ai-sp" style="padding-left: 8px;">
1009
  <input type="hidden" name="<?php echo AI_OPTION_DISPLAY_ON_ARCHIVE_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1010
  <input id= "display-archive-<?php echo $block; ?>" style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_DISPLAY_ON_ARCHIVE_PAGES, WP_FORM_FIELD_POSTFIX, $block; ?>" title="<?php _e ('Enable insertion on tag or archive blog pages', 'ad-inserter'); ?>" value="1" default="<?php echo $default->get_display_settings_archive(); ?>" <?php if ($obj->get_display_settings_archive()==AI_ENABLED) echo 'checked '; ?> />
1011
  <label for="display-archive-<?php echo $block; ?>" title="<?php _e ('Enable insertion on tag or archive blog pages', 'ad-inserter'); ?>"><?php _e ('Tag / Archive pages', 'ad-inserter'); ?></label>
1012
  </td>
1013
+ <td style="padding-left: 20px;">
1014
+ <?php
1015
+ if (!empty ($block_exceptions [$block])) {
1016
+ ?>
1017
+ <span id="exceptions-button-<?php echo $block; ?>" class="checkbox-button dashicons dashicons-forms" title="<?php _e ('Toggle list of individual exceptions', 'ad-inserter'); ?>"></span>
1018
+ <?php
1019
+ }
1020
+ ?>
1021
+ </td>
1022
  </tr>
1023
  </table>
1024
  </div>
1059
  ?>
1060
  </div>
1061
 
1062
+ <div class="responsive-table rounded">
1063
+ <table>
1064
+ <tbody>
1065
+ <tr>
1066
+ <td style="width: 5%; overflow: hidden;">
1067
+ <?php _e('Insertion', 'ad-inserter'); ?>
1068
+ <select class="ai-image-selection" style="margin-bottom: 3px;" id="insertion-type-<?php echo $block; ?>" name="<?php echo AI_OPTION_AUTOMATIC_INSERTION, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_automatic_insertion(); ?>">
1069
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-disabled" value="<?php echo AI_AUTOMATIC_INSERTION_DISABLED; ?>" data-title="<?php echo AI_TEXT_DISABLED; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_DISABLED) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_DISABLED; ?></option>
1070
+ <?php if (defined ('AI_BUFFERING') && get_output_buffering ()) : ?>
1071
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-above-header" value="<?php echo AI_AUTOMATIC_INSERTION_ABOVE_HEADER; ?>" data-title="<?php echo AI_TEXT_ABOVE_HEADER; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_ABOVE_HEADER) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_ABOVE_HEADER; ?></option>
1072
+ <?php endif; ?>
1073
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-post" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_POST; ?>" data-title="<?php echo AI_TEXT_BEFORE_POST; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_POST) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_POST; ?></option>
1074
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-content" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_CONTENT; ?>" data-title="<?php echo AI_TEXT_BEFORE_CONTENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_CONTENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_CONTENT; ?></option>
1075
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-paragraph" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_PARAGRAPH; ?>" data-title="<?php echo AI_TEXT_BEFORE_PARAGRAPH; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_PARAGRAPH) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_PARAGRAPH; ?></option>
1076
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-paragraph" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_PARAGRAPH; ?>" data-title="<?php echo AI_TEXT_AFTER_PARAGRAPH; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_PARAGRAPH) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_PARAGRAPH; ?></option>
1077
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-image" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_IMAGE; ?>" data-title="<?php echo AI_TEXT_BEFORE_IMAGE; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_IMAGE) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_IMAGE; ?></option>
1078
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-image" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_IMAGE; ?>" data-title="<?php echo AI_TEXT_AFTER_IMAGE; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_IMAGE) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_IMAGE; ?></option>
1079
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-content" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_CONTENT; ?>" data-title="<?php echo AI_TEXT_AFTER_CONTENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_CONTENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_CONTENT; ?></option>
1080
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-post" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_POST; ?>" data-title="<?php echo AI_TEXT_AFTER_POST; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_POST) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_POST; ?></option>
1081
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-excerpts" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_EXCERPT; ?>" data-title="<?php echo AI_TEXT_BEFORE_EXCERPT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_EXCERPT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_EXCERPT; ?></option>
1082
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-excerpts" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_EXCERPT; ?>" data-title="<?php echo AI_TEXT_AFTER_EXCERPT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_EXCERPT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_EXCERPT; ?></option>
1083
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-between-posts" value="<?php echo AI_AUTOMATIC_INSERTION_BETWEEN_POSTS; ?>" data-title="<?php echo AI_TEXT_BETWEEN_POSTS; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BETWEEN_POSTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BETWEEN_POSTS; ?></option>
1084
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-comments" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_COMMENTS; ?>" data-title="<?php echo AI_TEXT_BEFORE_COMMENTS; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_COMMENTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_COMMENTS; ?></option>
1085
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-between-comments" value="<?php echo AI_AUTOMATIC_INSERTION_BETWEEN_COMMENTS; ?>" data-title="<?php echo AI_TEXT_BETWEEN_COMMENTS; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BETWEEN_COMMENTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BETWEEN_COMMENTS; ?></option>
1086
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-comments" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_COMMENTS; ?>" data-title="<?php echo AI_TEXT_AFTER_COMMENTS; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_COMMENTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_COMMENTS; ?></option>
1087
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-footer" value="<?php echo AI_AUTOMATIC_INSERTION_FOOTER; ?>" data-title="<?php echo AI_TEXT_FOOTER; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_FOOTER) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_FOOTER; ?></option>
1088
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-before-html" value="<?php echo AI_AUTOMATIC_INSERTION_BEFORE_HTML_ELEMENT; ?>" data-title="<?php echo AI_TEXT_BEFORE_HTML_ELEMENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_BEFORE_HTML_ELEMENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_BEFORE_HTML_ELEMENT; ?></option>
1089
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-inside-html" value="<?php echo AI_AUTOMATIC_INSERTION_INSIDE_HTML_ELEMENT; ?>" data-title="<?php echo AI_TEXT_INSIDE_HTML_ELEMENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_INSIDE_HTML_ELEMENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_INSIDE_HTML_ELEMENT; ?></option>
1090
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-after-html" value="<?php echo AI_AUTOMATIC_INSERTION_AFTER_HTML_ELEMENT; ?>" data-title="<?php echo AI_TEXT_AFTER_HTML_ELEMENT; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_AFTER_HTML_ELEMENT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_AFTER_HTML_ELEMENT; ?></option>
1091
+ <?php foreach ($ai_custom_hooks as $hook_index => $custom_hook) { ?>
1092
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-custom-hook" value="<?php echo AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1; ?>" data-title="<?php echo $custom_hook ['name']; ?>" <?php echo ($automatic_insertion == AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo $custom_hook ['name']; ?></option>
1093
+ <?php } ?>
1094
+ </select>
1095
+ </td>
1096
+ <td style="width: 50%;">
1097
+ <span id="paragraph-settings-<?php echo $block; ?>" style="<?php echo $paragraph_settings ? "" : " display: none;" ?>">
1098
+ <input
1099
+ type="text"
1100
+ id="paragraph-numbers-<?php echo $block; ?>"
1101
+ style="width: 100%;"
1102
+ name="<?php echo AI_OPTION_PARAGRAPH_NUMBER, WP_FORM_FIELD_POSTFIX, $block; ?>"
1103
+ default="<?php echo $default->get_paragraph_number(); ?>"
1104
+ value="<?php echo $obj->get_paragraph_number(); ?>"
1105
+ data-title-paragraphs="<?php _e('Paragraph number or comma separated paragraph numbers: 1 to N means paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 means random paragraph, value between 0 and 1 means relative position on the page (0.2 means paragraph at 20% of page paragraphs, 0.5 means paragraph halfway down the page, 0.9 means paragraph at 90% of page paragraphs, etc.), negative number means counting from the opposite direction', 'ad-inserter'); ?>"
1106
+ data-title-images="<?php _e('Image number or comma separated image numbers: 1 to N means image number, %N means every N images, empty means all images, 0 means random image, value between 0 and 1 means relative position on the page (0.2 means paragraph at 20% of page images, 0.5 means middle image, 0.9 means paragraph at 90% of page images, etc.), negative number means counting from the opposite direction', 'ad-inserter'); ?>"
1107
+ size="8"
1108
+ maxlength="70" />
1109
+ </span>
1110
+
1111
+ <span id="filter-settings-<?php echo $block; ?>" style="<?php echo $filter_insertions_settings ? "" : " display: none;" ?>">
1112
+ <input
1113
+ type="text"
1114
+ id="filter-numbers-insertions-<?php echo $block; ?>"
1115
+ style="width: 100%;"
1116
+ name="<?php echo AI_OPTION_EXCERPT_NUMBER, WP_FORM_FIELD_POSTFIX, $block; ?>"
1117
+ default="<?php echo $default->get_call_filter(); ?>"
1118
+ value="<?php echo $obj->get_call_filter(); ?>"
1119
+ data-title-excerpts="<?php _e('Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt numbers, %N means every N excerpts, empty means all excerpts', 'ad-inserter'); ?>"
1120
+ data-title-posts="<?php _e('Insertion Filter Mirror Setting | Post number or comma separated post numbers, %N means every N posts, empty means all posts', 'ad-inserter'); ?>"
1121
+ data-title-comments="<?php _e('Insertion Filter Mirror Setting | Comment number or comma separated comment numbers, %N means every N comments, empty means all comments', 'ad-inserter'); ?>"
1122
+ size="8"
1123
+ maxlength="70" />
1124
+ </span>
1125
+ </td>
1126
+ <td style="width: 2%; overflow: hidden;">
1127
+ <span id="paragraph-buttons-<?php echo $block; ?>" style="padding-left: 10px; display: none;">
1128
+ <span id="counting-button-<?php echo $block; ?>" class="checkbox-button dashicons dashicons-editor-paragraph" title="<?php _e ('Toggle paragraph counting settings', 'ad-inserter'); ?>"></span>
1129
+ <span id="clearance-button-<?php echo $block; ?>" class="checkbox-button dashicons dashicons-align-right" title="<?php _e ('Toggle paragraph clearance settings', 'ad-inserter'); ?>"></span>
1130
+ </span>
1131
+ <span id="filter-buttons-<?php echo $block; ?>" style="padding-left: 10px; display: none;">
1132
+ <span id="filter-button-<?php echo $block; ?>" class="checkbox-button dashicons dashicons-filter" title="<?php _e ('Toggle insertion filter settings', 'ad-inserter'); ?>"></span>
1133
+ </span>
1134
+ </td>
1135
+ <td style="width: 5%; overflow: hidden; padding-left: 10px;">
1136
+ <?php _e('Alignment', 'ad-inserter'); ?>
1137
+ <select id="block-alignment-<?php echo $block; ?>" name="<?php echo AI_OPTION_ALIGNMENT_TYPE, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_alignment_type(); ?>">
1138
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-default" value="<?php echo AI_ALIGNMENT_DEFAULT; ?>" data-title="<?php echo AI_TEXT_DEFAULT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_DEFAULT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_DEFAULT; ?></option>
1139
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-align-left" value="<?php echo AI_ALIGNMENT_LEFT; ?>" data-title="<?php echo AI_TEXT_LEFT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_LEFT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_LEFT; ?></option>
1140
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-center" value="<?php echo AI_ALIGNMENT_CENTER; ?>" data-title="<?php echo AI_TEXT_CENTER; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_CENTER) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_CENTER; ?></option>
1141
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-align-right" value="<?php echo AI_ALIGNMENT_RIGHT; ?>" data-title="<?php echo AI_TEXT_RIGHT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_RIGHT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_RIGHT; ?></option>
1142
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-float-left" value="<?php echo AI_ALIGNMENT_FLOAT_LEFT; ?>" data-title="<?php echo AI_TEXT_FLOAT_LEFT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_FLOAT_LEFT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_FLOAT_LEFT; ?></option>
1143
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-float-right" value="<?php echo AI_ALIGNMENT_FLOAT_RIGHT; ?>" data-title="<?php echo AI_TEXT_FLOAT_RIGHT; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_FLOAT_RIGHT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_FLOAT_RIGHT; ?></option>
1144
+ <?php if (function_exists ('ai_style_options')) ai_style_options ($obj); ?>
1145
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-custom-css" value="<?php echo AI_ALIGNMENT_CUSTOM_CSS; ?>" data-title="<?php echo AI_TEXT_CUSTOM_CSS; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_CUSTOM_CSS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_CUSTOM_CSS; ?></option>
1146
+ <option data-img-src="<?php echo plugins_url ('css/images/blank.png', __FILE__); ?>" data-img-class="automatic-insertion im-no-wrapping" value="<?php echo AI_ALIGNMENT_NO_WRAPPING; ?>" data-title="<?php echo AI_TEXT_NO_WRAPPING; ?>" <?php echo ($obj->get_alignment_type() == AI_ALIGNMENT_NO_WRAPPING) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_NO_WRAPPING; ?></option>
1147
+ </select>
1148
+ </td>
1149
+ <td style="width: 2%; overflow: hidden; padding-left: 10px;">
1150
+ <span id="show-css-button-<?php echo $block; ?>" class="checkbox-button dashicons dashicons-editor-kitchensink" title="<?php _e ('Toggle insertion and alignment icons', 'ad-inserter'); ?>"></span>
1151
+ </td>
1152
+ </tr>
1153
+ </tbody>
1154
+ </table>
1155
+
1156
+ <div id="icons-css-code-<?php echo $block; ?>" style="margin: 4px 0 0; display: none;">
1157
+ <div id="automatic-insertion-<?php echo $block; ?>"></div>
1158
+ <div id="alignment-style-<?php echo $block; ?>" style="margin-bottom: 4px;"></div>
1159
+
1160
+ <?php if (function_exists ('ai_sticky_position')) ai_sticky_position ($block, $obj, $default); ?>
1161
+
1162
+ <div class="max-input">
1163
+ <span id="css-label-<?php echo $block; ?>" style="display: table-cell; width: 36px; padding: 0; height: 26px; vertical-align: middle; margin: 4px 0 0 0; font-size: 14px; font-weight: bold;">CSS</span>
1164
+ <input id="custom-css-<?php echo $block; ?>" style="width: 100%; display: none; font-family: Courier, 'Courier New', monospace; font-weight: bold;" type="text" name="<?php echo AI_OPTION_CUSTOM_CSS, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_custom_css(); ?>" value="<?php echo $obj->get_custom_css(); ?>" maxlength="500" title="<?php _e ('Custom CSS code for the wrapping div', 'ad-inserter'); ?>" />
1165
+ <span style="display: table-cell; vertical-align: middle; font-family: Courier, 'Courier New', monospace; font-size: 12px; font-weight: bold; cursor: pointer;">
1166
+ <span id="css-no-wrapping-<?php echo $block; ?>" class='css-code' style="height: 26px; padding-left: 7px; display: none;"></span>
1167
+ <span id="css-none-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_DEFAULT); ?></span>
1168
+ <span id="css-left-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_LEFT); ?></span>
1169
+ <span id="css-right-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_RIGHT); ?></span>
1170
+ <span id="css-center-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_CENTER); ?></span>
1171
+ <span id="css-float-left-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-left: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_FLOAT_LEFT); ?></span>
1172
+ <span id="css-float-right-<?php echo $block; ?>" class='css-code-<?php echo $block; ?>' style="height: 18px; padding-right: 7px; display: none;" title="<?php _e ('CSS code for the wrapping div, click to edit', 'ad-inserter'); ?>"><?php echo $obj->alignment_style (AI_ALIGNMENT_FLOAT_RIGHT); ?></span>
1173
+ <?php if (function_exists ('ai_style_css')) ai_style_css ($block, $obj); ?>
1174
+ </span>
1175
+ <span style="display:table-cell; width: 46px;" ><button id="edit-css-button-<?php echo $block; ?>" type="button" class='ai-button' style="display: table-cell; padding: 0; margin: 0 0 0 8px;"><?php _e ('Edit', 'ad-inserter'); ?></button></span>
1176
+ </div>
1177
+ </div>
1178
+ </div>
1179
+
1180
+ <?php if (function_exists ('ai_sticky_animation')) ai_sticky_animation ($block, $obj, $default); ?>
1181
+
1182
  <div id="html-element-settings-<?php echo $block; ?>" class="rounded" style="<?php echo $html_settings ? "" : " display: none;" ?>">
1183
  <div class="max-input" style="margin: 0 0 8px 0;">
1184
  <span style="display: table-cell; width: 1px; white-space: nowrap;">
1236
  </div>
1237
  </div>
1238
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1239
  <div id="paragraph-counting-<?php echo $block; ?>" class="rounded" style="<?php echo $paragraph_counting ? "" : "display: none;" ?>">
1240
  <div class="max-input" style="margin: 0 0 8px 0;">
1241
  <span style="display: table-cell; width: 1px; white-space: nowrap;">
1657
 
1658
  <div id="device-detection-settings-<?php echo $block; ?>" style="<?php if (!$show_devices) echo 'display: none;'; ?>">
1659
 
1660
+ <div id="ai-devices-container-<?php echo $block; ?>" style="padding: 0; margin: 8px 0 0 0; border: 0;">
1661
  <ul id="ai-devices-tabs-<?php echo $block; ?>" style="display: none;">
1662
  <li id="ai-client-side-detection-<?php echo $block; ?>"><a href="#tab-client-side-<?php echo $block; ?>"><span style="<?php echo $client_side_style; ?>"><?php _e ('Client-side device detection', 'ad-inserter'); ?></span></a></li>
1663
  <li id="ai-server-side-detection<?php echo $block; ?>"><a href="#tab-server-side-<?php echo $block; ?>"><span style="<?php echo $server_side_style; ?>"><?php _e ('Server-side device detection', 'ad-inserter'); ?></span></a></li>
1669
  <input id="client-side-detection-<?php echo $block; ?>" type="checkbox" name="<?php echo AI_OPTION_DETECT_CLIENT_SIDE, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_detection_client_side(); ?>" <?php if ($obj->get_detection_client_side ()==AI_ENABLED) echo 'checked '; ?> />
1670
  <label for="client-side-detection-<?php echo $block; ?>" style="vertical-align: baseline;"><?php _e ('Use client-side detection to', 'ad-inserter'); ?> </label>
1671
 
1672
+ <select id="client-side-action-<?php echo $block; ?>" name="<?php echo AI_OPTION_CLIENT_SIDE_ACTION, WP_FORM_FIELD_POSTFIX, $block; ?>" style="margin: -4px 1px -2px 1px;" default="<?php echo $default->get_client_side_action (); ?>" title="<?php _e ('Either show/hide or insert when the page is loaded on wanted viewports', 'ad-inserter'); ?>">
1673
  <option value="<?php echo AI_CLIENT_SIDE_ACTION_SHOW; ?>" <?php echo ($obj->get_client_side_action () == AI_CLIENT_SIDE_ACTION_SHOW) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo strtolower (AI_TEXT_SHOW); ?></option>
1674
  <option value="<?php echo AI_CLIENT_SIDE_ACTION_INSERT; ?>" <?php echo ($obj->get_client_side_action () == AI_CLIENT_SIDE_ACTION_INSERT) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo strtolower (AI_TEXT_INSERT); ?></option>
1675
  </select>
1744
  </div>
1745
 
1746
  <div id="misc-settings-<?php echo $block; ?>" style="<?php if (!$show_misc) echo 'display: none;'; ?>">
1747
+ <div id="ai-misc-container-<?php echo $block; ?>" style="padding: 0; margin: 8px 0 0 0; border: 0;">
1748
  <ul id="ai-misc-tabs-<?php echo $block; ?>" style="display: none;">
1749
  <li id="ai-misc-insertion-<?php echo $block; ?>"><a href="#tab-insertion-<?php echo $block; ?>"><span style="<?php echo $insertion_style; ?>"><?php _e ('Insertion', 'ad-inserter'); ?></span></a></li>
1750
  <li id="ai-misc-filter-<?php echo $block; ?>"><a href="#tab-filter-<?php echo $block; ?>"><span style="<?php echo $filter_style; ?>"><?php _e ('Filter', 'ad-inserter'); ?></span></a></li>
1841
  <?php _e('Filter insertions', 'ad-inserter'); ?>
1842
  </span>
1843
  <span style="display: table-cell;">
1844
+ <input id="filter-numbers-<?php echo $block; ?>" style="width: 100%;" type="text" name="<?php echo AI_OPTION_EXCERPT_NUMBER, WP_FORM_FIELD_POSTFIX, $block; ?>" default="<?php echo $default->get_call_filter(); ?>" value="<?php echo $obj->get_call_filter(); ?>" title= "<?php _e ('Filter multiple insertions by specifying wanted insertions for this block - single number, comma separated numbers or %N for every N insertions - empty means all insertions / no filter. Set Counter for filter to Auto if you are using only one insertion type.', 'ad-inserter'); ?>" size="12" maxlength="36" />
1845
  </span>
1846
  <span style="display: table-cell; padding-left: 10px;">
1847
  <?php _e('using', 'ad-inserter'); ?>
1856
  <option value="<?php echo AI_FILTER_SUBPAGES; ?>" <?php echo ($filter_type == AI_FILTER_SUBPAGES) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_SUBPAGES_COUNTER; ?></option>
1857
  <option value="<?php echo AI_FILTER_POSTS; ?>" <?php echo ($filter_type == AI_FILTER_POSTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_POSTS_COUNTER; ?></option>
1858
  <option value="<?php echo AI_FILTER_PARAGRAPHS; ?>" <?php echo ($filter_type == AI_FILTER_PARAGRAPHS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_PARAGRAPHS_COUNTER; ?></option>
1859
+ <option value="<?php echo AI_FILTER_IMAGES; ?>" <?php echo ($filter_type == AI_FILTER_IMAGES) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_IMAGES_COUNTER; ?></option>
1860
  <option value="<?php echo AI_FILTER_COMMENTS; ?>" <?php echo ($filter_type == AI_FILTER_COMMENTS) ? AD_SELECT_SELECTED : AD_EMPTY_VALUE; ?>><?php echo AI_TEXT_COMMENTS_COUNTER; ?></option>
1861
  </select>
1862
  </span>
1863
  <span style="display: table-cell; text-align: right;">
1864
  <input type="hidden" name="<?php echo AI_OPTION_INVERTED_FILTER, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
1865
+ <input id="invert-filter-<?php echo $block; ?>" style="margin-left: 10px;" type="checkbox" name="<?php echo AI_OPTION_INVERTED_FILTER, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_inverted_filter(); ?>" <?php if ($obj->get_inverted_filter () == AI_ENABLED) echo 'checked '; ?> />
1866
+ <label for="invert-filter-<?php echo $block; ?>" style="vertical-align: top;" title="<?php _e ('Checked means specified calls are unwanted', 'ad-inserter'); ?>"><?php _e ('Invert filter', 'ad-inserter'); ?></label>
1867
  </span>
1868
  </div>
1869
  </div>
1979
  if ($insertion_disabled) $style_d = "font-weight: bold; color: #e44;"; else $style_d = "";
1980
  ?>
1981
 
1982
+ <div id="ai-plugin-settings-tab-container" style="padding: 0; margin: 8px 0 0 0; border: 0;">
1983
  <ul id="ai-plugin-settings-tabs" style="display: none;">
1984
  <li id="ai-g" class="ai-plugin-tab"><a href="#tab-general"><?php _e ('General', 'ad-inserter'); ?></a></li>
1985
  <li id="ai-v" class="ai-plugin-tab"><a href="#tab-viewports"><?php _e ('Viewports', 'ad-inserter'); ?></a></li>
2741
  <?php if (!isset ($_GET ['settings'])): // start of code only for normal settings ?>
2742
 
2743
  </div> <!-- ai-container -->
2744
+ <img id="ai-dummy-1" src="<?php echo AD_INSERTER_PLUGIN_URL, 'css/images/'; ?>blank.png" style="width: 1px; height: 1px; display: block; margin-top: -1px;" />
2745
 
2746
  <?php
2747
 
2802
 
2803
  <?php
2804
  if ($subpage == 'main') {
2805
+ page_checker_container ();
2806
  code_block_list_container ();
2807
  if (defined ('AI_ADSENSE_API')) {
2808
  adsense_list_container ();
2842
  }
2843
  ?>
2844
 
2845
+ <img id="ai-dummy-2" src="<?php echo AD_INSERTER_PLUGIN_URL, 'css/images/'; ?>blank.png" style="width: 1px; height: 1px; display: block; margin-top: -1px;" />
2846
  </div>
2847
 
2848
  <script type="text/javascript">
2856
  var image_selector = "#" + image_id;
2857
  if (jQuery (image_selector).length && !jQuery(image_selector + ":visible").length) {
2858
  blocking_counter ++;
2859
+ if (image_src != '') {
2860
+ var image = jQuery(image_selector);
2861
+ image.hide ().after (image.clone ().attr ('class', '').attr ("id", image_id + '-ajax').
2862
+ attr ('src', ajaxurl+'?action=ai_ajax_backend&image=' + image_src + '&ai_check=<?php echo wp_create_nonce ('adinserter_data'); ?>').
2863
+ css ('display', css_display));
2864
+ }
2865
+ }
2866
+ }
2867
+
2868
+ function replace_blocked_css (css_id, css_src) {
2869
+ var css_selector = "#" + css_id;
2870
+ if (jQuery (css_selector).length) {
2871
+ var css = jQuery(css_selector);
2872
+ css.after (css.clone ().attr ("id", css_id + '-ajax').
2873
+ attr ('href', ajaxurl+'?action=ai_ajax_backend&css=' + css_src + '&ai_check=<?php echo wp_create_nonce ('adinserter_data'); ?>'));
2874
+ }
2875
+ }
2876
+
2877
+ function replace_blocked_js (js_src) {
2878
+ var js_selector = 'script[src*="'+js_src+'"]';
2879
+ if (jQuery (js_selector).length) {
2880
+ var js = jQuery(js_selector);
2881
+ js.after (js.clone ().attr ('src', ajaxurl+'?action=ai_ajax_backend&css=' + js_src + '&ai_check=<?php echo wp_create_nonce ('adinserter_data'); ?>'));
2882
  }
2883
  }
2884
 
2885
  jQuery("#blocked-warning.warning-enabled").show ();
2886
  jQuery("#blocked-warning.warning-enabled .blocked-warning-text").css ('color', '#00f');
2887
+
2888
+ var blocking_counter = 0;
2889
+
2890
  <?php
2891
  if (!function_exists ('ai_settings_side')) {
2892
  ?>
 
 
2893
  replace_blocked_image ('ai-media-1', 'contextual-1.gif', 'block');
2894
  replace_blocked_image ('ai-media-2', 'contextual-2.jpg', 'block');
2895
  replace_blocked_image ('ai-media-3', 'contextual-3.png', 'block');
2898
  replace_blocked_image ('ai-info-1', 'info-1.jpg', 'block');
2899
  replace_blocked_image ('ai-info-2', 'info-2.jpg', 'block');
2900
  replace_blocked_image ('ai-info-3', 'info-3.jpg', 'block');
2901
+ replace_blocked_image ('ai-ez-1', 'ez-1.jpg', 'block');
2902
+ replace_blocked_image ('ai-ez-2', 'ez-2.jpg', 'block');
2903
  replace_blocked_image ('ai-pro-1', 'icon-256x256.jpg', 'block');
2904
  replace_blocked_image ('ai-pro-2', 'ai-charts-250.png', 'block');
2905
  replace_blocked_image ('ai-pro-3', 'ai-countries-250.png', 'block');
2906
  replace_blocked_image ('ai-preview', 'ai-preview-250.png', 'block');
2907
  replace_blocked_image ('ai-stars-img', 'stars.png', 'inline');
2908
+ <?php
2909
+ } else {
2910
+ ?>
2911
+ replace_blocked_image ('ai-dummy-1', '', '');
2912
+ replace_blocked_image ('ai-dummy-2', '', '');
2913
+ <?php
2914
+ }
2915
+ ?>
2916
+
2917
+ if (blocking_counter >= 2) {
2918
  var message = 'Ad blocking test: ' + blocking_counter + ' images not loaded';
2919
+ console.log ('AI AD BLOCKING:', blocking_counter, 'images not loaded');
2920
  jQuery("#blocked-warning").attr ('title', message).show ();
2921
  jQuery("#blocked-warning .blocked-warning-text").css ('color', '#00f');
2922
+
2923
+ // replace_blocked_image ('ai-loading', 'loading.gif', 'block'); // new ids not used in js
2924
+ // replace_blocked_image ('ai-loading-2', 'loading.gif', 'block');
2925
+
2926
+ // replace_blocked_css ('ai-admin-css', 'css/ai-settings.css');
2927
+ // replace_blocked_css ('ai-admin-jquery-ui-css', 'css/jquery-ui-1.10.3.custom.min.css');
2928
+ // replace_blocked_css ('ai-admin-flags-css', 'css/flags.css');
2929
+ // replace_blocked_css ('ai-admin-multi-select-css', 'css/multi-select.css');
2930
+ // replace_blocked_css ('ai-image-picker-css', 'css/image-picker.css');
2931
+ // replace_blocked_css ('ai-combobox-css-css', 'css/jquery.scombobox.min.css');
2932
+ // replace_blocked_css ('ai-admin-gen-css', 'css/ai-admin.css');
2933
+ // replace_blocked_css ('puc-debug-bar-style-v4-css', 'includes/update-checker/css/puc-debug-bar.css');
2934
+
2935
+ // replace_blocked_js ('js/ad-inserter.js');
2936
  }
 
 
 
2937
  }
2938
  </script>
2939
 
2979
  return $sidebars_with_widget;
2980
  }
2981
 
2982
+ function page_checker_container () {
2983
+ global $ai_custom_hooks;
2984
+
2985
+ $current_theme = wp_get_theme();
2986
+
2987
+ ?>
2988
+ <div id="page-checker-container" class="ai-check-pages ai-form responsive-table rounded" style="background: rgb(255, 255, 255); display: none;">
2989
+ <div style="margin-bottom: 10px; min-height: 24px;">
2990
+ <?php echo __('Available positions for current theme', 'ad-inserter'), " <strong>", $current_theme->get ('Name'), " ", $current_theme->get ('Version'); ?></strong>
2991
+ <span class="ai-error-message" style="margin-left: 30px; color: #f00; display: none;"><?php _e ('Error checking pages', 'ad-inserter'); ?>: <span class="ai-error-message-text"></span></span>
2992
+ <div style="float: right;">
2993
+ <img id="ai-loading-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>loading.gif" style="width: 24px; height: 24px; vertical-align: middle; margin-right: 10px; display: none;" />
2994
+ <button type="button" id="check-pages-button" style="display: none; margin-right: 4px;" title="<?php _e ('Toggle theme checker for available positions for automatic insertion', 'ad-inserter'); ?>"><?php _ex ('Check', 'Button', 'ad-inserter'); ?></button>
2995
+ </div>
2996
+ <div style="clear: both;"></div>
2997
+ </div>
2998
+ <table cellspacing="0" cellpadding="0" class="check-pages">
2999
+ <tbody>
3000
+ <th style="width: 10%; text-align: left;"><?php _e ('Position', 'ad-inserter'); ?></th>
3001
+ <th style="width: 15%;"><?php _e ('Posts', 'ad-inserter'); ?></th>
3002
+ <th style="width: 15%;"><?php _e ('Static pages', 'ad-inserter'); ?></th>
3003
+ <th style="width: 15%;"><?php _e ('Homepage', 'ad-inserter'); ?></th>
3004
+ <th style="width: 15%;"><?php _e ('Category pages', 'ad-inserter'); ?></th>
3005
+ <th style="width: 15%;"><?php _e ('Tag / Archive pages', 'ad-inserter'); ?></th>
3006
+ <th style="width: 15%;"><?php _e ('Search pages', 'ad-inserter'); ?></th>
3007
+ </tr>
3008
+ <?php
3009
+
3010
+ // To check
3011
+ // ai-button2
3012
+ // ai-button-updating
3013
+
3014
+ $insertions = array ();
3015
+ $insertions [AI_AUTOMATIC_INSERTION_ABOVE_HEADER] = AI_TEXT_ABOVE_HEADER;
3016
+ $insertions [AI_AUTOMATIC_INSERTION_BEFORE_POST] = AI_TEXT_BEFORE_POST;
3017
+ $insertions [AI_AUTOMATIC_INSERTION_BEFORE_CONTENT] = AI_TEXT_BEFORE_CONTENT;
3018
+ $insertions [AI_AUTOMATIC_INSERTION_BEFORE_PARAGRAPH] = AI_TEXT_BEFORE_PARAGRAPH;
3019
+ $insertions [AI_AUTOMATIC_INSERTION_AFTER_PARAGRAPH] = AI_TEXT_AFTER_PARAGRAPH;
3020
+ $insertions [AI_AUTOMATIC_INSERTION_BEFORE_IMAGE] = AI_TEXT_BEFORE_IMAGE;
3021
+ $insertions [AI_AUTOMATIC_INSERTION_AFTER_IMAGE] = AI_TEXT_AFTER_IMAGE;
3022
+ $insertions [AI_AUTOMATIC_INSERTION_AFTER_CONTENT] = AI_TEXT_AFTER_CONTENT;
3023
+ $insertions [AI_AUTOMATIC_INSERTION_AFTER_POST] = AI_TEXT_AFTER_POST;
3024
+ $insertions [AI_AUTOMATIC_INSERTION_FOOTER] = AI_TEXT_FOOTER;
3025
+ $insertions [AI_AUTOMATIC_INSERTION_BETWEEN_POSTS] = AI_TEXT_BETWEEN_POSTS;
3026
+ $insertions [AI_AUTOMATIC_INSERTION_BEFORE_EXCERPT] = AI_TEXT_BEFORE_EXCERPT;
3027
+ $insertions [AI_AUTOMATIC_INSERTION_AFTER_EXCERPT] = AI_TEXT_AFTER_EXCERPT;
3028
+ $insertions [AI_AUTOMATIC_INSERTION_BEFORE_COMMENTS] = AI_TEXT_BEFORE_COMMENTS;
3029
+ $insertions [AI_AUTOMATIC_INSERTION_BETWEEN_COMMENTS] = AI_TEXT_BETWEEN_COMMENTS;
3030
+ $insertions [AI_AUTOMATIC_INSERTION_AFTER_COMMENTS] = AI_TEXT_AFTER_COMMENTS;
3031
+ foreach ($ai_custom_hooks as $hook_index => $custom_hook) {
3032
+ $insertions [AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $custom_hook ['index'] - 1] = $custom_hook ['name'];
3033
+ }
3034
+
3035
+ $counter = 0;
3036
+ foreach ($insertions as $insertion_type => $insertion_name) {
3037
+ // $single = true;
3038
+ // $blog = true;
3039
+ // switch ($insertion_type) {
3040
+ // case AI_AUTOMATIC_INSERTION_BEFORE_EXCERPT:
3041
+ // case AI_AUTOMATIC_INSERTION_AFTER_EXCERPT:
3042
+ // case AI_AUTOMATIC_INSERTION_BETWEEN_POSTS:
3043
+ // $single = false;
3044
+ // break;
3045
+
3046
+ // case AI_AUTOMATIC_INSERTION_BEFORE_COMMENTS:
3047
+ // case AI_AUTOMATIC_INSERTION_BETWEEN_COMMENTS:
3048
+ // case AI_AUTOMATIC_INSERTION_AFTER_COMMENTS:
3049
+ // $blog = false;
3050
+ // break;
3051
+ // }
3052
+
3053
+ if ($insertion_type == AI_AUTOMATIC_INSERTION_ABOVE_HEADER && (!defined ('AI_BUFFERING') || !get_output_buffering ())) {
3054
+ $class = '';
3055
+ $title = __('Position not available because output buffering (tab [*]) is not enabled', 'ad-inserter');
3056
+ } else {
3057
+ $class = 'ai-position ';
3058
+ $title = __('Position not checked yet', 'ad-inserter');;
3059
+ }
3060
+ ?>
3061
+ <tr style="background: <?php echo $counter %2 != 0 ? '#eee' : '#fff'; ?>">
3062
+ <td data-insertion="<?php echo $insertion_type; ?>" class="ai-position-name" style="text-align: left; padding-right: 10px;"><?php echo $insertion_name; ?></td>
3063
+ <td data-insertion="<?php echo $insertion_type; ?>" class="<?php echo $class; ?>ai-po ai-not-checked" style="" title="<?php echo $title; ?>">&#9679;</td>
3064
+ <td data-insertion="<?php echo $insertion_type; ?>" class="<?php echo $class; ?>ai-pa ai-not-checked" style="" title="<?php echo $title; ?>">&#9679;</td>
3065
+ <td data-insertion="<?php echo $insertion_type; ?>" class="<?php echo $class; ?>ai-hp ai-not-checked" style="" title="<?php echo $title; ?>">&#9679;</td>
3066
+ <td data-insertion="<?php echo $insertion_type; ?>" class="<?php echo $class; ?>ai-cp ai-not-checked" style="" title="<?php echo $title; ?>">&#9679;</td>
3067
+ <td data-insertion="<?php echo $insertion_type; ?>" class="<?php echo $class; ?>ai-ap ai-not-checked" style="" title="<?php echo $title; ?>">&#9679;</td>
3068
+ <td data-insertion="<?php echo $insertion_type; ?>" class="<?php echo $class; ?>ai-sp ai-not-checked" style="" title="<?php echo $title; ?>">&#9679;</td>
3069
+ </tr>
3070
+ <?php
3071
+ $counter ++;
3072
+ }
3073
+ ?>
3074
+ </tbody>
3075
+ </table>
3076
+ </div>
3077
+ <?php
3078
+ }
3079
+
3080
  function code_block_list_container () {
3081
  ?>
3082
  <div id="ai-list-container" class="ai-form rounded" style="background: #fff; display: none;">
3677
 
3678
  switch ($options) {
3679
  case 'category':
3680
+ // $args = array("hide_empty" => 0);
3681
+ $args = array("hide_empty" => 0, 'number' => $max_items);
3682
  $category_data = get_categories ($args);
3683
+ // $category_data = array_slice ($category_data, 0, $max_items);
3684
  foreach ($category_data as $category) {
3685
  echo " <option value='{$category->slug}'>{$category->slug} ({$category->name})</option>\n";
3686
  }
3687
  break;
3688
 
3689
  case 'tag':
3690
+ $args = array ('number' => $max_items);
3691
+ // $tag_data = get_tags ();
3692
+ $tag_data = get_tags ($args);
3693
+ // $tag_data = array_slice ($tag_data, 0, $max_items);
3694
  foreach ($tag_data as $tag) {
3695
  echo " <option value='{$tag->slug}'>{$tag->slug} ({$tag->name})</option>\n";
3696
  }
3780
  }
3781
  }
3782
 
3783
+ function ai_check_page ($options) {
3784
+ $download_urls = '';
3785
+
3786
+ // echo '["1","2","3","4"]';
3787
+ // return;
3788
+
3789
+ switch ($_GET ["check-page"]) {
3790
+ case 'po':
3791
+ case 'pa':
3792
+ $args = array (
3793
+ 'public' => true,
3794
+ '_builtin' => false
3795
+ );
3796
+ $custom_post_types = get_post_types ($args, 'names', 'and');
3797
+ $screens = array_values (array_merge (array ($_GET ["check-page"] == 'po' ? 'post' : 'page'), $custom_post_types));
3798
+
3799
+ $args = array (
3800
+ 'posts_per_page' => 1,
3801
+ 'offset' => 0,
3802
+ 'category' => '',
3803
+ 'category_name' => '',
3804
+ 'orderby' => 'ID',
3805
+ 'order' => 'DESC',
3806
+ 'include' => '',
3807
+ 'exclude' => '',
3808
+ 'meta_key' => '',
3809
+ 'meta_value' => '',
3810
+ 'post_type' => $screens,
3811
+ 'post_mime_type' => '',
3812
+ 'post_parent' => '',
3813
+ 'author' => '',
3814
+ 'author_name' => '',
3815
+ 'post_status' => '',
3816
+ 'suppress_filters' => true,
3817
+ );
3818
+ $posts_pages = get_posts ($args);
3819
+
3820
+ if (isset ($posts_pages [0])) {
3821
+ $download_urls []= get_permalink ($posts_pages [0]->ID);
3822
+ }
3823
+
3824
+ // Check also post/page with comments
3825
+ $args = array ('post_type' => $_GET ["check-page"] == 'po' ? 'post' : 'page', 'number' => 1);
3826
+ $comment_data = get_comments ($args);
3827
+ if (isset ($comment_data [0])) {
3828
+ $download_urls []= get_permalink ($comment_data [0]->comment_post_ID);
3829
+ }
3830
+ break;
3831
+ case 'hp':
3832
+ $download_urls []= home_url () . '/';
3833
+ break;
3834
+ case 'cp':
3835
+ $args = array ('hide_empty' => 0, 'orderby' => 'count', 'order' => 'DESC', 'number' => 1);
3836
+ $category_data = get_categories ($args);
3837
+ if (isset ($category_data [0])) {
3838
+ $download_urls []= get_category_link ($category_data [0]->cat_ID) . '/';
3839
+ }
3840
+ break;
3841
+ case 'ap':
3842
+ $args = array ('hide_empty' => 0, 'orderby' => 'count', 'order' => 'DESC', 'number' => 1);
3843
+ $tag_data = get_tags ($args);
3844
+ if (isset ($tag_data [0])) {
3845
+ $download_urls []= get_tag_link ($tag_data [0]->term_taxonomy_id) . '/';
3846
+ }
3847
+ break;
3848
+ case 'sp':
3849
+ $download_urls []= home_url () . '/?s=a';
3850
+ break;
3851
+ }
3852
+
3853
+ if (!empty ($download_urls)) {
3854
+ $positions = array ();
3855
+ $secret_key = ai_secret_key ();
3856
+ foreach ($download_urls as $download_url) {
3857
+ $tmp_file = download_url (add_query_arg (array ('ai-debug-positions' => '0', 'ai-secret' => $secret_key), $download_url));
3858
+ if (!is_wp_error ($tmp_file) && file_exists ($tmp_file)) {
3859
+ $page = file_get_contents ($tmp_file);
3860
+ preg_match_all ('#data-ai-position=[\'\"](.+?)[\'\"]#', $page, $matches);
3861
+ foreach (array_unique ($matches [1]) as $position) {
3862
+ $positions [] = (int) $position;
3863
+ }
3864
+ }
3865
+
3866
+ @unlink ($tmp_file);
3867
+ }
3868
+
3869
+ switch ($_GET ["check-page"]) {
3870
+ case 'po':
3871
+ case 'pa':
3872
+ if (in_array (AI_AUTOMATIC_INSERTION_BEFORE_CONTENT, $positions) && in_array (AI_AUTOMATIC_INSERTION_AFTER_CONTENT, $positions)) {
3873
+ $positions [] = AI_AUTOMATIC_INSERTION_BEFORE_PARAGRAPH;
3874
+ $positions [] = AI_AUTOMATIC_INSERTION_AFTER_PARAGRAPH;
3875
+ $positions [] = AI_AUTOMATIC_INSERTION_BEFORE_IMAGE;
3876
+ $positions [] = AI_AUTOMATIC_INSERTION_AFTER_IMAGE;
3877
+ }
3878
+ if (in_array (AI_AUTOMATIC_INSERTION_BEFORE_COMMENTS, $positions) && in_array (AI_AUTOMATIC_INSERTION_AFTER_COMMENTS, $positions)) {
3879
+ $positions [] = AI_AUTOMATIC_INSERTION_BETWEEN_COMMENTS;
3880
+ }
3881
+ break;
3882
+ }
3883
+
3884
+ $positions = array_unique ($positions);
3885
+ sort ($positions);
3886
+ echo json_encode ($positions);
3887
+ }
3888
+ }
3889
 
3890
  function sidebar_addense_alternative () { ?>
3891
 
3892
  <?php
3893
+ switch (rand (1, 9)) {
3894
  case 1:
3895
  ?>
3896
  <div class="ai-form header rounded">
3933
  case 4:
3934
  case 5:
3935
  case 6:
3936
+ ?>
3937
+ <div class="ai-form header rounded">
3938
+ <div style="float: left;">
3939
+ <h2 style="display: inline-block; margin: 5px 0;"><?php _e ('Blank ad blocks? Looking for AdSense alternative?', 'ad-inserter'); ?></h2>
3940
+ </div>
3941
+ <div style="clear: both;"></div>
3942
+ </div>
3943
+ <div class="ai-form rounded" style="height: 90px; padding: 8px 4px 8px 12px;">
3944
+ <a href='http://bit.ly/ezoic_ads' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-ez-1" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ez-1.jpg" /></a>
3945
+ </div>
3946
+ <?php
3947
+ break;
3948
+
3949
+ case 7:
3950
+ case 8:
3951
+ case 9:
3952
  ?>
3953
  <div class="ai-form header rounded">
3954
  <div style="float: left;">
4110
  <?php switch ($version) {
4111
  case 0: ?>
4112
  <!-- <a href="https://adinserter.pro/" class="clear-link" title="Automate ad placement on posts and pages" target="_blank"><img id="ai-pro-1" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>icon-256x256.jpg" style="margin-top: 10px;" /></a>-->
4113
+ <a href="http://bit.ly/ezoic-ads" class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-ez-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ez-2.jpg" style="margin-top: 10px;" /></a>
4114
  <?php break; case 1: ?>
4115
  <a href='http://bit.ly/info_links' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-3" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-3.jpg" style="margin-top: 10px;" /></a>
4116
  <?php break; case 2: ?>
4123
  <div>
4124
  <?php switch ($version) {
4125
  case 0:
4126
+ ?>
4127
+ <a href='http://bit.ly/info_links' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-3" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-3.jpg" style="margin-top: 10px;" /></a>
4128
+ <?php break;
4129
  case 1:
4130
  ?>
4131
  <a href="https://adinserter.pro/documentation/ad-impression-and-click-tracking" class="clear-link" title="<?php _e ('A/B testing - Track ad impressions and clicks', 'ad-inserter'); ?>" target="_blank"><img id="ai-pro-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-charts-250.png" style="margin-top: 10px;" /></a>
4132
  <?php break;
4133
  case 2:
4134
+ ?>
4135
+ <a href="http://bit.ly/ezoic-ads" class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-ez-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ez-2.jpg" style="margin-top: 10px;" /></a>
4136
+ <?php break;
4137
  case 3:
4138
  ?>
4139
  <a href='https://adinserter.pro/documentation/code-preview' class="clear-link" title="<?php _e ('Code preview with visual CSS editor', 'ad-inserter'); ?>" target="_blank"><img id="ai-preview" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-preview-250.png" style="margin-top: 10px;" /></a>
4152
  <a href='http://bit.ly/info_links' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-2.jpg" style="margin-top: 10px;" /></a>
4153
  <?php break; case 3: ?>
4154
  <!-- <a href="https://adinserter.pro/documentation/black-and-white-lists#geo-targeting" class="clear-link" title="Geotargeting - black/white-list countries" target="_blank"><img id="ai-pro-3" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-countries-250.png" style="margin-top: 10px;" /></a>-->
4155
+ <a href="http://bit.ly/ezoic-ads" class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-ez-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ez-2.jpg" style="margin-top: 10px;" /></a>
4156
  <?php break;
4157
  } ?>
4158
  </div>
4159
  <div>
4160
  <?php switch ($version) {
4161
  case 0:
 
4162
  ?>
4163
  <a href='https://adinserter.pro/documentation/code-preview' class="clear-link" title="<?php _e ('Code preview with visual CSS editor', 'ad-inserter'); ?>" target="_blank"><img id="ai-preview" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-preview-250.png" style="margin-top: 10px;" /></a>
4164
+ <?php break;
4165
+ case 1:
4166
+ ?>
4167
+ <a href="http://bit.ly/ezoic-ads" class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-ez-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ez-2.jpg" style="margin-top: 10px;" /></a>
4168
  <?php break;
4169
  case 2:
 
4170
  ?>
4171
  <a href="https://adinserter.pro/documentation/ad-impression-and-click-tracking" class="clear-link" title="<?php _e ('A/B testing - Track ad impressions and clicks', 'ad-inserter'); ?>" target="_blank"><img id="ai-pro-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>ai-charts-250.png" style="margin-top: 10px;" /></a>
4172
+ <?php break;
4173
+ case 3:
4174
+ ?>
4175
+ <a href='http://bit.ly/info_links' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-2.jpg" style="margin-top: 10px;" /></a>
4176
  <?php break;
4177
  } ?>
4178
  </div>
4186
  <li><?php /* translators: %s HTML tags */ printf (__('Syntax highlighting %s editor %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/code-editing" class="simple-link" target="_blank">', '</a>'); ?></li>
4187
  <li><?php /* translators: %s HTML tags */ printf (__('%s Code preview %s with visual CSS editor', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/code-preview" class="simple-link" target="_blank">', '</a>'); ?></li>
4188
  <li><?php /* translators: %s HTML tags */ printf (__('Simple user interface - all settings on a single page', 'ad-inserter')); ?></li>
4189
+ <li><?php /* translators: %s HTML tags */ printf (__('%s Automatic insertion %s before or after post / content / %s paragraph %s / image / excerpt', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/automatic-insertion" class="simple-link" target="_blank">', '</a>', '<a href="https://adinserter.pro/documentation/paragraph-settings" class="simple-link" target="_blank">', '</a>'); ?></li>
4190
  <li><?php /* translators: %s HTML tags */ printf (__('%s Automatic insertion %s between posts on blog pages', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/automatic-insertion" class="simple-link" target="_blank">', '</a>'); ?></li>
4191
  <li><?php /* translators: %s HTML tags */ printf (__('%s Automatic insertion %s before, between and after comments', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/automatic-insertion" class="simple-link" target="_blank">', '</a>'); ?></li>
4192
  <li><?php /* translators: %s HTML tags */ printf (__('%s Automatic insertion %s after %s or before %s tag', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/automatic-insertion" class="simple-link" target="_blank">', '</a>', '<code>&lt;body&gt;</code>', '<code>&lt;/body&gt;</code>'); ?></li>
4229
  <li><?php /* translators: %s HTML tags */ printf (__('%s Visualization %s of HTML tags for easier ad placement between paragraphs', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/debugging#visualization" class="simple-link" target="_blank">', '</a>'); ?></li>
4230
  <li><?php /* translators: %s HTML tags */ printf (__('%s Clipboard support %s to easily copy blocks or settings', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/code-editing#clipboard" class="simple-link" target="_blank">', '</a>'); ?></li>
4231
  <li><?php /* translators: %s HTML tags */ printf (__('No ads on the settings page', 'ad-inserter')); ?></li>
4232
+ <li><?php /* translators: %s HTML tags */ printf (__('Premium support via email', 'ad-inserter')); ?></li>
4233
  </ul>
4234
 
4235
  <p style="text-align: justify;"><?php /* translators: %s HTML tags */ printf (__('Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress website with many advertising features to automatically insert adverts on posts and pages. With Ad Inserter Pro you also get <strong>one year of free updates and support via email</strong>. If you find Ad Inserter useful and need ad statistics for impressions and clicks, A/B testing, sticky ads, slider ads, pop-up ads, geotargeting or geolocation to serve country-specific ads, to protect content or to serve different ads for users using ad blockers, multisite options to limit settings for ads, to block some IP addresses, to schedule ads, then you can simply upgrade to %s Ad Inserter Pro %s (existing settings will be preserved).', 'ad-inserter'), '<a href="https://adinserter.pro/" style="text-decoration: none;" target="_blank">', '</a>'); ?></p>
strings.php CHANGED
@@ -57,12 +57,12 @@ define('AI_TEXT_BLACK_LIST', __('Black list', 'ad-inserter'));
57
  define('AI_TEXT_WHITE_LIST', __('White list', 'ad-inserter'));
58
 
59
  define('AI_TEXT_DEFAULT', _x('Default', 'alignment', 'ad-inserter'));
60
- define('AI_TEXT_LEFT', __('Align left', 'ad-inserter'));
61
- define('AI_TEXT_RIGHT', __('Align right', 'ad-inserter'));
62
- define('AI_TEXT_CENTER', __('Center', 'ad-inserter'));
63
- define('AI_TEXT_FLOAT_LEFT', __('Float left', 'ad-inserter'));
64
- define('AI_TEXT_FLOAT_RIGHT', __('Float right', 'ad-inserter'));
65
- define('AI_TEXT_NO_WRAPPING', __('No wrapping', 'ad-inserter'));
66
  define('AI_TEXT_CUSTOM_CSS', __('Custom CSS', 'ad-inserter'));
67
  define('AI_TEXT_STICKY_LEFT', __('Sticky left', 'ad-inserter'));
68
  define('AI_TEXT_STICKY_RIGHT', __('Sticky right', 'ad-inserter'));
@@ -211,6 +211,10 @@ $ai_admin_translations = array (
211
  'filter' => _x('Filter...', 'Search field placeholder', 'ad-inserter'),
212
  'filter_title' => __('Use filter to limit names in the list', 'ad-inserter'),
213
  'button_filter' => _x('Filter', 'Button', 'ad-inserter'),
 
 
 
 
214
  );
215
 
216
 
57
  define('AI_TEXT_WHITE_LIST', __('White list', 'ad-inserter'));
58
 
59
  define('AI_TEXT_DEFAULT', _x('Default', 'alignment', 'ad-inserter'));
60
+ define('AI_TEXT_LEFT', _x('Left', 'alignment', 'ad-inserter'));
61
+ define('AI_TEXT_RIGHT', _x('Right', 'alignment', 'ad-inserter'));
62
+ define('AI_TEXT_CENTER', _x('Center', 'alignment', 'ad-inserter'));
63
+ define('AI_TEXT_FLOAT_LEFT', _x('Float left', 'alignment', 'ad-inserter'));
64
+ define('AI_TEXT_FLOAT_RIGHT', _x('Float right', 'alignment', 'ad-inserter'));
65
+ define('AI_TEXT_NO_WRAPPING', _x('No wrapping', 'alignment', 'ad-inserter'));
66
  define('AI_TEXT_CUSTOM_CSS', __('Custom CSS', 'ad-inserter'));
67
  define('AI_TEXT_STICKY_LEFT', __('Sticky left', 'ad-inserter'));
68
  define('AI_TEXT_STICKY_RIGHT', __('Sticky right', 'ad-inserter'));
211
  'filter' => _x('Filter...', 'Search field placeholder', 'ad-inserter'),
212
  'filter_title' => __('Use filter to limit names in the list', 'ad-inserter'),
213
  'button_filter' => _x('Filter', 'Button', 'ad-inserter'),
214
+ 'position_not_checked' => __('Position not checked yet', 'ad-inserter'),
215
+ 'position_not_available' => __('Position not available', 'ad-inserter'),
216
+ 'position_might_not_available'=> __('Theme check | Selected position for automatic insertion might not be not available on this page type', 'ad-inserter'),
217
+ 'position_available' => __('Position available', 'ad-inserter'),
218
  );
219
 
220