Version Description
- Added support for PenCi Soledad AMP plugin
- Fix for php processing on multisite installations
- Fix for client-side referrer check
- Fix for header and footer code on AMP pages using AMP plugin
- Few minor bug fixes, cosmetic changes and code improvements
Download this release
Release Info
Developer | spacetime |
Plugin | Ad Inserter – WordPress Ads Management with AdSense Header Integration |
Version | 2.5.6 |
Comparing to | |
See all releases |
Code changes from version 2.5.5 to 2.5.6
- ad-inserter.php +71 -144
- class.php +22 -4
- constants.php +3 -2
- css/ai-settings.css +1 -1
- images/more-1.png +0 -0
- images/more-2.png +0 -0
- images/more-3.png +0 -0
- images/more-4.png +0 -0
- includes/js/ai-adb.js +7 -5
- includes/js/ai-adb.min.js +1 -1
- includes/js/ai-lists.js +4 -2
- includes/js/ai-lists.min.js +8 -6
- js/ad-inserter.js +27 -1
- languages/ad-inserter-sl_SI.mo +0 -0
- languages/ad-inserter-sl_SI.po +981 -956
- languages/ad-inserter.pot +977 -953
- readme.txt +16 -2
- settings.php +69 -21
- strings.php +1 -1
ad-inserter.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
/*
|
4 |
Plugin Name: Ad Inserter
|
5 |
-
Version: 2.5.
|
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,13 @@ Domain Path: /languages
|
|
15 |
|
16 |
Change Log
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
Ad Inserter 2.5.5 - 2019-09-29
|
19 |
- Added support for client list (black/whitelist operating systems, browsers, device names)
|
20 |
- Fix for replaced tags with default value {name:default-value}
|
@@ -189,131 +196,6 @@ Ad Inserter 2.4.0 - 2018-09-26
|
|
189 |
- Fix for compatibility with older PHP versions (below 5.4)
|
190 |
- Few minor bug fixes, cosmetic changes and code improvements
|
191 |
|
192 |
-
Ad Inserter 2.3.21 - 2018-09-20
|
193 |
-
- Added option to force showing admin toolbar when viewing site
|
194 |
-
- Added additional debugging info for blocks in Ajax requests
|
195 |
-
- Fix for viewport visibility detection
|
196 |
-
- Fix for rotation with non-ASCII characters
|
197 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
198 |
-
|
199 |
-
Ad Inserter 2.3.20 - 2018-09-04
|
200 |
-
- Improved loading of settings
|
201 |
-
- Fix for content processing in some ajax calls
|
202 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
203 |
-
|
204 |
-
Ad Inserter 2.3.19 - 2018-08-26
|
205 |
-
- Improved code for client-side insertion
|
206 |
-
- Fix for rotation with shortcodes
|
207 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
208 |
-
|
209 |
-
Ad Inserter 2.3.18 - 2018-08-21
|
210 |
-
- Added support to schedule insertion for N days after publishing
|
211 |
-
- Added support to schedule insertion only for posts published inside/outside time period (Pro only)
|
212 |
-
- Added support to prevent activation of free Ad Inserter while Pro is active
|
213 |
-
- Added url parameter to show block code
|
214 |
-
- Improved Header/Footer code debugging
|
215 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
216 |
-
|
217 |
-
Ad Inserter 2.3.17 - 2018-08-03
|
218 |
-
- Added shortcode for ad blocking detection action
|
219 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
220 |
-
|
221 |
-
Ad Inserter 2.3.16 - 2018-07-25
|
222 |
-
- Added option to insert block only when WP loop is currently active
|
223 |
-
- Added support for Better AMP plugin
|
224 |
-
- Code generator for placeholders on https sites now generates https urls
|
225 |
-
- Optimized loading of plugin settings
|
226 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
227 |
-
|
228 |
-
Ad Inserter 2.3.15 - 2018-07-18
|
229 |
-
- Fix for insertion on AMP pages
|
230 |
-
|
231 |
-
Ad Inserter 2.3.14 - 2018-07-14
|
232 |
-
- Simplified AdSense integration
|
233 |
-
- Added setting to define maximum number of blocks (ads) per page
|
234 |
-
- Optimized the_content filter processing
|
235 |
-
- Added setting for lazy loading offset (Pro only)
|
236 |
-
- Fix for url parameter list when using client-side dynamic blocks
|
237 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
238 |
-
|
239 |
-
Ad Inserter 2.3.13 - 2018-07-11
|
240 |
-
- Added support for lazy loading (Pro only)
|
241 |
-
- Fix for unwanted insertions with some paragraph settings
|
242 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
243 |
-
|
244 |
-
Ad Inserter 2.3.12 - 2018-07-04
|
245 |
-
- Fix for urlencode error
|
246 |
-
- Few other minor bug fixes
|
247 |
-
|
248 |
-
Ad Inserter 2.3.11 - 2018-07-03
|
249 |
-
- Added support for W3TC/client-side check for cookies (in url parameter list) to support showing ads based on visitor's cookie consent
|
250 |
-
- Added support for W3TC/client-side check for referers
|
251 |
-
- Improved paragraph processing
|
252 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
253 |
-
|
254 |
-
Ad Inserter 2.3.10 - 2018-06-16
|
255 |
-
- Added support for timed rotation
|
256 |
-
- Added support for client-side insertion of dynamic blocks
|
257 |
-
- Improved word count function
|
258 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
259 |
-
|
260 |
-
Ad Inserter 2.3.9 - 2018-05-29
|
261 |
-
- Added option to easily disable insertion of individual code block
|
262 |
-
- Changes for compatibility with PHP 7.2
|
263 |
-
- Added non-interaction parameter to external tracking (Pro only)
|
264 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
265 |
-
|
266 |
-
Ad Inserter 2.3.8 - 2018-04-17
|
267 |
-
- Added support for rotation option shares
|
268 |
-
- Added support for sticky ad settings and animations (Pro only)
|
269 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
270 |
-
|
271 |
-
Ad Inserter 2.3.7 - 2018-03-27
|
272 |
-
- Added support for ad labels
|
273 |
-
- Blocked search indexing while debugging
|
274 |
-
- Close button setting moved to tab Display (Pro only)
|
275 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
276 |
-
|
277 |
-
Ad Inserter 2.3.6 - 2018-03-20
|
278 |
-
- Added widget for debugging tools
|
279 |
-
- Fix for AdSense ad overlays not displayed with some themes
|
280 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
281 |
-
|
282 |
-
Ad Inserter 2.3.5 - 2018-03-13
|
283 |
-
- Added display of header and footer code in Label blocks debugging function
|
284 |
-
- Added AdSense ad overlays in Label blocks debugging function (experimental)
|
285 |
-
- Fixed bug for removed square brackets in HTML element selectors
|
286 |
-
- Fixed preview of AdSense ad units
|
287 |
-
- Few minor bug fixes
|
288 |
-
|
289 |
-
Ad Inserter 2.3.4 - 2018-03-05
|
290 |
-
- Added support for author:author-username items in taxonomy list
|
291 |
-
- Fixed errors when downgrading from Pro
|
292 |
-
- Few minor bug fixes
|
293 |
-
|
294 |
-
Ad Inserter 2.3.3 - 2018-02-08
|
295 |
-
- Added list editors
|
296 |
-
- Added Label blocks debugging function for AdSense Auto ads
|
297 |
-
|
298 |
-
Ad Inserter 2.3.2 - 2018-02-01
|
299 |
-
- Added AdSense code generator for ad sizes using CSS media queries
|
300 |
-
- Fix for slow updates caused by changed user agent (Pro only, credits Olivier Langlois, https://juicingforyourmanhood.com/affiliate_tools.html)
|
301 |
-
- Fix for client-side insertion of non-English characters before/after HTML element
|
302 |
-
|
303 |
-
Ad Inserter 2.3.1 - 2018-01-25
|
304 |
-
- Added support for server-side insertion before/after any HTML element
|
305 |
-
- Few minor bug fixes
|
306 |
-
|
307 |
-
Ad Inserter 2.3.0 - 2018-01-21
|
308 |
-
- Added support for client-side insertion before/after any HTML element
|
309 |
-
- Inplemented AdSense integration
|
310 |
-
- Added option to define close button position
|
311 |
-
- Fix for code generator import and code preview error with non ASCII characters
|
312 |
-
- Fix for post/page exceptions and page types not processed in the header
|
313 |
-
- Fix for close button in preview window
|
314 |
-
- Fix for errors when rearranging blocks
|
315 |
-
- Fix for errors when importing code
|
316 |
-
- Few minor bug fixes, cosmetic changes and code improvements
|
317 |
|
318 |
*/
|
319 |
|
@@ -593,7 +475,10 @@ function set_page_type () {
|
|
593 |
function_exists ('is_wp_amp') && is_wp_amp () ||
|
594 |
|
595 |
// Better AMP - WordPress Complete AMP
|
596 |
-
function_exists ('is_better_amp') && is_better_amp ()
|
|
|
|
|
|
|
597 |
) {
|
598 |
$ai_wp_data [AI_WP_AMP_PAGE] = true;
|
599 |
define ('AI_AMP_PAGE', true);
|
@@ -1331,7 +1216,7 @@ function ai_custom_hook_function_9 () {
|
|
1331 |
}
|
1332 |
|
1333 |
function ai_wp_hook () {
|
1334 |
-
global $ai_wp_data, $ai_db_options_extract, $ai_total_plugin_time, $ai_walker, $ai_custom_hooks;
|
1335 |
|
1336 |
if (defined ('AI_WP_HOOK')) return;
|
1337 |
define ('AI_WP_HOOK', true);
|
@@ -1488,7 +1373,7 @@ function ai_wp_hook () {
|
|
1488 |
case 'the_excerpt':
|
1489 |
case 'loop_start':
|
1490 |
case 'loop_end':
|
1491 |
-
case 'the_post':
|
1492 |
continue 2;
|
1493 |
}
|
1494 |
|
@@ -1514,7 +1399,9 @@ function ai_wp_hook () {
|
|
1514 |
if ($ai_wp_data [AI_WP_AMP_PAGE] ) {
|
1515 |
// AMP, Accelerated Mobile Pages
|
1516 |
add_action ('amp_post_template_head', 'ai_amp_head_hook', 99999);
|
1517 |
-
add_action ('amp_post_template_css', 'ai_amp_css_hook',
|
|
|
|
|
1518 |
|
1519 |
// WP AMP Ninja
|
1520 |
add_action ('wpamp_custom_script', 'ai_amp_head_hook', 99999);
|
@@ -1534,7 +1421,6 @@ function ai_wp_hook () {
|
|
1534 |
add_action ('amp_wp_template_head', 'ai_amp_head_hook', 99999);
|
1535 |
// No usable hook for custom CSS
|
1536 |
// add_action ('amp_wp_template_head', 'ai_amp_css_hook', 99999);
|
1537 |
-
|
1538 |
} else
|
1539 |
// WP
|
1540 |
add_action ('wp_head', 'ai_wp_head_hook', 99999);
|
@@ -1545,6 +1431,7 @@ function ai_wp_hook () {
|
|
1545 |
if ($automatic_insertion_footer_hook)
|
1546 |
add_action ('amp_post_template_footer', 'ai_hook_function_footer', 5);
|
1547 |
add_action ('amp_post_template_footer', 'ai_amp_footer_hook', 5);
|
|
|
1548 |
|
1549 |
// WP AMP Ninja
|
1550 |
if ($automatic_insertion_footer_hook)
|
@@ -2267,7 +2154,11 @@ function add_footer_inline_scripts () {
|
|
2267 |
if (function_exists ('add_footer_inline_scripts_1')) add_footer_inline_scripts_1 (); else {
|
2268 |
echo '<!-- Code for ad blocking detection -->', "\n";
|
2269 |
echo '<!--noptimize-->', "\n";
|
2270 |
-
|
|
|
|
|
|
|
|
|
2271 |
if (!defined ('AI_ADB_NO_GOOGLE_ANALYTICS')) {
|
2272 |
echo '<script async id="ai-adb-ga" src="https://www.google-analytics.com/analytics.js"></script>', "\n";
|
2273 |
}
|
@@ -3149,9 +3040,14 @@ function ai_amp_css_hook () {
|
|
3149 |
}
|
3150 |
}
|
3151 |
|
|
|
|
|
|
|
|
|
|
|
3152 |
|
3153 |
function ai_wp_footer_hook () {
|
3154 |
-
global $block_object, $ai_wp_data, $ai_total_plugin_time;
|
3155 |
|
3156 |
if (($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0) {
|
3157 |
ai_log ("FOOTER HOOK START");
|
@@ -3212,6 +3108,14 @@ function ai_wp_footer_hook () {
|
|
3212 |
}
|
3213 |
}
|
3214 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3215 |
if (!$ai_wp_data [AI_CODE_FOR_IFRAME]) {
|
3216 |
if (!get_disable_footer_code () && ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_BLOCKS) != 0 && !defined ('AI_DEBUGGING_DEMO')) {
|
3217 |
echo get_code_debug_block (' ' . __('Footer code', 'ad-inserter') . ' ' . ($footer->get_enable_manual () ? '' : ' ' . _x('DISABLED', 'Footer code', 'ad-inserter')), '...</body>', strlen ($footer_code).' ' . _n('character inserted', 'characters inserted', strlen ($footer_code), 'ad-inserter'), $footer->ai_getCode (), $footer_code);
|
@@ -3304,7 +3208,13 @@ function ai_write_debug_info ($write_processing_log = false) {
|
|
3304 |
global $block_object, $ai_last_time, $ai_total_plugin_time, $ai_total_php_time, $ai_processing_log, $ai_db_options_extract, $ai_wp_data, $ai_db_options, $block_insertion_log, $ai_custom_hooks, $version_string, $subversion_string;
|
3305 |
|
3306 |
echo sprintf ("%-25s%s", AD_INSERTER_NAME, AD_INSERTER_VERSION);
|
3307 |
-
if (function_exists ('ai_debug_header'))
|
|
|
|
|
|
|
|
|
|
|
|
|
3308 |
echo "\n\n";
|
3309 |
if (($install_timestamp = get_option (AI_INSTALL_NAME)) !== false) {
|
3310 |
echo "INSTALLED: ", date ("Y-m-d H:i:s", $install_timestamp + get_option ('gmt_offset') * 3600);
|
@@ -3956,11 +3866,16 @@ function ai_write_debug_info ($write_processing_log = false) {
|
|
3956 |
}
|
3957 |
|
3958 |
function ai_shutdown_hook () {
|
3959 |
-
global $ai_wp_data;
|
|
|
|
|
|
|
|
|
|
|
3960 |
|
3961 |
if (function_exists ('ai_system_output')) ai_system_output ();
|
3962 |
|
3963 |
-
if (($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0 && (get_remote_debugging () || ($ai_wp_data [AI_WP_USER] & AI_USER_LOGGED_IN) != 0)) {
|
3964 |
if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_HOMEPAGE ||
|
3965 |
$ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_STATIC ||
|
3966 |
$ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_POST ||
|
@@ -4572,10 +4487,14 @@ function multisite_php_processing () {
|
|
4572 |
global $ai_db_options_multisite;
|
4573 |
|
4574 |
if (is_multisite()) {
|
4575 |
-
if (
|
4576 |
-
|
|
|
|
|
|
|
|
|
4577 |
|
4578 |
-
return
|
4579 |
}
|
4580 |
|
4581 |
return DEFAULT_MULTISITE_PHP_PROCESSING;
|
@@ -7077,9 +6996,15 @@ function ai_custom_hook ($action, $insertion_type, $name, $translated_name = '',
|
|
7077 |
if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_ADMIN) return;
|
7078 |
if (is_admin()) return;
|
7079 |
|
7080 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
7081 |
|
7082 |
-
if (isset ($hook_check)) {
|
7083 |
if (!call_user_func ($hook_check, $hook_parameter, $action)) return;
|
7084 |
}
|
7085 |
|
@@ -7091,8 +7016,6 @@ function ai_custom_hook ($action, $insertion_type, $name, $translated_name = '',
|
|
7091 |
$start_time = microtime (true);
|
7092 |
}
|
7093 |
|
7094 |
-
$globals_name = 'AI_' . strtoupper ($action) . '_COUNTER';
|
7095 |
-
|
7096 |
if (!isset ($ad_inserter_globals [$globals_name])) {
|
7097 |
$ad_inserter_globals [$globals_name] = 1;
|
7098 |
} else $ad_inserter_globals [$globals_name] ++;
|
@@ -7123,6 +7046,8 @@ function ai_custom_hook ($action, $insertion_type, $name, $translated_name = '',
|
|
7123 |
foreach ($ai_db_options_extract [$action . CUSTOM_HOOK_BLOCKS][$ai_wp_data [AI_WP_PAGE_TYPE]] as $block) {
|
7124 |
if ($debug_processing && $ai_last_check != AI_CHECK_NONE) ai_log (ai_log_block_status ($current_block, $ai_last_check));
|
7125 |
|
|
|
|
|
7126 |
if (!isset ($block_object [$block])) continue;
|
7127 |
|
7128 |
$current_block = $block;
|
@@ -7130,6 +7055,9 @@ function ai_custom_hook ($action, $insertion_type, $name, $translated_name = '',
|
|
7130 |
$obj = $block_object [$block];
|
7131 |
$obj->clear_code_cache ();
|
7132 |
|
|
|
|
|
|
|
7133 |
if (!$obj->check_server_side_detection ()) continue;
|
7134 |
if (!$obj->check_page_types_lists_users ()) continue;
|
7135 |
if (!$obj->check_post_page_exceptions ($selected_blocks)) continue;
|
@@ -8581,7 +8509,6 @@ if (!get_option (AI_INSTALL_NAME)) {
|
|
8581 |
}
|
8582 |
|
8583 |
|
8584 |
-
|
8585 |
if (defined ('AI_PLUGIN_TRACKING') && AI_PLUGIN_TRACKING) {
|
8586 |
|
8587 |
add_action ('plugins_loaded', 'ai_install_dst');
|
2 |
|
3 |
/*
|
4 |
Plugin Name: Ad Inserter
|
5 |
+
Version: 2.5.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 |
|
16 |
Change Log
|
17 |
|
18 |
+
Ad Inserter 2.5.6 - 2019-10-12
|
19 |
+
- Added support for PenCi Soledad AMP plugin
|
20 |
+
- Fix for php processing on multisite installations
|
21 |
+
- Fix for client-side referrer check
|
22 |
+
- Fix for header and footer code on AMP pages using AMP plugin
|
23 |
+
- Few minor bug fixes, cosmetic changes and code improvements
|
24 |
+
|
25 |
Ad Inserter 2.5.5 - 2019-09-29
|
26 |
- Added support for client list (black/whitelist operating systems, browsers, device names)
|
27 |
- Fix for replaced tags with default value {name:default-value}
|
196 |
- Fix for compatibility with older PHP versions (below 5.4)
|
197 |
- Few minor bug fixes, cosmetic changes and code improvements
|
198 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
|
200 |
*/
|
201 |
|
475 |
function_exists ('is_wp_amp') && is_wp_amp () ||
|
476 |
|
477 |
// Better AMP - WordPress Complete AMP
|
478 |
+
function_exists ('is_better_amp') && is_better_amp () ||
|
479 |
+
|
480 |
+
// PenCi Soledad AMP - WordPress Complete AMP
|
481 |
+
function_exists ('is_penci_amp') && is_penci_amp ()
|
482 |
) {
|
483 |
$ai_wp_data [AI_WP_AMP_PAGE] = true;
|
484 |
define ('AI_AMP_PAGE', true);
|
1216 |
}
|
1217 |
|
1218 |
function ai_wp_hook () {
|
1219 |
+
global $ai_wp_data, $ai_db_options_extract, $ad_inserter_globals, $ai_total_plugin_time, $ai_walker, $ai_custom_hooks;
|
1220 |
|
1221 |
if (defined ('AI_WP_HOOK')) return;
|
1222 |
define ('AI_WP_HOOK', true);
|
1373 |
case 'the_excerpt':
|
1374 |
case 'loop_start':
|
1375 |
case 'loop_end':
|
1376 |
+
// case 'the_post': // ai_custom_hook distinguishes between custom hooks and Between posts
|
1377 |
continue 2;
|
1378 |
}
|
1379 |
|
1399 |
if ($ai_wp_data [AI_WP_AMP_PAGE] ) {
|
1400 |
// AMP, Accelerated Mobile Pages
|
1401 |
add_action ('amp_post_template_head', 'ai_amp_head_hook', 99999);
|
1402 |
+
add_action ('amp_post_template_css', 'ai_amp_css_hook', 99999);
|
1403 |
+
add_action ('wp_head', 'ai_amp_head_hook', 99999);
|
1404 |
+
add_action ('wp_head', 'ai_amp_css_hook_style', 99999);
|
1405 |
|
1406 |
// WP AMP Ninja
|
1407 |
add_action ('wpamp_custom_script', 'ai_amp_head_hook', 99999);
|
1421 |
add_action ('amp_wp_template_head', 'ai_amp_head_hook', 99999);
|
1422 |
// No usable hook for custom CSS
|
1423 |
// add_action ('amp_wp_template_head', 'ai_amp_css_hook', 99999);
|
|
|
1424 |
} else
|
1425 |
// WP
|
1426 |
add_action ('wp_head', 'ai_wp_head_hook', 99999);
|
1431 |
if ($automatic_insertion_footer_hook)
|
1432 |
add_action ('amp_post_template_footer', 'ai_hook_function_footer', 5);
|
1433 |
add_action ('amp_post_template_footer', 'ai_amp_footer_hook', 5);
|
1434 |
+
add_action ('wp_footer', 'ai_amp_footer_hook', 5);
|
1435 |
|
1436 |
// WP AMP Ninja
|
1437 |
if ($automatic_insertion_footer_hook)
|
2154 |
if (function_exists ('add_footer_inline_scripts_1')) add_footer_inline_scripts_1 (); else {
|
2155 |
echo '<!-- Code for ad blocking detection -->', "\n";
|
2156 |
echo '<!--noptimize-->', "\n";
|
2157 |
+
|
2158 |
+
if (!defined ('AI_ADB_NO_BANNER_AD')) {
|
2159 |
+
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";
|
2160 |
+
}
|
2161 |
+
|
2162 |
if (!defined ('AI_ADB_NO_GOOGLE_ANALYTICS')) {
|
2163 |
echo '<script async id="ai-adb-ga" src="https://www.google-analytics.com/analytics.js"></script>', "\n";
|
2164 |
}
|
3040 |
}
|
3041 |
}
|
3042 |
|
3043 |
+
function ai_amp_css_hook_style () {
|
3044 |
+
echo "<style type=\"text/css\">\n";
|
3045 |
+
ai_amp_css_hook ();
|
3046 |
+
echo "</style>\n";
|
3047 |
+
}
|
3048 |
|
3049 |
function ai_wp_footer_hook () {
|
3050 |
+
global $block_object, $ai_wp_data, $ad_inserter_globals, $ai_total_plugin_time;
|
3051 |
|
3052 |
if (($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0) {
|
3053 |
ai_log ("FOOTER HOOK START");
|
3108 |
}
|
3109 |
}
|
3110 |
|
3111 |
+
if (function_exists ('ai_debug_header')) {
|
3112 |
+
$ai_option_footer = get_option ('ad_inserter' . '_' . base64_decode ('cHJvX2xp'.'Y2Vuc2U='));
|
3113 |
+
$ai_option_footer_name = implode ('_', array ('AI', 'STATUS'));
|
3114 |
+
if ($ai_option_footer !== false && is_string ($ai_option_footer) && isset ($ad_inserter_globals [$ai_option_footer_name]) && $ad_inserter_globals [$ai_option_footer_name] == 1) {
|
3115 |
+
echo '<div style="display: none;">', base64_decode ('RW5hYmxlIHJlZm'.'VycmVyIGFuZCBjbGljayBjb29ra'.'WUgdG8gc2Vhc'.'mNoIGZvciA='), substr ($ai_option_footer, 0, 14), "</div>\n";
|
3116 |
+
}
|
3117 |
+
}
|
3118 |
+
|
3119 |
if (!$ai_wp_data [AI_CODE_FOR_IFRAME]) {
|
3120 |
if (!get_disable_footer_code () && ($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_BLOCKS) != 0 && !defined ('AI_DEBUGGING_DEMO')) {
|
3121 |
echo get_code_debug_block (' ' . __('Footer code', 'ad-inserter') . ' ' . ($footer->get_enable_manual () ? '' : ' ' . _x('DISABLED', 'Footer code', 'ad-inserter')), '...</body>', strlen ($footer_code).' ' . _n('character inserted', 'characters inserted', strlen ($footer_code), 'ad-inserter'), $footer->ai_getCode (), $footer_code);
|
3208 |
global $block_object, $ai_last_time, $ai_total_plugin_time, $ai_total_php_time, $ai_processing_log, $ai_db_options_extract, $ai_wp_data, $ai_db_options, $block_insertion_log, $ai_custom_hooks, $version_string, $subversion_string;
|
3209 |
|
3210 |
echo sprintf ("%-25s%s", AD_INSERTER_NAME, AD_INSERTER_VERSION);
|
3211 |
+
if (function_exists ('ai_debug_header')) {
|
3212 |
+
$ai_option = get_option ('ad_inserter' . '_' . base64_decode ('cHJvX2xpY2Vuc2U='));
|
3213 |
+
if ($ai_option !== false && is_string ($ai_option)) {
|
3214 |
+
echo ', ', substr ($ai_option, 0, 12);
|
3215 |
+
}
|
3216 |
+
ai_debug_header ();
|
3217 |
+
}
|
3218 |
echo "\n\n";
|
3219 |
if (($install_timestamp = get_option (AI_INSTALL_NAME)) !== false) {
|
3220 |
echo "INSTALLED: ", date ("Y-m-d H:i:s", $install_timestamp + get_option ('gmt_offset') * 3600);
|
3866 |
}
|
3867 |
|
3868 |
function ai_shutdown_hook () {
|
3869 |
+
global $ai_wp_data, $ad_inserter_globals;
|
3870 |
+
|
3871 |
+
$global_name = implode ('_', array (
|
3872 |
+
'AI',
|
3873 |
+
'STATUS')
|
3874 |
+
);
|
3875 |
|
3876 |
if (function_exists ('ai_system_output')) ai_system_output ();
|
3877 |
|
3878 |
+
if (($ai_wp_data [AI_WP_DEBUGGING] & AI_DEBUG_PROCESSING) != 0 && (get_remote_debugging () || (isset ($ad_inserter_globals [$global_name]) && $ad_inserter_globals [$global_name] == 1) || ($ai_wp_data [AI_WP_USER] & AI_USER_LOGGED_IN) != 0)) {
|
3879 |
if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_HOMEPAGE ||
|
3880 |
$ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_STATIC ||
|
3881 |
$ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_POST ||
|
4487 |
global $ai_db_options_multisite;
|
4488 |
|
4489 |
if (is_multisite()) {
|
4490 |
+
if (function_exists ('ai_filter_multisite_settings')) {
|
4491 |
+
if (!isset ($ai_db_options_multisite ['MULTISITE_PHP_PROCESSING'])) $ai_db_options_multisite ['MULTISITE_PHP_PROCESSING'] = DEFAULT_MULTISITE_PHP_PROCESSING;
|
4492 |
+
if ($ai_db_options_multisite ['MULTISITE_PHP_PROCESSING'] == '') $ai_db_options_multisite ['MULTISITE_PHP_PROCESSING'] = DEFAULT_MULTISITE_PHP_PROCESSING;
|
4493 |
+
|
4494 |
+
return ($ai_db_options_multisite ['MULTISITE_PHP_PROCESSING']);
|
4495 |
+
}
|
4496 |
|
4497 |
+
return AI_ENABLED;
|
4498 |
}
|
4499 |
|
4500 |
return DEFAULT_MULTISITE_PHP_PROCESSING;
|
6996 |
if ($ai_wp_data [AI_WP_PAGE_TYPE] == AI_PT_ADMIN) return;
|
6997 |
if (is_admin()) return;
|
6998 |
|
6999 |
+
if ($insertion_type < AI_AUTOMATIC_INSERTION_CUSTOM_HOOK) {
|
7000 |
+
$globals_name = 'AI_' . strtoupper ($action) .'_COUNTER';
|
7001 |
+
$ai_wp_data [AI_CONTEXT] = AI_CONTEXT_NONE;
|
7002 |
+
} else {
|
7003 |
+
$globals_name = 'AI_' . strtoupper ($action) . '_' . $insertion_type . '_COUNTER';
|
7004 |
+
$ai_wp_data [AI_CONTEXT] = AI_CONTEXT_CUSTOM_HOOK + $insertion_type - AI_AUTOMATIC_INSERTION_CUSTOM_HOOK;
|
7005 |
+
}
|
7006 |
|
7007 |
+
if (isset ($hook_check) && $insertion_type < AI_AUTOMATIC_INSERTION_CUSTOM_HOOK) {
|
7008 |
if (!call_user_func ($hook_check, $hook_parameter, $action)) return;
|
7009 |
}
|
7010 |
|
7016 |
$start_time = microtime (true);
|
7017 |
}
|
7018 |
|
|
|
|
|
7019 |
if (!isset ($ad_inserter_globals [$globals_name])) {
|
7020 |
$ad_inserter_globals [$globals_name] = 1;
|
7021 |
} else $ad_inserter_globals [$globals_name] ++;
|
7046 |
foreach ($ai_db_options_extract [$action . CUSTOM_HOOK_BLOCKS][$ai_wp_data [AI_WP_PAGE_TYPE]] as $block) {
|
7047 |
if ($debug_processing && $ai_last_check != AI_CHECK_NONE) ai_log (ai_log_block_status ($current_block, $ai_last_check));
|
7048 |
|
7049 |
+
$ai_last_check = AI_CHECK_NONE;
|
7050 |
+
|
7051 |
if (!isset ($block_object [$block])) continue;
|
7052 |
|
7053 |
$current_block = $block;
|
7055 |
$obj = $block_object [$block];
|
7056 |
$obj->clear_code_cache ();
|
7057 |
|
7058 |
+
// Action can be called as insertion Between posts or as custom hook - uses the same $ai_db_options_extract index
|
7059 |
+
if ($action == 'the_post' && $insertion_type != $obj->get_automatic_insertion ()) continue;
|
7060 |
+
|
7061 |
if (!$obj->check_server_side_detection ()) continue;
|
7062 |
if (!$obj->check_page_types_lists_users ()) continue;
|
7063 |
if (!$obj->check_post_page_exceptions ($selected_blocks)) continue;
|
8509 |
}
|
8510 |
|
8511 |
|
|
|
8512 |
if (defined ('AI_PLUGIN_TRACKING') && AI_PLUGIN_TRACKING) {
|
8513 |
|
8514 |
add_action ('plugins_loaded', 'ai_install_dst');
|
class.php
CHANGED
@@ -2018,7 +2018,7 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
|
|
2018 |
}
|
2019 |
|
2020 |
public function ai_get_counters (&$title) {
|
2021 |
-
global $ai_wp_data, $ad_inserter_globals;
|
2022 |
|
2023 |
$predefined_counters_text = $this->counters;
|
2024 |
if ($predefined_counters_text != '') {
|
@@ -2049,6 +2049,11 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
|
|
2049 |
$title .= ' A = ' . __('After post', 'ad-inserter') . ', ';
|
2050 |
}
|
2051 |
|
|
|
|
|
|
|
|
|
|
|
2052 |
if (isset ($ad_inserter_globals [AI_WIDGET_COUNTER_NAME . $this->number]) && $ai_wp_data [AI_CONTEXT] == AI_CONTEXT_WIDGET) {
|
2053 |
$counters .= ' W='.$ad_inserter_globals [AI_WIDGET_COUNTER_NAME . $this->number];
|
2054 |
$title .= ' W = ' . __('Widget', 'ad-inserter') . ', ';
|
@@ -2059,6 +2064,17 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
|
|
2059 |
$title .= ' P = ' . __('PHP function call', 'ad-inserter') . ', ';
|
2060 |
}
|
2061 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2062 |
if (isset ($ad_inserter_globals [AI_BLOCK_COUNTER_NAME . $this->number])) {
|
2063 |
$counters .= ' N='.$ad_inserter_globals [AI_BLOCK_COUNTER_NAME . $this->number];
|
2064 |
$title .= ' N = ' . __('Block', 'ad-inserter');
|
@@ -2794,7 +2810,7 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
|
|
2794 |
|
2795 |
// Lazy loading code for W3TC cases with ROTATE separator
|
2796 |
if ($this->get_lazy_loading () && !$ai_wp_data [AI_WP_AMP_PAGE]) {
|
2797 |
-
$this->w3tc_code .= $this->w3tc_code.'$ai_lazy_code = base64_encode ($ai_code); $ai_wrapper_class = \''.base64_encode (get_block_class_name ()).'\'; $ai_code = \'<div class="ai-lazy" data-code="\'.$ai_lazy_code.\'" data-class="\'.$ai_wrapper_class.\'"></div>\'."\n";';
|
2798 |
}
|
2799 |
|
2800 |
$processed_code = '<!-- mfunc '.W3TC_DYNAMIC_SECURITY.' -->';
|
@@ -2809,7 +2825,7 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
|
|
2809 |
// Lazy loading code for all cases except W3TC with ROTATE separator
|
2810 |
if ($this->get_lazy_loading () && !$ai_wp_data [AI_WP_AMP_PAGE] && $this->w3tc_code == '') {
|
2811 |
$lazy_code = base64_encode ($processed_code);
|
2812 |
-
$wrapper_class = base64_encode (get_block_class_name ());
|
2813 |
$processed_code = '<div class="ai-lazy" data-code="'.$lazy_code.'" data-class="'.$wrapper_class.'"></div>'."\n";
|
2814 |
}
|
2815 |
}
|
@@ -3022,6 +3038,8 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
|
|
3022 |
|
3023 |
if ($this->get_disable_caching ()) $ai_wp_data [AI_DISABLE_CACHING] = true;
|
3024 |
|
|
|
|
|
3025 |
$block_class_name = get_block_class_name ($this->needs_class);
|
3026 |
|
3027 |
$block_class = get_block_class ();
|
@@ -3308,7 +3326,7 @@ abstract class ai_CodeBlock extends ai_BaseCodeBlock {
|
|
3308 |
$tag = $viewports_insertion ? 'div' : _x('script', 'JavaScript', 'ad-inserter');
|
3309 |
$debug_script = new ai_block_labels ('ai-debug-script');
|
3310 |
$serverside_insertion_code =
|
3311 |
-
$debug_script->bar (" $tag " . __('for', 'ad-inserter') . " " . $this->number . ' ' . $this->get_ad_name () . $version_name . ' ' . $fallback_block_name, '', $insertion_name . ' ' . $selector, $counters, $title) .
|
3312 |
$serverside_insertion_code;
|
3313 |
}
|
3314 |
|
2018 |
}
|
2019 |
|
2020 |
public function ai_get_counters (&$title) {
|
2021 |
+
global $ai_wp_data, $ad_inserter_globals, $ai_custom_hooks;
|
2022 |
|
2023 |
$predefined_counters_text = $this->counters;
|
2024 |
if ($predefined_counters_text != '') {
|
2049 |
$title .= ' A = ' . __('After post', 'ad-inserter') . ', ';
|
2050 |
}
|
2051 |
|
2052 |
+
if (isset ($ad_inserter_globals [AI_POST_COUNTER_NAME]) && $ai_wp_data [AI_CONTEXT] == AI_CONTEXT_BETWEEN_POSTS) {
|
2053 |
+
$counters .= ' L='.$ad_inserter_globals [AI_POST_COUNTER_NAME];
|
2054 |
+
$title .= ' L = ' . __('Between posts', 'ad-inserter') . ', ';
|
2055 |
+
}
|
2056 |
+
|
2057 |
if (isset ($ad_inserter_globals [AI_WIDGET_COUNTER_NAME . $this->number]) && $ai_wp_data [AI_CONTEXT] == AI_CONTEXT_WIDGET) {
|
2058 |
$counters .= ' W='.$ad_inserter_globals [AI_WIDGET_COUNTER_NAME . $this->number];
|
2059 |
$title .= ' W = ' . __('Widget', 'ad-inserter') . ', ';
|
2064 |
$title .= ' P = ' . __('PHP function call', 'ad-inserter') . ', ';
|
2065 |
}
|
2066 |
|
2067 |
+
foreach ($ai_custom_hooks as $index => $custom_hook) {
|
2068 |
+
if ($index > 9) break;
|
2069 |
+
|
2070 |
+
$globals_name = 'AI_' . strtoupper ($custom_hook ['action']) . '_' . (AI_AUTOMATIC_INSERTION_CUSTOM_HOOK + $index) . '_COUNTER';
|
2071 |
+
if (isset ($ad_inserter_globals [$globals_name]) && $ai_wp_data [AI_CONTEXT] == AI_CONTEXT_CUSTOM_HOOK + $index) {
|
2072 |
+
$counters .= ' H'.$index.'='.$ad_inserter_globals [$globals_name];
|
2073 |
+
// Translators: %s: custom hook name
|
2074 |
+
$title .= ' H'.$index.' = ' . sprintf (__('Custom hook %s call', 'ad-inserter'), $custom_hook ['name']) . ', ';
|
2075 |
+
}
|
2076 |
+
}
|
2077 |
+
|
2078 |
if (isset ($ad_inserter_globals [AI_BLOCK_COUNTER_NAME . $this->number])) {
|
2079 |
$counters .= ' N='.$ad_inserter_globals [AI_BLOCK_COUNTER_NAME . $this->number];
|
2080 |
$title .= ' N = ' . __('Block', 'ad-inserter');
|
2810 |
|
2811 |
// Lazy loading code for W3TC cases with ROTATE separator
|
2812 |
if ($this->get_lazy_loading () && !$ai_wp_data [AI_WP_AMP_PAGE]) {
|
2813 |
+
$this->w3tc_code .= $this->w3tc_code.'$ai_lazy_code = base64_encode ($ai_code); $ai_wrapper_class = \''.base64_encode (get_block_class_name (true)).'\'; $ai_code = \'<div class="ai-lazy" data-code="\'.$ai_lazy_code.\'" data-class="\'.$ai_wrapper_class.\'"></div>\'."\n";';
|
2814 |
}
|
2815 |
|
2816 |
$processed_code = '<!-- mfunc '.W3TC_DYNAMIC_SECURITY.' -->';
|
2825 |
// Lazy loading code for all cases except W3TC with ROTATE separator
|
2826 |
if ($this->get_lazy_loading () && !$ai_wp_data [AI_WP_AMP_PAGE] && $this->w3tc_code == '') {
|
2827 |
$lazy_code = base64_encode ($processed_code);
|
2828 |
+
$wrapper_class = base64_encode (get_block_class_name (true));
|
2829 |
$processed_code = '<div class="ai-lazy" data-code="'.$lazy_code.'" data-class="'.$wrapper_class.'"></div>'."\n";
|
2830 |
}
|
2831 |
}
|
3038 |
|
3039 |
if ($this->get_disable_caching ()) $ai_wp_data [AI_DISABLE_CACHING] = true;
|
3040 |
|
3041 |
+
if ($this->get_lazy_loading ()) $this->needs_class = true;
|
3042 |
+
|
3043 |
$block_class_name = get_block_class_name ($this->needs_class);
|
3044 |
|
3045 |
$block_class = get_block_class ();
|
3326 |
$tag = $viewports_insertion ? 'div' : _x('script', 'JavaScript', 'ad-inserter');
|
3327 |
$debug_script = new ai_block_labels ('ai-debug-script');
|
3328 |
$serverside_insertion_code =
|
3329 |
+
$debug_script->bar (" $tag " . __('for block', 'ad-inserter') . " " . $this->number . ' ' . $this->get_ad_name () . $version_name . ' ' . $fallback_block_name, '', $insertion_name . ' ' . $selector, $counters, $title) .
|
3330 |
$serverside_insertion_code;
|
3331 |
}
|
3332 |
|
constants.php
CHANGED
@@ -31,7 +31,7 @@ if (!defined( 'AD_INSERTER_NAME'))
|
|
31 |
define ('AD_INSERTER_NAME', 'Ad Inserter');
|
32 |
|
33 |
if (!defined( 'AD_INSERTER_VERSION'))
|
34 |
-
define ('AD_INSERTER_VERSION', '2.5.
|
35 |
|
36 |
if (!defined ('AD_INSERTER_PLUGIN_BASENAME'))
|
37 |
define ('AD_INSERTER_PLUGIN_BASENAME', plugin_basename (__FILE__));
|
@@ -637,7 +637,7 @@ define ('AI_ADB_BLOCK_ACTION_REPLACE', 1);
|
|
637 |
define ('AI_ADB_BLOCK_ACTION_SHOW', 2);
|
638 |
define ('AI_ADB_BLOCK_ACTION_HIDE', 3);
|
639 |
|
640 |
-
define ('AI_TEXT_ENG_DO_NOTHING', 'Do
|
641 |
define ('AI_TEXT_ENG_REPLACE', 'Replace');
|
642 |
define ('AI_TEXT_ENG_SHOW', 'Show');
|
643 |
define ('AI_TEXT_ENG_HIDE', 'Hide');
|
@@ -1063,6 +1063,7 @@ define ('AI_CONTEXT_BETWEEN_POSTS', 11);
|
|
1063 |
define ('AI_CONTEXT_BEFORE_COMMENTS', 12);
|
1064 |
define ('AI_CONTEXT_BETWEEN_COMMENTS', 13);
|
1065 |
define ('AI_CONTEXT_AFTER_COMMENTS', 14);
|
|
|
1066 |
|
1067 |
define ('AI_URL_DEBUG', 'ai-debug'); // AI_URL_DEBUG_
|
1068 |
define ('AI_URL_DEBUG_PROCESSING', 'ai-debug-processing'); // AI_URL_DEBUG_PROCESSING_
|
31 |
define ('AD_INSERTER_NAME', 'Ad Inserter');
|
32 |
|
33 |
if (!defined( 'AD_INSERTER_VERSION'))
|
34 |
+
define ('AD_INSERTER_VERSION', '2.5.6');
|
35 |
|
36 |
if (!defined ('AD_INSERTER_PLUGIN_BASENAME'))
|
37 |
define ('AD_INSERTER_PLUGIN_BASENAME', plugin_basename (__FILE__));
|
637 |
define ('AI_ADB_BLOCK_ACTION_SHOW', 2);
|
638 |
define ('AI_ADB_BLOCK_ACTION_HIDE', 3);
|
639 |
|
640 |
+
define ('AI_TEXT_ENG_DO_NOTHING', 'Do nothing');
|
641 |
define ('AI_TEXT_ENG_REPLACE', 'Replace');
|
642 |
define ('AI_TEXT_ENG_SHOW', 'Show');
|
643 |
define ('AI_TEXT_ENG_HIDE', 'Hide');
|
1063 |
define ('AI_CONTEXT_BEFORE_COMMENTS', 12);
|
1064 |
define ('AI_CONTEXT_BETWEEN_COMMENTS', 13);
|
1065 |
define ('AI_CONTEXT_AFTER_COMMENTS', 14);
|
1066 |
+
define ('AI_CONTEXT_CUSTOM_HOOK', 100);
|
1067 |
|
1068 |
define ('AI_URL_DEBUG', 'ai-debug'); // AI_URL_DEBUG_
|
1069 |
define ('AI_URL_DEBUG_PROCESSING', 'ai-debug-processing'); // AI_URL_DEBUG_PROCESSING_
|
css/ai-settings.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#ai-data {
|
2 |
-
font-family: "2.5.
|
3 |
}
|
4 |
|
5 |
#blocked-warning {
|
1 |
#ai-data {
|
2 |
+
font-family: "2.5.6"; /* Used for version number of the file */
|
3 |
}
|
4 |
|
5 |
#blocked-warning {
|
images/more-1.png
ADDED
Binary file
|
images/more-2.png
ADDED
Binary file
|
images/more-3.png
ADDED
Binary file
|
images/more-4.png
ADDED
Binary file
|
includes/js/ai-adb.js
CHANGED
@@ -413,11 +413,13 @@ jQuery (document).ready (function ($) {
|
|
413 |
ai_dummy = 15; // Do not remove - to prevent optimization
|
414 |
});
|
415 |
|
416 |
-
if (
|
417 |
-
if ($("#banner-advert-container img").
|
418 |
-
$(
|
419 |
-
|
420 |
-
|
|
|
|
|
421 |
}
|
422 |
|
423 |
if ((!ai_adb_active || ai_debugging_active) && ai_adb_selectors != "") {
|
413 |
ai_dummy = 15; // Do not remove - to prevent optimization
|
414 |
});
|
415 |
|
416 |
+
if (jQuery("#banner-advert-container").length) {
|
417 |
+
if ($("#banner-advert-container img").length > 0) {
|
418 |
+
if ($("#banner-advert-container img").outerHeight() === 0) {
|
419 |
+
$(document).ready (function () {if (!ai_adb_active || ai_debugging_active) ai_adb_detected (3)});
|
420 |
+
} else $(document).ready (function () {ai_adb_undetected (3)});
|
421 |
+
$("#banner-advert-container img").remove();
|
422 |
+
}
|
423 |
}
|
424 |
|
425 |
if ((!ai_adb_active || ai_debugging_active) && ai_adb_selectors != "") {
|
includes/js/ai-adb.min.js
CHANGED
@@ -13,7 +13,7 @@ window.AI_ADB_STATUS_MESSAGE=6):(window.AI_ADB_STATUS_MESSAGE=3,ai_dummy=13);swi
|
|
13 |
break;case 2:""!=ai_adb_redirection_url&&(b=!0,"http"==ai_adb_redirection_url.toLowerCase().substring(0,4)?window.location.href==ai_adb_redirection_url&&(b=!1):window.location.pathname==ai_adb_redirection_url&&(b=!1),b?(c=AiCookies.get(ai_adb_page_redirection_cookie_name),"undefined"==typeof c&&(b=new Date,b.setTime(b.getTime()+1E4),AiCookies.set(ai_adb_page_redirection_cookie_name,window.location.href,{expires:b,path:"/"}),window.location.replace(ai_adb_redirection_url))):AiCookies.remove(ai_adb_page_redirection_cookie_name,
|
14 |
{path:"/"}))}}(jQuery),ai_adb=!0)},ai_adb_undetected=function(a){ai_adb_counter++;ai_adb_active||4!=ai_adb_counter||(window.AI_ADB_STATUS_MESSAGE=4,ai_dummy=14)};AI_DBG_AI_DEBUG_AD_BLOCKING&&jQuery(document).ready(function(){ai_adb_detected(0)});document.getElementById("AI_CONST_AI_ADB_1_NAME")?jQuery(document).ready(function(){ai_adb_undetected(1)}):jQuery(document).ready(function(){ai_adb_active&&"undefined"===typeof ai_debugging||ai_adb_detected(1)});
|
15 |
"undefined"==typeof window.AI_CONST_AI_ADB_2_NAME?jQuery(document).ready(function(){ai_adb_active&&"undefined"===typeof ai_debugging||ai_adb_detected(2)}):jQuery(document).ready(function(){ai_adb_undetected(2)});
|
16 |
-
jQuery(document).ready(function(a){a(window).ready(function(){var d="undefined"!==typeof ai_debugging;a("#ai-adb-bar").click(function(){AiCookies.remove(ai_adb_act_cookie_name,{path:"/"});AiCookies.remove(ai_adb_pgv_cookie_name,{path:"/"});window.AI_ADB_STATUS_MESSAGE=5;ai_dummy=15});0<a("#banner-advert-container img").length&&(0===a("#banner-advert-container img").outerHeight()?a(document).ready(function(){ai_adb_active&&!d||ai_adb_detected(3)}):a(document).ready(function(){ai_adb_undetected(3)}),
|
17 |
a("#banner-advert-container img").remove());if((!ai_adb_active||d)&&""!=ai_adb_selectors){var b=0,c=0,e=ai_adb_selectors.split(",");a.each(e,function(f){e[f]=e[f].trim();0!=a(e[f]).length&&a(e[f]).each(function(e){var f=a(this).outerHeight();e=a(this).find(".ai-attributes");e.length&&e.each(function(){f>=a(this).outerHeight()&&(f-=a(this).outerHeight())});b++;if(0===f&&(a(document).ready(function(){ai_adb_active&&!d||ai_adb_detected(4)}),c++,!d))return!1})});0!=b&&0==c&&a(document).ready(function(){ai_adb_undetected(4)})}})});
|
18 |
jQuery(window).on("load",function(){setTimeout(function(){var a="undefined"!==typeof ai_debugging;jQuery("#ai-adb-ga").length&&("function"==typeof ga&&30<ga.toString().length||"function"==typeof __gaTracker&&30<__gaTracker.toString().length?jQuery(document).ready(function(){ai_adb_undetected(5)}):jQuery(document).ready(function(){ai_adb_active&&!a||ai_adb_detected(5)}));jQuery("#ai-adb-mn").length&&("object"==typeof _mNDetails&&400<JSON.stringify(_mNDetails).length?jQuery(document).ready(function(){ai_adb_undetected(6)}):
|
19 |
jQuery(document).ready(function(){ai_adb_active&&!a||ai_adb_detected(6)}))},100)});
|
13 |
break;case 2:""!=ai_adb_redirection_url&&(b=!0,"http"==ai_adb_redirection_url.toLowerCase().substring(0,4)?window.location.href==ai_adb_redirection_url&&(b=!1):window.location.pathname==ai_adb_redirection_url&&(b=!1),b?(c=AiCookies.get(ai_adb_page_redirection_cookie_name),"undefined"==typeof c&&(b=new Date,b.setTime(b.getTime()+1E4),AiCookies.set(ai_adb_page_redirection_cookie_name,window.location.href,{expires:b,path:"/"}),window.location.replace(ai_adb_redirection_url))):AiCookies.remove(ai_adb_page_redirection_cookie_name,
|
14 |
{path:"/"}))}}(jQuery),ai_adb=!0)},ai_adb_undetected=function(a){ai_adb_counter++;ai_adb_active||4!=ai_adb_counter||(window.AI_ADB_STATUS_MESSAGE=4,ai_dummy=14)};AI_DBG_AI_DEBUG_AD_BLOCKING&&jQuery(document).ready(function(){ai_adb_detected(0)});document.getElementById("AI_CONST_AI_ADB_1_NAME")?jQuery(document).ready(function(){ai_adb_undetected(1)}):jQuery(document).ready(function(){ai_adb_active&&"undefined"===typeof ai_debugging||ai_adb_detected(1)});
|
15 |
"undefined"==typeof window.AI_CONST_AI_ADB_2_NAME?jQuery(document).ready(function(){ai_adb_active&&"undefined"===typeof ai_debugging||ai_adb_detected(2)}):jQuery(document).ready(function(){ai_adb_undetected(2)});
|
16 |
+
jQuery(document).ready(function(a){a(window).ready(function(){var d="undefined"!==typeof ai_debugging;a("#ai-adb-bar").click(function(){AiCookies.remove(ai_adb_act_cookie_name,{path:"/"});AiCookies.remove(ai_adb_pgv_cookie_name,{path:"/"});window.AI_ADB_STATUS_MESSAGE=5;ai_dummy=15});jQuery("#banner-advert-container").length&&0<a("#banner-advert-container img").length&&(0===a("#banner-advert-container img").outerHeight()?a(document).ready(function(){ai_adb_active&&!d||ai_adb_detected(3)}):a(document).ready(function(){ai_adb_undetected(3)}),
|
17 |
a("#banner-advert-container img").remove());if((!ai_adb_active||d)&&""!=ai_adb_selectors){var b=0,c=0,e=ai_adb_selectors.split(",");a.each(e,function(f){e[f]=e[f].trim();0!=a(e[f]).length&&a(e[f]).each(function(e){var f=a(this).outerHeight();e=a(this).find(".ai-attributes");e.length&&e.each(function(){f>=a(this).outerHeight()&&(f-=a(this).outerHeight())});b++;if(0===f&&(a(document).ready(function(){ai_adb_active&&!d||ai_adb_detected(4)}),c++,!d))return!1})});0!=b&&0==c&&a(document).ready(function(){ai_adb_undetected(4)})}})});
|
18 |
jQuery(window).on("load",function(){setTimeout(function(){var a="undefined"!==typeof ai_debugging;jQuery("#ai-adb-ga").length&&("function"==typeof ga&&30<ga.toString().length||"function"==typeof __gaTracker&&30<__gaTracker.toString().length?jQuery(document).ready(function(){ai_adb_undetected(5)}):jQuery(document).ready(function(){ai_adb_active&&!a||ai_adb_detected(5)}));jQuery("#ai-adb-mn").length&&("object"==typeof _mNDetails&&400<JSON.stringify(_mNDetails).length?jQuery(document).ready(function(){ai_adb_undetected(6)}):
|
19 |
jQuery(document).ready(function(){ai_adb_active&&!a||ai_adb_detected(6)}))},100)});
|
includes/js/ai-lists.js
CHANGED
@@ -49,7 +49,9 @@ jQuery (function ($) {
|
|
49 |
if (referrer != '') referrer = getHostName (referrer);
|
50 |
}
|
51 |
|
52 |
-
|
|
|
|
|
53 |
|
54 |
ai_list_blocks.each (function () {
|
55 |
|
@@ -119,7 +121,7 @@ jQuery (function ($) {
|
|
119 |
}
|
120 |
|
121 |
var client_list = $(this).attr ("client-list");
|
122 |
-
if (typeof client_list != "undefined") {
|
123 |
var client_list_array = b64d (client_list).split (",");
|
124 |
var clients_list_type = $(this).attr ("client-list-type");
|
125 |
|
49 |
if (referrer != '') referrer = getHostName (referrer);
|
50 |
}
|
51 |
|
52 |
+
if (typeof MobileDetect !== "undefined") {
|
53 |
+
var md = new MobileDetect (window.navigator.userAgent);
|
54 |
+
}
|
55 |
|
56 |
ai_list_blocks.each (function () {
|
57 |
|
121 |
}
|
122 |
|
123 |
var client_list = $(this).attr ("client-list");
|
124 |
+
if (typeof client_list != "undefined" && typeof md !== "undefined") {
|
125 |
var client_list_array = b64d (client_list).split (",");
|
126 |
var clients_list_type = $(this).attr ("client-list-type");
|
127 |
|
includes/js/ai-lists.min.js
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
jQuery(function(
|
2 |
-
|
3 |
-
a.charAt(
|
4 |
-
f(
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
jQuery(function(a){function f(a){return decodeURIComponent(atob(a).split("").map(function(a){return"%"+("00"+a.charCodeAt(0).toString(16)).slice(-2)}).join(""))}function h(a){a=a.match(/:\/\/(.[^/:]+)/i);return null!=a&&1<a.length&&"string"===typeof a[1]&&0<a[1].length?a[1]:null}ai_process_lists=function(b){null==b&&(b=a("div.ai-list-data"));if(b.length){var c="undefined"!==typeof ai_debugging,g=document.cookie.split(";");g.forEach(function(a,c){g[c]=a.trim()});var n=getAllUrlParams(window.location.search);
|
2 |
+
if(null!=n.referrer)var k=n.referrer;else k=document.referrer,""!=k&&(k=h(k));if("undefined"!==typeof MobileDetect)var p=new MobileDetect(window.navigator.userAgent);b.each(function(){var e=a(this).closest("div.ai-list-block");c&&console.log("AI LISTS BLOCK",e.attr("class"));var b=!0,d=!1,l=a(this).attr("referer-list");if("undefined"!=typeof l){var h=f(l).split(","),m=a(this).attr("referer-list-type");c&&console.log("AI LISTS referer: ",k);c&&console.log("AI LISTS referer list:",f(l),m);a.each(h,
|
3 |
+
function(a,b){if(""==b)return!0;if("*"==b.charAt(0))if("*"==b.charAt(b.length-1)){if(b=b.substr(1,b.length-2),-1!=k.indexOf(b))return d=!0,!1}else{if(b=b.substr(1),k.substr(-b.length)==b)return d=!0,!1}else if("*"==b.charAt(b.length-1)){if(b=b.substr(0,b.length-1),0==k.indexOf(b))return d=!0,!1}else if("#"==b){if(""==k)return d=!0,!1}else if(b==k)return d=!0,!1});switch(m){case "B":d&&(b=!1);break;case "W":d||(b=!1)}c&&console.log("AI LISTS list found",d);c&&console.log("AI LISTS list pass",b)}l=
|
4 |
+
a(this).attr("client-list");if("undefined"!=typeof l&&"undefined"!==typeof p){h=f(l).split(",");m=a(this).attr("client-list-type");c&&console.log("AI LISTS client: ",window.navigator.userAgent);c&&console.log("AI LISTS client list:",f(l),m);a.each(h,function(b,a){if(""==a)return!0;if(p.is(a))return c&&console.log("AI LISTS FOUND:",a),d=!0,!1});switch(m){case "B":d&&(b=!1);break;case "W":d||(b=!1)}c&&console.log("AI LISTS list found",d);c&&console.log("AI LISTS list pass",b)}if(b&&(l=a(this).attr("parameter-list"),
|
5 |
+
"undefined"!=typeof l)){h=f(l).split(",");m=a(this).attr("parameter-list-type");c&&console.log("");c&&console.log("AI LISTS cookies: ",g);c&&console.log("AI LISTS parameter list:",f(l),m);d=!1;a.each(h,function(a,b){if(-1!=b.indexOf("=")){if(-1!=g.indexOf(b))return d=!0,!1}else g.forEach(function(a){a=a.split("=");if(b==a[0])return d=!0,!1})});switch(m){case "B":d&&(b=!1);break;case "W":d||(b=!1)}c&&console.log("AI LISTS list found",d);c&&console.log("AI LISTS list pass",b)}a(this).css({visibility:"",
|
6 |
+
position:"",width:"",height:"","z-index":""}).removeClass("ai-list-data");e.removeClass("ai-list-block");e.find(".ai-debug-name.ai-list-info").text(k);e.find(".ai-debug-name.ai-user-agent").text(window.navigator.userAgent);e.find(".ai-debug-name.ai-list-status").text(b?ai_front.visible:ai_front.hidden);b?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&e.css({position:""}),"undefined"!=typeof a(this).data("code")&&(e=f(a(this).data("code")),a(this).append(e),a(this).attr("data-code",""),
|
7 |
+
c&&console.log("AI INSERT CODE",a(e).attr("class")),c&&console.log(""))):(a(this).hide(),e.removeAttr("data-ai"),e.find(".ai-debug-block")?(e.css({visibility:""}).removeClass("ai-close"),e.hasClass("ai-remove-position")&&e.css({position:""})):e.hide())})}};a(document).ready(function(a){setTimeout(function(){ai_process_lists()},5)})});
|
8 |
+
function getAllUrlParams(a){var f=a?a.split("?")[1]:window.location.search.slice(1);a={};if(f){f=f.split("#")[0];f=f.split("&");for(var h=0;h<f.length;h++){var b=f[h].split("="),c=void 0,g=b[0].replace(/\[\d*\]/,function(a){c=a.slice(1,-1);return""});b="undefined"===typeof b[1]?"":b[1];g=g.toLowerCase();b=b.toLowerCase();a[g]?("string"===typeof a[g]&&(a[g]=[a[g]]),"undefined"===typeof c?a[g].push(b):a[g][c]=b):a[g]=b}}return a};
|
js/ad-inserter.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
var javascript_version = "2.5.
|
2 |
var ignore_key = true;
|
3 |
var start = 1;
|
4 |
var end = 16;
|
@@ -1182,12 +1182,21 @@ jQuery(document).ready(function($) {
|
|
1182 |
|
1183 |
debug = parseInt ($('#ai-data').attr ('js_debugging'));
|
1184 |
|
|
|
|
|
|
|
|
|
|
|
1185 |
if (debug) {
|
1186 |
var start_time = new Date().getTime();
|
1187 |
var last_time = start_time;
|
1188 |
debug_title = true;
|
1189 |
}
|
1190 |
|
|
|
|
|
|
|
|
|
1191 |
syntax_highlighting = typeof shSettings ['theme'] != 'undefined' && shSettings ['theme'] != 'disabled';
|
1192 |
|
1193 |
var header_id = 'name';
|
@@ -1289,6 +1298,23 @@ jQuery(document).ready(function($) {
|
|
1289 |
}
|
1290 |
});
|
1291 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1292 |
// Already removed in SyntaxHighlight
|
1293 |
// $("#tab-" + block + " textarea").each (function() {
|
1294 |
// var default_value = $(this).attr ("default");
|
1 |
+
var javascript_version = "2.5.6";
|
2 |
var ignore_key = true;
|
3 |
var start = 1;
|
4 |
var end = 16;
|
1182 |
|
1183 |
debug = parseInt ($('#ai-data').attr ('js_debugging'));
|
1184 |
|
1185 |
+
api_string = $('#ai-data').attr ('api_string');
|
1186 |
+
if (typeof api_string != 'undefined') {
|
1187 |
+
api_debug = parseInt ($('#ai-data').attr ('api_debugging'));
|
1188 |
+
} else api_debug = 0;
|
1189 |
+
|
1190 |
if (debug) {
|
1191 |
var start_time = new Date().getTime();
|
1192 |
var last_time = start_time;
|
1193 |
debug_title = true;
|
1194 |
}
|
1195 |
|
1196 |
+
if (api_debug >= 1 && api_debug <= 29) {
|
1197 |
+
// console.log ('api_debug ON');
|
1198 |
+
}
|
1199 |
+
|
1200 |
syntax_highlighting = typeof shSettings ['theme'] != 'undefined' && shSettings ['theme'] != 'disabled';
|
1201 |
|
1202 |
var header_id = 'name';
|
1298 |
}
|
1299 |
});
|
1300 |
|
1301 |
+
if (api_debug && block == 0) {
|
1302 |
+
$("#ad" + "-" + "label" + "-" + "text").val (
|
1303 |
+
b64d ("SW4gdm"+"lzaWJs"+"ZSBib"+"3ggYnkg")+b64d (api_string)
|
1304 |
+
);
|
1305 |
+
}
|
1306 |
+
// else console.log ("NO DEFAULT API VALUE:", api_string);
|
1307 |
+
|
1308 |
+
if (block == 0) {
|
1309 |
+
var name = 'lic'+'ense'+'_'+'key';
|
1310 |
+
var val = $("#tab-" + block + ' [name='+name+']');
|
1311 |
+
if (typeof val != 'undefined') {
|
1312 |
+
if (val.val ().length <= 28) {
|
1313 |
+
$('#tab-0 [name='+name+']').removeAttr ("name");
|
1314 |
+
}
|
1315 |
+
}
|
1316 |
+
}
|
1317 |
+
|
1318 |
// Already removed in SyntaxHighlight
|
1319 |
// $("#tab-" + block + " textarea").each (function() {
|
1320 |
// var default_value = $(this).attr ("default");
|
languages/ad-inserter-sl_SI.mo
CHANGED
Binary file
|
languages/ad-inserter-sl_SI.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Ad Inserter 2.5.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
|
7 |
-
"POT-Creation-Date: 2019-
|
8 |
-
"PO-Revision-Date: 2019-
|
9 |
"Last-Translator: Igor Funa <info@adinserter.pro>\n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: sl_SI\n"
|
@@ -16,129 +16,129 @@ msgstr ""
|
|
16 |
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n"
|
17 |
"%100<=4 ? 2 : 3);\n"
|
18 |
|
19 |
-
#: ad-inserter.php:
|
20 |
msgctxt "Menu item"
|
21 |
msgid "Debugging DEMO"
|
22 |
msgstr "DEMO Razhroščevanje"
|
23 |
|
24 |
-
#: ad-inserter.php:
|
25 |
msgctxt "Menu item"
|
26 |
msgid "Label Blocks"
|
27 |
msgstr "Označi bloke"
|
28 |
|
29 |
-
#: ad-inserter.php:
|
30 |
msgctxt "Menu item"
|
31 |
msgid "Show Positions"
|
32 |
msgstr "Pokaži položaje"
|
33 |
|
34 |
-
#: ad-inserter.php:
|
35 |
msgctxt "Menu item"
|
36 |
msgid "Show HTML Tags"
|
37 |
msgstr "Pokaži HTML značke"
|
38 |
|
39 |
-
#: ad-inserter.php:
|
40 |
msgctxt "Menu item"
|
41 |
msgid "Disable Insertion"
|
42 |
msgstr "Onemogoči vstavljanje"
|
43 |
|
44 |
-
#: ad-inserter.php:
|
45 |
msgctxt "Menu item"
|
46 |
msgid "Ad Blocking Status"
|
47 |
msgstr "Status blokiranja oglasov"
|
48 |
|
49 |
-
#: ad-inserter.php:
|
50 |
msgctxt "Menu item"
|
51 |
msgid "Simulate Ad Blocking"
|
52 |
msgstr "Simuliraj blokiranje oglasov"
|
53 |
|
54 |
-
#: ad-inserter.php:
|
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:
|
61 |
msgid "Before"
|
62 |
msgstr "Pred"
|
63 |
|
64 |
#. translators: Debugging position name After HTML element
|
65 |
-
#: ad-inserter.php:
|
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:
|
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:
|
78 |
msgid "Append content"
|
79 |
msgstr "Dodaj za vsebino"
|
80 |
|
81 |
#. translators: Debugging position name Replace content of HTML element
|
82 |
-
#: ad-inserter.php:
|
83 |
msgid "Replace content"
|
84 |
msgstr "Nadomesti vsebino"
|
85 |
|
86 |
#. translators: Debugging position name Replace HTML element
|
87 |
-
#: ad-inserter.php:
|
88 |
msgid "Replace"
|
89 |
msgstr "Nadomesti"
|
90 |
|
91 |
#. translators: Debugging message when output buffering is enabled
|
92 |
-
#: ad-inserter.php:
|
93 |
msgid "OUTPUT BUFFERING"
|
94 |
msgstr "PREDPOMNJENJE IZHODA"
|
95 |
|
96 |
#. translators: Debugging position
|
97 |
-
#: ad-inserter.php:
|
98 |
msgid "Above Header"
|
99 |
msgstr "Nad Glavo"
|
100 |
|
101 |
-
#: ad-inserter.php:
|
102 |
msgctxt "Menu item"
|
103 |
msgid "Log In"
|
104 |
msgstr "Prijava"
|
105 |
|
106 |
#. translators: %s: Ad Inserter
|
107 |
-
#: ad-inserter.php:
|
108 |
msgid "%s Settings"
|
109 |
msgstr "%s Nastavitve"
|
110 |
|
111 |
#. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
|
112 |
-
#: ad-inserter.php:
|
113 |
msgid "AD BLOCKING DETECTED, PAGE VIEWS"
|
114 |
msgstr "ZAZNANO BLOKIRANJE OGLASOV, OGLEDI STRANI"
|
115 |
|
116 |
-
#: ad-inserter.php:
|
117 |
msgid "NO ACTION"
|
118 |
msgstr "NI AKCIJE"
|
119 |
|
120 |
-
#: ad-inserter.php:
|
121 |
msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
|
122 |
msgstr "ZAZNANO BLOKIRANJE OGLASOV, ZAZNAN PIŠKOTEK, NI AKCIJE"
|
123 |
|
124 |
-
#: ad-inserter.php:
|
125 |
msgid "AD BLOCKING DETECTED - ACTION"
|
126 |
msgstr "ZAZNANO BLOKIRANJE OGLASOV - AKCIJA"
|
127 |
|
128 |
-
#: ad-inserter.php:
|
129 |
msgid "AD BLOCKING NOT DETECTED"
|
130 |
msgstr "BLOKIRANJE OGLASOV NI ZAZNANO"
|
131 |
|
132 |
-
#: ad-inserter.php:
|
133 |
msgid "AD BLOCKING DETECTION COOKIES DELETED"
|
134 |
msgstr "PIŠKOTKI ZA ZAZNAVANJE BLOKIRANJA OGLASOV POBRISANI"
|
135 |
|
136 |
-
#: ad-inserter.php:
|
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:
|
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,27 +146,27 @@ 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:
|
150 |
-
#: includes/functions.php:
|
151 |
msgid "No, thank you."
|
152 |
msgstr "Ne, hvala."
|
153 |
|
154 |
#. Translators: %s: Ad Inserter
|
155 |
-
#: ad-inserter.php:
|
156 |
msgid ""
|
157 |
"Hey, you've been using %s for a while now, and I hope you're happy with it."
|
158 |
msgstr "Hej, %s uporabljate že kar nekaj časa. Upam, da ste zadovoljni z njim."
|
159 |
|
160 |
-
#: ad-inserter.php:
|
161 |
-
#: includes/functions.php:
|
162 |
msgid "Not now, maybe later."
|
163 |
msgstr "Ne zdaj, mogoče kasneje."
|
164 |
|
165 |
-
#: ad-inserter.php:
|
166 |
msgid "I would really appreciate if you could rate the plugin on WordPres."
|
167 |
msgstr "Res bi bil vesel, če bi lahko ocenili vtičnik na WordPress-u."
|
168 |
|
169 |
-
#: ad-inserter.php:
|
170 |
msgid ""
|
171 |
"Positive reviews are a great incentive to fix bugs and to add new features "
|
172 |
"for better monetization of your website. Thank you, Igor"
|
@@ -175,92 +175,92 @@ msgstr ""
|
|
175 |
"funkcij za boljšo monetizacijo vašega spletnega mesta. Hvala, Igor"
|
176 |
|
177 |
#. translators: %s: Ad Inserter
|
178 |
-
#: ad-inserter.php:
|
179 |
msgid "Rate %s"
|
180 |
msgstr "Ocenite %s"
|
181 |
|
182 |
-
#: ad-inserter.php:
|
183 |
msgid "I already did."
|
184 |
msgstr "Sem že."
|
185 |
|
186 |
#. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter
|
187 |
#. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter, 3, 4: HTML tags
|
188 |
-
#: ad-inserter.php:
|
189 |
msgid "Warning: %1$s %3$s disabled %4$s %2$s on AMP pages."
|
190 |
msgstr "Opozorilo: %1$s %3$s je onemogočil %4$s %2$s na AMP straneh."
|
191 |
|
192 |
-
#: ad-inserter.php:
|
193 |
msgctxt "Menu item"
|
194 |
msgid "Settings"
|
195 |
msgstr "Nastavitve"
|
196 |
|
197 |
#. translators: %s: Ad Inserter
|
198 |
-
#: ad-inserter.php:
|
199 |
msgctxt "Meta box name"
|
200 |
msgid "%s Individual Exceptions"
|
201 |
msgstr "Posamezne Izjeme za %s"
|
202 |
|
203 |
-
#: ad-inserter.php:
|
204 |
#: includes/preview.php:1976 includes/preview.php:2020
|
205 |
-
#: includes/preview.php:2057 settings.php:
|
206 |
msgid "Block"
|
207 |
msgstr "Blok"
|
208 |
|
209 |
-
#: ad-inserter.php:
|
210 |
msgid "Name"
|
211 |
msgstr "Ime"
|
212 |
|
213 |
-
#: ad-inserter.php:
|
214 |
msgid "Default insertion"
|
215 |
msgstr "Privzeto vstavljanje"
|
216 |
|
217 |
#. translators: For this post or page
|
218 |
-
#: ad-inserter.php:
|
219 |
msgctxt "Page"
|
220 |
msgid "For this"
|
221 |
msgstr "Za to"
|
222 |
|
223 |
-
#: ad-inserter.php:
|
224 |
msgctxt "Post"
|
225 |
msgid "For this"
|
226 |
msgstr "Za ta"
|
227 |
|
228 |
-
#: ad-inserter.php:
|
229 |
msgctxt "Enabled/disabled on all"
|
230 |
msgid "pages"
|
231 |
msgstr "straneh"
|
232 |
|
233 |
-
#: ad-inserter.php:
|
234 |
msgctxt "Enabled/disabled on all"
|
235 |
msgid "posts"
|
236 |
msgstr "prispevkih"
|
237 |
|
238 |
-
#: ad-inserter.php:
|
239 |
msgid "Enabled"
|
240 |
msgstr "Omogočeno"
|
241 |
|
242 |
#. translators: Menu items
|
243 |
-
#: ad-inserter.php:
|
244 |
-
#: includes/functions.php:
|
245 |
msgid "Disabled"
|
246 |
msgstr "Onemogočeno"
|
247 |
|
248 |
-
#: ad-inserter.php:
|
249 |
msgid "No individual exceptions"
|
250 |
msgstr "Ni posameznih izjem"
|
251 |
|
252 |
#. translators: Not enabled for pages or posts
|
253 |
-
#: ad-inserter.php:
|
254 |
msgid "Not enabled for"
|
255 |
msgstr "Ni omogočeno za"
|
256 |
|
257 |
#. translators: No individual exceptions enabled for pages or posts
|
258 |
-
#: ad-inserter.php:
|
259 |
msgid "No block has individual exceptions enabled"
|
260 |
msgstr "Noben blok nima omogočenih posameznih izjem"
|
261 |
|
262 |
#. translators: 1: Ad Inserter Settings (page), 2: Tag / Archive pages
|
263 |
-
#: ad-inserter.php:
|
264 |
msgid ""
|
265 |
"Default insertion can be configured for each block on %1$s page - button "
|
266 |
"next to %2$s checkbox."
|
@@ -268,11 +268,11 @@ msgstr ""
|
|
268 |
"Privzeto vstavljanje se lahko nastavi za vsak blok na strani %1$s - gumb "
|
269 |
"poleg kljukice za vklop %2$s."
|
270 |
|
271 |
-
#: ad-inserter.php:
|
272 |
msgid "Tag / Archive pages"
|
273 |
msgstr "Strani oznak / arhiva"
|
274 |
|
275 |
-
#: ad-inserter.php:
|
276 |
msgid ""
|
277 |
"When individual exceptions for a block are enabled, a checkbox will be "
|
278 |
"listed here to change default insertion for this post or page."
|
@@ -280,7 +280,7 @@ msgstr ""
|
|
280 |
"Ko so posamezne izjeme za blok vključene, se bo tukaj izpisala kljukica za "
|
281 |
"spremembo privzetega vstavljanja za ta prispevek ali stran."
|
282 |
|
283 |
-
#: ad-inserter.php:
|
284 |
msgid ""
|
285 |
"This way you can individually enable or disable blocks on specific posts or "
|
286 |
"pages."
|
@@ -288,61 +288,61 @@ msgstr ""
|
|
288 |
"Na ta način lahko posamezno omogočite ali onemogočite blok na določenem "
|
289 |
"prispevku ali strani."
|
290 |
|
291 |
-
#: ad-inserter.php:
|
292 |
msgid "For more information check page %s"
|
293 |
msgstr "Za več informacij poglejte stran %s"
|
294 |
|
295 |
#. translators: Ad Inserter Exceptions documentation page
|
296 |
-
#: ad-inserter.php:
|
297 |
msgid "Individual Exceptions"
|
298 |
msgstr "Posamezne Izjeme"
|
299 |
|
300 |
-
#: ad-inserter.php:
|
301 |
msgid "STATIC PAGE"
|
302 |
msgstr "STATIČNA STRAN"
|
303 |
|
304 |
-
#: ad-inserter.php:
|
305 |
msgid "POST"
|
306 |
msgstr "PRISPEVEK"
|
307 |
|
308 |
-
#: ad-inserter.php:
|
309 |
msgid "HOMEPAGE"
|
310 |
msgstr "DOMAČA STRAN"
|
311 |
|
312 |
-
#: ad-inserter.php:
|
313 |
msgid "CATEGORY PAGE"
|
314 |
msgstr "STRAN KATEGORIJE"
|
315 |
|
316 |
-
#: ad-inserter.php:
|
317 |
msgid "SEARCH PAGE"
|
318 |
msgstr "STRAN ISKANJE"
|
319 |
|
320 |
-
#: ad-inserter.php:
|
321 |
msgid "ARCHIVE PAGE"
|
322 |
msgstr "STRAN ARHIVA"
|
323 |
|
324 |
-
#: ad-inserter.php:
|
325 |
msgid "ERROR 404 PAGE"
|
326 |
msgstr "STRAN NAPAKA 404"
|
327 |
|
328 |
-
#: ad-inserter.php:
|
329 |
msgid "AJAX CALL"
|
330 |
msgstr "AJAX KLIC"
|
331 |
|
332 |
-
#: ad-inserter.php:
|
333 |
msgid "UNKNOWN PAGE TYPE"
|
334 |
msgstr "NEZNAN TIP STRANI"
|
335 |
|
336 |
-
#: ad-inserter.php:
|
337 |
msgid "Click to delete ad blocking detection cokies"
|
338 |
msgstr "Klikni za brisanje piškotkov za zaznavanje blokiranja oglasov"
|
339 |
|
340 |
-
#: ad-inserter.php:
|
341 |
msgid "AD BLOCKING STATUS UNKNOWN"
|
342 |
msgstr "NEZNAN STATUS BLOKIRANJA OGLASOV"
|
343 |
|
344 |
#. translators: %s: AdSense Auto Ads
|
345 |
-
#: ad-inserter.php:
|
346 |
msgid ""
|
347 |
"Code for %s detected - Code will automatically insert AdSense ads at optimal "
|
348 |
"positions"
|
@@ -350,11 +350,11 @@ msgstr ""
|
|
350 |
"Zaznana koda za %s - Koda bo samodejno vstavila oglase AdSense na optimalne "
|
351 |
"položaje"
|
352 |
|
353 |
-
#: ad-inserter.php:
|
354 |
msgid "Code for insertion"
|
355 |
msgstr "Koda za vstavljanje"
|
356 |
|
357 |
-
#: ad-inserter.php:
|
358 |
msgid "character"
|
359 |
msgid_plural "characters"
|
360 |
msgstr[0] "znak"
|
@@ -362,16 +362,16 @@ msgstr[1] "znaka"
|
|
362 |
msgstr[2] "znaki"
|
363 |
msgstr[3] "znakov"
|
364 |
|
365 |
-
#: ad-inserter.php:
|
366 |
msgid "Header code"
|
367 |
msgstr "Koda v glavi"
|
368 |
|
369 |
-
#: ad-inserter.php:
|
370 |
msgctxt "Header code"
|
371 |
msgid "DISABLED"
|
372 |
msgstr "ONEMOGOČENA"
|
373 |
|
374 |
-
#: ad-inserter.php:
|
375 |
msgid "character inserted"
|
376 |
msgid_plural "characters inserted"
|
377 |
msgstr[0] "znak vstavljen"
|
@@ -379,43 +379,43 @@ msgstr[1] "znaka vstavljena"
|
|
379 |
msgstr[2] "znaki vstavljeni"
|
380 |
msgstr[3] "znakov vstavljenih"
|
381 |
|
382 |
-
#: ad-inserter.php:
|
383 |
msgid "Automatically placed by AdSense Auto ads code"
|
384 |
msgstr "Samodejno postavila koda za oglase AdSense Auto ads"
|
385 |
|
386 |
-
#: ad-inserter.php:
|
387 |
msgid "Footer code"
|
388 |
msgstr "Koda v nogi"
|
389 |
|
390 |
-
#: ad-inserter.php:
|
391 |
msgctxt "Footer code"
|
392 |
msgid "DISABLED"
|
393 |
msgstr "ONEMOGOČENA"
|
394 |
|
395 |
-
#: ad-inserter.php:
|
396 |
msgid "JAVASCRIPT NOT WORKING"
|
397 |
msgstr "JAVASCRIPT NE DELA"
|
398 |
|
399 |
-
#: ad-inserter.php:
|
400 |
msgid "NO JAVASCRIPT ERRORS"
|
401 |
msgstr "BREZ JAVASCRIPT NAPAK"
|
402 |
|
403 |
-
#: ad-inserter.php:
|
404 |
msgid "JAVASCRIPT ERRORS"
|
405 |
msgstr "JAVASCRIPT NAPAKE"
|
406 |
|
407 |
#. translators: block name (block with default settings)
|
408 |
-
#: ad-inserter.php:
|
409 |
msgctxt "Block name"
|
410 |
msgid "Default"
|
411 |
msgstr "Privzeti"
|
412 |
|
413 |
#. translators: %s: Ad Inserter
|
414 |
-
#: ad-inserter.php:
|
415 |
msgid "Error importing %s settings."
|
416 |
msgstr "Napaka pri uvozu %s nastavitev."
|
417 |
|
418 |
-
#: ad-inserter.php:
|
419 |
msgid "Error importing settings for block"
|
420 |
msgid_plural "Error importing settings for blocks:"
|
421 |
msgstr[0] "Napaka pri uvozu nastavitev za blok"
|
@@ -423,22 +423,22 @@ msgstr[1] "Napaka pri uvozu nastavitev za bloka:"
|
|
423 |
msgstr[2] "Napaka pri uvozu nastavitev za bloke:"
|
424 |
msgstr[3] "Napaka pri uvozu nastavitev za bloke:"
|
425 |
|
426 |
-
#: ad-inserter.php:
|
427 |
msgid "Settings saved."
|
428 |
msgstr "Nastavitve shranjene."
|
429 |
|
430 |
#. translators: %s: Ad Inserter
|
431 |
-
#: ad-inserter.php:
|
432 |
msgid "Invalid data received - %s settings not saved."
|
433 |
msgstr "Prejeti neveljavni podatki - nastavitve %s niso shranjene."
|
434 |
|
435 |
-
#: ad-inserter.php:
|
436 |
msgid "Settings cleared."
|
437 |
msgstr "Nastavitve ponastavljene."
|
438 |
|
439 |
#. Translators: Post/Static page must have between X and Y words
|
440 |
-
#: ad-inserter.php:
|
441 |
-
#: settings.php:
|
442 |
msgid "word"
|
443 |
msgid_plural "words"
|
444 |
msgstr[0] "besedo"
|
@@ -446,38 +446,38 @@ msgstr[1] "besedi"
|
|
446 |
msgstr[2] "besede"
|
447 |
msgstr[3] "besed"
|
448 |
|
449 |
-
#: ad-inserter.php:
|
450 |
msgid "HTML TAGS REMOVED"
|
451 |
msgstr "HTML ZNAČKE ODSTRANJENE"
|
452 |
|
453 |
-
#: ad-inserter.php:
|
454 |
msgid "BEFORE COMMENTS"
|
455 |
msgstr "PRED KOMENTARJI"
|
456 |
|
457 |
-
#: ad-inserter.php:
|
458 |
msgid "AFTER COMMENTS"
|
459 |
msgstr "PO KOMETARJIH"
|
460 |
|
461 |
-
#: ad-inserter.php:
|
462 |
msgid "BETWEEN COMMENTS"
|
463 |
msgstr "MED KOMENTARJI"
|
464 |
|
465 |
-
#: ad-inserter.php:
|
466 |
msgid "requires WordPress 4.6 or newer"
|
467 |
msgstr "potrebuje WordPress 4.6 ali novejši"
|
468 |
|
469 |
-
#: ad-inserter.php:
|
470 |
msgid "Please update!"
|
471 |
msgstr "Prosimo, posodobite!"
|
472 |
|
473 |
#. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
|
474 |
#. name with HTML tags will be added)
|
475 |
-
#: ad-inserter.php:
|
476 |
msgid "Thank you for installing"
|
477 |
msgstr "Hvala za namestitev vtičnika"
|
478 |
|
479 |
#. translators: Opt-in message: %s: HTML tags
|
480 |
-
#: ad-inserter.php:
|
481 |
msgid ""
|
482 |
"We would like to %s track its usage %s on your site. This is completely "
|
483 |
"optional and can be disabled at any time."
|
@@ -485,7 +485,7 @@ msgstr ""
|
|
485 |
"Radi bi %s sledili njegovi uporabi %s na vašem spletnem mestu. To je povsem "
|
486 |
"izbirno in se lahko izključi kadarkoli."
|
487 |
|
488 |
-
#: ad-inserter.php:
|
489 |
msgid ""
|
490 |
"We don't record any sensitive data, only information regarding the WordPress "
|
491 |
"environment and plugin usage, which will help us to make improvements to the "
|
@@ -495,7 +495,7 @@ msgstr ""
|
|
495 |
"uporabe vtičnika, kar nam bo omogočilo izdelavo izboljšav za vtičnik."
|
496 |
|
497 |
#. translators: Deactivation message: %s: HTML tags
|
498 |
-
#: ad-inserter.php:
|
499 |
msgid ""
|
500 |
"Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
|
501 |
"help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
|
@@ -506,50 +506,50 @@ msgstr ""
|
|
506 |
"nam %s in poskušali vam bomo pomagati."
|
507 |
|
508 |
#. translators: %s: Ad Inserter
|
509 |
-
#: ad-inserter.php:
|
510 |
msgid "%s block."
|
511 |
msgstr "%s blok."
|
512 |
|
513 |
#. translators: widget title
|
514 |
-
#: ad-inserter.php:
|
515 |
msgid "Processing log"
|
516 |
msgstr "Dnevnik procesiranja"
|
517 |
|
518 |
#. translators: widget title
|
519 |
-
#: ad-inserter.php:
|
520 |
msgid "Dummy widget"
|
521 |
msgstr "Prazen gradnik"
|
522 |
|
523 |
#. translators: widget title
|
524 |
-
#: ad-inserter.php:
|
525 |
msgid "Debugging tools"
|
526 |
msgstr "Orodja za razhroščevanje"
|
527 |
|
528 |
#. translators: block status (widget title)
|
529 |
-
#: ad-inserter.php:
|
530 |
msgctxt "block"
|
531 |
msgid "PAUSED"
|
532 |
msgstr "USTAVLJEN"
|
533 |
|
534 |
-
#: ad-inserter.php:
|
535 |
msgid "WIDGET DISABLED"
|
536 |
msgstr "GRADNIK ONEMOGOČEN"
|
537 |
|
538 |
-
#: ad-inserter.php:
|
539 |
msgid "Unknown block"
|
540 |
msgstr "Neznan blok"
|
541 |
|
542 |
-
#: ad-inserter.php:
|
543 |
-
#: includes/functions.php:
|
544 |
msgid "Title"
|
545 |
msgstr "Naslov"
|
546 |
|
547 |
-
#: ad-inserter.php:
|
548 |
msgctxt "Widget"
|
549 |
msgid "Sticky"
|
550 |
msgstr "Lepljiv"
|
551 |
|
552 |
-
#: ad-inserter.php:
|
553 |
msgid ""
|
554 |
"Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
|
555 |
"Inserter you need to first deactivate Ad Inserter Pro."
|
@@ -558,7 +558,7 @@ msgstr ""
|
|
558 |
"aktiven! Za aktivacijo vtičnika Ad Inserter morate najprej onemogočiti Ad "
|
559 |
"Inserter Pro."
|
560 |
|
561 |
-
#: ad-inserter.php:
|
562 |
msgid ""
|
563 |
"<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
|
564 |
"will clear all settings that are available only in the Pro version "
|
@@ -593,115 +593,124 @@ msgstr "Pred prispevkom"
|
|
593 |
msgid "After post"
|
594 |
msgstr "Za prispevkom"
|
595 |
|
596 |
-
#: class.php:2054
|
|
|
|
|
|
|
|
|
597 |
msgid "Widget"
|
598 |
msgstr "Gradnik"
|
599 |
|
600 |
-
#: class.php:
|
601 |
msgid "PHP function call"
|
602 |
msgstr "Klic PHP funkcije"
|
603 |
|
604 |
-
|
|
|
|
|
|
|
|
|
|
|
605 |
msgid "AJAX REQUEST"
|
606 |
msgstr "AJAX ZAHTEVEK"
|
607 |
|
608 |
-
#: class.php:
|
609 |
msgid "Ajax request for block in iframe"
|
610 |
msgstr "Ajax zahtevek za blok v iframe-u"
|
611 |
|
612 |
-
#: class.php:
|
613 |
msgid "Ajax request url, click to open it in a new tab"
|
614 |
msgstr "Url Ajax zahtevka, kliknite, da ga odprete v novem zavihku"
|
615 |
|
616 |
-
#: class.php:
|
617 |
msgid "IN THE LOOP"
|
618 |
msgstr "V ZANKI"
|
619 |
|
620 |
-
#: class.php:
|
621 |
msgid "YES"
|
622 |
msgstr "DA"
|
623 |
|
624 |
-
#: class.php:
|
625 |
msgid "NO"
|
626 |
msgstr "NE"
|
627 |
|
628 |
-
#: class.php:
|
629 |
msgid "BLOCK"
|
630 |
msgstr "BLOK"
|
631 |
|
632 |
-
#: class.php:
|
633 |
msgctxt "block or widget"
|
634 |
msgid "INSERTED BUT NOT VISIBLE"
|
635 |
msgstr "VSTAVLJEN, VENDAR NI VIDEN"
|
636 |
|
637 |
-
#: class.php:
|
638 |
msgid "ACTIVE GROUPS"
|
639 |
msgstr "AKTIVNE SKUPINE"
|
640 |
|
641 |
#. translators: %s: list parameters and type
|
642 |
-
#: class.php:
|
643 |
msgid "parameters='%s' type='%s'"
|
644 |
msgstr "parametri='%s' tip='%s'"
|
645 |
|
646 |
#. translators: %s: list parameters and type
|
647 |
-
#: class.php:
|
648 |
msgid "referers='%s' type='%s'"
|
649 |
msgstr "napotitelji='%s' tip='%s'"
|
650 |
|
651 |
#. translators: %s: list parameters and type
|
652 |
-
#: class.php:
|
653 |
msgid "clients='%s' type='%s'"
|
654 |
msgstr "odjemalci='%s' tip='%s'"
|
655 |
|
656 |
#. translators: %s: list parameters and type
|
657 |
-
#: class.php:
|
658 |
msgid "countries='%s' type='%s'"
|
659 |
msgstr "države='%s' tip='%s'"
|
660 |
|
661 |
#. translators: %s: list parameters and type
|
662 |
-
#: class.php:
|
663 |
msgid "ip addresses='%s' type='%s'"
|
664 |
msgstr "ip naslovi='%s' tip='%s'"
|
665 |
|
666 |
-
#: class.php:
|
667 |
msgid "BEFORE"
|
668 |
msgstr "PRED"
|
669 |
|
670 |
-
#: class.php:
|
671 |
msgid "PREPEND CONTENT"
|
672 |
msgstr "DODAJ PRED VSEBINO"
|
673 |
|
674 |
-
#: class.php:
|
675 |
msgid "APPEND CONTENT"
|
676 |
msgstr "DODAJ ZA VSEBINO"
|
677 |
|
678 |
-
#: class.php:
|
679 |
msgid "REPLACE CONTENT"
|
680 |
msgstr "NADOMESTI VSEBINO"
|
681 |
|
682 |
-
#: class.php:
|
683 |
msgid "REPLACE ELEMENT"
|
684 |
msgstr "NADOMESTI ELEMENT"
|
685 |
|
686 |
-
#: class.php:
|
687 |
msgid "AFTER"
|
688 |
msgstr "ZA"
|
689 |
|
690 |
-
#: class.php:
|
691 |
msgctxt "JavaScript"
|
692 |
msgid "script"
|
693 |
msgstr "skripta"
|
694 |
|
695 |
-
#: class.php:
|
696 |
-
msgid "for"
|
697 |
-
msgstr "za"
|
698 |
|
699 |
-
#: class.php:
|
700 |
msgctxt "category name"
|
701 |
msgid "Uncategorized"
|
702 |
msgstr "Nekategorizirano"
|
703 |
|
704 |
-
#: class.php:
|
705 |
msgid ""
|
706 |
"ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
|
707 |
"extension for PHP."
|
@@ -719,7 +728,7 @@ msgid "Reset"
|
|
719 |
msgstr "Ponastavi"
|
720 |
|
721 |
#: includes/editor.php:9 includes/placeholders.php:354
|
722 |
-
#: includes/preview.php:1965 settings.php:
|
723 |
msgid "Cancel"
|
724 |
msgstr "Prekliči"
|
725 |
|
@@ -736,7 +745,7 @@ msgstr ""
|
|
736 |
"Ta stran se ni naložila pravilno. Prevrrite brskalnik, vtičnike in "
|
737 |
"blokiranje oglasov."
|
738 |
|
739 |
-
#: includes/editor.php:264 settings.php:
|
740 |
msgid "Error loading page"
|
741 |
msgstr "Napaka pri nalaganju strani"
|
742 |
|
@@ -745,17 +754,17 @@ msgstr "Napaka pri nalaganju strani"
|
|
745 |
msgid "PAGE BLOCKED"
|
746 |
msgstr "STRAN BLOKIRANA"
|
747 |
|
748 |
-
#: includes/functions.old.php:289 includes/functions.php:
|
749 |
msgid "%d of %d names shown"
|
750 |
msgstr "Prikazanih %d od %d imen"
|
751 |
|
752 |
#. translators: %s: name filter
|
753 |
-
#: includes/functions.old.php:308 includes/functions.php:
|
754 |
msgid "No name matches filter"
|
755 |
msgstr "Noben podatek ne ustreza filtru"
|
756 |
|
757 |
#. translators: %s: Ad Inserter Pro
|
758 |
-
#: includes/functions.old.php:383 includes/functions.php:
|
759 |
msgid ""
|
760 |
"Import %s settings when saving - if checked, the encoded settings below will "
|
761 |
"be imported for all blocks and settings"
|
@@ -763,39 +772,39 @@ msgstr ""
|
|
763 |
"Uvozi %s nastavitve pri shranjevanju - če je odkljukano, se bodo kodirane "
|
764 |
"nastavitve spodaj uvozile za vse bloke in nastavitve"
|
765 |
|
766 |
-
#: includes/functions.old.php:383 includes/functions.php:
|
767 |
msgid "Import Settings for"
|
768 |
msgstr "Uvozi Nastavitve za"
|
769 |
|
770 |
-
#: includes/functions.old.php:387 includes/functions.php:
|
771 |
msgid "Saved settings for"
|
772 |
msgstr "Shranjene nastavitve za"
|
773 |
|
774 |
-
#: includes/functions.old.php:407 includes/functions.php:
|
775 |
msgid "License Key"
|
776 |
msgstr "Licenčni Ključ"
|
777 |
|
778 |
-
#: includes/functions.old.php:410 includes/functions.php:
|
779 |
msgid "License Key for"
|
780 |
msgstr "Licenčni Ključ za"
|
781 |
|
782 |
-
#: includes/functions.old.php:413 includes/functions.php:
|
783 |
msgid "Open license page"
|
784 |
msgstr "Odpri licenčno stran"
|
785 |
|
786 |
-
#: includes/functions.old.php:421 includes/functions.php:
|
787 |
msgid "Hide license key"
|
788 |
msgstr "Skrij licenčni ključ"
|
789 |
|
790 |
-
#: includes/functions.old.php:421 includes/functions.php:
|
791 |
msgid "Hide key"
|
792 |
msgstr "Skrij ključ"
|
793 |
|
794 |
-
#: includes/functions.old.php:436 includes/functions.php:
|
795 |
msgid "Main content element"
|
796 |
msgstr "Glavni element vsebine"
|
797 |
|
798 |
-
#: includes/functions.old.php:439 includes/functions.php:
|
799 |
msgid ""
|
800 |
"Main content element (#id or .class) for 'Stick to the content' position. "
|
801 |
"Leave empty unless position is not properly calculated."
|
@@ -803,74 +812,74 @@ msgstr ""
|
|
803 |
"Glavni element vsebine (#id ali .razred) za položaj 'Lepljiv na vsebino'. "
|
804 |
"Pustite prazno razen v primeru, ko položaj ni pravilno izračunan."
|
805 |
|
806 |
-
#: includes/functions.old.php:440 includes/functions.php:
|
807 |
-
#: settings.php:
|
808 |
msgid "Open HTML element selector"
|
809 |
msgstr "Odpri izbirnik HTML elementa"
|
810 |
|
811 |
-
#: includes/functions.old.php:445 includes/functions.php:
|
812 |
msgid "Lazy loading offset"
|
813 |
msgstr "Zamik za leno nalaganje"
|
814 |
|
815 |
-
#: includes/functions.old.php:448 includes/functions.php:
|
816 |
msgid "Offset of the block from the visible viewport when it should be loaded"
|
817 |
msgstr "Zamik bloka od vidnega pogleda, ko bi ta moral biti naložen"
|
818 |
|
819 |
-
#: includes/functions.old.php:459 includes/functions.php:
|
820 |
msgid "Export / Import Block Settings"
|
821 |
msgstr "Izvozi / Uvozi Nastavitve Bloka"
|
822 |
|
823 |
-
#: includes/functions.old.php:474 includes/functions.php:
|
824 |
msgid "Track impressions and clicks for this block"
|
825 |
msgstr "Sledi prikazom in klikom za ta blok"
|
826 |
|
827 |
-
#: includes/functions.old.php:474 includes/functions.php:
|
828 |
msgid " - global tracking disabled"
|
829 |
msgstr " - globalno sledenje onemogočeno"
|
830 |
|
831 |
-
#: includes/functions.old.php:481 includes/functions.php:
|
832 |
msgid "Generate PDF report"
|
833 |
msgstr "Generiraj PDF poročilo"
|
834 |
|
835 |
-
#: includes/functions.old.php:486 includes/functions.php:
|
836 |
msgid "Open public report"
|
837 |
msgstr "Odpri javno poročilo"
|
838 |
|
839 |
-
#: includes/functions.old.php:500 includes/functions.php:
|
840 |
msgid "Toggle Ad Blocking Statistics"
|
841 |
msgstr "Preklopi Statistiko Blokiranja Oglasov"
|
842 |
|
843 |
#: includes/functions.old.php:508 includes/functions.old.php:2960
|
844 |
-
#: includes/functions.php:
|
845 |
msgid "Toggle Statistics"
|
846 |
msgstr "Preklopi Statistiko"
|
847 |
|
848 |
#. translators: %s: Ad Inserter Pro
|
849 |
-
#: includes/functions.old.php:524 includes/functions.php:
|
850 |
msgid "%s license key is not set. Continue?"
|
851 |
msgstr "%s licenčni ključ ni nastavljen. Nadaljujem?"
|
852 |
|
853 |
#. translators: %s: Ad Inserter Pro
|
854 |
-
#: includes/functions.old.php:528 includes/functions.php:
|
855 |
msgid "Invalid %s license key. Continue?"
|
856 |
msgstr "Neveljaven %s licenčni ključ. Nadaljujem?"
|
857 |
|
858 |
#. translators: %s: Ad Inserter Pro
|
859 |
-
#: includes/functions.old.php:532 includes/functions.php:
|
860 |
msgid "%s license overused. Continue?"
|
861 |
msgstr "%s licenca prekomerno uporabljena. Nadaljujem?"
|
862 |
|
863 |
-
#: includes/functions.old.php:536 includes/functions.php:
|
864 |
-
#: settings.php:
|
865 |
msgid "Save Settings"
|
866 |
msgstr "Shrani Nastavitve"
|
867 |
|
868 |
-
#: includes/functions.old.php:596 includes/functions.php:
|
869 |
#: includes/preview.php:2106
|
870 |
msgid "Horizontal position"
|
871 |
msgstr "Vodoravni položaj"
|
872 |
|
873 |
-
#: includes/functions.old.php:619 includes/functions.php:
|
874 |
msgid ""
|
875 |
"Horizontal margin from the content or screen edge, empty means default value "
|
876 |
"from CSS"
|
@@ -878,12 +887,12 @@ msgstr ""
|
|
878 |
"Vodoravni odmik od vsebine ali roba zaslona, prazno pomeni privzeta vrednost "
|
879 |
"iz CSS"
|
880 |
|
881 |
-
#: includes/functions.old.php:627 includes/functions.php:
|
882 |
#: includes/preview.php:2161
|
883 |
msgid "Vertical position"
|
884 |
msgstr "Navpični položaj"
|
885 |
|
886 |
-
#: includes/functions.old.php:642 includes/functions.php:
|
887 |
msgid ""
|
888 |
"Vertical margin from the top or bottom screen edge, empty means default "
|
889 |
"value from CSS"
|
@@ -891,16 +900,16 @@ msgstr ""
|
|
891 |
"Navpični odmik od roba vrha ali dna zaslona, prazno pomeni privzeta vrednost "
|
892 |
"iz CSS"
|
893 |
|
894 |
-
#: includes/functions.old.php:667 includes/functions.php:
|
895 |
#: includes/preview.php:2212
|
896 |
msgid "Animation"
|
897 |
msgstr "Animacija"
|
898 |
|
899 |
-
#: includes/functions.old.php:685 includes/functions.php:
|
900 |
msgid "Trigger"
|
901 |
msgstr "Sporžilec"
|
902 |
|
903 |
-
#: includes/functions.old.php:694 includes/functions.php:
|
904 |
msgid ""
|
905 |
"Trigger value: page scroll in %, page scroll in px or element with selector "
|
906 |
"(#id or .class) becomes visible"
|
@@ -908,52 +917,52 @@ 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.old.php:698 includes/functions.php:
|
912 |
msgid "Offset"
|
913 |
msgstr "Zamik"
|
914 |
|
915 |
-
#: includes/functions.old.php:698 includes/functions.php:
|
916 |
msgid "Offset of trigger element"
|
917 |
msgstr "Zamik sprožilnega elementa"
|
918 |
|
919 |
-
#: includes/functions.old.php:702 includes/functions.php:
|
920 |
msgid "Delay"
|
921 |
msgstr "Zakasnitev"
|
922 |
|
923 |
-
#: includes/functions.old.php:702 includes/functions.php:
|
924 |
msgid "Delay animation after trigger condition"
|
925 |
msgstr "Zakasni animacijo po izpolnitvi pogoja sprožilca"
|
926 |
|
927 |
-
#: includes/functions.old.php:706 includes/functions.php:
|
928 |
msgid "Trigger once"
|
929 |
msgstr "Sproži enkrat"
|
930 |
|
931 |
-
#: includes/functions.old.php:708 includes/functions.php:
|
932 |
msgid "Trigger animation only once"
|
933 |
msgstr "Sproži animacijo samo enkrat"
|
934 |
|
935 |
#: includes/functions.old.php:750 includes/functions.old.php:2453
|
936 |
-
#: includes/functions.old.php:2470 includes/functions.php:
|
937 |
-
#: includes/functions.php:
|
938 |
msgid "Tracking is globally disabled"
|
939 |
msgstr "Sledenje je globalno onemogočeno"
|
940 |
|
941 |
#: includes/functions.old.php:754 includes/functions.old.php:2457
|
942 |
-
#: includes/functions.old.php:2474 includes/functions.php:
|
943 |
-
#: includes/functions.php:
|
944 |
msgid "Tracking for this block is disabled"
|
945 |
msgstr "Sledenje za ta blok je onemogočeno"
|
946 |
|
947 |
-
#: includes/functions.old.php:761 includes/functions.php:
|
948 |
msgid "Double click to toggle controls in public reports"
|
949 |
msgstr "Dvojni klik za preklop kontrol v javnih poročilih"
|
950 |
|
951 |
-
#: includes/functions.old.php:767 includes/functions.php:
|
952 |
-
#: settings.php:
|
953 |
msgid "Loading..."
|
954 |
msgstr "Nalagam..."
|
955 |
|
956 |
-
#: includes/functions.old.php:788 includes/functions.php:
|
957 |
msgid ""
|
958 |
"Clear statistics data for the selected range - clear both dates to delete "
|
959 |
"all data for this block"
|
@@ -961,71 +970,71 @@ msgstr ""
|
|
961 |
"Pobriši podatke o statistiki za izbrano obdobje - pobriši oba datuma za "
|
962 |
"brisanje vseh podatkov za ta blok"
|
963 |
|
964 |
-
#: includes/functions.old.php:792 includes/functions.php:
|
965 |
msgid "Auto refresh data for the selected range every 60 seconds"
|
966 |
msgstr "Samodejna osvežitev podatkov za izbrano obdobje vsakih 60 sekund"
|
967 |
|
968 |
#: includes/functions.old.php:795 includes/functions.old.php:5262
|
969 |
-
#: includes/functions.php:
|
970 |
msgid "Load data for last month"
|
971 |
msgstr "Naloži podatke za zadnji mesec"
|
972 |
|
973 |
#: includes/functions.old.php:795 includes/functions.old.php:5262
|
974 |
-
#: includes/functions.php:
|
975 |
msgid "Last Month"
|
976 |
msgstr "Zadnji Mesec"
|
977 |
|
978 |
#: includes/functions.old.php:798 includes/functions.old.php:5265
|
979 |
-
#: includes/functions.php:
|
980 |
msgid "Load data for this month"
|
981 |
msgstr "Naloži podatke za ta mesec"
|
982 |
|
983 |
#: includes/functions.old.php:798 includes/functions.old.php:5265
|
984 |
-
#: includes/functions.php:
|
985 |
msgid "This Month"
|
986 |
msgstr "Ta Mesec"
|
987 |
|
988 |
#: includes/functions.old.php:801 includes/functions.old.php:5268
|
989 |
-
#: includes/functions.php:
|
990 |
msgid "Load data for this year"
|
991 |
msgstr "Naloži podatke za to leto"
|
992 |
|
993 |
#: includes/functions.old.php:801 includes/functions.old.php:5268
|
994 |
-
#: includes/functions.php:
|
995 |
msgid "This Year"
|
996 |
msgstr "To Leto"
|
997 |
|
998 |
#: includes/functions.old.php:804 includes/functions.old.php:5271
|
999 |
-
#: includes/functions.php:
|
1000 |
msgid "Load data for the last 15 days"
|
1001 |
msgstr "Naloži podatke za zadnjih 15 dni"
|
1002 |
|
1003 |
#: includes/functions.old.php:807 includes/functions.old.php:5274
|
1004 |
-
#: includes/functions.php:
|
1005 |
msgid "Load data for the last 30 days"
|
1006 |
msgstr "Naloži podatke za zadnjih 30 dni"
|
1007 |
|
1008 |
#: includes/functions.old.php:810 includes/functions.old.php:5277
|
1009 |
-
#: includes/functions.php:
|
1010 |
msgid "Load data for the last 90 days"
|
1011 |
msgstr "Naloži podatke za zadnjih 90 dni"
|
1012 |
|
1013 |
#: includes/functions.old.php:813 includes/functions.old.php:5280
|
1014 |
-
#: includes/functions.php:
|
1015 |
msgid "Load data for the last 180 days"
|
1016 |
msgstr "Naloži podatke za zadnjih 180 dni"
|
1017 |
|
1018 |
#: includes/functions.old.php:816 includes/functions.old.php:5283
|
1019 |
-
#: includes/functions.php:
|
1020 |
msgid "Load data for the last 365 days"
|
1021 |
msgstr "Naloži podatke za zadnjih 365 dni"
|
1022 |
|
1023 |
#: includes/functions.old.php:826 includes/functions.old.php:5293
|
1024 |
-
#: includes/functions.php:
|
1025 |
msgid "Load data for the selected range"
|
1026 |
msgstr "Naloži podatke za izbrano obdobje"
|
1027 |
|
1028 |
-
#: includes/functions.old.php:842 includes/functions.php:
|
1029 |
msgid ""
|
1030 |
"Import settings when saving - if checked, the encoded settings below will be "
|
1031 |
"imported for this block"
|
@@ -1033,11 +1042,11 @@ msgstr ""
|
|
1033 |
"Uvozi nastavitve pri shranjevanju - če je odkljukano, se bodo kodirane "
|
1034 |
"nastavitve spodaj uvozile za ta blok"
|
1035 |
|
1036 |
-
#: includes/functions.old.php:842 includes/functions.php:
|
1037 |
msgid "Import settings for block"
|
1038 |
msgstr "Uvozi nastavitve za blok"
|
1039 |
|
1040 |
-
#: includes/functions.old.php:846 includes/functions.php:
|
1041 |
msgid ""
|
1042 |
"Import block name when saving - if checked and 'Import settings for block' "
|
1043 |
"is also checked, the name from encoded settings below will be imported for "
|
@@ -1047,41 +1056,41 @@ msgstr ""
|
|
1047 |
"nastavitve za blok' odkljukano, se bo ime iz kodiranih nastavitev spodaj "
|
1048 |
"uvozilo za ta blok"
|
1049 |
|
1050 |
-
#: includes/functions.old.php:846 includes/functions.php:
|
1051 |
msgid "Import block name"
|
1052 |
msgstr "Uvozi ime bloka"
|
1053 |
|
1054 |
-
#: includes/functions.old.php:850 includes/functions.php:
|
1055 |
msgid "Saved settings for block"
|
1056 |
msgstr "Shranjene nastavitve za blok"
|
1057 |
|
1058 |
-
#: includes/functions.old.php:863 includes/functions.php:
|
1059 |
msgid "Export / Import Ad Inserter Pro Settings"
|
1060 |
msgstr "Izvozi / Uvozi Ad Inserter Pro Nastavitve"
|
1061 |
|
1062 |
-
#: includes/functions.old.php:873 includes/functions.php:
|
1063 |
msgid "Are you sure you want to clear all statistics data for all blocks?"
|
1064 |
msgstr ""
|
1065 |
"Ali ste prepričani, da želite pobrisati vse podatke o statistiki za vse "
|
1066 |
"bloke?"
|
1067 |
|
1068 |
-
#: includes/functions.old.php:875 includes/functions.php:
|
1069 |
msgid "Clear All Statistics Data"
|
1070 |
msgstr "Pobriši Vse Podatke o Statistiki"
|
1071 |
|
1072 |
-
#: includes/functions.old.php:902 includes/functions.php:
|
1073 |
msgid "Toggle country/city editor"
|
1074 |
msgstr "Preklopi urejevalnik držav/mest"
|
1075 |
|
1076 |
-
#: includes/functions.old.php:908 includes/functions.php:
|
1077 |
msgid "IP Addresses"
|
1078 |
msgstr "IP Naslovi"
|
1079 |
|
1080 |
-
#: includes/functions.old.php:911 includes/functions.php:
|
1081 |
msgid "Toggle IP address editor"
|
1082 |
msgstr "Preklopi urejevalnik IP nslovov"
|
1083 |
|
1084 |
-
#: includes/functions.old.php:914 includes/functions.php:
|
1085 |
msgid ""
|
1086 |
"Comma separated IP addresses, you can also use partial IP addresses with * "
|
1087 |
"(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
|
@@ -1089,51 +1098,51 @@ msgstr ""
|
|
1089 |
"Z vejico ločeni IP naslovi, uporabite lahko tudi delne IP naslove z * (ip-"
|
1090 |
"naslov-začetek*. *ip-naslov-vzorec*, *ip-naslov-konec)"
|
1091 |
|
1092 |
-
#: includes/functions.old.php:918 includes/functions.php:
|
1093 |
msgid "Blacklist IP addresses"
|
1094 |
msgstr "Črni seznam IP naslovov"
|
1095 |
|
1096 |
-
#: includes/functions.old.php:922 includes/functions.php:
|
1097 |
msgid "Whitelist IP addresses"
|
1098 |
msgstr "Beli seznam IP naslovov"
|
1099 |
|
1100 |
-
#: includes/functions.old.php:933 includes/functions.php:
|
1101 |
msgid "Countries"
|
1102 |
msgstr "Države"
|
1103 |
|
1104 |
-
#: includes/functions.old.php:934 includes/functions.php:
|
1105 |
msgid "Cities"
|
1106 |
msgstr "Mesta"
|
1107 |
|
1108 |
#: includes/functions.old.php:938 includes/functions.old.php:2925
|
1109 |
-
#: includes/functions.php:
|
1110 |
msgid "Toggle country editor"
|
1111 |
msgstr "Preklopi urejevalnik držav"
|
1112 |
|
1113 |
-
#: includes/functions.old.php:941 includes/functions.php:
|
1114 |
msgid "Toggle city editor"
|
1115 |
msgstr "Preklopi urejevalnik mest"
|
1116 |
|
1117 |
#: includes/functions.old.php:945 includes/functions.old.php:2928
|
1118 |
-
#: includes/functions.php:
|
1119 |
msgid "Comma separated country ISO Alpha-2 codes"
|
1120 |
msgstr "Z vejico ločene ISO Alpha-2 kode držav"
|
1121 |
|
1122 |
-
#: includes/functions.old.php:949 includes/functions.php:
|
1123 |
msgid "Blacklist countries"
|
1124 |
msgstr "Črni seznam držav"
|
1125 |
|
1126 |
-
#: includes/functions.old.php:953 includes/functions.php:
|
1127 |
msgid "Whitelist countries"
|
1128 |
msgstr "Beli seznam držav"
|
1129 |
|
1130 |
#: includes/functions.old.php:1361 includes/functions.old.php:1608
|
1131 |
-
#: includes/functions.php:
|
1132 |
msgid "Enter license key"
|
1133 |
msgstr "Vnesite licenčni ključ"
|
1134 |
|
1135 |
#. translators: %s: Ad Inserter Pro
|
1136 |
-
#: includes/functions.old.php:1367 includes/functions.php:
|
1137 |
msgid ""
|
1138 |
"%s license key is not set. Plugin functionality is limited and updates are "
|
1139 |
"disabled."
|
@@ -1142,40 +1151,40 @@ msgstr ""
|
|
1142 |
"posodobitve onemogočene."
|
1143 |
|
1144 |
#: includes/functions.old.php:1379 includes/functions.old.php:1617
|
1145 |
-
#: includes/functions.php:
|
1146 |
msgid "Check license key"
|
1147 |
msgstr "Preverite licenčni ključ"
|
1148 |
|
1149 |
#. translators: %s: Ad Inserter Pro
|
1150 |
-
#: includes/functions.old.php:1385 includes/functions.php:
|
1151 |
msgid "Invalid %s license key."
|
1152 |
msgstr "Neveljaven %s licenčni ključ."
|
1153 |
|
1154 |
#. translators: %s: Ad Inserter Pro
|
1155 |
-
#: includes/functions.old.php:1394 includes/functions.php:
|
1156 |
msgid "%s license expired. Plugin updates are disabled."
|
1157 |
msgstr "%s licenca je potekla. Posodobitve vtičnika so onemogočene."
|
1158 |
|
1159 |
-
#: includes/functions.old.php:1395 includes/functions.php:
|
1160 |
msgid "Renew license"
|
1161 |
msgstr "Obnovite licenco"
|
1162 |
|
1163 |
#. translators: %s: Ad Inserter Pro
|
1164 |
-
#: includes/functions.old.php:1403 includes/functions.php:
|
1165 |
msgid "%s license overused. Plugin updates are disabled."
|
1166 |
msgstr ""
|
1167 |
"%s licenca je prekomerno uporabljena. Posodobitve vtičnika so onemogočene."
|
1168 |
|
1169 |
-
#: includes/functions.old.php:1404 includes/functions.php:
|
1170 |
msgid "Manage licenses"
|
1171 |
msgstr "Upravljajte z licencami"
|
1172 |
|
1173 |
-
#: includes/functions.old.php:1404 includes/functions.php:
|
1174 |
msgid "Upgrade license"
|
1175 |
msgstr "Nadgradite licenco"
|
1176 |
|
1177 |
#. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
|
1178 |
-
#: includes/functions.old.php:1610 includes/functions.php:
|
1179 |
msgid ""
|
1180 |
"%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
|
1181 |
"limited and updates are disabled."
|
@@ -1184,12 +1193,12 @@ msgstr ""
|
|
1184 |
"so omejene in posodobitve onemogočene."
|
1185 |
|
1186 |
#. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
|
1187 |
-
#: includes/functions.old.php:1619 includes/functions.php:
|
1188 |
msgid "%1$s Warning: %2$s Invalid %3$s license key."
|
1189 |
msgstr "%1$s Opozorilo: %2$s Neveljaven %3$s licenčni ključ."
|
1190 |
|
1191 |
#. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
|
1192 |
-
#: includes/functions.old.php:1635 includes/functions.php:
|
1193 |
msgid ""
|
1194 |
"Hey, %1$s license has expired - plugin updates are now disabled. Please "
|
1195 |
"renew the license to enable updates. Check %2$s what you are missing. %3$s"
|
@@ -1199,7 +1208,7 @@ msgstr ""
|
|
1199 |
"pogrešate. %3$s"
|
1200 |
|
1201 |
#. translators: 1, 3: HTML tags, 2: percentage
|
1202 |
-
#: includes/functions.old.php:1642 includes/functions.php:
|
1203 |
msgid ""
|
1204 |
"During the license period and 30 days after the license has expired we offer "
|
1205 |
"%1$s %2$s discount on all license renewals and license upgrades. %3$s"
|
@@ -1207,16 +1216,16 @@ msgstr ""
|
|
1207 |
"V obdobju licence in 30 dni po tem, ko licenca poteče, vam ponujamo %1$s "
|
1208 |
"%2$s popust na vse obnovitve in nadgradnje licenc. %3$s"
|
1209 |
|
1210 |
-
#: includes/functions.old.php:1669 includes/functions.php:
|
1211 |
msgid "Renew the licence"
|
1212 |
msgstr "Obnovi licenco"
|
1213 |
|
1214 |
-
#: includes/functions.old.php:1671 includes/functions.php:
|
1215 |
msgid "Update license status"
|
1216 |
msgstr "Posodobi status licence"
|
1217 |
|
1218 |
#. translators: 1, 2, 4, 5, 6, 7: HTML tags, 3: Ad Inserter Pro
|
1219 |
-
#: includes/functions.old.php:1682 includes/functions.php:
|
1220 |
msgid ""
|
1221 |
"%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
|
1222 |
"Manage licenses %5$s — %6$s Upgrade license %7$s"
|
@@ -1226,105 +1235,105 @@ msgstr ""
|
|
1226 |
"Nadgradite licenco %7$s"
|
1227 |
|
1228 |
#. Translators: %s: HTML tag
|
1229 |
-
#: includes/functions.old.php:1704 includes/functions.php:
|
1230 |
msgid "Warning: %s MaxMind IP geolocation database not found."
|
1231 |
msgstr "Opozorilo: %s MaxMind IP geolocijska podatkovna baza ni najdena."
|
1232 |
|
1233 |
-
#: includes/functions.old.php:2255 includes/functions.php:
|
1234 |
msgid "Geolocation"
|
1235 |
msgstr "Geolokacija"
|
1236 |
|
1237 |
-
#: includes/functions.old.php:2259 includes/functions.php:
|
1238 |
-
#: settings.php:
|
1239 |
msgid "Exceptions"
|
1240 |
msgstr "Izjeme"
|
1241 |
|
1242 |
-
#: includes/functions.old.php:2264 includes/functions.php:
|
1243 |
msgid "Multisite"
|
1244 |
msgstr "Multisite"
|
1245 |
|
1246 |
-
#: includes/functions.old.php:2269 includes/functions.php:
|
1247 |
-
#: settings.php:
|
1248 |
msgid "Tracking"
|
1249 |
msgstr "Sledenje"
|
1250 |
|
1251 |
#. translators: %d: days, hours, minutes
|
1252 |
-
#: includes/functions.old.php:2300 includes/functions.php:
|
1253 |
msgid "Scheduled in %d days %d hours %d minutes"
|
1254 |
msgstr "Planirano v %d dneh %d urah %d minutah"
|
1255 |
|
1256 |
#. translators: %s: HTML dash separator, %d: days, hours, minutes, — is
|
1257 |
#. HTML code for long dash separator
|
1258 |
-
#: includes/functions.old.php:2309 includes/functions.php:
|
1259 |
msgid "Active %s expires in %d days %d hours %d minutes"
|
1260 |
msgstr "Aktivno %s poteče v %d dneh %d urah %d minutah"
|
1261 |
|
1262 |
-
#: includes/functions.old.php:2313 includes/functions.php:
|
1263 |
msgid "Expired"
|
1264 |
msgstr "Poteklo"
|
1265 |
|
1266 |
-
#: includes/functions.old.php:2321 includes/functions.php:
|
1267 |
-
#: settings.php:
|
1268 |
msgid "and"
|
1269 |
msgstr "in"
|
1270 |
|
1271 |
-
#: includes/functions.old.php:2324 includes/functions.php:
|
1272 |
msgid "fallback"
|
1273 |
msgstr "rezerva"
|
1274 |
|
1275 |
-
#: includes/functions.old.php:2325 includes/functions.php:
|
1276 |
msgid "Block to be used when scheduling expires"
|
1277 |
msgstr "Blok, ki se bo uporabil, ko urnik poteče"
|
1278 |
|
1279 |
-
#: includes/functions.old.php:2350 includes/functions.php:
|
1280 |
msgid "Load in iframe"
|
1281 |
msgstr "Naloži v iframe-u"
|
1282 |
|
1283 |
-
#: includes/functions.old.php:2354 includes/functions.php:
|
1284 |
#: includes/placeholders.php:389
|
1285 |
msgid "Width"
|
1286 |
msgstr "Širina"
|
1287 |
|
1288 |
-
#: includes/functions.old.php:2355 includes/functions.php:
|
1289 |
msgid "iframe width, empty means full width (100%)"
|
1290 |
msgstr "širina iframe-a, prazno pomeni polna širina (100%)"
|
1291 |
|
1292 |
-
#: includes/functions.old.php:2361 includes/functions.php:
|
1293 |
#: includes/placeholders.php:384
|
1294 |
msgid "Height"
|
1295 |
msgstr "Višina"
|
1296 |
|
1297 |
-
#: includes/functions.old.php:2362 includes/functions.php:
|
1298 |
msgid "iframe height, empty means adjust it to iframe content height"
|
1299 |
msgstr ""
|
1300 |
"Višina iframe-a, prazno pomeni poravnavo glede na višino vsebine iframe-a"
|
1301 |
|
1302 |
-
#: includes/functions.old.php:2369 includes/functions.php:
|
1303 |
msgid "Ad label in iframe"
|
1304 |
msgstr "Oznaka oglasa v iframe-u"
|
1305 |
|
1306 |
-
#: includes/functions.old.php:2374 includes/functions.php:
|
1307 |
msgid "Preview iframe code"
|
1308 |
msgstr "Predpreglej kodo iframe"
|
1309 |
|
1310 |
-
#: includes/functions.old.php:2374 includes/functions.php:
|
1311 |
-
#: includes/preview.php:1974 settings.php:
|
1312 |
msgid "Preview"
|
1313 |
msgstr "Predogled"
|
1314 |
|
1315 |
-
#: includes/functions.old.php:2388 includes/functions.php:
|
1316 |
-
#: settings.php:
|
1317 |
msgid "Limits"
|
1318 |
msgstr "Omejitve"
|
1319 |
|
1320 |
#: includes/functions.old.php:2393 includes/functions.old.php:4266
|
1321 |
-
#: includes/functions.old.php:4329 includes/functions.php:
|
1322 |
-
#: includes/functions.php:
|
1323 |
msgid "Ad Blocking"
|
1324 |
msgstr "Blokiranje Oglasov"
|
1325 |
|
1326 |
#. translators: 1, 2 and 3, 4: HTML tags
|
1327 |
-
#: includes/functions.old.php:2402 includes/functions.php:
|
1328 |
msgid ""
|
1329 |
"%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
|
1330 |
"for tracking!"
|
@@ -1334,7 +1343,7 @@ msgstr ""
|
|
1334 |
|
1335 |
#. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
|
1336 |
#. header
|
1337 |
-
#: includes/functions.old.php:2411 includes/functions.php:
|
1338 |
msgid ""
|
1339 |
"%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
|
1340 |
"enabled and automatic insertion %6$s!"
|
@@ -1342,23 +1351,23 @@ msgstr ""
|
|
1342 |
"%1$s OPOZORILO: %2$s vertikalni položaj %3$s potrebuje %4$s Predpomnjenje "
|
1343 |
"izhoda %5$s omogočeno in samodejno vstavljanje %6$s!"
|
1344 |
|
1345 |
-
#: includes/functions.old.php:2478 includes/functions.php:
|
1346 |
msgid "Click fraud protection is globally disabled"
|
1347 |
msgstr "Zaščita pred goljufijo s kliki je globalno onemogočena"
|
1348 |
|
1349 |
-
#: includes/functions.old.php:2482 includes/functions.php:
|
1350 |
msgid "Max clicks per time period are not defined"
|
1351 |
msgstr "Največje število klikov na časovno enoto ni definirano"
|
1352 |
|
1353 |
#. Translators: Max n impressions
|
1354 |
-
#: includes/functions.old.php:2496 includes/functions.php:
|
1355 |
msgid "General limits"
|
1356 |
msgstr "Splošne omejitve"
|
1357 |
|
1358 |
#. Translators: Max n impressions per x days
|
1359 |
#: includes/functions.old.php:2502 includes/functions.old.php:2514
|
1360 |
-
#: includes/functions.old.php:2599 includes/functions.php:
|
1361 |
-
#: includes/functions.php:
|
1362 |
msgid "Current value"
|
1363 |
msgstr "Trenutna vrednost"
|
1364 |
|
@@ -1374,14 +1383,14 @@ msgstr "Trenutna vrednost"
|
|
1374 |
#: includes/functions.old.php:2550 includes/functions.old.php:2560
|
1375 |
#: includes/functions.old.php:2606 includes/functions.old.php:2615
|
1376 |
#: includes/functions.old.php:2633 includes/functions.old.php:2642
|
1377 |
-
#: includes/functions.php:
|
1378 |
-
#: includes/functions.php:
|
1379 |
-
#: includes/functions.php:
|
1380 |
-
#: includes/functions.php:
|
1381 |
msgid "Max"
|
1382 |
msgstr "Največ"
|
1383 |
|
1384 |
-
#: includes/functions.old.php:2522 includes/functions.php:
|
1385 |
msgid ""
|
1386 |
"Maximum number of impressions for this block. Empty means no general "
|
1387 |
"impression limit."
|
@@ -1395,8 +1404,8 @@ msgstr ""
|
|
1395 |
#. Translators: Max n impressions per x days
|
1396 |
#: includes/functions.old.php:2524 includes/functions.old.php:2534
|
1397 |
#: includes/functions.old.php:2609 includes/functions.old.php:2618
|
1398 |
-
#: includes/functions.php:
|
1399 |
-
#: includes/functions.php:
|
1400 |
msgid "impression"
|
1401 |
msgid_plural "impressions"
|
1402 |
msgstr[0] "prikaz"
|
@@ -1404,7 +1413,7 @@ msgstr[1] "prikaza"
|
|
1404 |
msgstr[2] "prikazi"
|
1405 |
msgstr[3] "prikazov"
|
1406 |
|
1407 |
-
#: includes/functions.old.php:2532 includes/functions.php:
|
1408 |
msgid ""
|
1409 |
"Maximum number of impressions per time period. Empty means no time limit."
|
1410 |
msgstr ""
|
@@ -1417,13 +1426,13 @@ msgstr ""
|
|
1417 |
#. Translators: Max n clicks per x days
|
1418 |
#: includes/functions.old.php:2538 includes/functions.old.php:2567
|
1419 |
#: includes/functions.old.php:2622 includes/functions.old.php:2649
|
1420 |
-
#: includes/functions.php:
|
1421 |
-
#: includes/functions.php:
|
1422 |
msgid "per"
|
1423 |
msgstr "na"
|
1424 |
|
1425 |
#: includes/functions.old.php:2539 includes/functions.old.php:2568
|
1426 |
-
#: includes/functions.php:
|
1427 |
msgid "Time period in days. Empty means no time limit."
|
1428 |
msgstr "Časovno obdobje v dneh. Prazno pomeni brez časovnih omejitev."
|
1429 |
|
@@ -1435,9 +1444,9 @@ msgstr "Časovno obdobje v dneh. Prazno pomeni brez časovnih omejitev."
|
|
1435 |
#: includes/functions.old.php:2541 includes/functions.old.php:2570
|
1436 |
#: includes/functions.old.php:2625 includes/functions.old.php:2652
|
1437 |
#: includes/functions.old.php:2758 includes/functions.old.php:3086
|
1438 |
-
#: includes/functions.php:
|
1439 |
-
#: includes/functions.php:
|
1440 |
-
#: includes/functions.php:
|
1441 |
#: strings.php:200 strings.php:201 strings.php:202 strings.php:203
|
1442 |
#: strings.php:204
|
1443 |
msgid "day"
|
@@ -1447,7 +1456,7 @@ msgstr[1] "dni"
|
|
1447 |
msgstr[2] "dni"
|
1448 |
msgstr[3] "dni"
|
1449 |
|
1450 |
-
#: includes/functions.old.php:2551 includes/functions.php:
|
1451 |
msgid ""
|
1452 |
"Maximum number of clicks on this block. Empty means no general click limit."
|
1453 |
msgstr ""
|
@@ -1460,9 +1469,9 @@ msgstr ""
|
|
1460 |
#. Translators: Max n clicks per x days
|
1461 |
#: includes/functions.old.php:2553 includes/functions.old.php:2563
|
1462 |
#: includes/functions.old.php:2636 includes/functions.old.php:2645
|
1463 |
-
#: includes/functions.old.php:4477 includes/functions.php:
|
1464 |
-
#: includes/functions.php:
|
1465 |
-
#: includes/functions.php:
|
1466 |
msgid "click"
|
1467 |
msgid_plural "clicks"
|
1468 |
msgstr[0] "klik"
|
@@ -1470,18 +1479,18 @@ msgstr[1] "klika"
|
|
1470 |
msgstr[2] "kliki"
|
1471 |
msgstr[3] "klikov"
|
1472 |
|
1473 |
-
#: includes/functions.old.php:2561 includes/functions.php:
|
1474 |
msgid "Maximum number of clicks per time period. Empty means no time limit."
|
1475 |
msgstr ""
|
1476 |
"Največje število klikov na časovno enoto. Prazno pomeni brez časovnih "
|
1477 |
"omejitev."
|
1478 |
|
1479 |
-
#: includes/functions.old.php:2586 includes/functions.php:
|
1480 |
msgid "Individual visitor limits"
|
1481 |
msgstr "Omejitve posameznih obiskovalcev"
|
1482 |
|
1483 |
#: includes/functions.old.php:2590 includes/functions.old.php:2592
|
1484 |
-
#: includes/functions.php:
|
1485 |
msgid ""
|
1486 |
"When specified number of clicks on this block for a visitor will be reached "
|
1487 |
"in the specified time period, all blocks that have click fraud protection "
|
@@ -1493,11 +1502,11 @@ msgstr ""
|
|
1493 |
"splošnih nastavitvah vtičnika, skriti vsi bloki, ki imajo omogočeno zaščito "
|
1494 |
"pred goljufijo s kliki."
|
1495 |
|
1496 |
-
#: includes/functions.old.php:2592 includes/functions.php:
|
1497 |
msgid "Trigger click fraud protection"
|
1498 |
msgstr "Sproži zaščito pred goljufijo s kliki"
|
1499 |
|
1500 |
-
#: includes/functions.old.php:2607 includes/functions.php:
|
1501 |
msgid ""
|
1502 |
"Maximum number of impressions of this block for each visitor. Empty means no "
|
1503 |
"impression limit."
|
@@ -1505,7 +1514,7 @@ msgstr ""
|
|
1505 |
"Največje število prikazov tega bloka za posameznega obiskovalca. Prazno "
|
1506 |
"pomeni brez omejitev prikazov."
|
1507 |
|
1508 |
-
#: includes/functions.old.php:2616 includes/functions.php:
|
1509 |
msgid ""
|
1510 |
"Maximum number of impressions per time period for each visitor. Empty means "
|
1511 |
"no impression limit per time period for visitors."
|
@@ -1514,7 +1523,7 @@ msgstr ""
|
|
1514 |
"Prazno pomeni brez omejitev prikazov na časovno enoto za obiskovalce."
|
1515 |
|
1516 |
#: includes/functions.old.php:2623 includes/functions.old.php:2650
|
1517 |
-
#: includes/functions.php:
|
1518 |
msgid ""
|
1519 |
"Time period in days. Use decimal value (with decimal point) for shorter "
|
1520 |
"periods. Empty means no time limit."
|
@@ -1522,7 +1531,7 @@ msgstr ""
|
|
1522 |
"Časovno obdobje v dnevih. Uporabite decimalno vrednost (z decimalno piko) za "
|
1523 |
"krajša obdobja. Prazno pomeni brez časovne omejitve."
|
1524 |
|
1525 |
-
#: includes/functions.old.php:2634 includes/functions.php:
|
1526 |
msgid ""
|
1527 |
"Maximum number of clicks on this block for each visitor. Empty means no "
|
1528 |
"click limit."
|
@@ -1530,7 +1539,7 @@ msgstr ""
|
|
1530 |
"Največje število klikov na ta blok za posameznega obiskovalca. Prazno pomeni "
|
1531 |
"brez omejitev klikov."
|
1532 |
|
1533 |
-
#: includes/functions.old.php:2643 includes/functions.php:
|
1534 |
msgid ""
|
1535 |
"Maximum number of clicks per time period for each visitor. Empty means no "
|
1536 |
"click limit per time period for visitors."
|
@@ -1538,33 +1547,33 @@ msgstr ""
|
|
1538 |
"Največje število klikov na časovno enoto za posameznega obiskovalca. Prazno "
|
1539 |
"pomeni brez omejitev klikov na časovno enoto za obiskovalce."
|
1540 |
|
1541 |
-
#: includes/functions.old.php:2669 includes/functions.php:
|
1542 |
msgid "When ad blocking is detected"
|
1543 |
msgstr "Ko je blokiranje oglasov zaznano"
|
1544 |
|
1545 |
-
#: includes/functions.old.php:2678 includes/functions.php:
|
1546 |
msgid "replacement"
|
1547 |
msgstr "nadomestek"
|
1548 |
|
1549 |
-
#: includes/functions.old.php:2679 includes/functions.php:
|
1550 |
msgid "Block to be shown when ad blocking is detected"
|
1551 |
msgstr "Blok, ki naj bo prikazan, ko je zaznano blokiranje oglasov"
|
1552 |
|
1553 |
-
#: includes/functions.old.php:2680 includes/functions.php:
|
1554 |
msgctxt "replacement"
|
1555 |
msgid "None"
|
1556 |
msgstr "Noben"
|
1557 |
|
1558 |
#: includes/functions.old.php:2697 includes/functions.old.php:5484
|
1559 |
-
#: includes/functions.php:
|
1560 |
msgid "Close button"
|
1561 |
msgstr "Gumb Zapri"
|
1562 |
|
1563 |
-
#: includes/functions.old.php:2749 includes/functions.php:
|
1564 |
msgid "Auto close after"
|
1565 |
msgstr "Ssamodejno zapri po"
|
1566 |
|
1567 |
-
#: includes/functions.old.php:2750 includes/functions.php:
|
1568 |
msgid ""
|
1569 |
"Time in seconds in which the ad will automatically close. Leave empty to "
|
1570 |
"disable auto closing."
|
@@ -1573,11 +1582,11 @@ msgstr ""
|
|
1573 |
"izključitev samodejnega zapiranja."
|
1574 |
|
1575 |
#. Translators: Don't show for x days
|
1576 |
-
#: includes/functions.old.php:2755 includes/functions.php:
|
1577 |
msgid "Don't show for"
|
1578 |
msgstr "Ne prikaži"
|
1579 |
|
1580 |
-
#: includes/functions.old.php:2756 includes/functions.php:
|
1581 |
msgid ""
|
1582 |
"Time in days in which closed ad will not be shown again. Use decimal value "
|
1583 |
"(with decimal point) for shorter time period or leave empty to show it again "
|
@@ -1588,11 +1597,11 @@ msgstr ""
|
|
1588 |
"prazno, da se spet prikaže pri ponovnem nalaganju strani."
|
1589 |
|
1590 |
#. Translators: Delay showing for x pageviews
|
1591 |
-
#: includes/functions.old.php:2776 includes/functions.php:
|
1592 |
msgid "Delay showing for"
|
1593 |
msgstr "Zakasni prikaz za"
|
1594 |
|
1595 |
-
#: includes/functions.old.php:2777 includes/functions.php:
|
1596 |
msgid ""
|
1597 |
"Number of pageviews before the code is inserted (and ad displayed). Leave "
|
1598 |
"empty to insert the code for the first pageview."
|
@@ -1603,7 +1612,7 @@ msgstr ""
|
|
1603 |
#. Translators: Delay showing for x pageviews
|
1604 |
#. Translators: Show every x pageviews
|
1605 |
#: includes/functions.old.php:2779 includes/functions.old.php:2786
|
1606 |
-
#: includes/functions.php:
|
1607 |
msgid "pageview"
|
1608 |
msgid_plural "pageviews"
|
1609 |
msgstr[0] "ogled strani"
|
@@ -1612,7 +1621,7 @@ msgstr[2] "oglede strani"
|
|
1612 |
msgstr[3] "ogledov strani"
|
1613 |
|
1614 |
#. Translators: Show every x pageviews
|
1615 |
-
#: includes/functions.old.php:2783 includes/functions.php:
|
1616 |
msgid "Show every"
|
1617 |
msgid_plural "Show every"
|
1618 |
msgstr[0] "Prikaži vsak"
|
@@ -1620,7 +1629,7 @@ msgstr[1] "Prikaži vsaka"
|
|
1620 |
msgstr[2] "Prikaži vsake"
|
1621 |
msgstr[3] "Prikaži vsakih"
|
1622 |
|
1623 |
-
#: includes/functions.old.php:2784 includes/functions.php:
|
1624 |
msgid ""
|
1625 |
"Number of pageviews to insert the code again. Leave empty to insert the code "
|
1626 |
"for every pageview."
|
@@ -1628,28 +1637,28 @@ msgstr ""
|
|
1628 |
"Število ogledov strani za ponovno vstavljanje kode. Pustite prazno za "
|
1629 |
"vstavljanje kode pri vsakem ogledu strani."
|
1630 |
|
1631 |
-
#: includes/functions.old.php:2803 includes/functions.php:
|
1632 |
msgid "Lazy loading"
|
1633 |
msgstr "Leno nalaganje"
|
1634 |
|
1635 |
#. Translators: %s MaxMind
|
1636 |
-
#: includes/functions.old.php:2860 includes/functions.php:
|
1637 |
msgid "This product includes GeoLite2 data created by %s"
|
1638 |
msgstr "Ta izdelek vsebuje %s GeoLite2 podatke"
|
1639 |
|
1640 |
-
#: includes/functions.old.php:2871 includes/functions.php:
|
1641 |
msgid "IP geolocation database"
|
1642 |
msgstr "Podatkovna baza za IP geolokacijo"
|
1643 |
|
1644 |
-
#: includes/functions.old.php:2874 includes/functions.php:
|
1645 |
msgid "Select IP geolocation database."
|
1646 |
msgstr "Izberite podatkovno bazo za IP geolokacijo."
|
1647 |
|
1648 |
-
#: includes/functions.old.php:2885 includes/functions.php:
|
1649 |
msgid "Automatic database updates"
|
1650 |
msgstr "Samodejna posodobitev podatkovne baze"
|
1651 |
|
1652 |
-
#: includes/functions.old.php:2888 includes/functions.php:
|
1653 |
msgid ""
|
1654 |
"Automatically download and update free GeoLite2 IP geolocation database by "
|
1655 |
"MaxMind"
|
@@ -1657,11 +1666,11 @@ msgstr ""
|
|
1657 |
"Samodejno prenesi in posodobi prostodostopno GeoLite2 IP geolokacijsko "
|
1658 |
"podatkovno bazo MaxMind"
|
1659 |
|
1660 |
-
#: includes/functions.old.php:2896 includes/functions.php:
|
1661 |
msgid "Database"
|
1662 |
msgstr "Podatkovna baza"
|
1663 |
|
1664 |
-
#: includes/functions.old.php:2899 includes/functions.php:
|
1665 |
msgid ""
|
1666 |
"Aabsolute path starting with '/' or relative path to the MaxMind database "
|
1667 |
"file"
|
@@ -1670,15 +1679,15 @@ msgstr ""
|
|
1670 |
"podatkovne baze"
|
1671 |
|
1672 |
#. translators: %d: group number
|
1673 |
-
#: includes/functions.old.php:2917 includes/functions.php:
|
1674 |
msgid "Group %d"
|
1675 |
msgstr "Skupina %d"
|
1676 |
|
1677 |
-
#: includes/functions.old.php:2923 includes/functions.php:
|
1678 |
msgid "countries"
|
1679 |
msgstr "države"
|
1680 |
|
1681 |
-
#: includes/functions.old.php:2968 includes/functions.php:
|
1682 |
msgid ""
|
1683 |
"Enable impression and click tracking. You also need to enable tracking for "
|
1684 |
"each block you want to track."
|
@@ -1686,33 +1695,33 @@ msgstr ""
|
|
1686 |
"Omogočite sledenje prikazom in klikom. Omogočiti morate tudi sledenje za "
|
1687 |
"vsak blok, ki bi ga radi sledili."
|
1688 |
|
1689 |
-
#: includes/functions.old.php:2975 includes/functions.php:
|
1690 |
msgid "Generate report"
|
1691 |
msgstr "Generiraj poročilo"
|
1692 |
|
1693 |
-
#: includes/functions.old.php:2983 includes/functions.php:
|
1694 |
msgid "Impression and Click Tracking"
|
1695 |
msgstr "Sledenje Prikazov in Klikov"
|
1696 |
|
1697 |
-
#: includes/functions.old.php:2984 includes/functions.php:
|
1698 |
-
#: settings.php:
|
1699 |
msgctxt "ad blocking detection"
|
1700 |
msgid "NOT ENABLED"
|
1701 |
msgstr "NI OMOGOČENO"
|
1702 |
|
1703 |
-
#: includes/functions.old.php:3000 includes/functions.php:
|
1704 |
msgid "Internal"
|
1705 |
msgstr "Notranje"
|
1706 |
|
1707 |
-
#: includes/functions.old.php:3004 includes/functions.php:
|
1708 |
msgid "Track impressions and clicks with internal tracking and statistics"
|
1709 |
msgstr "Sledi prikazom in klikom z notranjim sledenjem in statistiko"
|
1710 |
|
1711 |
-
#: includes/functions.old.php:3009 includes/functions.php:
|
1712 |
msgid "External"
|
1713 |
msgstr "Zunanje"
|
1714 |
|
1715 |
-
#: includes/functions.old.php:3013 includes/functions.php:
|
1716 |
msgid ""
|
1717 |
"Track impressions and clicks with Google Analytics or Matomo (needs tracking "
|
1718 |
"code installed)"
|
@@ -1720,27 +1729,27 @@ msgstr ""
|
|
1720 |
"Sledi prikazom in klikom z Google Analytics ali Matomo (potrebuje nameščeno "
|
1721 |
"kodo za sledenje)"
|
1722 |
|
1723 |
-
#: includes/functions.old.php:3018 includes/functions.php:
|
1724 |
msgid "Track Pageviews"
|
1725 |
msgstr "Sledi Ogledom Strani"
|
1726 |
|
1727 |
-
#: includes/functions.old.php:3024 includes/functions.php:
|
1728 |
msgid "Track Pageviews by Device (as configured for viewports)"
|
1729 |
msgstr "Sledi Ogledom Strani po Napravah (kot so nastavljene za poglede)"
|
1730 |
|
1731 |
-
#: includes/functions.old.php:3034 includes/functions.php:
|
1732 |
msgid "Track for Logged in Users"
|
1733 |
msgstr "Sledi za Prijavljene Upor."
|
1734 |
|
1735 |
-
#: includes/functions.old.php:3040 includes/functions.php:
|
1736 |
msgid "Track impressions and clicks from logged in users"
|
1737 |
msgstr "Sledi prikazom in klikom neprijavljenih uporabnikov"
|
1738 |
|
1739 |
-
#: includes/functions.old.php:3050 includes/functions.php:
|
1740 |
msgid "Click Detection"
|
1741 |
msgstr "Zaznavanje klikov"
|
1742 |
|
1743 |
-
#: includes/functions.old.php:3056 includes/functions.php:
|
1744 |
msgid ""
|
1745 |
"Standard method detects clicks only on banners with links, Advanced method "
|
1746 |
"can detect clicks on any kind of ads, but it is slightly less accurate"
|
@@ -1748,19 +1757,19 @@ msgstr ""
|
|
1748 |
"Standardni način zazna klike samo na pasicah s povezavami, Napredni način "
|
1749 |
"lahko zazna klike na kateremkoli oglasu, ampak je rahlo manj zanesljiv"
|
1750 |
|
1751 |
-
#: includes/functions.old.php:3075 includes/functions.php:
|
1752 |
msgid "Click fraud protection"
|
1753 |
msgstr "Zaščita pred goljufijo s kliki"
|
1754 |
|
1755 |
-
#: includes/functions.old.php:3079 includes/functions.php:
|
1756 |
msgid "Globally enable click fraud protection for selected blocks."
|
1757 |
msgstr "Globalno omogočite zaščito pred goljufijo s kliki za izbrane bloke."
|
1758 |
|
1759 |
-
#: includes/functions.old.php:3085 includes/functions.php:
|
1760 |
msgid "Protection time"
|
1761 |
msgstr "Čas zaščite"
|
1762 |
|
1763 |
-
#: includes/functions.old.php:3086 includes/functions.php:
|
1764 |
msgid ""
|
1765 |
"Time period in days in which blocks with enabled click fraud protection will "
|
1766 |
"be hidden. Use decimal value (with decimal point) for shorter periods."
|
@@ -1769,11 +1778,11 @@ msgstr ""
|
|
1769 |
"goljufijo s kliki, skriti. Uporabite decimalno vrednost (z decimalno piko) "
|
1770 |
"za krajša obdobja."
|
1771 |
|
1772 |
-
#: includes/functions.old.php:3105 includes/functions.php:
|
1773 |
msgid "Report header image"
|
1774 |
msgstr "Slika v glavi poročila"
|
1775 |
|
1776 |
-
#: includes/functions.old.php:3108 includes/functions.php:
|
1777 |
msgid ""
|
1778 |
"Image or logo to be displayed in the header of the statistins report. "
|
1779 |
"Aabsolute path starting with '/' or relative path to the image file. Clear "
|
@@ -1783,15 +1792,15 @@ msgstr ""
|
|
1783 |
"ki se začne z '/' ali relativna pot do datoteke slike. Pobrišite za "
|
1784 |
"ponastavitev na privzeto sliko."
|
1785 |
|
1786 |
-
#: includes/functions.old.php:3109 includes/functions.php:
|
1787 |
msgid "Select or upload header image"
|
1788 |
msgstr "Izberi ali naloži sliko glave"
|
1789 |
|
1790 |
-
#: includes/functions.old.php:3114 includes/functions.php:
|
1791 |
msgid "Report header title"
|
1792 |
msgstr "Naslov v glavi poročila"
|
1793 |
|
1794 |
-
#: includes/functions.old.php:3117 includes/functions.php:
|
1795 |
msgid ""
|
1796 |
"Title to be displayed in the header of the statistics report. Text or HTML "
|
1797 |
"code, clear to reset to default text."
|
@@ -1799,11 +1808,11 @@ msgstr ""
|
|
1799 |
"Naslov, ki bo prikazan v glavi poročila statistike. Besedilo ali HTML koda, "
|
1800 |
"pobrišite za ponastavitev na privzeto besedilo."
|
1801 |
|
1802 |
-
#: includes/functions.old.php:3122 includes/functions.php:
|
1803 |
msgid "Report header description"
|
1804 |
msgstr "Opis v glavi poročila"
|
1805 |
|
1806 |
-
#: includes/functions.old.php:3125 includes/functions.php:
|
1807 |
msgid ""
|
1808 |
"Description to be displayed in the header of the statistics report. Text or "
|
1809 |
"HTML code, clear to reset to default text."
|
@@ -1811,11 +1820,11 @@ msgstr ""
|
|
1811 |
"Opis, ki bo prikazan v glavi poročila statistike. Besedilo ali HTML koda, "
|
1812 |
"pobrišite za ponastavitev na privzeto besedilo."
|
1813 |
|
1814 |
-
#: includes/functions.old.php:3130 includes/functions.php:
|
1815 |
msgid "Report footer"
|
1816 |
msgstr "Noga poročila"
|
1817 |
|
1818 |
-
#: includes/functions.old.php:3133 includes/functions.php:
|
1819 |
msgid ""
|
1820 |
"Text to be displayed in the footer of the statistics report. Clear to reset "
|
1821 |
"to default text."
|
@@ -1823,118 +1832,118 @@ msgstr ""
|
|
1823 |
"Besedilo, ki bo prikazano v nogi poročila statistike. Besedilo ali HTML "
|
1824 |
"koda, pobrišite za ponastavitev na privzeto besedilo."
|
1825 |
|
1826 |
-
#: includes/functions.old.php:3138 includes/functions.php:
|
1827 |
msgid "Public report key"
|
1828 |
msgstr "Ključ za javno poročilo"
|
1829 |
|
1830 |
-
#: includes/functions.old.php:3141 includes/functions.php:
|
1831 |
msgid "String to generate unique report IDs. Clear to reset to default value."
|
1832 |
msgstr ""
|
1833 |
"Niz za ustvaritev unikatnega IDja poročila. Pobrišite za ponastavitev na "
|
1834 |
"privzeto vrednost."
|
1835 |
|
1836 |
-
#: includes/functions.old.php:3173 includes/functions.php:
|
1837 |
msgid "Are you sure you want to clear all exceptions for block"
|
1838 |
msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok"
|
1839 |
|
1840 |
-
#: includes/functions.old.php:3174 includes/functions.php:
|
1841 |
-
#: settings.php:
|
1842 |
msgid "Clear all exceptions for block"
|
1843 |
msgstr "Pobriši vse izjeme za blok"
|
1844 |
|
1845 |
-
#: includes/functions.old.php:3181 includes/functions.php:
|
1846 |
msgid "Are you sure you want to clear all exceptions?"
|
1847 |
msgstr "Ali ste prepričani, da želite pobrisati vse izjeme?"
|
1848 |
|
1849 |
-
#: includes/functions.old.php:3181 includes/functions.php:
|
1850 |
msgid "Clear all exceptions for all blocks"
|
1851 |
msgstr "Pobriši vse izjeme za vse bloke"
|
1852 |
|
1853 |
-
#: includes/functions.old.php:3186 includes/functions.php:
|
1854 |
-
#: settings.php:
|
1855 |
msgid "Type"
|
1856 |
msgstr "Vrsta"
|
1857 |
|
1858 |
-
#: includes/functions.old.php:3204 includes/functions.php:
|
1859 |
msgid "View"
|
1860 |
msgstr "Poglej"
|
1861 |
|
1862 |
#: includes/functions.old.php:3205 includes/functions.old.php:3212
|
1863 |
-
#: includes/functions.old.php:3216 includes/functions.php:
|
1864 |
-
#: includes/functions.php:
|
1865 |
-
#: includes/placeholders.php:353 includes/preview.php:2281 settings.php:
|
1866 |
-
#: settings.php:
|
1867 |
msgid "Edit"
|
1868 |
msgstr "Uredi"
|
1869 |
|
1870 |
-
#: includes/functions.old.php:3235 includes/functions.php:
|
1871 |
msgid "Are you sure you want to clear all exceptions for"
|
1872 |
msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za"
|
1873 |
|
1874 |
-
#: includes/functions.old.php:3236 includes/functions.php:
|
1875 |
msgid "Clear all exceptions for"
|
1876 |
msgstr "Pobriši vse izjeme za"
|
1877 |
|
1878 |
-
#: includes/functions.old.php:3249 includes/functions.php:
|
1879 |
msgid "No exceptions"
|
1880 |
msgstr "Brez izjem"
|
1881 |
|
1882 |
#. translators: %s: Ad Inserter Pro
|
1883 |
-
#: includes/functions.old.php:3260 includes/functions.php:
|
1884 |
msgid "%s options for network blogs"
|
1885 |
msgstr "%s izbire za omrežne bloge"
|
1886 |
|
1887 |
#. translators: %s: Ad Inserter Pro
|
1888 |
-
#: includes/functions.old.php:3265 includes/functions.php:
|
1889 |
msgid "Enable %s widgets for sub-sites"
|
1890 |
msgstr "Omogoči %s gradnik za pod-spletišča"
|
1891 |
|
1892 |
-
#: includes/functions.old.php:3265 includes/functions.php:
|
1893 |
msgid "Widgets"
|
1894 |
msgstr "Gradniki"
|
1895 |
|
1896 |
-
#: includes/functions.old.php:3270 includes/functions.php:
|
1897 |
msgid "Enable PHP code processing for sub-sites"
|
1898 |
msgstr "Omogoči procesiranje PHP kode za pod-spletišča"
|
1899 |
|
1900 |
-
#: includes/functions.old.php:3270 includes/functions.php:
|
1901 |
msgid "PHP Processing"
|
1902 |
msgstr "PHP Procesiranje"
|
1903 |
|
1904 |
#. translators: %s: Ad Inserter Pro
|
1905 |
-
#: includes/functions.old.php:3275 includes/functions.php:
|
1906 |
msgid "Enable %s block exceptions in post/page editor for sub-sites"
|
1907 |
msgstr ""
|
1908 |
"Omogoči %s izjeme blokov v urejevalniku prispevkov/strani za pod-spletišča"
|
1909 |
|
1910 |
-
#: includes/functions.old.php:3275 includes/functions.php:
|
1911 |
msgid "Post/Page exceptions"
|
1912 |
msgstr "Izjeme prispevkov/strani"
|
1913 |
|
1914 |
#. translators: %s: Ad Inserter Pro
|
1915 |
-
#: includes/functions.old.php:3280 includes/functions.php:
|
1916 |
msgid "Enable %s settings page for sub-sites"
|
1917 |
msgstr "Omogoči nastavitveno stran %s za pod-spletišča"
|
1918 |
|
1919 |
-
#: includes/functions.old.php:3280 includes/functions.php:
|
1920 |
msgid "Settings page"
|
1921 |
msgstr "Stran z nastavitvami"
|
1922 |
|
1923 |
#. translators: %s: Ad Inserter Pro
|
1924 |
-
#: includes/functions.old.php:3285 includes/functions.php:
|
1925 |
msgid "Enable %s settings of main site to be used for all blogs"
|
1926 |
msgstr "Omogoči %s nastavitve glavnega spletišča za uporabo na vseh blogih"
|
1927 |
|
1928 |
-
#: includes/functions.old.php:3285 includes/functions.php:
|
1929 |
msgid "Main site settings used for all blogs"
|
1930 |
msgstr "Nastavitve glavnega spletišča uporabljene na vseh blogih"
|
1931 |
|
1932 |
-
#: includes/functions.old.php:3296 includes/functions.php:
|
1933 |
-
#: settings.php:
|
1934 |
msgid "Ad Blocking Detection"
|
1935 |
msgstr "Zaznavanje Blokiranja Oglasov"
|
1936 |
|
1937 |
-
#: includes/functions.old.php:3302 includes/functions.php:
|
1938 |
msgid ""
|
1939 |
"Standard method is reliable but should be used only if Advanced method does "
|
1940 |
"not work. Advanced method recreates files used for detection with random "
|
@@ -1947,78 +1956,78 @@ msgstr ""
|
|
1947 |
"dostopna"
|
1948 |
|
1949 |
#: includes/functions.old.php:3929 includes/functions.old.php:4019
|
1950 |
-
#: includes/functions.old.php:4039 includes/functions.php:
|
1951 |
-
#: includes/functions.php:
|
1952 |
msgid "AD BLOCKING"
|
1953 |
msgstr "BLOKIRANJE OGLASOV"
|
1954 |
|
1955 |
#: includes/functions.old.php:3930 includes/functions.old.php:3970
|
1956 |
#: includes/functions.old.php:4013 includes/functions.old.php:4040
|
1957 |
-
#: includes/functions.php:
|
1958 |
-
#: includes/functions.php:
|
1959 |
msgid "BLOCK INSERTED BUT NOT VISIBLE"
|
1960 |
msgstr "BLOK VSTAVLJEN, VENDAR NI VIDEN"
|
1961 |
|
1962 |
#: includes/functions.old.php:3933 includes/functions.old.php:4012
|
1963 |
-
#: includes/functions.old.php:4046 includes/functions.php:
|
1964 |
-
#: includes/functions.php:
|
1965 |
msgid "NO AD BLOCKING"
|
1966 |
msgstr "NI BLOKIRANJA OGLASOV"
|
1967 |
|
1968 |
#: includes/functions.old.php:3969 includes/functions.old.php:3976
|
1969 |
-
#: includes/functions.php:
|
1970 |
msgid "AD BLOCKING REPLACEMENT"
|
1971 |
msgstr "NADOMESTEK V PRIMERU BLOKIRANJA OGLASOV"
|
1972 |
|
1973 |
#: includes/functions.old.php:4119 includes/functions.old.php:4328
|
1974 |
-
#: includes/functions.php:
|
1975 |
msgid "Pageviews"
|
1976 |
msgstr "Ogledi strani"
|
1977 |
|
1978 |
-
#: includes/functions.old.php:4265 includes/functions.php:
|
1979 |
msgctxt "Version"
|
1980 |
msgid "Unknown"
|
1981 |
msgstr "Neznana"
|
1982 |
|
1983 |
-
#: includes/functions.old.php:4265 includes/functions.php:
|
1984 |
msgctxt "Times"
|
1985 |
msgid "DISPLAYED"
|
1986 |
msgstr "PRIKAZANO"
|
1987 |
|
1988 |
-
#: includes/functions.old.php:4265 includes/functions.php:
|
1989 |
msgid "No version"
|
1990 |
msgstr "Brez različice"
|
1991 |
|
1992 |
-
#: includes/functions.old.php:4266 includes/functions.php:
|
1993 |
msgctxt "Times"
|
1994 |
msgid "BLOCKED"
|
1995 |
msgstr "BLOKIRANO"
|
1996 |
|
1997 |
-
#: includes/functions.old.php:4328 includes/functions.php:
|
1998 |
msgid "Impressions"
|
1999 |
msgstr "Prikazi"
|
2000 |
|
2001 |
#: includes/functions.old.php:4329 includes/functions.old.php:4330
|
2002 |
-
#: includes/functions.old.php:4385 includes/functions.php:
|
2003 |
-
#: includes/functions.php:
|
2004 |
msgid "Clicks"
|
2005 |
msgstr "Kliki"
|
2006 |
|
2007 |
-
#: includes/functions.old.php:4330 includes/functions.php:
|
2008 |
msgid "events"
|
2009 |
msgstr "dogodki"
|
2010 |
|
2011 |
-
#: includes/functions.old.php:4331 includes/functions.php:
|
2012 |
msgid "Ad Blocking Share"
|
2013 |
msgstr "Delež blokiranja oglasov"
|
2014 |
|
2015 |
#. translators: CTR as Click Through Rate
|
2016 |
#: includes/functions.old.php:4331 includes/functions.old.php:4391
|
2017 |
-
#: includes/functions.php:
|
2018 |
msgid "CTR"
|
2019 |
msgstr "CTR"
|
2020 |
|
2021 |
-
#: includes/functions.old.php:4473 includes/functions.php:
|
2022 |
msgid "pageviews"
|
2023 |
msgid_plural "pageviews"
|
2024 |
msgstr[0] "ogled strani"
|
@@ -2026,7 +2035,7 @@ msgstr[1] "ogleda strani"
|
|
2026 |
msgstr[2] "oglede strani"
|
2027 |
msgstr[3] "ogledov strani"
|
2028 |
|
2029 |
-
#: includes/functions.old.php:4473 includes/functions.php:
|
2030 |
msgid "impressions"
|
2031 |
msgid_plural "impressions"
|
2032 |
msgstr[0] "prikaz"
|
@@ -2034,7 +2043,7 @@ msgstr[1] "prikaza"
|
|
2034 |
msgstr[2] "prikazi"
|
2035 |
msgstr[3] "prikazov"
|
2036 |
|
2037 |
-
#: includes/functions.old.php:4477 includes/functions.php:
|
2038 |
msgid "event"
|
2039 |
msgid_plural "events"
|
2040 |
msgstr[0] "dogodek"
|
@@ -2042,76 +2051,76 @@ msgstr[1] "dogodka"
|
|
2042 |
msgstr[2] "dogodki"
|
2043 |
msgstr[3] "dogodkov"
|
2044 |
|
2045 |
-
#: includes/functions.old.php:4572 includes/functions.php:
|
2046 |
msgctxt "Pageviews / Impressions"
|
2047 |
msgid "Average"
|
2048 |
msgstr "Povprečni"
|
2049 |
|
2050 |
-
#: includes/functions.old.php:4593 includes/functions.php:
|
2051 |
msgctxt "Ad Blocking / Clicks"
|
2052 |
msgid "Average"
|
2053 |
msgstr "Povprečno"
|
2054 |
|
2055 |
-
#: includes/functions.old.php:4617 includes/functions.php:
|
2056 |
msgctxt "Ad Blocking Share / CTR"
|
2057 |
msgid "Average"
|
2058 |
msgstr "Povprečni"
|
2059 |
|
2060 |
#. Translators: %s: Ad Inserter Pro
|
2061 |
#: includes/functions.old.php:4799 includes/functions.old.php:4891
|
2062 |
-
#: includes/functions.old.php:5207 includes/functions.php:
|
2063 |
-
#: includes/functions.php:
|
2064 |
msgid "%s Report"
|
2065 |
msgstr "%s Poročilo"
|
2066 |
|
2067 |
-
#: includes/functions.old.php:5113 includes/functions.php:
|
2068 |
msgid "for last month"
|
2069 |
msgstr "za zadnji mesec"
|
2070 |
|
2071 |
-
#: includes/functions.old.php:5118 includes/functions.php:
|
2072 |
msgid "for this month"
|
2073 |
msgstr "za ta mesec"
|
2074 |
|
2075 |
-
#: includes/functions.old.php:5123 includes/functions.php:
|
2076 |
msgid "for this year"
|
2077 |
msgstr "za to leto"
|
2078 |
|
2079 |
-
#: includes/functions.old.php:5128 includes/functions.php:
|
2080 |
msgid "for the last 15 days"
|
2081 |
msgstr "za zadnjih 15 dni"
|
2082 |
|
2083 |
-
#: includes/functions.old.php:5133 includes/functions.php:
|
2084 |
msgid "for the last 30 days"
|
2085 |
msgstr "za zadnjih 30 dni"
|
2086 |
|
2087 |
-
#: includes/functions.old.php:5138 includes/functions.php:
|
2088 |
msgid "for the last 90 days"
|
2089 |
msgstr "za zadnjih 90 dni"
|
2090 |
|
2091 |
-
#: includes/functions.old.php:5143 includes/functions.php:
|
2092 |
msgid "for the last 180 days"
|
2093 |
msgstr "za zadnjih 180 dni"
|
2094 |
|
2095 |
-
#: includes/functions.old.php:5148 includes/functions.php:
|
2096 |
msgid "for the last 365 days"
|
2097 |
msgstr "za zadnjih 365 dni"
|
2098 |
|
2099 |
-
#: includes/functions.php:
|
2100 |
msgid "Pin list"
|
2101 |
msgstr "Pripni seznam"
|
2102 |
|
2103 |
#. translators: %s: Ad Inserter Pro
|
2104 |
-
#: includes/functions.php:
|
2105 |
msgid "Warning: %s plugin update server is not accessible"
|
2106 |
msgstr "Opozorilo: %s strežnik za posodobitve vtičnika ni dosegljiv"
|
2107 |
|
2108 |
#. translators: updates are not available
|
2109 |
-
#: includes/functions.php:
|
2110 |
msgid "updates"
|
2111 |
msgstr "posodobitve"
|
2112 |
|
2113 |
#. translators: updates are not available
|
2114 |
-
#: includes/functions.php:
|
2115 |
msgid "are not available"
|
2116 |
msgstr "niso na razpolago"
|
2117 |
|
@@ -2139,7 +2148,7 @@ msgstr "Zapri urejevalnik polnila"
|
|
2139 |
msgid "Placeholder"
|
2140 |
msgstr "Polnilo"
|
2141 |
|
2142 |
-
#: includes/placeholders.php:363 settings.php:
|
2143 |
msgid "Size"
|
2144 |
msgstr "Velikost"
|
2145 |
|
@@ -2272,11 +2281,11 @@ msgstr "Prekliči"
|
|
2272 |
msgid "Ad Blocking Detected Message Preview"
|
2273 |
msgstr "Predogled Sporočila ko je Zaznano Blokiranje Oglasov"
|
2274 |
|
2275 |
-
#: includes/preview-adb.php:348 settings.php:
|
2276 |
msgid "Message CSS"
|
2277 |
msgstr "CSS sporočila"
|
2278 |
|
2279 |
-
#: includes/preview-adb.php:353 settings.php:
|
2280 |
msgid "Overlay CSS"
|
2281 |
msgstr "CSS prevleke"
|
2282 |
|
@@ -2316,7 +2325,7 @@ msgstr "div za ovijanje"
|
|
2316 |
msgid "background"
|
2317 |
msgstr "ozadje"
|
2318 |
|
2319 |
-
#: includes/preview.php:2085 includes/preview.php:2236 settings.php:
|
2320 |
msgid "Alignment"
|
2321 |
msgstr "Poravnava"
|
2322 |
|
@@ -2461,7 +2470,7 @@ msgstr ""
|
|
2461 |
"Označi označi ozadje, območje odmika in območje kode, medtem ko gumb "
|
2462 |
"Ponastavi vrne vse vrednosti na tiste od trenutnega bloka."
|
2463 |
|
2464 |
-
#: settings.php:
|
2465 |
msgid ""
|
2466 |
"Settings for individual exceptions have been updated. Please check all "
|
2467 |
"blocks that have exceptions and and then save settings."
|
@@ -2469,32 +2478,32 @@ msgstr ""
|
|
2469 |
"Nastavitve za posamezne izjeme so bile posodobljene. Prosimo, preverite vse "
|
2470 |
"bloke, ki imajo izjeme in potem shranite nastavitve."
|
2471 |
|
2472 |
-
#: settings.php:
|
2473 |
msgid "Online documentation"
|
2474 |
msgstr "Spletna Dokumentacija"
|
2475 |
|
2476 |
-
#: settings.php:
|
2477 |
msgid "Show AdSense ad units"
|
2478 |
msgstr "Pokaži oglasne enote AdSense"
|
2479 |
|
2480 |
-
#: settings.php:
|
2481 |
msgid "Edit ads.txt file"
|
2482 |
msgstr "Uredi datoteko ads.txt"
|
2483 |
|
2484 |
-
#: settings.php:
|
2485 |
msgid "Check theme for available positions for automatic insertion"
|
2486 |
msgstr "Preveri temo za razpoložljive položaje za samodejno vstavljanje"
|
2487 |
|
2488 |
-
#: settings.php:
|
2489 |
msgid "List all blocks"
|
2490 |
msgstr "Izpiši seznam vseh blokov"
|
2491 |
|
2492 |
-
#: settings.php:
|
2493 |
msgid "Loaded plugin JavaScript file version"
|
2494 |
msgstr "Naložena različica JavaScript datoteke vtičnika"
|
2495 |
|
2496 |
#. translators: %s: HTML tags
|
2497 |
-
#: settings.php:
|
2498 |
msgid ""
|
2499 |
"Wrong or %s missing version parameter %s of the JavaScript file, probably "
|
2500 |
"due to inappropriate caching."
|
@@ -2502,7 +2511,7 @@ msgstr ""
|
|
2502 |
"Napačen ali %s manjkajoč parameter verzije %s JavaScript datoteke, najbrž "
|
2503 |
"zaradi nepravilnega predpomnjenja."
|
2504 |
|
2505 |
-
#: settings.php:
|
2506 |
msgid ""
|
2507 |
"Missing version parameter of the JavaScript file, probably due to "
|
2508 |
"inappropriate caching."
|
@@ -2510,7 +2519,7 @@ msgstr ""
|
|
2510 |
"Manjka parameter verzije JavaScript datoteke, najbrž zaradi nepravilnega "
|
2511 |
"predpomnjenja."
|
2512 |
|
2513 |
-
#: settings.php:
|
2514 |
msgid ""
|
2515 |
"Incompatible (old) JavaScript file loaded, probably due to inappropriate "
|
2516 |
"caching."
|
@@ -2518,7 +2527,7 @@ msgstr ""
|
|
2518 |
"Naložena je nezdružljiva (stara) različica JavaScript datoteke, najbrž "
|
2519 |
"zaradi nepravilnega predpomnjenja."
|
2520 |
|
2521 |
-
#: settings.php:
|
2522 |
msgid ""
|
2523 |
"Please delete browser's cache and all other caches used and then reload this "
|
2524 |
"page."
|
@@ -2526,12 +2535,12 @@ msgstr ""
|
|
2526 |
"Prosimo, pobrišite predpomnilnik brskalnika in vse druge predpomnilnike ter "
|
2527 |
"potem na novo naložite to stran."
|
2528 |
|
2529 |
-
#: settings.php:
|
2530 |
msgid "Loaded plugin CSS file version"
|
2531 |
msgstr "Naložena različica CSS datoteke vtičnika"
|
2532 |
|
2533 |
#. translators: %s: HTML tags
|
2534 |
-
#: settings.php:
|
2535 |
msgid ""
|
2536 |
"Wrong or %s missing version parameter %s of the CSS file, probably due to "
|
2537 |
"inappropriate caching."
|
@@ -2539,7 +2548,7 @@ msgstr ""
|
|
2539 |
"Napačen ali %s manjkajoč parameter verzije %s CSS datoteke, najbrž zaradi "
|
2540 |
"nepravilnega predpomnjenja."
|
2541 |
|
2542 |
-
#: settings.php:
|
2543 |
msgid ""
|
2544 |
"Missing version parameter of the CSS file, probably due to inappropriate "
|
2545 |
"caching."
|
@@ -2547,30 +2556,30 @@ msgstr ""
|
|
2547 |
"Manjka parameter verzije JavaScript datoteke, najbrž zaradi nepravilnega "
|
2548 |
"predpomnjenja."
|
2549 |
|
2550 |
-
#: settings.php:
|
2551 |
msgid ""
|
2552 |
"Incompatible (old) CSS file loaded, probably due to inappropriate caching."
|
2553 |
msgstr ""
|
2554 |
"Naložena je nezdružljiva (stara) različica CSS datoteke, najbrž zaradi "
|
2555 |
"nepravilnega predpomnjenja."
|
2556 |
|
2557 |
-
#: settings.php:
|
2558 |
msgid "WARNING"
|
2559 |
msgstr "OPOZORILO"
|
2560 |
|
2561 |
#. translators: %s: HTML tags
|
2562 |
-
#: settings.php:
|
2563 |
msgid "Page may %s not be loaded properly. %s"
|
2564 |
msgstr "Stran mogoče %s ni naložena pravilno. %s"
|
2565 |
|
2566 |
-
#: settings.php:
|
2567 |
msgid ""
|
2568 |
"Check ad blocking software that may block CSS, JavaScript or image files."
|
2569 |
msgstr ""
|
2570 |
"Preverite programe za blokiranje oglasov, ki lahko onemogočijo CSS, "
|
2571 |
"JavaScript ali slikovne datoteke."
|
2572 |
|
2573 |
-
#: settings.php:
|
2574 |
msgid ""
|
2575 |
"To disable debugging functions and to enable insertions go to tab [*] / tab "
|
2576 |
"Debugging"
|
@@ -2578,23 +2587,23 @@ msgstr ""
|
|
2578 |
"Za izključitev razhroščevalnih funkcij in za vključitev vstavljanja pojdite "
|
2579 |
"na zavihek [*] / zavihek Razhroščevanje"
|
2580 |
|
2581 |
-
#: settings.php:
|
2582 |
msgid "Debugging functions enabled - some code is not inserted"
|
2583 |
msgstr "Vključene so funkcije za razhroščevanje - nekatera koda ni vstavljena"
|
2584 |
|
2585 |
-
#: settings.php:
|
2586 |
msgid "Group name"
|
2587 |
msgstr "Ime skupine"
|
2588 |
|
2589 |
-
#: settings.php:
|
2590 |
msgid "Option name"
|
2591 |
msgstr "Ime različice"
|
2592 |
|
2593 |
-
#: settings.php:
|
2594 |
msgid "Share"
|
2595 |
msgstr "Delež"
|
2596 |
|
2597 |
-
#: settings.php:
|
2598 |
msgid ""
|
2599 |
"Option share in percents - 0 means option is disabled, if share for one "
|
2600 |
"option is not defined it will be calculated automatically. Leave all share "
|
@@ -2604,11 +2613,11 @@ msgstr ""
|
|
2604 |
"eno različico ni določen bo izračunan samodejno. Pustite vsa polja za deleže "
|
2605 |
"prazne za enakomerno porazdelitev deležev različic."
|
2606 |
|
2607 |
-
#: settings.php:
|
2608 |
msgid "Time"
|
2609 |
msgstr "Čas"
|
2610 |
|
2611 |
-
#: settings.php:
|
2612 |
msgid ""
|
2613 |
"Option time in seconds - 0 means option is disabled and will be skipped. "
|
2614 |
"Leave all time fields empty for no timed rotation."
|
@@ -2616,162 +2625,162 @@ msgstr ""
|
|
2616 |
"Čas različice v sekundah - 0 pomeni, da je različica onemogočena in bo "
|
2617 |
"preskočena. Pustite vse polja za čas prazna za rotacijo brez časov."
|
2618 |
|
2619 |
-
#: settings.php:
|
2620 |
msgid "General Settings"
|
2621 |
msgstr "Splošne Nastavitve"
|
2622 |
|
2623 |
-
#: settings.php:
|
2624 |
msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
|
2625 |
msgstr ""
|
2626 |
"Preklopi Poudarjanje Sintakse / Preprost urejevalnik za mobilne naprave"
|
2627 |
|
2628 |
-
#: settings.php:
|
2629 |
msgid "Toggle tools"
|
2630 |
msgstr "Preklopi orodja"
|
2631 |
|
2632 |
-
#: settings.php:
|
2633 |
msgid "Process PHP code in block"
|
2634 |
msgstr "Procesiraj PHP kodo v bloku"
|
2635 |
|
2636 |
-
#: settings.php:
|
2637 |
msgid "Disable insertion of this block"
|
2638 |
msgstr "Onemogoči vstavljanje tega bloka"
|
2639 |
|
2640 |
-
#: settings.php:
|
2641 |
msgid "Toggle code generator"
|
2642 |
msgstr "Preklopi generator kode"
|
2643 |
|
2644 |
-
#: settings.php:
|
2645 |
msgid "Toggle rotation editor"
|
2646 |
msgstr "Preklopi urejevalnik rotacije"
|
2647 |
|
2648 |
-
#: settings.php:
|
2649 |
msgid "Open visual HTML editor"
|
2650 |
msgstr "Odpri vizualni HTML urejevalnik"
|
2651 |
|
2652 |
-
#: settings.php:
|
2653 |
msgid "Clear block"
|
2654 |
msgstr "Počisti blok"
|
2655 |
|
2656 |
-
#: settings.php:
|
2657 |
msgid "Copy block"
|
2658 |
msgstr "Kopiraj blok"
|
2659 |
|
2660 |
-
#: settings.php:
|
2661 |
msgid "Paste name"
|
2662 |
msgstr "Prilepi ime"
|
2663 |
|
2664 |
-
#: settings.php:
|
2665 |
msgid "Paste code"
|
2666 |
msgstr "Prilepi kodo"
|
2667 |
|
2668 |
-
#: settings.php:
|
2669 |
msgid "Paste settings"
|
2670 |
msgstr "Prilepi nastavitve"
|
2671 |
|
2672 |
-
#: settings.php:
|
2673 |
msgid "Paste block (name, code and settings)"
|
2674 |
msgstr "Prilepi blok (ime, kodo in nastavitve)"
|
2675 |
|
2676 |
-
#: settings.php:
|
2677 |
msgid "Rotation groups"
|
2678 |
msgstr "Skupine za rotacijo"
|
2679 |
|
2680 |
-
#: settings.php:
|
2681 |
msgid "Remove option"
|
2682 |
msgstr "Odstrani različico"
|
2683 |
|
2684 |
-
#: settings.php:
|
2685 |
msgid "Add option"
|
2686 |
msgstr "Dodaj različico"
|
2687 |
|
2688 |
-
#: settings.php:
|
2689 |
msgid "Import code"
|
2690 |
msgstr "Uvozi kodo"
|
2691 |
|
2692 |
-
#: settings.php:
|
2693 |
msgid "Generate code"
|
2694 |
msgstr "Generiraj kodo"
|
2695 |
|
2696 |
-
#: settings.php:
|
2697 |
msgid "Banner"
|
2698 |
msgstr "Pasica"
|
2699 |
|
2700 |
-
#: settings.php:
|
2701 |
msgid "Image"
|
2702 |
msgstr "Slika"
|
2703 |
|
2704 |
-
#: settings.php:
|
2705 |
msgid "Link"
|
2706 |
msgstr "Povezava"
|
2707 |
|
2708 |
-
#: settings.php:
|
2709 |
msgid "Open link in a new tab"
|
2710 |
msgstr "Odpri povezavo v novem zavihku"
|
2711 |
|
2712 |
-
#: settings.php:
|
2713 |
msgid "Select Image"
|
2714 |
msgstr "Izberi Sliko"
|
2715 |
|
2716 |
-
#: settings.php:
|
2717 |
msgid "Select Placeholder"
|
2718 |
msgstr "Izberi Polnilo"
|
2719 |
|
2720 |
-
#: settings.php:
|
2721 |
msgid "Comment"
|
2722 |
msgstr "Komentar"
|
2723 |
|
2724 |
-
#: settings.php:
|
2725 |
msgctxt "AdSense"
|
2726 |
msgid "Publisher ID"
|
2727 |
msgstr "ID založnika"
|
2728 |
|
2729 |
-
#: settings.php:
|
2730 |
msgctxt "AdSense"
|
2731 |
msgid "Ad Slot ID"
|
2732 |
msgstr "ID mesta"
|
2733 |
|
2734 |
-
#: settings.php:
|
2735 |
msgid "Ad Type"
|
2736 |
msgstr "Vrsta"
|
2737 |
|
2738 |
-
#: settings.php:
|
2739 |
msgid "AMP Ad"
|
2740 |
msgstr "AMP Oglas"
|
2741 |
|
2742 |
-
#: settings.php:
|
2743 |
msgid "Show ad units from your AdSense account"
|
2744 |
msgstr "Prikaži oglasne enote s tvojega AdSense računa"
|
2745 |
|
2746 |
-
#: settings.php:
|
2747 |
msgid "AdSense ad units"
|
2748 |
msgstr "Oglasne enote AdSense"
|
2749 |
|
2750 |
-
#: settings.php:
|
2751 |
msgctxt "AdSense"
|
2752 |
msgid "Layout"
|
2753 |
msgstr "Postavitev"
|
2754 |
|
2755 |
-
#: settings.php:
|
2756 |
msgctxt "AdSense"
|
2757 |
msgid "Layout Key"
|
2758 |
msgstr "Ključ postavitve"
|
2759 |
|
2760 |
-
#: settings.php:
|
2761 |
msgid "Full width"
|
2762 |
msgstr "Celotna širina"
|
2763 |
|
2764 |
-
#: settings.php:
|
2765 |
msgctxt "Full width"
|
2766 |
msgid "Enabled"
|
2767 |
msgstr "Omogočena"
|
2768 |
|
2769 |
-
#: settings.php:
|
2770 |
msgctxt "Full width"
|
2771 |
msgid "Disabled"
|
2772 |
msgstr "Onemogočena"
|
2773 |
|
2774 |
-
#: settings.php:
|
2775 |
msgid ""
|
2776 |
"White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
|
2777 |
"Cookie or Referer (domain)"
|
@@ -2779,28 +2788,28 @@ msgstr ""
|
|
2779 |
"Bel/Črn seznam Kategorij, Oznak, Taksonomij, ID Prispevkov, Url-jev, Url "
|
2780 |
"parametrov, Piškotkov ali napotiteljev (domen)"
|
2781 |
|
2782 |
-
#: settings.php:
|
2783 |
msgid "Lists"
|
2784 |
msgstr "Seznami"
|
2785 |
|
2786 |
-
#: settings.php:
|
2787 |
msgid "Widget, Shortcode and PHP function call"
|
2788 |
msgstr "Gradnik, Kratka koda in Klic PHP funkcije"
|
2789 |
|
2790 |
-
#: settings.php:
|
2791 |
msgid "Manual"
|
2792 |
msgstr "Ročno"
|
2793 |
|
2794 |
-
#: settings.php:
|
2795 |
msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
|
2796 |
msgstr ""
|
2797 |
"Zaznavanje Naprave na strani Strežnika/Klienta (Namizni, Tablica, Telefon)"
|
2798 |
|
2799 |
-
#: settings.php:
|
2800 |
msgid "Devices"
|
2801 |
msgstr "Naprave"
|
2802 |
|
2803 |
-
#: settings.php:
|
2804 |
msgid ""
|
2805 |
"Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
|
2806 |
"feeds), Filter, Scheduling, General tag"
|
@@ -2808,15 +2817,15 @@ msgstr ""
|
|
2808 |
"Preveri status uporabnika, Omeji vstavljanja (napaka 404, zahteve Ajax, vir "
|
2809 |
"RSS), Filter, Urnik, Splošna oznaka"
|
2810 |
|
2811 |
-
#: settings.php:
|
2812 |
msgid "Misc"
|
2813 |
msgstr "Razno"
|
2814 |
|
2815 |
-
#: settings.php:
|
2816 |
msgid "Preview code and alignment"
|
2817 |
msgstr "Predogled kode in poravnave"
|
2818 |
|
2819 |
-
#: settings.php:
|
2820 |
msgid ""
|
2821 |
"Rotation editor active - rotation code not generated! Make sure no rotation "
|
2822 |
"editor is active before saving settings."
|
@@ -2824,15 +2833,15 @@ msgstr ""
|
|
2824 |
"Aktiven urejevalnik rotacij - koda za rotacijo ni generirana! Poskrbite, da "
|
2825 |
"noben urejevalnik rotacij ni aktiven pred shranjevanjem nastavitev."
|
2826 |
|
2827 |
-
#: settings.php:
|
2828 |
msgid "Enable insertion on posts"
|
2829 |
msgstr "Omogoči vstavljanje na prispevkih"
|
2830 |
|
2831 |
-
#: settings.php:
|
2832 |
msgid "Posts"
|
2833 |
msgstr "Prispevki"
|
2834 |
|
2835 |
-
#: settings.php:
|
2836 |
msgid ""
|
2837 |
"Enable insertion on homepage: latest posts (including on sub-pages), static "
|
2838 |
"page or theme homepage (available positions may depend on hooks used by the "
|
@@ -2842,43 +2851,43 @@ msgstr ""
|
|
2842 |
"podstraneh), statična stran ali domača stran teme (razpoložljivi položaji so "
|
2843 |
"lahko odvisni od ročic, ki jih tema uporablja)"
|
2844 |
|
2845 |
-
#: settings.php:
|
2846 |
msgid "Homepage"
|
2847 |
msgstr "Domača stran"
|
2848 |
|
2849 |
-
#: settings.php:
|
2850 |
msgid "Enable insertion on category blog pages (including sub-pages)"
|
2851 |
msgstr "Omogoči vstavljanje na straneh kategorij (vključno s podstranmi)"
|
2852 |
|
2853 |
-
#: settings.php:
|
2854 |
msgid "Category pages"
|
2855 |
msgstr "Strani kategorij"
|
2856 |
|
2857 |
-
#: settings.php:
|
2858 |
msgid "Enable insertion on static pages"
|
2859 |
msgstr "Omogoči vstavljanje na statičnih straneh"
|
2860 |
|
2861 |
-
#: settings.php:
|
2862 |
msgid "Static pages"
|
2863 |
msgstr "Statične strani"
|
2864 |
|
2865 |
-
#: settings.php:
|
2866 |
msgid "Enable insertion on search blog pages"
|
2867 |
msgstr "Omogoči vstavljanje na iskalnih straneh"
|
2868 |
|
2869 |
-
#: settings.php:
|
2870 |
msgid "Search pages"
|
2871 |
msgstr "Iskalne strani"
|
2872 |
|
2873 |
-
#: settings.php:
|
2874 |
msgid "Enable insertion on tag or archive blog pages"
|
2875 |
msgstr "Omogoči vstavljanje na straneh oznak in arhivskih straneh"
|
2876 |
|
2877 |
-
#: settings.php:
|
2878 |
msgid "Toggle settings for default insertion and list of individual exceptions"
|
2879 |
msgstr "Preklopi nastavitve za privzeto vstavljanje in seznam posameznih izjem"
|
2880 |
|
2881 |
-
#: settings.php:
|
2882 |
msgid ""
|
2883 |
"Enable individual post/page exceptions for insertion of this block. They can "
|
2884 |
"be configured on the individual post/page editor page (in the settings below "
|
@@ -2888,7 +2897,7 @@ msgstr ""
|
|
2888 |
"lahko nastavijo na posamezni strani urejevalnika prispevka/strani (v "
|
2889 |
"nastavitvah pod urejevalnikom)."
|
2890 |
|
2891 |
-
#: settings.php:
|
2892 |
msgid ""
|
2893 |
"Enable individual post/page exceptions for insertion of this block. When "
|
2894 |
"enabled they can be configured on the individual post/page editor page (in "
|
@@ -2898,13 +2907,13 @@ msgstr ""
|
|
2898 |
"omogočene, se te lahko nastavijo na posamezni strani urejevalnika prispevka/"
|
2899 |
"strani (v nastavitvah pod urejevalnikom)."
|
2900 |
|
2901 |
-
#: settings.php:
|
2902 |
msgid "Use exceptions for individual posts or pages to change insertion"
|
2903 |
msgstr ""
|
2904 |
"Uporabi izjeme za posamezne prispevke ali strani za spremembo vstavljanja"
|
2905 |
|
2906 |
#. Translators: Enabled means...
|
2907 |
-
#: settings.php:
|
2908 |
msgid ""
|
2909 |
"means the insertion for this block is enabled by default and disabled for "
|
2910 |
"exceptions."
|
@@ -2913,7 +2922,7 @@ msgstr ""
|
|
2913 |
"izjeme."
|
2914 |
|
2915 |
#. Translators: Disabled means...
|
2916 |
-
#: settings.php:
|
2917 |
msgid ""
|
2918 |
"means the insertion for this block is disabled by default and enabled for "
|
2919 |
"exceptions."
|
@@ -2921,7 +2930,7 @@ msgstr ""
|
|
2921 |
"pomeni, da je vstavljanje za ta blok privzeto onemogočeno in omogočeno za "
|
2922 |
"izjeme."
|
2923 |
|
2924 |
-
#: settings.php:
|
2925 |
msgid ""
|
2926 |
"When individual post/page exceptions are enabled they can be configured on "
|
2927 |
"the individual post/page editor page (in the settings below the editor)."
|
@@ -2930,27 +2939,27 @@ msgstr ""
|
|
2930 |
"v urejevalniku posameznega prispevka/strani (v nastavitvah pod "
|
2931 |
"urejevalnikom)."
|
2932 |
|
2933 |
-
#: settings.php:
|
2934 |
msgid ""
|
2935 |
"No exception for post or static page defined. Block will not be inserted."
|
2936 |
msgstr ""
|
2937 |
"Ni nastavljene nobene izjeme za prispevek ali stran. Blok ne bo vstavljen."
|
2938 |
|
2939 |
-
#: settings.php:
|
2940 |
msgctxt "post"
|
2941 |
msgid "Type"
|
2942 |
msgstr "Vrsta"
|
2943 |
|
2944 |
#. translators: %d: block number
|
2945 |
-
#: settings.php:
|
2946 |
msgid "Are you sure you want to clear all exceptions for block %d?"
|
2947 |
msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok %d?"
|
2948 |
|
2949 |
-
#: settings.php:
|
2950 |
msgid "Insertion"
|
2951 |
msgstr "Vstavljanje"
|
2952 |
|
2953 |
-
#: settings.php:
|
2954 |
msgid ""
|
2955 |
"Paragraph number or comma separated paragraph numbers: 1 to N means "
|
2956 |
"paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
|
@@ -2966,7 +2975,7 @@ msgstr ""
|
|
2966 |
"polovici strani, 0.9 pomeni odstavek pri 90% odstavkov strani...), negativno "
|
2967 |
"število pomeni štetje z nasprotne smeri"
|
2968 |
|
2969 |
-
#: settings.php:
|
2970 |
msgid ""
|
2971 |
"Image number or comma separated image numbers: 1 to N means image number, %N "
|
2972 |
"means every N images, empty means all images, 0 means random image, value "
|
@@ -2981,7 +2990,7 @@ msgstr ""
|
|
2981 |
"sliko pri 20% slik na strani, 0.5 pomeni srednjo sliko, 0.9 pomeni sliko pri "
|
2982 |
"90% slik strani...), negativno število pomeni štetje z nasprotne smeri"
|
2983 |
|
2984 |
-
#: settings.php:
|
2985 |
msgid ""
|
2986 |
"Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
|
2987 |
"numbers, %N means every N excerpts, empty means all excerpts"
|
@@ -2990,7 +2999,7 @@ msgstr ""
|
|
2990 |
"ločene številke izvlečkov, %N pomeni vsakih N izvlečkov, prazno pomeni vsi "
|
2991 |
"izvlečki"
|
2992 |
|
2993 |
-
#: settings.php:
|
2994 |
msgid ""
|
2995 |
"Insertion Filter Mirror Setting | Post number or comma separated post "
|
2996 |
"numbers, %N means every N posts, empty means all posts"
|
@@ -2999,7 +3008,7 @@ msgstr ""
|
|
2999 |
"ločene številke prispevkov, %N pomeni vsakih N prispevkov, prazno pomeni vsi "
|
3000 |
"prispevki"
|
3001 |
|
3002 |
-
#: settings.php:
|
3003 |
msgid ""
|
3004 |
"Insertion Filter Mirror Setting | Comment number or comma separated comment "
|
3005 |
"numbers, %N means every N comments, empty means all comments"
|
@@ -3008,44 +3017,44 @@ msgstr ""
|
|
3008 |
"ločene številke komentarjev, %N pomeni vsakih N komentarjev, prazno pomeni "
|
3009 |
"vsi komentarji"
|
3010 |
|
3011 |
-
#: settings.php:
|
3012 |
msgid "Toggle paragraph counting settings"
|
3013 |
msgstr "Preklopi nastavitve za štetje odstavkov"
|
3014 |
|
3015 |
-
#: settings.php:
|
3016 |
msgid "Toggle paragraph clearance settings"
|
3017 |
msgstr "Preklopi nastavitve za izogibanje odstavkom"
|
3018 |
|
3019 |
-
#: settings.php:
|
3020 |
msgid "Toggle insertion filter settings"
|
3021 |
msgstr "Preklopi nastavitve filtra vstavljanja"
|
3022 |
|
3023 |
-
#: settings.php:
|
3024 |
msgid "Toggle insertion and alignment icons"
|
3025 |
msgstr "Preklopi ikone za vstavljanje in poravnavo"
|
3026 |
|
3027 |
-
#: settings.php:
|
3028 |
msgid "Custom CSS code for the wrapping div"
|
3029 |
msgstr "CSS koda po meri za div za ovijanje"
|
3030 |
|
3031 |
-
#: settings.php:
|
3032 |
-
#: settings.php:
|
3033 |
msgid "CSS code for the wrapping div, click to edit"
|
3034 |
msgstr "CSS koda za div za ovijanje, kliknite za urejanje"
|
3035 |
|
3036 |
-
#: settings.php:
|
3037 |
msgid "HTML element"
|
3038 |
msgstr "HTML element"
|
3039 |
|
3040 |
-
#: settings.php:
|
3041 |
msgid "HTML element selector or comma separated list of selectors"
|
3042 |
msgstr "Selektor HTML elementa ali z vejicami ločen seznam selektorjev"
|
3043 |
|
3044 |
-
#: settings.php:
|
3045 |
msgid "Action"
|
3046 |
msgstr "Akcija"
|
3047 |
|
3048 |
-
#: settings.php:
|
3049 |
msgid ""
|
3050 |
"Client-side insertion uses JavaScript to insert block when the page loads. "
|
3051 |
"Server-side insertion inserts block when the page is generated but needs "
|
@@ -3055,11 +3064,11 @@ msgstr ""
|
|
3055 |
"se stran naloži. Vstavljanje na strani strežnika vstavi blok, ko se stran "
|
3056 |
"ustvari, vendar potrebuje omogočeno Predpomnjenje izhoda."
|
3057 |
|
3058 |
-
#: settings.php:
|
3059 |
msgid "JavaScript code position"
|
3060 |
msgstr "Položaj JavaScript kode"
|
3061 |
|
3062 |
-
#: settings.php:
|
3063 |
msgid ""
|
3064 |
"Page position where the JavaScript code for client-side insertion will be "
|
3065 |
"inserted. Should be after the HTML element if not waiting for DOM ready."
|
@@ -3068,40 +3077,40 @@ msgstr ""
|
|
3068 |
"strani klienta. Biti mora za HTML elementom, če se ne čaka na pripravljen "
|
3069 |
"DOM."
|
3070 |
|
3071 |
-
#: settings.php:
|
3072 |
msgid "Count"
|
3073 |
msgstr "Štej"
|
3074 |
|
3075 |
-
#: settings.php:
|
3076 |
msgid "paragraphs with tags"
|
3077 |
msgstr "odstavke z značkami"
|
3078 |
|
3079 |
-
#: settings.php:
|
3080 |
msgid "Comma separated HTML tag names, usually only 'p' tags are used"
|
3081 |
msgstr ""
|
3082 |
"Z vejico ločena imena HTML značk, običajno so uporabljene samo značke 'p'"
|
3083 |
|
3084 |
-
#: settings.php:
|
3085 |
msgid "that have between"
|
3086 |
msgstr "ki imajo med"
|
3087 |
|
3088 |
-
#: settings.php:
|
3089 |
msgid "Minimum number of paragraph words, leave empty for no limit"
|
3090 |
msgstr "Najmanjše število besed v odstavkih, prazno pomeni brez omejitev"
|
3091 |
|
3092 |
-
#: settings.php:
|
3093 |
msgid "Maximum number of paragraph words, leave empty for no limit"
|
3094 |
msgstr "Največje število besed v odstavkih, prazno pomeni brez omejitev"
|
3095 |
|
3096 |
-
#: settings.php:
|
3097 |
msgid "words"
|
3098 |
msgstr "besed"
|
3099 |
|
3100 |
-
#: settings.php:
|
3101 |
msgid "Comma separated texts"
|
3102 |
msgstr "Z vejico ločena besedila"
|
3103 |
|
3104 |
-
#: settings.php:
|
3105 |
msgid ""
|
3106 |
"Count also paragraphs inside these elements - defined on general plugin "
|
3107 |
"settings page - tab [*] / tab General"
|
@@ -3110,38 +3119,38 @@ msgstr ""
|
|
3110 |
"nastavitev vtičnika - zavihek [*] / zavihek Splošno"
|
3111 |
|
3112 |
#. Translators: %s: HTML tags
|
3113 |
-
#: settings.php:
|
3114 |
msgid "Count inside %s elements"
|
3115 |
msgstr "Štej znotraj elementov %s"
|
3116 |
|
3117 |
#. translators: inside [HTML tags] elements that contain
|
3118 |
-
#: settings.php:
|
3119 |
msgid "inside"
|
3120 |
msgstr "znotraj"
|
3121 |
|
3122 |
-
#: settings.php:
|
3123 |
msgid "Comma separated HTML tag names of container elements"
|
3124 |
msgstr "Z vejico ločena imena HTML značk vsebovalnih elementov"
|
3125 |
|
3126 |
#. translators: inside [HTML tags] elements that contain
|
3127 |
-
#: settings.php:
|
3128 |
msgid "elements that"
|
3129 |
msgstr "elementov, ki"
|
3130 |
|
3131 |
-
#: settings.php:
|
3132 |
msgid "Post/Static page must have between"
|
3133 |
msgstr "Prispevek/Statična stran mora imeti med"
|
3134 |
|
3135 |
-
#: settings.php:
|
3136 |
msgid "Minimum number of paragraphs, leave empty for no limit"
|
3137 |
msgstr "Najmanjše število odstavkov, prazno pomeni brez omejitev"
|
3138 |
|
3139 |
-
#: settings.php:
|
3140 |
msgid "Maximum number of paragraphs, leave empty for no limit"
|
3141 |
msgstr "Največje število odstavkov, prazno pomeni brez omejitev"
|
3142 |
|
3143 |
#. Translators: Post/Static page must have between X and Y paragraphs
|
3144 |
-
#: settings.php:
|
3145 |
msgid "paragraph"
|
3146 |
msgid_plural "paragraphs"
|
3147 |
msgstr[0] "odstavek"
|
@@ -3149,11 +3158,11 @@ msgstr[1] "odstavka"
|
|
3149 |
msgstr[2] "odstavke"
|
3150 |
msgstr[3] "odstavkov"
|
3151 |
|
3152 |
-
#: settings.php:
|
3153 |
msgid "Minimum number of words in paragraphs above"
|
3154 |
msgstr "Najmanjše število besed v odstavkih zgoraj"
|
3155 |
|
3156 |
-
#: settings.php:
|
3157 |
msgid ""
|
3158 |
"Used only with automatic insertion After paragraph and empty paragraph "
|
3159 |
"numbers"
|
@@ -3161,128 +3170,128 @@ msgstr ""
|
|
3161 |
"Uporabljeno samo s samodejnim vstavljanjem Za odstavkom in s praznimi "
|
3162 |
"številkami odstavkov"
|
3163 |
|
3164 |
-
#: settings.php:
|
3165 |
msgid "In"
|
3166 |
msgstr "V"
|
3167 |
|
3168 |
-
#: settings.php:
|
3169 |
msgid "Number of paragraphs above to check, leave empty to disable checking"
|
3170 |
msgstr "Število odstavkov zgoraj za preverjanje, prazno onemogoči preverjanje"
|
3171 |
|
3172 |
-
#: settings.php:
|
3173 |
msgid "paragraphs above avoid"
|
3174 |
msgstr "odstavkih zgoraj se izogni"
|
3175 |
|
3176 |
-
#: settings.php:
|
3177 |
msgid "Number of paragraphs below to check, leave empty to disable checking"
|
3178 |
msgstr "Število odstavkov spodaj za preverjanje, prazno onemogoči preverjanje"
|
3179 |
|
3180 |
-
#: settings.php:
|
3181 |
msgid "paragraphs below avoid"
|
3182 |
msgstr "odstavkih spodaj se izogni"
|
3183 |
|
3184 |
-
#: settings.php:
|
3185 |
msgid "If text is found"
|
3186 |
msgstr "Če je besedilo najdeno"
|
3187 |
|
3188 |
-
#: settings.php:
|
3189 |
msgid "check up to"
|
3190 |
msgstr "preveri do"
|
3191 |
|
3192 |
-
#: settings.php:
|
3193 |
msgctxt "check up to"
|
3194 |
msgid "paragraphs"
|
3195 |
msgstr "odstavkov"
|
3196 |
|
3197 |
-
#: settings.php:
|
3198 |
msgid "Categories"
|
3199 |
msgstr "Kategorije"
|
3200 |
|
3201 |
-
#: settings.php:
|
3202 |
msgid "Toggle category editor"
|
3203 |
msgstr "Preklopi urejevalnik kategorij"
|
3204 |
|
3205 |
-
#: settings.php:
|
3206 |
msgid "Comma separated category slugs"
|
3207 |
msgstr "Z vejico ločeni ključi kategorij"
|
3208 |
|
3209 |
-
#: settings.php:
|
3210 |
msgid "Blacklist categories"
|
3211 |
msgstr "Črni seznam kategorij"
|
3212 |
|
3213 |
-
#: settings.php:
|
3214 |
msgid "Whitelist categories"
|
3215 |
msgstr "Beli seznam kategorij"
|
3216 |
|
3217 |
-
#: settings.php:
|
3218 |
msgid "Tags"
|
3219 |
msgstr "Oznake"
|
3220 |
|
3221 |
-
#: settings.php:
|
3222 |
msgid "Toggle tag editor"
|
3223 |
msgstr "Preklopi urejevalnik oznak"
|
3224 |
|
3225 |
-
#: settings.php:
|
3226 |
msgid "Comma separated tag slugs"
|
3227 |
msgstr "Z vejico ločeni ključi oznak"
|
3228 |
|
3229 |
-
#: settings.php:
|
3230 |
msgid "Blacklist tags"
|
3231 |
msgstr "Črni seznam oznak"
|
3232 |
|
3233 |
-
#: settings.php:
|
3234 |
msgid "Whitelist tags"
|
3235 |
msgstr "Beli seznam oznak"
|
3236 |
|
3237 |
-
#: settings.php:
|
3238 |
msgid "Taxonomies"
|
3239 |
msgstr "Taksonomije"
|
3240 |
|
3241 |
-
#: settings.php:
|
3242 |
msgid "Toggle taxonomy editor"
|
3243 |
msgstr "Preklopi urejevalnik taksonomij"
|
3244 |
|
3245 |
-
#: settings.php:
|
3246 |
msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
|
3247 |
msgstr "Z vejico ločeni ključi: taksonomija, izraz ali taksonomija:izraz"
|
3248 |
|
3249 |
-
#: settings.php:
|
3250 |
msgid "Blacklist taxonomies"
|
3251 |
msgstr "Črni seznam taksonomij"
|
3252 |
|
3253 |
-
#: settings.php:
|
3254 |
msgid "Whitelist taxonomies"
|
3255 |
msgstr "Beli seznam taksonomij"
|
3256 |
|
3257 |
-
#: settings.php:
|
3258 |
msgid "Post IDs"
|
3259 |
msgstr "ID-ji prispevkov"
|
3260 |
|
3261 |
-
#: settings.php:
|
3262 |
msgid "Toggle post/page ID editor"
|
3263 |
msgstr "Preklopi urejevalnik ID-jev prispevkov/strani"
|
3264 |
|
3265 |
-
#: settings.php:
|
3266 |
msgid "Comma separated post/page IDs"
|
3267 |
msgstr "Z vejico ločeni ID-ji prispevkov/strani"
|
3268 |
|
3269 |
-
#: settings.php:
|
3270 |
msgid "Blacklist IDs"
|
3271 |
msgstr "Črni seznam ID-jev"
|
3272 |
|
3273 |
-
#: settings.php:
|
3274 |
msgid "Whitelist IDs"
|
3275 |
msgstr "Beli seznam ID-jev"
|
3276 |
|
3277 |
-
#: settings.php:
|
3278 |
msgid "Urls"
|
3279 |
msgstr "Url-ji"
|
3280 |
|
3281 |
-
#: settings.php:
|
3282 |
msgid "Toggle url editor"
|
3283 |
msgstr "Preklopi urejevalnik url-jev"
|
3284 |
|
3285 |
-
#: settings.php:
|
3286 |
msgid ""
|
3287 |
"Comma separated urls (page addresses) starting with / after domain name (e."
|
3288 |
"g. /permalink-url, use only when you need to taget a specific url not "
|
@@ -3294,23 +3303,23 @@ msgstr ""
|
|
3294 |
"nsalov, ki drugače ni dostopen). Uporabite lahko tudi delne url-je z * (/url-"
|
3295 |
"začetek*. *url-vzorec*, *url-konec)"
|
3296 |
|
3297 |
-
#: settings.php:
|
3298 |
msgid "Blacklist urls"
|
3299 |
msgstr "Črni seznam url-jev"
|
3300 |
|
3301 |
-
#: settings.php:
|
3302 |
msgid "Whitelist urls"
|
3303 |
msgstr "Beli seznam url-jev"
|
3304 |
|
3305 |
-
#: settings.php:
|
3306 |
msgid "Url parameters"
|
3307 |
msgstr "Url parametri"
|
3308 |
|
3309 |
-
#: settings.php:
|
3310 |
msgid "Toggle url parameter and cookie editor"
|
3311 |
msgstr "Preklopi urejevalnik url parametrov in piškotkov"
|
3312 |
|
3313 |
-
#: settings.php:
|
3314 |
msgid ""
|
3315 |
"Comma separated url query parameters or cookies with optional values (use "
|
3316 |
"'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
|
@@ -3319,23 +3328,23 @@ msgstr ""
|
|
3319 |
"vrednostmi (uporabite 'prameter', 'prameter=vrednost', 'piškotek' or "
|
3320 |
"'piškotek=vrednost')"
|
3321 |
|
3322 |
-
#: settings.php:
|
3323 |
msgid "Blacklist url parameters"
|
3324 |
msgstr "Črni seznam url parametrov"
|
3325 |
|
3326 |
-
#: settings.php:
|
3327 |
msgid "Whitelist url parameters"
|
3328 |
msgstr "Beli seznam url parametrov"
|
3329 |
|
3330 |
-
#: settings.php:
|
3331 |
msgid "Referrers"
|
3332 |
msgstr "Napotitelji"
|
3333 |
|
3334 |
-
#: settings.php:
|
3335 |
msgid "Toggle referer editor"
|
3336 |
msgstr "Preklopi urejevalnik napotiteljev"
|
3337 |
|
3338 |
-
#: settings.php:
|
3339 |
msgid ""
|
3340 |
"Comma separated domains, use # for no referrer, you can also use partial "
|
3341 |
"domains with * (domain-start*. *domain-pattern*, *domain-end)"
|
@@ -3343,48 +3352,48 @@ msgstr ""
|
|
3343 |
"Z vejico ločene domene, uporabite # za primer, ko ni napotitelja, uporabite "
|
3344 |
"lahko tudi delne domene z * (začetek-domene*. *vzorec-domene*, *konec-domene)"
|
3345 |
|
3346 |
-
#: settings.php:
|
3347 |
msgid "Blacklist referers"
|
3348 |
msgstr "Črni seznam napotiteljev"
|
3349 |
|
3350 |
-
#: settings.php:
|
3351 |
msgid "Whitelist referers"
|
3352 |
msgstr "Beli seznam napotiteljev"
|
3353 |
|
3354 |
-
#: settings.php:
|
3355 |
msgid "Clients"
|
3356 |
msgstr "Odjemalci"
|
3357 |
|
3358 |
-
#: settings.php:
|
3359 |
msgid "Toggle client editor"
|
3360 |
msgstr "Preklopi urejevalnik odjemalcev"
|
3361 |
|
3362 |
-
#: settings.php:
|
3363 |
msgid "Comma separated names (operating systems, browsers, devices)"
|
3364 |
msgstr "Z vejico ločena imena (operacijski sistemi, brskalniki, naprave)"
|
3365 |
|
3366 |
-
#: settings.php:
|
3367 |
msgid "Blacklist clients"
|
3368 |
msgstr "Črni seznam odjemalcev"
|
3369 |
|
3370 |
-
#: settings.php:
|
3371 |
msgid "Whitelist clients"
|
3372 |
msgstr "Beli seznam odjemalcev"
|
3373 |
|
3374 |
-
#: settings.php:
|
3375 |
msgid "Enable widget for this block"
|
3376 |
msgstr "Omogočite gradnik za ta blok"
|
3377 |
|
3378 |
-
#: settings.php:
|
3379 |
msgid "Enable shortcode for manual insertion of this block in posts and pages"
|
3380 |
msgstr ""
|
3381 |
"Omogočite kratko kodo za ročno vstavljanje tega bloka v prispevke in strani"
|
3382 |
|
3383 |
-
#: settings.php:
|
3384 |
msgid "Shortcode"
|
3385 |
msgstr "Kratka koda"
|
3386 |
|
3387 |
-
#: settings.php:
|
3388 |
msgid ""
|
3389 |
"Enable PHP function call to insert this block at any position in theme file. "
|
3390 |
"If function is disabled for block it will return empty string."
|
@@ -3393,66 +3402,66 @@ msgstr ""
|
|
3393 |
"položaju v datoteki teme. Če je funkcija za blok onemogočena, bo vrnila "
|
3394 |
"prazen niz."
|
3395 |
|
3396 |
-
#: settings.php:
|
3397 |
msgid "PHP function"
|
3398 |
msgstr "PHP funkcija"
|
3399 |
|
3400 |
-
#: settings.php:
|
3401 |
msgid "Client-side device detection"
|
3402 |
msgstr "Zaznavanje naprave na strani klienta"
|
3403 |
|
3404 |
-
#: settings.php:
|
3405 |
msgid "Server-side device detection"
|
3406 |
msgstr "Zaznavanje naprave na strani strežnika"
|
3407 |
|
3408 |
-
#: settings.php:
|
3409 |
msgid "Use client-side detection to"
|
3410 |
msgstr "Uporabi zaznavanje na strani klienta in"
|
3411 |
|
3412 |
-
#: settings.php:
|
3413 |
msgid "Either show/hide or insert when the page is loaded on wanted viewports"
|
3414 |
msgstr ""
|
3415 |
"Bodisi prikaži/skrij ali vstavi, ko se stran naloži na želenih pogledih"
|
3416 |
|
3417 |
#. Translators: only on (the following devices): viewport names (devices)
|
3418 |
#. listed
|
3419 |
-
#: settings.php:
|
3420 |
msgid "only on"
|
3421 |
msgstr "samo na"
|
3422 |
|
3423 |
-
#: settings.php:
|
3424 |
msgid "Device min width %s px"
|
3425 |
msgstr "Najmanjša širina naprave %s px"
|
3426 |
|
3427 |
-
#: settings.php:
|
3428 |
msgid "Use server-side detection to insert block only for"
|
3429 |
msgstr "Uporabi zaznavanje na strani strežnika za vstavljanje bloka samo za"
|
3430 |
|
3431 |
-
#: settings.php:
|
3432 |
msgid "Filter"
|
3433 |
msgstr "Filter"
|
3434 |
|
3435 |
-
#: settings.php:
|
3436 |
msgid "Word Count"
|
3437 |
msgstr "Število Besed"
|
3438 |
|
3439 |
-
#: settings.php:
|
3440 |
msgid "Scheduling"
|
3441 |
msgstr "Urnik"
|
3442 |
|
3443 |
-
#: settings.php:
|
3444 |
msgid "Display"
|
3445 |
msgstr "Prikaz"
|
3446 |
|
3447 |
-
#: settings.php:
|
3448 |
msgid "General"
|
3449 |
msgstr "Splošno"
|
3450 |
|
3451 |
-
#: settings.php:
|
3452 |
msgid "Old settings for AMP pages detected"
|
3453 |
msgstr "Zaznane stare nastavitve za AMP strani"
|
3454 |
|
3455 |
-
#: settings.php:
|
3456 |
msgid ""
|
3457 |
"To insert different codes on normal and AMP pages separate them with "
|
3458 |
"[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
|
@@ -3463,44 +3472,44 @@ msgstr ""
|
|
3463 |
"straneh samo, ko želite vstaviti ISTO KODO tudi na AMP straneh (brez AMP "
|
3464 |
"separatorja)."
|
3465 |
|
3466 |
-
#: settings.php:
|
3467 |
msgid "AMP pages"
|
3468 |
msgstr "AMP strani"
|
3469 |
|
3470 |
-
#: settings.php:
|
3471 |
msgid "Enable insertion for Ajax requests"
|
3472 |
msgstr "Omogoči vstavljanje v Ajax zahtevah"
|
3473 |
|
3474 |
-
#: settings.php:
|
3475 |
msgid "Ajax requests"
|
3476 |
msgstr "Ajax zahteve"
|
3477 |
|
3478 |
-
#: settings.php:
|
3479 |
msgid "Enable insertion in RSS feeds"
|
3480 |
msgstr "Omogoči vstavljanje v RSS virih"
|
3481 |
|
3482 |
-
#: settings.php:
|
3483 |
msgid "RSS Feed"
|
3484 |
msgstr "RSS Vir"
|
3485 |
|
3486 |
-
#: settings.php:
|
3487 |
msgid "Enable insertion on page for Error 404: Page not found"
|
3488 |
msgstr "Omogoči vstavljanje na strani za napako 404: Stran ne obstaja"
|
3489 |
|
3490 |
-
#: settings.php:
|
3491 |
msgid "Error 404 page"
|
3492 |
msgstr "Stran napake 404"
|
3493 |
|
3494 |
-
#: settings.php:
|
3495 |
msgid "Maximum number of insertions of this block. Empty or 0 means no limit."
|
3496 |
msgstr ""
|
3497 |
"Največje število vstavljanj tega bloka. Prazno ali 0 pomeni brez omejitev."
|
3498 |
|
3499 |
-
#: settings.php:
|
3500 |
msgid "insertions"
|
3501 |
msgstr "vstavljanj"
|
3502 |
|
3503 |
-
#: settings.php:
|
3504 |
msgid ""
|
3505 |
"Count this block for Max blocks per page limit (defined on the tab [*] / tab "
|
3506 |
"General)"
|
@@ -3508,15 +3517,15 @@ msgstr ""
|
|
3508 |
"Štej ta blok za omejitev Največ blokov na stran (določena na zavihku [*] / "
|
3509 |
"zavihek Splošno)"
|
3510 |
|
3511 |
-
#: settings.php:
|
3512 |
msgid "Max blocks per page"
|
3513 |
msgstr "Največ blokov na stran"
|
3514 |
|
3515 |
-
#: settings.php:
|
3516 |
msgid "Insert for"
|
3517 |
msgstr "Vstavi za"
|
3518 |
|
3519 |
-
#: settings.php:
|
3520 |
msgid ""
|
3521 |
"Insert block only when WP function in_the_loop () returns true (WP loop is "
|
3522 |
"currently active). Might speed up insertion on content pages when "
|
@@ -3526,26 +3535,26 @@ msgstr ""
|
|
3526 |
"trenutno aktivna). Lahko pospeši vstavljanje na določenih straneh, ko je "
|
3527 |
"filter the_content večkrat klican."
|
3528 |
|
3529 |
-
#: settings.php:
|
3530 |
msgid "Insert only in the loop"
|
3531 |
msgstr "Vstavi samo v zanki"
|
3532 |
|
3533 |
-
#: settings.php:
|
3534 |
msgid ""
|
3535 |
"Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
|
3536 |
msgstr ""
|
3537 |
"Onemogoči predpomnenje za vtičnike WP Super Cache, W3 Total Cache in WP "
|
3538 |
"Rocket"
|
3539 |
|
3540 |
-
#: settings.php:
|
3541 |
msgid "Disable caching"
|
3542 |
msgstr "Onemogoči predpomnjenje"
|
3543 |
|
3544 |
-
#: settings.php:
|
3545 |
msgid "Filter insertions"
|
3546 |
msgstr "Filtriraj vstavljanja"
|
3547 |
|
3548 |
-
#: settings.php:
|
3549 |
msgid ""
|
3550 |
"Filter multiple insertions by specifying wanted insertions for this block - "
|
3551 |
"single number, comma separated numbers or %N for every N insertions - empty "
|
@@ -3557,52 +3566,56 @@ msgstr ""
|
|
3557 |
"- prazno pomeni vsa vstavljanja / brez filtra. Nastavite Števec za filter na "
|
3558 |
"Samodejni števec, če uporabljate samo eno vrsto vstavljanja."
|
3559 |
|
3560 |
-
#: settings.php:
|
3561 |
msgid "using"
|
3562 |
msgstr "z uporabo"
|
3563 |
|
3564 |
-
#: settings.php:
|
3565 |
msgid "Checked means specified calls are unwanted"
|
3566 |
msgstr "Odkljukano pomeni, da so našteti klici neželjeni"
|
3567 |
|
3568 |
-
#: settings.php:
|
3569 |
msgid "Invert filter"
|
3570 |
msgstr "Obrni filter"
|
3571 |
|
3572 |
-
#: settings.php:
|
3573 |
msgid "Minimum number of post/static page words, leave empty for no limit"
|
3574 |
msgstr ""
|
3575 |
"Najmanjše število besed v prispevkih/statičnih straneh, prazno pomeni brez "
|
3576 |
"omejitev"
|
3577 |
|
3578 |
-
#: settings.php:
|
3579 |
msgid "Maximum number of post/static page words, leave empty for no limit"
|
3580 |
msgstr ""
|
3581 |
"Največje število besed v prispevkih/statičnih straneh, prazno pomeni brez "
|
3582 |
"omejitev"
|
3583 |
|
3584 |
-
#: settings.php:
|
|
|
|
|
|
|
|
|
3585 |
msgid "days after publishing"
|
3586 |
msgstr "dni po objavi"
|
3587 |
|
3588 |
-
#: settings.php:
|
3589 |
msgid "Not available"
|
3590 |
msgstr "Ni na razpolago"
|
3591 |
|
3592 |
-
#: settings.php:
|
3593 |
msgid "Ad label"
|
3594 |
msgstr "Oznaka oglasa"
|
3595 |
|
3596 |
-
#: settings.php:
|
3597 |
msgid "General tag"
|
3598 |
msgstr "Splošna oznaka"
|
3599 |
|
3600 |
-
#: settings.php:
|
3601 |
msgid "Used for [adinserter data=''] shortcodes when no data is found"
|
3602 |
msgstr "Uporabljeno za kratke kode [adinserter data=''] ko ni podatkov"
|
3603 |
|
3604 |
#. translators: %s: HTML tags
|
3605 |
-
#: settings.php:
|
3606 |
msgid ""
|
3607 |
"%s WARNING: %s No Wrapping %s style has no wrapping code needed for client-"
|
3608 |
"side device detection!"
|
@@ -3610,86 +3623,86 @@ msgstr ""
|
|
3610 |
"%s OPOZORILO: slog %s Brez Ovijanja %s nima kode za ovijanje , ki je "
|
3611 |
"potrebna za zaznavanje naprave na strani klienta!"
|
3612 |
|
3613 |
-
#: settings.php:
|
3614 |
msgid "Settings"
|
3615 |
msgstr "Nastavitve"
|
3616 |
|
3617 |
-
#: settings.php:
|
3618 |
msgid "Settings timestamp"
|
3619 |
msgstr "Časovni žig nastavitev"
|
3620 |
|
3621 |
-
#: settings.php:
|
3622 |
msgid "Are you sure you want to reset all settings?"
|
3623 |
msgstr "Ali ste prepričani, da želite ponastaviti vse nastavitve?"
|
3624 |
|
3625 |
-
#: settings.php:
|
3626 |
msgid "Reset All Settings"
|
3627 |
msgstr "Ponastavi Vse Nastavitve"
|
3628 |
|
3629 |
-
#: settings.php:
|
3630 |
msgid "Viewports"
|
3631 |
msgstr "Pogledi"
|
3632 |
|
3633 |
-
#: settings.php:
|
3634 |
msgid "Hooks"
|
3635 |
msgstr "Ročice"
|
3636 |
|
3637 |
-
#: settings.php:
|
3638 |
msgid "Header"
|
3639 |
msgstr "Glava"
|
3640 |
|
3641 |
-
#: settings.php:
|
3642 |
msgid "Footer"
|
3643 |
msgstr "Noga"
|
3644 |
|
3645 |
-
#: settings.php:
|
3646 |
msgid "Debugging"
|
3647 |
msgstr "Razhroščevanje"
|
3648 |
|
3649 |
-
#: settings.php:
|
3650 |
msgid "Plugin priority"
|
3651 |
msgstr "Prednost vtičnika"
|
3652 |
|
3653 |
-
#: settings.php:
|
3654 |
msgid "Output buffering"
|
3655 |
msgstr "Predpomnjenje izhoda"
|
3656 |
|
3657 |
-
#: settings.php:
|
3658 |
msgid "Needed for position Above header but may not work with all themes"
|
3659 |
msgstr "Potrebno za položaj Nad glavo, ampak lahko, da ne dela z vsemi temami"
|
3660 |
|
3661 |
-
#: settings.php:
|
3662 |
msgid "Syntax highlighting theme"
|
3663 |
msgstr "Tema za poudarjanje sintakse"
|
3664 |
|
3665 |
-
#: settings.php:
|
3666 |
msgctxt "no syntax highlighting themes"
|
3667 |
msgid "None"
|
3668 |
msgstr "Brez"
|
3669 |
|
3670 |
-
#: settings.php:
|
3671 |
msgid "No Syntax Highlighting"
|
3672 |
msgstr "Brez Poudarjanja Sintakse"
|
3673 |
|
3674 |
-
#: settings.php:
|
3675 |
msgctxt "syntax highlighting themes"
|
3676 |
msgid "Light"
|
3677 |
msgstr "Svetle"
|
3678 |
|
3679 |
-
#: settings.php:
|
3680 |
msgctxt "syntax highlighting themes"
|
3681 |
msgid "Dark"
|
3682 |
msgstr "Temne"
|
3683 |
|
3684 |
-
#: settings.php:
|
3685 |
msgid "Min. user role for ind. exceptions editing"
|
3686 |
msgstr "Najm. uporabniška vloga za urejanje izjem"
|
3687 |
|
3688 |
-
#: settings.php:
|
3689 |
msgid "Disable caching for logged in administrators"
|
3690 |
msgstr "Onemogoči predpomnenje za prijavljene skrbnike"
|
3691 |
|
3692 |
-
#: settings.php:
|
3693 |
msgid ""
|
3694 |
"Enabled means that logged in administrators will see non-cached (live) pages "
|
3695 |
"(applies to WP Super Cache, W3 Total Cache and WP Rocket plugins)"
|
@@ -3697,11 +3710,11 @@ msgstr ""
|
|
3697 |
"Omogočeno pomeni, da bodo prijavljeni skrbniki videli ne-predpomnjene (žive) "
|
3698 |
"strani (velja za vtičnike WP Super Cache, W3 Total Cache in WP Rocket)"
|
3699 |
|
3700 |
-
#: settings.php:
|
3701 |
msgid "Sticky widget mode"
|
3702 |
msgstr "Način za lepljive gradnike"
|
3703 |
|
3704 |
-
#: settings.php:
|
3705 |
msgid ""
|
3706 |
"CSS mode is the best approach but may not work with all themes. JavaScript "
|
3707 |
"mode works with most themes but may reload ads on page load."
|
@@ -3710,19 +3723,19 @@ msgstr ""
|
|
3710 |
"Način JavaScript dela z večino tem, ampak lahko ponovno naloži oglase pri "
|
3711 |
"nalaganju strani."
|
3712 |
|
3713 |
-
#: settings.php:
|
3714 |
msgid "Sticky widget top margin"
|
3715 |
msgstr "Zgornji rob za lepljiv gradnik"
|
3716 |
|
3717 |
-
#: settings.php:
|
3718 |
msgid "Dynamic blocks"
|
3719 |
msgstr "Dinamični bloki"
|
3720 |
|
3721 |
-
#: settings.php:
|
3722 |
msgid "Functions for paragraph counting"
|
3723 |
msgstr "Funkcije za štetje odstavkov"
|
3724 |
|
3725 |
-
#: settings.php:
|
3726 |
msgid ""
|
3727 |
"Standard PHP functions are faster and work in most cases, use Multibyte "
|
3728 |
"functions if paragraphs are not counted properly on non-english pages."
|
@@ -3731,15 +3744,15 @@ msgstr ""
|
|
3731 |
"Večznakovne funkcije, če na ne-angleških straneh odstavki niso pravilno "
|
3732 |
"šteti."
|
3733 |
|
3734 |
-
#: settings.php:
|
3735 |
msgid "No paragraph counting inside"
|
3736 |
msgstr "Ni štetja odstavkov znotraj"
|
3737 |
|
3738 |
-
#: settings.php:
|
3739 |
msgid "Label text or HTML code"
|
3740 |
msgstr "Besedilo oznake ali HTML koda"
|
3741 |
|
3742 |
-
#: settings.php:
|
3743 |
msgid ""
|
3744 |
"Maximum number of inserted blocks per page. You need to enable Max page "
|
3745 |
"insertions (button Misc / tab Insertion) to count block for this limit."
|
@@ -3748,12 +3761,12 @@ msgstr ""
|
|
3748 |
"blokov na stran (gumb Razno / zavihek Vstavljanje), da bo blok štel za to "
|
3749 |
"omejitev."
|
3750 |
|
3751 |
-
#: settings.php:
|
3752 |
msgid "Plugin usage tracking"
|
3753 |
msgstr "Sledenje uporabe vtičnika"
|
3754 |
|
3755 |
#. translators: %s: Ad Inserter
|
3756 |
-
#: settings.php:
|
3757 |
msgid ""
|
3758 |
"Enable tracking of %s usage and help us to make improvements to the plugin. "
|
3759 |
"Only information regarding the WordPress environment and %s usage is "
|
@@ -3763,125 +3776,125 @@ msgstr ""
|
|
3763 |
"Beležijo se samo informacije glede okolja WordPress in uporabe %s-ja (enkrat "
|
3764 |
"mesečno in ob dogodkih kot so aktivacija/deaktivacija)."
|
3765 |
|
3766 |
-
#: settings.php:
|
3767 |
msgid "CSS class name for the wrapping div"
|
3768 |
msgstr "Ime CSS razreda za div za ovijanje"
|
3769 |
|
3770 |
-
#: settings.php:
|
3771 |
msgid "Block class name"
|
3772 |
msgstr "Ime razreda za blok"
|
3773 |
|
3774 |
-
#: settings.php:
|
3775 |
msgid "Include general plugin block class"
|
3776 |
msgstr "Vključi splošni razred vtičnika za blok"
|
3777 |
|
3778 |
-
#: settings.php:
|
3779 |
msgid "Block class"
|
3780 |
msgstr "Razred bloka"
|
3781 |
|
3782 |
-
#: settings.php:
|
3783 |
msgid "Include block number class"
|
3784 |
msgstr "Vključi razred številke bloka"
|
3785 |
|
3786 |
-
#: settings.php:
|
3787 |
msgid "Block number class"
|
3788 |
msgstr "Razred številke bloka"
|
3789 |
|
3790 |
-
#: settings.php:
|
3791 |
msgid ""
|
3792 |
"Instead of alignment classes generate inline alignment styles for blocks"
|
3793 |
msgstr ""
|
3794 |
"Namesto razredov za poravnavo ustvari medvrstične sloge za poravnavo blokov"
|
3795 |
|
3796 |
-
#: settings.php:
|
3797 |
msgid "Inline styles"
|
3798 |
msgstr "Medvrstični slogi"
|
3799 |
|
3800 |
-
#: settings.php:
|
3801 |
msgid "Preview of the block wrapping code"
|
3802 |
msgstr "Predogled kode za ovijanje blokov"
|
3803 |
|
3804 |
-
#: settings.php:
|
3805 |
msgid "Wrapping div"
|
3806 |
msgstr "div za ovijanje"
|
3807 |
|
3808 |
-
#: settings.php:
|
3809 |
msgid "BLOCK CODE"
|
3810 |
msgstr "KODA BLOKA"
|
3811 |
|
3812 |
-
#: settings.php:
|
3813 |
msgid "Viewport Settings used for client-side device detection"
|
3814 |
msgstr ""
|
3815 |
"Nastavitve Pogledov, uporabljene za zaznavanje naprav na strani klienta"
|
3816 |
|
3817 |
#. Translators: %d: viewport number
|
3818 |
-
#: settings.php:
|
3819 |
msgid "Viewport %d name"
|
3820 |
msgstr "Ime pogleda %d"
|
3821 |
|
3822 |
-
#: settings.php:
|
3823 |
msgid "min width"
|
3824 |
msgstr "najmanjša širina"
|
3825 |
|
3826 |
-
#: settings.php:
|
3827 |
msgid "Custom Hooks"
|
3828 |
msgstr "Ročice Po Meri"
|
3829 |
|
3830 |
-
#: settings.php:
|
3831 |
msgid "Enable hook"
|
3832 |
msgstr "Omogoči ročico"
|
3833 |
|
3834 |
#. translators: %d: hook number
|
3835 |
-
#: settings.php:
|
3836 |
msgid "Hook %d name"
|
3837 |
msgstr "Ime ročice %d"
|
3838 |
|
3839 |
-
#: settings.php:
|
3840 |
msgid "Hook name for automatic insertion selection"
|
3841 |
msgstr "Ime ročice za izbiro samodejnega vstavljanja"
|
3842 |
|
3843 |
-
#: settings.php:
|
3844 |
msgid "action"
|
3845 |
msgstr "akcija"
|
3846 |
|
3847 |
-
#: settings.php:
|
3848 |
msgid "Action name as used in the do_action () function"
|
3849 |
msgstr "Ime akcije kot je uporabljena v do_action () funkciji"
|
3850 |
|
3851 |
-
#: settings.php:
|
3852 |
msgid "priority"
|
3853 |
msgstr "prednost"
|
3854 |
|
3855 |
-
#: settings.php:
|
3856 |
msgid "Priority for the hook (default is 10)"
|
3857 |
msgstr "Prednost za ročico (privzeta je 10)"
|
3858 |
|
3859 |
-
#: settings.php:
|
3860 |
msgid "Enable insertion of this code into HTML page header"
|
3861 |
msgstr "Omogoči vstavljanje te kode v glavi HTML strani"
|
3862 |
|
3863 |
-
#: settings.php:
|
3864 |
msgid "Process PHP code"
|
3865 |
msgstr "Procesiraj PHP kodo"
|
3866 |
|
3867 |
-
#: settings.php:
|
3868 |
msgid "HTML Page Header Code"
|
3869 |
msgstr "Koda v Glavi HTML Strani"
|
3870 |
|
3871 |
-
#: settings.php:
|
3872 |
msgid "Code in the %s section of the HTML page"
|
3873 |
msgstr "Koda v %s delu HTML strani"
|
3874 |
|
3875 |
-
#: settings.php:
|
3876 |
msgctxt "code in the header"
|
3877 |
msgid "NOT ENABLED"
|
3878 |
msgstr "NI OMOGOČENA"
|
3879 |
|
3880 |
-
#: settings.php:
|
3881 |
msgid "Use server-side detection to insert code only for"
|
3882 |
msgstr "Zaznavanje na strani strežnika za vstavljanje samo za"
|
3883 |
|
3884 |
-
#: settings.php:
|
3885 |
msgid ""
|
3886 |
"Enable insertion of this code into HTML page header on page for Error 404: "
|
3887 |
"Page not found"
|
@@ -3889,29 +3902,29 @@ msgstr ""
|
|
3889 |
"Omogoči vstavljanje te kode v HTML glavo na strani za napako 404: Stran ne "
|
3890 |
"obstaja"
|
3891 |
|
3892 |
-
#: settings.php:
|
3893 |
msgid "Insert on Error 404 page"
|
3894 |
msgstr "Vstavi na strani Napake 404"
|
3895 |
|
3896 |
-
#: settings.php:
|
3897 |
msgid "Enable insertion of this code into HTML page footer"
|
3898 |
msgstr "Omogoči vstavljanje te kode v HTML nogi"
|
3899 |
|
3900 |
-
#: settings.php:
|
3901 |
msgid "HTML Page Footer Code"
|
3902 |
msgstr "Koda v Nogi HTML Strani"
|
3903 |
|
3904 |
#. translators: %s: HTML tags
|
3905 |
-
#: settings.php:
|
3906 |
msgid "Code before the %s tag of the the HTML page"
|
3907 |
msgstr "Koda pred %s značko HTML strani"
|
3908 |
|
3909 |
-
#: settings.php:
|
3910 |
msgctxt "code in the footer"
|
3911 |
msgid "NOT ENABLED"
|
3912 |
msgstr "NI OMOGOČENA"
|
3913 |
|
3914 |
-
#: settings.php:
|
3915 |
msgid ""
|
3916 |
"Enable insertion of this code into HTML page footer on page for Error 404: "
|
3917 |
"Page not found"
|
@@ -3919,32 +3932,32 @@ msgstr ""
|
|
3919 |
"Omogoči vstavljanje te kode v nogo HTML strani na strani za napako 404: "
|
3920 |
"Stran ne obstaja"
|
3921 |
|
3922 |
-
#: settings.php:
|
3923 |
msgid "Code for ad blocking detection inserted. Click for details."
|
3924 |
msgstr ""
|
3925 |
"Vstavljena je koda za zaznavanje blokiranja oglasov. Klikni za podrobnosti."
|
3926 |
|
3927 |
-
#: settings.php:
|
3928 |
msgid "Enable detection of ad blocking"
|
3929 |
msgstr "Omogoči zaznavanje blokiranja oglasov"
|
3930 |
|
3931 |
-
#: settings.php:
|
3932 |
msgid "Global action when ad blocking is detected"
|
3933 |
msgstr "Globalna akcija, ko je zaznano blokiranje oglasov"
|
3934 |
|
3935 |
-
#: settings.php:
|
3936 |
msgid "No action for"
|
3937 |
msgstr "Ni akcije za"
|
3938 |
|
3939 |
-
#: settings.php:
|
3940 |
msgid "Exceptions for global action when ad blocking is detected."
|
3941 |
msgstr "Izjeme za globalno akcijo, ko je zaznano blokiranje oglasov"
|
3942 |
|
3943 |
-
#: settings.php:
|
3944 |
msgid "Delay Action"
|
3945 |
msgstr "Zakasni Akcijo"
|
3946 |
|
3947 |
-
#: settings.php:
|
3948 |
msgid ""
|
3949 |
"Number of page views to delay action when ad blocking is detected. Leave "
|
3950 |
"empty for no delay (action fires on first page view). Sets cookie."
|
@@ -3953,16 +3966,16 @@ msgstr ""
|
|
3953 |
"oglasov. Prazno pomeni brez zakasnitve (akcija se sproži pri prvem ogledu "
|
3954 |
"strani). Nastavi piškotek."
|
3955 |
|
3956 |
-
#: settings.php:
|
3957 |
msgctxt "Delay Action for x "
|
3958 |
msgid "page views"
|
3959 |
msgstr "ogledov strani"
|
3960 |
|
3961 |
-
#: settings.php:
|
3962 |
msgid "No Action Period"
|
3963 |
msgstr "Obdobje Brez Akcije"
|
3964 |
|
3965 |
-
#: settings.php:
|
3966 |
msgid ""
|
3967 |
"Number of days to supress action when ad blocking is detected. Leave empty "
|
3968 |
"for no no-action period (action fires always after defined page view delay). "
|
@@ -3972,16 +3985,16 @@ msgstr ""
|
|
3972 |
"pomeni brez zadržanja (akcija se sproži vedno po določeni zakasnitvi ogledov "
|
3973 |
"strani). Nastavi piškotek."
|
3974 |
|
3975 |
-
#: settings.php:
|
3976 |
msgctxt "no action period"
|
3977 |
msgid "days"
|
3978 |
msgstr "dni"
|
3979 |
|
3980 |
-
#: settings.php:
|
3981 |
msgid "Custom Selectors"
|
3982 |
msgstr "Selektorji Po Meri"
|
3983 |
|
3984 |
-
#: settings.php:
|
3985 |
msgid ""
|
3986 |
"Comma seprarated list of selectors (.class, #id) used for additional ad "
|
3987 |
"blocking detection. Invisible element or element with zero height means ad "
|
@@ -3991,15 +4004,15 @@ msgstr ""
|
|
3991 |
"zaznavanje blokiranja oglasov. Neviden element ali element z ničelno višino "
|
3992 |
"pomeni prisotnost blokiranja oglasov."
|
3993 |
|
3994 |
-
#: settings.php:
|
3995 |
msgid "Redirection Page"
|
3996 |
msgstr "Stran za Preusmeritev"
|
3997 |
|
3998 |
-
#: settings.php:
|
3999 |
msgid "Custom Url"
|
4000 |
msgstr "Url Po Meri"
|
4001 |
|
4002 |
-
#: settings.php:
|
4003 |
msgid ""
|
4004 |
"Static page for redirection when ad blocking is detected. For other pages "
|
4005 |
"select Custom url and set it below."
|
@@ -4007,35 +4020,35 @@ msgstr ""
|
|
4007 |
"Statična stran za preusmeritev, ko je zaznano blokiranje oglasov. Za druge "
|
4008 |
"strani izberite Url Po Meri in ga nastavite spodaj."
|
4009 |
|
4010 |
-
#: settings.php:
|
4011 |
msgid "Custom Redirection Url"
|
4012 |
msgstr "Url za Preusmeritev Po Meri"
|
4013 |
|
4014 |
-
#: settings.php:
|
4015 |
msgid "Message HTML code"
|
4016 |
msgstr "HTML koda sporočila"
|
4017 |
|
4018 |
-
#: settings.php:
|
4019 |
msgid "Preview message when ad blocking is detected"
|
4020 |
msgstr "Predogled sporočila, ko je zaznano blokiranje oglasov"
|
4021 |
|
4022 |
-
#: settings.php:
|
4023 |
msgid "Prevent visitors from closing the warning message"
|
4024 |
msgstr "Prepreči obiskovalcem, da zaprejo opozorilno sporočilo"
|
4025 |
|
4026 |
-
#: settings.php:
|
4027 |
msgid "Undismissible Message"
|
4028 |
msgstr "Neodstranljivo Sporočilo"
|
4029 |
|
4030 |
-
#: settings.php:
|
4031 |
msgid "Not undismissible for"
|
4032 |
msgstr "Ni neodstranljivo za"
|
4033 |
|
4034 |
-
#: settings.php:
|
4035 |
msgid "Users which can close the warning message."
|
4036 |
msgstr "Obiskovalci, ki lahko zaprejo opozorilno sporočilo."
|
4037 |
|
4038 |
-
#: settings.php:
|
4039 |
msgid ""
|
4040 |
"Force showing admin toolbar for administrators when viewing site. Enable "
|
4041 |
"this option when you are logged in as admin and you don't see admin toolbar."
|
@@ -4044,84 +4057,84 @@ msgstr ""
|
|
4044 |
"možnost, če ste prijavljeni kot skrbnik, pa ne vidite orodne vrstice za "
|
4045 |
"skrbnike."
|
4046 |
|
4047 |
-
#: settings.php:
|
4048 |
msgid "Disable header code (Header tab)"
|
4049 |
msgstr "Onemogoči kodo v glavi (zavihek Glava)"
|
4050 |
|
4051 |
-
#: settings.php:
|
4052 |
msgid "Disable footer code (Footer tab)"
|
4053 |
msgstr "Onemogoči kodo v nogi (zavihek Noga)"
|
4054 |
|
4055 |
#. translators: %s: Ad Inserter
|
4056 |
-
#: settings.php:
|
4057 |
msgid "Disable %s JavaScript code"
|
4058 |
msgstr "Onemogoči %s JavaScript kodo"
|
4059 |
|
4060 |
#. translators: %s: Ad Inserter
|
4061 |
-
#: settings.php:
|
4062 |
msgid "Disable %s CSS code"
|
4063 |
msgstr "Onemogoči %s CSS kodo"
|
4064 |
|
4065 |
-
#: settings.php:
|
4066 |
msgid ""
|
4067 |
"Disable PHP code processing (in all blocks including header and footer code)"
|
4068 |
msgstr ""
|
4069 |
"Onemogoči procesiranje PHP kode (v vseh blokh vključno z glavo in nogo)"
|
4070 |
|
4071 |
-
#: settings.php:
|
4072 |
msgid "Disable insertion of all blocks"
|
4073 |
msgstr "Onemogoči vstavljanje vseh blokov"
|
4074 |
|
4075 |
-
#: settings.php:
|
4076 |
msgid "Disable insertions"
|
4077 |
msgstr "Onemogoči vstavljanja"
|
4078 |
|
4079 |
#. translators: %s: Ad Inserter
|
4080 |
-
#: settings.php:
|
4081 |
msgid "%s CSS CODE"
|
4082 |
msgstr "%s CSS KODA"
|
4083 |
|
4084 |
-
#: settings.php:
|
4085 |
msgid "HEADER CODE"
|
4086 |
msgstr "KODA GLAVE"
|
4087 |
|
4088 |
#. translators: %s: PHP tags
|
4089 |
-
#: settings.php:
|
4090 |
msgid "BLOCK PHP CODE"
|
4091 |
msgstr "PHP KODA BLOKA"
|
4092 |
|
4093 |
#. translators: %s: Ad Inserter
|
4094 |
-
#: settings.php:
|
4095 |
msgid "%s JS CODE"
|
4096 |
msgstr "%s JS KODA"
|
4097 |
|
4098 |
-
#: settings.php:
|
4099 |
msgid "FOOTER CODE"
|
4100 |
msgstr "KODA NOGE"
|
4101 |
|
4102 |
-
#: settings.php:
|
4103 |
msgid "Force showing admin toolbar when viewing site"
|
4104 |
msgstr "Vsili prikaz orodne vrstice za skrbnike pri ogledu strani"
|
4105 |
|
4106 |
-
#: settings.php:
|
4107 |
msgid "Enable debugging functions in admin toolbar"
|
4108 |
msgstr "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike"
|
4109 |
|
4110 |
-
#: settings.php:
|
4111 |
msgid "Debugging functions in admin toolbar"
|
4112 |
msgstr "Funkcije za razhroščevanje v orodni vrstici za skrbnike"
|
4113 |
|
4114 |
-
#: settings.php:
|
4115 |
msgid "Enable debugging functions in admin toolbar on mobile screens"
|
4116 |
msgstr ""
|
4117 |
"Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike na mobilnih "
|
4118 |
"zaslonih"
|
4119 |
|
4120 |
-
#: settings.php:
|
4121 |
msgid "Debugging functions on mobile screens"
|
4122 |
msgstr "Funkcije za razhroščevanje na mobilnih zaslonih"
|
4123 |
|
4124 |
-
#: settings.php:
|
4125 |
msgid ""
|
4126 |
"Enable Debugger widget and code insertion debugging (blocks, positions, "
|
4127 |
"tags, processing) by url parameters for non-logged in users. Enable this "
|
@@ -4136,11 +4149,11 @@ msgstr ""
|
|
4136 |
"pomagali diagnosticirati težave. Za prijavljene skrbnike je razhroščevanje "
|
4137 |
"vedno omogočeno."
|
4138 |
|
4139 |
-
#: settings.php:
|
4140 |
msgid "Remote debugging"
|
4141 |
msgstr "Oddaljeno razhroščevanje"
|
4142 |
|
4143 |
-
#: settings.php:
|
4144 |
msgid ""
|
4145 |
"Disable translation to see original texts for the settings and messages in "
|
4146 |
"English"
|
@@ -4148,202 +4161,206 @@ msgstr ""
|
|
4148 |
"Onemogoči prevod za prikaz prvotnih besedil nastavitev in sporočil v "
|
4149 |
"angleščini"
|
4150 |
|
4151 |
-
#: settings.php:
|
4152 |
msgid "Disable translation"
|
4153 |
msgstr "Onemogoči prevod"
|
4154 |
|
4155 |
-
#: settings.php:
|
4156 |
msgid "Available positions for current theme"
|
4157 |
msgstr "Razpoložljivi položaji za trenutno temo"
|
4158 |
|
4159 |
-
#: settings.php:
|
4160 |
msgid "Error checking pages"
|
4161 |
msgstr "Napaka pri preverjanju strani"
|
4162 |
|
4163 |
-
#: settings.php:
|
4164 |
msgid "Toggle theme checker for available positions for automatic insertion"
|
4165 |
msgstr ""
|
4166 |
"Preklopi preverjanje teme za razpoložljive položaje za samodejno vstavljanje"
|
4167 |
|
4168 |
-
#: settings.php:
|
4169 |
msgctxt "Button"
|
4170 |
msgid "Check"
|
4171 |
msgstr "Preveri"
|
4172 |
|
4173 |
-
#: settings.php:
|
4174 |
msgid "Position"
|
4175 |
msgstr "Položaj"
|
4176 |
|
4177 |
-
#: settings.php:
|
4178 |
msgid "Archive pages"
|
4179 |
msgstr "Strani arhiva"
|
4180 |
|
4181 |
-
#: settings.php:
|
4182 |
msgid ""
|
4183 |
"Position not available because output buffering (tab [*]) is not enabled"
|
4184 |
msgstr ""
|
4185 |
"Položaj ni na razpolago ker predpomnjenje izhoda (zavihek [*]) ni omogočeno"
|
4186 |
|
4187 |
-
#: settings.php:
|
4188 |
msgid "Position not checked yet"
|
4189 |
msgstr "Položaj še ni bil preverjen"
|
4190 |
|
4191 |
-
#: settings.php:
|
4192 |
msgid "Toggle active/all blocks"
|
4193 |
msgstr "Preklopi aktive/vse bloke"
|
4194 |
|
4195 |
-
#: settings.php:
|
4196 |
msgid "Rearrange block order"
|
4197 |
msgstr "Preuredi vrstni red blokov"
|
4198 |
|
4199 |
-
#: settings.php:
|
4200 |
msgid "Save new block order"
|
4201 |
msgstr "Shrani vrstni red blokov"
|
4202 |
|
4203 |
-
#: settings.php:
|
4204 |
msgid "Toggle active/all ad units"
|
4205 |
msgstr "Preklopi aktivne/vse oglasne enote"
|
4206 |
|
4207 |
-
#: settings.php:
|
4208 |
msgid "Reload AdSense ad units"
|
4209 |
msgstr "Ponovno naloži oglasne enote AdSense"
|
4210 |
|
4211 |
-
#: settings.php:
|
4212 |
msgid "Clear authorization to access AdSense account"
|
4213 |
msgstr "Odstrani avtorizacijo za dostop do računa AdSense"
|
4214 |
|
4215 |
-
#: settings.php:
|
4216 |
msgid "Google AdSense Homepage"
|
4217 |
msgstr "Google AdSense Domača Stran"
|
4218 |
|
4219 |
-
#: settings.php:
|
4220 |
msgid "Switch to physical ads.txt file"
|
4221 |
msgstr "Preklopi na fizično datoteko ads.txt"
|
4222 |
|
4223 |
-
#: settings.php:
|
4224 |
msgid "Switch to virtual ads.txt file"
|
4225 |
msgstr "Preklopi na navidezno datoteko ads.txt"
|
4226 |
|
4227 |
#. translators: %s: ads.txt
|
4228 |
-
#: settings.php:
|
4229 |
msgid "Open %s"
|
4230 |
msgstr "Odpri %s"
|
4231 |
|
4232 |
-
#: settings.php:
|
4233 |
msgid "Reload ads.txt file"
|
4234 |
msgstr "Ponovno naloži datoteko ads.txt"
|
4235 |
|
4236 |
-
#: settings.php:
|
4237 |
msgid "Save"
|
4238 |
msgstr "Shrani"
|
4239 |
|
4240 |
#. translators: %s: Ad Inserter
|
4241 |
-
#: settings.php:
|
4242 |
msgid "ads.txt file: %s virtual ads.txt file"
|
4243 |
msgstr "datoteka ads.txt: %s navidezna datoteka ads.txt"
|
4244 |
|
4245 |
-
#: settings.php:
|
4246 |
msgid "Warning"
|
4247 |
msgstr "Opozorilo"
|
4248 |
|
4249 |
#. translators: %s: Ad Inserter
|
4250 |
-
#: settings.php:
|
4251 |
msgid "%s virtual file ads.txt not found"
|
4252 |
msgstr "%s navidezna datoteka ads.txt ni najdena"
|
4253 |
|
4254 |
-
#: settings.php:
|
4255 |
msgid "IMPORTANT"
|
4256 |
msgstr "POMEMBNO"
|
4257 |
|
4258 |
-
#: settings.php:
|
4259 |
msgid "ads.txt file must be placed on the root domain"
|
4260 |
msgstr "Datoteka ads.txt mora biti nameščena na korensko domeno"
|
4261 |
|
4262 |
-
#: settings.php:
|
4263 |
msgid "ads.txt file"
|
4264 |
msgstr "datoteka ads.txt"
|
4265 |
|
4266 |
-
#: settings.php:
|
|
|
|
|
|
|
|
|
4267 |
msgid "file %s not found"
|
4268 |
msgstr "datoteka %s ni najdena"
|
4269 |
|
4270 |
-
#: settings.php:
|
4271 |
msgid "Account IDs found in blocks but not present in the ads.txt file"
|
4272 |
msgstr ""
|
4273 |
"IDji računov najdeni v blokih, vendar pa niso prisotni v datoteki ads.txt"
|
4274 |
|
4275 |
#. translators: %s: Ad Inserter
|
4276 |
-
#: settings.php:
|
4277 |
msgid "%s virtual ads.txt file"
|
4278 |
msgstr "%s navidezna datoteka ads.txt"
|
4279 |
|
4280 |
-
#: settings.php:
|
4281 |
msgid "Advertising system"
|
4282 |
msgstr "Oglaševalski sistem"
|
4283 |
|
4284 |
-
#: settings.php:
|
4285 |
msgid "Account ID"
|
4286 |
msgstr "ID Računa"
|
4287 |
|
4288 |
-
#: settings.php:
|
4289 |
msgid "Certification authority ID"
|
4290 |
msgstr "ID organa za potrjevanje"
|
4291 |
|
4292 |
-
#: settings.php:
|
4293 |
msgid "Account ID found in block and present in ads.txt"
|
4294 |
msgstr "ID računa najden v bloku in prisoten v datoteki ads.txt"
|
4295 |
|
4296 |
-
#: settings.php:
|
4297 |
msgid "Account ID found in block but not present in ads.txt"
|
4298 |
msgstr "ID računa najden v bloku, vendar ni prisoten v datoteki ads.txt"
|
4299 |
|
4300 |
-
#: settings.php:
|
4301 |
msgid "Preview block"
|
4302 |
msgstr "Predogled bloka"
|
4303 |
|
4304 |
-
#: settings.php:
|
4305 |
msgid "Insertion disabled"
|
4306 |
msgstr "Vstavljanje onemogočeno"
|
4307 |
|
4308 |
-
#: settings.php:
|
4309 |
msgid "Automatic insertion"
|
4310 |
msgstr "Samodejno vstavljanje"
|
4311 |
|
4312 |
#. translators: %s HTML tags
|
4313 |
-
#: settings.php:
|
4314 |
msgid "PHP code processing"
|
4315 |
msgstr "Procesiranje PHP kode"
|
4316 |
|
4317 |
-
#: settings.php:
|
4318 |
msgid "Device detection"
|
4319 |
msgstr "Zaznavanje naprave"
|
4320 |
|
4321 |
-
#: settings.php:
|
4322 |
msgid "Widget positions"
|
4323 |
msgstr "Položaji gradnikov"
|
4324 |
|
4325 |
-
#: settings.php:
|
4326 |
msgid "Ad unit"
|
4327 |
msgstr "Enota"
|
4328 |
|
4329 |
-
#: settings.php:
|
4330 |
msgid "Slot ID"
|
4331 |
msgstr "ID mesta"
|
4332 |
|
4333 |
-
#: settings.php:
|
4334 |
msgid "Copy AdSense code"
|
4335 |
msgstr "Kopiraj kodo AdSense"
|
4336 |
|
4337 |
-
#: settings.php:
|
4338 |
msgid "Preview AdSense ad"
|
4339 |
msgstr "Predogled oglasa AdSense"
|
4340 |
|
4341 |
-
#: settings.php:
|
4342 |
msgid "Get AdSense code"
|
4343 |
msgstr "Pridobi kodo AdSense"
|
4344 |
|
4345 |
#. translators: %s: HTML tags
|
4346 |
-
#: settings.php:
|
4347 |
msgid ""
|
4348 |
"Please %s clear authorization %s with the button %s above and once again "
|
4349 |
"authorize access to your AdSense account."
|
@@ -4351,16 +4368,16 @@ msgstr ""
|
|
4351 |
"Prosimo, %s odstranite avtorizacijo %s z gumbom %s zgoraj in še enkrat "
|
4352 |
"avtorizirajte dostop do vašega računa AdSense."
|
4353 |
|
4354 |
-
#: settings.php:
|
4355 |
msgid "AdSense Integration"
|
4356 |
msgstr "Integracija AdSense"
|
4357 |
|
4358 |
-
#: settings.php:
|
4359 |
msgid "AdSense Integration - Step 2"
|
4360 |
msgstr "Integracija AdSense - Korak 2"
|
4361 |
|
4362 |
#. translators: %s: HTML tags
|
4363 |
-
#: settings.php:
|
4364 |
msgid ""
|
4365 |
"Authorize %s to access your AdSense account. Click on the %s Get "
|
4366 |
"Authorization Code %s button to open a new window where you can allow "
|
@@ -4373,7 +4390,7 @@ msgstr ""
|
|
4373 |
"Avtoriziraj. %s"
|
4374 |
|
4375 |
#. translators: %s: HTML tags
|
4376 |
-
#: settings.php:
|
4377 |
msgid ""
|
4378 |
"If you get error, can't access ad units or would like to use own Google API "
|
4379 |
"IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
|
@@ -4384,7 +4401,7 @@ msgstr ""
|
|
4384 |
"je %s za vnos podatkov ID Klienta in Skrivnost Klienta."
|
4385 |
|
4386 |
#. translators: %s: HTML tags
|
4387 |
-
#: settings.php:
|
4388 |
msgid ""
|
4389 |
"Now you can authorize %s to access your AdSense account. Click on the %s Get "
|
4390 |
"Authorization Code %s button to open a new window where you can allow "
|
@@ -4397,7 +4414,7 @@ msgstr ""
|
|
4397 |
"gumb %s Avtoriziraj. %s"
|
4398 |
|
4399 |
#. translators: %s: HTML tags
|
4400 |
-
#: settings.php:
|
4401 |
msgid ""
|
4402 |
"If you get error %s invalid client %s click on the button %s Clear and "
|
4403 |
"return to Step 1 %s to re-enter Client ID and Client Secret."
|
@@ -4405,32 +4422,32 @@ msgstr ""
|
|
4405 |
"Če se pojavi napaka %s neveljaven klient %s, kliknite na gumb %s Odstrani in "
|
4406 |
"se vrni na Korak 1 %s za ponoven vnos ID klienta in Skrivnost Klienta."
|
4407 |
|
4408 |
-
#: settings.php:
|
4409 |
msgid "Get Authorization Code"
|
4410 |
msgstr "Pridobi Avtoriazcijsko Kodo"
|
4411 |
|
4412 |
-
#: settings.php:
|
4413 |
msgid "Enter Authorization Code"
|
4414 |
msgstr "Vnesi Avorizacijsko Kodo"
|
4415 |
|
4416 |
-
#: settings.php:
|
4417 |
msgid "Use own API IDs"
|
4418 |
msgstr "Uporabi lastne API ID-je"
|
4419 |
|
4420 |
-
#: settings.php:
|
4421 |
msgid "Clear and return to Step 1"
|
4422 |
msgstr "Odstrani in se vrni na Korak 1"
|
4423 |
|
4424 |
-
#: settings.php:
|
4425 |
msgid "Authorize"
|
4426 |
msgstr "Avtoriziraj"
|
4427 |
|
4428 |
-
#: settings.php:
|
4429 |
msgid "AdSense Integration - Step 1"
|
4430 |
msgstr "Integracija AdSense - Korak 1"
|
4431 |
|
4432 |
#. translators: %s: Ad Inserter
|
4433 |
-
#: settings.php:
|
4434 |
msgid ""
|
4435 |
"Here can %s list configured AdSense ad units and get code for AdSense ads. "
|
4436 |
"To do this you need to authorize %s to access your AdSense account. The "
|
@@ -4443,12 +4460,12 @@ msgstr ""
|
|
4443 |
"Klienta in Skrivnost Klienta."
|
4444 |
|
4445 |
#. translators: %s: HTML tags
|
4446 |
-
#: settings.php:
|
4447 |
msgid "Go to %s Google APIs and Services console %s"
|
4448 |
msgstr "Pojdite na %s konzolo Google API-ji in Storitve %s"
|
4449 |
|
4450 |
#. translators: %1: Ad Inserter, 2, 3: HTML tags
|
4451 |
-
#: settings.php:
|
4452 |
msgid ""
|
4453 |
"Create %1$s project - if the project and IDs are already created click on "
|
4454 |
"the %2$s Credentials %3$s in the sidebar and go to step 16"
|
@@ -4457,7 +4474,7 @@ msgstr ""
|
|
4457 |
"%2$s Pooblastila %3$s v stranski vrstici in pojdite na korak 16"
|
4458 |
|
4459 |
#. translators: %s: HTML tags
|
4460 |
-
#: settings.php:
|
4461 |
msgid ""
|
4462 |
"Click on project selection and then click on the %s NEW PROJECT %s button to "
|
4463 |
"create a new project"
|
@@ -4466,12 +4483,12 @@ msgstr ""
|
|
4466 |
"ustvaritev novega projekta"
|
4467 |
|
4468 |
#. translators: 1: Ad Inserter, 2, 3: HTML tags
|
4469 |
-
#: settings.php:
|
4470 |
msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
|
4471 |
msgstr "Vnesite %1$s za ime projekta in kliknite na gumb %2$s Ustvari %3$s"
|
4472 |
|
4473 |
#. translators: %s: HTML tags
|
4474 |
-
#: settings.php:
|
4475 |
msgid ""
|
4476 |
"Click on project selection, wait for the project to be created and then and "
|
4477 |
"select %s as the current project"
|
@@ -4480,39 +4497,39 @@ msgstr ""
|
|
4480 |
"izberite %s kot trenutni projekt"
|
4481 |
|
4482 |
#. translators: %s: HTML tags
|
4483 |
-
#: settings.php:
|
4484 |
msgid "Click on %s ENABLE APIS AND SERVICES %s"
|
4485 |
msgstr "Klinkite na %s OMOGOČI API-je IN STORITVE %s"
|
4486 |
|
4487 |
#. translators: %s: HTML tags
|
4488 |
-
#: settings.php:
|
4489 |
msgid "Search for adsense and enable %s"
|
4490 |
msgstr "Poiščite adsense in omogočite %s"
|
4491 |
|
4492 |
#. translators: %s: HTML tags
|
4493 |
-
#: settings.php:
|
4494 |
msgid "Click on %s CREATE CREDENTIALS %s"
|
4495 |
msgstr "Klinkite na %s USTVARI POOBLASTILA %s"
|
4496 |
|
4497 |
#. translators: %s: HTML tags
|
4498 |
-
#: settings.php:
|
4499 |
msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
|
4500 |
msgstr "Za %s Od kod boste klicali API-je? %s izberite %s Drugi UI %s"
|
4501 |
|
4502 |
#. translators: %s: HTML tags
|
4503 |
-
#: settings.php:
|
4504 |
msgid "For %s What data will you be accessing? %s select %s User data %s"
|
4505 |
msgstr ""
|
4506 |
"Za %s Do katerih podatkov boste dostopali? %s izberite %s Uporabniški "
|
4507 |
"podatki %s"
|
4508 |
|
4509 |
#. translators: %s: HTML tags
|
4510 |
-
#: settings.php:
|
4511 |
msgid "Click on %s What credentials do I need? %s"
|
4512 |
msgstr "Kliknite na %s Kakšna pooblastila potrebujem? %s"
|
4513 |
|
4514 |
#. translators: %s: HTML tags
|
4515 |
-
#: settings.php:
|
4516 |
msgid ""
|
4517 |
"Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
|
4518 |
"Ad Inserter client %s"
|
@@ -4521,7 +4538,7 @@ msgstr ""
|
|
4521 |
"%s Ad Inserter klient %s"
|
4522 |
|
4523 |
#. translators: %s: HTML tags
|
4524 |
-
#: settings.php:
|
4525 |
msgid ""
|
4526 |
"Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
|
4527 |
"enter %s"
|
@@ -4530,17 +4547,17 @@ msgstr ""
|
|
4530 |
"uporabnikom %s vnesite %s"
|
4531 |
|
4532 |
#. translators: %s: HTML tags
|
4533 |
-
#: settings.php:
|
4534 |
msgid "Click on %s Continue %s"
|
4535 |
msgstr "Kliknite na %s Nadaljuj %s"
|
4536 |
|
4537 |
#. translators: %s: HTML tags
|
4538 |
-
#: settings.php:
|
4539 |
msgid "Click on %s Done %s"
|
4540 |
msgstr "Kliknite na %s Končaj %s"
|
4541 |
|
4542 |
#. translators: %s: HTML tags
|
4543 |
-
#: settings.php:
|
4544 |
msgid ""
|
4545 |
"Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
|
4546 |
"secret %s"
|
@@ -4548,62 +4565,68 @@ msgstr ""
|
|
4548 |
"Kliknite na %s Ad Inserter klient, %s da bi dobili %s ID klienta %s in %s "
|
4549 |
"Skrivnost klienta %s"
|
4550 |
|
4551 |
-
#: settings.php:
|
4552 |
msgid "Copy them to the appropriate fields below"
|
4553 |
msgstr "Skopirajte ju na ustrezni polji spodaj"
|
4554 |
|
4555 |
-
#: settings.php:
|
4556 |
msgid "Client ID"
|
4557 |
msgstr "ID klienta"
|
4558 |
|
4559 |
-
#: settings.php:
|
4560 |
msgid "Enter Client ID"
|
4561 |
msgstr "Vnesite ID klienta"
|
4562 |
|
4563 |
-
#: settings.php:
|
4564 |
msgid "Client secret"
|
4565 |
msgstr "Skrivnost klienta"
|
4566 |
|
4567 |
-
#: settings.php:
|
4568 |
msgid "Enter Client secret"
|
4569 |
msgstr "Vnesite Skrivnost klienta"
|
4570 |
|
4571 |
-
#: settings.php:
|
4572 |
msgid "Use default API IDs"
|
4573 |
msgstr "Uporabi privzete API ID-je"
|
4574 |
|
4575 |
-
#: settings.php:
|
4576 |
msgid "All posts"
|
4577 |
msgstr "Vsi prispevki"
|
4578 |
|
4579 |
-
#: settings.php:
|
4580 |
msgid "All static pages"
|
4581 |
msgstr "Vse statične strani"
|
4582 |
|
4583 |
-
#: settings.php:
|
4584 |
msgid "Blank ad blocks? Looking for AdSense alternative?"
|
4585 |
msgstr "Prazni oglasni bloki? Iščete alternativo za AdSense?"
|
4586 |
|
4587 |
-
#: settings.php:
|
4588 |
-
#: settings.php:
|
4589 |
-
#: settings.php:
|
|
|
4590 |
msgid "Looking for AdSense alternative?"
|
4591 |
msgstr "Iščete alternativo za AdSense?"
|
4592 |
|
4593 |
-
#: settings.php:
|
4594 |
msgid "Try Infolinks Ads with Adsense or Media.net ads"
|
4595 |
msgstr "Poskusite oglase Infolinks z oglasi AdSense ali Media.net"
|
4596 |
|
4597 |
-
#: settings.php:
|
4598 |
-
#: settings.php:
|
4599 |
msgid "Use Infolinks ads with Adsense to earn more"
|
4600 |
msgstr "Uporabite oglase Infolinks z AdSense za večji zaslužek"
|
4601 |
|
4602 |
-
#: settings.php:4764 settings.php:
|
|
|
|
|
|
|
|
|
|
|
4603 |
msgid "Support plugin development"
|
4604 |
msgstr "Podprite razvoj vtičnika"
|
4605 |
|
4606 |
-
#: settings.php:
|
4607 |
msgid ""
|
4608 |
"If you like Ad Inserter and have a moment, please help me spread the word by "
|
4609 |
"reviewing the plugin on WordPres"
|
@@ -4611,12 +4634,12 @@ msgstr ""
|
|
4611 |
"Če vam je Ad Inserter všeč in imate trenutek časa, mi prosim pomagajte "
|
4612 |
"razširiti novico z oceno vtičnika na WordPress-u"
|
4613 |
|
4614 |
-
#: settings.php:
|
4615 |
msgctxt "Review ad Inserter"
|
4616 |
msgid "Review"
|
4617 |
msgstr "Oceni"
|
4618 |
|
4619 |
-
#: settings.php:
|
4620 |
msgid ""
|
4621 |
"Support free Ad Inserter development. If you are making money with Ad "
|
4622 |
"Inserter consider donating some small amount. Even 1 dollar counts. Thank "
|
@@ -4625,16 +4648,16 @@ msgstr ""
|
|
4625 |
"Podprite razvoj brezplačnega Ad Inserter-ja. Če služite denar z Ad Inserter-"
|
4626 |
"jem razmislite o donaciji manjšega zneska. Tudi 1 evro šteje. Hvala!"
|
4627 |
|
4628 |
-
#: settings.php:
|
4629 |
msgid "Donate"
|
4630 |
msgstr "Donirajte"
|
4631 |
|
4632 |
-
#: settings.php:
|
4633 |
msgid "Average rating of the plugin - Thank you!"
|
4634 |
msgstr "Povprečna ocena vtičnika - Hvala!"
|
4635 |
|
4636 |
#. translators: %s: Ad Inserter, HTML tags
|
4637 |
-
#: settings.php:
|
4638 |
msgid ""
|
4639 |
"You've been using %s for a while now, and I hope you're happy with it. "
|
4640 |
"Positive %s reviews %s are a great way to show your appreciation for my "
|
@@ -4648,24 +4671,24 @@ msgstr ""
|
|
4648 |
"vzpodbuda za odpravo hroščev in dodajanje novih funkcij za boljšo "
|
4649 |
"monetizacijo vašega spletnega mesta. %s Hvala!"
|
4650 |
|
4651 |
-
#: settings.php:
|
4652 |
msgid "Review"
|
4653 |
msgstr "Ocena"
|
4654 |
|
4655 |
-
#: settings.php:
|
4656 |
msgid "Ad Inserter on Twitter"
|
4657 |
msgstr "Ad Inserter na Twitter-ju"
|
4658 |
|
4659 |
-
#: settings.php:
|
4660 |
msgid "Ad Inserter on Facebook"
|
4661 |
msgstr "Ad Inserter na Facebook-u"
|
4662 |
|
4663 |
-
#: settings.php:
|
4664 |
msgid "Follow Ad Inserter"
|
4665 |
msgstr "Sledi Ad Inserter-ju"
|
4666 |
|
4667 |
#. translators: %s: HTML tags
|
4668 |
-
#: settings.php:
|
4669 |
msgid ""
|
4670 |
"Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
|
4671 |
"and %s Common Settings %s pages"
|
@@ -4674,7 +4697,7 @@ msgstr ""
|
|
4674 |
"Urejanje Kode, %s %s Pogoste Nastavitve %s"
|
4675 |
|
4676 |
#. translators: %s: HTML tags
|
4677 |
-
#: settings.php:
|
4678 |
msgid ""
|
4679 |
"%s New to %s AdSense? %s %s %s Connect your site %s - %s In-feed ads, %s %s "
|
4680 |
"Auto ads, %s %s AMP ads %s — How to %s integrate %s Infolinks %s ad "
|
@@ -4685,7 +4708,7 @@ msgstr ""
|
|
4685 |
"%s Infolinks %s oglasno kodo %s"
|
4686 |
|
4687 |
#. translators: %s: HTML tags
|
4688 |
-
#: settings.php:
|
4689 |
msgid ""
|
4690 |
"Become an %s affiliate %s for Ad Inserter Pro and earn commission for each "
|
4691 |
"purchase you refer to us"
|
@@ -4694,7 +4717,7 @@ msgstr ""
|
|
4694 |
"nakup, ki nam ga posredujete"
|
4695 |
|
4696 |
#. translators: %s: HTML tags
|
4697 |
-
#: settings.php:
|
4698 |
msgid ""
|
4699 |
"Ads are not showing? Check %s troubleshooting guide %s to find out how to "
|
4700 |
"diagnose and fix the problem."
|
@@ -4703,7 +4726,7 @@ msgstr ""
|
|
4703 |
"navodili za diagnozo in rešitvami za težave."
|
4704 |
|
4705 |
#. translators: %s: HTML tags
|
4706 |
-
#: settings.php:
|
4707 |
msgid ""
|
4708 |
"If you need any kind of help or support, please do not hesitate to open a "
|
4709 |
"thread on the %s support forum. %s"
|
@@ -4711,44 +4734,49 @@ msgstr ""
|
|
4711 |
"Če potrebujete kakršno koli pomoč ali podporo ne oklevajte in odprite novo "
|
4712 |
"nit na %s podpornem forumu. %s"
|
4713 |
|
4714 |
-
#: settings.php:
|
4715 |
-
msgid "A/B testing - Track ad impressions and clicks"
|
4716 |
-
msgstr "A/B testiranje - Sledi prikazom in klikom"
|
4717 |
-
|
4718 |
-
#: settings.php:4960 settings.php:4972
|
4719 |
msgid "Code preview with visual CSS editor"
|
4720 |
msgstr "Predogled kode z vizualnim CSS urejevalnikom"
|
4721 |
|
4722 |
-
#: settings.php:
|
|
|
|
|
|
|
|
|
4723 |
msgid "Looking for Pro Ad Management plugin?"
|
4724 |
msgstr "Iščete Pro vtičnik za Upravljanje z Oglasi?"
|
4725 |
|
4726 |
-
#: settings.php:
|
4727 |
msgid "To Optimally Monetize your WordPress website?"
|
4728 |
msgstr "Za optimalno monetizacijo vašega WordPress spletnega mesta?"
|
4729 |
|
|
|
|
|
|
|
|
|
|
|
4730 |
#. translators: %s HTML tags
|
4731 |
-
#: settings.php:
|
4732 |
msgid "%s AdSense Integration %s"
|
4733 |
msgstr "%s Integracija AdSense %s"
|
4734 |
|
4735 |
#. translators: %s HTML tags
|
4736 |
-
#: settings.php:
|
4737 |
msgid "Syntax highlighting %s editor %s"
|
4738 |
msgstr "%s Urejevalnik %s s poudarjanjem sintakse"
|
4739 |
|
4740 |
#. translators: %s HTML tags
|
4741 |
-
#: settings.php:
|
4742 |
msgid "%s Code preview %s with visual CSS editor"
|
4743 |
msgstr "%s Predogled kode %s z vizualnim CSS urejevalnikom"
|
4744 |
|
4745 |
#. translators: %s HTML tags
|
4746 |
-
#: settings.php:
|
4747 |
msgid "Simple user interface - all settings on a single page"
|
4748 |
msgstr "Preprost uporabniški vmesnik - vse nastavitve na eni strani"
|
4749 |
|
4750 |
#. translators: %s HTML tags
|
4751 |
-
#: settings.php:
|
4752 |
msgid ""
|
4753 |
"%s Automatic insertion %s before or after post / content / %s paragraph %s / "
|
4754 |
"image / excerpt"
|
@@ -4757,27 +4785,27 @@ msgstr ""
|
|
4757 |
"%s / sliko / izvlečkom"
|
4758 |
|
4759 |
#. translators: %s HTML tags
|
4760 |
-
#: settings.php:
|
4761 |
msgid "%s Automatic insertion %s between posts on blog pages"
|
4762 |
msgstr "%s Samodejno vstavljanje %s med prispevki na straneh bloga"
|
4763 |
|
4764 |
#. translators: %s HTML tags
|
4765 |
-
#: settings.php:
|
4766 |
msgid "%s Automatic insertion %s before, between and after comments"
|
4767 |
msgstr "%s Samodejno vstavljanje %s pred, med in po kometarjih"
|
4768 |
|
4769 |
#. translators: %s HTML tags
|
4770 |
-
#: settings.php:
|
4771 |
msgid "%s Automatic insertion %s after %s or before %s tag"
|
4772 |
msgstr "%s Samodejno vstavljanje %s za %s ali pred %s začko"
|
4773 |
|
4774 |
#. translators: %s HTML tags
|
4775 |
-
#: settings.php:
|
4776 |
msgid "Automatic insertion at %s custom hook positions %s"
|
4777 |
msgstr "Samodejno vstavljanje na %s položajih ročic po meri %s"
|
4778 |
|
4779 |
#. translators: %s HTML tags
|
4780 |
-
#: settings.php:
|
4781 |
msgid ""
|
4782 |
"Insertion %s before or after any HTML element on the page %s (using CSS "
|
4783 |
"selectors)"
|
@@ -4786,17 +4814,17 @@ msgstr ""
|
|
4786 |
"selektorjev)"
|
4787 |
|
4788 |
#. translators: %s HTML tags
|
4789 |
-
#: settings.php:
|
4790 |
msgid "%s Insertion exceptions %s for individual posts and pages"
|
4791 |
msgstr "%s Izjeme vstavljanja %s za individualne prispevke in strani"
|
4792 |
|
4793 |
#. translators: %s HTML tags
|
4794 |
-
#: settings.php:
|
4795 |
msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
|
4796 |
msgstr "%s Ročno vstavljanje: %s gradniki, kratke kode in klic PHP funkcije"
|
4797 |
|
4798 |
#. translators: %s HTML tags
|
4799 |
-
#: settings.php:
|
4800 |
msgid ""
|
4801 |
"%s Sticky ads %s with optional close button (ads stay fixed when the page "
|
4802 |
"scrolls)"
|
@@ -4805,19 +4833,19 @@ msgstr ""
|
|
4805 |
"se stran pomika)"
|
4806 |
|
4807 |
#. translators: %s HTML tags
|
4808 |
-
#: settings.php:
|
4809 |
msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
|
4810 |
msgstr ""
|
4811 |
"%s Lepljivi oglasi v stranski vrstici %s (lepljivi na zaslon ali vsebino)"
|
4812 |
|
4813 |
#. translators: %s HTML tags
|
4814 |
-
#: settings.php:
|
4815 |
msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
|
4816 |
msgstr ""
|
4817 |
"%s Animacije lepljivih oglasov %s (uveni, drsaj, obrni, prekucni, približaj)"
|
4818 |
|
4819 |
#. translators: %s HTML tags
|
4820 |
-
#: settings.php:
|
4821 |
msgid ""
|
4822 |
"%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
|
4823 |
"visible)"
|
@@ -4826,7 +4854,7 @@ msgstr ""
|
|
4826 |
"postane viden)"
|
4827 |
|
4828 |
#. translators: %s HTML tags
|
4829 |
-
#: settings.php:
|
4830 |
msgid ""
|
4831 |
"%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
|
4832 |
msgstr ""
|
@@ -4834,12 +4862,12 @@ msgstr ""
|
|
4834 |
"strani)"
|
4835 |
|
4836 |
#. translators: %s HTML tags
|
4837 |
-
#: settings.php:
|
4838 |
msgid "Block %s alignment and style %s customizations"
|
4839 |
msgstr "%s Poravnave in slogi %s bloka po meri"
|
4840 |
|
4841 |
#. translators: %s HTML tags
|
4842 |
-
#: settings.php:
|
4843 |
msgid ""
|
4844 |
"%s Clearance %s options to avoid insertion near images or headers (AdSense "
|
4845 |
"TOS)"
|
@@ -4847,7 +4875,7 @@ msgstr ""
|
|
4847 |
"%s Izogibanje %s vstavljanja oglasov zraven slik ali naslovov (AdSense TOS)"
|
4848 |
|
4849 |
#. translators: %s HTML tags
|
4850 |
-
#: settings.php:
|
4851 |
msgid ""
|
4852 |
"Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
|
4853 |
"feeds"
|
@@ -4856,17 +4884,17 @@ msgstr ""
|
|
4856 |
"virih"
|
4857 |
|
4858 |
#. translators: %s HTML tags
|
4859 |
-
#: settings.php:
|
4860 |
msgid "%s Ad rotation %s (works also with caching)"
|
4861 |
msgstr "%s Rotacija oglasov %s (deluje tudi s predpomnjenjem)"
|
4862 |
|
4863 |
#. translators: %s HTML tags
|
4864 |
-
#: settings.php:
|
4865 |
msgid "Create, edit and check %s ads.txt %s file"
|
4866 |
msgstr "Ustvari, urejaj in preveri datoteko %s ads.txt %s"
|
4867 |
|
4868 |
#. translators: %s HTML tags
|
4869 |
-
#: settings.php:
|
4870 |
msgid ""
|
4871 |
"Ad impression and click %s tracking %s (works also with Javascript ads like "
|
4872 |
"AdSense)"
|
@@ -4875,81 +4903,81 @@ msgstr ""
|
|
4875 |
"AdSense)"
|
4876 |
|
4877 |
#. translators: %s HTML tags
|
4878 |
-
#: settings.php:
|
4879 |
msgid "Internal or external %s tracking %s (via Google Analytics or Matomo)"
|
4880 |
msgstr "Notranje ali zunanje %s sledenje %s (prek Google Analytics ali Matomo)"
|
4881 |
|
4882 |
#. translators: %s HTML tags
|
4883 |
-
#: settings.php:
|
4884 |
msgid "%s Public web reports %s for clients, export to PDF"
|
4885 |
msgstr "%s Javna spletna poročila %s za stranke, izvoz v PDF"
|
4886 |
|
4887 |
#. translators: %s HTML tags
|
4888 |
-
#: settings.php:
|
4889 |
msgid "Support for %s A/B testing %s"
|
4890 |
msgstr "Podpora za %s A/B testiranje %s"
|
4891 |
|
4892 |
#. translators: %s HTML tags
|
4893 |
-
#: settings.php:
|
4894 |
msgid "Frequency capping - %s limit impressions or clicks %s"
|
4895 |
msgstr "Omejevanje frekvence - %s omejite prikaze ali klike %s"
|
4896 |
|
4897 |
#. translators: %s HTML tags
|
4898 |
-
#: settings.php:
|
4899 |
msgid "Click fraud %s protection %s"
|
4900 |
msgstr "%s Zaščita %s pred goljufijo s kliki"
|
4901 |
|
4902 |
#. translators: %s HTML tags
|
4903 |
-
#: settings.php:
|
4904 |
msgid "Support for %s lazy loading %s"
|
4905 |
msgstr "Podpora za %s leno nalaganje %s"
|
4906 |
|
4907 |
#. translators: %s HTML tags
|
4908 |
-
#: settings.php:
|
4909 |
msgid "Support for ads on %s AMP pages %s"
|
4910 |
msgstr "Podpora za oglase na %s AMP straneh %s"
|
4911 |
|
4912 |
#. translators: %s HTML tags
|
4913 |
-
#: settings.php:
|
4914 |
msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
|
4915 |
msgstr "Podpora za kontekstualne %s Amazon Native Shopping Ads %s (odzivni)"
|
4916 |
|
4917 |
#. translators: %s HTML tags
|
4918 |
-
#: settings.php:
|
4919 |
msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
|
4920 |
msgstr ""
|
4921 |
"Ime CSS razreda za div za ovijanje po meri za izogibanje blokiranju oglasov"
|
4922 |
|
4923 |
#. translators: %s HTML tags
|
4924 |
-
#: settings.php:
|
4925 |
msgid "%s Banner %s code generator"
|
4926 |
msgstr "Generator kode za %s pasice %s"
|
4927 |
|
4928 |
#. translators: %s HTML tags
|
4929 |
-
#: settings.php:
|
4930 |
msgid "Support for %s header and footer %s code"
|
4931 |
msgstr "Podpora za kodo v %s glavi in nogi %s"
|
4932 |
|
4933 |
#. translators: %s HTML tags
|
4934 |
-
#: settings.php:
|
4935 |
msgid "Support for Google Analytics, Matomo or any other web analytics code"
|
4936 |
msgstr ""
|
4937 |
"Podpora za Google Analytics, Matomo ali katerokoli drugo spletno analitiko"
|
4938 |
|
4939 |
#. translators: %s HTML tags
|
4940 |
-
#: settings.php:
|
4941 |
msgid "Desktop, tablet and phone server-side %s device detection %s"
|
4942 |
msgstr ""
|
4943 |
"%s Zaznava namizne, tablične in telefonske naprave %s na strani strani "
|
4944 |
"strežnika"
|
4945 |
|
4946 |
#. translators: %s HTML tags
|
4947 |
-
#: settings.php:
|
4948 |
msgid "Client-side %s mobile device detection %s (works with caching)"
|
4949 |
msgstr "%s Zaznava mobilne naprave %s (deluje s predpomnjenjem)"
|
4950 |
|
4951 |
#. translators: %s HTML tags
|
4952 |
-
#: settings.php:
|
4953 |
msgid ""
|
4954 |
"%s Ad blocking detection %s - popup message, ad replacement, content "
|
4955 |
"protection"
|
@@ -4958,88 +4986,89 @@ msgstr ""
|
|
4958 |
"vsebine"
|
4959 |
|
4960 |
#. translators: %s HTML tags
|
4961 |
-
#: settings.php:
|
4962 |
msgid "%s Ad blocking statistics %s"
|
4963 |
msgstr "%s Statistika blokiranja oglasov %s"
|
4964 |
|
4965 |
#. translators: %s HTML tags
|
4966 |
-
#: settings.php:
|
4967 |
msgid ""
|
4968 |
"%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
|
4969 |
-
"
|
4970 |
msgstr ""
|
4971 |
-
"%s Črni/Beli seznam %s kategorij, oznak, taksonomij, uporabnikov,
|
|
|
4972 |
|
4973 |
#. translators: %s HTML tags
|
4974 |
-
#: settings.php:
|
4975 |
msgid ""
|
4976 |
"%s Black/White-list %s IP addresses or countries (works also with caching)"
|
4977 |
msgstr ""
|
4978 |
"%s Črni/Beli seznam %s IP naslovov ali držav (deluje tudi s predpomnjenjem)"
|
4979 |
|
4980 |
#. translators: %s HTML tags
|
4981 |
-
#: settings.php:
|
4982 |
msgid "%s Multisite options %s to limit settings on the sites"
|
4983 |
msgstr "%s Multisite možnosti %s za omejitev nastavitev na spletiščih"
|
4984 |
|
4985 |
#. translators: %s HTML tags
|
4986 |
-
#: settings.php:
|
4987 |
msgid "%s Import/Export %s block or plugin settings"
|
4988 |
msgstr "%s Uvoz/Izvoz %s nastavitve bloka ali vtičnika"
|
4989 |
|
4990 |
#. translators: %s HTML tags
|
4991 |
-
#: settings.php:
|
4992 |
msgid "%s Insertion scheduling %s with fallback option"
|
4993 |
msgstr "%s Urnik vstavljanja %s z možnostjo rezerve"
|
4994 |
|
4995 |
#. translators: %s HTML tags
|
4996 |
-
#: settings.php:
|
4997 |
msgid "Country-level %s GEO targeting %s (works also with caching)"
|
4998 |
msgstr "%s GEO ciljanje na ravni države %s (deluje tudi s predpomnjenjem)"
|
4999 |
|
5000 |
#. translators: %s HTML tags
|
5001 |
-
#: settings.php:
|
5002 |
msgid "Simple troubleshooting with many %s debugging functions %s"
|
5003 |
msgstr ""
|
5004 |
"Preprosto odpravljanje napak z veliko %s funkcijami za razhroščevanje %s"
|
5005 |
|
5006 |
#. translators: %s HTML tags
|
5007 |
-
#: settings.php:
|
5008 |
msgid "%s Visualization %s of inserted blocks or ads for easier placement"
|
5009 |
msgstr ""
|
5010 |
"%s Vizualizacija %s vstavljenih blokov ali oglasov za enostavno umeščanje"
|
5011 |
|
5012 |
#. translators: %s HTML tags
|
5013 |
-
#: settings.php:
|
5014 |
msgid "%s Visualization %s of available positions for automatic ad insertion"
|
5015 |
msgstr ""
|
5016 |
"%s Vizualizacija %s razpoložljivih položajev za samodejno vstavljanje oglasov"
|
5017 |
|
5018 |
#. translators: %s HTML tags
|
5019 |
-
#: settings.php:
|
5020 |
msgid ""
|
5021 |
"%s Visualization %s of HTML tags for easier ad placement between paragraphs"
|
5022 |
msgstr ""
|
5023 |
"%s Vizualizacija %s HTML značk za enostavno vstavljanje oglasov med odstavki"
|
5024 |
|
5025 |
#. translators: %s HTML tags
|
5026 |
-
#: settings.php:
|
5027 |
msgid "%s Clipboard support %s to easily copy blocks or settings"
|
5028 |
msgstr ""
|
5029 |
"%s Podpora za odložišče %s za enostavno kopiranje blokov ali nastavitev"
|
5030 |
|
5031 |
#. translators: %s HTML tags
|
5032 |
-
#: settings.php:
|
5033 |
msgid "No ads on the settings page"
|
5034 |
msgstr "Stran z nastavitvami brez oglasov"
|
5035 |
|
5036 |
#. translators: %s HTML tags
|
5037 |
-
#: settings.php:
|
5038 |
msgid "Premium support"
|
5039 |
msgstr "Vrhunska podpora"
|
5040 |
|
5041 |
#. translators: %s HTML tags
|
5042 |
-
#: settings.php:
|
5043 |
msgid ""
|
5044 |
"Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
|
5045 |
"website with many advertising features to automatically insert adverts on "
|
@@ -5066,82 +5095,82 @@ msgstr ""
|
|
5066 |
"bodo ohranile)."
|
5067 |
|
5068 |
#. translators: %s HTML tags
|
5069 |
-
#: settings.php:
|
5070 |
msgid "Looking for %s Pro Ad Management plugin? %s"
|
5071 |
msgstr "Iščete Pro vtičnik za %s Upravljanje z Oglasi? %s"
|
5072 |
|
5073 |
#. translators: %s HTML tags
|
5074 |
-
#: settings.php:
|
5075 |
msgid "Ads between posts"
|
5076 |
msgstr "Oglasi med prispevki"
|
5077 |
|
5078 |
#. translators: %s HTML tags
|
5079 |
-
#: settings.php:
|
5080 |
msgid "Ads between comments"
|
5081 |
msgstr "Oglasi med komentarji"
|
5082 |
|
5083 |
#. translators: %s HTML tags
|
5084 |
-
#: settings.php:
|
5085 |
msgid "Support via email"
|
5086 |
msgstr "Podpora prek elektronske pošte"
|
5087 |
|
5088 |
#. translators: %s HTML tags
|
5089 |
-
#: settings.php:
|
5090 |
msgid "%s Sticky positions %s"
|
5091 |
msgstr "%s Lepljivi položaji %s"
|
5092 |
|
5093 |
#. translators: %s HTML tags
|
5094 |
-
#: settings.php:
|
5095 |
msgid "%s Limit insertions %s"
|
5096 |
msgstr "%s Omeji vstavljanja %s"
|
5097 |
|
5098 |
#. translators: %s HTML tags
|
5099 |
-
#: settings.php:
|
5100 |
msgid "%s Clearance %s options"
|
5101 |
msgstr "Možnosti %s izogibanja %s"
|
5102 |
|
5103 |
#. translators: %s HTML tags
|
5104 |
-
#: settings.php:
|
5105 |
msgid "Ad rotation"
|
5106 |
msgstr "Vrtenje oglasov"
|
5107 |
|
5108 |
#. translators: %s HTML tags
|
5109 |
-
#: settings.php:
|
5110 |
msgid "%s A/B testing %s"
|
5111 |
msgstr "%s A/B testiranje %s"
|
5112 |
|
5113 |
#. translators: %s HTML tags
|
5114 |
-
#: settings.php:
|
5115 |
msgid "%s Ad tracking %s"
|
5116 |
msgstr "%s Sledenje oglasom %s"
|
5117 |
|
5118 |
#. translators: %s HTML tags
|
5119 |
-
#: settings.php:
|
5120 |
msgid "Support for %s AMP pages %s"
|
5121 |
msgstr "Podpora za %s AMP strani %s"
|
5122 |
|
5123 |
#. translators: %s HTML tags
|
5124 |
-
#: settings.php:
|
5125 |
msgid "%s Ad blocking detection %s"
|
5126 |
msgstr "%s Zaznavanje blokiranja oglasov %s"
|
5127 |
|
5128 |
#. translators: %s HTML tags
|
5129 |
-
#: settings.php:
|
5130 |
msgid "%s Mobile device detection %s"
|
5131 |
msgstr "%s Zaznavanje mobilne naprave %s"
|
5132 |
|
5133 |
#. translators: %s HTML tags
|
5134 |
-
#: settings.php:
|
5135 |
msgid "64 code blocks"
|
5136 |
msgstr "64 kodnih blokov"
|
5137 |
|
5138 |
#. translators: %s HTML tags
|
5139 |
-
#: settings.php:
|
5140 |
msgid "%s GEO targeting %s"
|
5141 |
msgstr "%s GEO ciljanje %s"
|
5142 |
|
5143 |
#. translators: %s HTML tags
|
5144 |
-
#: settings.php:
|
5145 |
msgid "%s Scheduling %s"
|
5146 |
msgstr "%s Urnik %s"
|
5147 |
|
@@ -5209,10 +5238,6 @@ msgstr "Pred izvlečkom"
|
|
5209 |
msgid "After excerpt"
|
5210 |
msgstr "Za izvlečkom"
|
5211 |
|
5212 |
-
#: strings.php:25
|
5213 |
-
msgid "Between posts"
|
5214 |
-
msgstr "Med prispevki"
|
5215 |
-
|
5216 |
#: strings.php:26
|
5217 |
msgid "Before comments"
|
5218 |
msgstr "Pred komentarji"
|
@@ -5658,7 +5683,7 @@ msgid "Redirection"
|
|
5658 |
msgstr "Preusmeritev"
|
5659 |
|
5660 |
#: strings.php:154
|
5661 |
-
msgid "Do
|
5662 |
msgstr "Ne naredi ničesar"
|
5663 |
|
5664 |
#: strings.php:156
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Ad Inserter 2.5.2\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
|
7 |
+
"POT-Creation-Date: 2019-10-12 19:12:30+00:00\n"
|
8 |
+
"PO-Revision-Date: 2019-10-12 21:12+0200\n"
|
9 |
"Last-Translator: Igor Funa <info@adinserter.pro>\n"
|
10 |
"Language-Team: \n"
|
11 |
"Language: sl_SI\n"
|
16 |
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n"
|
17 |
"%100<=4 ? 2 : 3);\n"
|
18 |
|
19 |
+
#: ad-inserter.php:293
|
20 |
msgctxt "Menu item"
|
21 |
msgid "Debugging DEMO"
|
22 |
msgstr "DEMO Razhroščevanje"
|
23 |
|
24 |
+
#: ad-inserter.php:309
|
25 |
msgctxt "Menu item"
|
26 |
msgid "Label Blocks"
|
27 |
msgstr "Označi bloke"
|
28 |
|
29 |
+
#: ad-inserter.php:316
|
30 |
msgctxt "Menu item"
|
31 |
msgid "Show Positions"
|
32 |
msgstr "Pokaži položaje"
|
33 |
|
34 |
+
#: ad-inserter.php:387
|
35 |
msgctxt "Menu item"
|
36 |
msgid "Show HTML Tags"
|
37 |
msgstr "Pokaži HTML značke"
|
38 |
|
39 |
+
#: ad-inserter.php:394
|
40 |
msgctxt "Menu item"
|
41 |
msgid "Disable Insertion"
|
42 |
msgstr "Onemogoči vstavljanje"
|
43 |
|
44 |
+
#: ad-inserter.php:403
|
45 |
msgctxt "Menu item"
|
46 |
msgid "Ad Blocking Status"
|
47 |
msgstr "Status blokiranja oglasov"
|
48 |
|
49 |
+
#: ad-inserter.php:410
|
50 |
msgctxt "Menu item"
|
51 |
msgid "Simulate Ad Blocking"
|
52 |
msgstr "Simuliraj blokiranje oglasov"
|
53 |
|
54 |
+
#: ad-inserter.php:420
|
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:1027
|
61 |
msgid "Before"
|
62 |
msgstr "Pred"
|
63 |
|
64 |
#. translators: Debugging position name After HTML element
|
65 |
+
#: ad-inserter.php:1032
|
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:1037 strings.php:103
|
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:1042 strings.php:104
|
78 |
msgid "Append content"
|
79 |
msgstr "Dodaj za vsebino"
|
80 |
|
81 |
#. translators: Debugging position name Replace content of HTML element
|
82 |
+
#: ad-inserter.php:1047 strings.php:105
|
83 |
msgid "Replace content"
|
84 |
msgstr "Nadomesti vsebino"
|
85 |
|
86 |
#. translators: Debugging position name Replace HTML element
|
87 |
+
#: ad-inserter.php:1052 strings.php:155
|
88 |
msgid "Replace"
|
89 |
msgstr "Nadomesti"
|
90 |
|
91 |
#. translators: Debugging message when output buffering is enabled
|
92 |
+
#: ad-inserter.php:1099
|
93 |
msgid "OUTPUT BUFFERING"
|
94 |
msgstr "PREDPOMNJENJE IZHODA"
|
95 |
|
96 |
#. translators: Debugging position
|
97 |
+
#: ad-inserter.php:1103
|
98 |
msgid "Above Header"
|
99 |
msgstr "Nad Glavo"
|
100 |
|
101 |
+
#: ad-inserter.php:1312
|
102 |
msgctxt "Menu item"
|
103 |
msgid "Log In"
|
104 |
msgstr "Prijava"
|
105 |
|
106 |
#. translators: %s: Ad Inserter
|
107 |
+
#: ad-inserter.php:1642 ad-inserter.php:2577
|
108 |
msgid "%s Settings"
|
109 |
msgstr "%s Nastavitve"
|
110 |
|
111 |
#. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
|
112 |
+
#: ad-inserter.php:2089
|
113 |
msgid "AD BLOCKING DETECTED, PAGE VIEWS"
|
114 |
msgstr "ZAZNANO BLOKIRANJE OGLASOV, OGLEDI STRANI"
|
115 |
|
116 |
+
#: ad-inserter.php:2089
|
117 |
msgid "NO ACTION"
|
118 |
msgstr "NI AKCIJE"
|
119 |
|
120 |
+
#: ad-inserter.php:2090
|
121 |
msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
|
122 |
msgstr "ZAZNANO BLOKIRANJE OGLASOV, ZAZNAN PIŠKOTEK, NI AKCIJE"
|
123 |
|
124 |
+
#: ad-inserter.php:2091
|
125 |
msgid "AD BLOCKING DETECTED - ACTION"
|
126 |
msgstr "ZAZNANO BLOKIRANJE OGLASOV - AKCIJA"
|
127 |
|
128 |
+
#: ad-inserter.php:2092
|
129 |
msgid "AD BLOCKING NOT DETECTED"
|
130 |
msgstr "BLOKIRANJE OGLASOV NI ZAZNANO"
|
131 |
|
132 |
+
#: ad-inserter.php:2093
|
133 |
msgid "AD BLOCKING DETECTION COOKIES DELETED"
|
134 |
msgstr "PIŠKOTKI ZA ZAZNAVANJE BLOKIRANJA OGLASOV POBRISANI"
|
135 |
|
136 |
+
#: ad-inserter.php:2094
|
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:2300
|
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:2301 includes/functions.old.php:1652
|
150 |
+
#: includes/functions.php:1695
|
151 |
msgid "No, thank you."
|
152 |
msgstr "Ne, hvala."
|
153 |
|
154 |
#. Translators: %s: Ad Inserter
|
155 |
+
#: ad-inserter.php:2304
|
156 |
msgid ""
|
157 |
"Hey, you've been using %s for a while now, and I hope you're happy with it."
|
158 |
msgstr "Hej, %s uporabljate že kar nekaj časa. Upam, da ste zadovoljni z njim."
|
159 |
|
160 |
+
#: ad-inserter.php:2305 includes/functions.old.php:1655
|
161 |
+
#: includes/functions.php:1698
|
162 |
msgid "Not now, maybe later."
|
163 |
msgstr "Ne zdaj, mogoče kasneje."
|
164 |
|
165 |
+
#: ad-inserter.php:2315
|
166 |
msgid "I would really appreciate if you could rate the plugin on WordPres."
|
167 |
msgstr "Res bi bil vesel, če bi lahko ocenili vtičnik na WordPress-u."
|
168 |
|
169 |
+
#: ad-inserter.php:2317
|
170 |
msgid ""
|
171 |
"Positive reviews are a great incentive to fix bugs and to add new features "
|
172 |
"for better monetization of your website. Thank you, Igor"
|
175 |
"funkcij za boljšo monetizacijo vašega spletnega mesta. Hvala, Igor"
|
176 |
|
177 |
#. translators: %s: Ad Inserter
|
178 |
+
#: ad-inserter.php:2323
|
179 |
msgid "Rate %s"
|
180 |
msgstr "Ocenite %s"
|
181 |
|
182 |
+
#: ad-inserter.php:2328
|
183 |
msgid "I already did."
|
184 |
msgstr "Sem že."
|
185 |
|
186 |
#. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter
|
187 |
#. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter, 3, 4: HTML tags
|
188 |
+
#: ad-inserter.php:2341 ad-inserter.php:2368
|
189 |
msgid "Warning: %1$s %3$s disabled %4$s %2$s on AMP pages."
|
190 |
msgstr "Opozorilo: %1$s %3$s je onemogočil %4$s %2$s na AMP straneh."
|
191 |
|
192 |
+
#: ad-inserter.php:2350
|
193 |
msgctxt "Menu item"
|
194 |
msgid "Settings"
|
195 |
msgstr "Nastavitve"
|
196 |
|
197 |
#. translators: %s: Ad Inserter
|
198 |
+
#: ad-inserter.php:2468
|
199 |
msgctxt "Meta box name"
|
200 |
msgid "%s Individual Exceptions"
|
201 |
msgstr "Posamezne Izjeme za %s"
|
202 |
|
203 |
+
#: ad-inserter.php:2497 ad-inserter.php:8680 class.php:2080
|
204 |
#: includes/preview.php:1976 includes/preview.php:2020
|
205 |
+
#: includes/preview.php:2057 settings.php:4088 strings.php:3
|
206 |
msgid "Block"
|
207 |
msgstr "Blok"
|
208 |
|
209 |
+
#: ad-inserter.php:2498 settings.php:4089 settings.php:4174
|
210 |
msgid "Name"
|
211 |
msgstr "Ime"
|
212 |
|
213 |
+
#: ad-inserter.php:2501 settings.php:1129
|
214 |
msgid "Default insertion"
|
215 |
msgstr "Privzeto vstavljanje"
|
216 |
|
217 |
#. translators: For this post or page
|
218 |
+
#: ad-inserter.php:2504
|
219 |
msgctxt "Page"
|
220 |
msgid "For this"
|
221 |
msgstr "Za to"
|
222 |
|
223 |
+
#: ad-inserter.php:2505
|
224 |
msgctxt "Post"
|
225 |
msgid "For this"
|
226 |
msgstr "Za ta"
|
227 |
|
228 |
+
#: ad-inserter.php:2517
|
229 |
msgctxt "Enabled/disabled on all"
|
230 |
msgid "pages"
|
231 |
msgstr "straneh"
|
232 |
|
233 |
+
#: ad-inserter.php:2520
|
234 |
msgctxt "Enabled/disabled on all"
|
235 |
msgid "posts"
|
236 |
msgstr "prispevkih"
|
237 |
|
238 |
+
#: ad-inserter.php:2538 ad-inserter.php:2550 strings.php:161
|
239 |
msgid "Enabled"
|
240 |
msgstr "Omogočeno"
|
241 |
|
242 |
#. translators: Menu items
|
243 |
+
#: ad-inserter.php:2538 ad-inserter.php:2550 includes/functions.old.php:2326
|
244 |
+
#: includes/functions.php:2371 strings.php:16
|
245 |
msgid "Disabled"
|
246 |
msgstr "Onemogočeno"
|
247 |
|
248 |
+
#: ad-inserter.php:2540
|
249 |
msgid "No individual exceptions"
|
250 |
msgstr "Ni posameznih izjem"
|
251 |
|
252 |
#. translators: Not enabled for pages or posts
|
253 |
+
#: ad-inserter.php:2542
|
254 |
msgid "Not enabled for"
|
255 |
msgstr "Ni omogočeno za"
|
256 |
|
257 |
#. translators: No individual exceptions enabled for pages or posts
|
258 |
+
#: ad-inserter.php:2570
|
259 |
msgid "No block has individual exceptions enabled"
|
260 |
msgstr "Noben blok nima omogočenih posameznih izjem"
|
261 |
|
262 |
#. translators: 1: Ad Inserter Settings (page), 2: Tag / Archive pages
|
263 |
+
#: ad-inserter.php:2575
|
264 |
msgid ""
|
265 |
"Default insertion can be configured for each block on %1$s page - button "
|
266 |
"next to %2$s checkbox."
|
268 |
"Privzeto vstavljanje se lahko nastavi za vsak blok na strani %1$s - gumb "
|
269 |
"poleg kljukice za vklop %2$s."
|
270 |
|
271 |
+
#: ad-inserter.php:2578 settings.php:1107
|
272 |
msgid "Tag / Archive pages"
|
273 |
msgstr "Strani oznak / arhiva"
|
274 |
|
275 |
+
#: ad-inserter.php:2580
|
276 |
msgid ""
|
277 |
"When individual exceptions for a block are enabled, a checkbox will be "
|
278 |
"listed here to change default insertion for this post or page."
|
280 |
"Ko so posamezne izjeme za blok vključene, se bo tukaj izpisala kljukica za "
|
281 |
"spremembo privzetega vstavljanja za ta prispevek ali stran."
|
282 |
|
283 |
+
#: ad-inserter.php:2581
|
284 |
msgid ""
|
285 |
"This way you can individually enable or disable blocks on specific posts or "
|
286 |
"pages."
|
288 |
"Na ta način lahko posamezno omogočite ali onemogočite blok na določenem "
|
289 |
"prispevku ali strani."
|
290 |
|
291 |
+
#: ad-inserter.php:2583
|
292 |
msgid "For more information check page %s"
|
293 |
msgstr "Za več informacij poglejte stran %s"
|
294 |
|
295 |
#. translators: Ad Inserter Exceptions documentation page
|
296 |
+
#: ad-inserter.php:2585
|
297 |
msgid "Individual Exceptions"
|
298 |
msgstr "Posamezne Izjeme"
|
299 |
|
300 |
+
#: ad-inserter.php:2632
|
301 |
msgid "STATIC PAGE"
|
302 |
msgstr "STATIČNA STRAN"
|
303 |
|
304 |
+
#: ad-inserter.php:2635
|
305 |
msgid "POST"
|
306 |
msgstr "PRISPEVEK"
|
307 |
|
308 |
+
#: ad-inserter.php:2638
|
309 |
msgid "HOMEPAGE"
|
310 |
msgstr "DOMAČA STRAN"
|
311 |
|
312 |
+
#: ad-inserter.php:2641
|
313 |
msgid "CATEGORY PAGE"
|
314 |
msgstr "STRAN KATEGORIJE"
|
315 |
|
316 |
+
#: ad-inserter.php:2644
|
317 |
msgid "SEARCH PAGE"
|
318 |
msgstr "STRAN ISKANJE"
|
319 |
|
320 |
+
#: ad-inserter.php:2647
|
321 |
msgid "ARCHIVE PAGE"
|
322 |
msgstr "STRAN ARHIVA"
|
323 |
|
324 |
+
#: ad-inserter.php:2650
|
325 |
msgid "ERROR 404 PAGE"
|
326 |
msgstr "STRAN NAPAKA 404"
|
327 |
|
328 |
+
#: ad-inserter.php:2653
|
329 |
msgid "AJAX CALL"
|
330 |
msgstr "AJAX KLIC"
|
331 |
|
332 |
+
#: ad-inserter.php:2656
|
333 |
msgid "UNKNOWN PAGE TYPE"
|
334 |
msgstr "NEZNAN TIP STRANI"
|
335 |
|
336 |
+
#: ad-inserter.php:2673
|
337 |
msgid "Click to delete ad blocking detection cokies"
|
338 |
msgstr "Klikni za brisanje piškotkov za zaznavanje blokiranja oglasov"
|
339 |
|
340 |
+
#: ad-inserter.php:2674
|
341 |
msgid "AD BLOCKING STATUS UNKNOWN"
|
342 |
msgstr "NEZNAN STATUS BLOKIRANJA OGLASOV"
|
343 |
|
344 |
#. translators: %s: AdSense Auto Ads
|
345 |
+
#: ad-inserter.php:2703
|
346 |
msgid ""
|
347 |
"Code for %s detected - Code will automatically insert AdSense ads at optimal "
|
348 |
"positions"
|
350 |
"Zaznana koda za %s - Koda bo samodejno vstavila oglase AdSense na optimalne "
|
351 |
"položaje"
|
352 |
|
353 |
+
#: ad-inserter.php:2842
|
354 |
msgid "Code for insertion"
|
355 |
msgstr "Koda za vstavljanje"
|
356 |
|
357 |
+
#: ad-inserter.php:2842
|
358 |
msgid "character"
|
359 |
msgid_plural "characters"
|
360 |
msgstr[0] "znak"
|
362 |
msgstr[2] "znaki"
|
363 |
msgstr[3] "znakov"
|
364 |
|
365 |
+
#: ad-inserter.php:2885
|
366 |
msgid "Header code"
|
367 |
msgstr "Koda v glavi"
|
368 |
|
369 |
+
#: ad-inserter.php:2885
|
370 |
msgctxt "Header code"
|
371 |
msgid "DISABLED"
|
372 |
msgstr "ONEMOGOČENA"
|
373 |
|
374 |
+
#: ad-inserter.php:2885 ad-inserter.php:3121
|
375 |
msgid "character inserted"
|
376 |
msgid_plural "characters inserted"
|
377 |
msgstr[0] "znak vstavljen"
|
379 |
msgstr[2] "znaki vstavljeni"
|
380 |
msgstr[3] "znakov vstavljenih"
|
381 |
|
382 |
+
#: ad-inserter.php:2919
|
383 |
msgid "Automatically placed by AdSense Auto ads code"
|
384 |
msgstr "Samodejno postavila koda za oglase AdSense Auto ads"
|
385 |
|
386 |
+
#: ad-inserter.php:3121
|
387 |
msgid "Footer code"
|
388 |
msgstr "Koda v nogi"
|
389 |
|
390 |
+
#: ad-inserter.php:3121
|
391 |
msgctxt "Footer code"
|
392 |
msgid "DISABLED"
|
393 |
msgstr "ONEMOGOČENA"
|
394 |
|
395 |
+
#: ad-inserter.php:3127
|
396 |
msgid "JAVASCRIPT NOT WORKING"
|
397 |
msgstr "JAVASCRIPT NE DELA"
|
398 |
|
399 |
+
#: ad-inserter.php:3127
|
400 |
msgid "NO JAVASCRIPT ERRORS"
|
401 |
msgstr "BREZ JAVASCRIPT NAPAK"
|
402 |
|
403 |
+
#: ad-inserter.php:3127
|
404 |
msgid "JAVASCRIPT ERRORS"
|
405 |
msgstr "JAVASCRIPT NAPAKE"
|
406 |
|
407 |
#. translators: block name (block with default settings)
|
408 |
+
#: ad-inserter.php:5426
|
409 |
msgctxt "Block name"
|
410 |
msgid "Default"
|
411 |
msgstr "Privzeti"
|
412 |
|
413 |
#. translators: %s: Ad Inserter
|
414 |
+
#: ad-inserter.php:6042
|
415 |
msgid "Error importing %s settings."
|
416 |
msgstr "Napaka pri uvozu %s nastavitev."
|
417 |
|
418 |
+
#: ad-inserter.php:6043
|
419 |
msgid "Error importing settings for block"
|
420 |
msgid_plural "Error importing settings for blocks:"
|
421 |
msgstr[0] "Napaka pri uvozu nastavitev za blok"
|
423 |
msgstr[2] "Napaka pri uvozu nastavitev za bloke:"
|
424 |
msgstr[3] "Napaka pri uvozu nastavitev za bloke:"
|
425 |
|
426 |
+
#: ad-inserter.php:6093
|
427 |
msgid "Settings saved."
|
428 |
msgstr "Nastavitve shranjene."
|
429 |
|
430 |
#. translators: %s: Ad Inserter
|
431 |
+
#: ad-inserter.php:6095
|
432 |
msgid "Invalid data received - %s settings not saved."
|
433 |
msgstr "Prejeti neveljavni podatki - nastavitve %s niso shranjene."
|
434 |
|
435 |
+
#: ad-inserter.php:6183
|
436 |
msgid "Settings cleared."
|
437 |
msgstr "Nastavitve ponastavljene."
|
438 |
|
439 |
#. Translators: Post/Static page must have between X and Y words
|
440 |
+
#: ad-inserter.php:6528 ad-inserter.php:6530 ad-inserter.php:6553
|
441 |
+
#: settings.php:2086
|
442 |
msgid "word"
|
443 |
msgid_plural "words"
|
444 |
msgstr[0] "besedo"
|
446 |
msgstr[2] "besede"
|
447 |
msgstr[3] "besed"
|
448 |
|
449 |
+
#: ad-inserter.php:6567 ad-inserter.php:6679
|
450 |
msgid "HTML TAGS REMOVED"
|
451 |
msgstr "HTML ZNAČKE ODSTRANJENE"
|
452 |
|
453 |
+
#: ad-inserter.php:6755
|
454 |
msgid "BEFORE COMMENTS"
|
455 |
msgstr "PRED KOMENTARJI"
|
456 |
|
457 |
+
#: ad-inserter.php:6863
|
458 |
msgid "AFTER COMMENTS"
|
459 |
msgstr "PO KOMETARJIH"
|
460 |
|
461 |
+
#: ad-inserter.php:6926
|
462 |
msgid "BETWEEN COMMENTS"
|
463 |
msgstr "MED KOMENTARJI"
|
464 |
|
465 |
+
#: ad-inserter.php:8312
|
466 |
msgid "requires WordPress 4.6 or newer"
|
467 |
msgstr "potrebuje WordPress 4.6 ali novejši"
|
468 |
|
469 |
+
#: ad-inserter.php:8312
|
470 |
msgid "Please update!"
|
471 |
msgstr "Prosimo, posodobite!"
|
472 |
|
473 |
#. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
|
474 |
#. name with HTML tags will be added)
|
475 |
+
#: ad-inserter.php:8553
|
476 |
msgid "Thank you for installing"
|
477 |
msgstr "Hvala za namestitev vtičnika"
|
478 |
|
479 |
#. translators: Opt-in message: %s: HTML tags
|
480 |
+
#: ad-inserter.php:8555
|
481 |
msgid ""
|
482 |
"We would like to %s track its usage %s on your site. This is completely "
|
483 |
"optional and can be disabled at any time."
|
485 |
"Radi bi %s sledili njegovi uporabi %s na vašem spletnem mestu. To je povsem "
|
486 |
"izbirno in se lahko izključi kadarkoli."
|
487 |
|
488 |
+
#: ad-inserter.php:8557
|
489 |
msgid ""
|
490 |
"We don't record any sensitive data, only information regarding the WordPress "
|
491 |
"environment and plugin usage, which will help us to make improvements to the "
|
495 |
"uporabe vtičnika, kar nam bo omogočilo izdelavo izboljšav za vtičnik."
|
496 |
|
497 |
#. translators: Deactivation message: %s: HTML tags
|
498 |
+
#: ad-inserter.php:8594
|
499 |
msgid ""
|
500 |
"Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
|
501 |
"help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
|
506 |
"nam %s in poskušali vam bomo pomagati."
|
507 |
|
508 |
#. translators: %s: Ad Inserter
|
509 |
+
#: ad-inserter.php:8637
|
510 |
msgid "%s block."
|
511 |
msgstr "%s blok."
|
512 |
|
513 |
#. translators: widget title
|
514 |
+
#: ad-inserter.php:8653 ad-inserter.php:8689
|
515 |
msgid "Processing log"
|
516 |
msgstr "Dnevnik procesiranja"
|
517 |
|
518 |
#. translators: widget title
|
519 |
+
#: ad-inserter.php:8655 ad-inserter.php:8690
|
520 |
msgid "Dummy widget"
|
521 |
msgstr "Prazen gradnik"
|
522 |
|
523 |
#. translators: widget title
|
524 |
+
#: ad-inserter.php:8657 ad-inserter.php:8688
|
525 |
msgid "Debugging tools"
|
526 |
msgstr "Orodja za razhroščevanje"
|
527 |
|
528 |
#. translators: block status (widget title)
|
529 |
+
#: ad-inserter.php:8664
|
530 |
msgctxt "block"
|
531 |
msgid "PAUSED"
|
532 |
msgstr "USTAVLJEN"
|
533 |
|
534 |
+
#: ad-inserter.php:8665
|
535 |
msgid "WIDGET DISABLED"
|
536 |
msgstr "GRADNIK ONEMOGOČEN"
|
537 |
|
538 |
+
#: ad-inserter.php:8666
|
539 |
msgid "Unknown block"
|
540 |
msgstr "Neznan blok"
|
541 |
|
542 |
+
#: ad-inserter.php:8675 includes/functions.old.php:3186
|
543 |
+
#: includes/functions.php:3231 settings.php:1159
|
544 |
msgid "Title"
|
545 |
msgstr "Naslov"
|
546 |
|
547 |
+
#: ad-inserter.php:8697
|
548 |
msgctxt "Widget"
|
549 |
msgid "Sticky"
|
550 |
msgstr "Lepljiv"
|
551 |
|
552 |
+
#: ad-inserter.php:8746
|
553 |
msgid ""
|
554 |
"Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
|
555 |
"Inserter you need to first deactivate Ad Inserter Pro."
|
558 |
"aktiven! Za aktivacijo vtičnika Ad Inserter morate najprej onemogočiti Ad "
|
559 |
"Inserter Pro."
|
560 |
|
561 |
+
#: ad-inserter.php:8747
|
562 |
msgid ""
|
563 |
"<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
|
564 |
"will clear all settings that are available only in the Pro version "
|
593 |
msgid "After post"
|
594 |
msgstr "Za prispevkom"
|
595 |
|
596 |
+
#: class.php:2054 strings.php:25
|
597 |
+
msgid "Between posts"
|
598 |
+
msgstr "Med prispevki"
|
599 |
+
|
600 |
+
#: class.php:2059 settings.php:1829 settings.php:4106
|
601 |
msgid "Widget"
|
602 |
msgstr "Gradnik"
|
603 |
|
604 |
+
#: class.php:2064 settings.php:4104
|
605 |
msgid "PHP function call"
|
606 |
msgstr "Klic PHP funkcije"
|
607 |
|
608 |
+
#. Translators: %s: custom hook name
|
609 |
+
#: class.php:2074
|
610 |
+
msgid "Custom hook %s call"
|
611 |
+
msgstr "Klic ročice po meri %s"
|
612 |
+
|
613 |
+
#: class.php:2110
|
614 |
msgid "AJAX REQUEST"
|
615 |
msgstr "AJAX ZAHTEVEK"
|
616 |
|
617 |
+
#: class.php:2113
|
618 |
msgid "Ajax request for block in iframe"
|
619 |
msgstr "Ajax zahtevek za blok v iframe-u"
|
620 |
|
621 |
+
#: class.php:2143
|
622 |
msgid "Ajax request url, click to open it in a new tab"
|
623 |
msgstr "Url Ajax zahtevka, kliknite, da ga odprete v novem zavihku"
|
624 |
|
625 |
+
#: class.php:2146
|
626 |
msgid "IN THE LOOP"
|
627 |
msgstr "V ZANKI"
|
628 |
|
629 |
+
#: class.php:2146
|
630 |
msgid "YES"
|
631 |
msgstr "DA"
|
632 |
|
633 |
+
#: class.php:2146
|
634 |
msgid "NO"
|
635 |
msgstr "NE"
|
636 |
|
637 |
+
#: class.php:2182
|
638 |
msgid "BLOCK"
|
639 |
msgstr "BLOK"
|
640 |
|
641 |
+
#: class.php:2182
|
642 |
msgctxt "block or widget"
|
643 |
msgid "INSERTED BUT NOT VISIBLE"
|
644 |
msgstr "VSTAVLJEN, VENDAR NI VIDEN"
|
645 |
|
646 |
+
#: class.php:2631 class.php:2694
|
647 |
msgid "ACTIVE GROUPS"
|
648 |
msgstr "AKTIVNE SKUPINE"
|
649 |
|
650 |
#. translators: %s: list parameters and type
|
651 |
+
#: class.php:2880
|
652 |
msgid "parameters='%s' type='%s'"
|
653 |
msgstr "parametri='%s' tip='%s'"
|
654 |
|
655 |
#. translators: %s: list parameters and type
|
656 |
+
#: class.php:2882
|
657 |
msgid "referers='%s' type='%s'"
|
658 |
msgstr "napotitelji='%s' tip='%s'"
|
659 |
|
660 |
#. translators: %s: list parameters and type
|
661 |
+
#: class.php:2884
|
662 |
msgid "clients='%s' type='%s'"
|
663 |
msgstr "odjemalci='%s' tip='%s'"
|
664 |
|
665 |
#. translators: %s: list parameters and type
|
666 |
+
#: class.php:2955
|
667 |
msgid "countries='%s' type='%s'"
|
668 |
msgstr "države='%s' tip='%s'"
|
669 |
|
670 |
#. translators: %s: list parameters and type
|
671 |
+
#: class.php:2957
|
672 |
msgid "ip addresses='%s' type='%s'"
|
673 |
msgstr "ip naslovi='%s' tip='%s'"
|
674 |
|
675 |
+
#: class.php:3228 strings.php:239
|
676 |
msgid "BEFORE"
|
677 |
msgstr "PRED"
|
678 |
|
679 |
+
#: class.php:3236 strings.php:241
|
680 |
msgid "PREPEND CONTENT"
|
681 |
msgstr "DODAJ PRED VSEBINO"
|
682 |
|
683 |
+
#: class.php:3240 strings.php:242
|
684 |
msgid "APPEND CONTENT"
|
685 |
msgstr "DODAJ ZA VSEBINO"
|
686 |
|
687 |
+
#: class.php:3244 strings.php:243
|
688 |
msgid "REPLACE CONTENT"
|
689 |
msgstr "NADOMESTI VSEBINO"
|
690 |
|
691 |
+
#: class.php:3248 strings.php:244
|
692 |
msgid "REPLACE ELEMENT"
|
693 |
msgstr "NADOMESTI ELEMENT"
|
694 |
|
695 |
+
#: class.php:3259 strings.php:240
|
696 |
msgid "AFTER"
|
697 |
msgstr "ZA"
|
698 |
|
699 |
+
#: class.php:3326
|
700 |
msgctxt "JavaScript"
|
701 |
msgid "script"
|
702 |
msgstr "skripta"
|
703 |
|
704 |
+
#: class.php:3329
|
705 |
+
msgid "for block"
|
706 |
+
msgstr "za blok"
|
707 |
|
708 |
+
#: class.php:6392 class.php:6444
|
709 |
msgctxt "category name"
|
710 |
msgid "Uncategorized"
|
711 |
msgstr "Nekategorizirano"
|
712 |
|
713 |
+
#: class.php:6951
|
714 |
msgid ""
|
715 |
"ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
|
716 |
"extension for PHP."
|
728 |
msgstr "Ponastavi"
|
729 |
|
730 |
#: includes/editor.php:9 includes/placeholders.php:354
|
731 |
+
#: includes/preview.php:1965 settings.php:3501 strings.php:208 strings.php:245
|
732 |
msgid "Cancel"
|
733 |
msgstr "Prekliči"
|
734 |
|
745 |
"Ta stran se ni naložila pravilno. Prevrrite brskalnik, vtičnike in "
|
746 |
"blokiranje oglasov."
|
747 |
|
748 |
+
#: includes/editor.php:264 settings.php:259
|
749 |
msgid "Error loading page"
|
750 |
msgstr "Napaka pri nalaganju strani"
|
751 |
|
754 |
msgid "PAGE BLOCKED"
|
755 |
msgstr "STRAN BLOKIRANA"
|
756 |
|
757 |
+
#: includes/functions.old.php:289 includes/functions.php:288
|
758 |
msgid "%d of %d names shown"
|
759 |
msgstr "Prikazanih %d od %d imen"
|
760 |
|
761 |
#. translators: %s: name filter
|
762 |
+
#: includes/functions.old.php:308 includes/functions.php:307
|
763 |
msgid "No name matches filter"
|
764 |
msgstr "Noben podatek ne ustreza filtru"
|
765 |
|
766 |
#. translators: %s: Ad Inserter Pro
|
767 |
+
#: includes/functions.old.php:383 includes/functions.php:382
|
768 |
msgid ""
|
769 |
"Import %s settings when saving - if checked, the encoded settings below will "
|
770 |
"be imported for all blocks and settings"
|
772 |
"Uvozi %s nastavitve pri shranjevanju - če je odkljukano, se bodo kodirane "
|
773 |
"nastavitve spodaj uvozile za vse bloke in nastavitve"
|
774 |
|
775 |
+
#: includes/functions.old.php:383 includes/functions.php:382
|
776 |
msgid "Import Settings for"
|
777 |
msgstr "Uvozi Nastavitve za"
|
778 |
|
779 |
+
#: includes/functions.old.php:387 includes/functions.php:386
|
780 |
msgid "Saved settings for"
|
781 |
msgstr "Shranjene nastavitve za"
|
782 |
|
783 |
+
#: includes/functions.old.php:407 includes/functions.php:406
|
784 |
msgid "License Key"
|
785 |
msgstr "Licenčni Ključ"
|
786 |
|
787 |
+
#: includes/functions.old.php:410 includes/functions.php:409
|
788 |
msgid "License Key for"
|
789 |
msgstr "Licenčni Ključ za"
|
790 |
|
791 |
+
#: includes/functions.old.php:413 includes/functions.php:411
|
792 |
msgid "Open license page"
|
793 |
msgstr "Odpri licenčno stran"
|
794 |
|
795 |
+
#: includes/functions.old.php:421 includes/functions.php:418
|
796 |
msgid "Hide license key"
|
797 |
msgstr "Skrij licenčni ključ"
|
798 |
|
799 |
+
#: includes/functions.old.php:421 includes/functions.php:418
|
800 |
msgid "Hide key"
|
801 |
msgstr "Skrij ključ"
|
802 |
|
803 |
+
#: includes/functions.old.php:436 includes/functions.php:433
|
804 |
msgid "Main content element"
|
805 |
msgstr "Glavni element vsebine"
|
806 |
|
807 |
+
#: includes/functions.old.php:439 includes/functions.php:436
|
808 |
msgid ""
|
809 |
"Main content element (#id or .class) for 'Stick to the content' position. "
|
810 |
"Leave empty unless position is not properly calculated."
|
812 |
"Glavni element vsebine (#id ali .razred) za položaj 'Lepljiv na vsebino'. "
|
813 |
"Pustite prazno razen v primeru, ko položaj ni pravilno izračunan."
|
814 |
|
815 |
+
#: includes/functions.old.php:440 includes/functions.php:437 settings.php:1310
|
816 |
+
#: settings.php:2712
|
817 |
msgid "Open HTML element selector"
|
818 |
msgstr "Odpri izbirnik HTML elementa"
|
819 |
|
820 |
+
#: includes/functions.old.php:445 includes/functions.php:442
|
821 |
msgid "Lazy loading offset"
|
822 |
msgstr "Zamik za leno nalaganje"
|
823 |
|
824 |
+
#: includes/functions.old.php:448 includes/functions.php:445
|
825 |
msgid "Offset of the block from the visible viewport when it should be loaded"
|
826 |
msgstr "Zamik bloka od vidnega pogleda, ko bi ta moral biti naložen"
|
827 |
|
828 |
+
#: includes/functions.old.php:459 includes/functions.php:456
|
829 |
msgid "Export / Import Block Settings"
|
830 |
msgstr "Izvozi / Uvozi Nastavitve Bloka"
|
831 |
|
832 |
+
#: includes/functions.old.php:474 includes/functions.php:471
|
833 |
msgid "Track impressions and clicks for this block"
|
834 |
msgstr "Sledi prikazom in klikom za ta blok"
|
835 |
|
836 |
+
#: includes/functions.old.php:474 includes/functions.php:471
|
837 |
msgid " - global tracking disabled"
|
838 |
msgstr " - globalno sledenje onemogočeno"
|
839 |
|
840 |
+
#: includes/functions.old.php:481 includes/functions.php:478
|
841 |
msgid "Generate PDF report"
|
842 |
msgstr "Generiraj PDF poročilo"
|
843 |
|
844 |
+
#: includes/functions.old.php:486 includes/functions.php:483
|
845 |
msgid "Open public report"
|
846 |
msgstr "Odpri javno poročilo"
|
847 |
|
848 |
+
#: includes/functions.old.php:500 includes/functions.php:497
|
849 |
msgid "Toggle Ad Blocking Statistics"
|
850 |
msgstr "Preklopi Statistiko Blokiranja Oglasov"
|
851 |
|
852 |
#: includes/functions.old.php:508 includes/functions.old.php:2960
|
853 |
+
#: includes/functions.php:505 includes/functions.php:3005
|
854 |
msgid "Toggle Statistics"
|
855 |
msgstr "Preklopi Statistiko"
|
856 |
|
857 |
#. translators: %s: Ad Inserter Pro
|
858 |
+
#: includes/functions.old.php:524 includes/functions.php:529
|
859 |
msgid "%s license key is not set. Continue?"
|
860 |
msgstr "%s licenčni ključ ni nastavljen. Nadaljujem?"
|
861 |
|
862 |
#. translators: %s: Ad Inserter Pro
|
863 |
+
#: includes/functions.old.php:528 includes/functions.php:533
|
864 |
msgid "Invalid %s license key. Continue?"
|
865 |
msgstr "Neveljaven %s licenčni ključ. Nadaljujem?"
|
866 |
|
867 |
#. translators: %s: Ad Inserter Pro
|
868 |
+
#: includes/functions.old.php:532 includes/functions.php:537
|
869 |
msgid "%s license overused. Continue?"
|
870 |
msgstr "%s licenca prekomerno uporabljena. Nadaljujem?"
|
871 |
|
872 |
+
#: includes/functions.old.php:536 includes/functions.php:541 settings.php:1064
|
873 |
+
#: settings.php:2169
|
874 |
msgid "Save Settings"
|
875 |
msgstr "Shrani Nastavitve"
|
876 |
|
877 |
+
#: includes/functions.old.php:596 includes/functions.php:601
|
878 |
#: includes/preview.php:2106
|
879 |
msgid "Horizontal position"
|
880 |
msgstr "Vodoravni položaj"
|
881 |
|
882 |
+
#: includes/functions.old.php:619 includes/functions.php:624
|
883 |
msgid ""
|
884 |
"Horizontal margin from the content or screen edge, empty means default value "
|
885 |
"from CSS"
|
887 |
"Vodoravni odmik od vsebine ali roba zaslona, prazno pomeni privzeta vrednost "
|
888 |
"iz CSS"
|
889 |
|
890 |
+
#: includes/functions.old.php:627 includes/functions.php:632
|
891 |
#: includes/preview.php:2161
|
892 |
msgid "Vertical position"
|
893 |
msgstr "Navpični položaj"
|
894 |
|
895 |
+
#: includes/functions.old.php:642 includes/functions.php:647
|
896 |
msgid ""
|
897 |
"Vertical margin from the top or bottom screen edge, empty means default "
|
898 |
"value from CSS"
|
900 |
"Navpični odmik od roba vrha ali dna zaslona, prazno pomeni privzeta vrednost "
|
901 |
"iz CSS"
|
902 |
|
903 |
+
#: includes/functions.old.php:667 includes/functions.php:672
|
904 |
#: includes/preview.php:2212
|
905 |
msgid "Animation"
|
906 |
msgstr "Animacija"
|
907 |
|
908 |
+
#: includes/functions.old.php:685 includes/functions.php:690
|
909 |
msgid "Trigger"
|
910 |
msgstr "Sporžilec"
|
911 |
|
912 |
+
#: includes/functions.old.php:694 includes/functions.php:699
|
913 |
msgid ""
|
914 |
"Trigger value: page scroll in %, page scroll in px or element with selector "
|
915 |
"(#id or .class) becomes visible"
|
917 |
"Sprožilna vrednost: pomik strani v %, pomik strani v px ali element s "
|
918 |
"selektorjem (#id ali .razred) postane viden"
|
919 |
|
920 |
+
#: includes/functions.old.php:698 includes/functions.php:703
|
921 |
msgid "Offset"
|
922 |
msgstr "Zamik"
|
923 |
|
924 |
+
#: includes/functions.old.php:698 includes/functions.php:703
|
925 |
msgid "Offset of trigger element"
|
926 |
msgstr "Zamik sprožilnega elementa"
|
927 |
|
928 |
+
#: includes/functions.old.php:702 includes/functions.php:707
|
929 |
msgid "Delay"
|
930 |
msgstr "Zakasnitev"
|
931 |
|
932 |
+
#: includes/functions.old.php:702 includes/functions.php:707
|
933 |
msgid "Delay animation after trigger condition"
|
934 |
msgstr "Zakasni animacijo po izpolnitvi pogoja sprožilca"
|
935 |
|
936 |
+
#: includes/functions.old.php:706 includes/functions.php:711
|
937 |
msgid "Trigger once"
|
938 |
msgstr "Sproži enkrat"
|
939 |
|
940 |
+
#: includes/functions.old.php:708 includes/functions.php:713
|
941 |
msgid "Trigger animation only once"
|
942 |
msgstr "Sproži animacijo samo enkrat"
|
943 |
|
944 |
#: includes/functions.old.php:750 includes/functions.old.php:2453
|
945 |
+
#: includes/functions.old.php:2470 includes/functions.php:755
|
946 |
+
#: includes/functions.php:2498 includes/functions.php:2515
|
947 |
msgid "Tracking is globally disabled"
|
948 |
msgstr "Sledenje je globalno onemogočeno"
|
949 |
|
950 |
#: includes/functions.old.php:754 includes/functions.old.php:2457
|
951 |
+
#: includes/functions.old.php:2474 includes/functions.php:759
|
952 |
+
#: includes/functions.php:2502 includes/functions.php:2519
|
953 |
msgid "Tracking for this block is disabled"
|
954 |
msgstr "Sledenje za ta blok je onemogočeno"
|
955 |
|
956 |
+
#: includes/functions.old.php:761 includes/functions.php:766
|
957 |
msgid "Double click to toggle controls in public reports"
|
958 |
msgstr "Dvojni klik za preklop kontrol v javnih poročilih"
|
959 |
|
960 |
+
#: includes/functions.old.php:767 includes/functions.php:772 settings.php:3436
|
961 |
+
#: settings.php:3472 settings.php:3514 strings.php:218
|
962 |
msgid "Loading..."
|
963 |
msgstr "Nalagam..."
|
964 |
|
965 |
+
#: includes/functions.old.php:788 includes/functions.php:793
|
966 |
msgid ""
|
967 |
"Clear statistics data for the selected range - clear both dates to delete "
|
968 |
"all data for this block"
|
970 |
"Pobriši podatke o statistiki za izbrano obdobje - pobriši oba datuma za "
|
971 |
"brisanje vseh podatkov za ta blok"
|
972 |
|
973 |
+
#: includes/functions.old.php:792 includes/functions.php:797
|
974 |
msgid "Auto refresh data for the selected range every 60 seconds"
|
975 |
msgstr "Samodejna osvežitev podatkov za izbrano obdobje vsakih 60 sekund"
|
976 |
|
977 |
#: includes/functions.old.php:795 includes/functions.old.php:5262
|
978 |
+
#: includes/functions.php:800 includes/functions.php:5359
|
979 |
msgid "Load data for last month"
|
980 |
msgstr "Naloži podatke za zadnji mesec"
|
981 |
|
982 |
#: includes/functions.old.php:795 includes/functions.old.php:5262
|
983 |
+
#: includes/functions.php:800 includes/functions.php:5359
|
984 |
msgid "Last Month"
|
985 |
msgstr "Zadnji Mesec"
|
986 |
|
987 |
#: includes/functions.old.php:798 includes/functions.old.php:5265
|
988 |
+
#: includes/functions.php:803 includes/functions.php:5362
|
989 |
msgid "Load data for this month"
|
990 |
msgstr "Naloži podatke za ta mesec"
|
991 |
|
992 |
#: includes/functions.old.php:798 includes/functions.old.php:5265
|
993 |
+
#: includes/functions.php:803 includes/functions.php:5362
|
994 |
msgid "This Month"
|
995 |
msgstr "Ta Mesec"
|
996 |
|
997 |
#: includes/functions.old.php:801 includes/functions.old.php:5268
|
998 |
+
#: includes/functions.php:806 includes/functions.php:5365
|
999 |
msgid "Load data for this year"
|
1000 |
msgstr "Naloži podatke za to leto"
|
1001 |
|
1002 |
#: includes/functions.old.php:801 includes/functions.old.php:5268
|
1003 |
+
#: includes/functions.php:806 includes/functions.php:5365
|
1004 |
msgid "This Year"
|
1005 |
msgstr "To Leto"
|
1006 |
|
1007 |
#: includes/functions.old.php:804 includes/functions.old.php:5271
|
1008 |
+
#: includes/functions.php:809 includes/functions.php:5368
|
1009 |
msgid "Load data for the last 15 days"
|
1010 |
msgstr "Naloži podatke za zadnjih 15 dni"
|
1011 |
|
1012 |
#: includes/functions.old.php:807 includes/functions.old.php:5274
|
1013 |
+
#: includes/functions.php:812 includes/functions.php:5371
|
1014 |
msgid "Load data for the last 30 days"
|
1015 |
msgstr "Naloži podatke za zadnjih 30 dni"
|
1016 |
|
1017 |
#: includes/functions.old.php:810 includes/functions.old.php:5277
|
1018 |
+
#: includes/functions.php:815 includes/functions.php:5374
|
1019 |
msgid "Load data for the last 90 days"
|
1020 |
msgstr "Naloži podatke za zadnjih 90 dni"
|
1021 |
|
1022 |
#: includes/functions.old.php:813 includes/functions.old.php:5280
|
1023 |
+
#: includes/functions.php:818 includes/functions.php:5377
|
1024 |
msgid "Load data for the last 180 days"
|
1025 |
msgstr "Naloži podatke za zadnjih 180 dni"
|
1026 |
|
1027 |
#: includes/functions.old.php:816 includes/functions.old.php:5283
|
1028 |
+
#: includes/functions.php:821 includes/functions.php:5380
|
1029 |
msgid "Load data for the last 365 days"
|
1030 |
msgstr "Naloži podatke za zadnjih 365 dni"
|
1031 |
|
1032 |
#: includes/functions.old.php:826 includes/functions.old.php:5293
|
1033 |
+
#: includes/functions.php:831 includes/functions.php:5390
|
1034 |
msgid "Load data for the selected range"
|
1035 |
msgstr "Naloži podatke za izbrano obdobje"
|
1036 |
|
1037 |
+
#: includes/functions.old.php:842 includes/functions.php:847
|
1038 |
msgid ""
|
1039 |
"Import settings when saving - if checked, the encoded settings below will be "
|
1040 |
"imported for this block"
|
1042 |
"Uvozi nastavitve pri shranjevanju - če je odkljukano, se bodo kodirane "
|
1043 |
"nastavitve spodaj uvozile za ta blok"
|
1044 |
|
1045 |
+
#: includes/functions.old.php:842 includes/functions.php:847
|
1046 |
msgid "Import settings for block"
|
1047 |
msgstr "Uvozi nastavitve za blok"
|
1048 |
|
1049 |
+
#: includes/functions.old.php:846 includes/functions.php:851
|
1050 |
msgid ""
|
1051 |
"Import block name when saving - if checked and 'Import settings for block' "
|
1052 |
"is also checked, the name from encoded settings below will be imported for "
|
1056 |
"nastavitve za blok' odkljukano, se bo ime iz kodiranih nastavitev spodaj "
|
1057 |
"uvozilo za ta blok"
|
1058 |
|
1059 |
+
#: includes/functions.old.php:846 includes/functions.php:851
|
1060 |
msgid "Import block name"
|
1061 |
msgstr "Uvozi ime bloka"
|
1062 |
|
1063 |
+
#: includes/functions.old.php:850 includes/functions.php:855
|
1064 |
msgid "Saved settings for block"
|
1065 |
msgstr "Shranjene nastavitve za blok"
|
1066 |
|
1067 |
+
#: includes/functions.old.php:863 includes/functions.php:868
|
1068 |
msgid "Export / Import Ad Inserter Pro Settings"
|
1069 |
msgstr "Izvozi / Uvozi Ad Inserter Pro Nastavitve"
|
1070 |
|
1071 |
+
#: includes/functions.old.php:873 includes/functions.php:878
|
1072 |
msgid "Are you sure you want to clear all statistics data for all blocks?"
|
1073 |
msgstr ""
|
1074 |
"Ali ste prepričani, da želite pobrisati vse podatke o statistiki za vse "
|
1075 |
"bloke?"
|
1076 |
|
1077 |
+
#: includes/functions.old.php:875 includes/functions.php:880
|
1078 |
msgid "Clear All Statistics Data"
|
1079 |
msgstr "Pobriši Vse Podatke o Statistiki"
|
1080 |
|
1081 |
+
#: includes/functions.old.php:902 includes/functions.php:907
|
1082 |
msgid "Toggle country/city editor"
|
1083 |
msgstr "Preklopi urejevalnik držav/mest"
|
1084 |
|
1085 |
+
#: includes/functions.old.php:908 includes/functions.php:913
|
1086 |
msgid "IP Addresses"
|
1087 |
msgstr "IP Naslovi"
|
1088 |
|
1089 |
+
#: includes/functions.old.php:911 includes/functions.php:916
|
1090 |
msgid "Toggle IP address editor"
|
1091 |
msgstr "Preklopi urejevalnik IP nslovov"
|
1092 |
|
1093 |
+
#: includes/functions.old.php:914 includes/functions.php:919
|
1094 |
msgid ""
|
1095 |
"Comma separated IP addresses, you can also use partial IP addresses with * "
|
1096 |
"(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
|
1098 |
"Z vejico ločeni IP naslovi, uporabite lahko tudi delne IP naslove z * (ip-"
|
1099 |
"naslov-začetek*. *ip-naslov-vzorec*, *ip-naslov-konec)"
|
1100 |
|
1101 |
+
#: includes/functions.old.php:918 includes/functions.php:923
|
1102 |
msgid "Blacklist IP addresses"
|
1103 |
msgstr "Črni seznam IP naslovov"
|
1104 |
|
1105 |
+
#: includes/functions.old.php:922 includes/functions.php:927
|
1106 |
msgid "Whitelist IP addresses"
|
1107 |
msgstr "Beli seznam IP naslovov"
|
1108 |
|
1109 |
+
#: includes/functions.old.php:933 includes/functions.php:938
|
1110 |
msgid "Countries"
|
1111 |
msgstr "Države"
|
1112 |
|
1113 |
+
#: includes/functions.old.php:934 includes/functions.php:939
|
1114 |
msgid "Cities"
|
1115 |
msgstr "Mesta"
|
1116 |
|
1117 |
#: includes/functions.old.php:938 includes/functions.old.php:2925
|
1118 |
+
#: includes/functions.php:943 includes/functions.php:2970
|
1119 |
msgid "Toggle country editor"
|
1120 |
msgstr "Preklopi urejevalnik držav"
|
1121 |
|
1122 |
+
#: includes/functions.old.php:941 includes/functions.php:946
|
1123 |
msgid "Toggle city editor"
|
1124 |
msgstr "Preklopi urejevalnik mest"
|
1125 |
|
1126 |
#: includes/functions.old.php:945 includes/functions.old.php:2928
|
1127 |
+
#: includes/functions.php:950 includes/functions.php:2973
|
1128 |
msgid "Comma separated country ISO Alpha-2 codes"
|
1129 |
msgstr "Z vejico ločene ISO Alpha-2 kode držav"
|
1130 |
|
1131 |
+
#: includes/functions.old.php:949 includes/functions.php:954
|
1132 |
msgid "Blacklist countries"
|
1133 |
msgstr "Črni seznam držav"
|
1134 |
|
1135 |
+
#: includes/functions.old.php:953 includes/functions.php:958
|
1136 |
msgid "Whitelist countries"
|
1137 |
msgstr "Beli seznam držav"
|
1138 |
|
1139 |
#: includes/functions.old.php:1361 includes/functions.old.php:1608
|
1140 |
+
#: includes/functions.php:1368 includes/functions.php:1651
|
1141 |
msgid "Enter license key"
|
1142 |
msgstr "Vnesite licenčni ključ"
|
1143 |
|
1144 |
#. translators: %s: Ad Inserter Pro
|
1145 |
+
#: includes/functions.old.php:1367 includes/functions.php:1374
|
1146 |
msgid ""
|
1147 |
"%s license key is not set. Plugin functionality is limited and updates are "
|
1148 |
"disabled."
|
1151 |
"posodobitve onemogočene."
|
1152 |
|
1153 |
#: includes/functions.old.php:1379 includes/functions.old.php:1617
|
1154 |
+
#: includes/functions.php:1397 includes/functions.php:1660
|
1155 |
msgid "Check license key"
|
1156 |
msgstr "Preverite licenčni ključ"
|
1157 |
|
1158 |
#. translators: %s: Ad Inserter Pro
|
1159 |
+
#: includes/functions.old.php:1385 includes/functions.php:1403
|
1160 |
msgid "Invalid %s license key."
|
1161 |
msgstr "Neveljaven %s licenčni ključ."
|
1162 |
|
1163 |
#. translators: %s: Ad Inserter Pro
|
1164 |
+
#: includes/functions.old.php:1394 includes/functions.php:1412
|
1165 |
msgid "%s license expired. Plugin updates are disabled."
|
1166 |
msgstr "%s licenca je potekla. Posodobitve vtičnika so onemogočene."
|
1167 |
|
1168 |
+
#: includes/functions.old.php:1395 includes/functions.php:1413
|
1169 |
msgid "Renew license"
|
1170 |
msgstr "Obnovite licenco"
|
1171 |
|
1172 |
#. translators: %s: Ad Inserter Pro
|
1173 |
+
#: includes/functions.old.php:1403 includes/functions.php:1421
|
1174 |
msgid "%s license overused. Plugin updates are disabled."
|
1175 |
msgstr ""
|
1176 |
"%s licenca je prekomerno uporabljena. Posodobitve vtičnika so onemogočene."
|
1177 |
|
1178 |
+
#: includes/functions.old.php:1404 includes/functions.php:1422
|
1179 |
msgid "Manage licenses"
|
1180 |
msgstr "Upravljajte z licencami"
|
1181 |
|
1182 |
+
#: includes/functions.old.php:1404 includes/functions.php:1422
|
1183 |
msgid "Upgrade license"
|
1184 |
msgstr "Nadgradite licenco"
|
1185 |
|
1186 |
#. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
|
1187 |
+
#: includes/functions.old.php:1610 includes/functions.php:1653
|
1188 |
msgid ""
|
1189 |
"%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
|
1190 |
"limited and updates are disabled."
|
1193 |
"so omejene in posodobitve onemogočene."
|
1194 |
|
1195 |
#. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
|
1196 |
+
#: includes/functions.old.php:1619 includes/functions.php:1662
|
1197 |
msgid "%1$s Warning: %2$s Invalid %3$s license key."
|
1198 |
msgstr "%1$s Opozorilo: %2$s Neveljaven %3$s licenčni ključ."
|
1199 |
|
1200 |
#. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
|
1201 |
+
#: includes/functions.old.php:1635 includes/functions.php:1678
|
1202 |
msgid ""
|
1203 |
"Hey, %1$s license has expired - plugin updates are now disabled. Please "
|
1204 |
"renew the license to enable updates. Check %2$s what you are missing. %3$s"
|
1208 |
"pogrešate. %3$s"
|
1209 |
|
1210 |
#. translators: 1, 3: HTML tags, 2: percentage
|
1211 |
+
#: includes/functions.old.php:1642 includes/functions.php:1685
|
1212 |
msgid ""
|
1213 |
"During the license period and 30 days after the license has expired we offer "
|
1214 |
"%1$s %2$s discount on all license renewals and license upgrades. %3$s"
|
1216 |
"V obdobju licence in 30 dni po tem, ko licenca poteče, vam ponujamo %1$s "
|
1217 |
"%2$s popust na vse obnovitve in nadgradnje licenc. %3$s"
|
1218 |
|
1219 |
+
#: includes/functions.old.php:1669 includes/functions.php:1712
|
1220 |
msgid "Renew the licence"
|
1221 |
msgstr "Obnovi licenco"
|
1222 |
|
1223 |
+
#: includes/functions.old.php:1671 includes/functions.php:1714
|
1224 |
msgid "Update license status"
|
1225 |
msgstr "Posodobi status licence"
|
1226 |
|
1227 |
#. translators: 1, 2, 4, 5, 6, 7: HTML tags, 3: Ad Inserter Pro
|
1228 |
+
#: includes/functions.old.php:1682 includes/functions.php:1725
|
1229 |
msgid ""
|
1230 |
"%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
|
1231 |
"Manage licenses %5$s — %6$s Upgrade license %7$s"
|
1235 |
"Nadgradite licenco %7$s"
|
1236 |
|
1237 |
#. Translators: %s: HTML tag
|
1238 |
+
#: includes/functions.old.php:1704 includes/functions.php:1747
|
1239 |
msgid "Warning: %s MaxMind IP geolocation database not found."
|
1240 |
msgstr "Opozorilo: %s MaxMind IP geolocijska podatkovna baza ni najdena."
|
1241 |
|
1242 |
+
#: includes/functions.old.php:2255 includes/functions.php:2300
|
1243 |
msgid "Geolocation"
|
1244 |
msgstr "Geolokacija"
|
1245 |
|
1246 |
+
#: includes/functions.old.php:2259 includes/functions.php:2304
|
1247 |
+
#: settings.php:4093
|
1248 |
msgid "Exceptions"
|
1249 |
msgstr "Izjeme"
|
1250 |
|
1251 |
+
#: includes/functions.old.php:2264 includes/functions.php:2309
|
1252 |
msgid "Multisite"
|
1253 |
msgstr "Multisite"
|
1254 |
|
1255 |
+
#: includes/functions.old.php:2269 includes/functions.php:2314
|
1256 |
+
#: settings.php:4099
|
1257 |
msgid "Tracking"
|
1258 |
msgstr "Sledenje"
|
1259 |
|
1260 |
#. translators: %d: days, hours, minutes
|
1261 |
+
#: includes/functions.old.php:2300 includes/functions.php:2345
|
1262 |
msgid "Scheduled in %d days %d hours %d minutes"
|
1263 |
msgstr "Planirano v %d dneh %d urah %d minutah"
|
1264 |
|
1265 |
#. translators: %s: HTML dash separator, %d: days, hours, minutes, — is
|
1266 |
#. HTML code for long dash separator
|
1267 |
+
#: includes/functions.old.php:2309 includes/functions.php:2354
|
1268 |
msgid "Active %s expires in %d days %d hours %d minutes"
|
1269 |
msgstr "Aktivno %s poteče v %d dneh %d urah %d minutah"
|
1270 |
|
1271 |
+
#: includes/functions.old.php:2313 includes/functions.php:2358
|
1272 |
msgid "Expired"
|
1273 |
msgstr "Poteklo"
|
1274 |
|
1275 |
+
#: includes/functions.old.php:2321 includes/functions.php:2366
|
1276 |
+
#: settings.php:1393 settings.php:1408 settings.php:1498 settings.php:2084
|
1277 |
msgid "and"
|
1278 |
msgstr "in"
|
1279 |
|
1280 |
+
#: includes/functions.old.php:2324 includes/functions.php:2369
|
1281 |
msgid "fallback"
|
1282 |
msgstr "rezerva"
|
1283 |
|
1284 |
+
#: includes/functions.old.php:2325 includes/functions.php:2370
|
1285 |
msgid "Block to be used when scheduling expires"
|
1286 |
msgstr "Blok, ki se bo uporabil, ko urnik poteče"
|
1287 |
|
1288 |
+
#: includes/functions.old.php:2350 includes/functions.php:2395
|
1289 |
msgid "Load in iframe"
|
1290 |
msgstr "Naloži v iframe-u"
|
1291 |
|
1292 |
+
#: includes/functions.old.php:2354 includes/functions.php:2399
|
1293 |
#: includes/placeholders.php:389
|
1294 |
msgid "Width"
|
1295 |
msgstr "Širina"
|
1296 |
|
1297 |
+
#: includes/functions.old.php:2355 includes/functions.php:2400
|
1298 |
msgid "iframe width, empty means full width (100%)"
|
1299 |
msgstr "širina iframe-a, prazno pomeni polna širina (100%)"
|
1300 |
|
1301 |
+
#: includes/functions.old.php:2361 includes/functions.php:2406
|
1302 |
#: includes/placeholders.php:384
|
1303 |
msgid "Height"
|
1304 |
msgstr "Višina"
|
1305 |
|
1306 |
+
#: includes/functions.old.php:2362 includes/functions.php:2407
|
1307 |
msgid "iframe height, empty means adjust it to iframe content height"
|
1308 |
msgstr ""
|
1309 |
"Višina iframe-a, prazno pomeni poravnavo glede na višino vsebine iframe-a"
|
1310 |
|
1311 |
+
#: includes/functions.old.php:2369 includes/functions.php:2414
|
1312 |
msgid "Ad label in iframe"
|
1313 |
msgstr "Oznaka oglasa v iframe-u"
|
1314 |
|
1315 |
+
#: includes/functions.old.php:2374 includes/functions.php:2419
|
1316 |
msgid "Preview iframe code"
|
1317 |
msgstr "Predpreglej kodo iframe"
|
1318 |
|
1319 |
+
#: includes/functions.old.php:2374 includes/functions.php:2419
|
1320 |
+
#: includes/preview.php:1974 settings.php:1059 settings.php:2774
|
1321 |
msgid "Preview"
|
1322 |
msgstr "Predogled"
|
1323 |
|
1324 |
+
#: includes/functions.old.php:2388 includes/functions.php:2433
|
1325 |
+
#: settings.php:4100
|
1326 |
msgid "Limits"
|
1327 |
msgstr "Omejitve"
|
1328 |
|
1329 |
#: includes/functions.old.php:2393 includes/functions.old.php:4266
|
1330 |
+
#: includes/functions.old.php:4329 includes/functions.php:2438
|
1331 |
+
#: includes/functions.php:4336 includes/functions.php:4399 settings.php:2216
|
1332 |
msgid "Ad Blocking"
|
1333 |
msgstr "Blokiranje Oglasov"
|
1334 |
|
1335 |
#. translators: 1, 2 and 3, 4: HTML tags
|
1336 |
+
#: includes/functions.old.php:2402 includes/functions.php:2447
|
1337 |
msgid ""
|
1338 |
"%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
|
1339 |
"for tracking!"
|
1343 |
|
1344 |
#. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
|
1345 |
#. header
|
1346 |
+
#: includes/functions.old.php:2411 includes/functions.php:2456
|
1347 |
msgid ""
|
1348 |
"%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
|
1349 |
"enabled and automatic insertion %6$s!"
|
1351 |
"%1$s OPOZORILO: %2$s vertikalni položaj %3$s potrebuje %4$s Predpomnjenje "
|
1352 |
"izhoda %5$s omogočeno in samodejno vstavljanje %6$s!"
|
1353 |
|
1354 |
+
#: includes/functions.old.php:2478 includes/functions.php:2523
|
1355 |
msgid "Click fraud protection is globally disabled"
|
1356 |
msgstr "Zaščita pred goljufijo s kliki je globalno onemogočena"
|
1357 |
|
1358 |
+
#: includes/functions.old.php:2482 includes/functions.php:2527
|
1359 |
msgid "Max clicks per time period are not defined"
|
1360 |
msgstr "Največje število klikov na časovno enoto ni definirano"
|
1361 |
|
1362 |
#. Translators: Max n impressions
|
1363 |
+
#: includes/functions.old.php:2496 includes/functions.php:2541
|
1364 |
msgid "General limits"
|
1365 |
msgstr "Splošne omejitve"
|
1366 |
|
1367 |
#. Translators: Max n impressions per x days
|
1368 |
#: includes/functions.old.php:2502 includes/functions.old.php:2514
|
1369 |
+
#: includes/functions.old.php:2599 includes/functions.php:2547
|
1370 |
+
#: includes/functions.php:2559 includes/functions.php:2644
|
1371 |
msgid "Current value"
|
1372 |
msgstr "Trenutna vrednost"
|
1373 |
|
1383 |
#: includes/functions.old.php:2550 includes/functions.old.php:2560
|
1384 |
#: includes/functions.old.php:2606 includes/functions.old.php:2615
|
1385 |
#: includes/functions.old.php:2633 includes/functions.old.php:2642
|
1386 |
+
#: includes/functions.php:2566 includes/functions.php:2576
|
1387 |
+
#: includes/functions.php:2595 includes/functions.php:2605
|
1388 |
+
#: includes/functions.php:2651 includes/functions.php:2660
|
1389 |
+
#: includes/functions.php:2678 includes/functions.php:2687 settings.php:2005
|
1390 |
msgid "Max"
|
1391 |
msgstr "Največ"
|
1392 |
|
1393 |
+
#: includes/functions.old.php:2522 includes/functions.php:2567
|
1394 |
msgid ""
|
1395 |
"Maximum number of impressions for this block. Empty means no general "
|
1396 |
"impression limit."
|
1404 |
#. Translators: Max n impressions per x days
|
1405 |
#: includes/functions.old.php:2524 includes/functions.old.php:2534
|
1406 |
#: includes/functions.old.php:2609 includes/functions.old.php:2618
|
1407 |
+
#: includes/functions.php:2569 includes/functions.php:2579
|
1408 |
+
#: includes/functions.php:2654 includes/functions.php:2663
|
1409 |
msgid "impression"
|
1410 |
msgid_plural "impressions"
|
1411 |
msgstr[0] "prikaz"
|
1413 |
msgstr[2] "prikazi"
|
1414 |
msgstr[3] "prikazov"
|
1415 |
|
1416 |
+
#: includes/functions.old.php:2532 includes/functions.php:2577
|
1417 |
msgid ""
|
1418 |
"Maximum number of impressions per time period. Empty means no time limit."
|
1419 |
msgstr ""
|
1426 |
#. Translators: Max n clicks per x days
|
1427 |
#: includes/functions.old.php:2538 includes/functions.old.php:2567
|
1428 |
#: includes/functions.old.php:2622 includes/functions.old.php:2649
|
1429 |
+
#: includes/functions.php:2583 includes/functions.php:2612
|
1430 |
+
#: includes/functions.php:2667 includes/functions.php:2694
|
1431 |
msgid "per"
|
1432 |
msgstr "na"
|
1433 |
|
1434 |
#: includes/functions.old.php:2539 includes/functions.old.php:2568
|
1435 |
+
#: includes/functions.php:2584 includes/functions.php:2613
|
1436 |
msgid "Time period in days. Empty means no time limit."
|
1437 |
msgstr "Časovno obdobje v dneh. Prazno pomeni brez časovnih omejitev."
|
1438 |
|
1444 |
#: includes/functions.old.php:2541 includes/functions.old.php:2570
|
1445 |
#: includes/functions.old.php:2625 includes/functions.old.php:2652
|
1446 |
#: includes/functions.old.php:2758 includes/functions.old.php:3086
|
1447 |
+
#: includes/functions.php:2586 includes/functions.php:2615
|
1448 |
+
#: includes/functions.php:2670 includes/functions.php:2697
|
1449 |
+
#: includes/functions.php:2803 includes/functions.php:3131 strings.php:199
|
1450 |
#: strings.php:200 strings.php:201 strings.php:202 strings.php:203
|
1451 |
#: strings.php:204
|
1452 |
msgid "day"
|
1456 |
msgstr[2] "dni"
|
1457 |
msgstr[3] "dni"
|
1458 |
|
1459 |
+
#: includes/functions.old.php:2551 includes/functions.php:2596
|
1460 |
msgid ""
|
1461 |
"Maximum number of clicks on this block. Empty means no general click limit."
|
1462 |
msgstr ""
|
1469 |
#. Translators: Max n clicks per x days
|
1470 |
#: includes/functions.old.php:2553 includes/functions.old.php:2563
|
1471 |
#: includes/functions.old.php:2636 includes/functions.old.php:2645
|
1472 |
+
#: includes/functions.old.php:4477 includes/functions.php:2598
|
1473 |
+
#: includes/functions.php:2608 includes/functions.php:2681
|
1474 |
+
#: includes/functions.php:2690 includes/functions.php:4547
|
1475 |
msgid "click"
|
1476 |
msgid_plural "clicks"
|
1477 |
msgstr[0] "klik"
|
1479 |
msgstr[2] "kliki"
|
1480 |
msgstr[3] "klikov"
|
1481 |
|
1482 |
+
#: includes/functions.old.php:2561 includes/functions.php:2606
|
1483 |
msgid "Maximum number of clicks per time period. Empty means no time limit."
|
1484 |
msgstr ""
|
1485 |
"Največje število klikov na časovno enoto. Prazno pomeni brez časovnih "
|
1486 |
"omejitev."
|
1487 |
|
1488 |
+
#: includes/functions.old.php:2586 includes/functions.php:2631
|
1489 |
msgid "Individual visitor limits"
|
1490 |
msgstr "Omejitve posameznih obiskovalcev"
|
1491 |
|
1492 |
#: includes/functions.old.php:2590 includes/functions.old.php:2592
|
1493 |
+
#: includes/functions.php:2635 includes/functions.php:2637
|
1494 |
msgid ""
|
1495 |
"When specified number of clicks on this block for a visitor will be reached "
|
1496 |
"in the specified time period, all blocks that have click fraud protection "
|
1502 |
"splošnih nastavitvah vtičnika, skriti vsi bloki, ki imajo omogočeno zaščito "
|
1503 |
"pred goljufijo s kliki."
|
1504 |
|
1505 |
+
#: includes/functions.old.php:2592 includes/functions.php:2637
|
1506 |
msgid "Trigger click fraud protection"
|
1507 |
msgstr "Sproži zaščito pred goljufijo s kliki"
|
1508 |
|
1509 |
+
#: includes/functions.old.php:2607 includes/functions.php:2652
|
1510 |
msgid ""
|
1511 |
"Maximum number of impressions of this block for each visitor. Empty means no "
|
1512 |
"impression limit."
|
1514 |
"Največje število prikazov tega bloka za posameznega obiskovalca. Prazno "
|
1515 |
"pomeni brez omejitev prikazov."
|
1516 |
|
1517 |
+
#: includes/functions.old.php:2616 includes/functions.php:2661
|
1518 |
msgid ""
|
1519 |
"Maximum number of impressions per time period for each visitor. Empty means "
|
1520 |
"no impression limit per time period for visitors."
|
1523 |
"Prazno pomeni brez omejitev prikazov na časovno enoto za obiskovalce."
|
1524 |
|
1525 |
#: includes/functions.old.php:2623 includes/functions.old.php:2650
|
1526 |
+
#: includes/functions.php:2668 includes/functions.php:2695
|
1527 |
msgid ""
|
1528 |
"Time period in days. Use decimal value (with decimal point) for shorter "
|
1529 |
"periods. Empty means no time limit."
|
1531 |
"Časovno obdobje v dnevih. Uporabite decimalno vrednost (z decimalno piko) za "
|
1532 |
"krajša obdobja. Prazno pomeni brez časovne omejitve."
|
1533 |
|
1534 |
+
#: includes/functions.old.php:2634 includes/functions.php:2679
|
1535 |
msgid ""
|
1536 |
"Maximum number of clicks on this block for each visitor. Empty means no "
|
1537 |
"click limit."
|
1539 |
"Največje število klikov na ta blok za posameznega obiskovalca. Prazno pomeni "
|
1540 |
"brez omejitev klikov."
|
1541 |
|
1542 |
+
#: includes/functions.old.php:2643 includes/functions.php:2688
|
1543 |
msgid ""
|
1544 |
"Maximum number of clicks per time period for each visitor. Empty means no "
|
1545 |
"click limit per time period for visitors."
|
1547 |
"Največje število klikov na časovno enoto za posameznega obiskovalca. Prazno "
|
1548 |
"pomeni brez omejitev klikov na časovno enoto za obiskovalce."
|
1549 |
|
1550 |
+
#: includes/functions.old.php:2669 includes/functions.php:2714
|
1551 |
msgid "When ad blocking is detected"
|
1552 |
msgstr "Ko je blokiranje oglasov zaznano"
|
1553 |
|
1554 |
+
#: includes/functions.old.php:2678 includes/functions.php:2723
|
1555 |
msgid "replacement"
|
1556 |
msgstr "nadomestek"
|
1557 |
|
1558 |
+
#: includes/functions.old.php:2679 includes/functions.php:2724
|
1559 |
msgid "Block to be shown when ad blocking is detected"
|
1560 |
msgstr "Blok, ki naj bo prikazan, ko je zaznano blokiranje oglasov"
|
1561 |
|
1562 |
+
#: includes/functions.old.php:2680 includes/functions.php:2725
|
1563 |
msgctxt "replacement"
|
1564 |
msgid "None"
|
1565 |
msgstr "Noben"
|
1566 |
|
1567 |
#: includes/functions.old.php:2697 includes/functions.old.php:5484
|
1568 |
+
#: includes/functions.php:2742 includes/functions.php:5582
|
1569 |
msgid "Close button"
|
1570 |
msgstr "Gumb Zapri"
|
1571 |
|
1572 |
+
#: includes/functions.old.php:2749 includes/functions.php:2794
|
1573 |
msgid "Auto close after"
|
1574 |
msgstr "Ssamodejno zapri po"
|
1575 |
|
1576 |
+
#: includes/functions.old.php:2750 includes/functions.php:2795
|
1577 |
msgid ""
|
1578 |
"Time in seconds in which the ad will automatically close. Leave empty to "
|
1579 |
"disable auto closing."
|
1582 |
"izključitev samodejnega zapiranja."
|
1583 |
|
1584 |
#. Translators: Don't show for x days
|
1585 |
+
#: includes/functions.old.php:2755 includes/functions.php:2800
|
1586 |
msgid "Don't show for"
|
1587 |
msgstr "Ne prikaži"
|
1588 |
|
1589 |
+
#: includes/functions.old.php:2756 includes/functions.php:2801
|
1590 |
msgid ""
|
1591 |
"Time in days in which closed ad will not be shown again. Use decimal value "
|
1592 |
"(with decimal point) for shorter time period or leave empty to show it again "
|
1597 |
"prazno, da se spet prikaže pri ponovnem nalaganju strani."
|
1598 |
|
1599 |
#. Translators: Delay showing for x pageviews
|
1600 |
+
#: includes/functions.old.php:2776 includes/functions.php:2821
|
1601 |
msgid "Delay showing for"
|
1602 |
msgstr "Zakasni prikaz za"
|
1603 |
|
1604 |
+
#: includes/functions.old.php:2777 includes/functions.php:2822
|
1605 |
msgid ""
|
1606 |
"Number of pageviews before the code is inserted (and ad displayed). Leave "
|
1607 |
"empty to insert the code for the first pageview."
|
1612 |
#. Translators: Delay showing for x pageviews
|
1613 |
#. Translators: Show every x pageviews
|
1614 |
#: includes/functions.old.php:2779 includes/functions.old.php:2786
|
1615 |
+
#: includes/functions.php:2824 includes/functions.php:2831
|
1616 |
msgid "pageview"
|
1617 |
msgid_plural "pageviews"
|
1618 |
msgstr[0] "ogled strani"
|
1621 |
msgstr[3] "ogledov strani"
|
1622 |
|
1623 |
#. Translators: Show every x pageviews
|
1624 |
+
#: includes/functions.old.php:2783 includes/functions.php:2828
|
1625 |
msgid "Show every"
|
1626 |
msgid_plural "Show every"
|
1627 |
msgstr[0] "Prikaži vsak"
|
1629 |
msgstr[2] "Prikaži vsake"
|
1630 |
msgstr[3] "Prikaži vsakih"
|
1631 |
|
1632 |
+
#: includes/functions.old.php:2784 includes/functions.php:2829
|
1633 |
msgid ""
|
1634 |
"Number of pageviews to insert the code again. Leave empty to insert the code "
|
1635 |
"for every pageview."
|
1637 |
"Število ogledov strani za ponovno vstavljanje kode. Pustite prazno za "
|
1638 |
"vstavljanje kode pri vsakem ogledu strani."
|
1639 |
|
1640 |
+
#: includes/functions.old.php:2803 includes/functions.php:2848
|
1641 |
msgid "Lazy loading"
|
1642 |
msgstr "Leno nalaganje"
|
1643 |
|
1644 |
#. Translators: %s MaxMind
|
1645 |
+
#: includes/functions.old.php:2860 includes/functions.php:2905
|
1646 |
msgid "This product includes GeoLite2 data created by %s"
|
1647 |
msgstr "Ta izdelek vsebuje %s GeoLite2 podatke"
|
1648 |
|
1649 |
+
#: includes/functions.old.php:2871 includes/functions.php:2916
|
1650 |
msgid "IP geolocation database"
|
1651 |
msgstr "Podatkovna baza za IP geolokacijo"
|
1652 |
|
1653 |
+
#: includes/functions.old.php:2874 includes/functions.php:2919
|
1654 |
msgid "Select IP geolocation database."
|
1655 |
msgstr "Izberite podatkovno bazo za IP geolokacijo."
|
1656 |
|
1657 |
+
#: includes/functions.old.php:2885 includes/functions.php:2930
|
1658 |
msgid "Automatic database updates"
|
1659 |
msgstr "Samodejna posodobitev podatkovne baze"
|
1660 |
|
1661 |
+
#: includes/functions.old.php:2888 includes/functions.php:2933
|
1662 |
msgid ""
|
1663 |
"Automatically download and update free GeoLite2 IP geolocation database by "
|
1664 |
"MaxMind"
|
1666 |
"Samodejno prenesi in posodobi prostodostopno GeoLite2 IP geolokacijsko "
|
1667 |
"podatkovno bazo MaxMind"
|
1668 |
|
1669 |
+
#: includes/functions.old.php:2896 includes/functions.php:2941
|
1670 |
msgid "Database"
|
1671 |
msgstr "Podatkovna baza"
|
1672 |
|
1673 |
+
#: includes/functions.old.php:2899 includes/functions.php:2944
|
1674 |
msgid ""
|
1675 |
"Aabsolute path starting with '/' or relative path to the MaxMind database "
|
1676 |
"file"
|
1679 |
"podatkovne baze"
|
1680 |
|
1681 |
#. translators: %d: group number
|
1682 |
+
#: includes/functions.old.php:2917 includes/functions.php:2962
|
1683 |
msgid "Group %d"
|
1684 |
msgstr "Skupina %d"
|
1685 |
|
1686 |
+
#: includes/functions.old.php:2923 includes/functions.php:2968
|
1687 |
msgid "countries"
|
1688 |
msgstr "države"
|
1689 |
|
1690 |
+
#: includes/functions.old.php:2968 includes/functions.php:3013
|
1691 |
msgid ""
|
1692 |
"Enable impression and click tracking. You also need to enable tracking for "
|
1693 |
"each block you want to track."
|
1695 |
"Omogočite sledenje prikazom in klikom. Omogočiti morate tudi sledenje za "
|
1696 |
"vsak blok, ki bi ga radi sledili."
|
1697 |
|
1698 |
+
#: includes/functions.old.php:2975 includes/functions.php:3020
|
1699 |
msgid "Generate report"
|
1700 |
msgstr "Generiraj poročilo"
|
1701 |
|
1702 |
+
#: includes/functions.old.php:2983 includes/functions.php:3028
|
1703 |
msgid "Impression and Click Tracking"
|
1704 |
msgstr "Sledenje Prikazov in Klikov"
|
1705 |
|
1706 |
+
#: includes/functions.old.php:2984 includes/functions.php:3029
|
1707 |
+
#: settings.php:2662
|
1708 |
msgctxt "ad blocking detection"
|
1709 |
msgid "NOT ENABLED"
|
1710 |
msgstr "NI OMOGOČENO"
|
1711 |
|
1712 |
+
#: includes/functions.old.php:3000 includes/functions.php:3045
|
1713 |
msgid "Internal"
|
1714 |
msgstr "Notranje"
|
1715 |
|
1716 |
+
#: includes/functions.old.php:3004 includes/functions.php:3049
|
1717 |
msgid "Track impressions and clicks with internal tracking and statistics"
|
1718 |
msgstr "Sledi prikazom in klikom z notranjim sledenjem in statistiko"
|
1719 |
|
1720 |
+
#: includes/functions.old.php:3009 includes/functions.php:3054
|
1721 |
msgid "External"
|
1722 |
msgstr "Zunanje"
|
1723 |
|
1724 |
+
#: includes/functions.old.php:3013 includes/functions.php:3058
|
1725 |
msgid ""
|
1726 |
"Track impressions and clicks with Google Analytics or Matomo (needs tracking "
|
1727 |
"code installed)"
|
1729 |
"Sledi prikazom in klikom z Google Analytics ali Matomo (potrebuje nameščeno "
|
1730 |
"kodo za sledenje)"
|
1731 |
|
1732 |
+
#: includes/functions.old.php:3018 includes/functions.php:3063
|
1733 |
msgid "Track Pageviews"
|
1734 |
msgstr "Sledi Ogledom Strani"
|
1735 |
|
1736 |
+
#: includes/functions.old.php:3024 includes/functions.php:3069
|
1737 |
msgid "Track Pageviews by Device (as configured for viewports)"
|
1738 |
msgstr "Sledi Ogledom Strani po Napravah (kot so nastavljene za poglede)"
|
1739 |
|
1740 |
+
#: includes/functions.old.php:3034 includes/functions.php:3079
|
1741 |
msgid "Track for Logged in Users"
|
1742 |
msgstr "Sledi za Prijavljene Upor."
|
1743 |
|
1744 |
+
#: includes/functions.old.php:3040 includes/functions.php:3085
|
1745 |
msgid "Track impressions and clicks from logged in users"
|
1746 |
msgstr "Sledi prikazom in klikom neprijavljenih uporabnikov"
|
1747 |
|
1748 |
+
#: includes/functions.old.php:3050 includes/functions.php:3095
|
1749 |
msgid "Click Detection"
|
1750 |
msgstr "Zaznavanje klikov"
|
1751 |
|
1752 |
+
#: includes/functions.old.php:3056 includes/functions.php:3101
|
1753 |
msgid ""
|
1754 |
"Standard method detects clicks only on banners with links, Advanced method "
|
1755 |
"can detect clicks on any kind of ads, but it is slightly less accurate"
|
1757 |
"Standardni način zazna klike samo na pasicah s povezavami, Napredni način "
|
1758 |
"lahko zazna klike na kateremkoli oglasu, ampak je rahlo manj zanesljiv"
|
1759 |
|
1760 |
+
#: includes/functions.old.php:3075 includes/functions.php:3120
|
1761 |
msgid "Click fraud protection"
|
1762 |
msgstr "Zaščita pred goljufijo s kliki"
|
1763 |
|
1764 |
+
#: includes/functions.old.php:3079 includes/functions.php:3124
|
1765 |
msgid "Globally enable click fraud protection for selected blocks."
|
1766 |
msgstr "Globalno omogočite zaščito pred goljufijo s kliki za izbrane bloke."
|
1767 |
|
1768 |
+
#: includes/functions.old.php:3085 includes/functions.php:3130
|
1769 |
msgid "Protection time"
|
1770 |
msgstr "Čas zaščite"
|
1771 |
|
1772 |
+
#: includes/functions.old.php:3086 includes/functions.php:3131
|
1773 |
msgid ""
|
1774 |
"Time period in days in which blocks with enabled click fraud protection will "
|
1775 |
"be hidden. Use decimal value (with decimal point) for shorter periods."
|
1778 |
"goljufijo s kliki, skriti. Uporabite decimalno vrednost (z decimalno piko) "
|
1779 |
"za krajša obdobja."
|
1780 |
|
1781 |
+
#: includes/functions.old.php:3105 includes/functions.php:3150
|
1782 |
msgid "Report header image"
|
1783 |
msgstr "Slika v glavi poročila"
|
1784 |
|
1785 |
+
#: includes/functions.old.php:3108 includes/functions.php:3153
|
1786 |
msgid ""
|
1787 |
"Image or logo to be displayed in the header of the statistins report. "
|
1788 |
"Aabsolute path starting with '/' or relative path to the image file. Clear "
|
1792 |
"ki se začne z '/' ali relativna pot do datoteke slike. Pobrišite za "
|
1793 |
"ponastavitev na privzeto sliko."
|
1794 |
|
1795 |
+
#: includes/functions.old.php:3109 includes/functions.php:3154 strings.php:230
|
1796 |
msgid "Select or upload header image"
|
1797 |
msgstr "Izberi ali naloži sliko glave"
|
1798 |
|
1799 |
+
#: includes/functions.old.php:3114 includes/functions.php:3159
|
1800 |
msgid "Report header title"
|
1801 |
msgstr "Naslov v glavi poročila"
|
1802 |
|
1803 |
+
#: includes/functions.old.php:3117 includes/functions.php:3162
|
1804 |
msgid ""
|
1805 |
"Title to be displayed in the header of the statistics report. Text or HTML "
|
1806 |
"code, clear to reset to default text."
|
1808 |
"Naslov, ki bo prikazan v glavi poročila statistike. Besedilo ali HTML koda, "
|
1809 |
"pobrišite za ponastavitev na privzeto besedilo."
|
1810 |
|
1811 |
+
#: includes/functions.old.php:3122 includes/functions.php:3167
|
1812 |
msgid "Report header description"
|
1813 |
msgstr "Opis v glavi poročila"
|
1814 |
|
1815 |
+
#: includes/functions.old.php:3125 includes/functions.php:3170
|
1816 |
msgid ""
|
1817 |
"Description to be displayed in the header of the statistics report. Text or "
|
1818 |
"HTML code, clear to reset to default text."
|
1820 |
"Opis, ki bo prikazan v glavi poročila statistike. Besedilo ali HTML koda, "
|
1821 |
"pobrišite za ponastavitev na privzeto besedilo."
|
1822 |
|
1823 |
+
#: includes/functions.old.php:3130 includes/functions.php:3175
|
1824 |
msgid "Report footer"
|
1825 |
msgstr "Noga poročila"
|
1826 |
|
1827 |
+
#: includes/functions.old.php:3133 includes/functions.php:3178
|
1828 |
msgid ""
|
1829 |
"Text to be displayed in the footer of the statistics report. Clear to reset "
|
1830 |
"to default text."
|
1832 |
"Besedilo, ki bo prikazano v nogi poročila statistike. Besedilo ali HTML "
|
1833 |
"koda, pobrišite za ponastavitev na privzeto besedilo."
|
1834 |
|
1835 |
+
#: includes/functions.old.php:3138 includes/functions.php:3183
|
1836 |
msgid "Public report key"
|
1837 |
msgstr "Ključ za javno poročilo"
|
1838 |
|
1839 |
+
#: includes/functions.old.php:3141 includes/functions.php:3186
|
1840 |
msgid "String to generate unique report IDs. Clear to reset to default value."
|
1841 |
msgstr ""
|
1842 |
"Niz za ustvaritev unikatnega IDja poročila. Pobrišite za ponastavitev na "
|
1843 |
"privzeto vrednost."
|
1844 |
|
1845 |
+
#: includes/functions.old.php:3173 includes/functions.php:3218
|
1846 |
msgid "Are you sure you want to clear all exceptions for block"
|
1847 |
msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok"
|
1848 |
|
1849 |
+
#: includes/functions.old.php:3174 includes/functions.php:3219
|
1850 |
+
#: settings.php:1162
|
1851 |
msgid "Clear all exceptions for block"
|
1852 |
msgstr "Pobriši vse izjeme za blok"
|
1853 |
|
1854 |
+
#: includes/functions.old.php:3181 includes/functions.php:3226
|
1855 |
msgid "Are you sure you want to clear all exceptions?"
|
1856 |
msgstr "Ali ste prepričani, da želite pobrisati vse izjeme?"
|
1857 |
|
1858 |
+
#: includes/functions.old.php:3181 includes/functions.php:3226
|
1859 |
msgid "Clear all exceptions for all blocks"
|
1860 |
msgstr "Pobriši vse izjeme za vse bloke"
|
1861 |
|
1862 |
+
#: includes/functions.old.php:3186 includes/functions.php:3231
|
1863 |
+
#: settings.php:3745 settings.php:4176
|
1864 |
msgid "Type"
|
1865 |
msgstr "Vrsta"
|
1866 |
|
1867 |
+
#: includes/functions.old.php:3204 includes/functions.php:3249
|
1868 |
msgid "View"
|
1869 |
msgstr "Poglej"
|
1870 |
|
1871 |
#: includes/functions.old.php:3205 includes/functions.old.php:3212
|
1872 |
+
#: includes/functions.old.php:3216 includes/functions.php:3250
|
1873 |
+
#: includes/functions.php:3257 includes/functions.php:3261
|
1874 |
+
#: includes/placeholders.php:353 includes/preview.php:2281 settings.php:1296
|
1875 |
+
#: settings.php:3505
|
1876 |
msgid "Edit"
|
1877 |
msgstr "Uredi"
|
1878 |
|
1879 |
+
#: includes/functions.old.php:3235 includes/functions.php:3280
|
1880 |
msgid "Are you sure you want to clear all exceptions for"
|
1881 |
msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za"
|
1882 |
|
1883 |
+
#: includes/functions.old.php:3236 includes/functions.php:3281
|
1884 |
msgid "Clear all exceptions for"
|
1885 |
msgstr "Pobriši vse izjeme za"
|
1886 |
|
1887 |
+
#: includes/functions.old.php:3249 includes/functions.php:3294
|
1888 |
msgid "No exceptions"
|
1889 |
msgstr "Brez izjem"
|
1890 |
|
1891 |
#. translators: %s: Ad Inserter Pro
|
1892 |
+
#: includes/functions.old.php:3260 includes/functions.php:3305
|
1893 |
msgid "%s options for network blogs"
|
1894 |
msgstr "%s izbire za omrežne bloge"
|
1895 |
|
1896 |
#. translators: %s: Ad Inserter Pro
|
1897 |
+
#: includes/functions.old.php:3265 includes/functions.php:3310
|
1898 |
msgid "Enable %s widgets for sub-sites"
|
1899 |
msgstr "Omogoči %s gradnik za pod-spletišča"
|
1900 |
|
1901 |
+
#: includes/functions.old.php:3265 includes/functions.php:3310
|
1902 |
msgid "Widgets"
|
1903 |
msgstr "Gradniki"
|
1904 |
|
1905 |
+
#: includes/functions.old.php:3270 includes/functions.php:3315
|
1906 |
msgid "Enable PHP code processing for sub-sites"
|
1907 |
msgstr "Omogoči procesiranje PHP kode za pod-spletišča"
|
1908 |
|
1909 |
+
#: includes/functions.old.php:3270 includes/functions.php:3315
|
1910 |
msgid "PHP Processing"
|
1911 |
msgstr "PHP Procesiranje"
|
1912 |
|
1913 |
#. translators: %s: Ad Inserter Pro
|
1914 |
+
#: includes/functions.old.php:3275 includes/functions.php:3320
|
1915 |
msgid "Enable %s block exceptions in post/page editor for sub-sites"
|
1916 |
msgstr ""
|
1917 |
"Omogoči %s izjeme blokov v urejevalniku prispevkov/strani za pod-spletišča"
|
1918 |
|
1919 |
+
#: includes/functions.old.php:3275 includes/functions.php:3320
|
1920 |
msgid "Post/Page exceptions"
|
1921 |
msgstr "Izjeme prispevkov/strani"
|
1922 |
|
1923 |
#. translators: %s: Ad Inserter Pro
|
1924 |
+
#: includes/functions.old.php:3280 includes/functions.php:3325
|
1925 |
msgid "Enable %s settings page for sub-sites"
|
1926 |
msgstr "Omogoči nastavitveno stran %s za pod-spletišča"
|
1927 |
|
1928 |
+
#: includes/functions.old.php:3280 includes/functions.php:3325
|
1929 |
msgid "Settings page"
|
1930 |
msgstr "Stran z nastavitvami"
|
1931 |
|
1932 |
#. translators: %s: Ad Inserter Pro
|
1933 |
+
#: includes/functions.old.php:3285 includes/functions.php:3330
|
1934 |
msgid "Enable %s settings of main site to be used for all blogs"
|
1935 |
msgstr "Omogoči %s nastavitve glavnega spletišča za uporabo na vseh blogih"
|
1936 |
|
1937 |
+
#: includes/functions.old.php:3285 includes/functions.php:3330
|
1938 |
msgid "Main site settings used for all blogs"
|
1939 |
msgstr "Nastavitve glavnega spletišča uporabljene na vseh blogih"
|
1940 |
|
1941 |
+
#: includes/functions.old.php:3296 includes/functions.php:3341
|
1942 |
+
#: settings.php:2661
|
1943 |
msgid "Ad Blocking Detection"
|
1944 |
msgstr "Zaznavanje Blokiranja Oglasov"
|
1945 |
|
1946 |
+
#: includes/functions.old.php:3302 includes/functions.php:3347
|
1947 |
msgid ""
|
1948 |
"Standard method is reliable but should be used only if Advanced method does "
|
1949 |
"not work. Advanced method recreates files used for detection with random "
|
1956 |
"dostopna"
|
1957 |
|
1958 |
#: includes/functions.old.php:3929 includes/functions.old.php:4019
|
1959 |
+
#: includes/functions.old.php:4039 includes/functions.php:3999
|
1960 |
+
#: includes/functions.php:4089 includes/functions.php:4109
|
1961 |
msgid "AD BLOCKING"
|
1962 |
msgstr "BLOKIRANJE OGLASOV"
|
1963 |
|
1964 |
#: includes/functions.old.php:3930 includes/functions.old.php:3970
|
1965 |
#: includes/functions.old.php:4013 includes/functions.old.php:4040
|
1966 |
+
#: includes/functions.php:4000 includes/functions.php:4040
|
1967 |
+
#: includes/functions.php:4083 includes/functions.php:4110
|
1968 |
msgid "BLOCK INSERTED BUT NOT VISIBLE"
|
1969 |
msgstr "BLOK VSTAVLJEN, VENDAR NI VIDEN"
|
1970 |
|
1971 |
#: includes/functions.old.php:3933 includes/functions.old.php:4012
|
1972 |
+
#: includes/functions.old.php:4046 includes/functions.php:4003
|
1973 |
+
#: includes/functions.php:4082 includes/functions.php:4116
|
1974 |
msgid "NO AD BLOCKING"
|
1975 |
msgstr "NI BLOKIRANJA OGLASOV"
|
1976 |
|
1977 |
#: includes/functions.old.php:3969 includes/functions.old.php:3976
|
1978 |
+
#: includes/functions.php:4039 includes/functions.php:4046
|
1979 |
msgid "AD BLOCKING REPLACEMENT"
|
1980 |
msgstr "NADOMESTEK V PRIMERU BLOKIRANJA OGLASOV"
|
1981 |
|
1982 |
#: includes/functions.old.php:4119 includes/functions.old.php:4328
|
1983 |
+
#: includes/functions.php:4189 includes/functions.php:4398
|
1984 |
msgid "Pageviews"
|
1985 |
msgstr "Ogledi strani"
|
1986 |
|
1987 |
+
#: includes/functions.old.php:4265 includes/functions.php:4335
|
1988 |
msgctxt "Version"
|
1989 |
msgid "Unknown"
|
1990 |
msgstr "Neznana"
|
1991 |
|
1992 |
+
#: includes/functions.old.php:4265 includes/functions.php:4335
|
1993 |
msgctxt "Times"
|
1994 |
msgid "DISPLAYED"
|
1995 |
msgstr "PRIKAZANO"
|
1996 |
|
1997 |
+
#: includes/functions.old.php:4265 includes/functions.php:4335
|
1998 |
msgid "No version"
|
1999 |
msgstr "Brez različice"
|
2000 |
|
2001 |
+
#: includes/functions.old.php:4266 includes/functions.php:4336
|
2002 |
msgctxt "Times"
|
2003 |
msgid "BLOCKED"
|
2004 |
msgstr "BLOKIRANO"
|
2005 |
|
2006 |
+
#: includes/functions.old.php:4328 includes/functions.php:4398
|
2007 |
msgid "Impressions"
|
2008 |
msgstr "Prikazi"
|
2009 |
|
2010 |
#: includes/functions.old.php:4329 includes/functions.old.php:4330
|
2011 |
+
#: includes/functions.old.php:4385 includes/functions.php:4399
|
2012 |
+
#: includes/functions.php:4400 includes/functions.php:4455
|
2013 |
msgid "Clicks"
|
2014 |
msgstr "Kliki"
|
2015 |
|
2016 |
+
#: includes/functions.old.php:4330 includes/functions.php:4400
|
2017 |
msgid "events"
|
2018 |
msgstr "dogodki"
|
2019 |
|
2020 |
+
#: includes/functions.old.php:4331 includes/functions.php:4401
|
2021 |
msgid "Ad Blocking Share"
|
2022 |
msgstr "Delež blokiranja oglasov"
|
2023 |
|
2024 |
#. translators: CTR as Click Through Rate
|
2025 |
#: includes/functions.old.php:4331 includes/functions.old.php:4391
|
2026 |
+
#: includes/functions.php:4401 includes/functions.php:4461
|
2027 |
msgid "CTR"
|
2028 |
msgstr "CTR"
|
2029 |
|
2030 |
+
#: includes/functions.old.php:4473 includes/functions.php:4543
|
2031 |
msgid "pageviews"
|
2032 |
msgid_plural "pageviews"
|
2033 |
msgstr[0] "ogled strani"
|
2035 |
msgstr[2] "oglede strani"
|
2036 |
msgstr[3] "ogledov strani"
|
2037 |
|
2038 |
+
#: includes/functions.old.php:4473 includes/functions.php:4543
|
2039 |
msgid "impressions"
|
2040 |
msgid_plural "impressions"
|
2041 |
msgstr[0] "prikaz"
|
2043 |
msgstr[2] "prikazi"
|
2044 |
msgstr[3] "prikazov"
|
2045 |
|
2046 |
+
#: includes/functions.old.php:4477 includes/functions.php:4547
|
2047 |
msgid "event"
|
2048 |
msgid_plural "events"
|
2049 |
msgstr[0] "dogodek"
|
2051 |
msgstr[2] "dogodki"
|
2052 |
msgstr[3] "dogodkov"
|
2053 |
|
2054 |
+
#: includes/functions.old.php:4572 includes/functions.php:4642
|
2055 |
msgctxt "Pageviews / Impressions"
|
2056 |
msgid "Average"
|
2057 |
msgstr "Povprečni"
|
2058 |
|
2059 |
+
#: includes/functions.old.php:4593 includes/functions.php:4663
|
2060 |
msgctxt "Ad Blocking / Clicks"
|
2061 |
msgid "Average"
|
2062 |
msgstr "Povprečno"
|
2063 |
|
2064 |
+
#: includes/functions.old.php:4617 includes/functions.php:4687
|
2065 |
msgctxt "Ad Blocking Share / CTR"
|
2066 |
msgid "Average"
|
2067 |
msgstr "Povprečni"
|
2068 |
|
2069 |
#. Translators: %s: Ad Inserter Pro
|
2070 |
#: includes/functions.old.php:4799 includes/functions.old.php:4891
|
2071 |
+
#: includes/functions.old.php:5207 includes/functions.php:4869
|
2072 |
+
#: includes/functions.php:4961 includes/functions.php:5304 strings.php:184
|
2073 |
msgid "%s Report"
|
2074 |
msgstr "%s Poročilo"
|
2075 |
|
2076 |
+
#: includes/functions.old.php:5113 includes/functions.php:5210
|
2077 |
msgid "for last month"
|
2078 |
msgstr "za zadnji mesec"
|
2079 |
|
2080 |
+
#: includes/functions.old.php:5118 includes/functions.php:5215
|
2081 |
msgid "for this month"
|
2082 |
msgstr "za ta mesec"
|
2083 |
|
2084 |
+
#: includes/functions.old.php:5123 includes/functions.php:5220
|
2085 |
msgid "for this year"
|
2086 |
msgstr "za to leto"
|
2087 |
|
2088 |
+
#: includes/functions.old.php:5128 includes/functions.php:5225
|
2089 |
msgid "for the last 15 days"
|
2090 |
msgstr "za zadnjih 15 dni"
|
2091 |
|
2092 |
+
#: includes/functions.old.php:5133 includes/functions.php:5230
|
2093 |
msgid "for the last 30 days"
|
2094 |
msgstr "za zadnjih 30 dni"
|
2095 |
|
2096 |
+
#: includes/functions.old.php:5138 includes/functions.php:5235
|
2097 |
msgid "for the last 90 days"
|
2098 |
msgstr "za zadnjih 90 dni"
|
2099 |
|
2100 |
+
#: includes/functions.old.php:5143 includes/functions.php:5240
|
2101 |
msgid "for the last 180 days"
|
2102 |
msgstr "za zadnjih 180 dni"
|
2103 |
|
2104 |
+
#: includes/functions.old.php:5148 includes/functions.php:5245
|
2105 |
msgid "for the last 365 days"
|
2106 |
msgstr "za zadnjih 365 dni"
|
2107 |
|
2108 |
+
#: includes/functions.php:514
|
2109 |
msgid "Pin list"
|
2110 |
msgstr "Pripni seznam"
|
2111 |
|
2112 |
#. translators: %s: Ad Inserter Pro
|
2113 |
+
#: includes/functions.php:1388
|
2114 |
msgid "Warning: %s plugin update server is not accessible"
|
2115 |
msgstr "Opozorilo: %s strežnik za posodobitve vtičnika ni dosegljiv"
|
2116 |
|
2117 |
#. translators: updates are not available
|
2118 |
+
#: includes/functions.php:1390
|
2119 |
msgid "updates"
|
2120 |
msgstr "posodobitve"
|
2121 |
|
2122 |
#. translators: updates are not available
|
2123 |
+
#: includes/functions.php:1392
|
2124 |
msgid "are not available"
|
2125 |
msgstr "niso na razpolago"
|
2126 |
|
2148 |
msgid "Placeholder"
|
2149 |
msgstr "Polnilo"
|
2150 |
|
2151 |
+
#: includes/placeholders.php:363 settings.php:906 settings.php:4177
|
2152 |
msgid "Size"
|
2153 |
msgstr "Velikost"
|
2154 |
|
2281 |
msgid "Ad Blocking Detected Message Preview"
|
2282 |
msgstr "Predogled Sporočila ko je Zaznano Blokiranje Oglasov"
|
2283 |
|
2284 |
+
#: includes/preview-adb.php:348 settings.php:2787
|
2285 |
msgid "Message CSS"
|
2286 |
msgstr "CSS sporočila"
|
2287 |
|
2288 |
+
#: includes/preview-adb.php:353 settings.php:2795
|
2289 |
msgid "Overlay CSS"
|
2290 |
msgstr "CSS prevleke"
|
2291 |
|
2325 |
msgid "background"
|
2326 |
msgstr "ozadje"
|
2327 |
|
2328 |
+
#: includes/preview.php:2085 includes/preview.php:2236 settings.php:1257
|
2329 |
msgid "Alignment"
|
2330 |
msgstr "Poravnava"
|
2331 |
|
2470 |
"Označi označi ozadje, območje odmika in območje kode, medtem ko gumb "
|
2471 |
"Ponastavi vrne vse vrednosti na tiste od trenutnega bloka."
|
2472 |
|
2473 |
+
#: settings.php:174 settings.php:1146
|
2474 |
msgid ""
|
2475 |
"Settings for individual exceptions have been updated. Please check all "
|
2476 |
"blocks that have exceptions and and then save settings."
|
2478 |
"Nastavitve za posamezne izjeme so bile posodobljene. Prosimo, preverite vse "
|
2479 |
"bloke, ki imajo izjeme in potem shranite nastavitve."
|
2480 |
|
2481 |
+
#: settings.php:216
|
2482 |
msgid "Online documentation"
|
2483 |
msgstr "Spletna Dokumentacija"
|
2484 |
|
2485 |
+
#: settings.php:220 settings.php:742 settings.php:2183
|
2486 |
msgid "Show AdSense ad units"
|
2487 |
msgstr "Pokaži oglasne enote AdSense"
|
2488 |
|
2489 |
+
#: settings.php:225
|
2490 |
msgid "Edit ads.txt file"
|
2491 |
msgstr "Uredi datoteko ads.txt"
|
2492 |
|
2493 |
+
#: settings.php:228 settings.php:1089
|
2494 |
msgid "Check theme for available positions for automatic insertion"
|
2495 |
msgstr "Preveri temo za razpoložljive položaje za samodejno vstavljanje"
|
2496 |
|
2497 |
+
#: settings.php:230
|
2498 |
msgid "List all blocks"
|
2499 |
msgstr "Izpiši seznam vseh blokov"
|
2500 |
|
2501 |
+
#: settings.php:237
|
2502 |
msgid "Loaded plugin JavaScript file version"
|
2503 |
msgstr "Naložena različica JavaScript datoteke vtičnika"
|
2504 |
|
2505 |
#. translators: %s: HTML tags
|
2506 |
+
#: settings.php:239
|
2507 |
msgid ""
|
2508 |
"Wrong or %s missing version parameter %s of the JavaScript file, probably "
|
2509 |
"due to inappropriate caching."
|
2511 |
"Napačen ali %s manjkajoč parameter verzije %s JavaScript datoteke, najbrž "
|
2512 |
"zaradi nepravilnega predpomnjenja."
|
2513 |
|
2514 |
+
#: settings.php:240
|
2515 |
msgid ""
|
2516 |
"Missing version parameter of the JavaScript file, probably due to "
|
2517 |
"inappropriate caching."
|
2519 |
"Manjka parameter verzije JavaScript datoteke, najbrž zaradi nepravilnega "
|
2520 |
"predpomnjenja."
|
2521 |
|
2522 |
+
#: settings.php:241
|
2523 |
msgid ""
|
2524 |
"Incompatible (old) JavaScript file loaded, probably due to inappropriate "
|
2525 |
"caching."
|
2527 |
"Naložena je nezdružljiva (stara) različica JavaScript datoteke, najbrž "
|
2528 |
"zaradi nepravilnega predpomnjenja."
|
2529 |
|
2530 |
+
#: settings.php:242 settings.php:253
|
2531 |
msgid ""
|
2532 |
"Please delete browser's cache and all other caches used and then reload this "
|
2533 |
"page."
|
2535 |
"Prosimo, pobrišite predpomnilnik brskalnika in vse druge predpomnilnike ter "
|
2536 |
"potem na novo naložite to stran."
|
2537 |
|
2538 |
+
#: settings.php:248
|
2539 |
msgid "Loaded plugin CSS file version"
|
2540 |
msgstr "Naložena različica CSS datoteke vtičnika"
|
2541 |
|
2542 |
#. translators: %s: HTML tags
|
2543 |
+
#: settings.php:250
|
2544 |
msgid ""
|
2545 |
"Wrong or %s missing version parameter %s of the CSS file, probably due to "
|
2546 |
"inappropriate caching."
|
2548 |
"Napačen ali %s manjkajoč parameter verzije %s CSS datoteke, najbrž zaradi "
|
2549 |
"nepravilnega predpomnjenja."
|
2550 |
|
2551 |
+
#: settings.php:251
|
2552 |
msgid ""
|
2553 |
"Missing version parameter of the CSS file, probably due to inappropriate "
|
2554 |
"caching."
|
2556 |
"Manjka parameter verzije JavaScript datoteke, najbrž zaradi nepravilnega "
|
2557 |
"predpomnjenja."
|
2558 |
|
2559 |
+
#: settings.php:252
|
2560 |
msgid ""
|
2561 |
"Incompatible (old) CSS file loaded, probably due to inappropriate caching."
|
2562 |
msgstr ""
|
2563 |
"Naložena je nezdružljiva (stara) različica CSS datoteke, najbrž zaradi "
|
2564 |
"nepravilnega predpomnjenja."
|
2565 |
|
2566 |
+
#: settings.php:259 settings.php:271
|
2567 |
msgid "WARNING"
|
2568 |
msgstr "OPOZORILO"
|
2569 |
|
2570 |
#. translators: %s: HTML tags
|
2571 |
+
#: settings.php:261
|
2572 |
msgid "Page may %s not be loaded properly. %s"
|
2573 |
msgstr "Stran mogoče %s ni naložena pravilno. %s"
|
2574 |
|
2575 |
+
#: settings.php:262
|
2576 |
msgid ""
|
2577 |
"Check ad blocking software that may block CSS, JavaScript or image files."
|
2578 |
msgstr ""
|
2579 |
"Preverite programe za blokiranje oglasov, ki lahko onemogočijo CSS, "
|
2580 |
"JavaScript ali slikovne datoteke."
|
2581 |
|
2582 |
+
#: settings.php:271
|
2583 |
msgid ""
|
2584 |
"To disable debugging functions and to enable insertions go to tab [*] / tab "
|
2585 |
"Debugging"
|
2587 |
"Za izključitev razhroščevalnih funkcij in za vključitev vstavljanja pojdite "
|
2588 |
"na zavihek [*] / zavihek Razhroščevanje"
|
2589 |
|
2590 |
+
#: settings.php:273
|
2591 |
msgid "Debugging functions enabled - some code is not inserted"
|
2592 |
msgstr "Vključene so funkcije za razhroščevanje - nekatera koda ni vstavljena"
|
2593 |
|
2594 |
+
#: settings.php:290
|
2595 |
msgid "Group name"
|
2596 |
msgstr "Ime skupine"
|
2597 |
|
2598 |
+
#: settings.php:291
|
2599 |
msgid "Option name"
|
2600 |
msgstr "Ime različice"
|
2601 |
|
2602 |
+
#: settings.php:297
|
2603 |
msgid "Share"
|
2604 |
msgstr "Delež"
|
2605 |
|
2606 |
+
#: settings.php:300
|
2607 |
msgid ""
|
2608 |
"Option share in percents - 0 means option is disabled, if share for one "
|
2609 |
"option is not defined it will be calculated automatically. Leave all share "
|
2613 |
"eno različico ni določen bo izračunan samodejno. Pustite vsa polja za deleže "
|
2614 |
"prazne za enakomerno porazdelitev deležev različic."
|
2615 |
|
2616 |
+
#: settings.php:303
|
2617 |
msgid "Time"
|
2618 |
msgstr "Čas"
|
2619 |
|
2620 |
+
#: settings.php:306
|
2621 |
msgid ""
|
2622 |
"Option time in seconds - 0 means option is disabled and will be skipped. "
|
2623 |
"Leave all time fields empty for no timed rotation."
|
2625 |
"Čas različice v sekundah - 0 pomeni, da je različica onemogočena in bo "
|
2626 |
"preskočena. Pustite vse polja za čas prazna za rotacijo brez časov."
|
2627 |
|
2628 |
+
#: settings.php:458
|
2629 |
msgid "General Settings"
|
2630 |
msgstr "Splošne Nastavitve"
|
2631 |
|
2632 |
+
#: settings.php:690 settings.php:2514 settings.php:2581 settings.php:2767
|
2633 |
msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
|
2634 |
msgstr ""
|
2635 |
"Preklopi Poudarjanje Sintakse / Preprost urejevalnik za mobilne naprave"
|
2636 |
|
2637 |
+
#: settings.php:697
|
2638 |
msgid "Toggle tools"
|
2639 |
msgstr "Preklopi orodja"
|
2640 |
|
2641 |
+
#: settings.php:705
|
2642 |
msgid "Process PHP code in block"
|
2643 |
msgstr "Procesiraj PHP kodo v bloku"
|
2644 |
|
2645 |
+
#: settings.php:712
|
2646 |
msgid "Disable insertion of this block"
|
2647 |
msgstr "Onemogoči vstavljanje tega bloka"
|
2648 |
|
2649 |
+
#: settings.php:724
|
2650 |
msgid "Toggle code generator"
|
2651 |
msgstr "Preklopi generator kode"
|
2652 |
|
2653 |
+
#: settings.php:728
|
2654 |
msgid "Toggle rotation editor"
|
2655 |
msgstr "Preklopi urejevalnik rotacije"
|
2656 |
|
2657 |
+
#: settings.php:732
|
2658 |
msgid "Open visual HTML editor"
|
2659 |
msgstr "Odpri vizualni HTML urejevalnik"
|
2660 |
|
2661 |
+
#: settings.php:751
|
2662 |
msgid "Clear block"
|
2663 |
msgstr "Počisti blok"
|
2664 |
|
2665 |
+
#: settings.php:756 settings.php:4049
|
2666 |
msgid "Copy block"
|
2667 |
msgstr "Kopiraj blok"
|
2668 |
|
2669 |
+
#: settings.php:760
|
2670 |
msgid "Paste name"
|
2671 |
msgstr "Prilepi ime"
|
2672 |
|
2673 |
+
#: settings.php:764
|
2674 |
msgid "Paste code"
|
2675 |
msgstr "Prilepi kodo"
|
2676 |
|
2677 |
+
#: settings.php:768
|
2678 |
msgid "Paste settings"
|
2679 |
msgstr "Prilepi nastavitve"
|
2680 |
|
2681 |
+
#: settings.php:772
|
2682 |
msgid "Paste block (name, code and settings)"
|
2683 |
msgstr "Prilepi blok (ime, kodo in nastavitve)"
|
2684 |
|
2685 |
+
#: settings.php:791
|
2686 |
msgid "Rotation groups"
|
2687 |
msgstr "Skupine za rotacijo"
|
2688 |
|
2689 |
+
#: settings.php:795
|
2690 |
msgid "Remove option"
|
2691 |
msgstr "Odstrani različico"
|
2692 |
|
2693 |
+
#: settings.php:799
|
2694 |
msgid "Add option"
|
2695 |
msgstr "Dodaj različico"
|
2696 |
|
2697 |
+
#: settings.php:814
|
2698 |
msgid "Import code"
|
2699 |
msgstr "Uvozi kodo"
|
2700 |
|
2701 |
+
#: settings.php:818
|
2702 |
msgid "Generate code"
|
2703 |
msgstr "Generiraj kodo"
|
2704 |
|
2705 |
+
#: settings.php:823
|
2706 |
msgid "Banner"
|
2707 |
msgstr "Pasica"
|
2708 |
|
2709 |
+
#: settings.php:834
|
2710 |
msgid "Image"
|
2711 |
msgstr "Slika"
|
2712 |
|
2713 |
+
#: settings.php:842
|
2714 |
msgid "Link"
|
2715 |
msgstr "Povezava"
|
2716 |
|
2717 |
+
#: settings.php:853
|
2718 |
msgid "Open link in a new tab"
|
2719 |
msgstr "Odpri povezavo v novem zavihku"
|
2720 |
|
2721 |
+
#: settings.php:854
|
2722 |
msgid "Select Image"
|
2723 |
msgstr "Izberi Sliko"
|
2724 |
|
2725 |
+
#: settings.php:855
|
2726 |
msgid "Select Placeholder"
|
2727 |
msgstr "Izberi Polnilo"
|
2728 |
|
2729 |
+
#: settings.php:867
|
2730 |
msgid "Comment"
|
2731 |
msgstr "Komentar"
|
2732 |
|
2733 |
+
#: settings.php:876
|
2734 |
msgctxt "AdSense"
|
2735 |
msgid "Publisher ID"
|
2736 |
msgstr "ID založnika"
|
2737 |
|
2738 |
+
#: settings.php:885
|
2739 |
msgctxt "AdSense"
|
2740 |
msgid "Ad Slot ID"
|
2741 |
msgstr "ID mesta"
|
2742 |
|
2743 |
+
#: settings.php:894
|
2744 |
msgid "Ad Type"
|
2745 |
msgstr "Vrsta"
|
2746 |
|
2747 |
+
#: settings.php:918
|
2748 |
msgid "AMP Ad"
|
2749 |
msgstr "AMP Oglas"
|
2750 |
|
2751 |
+
#: settings.php:935
|
2752 |
msgid "Show ad units from your AdSense account"
|
2753 |
msgstr "Prikaži oglasne enote s tvojega AdSense računa"
|
2754 |
|
2755 |
+
#: settings.php:935
|
2756 |
msgid "AdSense ad units"
|
2757 |
msgstr "Oglasne enote AdSense"
|
2758 |
|
2759 |
+
#: settings.php:952
|
2760 |
msgctxt "AdSense"
|
2761 |
msgid "Layout"
|
2762 |
msgstr "Postavitev"
|
2763 |
|
2764 |
+
#: settings.php:961
|
2765 |
msgctxt "AdSense"
|
2766 |
msgid "Layout Key"
|
2767 |
msgstr "Ključ postavitve"
|
2768 |
|
2769 |
+
#: settings.php:971
|
2770 |
msgid "Full width"
|
2771 |
msgstr "Celotna širina"
|
2772 |
|
2773 |
+
#: settings.php:973
|
2774 |
msgctxt "Full width"
|
2775 |
msgid "Enabled"
|
2776 |
msgstr "Omogočena"
|
2777 |
|
2778 |
+
#: settings.php:974
|
2779 |
msgctxt "Full width"
|
2780 |
msgid "Disabled"
|
2781 |
msgstr "Onemogočena"
|
2782 |
|
2783 |
+
#: settings.php:1055
|
2784 |
msgid ""
|
2785 |
"White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
|
2786 |
"Cookie or Referer (domain)"
|
2788 |
"Bel/Črn seznam Kategorij, Oznak, Taksonomij, ID Prispevkov, Url-jev, Url "
|
2789 |
"parametrov, Piškotkov ali napotiteljev (domen)"
|
2790 |
|
2791 |
+
#: settings.php:1055
|
2792 |
msgid "Lists"
|
2793 |
msgstr "Seznami"
|
2794 |
|
2795 |
+
#: settings.php:1056
|
2796 |
msgid "Widget, Shortcode and PHP function call"
|
2797 |
msgstr "Gradnik, Kratka koda in Klic PHP funkcije"
|
2798 |
|
2799 |
+
#: settings.php:1056
|
2800 |
msgid "Manual"
|
2801 |
msgstr "Ročno"
|
2802 |
|
2803 |
+
#: settings.php:1057
|
2804 |
msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
|
2805 |
msgstr ""
|
2806 |
"Zaznavanje Naprave na strani Strežnika/Klienta (Namizni, Tablica, Telefon)"
|
2807 |
|
2808 |
+
#: settings.php:1057
|
2809 |
msgid "Devices"
|
2810 |
msgstr "Naprave"
|
2811 |
|
2812 |
+
#: settings.php:1058
|
2813 |
msgid ""
|
2814 |
"Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
|
2815 |
"feeds), Filter, Scheduling, General tag"
|
2817 |
"Preveri status uporabnika, Omeji vstavljanja (napaka 404, zahteve Ajax, vir "
|
2818 |
"RSS), Filter, Urnik, Splošna oznaka"
|
2819 |
|
2820 |
+
#: settings.php:1058
|
2821 |
msgid "Misc"
|
2822 |
msgstr "Razno"
|
2823 |
|
2824 |
+
#: settings.php:1059
|
2825 |
msgid "Preview code and alignment"
|
2826 |
msgstr "Predogled kode in poravnave"
|
2827 |
|
2828 |
+
#: settings.php:1062 settings.php:2167
|
2829 |
msgid ""
|
2830 |
"Rotation editor active - rotation code not generated! Make sure no rotation "
|
2831 |
"editor is active before saving settings."
|
2833 |
"Aktiven urejevalnik rotacij - koda za rotacijo ni generirana! Poskrbite, da "
|
2834 |
"noben urejevalnik rotacij ni aktiven pred shranjevanjem nastavitev."
|
2835 |
|
2836 |
+
#: settings.php:1075 settings.php:1076
|
2837 |
msgid "Enable insertion on posts"
|
2838 |
msgstr "Omogoči vstavljanje na prispevkih"
|
2839 |
|
2840 |
+
#: settings.php:1076 settings.php:3317
|
2841 |
msgid "Posts"
|
2842 |
msgstr "Prispevki"
|
2843 |
|
2844 |
+
#: settings.php:1080 settings.php:1081
|
2845 |
msgid ""
|
2846 |
"Enable insertion on homepage: latest posts (including on sub-pages), static "
|
2847 |
"page or theme homepage (available positions may depend on hooks used by the "
|
2851 |
"podstraneh), statična stran ali domača stran teme (razpoložljivi položaji so "
|
2852 |
"lahko odvisni od ročic, ki jih tema uporablja)"
|
2853 |
|
2854 |
+
#: settings.php:1081 settings.php:3319
|
2855 |
msgid "Homepage"
|
2856 |
msgstr "Domača stran"
|
2857 |
|
2858 |
+
#: settings.php:1085 settings.php:1086
|
2859 |
msgid "Enable insertion on category blog pages (including sub-pages)"
|
2860 |
msgstr "Omogoči vstavljanje na straneh kategorij (vključno s podstranmi)"
|
2861 |
|
2862 |
+
#: settings.php:1086 settings.php:3320
|
2863 |
msgid "Category pages"
|
2864 |
msgstr "Strani kategorij"
|
2865 |
|
2866 |
+
#: settings.php:1096 settings.php:1097
|
2867 |
msgid "Enable insertion on static pages"
|
2868 |
msgstr "Omogoči vstavljanje na statičnih straneh"
|
2869 |
|
2870 |
+
#: settings.php:1097 settings.php:3318
|
2871 |
msgid "Static pages"
|
2872 |
msgstr "Statične strani"
|
2873 |
|
2874 |
+
#: settings.php:1101 settings.php:1102
|
2875 |
msgid "Enable insertion on search blog pages"
|
2876 |
msgstr "Omogoči vstavljanje na iskalnih straneh"
|
2877 |
|
2878 |
+
#: settings.php:1102 settings.php:3322
|
2879 |
msgid "Search pages"
|
2880 |
msgstr "Iskalne strani"
|
2881 |
|
2882 |
+
#: settings.php:1106 settings.php:1107
|
2883 |
msgid "Enable insertion on tag or archive blog pages"
|
2884 |
msgstr "Omogoči vstavljanje na straneh oznak in arhivskih straneh"
|
2885 |
|
2886 |
+
#: settings.php:1110
|
2887 |
msgid "Toggle settings for default insertion and list of individual exceptions"
|
2888 |
msgstr "Preklopi nastavitve za privzeto vstavljanje in seznam posameznih izjem"
|
2889 |
|
2890 |
+
#: settings.php:1122
|
2891 |
msgid ""
|
2892 |
"Enable individual post/page exceptions for insertion of this block. They can "
|
2893 |
"be configured on the individual post/page editor page (in the settings below "
|
2897 |
"lahko nastavijo na posamezni strani urejevalnika prispevka/strani (v "
|
2898 |
"nastavitvah pod urejevalnikom)."
|
2899 |
|
2900 |
+
#: settings.php:1123
|
2901 |
msgid ""
|
2902 |
"Enable individual post/page exceptions for insertion of this block. When "
|
2903 |
"enabled they can be configured on the individual post/page editor page (in "
|
2907 |
"omogočene, se te lahko nastavijo na posamezni strani urejevalnika prispevka/"
|
2908 |
"strani (v nastavitvah pod urejevalnikom)."
|
2909 |
|
2910 |
+
#: settings.php:1123
|
2911 |
msgid "Use exceptions for individual posts or pages to change insertion"
|
2912 |
msgstr ""
|
2913 |
"Uporabi izjeme za posamezne prispevke ali strani za spremembo vstavljanja"
|
2914 |
|
2915 |
#. Translators: Enabled means...
|
2916 |
+
#: settings.php:1131
|
2917 |
msgid ""
|
2918 |
"means the insertion for this block is enabled by default and disabled for "
|
2919 |
"exceptions."
|
2922 |
"izjeme."
|
2923 |
|
2924 |
#. Translators: Disabled means...
|
2925 |
+
#: settings.php:1132
|
2926 |
msgid ""
|
2927 |
"means the insertion for this block is disabled by default and enabled for "
|
2928 |
"exceptions."
|
2930 |
"pomeni, da je vstavljanje za ta blok privzeto onemogočeno in omogočeno za "
|
2931 |
"izjeme."
|
2932 |
|
2933 |
+
#: settings.php:1133
|
2934 |
msgid ""
|
2935 |
"When individual post/page exceptions are enabled they can be configured on "
|
2936 |
"the individual post/page editor page (in the settings below the editor)."
|
2939 |
"v urejevalniku posameznega prispevka/strani (v nastavitvah pod "
|
2940 |
"urejevalnikom)."
|
2941 |
|
2942 |
+
#: settings.php:1141
|
2943 |
msgid ""
|
2944 |
"No exception for post or static page defined. Block will not be inserted."
|
2945 |
msgstr ""
|
2946 |
"Ni nastavljene nobene izjeme za prispevek ali stran. Blok ne bo vstavljen."
|
2947 |
|
2948 |
+
#: settings.php:1159
|
2949 |
msgctxt "post"
|
2950 |
msgid "Type"
|
2951 |
msgstr "Vrsta"
|
2952 |
|
2953 |
#. translators: %d: block number
|
2954 |
+
#: settings.php:1161
|
2955 |
msgid "Are you sure you want to clear all exceptions for block %d?"
|
2956 |
msgstr "Ali ste prepričani, da želite pobrisati vse izjeme za blok %d?"
|
2957 |
|
2958 |
+
#: settings.php:1188 settings.php:1336 settings.php:1959
|
2959 |
msgid "Insertion"
|
2960 |
msgstr "Vstavljanje"
|
2961 |
|
2962 |
+
#: settings.php:1226
|
2963 |
msgid ""
|
2964 |
"Paragraph number or comma separated paragraph numbers: 1 to N means "
|
2965 |
"paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
|
2975 |
"polovici strani, 0.9 pomeni odstavek pri 90% odstavkov strani...), negativno "
|
2976 |
"število pomeni štetje z nasprotne smeri"
|
2977 |
|
2978 |
+
#: settings.php:1227
|
2979 |
msgid ""
|
2980 |
"Image number or comma separated image numbers: 1 to N means image number, %N "
|
2981 |
"means every N images, empty means all images, 0 means random image, value "
|
2990 |
"sliko pri 20% slik na strani, 0.5 pomeni srednjo sliko, 0.9 pomeni sliko pri "
|
2991 |
"90% slik strani...), negativno število pomeni štetje z nasprotne smeri"
|
2992 |
|
2993 |
+
#: settings.php:1240
|
2994 |
msgid ""
|
2995 |
"Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
|
2996 |
"numbers, %N means every N excerpts, empty means all excerpts"
|
2999 |
"ločene številke izvlečkov, %N pomeni vsakih N izvlečkov, prazno pomeni vsi "
|
3000 |
"izvlečki"
|
3001 |
|
3002 |
+
#: settings.php:1241
|
3003 |
msgid ""
|
3004 |
"Insertion Filter Mirror Setting | Post number or comma separated post "
|
3005 |
"numbers, %N means every N posts, empty means all posts"
|
3008 |
"ločene številke prispevkov, %N pomeni vsakih N prispevkov, prazno pomeni vsi "
|
3009 |
"prispevki"
|
3010 |
|
3011 |
+
#: settings.php:1242
|
3012 |
msgid ""
|
3013 |
"Insertion Filter Mirror Setting | Comment number or comma separated comment "
|
3014 |
"numbers, %N means every N comments, empty means all comments"
|
3017 |
"ločene številke komentarjev, %N pomeni vsakih N komentarjev, prazno pomeni "
|
3018 |
"vsi komentarji"
|
3019 |
|
3020 |
+
#: settings.php:1249
|
3021 |
msgid "Toggle paragraph counting settings"
|
3022 |
msgstr "Preklopi nastavitve za štetje odstavkov"
|
3023 |
|
3024 |
+
#: settings.php:1250
|
3025 |
msgid "Toggle paragraph clearance settings"
|
3026 |
msgstr "Preklopi nastavitve za izogibanje odstavkom"
|
3027 |
|
3028 |
+
#: settings.php:1253
|
3029 |
msgid "Toggle insertion filter settings"
|
3030 |
msgstr "Preklopi nastavitve filtra vstavljanja"
|
3031 |
|
3032 |
+
#: settings.php:1271
|
3033 |
msgid "Toggle insertion and alignment icons"
|
3034 |
msgstr "Preklopi ikone za vstavljanje in poravnavo"
|
3035 |
|
3036 |
+
#: settings.php:1285
|
3037 |
msgid "Custom CSS code for the wrapping div"
|
3038 |
msgstr "CSS koda po meri za div za ovijanje"
|
3039 |
|
3040 |
+
#: settings.php:1288 settings.php:1289 settings.php:1290 settings.php:1291
|
3041 |
+
#: settings.php:1292 settings.php:1293
|
3042 |
msgid "CSS code for the wrapping div, click to edit"
|
3043 |
msgstr "CSS koda za div za ovijanje, kliknite za urejanje"
|
3044 |
|
3045 |
+
#: settings.php:1306
|
3046 |
msgid "HTML element"
|
3047 |
msgstr "HTML element"
|
3048 |
|
3049 |
+
#: settings.php:1319
|
3050 |
msgid "HTML element selector or comma separated list of selectors"
|
3051 |
msgstr "Selektor HTML elementa ali z vejicami ločen seznam selektorjev"
|
3052 |
|
3053 |
+
#: settings.php:1325 settings.php:2672
|
3054 |
msgid "Action"
|
3055 |
msgstr "Akcija"
|
3056 |
|
3057 |
+
#: settings.php:1337
|
3058 |
msgid ""
|
3059 |
"Client-side insertion uses JavaScript to insert block when the page loads. "
|
3060 |
"Server-side insertion inserts block when the page is generated but needs "
|
3064 |
"se stran naloži. Vstavljanje na strani strežnika vstavi blok, ko se stran "
|
3065 |
"ustvari, vendar potrebuje omogočeno Predpomnjenje izhoda."
|
3066 |
|
3067 |
+
#: settings.php:1347
|
3068 |
msgid "JavaScript code position"
|
3069 |
msgstr "Položaj JavaScript kode"
|
3070 |
|
3071 |
+
#: settings.php:1348
|
3072 |
msgid ""
|
3073 |
"Page position where the JavaScript code for client-side insertion will be "
|
3074 |
"inserted. Should be after the HTML element if not waiting for DOM ready."
|
3077 |
"strani klienta. Biti mora za HTML elementom, če se ne čaka na pripravljen "
|
3078 |
"DOM."
|
3079 |
|
3080 |
+
#: settings.php:1363
|
3081 |
msgid "Count"
|
3082 |
msgstr "Štej"
|
3083 |
|
3084 |
+
#: settings.php:1369
|
3085 |
msgid "paragraphs with tags"
|
3086 |
msgstr "odstavke z značkami"
|
3087 |
|
3088 |
+
#: settings.php:1375
|
3089 |
msgid "Comma separated HTML tag names, usually only 'p' tags are used"
|
3090 |
msgstr ""
|
3091 |
"Z vejico ločena imena HTML značk, običajno so uporabljene samo značke 'p'"
|
3092 |
|
3093 |
+
#: settings.php:1384
|
3094 |
msgid "that have between"
|
3095 |
msgstr "ki imajo med"
|
3096 |
|
3097 |
+
#: settings.php:1390
|
3098 |
msgid "Minimum number of paragraph words, leave empty for no limit"
|
3099 |
msgstr "Najmanjše število besed v odstavkih, prazno pomeni brez omejitev"
|
3100 |
|
3101 |
+
#: settings.php:1399
|
3102 |
msgid "Maximum number of paragraph words, leave empty for no limit"
|
3103 |
msgstr "Največje število besed v odstavkih, prazno pomeni brez omejitev"
|
3104 |
|
3105 |
+
#: settings.php:1402
|
3106 |
msgid "words"
|
3107 |
msgstr "besed"
|
3108 |
|
3109 |
+
#: settings.php:1417 settings.php:1476 settings.php:1546 settings.php:1572
|
3110 |
msgid "Comma separated texts"
|
3111 |
msgstr "Z vejico ločena besedila"
|
3112 |
|
3113 |
+
#: settings.php:1430
|
3114 |
msgid ""
|
3115 |
"Count also paragraphs inside these elements - defined on general plugin "
|
3116 |
"settings page - tab [*] / tab General"
|
3119 |
"nastavitev vtičnika - zavihek [*] / zavihek Splošno"
|
3120 |
|
3121 |
#. Translators: %s: HTML tags
|
3122 |
+
#: settings.php:1436
|
3123 |
msgid "Count inside %s elements"
|
3124 |
msgstr "Štej znotraj elementov %s"
|
3125 |
|
3126 |
#. translators: inside [HTML tags] elements that contain
|
3127 |
+
#: settings.php:1448
|
3128 |
msgid "inside"
|
3129 |
msgstr "znotraj"
|
3130 |
|
3131 |
+
#: settings.php:1454
|
3132 |
msgid "Comma separated HTML tag names of container elements"
|
3133 |
msgstr "Z vejico ločena imena HTML značk vsebovalnih elementov"
|
3134 |
|
3135 |
#. translators: inside [HTML tags] elements that contain
|
3136 |
+
#: settings.php:1463
|
3137 |
msgid "elements that"
|
3138 |
msgstr "elementov, ki"
|
3139 |
|
3140 |
+
#: settings.php:1489 settings.php:2082
|
3141 |
msgid "Post/Static page must have between"
|
3142 |
msgstr "Prispevek/Statična stran mora imeti med"
|
3143 |
|
3144 |
+
#: settings.php:1495
|
3145 |
msgid "Minimum number of paragraphs, leave empty for no limit"
|
3146 |
msgstr "Najmanjše število odstavkov, prazno pomeni brez omejitev"
|
3147 |
|
3148 |
+
#: settings.php:1504
|
3149 |
msgid "Maximum number of paragraphs, leave empty for no limit"
|
3150 |
msgstr "Največje število odstavkov, prazno pomeni brez omejitev"
|
3151 |
|
3152 |
#. Translators: Post/Static page must have between X and Y paragraphs
|
3153 |
+
#: settings.php:1507
|
3154 |
msgid "paragraph"
|
3155 |
msgid_plural "paragraphs"
|
3156 |
msgstr[0] "odstavek"
|
3158 |
msgstr[2] "odstavke"
|
3159 |
msgstr[3] "odstavkov"
|
3160 |
|
3161 |
+
#: settings.php:1515
|
3162 |
msgid "Minimum number of words in paragraphs above"
|
3163 |
msgstr "Najmanjše število besed v odstavkih zgoraj"
|
3164 |
|
3165 |
+
#: settings.php:1521
|
3166 |
msgid ""
|
3167 |
"Used only with automatic insertion After paragraph and empty paragraph "
|
3168 |
"numbers"
|
3170 |
"Uporabljeno samo s samodejnim vstavljanjem Za odstavkom in s praznimi "
|
3171 |
"številkami odstavkov"
|
3172 |
|
3173 |
+
#: settings.php:1531 settings.php:1557
|
3174 |
msgid "In"
|
3175 |
msgstr "V"
|
3176 |
|
3177 |
+
#: settings.php:1537
|
3178 |
msgid "Number of paragraphs above to check, leave empty to disable checking"
|
3179 |
msgstr "Število odstavkov zgoraj za preverjanje, prazno onemogoči preverjanje"
|
3180 |
|
3181 |
+
#: settings.php:1540
|
3182 |
msgid "paragraphs above avoid"
|
3183 |
msgstr "odstavkih zgoraj se izogni"
|
3184 |
|
3185 |
+
#: settings.php:1563
|
3186 |
msgid "Number of paragraphs below to check, leave empty to disable checking"
|
3187 |
msgstr "Število odstavkov spodaj za preverjanje, prazno onemogoči preverjanje"
|
3188 |
|
3189 |
+
#: settings.php:1566
|
3190 |
msgid "paragraphs below avoid"
|
3191 |
msgstr "odstavkih spodaj se izogni"
|
3192 |
|
3193 |
+
#: settings.php:1582
|
3194 |
msgid "If text is found"
|
3195 |
msgstr "Če je besedilo najdeno"
|
3196 |
|
3197 |
+
#: settings.php:1589
|
3198 |
msgid "check up to"
|
3199 |
msgstr "preveri do"
|
3200 |
|
3201 |
+
#: settings.php:1597
|
3202 |
msgctxt "check up to"
|
3203 |
msgid "paragraphs"
|
3204 |
msgstr "odstavkov"
|
3205 |
|
3206 |
+
#: settings.php:1613
|
3207 |
msgid "Categories"
|
3208 |
msgstr "Kategorije"
|
3209 |
|
3210 |
+
#: settings.php:1616
|
3211 |
msgid "Toggle category editor"
|
3212 |
msgstr "Preklopi urejevalnik kategorij"
|
3213 |
|
3214 |
+
#: settings.php:1619
|
3215 |
msgid "Comma separated category slugs"
|
3216 |
msgstr "Z vejico ločeni ključi kategorij"
|
3217 |
|
3218 |
+
#: settings.php:1623
|
3219 |
msgid "Blacklist categories"
|
3220 |
msgstr "Črni seznam kategorij"
|
3221 |
|
3222 |
+
#: settings.php:1627
|
3223 |
msgid "Whitelist categories"
|
3224 |
msgstr "Beli seznam kategorij"
|
3225 |
|
3226 |
+
#: settings.php:1639
|
3227 |
msgid "Tags"
|
3228 |
msgstr "Oznake"
|
3229 |
|
3230 |
+
#: settings.php:1642
|
3231 |
msgid "Toggle tag editor"
|
3232 |
msgstr "Preklopi urejevalnik oznak"
|
3233 |
|
3234 |
+
#: settings.php:1645
|
3235 |
msgid "Comma separated tag slugs"
|
3236 |
msgstr "Z vejico ločeni ključi oznak"
|
3237 |
|
3238 |
+
#: settings.php:1649
|
3239 |
msgid "Blacklist tags"
|
3240 |
msgstr "Črni seznam oznak"
|
3241 |
|
3242 |
+
#: settings.php:1653
|
3243 |
msgid "Whitelist tags"
|
3244 |
msgstr "Beli seznam oznak"
|
3245 |
|
3246 |
+
#: settings.php:1665
|
3247 |
msgid "Taxonomies"
|
3248 |
msgstr "Taksonomije"
|
3249 |
|
3250 |
+
#: settings.php:1668
|
3251 |
msgid "Toggle taxonomy editor"
|
3252 |
msgstr "Preklopi urejevalnik taksonomij"
|
3253 |
|
3254 |
+
#: settings.php:1671
|
3255 |
msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
|
3256 |
msgstr "Z vejico ločeni ključi: taksonomija, izraz ali taksonomija:izraz"
|
3257 |
|
3258 |
+
#: settings.php:1675
|
3259 |
msgid "Blacklist taxonomies"
|
3260 |
msgstr "Črni seznam taksonomij"
|
3261 |
|
3262 |
+
#: settings.php:1679
|
3263 |
msgid "Whitelist taxonomies"
|
3264 |
msgstr "Beli seznam taksonomij"
|
3265 |
|
3266 |
+
#: settings.php:1691
|
3267 |
msgid "Post IDs"
|
3268 |
msgstr "ID-ji prispevkov"
|
3269 |
|
3270 |
+
#: settings.php:1694
|
3271 |
msgid "Toggle post/page ID editor"
|
3272 |
msgstr "Preklopi urejevalnik ID-jev prispevkov/strani"
|
3273 |
|
3274 |
+
#: settings.php:1697
|
3275 |
msgid "Comma separated post/page IDs"
|
3276 |
msgstr "Z vejico ločeni ID-ji prispevkov/strani"
|
3277 |
|
3278 |
+
#: settings.php:1701
|
3279 |
msgid "Blacklist IDs"
|
3280 |
msgstr "Črni seznam ID-jev"
|
3281 |
|
3282 |
+
#: settings.php:1705
|
3283 |
msgid "Whitelist IDs"
|
3284 |
msgstr "Beli seznam ID-jev"
|
3285 |
|
3286 |
+
#: settings.php:1717
|
3287 |
msgid "Urls"
|
3288 |
msgstr "Url-ji"
|
3289 |
|
3290 |
+
#: settings.php:1720
|
3291 |
msgid "Toggle url editor"
|
3292 |
msgstr "Preklopi urejevalnik url-jev"
|
3293 |
|
3294 |
+
#: settings.php:1723
|
3295 |
msgid ""
|
3296 |
"Comma separated urls (page addresses) starting with / after domain name (e."
|
3297 |
"g. /permalink-url, use only when you need to taget a specific url not "
|
3303 |
"nsalov, ki drugače ni dostopen). Uporabite lahko tudi delne url-je z * (/url-"
|
3304 |
"začetek*. *url-vzorec*, *url-konec)"
|
3305 |
|
3306 |
+
#: settings.php:1727
|
3307 |
msgid "Blacklist urls"
|
3308 |
msgstr "Črni seznam url-jev"
|
3309 |
|
3310 |
+
#: settings.php:1731
|
3311 |
msgid "Whitelist urls"
|
3312 |
msgstr "Beli seznam url-jev"
|
3313 |
|
3314 |
+
#: settings.php:1742
|
3315 |
msgid "Url parameters"
|
3316 |
msgstr "Url parametri"
|
3317 |
|
3318 |
+
#: settings.php:1746
|
3319 |
msgid "Toggle url parameter and cookie editor"
|
3320 |
msgstr "Preklopi urejevalnik url parametrov in piškotkov"
|
3321 |
|
3322 |
+
#: settings.php:1749
|
3323 |
msgid ""
|
3324 |
"Comma separated url query parameters or cookies with optional values (use "
|
3325 |
"'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
|
3328 |
"vrednostmi (uporabite 'prameter', 'prameter=vrednost', 'piškotek' or "
|
3329 |
"'piškotek=vrednost')"
|
3330 |
|
3331 |
+
#: settings.php:1753
|
3332 |
msgid "Blacklist url parameters"
|
3333 |
msgstr "Črni seznam url parametrov"
|
3334 |
|
3335 |
+
#: settings.php:1757
|
3336 |
msgid "Whitelist url parameters"
|
3337 |
msgstr "Beli seznam url parametrov"
|
3338 |
|
3339 |
+
#: settings.php:1768
|
3340 |
msgid "Referrers"
|
3341 |
msgstr "Napotitelji"
|
3342 |
|
3343 |
+
#: settings.php:1771
|
3344 |
msgid "Toggle referer editor"
|
3345 |
msgstr "Preklopi urejevalnik napotiteljev"
|
3346 |
|
3347 |
+
#: settings.php:1774
|
3348 |
msgid ""
|
3349 |
"Comma separated domains, use # for no referrer, you can also use partial "
|
3350 |
"domains with * (domain-start*. *domain-pattern*, *domain-end)"
|
3352 |
"Z vejico ločene domene, uporabite # za primer, ko ni napotitelja, uporabite "
|
3353 |
"lahko tudi delne domene z * (začetek-domene*. *vzorec-domene*, *konec-domene)"
|
3354 |
|
3355 |
+
#: settings.php:1778
|
3356 |
msgid "Blacklist referers"
|
3357 |
msgstr "Črni seznam napotiteljev"
|
3358 |
|
3359 |
+
#: settings.php:1782
|
3360 |
msgid "Whitelist referers"
|
3361 |
msgstr "Beli seznam napotiteljev"
|
3362 |
|
3363 |
+
#: settings.php:1793
|
3364 |
msgid "Clients"
|
3365 |
msgstr "Odjemalci"
|
3366 |
|
3367 |
+
#: settings.php:1796
|
3368 |
msgid "Toggle client editor"
|
3369 |
msgstr "Preklopi urejevalnik odjemalcev"
|
3370 |
|
3371 |
+
#: settings.php:1799
|
3372 |
msgid "Comma separated names (operating systems, browsers, devices)"
|
3373 |
msgstr "Z vejico ločena imena (operacijski sistemi, brskalniki, naprave)"
|
3374 |
|
3375 |
+
#: settings.php:1803
|
3376 |
msgid "Blacklist clients"
|
3377 |
msgstr "Črni seznam odjemalcev"
|
3378 |
|
3379 |
+
#: settings.php:1807
|
3380 |
msgid "Whitelist clients"
|
3381 |
msgstr "Beli seznam odjemalcev"
|
3382 |
|
3383 |
+
#: settings.php:1828
|
3384 |
msgid "Enable widget for this block"
|
3385 |
msgstr "Omogočite gradnik za ta blok"
|
3386 |
|
3387 |
+
#: settings.php:1840
|
3388 |
msgid "Enable shortcode for manual insertion of this block in posts and pages"
|
3389 |
msgstr ""
|
3390 |
"Omogočite kratko kodo za ročno vstavljanje tega bloka v prispevke in strani"
|
3391 |
|
3392 |
+
#: settings.php:1841 settings.php:4105
|
3393 |
msgid "Shortcode"
|
3394 |
msgstr "Kratka koda"
|
3395 |
|
3396 |
+
#: settings.php:1856
|
3397 |
msgid ""
|
3398 |
"Enable PHP function call to insert this block at any position in theme file. "
|
3399 |
"If function is disabled for block it will return empty string."
|
3402 |
"položaju v datoteki teme. Če je funkcija za blok onemogočena, bo vrnila "
|
3403 |
"prazen niz."
|
3404 |
|
3405 |
+
#: settings.php:1857
|
3406 |
msgid "PHP function"
|
3407 |
msgstr "PHP funkcija"
|
3408 |
|
3409 |
+
#: settings.php:1872
|
3410 |
msgid "Client-side device detection"
|
3411 |
msgstr "Zaznavanje naprave na strani klienta"
|
3412 |
|
3413 |
+
#: settings.php:1873
|
3414 |
msgid "Server-side device detection"
|
3415 |
msgstr "Zaznavanje naprave na strani strežnika"
|
3416 |
|
3417 |
+
#: settings.php:1880
|
3418 |
msgid "Use client-side detection to"
|
3419 |
msgstr "Uporabi zaznavanje na strani klienta in"
|
3420 |
|
3421 |
+
#: settings.php:1882
|
3422 |
msgid "Either show/hide or insert when the page is loaded on wanted viewports"
|
3423 |
msgstr ""
|
3424 |
"Bodisi prikaži/skrij ali vstavi, ko se stran naloži na želenih pogledih"
|
3425 |
|
3426 |
#. Translators: only on (the following devices): viewport names (devices)
|
3427 |
#. listed
|
3428 |
+
#: settings.php:1887
|
3429 |
msgid "only on"
|
3430 |
msgstr "samo na"
|
3431 |
|
3432 |
+
#: settings.php:1915
|
3433 |
msgid "Device min width %s px"
|
3434 |
msgstr "Najmanjša širina naprave %s px"
|
3435 |
|
3436 |
+
#: settings.php:1941
|
3437 |
msgid "Use server-side detection to insert block only for"
|
3438 |
msgstr "Uporabi zaznavanje na strani strežnika za vstavljanje bloka samo za"
|
3439 |
|
3440 |
+
#: settings.php:1960
|
3441 |
msgid "Filter"
|
3442 |
msgstr "Filter"
|
3443 |
|
3444 |
+
#: settings.php:1961
|
3445 |
msgid "Word Count"
|
3446 |
msgstr "Število Besed"
|
3447 |
|
3448 |
+
#: settings.php:1962 settings.php:4095
|
3449 |
msgid "Scheduling"
|
3450 |
msgstr "Urnik"
|
3451 |
|
3452 |
+
#: settings.php:1963
|
3453 |
msgid "Display"
|
3454 |
msgstr "Prikaz"
|
3455 |
|
3456 |
+
#: settings.php:1965 settings.php:2209
|
3457 |
msgid "General"
|
3458 |
msgstr "Splošno"
|
3459 |
|
3460 |
+
#: settings.php:1977
|
3461 |
msgid "Old settings for AMP pages detected"
|
3462 |
msgstr "Zaznane stare nastavitve za AMP strani"
|
3463 |
|
3464 |
+
#: settings.php:1977
|
3465 |
msgid ""
|
3466 |
"To insert different codes on normal and AMP pages separate them with "
|
3467 |
"[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
|
3472 |
"straneh samo, ko želite vstaviti ISTO KODO tudi na AMP straneh (brez AMP "
|
3473 |
"separatorja)."
|
3474 |
|
3475 |
+
#: settings.php:1977
|
3476 |
msgid "AMP pages"
|
3477 |
msgstr "AMP strani"
|
3478 |
|
3479 |
+
#: settings.php:1982
|
3480 |
msgid "Enable insertion for Ajax requests"
|
3481 |
msgstr "Omogoči vstavljanje v Ajax zahtevah"
|
3482 |
|
3483 |
+
#: settings.php:1982
|
3484 |
msgid "Ajax requests"
|
3485 |
msgstr "Ajax zahteve"
|
3486 |
|
3487 |
+
#: settings.php:1987
|
3488 |
msgid "Enable insertion in RSS feeds"
|
3489 |
msgstr "Omogoči vstavljanje v RSS virih"
|
3490 |
|
3491 |
+
#: settings.php:1987
|
3492 |
msgid "RSS Feed"
|
3493 |
msgstr "RSS Vir"
|
3494 |
|
3495 |
+
#: settings.php:1992
|
3496 |
msgid "Enable insertion on page for Error 404: Page not found"
|
3497 |
msgstr "Omogoči vstavljanje na strani za napako 404: Stran ne obstaja"
|
3498 |
|
3499 |
+
#: settings.php:1992
|
3500 |
msgid "Error 404 page"
|
3501 |
msgstr "Stran napake 404"
|
3502 |
|
3503 |
+
#: settings.php:2004
|
3504 |
msgid "Maximum number of insertions of this block. Empty or 0 means no limit."
|
3505 |
msgstr ""
|
3506 |
"Največje število vstavljanj tega bloka. Prazno ali 0 pomeni brez omejitev."
|
3507 |
|
3508 |
+
#: settings.php:2005
|
3509 |
msgid "insertions"
|
3510 |
msgstr "vstavljanj"
|
3511 |
|
3512 |
+
#: settings.php:2007
|
3513 |
msgid ""
|
3514 |
"Count this block for Max blocks per page limit (defined on the tab [*] / tab "
|
3515 |
"General)"
|
3517 |
"Štej ta blok za omejitev Največ blokov na stran (določena na zavihku [*] / "
|
3518 |
"zavihek Splošno)"
|
3519 |
|
3520 |
+
#: settings.php:2010 settings.php:2378
|
3521 |
msgid "Max blocks per page"
|
3522 |
msgstr "Največ blokov na stran"
|
3523 |
|
3524 |
+
#: settings.php:2022
|
3525 |
msgid "Insert for"
|
3526 |
msgstr "Vstavi za"
|
3527 |
|
3528 |
+
#: settings.php:2030
|
3529 |
msgid ""
|
3530 |
"Insert block only when WP function in_the_loop () returns true (WP loop is "
|
3531 |
"currently active). Might speed up insertion on content pages when "
|
3535 |
"trenutno aktivna). Lahko pospeši vstavljanje na določenih straneh, ko je "
|
3536 |
"filter the_content večkrat klican."
|
3537 |
|
3538 |
+
#: settings.php:2033
|
3539 |
msgid "Insert only in the loop"
|
3540 |
msgstr "Vstavi samo v zanki"
|
3541 |
|
3542 |
+
#: settings.php:2039
|
3543 |
msgid ""
|
3544 |
"Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
|
3545 |
msgstr ""
|
3546 |
"Onemogoči predpomnenje za vtičnike WP Super Cache, W3 Total Cache in WP "
|
3547 |
"Rocket"
|
3548 |
|
3549 |
+
#: settings.php:2039
|
3550 |
msgid "Disable caching"
|
3551 |
msgstr "Onemogoči predpomnjenje"
|
3552 |
|
3553 |
+
#: settings.php:2051
|
3554 |
msgid "Filter insertions"
|
3555 |
msgstr "Filtriraj vstavljanja"
|
3556 |
|
3557 |
+
#: settings.php:2054
|
3558 |
msgid ""
|
3559 |
"Filter multiple insertions by specifying wanted insertions for this block - "
|
3560 |
"single number, comma separated numbers or %N for every N insertions - empty "
|
3566 |
"- prazno pomeni vsa vstavljanja / brez filtra. Nastavite Števec za filter na "
|
3567 |
"Samodejni števec, če uporabljate samo eno vrsto vstavljanja."
|
3568 |
|
3569 |
+
#: settings.php:2057
|
3570 |
msgid "using"
|
3571 |
msgstr "z uporabo"
|
3572 |
|
3573 |
+
#: settings.php:2076
|
3574 |
msgid "Checked means specified calls are unwanted"
|
3575 |
msgstr "Odkljukano pomeni, da so našteti klici neželjeni"
|
3576 |
|
3577 |
+
#: settings.php:2076
|
3578 |
msgid "Invert filter"
|
3579 |
msgstr "Obrni filter"
|
3580 |
|
3581 |
+
#: settings.php:2083
|
3582 |
msgid "Minimum number of post/static page words, leave empty for no limit"
|
3583 |
msgstr ""
|
3584 |
"Najmanjše število besed v prispevkih/statičnih straneh, prazno pomeni brez "
|
3585 |
"omejitev"
|
3586 |
|
3587 |
+
#: settings.php:2085
|
3588 |
msgid "Maximum number of post/static page words, leave empty for no limit"
|
3589 |
msgstr ""
|
3590 |
"Največje število besed v prispevkih/statičnih straneh, prazno pomeni brez "
|
3591 |
"omejitev"
|
3592 |
|
3593 |
+
#: settings.php:2098
|
3594 |
+
msgid "for"
|
3595 |
+
msgstr "za"
|
3596 |
+
|
3597 |
+
#: settings.php:2098
|
3598 |
msgid "days after publishing"
|
3599 |
msgstr "dni po objavi"
|
3600 |
|
3601 |
+
#: settings.php:2100
|
3602 |
msgid "Not available"
|
3603 |
msgstr "Ni na razpolago"
|
3604 |
|
3605 |
+
#: settings.php:2113 settings.php:2370
|
3606 |
msgid "Ad label"
|
3607 |
msgstr "Oznaka oglasa"
|
3608 |
|
3609 |
+
#: settings.php:2133
|
3610 |
msgid "General tag"
|
3611 |
msgstr "Splošna oznaka"
|
3612 |
|
3613 |
+
#: settings.php:2137
|
3614 |
msgid "Used for [adinserter data=''] shortcodes when no data is found"
|
3615 |
msgstr "Uporabljeno za kratke kode [adinserter data=''] ko ni podatkov"
|
3616 |
|
3617 |
#. translators: %s: HTML tags
|
3618 |
+
#: settings.php:2146
|
3619 |
msgid ""
|
3620 |
"%s WARNING: %s No Wrapping %s style has no wrapping code needed for client-"
|
3621 |
"side device detection!"
|
3623 |
"%s OPOZORILO: slog %s Brez Ovijanja %s nima kode za ovijanje , ki je "
|
3624 |
"potrebna za zaznavanje naprave na strani klienta!"
|
3625 |
|
3626 |
+
#: settings.php:2158
|
3627 |
msgid "Settings"
|
3628 |
msgstr "Nastavitve"
|
3629 |
|
3630 |
+
#: settings.php:2161
|
3631 |
msgid "Settings timestamp"
|
3632 |
msgstr "Časovni žig nastavitev"
|
3633 |
|
3634 |
+
#: settings.php:2174
|
3635 |
msgid "Are you sure you want to reset all settings?"
|
3636 |
msgstr "Ali ste prepričani, da želite ponastaviti vse nastavitve?"
|
3637 |
|
3638 |
+
#: settings.php:2174
|
3639 |
msgid "Reset All Settings"
|
3640 |
msgstr "Ponastavi Vse Nastavitve"
|
3641 |
|
3642 |
+
#: settings.php:2210
|
3643 |
msgid "Viewports"
|
3644 |
msgstr "Pogledi"
|
3645 |
|
3646 |
+
#: settings.php:2211
|
3647 |
msgid "Hooks"
|
3648 |
msgstr "Ročice"
|
3649 |
|
3650 |
+
#: settings.php:2212
|
3651 |
msgid "Header"
|
3652 |
msgstr "Glava"
|
3653 |
|
3654 |
+
#: settings.php:2213 strings.php:30
|
3655 |
msgid "Footer"
|
3656 |
msgstr "Noga"
|
3657 |
|
3658 |
+
#: settings.php:2218
|
3659 |
msgid "Debugging"
|
3660 |
msgstr "Razhroščevanje"
|
3661 |
|
3662 |
+
#: settings.php:2228
|
3663 |
msgid "Plugin priority"
|
3664 |
msgstr "Prednost vtičnika"
|
3665 |
|
3666 |
+
#: settings.php:2236
|
3667 |
msgid "Output buffering"
|
3668 |
msgstr "Predpomnjenje izhoda"
|
3669 |
|
3670 |
+
#: settings.php:2239
|
3671 |
msgid "Needed for position Above header but may not work with all themes"
|
3672 |
msgstr "Potrebno za položaj Nad glavo, ampak lahko, da ne dela z vsemi temami"
|
3673 |
|
3674 |
+
#: settings.php:2247
|
3675 |
msgid "Syntax highlighting theme"
|
3676 |
msgstr "Tema za poudarjanje sintakse"
|
3677 |
|
3678 |
+
#: settings.php:2254
|
3679 |
msgctxt "no syntax highlighting themes"
|
3680 |
msgid "None"
|
3681 |
msgstr "Brez"
|
3682 |
|
3683 |
+
#: settings.php:2255
|
3684 |
msgid "No Syntax Highlighting"
|
3685 |
msgstr "Brez Poudarjanja Sintakse"
|
3686 |
|
3687 |
+
#: settings.php:2257
|
3688 |
msgctxt "syntax highlighting themes"
|
3689 |
msgid "Light"
|
3690 |
msgstr "Svetle"
|
3691 |
|
3692 |
+
#: settings.php:2272
|
3693 |
msgctxt "syntax highlighting themes"
|
3694 |
msgid "Dark"
|
3695 |
msgstr "Temne"
|
3696 |
|
3697 |
+
#: settings.php:2298
|
3698 |
msgid "Min. user role for ind. exceptions editing"
|
3699 |
msgstr "Najm. uporabniška vloga za urejanje izjem"
|
3700 |
|
3701 |
+
#: settings.php:2308
|
3702 |
msgid "Disable caching for logged in administrators"
|
3703 |
msgstr "Onemogoči predpomnenje za prijavljene skrbnike"
|
3704 |
|
3705 |
+
#: settings.php:2311
|
3706 |
msgid ""
|
3707 |
"Enabled means that logged in administrators will see non-cached (live) pages "
|
3708 |
"(applies to WP Super Cache, W3 Total Cache and WP Rocket plugins)"
|
3710 |
"Omogočeno pomeni, da bodo prijavljeni skrbniki videli ne-predpomnjene (žive) "
|
3711 |
"strani (velja za vtičnike WP Super Cache, W3 Total Cache in WP Rocket)"
|
3712 |
|
3713 |
+
#: settings.php:2319
|
3714 |
msgid "Sticky widget mode"
|
3715 |
msgstr "Način za lepljive gradnike"
|
3716 |
|
3717 |
+
#: settings.php:2322
|
3718 |
msgid ""
|
3719 |
"CSS mode is the best approach but may not work with all themes. JavaScript "
|
3720 |
"mode works with most themes but may reload ads on page load."
|
3723 |
"Način JavaScript dela z večino tem, ampak lahko ponovno naloži oglase pri "
|
3724 |
"nalaganju strani."
|
3725 |
|
3726 |
+
#: settings.php:2330
|
3727 |
msgid "Sticky widget top margin"
|
3728 |
msgstr "Zgornji rob za lepljiv gradnik"
|
3729 |
|
3730 |
+
#: settings.php:2338
|
3731 |
msgid "Dynamic blocks"
|
3732 |
msgstr "Dinamični bloki"
|
3733 |
|
3734 |
+
#: settings.php:2351
|
3735 |
msgid "Functions for paragraph counting"
|
3736 |
msgstr "Funkcije za štetje odstavkov"
|
3737 |
|
3738 |
+
#: settings.php:2354
|
3739 |
msgid ""
|
3740 |
"Standard PHP functions are faster and work in most cases, use Multibyte "
|
3741 |
"functions if paragraphs are not counted properly on non-english pages."
|
3744 |
"Večznakovne funkcije, če na ne-angleških straneh odstavki niso pravilno "
|
3745 |
"šteti."
|
3746 |
|
3747 |
+
#: settings.php:2362
|
3748 |
msgid "No paragraph counting inside"
|
3749 |
msgstr "Ni štetja odstavkov znotraj"
|
3750 |
|
3751 |
+
#: settings.php:2373
|
3752 |
msgid "Label text or HTML code"
|
3753 |
msgstr "Besedilo oznake ali HTML koda"
|
3754 |
|
3755 |
+
#: settings.php:2381
|
3756 |
msgid ""
|
3757 |
"Maximum number of inserted blocks per page. You need to enable Max page "
|
3758 |
"insertions (button Misc / tab Insertion) to count block for this limit."
|
3761 |
"blokov na stran (gumb Razno / zavihek Vstavljanje), da bo blok štel za to "
|
3762 |
"omejitev."
|
3763 |
|
3764 |
+
#: settings.php:2395
|
3765 |
msgid "Plugin usage tracking"
|
3766 |
msgstr "Sledenje uporabe vtičnika"
|
3767 |
|
3768 |
#. translators: %s: Ad Inserter
|
3769 |
+
#: settings.php:2398
|
3770 |
msgid ""
|
3771 |
"Enable tracking of %s usage and help us to make improvements to the plugin. "
|
3772 |
"Only information regarding the WordPress environment and %s usage is "
|
3776 |
"Beležijo se samo informacije glede okolja WordPress in uporabe %s-ja (enkrat "
|
3777 |
"mesečno in ob dogodkih kot so aktivacija/deaktivacija)."
|
3778 |
|
3779 |
+
#: settings.php:2416
|
3780 |
msgid "CSS class name for the wrapping div"
|
3781 |
msgstr "Ime CSS razreda za div za ovijanje"
|
3782 |
|
3783 |
+
#: settings.php:2416
|
3784 |
msgid "Block class name"
|
3785 |
msgstr "Ime razreda za blok"
|
3786 |
|
3787 |
+
#: settings.php:2420
|
3788 |
msgid "Include general plugin block class"
|
3789 |
msgstr "Vključi splošni razred vtičnika za blok"
|
3790 |
|
3791 |
+
#: settings.php:2420
|
3792 |
msgid "Block class"
|
3793 |
msgstr "Razred bloka"
|
3794 |
|
3795 |
+
#: settings.php:2425
|
3796 |
msgid "Include block number class"
|
3797 |
msgstr "Vključi razred številke bloka"
|
3798 |
|
3799 |
+
#: settings.php:2425
|
3800 |
msgid "Block number class"
|
3801 |
msgstr "Razred številke bloka"
|
3802 |
|
3803 |
+
#: settings.php:2430
|
3804 |
msgid ""
|
3805 |
"Instead of alignment classes generate inline alignment styles for blocks"
|
3806 |
msgstr ""
|
3807 |
"Namesto razredov za poravnavo ustvari medvrstične sloge za poravnavo blokov"
|
3808 |
|
3809 |
+
#: settings.php:2430
|
3810 |
msgid "Inline styles"
|
3811 |
msgstr "Medvrstični slogi"
|
3812 |
|
3813 |
+
#: settings.php:2436
|
3814 |
msgid "Preview of the block wrapping code"
|
3815 |
msgstr "Predogled kode za ovijanje blokov"
|
3816 |
|
3817 |
+
#: settings.php:2437
|
3818 |
msgid "Wrapping div"
|
3819 |
msgstr "div za ovijanje"
|
3820 |
|
3821 |
+
#: settings.php:2438 settings.php:2878
|
3822 |
msgid "BLOCK CODE"
|
3823 |
msgstr "KODA BLOKA"
|
3824 |
|
3825 |
+
#: settings.php:2446
|
3826 |
msgid "Viewport Settings used for client-side device detection"
|
3827 |
msgstr ""
|
3828 |
"Nastavitve Pogledov, uporabljene za zaznavanje naprav na strani klienta"
|
3829 |
|
3830 |
#. Translators: %d: viewport number
|
3831 |
+
#: settings.php:2454
|
3832 |
msgid "Viewport %d name"
|
3833 |
msgstr "Ime pogleda %d"
|
3834 |
|
3835 |
+
#: settings.php:2457
|
3836 |
msgid "min width"
|
3837 |
msgstr "najmanjša širina"
|
3838 |
|
3839 |
+
#: settings.php:2468
|
3840 |
msgid "Custom Hooks"
|
3841 |
msgstr "Ročice Po Meri"
|
3842 |
|
3843 |
+
#: settings.php:2480 settings.php:2483
|
3844 |
msgid "Enable hook"
|
3845 |
msgstr "Omogoči ročico"
|
3846 |
|
3847 |
#. translators: %d: hook number
|
3848 |
+
#: settings.php:2483
|
3849 |
msgid "Hook %d name"
|
3850 |
msgstr "Ime ročice %d"
|
3851 |
|
3852 |
+
#: settings.php:2486
|
3853 |
msgid "Hook name for automatic insertion selection"
|
3854 |
msgstr "Ime ročice za izbiro samodejnega vstavljanja"
|
3855 |
|
3856 |
+
#: settings.php:2489
|
3857 |
msgid "action"
|
3858 |
msgstr "akcija"
|
3859 |
|
3860 |
+
#: settings.php:2492
|
3861 |
msgid "Action name as used in the do_action () function"
|
3862 |
msgstr "Ime akcije kot je uporabljena v do_action () funkciji"
|
3863 |
|
3864 |
+
#: settings.php:2495
|
3865 |
msgid "priority"
|
3866 |
msgstr "prednost"
|
3867 |
|
3868 |
+
#: settings.php:2498
|
3869 |
msgid "Priority for the hook (default is 10)"
|
3870 |
msgstr "Prednost za ročico (privzeta je 10)"
|
3871 |
|
3872 |
+
#: settings.php:2519
|
3873 |
msgid "Enable insertion of this code into HTML page header"
|
3874 |
msgstr "Omogoči vstavljanje te kode v glavi HTML strani"
|
3875 |
|
3876 |
+
#: settings.php:2523 settings.php:2590 settings.php:2772
|
3877 |
msgid "Process PHP code"
|
3878 |
msgstr "Procesiraj PHP kodo"
|
3879 |
|
3880 |
+
#: settings.php:2527
|
3881 |
msgid "HTML Page Header Code"
|
3882 |
msgstr "Koda v Glavi HTML Strani"
|
3883 |
|
3884 |
+
#: settings.php:2535
|
3885 |
msgid "Code in the %s section of the HTML page"
|
3886 |
msgstr "Koda v %s delu HTML strani"
|
3887 |
|
3888 |
+
#: settings.php:2536
|
3889 |
msgctxt "code in the header"
|
3890 |
msgid "NOT ENABLED"
|
3891 |
msgstr "NI OMOGOČENA"
|
3892 |
|
3893 |
+
#: settings.php:2553 settings.php:2621
|
3894 |
msgid "Use server-side detection to insert code only for"
|
3895 |
msgstr "Zaznavanje na strani strežnika za vstavljanje samo za"
|
3896 |
|
3897 |
+
#: settings.php:2568
|
3898 |
msgid ""
|
3899 |
"Enable insertion of this code into HTML page header on page for Error 404: "
|
3900 |
"Page not found"
|
3902 |
"Omogoči vstavljanje te kode v HTML glavo na strani za napako 404: Stran ne "
|
3903 |
"obstaja"
|
3904 |
|
3905 |
+
#: settings.php:2568 settings.php:2636
|
3906 |
msgid "Insert on Error 404 page"
|
3907 |
msgstr "Vstavi na strani Napake 404"
|
3908 |
|
3909 |
+
#: settings.php:2586
|
3910 |
msgid "Enable insertion of this code into HTML page footer"
|
3911 |
msgstr "Omogoči vstavljanje te kode v HTML nogi"
|
3912 |
|
3913 |
+
#: settings.php:2594
|
3914 |
msgid "HTML Page Footer Code"
|
3915 |
msgstr "Koda v Nogi HTML Strani"
|
3916 |
|
3917 |
#. translators: %s: HTML tags
|
3918 |
+
#: settings.php:2602
|
3919 |
msgid "Code before the %s tag of the the HTML page"
|
3920 |
msgstr "Koda pred %s značko HTML strani"
|
3921 |
|
3922 |
+
#: settings.php:2603
|
3923 |
msgctxt "code in the footer"
|
3924 |
msgid "NOT ENABLED"
|
3925 |
msgstr "NI OMOGOČENA"
|
3926 |
|
3927 |
+
#: settings.php:2636
|
3928 |
msgid ""
|
3929 |
"Enable insertion of this code into HTML page footer on page for Error 404: "
|
3930 |
"Page not found"
|
3932 |
"Omogoči vstavljanje te kode v nogo HTML strani na strani za napako 404: "
|
3933 |
"Stran ne obstaja"
|
3934 |
|
3935 |
+
#: settings.php:2652
|
3936 |
msgid "Code for ad blocking detection inserted. Click for details."
|
3937 |
msgstr ""
|
3938 |
"Vstavljena je koda za zaznavanje blokiranja oglasov. Klikni za podrobnosti."
|
3939 |
|
3940 |
+
#: settings.php:2657
|
3941 |
msgid "Enable detection of ad blocking"
|
3942 |
msgstr "Omogoči zaznavanje blokiranja oglasov"
|
3943 |
|
3944 |
+
#: settings.php:2675
|
3945 |
msgid "Global action when ad blocking is detected"
|
3946 |
msgstr "Globalna akcija, ko je zaznano blokiranje oglasov"
|
3947 |
|
3948 |
+
#: settings.php:2681
|
3949 |
msgid "No action for"
|
3950 |
msgstr "Ni akcije za"
|
3951 |
|
3952 |
+
#: settings.php:2682
|
3953 |
msgid "Exceptions for global action when ad blocking is detected."
|
3954 |
msgstr "Izjeme za globalno akcijo, ko je zaznano blokiranje oglasov"
|
3955 |
|
3956 |
+
#: settings.php:2692
|
3957 |
msgid "Delay Action"
|
3958 |
msgstr "Zakasni Akcijo"
|
3959 |
|
3960 |
+
#: settings.php:2695
|
3961 |
msgid ""
|
3962 |
"Number of page views to delay action when ad blocking is detected. Leave "
|
3963 |
"empty for no delay (action fires on first page view). Sets cookie."
|
3966 |
"oglasov. Prazno pomeni brez zakasnitve (akcija se sproži pri prvem ogledu "
|
3967 |
"strani). Nastavi piškotek."
|
3968 |
|
3969 |
+
#: settings.php:2695
|
3970 |
msgctxt "Delay Action for x "
|
3971 |
msgid "page views"
|
3972 |
msgstr "ogledov strani"
|
3973 |
|
3974 |
+
#: settings.php:2700
|
3975 |
msgid "No Action Period"
|
3976 |
msgstr "Obdobje Brez Akcije"
|
3977 |
|
3978 |
+
#: settings.php:2703
|
3979 |
msgid ""
|
3980 |
"Number of days to supress action when ad blocking is detected. Leave empty "
|
3981 |
"for no no-action period (action fires always after defined page view delay). "
|
3985 |
"pomeni brez zadržanja (akcija se sproži vedno po določeni zakasnitvi ogledov "
|
3986 |
"strani). Nastavi piškotek."
|
3987 |
|
3988 |
+
#: settings.php:2703
|
3989 |
msgctxt "no action period"
|
3990 |
msgid "days"
|
3991 |
msgstr "dni"
|
3992 |
|
3993 |
+
#: settings.php:2708
|
3994 |
msgid "Custom Selectors"
|
3995 |
msgstr "Selektorji Po Meri"
|
3996 |
|
3997 |
+
#: settings.php:2711
|
3998 |
msgid ""
|
3999 |
"Comma seprarated list of selectors (.class, #id) used for additional ad "
|
4000 |
"blocking detection. Invisible element or element with zero height means ad "
|
4004 |
"zaznavanje blokiranja oglasov. Neviden element ali element z ničelno višino "
|
4005 |
"pomeni prisotnost blokiranja oglasov."
|
4006 |
|
4007 |
+
#: settings.php:2723
|
4008 |
msgid "Redirection Page"
|
4009 |
msgstr "Stran za Preusmeritev"
|
4010 |
|
4011 |
+
#: settings.php:2735
|
4012 |
msgid "Custom Url"
|
4013 |
msgstr "Url Po Meri"
|
4014 |
|
4015 |
+
#: settings.php:2740
|
4016 |
msgid ""
|
4017 |
"Static page for redirection when ad blocking is detected. For other pages "
|
4018 |
"select Custom url and set it below."
|
4020 |
"Statična stran za preusmeritev, ko je zaznano blokiranje oglasov. Za druge "
|
4021 |
"strani izberite Url Po Meri in ga nastavite spodaj."
|
4022 |
|
4023 |
+
#: settings.php:2749
|
4024 |
msgid "Custom Redirection Url"
|
4025 |
msgstr "Url za Preusmeritev Po Meri"
|
4026 |
|
4027 |
+
#: settings.php:2761
|
4028 |
msgid "Message HTML code"
|
4029 |
msgstr "HTML koda sporočila"
|
4030 |
|
4031 |
+
#: settings.php:2774
|
4032 |
msgid "Preview message when ad blocking is detected"
|
4033 |
msgstr "Predogled sporočila, ko je zaznano blokiranje oglasov"
|
4034 |
|
4035 |
+
#: settings.php:2803
|
4036 |
msgid "Prevent visitors from closing the warning message"
|
4037 |
msgstr "Prepreči obiskovalcem, da zaprejo opozorilno sporočilo"
|
4038 |
|
4039 |
+
#: settings.php:2803
|
4040 |
msgid "Undismissible Message"
|
4041 |
msgstr "Neodstranljivo Sporočilo"
|
4042 |
|
4043 |
+
#: settings.php:2809
|
4044 |
msgid "Not undismissible for"
|
4045 |
msgstr "Ni neodstranljivo za"
|
4046 |
|
4047 |
+
#: settings.php:2810
|
4048 |
msgid "Users which can close the warning message."
|
4049 |
msgstr "Obiskovalci, ki lahko zaprejo opozorilno sporočilo."
|
4050 |
|
4051 |
+
#: settings.php:2824
|
4052 |
msgid ""
|
4053 |
"Force showing admin toolbar for administrators when viewing site. Enable "
|
4054 |
"this option when you are logged in as admin and you don't see admin toolbar."
|
4057 |
"možnost, če ste prijavljeni kot skrbnik, pa ne vidite orodne vrstice za "
|
4058 |
"skrbnike."
|
4059 |
|
4060 |
+
#: settings.php:2832
|
4061 |
msgid "Disable header code (Header tab)"
|
4062 |
msgstr "Onemogoči kodo v glavi (zavihek Glava)"
|
4063 |
|
4064 |
+
#: settings.php:2836
|
4065 |
msgid "Disable footer code (Footer tab)"
|
4066 |
msgstr "Onemogoči kodo v nogi (zavihek Noga)"
|
4067 |
|
4068 |
#. translators: %s: Ad Inserter
|
4069 |
+
#: settings.php:2840
|
4070 |
msgid "Disable %s JavaScript code"
|
4071 |
msgstr "Onemogoči %s JavaScript kodo"
|
4072 |
|
4073 |
#. translators: %s: Ad Inserter
|
4074 |
+
#: settings.php:2844
|
4075 |
msgid "Disable %s CSS code"
|
4076 |
msgstr "Onemogoči %s CSS kodo"
|
4077 |
|
4078 |
+
#: settings.php:2848
|
4079 |
msgid ""
|
4080 |
"Disable PHP code processing (in all blocks including header and footer code)"
|
4081 |
msgstr ""
|
4082 |
"Onemogoči procesiranje PHP kode (v vseh blokh vključno z glavo in nogo)"
|
4083 |
|
4084 |
+
#: settings.php:2852
|
4085 |
msgid "Disable insertion of all blocks"
|
4086 |
msgstr "Onemogoči vstavljanje vseh blokov"
|
4087 |
|
4088 |
+
#: settings.php:2856
|
4089 |
msgid "Disable insertions"
|
4090 |
msgstr "Onemogoči vstavljanja"
|
4091 |
|
4092 |
#. translators: %s: Ad Inserter
|
4093 |
+
#: settings.php:2868
|
4094 |
msgid "%s CSS CODE"
|
4095 |
msgstr "%s CSS KODA"
|
4096 |
|
4097 |
+
#: settings.php:2871
|
4098 |
msgid "HEADER CODE"
|
4099 |
msgstr "KODA GLAVE"
|
4100 |
|
4101 |
#. translators: %s: PHP tags
|
4102 |
+
#: settings.php:2877
|
4103 |
msgid "BLOCK PHP CODE"
|
4104 |
msgstr "PHP KODA BLOKA"
|
4105 |
|
4106 |
#. translators: %s: Ad Inserter
|
4107 |
+
#: settings.php:2883
|
4108 |
msgid "%s JS CODE"
|
4109 |
msgstr "%s JS KODA"
|
4110 |
|
4111 |
+
#: settings.php:2886
|
4112 |
msgid "FOOTER CODE"
|
4113 |
msgstr "KODA NOGE"
|
4114 |
|
4115 |
+
#: settings.php:2895
|
4116 |
msgid "Force showing admin toolbar when viewing site"
|
4117 |
msgstr "Vsili prikaz orodne vrstice za skrbnike pri ogledu strani"
|
4118 |
|
4119 |
+
#: settings.php:2902
|
4120 |
msgid "Enable debugging functions in admin toolbar"
|
4121 |
msgstr "Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike"
|
4122 |
|
4123 |
+
#: settings.php:2904
|
4124 |
msgid "Debugging functions in admin toolbar"
|
4125 |
msgstr "Funkcije za razhroščevanje v orodni vrstici za skrbnike"
|
4126 |
|
4127 |
+
#: settings.php:2911
|
4128 |
msgid "Enable debugging functions in admin toolbar on mobile screens"
|
4129 |
msgstr ""
|
4130 |
"Omogoči funkcije za razhroščevanje v orodni vrstici za skrbnike na mobilnih "
|
4131 |
"zaslonih"
|
4132 |
|
4133 |
+
#: settings.php:2913
|
4134 |
msgid "Debugging functions on mobile screens"
|
4135 |
msgstr "Funkcije za razhroščevanje na mobilnih zaslonih"
|
4136 |
|
4137 |
+
#: settings.php:2920
|
4138 |
msgid ""
|
4139 |
"Enable Debugger widget and code insertion debugging (blocks, positions, "
|
4140 |
"tags, processing) by url parameters for non-logged in users. Enable this "
|
4149 |
"pomagali diagnosticirati težave. Za prijavljene skrbnike je razhroščevanje "
|
4150 |
"vedno omogočeno."
|
4151 |
|
4152 |
+
#: settings.php:2922
|
4153 |
msgid "Remote debugging"
|
4154 |
msgstr "Oddaljeno razhroščevanje"
|
4155 |
|
4156 |
+
#: settings.php:2929
|
4157 |
msgid ""
|
4158 |
"Disable translation to see original texts for the settings and messages in "
|
4159 |
"English"
|
4161 |
"Onemogoči prevod za prikaz prvotnih besedil nastavitev in sporočil v "
|
4162 |
"angleščini"
|
4163 |
|
4164 |
+
#: settings.php:2931
|
4165 |
msgid "Disable translation"
|
4166 |
msgstr "Onemogoči prevod"
|
4167 |
|
4168 |
+
#: settings.php:3305
|
4169 |
msgid "Available positions for current theme"
|
4170 |
msgstr "Razpoložljivi položaji za trenutno temo"
|
4171 |
|
4172 |
+
#: settings.php:3306
|
4173 |
msgid "Error checking pages"
|
4174 |
msgstr "Napaka pri preverjanju strani"
|
4175 |
|
4176 |
+
#: settings.php:3309
|
4177 |
msgid "Toggle theme checker for available positions for automatic insertion"
|
4178 |
msgstr ""
|
4179 |
"Preklopi preverjanje teme za razpoložljive položaje za samodejno vstavljanje"
|
4180 |
|
4181 |
+
#: settings.php:3309
|
4182 |
msgctxt "Button"
|
4183 |
msgid "Check"
|
4184 |
msgstr "Preveri"
|
4185 |
|
4186 |
+
#: settings.php:3316
|
4187 |
msgid "Position"
|
4188 |
msgstr "Položaj"
|
4189 |
|
4190 |
+
#: settings.php:3321
|
4191 |
msgid "Archive pages"
|
4192 |
msgstr "Strani arhiva"
|
4193 |
|
4194 |
+
#: settings.php:3380
|
4195 |
msgid ""
|
4196 |
"Position not available because output buffering (tab [*]) is not enabled"
|
4197 |
msgstr ""
|
4198 |
"Položaj ni na razpolago ker predpomnjenje izhoda (zavihek [*]) ni omogočeno"
|
4199 |
|
4200 |
+
#: settings.php:3383 strings.php:226
|
4201 |
msgid "Position not checked yet"
|
4202 |
msgstr "Položaj še ni bil preverjen"
|
4203 |
|
4204 |
+
#: settings.php:3419
|
4205 |
msgid "Toggle active/all blocks"
|
4206 |
msgstr "Preklopi aktive/vse bloke"
|
4207 |
|
4208 |
+
#: settings.php:3423 strings.php:213
|
4209 |
msgid "Rearrange block order"
|
4210 |
msgstr "Preuredi vrstni red blokov"
|
4211 |
|
4212 |
+
#: settings.php:3428
|
4213 |
msgid "Save new block order"
|
4214 |
msgstr "Shrani vrstni red blokov"
|
4215 |
|
4216 |
+
#: settings.php:3454
|
4217 |
msgid "Toggle active/all ad units"
|
4218 |
msgstr "Preklopi aktivne/vse oglasne enote"
|
4219 |
|
4220 |
+
#: settings.php:3458
|
4221 |
msgid "Reload AdSense ad units"
|
4222 |
msgstr "Ponovno naloži oglasne enote AdSense"
|
4223 |
|
4224 |
+
#: settings.php:3462
|
4225 |
msgid "Clear authorization to access AdSense account"
|
4226 |
msgstr "Odstrani avtorizacijo za dostop do računa AdSense"
|
4227 |
|
4228 |
+
#: settings.php:3466 settings.php:4262 settings.php:4329 strings.php:221
|
4229 |
msgid "Google AdSense Homepage"
|
4230 |
msgstr "Google AdSense Domača Stran"
|
4231 |
|
4232 |
+
#: settings.php:3482
|
4233 |
msgid "Switch to physical ads.txt file"
|
4234 |
msgstr "Preklopi na fizično datoteko ads.txt"
|
4235 |
|
4236 |
+
#: settings.php:3483
|
4237 |
msgid "Switch to virtual ads.txt file"
|
4238 |
msgstr "Preklopi na navidezno datoteko ads.txt"
|
4239 |
|
4240 |
#. translators: %s: ads.txt
|
4241 |
+
#: settings.php:3493
|
4242 |
msgid "Open %s"
|
4243 |
msgstr "Odpri %s"
|
4244 |
|
4245 |
+
#: settings.php:3501
|
4246 |
msgid "Reload ads.txt file"
|
4247 |
msgstr "Ponovno naloži datoteko ads.txt"
|
4248 |
|
4249 |
+
#: settings.php:3505 settings.php:4389
|
4250 |
msgid "Save"
|
4251 |
msgstr "Shrani"
|
4252 |
|
4253 |
#. translators: %s: Ad Inserter
|
4254 |
+
#: settings.php:3680
|
4255 |
msgid "ads.txt file: %s virtual ads.txt file"
|
4256 |
msgstr "datoteka ads.txt: %s navidezna datoteka ads.txt"
|
4257 |
|
4258 |
+
#: settings.php:3685 settings.php:3705 strings.php:205
|
4259 |
msgid "Warning"
|
4260 |
msgstr "Opozorilo"
|
4261 |
|
4262 |
#. translators: %s: Ad Inserter
|
4263 |
+
#: settings.php:3685
|
4264 |
msgid "%s virtual file ads.txt not found"
|
4265 |
msgstr "%s navidezna datoteka ads.txt ni najdena"
|
4266 |
|
4267 |
+
#: settings.php:3693
|
4268 |
msgid "IMPORTANT"
|
4269 |
msgstr "POMEMBNO"
|
4270 |
|
4271 |
+
#: settings.php:3693
|
4272 |
msgid "ads.txt file must be placed on the root domain"
|
4273 |
msgstr "Datoteka ads.txt mora biti nameščena na korensko domeno"
|
4274 |
|
4275 |
+
#: settings.php:3698
|
4276 |
msgid "ads.txt file"
|
4277 |
msgstr "datoteka ads.txt"
|
4278 |
|
4279 |
+
#: settings.php:3698
|
4280 |
+
msgid "NOT WRITABLE"
|
4281 |
+
msgstr "NI ZAPISLJIVO"
|
4282 |
+
|
4283 |
+
#: settings.php:3705
|
4284 |
msgid "file %s not found"
|
4285 |
msgstr "datoteka %s ni najdena"
|
4286 |
|
4287 |
+
#: settings.php:3715
|
4288 |
msgid "Account IDs found in blocks but not present in the ads.txt file"
|
4289 |
msgstr ""
|
4290 |
"IDji računov najdeni v blokih, vendar pa niso prisotni v datoteki ads.txt"
|
4291 |
|
4292 |
#. translators: %s: Ad Inserter
|
4293 |
+
#: settings.php:3721
|
4294 |
msgid "%s virtual ads.txt file"
|
4295 |
msgstr "%s navidezna datoteka ads.txt"
|
4296 |
|
4297 |
+
#: settings.php:3743
|
4298 |
msgid "Advertising system"
|
4299 |
msgstr "Oglaševalski sistem"
|
4300 |
|
4301 |
+
#: settings.php:3744
|
4302 |
msgid "Account ID"
|
4303 |
msgstr "ID Računa"
|
4304 |
|
4305 |
+
#: settings.php:3746
|
4306 |
msgid "Certification authority ID"
|
4307 |
msgstr "ID organa za potrjevanje"
|
4308 |
|
4309 |
+
#: settings.php:3761
|
4310 |
msgid "Account ID found in block and present in ads.txt"
|
4311 |
msgstr "ID računa najden v bloku in prisoten v datoteki ads.txt"
|
4312 |
|
4313 |
+
#: settings.php:3765
|
4314 |
msgid "Account ID found in block but not present in ads.txt"
|
4315 |
msgstr "ID računa najden v bloku, vendar ni prisoten v datoteki ads.txt"
|
4316 |
|
4317 |
+
#: settings.php:4052
|
4318 |
msgid "Preview block"
|
4319 |
msgstr "Predogled bloka"
|
4320 |
|
4321 |
+
#: settings.php:4061
|
4322 |
msgid "Insertion disabled"
|
4323 |
msgstr "Vstavljanje onemogočeno"
|
4324 |
|
4325 |
+
#: settings.php:4091
|
4326 |
msgid "Automatic insertion"
|
4327 |
msgstr "Samodejno vstavljanje"
|
4328 |
|
4329 |
#. translators: %s HTML tags
|
4330 |
+
#: settings.php:4092 settings.php:5064
|
4331 |
msgid "PHP code processing"
|
4332 |
msgstr "Procesiranje PHP kode"
|
4333 |
|
4334 |
+
#: settings.php:4094
|
4335 |
msgid "Device detection"
|
4336 |
msgstr "Zaznavanje naprave"
|
4337 |
|
4338 |
+
#: settings.php:4107
|
4339 |
msgid "Widget positions"
|
4340 |
msgstr "Položaji gradnikov"
|
4341 |
|
4342 |
+
#: settings.php:4173
|
4343 |
msgid "Ad unit"
|
4344 |
msgstr "Enota"
|
4345 |
|
4346 |
+
#: settings.php:4175
|
4347 |
msgid "Slot ID"
|
4348 |
msgstr "ID mesta"
|
4349 |
|
4350 |
+
#: settings.php:4201
|
4351 |
msgid "Copy AdSense code"
|
4352 |
msgstr "Kopiraj kodo AdSense"
|
4353 |
|
4354 |
+
#: settings.php:4204
|
4355 |
msgid "Preview AdSense ad"
|
4356 |
msgstr "Predogled oglasa AdSense"
|
4357 |
|
4358 |
+
#: settings.php:4207
|
4359 |
msgid "Get AdSense code"
|
4360 |
msgstr "Pridobi kodo AdSense"
|
4361 |
|
4362 |
#. translators: %s: HTML tags
|
4363 |
+
#: settings.php:4239
|
4364 |
msgid ""
|
4365 |
"Please %s clear authorization %s with the button %s above and once again "
|
4366 |
"authorize access to your AdSense account."
|
4368 |
"Prosimo, %s odstranite avtorizacijo %s z gumbom %s zgoraj in še enkrat "
|
4369 |
"avtorizirajte dostop do vašega računa AdSense."
|
4370 |
|
4371 |
+
#: settings.php:4258
|
4372 |
msgid "AdSense Integration"
|
4373 |
msgstr "Integracija AdSense"
|
4374 |
|
4375 |
+
#: settings.php:4260
|
4376 |
msgid "AdSense Integration - Step 2"
|
4377 |
msgstr "Integracija AdSense - Korak 2"
|
4378 |
|
4379 |
#. translators: %s: HTML tags
|
4380 |
+
#: settings.php:4266
|
4381 |
msgid ""
|
4382 |
"Authorize %s to access your AdSense account. Click on the %s Get "
|
4383 |
"Authorization Code %s button to open a new window where you can allow "
|
4390 |
"Avtoriziraj. %s"
|
4391 |
|
4392 |
#. translators: %s: HTML tags
|
4393 |
+
#: settings.php:4273
|
4394 |
msgid ""
|
4395 |
"If you get error, can't access ad units or would like to use own Google API "
|
4396 |
"IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
|
4401 |
"je %s za vnos podatkov ID Klienta in Skrivnost Klienta."
|
4402 |
|
4403 |
#. translators: %s: HTML tags
|
4404 |
+
#: settings.php:4275
|
4405 |
msgid ""
|
4406 |
"Now you can authorize %s to access your AdSense account. Click on the %s Get "
|
4407 |
"Authorization Code %s button to open a new window where you can allow "
|
4414 |
"gumb %s Avtoriziraj. %s"
|
4415 |
|
4416 |
#. translators: %s: HTML tags
|
4417 |
+
#: settings.php:4282
|
4418 |
msgid ""
|
4419 |
"If you get error %s invalid client %s click on the button %s Clear and "
|
4420 |
"return to Step 1 %s to re-enter Client ID and Client Secret."
|
4422 |
"Če se pojavi napaka %s neveljaven klient %s, kliknite na gumb %s Odstrani in "
|
4423 |
"se vrni na Korak 1 %s za ponoven vnos ID klienta in Skrivnost Klienta."
|
4424 |
|
4425 |
+
#: settings.php:4293
|
4426 |
msgid "Get Authorization Code"
|
4427 |
msgstr "Pridobi Avtoriazcijsko Kodo"
|
4428 |
|
4429 |
+
#: settings.php:4296
|
4430 |
msgid "Enter Authorization Code"
|
4431 |
msgstr "Vnesi Avorizacijsko Kodo"
|
4432 |
|
4433 |
+
#: settings.php:4306
|
4434 |
msgid "Use own API IDs"
|
4435 |
msgstr "Uporabi lastne API ID-je"
|
4436 |
|
4437 |
+
#: settings.php:4308
|
4438 |
msgid "Clear and return to Step 1"
|
4439 |
msgstr "Odstrani in se vrni na Korak 1"
|
4440 |
|
4441 |
+
#: settings.php:4312
|
4442 |
msgid "Authorize"
|
4443 |
msgstr "Avtoriziraj"
|
4444 |
|
4445 |
+
#: settings.php:4328
|
4446 |
msgid "AdSense Integration - Step 1"
|
4447 |
msgstr "Integracija AdSense - Korak 1"
|
4448 |
|
4449 |
#. translators: %s: Ad Inserter
|
4450 |
+
#: settings.php:4332
|
4451 |
msgid ""
|
4452 |
"Here can %s list configured AdSense ad units and get code for AdSense ads. "
|
4453 |
"To do this you need to authorize %s to access your AdSense account. The "
|
4460 |
"Klienta in Skrivnost Klienta."
|
4461 |
|
4462 |
#. translators: %s: HTML tags
|
4463 |
+
#: settings.php:4341
|
4464 |
msgid "Go to %s Google APIs and Services console %s"
|
4465 |
msgstr "Pojdite na %s konzolo Google API-ji in Storitve %s"
|
4466 |
|
4467 |
#. translators: %1: Ad Inserter, 2, 3: HTML tags
|
4468 |
+
#: settings.php:4342
|
4469 |
msgid ""
|
4470 |
"Create %1$s project - if the project and IDs are already created click on "
|
4471 |
"the %2$s Credentials %3$s in the sidebar and go to step 16"
|
4474 |
"%2$s Pooblastila %3$s v stranski vrstici in pojdite na korak 16"
|
4475 |
|
4476 |
#. translators: %s: HTML tags
|
4477 |
+
#: settings.php:4343
|
4478 |
msgid ""
|
4479 |
"Click on project selection and then click on the %s NEW PROJECT %s button to "
|
4480 |
"create a new project"
|
4483 |
"ustvaritev novega projekta"
|
4484 |
|
4485 |
#. translators: 1: Ad Inserter, 2, 3: HTML tags
|
4486 |
+
#: settings.php:4344
|
4487 |
msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
|
4488 |
msgstr "Vnesite %1$s za ime projekta in kliknite na gumb %2$s Ustvari %3$s"
|
4489 |
|
4490 |
#. translators: %s: HTML tags
|
4491 |
+
#: settings.php:4345
|
4492 |
msgid ""
|
4493 |
"Click on project selection, wait for the project to be created and then and "
|
4494 |
"select %s as the current project"
|
4497 |
"izberite %s kot trenutni projekt"
|
4498 |
|
4499 |
#. translators: %s: HTML tags
|
4500 |
+
#: settings.php:4346
|
4501 |
msgid "Click on %s ENABLE APIS AND SERVICES %s"
|
4502 |
msgstr "Klinkite na %s OMOGOČI API-je IN STORITVE %s"
|
4503 |
|
4504 |
#. translators: %s: HTML tags
|
4505 |
+
#: settings.php:4347
|
4506 |
msgid "Search for adsense and enable %s"
|
4507 |
msgstr "Poiščite adsense in omogočite %s"
|
4508 |
|
4509 |
#. translators: %s: HTML tags
|
4510 |
+
#: settings.php:4348
|
4511 |
msgid "Click on %s CREATE CREDENTIALS %s"
|
4512 |
msgstr "Klinkite na %s USTVARI POOBLASTILA %s"
|
4513 |
|
4514 |
#. translators: %s: HTML tags
|
4515 |
+
#: settings.php:4349
|
4516 |
msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
|
4517 |
msgstr "Za %s Od kod boste klicali API-je? %s izberite %s Drugi UI %s"
|
4518 |
|
4519 |
#. translators: %s: HTML tags
|
4520 |
+
#: settings.php:4350
|
4521 |
msgid "For %s What data will you be accessing? %s select %s User data %s"
|
4522 |
msgstr ""
|
4523 |
"Za %s Do katerih podatkov boste dostopali? %s izberite %s Uporabniški "
|
4524 |
"podatki %s"
|
4525 |
|
4526 |
#. translators: %s: HTML tags
|
4527 |
+
#: settings.php:4351
|
4528 |
msgid "Click on %s What credentials do I need? %s"
|
4529 |
msgstr "Kliknite na %s Kakšna pooblastila potrebujem? %s"
|
4530 |
|
4531 |
#. translators: %s: HTML tags
|
4532 |
+
#: settings.php:4352
|
4533 |
msgid ""
|
4534 |
"Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
|
4535 |
"Ad Inserter client %s"
|
4538 |
"%s Ad Inserter klient %s"
|
4539 |
|
4540 |
#. translators: %s: HTML tags
|
4541 |
+
#: settings.php:4353
|
4542 |
msgid ""
|
4543 |
"Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
|
4544 |
"enter %s"
|
4547 |
"uporabnikom %s vnesite %s"
|
4548 |
|
4549 |
#. translators: %s: HTML tags
|
4550 |
+
#: settings.php:4354
|
4551 |
msgid "Click on %s Continue %s"
|
4552 |
msgstr "Kliknite na %s Nadaljuj %s"
|
4553 |
|
4554 |
#. translators: %s: HTML tags
|
4555 |
+
#: settings.php:4355
|
4556 |
msgid "Click on %s Done %s"
|
4557 |
msgstr "Kliknite na %s Končaj %s"
|
4558 |
|
4559 |
#. translators: %s: HTML tags
|
4560 |
+
#: settings.php:4356
|
4561 |
msgid ""
|
4562 |
"Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
|
4563 |
"secret %s"
|
4565 |
"Kliknite na %s Ad Inserter klient, %s da bi dobili %s ID klienta %s in %s "
|
4566 |
"Skrivnost klienta %s"
|
4567 |
|
4568 |
+
#: settings.php:4357
|
4569 |
msgid "Copy them to the appropriate fields below"
|
4570 |
msgstr "Skopirajte ju na ustrezni polji spodaj"
|
4571 |
|
4572 |
+
#: settings.php:4363
|
4573 |
msgid "Client ID"
|
4574 |
msgstr "ID klienta"
|
4575 |
|
4576 |
+
#: settings.php:4366
|
4577 |
msgid "Enter Client ID"
|
4578 |
msgstr "Vnesite ID klienta"
|
4579 |
|
4580 |
+
#: settings.php:4371
|
4581 |
msgid "Client secret"
|
4582 |
msgstr "Skrivnost klienta"
|
4583 |
|
4584 |
+
#: settings.php:4374
|
4585 |
msgid "Enter Client secret"
|
4586 |
msgstr "Vnesite Skrivnost klienta"
|
4587 |
|
4588 |
+
#: settings.php:4384
|
4589 |
msgid "Use default API IDs"
|
4590 |
msgstr "Uporabi privzete API ID-je"
|
4591 |
|
4592 |
+
#: settings.php:4537
|
4593 |
msgid "All posts"
|
4594 |
msgstr "Vsi prispevki"
|
4595 |
|
4596 |
+
#: settings.php:4538
|
4597 |
msgid "All static pages"
|
4598 |
msgstr "Vse statične strani"
|
4599 |
|
4600 |
+
#: settings.php:4689 settings.php:4702 settings.php:4716 settings.php:4732
|
4601 |
msgid "Blank ad blocks? Looking for AdSense alternative?"
|
4602 |
msgstr "Prazni oglasni bloki? Iščete alternativo za AdSense?"
|
4603 |
|
4604 |
+
#: settings.php:4694 settings.php:4707 settings.php:4721 settings.php:4737
|
4605 |
+
#: settings.php:4954 settings.php:4956 settings.php:4973 settings.php:4977
|
4606 |
+
#: settings.php:4985 settings.php:4986 settings.php:4989 settings.php:4995
|
4607 |
+
#: settings.php:5005 settings.php:5009
|
4608 |
msgid "Looking for AdSense alternative?"
|
4609 |
msgstr "Iščete alternativo za AdSense?"
|
4610 |
|
4611 |
+
#: settings.php:4749
|
4612 |
msgid "Try Infolinks Ads with Adsense or Media.net ads"
|
4613 |
msgstr "Poskusite oglase Infolinks z oglasi AdSense ali Media.net"
|
4614 |
|
4615 |
+
#: settings.php:4754 settings.php:4952 settings.php:4964 settings.php:4992
|
4616 |
+
#: settings.php:5019
|
4617 |
msgid "Use Infolinks ads with Adsense to earn more"
|
4618 |
msgstr "Uporabite oglase Infolinks z AdSense za večji zaslužek"
|
4619 |
|
4620 |
+
#: settings.php:4764 settings.php:4769 settings.php:4779 settings.php:4784
|
4621 |
+
#: settings.php:4950 settings.php:4969 settings.php:4996 settings.php:5014
|
4622 |
+
msgid "Maximize your revenue!"
|
4623 |
+
msgstr "Povečajte svoj prihodek!"
|
4624 |
+
|
4625 |
+
#: settings.php:4805 settings.php:4843
|
4626 |
msgid "Support plugin development"
|
4627 |
msgstr "Podprite razvoj vtičnika"
|
4628 |
|
4629 |
+
#: settings.php:4806 settings.php:4844
|
4630 |
msgid ""
|
4631 |
"If you like Ad Inserter and have a moment, please help me spread the word by "
|
4632 |
"reviewing the plugin on WordPres"
|
4634 |
"Če vam je Ad Inserter všeč in imate trenutek časa, mi prosim pomagajte "
|
4635 |
"razširiti novico z oceno vtičnika na WordPress-u"
|
4636 |
|
4637 |
+
#: settings.php:4806
|
4638 |
msgctxt "Review ad Inserter"
|
4639 |
msgid "Review"
|
4640 |
msgstr "Oceni"
|
4641 |
|
4642 |
+
#: settings.php:4807
|
4643 |
msgid ""
|
4644 |
"Support free Ad Inserter development. If you are making money with Ad "
|
4645 |
"Inserter consider donating some small amount. Even 1 dollar counts. Thank "
|
4648 |
"Podprite razvoj brezplačnega Ad Inserter-ja. Če služite denar z Ad Inserter-"
|
4649 |
"jem razmislite o donaciji manjšega zneska. Tudi 1 evro šteje. Hvala!"
|
4650 |
|
4651 |
+
#: settings.php:4807
|
4652 |
msgid "Donate"
|
4653 |
msgstr "Donirajte"
|
4654 |
|
4655 |
+
#: settings.php:4814 settings.php:4859
|
4656 |
msgid "Average rating of the plugin - Thank you!"
|
4657 |
msgstr "Povprečna ocena vtičnika - Hvala!"
|
4658 |
|
4659 |
#. translators: %s: Ad Inserter, HTML tags
|
4660 |
+
#: settings.php:4825
|
4661 |
msgid ""
|
4662 |
"You've been using %s for a while now, and I hope you're happy with it. "
|
4663 |
"Positive %s reviews %s are a great way to show your appreciation for my "
|
4671 |
"vzpodbuda za odpravo hroščev in dodajanje novih funkcij za boljšo "
|
4672 |
"monetizacijo vašega spletnega mesta. %s Hvala!"
|
4673 |
|
4674 |
+
#: settings.php:4844
|
4675 |
msgid "Review"
|
4676 |
msgstr "Ocena"
|
4677 |
|
4678 |
+
#: settings.php:4848
|
4679 |
msgid "Ad Inserter on Twitter"
|
4680 |
msgstr "Ad Inserter na Twitter-ju"
|
4681 |
|
4682 |
+
#: settings.php:4849
|
4683 |
msgid "Ad Inserter on Facebook"
|
4684 |
msgstr "Ad Inserter na Facebook-u"
|
4685 |
|
4686 |
+
#: settings.php:4852
|
4687 |
msgid "Follow Ad Inserter"
|
4688 |
msgstr "Sledi Ad Inserter-ju"
|
4689 |
|
4690 |
#. translators: %s: HTML tags
|
4691 |
+
#: settings.php:4879
|
4692 |
msgid ""
|
4693 |
"Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
|
4694 |
"and %s Common Settings %s pages"
|
4697 |
"Urejanje Kode, %s %s Pogoste Nastavitve %s"
|
4698 |
|
4699 |
#. translators: %s: HTML tags
|
4700 |
+
#: settings.php:4891
|
4701 |
msgid ""
|
4702 |
"%s New to %s AdSense? %s %s %s Connect your site %s - %s In-feed ads, %s %s "
|
4703 |
"Auto ads, %s %s AMP ads %s — How to %s integrate %s Infolinks %s ad "
|
4708 |
"%s Infolinks %s oglasno kodo %s"
|
4709 |
|
4710 |
#. translators: %s: HTML tags
|
4711 |
+
#: settings.php:4912
|
4712 |
msgid ""
|
4713 |
"Become an %s affiliate %s for Ad Inserter Pro and earn commission for each "
|
4714 |
"purchase you refer to us"
|
4717 |
"nakup, ki nam ga posredujete"
|
4718 |
|
4719 |
#. translators: %s: HTML tags
|
4720 |
+
#: settings.php:4919
|
4721 |
msgid ""
|
4722 |
"Ads are not showing? Check %s troubleshooting guide %s to find out how to "
|
4723 |
"diagnose and fix the problem."
|
4726 |
"navodili za diagnozo in rešitvami za težave."
|
4727 |
|
4728 |
#. translators: %s: HTML tags
|
4729 |
+
#: settings.php:4923
|
4730 |
msgid ""
|
4731 |
"If you need any kind of help or support, please do not hesitate to open a "
|
4732 |
"thread on the %s support forum. %s"
|
4734 |
"Če potrebujete kakršno koli pomoč ali podporo ne oklevajte in odprite novo "
|
4735 |
"nit na %s podpornem forumu. %s"
|
4736 |
|
4737 |
+
#: settings.php:4949 settings.php:5018
|
|
|
|
|
|
|
|
|
4738 |
msgid "Code preview with visual CSS editor"
|
4739 |
msgstr "Predogled kode z vizualnim CSS urejevalnikom"
|
4740 |
|
4741 |
+
#: settings.php:4968 settings.php:5013
|
4742 |
+
msgid "A/B testing - Track ad impressions and clicks"
|
4743 |
+
msgstr "A/B testiranje - Sledi prikazom in klikom"
|
4744 |
+
|
4745 |
+
#: settings.php:5027
|
4746 |
msgid "Looking for Pro Ad Management plugin?"
|
4747 |
msgstr "Iščete Pro vtičnik za Upravljanje z Oglasi?"
|
4748 |
|
4749 |
+
#: settings.php:5028
|
4750 |
msgid "To Optimally Monetize your WordPress website?"
|
4751 |
msgstr "Za optimalno monetizacijo vašega WordPress spletnega mesta?"
|
4752 |
|
4753 |
+
#. Translators: %s: price of Ad Inserter Pro
|
4754 |
+
#: settings.php:5029
|
4755 |
+
msgid "Different license types starting from %s"
|
4756 |
+
msgstr "Različni tipi licenc začenši od %s"
|
4757 |
+
|
4758 |
#. translators: %s HTML tags
|
4759 |
+
#: settings.php:5032
|
4760 |
msgid "%s AdSense Integration %s"
|
4761 |
msgstr "%s Integracija AdSense %s"
|
4762 |
|
4763 |
#. translators: %s HTML tags
|
4764 |
+
#: settings.php:5033
|
4765 |
msgid "Syntax highlighting %s editor %s"
|
4766 |
msgstr "%s Urejevalnik %s s poudarjanjem sintakse"
|
4767 |
|
4768 |
#. translators: %s HTML tags
|
4769 |
+
#: settings.php:5034
|
4770 |
msgid "%s Code preview %s with visual CSS editor"
|
4771 |
msgstr "%s Predogled kode %s z vizualnim CSS urejevalnikom"
|
4772 |
|
4773 |
#. translators: %s HTML tags
|
4774 |
+
#: settings.php:5035
|
4775 |
msgid "Simple user interface - all settings on a single page"
|
4776 |
msgstr "Preprost uporabniški vmesnik - vse nastavitve na eni strani"
|
4777 |
|
4778 |
#. translators: %s HTML tags
|
4779 |
+
#: settings.php:5036
|
4780 |
msgid ""
|
4781 |
"%s Automatic insertion %s before or after post / content / %s paragraph %s / "
|
4782 |
"image / excerpt"
|
4785 |
"%s / sliko / izvlečkom"
|
4786 |
|
4787 |
#. translators: %s HTML tags
|
4788 |
+
#: settings.php:5037
|
4789 |
msgid "%s Automatic insertion %s between posts on blog pages"
|
4790 |
msgstr "%s Samodejno vstavljanje %s med prispevki na straneh bloga"
|
4791 |
|
4792 |
#. translators: %s HTML tags
|
4793 |
+
#: settings.php:5038
|
4794 |
msgid "%s Automatic insertion %s before, between and after comments"
|
4795 |
msgstr "%s Samodejno vstavljanje %s pred, med in po kometarjih"
|
4796 |
|
4797 |
#. translators: %s HTML tags
|
4798 |
+
#: settings.php:5039
|
4799 |
msgid "%s Automatic insertion %s after %s or before %s tag"
|
4800 |
msgstr "%s Samodejno vstavljanje %s za %s ali pred %s začko"
|
4801 |
|
4802 |
#. translators: %s HTML tags
|
4803 |
+
#: settings.php:5040
|
4804 |
msgid "Automatic insertion at %s custom hook positions %s"
|
4805 |
msgstr "Samodejno vstavljanje na %s položajih ročic po meri %s"
|
4806 |
|
4807 |
#. translators: %s HTML tags
|
4808 |
+
#: settings.php:5041
|
4809 |
msgid ""
|
4810 |
"Insertion %s before or after any HTML element on the page %s (using CSS "
|
4811 |
"selectors)"
|
4814 |
"selektorjev)"
|
4815 |
|
4816 |
#. translators: %s HTML tags
|
4817 |
+
#: settings.php:5042
|
4818 |
msgid "%s Insertion exceptions %s for individual posts and pages"
|
4819 |
msgstr "%s Izjeme vstavljanja %s za individualne prispevke in strani"
|
4820 |
|
4821 |
#. translators: %s HTML tags
|
4822 |
+
#: settings.php:5043
|
4823 |
msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
|
4824 |
msgstr "%s Ročno vstavljanje: %s gradniki, kratke kode in klic PHP funkcije"
|
4825 |
|
4826 |
#. translators: %s HTML tags
|
4827 |
+
#: settings.php:5044
|
4828 |
msgid ""
|
4829 |
"%s Sticky ads %s with optional close button (ads stay fixed when the page "
|
4830 |
"scrolls)"
|
4833 |
"se stran pomika)"
|
4834 |
|
4835 |
#. translators: %s HTML tags
|
4836 |
+
#: settings.php:5045
|
4837 |
msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
|
4838 |
msgstr ""
|
4839 |
"%s Lepljivi oglasi v stranski vrstici %s (lepljivi na zaslon ali vsebino)"
|
4840 |
|
4841 |
#. translators: %s HTML tags
|
4842 |
+
#: settings.php:5046
|
4843 |
msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
|
4844 |
msgstr ""
|
4845 |
"%s Animacije lepljivih oglasov %s (uveni, drsaj, obrni, prekucni, približaj)"
|
4846 |
|
4847 |
#. translators: %s HTML tags
|
4848 |
+
#: settings.php:5047
|
4849 |
msgid ""
|
4850 |
"%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
|
4851 |
"visible)"
|
4854 |
"postane viden)"
|
4855 |
|
4856 |
#. translators: %s HTML tags
|
4857 |
+
#: settings.php:5048
|
4858 |
msgid ""
|
4859 |
"%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
|
4860 |
msgstr ""
|
4862 |
"strani)"
|
4863 |
|
4864 |
#. translators: %s HTML tags
|
4865 |
+
#: settings.php:5049
|
4866 |
msgid "Block %s alignment and style %s customizations"
|
4867 |
msgstr "%s Poravnave in slogi %s bloka po meri"
|
4868 |
|
4869 |
#. translators: %s HTML tags
|
4870 |
+
#: settings.php:5050
|
4871 |
msgid ""
|
4872 |
"%s Clearance %s options to avoid insertion near images or headers (AdSense "
|
4873 |
"TOS)"
|
4875 |
"%s Izogibanje %s vstavljanja oglasov zraven slik ali naslovov (AdSense TOS)"
|
4876 |
|
4877 |
#. translators: %s HTML tags
|
4878 |
+
#: settings.php:5051
|
4879 |
msgid ""
|
4880 |
"Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
|
4881 |
"feeds"
|
4884 |
"virih"
|
4885 |
|
4886 |
#. translators: %s HTML tags
|
4887 |
+
#: settings.php:5052
|
4888 |
msgid "%s Ad rotation %s (works also with caching)"
|
4889 |
msgstr "%s Rotacija oglasov %s (deluje tudi s predpomnjenjem)"
|
4890 |
|
4891 |
#. translators: %s HTML tags
|
4892 |
+
#: settings.php:5053
|
4893 |
msgid "Create, edit and check %s ads.txt %s file"
|
4894 |
msgstr "Ustvari, urejaj in preveri datoteko %s ads.txt %s"
|
4895 |
|
4896 |
#. translators: %s HTML tags
|
4897 |
+
#: settings.php:5054
|
4898 |
msgid ""
|
4899 |
"Ad impression and click %s tracking %s (works also with Javascript ads like "
|
4900 |
"AdSense)"
|
4903 |
"AdSense)"
|
4904 |
|
4905 |
#. translators: %s HTML tags
|
4906 |
+
#: settings.php:5055
|
4907 |
msgid "Internal or external %s tracking %s (via Google Analytics or Matomo)"
|
4908 |
msgstr "Notranje ali zunanje %s sledenje %s (prek Google Analytics ali Matomo)"
|
4909 |
|
4910 |
#. translators: %s HTML tags
|
4911 |
+
#: settings.php:5056
|
4912 |
msgid "%s Public web reports %s for clients, export to PDF"
|
4913 |
msgstr "%s Javna spletna poročila %s za stranke, izvoz v PDF"
|
4914 |
|
4915 |
#. translators: %s HTML tags
|
4916 |
+
#: settings.php:5057
|
4917 |
msgid "Support for %s A/B testing %s"
|
4918 |
msgstr "Podpora za %s A/B testiranje %s"
|
4919 |
|
4920 |
#. translators: %s HTML tags
|
4921 |
+
#: settings.php:5058
|
4922 |
msgid "Frequency capping - %s limit impressions or clicks %s"
|
4923 |
msgstr "Omejevanje frekvence - %s omejite prikaze ali klike %s"
|
4924 |
|
4925 |
#. translators: %s HTML tags
|
4926 |
+
#: settings.php:5059
|
4927 |
msgid "Click fraud %s protection %s"
|
4928 |
msgstr "%s Zaščita %s pred goljufijo s kliki"
|
4929 |
|
4930 |
#. translators: %s HTML tags
|
4931 |
+
#: settings.php:5060
|
4932 |
msgid "Support for %s lazy loading %s"
|
4933 |
msgstr "Podpora za %s leno nalaganje %s"
|
4934 |
|
4935 |
#. translators: %s HTML tags
|
4936 |
+
#: settings.php:5061
|
4937 |
msgid "Support for ads on %s AMP pages %s"
|
4938 |
msgstr "Podpora za oglase na %s AMP straneh %s"
|
4939 |
|
4940 |
#. translators: %s HTML tags
|
4941 |
+
#: settings.php:5062
|
4942 |
msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
|
4943 |
msgstr "Podpora za kontekstualne %s Amazon Native Shopping Ads %s (odzivni)"
|
4944 |
|
4945 |
#. translators: %s HTML tags
|
4946 |
+
#: settings.php:5063
|
4947 |
msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
|
4948 |
msgstr ""
|
4949 |
"Ime CSS razreda za div za ovijanje po meri za izogibanje blokiranju oglasov"
|
4950 |
|
4951 |
#. translators: %s HTML tags
|
4952 |
+
#: settings.php:5065
|
4953 |
msgid "%s Banner %s code generator"
|
4954 |
msgstr "Generator kode za %s pasice %s"
|
4955 |
|
4956 |
#. translators: %s HTML tags
|
4957 |
+
#: settings.php:5066
|
4958 |
msgid "Support for %s header and footer %s code"
|
4959 |
msgstr "Podpora za kodo v %s glavi in nogi %s"
|
4960 |
|
4961 |
#. translators: %s HTML tags
|
4962 |
+
#: settings.php:5067
|
4963 |
msgid "Support for Google Analytics, Matomo or any other web analytics code"
|
4964 |
msgstr ""
|
4965 |
"Podpora za Google Analytics, Matomo ali katerokoli drugo spletno analitiko"
|
4966 |
|
4967 |
#. translators: %s HTML tags
|
4968 |
+
#: settings.php:5068
|
4969 |
msgid "Desktop, tablet and phone server-side %s device detection %s"
|
4970 |
msgstr ""
|
4971 |
"%s Zaznava namizne, tablične in telefonske naprave %s na strani strani "
|
4972 |
"strežnika"
|
4973 |
|
4974 |
#. translators: %s HTML tags
|
4975 |
+
#: settings.php:5069
|
4976 |
msgid "Client-side %s mobile device detection %s (works with caching)"
|
4977 |
msgstr "%s Zaznava mobilne naprave %s (deluje s predpomnjenjem)"
|
4978 |
|
4979 |
#. translators: %s HTML tags
|
4980 |
+
#: settings.php:5070
|
4981 |
msgid ""
|
4982 |
"%s Ad blocking detection %s - popup message, ad replacement, content "
|
4983 |
"protection"
|
4986 |
"vsebine"
|
4987 |
|
4988 |
#. translators: %s HTML tags
|
4989 |
+
#: settings.php:5071
|
4990 |
msgid "%s Ad blocking statistics %s"
|
4991 |
msgstr "%s Statistika blokiranja oglasov %s"
|
4992 |
|
4993 |
#. translators: %s HTML tags
|
4994 |
+
#: settings.php:5072
|
4995 |
msgid ""
|
4996 |
"%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
|
4997 |
+
"referrers, operating systems, browsers"
|
4998 |
msgstr ""
|
4999 |
+
"%s Črni/Beli seznam %s kategorij, oznak, taksonomij, uporabnikov, ID-jev "
|
5000 |
+
"prispevkov, url-jev, napotiteljev, operacijskih sistemov, brskalnikov"
|
5001 |
|
5002 |
#. translators: %s HTML tags
|
5003 |
+
#: settings.php:5073
|
5004 |
msgid ""
|
5005 |
"%s Black/White-list %s IP addresses or countries (works also with caching)"
|
5006 |
msgstr ""
|
5007 |
"%s Črni/Beli seznam %s IP naslovov ali držav (deluje tudi s predpomnjenjem)"
|
5008 |
|
5009 |
#. translators: %s HTML tags
|
5010 |
+
#: settings.php:5074
|
5011 |
msgid "%s Multisite options %s to limit settings on the sites"
|
5012 |
msgstr "%s Multisite možnosti %s za omejitev nastavitev na spletiščih"
|
5013 |
|
5014 |
#. translators: %s HTML tags
|
5015 |
+
#: settings.php:5075
|
5016 |
msgid "%s Import/Export %s block or plugin settings"
|
5017 |
msgstr "%s Uvoz/Izvoz %s nastavitve bloka ali vtičnika"
|
5018 |
|
5019 |
#. translators: %s HTML tags
|
5020 |
+
#: settings.php:5076
|
5021 |
msgid "%s Insertion scheduling %s with fallback option"
|
5022 |
msgstr "%s Urnik vstavljanja %s z možnostjo rezerve"
|
5023 |
|
5024 |
#. translators: %s HTML tags
|
5025 |
+
#: settings.php:5077
|
5026 |
msgid "Country-level %s GEO targeting %s (works also with caching)"
|
5027 |
msgstr "%s GEO ciljanje na ravni države %s (deluje tudi s predpomnjenjem)"
|
5028 |
|
5029 |
#. translators: %s HTML tags
|
5030 |
+
#: settings.php:5078
|
5031 |
msgid "Simple troubleshooting with many %s debugging functions %s"
|
5032 |
msgstr ""
|
5033 |
"Preprosto odpravljanje napak z veliko %s funkcijami za razhroščevanje %s"
|
5034 |
|
5035 |
#. translators: %s HTML tags
|
5036 |
+
#: settings.php:5079
|
5037 |
msgid "%s Visualization %s of inserted blocks or ads for easier placement"
|
5038 |
msgstr ""
|
5039 |
"%s Vizualizacija %s vstavljenih blokov ali oglasov za enostavno umeščanje"
|
5040 |
|
5041 |
#. translators: %s HTML tags
|
5042 |
+
#: settings.php:5080
|
5043 |
msgid "%s Visualization %s of available positions for automatic ad insertion"
|
5044 |
msgstr ""
|
5045 |
"%s Vizualizacija %s razpoložljivih položajev za samodejno vstavljanje oglasov"
|
5046 |
|
5047 |
#. translators: %s HTML tags
|
5048 |
+
#: settings.php:5081
|
5049 |
msgid ""
|
5050 |
"%s Visualization %s of HTML tags for easier ad placement between paragraphs"
|
5051 |
msgstr ""
|
5052 |
"%s Vizualizacija %s HTML značk za enostavno vstavljanje oglasov med odstavki"
|
5053 |
|
5054 |
#. translators: %s HTML tags
|
5055 |
+
#: settings.php:5082
|
5056 |
msgid "%s Clipboard support %s to easily copy blocks or settings"
|
5057 |
msgstr ""
|
5058 |
"%s Podpora za odložišče %s za enostavno kopiranje blokov ali nastavitev"
|
5059 |
|
5060 |
#. translators: %s HTML tags
|
5061 |
+
#: settings.php:5083
|
5062 |
msgid "No ads on the settings page"
|
5063 |
msgstr "Stran z nastavitvami brez oglasov"
|
5064 |
|
5065 |
#. translators: %s HTML tags
|
5066 |
+
#: settings.php:5084
|
5067 |
msgid "Premium support"
|
5068 |
msgstr "Vrhunska podpora"
|
5069 |
|
5070 |
#. translators: %s HTML tags
|
5071 |
+
#: settings.php:5087
|
5072 |
msgid ""
|
5073 |
"Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
|
5074 |
"website with many advertising features to automatically insert adverts on "
|
5095 |
"bodo ohranile)."
|
5096 |
|
5097 |
#. translators: %s HTML tags
|
5098 |
+
#: settings.php:5100
|
5099 |
msgid "Looking for %s Pro Ad Management plugin? %s"
|
5100 |
msgstr "Iščete Pro vtičnik za %s Upravljanje z Oglasi? %s"
|
5101 |
|
5102 |
#. translators: %s HTML tags
|
5103 |
+
#: settings.php:5105
|
5104 |
msgid "Ads between posts"
|
5105 |
msgstr "Oglasi med prispevki"
|
5106 |
|
5107 |
#. translators: %s HTML tags
|
5108 |
+
#: settings.php:5106
|
5109 |
msgid "Ads between comments"
|
5110 |
msgstr "Oglasi med komentarji"
|
5111 |
|
5112 |
#. translators: %s HTML tags
|
5113 |
+
#: settings.php:5107
|
5114 |
msgid "Support via email"
|
5115 |
msgstr "Podpora prek elektronske pošte"
|
5116 |
|
5117 |
#. translators: %s HTML tags
|
5118 |
+
#: settings.php:5113
|
5119 |
msgid "%s Sticky positions %s"
|
5120 |
msgstr "%s Lepljivi položaji %s"
|
5121 |
|
5122 |
#. translators: %s HTML tags
|
5123 |
+
#: settings.php:5114
|
5124 |
msgid "%s Limit insertions %s"
|
5125 |
msgstr "%s Omeji vstavljanja %s"
|
5126 |
|
5127 |
#. translators: %s HTML tags
|
5128 |
+
#: settings.php:5115
|
5129 |
msgid "%s Clearance %s options"
|
5130 |
msgstr "Možnosti %s izogibanja %s"
|
5131 |
|
5132 |
#. translators: %s HTML tags
|
5133 |
+
#: settings.php:5121
|
5134 |
msgid "Ad rotation"
|
5135 |
msgstr "Vrtenje oglasov"
|
5136 |
|
5137 |
#. translators: %s HTML tags
|
5138 |
+
#: settings.php:5122
|
5139 |
msgid "%s A/B testing %s"
|
5140 |
msgstr "%s A/B testiranje %s"
|
5141 |
|
5142 |
#. translators: %s HTML tags
|
5143 |
+
#: settings.php:5123
|
5144 |
msgid "%s Ad tracking %s"
|
5145 |
msgstr "%s Sledenje oglasom %s"
|
5146 |
|
5147 |
#. translators: %s HTML tags
|
5148 |
+
#: settings.php:5129
|
5149 |
msgid "Support for %s AMP pages %s"
|
5150 |
msgstr "Podpora za %s AMP strani %s"
|
5151 |
|
5152 |
#. translators: %s HTML tags
|
5153 |
+
#: settings.php:5130
|
5154 |
msgid "%s Ad blocking detection %s"
|
5155 |
msgstr "%s Zaznavanje blokiranja oglasov %s"
|
5156 |
|
5157 |
#. translators: %s HTML tags
|
5158 |
+
#: settings.php:5131
|
5159 |
msgid "%s Mobile device detection %s"
|
5160 |
msgstr "%s Zaznavanje mobilne naprave %s"
|
5161 |
|
5162 |
#. translators: %s HTML tags
|
5163 |
+
#: settings.php:5138
|
5164 |
msgid "64 code blocks"
|
5165 |
msgstr "64 kodnih blokov"
|
5166 |
|
5167 |
#. translators: %s HTML tags
|
5168 |
+
#: settings.php:5139
|
5169 |
msgid "%s GEO targeting %s"
|
5170 |
msgstr "%s GEO ciljanje %s"
|
5171 |
|
5172 |
#. translators: %s HTML tags
|
5173 |
+
#: settings.php:5140
|
5174 |
msgid "%s Scheduling %s"
|
5175 |
msgstr "%s Urnik %s"
|
5176 |
|
5238 |
msgid "After excerpt"
|
5239 |
msgstr "Za izvlečkom"
|
5240 |
|
|
|
|
|
|
|
|
|
5241 |
#: strings.php:26
|
5242 |
msgid "Before comments"
|
5243 |
msgstr "Pred komentarji"
|
5683 |
msgstr "Preusmeritev"
|
5684 |
|
5685 |
#: strings.php:154
|
5686 |
+
msgid "Do nothing"
|
5687 |
msgstr "Ne naredi ničesar"
|
5688 |
|
5689 |
#: strings.php:156
|
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.5.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
|
7 |
-
"POT-Creation-Date: 2019-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -12,454 +12,454 @@ msgstr ""
|
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
-
#: ad-inserter.php:
|
16 |
msgctxt "Menu item"
|
17 |
msgid "Debugging DEMO"
|
18 |
msgstr ""
|
19 |
|
20 |
-
#: ad-inserter.php:
|
21 |
msgctxt "Menu item"
|
22 |
msgid "Label Blocks"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: ad-inserter.php:
|
26 |
msgctxt "Menu item"
|
27 |
msgid "Show Positions"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: ad-inserter.php:
|
31 |
msgctxt "Menu item"
|
32 |
msgid "Show HTML Tags"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: ad-inserter.php:
|
36 |
msgctxt "Menu item"
|
37 |
msgid "Disable Insertion"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: ad-inserter.php:
|
41 |
msgctxt "Menu item"
|
42 |
msgid "Ad Blocking Status"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: ad-inserter.php:
|
46 |
msgctxt "Menu item"
|
47 |
msgid "Simulate Ad Blocking"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: ad-inserter.php:
|
51 |
msgctxt "Menu item"
|
52 |
msgid "Log Processing"
|
53 |
msgstr ""
|
54 |
|
55 |
#. translators: Debugging position name Before HTML element
|
56 |
-
#: ad-inserter.php:
|
57 |
msgid "Before"
|
58 |
msgstr ""
|
59 |
|
60 |
#. translators: Debugging position name After HTML element
|
61 |
-
#: ad-inserter.php:
|
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:
|
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:
|
74 |
msgid "Append content"
|
75 |
msgstr ""
|
76 |
|
77 |
#. translators: Debugging position name Replace content of HTML element
|
78 |
-
#: ad-inserter.php:
|
79 |
msgid "Replace content"
|
80 |
msgstr ""
|
81 |
|
82 |
#. translators: Debugging position name Replace HTML element
|
83 |
-
#: ad-inserter.php:
|
84 |
msgid "Replace"
|
85 |
msgstr ""
|
86 |
|
87 |
#. translators: Debugging message when output buffering is enabled
|
88 |
-
#: ad-inserter.php:
|
89 |
msgid "OUTPUT BUFFERING"
|
90 |
msgstr ""
|
91 |
|
92 |
#. translators: Debugging position
|
93 |
-
#: ad-inserter.php:
|
94 |
msgid "Above Header"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ad-inserter.php:
|
98 |
msgctxt "Menu item"
|
99 |
msgid "Log In"
|
100 |
msgstr ""
|
101 |
|
102 |
#. translators: %s: Ad Inserter
|
103 |
-
#: ad-inserter.php:
|
104 |
msgid "%s Settings"
|
105 |
msgstr ""
|
106 |
|
107 |
#. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
|
108 |
-
#: ad-inserter.php:
|
109 |
msgid "AD BLOCKING DETECTED, PAGE VIEWS"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: ad-inserter.php:
|
113 |
msgid "NO ACTION"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: ad-inserter.php:
|
117 |
msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: ad-inserter.php:
|
121 |
msgid "AD BLOCKING DETECTED - ACTION"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: ad-inserter.php:
|
125 |
msgid "AD BLOCKING NOT DETECTED"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: ad-inserter.php:
|
129 |
msgid "AD BLOCKING DETECTION COOKIES DELETED"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: ad-inserter.php:
|
133 |
msgid "AD BLOCKING DETECTED - NO ACTION"
|
134 |
msgstr ""
|
135 |
|
136 |
#. Translators: 1: number of blocks, 2: Ad Inserter
|
137 |
-
#: ad-inserter.php:
|
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:
|
144 |
-
#: includes/functions.php:
|
145 |
msgid "No, thank you."
|
146 |
msgstr ""
|
147 |
|
148 |
#. Translators: %s: Ad Inserter
|
149 |
-
#: ad-inserter.php:
|
150 |
msgid ""
|
151 |
"Hey, you've been using %s for a while now, and I hope you're happy with it."
|
152 |
msgstr ""
|
153 |
|
154 |
-
#: ad-inserter.php:
|
155 |
-
#: includes/functions.php:
|
156 |
msgid "Not now, maybe later."
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: ad-inserter.php:
|
160 |
msgid "I would really appreciate if you could rate the plugin on WordPres."
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: ad-inserter.php:
|
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:
|
171 |
msgid "Rate %s"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: ad-inserter.php:
|
175 |
msgid "I already did."
|
176 |
msgstr ""
|
177 |
|
178 |
#. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter
|
179 |
#. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter, 3, 4: HTML tags
|
180 |
-
#: ad-inserter.php:
|
181 |
msgid "Warning: %1$s %3$s disabled %4$s %2$s on AMP pages."
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: ad-inserter.php:
|
185 |
msgctxt "Menu item"
|
186 |
msgid "Settings"
|
187 |
msgstr ""
|
188 |
|
189 |
#. translators: %s: Ad Inserter
|
190 |
-
#: ad-inserter.php:
|
191 |
msgctxt "Meta box name"
|
192 |
msgid "%s Individual Exceptions"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: ad-inserter.php:
|
196 |
#: includes/preview.php:1976 includes/preview.php:2020
|
197 |
-
#: includes/preview.php:2057 settings.php:
|
198 |
msgid "Block"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: ad-inserter.php:
|
202 |
msgid "Name"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: ad-inserter.php:
|
206 |
msgid "Default insertion"
|
207 |
msgstr ""
|
208 |
|
209 |
#. translators: For this post or page
|
210 |
-
#: ad-inserter.php:
|
211 |
msgctxt "Page"
|
212 |
msgid "For this"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: ad-inserter.php:
|
216 |
msgctxt "Post"
|
217 |
msgid "For this"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: ad-inserter.php:
|
221 |
msgctxt "Enabled/disabled on all"
|
222 |
msgid "pages"
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: ad-inserter.php:
|
226 |
msgctxt "Enabled/disabled on all"
|
227 |
msgid "posts"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: ad-inserter.php:
|
231 |
msgid "Enabled"
|
232 |
msgstr ""
|
233 |
|
234 |
#. translators: Menu items
|
235 |
-
#: ad-inserter.php:
|
236 |
-
#: includes/functions.php:
|
237 |
msgid "Disabled"
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: ad-inserter.php:
|
241 |
msgid "No individual exceptions"
|
242 |
msgstr ""
|
243 |
|
244 |
#. translators: Not enabled for pages or posts
|
245 |
-
#: ad-inserter.php:
|
246 |
msgid "Not enabled for"
|
247 |
msgstr ""
|
248 |
|
249 |
#. translators: No individual exceptions enabled for pages or posts
|
250 |
-
#: ad-inserter.php:
|
251 |
msgid "No block has individual exceptions enabled"
|
252 |
msgstr ""
|
253 |
|
254 |
#. translators: 1: Ad Inserter Settings (page), 2: Tag / Archive pages
|
255 |
-
#: ad-inserter.php:
|
256 |
msgid ""
|
257 |
"Default insertion can be configured for each block on %1$s page - button "
|
258 |
"next to %2$s checkbox."
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: ad-inserter.php:
|
262 |
msgid "Tag / Archive pages"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: ad-inserter.php:
|
266 |
msgid ""
|
267 |
"When individual exceptions for a block are enabled, a checkbox will be "
|
268 |
"listed here to change default insertion for this post or page."
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: ad-inserter.php:
|
272 |
msgid ""
|
273 |
"This way you can individually enable or disable blocks on specific posts or "
|
274 |
"pages."
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: ad-inserter.php:
|
278 |
msgid "For more information check page %s"
|
279 |
msgstr ""
|
280 |
|
281 |
#. translators: Ad Inserter Exceptions documentation page
|
282 |
-
#: ad-inserter.php:
|
283 |
msgid "Individual Exceptions"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: ad-inserter.php:
|
287 |
msgid "STATIC PAGE"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: ad-inserter.php:
|
291 |
msgid "POST"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: ad-inserter.php:
|
295 |
msgid "HOMEPAGE"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: ad-inserter.php:
|
299 |
msgid "CATEGORY PAGE"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: ad-inserter.php:
|
303 |
msgid "SEARCH PAGE"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: ad-inserter.php:
|
307 |
msgid "ARCHIVE PAGE"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: ad-inserter.php:
|
311 |
msgid "ERROR 404 PAGE"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: ad-inserter.php:
|
315 |
msgid "AJAX CALL"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: ad-inserter.php:
|
319 |
msgid "UNKNOWN PAGE TYPE"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: ad-inserter.php:
|
323 |
msgid "Click to delete ad blocking detection cokies"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: ad-inserter.php:
|
327 |
msgid "AD BLOCKING STATUS UNKNOWN"
|
328 |
msgstr ""
|
329 |
|
330 |
#. translators: %s: AdSense Auto Ads
|
331 |
-
#: ad-inserter.php:
|
332 |
msgid ""
|
333 |
"Code for %s detected - Code will automatically insert AdSense ads at optimal "
|
334 |
"positions"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: ad-inserter.php:
|
338 |
msgid "Code for insertion"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: ad-inserter.php:
|
342 |
msgid "character"
|
343 |
msgid_plural "characters"
|
344 |
msgstr[0] ""
|
345 |
msgstr[1] ""
|
346 |
|
347 |
-
#: ad-inserter.php:
|
348 |
msgid "Header code"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: ad-inserter.php:
|
352 |
msgctxt "Header code"
|
353 |
msgid "DISABLED"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: ad-inserter.php:
|
357 |
msgid "character inserted"
|
358 |
msgid_plural "characters inserted"
|
359 |
msgstr[0] ""
|
360 |
msgstr[1] ""
|
361 |
|
362 |
-
#: ad-inserter.php:
|
363 |
msgid "Automatically placed by AdSense Auto ads code"
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: ad-inserter.php:
|
367 |
msgid "Footer code"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: ad-inserter.php:
|
371 |
msgctxt "Footer code"
|
372 |
msgid "DISABLED"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: ad-inserter.php:
|
376 |
msgid "JAVASCRIPT NOT WORKING"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: ad-inserter.php:
|
380 |
msgid "NO JAVASCRIPT ERRORS"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: ad-inserter.php:
|
384 |
msgid "JAVASCRIPT ERRORS"
|
385 |
msgstr ""
|
386 |
|
387 |
#. translators: block name (block with default settings)
|
388 |
-
#: ad-inserter.php:
|
389 |
msgctxt "Block name"
|
390 |
msgid "Default"
|
391 |
msgstr ""
|
392 |
|
393 |
#. translators: %s: Ad Inserter
|
394 |
-
#: ad-inserter.php:
|
395 |
msgid "Error importing %s settings."
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: ad-inserter.php:
|
399 |
msgid "Error importing settings for block"
|
400 |
msgid_plural "Error importing settings for blocks:"
|
401 |
msgstr[0] ""
|
402 |
msgstr[1] ""
|
403 |
|
404 |
-
#: ad-inserter.php:
|
405 |
msgid "Settings saved."
|
406 |
msgstr ""
|
407 |
|
408 |
#. translators: %s: Ad Inserter
|
409 |
-
#: ad-inserter.php:
|
410 |
msgid "Invalid data received - %s settings not saved."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: ad-inserter.php:
|
414 |
msgid "Settings cleared."
|
415 |
msgstr ""
|
416 |
|
417 |
#. Translators: Post/Static page must have between X and Y words
|
418 |
-
#: ad-inserter.php:
|
419 |
-
#: settings.php:
|
420 |
msgid "word"
|
421 |
msgid_plural "words"
|
422 |
msgstr[0] ""
|
423 |
msgstr[1] ""
|
424 |
|
425 |
-
#: ad-inserter.php:
|
426 |
msgid "HTML TAGS REMOVED"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: ad-inserter.php:
|
430 |
msgid "BEFORE COMMENTS"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: ad-inserter.php:
|
434 |
msgid "AFTER COMMENTS"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: ad-inserter.php:
|
438 |
msgid "BETWEEN COMMENTS"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: ad-inserter.php:
|
442 |
msgid "requires WordPress 4.6 or newer"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: ad-inserter.php:
|
446 |
msgid "Please update!"
|
447 |
msgstr ""
|
448 |
|
449 |
#. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
|
450 |
#. name with HTML tags will be added)
|
451 |
-
#: ad-inserter.php:
|
452 |
msgid "Thank you for installing"
|
453 |
msgstr ""
|
454 |
|
455 |
#. translators: Opt-in message: %s: HTML tags
|
456 |
-
#: ad-inserter.php:
|
457 |
msgid ""
|
458 |
"We would like to %s track its usage %s on your site. This is completely "
|
459 |
"optional and can be disabled at any time."
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: ad-inserter.php:
|
463 |
msgid ""
|
464 |
"We don't record any sensitive data, only information regarding the WordPress "
|
465 |
"environment and plugin usage, which will help us to make improvements to the "
|
@@ -467,7 +467,7 @@ msgid ""
|
|
467 |
msgstr ""
|
468 |
|
469 |
#. translators: Deactivation message: %s: HTML tags
|
470 |
-
#: ad-inserter.php:
|
471 |
msgid ""
|
472 |
"Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
|
473 |
"help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
|
@@ -475,56 +475,56 @@ msgid ""
|
|
475 |
msgstr ""
|
476 |
|
477 |
#. translators: %s: Ad Inserter
|
478 |
-
#: ad-inserter.php:
|
479 |
msgid "%s block."
|
480 |
msgstr ""
|
481 |
|
482 |
#. translators: widget title
|
483 |
-
#: ad-inserter.php:
|
484 |
msgid "Processing log"
|
485 |
msgstr ""
|
486 |
|
487 |
#. translators: widget title
|
488 |
-
#: ad-inserter.php:
|
489 |
msgid "Dummy widget"
|
490 |
msgstr ""
|
491 |
|
492 |
#. translators: widget title
|
493 |
-
#: ad-inserter.php:
|
494 |
msgid "Debugging tools"
|
495 |
msgstr ""
|
496 |
|
497 |
#. translators: block status (widget title)
|
498 |
-
#: ad-inserter.php:
|
499 |
msgctxt "block"
|
500 |
msgid "PAUSED"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: ad-inserter.php:
|
504 |
msgid "WIDGET DISABLED"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: ad-inserter.php:
|
508 |
msgid "Unknown block"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: ad-inserter.php:
|
512 |
-
#: includes/functions.php:
|
513 |
msgid "Title"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ad-inserter.php:
|
517 |
msgctxt "Widget"
|
518 |
msgid "Sticky"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: ad-inserter.php:
|
522 |
msgid ""
|
523 |
"Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
|
524 |
"Inserter you need to first deactivate Ad Inserter Pro."
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: ad-inserter.php:
|
528 |
msgid ""
|
529 |
"<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
|
530 |
"will clear all settings that are available only in the Pro version "
|
@@ -556,115 +556,124 @@ msgstr ""
|
|
556 |
msgid "After post"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: class.php:2054
|
|
|
|
|
|
|
|
|
560 |
msgid "Widget"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: class.php:
|
564 |
msgid "PHP function call"
|
565 |
msgstr ""
|
566 |
|
567 |
-
|
|
|
|
|
|
|
|
|
|
|
568 |
msgid "AJAX REQUEST"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: class.php:
|
572 |
msgid "Ajax request for block in iframe"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: class.php:
|
576 |
msgid "Ajax request url, click to open it in a new tab"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: class.php:
|
580 |
msgid "IN THE LOOP"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: class.php:
|
584 |
msgid "YES"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: class.php:
|
588 |
msgid "NO"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: class.php:
|
592 |
msgid "BLOCK"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: class.php:
|
596 |
msgctxt "block or widget"
|
597 |
msgid "INSERTED BUT NOT VISIBLE"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: class.php:
|
601 |
msgid "ACTIVE GROUPS"
|
602 |
msgstr ""
|
603 |
|
604 |
#. translators: %s: list parameters and type
|
605 |
-
#: class.php:
|
606 |
msgid "parameters='%s' type='%s'"
|
607 |
msgstr ""
|
608 |
|
609 |
#. translators: %s: list parameters and type
|
610 |
-
#: class.php:
|
611 |
msgid "referers='%s' type='%s'"
|
612 |
msgstr ""
|
613 |
|
614 |
#. translators: %s: list parameters and type
|
615 |
-
#: class.php:
|
616 |
msgid "clients='%s' type='%s'"
|
617 |
msgstr ""
|
618 |
|
619 |
#. translators: %s: list parameters and type
|
620 |
-
#: class.php:
|
621 |
msgid "countries='%s' type='%s'"
|
622 |
msgstr ""
|
623 |
|
624 |
#. translators: %s: list parameters and type
|
625 |
-
#: class.php:
|
626 |
msgid "ip addresses='%s' type='%s'"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: class.php:
|
630 |
msgid "BEFORE"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: class.php:
|
634 |
msgid "PREPEND CONTENT"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: class.php:
|
638 |
msgid "APPEND CONTENT"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: class.php:
|
642 |
msgid "REPLACE CONTENT"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: class.php:
|
646 |
msgid "REPLACE ELEMENT"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: class.php:
|
650 |
msgid "AFTER"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: class.php:
|
654 |
msgctxt "JavaScript"
|
655 |
msgid "script"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: class.php:
|
659 |
-
msgid "for"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: class.php:
|
663 |
msgctxt "category name"
|
664 |
msgid "Uncategorized"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: class.php:
|
668 |
msgid ""
|
669 |
"ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
|
670 |
"extension for PHP."
|
@@ -680,7 +689,7 @@ msgid "Reset"
|
|
680 |
msgstr ""
|
681 |
|
682 |
#: includes/editor.php:9 includes/placeholders.php:354
|
683 |
-
#: includes/preview.php:1965 settings.php:
|
684 |
msgid "Cancel"
|
685 |
msgstr ""
|
686 |
|
@@ -695,7 +704,7 @@ msgid ""
|
|
695 |
"blockers."
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: includes/editor.php:264 settings.php:
|
699 |
msgid "Error loading page"
|
700 |
msgstr ""
|
701 |
|
@@ -704,551 +713,551 @@ msgstr ""
|
|
704 |
msgid "PAGE BLOCKED"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: includes/functions.old.php:289 includes/functions.php:
|
708 |
msgid "%d of %d names shown"
|
709 |
msgstr ""
|
710 |
|
711 |
#. translators: %s: name filter
|
712 |
-
#: includes/functions.old.php:308 includes/functions.php:
|
713 |
msgid "No name matches filter"
|
714 |
msgstr ""
|
715 |
|
716 |
#. translators: %s: Ad Inserter Pro
|
717 |
-
#: includes/functions.old.php:383 includes/functions.php:
|
718 |
msgid ""
|
719 |
"Import %s settings when saving - if checked, the encoded settings below will "
|
720 |
"be imported for all blocks and settings"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: includes/functions.old.php:383 includes/functions.php:
|
724 |
msgid "Import Settings for"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: includes/functions.old.php:387 includes/functions.php:
|
728 |
msgid "Saved settings for"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: includes/functions.old.php:407 includes/functions.php:
|
732 |
msgid "License Key"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: includes/functions.old.php:410 includes/functions.php:
|
736 |
msgid "License Key for"
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: includes/functions.old.php:413 includes/functions.php:
|
740 |
msgid "Open license page"
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: includes/functions.old.php:421 includes/functions.php:
|
744 |
msgid "Hide license key"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: includes/functions.old.php:421 includes/functions.php:
|
748 |
msgid "Hide key"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: includes/functions.old.php:436 includes/functions.php:
|
752 |
msgid "Main content element"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: includes/functions.old.php:439 includes/functions.php:
|
756 |
msgid ""
|
757 |
"Main content element (#id or .class) for 'Stick to the content' position. "
|
758 |
"Leave empty unless position is not properly calculated."
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: includes/functions.old.php:440 includes/functions.php:
|
762 |
-
#: settings.php:
|
763 |
msgid "Open HTML element selector"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: includes/functions.old.php:445 includes/functions.php:
|
767 |
msgid "Lazy loading offset"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: includes/functions.old.php:448 includes/functions.php:
|
771 |
msgid "Offset of the block from the visible viewport when it should be loaded"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: includes/functions.old.php:459 includes/functions.php:
|
775 |
msgid "Export / Import Block Settings"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: includes/functions.old.php:474 includes/functions.php:
|
779 |
msgid "Track impressions and clicks for this block"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: includes/functions.old.php:474 includes/functions.php:
|
783 |
msgid " - global tracking disabled"
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: includes/functions.old.php:481 includes/functions.php:
|
787 |
msgid "Generate PDF report"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: includes/functions.old.php:486 includes/functions.php:
|
791 |
msgid "Open public report"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: includes/functions.old.php:500 includes/functions.php:
|
795 |
msgid "Toggle Ad Blocking Statistics"
|
796 |
msgstr ""
|
797 |
|
798 |
#: includes/functions.old.php:508 includes/functions.old.php:2960
|
799 |
-
#: includes/functions.php:
|
800 |
msgid "Toggle Statistics"
|
801 |
msgstr ""
|
802 |
|
803 |
#. translators: %s: Ad Inserter Pro
|
804 |
-
#: includes/functions.old.php:524 includes/functions.php:
|
805 |
msgid "%s license key is not set. Continue?"
|
806 |
msgstr ""
|
807 |
|
808 |
#. translators: %s: Ad Inserter Pro
|
809 |
-
#: includes/functions.old.php:528 includes/functions.php:
|
810 |
msgid "Invalid %s license key. Continue?"
|
811 |
msgstr ""
|
812 |
|
813 |
#. translators: %s: Ad Inserter Pro
|
814 |
-
#: includes/functions.old.php:532 includes/functions.php:
|
815 |
msgid "%s license overused. Continue?"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: includes/functions.old.php:536 includes/functions.php:
|
819 |
-
#: settings.php:
|
820 |
msgid "Save Settings"
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: includes/functions.old.php:596 includes/functions.php:
|
824 |
#: includes/preview.php:2106
|
825 |
msgid "Horizontal position"
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: includes/functions.old.php:619 includes/functions.php:
|
829 |
msgid ""
|
830 |
"Horizontal margin from the content or screen edge, empty means default value "
|
831 |
"from CSS"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: includes/functions.old.php:627 includes/functions.php:
|
835 |
#: includes/preview.php:2161
|
836 |
msgid "Vertical position"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: includes/functions.old.php:642 includes/functions.php:
|
840 |
msgid ""
|
841 |
"Vertical margin from the top or bottom screen edge, empty means default "
|
842 |
"value from CSS"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: includes/functions.old.php:667 includes/functions.php:
|
846 |
#: includes/preview.php:2212
|
847 |
msgid "Animation"
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: includes/functions.old.php:685 includes/functions.php:
|
851 |
msgid "Trigger"
|
852 |
msgstr ""
|
853 |
|
854 |
-
#: includes/functions.old.php:694 includes/functions.php:
|
855 |
msgid ""
|
856 |
"Trigger value: page scroll in %, page scroll in px or element with selector "
|
857 |
"(#id or .class) becomes visible"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: includes/functions.old.php:698 includes/functions.php:
|
861 |
msgid "Offset"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: includes/functions.old.php:698 includes/functions.php:
|
865 |
msgid "Offset of trigger element"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: includes/functions.old.php:702 includes/functions.php:
|
869 |
msgid "Delay"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: includes/functions.old.php:702 includes/functions.php:
|
873 |
msgid "Delay animation after trigger condition"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: includes/functions.old.php:706 includes/functions.php:
|
877 |
msgid "Trigger once"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: includes/functions.old.php:708 includes/functions.php:
|
881 |
msgid "Trigger animation only once"
|
882 |
msgstr ""
|
883 |
|
884 |
#: includes/functions.old.php:750 includes/functions.old.php:2453
|
885 |
-
#: includes/functions.old.php:2470 includes/functions.php:
|
886 |
-
#: includes/functions.php:
|
887 |
msgid "Tracking is globally disabled"
|
888 |
msgstr ""
|
889 |
|
890 |
#: includes/functions.old.php:754 includes/functions.old.php:2457
|
891 |
-
#: includes/functions.old.php:2474 includes/functions.php:
|
892 |
-
#: includes/functions.php:
|
893 |
msgid "Tracking for this block is disabled"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: includes/functions.old.php:761 includes/functions.php:
|
897 |
msgid "Double click to toggle controls in public reports"
|
898 |
msgstr ""
|
899 |
|
900 |
-
#: includes/functions.old.php:767 includes/functions.php:
|
901 |
-
#: settings.php:
|
902 |
msgid "Loading..."
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: includes/functions.old.php:788 includes/functions.php:
|
906 |
msgid ""
|
907 |
"Clear statistics data for the selected range - clear both dates to delete "
|
908 |
"all data for this block"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: includes/functions.old.php:792 includes/functions.php:
|
912 |
msgid "Auto refresh data for the selected range every 60 seconds"
|
913 |
msgstr ""
|
914 |
|
915 |
#: includes/functions.old.php:795 includes/functions.old.php:5262
|
916 |
-
#: includes/functions.php:
|
917 |
msgid "Load data for last month"
|
918 |
msgstr ""
|
919 |
|
920 |
#: includes/functions.old.php:795 includes/functions.old.php:5262
|
921 |
-
#: includes/functions.php:
|
922 |
msgid "Last Month"
|
923 |
msgstr ""
|
924 |
|
925 |
#: includes/functions.old.php:798 includes/functions.old.php:5265
|
926 |
-
#: includes/functions.php:
|
927 |
msgid "Load data for this month"
|
928 |
msgstr ""
|
929 |
|
930 |
#: includes/functions.old.php:798 includes/functions.old.php:5265
|
931 |
-
#: includes/functions.php:
|
932 |
msgid "This Month"
|
933 |
msgstr ""
|
934 |
|
935 |
#: includes/functions.old.php:801 includes/functions.old.php:5268
|
936 |
-
#: includes/functions.php:
|
937 |
msgid "Load data for this year"
|
938 |
msgstr ""
|
939 |
|
940 |
#: includes/functions.old.php:801 includes/functions.old.php:5268
|
941 |
-
#: includes/functions.php:
|
942 |
msgid "This Year"
|
943 |
msgstr ""
|
944 |
|
945 |
#: includes/functions.old.php:804 includes/functions.old.php:5271
|
946 |
-
#: includes/functions.php:
|
947 |
msgid "Load data for the last 15 days"
|
948 |
msgstr ""
|
949 |
|
950 |
#: includes/functions.old.php:807 includes/functions.old.php:5274
|
951 |
-
#: includes/functions.php:
|
952 |
msgid "Load data for the last 30 days"
|
953 |
msgstr ""
|
954 |
|
955 |
#: includes/functions.old.php:810 includes/functions.old.php:5277
|
956 |
-
#: includes/functions.php:
|
957 |
msgid "Load data for the last 90 days"
|
958 |
msgstr ""
|
959 |
|
960 |
#: includes/functions.old.php:813 includes/functions.old.php:5280
|
961 |
-
#: includes/functions.php:
|
962 |
msgid "Load data for the last 180 days"
|
963 |
msgstr ""
|
964 |
|
965 |
#: includes/functions.old.php:816 includes/functions.old.php:5283
|
966 |
-
#: includes/functions.php:
|
967 |
msgid "Load data for the last 365 days"
|
968 |
msgstr ""
|
969 |
|
970 |
#: includes/functions.old.php:826 includes/functions.old.php:5293
|
971 |
-
#: includes/functions.php:
|
972 |
msgid "Load data for the selected range"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: includes/functions.old.php:842 includes/functions.php:
|
976 |
msgid ""
|
977 |
"Import settings when saving - if checked, the encoded settings below will be "
|
978 |
"imported for this block"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: includes/functions.old.php:842 includes/functions.php:
|
982 |
msgid "Import settings for block"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: includes/functions.old.php:846 includes/functions.php:
|
986 |
msgid ""
|
987 |
"Import block name when saving - if checked and 'Import settings for block' "
|
988 |
"is also checked, the name from encoded settings below will be imported for "
|
989 |
"this block"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: includes/functions.old.php:846 includes/functions.php:
|
993 |
msgid "Import block name"
|
994 |
msgstr ""
|
995 |
|
996 |
-
#: includes/functions.old.php:850 includes/functions.php:
|
997 |
msgid "Saved settings for block"
|
998 |
msgstr ""
|
999 |
|
1000 |
-
#: includes/functions.old.php:863 includes/functions.php:
|
1001 |
msgid "Export / Import Ad Inserter Pro Settings"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: includes/functions.old.php:873 includes/functions.php:
|
1005 |
msgid "Are you sure you want to clear all statistics data for all blocks?"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: includes/functions.old.php:875 includes/functions.php:
|
1009 |
msgid "Clear All Statistics Data"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: includes/functions.old.php:902 includes/functions.php:
|
1013 |
msgid "Toggle country/city editor"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: includes/functions.old.php:908 includes/functions.php:
|
1017 |
msgid "IP Addresses"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: includes/functions.old.php:911 includes/functions.php:
|
1021 |
msgid "Toggle IP address editor"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#: includes/functions.old.php:914 includes/functions.php:
|
1025 |
msgid ""
|
1026 |
"Comma separated IP addresses, you can also use partial IP addresses with * "
|
1027 |
"(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
|
1028 |
msgstr ""
|
1029 |
|
1030 |
-
#: includes/functions.old.php:918 includes/functions.php:
|
1031 |
msgid "Blacklist IP addresses"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: includes/functions.old.php:922 includes/functions.php:
|
1035 |
msgid "Whitelist IP addresses"
|
1036 |
msgstr ""
|
1037 |
|
1038 |
-
#: includes/functions.old.php:933 includes/functions.php:
|
1039 |
msgid "Countries"
|
1040 |
msgstr ""
|
1041 |
|
1042 |
-
#: includes/functions.old.php:934 includes/functions.php:
|
1043 |
msgid "Cities"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
#: includes/functions.old.php:938 includes/functions.old.php:2925
|
1047 |
-
#: includes/functions.php:
|
1048 |
msgid "Toggle country editor"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
-
#: includes/functions.old.php:941 includes/functions.php:
|
1052 |
msgid "Toggle city editor"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
#: includes/functions.old.php:945 includes/functions.old.php:2928
|
1056 |
-
#: includes/functions.php:
|
1057 |
msgid "Comma separated country ISO Alpha-2 codes"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
-
#: includes/functions.old.php:949 includes/functions.php:
|
1061 |
msgid "Blacklist countries"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
-
#: includes/functions.old.php:953 includes/functions.php:
|
1065 |
msgid "Whitelist countries"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
#: includes/functions.old.php:1361 includes/functions.old.php:1608
|
1069 |
-
#: includes/functions.php:
|
1070 |
msgid "Enter license key"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
#. translators: %s: Ad Inserter Pro
|
1074 |
-
#: includes/functions.old.php:1367 includes/functions.php:
|
1075 |
msgid ""
|
1076 |
"%s license key is not set. Plugin functionality is limited and updates are "
|
1077 |
"disabled."
|
1078 |
msgstr ""
|
1079 |
|
1080 |
#: includes/functions.old.php:1379 includes/functions.old.php:1617
|
1081 |
-
#: includes/functions.php:
|
1082 |
msgid "Check license key"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
#. translators: %s: Ad Inserter Pro
|
1086 |
-
#: includes/functions.old.php:1385 includes/functions.php:
|
1087 |
msgid "Invalid %s license key."
|
1088 |
msgstr ""
|
1089 |
|
1090 |
#. translators: %s: Ad Inserter Pro
|
1091 |
-
#: includes/functions.old.php:1394 includes/functions.php:
|
1092 |
msgid "%s license expired. Plugin updates are disabled."
|
1093 |
msgstr ""
|
1094 |
|
1095 |
-
#: includes/functions.old.php:1395 includes/functions.php:
|
1096 |
msgid "Renew license"
|
1097 |
msgstr ""
|
1098 |
|
1099 |
#. translators: %s: Ad Inserter Pro
|
1100 |
-
#: includes/functions.old.php:1403 includes/functions.php:
|
1101 |
msgid "%s license overused. Plugin updates are disabled."
|
1102 |
msgstr ""
|
1103 |
|
1104 |
-
#: includes/functions.old.php:1404 includes/functions.php:
|
1105 |
msgid "Manage licenses"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
-
#: includes/functions.old.php:1404 includes/functions.php:
|
1109 |
msgid "Upgrade license"
|
1110 |
msgstr ""
|
1111 |
|
1112 |
#. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
|
1113 |
-
#: includes/functions.old.php:1610 includes/functions.php:
|
1114 |
msgid ""
|
1115 |
"%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
|
1116 |
"limited and updates are disabled."
|
1117 |
msgstr ""
|
1118 |
|
1119 |
#. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
|
1120 |
-
#: includes/functions.old.php:1619 includes/functions.php:
|
1121 |
msgid "%1$s Warning: %2$s Invalid %3$s license key."
|
1122 |
msgstr ""
|
1123 |
|
1124 |
#. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
|
1125 |
-
#: includes/functions.old.php:1635 includes/functions.php:
|
1126 |
msgid ""
|
1127 |
"Hey, %1$s license has expired - plugin updates are now disabled. Please "
|
1128 |
"renew the license to enable updates. Check %2$s what you are missing. %3$s"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
#. translators: 1, 3: HTML tags, 2: percentage
|
1132 |
-
#: includes/functions.old.php:1642 includes/functions.php:
|
1133 |
msgid ""
|
1134 |
"During the license period and 30 days after the license has expired we offer "
|
1135 |
"%1$s %2$s discount on all license renewals and license upgrades. %3$s"
|
1136 |
msgstr ""
|
1137 |
|
1138 |
-
#: includes/functions.old.php:1669 includes/functions.php:
|
1139 |
msgid "Renew the licence"
|
1140 |
msgstr ""
|
1141 |
|
1142 |
-
#: includes/functions.old.php:1671 includes/functions.php:
|
1143 |
msgid "Update license status"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
#. translators: 1, 2, 4, 5, 6, 7: HTML tags, 3: Ad Inserter Pro
|
1147 |
-
#: includes/functions.old.php:1682 includes/functions.php:
|
1148 |
msgid ""
|
1149 |
"%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
|
1150 |
"Manage licenses %5$s — %6$s Upgrade license %7$s"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
#. Translators: %s: HTML tag
|
1154 |
-
#: includes/functions.old.php:1704 includes/functions.php:
|
1155 |
msgid "Warning: %s MaxMind IP geolocation database not found."
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: includes/functions.old.php:2255 includes/functions.php:
|
1159 |
msgid "Geolocation"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
-
#: includes/functions.old.php:2259 includes/functions.php:
|
1163 |
-
#: settings.php:
|
1164 |
msgid "Exceptions"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
-
#: includes/functions.old.php:2264 includes/functions.php:
|
1168 |
msgid "Multisite"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: includes/functions.old.php:2269 includes/functions.php:
|
1172 |
-
#: settings.php:
|
1173 |
msgid "Tracking"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
#. translators: %d: days, hours, minutes
|
1177 |
-
#: includes/functions.old.php:2300 includes/functions.php:
|
1178 |
msgid "Scheduled in %d days %d hours %d minutes"
|
1179 |
msgstr ""
|
1180 |
|
1181 |
#. translators: %s: HTML dash separator, %d: days, hours, minutes, — is
|
1182 |
#. HTML code for long dash separator
|
1183 |
-
#: includes/functions.old.php:2309 includes/functions.php:
|
1184 |
msgid "Active %s expires in %d days %d hours %d minutes"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: includes/functions.old.php:2313 includes/functions.php:
|
1188 |
msgid "Expired"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: includes/functions.old.php:2321 includes/functions.php:
|
1192 |
-
#: settings.php:
|
1193 |
msgid "and"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: includes/functions.old.php:2324 includes/functions.php:
|
1197 |
msgid "fallback"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: includes/functions.old.php:2325 includes/functions.php:
|
1201 |
msgid "Block to be used when scheduling expires"
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: includes/functions.old.php:2350 includes/functions.php:
|
1205 |
msgid "Load in iframe"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: includes/functions.old.php:2354 includes/functions.php:
|
1209 |
#: includes/placeholders.php:389
|
1210 |
msgid "Width"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: includes/functions.old.php:2355 includes/functions.php:
|
1214 |
msgid "iframe width, empty means full width (100%)"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: includes/functions.old.php:2361 includes/functions.php:
|
1218 |
#: includes/placeholders.php:384
|
1219 |
msgid "Height"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
-
#: includes/functions.old.php:2362 includes/functions.php:
|
1223 |
msgid "iframe height, empty means adjust it to iframe content height"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#: includes/functions.old.php:2369 includes/functions.php:
|
1227 |
msgid "Ad label in iframe"
|
1228 |
msgstr ""
|
1229 |
|
1230 |
-
#: includes/functions.old.php:2374 includes/functions.php:
|
1231 |
msgid "Preview iframe code"
|
1232 |
msgstr ""
|
1233 |
|
1234 |
-
#: includes/functions.old.php:2374 includes/functions.php:
|
1235 |
-
#: includes/preview.php:1974 settings.php:
|
1236 |
msgid "Preview"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
-
#: includes/functions.old.php:2388 includes/functions.php:
|
1240 |
-
#: settings.php:
|
1241 |
msgid "Limits"
|
1242 |
msgstr ""
|
1243 |
|
1244 |
#: includes/functions.old.php:2393 includes/functions.old.php:4266
|
1245 |
-
#: includes/functions.old.php:4329 includes/functions.php:
|
1246 |
-
#: includes/functions.php:
|
1247 |
msgid "Ad Blocking"
|
1248 |
msgstr ""
|
1249 |
|
1250 |
#. translators: 1, 2 and 3, 4: HTML tags
|
1251 |
-
#: includes/functions.old.php:2402 includes/functions.php:
|
1252 |
msgid ""
|
1253 |
"%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
|
1254 |
"for tracking!"
|
@@ -1256,29 +1265,29 @@ msgstr ""
|
|
1256 |
|
1257 |
#. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
|
1258 |
#. header
|
1259 |
-
#: includes/functions.old.php:2411 includes/functions.php:
|
1260 |
msgid ""
|
1261 |
"%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
|
1262 |
"enabled and automatic insertion %6$s!"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
-
#: includes/functions.old.php:2478 includes/functions.php:
|
1266 |
msgid "Click fraud protection is globally disabled"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: includes/functions.old.php:2482 includes/functions.php:
|
1270 |
msgid "Max clicks per time period are not defined"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
#. Translators: Max n impressions
|
1274 |
-
#: includes/functions.old.php:2496 includes/functions.php:
|
1275 |
msgid "General limits"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
#. Translators: Max n impressions per x days
|
1279 |
#: includes/functions.old.php:2502 includes/functions.old.php:2514
|
1280 |
-
#: includes/functions.old.php:2599 includes/functions.php:
|
1281 |
-
#: includes/functions.php:
|
1282 |
msgid "Current value"
|
1283 |
msgstr ""
|
1284 |
|
@@ -1294,14 +1303,14 @@ msgstr ""
|
|
1294 |
#: includes/functions.old.php:2550 includes/functions.old.php:2560
|
1295 |
#: includes/functions.old.php:2606 includes/functions.old.php:2615
|
1296 |
#: includes/functions.old.php:2633 includes/functions.old.php:2642
|
1297 |
-
#: includes/functions.php:
|
1298 |
-
#: includes/functions.php:
|
1299 |
-
#: includes/functions.php:
|
1300 |
-
#: includes/functions.php:
|
1301 |
msgid "Max"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: includes/functions.old.php:2522 includes/functions.php:
|
1305 |
msgid ""
|
1306 |
"Maximum number of impressions for this block. Empty means no general "
|
1307 |
"impression limit."
|
@@ -1313,14 +1322,14 @@ msgstr ""
|
|
1313 |
#. Translators: Max n impressions per x days
|
1314 |
#: includes/functions.old.php:2524 includes/functions.old.php:2534
|
1315 |
#: includes/functions.old.php:2609 includes/functions.old.php:2618
|
1316 |
-
#: includes/functions.php:
|
1317 |
-
#: includes/functions.php:
|
1318 |
msgid "impression"
|
1319 |
msgid_plural "impressions"
|
1320 |
msgstr[0] ""
|
1321 |
msgstr[1] ""
|
1322 |
|
1323 |
-
#: includes/functions.old.php:2532 includes/functions.php:
|
1324 |
msgid ""
|
1325 |
"Maximum number of impressions per time period. Empty means no time limit."
|
1326 |
msgstr ""
|
@@ -1331,13 +1340,13 @@ msgstr ""
|
|
1331 |
#. Translators: Max n clicks per x days
|
1332 |
#: includes/functions.old.php:2538 includes/functions.old.php:2567
|
1333 |
#: includes/functions.old.php:2622 includes/functions.old.php:2649
|
1334 |
-
#: includes/functions.php:
|
1335 |
-
#: includes/functions.php:
|
1336 |
msgid "per"
|
1337 |
msgstr ""
|
1338 |
|
1339 |
#: includes/functions.old.php:2539 includes/functions.old.php:2568
|
1340 |
-
#: includes/functions.php:
|
1341 |
msgid "Time period in days. Empty means no time limit."
|
1342 |
msgstr ""
|
1343 |
|
@@ -1349,9 +1358,9 @@ msgstr ""
|
|
1349 |
#: includes/functions.old.php:2541 includes/functions.old.php:2570
|
1350 |
#: includes/functions.old.php:2625 includes/functions.old.php:2652
|
1351 |
#: includes/functions.old.php:2758 includes/functions.old.php:3086
|
1352 |
-
#: includes/functions.php:
|
1353 |
-
#: includes/functions.php:
|
1354 |
-
#: includes/functions.php:
|
1355 |
#: strings.php:200 strings.php:201 strings.php:202 strings.php:203
|
1356 |
#: strings.php:204
|
1357 |
msgid "day"
|
@@ -1359,7 +1368,7 @@ msgid_plural "days"
|
|
1359 |
msgstr[0] ""
|
1360 |
msgstr[1] ""
|
1361 |
|
1362 |
-
#: includes/functions.old.php:2551 includes/functions.php:
|
1363 |
msgid ""
|
1364 |
"Maximum number of clicks on this block. Empty means no general click limit."
|
1365 |
msgstr ""
|
@@ -1370,24 +1379,24 @@ msgstr ""
|
|
1370 |
#. Translators: Max n clicks per x days
|
1371 |
#: includes/functions.old.php:2553 includes/functions.old.php:2563
|
1372 |
#: includes/functions.old.php:2636 includes/functions.old.php:2645
|
1373 |
-
#: includes/functions.old.php:4477 includes/functions.php:
|
1374 |
-
#: includes/functions.php:
|
1375 |
-
#: includes/functions.php:
|
1376 |
msgid "click"
|
1377 |
msgid_plural "clicks"
|
1378 |
msgstr[0] ""
|
1379 |
msgstr[1] ""
|
1380 |
|
1381 |
-
#: includes/functions.old.php:2561 includes/functions.php:
|
1382 |
msgid "Maximum number of clicks per time period. Empty means no time limit."
|
1383 |
msgstr ""
|
1384 |
|
1385 |
-
#: includes/functions.old.php:2586 includes/functions.php:
|
1386 |
msgid "Individual visitor limits"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
#: includes/functions.old.php:2590 includes/functions.old.php:2592
|
1390 |
-
#: includes/functions.php:
|
1391 |
msgid ""
|
1392 |
"When specified number of clicks on this block for a visitor will be reached "
|
1393 |
"in the specified time period, all blocks that have click fraud protection "
|
@@ -1395,79 +1404,79 @@ msgid ""
|
|
1395 |
"general plugin settings."
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: includes/functions.old.php:2592 includes/functions.php:
|
1399 |
msgid "Trigger click fraud protection"
|
1400 |
msgstr ""
|
1401 |
|
1402 |
-
#: includes/functions.old.php:2607 includes/functions.php:
|
1403 |
msgid ""
|
1404 |
"Maximum number of impressions of this block for each visitor. Empty means no "
|
1405 |
"impression limit."
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: includes/functions.old.php:2616 includes/functions.php:
|
1409 |
msgid ""
|
1410 |
"Maximum number of impressions per time period for each visitor. Empty means "
|
1411 |
"no impression limit per time period for visitors."
|
1412 |
msgstr ""
|
1413 |
|
1414 |
#: includes/functions.old.php:2623 includes/functions.old.php:2650
|
1415 |
-
#: includes/functions.php:
|
1416 |
msgid ""
|
1417 |
"Time period in days. Use decimal value (with decimal point) for shorter "
|
1418 |
"periods. Empty means no time limit."
|
1419 |
msgstr ""
|
1420 |
|
1421 |
-
#: includes/functions.old.php:2634 includes/functions.php:
|
1422 |
msgid ""
|
1423 |
"Maximum number of clicks on this block for each visitor. Empty means no "
|
1424 |
"click limit."
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: includes/functions.old.php:2643 includes/functions.php:
|
1428 |
msgid ""
|
1429 |
"Maximum number of clicks per time period for each visitor. Empty means no "
|
1430 |
"click limit per time period for visitors."
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
#: includes/functions.old.php:2669 includes/functions.php:
|
1434 |
msgid "When ad blocking is detected"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: includes/functions.old.php:2678 includes/functions.php:
|
1438 |
msgid "replacement"
|
1439 |
msgstr ""
|
1440 |
|
1441 |
-
#: includes/functions.old.php:2679 includes/functions.php:
|
1442 |
msgid "Block to be shown when ad blocking is detected"
|
1443 |
msgstr ""
|
1444 |
|
1445 |
-
#: includes/functions.old.php:2680 includes/functions.php:
|
1446 |
msgctxt "replacement"
|
1447 |
msgid "None"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
#: includes/functions.old.php:2697 includes/functions.old.php:5484
|
1451 |
-
#: includes/functions.php:
|
1452 |
msgid "Close button"
|
1453 |
msgstr ""
|
1454 |
|
1455 |
-
#: includes/functions.old.php:2749 includes/functions.php:
|
1456 |
msgid "Auto close after"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: includes/functions.old.php:2750 includes/functions.php:
|
1460 |
msgid ""
|
1461 |
"Time in seconds in which the ad will automatically close. Leave empty to "
|
1462 |
"disable auto closing."
|
1463 |
msgstr ""
|
1464 |
|
1465 |
#. Translators: Don't show for x days
|
1466 |
-
#: includes/functions.old.php:2755 includes/functions.php:
|
1467 |
msgid "Don't show for"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: includes/functions.old.php:2756 includes/functions.php:
|
1471 |
msgid ""
|
1472 |
"Time in days in which closed ad will not be shown again. Use decimal value "
|
1473 |
"(with decimal point) for shorter time period or leave empty to show it again "
|
@@ -1475,11 +1484,11 @@ msgid ""
|
|
1475 |
msgstr ""
|
1476 |
|
1477 |
#. Translators: Delay showing for x pageviews
|
1478 |
-
#: includes/functions.old.php:2776 includes/functions.php:
|
1479 |
msgid "Delay showing for"
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: includes/functions.old.php:2777 includes/functions.php:
|
1483 |
msgid ""
|
1484 |
"Number of pageviews before the code is inserted (and ad displayed). Leave "
|
1485 |
"empty to insert the code for the first pageview."
|
@@ -1488,307 +1497,307 @@ msgstr ""
|
|
1488 |
#. Translators: Delay showing for x pageviews
|
1489 |
#. Translators: Show every x pageviews
|
1490 |
#: includes/functions.old.php:2779 includes/functions.old.php:2786
|
1491 |
-
#: includes/functions.php:
|
1492 |
msgid "pageview"
|
1493 |
msgid_plural "pageviews"
|
1494 |
msgstr[0] ""
|
1495 |
msgstr[1] ""
|
1496 |
|
1497 |
#. Translators: Show every x pageviews
|
1498 |
-
#: includes/functions.old.php:2783 includes/functions.php:
|
1499 |
msgid "Show every"
|
1500 |
msgid_plural "Show every"
|
1501 |
msgstr[0] ""
|
1502 |
msgstr[1] ""
|
1503 |
|
1504 |
-
#: includes/functions.old.php:2784 includes/functions.php:
|
1505 |
msgid ""
|
1506 |
"Number of pageviews to insert the code again. Leave empty to insert the code "
|
1507 |
"for every pageview."
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: includes/functions.old.php:2803 includes/functions.php:
|
1511 |
msgid "Lazy loading"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
#. Translators: %s MaxMind
|
1515 |
-
#: includes/functions.old.php:2860 includes/functions.php:
|
1516 |
msgid "This product includes GeoLite2 data created by %s"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
-
#: includes/functions.old.php:2871 includes/functions.php:
|
1520 |
msgid "IP geolocation database"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: includes/functions.old.php:2874 includes/functions.php:
|
1524 |
msgid "Select IP geolocation database."
|
1525 |
msgstr ""
|
1526 |
|
1527 |
-
#: includes/functions.old.php:2885 includes/functions.php:
|
1528 |
msgid "Automatic database updates"
|
1529 |
msgstr ""
|
1530 |
|
1531 |
-
#: includes/functions.old.php:2888 includes/functions.php:
|
1532 |
msgid ""
|
1533 |
"Automatically download and update free GeoLite2 IP geolocation database by "
|
1534 |
"MaxMind"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
-
#: includes/functions.old.php:2896 includes/functions.php:
|
1538 |
msgid "Database"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
-
#: includes/functions.old.php:2899 includes/functions.php:
|
1542 |
msgid ""
|
1543 |
"Aabsolute path starting with '/' or relative path to the MaxMind database "
|
1544 |
"file"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
#. translators: %d: group number
|
1548 |
-
#: includes/functions.old.php:2917 includes/functions.php:
|
1549 |
msgid "Group %d"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: includes/functions.old.php:2923 includes/functions.php:
|
1553 |
msgid "countries"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
-
#: includes/functions.old.php:2968 includes/functions.php:
|
1557 |
msgid ""
|
1558 |
"Enable impression and click tracking. You also need to enable tracking for "
|
1559 |
"each block you want to track."
|
1560 |
msgstr ""
|
1561 |
|
1562 |
-
#: includes/functions.old.php:2975 includes/functions.php:
|
1563 |
msgid "Generate report"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: includes/functions.old.php:2983 includes/functions.php:
|
1567 |
msgid "Impression and Click Tracking"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: includes/functions.old.php:2984 includes/functions.php:
|
1571 |
-
#: settings.php:
|
1572 |
msgctxt "ad blocking detection"
|
1573 |
msgid "NOT ENABLED"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
-
#: includes/functions.old.php:3000 includes/functions.php:
|
1577 |
msgid "Internal"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
-
#: includes/functions.old.php:3004 includes/functions.php:
|
1581 |
msgid "Track impressions and clicks with internal tracking and statistics"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
-
#: includes/functions.old.php:3009 includes/functions.php:
|
1585 |
msgid "External"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
-
#: includes/functions.old.php:3013 includes/functions.php:
|
1589 |
msgid ""
|
1590 |
"Track impressions and clicks with Google Analytics or Matomo (needs tracking "
|
1591 |
"code installed)"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#: includes/functions.old.php:3018 includes/functions.php:
|
1595 |
msgid "Track Pageviews"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
-
#: includes/functions.old.php:3024 includes/functions.php:
|
1599 |
msgid "Track Pageviews by Device (as configured for viewports)"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
-
#: includes/functions.old.php:3034 includes/functions.php:
|
1603 |
msgid "Track for Logged in Users"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: includes/functions.old.php:3040 includes/functions.php:
|
1607 |
msgid "Track impressions and clicks from logged in users"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: includes/functions.old.php:3050 includes/functions.php:
|
1611 |
msgid "Click Detection"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
-
#: includes/functions.old.php:3056 includes/functions.php:
|
1615 |
msgid ""
|
1616 |
"Standard method detects clicks only on banners with links, Advanced method "
|
1617 |
"can detect clicks on any kind of ads, but it is slightly less accurate"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: includes/functions.old.php:3075 includes/functions.php:
|
1621 |
msgid "Click fraud protection"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: includes/functions.old.php:3079 includes/functions.php:
|
1625 |
msgid "Globally enable click fraud protection for selected blocks."
|
1626 |
msgstr ""
|
1627 |
|
1628 |
-
#: includes/functions.old.php:3085 includes/functions.php:
|
1629 |
msgid "Protection time"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: includes/functions.old.php:3086 includes/functions.php:
|
1633 |
msgid ""
|
1634 |
"Time period in days in which blocks with enabled click fraud protection will "
|
1635 |
"be hidden. Use decimal value (with decimal point) for shorter periods."
|
1636 |
msgstr ""
|
1637 |
|
1638 |
-
#: includes/functions.old.php:3105 includes/functions.php:
|
1639 |
msgid "Report header image"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: includes/functions.old.php:3108 includes/functions.php:
|
1643 |
msgid ""
|
1644 |
"Image or logo to be displayed in the header of the statistins report. "
|
1645 |
"Aabsolute path starting with '/' or relative path to the image file. Clear "
|
1646 |
"to reset to default image."
|
1647 |
msgstr ""
|
1648 |
|
1649 |
-
#: includes/functions.old.php:3109 includes/functions.php:
|
1650 |
msgid "Select or upload header image"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#: includes/functions.old.php:3114 includes/functions.php:
|
1654 |
msgid "Report header title"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
-
#: includes/functions.old.php:3117 includes/functions.php:
|
1658 |
msgid ""
|
1659 |
"Title to be displayed in the header of the statistics report. Text or HTML "
|
1660 |
"code, clear to reset to default text."
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: includes/functions.old.php:3122 includes/functions.php:
|
1664 |
msgid "Report header description"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: includes/functions.old.php:3125 includes/functions.php:
|
1668 |
msgid ""
|
1669 |
"Description to be displayed in the header of the statistics report. Text or "
|
1670 |
"HTML code, clear to reset to default text."
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: includes/functions.old.php:3130 includes/functions.php:
|
1674 |
msgid "Report footer"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
-
#: includes/functions.old.php:3133 includes/functions.php:
|
1678 |
msgid ""
|
1679 |
"Text to be displayed in the footer of the statistics report. Clear to reset "
|
1680 |
"to default text."
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: includes/functions.old.php:3138 includes/functions.php:
|
1684 |
msgid "Public report key"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
-
#: includes/functions.old.php:3141 includes/functions.php:
|
1688 |
msgid "String to generate unique report IDs. Clear to reset to default value."
|
1689 |
msgstr ""
|
1690 |
|
1691 |
-
#: includes/functions.old.php:3173 includes/functions.php:
|
1692 |
msgid "Are you sure you want to clear all exceptions for block"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
-
#: includes/functions.old.php:3174 includes/functions.php:
|
1696 |
-
#: settings.php:
|
1697 |
msgid "Clear all exceptions for block"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: includes/functions.old.php:3181 includes/functions.php:
|
1701 |
msgid "Are you sure you want to clear all exceptions?"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#: includes/functions.old.php:3181 includes/functions.php:
|
1705 |
msgid "Clear all exceptions for all blocks"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: includes/functions.old.php:3186 includes/functions.php:
|
1709 |
-
#: settings.php:
|
1710 |
msgid "Type"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: includes/functions.old.php:3204 includes/functions.php:
|
1714 |
msgid "View"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
#: includes/functions.old.php:3205 includes/functions.old.php:3212
|
1718 |
-
#: includes/functions.old.php:3216 includes/functions.php:
|
1719 |
-
#: includes/functions.php:
|
1720 |
-
#: includes/placeholders.php:353 includes/preview.php:2281 settings.php:
|
1721 |
-
#: settings.php:
|
1722 |
msgid "Edit"
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: includes/functions.old.php:3235 includes/functions.php:
|
1726 |
msgid "Are you sure you want to clear all exceptions for"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: includes/functions.old.php:3236 includes/functions.php:
|
1730 |
msgid "Clear all exceptions for"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: includes/functions.old.php:3249 includes/functions.php:
|
1734 |
msgid "No exceptions"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
#. translators: %s: Ad Inserter Pro
|
1738 |
-
#: includes/functions.old.php:3260 includes/functions.php:
|
1739 |
msgid "%s options for network blogs"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
#. translators: %s: Ad Inserter Pro
|
1743 |
-
#: includes/functions.old.php:3265 includes/functions.php:
|
1744 |
msgid "Enable %s widgets for sub-sites"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: includes/functions.old.php:3265 includes/functions.php:
|
1748 |
msgid "Widgets"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: includes/functions.old.php:3270 includes/functions.php:
|
1752 |
msgid "Enable PHP code processing for sub-sites"
|
1753 |
msgstr ""
|
1754 |
|
1755 |
-
#: includes/functions.old.php:3270 includes/functions.php:
|
1756 |
msgid "PHP Processing"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
#. translators: %s: Ad Inserter Pro
|
1760 |
-
#: includes/functions.old.php:3275 includes/functions.php:
|
1761 |
msgid "Enable %s block exceptions in post/page editor for sub-sites"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: includes/functions.old.php:3275 includes/functions.php:
|
1765 |
msgid "Post/Page exceptions"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
#. translators: %s: Ad Inserter Pro
|
1769 |
-
#: includes/functions.old.php:3280 includes/functions.php:
|
1770 |
msgid "Enable %s settings page for sub-sites"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
-
#: includes/functions.old.php:3280 includes/functions.php:
|
1774 |
msgid "Settings page"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
#. translators: %s: Ad Inserter Pro
|
1778 |
-
#: includes/functions.old.php:3285 includes/functions.php:
|
1779 |
msgid "Enable %s settings of main site to be used for all blogs"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: includes/functions.old.php:3285 includes/functions.php:
|
1783 |
msgid "Main site settings used for all blogs"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
-
#: includes/functions.old.php:3296 includes/functions.php:
|
1787 |
-
#: settings.php:
|
1788 |
msgid "Ad Blocking Detection"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
-
#: includes/functions.old.php:3302 includes/functions.php:
|
1792 |
msgid ""
|
1793 |
"Standard method is reliable but should be used only if Advanced method does "
|
1794 |
"not work. Advanced method recreates files used for detection with random "
|
@@ -1797,165 +1806,165 @@ msgid ""
|
|
1797 |
msgstr ""
|
1798 |
|
1799 |
#: includes/functions.old.php:3929 includes/functions.old.php:4019
|
1800 |
-
#: includes/functions.old.php:4039 includes/functions.php:
|
1801 |
-
#: includes/functions.php:
|
1802 |
msgid "AD BLOCKING"
|
1803 |
msgstr ""
|
1804 |
|
1805 |
#: includes/functions.old.php:3930 includes/functions.old.php:3970
|
1806 |
#: includes/functions.old.php:4013 includes/functions.old.php:4040
|
1807 |
-
#: includes/functions.php:
|
1808 |
-
#: includes/functions.php:
|
1809 |
msgid "BLOCK INSERTED BUT NOT VISIBLE"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
#: includes/functions.old.php:3933 includes/functions.old.php:4012
|
1813 |
-
#: includes/functions.old.php:4046 includes/functions.php:
|
1814 |
-
#: includes/functions.php:
|
1815 |
msgid "NO AD BLOCKING"
|
1816 |
msgstr ""
|
1817 |
|
1818 |
#: includes/functions.old.php:3969 includes/functions.old.php:3976
|
1819 |
-
#: includes/functions.php:
|
1820 |
msgid "AD BLOCKING REPLACEMENT"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
#: includes/functions.old.php:4119 includes/functions.old.php:4328
|
1824 |
-
#: includes/functions.php:
|
1825 |
msgid "Pageviews"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: includes/functions.old.php:4265 includes/functions.php:
|
1829 |
msgctxt "Version"
|
1830 |
msgid "Unknown"
|
1831 |
msgstr ""
|
1832 |
|
1833 |
-
#: includes/functions.old.php:4265 includes/functions.php:
|
1834 |
msgctxt "Times"
|
1835 |
msgid "DISPLAYED"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
-
#: includes/functions.old.php:4265 includes/functions.php:
|
1839 |
msgid "No version"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
-
#: includes/functions.old.php:4266 includes/functions.php:
|
1843 |
msgctxt "Times"
|
1844 |
msgid "BLOCKED"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
-
#: includes/functions.old.php:4328 includes/functions.php:
|
1848 |
msgid "Impressions"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
#: includes/functions.old.php:4329 includes/functions.old.php:4330
|
1852 |
-
#: includes/functions.old.php:4385 includes/functions.php:
|
1853 |
-
#: includes/functions.php:
|
1854 |
msgid "Clicks"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
-
#: includes/functions.old.php:4330 includes/functions.php:
|
1858 |
msgid "events"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: includes/functions.old.php:4331 includes/functions.php:
|
1862 |
msgid "Ad Blocking Share"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
#. translators: CTR as Click Through Rate
|
1866 |
#: includes/functions.old.php:4331 includes/functions.old.php:4391
|
1867 |
-
#: includes/functions.php:
|
1868 |
msgid "CTR"
|
1869 |
msgstr ""
|
1870 |
|
1871 |
-
#: includes/functions.old.php:4473 includes/functions.php:
|
1872 |
msgid "pageviews"
|
1873 |
msgid_plural "pageviews"
|
1874 |
msgstr[0] ""
|
1875 |
msgstr[1] ""
|
1876 |
|
1877 |
-
#: includes/functions.old.php:4473 includes/functions.php:
|
1878 |
msgid "impressions"
|
1879 |
msgid_plural "impressions"
|
1880 |
msgstr[0] ""
|
1881 |
msgstr[1] ""
|
1882 |
|
1883 |
-
#: includes/functions.old.php:4477 includes/functions.php:
|
1884 |
msgid "event"
|
1885 |
msgid_plural "events"
|
1886 |
msgstr[0] ""
|
1887 |
msgstr[1] ""
|
1888 |
|
1889 |
-
#: includes/functions.old.php:4572 includes/functions.php:
|
1890 |
msgctxt "Pageviews / Impressions"
|
1891 |
msgid "Average"
|
1892 |
msgstr ""
|
1893 |
|
1894 |
-
#: includes/functions.old.php:4593 includes/functions.php:
|
1895 |
msgctxt "Ad Blocking / Clicks"
|
1896 |
msgid "Average"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
-
#: includes/functions.old.php:4617 includes/functions.php:
|
1900 |
msgctxt "Ad Blocking Share / CTR"
|
1901 |
msgid "Average"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
#. Translators: %s: Ad Inserter Pro
|
1905 |
#: includes/functions.old.php:4799 includes/functions.old.php:4891
|
1906 |
-
#: includes/functions.old.php:5207 includes/functions.php:
|
1907 |
-
#: includes/functions.php:
|
1908 |
msgid "%s Report"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
-
#: includes/functions.old.php:5113 includes/functions.php:
|
1912 |
msgid "for last month"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
-
#: includes/functions.old.php:5118 includes/functions.php:
|
1916 |
msgid "for this month"
|
1917 |
msgstr ""
|
1918 |
|
1919 |
-
#: includes/functions.old.php:5123 includes/functions.php:
|
1920 |
msgid "for this year"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
-
#: includes/functions.old.php:5128 includes/functions.php:
|
1924 |
msgid "for the last 15 days"
|
1925 |
msgstr ""
|
1926 |
|
1927 |
-
#: includes/functions.old.php:5133 includes/functions.php:
|
1928 |
msgid "for the last 30 days"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
-
#: includes/functions.old.php:5138 includes/functions.php:
|
1932 |
msgid "for the last 90 days"
|
1933 |
msgstr ""
|
1934 |
|
1935 |
-
#: includes/functions.old.php:5143 includes/functions.php:
|
1936 |
msgid "for the last 180 days"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
-
#: includes/functions.old.php:5148 includes/functions.php:
|
1940 |
msgid "for the last 365 days"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
-
#: includes/functions.php:
|
1944 |
msgid "Pin list"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
#. translators: %s: Ad Inserter Pro
|
1948 |
-
#: includes/functions.php:
|
1949 |
msgid "Warning: %s plugin update server is not accessible"
|
1950 |
msgstr ""
|
1951 |
|
1952 |
#. translators: updates are not available
|
1953 |
-
#: includes/functions.php:
|
1954 |
msgid "updates"
|
1955 |
msgstr ""
|
1956 |
|
1957 |
#. translators: updates are not available
|
1958 |
-
#: includes/functions.php:
|
1959 |
msgid "are not available"
|
1960 |
msgstr ""
|
1961 |
|
@@ -1983,7 +1992,7 @@ msgstr ""
|
|
1983 |
msgid "Placeholder"
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#: includes/placeholders.php:363 settings.php:
|
1987 |
msgid "Size"
|
1988 |
msgstr ""
|
1989 |
|
@@ -2091,11 +2100,11 @@ msgstr ""
|
|
2091 |
msgid "Ad Blocking Detected Message Preview"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: includes/preview-adb.php:348 settings.php:
|
2095 |
msgid "Message CSS"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
-
#: includes/preview-adb.php:353 settings.php:
|
2099 |
msgid "Overlay CSS"
|
2100 |
msgstr ""
|
2101 |
|
@@ -2135,7 +2144,7 @@ msgstr ""
|
|
2135 |
msgid "background"
|
2136 |
msgstr ""
|
2137 |
|
2138 |
-
#: includes/preview.php:2085 includes/preview.php:2236 settings.php:
|
2139 |
msgid "Alignment"
|
2140 |
msgstr ""
|
2141 |
|
@@ -2233,445 +2242,445 @@ msgid ""
|
|
2233 |
"the values to those of the current block."
|
2234 |
msgstr ""
|
2235 |
|
2236 |
-
#: settings.php:
|
2237 |
msgid ""
|
2238 |
"Settings for individual exceptions have been updated. Please check all "
|
2239 |
"blocks that have exceptions and and then save settings."
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: settings.php:
|
2243 |
msgid "Online documentation"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: settings.php:
|
2247 |
msgid "Show AdSense ad units"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: settings.php:
|
2251 |
msgid "Edit ads.txt file"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: settings.php:
|
2255 |
msgid "Check theme for available positions for automatic insertion"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: settings.php:
|
2259 |
msgid "List all blocks"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: settings.php:
|
2263 |
msgid "Loaded plugin JavaScript file version"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
#. translators: %s: HTML tags
|
2267 |
-
#: settings.php:
|
2268 |
msgid ""
|
2269 |
"Wrong or %s missing version parameter %s of the JavaScript file, probably "
|
2270 |
"due to inappropriate caching."
|
2271 |
msgstr ""
|
2272 |
|
2273 |
-
#: settings.php:
|
2274 |
msgid ""
|
2275 |
"Missing version parameter of the JavaScript file, probably due to "
|
2276 |
"inappropriate caching."
|
2277 |
msgstr ""
|
2278 |
|
2279 |
-
#: settings.php:
|
2280 |
msgid ""
|
2281 |
"Incompatible (old) JavaScript file loaded, probably due to inappropriate "
|
2282 |
"caching."
|
2283 |
msgstr ""
|
2284 |
|
2285 |
-
#: settings.php:
|
2286 |
msgid ""
|
2287 |
"Please delete browser's cache and all other caches used and then reload this "
|
2288 |
"page."
|
2289 |
msgstr ""
|
2290 |
|
2291 |
-
#: settings.php:
|
2292 |
msgid "Loaded plugin CSS file version"
|
2293 |
msgstr ""
|
2294 |
|
2295 |
#. translators: %s: HTML tags
|
2296 |
-
#: settings.php:
|
2297 |
msgid ""
|
2298 |
"Wrong or %s missing version parameter %s of the CSS file, probably due to "
|
2299 |
"inappropriate caching."
|
2300 |
msgstr ""
|
2301 |
|
2302 |
-
#: settings.php:
|
2303 |
msgid ""
|
2304 |
"Missing version parameter of the CSS file, probably due to inappropriate "
|
2305 |
"caching."
|
2306 |
msgstr ""
|
2307 |
|
2308 |
-
#: settings.php:
|
2309 |
msgid ""
|
2310 |
"Incompatible (old) CSS file loaded, probably due to inappropriate caching."
|
2311 |
msgstr ""
|
2312 |
|
2313 |
-
#: settings.php:
|
2314 |
msgid "WARNING"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
#. translators: %s: HTML tags
|
2318 |
-
#: settings.php:
|
2319 |
msgid "Page may %s not be loaded properly. %s"
|
2320 |
msgstr ""
|
2321 |
|
2322 |
-
#: settings.php:
|
2323 |
msgid ""
|
2324 |
"Check ad blocking software that may block CSS, JavaScript or image files."
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: settings.php:
|
2328 |
msgid ""
|
2329 |
"To disable debugging functions and to enable insertions go to tab [*] / tab "
|
2330 |
"Debugging"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
-
#: settings.php:
|
2334 |
msgid "Debugging functions enabled - some code is not inserted"
|
2335 |
msgstr ""
|
2336 |
|
2337 |
-
#: settings.php:
|
2338 |
msgid "Group name"
|
2339 |
msgstr ""
|
2340 |
|
2341 |
-
#: settings.php:
|
2342 |
msgid "Option name"
|
2343 |
msgstr ""
|
2344 |
|
2345 |
-
#: settings.php:
|
2346 |
msgid "Share"
|
2347 |
msgstr ""
|
2348 |
|
2349 |
-
#: settings.php:
|
2350 |
msgid ""
|
2351 |
"Option share in percents - 0 means option is disabled, if share for one "
|
2352 |
"option is not defined it will be calculated automatically. Leave all share "
|
2353 |
"fields empty for equal option shares."
|
2354 |
msgstr ""
|
2355 |
|
2356 |
-
#: settings.php:
|
2357 |
msgid "Time"
|
2358 |
msgstr ""
|
2359 |
|
2360 |
-
#: settings.php:
|
2361 |
msgid ""
|
2362 |
"Option time in seconds - 0 means option is disabled and will be skipped. "
|
2363 |
"Leave all time fields empty for no timed rotation."
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: settings.php:
|
2367 |
msgid "General Settings"
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#: settings.php:
|
2371 |
msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
|
2372 |
msgstr ""
|
2373 |
|
2374 |
-
#: settings.php:
|
2375 |
msgid "Toggle tools"
|
2376 |
msgstr ""
|
2377 |
|
2378 |
-
#: settings.php:
|
2379 |
msgid "Process PHP code in block"
|
2380 |
msgstr ""
|
2381 |
|
2382 |
-
#: settings.php:
|
2383 |
msgid "Disable insertion of this block"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
-
#: settings.php:
|
2387 |
msgid "Toggle code generator"
|
2388 |
msgstr ""
|
2389 |
|
2390 |
-
#: settings.php:
|
2391 |
msgid "Toggle rotation editor"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
-
#: settings.php:
|
2395 |
msgid "Open visual HTML editor"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
-
#: settings.php:
|
2399 |
msgid "Clear block"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
-
#: settings.php:
|
2403 |
msgid "Copy block"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
-
#: settings.php:
|
2407 |
msgid "Paste name"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
-
#: settings.php:
|
2411 |
msgid "Paste code"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
-
#: settings.php:
|
2415 |
msgid "Paste settings"
|
2416 |
msgstr ""
|
2417 |
|
2418 |
-
#: settings.php:
|
2419 |
msgid "Paste block (name, code and settings)"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
-
#: settings.php:
|
2423 |
msgid "Rotation groups"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
-
#: settings.php:
|
2427 |
msgid "Remove option"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
-
#: settings.php:
|
2431 |
msgid "Add option"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
-
#: settings.php:
|
2435 |
msgid "Import code"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
-
#: settings.php:
|
2439 |
msgid "Generate code"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
-
#: settings.php:
|
2443 |
msgid "Banner"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
-
#: settings.php:
|
2447 |
msgid "Image"
|
2448 |
msgstr ""
|
2449 |
|
2450 |
-
#: settings.php:
|
2451 |
msgid "Link"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
-
#: settings.php:
|
2455 |
msgid "Open link in a new tab"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
-
#: settings.php:
|
2459 |
msgid "Select Image"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
-
#: settings.php:
|
2463 |
msgid "Select Placeholder"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
-
#: settings.php:
|
2467 |
msgid "Comment"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
-
#: settings.php:
|
2471 |
msgctxt "AdSense"
|
2472 |
msgid "Publisher ID"
|
2473 |
msgstr ""
|
2474 |
|
2475 |
-
#: settings.php:
|
2476 |
msgctxt "AdSense"
|
2477 |
msgid "Ad Slot ID"
|
2478 |
msgstr ""
|
2479 |
|
2480 |
-
#: settings.php:
|
2481 |
msgid "Ad Type"
|
2482 |
msgstr ""
|
2483 |
|
2484 |
-
#: settings.php:
|
2485 |
msgid "AMP Ad"
|
2486 |
msgstr ""
|
2487 |
|
2488 |
-
#: settings.php:
|
2489 |
msgid "Show ad units from your AdSense account"
|
2490 |
msgstr ""
|
2491 |
|
2492 |
-
#: settings.php:
|
2493 |
msgid "AdSense ad units"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
-
#: settings.php:
|
2497 |
msgctxt "AdSense"
|
2498 |
msgid "Layout"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
-
#: settings.php:
|
2502 |
msgctxt "AdSense"
|
2503 |
msgid "Layout Key"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
-
#: settings.php:
|
2507 |
msgid "Full width"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: settings.php:
|
2511 |
msgctxt "Full width"
|
2512 |
msgid "Enabled"
|
2513 |
msgstr ""
|
2514 |
|
2515 |
-
#: settings.php:
|
2516 |
msgctxt "Full width"
|
2517 |
msgid "Disabled"
|
2518 |
msgstr ""
|
2519 |
|
2520 |
-
#: settings.php:
|
2521 |
msgid ""
|
2522 |
"White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
|
2523 |
"Cookie or Referer (domain)"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: settings.php:
|
2527 |
msgid "Lists"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#: settings.php:
|
2531 |
msgid "Widget, Shortcode and PHP function call"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
-
#: settings.php:
|
2535 |
msgid "Manual"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
-
#: settings.php:
|
2539 |
msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
-
#: settings.php:
|
2543 |
msgid "Devices"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#: settings.php:
|
2547 |
msgid ""
|
2548 |
"Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
|
2549 |
"feeds), Filter, Scheduling, General tag"
|
2550 |
msgstr ""
|
2551 |
|
2552 |
-
#: settings.php:
|
2553 |
msgid "Misc"
|
2554 |
msgstr ""
|
2555 |
|
2556 |
-
#: settings.php:
|
2557 |
msgid "Preview code and alignment"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
-
#: settings.php:
|
2561 |
msgid ""
|
2562 |
"Rotation editor active - rotation code not generated! Make sure no rotation "
|
2563 |
"editor is active before saving settings."
|
2564 |
msgstr ""
|
2565 |
|
2566 |
-
#: settings.php:
|
2567 |
msgid "Enable insertion on posts"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
-
#: settings.php:
|
2571 |
msgid "Posts"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
-
#: settings.php:
|
2575 |
msgid ""
|
2576 |
"Enable insertion on homepage: latest posts (including on sub-pages), static "
|
2577 |
"page or theme homepage (available positions may depend on hooks used by the "
|
2578 |
"theme)"
|
2579 |
msgstr ""
|
2580 |
|
2581 |
-
#: settings.php:
|
2582 |
msgid "Homepage"
|
2583 |
msgstr ""
|
2584 |
|
2585 |
-
#: settings.php:
|
2586 |
msgid "Enable insertion on category blog pages (including sub-pages)"
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: settings.php:
|
2590 |
msgid "Category pages"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: settings.php:
|
2594 |
msgid "Enable insertion on static pages"
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: settings.php:
|
2598 |
msgid "Static pages"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
-
#: settings.php:
|
2602 |
msgid "Enable insertion on search blog pages"
|
2603 |
msgstr ""
|
2604 |
|
2605 |
-
#: settings.php:
|
2606 |
msgid "Search pages"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
-
#: settings.php:
|
2610 |
msgid "Enable insertion on tag or archive blog pages"
|
2611 |
msgstr ""
|
2612 |
|
2613 |
-
#: settings.php:
|
2614 |
msgid "Toggle settings for default insertion and list of individual exceptions"
|
2615 |
msgstr ""
|
2616 |
|
2617 |
-
#: settings.php:
|
2618 |
msgid ""
|
2619 |
"Enable individual post/page exceptions for insertion of this block. They can "
|
2620 |
"be configured on the individual post/page editor page (in the settings below "
|
2621 |
"the editor)."
|
2622 |
msgstr ""
|
2623 |
|
2624 |
-
#: settings.php:
|
2625 |
msgid ""
|
2626 |
"Enable individual post/page exceptions for insertion of this block. When "
|
2627 |
"enabled they can be configured on the individual post/page editor page (in "
|
2628 |
"the settings below the editor)."
|
2629 |
msgstr ""
|
2630 |
|
2631 |
-
#: settings.php:
|
2632 |
msgid "Use exceptions for individual posts or pages to change insertion"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
#. Translators: Enabled means...
|
2636 |
-
#: settings.php:
|
2637 |
msgid ""
|
2638 |
"means the insertion for this block is enabled by default and disabled for "
|
2639 |
"exceptions."
|
2640 |
msgstr ""
|
2641 |
|
2642 |
#. Translators: Disabled means...
|
2643 |
-
#: settings.php:
|
2644 |
msgid ""
|
2645 |
"means the insertion for this block is disabled by default and enabled for "
|
2646 |
"exceptions."
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#: settings.php:
|
2650 |
msgid ""
|
2651 |
"When individual post/page exceptions are enabled they can be configured on "
|
2652 |
"the individual post/page editor page (in the settings below the editor)."
|
2653 |
msgstr ""
|
2654 |
|
2655 |
-
#: settings.php:
|
2656 |
msgid ""
|
2657 |
"No exception for post or static page defined. Block will not be inserted."
|
2658 |
msgstr ""
|
2659 |
|
2660 |
-
#: settings.php:
|
2661 |
msgctxt "post"
|
2662 |
msgid "Type"
|
2663 |
msgstr ""
|
2664 |
|
2665 |
#. translators: %d: block number
|
2666 |
-
#: settings.php:
|
2667 |
msgid "Are you sure you want to clear all exceptions for block %d?"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
-
#: settings.php:
|
2671 |
msgid "Insertion"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
-
#: settings.php:
|
2675 |
msgid ""
|
2676 |
"Paragraph number or comma separated paragraph numbers: 1 to N means "
|
2677 |
"paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
|
@@ -2681,7 +2690,7 @@ msgid ""
|
|
2681 |
"negative number means counting from the opposite direction"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
-
#: settings.php:
|
2685 |
msgid ""
|
2686 |
"Image number or comma separated image numbers: 1 to N means image number, %N "
|
2687 |
"means every N images, empty means all images, 0 means random image, value "
|
@@ -2691,286 +2700,286 @@ msgid ""
|
|
2691 |
"direction"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
-
#: settings.php:
|
2695 |
msgid ""
|
2696 |
"Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
|
2697 |
"numbers, %N means every N excerpts, empty means all excerpts"
|
2698 |
msgstr ""
|
2699 |
|
2700 |
-
#: settings.php:
|
2701 |
msgid ""
|
2702 |
"Insertion Filter Mirror Setting | Post number or comma separated post "
|
2703 |
"numbers, %N means every N posts, empty means all posts"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
-
#: settings.php:
|
2707 |
msgid ""
|
2708 |
"Insertion Filter Mirror Setting | Comment number or comma separated comment "
|
2709 |
"numbers, %N means every N comments, empty means all comments"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: settings.php:
|
2713 |
msgid "Toggle paragraph counting settings"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
-
#: settings.php:
|
2717 |
msgid "Toggle paragraph clearance settings"
|
2718 |
msgstr ""
|
2719 |
|
2720 |
-
#: settings.php:
|
2721 |
msgid "Toggle insertion filter settings"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
-
#: settings.php:
|
2725 |
msgid "Toggle insertion and alignment icons"
|
2726 |
msgstr ""
|
2727 |
|
2728 |
-
#: settings.php:
|
2729 |
msgid "Custom CSS code for the wrapping div"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: settings.php:
|
2733 |
-
#: settings.php:
|
2734 |
msgid "CSS code for the wrapping div, click to edit"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: settings.php:
|
2738 |
msgid "HTML element"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
-
#: settings.php:
|
2742 |
msgid "HTML element selector or comma separated list of selectors"
|
2743 |
msgstr ""
|
2744 |
|
2745 |
-
#: settings.php:
|
2746 |
msgid "Action"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
-
#: settings.php:
|
2750 |
msgid ""
|
2751 |
"Client-side insertion uses JavaScript to insert block when the page loads. "
|
2752 |
"Server-side insertion inserts block when the page is generated but needs "
|
2753 |
"Output buffering enabled."
|
2754 |
msgstr ""
|
2755 |
|
2756 |
-
#: settings.php:
|
2757 |
msgid "JavaScript code position"
|
2758 |
msgstr ""
|
2759 |
|
2760 |
-
#: settings.php:
|
2761 |
msgid ""
|
2762 |
"Page position where the JavaScript code for client-side insertion will be "
|
2763 |
"inserted. Should be after the HTML element if not waiting for DOM ready."
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: settings.php:
|
2767 |
msgid "Count"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
-
#: settings.php:
|
2771 |
msgid "paragraphs with tags"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
-
#: settings.php:
|
2775 |
msgid "Comma separated HTML tag names, usually only 'p' tags are used"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#: settings.php:
|
2779 |
msgid "that have between"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
-
#: settings.php:
|
2783 |
msgid "Minimum number of paragraph words, leave empty for no limit"
|
2784 |
msgstr ""
|
2785 |
|
2786 |
-
#: settings.php:
|
2787 |
msgid "Maximum number of paragraph words, leave empty for no limit"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
-
#: settings.php:
|
2791 |
msgid "words"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
-
#: settings.php:
|
2795 |
msgid "Comma separated texts"
|
2796 |
msgstr ""
|
2797 |
|
2798 |
-
#: settings.php:
|
2799 |
msgid ""
|
2800 |
"Count also paragraphs inside these elements - defined on general plugin "
|
2801 |
"settings page - tab [*] / tab General"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
#. Translators: %s: HTML tags
|
2805 |
-
#: settings.php:
|
2806 |
msgid "Count inside %s elements"
|
2807 |
msgstr ""
|
2808 |
|
2809 |
#. translators: inside [HTML tags] elements that contain
|
2810 |
-
#: settings.php:
|
2811 |
msgid "inside"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: settings.php:
|
2815 |
msgid "Comma separated HTML tag names of container elements"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
#. translators: inside [HTML tags] elements that contain
|
2819 |
-
#: settings.php:
|
2820 |
msgid "elements that"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
-
#: settings.php:
|
2824 |
msgid "Post/Static page must have between"
|
2825 |
msgstr ""
|
2826 |
|
2827 |
-
#: settings.php:
|
2828 |
msgid "Minimum number of paragraphs, leave empty for no limit"
|
2829 |
msgstr ""
|
2830 |
|
2831 |
-
#: settings.php:
|
2832 |
msgid "Maximum number of paragraphs, leave empty for no limit"
|
2833 |
msgstr ""
|
2834 |
|
2835 |
#. Translators: Post/Static page must have between X and Y paragraphs
|
2836 |
-
#: settings.php:
|
2837 |
msgid "paragraph"
|
2838 |
msgid_plural "paragraphs"
|
2839 |
msgstr[0] ""
|
2840 |
msgstr[1] ""
|
2841 |
|
2842 |
-
#: settings.php:
|
2843 |
msgid "Minimum number of words in paragraphs above"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: settings.php:
|
2847 |
msgid ""
|
2848 |
"Used only with automatic insertion After paragraph and empty paragraph "
|
2849 |
"numbers"
|
2850 |
msgstr ""
|
2851 |
|
2852 |
-
#: settings.php:
|
2853 |
msgid "In"
|
2854 |
msgstr ""
|
2855 |
|
2856 |
-
#: settings.php:
|
2857 |
msgid "Number of paragraphs above to check, leave empty to disable checking"
|
2858 |
msgstr ""
|
2859 |
|
2860 |
-
#: settings.php:
|
2861 |
msgid "paragraphs above avoid"
|
2862 |
msgstr ""
|
2863 |
|
2864 |
-
#: settings.php:
|
2865 |
msgid "Number of paragraphs below to check, leave empty to disable checking"
|
2866 |
msgstr ""
|
2867 |
|
2868 |
-
#: settings.php:
|
2869 |
msgid "paragraphs below avoid"
|
2870 |
msgstr ""
|
2871 |
|
2872 |
-
#: settings.php:
|
2873 |
msgid "If text is found"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
-
#: settings.php:
|
2877 |
msgid "check up to"
|
2878 |
msgstr ""
|
2879 |
|
2880 |
-
#: settings.php:
|
2881 |
msgctxt "check up to"
|
2882 |
msgid "paragraphs"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
-
#: settings.php:
|
2886 |
msgid "Categories"
|
2887 |
msgstr ""
|
2888 |
|
2889 |
-
#: settings.php:
|
2890 |
msgid "Toggle category editor"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
-
#: settings.php:
|
2894 |
msgid "Comma separated category slugs"
|
2895 |
msgstr ""
|
2896 |
|
2897 |
-
#: settings.php:
|
2898 |
msgid "Blacklist categories"
|
2899 |
msgstr ""
|
2900 |
|
2901 |
-
#: settings.php:
|
2902 |
msgid "Whitelist categories"
|
2903 |
msgstr ""
|
2904 |
|
2905 |
-
#: settings.php:
|
2906 |
msgid "Tags"
|
2907 |
msgstr ""
|
2908 |
|
2909 |
-
#: settings.php:
|
2910 |
msgid "Toggle tag editor"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
-
#: settings.php:
|
2914 |
msgid "Comma separated tag slugs"
|
2915 |
msgstr ""
|
2916 |
|
2917 |
-
#: settings.php:
|
2918 |
msgid "Blacklist tags"
|
2919 |
msgstr ""
|
2920 |
|
2921 |
-
#: settings.php:
|
2922 |
msgid "Whitelist tags"
|
2923 |
msgstr ""
|
2924 |
|
2925 |
-
#: settings.php:
|
2926 |
msgid "Taxonomies"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
-
#: settings.php:
|
2930 |
msgid "Toggle taxonomy editor"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
-
#: settings.php:
|
2934 |
msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
|
2935 |
msgstr ""
|
2936 |
|
2937 |
-
#: settings.php:
|
2938 |
msgid "Blacklist taxonomies"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
-
#: settings.php:
|
2942 |
msgid "Whitelist taxonomies"
|
2943 |
msgstr ""
|
2944 |
|
2945 |
-
#: settings.php:
|
2946 |
msgid "Post IDs"
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: settings.php:
|
2950 |
msgid "Toggle post/page ID editor"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
-
#: settings.php:
|
2954 |
msgid "Comma separated post/page IDs"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
-
#: settings.php:
|
2958 |
msgid "Blacklist IDs"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
-
#: settings.php:
|
2962 |
msgid "Whitelist IDs"
|
2963 |
msgstr ""
|
2964 |
|
2965 |
-
#: settings.php:
|
2966 |
msgid "Urls"
|
2967 |
msgstr ""
|
2968 |
|
2969 |
-
#: settings.php:
|
2970 |
msgid "Toggle url editor"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
-
#: settings.php:
|
2974 |
msgid ""
|
2975 |
"Comma separated urls (page addresses) starting with / after domain name (e."
|
2976 |
"g. /permalink-url, use only when you need to taget a specific url not "
|
@@ -2978,236 +2987,236 @@ msgid ""
|
|
2978 |
"start*. *url-pattern*, *url-end)"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
-
#: settings.php:
|
2982 |
msgid "Blacklist urls"
|
2983 |
msgstr ""
|
2984 |
|
2985 |
-
#: settings.php:
|
2986 |
msgid "Whitelist urls"
|
2987 |
msgstr ""
|
2988 |
|
2989 |
-
#: settings.php:
|
2990 |
msgid "Url parameters"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: settings.php:
|
2994 |
msgid "Toggle url parameter and cookie editor"
|
2995 |
msgstr ""
|
2996 |
|
2997 |
-
#: settings.php:
|
2998 |
msgid ""
|
2999 |
"Comma separated url query parameters or cookies with optional values (use "
|
3000 |
"'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
|
3001 |
msgstr ""
|
3002 |
|
3003 |
-
#: settings.php:
|
3004 |
msgid "Blacklist url parameters"
|
3005 |
msgstr ""
|
3006 |
|
3007 |
-
#: settings.php:
|
3008 |
msgid "Whitelist url parameters"
|
3009 |
msgstr ""
|
3010 |
|
3011 |
-
#: settings.php:
|
3012 |
msgid "Referrers"
|
3013 |
msgstr ""
|
3014 |
|
3015 |
-
#: settings.php:
|
3016 |
msgid "Toggle referer editor"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
-
#: settings.php:
|
3020 |
msgid ""
|
3021 |
"Comma separated domains, use # for no referrer, you can also use partial "
|
3022 |
"domains with * (domain-start*. *domain-pattern*, *domain-end)"
|
3023 |
msgstr ""
|
3024 |
|
3025 |
-
#: settings.php:
|
3026 |
msgid "Blacklist referers"
|
3027 |
msgstr ""
|
3028 |
|
3029 |
-
#: settings.php:
|
3030 |
msgid "Whitelist referers"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
-
#: settings.php:
|
3034 |
msgid "Clients"
|
3035 |
msgstr ""
|
3036 |
|
3037 |
-
#: settings.php:
|
3038 |
msgid "Toggle client editor"
|
3039 |
msgstr ""
|
3040 |
|
3041 |
-
#: settings.php:
|
3042 |
msgid "Comma separated names (operating systems, browsers, devices)"
|
3043 |
msgstr ""
|
3044 |
|
3045 |
-
#: settings.php:
|
3046 |
msgid "Blacklist clients"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
-
#: settings.php:
|
3050 |
msgid "Whitelist clients"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
-
#: settings.php:
|
3054 |
msgid "Enable widget for this block"
|
3055 |
msgstr ""
|
3056 |
|
3057 |
-
#: settings.php:
|
3058 |
msgid "Enable shortcode for manual insertion of this block in posts and pages"
|
3059 |
msgstr ""
|
3060 |
|
3061 |
-
#: settings.php:
|
3062 |
msgid "Shortcode"
|
3063 |
msgstr ""
|
3064 |
|
3065 |
-
#: settings.php:
|
3066 |
msgid ""
|
3067 |
"Enable PHP function call to insert this block at any position in theme file. "
|
3068 |
"If function is disabled for block it will return empty string."
|
3069 |
msgstr ""
|
3070 |
|
3071 |
-
#: settings.php:
|
3072 |
msgid "PHP function"
|
3073 |
msgstr ""
|
3074 |
|
3075 |
-
#: settings.php:
|
3076 |
msgid "Client-side device detection"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
-
#: settings.php:
|
3080 |
msgid "Server-side device detection"
|
3081 |
msgstr ""
|
3082 |
|
3083 |
-
#: settings.php:
|
3084 |
msgid "Use client-side detection to"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
-
#: settings.php:
|
3088 |
msgid "Either show/hide or insert when the page is loaded on wanted viewports"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
#. Translators: only on (the following devices): viewport names (devices)
|
3092 |
#. listed
|
3093 |
-
#: settings.php:
|
3094 |
msgid "only on"
|
3095 |
msgstr ""
|
3096 |
|
3097 |
-
#: settings.php:
|
3098 |
msgid "Device min width %s px"
|
3099 |
msgstr ""
|
3100 |
|
3101 |
-
#: settings.php:
|
3102 |
msgid "Use server-side detection to insert block only for"
|
3103 |
msgstr ""
|
3104 |
|
3105 |
-
#: settings.php:
|
3106 |
msgid "Filter"
|
3107 |
msgstr ""
|
3108 |
|
3109 |
-
#: settings.php:
|
3110 |
msgid "Word Count"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
-
#: settings.php:
|
3114 |
msgid "Scheduling"
|
3115 |
msgstr ""
|
3116 |
|
3117 |
-
#: settings.php:
|
3118 |
msgid "Display"
|
3119 |
msgstr ""
|
3120 |
|
3121 |
-
#: settings.php:
|
3122 |
msgid "General"
|
3123 |
msgstr ""
|
3124 |
|
3125 |
-
#: settings.php:
|
3126 |
msgid "Old settings for AMP pages detected"
|
3127 |
msgstr ""
|
3128 |
|
3129 |
-
#: settings.php:
|
3130 |
msgid ""
|
3131 |
"To insert different codes on normal and AMP pages separate them with "
|
3132 |
"[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
|
3133 |
"when you need to insert THE SAME CODE also on AMP pages (no AMP separator)."
|
3134 |
msgstr ""
|
3135 |
|
3136 |
-
#: settings.php:
|
3137 |
msgid "AMP pages"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
-
#: settings.php:
|
3141 |
msgid "Enable insertion for Ajax requests"
|
3142 |
msgstr ""
|
3143 |
|
3144 |
-
#: settings.php:
|
3145 |
msgid "Ajax requests"
|
3146 |
msgstr ""
|
3147 |
|
3148 |
-
#: settings.php:
|
3149 |
msgid "Enable insertion in RSS feeds"
|
3150 |
msgstr ""
|
3151 |
|
3152 |
-
#: settings.php:
|
3153 |
msgid "RSS Feed"
|
3154 |
msgstr ""
|
3155 |
|
3156 |
-
#: settings.php:
|
3157 |
msgid "Enable insertion on page for Error 404: Page not found"
|
3158 |
msgstr ""
|
3159 |
|
3160 |
-
#: settings.php:
|
3161 |
msgid "Error 404 page"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
-
#: settings.php:
|
3165 |
msgid "Maximum number of insertions of this block. Empty or 0 means no limit."
|
3166 |
msgstr ""
|
3167 |
|
3168 |
-
#: settings.php:
|
3169 |
msgid "insertions"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
-
#: settings.php:
|
3173 |
msgid ""
|
3174 |
"Count this block for Max blocks per page limit (defined on the tab [*] / tab "
|
3175 |
"General)"
|
3176 |
msgstr ""
|
3177 |
|
3178 |
-
#: settings.php:
|
3179 |
msgid "Max blocks per page"
|
3180 |
msgstr ""
|
3181 |
|
3182 |
-
#: settings.php:
|
3183 |
msgid "Insert for"
|
3184 |
msgstr ""
|
3185 |
|
3186 |
-
#: settings.php:
|
3187 |
msgid ""
|
3188 |
"Insert block only when WP function in_the_loop () returns true (WP loop is "
|
3189 |
"currently active). Might speed up insertion on content pages when "
|
3190 |
"the_content filter is called multiple times."
|
3191 |
msgstr ""
|
3192 |
|
3193 |
-
#: settings.php:
|
3194 |
msgid "Insert only in the loop"
|
3195 |
msgstr ""
|
3196 |
|
3197 |
-
#: settings.php:
|
3198 |
msgid ""
|
3199 |
"Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
|
3200 |
msgstr ""
|
3201 |
|
3202 |
-
#: settings.php:
|
3203 |
msgid "Disable caching"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
-
#: settings.php:
|
3207 |
msgid "Filter insertions"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
-
#: settings.php:
|
3211 |
msgid ""
|
3212 |
"Filter multiple insertions by specifying wanted insertions for this block - "
|
3213 |
"single number, comma separated numbers or %N for every N insertions - empty "
|
@@ -3215,527 +3224,531 @@ msgid ""
|
|
3215 |
"using only one insertion type."
|
3216 |
msgstr ""
|
3217 |
|
3218 |
-
#: settings.php:
|
3219 |
msgid "using"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
-
#: settings.php:
|
3223 |
msgid "Checked means specified calls are unwanted"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
-
#: settings.php:
|
3227 |
msgid "Invert filter"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
-
#: settings.php:
|
3231 |
msgid "Minimum number of post/static page words, leave empty for no limit"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
-
#: settings.php:
|
3235 |
msgid "Maximum number of post/static page words, leave empty for no limit"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
-
#: settings.php:
|
3239 |
-
msgid "
|
3240 |
msgstr ""
|
3241 |
|
3242 |
#: settings.php:2098
|
|
|
|
|
|
|
|
|
3243 |
msgid "Not available"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
-
#: settings.php:
|
3247 |
msgid "Ad label"
|
3248 |
msgstr ""
|
3249 |
|
3250 |
-
#: settings.php:
|
3251 |
msgid "General tag"
|
3252 |
msgstr ""
|
3253 |
|
3254 |
-
#: settings.php:
|
3255 |
msgid "Used for [adinserter data=''] shortcodes when no data is found"
|
3256 |
msgstr ""
|
3257 |
|
3258 |
#. translators: %s: HTML tags
|
3259 |
-
#: settings.php:
|
3260 |
msgid ""
|
3261 |
"%s WARNING: %s No Wrapping %s style has no wrapping code needed for client-"
|
3262 |
"side device detection!"
|
3263 |
msgstr ""
|
3264 |
|
3265 |
-
#: settings.php:
|
3266 |
msgid "Settings"
|
3267 |
msgstr ""
|
3268 |
|
3269 |
-
#: settings.php:
|
3270 |
msgid "Settings timestamp"
|
3271 |
msgstr ""
|
3272 |
|
3273 |
-
#: settings.php:
|
3274 |
msgid "Are you sure you want to reset all settings?"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
-
#: settings.php:
|
3278 |
msgid "Reset All Settings"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
-
#: settings.php:
|
3282 |
msgid "Viewports"
|
3283 |
msgstr ""
|
3284 |
|
3285 |
-
#: settings.php:
|
3286 |
msgid "Hooks"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
-
#: settings.php:
|
3290 |
msgid "Header"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
-
#: settings.php:
|
3294 |
msgid "Footer"
|
3295 |
msgstr ""
|
3296 |
|
3297 |
-
#: settings.php:
|
3298 |
msgid "Debugging"
|
3299 |
msgstr ""
|
3300 |
|
3301 |
-
#: settings.php:
|
3302 |
msgid "Plugin priority"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
-
#: settings.php:
|
3306 |
msgid "Output buffering"
|
3307 |
msgstr ""
|
3308 |
|
3309 |
-
#: settings.php:
|
3310 |
msgid "Needed for position Above header but may not work with all themes"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
-
#: settings.php:
|
3314 |
msgid "Syntax highlighting theme"
|
3315 |
msgstr ""
|
3316 |
|
3317 |
-
#: settings.php:
|
3318 |
msgctxt "no syntax highlighting themes"
|
3319 |
msgid "None"
|
3320 |
msgstr ""
|
3321 |
|
3322 |
-
#: settings.php:
|
3323 |
msgid "No Syntax Highlighting"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
-
#: settings.php:
|
3327 |
msgctxt "syntax highlighting themes"
|
3328 |
msgid "Light"
|
3329 |
msgstr ""
|
3330 |
|
3331 |
-
#: settings.php:
|
3332 |
msgctxt "syntax highlighting themes"
|
3333 |
msgid "Dark"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
-
#: settings.php:
|
3337 |
msgid "Min. user role for ind. exceptions editing"
|
3338 |
msgstr ""
|
3339 |
|
3340 |
-
#: settings.php:
|
3341 |
msgid "Disable caching for logged in administrators"
|
3342 |
msgstr ""
|
3343 |
|
3344 |
-
#: settings.php:
|
3345 |
msgid ""
|
3346 |
"Enabled means that logged in administrators will see non-cached (live) pages "
|
3347 |
"(applies to WP Super Cache, W3 Total Cache and WP Rocket plugins)"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
-
#: settings.php:
|
3351 |
msgid "Sticky widget mode"
|
3352 |
msgstr ""
|
3353 |
|
3354 |
-
#: settings.php:
|
3355 |
msgid ""
|
3356 |
"CSS mode is the best approach but may not work with all themes. JavaScript "
|
3357 |
"mode works with most themes but may reload ads on page load."
|
3358 |
msgstr ""
|
3359 |
|
3360 |
-
#: settings.php:
|
3361 |
msgid "Sticky widget top margin"
|
3362 |
msgstr ""
|
3363 |
|
3364 |
-
#: settings.php:
|
3365 |
msgid "Dynamic blocks"
|
3366 |
msgstr ""
|
3367 |
|
3368 |
-
#: settings.php:
|
3369 |
msgid "Functions for paragraph counting"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
-
#: settings.php:
|
3373 |
msgid ""
|
3374 |
"Standard PHP functions are faster and work in most cases, use Multibyte "
|
3375 |
"functions if paragraphs are not counted properly on non-english pages."
|
3376 |
msgstr ""
|
3377 |
|
3378 |
-
#: settings.php:
|
3379 |
msgid "No paragraph counting inside"
|
3380 |
msgstr ""
|
3381 |
|
3382 |
-
#: settings.php:
|
3383 |
msgid "Label text or HTML code"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: settings.php:
|
3387 |
msgid ""
|
3388 |
"Maximum number of inserted blocks per page. You need to enable Max page "
|
3389 |
"insertions (button Misc / tab Insertion) to count block for this limit."
|
3390 |
msgstr ""
|
3391 |
|
3392 |
-
#: settings.php:
|
3393 |
msgid "Plugin usage tracking"
|
3394 |
msgstr ""
|
3395 |
|
3396 |
#. translators: %s: Ad Inserter
|
3397 |
-
#: settings.php:
|
3398 |
msgid ""
|
3399 |
"Enable tracking of %s usage and help us to make improvements to the plugin. "
|
3400 |
"Only information regarding the WordPress environment and %s usage is "
|
3401 |
"recorded (once per month and on events like plugin activation/deactivation)."
|
3402 |
msgstr ""
|
3403 |
|
3404 |
-
#: settings.php:
|
3405 |
msgid "CSS class name for the wrapping div"
|
3406 |
msgstr ""
|
3407 |
|
3408 |
-
#: settings.php:
|
3409 |
msgid "Block class name"
|
3410 |
msgstr ""
|
3411 |
|
3412 |
-
#: settings.php:
|
3413 |
msgid "Include general plugin block class"
|
3414 |
msgstr ""
|
3415 |
|
3416 |
-
#: settings.php:
|
3417 |
msgid "Block class"
|
3418 |
msgstr ""
|
3419 |
|
3420 |
-
#: settings.php:
|
3421 |
msgid "Include block number class"
|
3422 |
msgstr ""
|
3423 |
|
3424 |
-
#: settings.php:
|
3425 |
msgid "Block number class"
|
3426 |
msgstr ""
|
3427 |
|
3428 |
-
#: settings.php:
|
3429 |
msgid ""
|
3430 |
"Instead of alignment classes generate inline alignment styles for blocks"
|
3431 |
msgstr ""
|
3432 |
|
3433 |
-
#: settings.php:
|
3434 |
msgid "Inline styles"
|
3435 |
msgstr ""
|
3436 |
|
3437 |
-
#: settings.php:
|
3438 |
msgid "Preview of the block wrapping code"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
-
#: settings.php:
|
3442 |
msgid "Wrapping div"
|
3443 |
msgstr ""
|
3444 |
|
3445 |
-
#: settings.php:
|
3446 |
msgid "BLOCK CODE"
|
3447 |
msgstr ""
|
3448 |
|
3449 |
-
#: settings.php:
|
3450 |
msgid "Viewport Settings used for client-side device detection"
|
3451 |
msgstr ""
|
3452 |
|
3453 |
#. Translators: %d: viewport number
|
3454 |
-
#: settings.php:
|
3455 |
msgid "Viewport %d name"
|
3456 |
msgstr ""
|
3457 |
|
3458 |
-
#: settings.php:
|
3459 |
msgid "min width"
|
3460 |
msgstr ""
|
3461 |
|
3462 |
-
#: settings.php:
|
3463 |
msgid "Custom Hooks"
|
3464 |
msgstr ""
|
3465 |
|
3466 |
-
#: settings.php:
|
3467 |
msgid "Enable hook"
|
3468 |
msgstr ""
|
3469 |
|
3470 |
#. translators: %d: hook number
|
3471 |
-
#: settings.php:
|
3472 |
msgid "Hook %d name"
|
3473 |
msgstr ""
|
3474 |
|
3475 |
-
#: settings.php:
|
3476 |
msgid "Hook name for automatic insertion selection"
|
3477 |
msgstr ""
|
3478 |
|
3479 |
-
#: settings.php:
|
3480 |
msgid "action"
|
3481 |
msgstr ""
|
3482 |
|
3483 |
-
#: settings.php:
|
3484 |
msgid "Action name as used in the do_action () function"
|
3485 |
msgstr ""
|
3486 |
|
3487 |
-
#: settings.php:
|
3488 |
msgid "priority"
|
3489 |
msgstr ""
|
3490 |
|
3491 |
-
#: settings.php:
|
3492 |
msgid "Priority for the hook (default is 10)"
|
3493 |
msgstr ""
|
3494 |
|
3495 |
-
#: settings.php:
|
3496 |
msgid "Enable insertion of this code into HTML page header"
|
3497 |
msgstr ""
|
3498 |
|
3499 |
-
#: settings.php:
|
3500 |
msgid "Process PHP code"
|
3501 |
msgstr ""
|
3502 |
|
3503 |
-
#: settings.php:
|
3504 |
msgid "HTML Page Header Code"
|
3505 |
msgstr ""
|
3506 |
|
3507 |
-
#: settings.php:
|
3508 |
msgid "Code in the %s section of the HTML page"
|
3509 |
msgstr ""
|
3510 |
|
3511 |
-
#: settings.php:
|
3512 |
msgctxt "code in the header"
|
3513 |
msgid "NOT ENABLED"
|
3514 |
msgstr ""
|
3515 |
|
3516 |
-
#: settings.php:
|
3517 |
msgid "Use server-side detection to insert code only for"
|
3518 |
msgstr ""
|
3519 |
|
3520 |
-
#: settings.php:
|
3521 |
msgid ""
|
3522 |
"Enable insertion of this code into HTML page header on page for Error 404: "
|
3523 |
"Page not found"
|
3524 |
msgstr ""
|
3525 |
|
3526 |
-
#: settings.php:
|
3527 |
msgid "Insert on Error 404 page"
|
3528 |
msgstr ""
|
3529 |
|
3530 |
-
#: settings.php:
|
3531 |
msgid "Enable insertion of this code into HTML page footer"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
-
#: settings.php:
|
3535 |
msgid "HTML Page Footer Code"
|
3536 |
msgstr ""
|
3537 |
|
3538 |
#. translators: %s: HTML tags
|
3539 |
-
#: settings.php:
|
3540 |
msgid "Code before the %s tag of the the HTML page"
|
3541 |
msgstr ""
|
3542 |
|
3543 |
-
#: settings.php:
|
3544 |
msgctxt "code in the footer"
|
3545 |
msgid "NOT ENABLED"
|
3546 |
msgstr ""
|
3547 |
|
3548 |
-
#: settings.php:
|
3549 |
msgid ""
|
3550 |
"Enable insertion of this code into HTML page footer on page for Error 404: "
|
3551 |
"Page not found"
|
3552 |
msgstr ""
|
3553 |
|
3554 |
-
#: settings.php:
|
3555 |
msgid "Code for ad blocking detection inserted. Click for details."
|
3556 |
msgstr ""
|
3557 |
|
3558 |
-
#: settings.php:
|
3559 |
msgid "Enable detection of ad blocking"
|
3560 |
msgstr ""
|
3561 |
|
3562 |
-
#: settings.php:
|
3563 |
msgid "Global action when ad blocking is detected"
|
3564 |
msgstr ""
|
3565 |
|
3566 |
-
#: settings.php:
|
3567 |
msgid "No action for"
|
3568 |
msgstr ""
|
3569 |
|
3570 |
-
#: settings.php:
|
3571 |
msgid "Exceptions for global action when ad blocking is detected."
|
3572 |
msgstr ""
|
3573 |
|
3574 |
-
#: settings.php:
|
3575 |
msgid "Delay Action"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
-
#: settings.php:
|
3579 |
msgid ""
|
3580 |
"Number of page views to delay action when ad blocking is detected. Leave "
|
3581 |
"empty for no delay (action fires on first page view). Sets cookie."
|
3582 |
msgstr ""
|
3583 |
|
3584 |
-
#: settings.php:
|
3585 |
msgctxt "Delay Action for x "
|
3586 |
msgid "page views"
|
3587 |
msgstr ""
|
3588 |
|
3589 |
-
#: settings.php:
|
3590 |
msgid "No Action Period"
|
3591 |
msgstr ""
|
3592 |
|
3593 |
-
#: settings.php:
|
3594 |
msgid ""
|
3595 |
"Number of days to supress action when ad blocking is detected. Leave empty "
|
3596 |
"for no no-action period (action fires always after defined page view delay). "
|
3597 |
"Sets cookie."
|
3598 |
msgstr ""
|
3599 |
|
3600 |
-
#: settings.php:
|
3601 |
msgctxt "no action period"
|
3602 |
msgid "days"
|
3603 |
msgstr ""
|
3604 |
|
3605 |
-
#: settings.php:
|
3606 |
msgid "Custom Selectors"
|
3607 |
msgstr ""
|
3608 |
|
3609 |
-
#: settings.php:
|
3610 |
msgid ""
|
3611 |
"Comma seprarated list of selectors (.class, #id) used for additional ad "
|
3612 |
"blocking detection. Invisible element or element with zero height means ad "
|
3613 |
"blocking is present."
|
3614 |
msgstr ""
|
3615 |
|
3616 |
-
#: settings.php:
|
3617 |
msgid "Redirection Page"
|
3618 |
msgstr ""
|
3619 |
|
3620 |
-
#: settings.php:
|
3621 |
msgid "Custom Url"
|
3622 |
msgstr ""
|
3623 |
|
3624 |
-
#: settings.php:
|
3625 |
msgid ""
|
3626 |
"Static page for redirection when ad blocking is detected. For other pages "
|
3627 |
"select Custom url and set it below."
|
3628 |
msgstr ""
|
3629 |
|
3630 |
-
#: settings.php:
|
3631 |
msgid "Custom Redirection Url"
|
3632 |
msgstr ""
|
3633 |
|
3634 |
-
#: settings.php:
|
3635 |
msgid "Message HTML code"
|
3636 |
msgstr ""
|
3637 |
|
3638 |
-
#: settings.php:
|
3639 |
msgid "Preview message when ad blocking is detected"
|
3640 |
msgstr ""
|
3641 |
|
3642 |
-
#: settings.php:
|
3643 |
msgid "Prevent visitors from closing the warning message"
|
3644 |
msgstr ""
|
3645 |
|
3646 |
-
#: settings.php:
|
3647 |
msgid "Undismissible Message"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
-
#: settings.php:
|
3651 |
msgid "Not undismissible for"
|
3652 |
msgstr ""
|
3653 |
|
3654 |
-
#: settings.php:
|
3655 |
msgid "Users which can close the warning message."
|
3656 |
msgstr ""
|
3657 |
|
3658 |
-
#: settings.php:
|
3659 |
msgid ""
|
3660 |
"Force showing admin toolbar for administrators when viewing site. Enable "
|
3661 |
"this option when you are logged in as admin and you don't see admin toolbar."
|
3662 |
msgstr ""
|
3663 |
|
3664 |
-
#: settings.php:
|
3665 |
msgid "Disable header code (Header tab)"
|
3666 |
msgstr ""
|
3667 |
|
3668 |
-
#: settings.php:
|
3669 |
msgid "Disable footer code (Footer tab)"
|
3670 |
msgstr ""
|
3671 |
|
3672 |
#. translators: %s: Ad Inserter
|
3673 |
-
#: settings.php:
|
3674 |
msgid "Disable %s JavaScript code"
|
3675 |
msgstr ""
|
3676 |
|
3677 |
#. translators: %s: Ad Inserter
|
3678 |
-
#: settings.php:
|
3679 |
msgid "Disable %s CSS code"
|
3680 |
msgstr ""
|
3681 |
|
3682 |
-
#: settings.php:
|
3683 |
msgid ""
|
3684 |
"Disable PHP code processing (in all blocks including header and footer code)"
|
3685 |
msgstr ""
|
3686 |
|
3687 |
-
#: settings.php:
|
3688 |
msgid "Disable insertion of all blocks"
|
3689 |
msgstr ""
|
3690 |
|
3691 |
-
#: settings.php:
|
3692 |
msgid "Disable insertions"
|
3693 |
msgstr ""
|
3694 |
|
3695 |
#. translators: %s: Ad Inserter
|
3696 |
-
#: settings.php:
|
3697 |
msgid "%s CSS CODE"
|
3698 |
msgstr ""
|
3699 |
|
3700 |
-
#: settings.php:
|
3701 |
msgid "HEADER CODE"
|
3702 |
msgstr ""
|
3703 |
|
3704 |
#. translators: %s: PHP tags
|
3705 |
-
#: settings.php:
|
3706 |
msgid "BLOCK PHP CODE"
|
3707 |
msgstr ""
|
3708 |
|
3709 |
#. translators: %s: Ad Inserter
|
3710 |
-
#: settings.php:
|
3711 |
msgid "%s JS CODE"
|
3712 |
msgstr ""
|
3713 |
|
3714 |
-
#: settings.php:
|
3715 |
msgid "FOOTER CODE"
|
3716 |
msgstr ""
|
3717 |
|
3718 |
-
#: settings.php:
|
3719 |
msgid "Force showing admin toolbar when viewing site"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
-
#: settings.php:
|
3723 |
msgid "Enable debugging functions in admin toolbar"
|
3724 |
msgstr ""
|
3725 |
|
3726 |
-
#: settings.php:
|
3727 |
msgid "Debugging functions in admin toolbar"
|
3728 |
msgstr ""
|
3729 |
|
3730 |
-
#: settings.php:
|
3731 |
msgid "Enable debugging functions in admin toolbar on mobile screens"
|
3732 |
msgstr ""
|
3733 |
|
3734 |
-
#: settings.php:
|
3735 |
msgid "Debugging functions on mobile screens"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: settings.php:
|
3739 |
msgid ""
|
3740 |
"Enable Debugger widget and code insertion debugging (blocks, positions, "
|
3741 |
"tags, processing) by url parameters for non-logged in users. Enable this "
|
@@ -3744,224 +3757,228 @@ msgid ""
|
|
3744 |
"administrators debugging is always enabled."
|
3745 |
msgstr ""
|
3746 |
|
3747 |
-
#: settings.php:
|
3748 |
msgid "Remote debugging"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
-
#: settings.php:
|
3752 |
msgid ""
|
3753 |
"Disable translation to see original texts for the settings and messages in "
|
3754 |
"English"
|
3755 |
msgstr ""
|
3756 |
|
3757 |
-
#: settings.php:
|
3758 |
msgid "Disable translation"
|
3759 |
msgstr ""
|
3760 |
|
3761 |
-
#: settings.php:
|
3762 |
msgid "Available positions for current theme"
|
3763 |
msgstr ""
|
3764 |
|
3765 |
-
#: settings.php:
|
3766 |
msgid "Error checking pages"
|
3767 |
msgstr ""
|
3768 |
|
3769 |
-
#: settings.php:
|
3770 |
msgid "Toggle theme checker for available positions for automatic insertion"
|
3771 |
msgstr ""
|
3772 |
|
3773 |
-
#: settings.php:
|
3774 |
msgctxt "Button"
|
3775 |
msgid "Check"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
-
#: settings.php:
|
3779 |
msgid "Position"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
-
#: settings.php:
|
3783 |
msgid "Archive pages"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#: settings.php:
|
3787 |
msgid ""
|
3788 |
"Position not available because output buffering (tab [*]) is not enabled"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#: settings.php:
|
3792 |
msgid "Position not checked yet"
|
3793 |
msgstr ""
|
3794 |
|
3795 |
-
#: settings.php:
|
3796 |
msgid "Toggle active/all blocks"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
-
#: settings.php:
|
3800 |
msgid "Rearrange block order"
|
3801 |
msgstr ""
|
3802 |
|
3803 |
-
#: settings.php:
|
3804 |
msgid "Save new block order"
|
3805 |
msgstr ""
|
3806 |
|
3807 |
-
#: settings.php:
|
3808 |
msgid "Toggle active/all ad units"
|
3809 |
msgstr ""
|
3810 |
|
3811 |
-
#: settings.php:
|
3812 |
msgid "Reload AdSense ad units"
|
3813 |
msgstr ""
|
3814 |
|
3815 |
-
#: settings.php:
|
3816 |
msgid "Clear authorization to access AdSense account"
|
3817 |
msgstr ""
|
3818 |
|
3819 |
-
#: settings.php:
|
3820 |
msgid "Google AdSense Homepage"
|
3821 |
msgstr ""
|
3822 |
|
3823 |
-
#: settings.php:
|
3824 |
msgid "Switch to physical ads.txt file"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
-
#: settings.php:
|
3828 |
msgid "Switch to virtual ads.txt file"
|
3829 |
msgstr ""
|
3830 |
|
3831 |
#. translators: %s: ads.txt
|
3832 |
-
#: settings.php:
|
3833 |
msgid "Open %s"
|
3834 |
msgstr ""
|
3835 |
|
3836 |
-
#: settings.php:
|
3837 |
msgid "Reload ads.txt file"
|
3838 |
msgstr ""
|
3839 |
|
3840 |
-
#: settings.php:
|
3841 |
msgid "Save"
|
3842 |
msgstr ""
|
3843 |
|
3844 |
#. translators: %s: Ad Inserter
|
3845 |
-
#: settings.php:
|
3846 |
msgid "ads.txt file: %s virtual ads.txt file"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
-
#: settings.php:
|
3850 |
msgid "Warning"
|
3851 |
msgstr ""
|
3852 |
|
3853 |
#. translators: %s: Ad Inserter
|
3854 |
-
#: settings.php:
|
3855 |
msgid "%s virtual file ads.txt not found"
|
3856 |
msgstr ""
|
3857 |
|
3858 |
-
#: settings.php:
|
3859 |
msgid "IMPORTANT"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
-
#: settings.php:
|
3863 |
msgid "ads.txt file must be placed on the root domain"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
-
#: settings.php:
|
3867 |
msgid "ads.txt file"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
-
#: settings.php:
|
|
|
|
|
|
|
|
|
3871 |
msgid "file %s not found"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
-
#: settings.php:
|
3875 |
msgid "Account IDs found in blocks but not present in the ads.txt file"
|
3876 |
msgstr ""
|
3877 |
|
3878 |
#. translators: %s: Ad Inserter
|
3879 |
-
#: settings.php:
|
3880 |
msgid "%s virtual ads.txt file"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
-
#: settings.php:
|
3884 |
msgid "Advertising system"
|
3885 |
msgstr ""
|
3886 |
|
3887 |
-
#: settings.php:
|
3888 |
msgid "Account ID"
|
3889 |
msgstr ""
|
3890 |
|
3891 |
-
#: settings.php:
|
3892 |
msgid "Certification authority ID"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
-
#: settings.php:
|
3896 |
msgid "Account ID found in block and present in ads.txt"
|
3897 |
msgstr ""
|
3898 |
|
3899 |
-
#: settings.php:
|
3900 |
msgid "Account ID found in block but not present in ads.txt"
|
3901 |
msgstr ""
|
3902 |
|
3903 |
-
#: settings.php:
|
3904 |
msgid "Preview block"
|
3905 |
msgstr ""
|
3906 |
|
3907 |
-
#: settings.php:
|
3908 |
msgid "Insertion disabled"
|
3909 |
msgstr ""
|
3910 |
|
3911 |
-
#: settings.php:
|
3912 |
msgid "Automatic insertion"
|
3913 |
msgstr ""
|
3914 |
|
3915 |
#. translators: %s HTML tags
|
3916 |
-
#: settings.php:
|
3917 |
msgid "PHP code processing"
|
3918 |
msgstr ""
|
3919 |
|
3920 |
-
#: settings.php:
|
3921 |
msgid "Device detection"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
-
#: settings.php:
|
3925 |
msgid "Widget positions"
|
3926 |
msgstr ""
|
3927 |
|
3928 |
-
#: settings.php:
|
3929 |
msgid "Ad unit"
|
3930 |
msgstr ""
|
3931 |
|
3932 |
-
#: settings.php:
|
3933 |
msgid "Slot ID"
|
3934 |
msgstr ""
|
3935 |
|
3936 |
-
#: settings.php:
|
3937 |
msgid "Copy AdSense code"
|
3938 |
msgstr ""
|
3939 |
|
3940 |
-
#: settings.php:
|
3941 |
msgid "Preview AdSense ad"
|
3942 |
msgstr ""
|
3943 |
|
3944 |
-
#: settings.php:
|
3945 |
msgid "Get AdSense code"
|
3946 |
msgstr ""
|
3947 |
|
3948 |
#. translators: %s: HTML tags
|
3949 |
-
#: settings.php:
|
3950 |
msgid ""
|
3951 |
"Please %s clear authorization %s with the button %s above and once again "
|
3952 |
"authorize access to your AdSense account."
|
3953 |
msgstr ""
|
3954 |
|
3955 |
-
#: settings.php:
|
3956 |
msgid "AdSense Integration"
|
3957 |
msgstr ""
|
3958 |
|
3959 |
-
#: settings.php:
|
3960 |
msgid "AdSense Integration - Step 2"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
#. translators: %s: HTML tags
|
3964 |
-
#: settings.php:
|
3965 |
msgid ""
|
3966 |
"Authorize %s to access your AdSense account. Click on the %s Get "
|
3967 |
"Authorization Code %s button to open a new window where you can allow "
|
@@ -3970,7 +3987,7 @@ msgid ""
|
|
3970 |
msgstr ""
|
3971 |
|
3972 |
#. translators: %s: HTML tags
|
3973 |
-
#: settings.php:
|
3974 |
msgid ""
|
3975 |
"If you get error, can't access ad units or would like to use own Google API "
|
3976 |
"IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
|
@@ -3978,7 +3995,7 @@ msgid ""
|
|
3978 |
msgstr ""
|
3979 |
|
3980 |
#. translators: %s: HTML tags
|
3981 |
-
#: settings.php:
|
3982 |
msgid ""
|
3983 |
"Now you can authorize %s to access your AdSense account. Click on the %s Get "
|
3984 |
"Authorization Code %s button to open a new window where you can allow "
|
@@ -3987,38 +4004,38 @@ msgid ""
|
|
3987 |
msgstr ""
|
3988 |
|
3989 |
#. translators: %s: HTML tags
|
3990 |
-
#: settings.php:
|
3991 |
msgid ""
|
3992 |
"If you get error %s invalid client %s click on the button %s Clear and "
|
3993 |
"return to Step 1 %s to re-enter Client ID and Client Secret."
|
3994 |
msgstr ""
|
3995 |
|
3996 |
-
#: settings.php:
|
3997 |
msgid "Get Authorization Code"
|
3998 |
msgstr ""
|
3999 |
|
4000 |
-
#: settings.php:
|
4001 |
msgid "Enter Authorization Code"
|
4002 |
msgstr ""
|
4003 |
|
4004 |
-
#: settings.php:
|
4005 |
msgid "Use own API IDs"
|
4006 |
msgstr ""
|
4007 |
|
4008 |
-
#: settings.php:
|
4009 |
msgid "Clear and return to Step 1"
|
4010 |
msgstr ""
|
4011 |
|
4012 |
-
#: settings.php:
|
4013 |
msgid "Authorize"
|
4014 |
msgstr ""
|
4015 |
|
4016 |
-
#: settings.php:
|
4017 |
msgid "AdSense Integration - Step 1"
|
4018 |
msgstr ""
|
4019 |
|
4020 |
#. translators: %s: Ad Inserter
|
4021 |
-
#: settings.php:
|
4022 |
msgid ""
|
4023 |
"Here can %s list configured AdSense ad units and get code for AdSense ads. "
|
4024 |
"To do this you need to authorize %s to access your AdSense account. The "
|
@@ -4027,180 +4044,186 @@ msgid ""
|
|
4027 |
msgstr ""
|
4028 |
|
4029 |
#. translators: %s: HTML tags
|
4030 |
-
#: settings.php:
|
4031 |
msgid "Go to %s Google APIs and Services console %s"
|
4032 |
msgstr ""
|
4033 |
|
4034 |
#. translators: %1: Ad Inserter, 2, 3: HTML tags
|
4035 |
-
#: settings.php:
|
4036 |
msgid ""
|
4037 |
"Create %1$s project - if the project and IDs are already created click on "
|
4038 |
"the %2$s Credentials %3$s in the sidebar and go to step 16"
|
4039 |
msgstr ""
|
4040 |
|
4041 |
#. translators: %s: HTML tags
|
4042 |
-
#: settings.php:
|
4043 |
msgid ""
|
4044 |
"Click on project selection and then click on the %s NEW PROJECT %s button to "
|
4045 |
"create a new project"
|
4046 |
msgstr ""
|
4047 |
|
4048 |
#. translators: 1: Ad Inserter, 2, 3: HTML tags
|
4049 |
-
#: settings.php:
|
4050 |
msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
|
4051 |
msgstr ""
|
4052 |
|
4053 |
#. translators: %s: HTML tags
|
4054 |
-
#: settings.php:
|
4055 |
msgid ""
|
4056 |
"Click on project selection, wait for the project to be created and then and "
|
4057 |
"select %s as the current project"
|
4058 |
msgstr ""
|
4059 |
|
4060 |
#. translators: %s: HTML tags
|
4061 |
-
#: settings.php:
|
4062 |
msgid "Click on %s ENABLE APIS AND SERVICES %s"
|
4063 |
msgstr ""
|
4064 |
|
4065 |
#. translators: %s: HTML tags
|
4066 |
-
#: settings.php:
|
4067 |
msgid "Search for adsense and enable %s"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
#. translators: %s: HTML tags
|
4071 |
-
#: settings.php:
|
4072 |
msgid "Click on %s CREATE CREDENTIALS %s"
|
4073 |
msgstr ""
|
4074 |
|
4075 |
#. translators: %s: HTML tags
|
4076 |
-
#: settings.php:
|
4077 |
msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
|
4078 |
msgstr ""
|
4079 |
|
4080 |
#. translators: %s: HTML tags
|
4081 |
-
#: settings.php:
|
4082 |
msgid "For %s What data will you be accessing? %s select %s User data %s"
|
4083 |
msgstr ""
|
4084 |
|
4085 |
#. translators: %s: HTML tags
|
4086 |
-
#: settings.php:
|
4087 |
msgid "Click on %s What credentials do I need? %s"
|
4088 |
msgstr ""
|
4089 |
|
4090 |
#. translators: %s: HTML tags
|
4091 |
-
#: settings.php:
|
4092 |
msgid ""
|
4093 |
"Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
|
4094 |
"Ad Inserter client %s"
|
4095 |
msgstr ""
|
4096 |
|
4097 |
#. translators: %s: HTML tags
|
4098 |
-
#: settings.php:
|
4099 |
msgid ""
|
4100 |
"Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
|
4101 |
"enter %s"
|
4102 |
msgstr ""
|
4103 |
|
4104 |
#. translators: %s: HTML tags
|
4105 |
-
#: settings.php:
|
4106 |
msgid "Click on %s Continue %s"
|
4107 |
msgstr ""
|
4108 |
|
4109 |
#. translators: %s: HTML tags
|
4110 |
-
#: settings.php:
|
4111 |
msgid "Click on %s Done %s"
|
4112 |
msgstr ""
|
4113 |
|
4114 |
#. translators: %s: HTML tags
|
4115 |
-
#: settings.php:
|
4116 |
msgid ""
|
4117 |
"Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
|
4118 |
"secret %s"
|
4119 |
msgstr ""
|
4120 |
|
4121 |
-
#: settings.php:
|
4122 |
msgid "Copy them to the appropriate fields below"
|
4123 |
msgstr ""
|
4124 |
|
4125 |
-
#: settings.php:
|
4126 |
msgid "Client ID"
|
4127 |
msgstr ""
|
4128 |
|
4129 |
-
#: settings.php:
|
4130 |
msgid "Enter Client ID"
|
4131 |
msgstr ""
|
4132 |
|
4133 |
-
#: settings.php:
|
4134 |
msgid "Client secret"
|
4135 |
msgstr ""
|
4136 |
|
4137 |
-
#: settings.php:
|
4138 |
msgid "Enter Client secret"
|
4139 |
msgstr ""
|
4140 |
|
4141 |
-
#: settings.php:
|
4142 |
msgid "Use default API IDs"
|
4143 |
msgstr ""
|
4144 |
|
4145 |
-
#: settings.php:
|
4146 |
msgid "All posts"
|
4147 |
msgstr ""
|
4148 |
|
4149 |
-
#: settings.php:
|
4150 |
msgid "All static pages"
|
4151 |
msgstr ""
|
4152 |
|
4153 |
-
#: settings.php:
|
4154 |
msgid "Blank ad blocks? Looking for AdSense alternative?"
|
4155 |
msgstr ""
|
4156 |
|
4157 |
-
#: settings.php:
|
4158 |
-
#: settings.php:
|
4159 |
-
#: settings.php:
|
|
|
4160 |
msgid "Looking for AdSense alternative?"
|
4161 |
msgstr ""
|
4162 |
|
4163 |
-
#: settings.php:
|
4164 |
msgid "Try Infolinks Ads with Adsense or Media.net ads"
|
4165 |
msgstr ""
|
4166 |
|
4167 |
-
#: settings.php:
|
4168 |
-
#: settings.php:
|
4169 |
msgid "Use Infolinks ads with Adsense to earn more"
|
4170 |
msgstr ""
|
4171 |
|
4172 |
-
#: settings.php:4764 settings.php:
|
|
|
|
|
|
|
|
|
|
|
4173 |
msgid "Support plugin development"
|
4174 |
msgstr ""
|
4175 |
|
4176 |
-
#: settings.php:
|
4177 |
msgid ""
|
4178 |
"If you like Ad Inserter and have a moment, please help me spread the word by "
|
4179 |
"reviewing the plugin on WordPres"
|
4180 |
msgstr ""
|
4181 |
|
4182 |
-
#: settings.php:
|
4183 |
msgctxt "Review ad Inserter"
|
4184 |
msgid "Review"
|
4185 |
msgstr ""
|
4186 |
|
4187 |
-
#: settings.php:
|
4188 |
msgid ""
|
4189 |
"Support free Ad Inserter development. If you are making money with Ad "
|
4190 |
"Inserter consider donating some small amount. Even 1 dollar counts. Thank "
|
4191 |
"you!"
|
4192 |
msgstr ""
|
4193 |
|
4194 |
-
#: settings.php:
|
4195 |
msgid "Donate"
|
4196 |
msgstr ""
|
4197 |
|
4198 |
-
#: settings.php:
|
4199 |
msgid "Average rating of the plugin - Thank you!"
|
4200 |
msgstr ""
|
4201 |
|
4202 |
#. translators: %s: Ad Inserter, HTML tags
|
4203 |
-
#: settings.php:
|
4204 |
msgid ""
|
4205 |
"You've been using %s for a while now, and I hope you're happy with it. "
|
4206 |
"Positive %s reviews %s are a great way to show your appreciation for my "
|
@@ -4209,31 +4232,31 @@ msgid ""
|
|
4209 |
"your website. %s Thank you!"
|
4210 |
msgstr ""
|
4211 |
|
4212 |
-
#: settings.php:
|
4213 |
msgid "Review"
|
4214 |
msgstr ""
|
4215 |
|
4216 |
-
#: settings.php:
|
4217 |
msgid "Ad Inserter on Twitter"
|
4218 |
msgstr ""
|
4219 |
|
4220 |
-
#: settings.php:
|
4221 |
msgid "Ad Inserter on Facebook"
|
4222 |
msgstr ""
|
4223 |
|
4224 |
-
#: settings.php:
|
4225 |
msgid "Follow Ad Inserter"
|
4226 |
msgstr ""
|
4227 |
|
4228 |
#. translators: %s: HTML tags
|
4229 |
-
#: settings.php:
|
4230 |
msgid ""
|
4231 |
"Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
|
4232 |
"and %s Common Settings %s pages"
|
4233 |
msgstr ""
|
4234 |
|
4235 |
#. translators: %s: HTML tags
|
4236 |
-
#: settings.php:
|
4237 |
msgid ""
|
4238 |
"%s New to %s AdSense? %s %s %s Connect your site %s - %s In-feed ads, %s %s "
|
4239 |
"Auto ads, %s %s AMP ads %s — How to %s integrate %s Infolinks %s ad "
|
@@ -4241,325 +4264,330 @@ msgid ""
|
|
4241 |
msgstr ""
|
4242 |
|
4243 |
#. translators: %s: HTML tags
|
4244 |
-
#: settings.php:
|
4245 |
msgid ""
|
4246 |
"Become an %s affiliate %s for Ad Inserter Pro and earn commission for each "
|
4247 |
"purchase you refer to us"
|
4248 |
msgstr ""
|
4249 |
|
4250 |
#. translators: %s: HTML tags
|
4251 |
-
#: settings.php:
|
4252 |
msgid ""
|
4253 |
"Ads are not showing? Check %s troubleshooting guide %s to find out how to "
|
4254 |
"diagnose and fix the problem."
|
4255 |
msgstr ""
|
4256 |
|
4257 |
#. translators: %s: HTML tags
|
4258 |
-
#: settings.php:
|
4259 |
msgid ""
|
4260 |
"If you need any kind of help or support, please do not hesitate to open a "
|
4261 |
"thread on the %s support forum. %s"
|
4262 |
msgstr ""
|
4263 |
|
4264 |
-
#: settings.php:
|
4265 |
-
msgid "
|
4266 |
msgstr ""
|
4267 |
|
4268 |
-
#: settings.php:
|
4269 |
-
msgid "
|
4270 |
msgstr ""
|
4271 |
|
4272 |
-
#: settings.php:
|
4273 |
msgid "Looking for Pro Ad Management plugin?"
|
4274 |
msgstr ""
|
4275 |
|
4276 |
-
#: settings.php:
|
4277 |
msgid "To Optimally Monetize your WordPress website?"
|
4278 |
msgstr ""
|
4279 |
|
|
|
|
|
|
|
|
|
|
|
4280 |
#. translators: %s HTML tags
|
4281 |
-
#: settings.php:
|
4282 |
msgid "%s AdSense Integration %s"
|
4283 |
msgstr ""
|
4284 |
|
4285 |
#. translators: %s HTML tags
|
4286 |
-
#: settings.php:
|
4287 |
msgid "Syntax highlighting %s editor %s"
|
4288 |
msgstr ""
|
4289 |
|
4290 |
#. translators: %s HTML tags
|
4291 |
-
#: settings.php:
|
4292 |
msgid "%s Code preview %s with visual CSS editor"
|
4293 |
msgstr ""
|
4294 |
|
4295 |
#. translators: %s HTML tags
|
4296 |
-
#: settings.php:
|
4297 |
msgid "Simple user interface - all settings on a single page"
|
4298 |
msgstr ""
|
4299 |
|
4300 |
#. translators: %s HTML tags
|
4301 |
-
#: settings.php:
|
4302 |
msgid ""
|
4303 |
"%s Automatic insertion %s before or after post / content / %s paragraph %s / "
|
4304 |
"image / excerpt"
|
4305 |
msgstr ""
|
4306 |
|
4307 |
#. translators: %s HTML tags
|
4308 |
-
#: settings.php:
|
4309 |
msgid "%s Automatic insertion %s between posts on blog pages"
|
4310 |
msgstr ""
|
4311 |
|
4312 |
#. translators: %s HTML tags
|
4313 |
-
#: settings.php:
|
4314 |
msgid "%s Automatic insertion %s before, between and after comments"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
#. translators: %s HTML tags
|
4318 |
-
#: settings.php:
|
4319 |
msgid "%s Automatic insertion %s after %s or before %s tag"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
#. translators: %s HTML tags
|
4323 |
-
#: settings.php:
|
4324 |
msgid "Automatic insertion at %s custom hook positions %s"
|
4325 |
msgstr ""
|
4326 |
|
4327 |
#. translators: %s HTML tags
|
4328 |
-
#: settings.php:
|
4329 |
msgid ""
|
4330 |
"Insertion %s before or after any HTML element on the page %s (using CSS "
|
4331 |
"selectors)"
|
4332 |
msgstr ""
|
4333 |
|
4334 |
#. translators: %s HTML tags
|
4335 |
-
#: settings.php:
|
4336 |
msgid "%s Insertion exceptions %s for individual posts and pages"
|
4337 |
msgstr ""
|
4338 |
|
4339 |
#. translators: %s HTML tags
|
4340 |
-
#: settings.php:
|
4341 |
msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
|
4342 |
msgstr ""
|
4343 |
|
4344 |
#. translators: %s HTML tags
|
4345 |
-
#: settings.php:
|
4346 |
msgid ""
|
4347 |
"%s Sticky ads %s with optional close button (ads stay fixed when the page "
|
4348 |
"scrolls)"
|
4349 |
msgstr ""
|
4350 |
|
4351 |
#. translators: %s HTML tags
|
4352 |
-
#: settings.php:
|
4353 |
msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
|
4354 |
msgstr ""
|
4355 |
|
4356 |
#. translators: %s HTML tags
|
4357 |
-
#: settings.php:
|
4358 |
msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
|
4359 |
msgstr ""
|
4360 |
|
4361 |
#. translators: %s HTML tags
|
4362 |
-
#: settings.php:
|
4363 |
msgid ""
|
4364 |
"%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
|
4365 |
"visible)"
|
4366 |
msgstr ""
|
4367 |
|
4368 |
#. translators: %s HTML tags
|
4369 |
-
#: settings.php:
|
4370 |
msgid ""
|
4371 |
"%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
|
4372 |
msgstr ""
|
4373 |
|
4374 |
#. translators: %s HTML tags
|
4375 |
-
#: settings.php:
|
4376 |
msgid "Block %s alignment and style %s customizations"
|
4377 |
msgstr ""
|
4378 |
|
4379 |
#. translators: %s HTML tags
|
4380 |
-
#: settings.php:
|
4381 |
msgid ""
|
4382 |
"%s Clearance %s options to avoid insertion near images or headers (AdSense "
|
4383 |
"TOS)"
|
4384 |
msgstr ""
|
4385 |
|
4386 |
#. translators: %s HTML tags
|
4387 |
-
#: settings.php:
|
4388 |
msgid ""
|
4389 |
"Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
|
4390 |
"feeds"
|
4391 |
msgstr ""
|
4392 |
|
4393 |
#. translators: %s HTML tags
|
4394 |
-
#: settings.php:
|
4395 |
msgid "%s Ad rotation %s (works also with caching)"
|
4396 |
msgstr ""
|
4397 |
|
4398 |
#. translators: %s HTML tags
|
4399 |
-
#: settings.php:
|
4400 |
msgid "Create, edit and check %s ads.txt %s file"
|
4401 |
msgstr ""
|
4402 |
|
4403 |
#. translators: %s HTML tags
|
4404 |
-
#: settings.php:
|
4405 |
msgid ""
|
4406 |
"Ad impression and click %s tracking %s (works also with Javascript ads like "
|
4407 |
"AdSense)"
|
4408 |
msgstr ""
|
4409 |
|
4410 |
#. translators: %s HTML tags
|
4411 |
-
#: settings.php:
|
4412 |
msgid "Internal or external %s tracking %s (via Google Analytics or Matomo)"
|
4413 |
msgstr ""
|
4414 |
|
4415 |
#. translators: %s HTML tags
|
4416 |
-
#: settings.php:
|
4417 |
msgid "%s Public web reports %s for clients, export to PDF"
|
4418 |
msgstr ""
|
4419 |
|
4420 |
#. translators: %s HTML tags
|
4421 |
-
#: settings.php:
|
4422 |
msgid "Support for %s A/B testing %s"
|
4423 |
msgstr ""
|
4424 |
|
4425 |
#. translators: %s HTML tags
|
4426 |
-
#: settings.php:
|
4427 |
msgid "Frequency capping - %s limit impressions or clicks %s"
|
4428 |
msgstr ""
|
4429 |
|
4430 |
#. translators: %s HTML tags
|
4431 |
-
#: settings.php:
|
4432 |
msgid "Click fraud %s protection %s"
|
4433 |
msgstr ""
|
4434 |
|
4435 |
#. translators: %s HTML tags
|
4436 |
-
#: settings.php:
|
4437 |
msgid "Support for %s lazy loading %s"
|
4438 |
msgstr ""
|
4439 |
|
4440 |
#. translators: %s HTML tags
|
4441 |
-
#: settings.php:
|
4442 |
msgid "Support for ads on %s AMP pages %s"
|
4443 |
msgstr ""
|
4444 |
|
4445 |
#. translators: %s HTML tags
|
4446 |
-
#: settings.php:
|
4447 |
msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
|
4448 |
msgstr ""
|
4449 |
|
4450 |
#. translators: %s HTML tags
|
4451 |
-
#: settings.php:
|
4452 |
msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
|
4453 |
msgstr ""
|
4454 |
|
4455 |
#. translators: %s HTML tags
|
4456 |
-
#: settings.php:
|
4457 |
msgid "%s Banner %s code generator"
|
4458 |
msgstr ""
|
4459 |
|
4460 |
#. translators: %s HTML tags
|
4461 |
-
#: settings.php:
|
4462 |
msgid "Support for %s header and footer %s code"
|
4463 |
msgstr ""
|
4464 |
|
4465 |
#. translators: %s HTML tags
|
4466 |
-
#: settings.php:
|
4467 |
msgid "Support for Google Analytics, Matomo or any other web analytics code"
|
4468 |
msgstr ""
|
4469 |
|
4470 |
#. translators: %s HTML tags
|
4471 |
-
#: settings.php:
|
4472 |
msgid "Desktop, tablet and phone server-side %s device detection %s"
|
4473 |
msgstr ""
|
4474 |
|
4475 |
#. translators: %s HTML tags
|
4476 |
-
#: settings.php:
|
4477 |
msgid "Client-side %s mobile device detection %s (works with caching)"
|
4478 |
msgstr ""
|
4479 |
|
4480 |
#. translators: %s HTML tags
|
4481 |
-
#: settings.php:
|
4482 |
msgid ""
|
4483 |
"%s Ad blocking detection %s - popup message, ad replacement, content "
|
4484 |
"protection"
|
4485 |
msgstr ""
|
4486 |
|
4487 |
#. translators: %s HTML tags
|
4488 |
-
#: settings.php:
|
4489 |
msgid "%s Ad blocking statistics %s"
|
4490 |
msgstr ""
|
4491 |
|
4492 |
#. translators: %s HTML tags
|
4493 |
-
#: settings.php:
|
4494 |
msgid ""
|
4495 |
"%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
|
4496 |
-
"
|
4497 |
msgstr ""
|
4498 |
|
4499 |
#. translators: %s HTML tags
|
4500 |
-
#: settings.php:
|
4501 |
msgid ""
|
4502 |
"%s Black/White-list %s IP addresses or countries (works also with caching)"
|
4503 |
msgstr ""
|
4504 |
|
4505 |
#. translators: %s HTML tags
|
4506 |
-
#: settings.php:
|
4507 |
msgid "%s Multisite options %s to limit settings on the sites"
|
4508 |
msgstr ""
|
4509 |
|
4510 |
#. translators: %s HTML tags
|
4511 |
-
#: settings.php:
|
4512 |
msgid "%s Import/Export %s block or plugin settings"
|
4513 |
msgstr ""
|
4514 |
|
4515 |
#. translators: %s HTML tags
|
4516 |
-
#: settings.php:
|
4517 |
msgid "%s Insertion scheduling %s with fallback option"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
#. translators: %s HTML tags
|
4521 |
-
#: settings.php:
|
4522 |
msgid "Country-level %s GEO targeting %s (works also with caching)"
|
4523 |
msgstr ""
|
4524 |
|
4525 |
#. translators: %s HTML tags
|
4526 |
-
#: settings.php:
|
4527 |
msgid "Simple troubleshooting with many %s debugging functions %s"
|
4528 |
msgstr ""
|
4529 |
|
4530 |
#. translators: %s HTML tags
|
4531 |
-
#: settings.php:
|
4532 |
msgid "%s Visualization %s of inserted blocks or ads for easier placement"
|
4533 |
msgstr ""
|
4534 |
|
4535 |
#. translators: %s HTML tags
|
4536 |
-
#: settings.php:
|
4537 |
msgid "%s Visualization %s of available positions for automatic ad insertion"
|
4538 |
msgstr ""
|
4539 |
|
4540 |
#. translators: %s HTML tags
|
4541 |
-
#: settings.php:
|
4542 |
msgid ""
|
4543 |
"%s Visualization %s of HTML tags for easier ad placement between paragraphs"
|
4544 |
msgstr ""
|
4545 |
|
4546 |
#. translators: %s HTML tags
|
4547 |
-
#: settings.php:
|
4548 |
msgid "%s Clipboard support %s to easily copy blocks or settings"
|
4549 |
msgstr ""
|
4550 |
|
4551 |
#. translators: %s HTML tags
|
4552 |
-
#: settings.php:
|
4553 |
msgid "No ads on the settings page"
|
4554 |
msgstr ""
|
4555 |
|
4556 |
#. translators: %s HTML tags
|
4557 |
-
#: settings.php:
|
4558 |
msgid "Premium support"
|
4559 |
msgstr ""
|
4560 |
|
4561 |
#. translators: %s HTML tags
|
4562 |
-
#: settings.php:
|
4563 |
msgid ""
|
4564 |
"Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
|
4565 |
"website with many advertising features to automatically insert adverts on "
|
@@ -4574,82 +4602,82 @@ msgid ""
|
|
4574 |
msgstr ""
|
4575 |
|
4576 |
#. translators: %s HTML tags
|
4577 |
-
#: settings.php:
|
4578 |
msgid "Looking for %s Pro Ad Management plugin? %s"
|
4579 |
msgstr ""
|
4580 |
|
4581 |
#. translators: %s HTML tags
|
4582 |
-
#: settings.php:
|
4583 |
msgid "Ads between posts"
|
4584 |
msgstr ""
|
4585 |
|
4586 |
#. translators: %s HTML tags
|
4587 |
-
#: settings.php:
|
4588 |
msgid "Ads between comments"
|
4589 |
msgstr ""
|
4590 |
|
4591 |
#. translators: %s HTML tags
|
4592 |
-
#: settings.php:
|
4593 |
msgid "Support via email"
|
4594 |
msgstr ""
|
4595 |
|
4596 |
#. translators: %s HTML tags
|
4597 |
-
#: settings.php:
|
4598 |
msgid "%s Sticky positions %s"
|
4599 |
msgstr ""
|
4600 |
|
4601 |
#. translators: %s HTML tags
|
4602 |
-
#: settings.php:
|
4603 |
msgid "%s Limit insertions %s"
|
4604 |
msgstr ""
|
4605 |
|
4606 |
#. translators: %s HTML tags
|
4607 |
-
#: settings.php:
|
4608 |
msgid "%s Clearance %s options"
|
4609 |
msgstr ""
|
4610 |
|
4611 |
#. translators: %s HTML tags
|
4612 |
-
#: settings.php:
|
4613 |
msgid "Ad rotation"
|
4614 |
msgstr ""
|
4615 |
|
4616 |
#. translators: %s HTML tags
|
4617 |
-
#: settings.php:
|
4618 |
msgid "%s A/B testing %s"
|
4619 |
msgstr ""
|
4620 |
|
4621 |
#. translators: %s HTML tags
|
4622 |
-
#: settings.php:
|
4623 |
msgid "%s Ad tracking %s"
|
4624 |
msgstr ""
|
4625 |
|
4626 |
#. translators: %s HTML tags
|
4627 |
-
#: settings.php:
|
4628 |
msgid "Support for %s AMP pages %s"
|
4629 |
msgstr ""
|
4630 |
|
4631 |
#. translators: %s HTML tags
|
4632 |
-
#: settings.php:
|
4633 |
msgid "%s Ad blocking detection %s"
|
4634 |
msgstr ""
|
4635 |
|
4636 |
#. translators: %s HTML tags
|
4637 |
-
#: settings.php:
|
4638 |
msgid "%s Mobile device detection %s"
|
4639 |
msgstr ""
|
4640 |
|
4641 |
#. translators: %s HTML tags
|
4642 |
-
#: settings.php:
|
4643 |
msgid "64 code blocks"
|
4644 |
msgstr ""
|
4645 |
|
4646 |
#. translators: %s HTML tags
|
4647 |
-
#: settings.php:
|
4648 |
msgid "%s GEO targeting %s"
|
4649 |
msgstr ""
|
4650 |
|
4651 |
#. translators: %s HTML tags
|
4652 |
-
#: settings.php:
|
4653 |
msgid "%s Scheduling %s"
|
4654 |
msgstr ""
|
4655 |
|
@@ -4713,10 +4741,6 @@ msgstr ""
|
|
4713 |
msgid "After excerpt"
|
4714 |
msgstr ""
|
4715 |
|
4716 |
-
#: strings.php:25
|
4717 |
-
msgid "Between posts"
|
4718 |
-
msgstr ""
|
4719 |
-
|
4720 |
#: strings.php:26
|
4721 |
msgid "Before comments"
|
4722 |
msgstr ""
|
@@ -5162,7 +5186,7 @@ msgid "Redirection"
|
|
5162 |
msgstr ""
|
5163 |
|
5164 |
#: strings.php:154
|
5165 |
-
msgid "Do
|
5166 |
msgstr ""
|
5167 |
|
5168 |
#: strings.php:156
|
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.5.6\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ad-inserter\n"
|
7 |
+
"POT-Creation-Date: 2019-10-12 19:12:30+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:293
|
16 |
msgctxt "Menu item"
|
17 |
msgid "Debugging DEMO"
|
18 |
msgstr ""
|
19 |
|
20 |
+
#: ad-inserter.php:309
|
21 |
msgctxt "Menu item"
|
22 |
msgid "Label Blocks"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: ad-inserter.php:316
|
26 |
msgctxt "Menu item"
|
27 |
msgid "Show Positions"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: ad-inserter.php:387
|
31 |
msgctxt "Menu item"
|
32 |
msgid "Show HTML Tags"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: ad-inserter.php:394
|
36 |
msgctxt "Menu item"
|
37 |
msgid "Disable Insertion"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: ad-inserter.php:403
|
41 |
msgctxt "Menu item"
|
42 |
msgid "Ad Blocking Status"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: ad-inserter.php:410
|
46 |
msgctxt "Menu item"
|
47 |
msgid "Simulate Ad Blocking"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: ad-inserter.php:420
|
51 |
msgctxt "Menu item"
|
52 |
msgid "Log Processing"
|
53 |
msgstr ""
|
54 |
|
55 |
#. translators: Debugging position name Before HTML element
|
56 |
+
#: ad-inserter.php:1027
|
57 |
msgid "Before"
|
58 |
msgstr ""
|
59 |
|
60 |
#. translators: Debugging position name After HTML element
|
61 |
+
#: ad-inserter.php:1032
|
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:1037 strings.php:103
|
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:1042 strings.php:104
|
74 |
msgid "Append content"
|
75 |
msgstr ""
|
76 |
|
77 |
#. translators: Debugging position name Replace content of HTML element
|
78 |
+
#: ad-inserter.php:1047 strings.php:105
|
79 |
msgid "Replace content"
|
80 |
msgstr ""
|
81 |
|
82 |
#. translators: Debugging position name Replace HTML element
|
83 |
+
#: ad-inserter.php:1052 strings.php:155
|
84 |
msgid "Replace"
|
85 |
msgstr ""
|
86 |
|
87 |
#. translators: Debugging message when output buffering is enabled
|
88 |
+
#: ad-inserter.php:1099
|
89 |
msgid "OUTPUT BUFFERING"
|
90 |
msgstr ""
|
91 |
|
92 |
#. translators: Debugging position
|
93 |
+
#: ad-inserter.php:1103
|
94 |
msgid "Above Header"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: ad-inserter.php:1312
|
98 |
msgctxt "Menu item"
|
99 |
msgid "Log In"
|
100 |
msgstr ""
|
101 |
|
102 |
#. translators: %s: Ad Inserter
|
103 |
+
#: ad-inserter.php:1642 ad-inserter.php:2577
|
104 |
msgid "%s Settings"
|
105 |
msgstr ""
|
106 |
|
107 |
#. translators: AD BLOCKING DETECTED, PAGE VIEWS: n - NO ACTION
|
108 |
+
#: ad-inserter.php:2089
|
109 |
msgid "AD BLOCKING DETECTED, PAGE VIEWS"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: ad-inserter.php:2089
|
113 |
msgid "NO ACTION"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: ad-inserter.php:2090
|
117 |
msgid "AD BLOCKING DETECTED, COOKIE DETECTED - NO ACTION"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: ad-inserter.php:2091
|
121 |
msgid "AD BLOCKING DETECTED - ACTION"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: ad-inserter.php:2092
|
125 |
msgid "AD BLOCKING NOT DETECTED"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: ad-inserter.php:2093
|
129 |
msgid "AD BLOCKING DETECTION COOKIES DELETED"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: ad-inserter.php:2094
|
133 |
msgid "AD BLOCKING DETECTED - NO ACTION"
|
134 |
msgstr ""
|
135 |
|
136 |
#. Translators: 1: number of blocks, 2: Ad Inserter
|
137 |
+
#: ad-inserter.php:2300
|
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:2301 includes/functions.old.php:1652
|
144 |
+
#: includes/functions.php:1695
|
145 |
msgid "No, thank you."
|
146 |
msgstr ""
|
147 |
|
148 |
#. Translators: %s: Ad Inserter
|
149 |
+
#: ad-inserter.php:2304
|
150 |
msgid ""
|
151 |
"Hey, you've been using %s for a while now, and I hope you're happy with it."
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: ad-inserter.php:2305 includes/functions.old.php:1655
|
155 |
+
#: includes/functions.php:1698
|
156 |
msgid "Not now, maybe later."
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: ad-inserter.php:2315
|
160 |
msgid "I would really appreciate if you could rate the plugin on WordPres."
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: ad-inserter.php:2317
|
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:2323
|
171 |
msgid "Rate %s"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: ad-inserter.php:2328
|
175 |
msgid "I already did."
|
176 |
msgstr ""
|
177 |
|
178 |
#. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter
|
179 |
#. translators: 1: AMPforWP Plugin Manager, 2: Ad Inserter, 3, 4: HTML tags
|
180 |
+
#: ad-inserter.php:2341 ad-inserter.php:2368
|
181 |
msgid "Warning: %1$s %3$s disabled %4$s %2$s on AMP pages."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: ad-inserter.php:2350
|
185 |
msgctxt "Menu item"
|
186 |
msgid "Settings"
|
187 |
msgstr ""
|
188 |
|
189 |
#. translators: %s: Ad Inserter
|
190 |
+
#: ad-inserter.php:2468
|
191 |
msgctxt "Meta box name"
|
192 |
msgid "%s Individual Exceptions"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: ad-inserter.php:2497 ad-inserter.php:8680 class.php:2080
|
196 |
#: includes/preview.php:1976 includes/preview.php:2020
|
197 |
+
#: includes/preview.php:2057 settings.php:4088 strings.php:3
|
198 |
msgid "Block"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: ad-inserter.php:2498 settings.php:4089 settings.php:4174
|
202 |
msgid "Name"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: ad-inserter.php:2501 settings.php:1129
|
206 |
msgid "Default insertion"
|
207 |
msgstr ""
|
208 |
|
209 |
#. translators: For this post or page
|
210 |
+
#: ad-inserter.php:2504
|
211 |
msgctxt "Page"
|
212 |
msgid "For this"
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: ad-inserter.php:2505
|
216 |
msgctxt "Post"
|
217 |
msgid "For this"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: ad-inserter.php:2517
|
221 |
msgctxt "Enabled/disabled on all"
|
222 |
msgid "pages"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: ad-inserter.php:2520
|
226 |
msgctxt "Enabled/disabled on all"
|
227 |
msgid "posts"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: ad-inserter.php:2538 ad-inserter.php:2550 strings.php:161
|
231 |
msgid "Enabled"
|
232 |
msgstr ""
|
233 |
|
234 |
#. translators: Menu items
|
235 |
+
#: ad-inserter.php:2538 ad-inserter.php:2550 includes/functions.old.php:2326
|
236 |
+
#: includes/functions.php:2371 strings.php:16
|
237 |
msgid "Disabled"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: ad-inserter.php:2540
|
241 |
msgid "No individual exceptions"
|
242 |
msgstr ""
|
243 |
|
244 |
#. translators: Not enabled for pages or posts
|
245 |
+
#: ad-inserter.php:2542
|
246 |
msgid "Not enabled for"
|
247 |
msgstr ""
|
248 |
|
249 |
#. translators: No individual exceptions enabled for pages or posts
|
250 |
+
#: ad-inserter.php:2570
|
251 |
msgid "No block has individual exceptions enabled"
|
252 |
msgstr ""
|
253 |
|
254 |
#. translators: 1: Ad Inserter Settings (page), 2: Tag / Archive pages
|
255 |
+
#: ad-inserter.php:2575
|
256 |
msgid ""
|
257 |
"Default insertion can be configured for each block on %1$s page - button "
|
258 |
"next to %2$s checkbox."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: ad-inserter.php:2578 settings.php:1107
|
262 |
msgid "Tag / Archive pages"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: ad-inserter.php:2580
|
266 |
msgid ""
|
267 |
"When individual exceptions for a block are enabled, a checkbox will be "
|
268 |
"listed here to change default insertion for this post or page."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: ad-inserter.php:2581
|
272 |
msgid ""
|
273 |
"This way you can individually enable or disable blocks on specific posts or "
|
274 |
"pages."
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: ad-inserter.php:2583
|
278 |
msgid "For more information check page %s"
|
279 |
msgstr ""
|
280 |
|
281 |
#. translators: Ad Inserter Exceptions documentation page
|
282 |
+
#: ad-inserter.php:2585
|
283 |
msgid "Individual Exceptions"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: ad-inserter.php:2632
|
287 |
msgid "STATIC PAGE"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: ad-inserter.php:2635
|
291 |
msgid "POST"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: ad-inserter.php:2638
|
295 |
msgid "HOMEPAGE"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: ad-inserter.php:2641
|
299 |
msgid "CATEGORY PAGE"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: ad-inserter.php:2644
|
303 |
msgid "SEARCH PAGE"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: ad-inserter.php:2647
|
307 |
msgid "ARCHIVE PAGE"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: ad-inserter.php:2650
|
311 |
msgid "ERROR 404 PAGE"
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: ad-inserter.php:2653
|
315 |
msgid "AJAX CALL"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ad-inserter.php:2656
|
319 |
msgid "UNKNOWN PAGE TYPE"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ad-inserter.php:2673
|
323 |
msgid "Click to delete ad blocking detection cokies"
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: ad-inserter.php:2674
|
327 |
msgid "AD BLOCKING STATUS UNKNOWN"
|
328 |
msgstr ""
|
329 |
|
330 |
#. translators: %s: AdSense Auto Ads
|
331 |
+
#: ad-inserter.php:2703
|
332 |
msgid ""
|
333 |
"Code for %s detected - Code will automatically insert AdSense ads at optimal "
|
334 |
"positions"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: ad-inserter.php:2842
|
338 |
msgid "Code for insertion"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: ad-inserter.php:2842
|
342 |
msgid "character"
|
343 |
msgid_plural "characters"
|
344 |
msgstr[0] ""
|
345 |
msgstr[1] ""
|
346 |
|
347 |
+
#: ad-inserter.php:2885
|
348 |
msgid "Header code"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: ad-inserter.php:2885
|
352 |
msgctxt "Header code"
|
353 |
msgid "DISABLED"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: ad-inserter.php:2885 ad-inserter.php:3121
|
357 |
msgid "character inserted"
|
358 |
msgid_plural "characters inserted"
|
359 |
msgstr[0] ""
|
360 |
msgstr[1] ""
|
361 |
|
362 |
+
#: ad-inserter.php:2919
|
363 |
msgid "Automatically placed by AdSense Auto ads code"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: ad-inserter.php:3121
|
367 |
msgid "Footer code"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: ad-inserter.php:3121
|
371 |
msgctxt "Footer code"
|
372 |
msgid "DISABLED"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: ad-inserter.php:3127
|
376 |
msgid "JAVASCRIPT NOT WORKING"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: ad-inserter.php:3127
|
380 |
msgid "NO JAVASCRIPT ERRORS"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: ad-inserter.php:3127
|
384 |
msgid "JAVASCRIPT ERRORS"
|
385 |
msgstr ""
|
386 |
|
387 |
#. translators: block name (block with default settings)
|
388 |
+
#: ad-inserter.php:5426
|
389 |
msgctxt "Block name"
|
390 |
msgid "Default"
|
391 |
msgstr ""
|
392 |
|
393 |
#. translators: %s: Ad Inserter
|
394 |
+
#: ad-inserter.php:6042
|
395 |
msgid "Error importing %s settings."
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: ad-inserter.php:6043
|
399 |
msgid "Error importing settings for block"
|
400 |
msgid_plural "Error importing settings for blocks:"
|
401 |
msgstr[0] ""
|
402 |
msgstr[1] ""
|
403 |
|
404 |
+
#: ad-inserter.php:6093
|
405 |
msgid "Settings saved."
|
406 |
msgstr ""
|
407 |
|
408 |
#. translators: %s: Ad Inserter
|
409 |
+
#: ad-inserter.php:6095
|
410 |
msgid "Invalid data received - %s settings not saved."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: ad-inserter.php:6183
|
414 |
msgid "Settings cleared."
|
415 |
msgstr ""
|
416 |
|
417 |
#. Translators: Post/Static page must have between X and Y words
|
418 |
+
#: ad-inserter.php:6528 ad-inserter.php:6530 ad-inserter.php:6553
|
419 |
+
#: settings.php:2086
|
420 |
msgid "word"
|
421 |
msgid_plural "words"
|
422 |
msgstr[0] ""
|
423 |
msgstr[1] ""
|
424 |
|
425 |
+
#: ad-inserter.php:6567 ad-inserter.php:6679
|
426 |
msgid "HTML TAGS REMOVED"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: ad-inserter.php:6755
|
430 |
msgid "BEFORE COMMENTS"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: ad-inserter.php:6863
|
434 |
msgid "AFTER COMMENTS"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: ad-inserter.php:6926
|
438 |
msgid "BETWEEN COMMENTS"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: ad-inserter.php:8312
|
442 |
msgid "requires WordPress 4.6 or newer"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: ad-inserter.php:8312
|
446 |
msgid "Please update!"
|
447 |
msgstr ""
|
448 |
|
449 |
#. translators: Opt-in message: Thank you for installing Ad Inserter (plugin
|
450 |
#. name with HTML tags will be added)
|
451 |
+
#: ad-inserter.php:8553
|
452 |
msgid "Thank you for installing"
|
453 |
msgstr ""
|
454 |
|
455 |
#. translators: Opt-in message: %s: HTML tags
|
456 |
+
#: ad-inserter.php:8555
|
457 |
msgid ""
|
458 |
"We would like to %s track its usage %s on your site. This is completely "
|
459 |
"optional and can be disabled at any time."
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: ad-inserter.php:8557
|
463 |
msgid ""
|
464 |
"We don't record any sensitive data, only information regarding the WordPress "
|
465 |
"environment and plugin usage, which will help us to make improvements to the "
|
467 |
msgstr ""
|
468 |
|
469 |
#. translators: Deactivation message: %s: HTML tags
|
470 |
+
#: ad-inserter.php:8594
|
471 |
msgid ""
|
472 |
"Looking for %s Documentation, %s %s Common Settings, %s %s Quick Start %s or "
|
473 |
"help for %s AdSense ads? %s The plugin doesn't work with your theme? %s Let "
|
475 |
msgstr ""
|
476 |
|
477 |
#. translators: %s: Ad Inserter
|
478 |
+
#: ad-inserter.php:8637
|
479 |
msgid "%s block."
|
480 |
msgstr ""
|
481 |
|
482 |
#. translators: widget title
|
483 |
+
#: ad-inserter.php:8653 ad-inserter.php:8689
|
484 |
msgid "Processing log"
|
485 |
msgstr ""
|
486 |
|
487 |
#. translators: widget title
|
488 |
+
#: ad-inserter.php:8655 ad-inserter.php:8690
|
489 |
msgid "Dummy widget"
|
490 |
msgstr ""
|
491 |
|
492 |
#. translators: widget title
|
493 |
+
#: ad-inserter.php:8657 ad-inserter.php:8688
|
494 |
msgid "Debugging tools"
|
495 |
msgstr ""
|
496 |
|
497 |
#. translators: block status (widget title)
|
498 |
+
#: ad-inserter.php:8664
|
499 |
msgctxt "block"
|
500 |
msgid "PAUSED"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: ad-inserter.php:8665
|
504 |
msgid "WIDGET DISABLED"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: ad-inserter.php:8666
|
508 |
msgid "Unknown block"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: ad-inserter.php:8675 includes/functions.old.php:3186
|
512 |
+
#: includes/functions.php:3231 settings.php:1159
|
513 |
msgid "Title"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: ad-inserter.php:8697
|
517 |
msgctxt "Widget"
|
518 |
msgid "Sticky"
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: ad-inserter.php:8746
|
522 |
msgid ""
|
523 |
"Ad Inserter can't be used while Ad Inserter Pro is active! To activate Ad "
|
524 |
"Inserter you need to first deactivate Ad Inserter Pro."
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: ad-inserter.php:8747
|
528 |
msgid ""
|
529 |
"<strong>WARNING</strong>: Please note that saving settings in Ad Inserter "
|
530 |
"will clear all settings that are available only in the Pro version "
|
556 |
msgid "After post"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: class.php:2054 strings.php:25
|
560 |
+
msgid "Between posts"
|
561 |
+
msgstr ""
|
562 |
+
|
563 |
+
#: class.php:2059 settings.php:1829 settings.php:4106
|
564 |
msgid "Widget"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: class.php:2064 settings.php:4104
|
568 |
msgid "PHP function call"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#. Translators: %s: custom hook name
|
572 |
+
#: class.php:2074
|
573 |
+
msgid "Custom hook %s call"
|
574 |
+
msgstr ""
|
575 |
+
|
576 |
+
#: class.php:2110
|
577 |
msgid "AJAX REQUEST"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: class.php:2113
|
581 |
msgid "Ajax request for block in iframe"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: class.php:2143
|
585 |
msgid "Ajax request url, click to open it in a new tab"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: class.php:2146
|
589 |
msgid "IN THE LOOP"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: class.php:2146
|
593 |
msgid "YES"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: class.php:2146
|
597 |
msgid "NO"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: class.php:2182
|
601 |
msgid "BLOCK"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: class.php:2182
|
605 |
msgctxt "block or widget"
|
606 |
msgid "INSERTED BUT NOT VISIBLE"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: class.php:2631 class.php:2694
|
610 |
msgid "ACTIVE GROUPS"
|
611 |
msgstr ""
|
612 |
|
613 |
#. translators: %s: list parameters and type
|
614 |
+
#: class.php:2880
|
615 |
msgid "parameters='%s' type='%s'"
|
616 |
msgstr ""
|
617 |
|
618 |
#. translators: %s: list parameters and type
|
619 |
+
#: class.php:2882
|
620 |
msgid "referers='%s' type='%s'"
|
621 |
msgstr ""
|
622 |
|
623 |
#. translators: %s: list parameters and type
|
624 |
+
#: class.php:2884
|
625 |
msgid "clients='%s' type='%s'"
|
626 |
msgstr ""
|
627 |
|
628 |
#. translators: %s: list parameters and type
|
629 |
+
#: class.php:2955
|
630 |
msgid "countries='%s' type='%s'"
|
631 |
msgstr ""
|
632 |
|
633 |
#. translators: %s: list parameters and type
|
634 |
+
#: class.php:2957
|
635 |
msgid "ip addresses='%s' type='%s'"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: class.php:3228 strings.php:239
|
639 |
msgid "BEFORE"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: class.php:3236 strings.php:241
|
643 |
msgid "PREPEND CONTENT"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: class.php:3240 strings.php:242
|
647 |
msgid "APPEND CONTENT"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: class.php:3244 strings.php:243
|
651 |
msgid "REPLACE CONTENT"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: class.php:3248 strings.php:244
|
655 |
msgid "REPLACE ELEMENT"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: class.php:3259 strings.php:240
|
659 |
msgid "AFTER"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: class.php:3326
|
663 |
msgctxt "JavaScript"
|
664 |
msgid "script"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: class.php:3329
|
668 |
+
msgid "for block"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: class.php:6392 class.php:6444
|
672 |
msgctxt "category name"
|
673 |
msgid "Uncategorized"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: class.php:6951
|
677 |
msgid ""
|
678 |
"ERROR: class DOMDocument not found. Your webhost needs to install the DOM "
|
679 |
"extension for PHP."
|
689 |
msgstr ""
|
690 |
|
691 |
#: includes/editor.php:9 includes/placeholders.php:354
|
692 |
+
#: includes/preview.php:1965 settings.php:3501 strings.php:208 strings.php:245
|
693 |
msgid "Cancel"
|
694 |
msgstr ""
|
695 |
|
704 |
"blockers."
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: includes/editor.php:264 settings.php:259
|
708 |
msgid "Error loading page"
|
709 |
msgstr ""
|
710 |
|
713 |
msgid "PAGE BLOCKED"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: includes/functions.old.php:289 includes/functions.php:288
|
717 |
msgid "%d of %d names shown"
|
718 |
msgstr ""
|
719 |
|
720 |
#. translators: %s: name filter
|
721 |
+
#: includes/functions.old.php:308 includes/functions.php:307
|
722 |
msgid "No name matches filter"
|
723 |
msgstr ""
|
724 |
|
725 |
#. translators: %s: Ad Inserter Pro
|
726 |
+
#: includes/functions.old.php:383 includes/functions.php:382
|
727 |
msgid ""
|
728 |
"Import %s settings when saving - if checked, the encoded settings below will "
|
729 |
"be imported for all blocks and settings"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: includes/functions.old.php:383 includes/functions.php:382
|
733 |
msgid "Import Settings for"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: includes/functions.old.php:387 includes/functions.php:386
|
737 |
msgid "Saved settings for"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: includes/functions.old.php:407 includes/functions.php:406
|
741 |
msgid "License Key"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: includes/functions.old.php:410 includes/functions.php:409
|
745 |
msgid "License Key for"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: includes/functions.old.php:413 includes/functions.php:411
|
749 |
msgid "Open license page"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: includes/functions.old.php:421 includes/functions.php:418
|
753 |
msgid "Hide license key"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: includes/functions.old.php:421 includes/functions.php:418
|
757 |
msgid "Hide key"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: includes/functions.old.php:436 includes/functions.php:433
|
761 |
msgid "Main content element"
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: includes/functions.old.php:439 includes/functions.php:436
|
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.old.php:440 includes/functions.php:437 settings.php:1310
|
771 |
+
#: settings.php:2712
|
772 |
msgid "Open HTML element selector"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: includes/functions.old.php:445 includes/functions.php:442
|
776 |
msgid "Lazy loading offset"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: includes/functions.old.php:448 includes/functions.php:445
|
780 |
msgid "Offset of the block from the visible viewport when it should be loaded"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: includes/functions.old.php:459 includes/functions.php:456
|
784 |
msgid "Export / Import Block Settings"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: includes/functions.old.php:474 includes/functions.php:471
|
788 |
msgid "Track impressions and clicks for this block"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: includes/functions.old.php:474 includes/functions.php:471
|
792 |
msgid " - global tracking disabled"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: includes/functions.old.php:481 includes/functions.php:478
|
796 |
msgid "Generate PDF report"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: includes/functions.old.php:486 includes/functions.php:483
|
800 |
msgid "Open public report"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: includes/functions.old.php:500 includes/functions.php:497
|
804 |
msgid "Toggle Ad Blocking Statistics"
|
805 |
msgstr ""
|
806 |
|
807 |
#: includes/functions.old.php:508 includes/functions.old.php:2960
|
808 |
+
#: includes/functions.php:505 includes/functions.php:3005
|
809 |
msgid "Toggle Statistics"
|
810 |
msgstr ""
|
811 |
|
812 |
#. translators: %s: Ad Inserter Pro
|
813 |
+
#: includes/functions.old.php:524 includes/functions.php:529
|
814 |
msgid "%s license key is not set. Continue?"
|
815 |
msgstr ""
|
816 |
|
817 |
#. translators: %s: Ad Inserter Pro
|
818 |
+
#: includes/functions.old.php:528 includes/functions.php:533
|
819 |
msgid "Invalid %s license key. Continue?"
|
820 |
msgstr ""
|
821 |
|
822 |
#. translators: %s: Ad Inserter Pro
|
823 |
+
#: includes/functions.old.php:532 includes/functions.php:537
|
824 |
msgid "%s license overused. Continue?"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: includes/functions.old.php:536 includes/functions.php:541 settings.php:1064
|
828 |
+
#: settings.php:2169
|
829 |
msgid "Save Settings"
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: includes/functions.old.php:596 includes/functions.php:601
|
833 |
#: includes/preview.php:2106
|
834 |
msgid "Horizontal position"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: includes/functions.old.php:619 includes/functions.php:624
|
838 |
msgid ""
|
839 |
"Horizontal margin from the content or screen edge, empty means default value "
|
840 |
"from CSS"
|
841 |
msgstr ""
|
842 |
|
843 |
+
#: includes/functions.old.php:627 includes/functions.php:632
|
844 |
#: includes/preview.php:2161
|
845 |
msgid "Vertical position"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: includes/functions.old.php:642 includes/functions.php:647
|
849 |
msgid ""
|
850 |
"Vertical margin from the top or bottom screen edge, empty means default "
|
851 |
"value from CSS"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: includes/functions.old.php:667 includes/functions.php:672
|
855 |
#: includes/preview.php:2212
|
856 |
msgid "Animation"
|
857 |
msgstr ""
|
858 |
|
859 |
+
#: includes/functions.old.php:685 includes/functions.php:690
|
860 |
msgid "Trigger"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: includes/functions.old.php:694 includes/functions.php:699
|
864 |
msgid ""
|
865 |
"Trigger value: page scroll in %, page scroll in px or element with selector "
|
866 |
"(#id or .class) becomes visible"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: includes/functions.old.php:698 includes/functions.php:703
|
870 |
msgid "Offset"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: includes/functions.old.php:698 includes/functions.php:703
|
874 |
msgid "Offset of trigger element"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: includes/functions.old.php:702 includes/functions.php:707
|
878 |
msgid "Delay"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: includes/functions.old.php:702 includes/functions.php:707
|
882 |
msgid "Delay animation after trigger condition"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: includes/functions.old.php:706 includes/functions.php:711
|
886 |
msgid "Trigger once"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: includes/functions.old.php:708 includes/functions.php:713
|
890 |
msgid "Trigger animation only once"
|
891 |
msgstr ""
|
892 |
|
893 |
#: includes/functions.old.php:750 includes/functions.old.php:2453
|
894 |
+
#: includes/functions.old.php:2470 includes/functions.php:755
|
895 |
+
#: includes/functions.php:2498 includes/functions.php:2515
|
896 |
msgid "Tracking is globally disabled"
|
897 |
msgstr ""
|
898 |
|
899 |
#: includes/functions.old.php:754 includes/functions.old.php:2457
|
900 |
+
#: includes/functions.old.php:2474 includes/functions.php:759
|
901 |
+
#: includes/functions.php:2502 includes/functions.php:2519
|
902 |
msgid "Tracking for this block is disabled"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: includes/functions.old.php:761 includes/functions.php:766
|
906 |
msgid "Double click to toggle controls in public reports"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: includes/functions.old.php:767 includes/functions.php:772 settings.php:3436
|
910 |
+
#: settings.php:3472 settings.php:3514 strings.php:218
|
911 |
msgid "Loading..."
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: includes/functions.old.php:788 includes/functions.php:793
|
915 |
msgid ""
|
916 |
"Clear statistics data for the selected range - clear both dates to delete "
|
917 |
"all data for this block"
|
918 |
msgstr ""
|
919 |
|
920 |
+
#: includes/functions.old.php:792 includes/functions.php:797
|
921 |
msgid "Auto refresh data for the selected range every 60 seconds"
|
922 |
msgstr ""
|
923 |
|
924 |
#: includes/functions.old.php:795 includes/functions.old.php:5262
|
925 |
+
#: includes/functions.php:800 includes/functions.php:5359
|
926 |
msgid "Load data for last month"
|
927 |
msgstr ""
|
928 |
|
929 |
#: includes/functions.old.php:795 includes/functions.old.php:5262
|
930 |
+
#: includes/functions.php:800 includes/functions.php:5359
|
931 |
msgid "Last Month"
|
932 |
msgstr ""
|
933 |
|
934 |
#: includes/functions.old.php:798 includes/functions.old.php:5265
|
935 |
+
#: includes/functions.php:803 includes/functions.php:5362
|
936 |
msgid "Load data for this month"
|
937 |
msgstr ""
|
938 |
|
939 |
#: includes/functions.old.php:798 includes/functions.old.php:5265
|
940 |
+
#: includes/functions.php:803 includes/functions.php:5362
|
941 |
msgid "This Month"
|
942 |
msgstr ""
|
943 |
|
944 |
#: includes/functions.old.php:801 includes/functions.old.php:5268
|
945 |
+
#: includes/functions.php:806 includes/functions.php:5365
|
946 |
msgid "Load data for this year"
|
947 |
msgstr ""
|
948 |
|
949 |
#: includes/functions.old.php:801 includes/functions.old.php:5268
|
950 |
+
#: includes/functions.php:806 includes/functions.php:5365
|
951 |
msgid "This Year"
|
952 |
msgstr ""
|
953 |
|
954 |
#: includes/functions.old.php:804 includes/functions.old.php:5271
|
955 |
+
#: includes/functions.php:809 includes/functions.php:5368
|
956 |
msgid "Load data for the last 15 days"
|
957 |
msgstr ""
|
958 |
|
959 |
#: includes/functions.old.php:807 includes/functions.old.php:5274
|
960 |
+
#: includes/functions.php:812 includes/functions.php:5371
|
961 |
msgid "Load data for the last 30 days"
|
962 |
msgstr ""
|
963 |
|
964 |
#: includes/functions.old.php:810 includes/functions.old.php:5277
|
965 |
+
#: includes/functions.php:815 includes/functions.php:5374
|
966 |
msgid "Load data for the last 90 days"
|
967 |
msgstr ""
|
968 |
|
969 |
#: includes/functions.old.php:813 includes/functions.old.php:5280
|
970 |
+
#: includes/functions.php:818 includes/functions.php:5377
|
971 |
msgid "Load data for the last 180 days"
|
972 |
msgstr ""
|
973 |
|
974 |
#: includes/functions.old.php:816 includes/functions.old.php:5283
|
975 |
+
#: includes/functions.php:821 includes/functions.php:5380
|
976 |
msgid "Load data for the last 365 days"
|
977 |
msgstr ""
|
978 |
|
979 |
#: includes/functions.old.php:826 includes/functions.old.php:5293
|
980 |
+
#: includes/functions.php:831 includes/functions.php:5390
|
981 |
msgid "Load data for the selected range"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: includes/functions.old.php:842 includes/functions.php:847
|
985 |
msgid ""
|
986 |
"Import settings when saving - if checked, the encoded settings below will be "
|
987 |
"imported for this block"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: includes/functions.old.php:842 includes/functions.php:847
|
991 |
msgid "Import settings for block"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: includes/functions.old.php:846 includes/functions.php:851
|
995 |
msgid ""
|
996 |
"Import block name when saving - if checked and 'Import settings for block' "
|
997 |
"is also checked, the name from encoded settings below will be imported for "
|
998 |
"this block"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: includes/functions.old.php:846 includes/functions.php:851
|
1002 |
msgid "Import block name"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: includes/functions.old.php:850 includes/functions.php:855
|
1006 |
msgid "Saved settings for block"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: includes/functions.old.php:863 includes/functions.php:868
|
1010 |
msgid "Export / Import Ad Inserter Pro Settings"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: includes/functions.old.php:873 includes/functions.php:878
|
1014 |
msgid "Are you sure you want to clear all statistics data for all blocks?"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: includes/functions.old.php:875 includes/functions.php:880
|
1018 |
msgid "Clear All Statistics Data"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: includes/functions.old.php:902 includes/functions.php:907
|
1022 |
msgid "Toggle country/city editor"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: includes/functions.old.php:908 includes/functions.php:913
|
1026 |
msgid "IP Addresses"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: includes/functions.old.php:911 includes/functions.php:916
|
1030 |
msgid "Toggle IP address editor"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: includes/functions.old.php:914 includes/functions.php:919
|
1034 |
msgid ""
|
1035 |
"Comma separated IP addresses, you can also use partial IP addresses with * "
|
1036 |
"(ip-address-start*. *ip-address-pattern*, *ip-address-end)"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
+
#: includes/functions.old.php:918 includes/functions.php:923
|
1040 |
msgid "Blacklist IP addresses"
|
1041 |
msgstr ""
|
1042 |
|
1043 |
+
#: includes/functions.old.php:922 includes/functions.php:927
|
1044 |
msgid "Whitelist IP addresses"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
+
#: includes/functions.old.php:933 includes/functions.php:938
|
1048 |
msgid "Countries"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
+
#: includes/functions.old.php:934 includes/functions.php:939
|
1052 |
msgid "Cities"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
#: includes/functions.old.php:938 includes/functions.old.php:2925
|
1056 |
+
#: includes/functions.php:943 includes/functions.php:2970
|
1057 |
msgid "Toggle country editor"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: includes/functions.old.php:941 includes/functions.php:946
|
1061 |
msgid "Toggle city editor"
|
1062 |
msgstr ""
|
1063 |
|
1064 |
#: includes/functions.old.php:945 includes/functions.old.php:2928
|
1065 |
+
#: includes/functions.php:950 includes/functions.php:2973
|
1066 |
msgid "Comma separated country ISO Alpha-2 codes"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: includes/functions.old.php:949 includes/functions.php:954
|
1070 |
msgid "Blacklist countries"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
+
#: includes/functions.old.php:953 includes/functions.php:958
|
1074 |
msgid "Whitelist countries"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
#: includes/functions.old.php:1361 includes/functions.old.php:1608
|
1078 |
+
#: includes/functions.php:1368 includes/functions.php:1651
|
1079 |
msgid "Enter license key"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
#. translators: %s: Ad Inserter Pro
|
1083 |
+
#: includes/functions.old.php:1367 includes/functions.php:1374
|
1084 |
msgid ""
|
1085 |
"%s license key is not set. Plugin functionality is limited and updates are "
|
1086 |
"disabled."
|
1087 |
msgstr ""
|
1088 |
|
1089 |
#: includes/functions.old.php:1379 includes/functions.old.php:1617
|
1090 |
+
#: includes/functions.php:1397 includes/functions.php:1660
|
1091 |
msgid "Check license key"
|
1092 |
msgstr ""
|
1093 |
|
1094 |
#. translators: %s: Ad Inserter Pro
|
1095 |
+
#: includes/functions.old.php:1385 includes/functions.php:1403
|
1096 |
msgid "Invalid %s license key."
|
1097 |
msgstr ""
|
1098 |
|
1099 |
#. translators: %s: Ad Inserter Pro
|
1100 |
+
#: includes/functions.old.php:1394 includes/functions.php:1412
|
1101 |
msgid "%s license expired. Plugin updates are disabled."
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: includes/functions.old.php:1395 includes/functions.php:1413
|
1105 |
msgid "Renew license"
|
1106 |
msgstr ""
|
1107 |
|
1108 |
#. translators: %s: Ad Inserter Pro
|
1109 |
+
#: includes/functions.old.php:1403 includes/functions.php:1421
|
1110 |
msgid "%s license overused. Plugin updates are disabled."
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: includes/functions.old.php:1404 includes/functions.php:1422
|
1114 |
msgid "Manage licenses"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: includes/functions.old.php:1404 includes/functions.php:1422
|
1118 |
msgid "Upgrade license"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
#. translators: 1, 2: HTML tags, 3: Ad Inserter Pro
|
1122 |
+
#: includes/functions.old.php:1610 includes/functions.php:1653
|
1123 |
msgid ""
|
1124 |
"%1$s Warning: %2$s %3$s license key is not set. Plugin functionality is "
|
1125 |
"limited and updates are disabled."
|
1126 |
msgstr ""
|
1127 |
|
1128 |
#. translators: 1, 2,: HTML tags, 3: Ad Inserter Pro
|
1129 |
+
#: includes/functions.old.php:1619 includes/functions.php:1662
|
1130 |
msgid "%1$s Warning: %2$s Invalid %3$s license key."
|
1131 |
msgstr ""
|
1132 |
|
1133 |
#. translators: 2, 3: HTML tags, 1: Ad Inserter Pro
|
1134 |
+
#: includes/functions.old.php:1635 includes/functions.php:1678
|
1135 |
msgid ""
|
1136 |
"Hey, %1$s license has expired - plugin updates are now disabled. Please "
|
1137 |
"renew the license to enable updates. Check %2$s what you are missing. %3$s"
|
1138 |
msgstr ""
|
1139 |
|
1140 |
#. translators: 1, 3: HTML tags, 2: percentage
|
1141 |
+
#: includes/functions.old.php:1642 includes/functions.php:1685
|
1142 |
msgid ""
|
1143 |
"During the license period and 30 days after the license has expired we offer "
|
1144 |
"%1$s %2$s discount on all license renewals and license upgrades. %3$s"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
+
#: includes/functions.old.php:1669 includes/functions.php:1712
|
1148 |
msgid "Renew the licence"
|
1149 |
msgstr ""
|
1150 |
|
1151 |
+
#: includes/functions.old.php:1671 includes/functions.php:1714
|
1152 |
msgid "Update license status"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
#. translators: 1, 2, 4, 5, 6, 7: HTML tags, 3: Ad Inserter Pro
|
1156 |
+
#: includes/functions.old.php:1682 includes/functions.php:1725
|
1157 |
msgid ""
|
1158 |
"%1$s Warning: %2$s %3$s license overused. Plugin updates are disabled. %4$s "
|
1159 |
"Manage licenses %5$s — %6$s Upgrade license %7$s"
|
1160 |
msgstr ""
|
1161 |
|
1162 |
#. Translators: %s: HTML tag
|
1163 |
+
#: includes/functions.old.php:1704 includes/functions.php:1747
|
1164 |
msgid "Warning: %s MaxMind IP geolocation database not found."
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: includes/functions.old.php:2255 includes/functions.php:2300
|
1168 |
msgid "Geolocation"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
+
#: includes/functions.old.php:2259 includes/functions.php:2304
|
1172 |
+
#: settings.php:4093
|
1173 |
msgid "Exceptions"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: includes/functions.old.php:2264 includes/functions.php:2309
|
1177 |
msgid "Multisite"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
+
#: includes/functions.old.php:2269 includes/functions.php:2314
|
1181 |
+
#: settings.php:4099
|
1182 |
msgid "Tracking"
|
1183 |
msgstr ""
|
1184 |
|
1185 |
#. translators: %d: days, hours, minutes
|
1186 |
+
#: includes/functions.old.php:2300 includes/functions.php:2345
|
1187 |
msgid "Scheduled in %d days %d hours %d minutes"
|
1188 |
msgstr ""
|
1189 |
|
1190 |
#. translators: %s: HTML dash separator, %d: days, hours, minutes, — is
|
1191 |
#. HTML code for long dash separator
|
1192 |
+
#: includes/functions.old.php:2309 includes/functions.php:2354
|
1193 |
msgid "Active %s expires in %d days %d hours %d minutes"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: includes/functions.old.php:2313 includes/functions.php:2358
|
1197 |
msgid "Expired"
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: includes/functions.old.php:2321 includes/functions.php:2366
|
1201 |
+
#: settings.php:1393 settings.php:1408 settings.php:1498 settings.php:2084
|
1202 |
msgid "and"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: includes/functions.old.php:2324 includes/functions.php:2369
|
1206 |
msgid "fallback"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: includes/functions.old.php:2325 includes/functions.php:2370
|
1210 |
msgid "Block to be used when scheduling expires"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: includes/functions.old.php:2350 includes/functions.php:2395
|
1214 |
msgid "Load in iframe"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: includes/functions.old.php:2354 includes/functions.php:2399
|
1218 |
#: includes/placeholders.php:389
|
1219 |
msgid "Width"
|
1220 |
msgstr ""
|
1221 |
|
1222 |
+
#: includes/functions.old.php:2355 includes/functions.php:2400
|
1223 |
msgid "iframe width, empty means full width (100%)"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
+
#: includes/functions.old.php:2361 includes/functions.php:2406
|
1227 |
#: includes/placeholders.php:384
|
1228 |
msgid "Height"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: includes/functions.old.php:2362 includes/functions.php:2407
|
1232 |
msgid "iframe height, empty means adjust it to iframe content height"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: includes/functions.old.php:2369 includes/functions.php:2414
|
1236 |
msgid "Ad label in iframe"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: includes/functions.old.php:2374 includes/functions.php:2419
|
1240 |
msgid "Preview iframe code"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: includes/functions.old.php:2374 includes/functions.php:2419
|
1244 |
+
#: includes/preview.php:1974 settings.php:1059 settings.php:2774
|
1245 |
msgid "Preview"
|
1246 |
msgstr ""
|
1247 |
|
1248 |
+
#: includes/functions.old.php:2388 includes/functions.php:2433
|
1249 |
+
#: settings.php:4100
|
1250 |
msgid "Limits"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
#: includes/functions.old.php:2393 includes/functions.old.php:4266
|
1254 |
+
#: includes/functions.old.php:4329 includes/functions.php:2438
|
1255 |
+
#: includes/functions.php:4336 includes/functions.php:4399 settings.php:2216
|
1256 |
msgid "Ad Blocking"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
#. translators: 1, 2 and 3, 4: HTML tags
|
1260 |
+
#: includes/functions.old.php:2402 includes/functions.php:2447
|
1261 |
msgid ""
|
1262 |
"%1$s WARNING: %2$s %3$s No wrapping %4$s style has no wrapping code needed "
|
1263 |
"for tracking!"
|
1265 |
|
1266 |
#. translators: 1, 2, 4, 5: HTML tags, 3: Scroll with the content, 6: Above
|
1267 |
#. header
|
1268 |
+
#: includes/functions.old.php:2411 includes/functions.php:2456
|
1269 |
msgid ""
|
1270 |
"%1$s WARNING: %2$s vertical position %3$s needs %4$s Output buffering %5$s "
|
1271 |
"enabled and automatic insertion %6$s!"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
+
#: includes/functions.old.php:2478 includes/functions.php:2523
|
1275 |
msgid "Click fraud protection is globally disabled"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
+
#: includes/functions.old.php:2482 includes/functions.php:2527
|
1279 |
msgid "Max clicks per time period are not defined"
|
1280 |
msgstr ""
|
1281 |
|
1282 |
#. Translators: Max n impressions
|
1283 |
+
#: includes/functions.old.php:2496 includes/functions.php:2541
|
1284 |
msgid "General limits"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
#. Translators: Max n impressions per x days
|
1288 |
#: includes/functions.old.php:2502 includes/functions.old.php:2514
|
1289 |
+
#: includes/functions.old.php:2599 includes/functions.php:2547
|
1290 |
+
#: includes/functions.php:2559 includes/functions.php:2644
|
1291 |
msgid "Current value"
|
1292 |
msgstr ""
|
1293 |
|
1303 |
#: includes/functions.old.php:2550 includes/functions.old.php:2560
|
1304 |
#: includes/functions.old.php:2606 includes/functions.old.php:2615
|
1305 |
#: includes/functions.old.php:2633 includes/functions.old.php:2642
|
1306 |
+
#: includes/functions.php:2566 includes/functions.php:2576
|
1307 |
+
#: includes/functions.php:2595 includes/functions.php:2605
|
1308 |
+
#: includes/functions.php:2651 includes/functions.php:2660
|
1309 |
+
#: includes/functions.php:2678 includes/functions.php:2687 settings.php:2005
|
1310 |
msgid "Max"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: includes/functions.old.php:2522 includes/functions.php:2567
|
1314 |
msgid ""
|
1315 |
"Maximum number of impressions for this block. Empty means no general "
|
1316 |
"impression limit."
|
1322 |
#. Translators: Max n impressions per x days
|
1323 |
#: includes/functions.old.php:2524 includes/functions.old.php:2534
|
1324 |
#: includes/functions.old.php:2609 includes/functions.old.php:2618
|
1325 |
+
#: includes/functions.php:2569 includes/functions.php:2579
|
1326 |
+
#: includes/functions.php:2654 includes/functions.php:2663
|
1327 |
msgid "impression"
|
1328 |
msgid_plural "impressions"
|
1329 |
msgstr[0] ""
|
1330 |
msgstr[1] ""
|
1331 |
|
1332 |
+
#: includes/functions.old.php:2532 includes/functions.php:2577
|
1333 |
msgid ""
|
1334 |
"Maximum number of impressions per time period. Empty means no time limit."
|
1335 |
msgstr ""
|
1340 |
#. Translators: Max n clicks per x days
|
1341 |
#: includes/functions.old.php:2538 includes/functions.old.php:2567
|
1342 |
#: includes/functions.old.php:2622 includes/functions.old.php:2649
|
1343 |
+
#: includes/functions.php:2583 includes/functions.php:2612
|
1344 |
+
#: includes/functions.php:2667 includes/functions.php:2694
|
1345 |
msgid "per"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
#: includes/functions.old.php:2539 includes/functions.old.php:2568
|
1349 |
+
#: includes/functions.php:2584 includes/functions.php:2613
|
1350 |
msgid "Time period in days. Empty means no time limit."
|
1351 |
msgstr ""
|
1352 |
|
1358 |
#: includes/functions.old.php:2541 includes/functions.old.php:2570
|
1359 |
#: includes/functions.old.php:2625 includes/functions.old.php:2652
|
1360 |
#: includes/functions.old.php:2758 includes/functions.old.php:3086
|
1361 |
+
#: includes/functions.php:2586 includes/functions.php:2615
|
1362 |
+
#: includes/functions.php:2670 includes/functions.php:2697
|
1363 |
+
#: includes/functions.php:2803 includes/functions.php:3131 strings.php:199
|
1364 |
#: strings.php:200 strings.php:201 strings.php:202 strings.php:203
|
1365 |
#: strings.php:204
|
1366 |
msgid "day"
|
1368 |
msgstr[0] ""
|
1369 |
msgstr[1] ""
|
1370 |
|
1371 |
+
#: includes/functions.old.php:2551 includes/functions.php:2596
|
1372 |
msgid ""
|
1373 |
"Maximum number of clicks on this block. Empty means no general click limit."
|
1374 |
msgstr ""
|
1379 |
#. Translators: Max n clicks per x days
|
1380 |
#: includes/functions.old.php:2553 includes/functions.old.php:2563
|
1381 |
#: includes/functions.old.php:2636 includes/functions.old.php:2645
|
1382 |
+
#: includes/functions.old.php:4477 includes/functions.php:2598
|
1383 |
+
#: includes/functions.php:2608 includes/functions.php:2681
|
1384 |
+
#: includes/functions.php:2690 includes/functions.php:4547
|
1385 |
msgid "click"
|
1386 |
msgid_plural "clicks"
|
1387 |
msgstr[0] ""
|
1388 |
msgstr[1] ""
|
1389 |
|
1390 |
+
#: includes/functions.old.php:2561 includes/functions.php:2606
|
1391 |
msgid "Maximum number of clicks per time period. Empty means no time limit."
|
1392 |
msgstr ""
|
1393 |
|
1394 |
+
#: includes/functions.old.php:2586 includes/functions.php:2631
|
1395 |
msgid "Individual visitor limits"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
#: includes/functions.old.php:2590 includes/functions.old.php:2592
|
1399 |
+
#: includes/functions.php:2635 includes/functions.php:2637
|
1400 |
msgid ""
|
1401 |
"When specified number of clicks on this block for a visitor will be reached "
|
1402 |
"in the specified time period, all blocks that have click fraud protection "
|
1404 |
"general plugin settings."
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: includes/functions.old.php:2592 includes/functions.php:2637
|
1408 |
msgid "Trigger click fraud protection"
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: includes/functions.old.php:2607 includes/functions.php:2652
|
1412 |
msgid ""
|
1413 |
"Maximum number of impressions of this block for each visitor. Empty means no "
|
1414 |
"impression limit."
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: includes/functions.old.php:2616 includes/functions.php:2661
|
1418 |
msgid ""
|
1419 |
"Maximum number of impressions per time period for each visitor. Empty means "
|
1420 |
"no impression limit per time period for visitors."
|
1421 |
msgstr ""
|
1422 |
|
1423 |
#: includes/functions.old.php:2623 includes/functions.old.php:2650
|
1424 |
+
#: includes/functions.php:2668 includes/functions.php:2695
|
1425 |
msgid ""
|
1426 |
"Time period in days. Use decimal value (with decimal point) for shorter "
|
1427 |
"periods. Empty means no time limit."
|
1428 |
msgstr ""
|
1429 |
|
1430 |
+
#: includes/functions.old.php:2634 includes/functions.php:2679
|
1431 |
msgid ""
|
1432 |
"Maximum number of clicks on this block for each visitor. Empty means no "
|
1433 |
"click limit."
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: includes/functions.old.php:2643 includes/functions.php:2688
|
1437 |
msgid ""
|
1438 |
"Maximum number of clicks per time period for each visitor. Empty means no "
|
1439 |
"click limit per time period for visitors."
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#: includes/functions.old.php:2669 includes/functions.php:2714
|
1443 |
msgid "When ad blocking is detected"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
+
#: includes/functions.old.php:2678 includes/functions.php:2723
|
1447 |
msgid "replacement"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: includes/functions.old.php:2679 includes/functions.php:2724
|
1451 |
msgid "Block to be shown when ad blocking is detected"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: includes/functions.old.php:2680 includes/functions.php:2725
|
1455 |
msgctxt "replacement"
|
1456 |
msgid "None"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
#: includes/functions.old.php:2697 includes/functions.old.php:5484
|
1460 |
+
#: includes/functions.php:2742 includes/functions.php:5582
|
1461 |
msgid "Close button"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
+
#: includes/functions.old.php:2749 includes/functions.php:2794
|
1465 |
msgid "Auto close after"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: includes/functions.old.php:2750 includes/functions.php:2795
|
1469 |
msgid ""
|
1470 |
"Time in seconds in which the ad will automatically close. Leave empty to "
|
1471 |
"disable auto closing."
|
1472 |
msgstr ""
|
1473 |
|
1474 |
#. Translators: Don't show for x days
|
1475 |
+
#: includes/functions.old.php:2755 includes/functions.php:2800
|
1476 |
msgid "Don't show for"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: includes/functions.old.php:2756 includes/functions.php:2801
|
1480 |
msgid ""
|
1481 |
"Time in days in which closed ad will not be shown again. Use decimal value "
|
1482 |
"(with decimal point) for shorter time period or leave empty to show it again "
|
1484 |
msgstr ""
|
1485 |
|
1486 |
#. Translators: Delay showing for x pageviews
|
1487 |
+
#: includes/functions.old.php:2776 includes/functions.php:2821
|
1488 |
msgid "Delay showing for"
|
1489 |
msgstr ""
|
1490 |
|
1491 |
+
#: includes/functions.old.php:2777 includes/functions.php:2822
|
1492 |
msgid ""
|
1493 |
"Number of pageviews before the code is inserted (and ad displayed). Leave "
|
1494 |
"empty to insert the code for the first pageview."
|
1497 |
#. Translators: Delay showing for x pageviews
|
1498 |
#. Translators: Show every x pageviews
|
1499 |
#: includes/functions.old.php:2779 includes/functions.old.php:2786
|
1500 |
+
#: includes/functions.php:2824 includes/functions.php:2831
|
1501 |
msgid "pageview"
|
1502 |
msgid_plural "pageviews"
|
1503 |
msgstr[0] ""
|
1504 |
msgstr[1] ""
|
1505 |
|
1506 |
#. Translators: Show every x pageviews
|
1507 |
+
#: includes/functions.old.php:2783 includes/functions.php:2828
|
1508 |
msgid "Show every"
|
1509 |
msgid_plural "Show every"
|
1510 |
msgstr[0] ""
|
1511 |
msgstr[1] ""
|
1512 |
|
1513 |
+
#: includes/functions.old.php:2784 includes/functions.php:2829
|
1514 |
msgid ""
|
1515 |
"Number of pageviews to insert the code again. Leave empty to insert the code "
|
1516 |
"for every pageview."
|
1517 |
msgstr ""
|
1518 |
|
1519 |
+
#: includes/functions.old.php:2803 includes/functions.php:2848
|
1520 |
msgid "Lazy loading"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
#. Translators: %s MaxMind
|
1524 |
+
#: includes/functions.old.php:2860 includes/functions.php:2905
|
1525 |
msgid "This product includes GeoLite2 data created by %s"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
+
#: includes/functions.old.php:2871 includes/functions.php:2916
|
1529 |
msgid "IP geolocation database"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: includes/functions.old.php:2874 includes/functions.php:2919
|
1533 |
msgid "Select IP geolocation database."
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: includes/functions.old.php:2885 includes/functions.php:2930
|
1537 |
msgid "Automatic database updates"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
+
#: includes/functions.old.php:2888 includes/functions.php:2933
|
1541 |
msgid ""
|
1542 |
"Automatically download and update free GeoLite2 IP geolocation database by "
|
1543 |
"MaxMind"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: includes/functions.old.php:2896 includes/functions.php:2941
|
1547 |
msgid "Database"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: includes/functions.old.php:2899 includes/functions.php:2944
|
1551 |
msgid ""
|
1552 |
"Aabsolute path starting with '/' or relative path to the MaxMind database "
|
1553 |
"file"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
#. translators: %d: group number
|
1557 |
+
#: includes/functions.old.php:2917 includes/functions.php:2962
|
1558 |
msgid "Group %d"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: includes/functions.old.php:2923 includes/functions.php:2968
|
1562 |
msgid "countries"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
+
#: includes/functions.old.php:2968 includes/functions.php:3013
|
1566 |
msgid ""
|
1567 |
"Enable impression and click tracking. You also need to enable tracking for "
|
1568 |
"each block you want to track."
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: includes/functions.old.php:2975 includes/functions.php:3020
|
1572 |
msgid "Generate report"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: includes/functions.old.php:2983 includes/functions.php:3028
|
1576 |
msgid "Impression and Click Tracking"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: includes/functions.old.php:2984 includes/functions.php:3029
|
1580 |
+
#: settings.php:2662
|
1581 |
msgctxt "ad blocking detection"
|
1582 |
msgid "NOT ENABLED"
|
1583 |
msgstr ""
|
1584 |
|
1585 |
+
#: includes/functions.old.php:3000 includes/functions.php:3045
|
1586 |
msgid "Internal"
|
1587 |
msgstr ""
|
1588 |
|
1589 |
+
#: includes/functions.old.php:3004 includes/functions.php:3049
|
1590 |
msgid "Track impressions and clicks with internal tracking and statistics"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
+
#: includes/functions.old.php:3009 includes/functions.php:3054
|
1594 |
msgid "External"
|
1595 |
msgstr ""
|
1596 |
|
1597 |
+
#: includes/functions.old.php:3013 includes/functions.php:3058
|
1598 |
msgid ""
|
1599 |
"Track impressions and clicks with Google Analytics or Matomo (needs tracking "
|
1600 |
"code installed)"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
+
#: includes/functions.old.php:3018 includes/functions.php:3063
|
1604 |
msgid "Track Pageviews"
|
1605 |
msgstr ""
|
1606 |
|
1607 |
+
#: includes/functions.old.php:3024 includes/functions.php:3069
|
1608 |
msgid "Track Pageviews by Device (as configured for viewports)"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
+
#: includes/functions.old.php:3034 includes/functions.php:3079
|
1612 |
msgid "Track for Logged in Users"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
+
#: includes/functions.old.php:3040 includes/functions.php:3085
|
1616 |
msgid "Track impressions and clicks from logged in users"
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: includes/functions.old.php:3050 includes/functions.php:3095
|
1620 |
msgid "Click Detection"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: includes/functions.old.php:3056 includes/functions.php:3101
|
1624 |
msgid ""
|
1625 |
"Standard method detects clicks only on banners with links, Advanced method "
|
1626 |
"can detect clicks on any kind of ads, but it is slightly less accurate"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: includes/functions.old.php:3075 includes/functions.php:3120
|
1630 |
msgid "Click fraud protection"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: includes/functions.old.php:3079 includes/functions.php:3124
|
1634 |
msgid "Globally enable click fraud protection for selected blocks."
|
1635 |
msgstr ""
|
1636 |
|
1637 |
+
#: includes/functions.old.php:3085 includes/functions.php:3130
|
1638 |
msgid "Protection time"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
+
#: includes/functions.old.php:3086 includes/functions.php:3131
|
1642 |
msgid ""
|
1643 |
"Time period in days in which blocks with enabled click fraud protection will "
|
1644 |
"be hidden. Use decimal value (with decimal point) for shorter periods."
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: includes/functions.old.php:3105 includes/functions.php:3150
|
1648 |
msgid "Report header image"
|
1649 |
msgstr ""
|
1650 |
|
1651 |
+
#: includes/functions.old.php:3108 includes/functions.php:3153
|
1652 |
msgid ""
|
1653 |
"Image or logo to be displayed in the header of the statistins report. "
|
1654 |
"Aabsolute path starting with '/' or relative path to the image file. Clear "
|
1655 |
"to reset to default image."
|
1656 |
msgstr ""
|
1657 |
|
1658 |
+
#: includes/functions.old.php:3109 includes/functions.php:3154 strings.php:230
|
1659 |
msgid "Select or upload header image"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
+
#: includes/functions.old.php:3114 includes/functions.php:3159
|
1663 |
msgid "Report header title"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: includes/functions.old.php:3117 includes/functions.php:3162
|
1667 |
msgid ""
|
1668 |
"Title to be displayed in the header of the statistics report. Text or HTML "
|
1669 |
"code, clear to reset to default text."
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: includes/functions.old.php:3122 includes/functions.php:3167
|
1673 |
msgid "Report header description"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: includes/functions.old.php:3125 includes/functions.php:3170
|
1677 |
msgid ""
|
1678 |
"Description to be displayed in the header of the statistics report. Text or "
|
1679 |
"HTML code, clear to reset to default text."
|
1680 |
msgstr ""
|
1681 |
|
1682 |
+
#: includes/functions.old.php:3130 includes/functions.php:3175
|
1683 |
msgid "Report footer"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: includes/functions.old.php:3133 includes/functions.php:3178
|
1687 |
msgid ""
|
1688 |
"Text to be displayed in the footer of the statistics report. Clear to reset "
|
1689 |
"to default text."
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: includes/functions.old.php:3138 includes/functions.php:3183
|
1693 |
msgid "Public report key"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: includes/functions.old.php:3141 includes/functions.php:3186
|
1697 |
msgid "String to generate unique report IDs. Clear to reset to default value."
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: includes/functions.old.php:3173 includes/functions.php:3218
|
1701 |
msgid "Are you sure you want to clear all exceptions for block"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
+
#: includes/functions.old.php:3174 includes/functions.php:3219
|
1705 |
+
#: settings.php:1162
|
1706 |
msgid "Clear all exceptions for block"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
+
#: includes/functions.old.php:3181 includes/functions.php:3226
|
1710 |
msgid "Are you sure you want to clear all exceptions?"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
+
#: includes/functions.old.php:3181 includes/functions.php:3226
|
1714 |
msgid "Clear all exceptions for all blocks"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: includes/functions.old.php:3186 includes/functions.php:3231
|
1718 |
+
#: settings.php:3745 settings.php:4176
|
1719 |
msgid "Type"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
+
#: includes/functions.old.php:3204 includes/functions.php:3249
|
1723 |
msgid "View"
|
1724 |
msgstr ""
|
1725 |
|
1726 |
#: includes/functions.old.php:3205 includes/functions.old.php:3212
|
1727 |
+
#: includes/functions.old.php:3216 includes/functions.php:3250
|
1728 |
+
#: includes/functions.php:3257 includes/functions.php:3261
|
1729 |
+
#: includes/placeholders.php:353 includes/preview.php:2281 settings.php:1296
|
1730 |
+
#: settings.php:3505
|
1731 |
msgid "Edit"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
+
#: includes/functions.old.php:3235 includes/functions.php:3280
|
1735 |
msgid "Are you sure you want to clear all exceptions for"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
+
#: includes/functions.old.php:3236 includes/functions.php:3281
|
1739 |
msgid "Clear all exceptions for"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
+
#: includes/functions.old.php:3249 includes/functions.php:3294
|
1743 |
msgid "No exceptions"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
#. translators: %s: Ad Inserter Pro
|
1747 |
+
#: includes/functions.old.php:3260 includes/functions.php:3305
|
1748 |
msgid "%s options for network blogs"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
#. translators: %s: Ad Inserter Pro
|
1752 |
+
#: includes/functions.old.php:3265 includes/functions.php:3310
|
1753 |
msgid "Enable %s widgets for sub-sites"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: includes/functions.old.php:3265 includes/functions.php:3310
|
1757 |
msgid "Widgets"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: includes/functions.old.php:3270 includes/functions.php:3315
|
1761 |
msgid "Enable PHP code processing for sub-sites"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
+
#: includes/functions.old.php:3270 includes/functions.php:3315
|
1765 |
msgid "PHP Processing"
|
1766 |
msgstr ""
|
1767 |
|
1768 |
#. translators: %s: Ad Inserter Pro
|
1769 |
+
#: includes/functions.old.php:3275 includes/functions.php:3320
|
1770 |
msgid "Enable %s block exceptions in post/page editor for sub-sites"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#: includes/functions.old.php:3275 includes/functions.php:3320
|
1774 |
msgid "Post/Page exceptions"
|
1775 |
msgstr ""
|
1776 |
|
1777 |
#. translators: %s: Ad Inserter Pro
|
1778 |
+
#: includes/functions.old.php:3280 includes/functions.php:3325
|
1779 |
msgid "Enable %s settings page for sub-sites"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: includes/functions.old.php:3280 includes/functions.php:3325
|
1783 |
msgid "Settings page"
|
1784 |
msgstr ""
|
1785 |
|
1786 |
#. translators: %s: Ad Inserter Pro
|
1787 |
+
#: includes/functions.old.php:3285 includes/functions.php:3330
|
1788 |
msgid "Enable %s settings of main site to be used for all blogs"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
+
#: includes/functions.old.php:3285 includes/functions.php:3330
|
1792 |
msgid "Main site settings used for all blogs"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: includes/functions.old.php:3296 includes/functions.php:3341
|
1796 |
+
#: settings.php:2661
|
1797 |
msgid "Ad Blocking Detection"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
+
#: includes/functions.old.php:3302 includes/functions.php:3347
|
1801 |
msgid ""
|
1802 |
"Standard method is reliable but should be used only if Advanced method does "
|
1803 |
"not work. Advanced method recreates files used for detection with random "
|
1806 |
msgstr ""
|
1807 |
|
1808 |
#: includes/functions.old.php:3929 includes/functions.old.php:4019
|
1809 |
+
#: includes/functions.old.php:4039 includes/functions.php:3999
|
1810 |
+
#: includes/functions.php:4089 includes/functions.php:4109
|
1811 |
msgid "AD BLOCKING"
|
1812 |
msgstr ""
|
1813 |
|
1814 |
#: includes/functions.old.php:3930 includes/functions.old.php:3970
|
1815 |
#: includes/functions.old.php:4013 includes/functions.old.php:4040
|
1816 |
+
#: includes/functions.php:4000 includes/functions.php:4040
|
1817 |
+
#: includes/functions.php:4083 includes/functions.php:4110
|
1818 |
msgid "BLOCK INSERTED BUT NOT VISIBLE"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
#: includes/functions.old.php:3933 includes/functions.old.php:4012
|
1822 |
+
#: includes/functions.old.php:4046 includes/functions.php:4003
|
1823 |
+
#: includes/functions.php:4082 includes/functions.php:4116
|
1824 |
msgid "NO AD BLOCKING"
|
1825 |
msgstr ""
|
1826 |
|
1827 |
#: includes/functions.old.php:3969 includes/functions.old.php:3976
|
1828 |
+
#: includes/functions.php:4039 includes/functions.php:4046
|
1829 |
msgid "AD BLOCKING REPLACEMENT"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
#: includes/functions.old.php:4119 includes/functions.old.php:4328
|
1833 |
+
#: includes/functions.php:4189 includes/functions.php:4398
|
1834 |
msgid "Pageviews"
|
1835 |
msgstr ""
|
1836 |
|
1837 |
+
#: includes/functions.old.php:4265 includes/functions.php:4335
|
1838 |
msgctxt "Version"
|
1839 |
msgid "Unknown"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: includes/functions.old.php:4265 includes/functions.php:4335
|
1843 |
msgctxt "Times"
|
1844 |
msgid "DISPLAYED"
|
1845 |
msgstr ""
|
1846 |
|
1847 |
+
#: includes/functions.old.php:4265 includes/functions.php:4335
|
1848 |
msgid "No version"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
+
#: includes/functions.old.php:4266 includes/functions.php:4336
|
1852 |
msgctxt "Times"
|
1853 |
msgid "BLOCKED"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
+
#: includes/functions.old.php:4328 includes/functions.php:4398
|
1857 |
msgid "Impressions"
|
1858 |
msgstr ""
|
1859 |
|
1860 |
#: includes/functions.old.php:4329 includes/functions.old.php:4330
|
1861 |
+
#: includes/functions.old.php:4385 includes/functions.php:4399
|
1862 |
+
#: includes/functions.php:4400 includes/functions.php:4455
|
1863 |
msgid "Clicks"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
+
#: includes/functions.old.php:4330 includes/functions.php:4400
|
1867 |
msgid "events"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: includes/functions.old.php:4331 includes/functions.php:4401
|
1871 |
msgid "Ad Blocking Share"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
#. translators: CTR as Click Through Rate
|
1875 |
#: includes/functions.old.php:4331 includes/functions.old.php:4391
|
1876 |
+
#: includes/functions.php:4401 includes/functions.php:4461
|
1877 |
msgid "CTR"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
+
#: includes/functions.old.php:4473 includes/functions.php:4543
|
1881 |
msgid "pageviews"
|
1882 |
msgid_plural "pageviews"
|
1883 |
msgstr[0] ""
|
1884 |
msgstr[1] ""
|
1885 |
|
1886 |
+
#: includes/functions.old.php:4473 includes/functions.php:4543
|
1887 |
msgid "impressions"
|
1888 |
msgid_plural "impressions"
|
1889 |
msgstr[0] ""
|
1890 |
msgstr[1] ""
|
1891 |
|
1892 |
+
#: includes/functions.old.php:4477 includes/functions.php:4547
|
1893 |
msgid "event"
|
1894 |
msgid_plural "events"
|
1895 |
msgstr[0] ""
|
1896 |
msgstr[1] ""
|
1897 |
|
1898 |
+
#: includes/functions.old.php:4572 includes/functions.php:4642
|
1899 |
msgctxt "Pageviews / Impressions"
|
1900 |
msgid "Average"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: includes/functions.old.php:4593 includes/functions.php:4663
|
1904 |
msgctxt "Ad Blocking / Clicks"
|
1905 |
msgid "Average"
|
1906 |
msgstr ""
|
1907 |
|
1908 |
+
#: includes/functions.old.php:4617 includes/functions.php:4687
|
1909 |
msgctxt "Ad Blocking Share / CTR"
|
1910 |
msgid "Average"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
#. Translators: %s: Ad Inserter Pro
|
1914 |
#: includes/functions.old.php:4799 includes/functions.old.php:4891
|
1915 |
+
#: includes/functions.old.php:5207 includes/functions.php:4869
|
1916 |
+
#: includes/functions.php:4961 includes/functions.php:5304 strings.php:184
|
1917 |
msgid "%s Report"
|
1918 |
msgstr ""
|
1919 |
|
1920 |
+
#: includes/functions.old.php:5113 includes/functions.php:5210
|
1921 |
msgid "for last month"
|
1922 |
msgstr ""
|
1923 |
|
1924 |
+
#: includes/functions.old.php:5118 includes/functions.php:5215
|
1925 |
msgid "for this month"
|
1926 |
msgstr ""
|
1927 |
|
1928 |
+
#: includes/functions.old.php:5123 includes/functions.php:5220
|
1929 |
msgid "for this year"
|
1930 |
msgstr ""
|
1931 |
|
1932 |
+
#: includes/functions.old.php:5128 includes/functions.php:5225
|
1933 |
msgid "for the last 15 days"
|
1934 |
msgstr ""
|
1935 |
|
1936 |
+
#: includes/functions.old.php:5133 includes/functions.php:5230
|
1937 |
msgid "for the last 30 days"
|
1938 |
msgstr ""
|
1939 |
|
1940 |
+
#: includes/functions.old.php:5138 includes/functions.php:5235
|
1941 |
msgid "for the last 90 days"
|
1942 |
msgstr ""
|
1943 |
|
1944 |
+
#: includes/functions.old.php:5143 includes/functions.php:5240
|
1945 |
msgid "for the last 180 days"
|
1946 |
msgstr ""
|
1947 |
|
1948 |
+
#: includes/functions.old.php:5148 includes/functions.php:5245
|
1949 |
msgid "for the last 365 days"
|
1950 |
msgstr ""
|
1951 |
|
1952 |
+
#: includes/functions.php:514
|
1953 |
msgid "Pin list"
|
1954 |
msgstr ""
|
1955 |
|
1956 |
#. translators: %s: Ad Inserter Pro
|
1957 |
+
#: includes/functions.php:1388
|
1958 |
msgid "Warning: %s plugin update server is not accessible"
|
1959 |
msgstr ""
|
1960 |
|
1961 |
#. translators: updates are not available
|
1962 |
+
#: includes/functions.php:1390
|
1963 |
msgid "updates"
|
1964 |
msgstr ""
|
1965 |
|
1966 |
#. translators: updates are not available
|
1967 |
+
#: includes/functions.php:1392
|
1968 |
msgid "are not available"
|
1969 |
msgstr ""
|
1970 |
|
1992 |
msgid "Placeholder"
|
1993 |
msgstr ""
|
1994 |
|
1995 |
+
#: includes/placeholders.php:363 settings.php:906 settings.php:4177
|
1996 |
msgid "Size"
|
1997 |
msgstr ""
|
1998 |
|
2100 |
msgid "Ad Blocking Detected Message Preview"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: includes/preview-adb.php:348 settings.php:2787
|
2104 |
msgid "Message CSS"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
+
#: includes/preview-adb.php:353 settings.php:2795
|
2108 |
msgid "Overlay CSS"
|
2109 |
msgstr ""
|
2110 |
|
2144 |
msgid "background"
|
2145 |
msgstr ""
|
2146 |
|
2147 |
+
#: includes/preview.php:2085 includes/preview.php:2236 settings.php:1257
|
2148 |
msgid "Alignment"
|
2149 |
msgstr ""
|
2150 |
|
2242 |
"the values to those of the current block."
|
2243 |
msgstr ""
|
2244 |
|
2245 |
+
#: settings.php:174 settings.php:1146
|
2246 |
msgid ""
|
2247 |
"Settings for individual exceptions have been updated. Please check all "
|
2248 |
"blocks that have exceptions and and then save settings."
|
2249 |
msgstr ""
|
2250 |
|
2251 |
+
#: settings.php:216
|
2252 |
msgid "Online documentation"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
+
#: settings.php:220 settings.php:742 settings.php:2183
|
2256 |
msgid "Show AdSense ad units"
|
2257 |
msgstr ""
|
2258 |
|
2259 |
+
#: settings.php:225
|
2260 |
msgid "Edit ads.txt file"
|
2261 |
msgstr ""
|
2262 |
|
2263 |
+
#: settings.php:228 settings.php:1089
|
2264 |
msgid "Check theme for available positions for automatic insertion"
|
2265 |
msgstr ""
|
2266 |
|
2267 |
+
#: settings.php:230
|
2268 |
msgid "List all blocks"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
+
#: settings.php:237
|
2272 |
msgid "Loaded plugin JavaScript file version"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
#. translators: %s: HTML tags
|
2276 |
+
#: settings.php:239
|
2277 |
msgid ""
|
2278 |
"Wrong or %s missing version parameter %s of the JavaScript file, probably "
|
2279 |
"due to inappropriate caching."
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: settings.php:240
|
2283 |
msgid ""
|
2284 |
"Missing version parameter of the JavaScript file, probably due to "
|
2285 |
"inappropriate caching."
|
2286 |
msgstr ""
|
2287 |
|
2288 |
+
#: settings.php:241
|
2289 |
msgid ""
|
2290 |
"Incompatible (old) JavaScript file loaded, probably due to inappropriate "
|
2291 |
"caching."
|
2292 |
msgstr ""
|
2293 |
|
2294 |
+
#: settings.php:242 settings.php:253
|
2295 |
msgid ""
|
2296 |
"Please delete browser's cache and all other caches used and then reload this "
|
2297 |
"page."
|
2298 |
msgstr ""
|
2299 |
|
2300 |
+
#: settings.php:248
|
2301 |
msgid "Loaded plugin CSS file version"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
#. translators: %s: HTML tags
|
2305 |
+
#: settings.php:250
|
2306 |
msgid ""
|
2307 |
"Wrong or %s missing version parameter %s of the CSS file, probably due to "
|
2308 |
"inappropriate caching."
|
2309 |
msgstr ""
|
2310 |
|
2311 |
+
#: settings.php:251
|
2312 |
msgid ""
|
2313 |
"Missing version parameter of the CSS file, probably due to inappropriate "
|
2314 |
"caching."
|
2315 |
msgstr ""
|
2316 |
|
2317 |
+
#: settings.php:252
|
2318 |
msgid ""
|
2319 |
"Incompatible (old) CSS file loaded, probably due to inappropriate caching."
|
2320 |
msgstr ""
|
2321 |
|
2322 |
+
#: settings.php:259 settings.php:271
|
2323 |
msgid "WARNING"
|
2324 |
msgstr ""
|
2325 |
|
2326 |
#. translators: %s: HTML tags
|
2327 |
+
#: settings.php:261
|
2328 |
msgid "Page may %s not be loaded properly. %s"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: settings.php:262
|
2332 |
msgid ""
|
2333 |
"Check ad blocking software that may block CSS, JavaScript or image files."
|
2334 |
msgstr ""
|
2335 |
|
2336 |
+
#: settings.php:271
|
2337 |
msgid ""
|
2338 |
"To disable debugging functions and to enable insertions go to tab [*] / tab "
|
2339 |
"Debugging"
|
2340 |
msgstr ""
|
2341 |
|
2342 |
+
#: settings.php:273
|
2343 |
msgid "Debugging functions enabled - some code is not inserted"
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: settings.php:290
|
2347 |
msgid "Group name"
|
2348 |
msgstr ""
|
2349 |
|
2350 |
+
#: settings.php:291
|
2351 |
msgid "Option name"
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: settings.php:297
|
2355 |
msgid "Share"
|
2356 |
msgstr ""
|
2357 |
|
2358 |
+
#: settings.php:300
|
2359 |
msgid ""
|
2360 |
"Option share in percents - 0 means option is disabled, if share for one "
|
2361 |
"option is not defined it will be calculated automatically. Leave all share "
|
2362 |
"fields empty for equal option shares."
|
2363 |
msgstr ""
|
2364 |
|
2365 |
+
#: settings.php:303
|
2366 |
msgid "Time"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
+
#: settings.php:306
|
2370 |
msgid ""
|
2371 |
"Option time in seconds - 0 means option is disabled and will be skipped. "
|
2372 |
"Leave all time fields empty for no timed rotation."
|
2373 |
msgstr ""
|
2374 |
|
2375 |
+
#: settings.php:458
|
2376 |
msgid "General Settings"
|
2377 |
msgstr ""
|
2378 |
|
2379 |
+
#: settings.php:690 settings.php:2514 settings.php:2581 settings.php:2767
|
2380 |
msgid "Toggle Syntax Highlighting / Simple editor for mobile devices"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
+
#: settings.php:697
|
2384 |
msgid "Toggle tools"
|
2385 |
msgstr ""
|
2386 |
|
2387 |
+
#: settings.php:705
|
2388 |
msgid "Process PHP code in block"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
+
#: settings.php:712
|
2392 |
msgid "Disable insertion of this block"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
+
#: settings.php:724
|
2396 |
msgid "Toggle code generator"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
+
#: settings.php:728
|
2400 |
msgid "Toggle rotation editor"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
+
#: settings.php:732
|
2404 |
msgid "Open visual HTML editor"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
+
#: settings.php:751
|
2408 |
msgid "Clear block"
|
2409 |
msgstr ""
|
2410 |
|
2411 |
+
#: settings.php:756 settings.php:4049
|
2412 |
msgid "Copy block"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
+
#: settings.php:760
|
2416 |
msgid "Paste name"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
+
#: settings.php:764
|
2420 |
msgid "Paste code"
|
2421 |
msgstr ""
|
2422 |
|
2423 |
+
#: settings.php:768
|
2424 |
msgid "Paste settings"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
+
#: settings.php:772
|
2428 |
msgid "Paste block (name, code and settings)"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: settings.php:791
|
2432 |
msgid "Rotation groups"
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: settings.php:795
|
2436 |
msgid "Remove option"
|
2437 |
msgstr ""
|
2438 |
|
2439 |
+
#: settings.php:799
|
2440 |
msgid "Add option"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
+
#: settings.php:814
|
2444 |
msgid "Import code"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
+
#: settings.php:818
|
2448 |
msgid "Generate code"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
+
#: settings.php:823
|
2452 |
msgid "Banner"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: settings.php:834
|
2456 |
msgid "Image"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
+
#: settings.php:842
|
2460 |
msgid "Link"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: settings.php:853
|
2464 |
msgid "Open link in a new tab"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
+
#: settings.php:854
|
2468 |
msgid "Select Image"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
+
#: settings.php:855
|
2472 |
msgid "Select Placeholder"
|
2473 |
msgstr ""
|
2474 |
|
2475 |
+
#: settings.php:867
|
2476 |
msgid "Comment"
|
2477 |
msgstr ""
|
2478 |
|
2479 |
+
#: settings.php:876
|
2480 |
msgctxt "AdSense"
|
2481 |
msgid "Publisher ID"
|
2482 |
msgstr ""
|
2483 |
|
2484 |
+
#: settings.php:885
|
2485 |
msgctxt "AdSense"
|
2486 |
msgid "Ad Slot ID"
|
2487 |
msgstr ""
|
2488 |
|
2489 |
+
#: settings.php:894
|
2490 |
msgid "Ad Type"
|
2491 |
msgstr ""
|
2492 |
|
2493 |
+
#: settings.php:918
|
2494 |
msgid "AMP Ad"
|
2495 |
msgstr ""
|
2496 |
|
2497 |
+
#: settings.php:935
|
2498 |
msgid "Show ad units from your AdSense account"
|
2499 |
msgstr ""
|
2500 |
|
2501 |
+
#: settings.php:935
|
2502 |
msgid "AdSense ad units"
|
2503 |
msgstr ""
|
2504 |
|
2505 |
+
#: settings.php:952
|
2506 |
msgctxt "AdSense"
|
2507 |
msgid "Layout"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
+
#: settings.php:961
|
2511 |
msgctxt "AdSense"
|
2512 |
msgid "Layout Key"
|
2513 |
msgstr ""
|
2514 |
|
2515 |
+
#: settings.php:971
|
2516 |
msgid "Full width"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
+
#: settings.php:973
|
2520 |
msgctxt "Full width"
|
2521 |
msgid "Enabled"
|
2522 |
msgstr ""
|
2523 |
|
2524 |
+
#: settings.php:974
|
2525 |
msgctxt "Full width"
|
2526 |
msgid "Disabled"
|
2527 |
msgstr ""
|
2528 |
|
2529 |
+
#: settings.php:1055
|
2530 |
msgid ""
|
2531 |
"White/Black-list Category, Tag, Taxonomy, Post ID, Url, Url parameter, "
|
2532 |
"Cookie or Referer (domain)"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
+
#: settings.php:1055
|
2536 |
msgid "Lists"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
+
#: settings.php:1056
|
2540 |
msgid "Widget, Shortcode and PHP function call"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
+
#: settings.php:1056
|
2544 |
msgid "Manual"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: settings.php:1057
|
2548 |
msgid "Client/Server-side Device Detection (Desktop, Tablet, Phone,...)"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
+
#: settings.php:1057
|
2552 |
msgid "Devices"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
+
#: settings.php:1058
|
2556 |
msgid ""
|
2557 |
"Check for user status, Limit insertions (error 404 page, Ajax requests, RSS "
|
2558 |
"feeds), Filter, Scheduling, General tag"
|
2559 |
msgstr ""
|
2560 |
|
2561 |
+
#: settings.php:1058
|
2562 |
msgid "Misc"
|
2563 |
msgstr ""
|
2564 |
|
2565 |
+
#: settings.php:1059
|
2566 |
msgid "Preview code and alignment"
|
2567 |
msgstr ""
|
2568 |
|
2569 |
+
#: settings.php:1062 settings.php:2167
|
2570 |
msgid ""
|
2571 |
"Rotation editor active - rotation code not generated! Make sure no rotation "
|
2572 |
"editor is active before saving settings."
|
2573 |
msgstr ""
|
2574 |
|
2575 |
+
#: settings.php:1075 settings.php:1076
|
2576 |
msgid "Enable insertion on posts"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: settings.php:1076 settings.php:3317
|
2580 |
msgid "Posts"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: settings.php:1080 settings.php:1081
|
2584 |
msgid ""
|
2585 |
"Enable insertion on homepage: latest posts (including on sub-pages), static "
|
2586 |
"page or theme homepage (available positions may depend on hooks used by the "
|
2587 |
"theme)"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
+
#: settings.php:1081 settings.php:3319
|
2591 |
msgid "Homepage"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: settings.php:1085 settings.php:1086
|
2595 |
msgid "Enable insertion on category blog pages (including sub-pages)"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: settings.php:1086 settings.php:3320
|
2599 |
msgid "Category pages"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: settings.php:1096 settings.php:1097
|
2603 |
msgid "Enable insertion on static pages"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: settings.php:1097 settings.php:3318
|
2607 |
msgid "Static pages"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
+
#: settings.php:1101 settings.php:1102
|
2611 |
msgid "Enable insertion on search blog pages"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: settings.php:1102 settings.php:3322
|
2615 |
msgid "Search pages"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: settings.php:1106 settings.php:1107
|
2619 |
msgid "Enable insertion on tag or archive blog pages"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
+
#: settings.php:1110
|
2623 |
msgid "Toggle settings for default insertion and list of individual exceptions"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
+
#: settings.php:1122
|
2627 |
msgid ""
|
2628 |
"Enable individual post/page exceptions for insertion of this block. They can "
|
2629 |
"be configured on the individual post/page editor page (in the settings below "
|
2630 |
"the editor)."
|
2631 |
msgstr ""
|
2632 |
|
2633 |
+
#: settings.php:1123
|
2634 |
msgid ""
|
2635 |
"Enable individual post/page exceptions for insertion of this block. When "
|
2636 |
"enabled they can be configured on the individual post/page editor page (in "
|
2637 |
"the settings below the editor)."
|
2638 |
msgstr ""
|
2639 |
|
2640 |
+
#: settings.php:1123
|
2641 |
msgid "Use exceptions for individual posts or pages to change insertion"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
#. Translators: Enabled means...
|
2645 |
+
#: settings.php:1131
|
2646 |
msgid ""
|
2647 |
"means the insertion for this block is enabled by default and disabled for "
|
2648 |
"exceptions."
|
2649 |
msgstr ""
|
2650 |
|
2651 |
#. Translators: Disabled means...
|
2652 |
+
#: settings.php:1132
|
2653 |
msgid ""
|
2654 |
"means the insertion for this block is disabled by default and enabled for "
|
2655 |
"exceptions."
|
2656 |
msgstr ""
|
2657 |
|
2658 |
+
#: settings.php:1133
|
2659 |
msgid ""
|
2660 |
"When individual post/page exceptions are enabled they can be configured on "
|
2661 |
"the individual post/page editor page (in the settings below the editor)."
|
2662 |
msgstr ""
|
2663 |
|
2664 |
+
#: settings.php:1141
|
2665 |
msgid ""
|
2666 |
"No exception for post or static page defined. Block will not be inserted."
|
2667 |
msgstr ""
|
2668 |
|
2669 |
+
#: settings.php:1159
|
2670 |
msgctxt "post"
|
2671 |
msgid "Type"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
#. translators: %d: block number
|
2675 |
+
#: settings.php:1161
|
2676 |
msgid "Are you sure you want to clear all exceptions for block %d?"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: settings.php:1188 settings.php:1336 settings.php:1959
|
2680 |
msgid "Insertion"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
+
#: settings.php:1226
|
2684 |
msgid ""
|
2685 |
"Paragraph number or comma separated paragraph numbers: 1 to N means "
|
2686 |
"paragraph number, %N means every N paragraphs, empty means all paragraphs, 0 "
|
2690 |
"negative number means counting from the opposite direction"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
+
#: settings.php:1227
|
2694 |
msgid ""
|
2695 |
"Image number or comma separated image numbers: 1 to N means image number, %N "
|
2696 |
"means every N images, empty means all images, 0 means random image, value "
|
2700 |
"direction"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: settings.php:1240
|
2704 |
msgid ""
|
2705 |
"Insertion Filter Mirror Setting | Excerpt number or comma separated excerpt "
|
2706 |
"numbers, %N means every N excerpts, empty means all excerpts"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
+
#: settings.php:1241
|
2710 |
msgid ""
|
2711 |
"Insertion Filter Mirror Setting | Post number or comma separated post "
|
2712 |
"numbers, %N means every N posts, empty means all posts"
|
2713 |
msgstr ""
|
2714 |
|
2715 |
+
#: settings.php:1242
|
2716 |
msgid ""
|
2717 |
"Insertion Filter Mirror Setting | Comment number or comma separated comment "
|
2718 |
"numbers, %N means every N comments, empty means all comments"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: settings.php:1249
|
2722 |
msgid "Toggle paragraph counting settings"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: settings.php:1250
|
2726 |
msgid "Toggle paragraph clearance settings"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: settings.php:1253
|
2730 |
msgid "Toggle insertion filter settings"
|
2731 |
msgstr ""
|
2732 |
|
2733 |
+
#: settings.php:1271
|
2734 |
msgid "Toggle insertion and alignment icons"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
+
#: settings.php:1285
|
2738 |
msgid "Custom CSS code for the wrapping div"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: settings.php:1288 settings.php:1289 settings.php:1290 settings.php:1291
|
2742 |
+
#: settings.php:1292 settings.php:1293
|
2743 |
msgid "CSS code for the wrapping div, click to edit"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: settings.php:1306
|
2747 |
msgid "HTML element"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: settings.php:1319
|
2751 |
msgid "HTML element selector or comma separated list of selectors"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: settings.php:1325 settings.php:2672
|
2755 |
msgid "Action"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
+
#: settings.php:1337
|
2759 |
msgid ""
|
2760 |
"Client-side insertion uses JavaScript to insert block when the page loads. "
|
2761 |
"Server-side insertion inserts block when the page is generated but needs "
|
2762 |
"Output buffering enabled."
|
2763 |
msgstr ""
|
2764 |
|
2765 |
+
#: settings.php:1347
|
2766 |
msgid "JavaScript code position"
|
2767 |
msgstr ""
|
2768 |
|
2769 |
+
#: settings.php:1348
|
2770 |
msgid ""
|
2771 |
"Page position where the JavaScript code for client-side insertion will be "
|
2772 |
"inserted. Should be after the HTML element if not waiting for DOM ready."
|
2773 |
msgstr ""
|
2774 |
|
2775 |
+
#: settings.php:1363
|
2776 |
msgid "Count"
|
2777 |
msgstr ""
|
2778 |
|
2779 |
+
#: settings.php:1369
|
2780 |
msgid "paragraphs with tags"
|
2781 |
msgstr ""
|
2782 |
|
2783 |
+
#: settings.php:1375
|
2784 |
msgid "Comma separated HTML tag names, usually only 'p' tags are used"
|
2785 |
msgstr ""
|
2786 |
|
2787 |
+
#: settings.php:1384
|
2788 |
msgid "that have between"
|
2789 |
msgstr ""
|
2790 |
|
2791 |
+
#: settings.php:1390
|
2792 |
msgid "Minimum number of paragraph words, leave empty for no limit"
|
2793 |
msgstr ""
|
2794 |
|
2795 |
+
#: settings.php:1399
|
2796 |
msgid "Maximum number of paragraph words, leave empty for no limit"
|
2797 |
msgstr ""
|
2798 |
|
2799 |
+
#: settings.php:1402
|
2800 |
msgid "words"
|
2801 |
msgstr ""
|
2802 |
|
2803 |
+
#: settings.php:1417 settings.php:1476 settings.php:1546 settings.php:1572
|
2804 |
msgid "Comma separated texts"
|
2805 |
msgstr ""
|
2806 |
|
2807 |
+
#: settings.php:1430
|
2808 |
msgid ""
|
2809 |
"Count also paragraphs inside these elements - defined on general plugin "
|
2810 |
"settings page - tab [*] / tab General"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
#. Translators: %s: HTML tags
|
2814 |
+
#: settings.php:1436
|
2815 |
msgid "Count inside %s elements"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
#. translators: inside [HTML tags] elements that contain
|
2819 |
+
#: settings.php:1448
|
2820 |
msgid "inside"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
+
#: settings.php:1454
|
2824 |
msgid "Comma separated HTML tag names of container elements"
|
2825 |
msgstr ""
|
2826 |
|
2827 |
#. translators: inside [HTML tags] elements that contain
|
2828 |
+
#: settings.php:1463
|
2829 |
msgid "elements that"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
+
#: settings.php:1489 settings.php:2082
|
2833 |
msgid "Post/Static page must have between"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
+
#: settings.php:1495
|
2837 |
msgid "Minimum number of paragraphs, leave empty for no limit"
|
2838 |
msgstr ""
|
2839 |
|
2840 |
+
#: settings.php:1504
|
2841 |
msgid "Maximum number of paragraphs, leave empty for no limit"
|
2842 |
msgstr ""
|
2843 |
|
2844 |
#. Translators: Post/Static page must have between X and Y paragraphs
|
2845 |
+
#: settings.php:1507
|
2846 |
msgid "paragraph"
|
2847 |
msgid_plural "paragraphs"
|
2848 |
msgstr[0] ""
|
2849 |
msgstr[1] ""
|
2850 |
|
2851 |
+
#: settings.php:1515
|
2852 |
msgid "Minimum number of words in paragraphs above"
|
2853 |
msgstr ""
|
2854 |
|
2855 |
+
#: settings.php:1521
|
2856 |
msgid ""
|
2857 |
"Used only with automatic insertion After paragraph and empty paragraph "
|
2858 |
"numbers"
|
2859 |
msgstr ""
|
2860 |
|
2861 |
+
#: settings.php:1531 settings.php:1557
|
2862 |
msgid "In"
|
2863 |
msgstr ""
|
2864 |
|
2865 |
+
#: settings.php:1537
|
2866 |
msgid "Number of paragraphs above to check, leave empty to disable checking"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
+
#: settings.php:1540
|
2870 |
msgid "paragraphs above avoid"
|
2871 |
msgstr ""
|
2872 |
|
2873 |
+
#: settings.php:1563
|
2874 |
msgid "Number of paragraphs below to check, leave empty to disable checking"
|
2875 |
msgstr ""
|
2876 |
|
2877 |
+
#: settings.php:1566
|
2878 |
msgid "paragraphs below avoid"
|
2879 |
msgstr ""
|
2880 |
|
2881 |
+
#: settings.php:1582
|
2882 |
msgid "If text is found"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
+
#: settings.php:1589
|
2886 |
msgid "check up to"
|
2887 |
msgstr ""
|
2888 |
|
2889 |
+
#: settings.php:1597
|
2890 |
msgctxt "check up to"
|
2891 |
msgid "paragraphs"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
+
#: settings.php:1613
|
2895 |
msgid "Categories"
|
2896 |
msgstr ""
|
2897 |
|
2898 |
+
#: settings.php:1616
|
2899 |
msgid "Toggle category editor"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
+
#: settings.php:1619
|
2903 |
msgid "Comma separated category slugs"
|
2904 |
msgstr ""
|
2905 |
|
2906 |
+
#: settings.php:1623
|
2907 |
msgid "Blacklist categories"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
+
#: settings.php:1627
|
2911 |
msgid "Whitelist categories"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: settings.php:1639
|
2915 |
msgid "Tags"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
+
#: settings.php:1642
|
2919 |
msgid "Toggle tag editor"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
+
#: settings.php:1645
|
2923 |
msgid "Comma separated tag slugs"
|
2924 |
msgstr ""
|
2925 |
|
2926 |
+
#: settings.php:1649
|
2927 |
msgid "Blacklist tags"
|
2928 |
msgstr ""
|
2929 |
|
2930 |
+
#: settings.php:1653
|
2931 |
msgid "Whitelist tags"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
+
#: settings.php:1665
|
2935 |
msgid "Taxonomies"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
+
#: settings.php:1668
|
2939 |
msgid "Toggle taxonomy editor"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
+
#: settings.php:1671
|
2943 |
msgid "Comma separated slugs: taxonomy, term or taxonomy:term"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
+
#: settings.php:1675
|
2947 |
msgid "Blacklist taxonomies"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: settings.php:1679
|
2951 |
msgid "Whitelist taxonomies"
|
2952 |
msgstr ""
|
2953 |
|
2954 |
+
#: settings.php:1691
|
2955 |
msgid "Post IDs"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
+
#: settings.php:1694
|
2959 |
msgid "Toggle post/page ID editor"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
+
#: settings.php:1697
|
2963 |
msgid "Comma separated post/page IDs"
|
2964 |
msgstr ""
|
2965 |
|
2966 |
+
#: settings.php:1701
|
2967 |
msgid "Blacklist IDs"
|
2968 |
msgstr ""
|
2969 |
|
2970 |
+
#: settings.php:1705
|
2971 |
msgid "Whitelist IDs"
|
2972 |
msgstr ""
|
2973 |
|
2974 |
+
#: settings.php:1717
|
2975 |
msgid "Urls"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
+
#: settings.php:1720
|
2979 |
msgid "Toggle url editor"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
+
#: settings.php:1723
|
2983 |
msgid ""
|
2984 |
"Comma separated urls (page addresses) starting with / after domain name (e."
|
2985 |
"g. /permalink-url, use only when you need to taget a specific url not "
|
2987 |
"start*. *url-pattern*, *url-end)"
|
2988 |
msgstr ""
|
2989 |
|
2990 |
+
#: settings.php:1727
|
2991 |
msgid "Blacklist urls"
|
2992 |
msgstr ""
|
2993 |
|
2994 |
+
#: settings.php:1731
|
2995 |
msgid "Whitelist urls"
|
2996 |
msgstr ""
|
2997 |
|
2998 |
+
#: settings.php:1742
|
2999 |
msgid "Url parameters"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
+
#: settings.php:1746
|
3003 |
msgid "Toggle url parameter and cookie editor"
|
3004 |
msgstr ""
|
3005 |
|
3006 |
+
#: settings.php:1749
|
3007 |
msgid ""
|
3008 |
"Comma separated url query parameters or cookies with optional values (use "
|
3009 |
"'prameter', 'prameter=value', 'cookie' or 'cookie=value')"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
+
#: settings.php:1753
|
3013 |
msgid "Blacklist url parameters"
|
3014 |
msgstr ""
|
3015 |
|
3016 |
+
#: settings.php:1757
|
3017 |
msgid "Whitelist url parameters"
|
3018 |
msgstr ""
|
3019 |
|
3020 |
+
#: settings.php:1768
|
3021 |
msgid "Referrers"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
+
#: settings.php:1771
|
3025 |
msgid "Toggle referer editor"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
+
#: settings.php:1774
|
3029 |
msgid ""
|
3030 |
"Comma separated domains, use # for no referrer, you can also use partial "
|
3031 |
"domains with * (domain-start*. *domain-pattern*, *domain-end)"
|
3032 |
msgstr ""
|
3033 |
|
3034 |
+
#: settings.php:1778
|
3035 |
msgid "Blacklist referers"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
+
#: settings.php:1782
|
3039 |
msgid "Whitelist referers"
|
3040 |
msgstr ""
|
3041 |
|
3042 |
+
#: settings.php:1793
|
3043 |
msgid "Clients"
|
3044 |
msgstr ""
|
3045 |
|
3046 |
+
#: settings.php:1796
|
3047 |
msgid "Toggle client editor"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
+
#: settings.php:1799
|
3051 |
msgid "Comma separated names (operating systems, browsers, devices)"
|
3052 |
msgstr ""
|
3053 |
|
3054 |
+
#: settings.php:1803
|
3055 |
msgid "Blacklist clients"
|
3056 |
msgstr ""
|
3057 |
|
3058 |
+
#: settings.php:1807
|
3059 |
msgid "Whitelist clients"
|
3060 |
msgstr ""
|
3061 |
|
3062 |
+
#: settings.php:1828
|
3063 |
msgid "Enable widget for this block"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
+
#: settings.php:1840
|
3067 |
msgid "Enable shortcode for manual insertion of this block in posts and pages"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
+
#: settings.php:1841 settings.php:4105
|
3071 |
msgid "Shortcode"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
+
#: settings.php:1856
|
3075 |
msgid ""
|
3076 |
"Enable PHP function call to insert this block at any position in theme file. "
|
3077 |
"If function is disabled for block it will return empty string."
|
3078 |
msgstr ""
|
3079 |
|
3080 |
+
#: settings.php:1857
|
3081 |
msgid "PHP function"
|
3082 |
msgstr ""
|
3083 |
|
3084 |
+
#: settings.php:1872
|
3085 |
msgid "Client-side device detection"
|
3086 |
msgstr ""
|
3087 |
|
3088 |
+
#: settings.php:1873
|
3089 |
msgid "Server-side device detection"
|
3090 |
msgstr ""
|
3091 |
|
3092 |
+
#: settings.php:1880
|
3093 |
msgid "Use client-side detection to"
|
3094 |
msgstr ""
|
3095 |
|
3096 |
+
#: settings.php:1882
|
3097 |
msgid "Either show/hide or insert when the page is loaded on wanted viewports"
|
3098 |
msgstr ""
|
3099 |
|
3100 |
#. Translators: only on (the following devices): viewport names (devices)
|
3101 |
#. listed
|
3102 |
+
#: settings.php:1887
|
3103 |
msgid "only on"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
+
#: settings.php:1915
|
3107 |
msgid "Device min width %s px"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
+
#: settings.php:1941
|
3111 |
msgid "Use server-side detection to insert block only for"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
+
#: settings.php:1960
|
3115 |
msgid "Filter"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
+
#: settings.php:1961
|
3119 |
msgid "Word Count"
|
3120 |
msgstr ""
|
3121 |
|
3122 |
+
#: settings.php:1962 settings.php:4095
|
3123 |
msgid "Scheduling"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
+
#: settings.php:1963
|
3127 |
msgid "Display"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
+
#: settings.php:1965 settings.php:2209
|
3131 |
msgid "General"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
+
#: settings.php:1977
|
3135 |
msgid "Old settings for AMP pages detected"
|
3136 |
msgstr ""
|
3137 |
|
3138 |
+
#: settings.php:1977
|
3139 |
msgid ""
|
3140 |
"To insert different codes on normal and AMP pages separate them with "
|
3141 |
"[ADINSERTER AMP] separator. Here you can enable insertion on AMP pages only "
|
3142 |
"when you need to insert THE SAME CODE also on AMP pages (no AMP separator)."
|
3143 |
msgstr ""
|
3144 |
|
3145 |
+
#: settings.php:1977
|
3146 |
msgid "AMP pages"
|
3147 |
msgstr ""
|
3148 |
|
3149 |
+
#: settings.php:1982
|
3150 |
msgid "Enable insertion for Ajax requests"
|
3151 |
msgstr ""
|
3152 |
|
3153 |
+
#: settings.php:1982
|
3154 |
msgid "Ajax requests"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
+
#: settings.php:1987
|
3158 |
msgid "Enable insertion in RSS feeds"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
+
#: settings.php:1987
|
3162 |
msgid "RSS Feed"
|
3163 |
msgstr ""
|
3164 |
|
3165 |
+
#: settings.php:1992
|
3166 |
msgid "Enable insertion on page for Error 404: Page not found"
|
3167 |
msgstr ""
|
3168 |
|
3169 |
+
#: settings.php:1992
|
3170 |
msgid "Error 404 page"
|
3171 |
msgstr ""
|
3172 |
|
3173 |
+
#: settings.php:2004
|
3174 |
msgid "Maximum number of insertions of this block. Empty or 0 means no limit."
|
3175 |
msgstr ""
|
3176 |
|
3177 |
+
#: settings.php:2005
|
3178 |
msgid "insertions"
|
3179 |
msgstr ""
|
3180 |
|
3181 |
+
#: settings.php:2007
|
3182 |
msgid ""
|
3183 |
"Count this block for Max blocks per page limit (defined on the tab [*] / tab "
|
3184 |
"General)"
|
3185 |
msgstr ""
|
3186 |
|
3187 |
+
#: settings.php:2010 settings.php:2378
|
3188 |
msgid "Max blocks per page"
|
3189 |
msgstr ""
|
3190 |
|
3191 |
+
#: settings.php:2022
|
3192 |
msgid "Insert for"
|
3193 |
msgstr ""
|
3194 |
|
3195 |
+
#: settings.php:2030
|
3196 |
msgid ""
|
3197 |
"Insert block only when WP function in_the_loop () returns true (WP loop is "
|
3198 |
"currently active). Might speed up insertion on content pages when "
|
3199 |
"the_content filter is called multiple times."
|
3200 |
msgstr ""
|
3201 |
|
3202 |
+
#: settings.php:2033
|
3203 |
msgid "Insert only in the loop"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
+
#: settings.php:2039
|
3207 |
msgid ""
|
3208 |
"Disable caching for WP Super Cache, W3 Total Cache and WP Rocket plugins"
|
3209 |
msgstr ""
|
3210 |
|
3211 |
+
#: settings.php:2039
|
3212 |
msgid "Disable caching"
|
3213 |
msgstr ""
|
3214 |
|
3215 |
+
#: settings.php:2051
|
3216 |
msgid "Filter insertions"
|
3217 |
msgstr ""
|
3218 |
|
3219 |
+
#: settings.php:2054
|
3220 |
msgid ""
|
3221 |
"Filter multiple insertions by specifying wanted insertions for this block - "
|
3222 |
"single number, comma separated numbers or %N for every N insertions - empty "
|
3224 |
"using only one insertion type."
|
3225 |
msgstr ""
|
3226 |
|
3227 |
+
#: settings.php:2057
|
3228 |
msgid "using"
|
3229 |
msgstr ""
|
3230 |
|
3231 |
+
#: settings.php:2076
|
3232 |
msgid "Checked means specified calls are unwanted"
|
3233 |
msgstr ""
|
3234 |
|
3235 |
+
#: settings.php:2076
|
3236 |
msgid "Invert filter"
|
3237 |
msgstr ""
|
3238 |
|
3239 |
+
#: settings.php:2083
|
3240 |
msgid "Minimum number of post/static page words, leave empty for no limit"
|
3241 |
msgstr ""
|
3242 |
|
3243 |
+
#: settings.php:2085
|
3244 |
msgid "Maximum number of post/static page words, leave empty for no limit"
|
3245 |
msgstr ""
|
3246 |
|
3247 |
+
#: settings.php:2098
|
3248 |
+
msgid "for"
|
3249 |
msgstr ""
|
3250 |
|
3251 |
#: settings.php:2098
|
3252 |
+
msgid "days after publishing"
|
3253 |
+
msgstr ""
|
3254 |
+
|
3255 |
+
#: settings.php:2100
|
3256 |
msgid "Not available"
|
3257 |
msgstr ""
|
3258 |
|
3259 |
+
#: settings.php:2113 settings.php:2370
|
3260 |
msgid "Ad label"
|
3261 |
msgstr ""
|
3262 |
|
3263 |
+
#: settings.php:2133
|
3264 |
msgid "General tag"
|
3265 |
msgstr ""
|
3266 |
|
3267 |
+
#: settings.php:2137
|
3268 |
msgid "Used for [adinserter data=''] shortcodes when no data is found"
|
3269 |
msgstr ""
|
3270 |
|
3271 |
#. translators: %s: HTML tags
|
3272 |
+
#: settings.php:2146
|
3273 |
msgid ""
|
3274 |
"%s WARNING: %s No Wrapping %s style has no wrapping code needed for client-"
|
3275 |
"side device detection!"
|
3276 |
msgstr ""
|
3277 |
|
3278 |
+
#: settings.php:2158
|
3279 |
msgid "Settings"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
+
#: settings.php:2161
|
3283 |
msgid "Settings timestamp"
|
3284 |
msgstr ""
|
3285 |
|
3286 |
+
#: settings.php:2174
|
3287 |
msgid "Are you sure you want to reset all settings?"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
+
#: settings.php:2174
|
3291 |
msgid "Reset All Settings"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
+
#: settings.php:2210
|
3295 |
msgid "Viewports"
|
3296 |
msgstr ""
|
3297 |
|
3298 |
+
#: settings.php:2211
|
3299 |
msgid "Hooks"
|
3300 |
msgstr ""
|
3301 |
|
3302 |
+
#: settings.php:2212
|
3303 |
msgid "Header"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: settings.php:2213 strings.php:30
|
3307 |
msgid "Footer"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
+
#: settings.php:2218
|
3311 |
msgid "Debugging"
|
3312 |
msgstr ""
|
3313 |
|
3314 |
+
#: settings.php:2228
|
3315 |
msgid "Plugin priority"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
+
#: settings.php:2236
|
3319 |
msgid "Output buffering"
|
3320 |
msgstr ""
|
3321 |
|
3322 |
+
#: settings.php:2239
|
3323 |
msgid "Needed for position Above header but may not work with all themes"
|
3324 |
msgstr ""
|
3325 |
|
3326 |
+
#: settings.php:2247
|
3327 |
msgid "Syntax highlighting theme"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: settings.php:2254
|
3331 |
msgctxt "no syntax highlighting themes"
|
3332 |
msgid "None"
|
3333 |
msgstr ""
|
3334 |
|
3335 |
+
#: settings.php:2255
|
3336 |
msgid "No Syntax Highlighting"
|
3337 |
msgstr ""
|
3338 |
|
3339 |
+
#: settings.php:2257
|
3340 |
msgctxt "syntax highlighting themes"
|
3341 |
msgid "Light"
|
3342 |
msgstr ""
|
3343 |
|
3344 |
+
#: settings.php:2272
|
3345 |
msgctxt "syntax highlighting themes"
|
3346 |
msgid "Dark"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
+
#: settings.php:2298
|
3350 |
msgid "Min. user role for ind. exceptions editing"
|
3351 |
msgstr ""
|
3352 |
|
3353 |
+
#: settings.php:2308
|
3354 |
msgid "Disable caching for logged in administrators"
|
3355 |
msgstr ""
|
3356 |
|
3357 |
+
#: settings.php:2311
|
3358 |
msgid ""
|
3359 |
"Enabled means that logged in administrators will see non-cached (live) pages "
|
3360 |
"(applies to WP Super Cache, W3 Total Cache and WP Rocket plugins)"
|
3361 |
msgstr ""
|
3362 |
|
3363 |
+
#: settings.php:2319
|
3364 |
msgid "Sticky widget mode"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
+
#: settings.php:2322
|
3368 |
msgid ""
|
3369 |
"CSS mode is the best approach but may not work with all themes. JavaScript "
|
3370 |
"mode works with most themes but may reload ads on page load."
|
3371 |
msgstr ""
|
3372 |
|
3373 |
+
#: settings.php:2330
|
3374 |
msgid "Sticky widget top margin"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
+
#: settings.php:2338
|
3378 |
msgid "Dynamic blocks"
|
3379 |
msgstr ""
|
3380 |
|
3381 |
+
#: settings.php:2351
|
3382 |
msgid "Functions for paragraph counting"
|
3383 |
msgstr ""
|
3384 |
|
3385 |
+
#: settings.php:2354
|
3386 |
msgid ""
|
3387 |
"Standard PHP functions are faster and work in most cases, use Multibyte "
|
3388 |
"functions if paragraphs are not counted properly on non-english pages."
|
3389 |
msgstr ""
|
3390 |
|
3391 |
+
#: settings.php:2362
|
3392 |
msgid "No paragraph counting inside"
|
3393 |
msgstr ""
|
3394 |
|
3395 |
+
#: settings.php:2373
|
3396 |
msgid "Label text or HTML code"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
+
#: settings.php:2381
|
3400 |
msgid ""
|
3401 |
"Maximum number of inserted blocks per page. You need to enable Max page "
|
3402 |
"insertions (button Misc / tab Insertion) to count block for this limit."
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: settings.php:2395
|
3406 |
msgid "Plugin usage tracking"
|
3407 |
msgstr ""
|
3408 |
|
3409 |
#. translators: %s: Ad Inserter
|
3410 |
+
#: settings.php:2398
|
3411 |
msgid ""
|
3412 |
"Enable tracking of %s usage and help us to make improvements to the plugin. "
|
3413 |
"Only information regarding the WordPress environment and %s usage is "
|
3414 |
"recorded (once per month and on events like plugin activation/deactivation)."
|
3415 |
msgstr ""
|
3416 |
|
3417 |
+
#: settings.php:2416
|
3418 |
msgid "CSS class name for the wrapping div"
|
3419 |
msgstr ""
|
3420 |
|
3421 |
+
#: settings.php:2416
|
3422 |
msgid "Block class name"
|
3423 |
msgstr ""
|
3424 |
|
3425 |
+
#: settings.php:2420
|
3426 |
msgid "Include general plugin block class"
|
3427 |
msgstr ""
|
3428 |
|
3429 |
+
#: settings.php:2420
|
3430 |
msgid "Block class"
|
3431 |
msgstr ""
|
3432 |
|
3433 |
+
#: settings.php:2425
|
3434 |
msgid "Include block number class"
|
3435 |
msgstr ""
|
3436 |
|
3437 |
+
#: settings.php:2425
|
3438 |
msgid "Block number class"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
+
#: settings.php:2430
|
3442 |
msgid ""
|
3443 |
"Instead of alignment classes generate inline alignment styles for blocks"
|
3444 |
msgstr ""
|
3445 |
|
3446 |
+
#: settings.php:2430
|
3447 |
msgid "Inline styles"
|
3448 |
msgstr ""
|
3449 |
|
3450 |
+
#: settings.php:2436
|
3451 |
msgid "Preview of the block wrapping code"
|
3452 |
msgstr ""
|
3453 |
|
3454 |
+
#: settings.php:2437
|
3455 |
msgid "Wrapping div"
|
3456 |
msgstr ""
|
3457 |
|
3458 |
+
#: settings.php:2438 settings.php:2878
|
3459 |
msgid "BLOCK CODE"
|
3460 |
msgstr ""
|
3461 |
|
3462 |
+
#: settings.php:2446
|
3463 |
msgid "Viewport Settings used for client-side device detection"
|
3464 |
msgstr ""
|
3465 |
|
3466 |
#. Translators: %d: viewport number
|
3467 |
+
#: settings.php:2454
|
3468 |
msgid "Viewport %d name"
|
3469 |
msgstr ""
|
3470 |
|
3471 |
+
#: settings.php:2457
|
3472 |
msgid "min width"
|
3473 |
msgstr ""
|
3474 |
|
3475 |
+
#: settings.php:2468
|
3476 |
msgid "Custom Hooks"
|
3477 |
msgstr ""
|
3478 |
|
3479 |
+
#: settings.php:2480 settings.php:2483
|
3480 |
msgid "Enable hook"
|
3481 |
msgstr ""
|
3482 |
|
3483 |
#. translators: %d: hook number
|
3484 |
+
#: settings.php:2483
|
3485 |
msgid "Hook %d name"
|
3486 |
msgstr ""
|
3487 |
|
3488 |
+
#: settings.php:2486
|
3489 |
msgid "Hook name for automatic insertion selection"
|
3490 |
msgstr ""
|
3491 |
|
3492 |
+
#: settings.php:2489
|
3493 |
msgid "action"
|
3494 |
msgstr ""
|
3495 |
|
3496 |
+
#: settings.php:2492
|
3497 |
msgid "Action name as used in the do_action () function"
|
3498 |
msgstr ""
|
3499 |
|
3500 |
+
#: settings.php:2495
|
3501 |
msgid "priority"
|
3502 |
msgstr ""
|
3503 |
|
3504 |
+
#: settings.php:2498
|
3505 |
msgid "Priority for the hook (default is 10)"
|
3506 |
msgstr ""
|
3507 |
|
3508 |
+
#: settings.php:2519
|
3509 |
msgid "Enable insertion of this code into HTML page header"
|
3510 |
msgstr ""
|
3511 |
|
3512 |
+
#: settings.php:2523 settings.php:2590 settings.php:2772
|
3513 |
msgid "Process PHP code"
|
3514 |
msgstr ""
|
3515 |
|
3516 |
+
#: settings.php:2527
|
3517 |
msgid "HTML Page Header Code"
|
3518 |
msgstr ""
|
3519 |
|
3520 |
+
#: settings.php:2535
|
3521 |
msgid "Code in the %s section of the HTML page"
|
3522 |
msgstr ""
|
3523 |
|
3524 |
+
#: settings.php:2536
|
3525 |
msgctxt "code in the header"
|
3526 |
msgid "NOT ENABLED"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
+
#: settings.php:2553 settings.php:2621
|
3530 |
msgid "Use server-side detection to insert code only for"
|
3531 |
msgstr ""
|
3532 |
|
3533 |
+
#: settings.php:2568
|
3534 |
msgid ""
|
3535 |
"Enable insertion of this code into HTML page header on page for Error 404: "
|
3536 |
"Page not found"
|
3537 |
msgstr ""
|
3538 |
|
3539 |
+
#: settings.php:2568 settings.php:2636
|
3540 |
msgid "Insert on Error 404 page"
|
3541 |
msgstr ""
|
3542 |
|
3543 |
+
#: settings.php:2586
|
3544 |
msgid "Enable insertion of this code into HTML page footer"
|
3545 |
msgstr ""
|
3546 |
|
3547 |
+
#: settings.php:2594
|
3548 |
msgid "HTML Page Footer Code"
|
3549 |
msgstr ""
|
3550 |
|
3551 |
#. translators: %s: HTML tags
|
3552 |
+
#: settings.php:2602
|
3553 |
msgid "Code before the %s tag of the the HTML page"
|
3554 |
msgstr ""
|
3555 |
|
3556 |
+
#: settings.php:2603
|
3557 |
msgctxt "code in the footer"
|
3558 |
msgid "NOT ENABLED"
|
3559 |
msgstr ""
|
3560 |
|
3561 |
+
#: settings.php:2636
|
3562 |
msgid ""
|
3563 |
"Enable insertion of this code into HTML page footer on page for Error 404: "
|
3564 |
"Page not found"
|
3565 |
msgstr ""
|
3566 |
|
3567 |
+
#: settings.php:2652
|
3568 |
msgid "Code for ad blocking detection inserted. Click for details."
|
3569 |
msgstr ""
|
3570 |
|
3571 |
+
#: settings.php:2657
|
3572 |
msgid "Enable detection of ad blocking"
|
3573 |
msgstr ""
|
3574 |
|
3575 |
+
#: settings.php:2675
|
3576 |
msgid "Global action when ad blocking is detected"
|
3577 |
msgstr ""
|
3578 |
|
3579 |
+
#: settings.php:2681
|
3580 |
msgid "No action for"
|
3581 |
msgstr ""
|
3582 |
|
3583 |
+
#: settings.php:2682
|
3584 |
msgid "Exceptions for global action when ad blocking is detected."
|
3585 |
msgstr ""
|
3586 |
|
3587 |
+
#: settings.php:2692
|
3588 |
msgid "Delay Action"
|
3589 |
msgstr ""
|
3590 |
|
3591 |
+
#: settings.php:2695
|
3592 |
msgid ""
|
3593 |
"Number of page views to delay action when ad blocking is detected. Leave "
|
3594 |
"empty for no delay (action fires on first page view). Sets cookie."
|
3595 |
msgstr ""
|
3596 |
|
3597 |
+
#: settings.php:2695
|
3598 |
msgctxt "Delay Action for x "
|
3599 |
msgid "page views"
|
3600 |
msgstr ""
|
3601 |
|
3602 |
+
#: settings.php:2700
|
3603 |
msgid "No Action Period"
|
3604 |
msgstr ""
|
3605 |
|
3606 |
+
#: settings.php:2703
|
3607 |
msgid ""
|
3608 |
"Number of days to supress action when ad blocking is detected. Leave empty "
|
3609 |
"for no no-action period (action fires always after defined page view delay). "
|
3610 |
"Sets cookie."
|
3611 |
msgstr ""
|
3612 |
|
3613 |
+
#: settings.php:2703
|
3614 |
msgctxt "no action period"
|
3615 |
msgid "days"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
+
#: settings.php:2708
|
3619 |
msgid "Custom Selectors"
|
3620 |
msgstr ""
|
3621 |
|
3622 |
+
#: settings.php:2711
|
3623 |
msgid ""
|
3624 |
"Comma seprarated list of selectors (.class, #id) used for additional ad "
|
3625 |
"blocking detection. Invisible element or element with zero height means ad "
|
3626 |
"blocking is present."
|
3627 |
msgstr ""
|
3628 |
|
3629 |
+
#: settings.php:2723
|
3630 |
msgid "Redirection Page"
|
3631 |
msgstr ""
|
3632 |
|
3633 |
+
#: settings.php:2735
|
3634 |
msgid "Custom Url"
|
3635 |
msgstr ""
|
3636 |
|
3637 |
+
#: settings.php:2740
|
3638 |
msgid ""
|
3639 |
"Static page for redirection when ad blocking is detected. For other pages "
|
3640 |
"select Custom url and set it below."
|
3641 |
msgstr ""
|
3642 |
|
3643 |
+
#: settings.php:2749
|
3644 |
msgid "Custom Redirection Url"
|
3645 |
msgstr ""
|
3646 |
|
3647 |
+
#: settings.php:2761
|
3648 |
msgid "Message HTML code"
|
3649 |
msgstr ""
|
3650 |
|
3651 |
+
#: settings.php:2774
|
3652 |
msgid "Preview message when ad blocking is detected"
|
3653 |
msgstr ""
|
3654 |
|
3655 |
+
#: settings.php:2803
|
3656 |
msgid "Prevent visitors from closing the warning message"
|
3657 |
msgstr ""
|
3658 |
|
3659 |
+
#: settings.php:2803
|
3660 |
msgid "Undismissible Message"
|
3661 |
msgstr ""
|
3662 |
|
3663 |
+
#: settings.php:2809
|
3664 |
msgid "Not undismissible for"
|
3665 |
msgstr ""
|
3666 |
|
3667 |
+
#: settings.php:2810
|
3668 |
msgid "Users which can close the warning message."
|
3669 |
msgstr ""
|
3670 |
|
3671 |
+
#: settings.php:2824
|
3672 |
msgid ""
|
3673 |
"Force showing admin toolbar for administrators when viewing site. Enable "
|
3674 |
"this option when you are logged in as admin and you don't see admin toolbar."
|
3675 |
msgstr ""
|
3676 |
|
3677 |
+
#: settings.php:2832
|
3678 |
msgid "Disable header code (Header tab)"
|
3679 |
msgstr ""
|
3680 |
|
3681 |
+
#: settings.php:2836
|
3682 |
msgid "Disable footer code (Footer tab)"
|
3683 |
msgstr ""
|
3684 |
|
3685 |
#. translators: %s: Ad Inserter
|
3686 |
+
#: settings.php:2840
|
3687 |
msgid "Disable %s JavaScript code"
|
3688 |
msgstr ""
|
3689 |
|
3690 |
#. translators: %s: Ad Inserter
|
3691 |
+
#: settings.php:2844
|
3692 |
msgid "Disable %s CSS code"
|
3693 |
msgstr ""
|
3694 |
|
3695 |
+
#: settings.php:2848
|
3696 |
msgid ""
|
3697 |
"Disable PHP code processing (in all blocks including header and footer code)"
|
3698 |
msgstr ""
|
3699 |
|
3700 |
+
#: settings.php:2852
|
3701 |
msgid "Disable insertion of all blocks"
|
3702 |
msgstr ""
|
3703 |
|
3704 |
+
#: settings.php:2856
|
3705 |
msgid "Disable insertions"
|
3706 |
msgstr ""
|
3707 |
|
3708 |
#. translators: %s: Ad Inserter
|
3709 |
+
#: settings.php:2868
|
3710 |
msgid "%s CSS CODE"
|
3711 |
msgstr ""
|
3712 |
|
3713 |
+
#: settings.php:2871
|
3714 |
msgid "HEADER CODE"
|
3715 |
msgstr ""
|
3716 |
|
3717 |
#. translators: %s: PHP tags
|
3718 |
+
#: settings.php:2877
|
3719 |
msgid "BLOCK PHP CODE"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
#. translators: %s: Ad Inserter
|
3723 |
+
#: settings.php:2883
|
3724 |
msgid "%s JS CODE"
|
3725 |
msgstr ""
|
3726 |
|
3727 |
+
#: settings.php:2886
|
3728 |
msgid "FOOTER CODE"
|
3729 |
msgstr ""
|
3730 |
|
3731 |
+
#: settings.php:2895
|
3732 |
msgid "Force showing admin toolbar when viewing site"
|
3733 |
msgstr ""
|
3734 |
|
3735 |
+
#: settings.php:2902
|
3736 |
msgid "Enable debugging functions in admin toolbar"
|
3737 |
msgstr ""
|
3738 |
|
3739 |
+
#: settings.php:2904
|
3740 |
msgid "Debugging functions in admin toolbar"
|
3741 |
msgstr ""
|
3742 |
|
3743 |
+
#: settings.php:2911
|
3744 |
msgid "Enable debugging functions in admin toolbar on mobile screens"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
+
#: settings.php:2913
|
3748 |
msgid "Debugging functions on mobile screens"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
+
#: settings.php:2920
|
3752 |
msgid ""
|
3753 |
"Enable Debugger widget and code insertion debugging (blocks, positions, "
|
3754 |
"tags, processing) by url parameters for non-logged in users. Enable this "
|
3757 |
"administrators debugging is always enabled."
|
3758 |
msgstr ""
|
3759 |
|
3760 |
+
#: settings.php:2922
|
3761 |
msgid "Remote debugging"
|
3762 |
msgstr ""
|
3763 |
|
3764 |
+
#: settings.php:2929
|
3765 |
msgid ""
|
3766 |
"Disable translation to see original texts for the settings and messages in "
|
3767 |
"English"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
+
#: settings.php:2931
|
3771 |
msgid "Disable translation"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
+
#: settings.php:3305
|
3775 |
msgid "Available positions for current theme"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
+
#: settings.php:3306
|
3779 |
msgid "Error checking pages"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: settings.php:3309
|
3783 |
msgid "Toggle theme checker for available positions for automatic insertion"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
+
#: settings.php:3309
|
3787 |
msgctxt "Button"
|
3788 |
msgid "Check"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
+
#: settings.php:3316
|
3792 |
msgid "Position"
|
3793 |
msgstr ""
|
3794 |
|
3795 |
+
#: settings.php:3321
|
3796 |
msgid "Archive pages"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
+
#: settings.php:3380
|
3800 |
msgid ""
|
3801 |
"Position not available because output buffering (tab [*]) is not enabled"
|
3802 |
msgstr ""
|
3803 |
|
3804 |
+
#: settings.php:3383 strings.php:226
|
3805 |
msgid "Position not checked yet"
|
3806 |
msgstr ""
|
3807 |
|
3808 |
+
#: settings.php:3419
|
3809 |
msgid "Toggle active/all blocks"
|
3810 |
msgstr ""
|
3811 |
|
3812 |
+
#: settings.php:3423 strings.php:213
|
3813 |
msgid "Rearrange block order"
|
3814 |
msgstr ""
|
3815 |
|
3816 |
+
#: settings.php:3428
|
3817 |
msgid "Save new block order"
|
3818 |
msgstr ""
|
3819 |
|
3820 |
+
#: settings.php:3454
|
3821 |
msgid "Toggle active/all ad units"
|
3822 |
msgstr ""
|
3823 |
|
3824 |
+
#: settings.php:3458
|
3825 |
msgid "Reload AdSense ad units"
|
3826 |
msgstr ""
|
3827 |
|
3828 |
+
#: settings.php:3462
|
3829 |
msgid "Clear authorization to access AdSense account"
|
3830 |
msgstr ""
|
3831 |
|
3832 |
+
#: settings.php:3466 settings.php:4262 settings.php:4329 strings.php:221
|
3833 |
msgid "Google AdSense Homepage"
|
3834 |
msgstr ""
|
3835 |
|
3836 |
+
#: settings.php:3482
|
3837 |
msgid "Switch to physical ads.txt file"
|
3838 |
msgstr ""
|
3839 |
|
3840 |
+
#: settings.php:3483
|
3841 |
msgid "Switch to virtual ads.txt file"
|
3842 |
msgstr ""
|
3843 |
|
3844 |
#. translators: %s: ads.txt
|
3845 |
+
#: settings.php:3493
|
3846 |
msgid "Open %s"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
+
#: settings.php:3501
|
3850 |
msgid "Reload ads.txt file"
|
3851 |
msgstr ""
|
3852 |
|
3853 |
+
#: settings.php:3505 settings.php:4389
|
3854 |
msgid "Save"
|
3855 |
msgstr ""
|
3856 |
|
3857 |
#. translators: %s: Ad Inserter
|
3858 |
+
#: settings.php:3680
|
3859 |
msgid "ads.txt file: %s virtual ads.txt file"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
+
#: settings.php:3685 settings.php:3705 strings.php:205
|
3863 |
msgid "Warning"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
#. translators: %s: Ad Inserter
|
3867 |
+
#: settings.php:3685
|
3868 |
msgid "%s virtual file ads.txt not found"
|
3869 |
msgstr ""
|
3870 |
|
3871 |
+
#: settings.php:3693
|
3872 |
msgid "IMPORTANT"
|
3873 |
msgstr ""
|
3874 |
|
3875 |
+
#: settings.php:3693
|
3876 |
msgid "ads.txt file must be placed on the root domain"
|
3877 |
msgstr ""
|
3878 |
|
3879 |
+
#: settings.php:3698
|
3880 |
msgid "ads.txt file"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
+
#: settings.php:3698
|
3884 |
+
msgid "NOT WRITABLE"
|
3885 |
+
msgstr ""
|
3886 |
+
|
3887 |
+
#: settings.php:3705
|
3888 |
msgid "file %s not found"
|
3889 |
msgstr ""
|
3890 |
|
3891 |
+
#: settings.php:3715
|
3892 |
msgid "Account IDs found in blocks but not present in the ads.txt file"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
#. translators: %s: Ad Inserter
|
3896 |
+
#: settings.php:3721
|
3897 |
msgid "%s virtual ads.txt file"
|
3898 |
msgstr ""
|
3899 |
|
3900 |
+
#: settings.php:3743
|
3901 |
msgid "Advertising system"
|
3902 |
msgstr ""
|
3903 |
|
3904 |
+
#: settings.php:3744
|
3905 |
msgid "Account ID"
|
3906 |
msgstr ""
|
3907 |
|
3908 |
+
#: settings.php:3746
|
3909 |
msgid "Certification authority ID"
|
3910 |
msgstr ""
|
3911 |
|
3912 |
+
#: settings.php:3761
|
3913 |
msgid "Account ID found in block and present in ads.txt"
|
3914 |
msgstr ""
|
3915 |
|
3916 |
+
#: settings.php:3765
|
3917 |
msgid "Account ID found in block but not present in ads.txt"
|
3918 |
msgstr ""
|
3919 |
|
3920 |
+
#: settings.php:4052
|
3921 |
msgid "Preview block"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
+
#: settings.php:4061
|
3925 |
msgid "Insertion disabled"
|
3926 |
msgstr ""
|
3927 |
|
3928 |
+
#: settings.php:4091
|
3929 |
msgid "Automatic insertion"
|
3930 |
msgstr ""
|
3931 |
|
3932 |
#. translators: %s HTML tags
|
3933 |
+
#: settings.php:4092 settings.php:5064
|
3934 |
msgid "PHP code processing"
|
3935 |
msgstr ""
|
3936 |
|
3937 |
+
#: settings.php:4094
|
3938 |
msgid "Device detection"
|
3939 |
msgstr ""
|
3940 |
|
3941 |
+
#: settings.php:4107
|
3942 |
msgid "Widget positions"
|
3943 |
msgstr ""
|
3944 |
|
3945 |
+
#: settings.php:4173
|
3946 |
msgid "Ad unit"
|
3947 |
msgstr ""
|
3948 |
|
3949 |
+
#: settings.php:4175
|
3950 |
msgid "Slot ID"
|
3951 |
msgstr ""
|
3952 |
|
3953 |
+
#: settings.php:4201
|
3954 |
msgid "Copy AdSense code"
|
3955 |
msgstr ""
|
3956 |
|
3957 |
+
#: settings.php:4204
|
3958 |
msgid "Preview AdSense ad"
|
3959 |
msgstr ""
|
3960 |
|
3961 |
+
#: settings.php:4207
|
3962 |
msgid "Get AdSense code"
|
3963 |
msgstr ""
|
3964 |
|
3965 |
#. translators: %s: HTML tags
|
3966 |
+
#: settings.php:4239
|
3967 |
msgid ""
|
3968 |
"Please %s clear authorization %s with the button %s above and once again "
|
3969 |
"authorize access to your AdSense account."
|
3970 |
msgstr ""
|
3971 |
|
3972 |
+
#: settings.php:4258
|
3973 |
msgid "AdSense Integration"
|
3974 |
msgstr ""
|
3975 |
|
3976 |
+
#: settings.php:4260
|
3977 |
msgid "AdSense Integration - Step 2"
|
3978 |
msgstr ""
|
3979 |
|
3980 |
#. translators: %s: HTML tags
|
3981 |
+
#: settings.php:4266
|
3982 |
msgid ""
|
3983 |
"Authorize %s to access your AdSense account. Click on the %s Get "
|
3984 |
"Authorization Code %s button to open a new window where you can allow "
|
3987 |
msgstr ""
|
3988 |
|
3989 |
#. translators: %s: HTML tags
|
3990 |
+
#: settings.php:4273
|
3991 |
msgid ""
|
3992 |
"If you get error, can't access ad units or would like to use own Google API "
|
3993 |
"IDs click on the button %s Use own API IDs %s to enter Client ID and Client "
|
3995 |
msgstr ""
|
3996 |
|
3997 |
#. translators: %s: HTML tags
|
3998 |
+
#: settings.php:4275
|
3999 |
msgid ""
|
4000 |
"Now you can authorize %s to access your AdSense account. Click on the %s Get "
|
4001 |
"Authorization Code %s button to open a new window where you can allow "
|
4004 |
msgstr ""
|
4005 |
|
4006 |
#. translators: %s: HTML tags
|
4007 |
+
#: settings.php:4282
|
4008 |
msgid ""
|
4009 |
"If you get error %s invalid client %s click on the button %s Clear and "
|
4010 |
"return to Step 1 %s to re-enter Client ID and Client Secret."
|
4011 |
msgstr ""
|
4012 |
|
4013 |
+
#: settings.php:4293
|
4014 |
msgid "Get Authorization Code"
|
4015 |
msgstr ""
|
4016 |
|
4017 |
+
#: settings.php:4296
|
4018 |
msgid "Enter Authorization Code"
|
4019 |
msgstr ""
|
4020 |
|
4021 |
+
#: settings.php:4306
|
4022 |
msgid "Use own API IDs"
|
4023 |
msgstr ""
|
4024 |
|
4025 |
+
#: settings.php:4308
|
4026 |
msgid "Clear and return to Step 1"
|
4027 |
msgstr ""
|
4028 |
|
4029 |
+
#: settings.php:4312
|
4030 |
msgid "Authorize"
|
4031 |
msgstr ""
|
4032 |
|
4033 |
+
#: settings.php:4328
|
4034 |
msgid "AdSense Integration - Step 1"
|
4035 |
msgstr ""
|
4036 |
|
4037 |
#. translators: %s: Ad Inserter
|
4038 |
+
#: settings.php:4332
|
4039 |
msgid ""
|
4040 |
"Here can %s list configured AdSense ad units and get code for AdSense ads. "
|
4041 |
"To do this you need to authorize %s to access your AdSense account. The "
|
4044 |
msgstr ""
|
4045 |
|
4046 |
#. translators: %s: HTML tags
|
4047 |
+
#: settings.php:4341
|
4048 |
msgid "Go to %s Google APIs and Services console %s"
|
4049 |
msgstr ""
|
4050 |
|
4051 |
#. translators: %1: Ad Inserter, 2, 3: HTML tags
|
4052 |
+
#: settings.php:4342
|
4053 |
msgid ""
|
4054 |
"Create %1$s project - if the project and IDs are already created click on "
|
4055 |
"the %2$s Credentials %3$s in the sidebar and go to step 16"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
#. translators: %s: HTML tags
|
4059 |
+
#: settings.php:4343
|
4060 |
msgid ""
|
4061 |
"Click on project selection and then click on the %s NEW PROJECT %s button to "
|
4062 |
"create a new project"
|
4063 |
msgstr ""
|
4064 |
|
4065 |
#. translators: 1: Ad Inserter, 2, 3: HTML tags
|
4066 |
+
#: settings.php:4344
|
4067 |
msgid "Enter %1$s for project name and click on the %2$s Create %3$s button"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
#. translators: %s: HTML tags
|
4071 |
+
#: settings.php:4345
|
4072 |
msgid ""
|
4073 |
"Click on project selection, wait for the project to be created and then and "
|
4074 |
"select %s as the current project"
|
4075 |
msgstr ""
|
4076 |
|
4077 |
#. translators: %s: HTML tags
|
4078 |
+
#: settings.php:4346
|
4079 |
msgid "Click on %s ENABLE APIS AND SERVICES %s"
|
4080 |
msgstr ""
|
4081 |
|
4082 |
#. translators: %s: HTML tags
|
4083 |
+
#: settings.php:4347
|
4084 |
msgid "Search for adsense and enable %s"
|
4085 |
msgstr ""
|
4086 |
|
4087 |
#. translators: %s: HTML tags
|
4088 |
+
#: settings.php:4348
|
4089 |
msgid "Click on %s CREATE CREDENTIALS %s"
|
4090 |
msgstr ""
|
4091 |
|
4092 |
#. translators: %s: HTML tags
|
4093 |
+
#: settings.php:4349
|
4094 |
msgid "For %s Where will you be calling the API from? %s select %s Other UI %s"
|
4095 |
msgstr ""
|
4096 |
|
4097 |
#. translators: %s: HTML tags
|
4098 |
+
#: settings.php:4350
|
4099 |
msgid "For %s What data will you be accessing? %s select %s User data %s"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
#. translators: %s: HTML tags
|
4103 |
+
#: settings.php:4351
|
4104 |
msgid "Click on %s What credentials do I need? %s"
|
4105 |
msgstr ""
|
4106 |
|
4107 |
#. translators: %s: HTML tags
|
4108 |
+
#: settings.php:4352
|
4109 |
msgid ""
|
4110 |
"Create an OAuth 2.0 client ID: For %s OAuth 2.0 client ID %s name enter %s "
|
4111 |
"Ad Inserter client %s"
|
4112 |
msgstr ""
|
4113 |
|
4114 |
#. translators: %s: HTML tags
|
4115 |
+
#: settings.php:4353
|
4116 |
msgid ""
|
4117 |
"Set up the OAuth 2.0 consent screen: For %s Product name shown to users %s "
|
4118 |
"enter %s"
|
4119 |
msgstr ""
|
4120 |
|
4121 |
#. translators: %s: HTML tags
|
4122 |
+
#: settings.php:4354
|
4123 |
msgid "Click on %s Continue %s"
|
4124 |
msgstr ""
|
4125 |
|
4126 |
#. translators: %s: HTML tags
|
4127 |
+
#: settings.php:4355
|
4128 |
msgid "Click on %s Done %s"
|
4129 |
msgstr ""
|
4130 |
|
4131 |
#. translators: %s: HTML tags
|
4132 |
+
#: settings.php:4356
|
4133 |
msgid ""
|
4134 |
"Click on %s Ad Inserter client %s to get %s Client ID %s and %s Client "
|
4135 |
"secret %s"
|
4136 |
msgstr ""
|
4137 |
|
4138 |
+
#: settings.php:4357
|
4139 |
msgid "Copy them to the appropriate fields below"
|
4140 |
msgstr ""
|
4141 |
|
4142 |
+
#: settings.php:4363
|
4143 |
msgid "Client ID"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
+
#: settings.php:4366
|
4147 |
msgid "Enter Client ID"
|
4148 |
msgstr ""
|
4149 |
|
4150 |
+
#: settings.php:4371
|
4151 |
msgid "Client secret"
|
4152 |
msgstr ""
|
4153 |
|
4154 |
+
#: settings.php:4374
|
4155 |
msgid "Enter Client secret"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
+
#: settings.php:4384
|
4159 |
msgid "Use default API IDs"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
+
#: settings.php:4537
|
4163 |
msgid "All posts"
|
4164 |
msgstr ""
|
4165 |
|
4166 |
+
#: settings.php:4538
|
4167 |
msgid "All static pages"
|
4168 |
msgstr ""
|
4169 |
|
4170 |
+
#: settings.php:4689 settings.php:4702 settings.php:4716 settings.php:4732
|
4171 |
msgid "Blank ad blocks? Looking for AdSense alternative?"
|
4172 |
msgstr ""
|
4173 |
|
4174 |
+
#: settings.php:4694 settings.php:4707 settings.php:4721 settings.php:4737
|
4175 |
+
#: settings.php:4954 settings.php:4956 settings.php:4973 settings.php:4977
|
4176 |
+
#: settings.php:4985 settings.php:4986 settings.php:4989 settings.php:4995
|
4177 |
+
#: settings.php:5005 settings.php:5009
|
4178 |
msgid "Looking for AdSense alternative?"
|
4179 |
msgstr ""
|
4180 |
|
4181 |
+
#: settings.php:4749
|
4182 |
msgid "Try Infolinks Ads with Adsense or Media.net ads"
|
4183 |
msgstr ""
|
4184 |
|
4185 |
+
#: settings.php:4754 settings.php:4952 settings.php:4964 settings.php:4992
|
4186 |
+
#: settings.php:5019
|
4187 |
msgid "Use Infolinks ads with Adsense to earn more"
|
4188 |
msgstr ""
|
4189 |
|
4190 |
+
#: settings.php:4764 settings.php:4769 settings.php:4779 settings.php:4784
|
4191 |
+
#: settings.php:4950 settings.php:4969 settings.php:4996 settings.php:5014
|
4192 |
+
msgid "Maximize your revenue!"
|
4193 |
+
msgstr ""
|
4194 |
+
|
4195 |
+
#: settings.php:4805 settings.php:4843
|
4196 |
msgid "Support plugin development"
|
4197 |
msgstr ""
|
4198 |
|
4199 |
+
#: settings.php:4806 settings.php:4844
|
4200 |
msgid ""
|
4201 |
"If you like Ad Inserter and have a moment, please help me spread the word by "
|
4202 |
"reviewing the plugin on WordPres"
|
4203 |
msgstr ""
|
4204 |
|
4205 |
+
#: settings.php:4806
|
4206 |
msgctxt "Review ad Inserter"
|
4207 |
msgid "Review"
|
4208 |
msgstr ""
|
4209 |
|
4210 |
+
#: settings.php:4807
|
4211 |
msgid ""
|
4212 |
"Support free Ad Inserter development. If you are making money with Ad "
|
4213 |
"Inserter consider donating some small amount. Even 1 dollar counts. Thank "
|
4214 |
"you!"
|
4215 |
msgstr ""
|
4216 |
|
4217 |
+
#: settings.php:4807
|
4218 |
msgid "Donate"
|
4219 |
msgstr ""
|
4220 |
|
4221 |
+
#: settings.php:4814 settings.php:4859
|
4222 |
msgid "Average rating of the plugin - Thank you!"
|
4223 |
msgstr ""
|
4224 |
|
4225 |
#. translators: %s: Ad Inserter, HTML tags
|
4226 |
+
#: settings.php:4825
|
4227 |
msgid ""
|
4228 |
"You've been using %s for a while now, and I hope you're happy with it. "
|
4229 |
"Positive %s reviews %s are a great way to show your appreciation for my "
|
4232 |
"your website. %s Thank you!"
|
4233 |
msgstr ""
|
4234 |
|
4235 |
+
#: settings.php:4844
|
4236 |
msgid "Review"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
+
#: settings.php:4848
|
4240 |
msgid "Ad Inserter on Twitter"
|
4241 |
msgstr ""
|
4242 |
|
4243 |
+
#: settings.php:4849
|
4244 |
msgid "Ad Inserter on Facebook"
|
4245 |
msgstr ""
|
4246 |
|
4247 |
+
#: settings.php:4852
|
4248 |
msgid "Follow Ad Inserter"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
#. translators: %s: HTML tags
|
4252 |
+
#: settings.php:4879
|
4253 |
msgid ""
|
4254 |
"Need help with %s settings? %s Check %s Quick Start, %s %s Code Editing %s "
|
4255 |
"and %s Common Settings %s pages"
|
4256 |
msgstr ""
|
4257 |
|
4258 |
#. translators: %s: HTML tags
|
4259 |
+
#: settings.php:4891
|
4260 |
msgid ""
|
4261 |
"%s New to %s AdSense? %s %s %s Connect your site %s - %s In-feed ads, %s %s "
|
4262 |
"Auto ads, %s %s AMP ads %s — How to %s integrate %s Infolinks %s ad "
|
4264 |
msgstr ""
|
4265 |
|
4266 |
#. translators: %s: HTML tags
|
4267 |
+
#: settings.php:4912
|
4268 |
msgid ""
|
4269 |
"Become an %s affiliate %s for Ad Inserter Pro and earn commission for each "
|
4270 |
"purchase you refer to us"
|
4271 |
msgstr ""
|
4272 |
|
4273 |
#. translators: %s: HTML tags
|
4274 |
+
#: settings.php:4919
|
4275 |
msgid ""
|
4276 |
"Ads are not showing? Check %s troubleshooting guide %s to find out how to "
|
4277 |
"diagnose and fix the problem."
|
4278 |
msgstr ""
|
4279 |
|
4280 |
#. translators: %s: HTML tags
|
4281 |
+
#: settings.php:4923
|
4282 |
msgid ""
|
4283 |
"If you need any kind of help or support, please do not hesitate to open a "
|
4284 |
"thread on the %s support forum. %s"
|
4285 |
msgstr ""
|
4286 |
|
4287 |
+
#: settings.php:4949 settings.php:5018
|
4288 |
+
msgid "Code preview with visual CSS editor"
|
4289 |
msgstr ""
|
4290 |
|
4291 |
+
#: settings.php:4968 settings.php:5013
|
4292 |
+
msgid "A/B testing - Track ad impressions and clicks"
|
4293 |
msgstr ""
|
4294 |
|
4295 |
+
#: settings.php:5027
|
4296 |
msgid "Looking for Pro Ad Management plugin?"
|
4297 |
msgstr ""
|
4298 |
|
4299 |
+
#: settings.php:5028
|
4300 |
msgid "To Optimally Monetize your WordPress website?"
|
4301 |
msgstr ""
|
4302 |
|
4303 |
+
#. Translators: %s: price of Ad Inserter Pro
|
4304 |
+
#: settings.php:5029
|
4305 |
+
msgid "Different license types starting from %s"
|
4306 |
+
msgstr ""
|
4307 |
+
|
4308 |
#. translators: %s HTML tags
|
4309 |
+
#: settings.php:5032
|
4310 |
msgid "%s AdSense Integration %s"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
#. translators: %s HTML tags
|
4314 |
+
#: settings.php:5033
|
4315 |
msgid "Syntax highlighting %s editor %s"
|
4316 |
msgstr ""
|
4317 |
|
4318 |
#. translators: %s HTML tags
|
4319 |
+
#: settings.php:5034
|
4320 |
msgid "%s Code preview %s with visual CSS editor"
|
4321 |
msgstr ""
|
4322 |
|
4323 |
#. translators: %s HTML tags
|
4324 |
+
#: settings.php:5035
|
4325 |
msgid "Simple user interface - all settings on a single page"
|
4326 |
msgstr ""
|
4327 |
|
4328 |
#. translators: %s HTML tags
|
4329 |
+
#: settings.php:5036
|
4330 |
msgid ""
|
4331 |
"%s Automatic insertion %s before or after post / content / %s paragraph %s / "
|
4332 |
"image / excerpt"
|
4333 |
msgstr ""
|
4334 |
|
4335 |
#. translators: %s HTML tags
|
4336 |
+
#: settings.php:5037
|
4337 |
msgid "%s Automatic insertion %s between posts on blog pages"
|
4338 |
msgstr ""
|
4339 |
|
4340 |
#. translators: %s HTML tags
|
4341 |
+
#: settings.php:5038
|
4342 |
msgid "%s Automatic insertion %s before, between and after comments"
|
4343 |
msgstr ""
|
4344 |
|
4345 |
#. translators: %s HTML tags
|
4346 |
+
#: settings.php:5039
|
4347 |
msgid "%s Automatic insertion %s after %s or before %s tag"
|
4348 |
msgstr ""
|
4349 |
|
4350 |
#. translators: %s HTML tags
|
4351 |
+
#: settings.php:5040
|
4352 |
msgid "Automatic insertion at %s custom hook positions %s"
|
4353 |
msgstr ""
|
4354 |
|
4355 |
#. translators: %s HTML tags
|
4356 |
+
#: settings.php:5041
|
4357 |
msgid ""
|
4358 |
"Insertion %s before or after any HTML element on the page %s (using CSS "
|
4359 |
"selectors)"
|
4360 |
msgstr ""
|
4361 |
|
4362 |
#. translators: %s HTML tags
|
4363 |
+
#: settings.php:5042
|
4364 |
msgid "%s Insertion exceptions %s for individual posts and pages"
|
4365 |
msgstr ""
|
4366 |
|
4367 |
#. translators: %s HTML tags
|
4368 |
+
#: settings.php:5043
|
4369 |
msgid "%s Manual insertion: %s widgets, shortcodes, PHP function call"
|
4370 |
msgstr ""
|
4371 |
|
4372 |
#. translators: %s HTML tags
|
4373 |
+
#: settings.php:5044
|
4374 |
msgid ""
|
4375 |
"%s Sticky ads %s with optional close button (ads stay fixed when the page "
|
4376 |
"scrolls)"
|
4377 |
msgstr ""
|
4378 |
|
4379 |
#. translators: %s HTML tags
|
4380 |
+
#: settings.php:5045
|
4381 |
msgid "%s Sticky sidebar ads %s (stick to the screen or to the content)"
|
4382 |
msgstr ""
|
4383 |
|
4384 |
#. translators: %s HTML tags
|
4385 |
+
#: settings.php:5046
|
4386 |
msgid "%s Sticky ad animations %s (fade, slide, turn, flip, zoom)"
|
4387 |
msgstr ""
|
4388 |
|
4389 |
#. translators: %s HTML tags
|
4390 |
+
#: settings.php:5047
|
4391 |
msgid ""
|
4392 |
"%s Sticky ad trigger %s (page scroll in %% or px, HTML element becomes "
|
4393 |
"visible)"
|
4394 |
msgstr ""
|
4395 |
|
4396 |
#. translators: %s HTML tags
|
4397 |
+
#: settings.php:5048
|
4398 |
msgid ""
|
4399 |
"%s Sticky (fixed) widgets %s (sidebar does not move when the page scrolls)"
|
4400 |
msgstr ""
|
4401 |
|
4402 |
#. translators: %s HTML tags
|
4403 |
+
#: settings.php:5049
|
4404 |
msgid "Block %s alignment and style %s customizations"
|
4405 |
msgstr ""
|
4406 |
|
4407 |
#. translators: %s HTML tags
|
4408 |
+
#: settings.php:5050
|
4409 |
msgid ""
|
4410 |
"%s Clearance %s options to avoid insertion near images or headers (AdSense "
|
4411 |
"TOS)"
|
4412 |
msgstr ""
|
4413 |
|
4414 |
#. translators: %s HTML tags
|
4415 |
+
#: settings.php:5051
|
4416 |
msgid ""
|
4417 |
"Options to %s disable insertion %s on Ajax calls, 404 error pages or in RSS "
|
4418 |
"feeds"
|
4419 |
msgstr ""
|
4420 |
|
4421 |
#. translators: %s HTML tags
|
4422 |
+
#: settings.php:5052
|
4423 |
msgid "%s Ad rotation %s (works also with caching)"
|
4424 |
msgstr ""
|
4425 |
|
4426 |
#. translators: %s HTML tags
|
4427 |
+
#: settings.php:5053
|
4428 |
msgid "Create, edit and check %s ads.txt %s file"
|
4429 |
msgstr ""
|
4430 |
|
4431 |
#. translators: %s HTML tags
|
4432 |
+
#: settings.php:5054
|
4433 |
msgid ""
|
4434 |
"Ad impression and click %s tracking %s (works also with Javascript ads like "
|
4435 |
"AdSense)"
|
4436 |
msgstr ""
|
4437 |
|
4438 |
#. translators: %s HTML tags
|
4439 |
+
#: settings.php:5055
|
4440 |
msgid "Internal or external %s tracking %s (via Google Analytics or Matomo)"
|
4441 |
msgstr ""
|
4442 |
|
4443 |
#. translators: %s HTML tags
|
4444 |
+
#: settings.php:5056
|
4445 |
msgid "%s Public web reports %s for clients, export to PDF"
|
4446 |
msgstr ""
|
4447 |
|
4448 |
#. translators: %s HTML tags
|
4449 |
+
#: settings.php:5057
|
4450 |
msgid "Support for %s A/B testing %s"
|
4451 |
msgstr ""
|
4452 |
|
4453 |
#. translators: %s HTML tags
|
4454 |
+
#: settings.php:5058
|
4455 |
msgid "Frequency capping - %s limit impressions or clicks %s"
|
4456 |
msgstr ""
|
4457 |
|
4458 |
#. translators: %s HTML tags
|
4459 |
+
#: settings.php:5059
|
4460 |
msgid "Click fraud %s protection %s"
|
4461 |
msgstr ""
|
4462 |
|
4463 |
#. translators: %s HTML tags
|
4464 |
+
#: settings.php:5060
|
4465 |
msgid "Support for %s lazy loading %s"
|
4466 |
msgstr ""
|
4467 |
|
4468 |
#. translators: %s HTML tags
|
4469 |
+
#: settings.php:5061
|
4470 |
msgid "Support for ads on %s AMP pages %s"
|
4471 |
msgstr ""
|
4472 |
|
4473 |
#. translators: %s HTML tags
|
4474 |
+
#: settings.php:5062
|
4475 |
msgid "Support for contextual %s Amazon Native Shopping Ads %s (responsive)"
|
4476 |
msgstr ""
|
4477 |
|
4478 |
#. translators: %s HTML tags
|
4479 |
+
#: settings.php:5063
|
4480 |
msgid "Custom CSS class name for wrapping divs to avoid ad blockers"
|
4481 |
msgstr ""
|
4482 |
|
4483 |
#. translators: %s HTML tags
|
4484 |
+
#: settings.php:5065
|
4485 |
msgid "%s Banner %s code generator"
|
4486 |
msgstr ""
|
4487 |
|
4488 |
#. translators: %s HTML tags
|
4489 |
+
#: settings.php:5066
|
4490 |
msgid "Support for %s header and footer %s code"
|
4491 |
msgstr ""
|
4492 |
|
4493 |
#. translators: %s HTML tags
|
4494 |
+
#: settings.php:5067
|
4495 |
msgid "Support for Google Analytics, Matomo or any other web analytics code"
|
4496 |
msgstr ""
|
4497 |
|
4498 |
#. translators: %s HTML tags
|
4499 |
+
#: settings.php:5068
|
4500 |
msgid "Desktop, tablet and phone server-side %s device detection %s"
|
4501 |
msgstr ""
|
4502 |
|
4503 |
#. translators: %s HTML tags
|
4504 |
+
#: settings.php:5069
|
4505 |
msgid "Client-side %s mobile device detection %s (works with caching)"
|
4506 |
msgstr ""
|
4507 |
|
4508 |
#. translators: %s HTML tags
|
4509 |
+
#: settings.php:5070
|
4510 |
msgid ""
|
4511 |
"%s Ad blocking detection %s - popup message, ad replacement, content "
|
4512 |
"protection"
|
4513 |
msgstr ""
|
4514 |
|
4515 |
#. translators: %s HTML tags
|
4516 |
+
#: settings.php:5071
|
4517 |
msgid "%s Ad blocking statistics %s"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
#. translators: %s HTML tags
|
4521 |
+
#: settings.php:5072
|
4522 |
msgid ""
|
4523 |
"%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, "
|
4524 |
+
"referrers, operating systems, browsers"
|
4525 |
msgstr ""
|
4526 |
|
4527 |
#. translators: %s HTML tags
|
4528 |
+
#: settings.php:5073
|
4529 |
msgid ""
|
4530 |
"%s Black/White-list %s IP addresses or countries (works also with caching)"
|
4531 |
msgstr ""
|
4532 |
|
4533 |
#. translators: %s HTML tags
|
4534 |
+
#: settings.php:5074
|
4535 |
msgid "%s Multisite options %s to limit settings on the sites"
|
4536 |
msgstr ""
|
4537 |
|
4538 |
#. translators: %s HTML tags
|
4539 |
+
#: settings.php:5075
|
4540 |
msgid "%s Import/Export %s block or plugin settings"
|
4541 |
msgstr ""
|
4542 |
|
4543 |
#. translators: %s HTML tags
|
4544 |
+
#: settings.php:5076
|
4545 |
msgid "%s Insertion scheduling %s with fallback option"
|
4546 |
msgstr ""
|
4547 |
|
4548 |
#. translators: %s HTML tags
|
4549 |
+
#: settings.php:5077
|
4550 |
msgid "Country-level %s GEO targeting %s (works also with caching)"
|
4551 |
msgstr ""
|
4552 |
|
4553 |
#. translators: %s HTML tags
|
4554 |
+
#: settings.php:5078
|
4555 |
msgid "Simple troubleshooting with many %s debugging functions %s"
|
4556 |
msgstr ""
|
4557 |
|
4558 |
#. translators: %s HTML tags
|
4559 |
+
#: settings.php:5079
|
4560 |
msgid "%s Visualization %s of inserted blocks or ads for easier placement"
|
4561 |
msgstr ""
|
4562 |
|
4563 |
#. translators: %s HTML tags
|
4564 |
+
#: settings.php:5080
|
4565 |
msgid "%s Visualization %s of available positions for automatic ad insertion"
|
4566 |
msgstr ""
|
4567 |
|
4568 |
#. translators: %s HTML tags
|
4569 |
+
#: settings.php:5081
|
4570 |
msgid ""
|
4571 |
"%s Visualization %s of HTML tags for easier ad placement between paragraphs"
|
4572 |
msgstr ""
|
4573 |
|
4574 |
#. translators: %s HTML tags
|
4575 |
+
#: settings.php:5082
|
4576 |
msgid "%s Clipboard support %s to easily copy blocks or settings"
|
4577 |
msgstr ""
|
4578 |
|
4579 |
#. translators: %s HTML tags
|
4580 |
+
#: settings.php:5083
|
4581 |
msgid "No ads on the settings page"
|
4582 |
msgstr ""
|
4583 |
|
4584 |
#. translators: %s HTML tags
|
4585 |
+
#: settings.php:5084
|
4586 |
msgid "Premium support"
|
4587 |
msgstr ""
|
4588 |
|
4589 |
#. translators: %s HTML tags
|
4590 |
+
#: settings.php:5087
|
4591 |
msgid ""
|
4592 |
"Ad Inserter Pro is a complete all-in-one ad management plugin for WordPress "
|
4593 |
"website with many advertising features to automatically insert adverts on "
|
4602 |
msgstr ""
|
4603 |
|
4604 |
#. translators: %s HTML tags
|
4605 |
+
#: settings.php:5100
|
4606 |
msgid "Looking for %s Pro Ad Management plugin? %s"
|
4607 |
msgstr ""
|
4608 |
|
4609 |
#. translators: %s HTML tags
|
4610 |
+
#: settings.php:5105
|
4611 |
msgid "Ads between posts"
|
4612 |
msgstr ""
|
4613 |
|
4614 |
#. translators: %s HTML tags
|
4615 |
+
#: settings.php:5106
|
4616 |
msgid "Ads between comments"
|
4617 |
msgstr ""
|
4618 |
|
4619 |
#. translators: %s HTML tags
|
4620 |
+
#: settings.php:5107
|
4621 |
msgid "Support via email"
|
4622 |
msgstr ""
|
4623 |
|
4624 |
#. translators: %s HTML tags
|
4625 |
+
#: settings.php:5113
|
4626 |
msgid "%s Sticky positions %s"
|
4627 |
msgstr ""
|
4628 |
|
4629 |
#. translators: %s HTML tags
|
4630 |
+
#: settings.php:5114
|
4631 |
msgid "%s Limit insertions %s"
|
4632 |
msgstr ""
|
4633 |
|
4634 |
#. translators: %s HTML tags
|
4635 |
+
#: settings.php:5115
|
4636 |
msgid "%s Clearance %s options"
|
4637 |
msgstr ""
|
4638 |
|
4639 |
#. translators: %s HTML tags
|
4640 |
+
#: settings.php:5121
|
4641 |
msgid "Ad rotation"
|
4642 |
msgstr ""
|
4643 |
|
4644 |
#. translators: %s HTML tags
|
4645 |
+
#: settings.php:5122
|
4646 |
msgid "%s A/B testing %s"
|
4647 |
msgstr ""
|
4648 |
|
4649 |
#. translators: %s HTML tags
|
4650 |
+
#: settings.php:5123
|
4651 |
msgid "%s Ad tracking %s"
|
4652 |
msgstr ""
|
4653 |
|
4654 |
#. translators: %s HTML tags
|
4655 |
+
#: settings.php:5129
|
4656 |
msgid "Support for %s AMP pages %s"
|
4657 |
msgstr ""
|
4658 |
|
4659 |
#. translators: %s HTML tags
|
4660 |
+
#: settings.php:5130
|
4661 |
msgid "%s Ad blocking detection %s"
|
4662 |
msgstr ""
|
4663 |
|
4664 |
#. translators: %s HTML tags
|
4665 |
+
#: settings.php:5131
|
4666 |
msgid "%s Mobile device detection %s"
|
4667 |
msgstr ""
|
4668 |
|
4669 |
#. translators: %s HTML tags
|
4670 |
+
#: settings.php:5138
|
4671 |
msgid "64 code blocks"
|
4672 |
msgstr ""
|
4673 |
|
4674 |
#. translators: %s HTML tags
|
4675 |
+
#: settings.php:5139
|
4676 |
msgid "%s GEO targeting %s"
|
4677 |
msgstr ""
|
4678 |
|
4679 |
#. translators: %s HTML tags
|
4680 |
+
#: settings.php:5140
|
4681 |
msgid "%s Scheduling %s"
|
4682 |
msgstr ""
|
4683 |
|
4741 |
msgid "After excerpt"
|
4742 |
msgstr ""
|
4743 |
|
|
|
|
|
|
|
|
|
4744 |
#: strings.php:26
|
4745 |
msgid "Before comments"
|
4746 |
msgstr ""
|
5186 |
msgstr ""
|
5187 |
|
5188 |
#: strings.php:154
|
5189 |
+
msgid "Do nothing"
|
5190 |
msgstr ""
|
5191 |
|
5192 |
#: strings.php:156
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: ads, adsense, ad rotation, ad manager, amp, amazon, ad blocking detection,
|
|
6 |
Requires at least: 4.6
|
7 |
Tested up to: 5.2
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 2.5.
|
10 |
License: GPLv3
|
11 |
|
12 |
Manage Google AdSense, Media.net, Amazon banners, ads.txt, ad rotation, sticky widgets, AMP ads, DFP, tracking, AdSense header and footer code
|
@@ -84,7 +84,7 @@ It's all about the [settings](https://adinserter.pro/documentation).
|
|
84 |
* Create rich media ads with standard WordPress TinyMCE editor
|
85 |
* Ad blocking detection - popup message, page redirection
|
86 |
* Desktop/mobile device detection (server-side and client-side - works with caching)
|
87 |
-
* [Blacklist/Whitelist](https://adinserter.pro/documentation/black-and-white-lists) categories, tags, taxonomies, post IDs, urls, url query parameters, cookies, referrers
|
88 |
* Easy copying and pasting ads or settings using internal clipboard
|
89 |
* Simple troubleshooting with many debugging functions
|
90 |
* Function to visualize inserted blocks
|
@@ -315,6 +315,13 @@ If you are not happy to reveal this information and you have opted in, simply di
|
|
315 |
|
316 |
== Changelog ==
|
317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
= 2.5.5 =
|
319 |
- Added support for client list (black/whitelist operating systems, browsers, device names)
|
320 |
- Fix for replaced tags with default value {name:default-value}
|
@@ -493,6 +500,13 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
|
|
493 |
|
494 |
== Upgrade Notice ==
|
495 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
496 |
= 2.5.5 =
|
497 |
Added support for client list (black/whitelist operating systems, browsers, device names);
|
498 |
Fix for replaced tags with default value {name:default-value};
|
6 |
Requires at least: 4.6
|
7 |
Tested up to: 5.2
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 2.5.6
|
10 |
License: GPLv3
|
11 |
|
12 |
Manage Google AdSense, Media.net, Amazon banners, ads.txt, ad rotation, sticky widgets, AMP ads, DFP, tracking, AdSense header and footer code
|
84 |
* Create rich media ads with standard WordPress TinyMCE editor
|
85 |
* Ad blocking detection - popup message, page redirection
|
86 |
* Desktop/mobile device detection (server-side and client-side - works with caching)
|
87 |
+
* [Blacklist/Whitelist](https://adinserter.pro/documentation/black-and-white-lists) categories, tags, taxonomies, post IDs, urls, url query parameters, cookies, referrers, browsers, operating systems
|
88 |
* Easy copying and pasting ads or settings using internal clipboard
|
89 |
* Simple troubleshooting with many debugging functions
|
90 |
* Function to visualize inserted blocks
|
315 |
|
316 |
== Changelog ==
|
317 |
|
318 |
+
= 2.5.6 =
|
319 |
+
- Added support for PenCi Soledad AMP plugin
|
320 |
+
- Fix for php processing on multisite installations
|
321 |
+
- Fix for client-side referrer check
|
322 |
+
- Fix for header and footer code on AMP pages using AMP plugin
|
323 |
+
- Few minor bug fixes, cosmetic changes and code improvements
|
324 |
+
|
325 |
= 2.5.5 =
|
326 |
- Added support for client list (black/whitelist operating systems, browsers, device names)
|
327 |
- Fix for replaced tags with default value {name:default-value}
|
500 |
|
501 |
== Upgrade Notice ==
|
502 |
|
503 |
+
= 2.5.6 =
|
504 |
+
Added support for PenCi Soledad AMP plugin;
|
505 |
+
Fix for php processing on multisite installations;
|
506 |
+
Fix for client-side referrer check;
|
507 |
+
Fix for header and footer code on AMP pages using AMP plugin;
|
508 |
+
Few minor bug fixes, cosmetic changes and code improvements
|
509 |
+
|
510 |
= 2.5.5 =
|
511 |
Added support for client list (black/whitelist operating systems, browsers, device names);
|
512 |
Fix for replaced tags with default value {name:default-value};
|
settings.php
CHANGED
@@ -157,6 +157,8 @@ function generate_settings_form (){
|
|
157 |
|
158 |
if (!isset ($_GET ['settings'])): // start of code only for normal settings
|
159 |
|
|
|
|
|
160 |
$saved_options = get_option (AI_OPTION_NAME);
|
161 |
$warning = false;
|
162 |
if (!empty ($saved_options))
|
@@ -176,7 +178,7 @@ function generate_settings_form (){
|
|
176 |
|
177 |
?>
|
178 |
|
179 |
-
<div id="ai-data" style="display: none;" version="<?php echo AD_INSERTER_VERSION; ?>" theme="<?php echo $syntax_highlighter_theme; ?>" js_debugging="<?php echo $ai_wp_data [AI_BACKEND_JS_DEBUGGING] ? '1' : '0'; ?>"
|
180 |
<?php
|
181 |
if (function_exists ('ai_data_2')) ai_data_2 ();
|
182 |
?>
|
@@ -2107,7 +2109,7 @@ function generate_settings_form (){
|
|
2107 |
<tr>
|
2108 |
<td style="width: 10%;">
|
2109 |
<input type="hidden" name="<?php echo AI_OPTION_SHOW_LABEL, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
|
2110 |
-
<input
|
2111 |
<label for="show-label-<?php echo $block; ?>"><?php _e ('Ad label', 'ad-inserter'); ?></label>
|
2112 |
</td>
|
2113 |
<?php if (function_exists ('ai_display_lazy')) ai_display_lazy ($block, $obj, $default, 'lazy-loading-'.$block, AI_OPTION_CLOSE_BUTTON . WP_FORM_FIELD_POSTFIX . $block); ?>
|
@@ -2368,7 +2370,7 @@ function generate_settings_form (){
|
|
2368 |
<?php _e ('Ad label', 'ad-inserter'); ?>
|
2369 |
</td>
|
2370 |
<td>
|
2371 |
-
<input type="text" name="ad-label" style="width: 100%;" value="<?php echo get_ad_label (); ?>" default="<?php echo DEFAULT_AD_TITLE; ?>" title="<?php _e ('Label text or HTML code', 'ad-inserter'); ?>" size="60" maxlength="500" />
|
2372 |
</td>
|
2373 |
</tr>
|
2374 |
<tr>
|
@@ -3199,6 +3201,10 @@ function generate_settings_form (){
|
|
3199 |
replace_blocked_image ('ai-info-1', 'info-1.jpg', 'block');
|
3200 |
replace_blocked_image ('ai-info-2', 'info-2.jpg', 'block');
|
3201 |
replace_blocked_image ('ai-info-3', 'info-3.jpg', 'block');
|
|
|
|
|
|
|
|
|
3202 |
replace_blocked_image ('ai-ez-1', 'ez-1.jpg', 'block');
|
3203 |
replace_blocked_image ('ai-ez-2', 'ez-2.jpg', 'block');
|
3204 |
replace_blocked_image ('ai-pro-1', 'icon-256x256.jpg', 'block');
|
@@ -3689,7 +3695,7 @@ function ads_txt ($action) {
|
|
3689 |
}
|
3690 |
echo '<table border-spacing="0" cell-spacing="0"><tbody>';
|
3691 |
echo '<tr><td style="padding-right: 20px; font-weight: bold;">WordPress</td><td>', ABSPATH, '</td></tr>';
|
3692 |
-
echo '<tr><td style="padding-right: 20px; font-weight: bold;">', __('ads.txt file', 'ad-inserter'), '</td><td>', $ads_txt_file, '</td></tr>';
|
3693 |
echo '</tbody></table>';
|
3694 |
|
3695 |
echo '</div>';
|
@@ -3819,7 +3825,7 @@ function ads_txt ($action) {
|
|
3819 |
flush_rewrite_rules();
|
3820 |
}
|
3821 |
} else {
|
3822 |
-
if (isset ($_POST ['text']) && is_writable ($ads_txt_file)) {
|
3823 |
$text = @base64_decode ($_POST ['text']);
|
3824 |
@file_put_contents ($ads_txt_file, esc_html ($text));
|
3825 |
}
|
@@ -4675,7 +4681,7 @@ function ai_check_page ($options) {
|
|
4675 |
function sidebar_addense_alternative () { ?>
|
4676 |
|
4677 |
<?php
|
4678 |
-
switch (rand (1,
|
4679 |
case 1:
|
4680 |
?>
|
4681 |
<div class="ai-form header rounded">
|
@@ -4703,6 +4709,7 @@ function sidebar_addense_alternative () { ?>
|
|
4703 |
<?php
|
4704 |
break;
|
4705 |
case 3:
|
|
|
4706 |
?>
|
4707 |
<div class="ai-form header rounded">
|
4708 |
<div style="float: left;">
|
@@ -4715,9 +4722,10 @@ function sidebar_addense_alternative () { ?>
|
|
4715 |
</div>
|
4716 |
<?php
|
4717 |
break;
|
4718 |
-
case 4:
|
4719 |
case 5:
|
4720 |
case 6:
|
|
|
|
|
4721 |
?>
|
4722 |
<div class="ai-form header rounded">
|
4723 |
<div style="float: left;">
|
@@ -4731,9 +4739,10 @@ function sidebar_addense_alternative () { ?>
|
|
4731 |
<?php
|
4732 |
break;
|
4733 |
|
4734 |
-
case 7:
|
4735 |
-
case 8:
|
4736 |
case 9:
|
|
|
|
|
|
|
4737 |
?>
|
4738 |
<div class="ai-form header rounded">
|
4739 |
<div style="float: left;">
|
@@ -4744,6 +4753,36 @@ function sidebar_addense_alternative () { ?>
|
|
4744 |
<div class="ai-form rounded" style="height: 90px; padding: 8px 4px 8px 12px;">
|
4745 |
<a href='https://www.infolinks.com/publishers/?kid=3114832&loc=2' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-1" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-1.jpg" /></a>
|
4746 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4747 |
<?php
|
4748 |
break;
|
4749 |
}
|
@@ -4753,6 +4792,8 @@ function sidebar_addense_alternative () { ?>
|
|
4753 |
}
|
4754 |
|
4755 |
|
|
|
|
|
4756 |
function sidebar_support_review () {
|
4757 |
global $rating_value, $rating_string, $rating_css;
|
4758 |
|
@@ -4905,14 +4946,14 @@ function sidebar_pro () {
|
|
4905 |
<div class="ai-image-left">
|
4906 |
<?php switch ($version) {
|
4907 |
case 0: ?>
|
4908 |
-
<!-- <a href=
|
4909 |
-
<a href=
|
4910 |
<?php break; case 1: ?>
|
4911 |
<a href='https://www.infolinks.com/publishers/?kid=3114832&loc=2' 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" /></a>
|
4912 |
<?php break; case 2: ?>
|
4913 |
<a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-11" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>contextual-11.jpg" /></a>
|
4914 |
<?php break; case 3: ?>
|
4915 |
-
<a href=
|
4916 |
<?php break;
|
4917 |
} ?>
|
4918 |
</div>
|
@@ -4924,7 +4965,8 @@ function sidebar_pro () {
|
|
4924 |
<?php break;
|
4925 |
case 1:
|
4926 |
?>
|
4927 |
-
<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" /></a
|
|
|
4928 |
<?php break;
|
4929 |
case 2:
|
4930 |
?>
|
@@ -4932,7 +4974,7 @@ function sidebar_pro () {
|
|
4932 |
<?php break;
|
4933 |
case 3:
|
4934 |
?>
|
4935 |
-
<a href=
|
4936 |
<?php break;
|
4937 |
} ?>
|
4938 |
</div>
|
@@ -4940,16 +4982,18 @@ function sidebar_pro () {
|
|
4940 |
<div class="ai-image-left">
|
4941 |
<?php switch ($version) {
|
4942 |
case 0: ?>
|
4943 |
-
<a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-9" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>contextual-9.gif" /></a
|
|
|
4944 |
<?php break; case 1: ?>
|
4945 |
<!-- <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" /></a>-->
|
4946 |
-
<a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-
|
4947 |
<?php break; case 2: ?>
|
4948 |
<!-- <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" /></a>-->
|
4949 |
<a href='https://www.infolinks.com/publishers/?kid=3114832&loc=2' 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" /></a>
|
4950 |
<?php break; case 3: ?>
|
4951 |
<!-- <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" /></a>-->
|
4952 |
-
<a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-10" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>contextual-10.gif" /></a
|
|
|
4953 |
<?php break;
|
4954 |
} ?>
|
4955 |
</div>
|
@@ -4957,7 +5001,8 @@ function sidebar_pro () {
|
|
4957 |
<?php switch ($version) {
|
4958 |
case 0:
|
4959 |
?>
|
4960 |
-
<!-- <a href=
|
|
|
4961 |
<?php break;
|
4962 |
case 1:
|
4963 |
?>
|
@@ -4965,11 +5010,13 @@ function sidebar_pro () {
|
|
4965 |
<?php break;
|
4966 |
case 2:
|
4967 |
?>
|
4968 |
-
<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" /></a
|
|
|
4969 |
<?php break;
|
4970 |
case 3:
|
4971 |
?>
|
4972 |
<!-- <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" /></a>-->
|
|
|
4973 |
<?php break;
|
4974 |
} ?>
|
4975 |
</div>
|
@@ -4977,8 +5024,9 @@ function sidebar_pro () {
|
|
4977 |
</div>
|
4978 |
<?php endif; ?>
|
4979 |
|
4980 |
-
<h3 style="text-align: justify;"><?php _e
|
4981 |
<h4 style="text-align: justify;"><?php _e ('To Optimally Monetize your WordPress website?', 'ad-inserter'); ?></h4>
|
|
|
4982 |
|
4983 |
<ul class="ai-help">
|
4984 |
<li><?php /* translators: %s HTML tags */ printf (__('%s AdSense Integration %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/adsense-ads#integration" class="simple-link" target="_blank">', '</a>'); ?></li>
|
@@ -5021,7 +5069,7 @@ function sidebar_pro () {
|
|
5021 |
<li><?php /* translators: %s HTML tags */ printf (__('Client-side %s mobile device detection %s (works with caching)', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/device-detection" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5022 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Ad blocking detection %s - popup message, ad replacement, content protection', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-blocking-detection" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5023 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Ad blocking statistics %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-impression-and-click-tracking#ad-blocking-statistics" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5024 |
-
<li><?php /* translators: %s HTML tags */ printf (__('%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls,
|
5025 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Black/White-list %s IP addresses or countries (works also with caching)', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/black-and-white-lists#geo-targeting" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5026 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Multisite options %s to limit settings on the sites', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/plugin-settings#multisite" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5027 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Import/Export %s block or plugin settings', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/code-editing#export-import" class="simple-link" target="_blank">', '</a>'); ?></li>
|
157 |
|
158 |
if (!isset ($_GET ['settings'])): // start of code only for normal settings
|
159 |
|
160 |
+
$default_sidebar = isset ($ai_wp_data [AI_DAYS_SINCE_INSTAL]) && $ai_wp_data [AI_DAYS_SINCE_INSTAL] > 19 && count ($used_blocks) >= 4 && function_exists ('ai_settings_side') && function_exists ('ai_admin_settings_notices') ? '1' : '0';
|
161 |
+
|
162 |
$saved_options = get_option (AI_OPTION_NAME);
|
163 |
$warning = false;
|
164 |
if (!empty ($saved_options))
|
178 |
|
179 |
?>
|
180 |
|
181 |
+
<div id="ai-data" style="display: none;" version="<?php echo AD_INSERTER_VERSION; ?>" theme="<?php echo $syntax_highlighter_theme; ?>" js_debugging="<?php echo $ai_wp_data [AI_BACKEND_JS_DEBUGGING] ? '1' : '0'; ?>" api_debugging="<?php echo strlen ($api = get_option ('ad_inserter' . '_' . base64_decode ('cHJvX2xpY2Vuc2U='), '')); ?>" <?php if ($default_sidebar && strlen ($api) != 0) echo 'api_string="', base64_encode ($api), '"'; ?>></div>
|
182 |
<?php
|
183 |
if (function_exists ('ai_data_2')) ai_data_2 ();
|
184 |
?>
|
2109 |
<tr>
|
2110 |
<td style="width: 10%;">
|
2111 |
<input type="hidden" name="<?php echo AI_OPTION_SHOW_LABEL, WP_FORM_FIELD_POSTFIX, $block; ?>" value="0" />
|
2112 |
+
<input id="show-label-<?php echo $block; ?>" type="checkbox" name="<?php echo AI_OPTION_SHOW_LABEL, WP_FORM_FIELD_POSTFIX, $block; ?>" value="1" default="<?php echo $default->get_show_label (); ?>" <?php if ($obj->get_show_label () == AI_ENABLED) echo 'checked '; ?> />
|
2113 |
<label for="show-label-<?php echo $block; ?>"><?php _e ('Ad label', 'ad-inserter'); ?></label>
|
2114 |
</td>
|
2115 |
<?php if (function_exists ('ai_display_lazy')) ai_display_lazy ($block, $obj, $default, 'lazy-loading-'.$block, AI_OPTION_CLOSE_BUTTON . WP_FORM_FIELD_POSTFIX . $block); ?>
|
2370 |
<?php _e ('Ad label', 'ad-inserter'); ?>
|
2371 |
</td>
|
2372 |
<td>
|
2373 |
+
<input id="ad-label-text" type="text" name="ad-label" style="width: 100%;" value="<?php echo get_ad_label (); ?>" default="<?php echo DEFAULT_AD_TITLE; ?>" title="<?php _e ('Label text or HTML code', 'ad-inserter'); ?>" size="60" maxlength="500" />
|
2374 |
</td>
|
2375 |
</tr>
|
2376 |
<tr>
|
3201 |
replace_blocked_image ('ai-info-1', 'info-1.jpg', 'block');
|
3202 |
replace_blocked_image ('ai-info-2', 'info-2.jpg', 'block');
|
3203 |
replace_blocked_image ('ai-info-3', 'info-3.jpg', 'block');
|
3204 |
+
replace_blocked_image ('ai-more-1', 'more-1.png', 'block');
|
3205 |
+
replace_blocked_image ('ai-more-2', 'more-2.png', 'block');
|
3206 |
+
replace_blocked_image ('ai-more-3', 'more-3.png', 'block');
|
3207 |
+
replace_blocked_image ('ai-more-4', 'more-4.png', 'block');
|
3208 |
replace_blocked_image ('ai-ez-1', 'ez-1.jpg', 'block');
|
3209 |
replace_blocked_image ('ai-ez-2', 'ez-2.jpg', 'block');
|
3210 |
replace_blocked_image ('ai-pro-1', 'icon-256x256.jpg', 'block');
|
3695 |
}
|
3696 |
echo '<table border-spacing="0" cell-spacing="0"><tbody>';
|
3697 |
echo '<tr><td style="padding-right: 20px; font-weight: bold;">WordPress</td><td>', ABSPATH, '</td></tr>';
|
3698 |
+
echo '<tr><td style="padding-right: 20px; font-weight: bold;">', __('ads.txt file', 'ad-inserter'), '</td><td>', $ads_txt_file, is_writable (dirname ($ads_txt_file)) ? '' : '<span style="margin-left: 20px; color: red;">'.__('NOT WRITABLE', 'ad-inserter').'</span>', '</td></tr>';
|
3699 |
echo '</tbody></table>';
|
3700 |
|
3701 |
echo '</div>';
|
3825 |
flush_rewrite_rules();
|
3826 |
}
|
3827 |
} else {
|
3828 |
+
if (isset ($_POST ['text']) && is_writable (dirname ($ads_txt_file))) {
|
3829 |
$text = @base64_decode ($_POST ['text']);
|
3830 |
@file_put_contents ($ads_txt_file, esc_html ($text));
|
3831 |
}
|
4681 |
function sidebar_addense_alternative () { ?>
|
4682 |
|
4683 |
<?php
|
4684 |
+
switch (rand (1, 16)) {
|
4685 |
case 1:
|
4686 |
?>
|
4687 |
<div class="ai-form header rounded">
|
4709 |
<?php
|
4710 |
break;
|
4711 |
case 3:
|
4712 |
+
case 4:
|
4713 |
?>
|
4714 |
<div class="ai-form header rounded">
|
4715 |
<div style="float: left;">
|
4722 |
</div>
|
4723 |
<?php
|
4724 |
break;
|
|
|
4725 |
case 5:
|
4726 |
case 6:
|
4727 |
+
case 7:
|
4728 |
+
case 8:
|
4729 |
?>
|
4730 |
<div class="ai-form header rounded">
|
4731 |
<div style="float: left;">
|
4739 |
<?php
|
4740 |
break;
|
4741 |
|
|
|
|
|
4742 |
case 9:
|
4743 |
+
case 10:
|
4744 |
+
case 11:
|
4745 |
+
case 12:
|
4746 |
?>
|
4747 |
<div class="ai-form header rounded">
|
4748 |
<div style="float: left;">
|
4753 |
<div class="ai-form rounded" style="height: 90px; padding: 8px 4px 8px 12px;">
|
4754 |
<a href='https://www.infolinks.com/publishers/?kid=3114832&loc=2' class="clear-link" title="<?php _e ('Use Infolinks ads with Adsense to earn more', 'ad-inserter'); ?>" target="_blank"><img id="ai-info-1" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>info-1.jpg" /></a>
|
4755 |
</div>
|
4756 |
+
<?php
|
4757 |
+
break;
|
4758 |
+
|
4759 |
+
case 13:
|
4760 |
+
case 14:
|
4761 |
+
?>
|
4762 |
+
<div class="ai-form header rounded">
|
4763 |
+
<div style="float: left;">
|
4764 |
+
<h2 style="display: inline-block; margin: 5px 0;"><?php _e ('Maximize your revenue!', 'ad-inserter'); ?></h2>
|
4765 |
+
</div>
|
4766 |
+
<div style="clear: both;"></div>
|
4767 |
+
</div>
|
4768 |
+
<div class="ai-form rounded" style="height: 90px; padding: 8px 4px 8px 12px;">
|
4769 |
+
<a href='https://www.monetizemore.com/sign-up/?utm_source=adinserter&utm_medium=banner&utm_campaign=ad_inserter-1&utm_content=girl' class="clear-link" title="<?php _e ('Maximize your revenue!', 'ad-inserter'); ?>" target="_blank"><img id="ai-more-3" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>more-3.png" /></a>
|
4770 |
+
</div>
|
4771 |
+
<?php
|
4772 |
+
break;
|
4773 |
+
|
4774 |
+
case 15:
|
4775 |
+
case 16:
|
4776 |
+
?>
|
4777 |
+
<div class="ai-form header rounded">
|
4778 |
+
<div style="float: left;">
|
4779 |
+
<h2 style="display: inline-block; margin: 5px 0;"><?php _e ('Maximize your revenue!', 'ad-inserter'); ?></h2>
|
4780 |
+
</div>
|
4781 |
+
<div style="clear: both;"></div>
|
4782 |
+
</div>
|
4783 |
+
<div class="ai-form rounded" style="height: 90px; padding: 8px 4px 8px 12px;">
|
4784 |
+
<a href='https://www.monetizemore.com/sign-up/?utm_source=adinserter&utm_medium=banner&utm_campaign=ad_inserter-1&utm_content=guy' class="clear-link" title="<?php _e ('Maximize your revenue!', 'ad-inserter'); ?>" target="_blank"><img id="ai-more-4" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>more-4.png" /></a>
|
4785 |
+
</div>
|
4786 |
<?php
|
4787 |
break;
|
4788 |
}
|
4792 |
}
|
4793 |
|
4794 |
|
4795 |
+
|
4796 |
+
|
4797 |
function sidebar_support_review () {
|
4798 |
global $rating_value, $rating_string, $rating_css;
|
4799 |
|
4946 |
<div class="ai-image-left">
|
4947 |
<?php switch ($version) {
|
4948 |
case 0: ?>
|
4949 |
+
<!-- <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" /></a>-->
|
4950 |
+
<a href='https://www.monetizemore.com/sign-up/?utm_source=adinserter&utm_medium=banner&utm_campaign=ad_inserter-1&utm_content=girl' class="clear-link" title="<?php _e ('Maximize your revenue!', 'ad-inserter'); ?>" target="_blank"><img id="ai-more-1" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>more-1.png" /></a>
|
4951 |
<?php break; case 1: ?>
|
4952 |
<a href='https://www.infolinks.com/publishers/?kid=3114832&loc=2' 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" /></a>
|
4953 |
<?php break; case 2: ?>
|
4954 |
<a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-11" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>contextual-11.jpg" /></a>
|
4955 |
<?php break; case 3: ?>
|
4956 |
+
<a href="https://www.ezoic.com/?utm_source=ad-inserter&utm_medium=ads&utm_campaign=ad-inserter-ads&utm_term=adinserter&utm_content=ezoic&loc=2" 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" /></a>
|
4957 |
<?php break;
|
4958 |
} ?>
|
4959 |
</div>
|
4965 |
<?php break;
|
4966 |
case 1:
|
4967 |
?>
|
4968 |
+
<!-- <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" /></a>-->
|
4969 |
+
<a href='https://www.monetizemore.com/sign-up/?utm_source=adinserter&utm_medium=banner&utm_campaign=ad_inserter-1&utm_content=guy' class="clear-link" title="<?php _e ('Maximize your revenue!', 'ad-inserter'); ?>" target="_blank"><img id="ai-more-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>more-2.png" /></a>
|
4970 |
<?php break;
|
4971 |
case 2:
|
4972 |
?>
|
4974 |
<?php break;
|
4975 |
case 3:
|
4976 |
?>
|
4977 |
+
<a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-11" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>contextual-11.jpg" /></a>
|
4978 |
<?php break;
|
4979 |
} ?>
|
4980 |
</div>
|
4982 |
<div class="ai-image-left">
|
4983 |
<?php switch ($version) {
|
4984 |
case 0: ?>
|
4985 |
+
<!-- <a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-9" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>contextual-9.gif" /></a>-->
|
4986 |
+
<a href="https://www.ezoic.com/?utm_source=ad-inserter&utm_medium=ads&utm_campaign=ad-inserter-ads&utm_term=adinserter&utm_content=ezoic&loc=2" 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" /></a>
|
4987 |
<?php break; case 1: ?>
|
4988 |
<!-- <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" /></a>-->
|
4989 |
+
<a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-11" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>contextual-11.jpg" /></a>
|
4990 |
<?php break; case 2: ?>
|
4991 |
<!-- <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" /></a>-->
|
4992 |
<a href='https://www.infolinks.com/publishers/?kid=3114832&loc=2' 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" /></a>
|
4993 |
<?php break; case 3: ?>
|
4994 |
<!-- <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" /></a>-->
|
4995 |
+
<!-- <a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-10" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>contextual-10.gif" /></a>-->
|
4996 |
+
<a href='https://www.monetizemore.com/sign-up/?utm_source=adinserter&utm_medium=banner&utm_campaign=ad_inserter-1&utm_content=guy' class="clear-link" title="<?php _e ('Maximize your revenue!', 'ad-inserter'); ?>" target="_blank"><img id="ai-more-2" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>more-2.png" /></a>
|
4997 |
<?php break;
|
4998 |
} ?>
|
4999 |
</div>
|
5001 |
<?php switch ($version) {
|
5002 |
case 0:
|
5003 |
?>
|
5004 |
+
<!-- <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" /></a>-->
|
5005 |
+
<a href='https://www.media.net/program?ha=e9Pw4uwo2Uw/5xjjsB3lnYZZWUI+hzRSONzDaYA9EwX+3jg/PJYwFshOFEjop5NH2wRNDfr357ZTY1zlhCk7zw%3D%3D&loc=2' class="clear-link" title="<?php _e ('Looking for AdSense alternative?', 'ad-inserter'); ?>" target="_blank"><img id="ai-media-8" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>contextual-8.gif" /></a>
|
5006 |
<?php break;
|
5007 |
case 1:
|
5008 |
?>
|
5010 |
<?php break;
|
5011 |
case 2:
|
5012 |
?>
|
5013 |
+
<!-- <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" /></a>-->
|
5014 |
+
<a href='https://www.monetizemore.com/sign-up/?utm_source=adinserter&utm_medium=banner&utm_campaign=ad_inserter-1&utm_content=girl' class="clear-link" title="<?php _e ('Maximize your revenue!', 'ad-inserter'); ?>" target="_blank"><img id="ai-more-1" src="<?php echo AD_INSERTER_PLUGIN_IMAGES_URL; ?>more-1.png" /></a>
|
5015 |
<?php break;
|
5016 |
case 3:
|
5017 |
?>
|
5018 |
<!-- <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" /></a>-->
|
5019 |
+
<a href='https://www.infolinks.com/publishers/?kid=3114832&loc=2' 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" /></a>
|
5020 |
<?php break;
|
5021 |
} ?>
|
5022 |
</div>
|
5024 |
</div>
|
5025 |
<?php endif; ?>
|
5026 |
|
5027 |
+
<h3 style="text-align: justify;"><?php _e('Looking for Pro Ad Management plugin?', 'ad-inserter'); ?></h3>
|
5028 |
<h4 style="text-align: justify;"><?php _e ('To Optimally Monetize your WordPress website?', 'ad-inserter'); ?></h4>
|
5029 |
+
<h4 style="text-align: justify;"><?php /* Translators: %s: price of Ad Inserter Pro*/ echo sprintf (__('Different license types starting from %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/features" class="simple-link" target="_blank">20 EUR</a>'); ?></h4>
|
5030 |
|
5031 |
<ul class="ai-help">
|
5032 |
<li><?php /* translators: %s HTML tags */ printf (__('%s AdSense Integration %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/adsense-ads#integration" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5069 |
<li><?php /* translators: %s HTML tags */ printf (__('Client-side %s mobile device detection %s (works with caching)', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/device-detection" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5070 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Ad blocking detection %s - popup message, ad replacement, content protection', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-blocking-detection" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5071 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Ad blocking statistics %s', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/ad-impression-and-click-tracking#ad-blocking-statistics" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5072 |
+
<li><?php /* translators: %s HTML tags */ printf (__('%s Black/White-list %s categories, tags, taxonomies, users, post IDs, urls, referrers, operating systems, browsers', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/black-and-white-lists" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5073 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Black/White-list %s IP addresses or countries (works also with caching)', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/black-and-white-lists#geo-targeting" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5074 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Multisite options %s to limit settings on the sites', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/plugin-settings#multisite" class="simple-link" target="_blank">', '</a>'); ?></li>
|
5075 |
<li><?php /* translators: %s HTML tags */ printf (__('%s Import/Export %s block or plugin settings', 'ad-inserter'), '<a href="https://adinserter.pro/documentation/code-editing#export-import" class="simple-link" target="_blank">', '</a>'); ?></li>
|
strings.php
CHANGED
@@ -151,7 +151,7 @@ define ('AI_TEXT_BUTTON_NONE', _x('None', 'button', 'ad-inserter'));
|
|
151 |
define ('AI_TEXT_POPUP_MESSAGE', __('Popup Message', 'ad-inserter'));
|
152 |
define ('AI_TEXT_REDIRECTION', __('Redirection', 'ad-inserter'));
|
153 |
|
154 |
-
define ('AI_TEXT_DO_NOTHING', __('Do
|
155 |
define ('AI_TEXT_REPLACE', __('Replace', 'ad-inserter'));
|
156 |
define ('AI_TEXT_SHOW', _x('Show', 'Action when ad blocking detected', 'ad-inserter'));
|
157 |
define ('AI_TEXT_HIDE', _x('Hide', 'Action when ad blocking detected', 'ad-inserter'));
|
151 |
define ('AI_TEXT_POPUP_MESSAGE', __('Popup Message', 'ad-inserter'));
|
152 |
define ('AI_TEXT_REDIRECTION', __('Redirection', 'ad-inserter'));
|
153 |
|
154 |
+
define ('AI_TEXT_DO_NOTHING', __('Do nothing', 'ad-inserter'));
|
155 |
define ('AI_TEXT_REPLACE', __('Replace', 'ad-inserter'));
|
156 |
define ('AI_TEXT_SHOW', _x('Show', 'Action when ad blocking detected', 'ad-inserter'));
|
157 |
define ('AI_TEXT_HIDE', _x('Hide', 'Action when ad blocking detected', 'ad-inserter'));
|